@import url("icons.css");
main {
  background: #f5f4f7;
}

.lead {
  font-size: 18px;
}

.header {
  background: #ffffff;
  box-shadow: rgba(10, 10, 10, 0.3333333333);
}
.header .nav-link.active {
  color: #fff;
  background-color: rgb(29, 31, 32);
  border-radius: 75px;
  border: none;
}
.header .nav-link:hover {
  background-color: rgb(183, 27, 27);
  border-radius: 75px;
  border: none;
  color:#fff;
}
.header .container-fluid {
  padding: 0;
}

.navbar {
  --bs-navbar-padding-y: 0.8rem;
}
.cart-download {
  background: #d0d9f5;
  border-radius: 50px;
  color: #000;
  font-weight: 400;
  padding: 12px 16px;
  text-decoration: none;
}
.transfer-link {
  background: #3977e7;
  border-radius: 50px;
  color: #fff;
  font-weight: 400;
  padding: 5px 16px 9px;
  text-decoration: none;
  border: none;
}
i.ico-link {
  width: 20px;
  height: 20px;
  background: url(../images/link.svg) no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 6px;
}
i.ico-send {
  width: 20px;
  height: 20px;
  background: url(../images/send.svg) no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 6px;
}
i.ico-carta {
   width: 20px;
  height: 20px;
  background: url(../images/document-text-outline.svg) no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
.header .cart-download:hover, .transfer-link:hover{
  opacity: 0.75;
}
.blue-lead {
  font-size:15px;
  font-weight: 400;
  color: #3977e7;
}

.page-link {
  color: rgb(29, 31, 32);
}
.session-brand {
  font-weight: 600;
  margin-right: 10px;
}
#TransactionModal .modal-dialog {
  max-width: 564px;
}
.page-link:hover {
  z-index: 2;
  color: #0a60d6;

  background-color: #d8e5f9;
}

@media (max-width: 572px){
  .logo-taxrisk{
    width: 100% !important;
  }
}
.page-link{
  color: #3b3b3b;
  background-color: #ffffff;
  border-color: #00000040;
}

.page-link.active {
  color: #fff;
  background-color: #0a60d6;
  border-color: #0a60d6;
}

.page-link.disabled {
  color: rgba(29, 31, 32, 0.5);

  background-color: rgba(255, 255, 255, 0.1);
}
.page-link.completed {
  color: #0a60d6;

  background-color: #d8e5f9;
}

.footer {

}

.btn {
  border-radius: 75px;
  border: none;
  padding: 4px 20px 6px;
}

.btn-lg {
  padding: 8px 35px 12px;
}

.btn-primary {
  background-color: #3977E7;
  border-color: #3977E7;
}

.btn-secondary {
  background-color: rgb(29, 31, 32);
  border-color: rgb(29, 31, 32);
}

.btn:disabled {
  background-color: #3977E766;
  border-color: #3977E766;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #3977e7bf;
  border-color: #3977e7bf;
}

.form-control:focus, input.form-control:valid {
  color: #0A60D6;
  font-weight: 600;
  background-color: #EFF3FD;
  border-color: #0000000D;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  border-color: rgba(232, 42, 42, 0.7);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(232, 42, 42, 0.25);
}

.tooltip-inner {
  background-color: #fff;
  color: rgb(29, 31, 32);
  display: inline;
}

.modal-footer {
  justify-content: space-between;
}

.modal .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-header {
  cursor: pointer;
}

h3 {
  font-weight: 600;
}

.icon-plus-left::before {
  content: "+";
  border: 1px solid rgba(33, 37, 41, 0.5);
  width: 16px;
  display: inline-block;
  margin: auto;
  margin-right: auto;
  text-align: center;
  line-height: 11px;
  height: 16px;
  padding-bottom: 3px;
  margin-right: 5px;
}

.icon-plus-left[aria-expanded=true]::before {
  content: "-";
}

.modal .accordion-item {
  border-bottom: none;
}

@media (max-width: 990px) {
  p.accordion-header {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  p.accordion-header {
    font-size: 12px;
  }
}

.tooltip {
  z-index: 10;
  height:26px;
}

@media (max-width: 990px) {
  .accordion-body label {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .accordion-body label {
    font-size: 12px;
  }
}

.form-check-input:checked {
  background-color: #3977E7;
  border-color: #3977E7;
}

.form-check-input:focus {
  border-color: #3977E7;
  outline: 0;
  box-shadow: 0 0 0 0 #3977E799;
}
.form-check-taxrisk {
  width: fit-content;
  padding: 10px 2rem;
}

.form-check-taxrisk.checked-active {
  background: #3D7BEA14;
  border-radius: 16px;
  color: #3977e7 !important;
  font-weight: 600 !important;
}

ul.u3-tree {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
ul.u3-tree li {
  display: block;
}
ul.u3-tree li a.checkbox {
  display: inline-block;
  margin: 0.25rem 0 0.25rem 1.625rem;
  padding-left: 1.625rem;
  position: relative;
  color: #33394D;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
ul.u3-tree li a.checkbox::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border: 1px solid #D3D6DE;
  border-radius: 0.125rem;
}
ul.u3-tree li a.checkbox::after {
  font-family: bootstrap-icons;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  text-align: center;
  position: absolute;
  display: block;
  border-radius: 0.125rem;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
}
ul.u3-tree li a.checkbox.checked::before {
  border-color: #00C0C0;
  background-color: #00C0C0;
}
ul.u3-tree li a.checkbox.checked::after {
  content: "\f26e";
}
ul.u3-tree li a.toggle {
  display: block;
  margin: 0.25rem 0;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  overflow: hidden;
  cursor: pointer;
}
ul.u3-tree li a.toggle::after {
  content: "\f4fd";
  font-family: bootstrap-icons;
  display: block;
  height: 1.125rem;
  width: 1.125rem;
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: center;
  position: absolute;
  transition: all 0.2s ease-out;
  color: #7B849D;
}
ul.u3-tree li ul.u3-tree {
  padding-left: 2rem;
  display: none;
}
ul.u3-tree li.expand ul.u3-tree {
  display: block;
}

.payform-tinkoff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
}

.payform-tinkoff-row {
  margin: 2px;
  border-radius: 4px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #DFE3F3;
  padding: 15px;
  outline: none;
  background-color: #DFE3F3;
  font-size: 15px;
}

.payform-tinkoff-row:focus {
  background-color: #FFFFFF;
  border: 1px solid #616871;
  border-radius: 4px;
}

.payform-tinkoff-btn {
  background-color: #FBC520;
  border: 1px solid #FBC520;
  color: #3C2C0B;
}

.payform-tinkoff-btn:hover {
  background-color: #FAB619;
  border: 1px solid #FAB619;
}

#accordion-okved .accordion-body {
  padding-right: 0;
}
#accordion-okved p {
  min-height: 32px;
  margin-bottom: 0rem;
  width: calc(100% - 280px);
  display: inline-block;
}
#accordion-okved input {
  max-width: 90px;
  padding: 0 0.5rem;
  display: inline-block;
  margin-left: auto;
}
#accordion-okved span.okved {
  padding: 0 0.5rem;
  display: inline-block;
  margin-left: auto;
  width: 90px;
  text-align: center;
}

#accordion-vat .accordion-body {
  padding-right: 0;
}
#accordion-vat p {
  min-height: 32px;
  margin-bottom: 0rem;
  width: calc(100% - 460px);
  display: inline-block;
}
#accordion-vat input {
  width: 150px;
  padding: 0 0.5rem;
  display: inline-block;
  margin-left: auto;
}
#accordion-vat span.okved {
  padding: 0 0.5rem;
  display: inline-block;
  margin-left: auto;
  width: 150px;
  text-align: center;
}
#accordion-vat input[type=number]::-webkit-outer-spin-button,
#accordion-vat input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#accordion-vat input[type=number],
#accordion-vat input[type=number]:hover,
#accordion-vat input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}
#accordion-vat input::placeholder {
  opacity: 0.5;
  color: #aaa;
}

.text-right {
  text-align: right;
}

.modal-body .figure img {
  max-width: 100%;
}

input.promo-ticket {
  display: block;
  padding: 0.375rem 0.75rem;
  padding-right: 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-left: 35px;
  background: url(../images/promocode_icon.svg) 10px center no-repeat;
  width: 180px;
  height: 36px;
  margin-right: 20px;
}

#falseKod {
  float: left;
  width: auto;
  line-height: 36px;
  padding-left: 0px;
}
#falseKod a {
  position: absolute;
  top: 0px;
  left: 207px;
}

.text-success {
  color: #8CD02F !important;
}

.invalid-promo {
  border-color: #E82A2A;
}

#floatingCirclesG {
  position: relative;
  width: 125px;
  height: 125px;
  margin: auto;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}

.f_circleG {
  position: absolute;
  background-color: rgb(255, 255, 255);
  height: 22px;
  width: 22px;
  border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -ms-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 51px;
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
}

#frotateG_02 {
  left: 15px;
  top: 15px;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#frotateG_03 {
  left: 51px;
  top: 0;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#frotateG_04 {
  right: 15px;
  top: 15px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#frotateG_05 {
  right: 0;
  top: 51px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#frotateG_06 {
  right: 15px;
  bottom: 15px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#frotateG_07 {
  left: 51px;
  bottom: 0;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#frotateG_08 {
  left: 15px;
  bottom: 15px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

@keyframes f_fadeG {
  0% {
    background-color: rgb(232, 42, 42);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-o-keyframes f_fadeG {
  0% {
    background-color: rgb(232, 42, 42);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-ms-keyframes f_fadeG {
  0% {
    background-color: rgb(232, 42, 42);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgb(232, 42, 42);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@-moz-keyframes f_fadeG {
  0% {
    background-color: rgb(232, 42, 42);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
#loading-promo {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1021;
}

#alert-loading {
  width: 100%;
  max-width: 600px;
  min-width: 400px;
  min-height: 200px;
  background: #fff;
  padding: 20px;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.alert-note {
  padding-left: 60px;
  background-image: url(../images/notes_icon.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  border-radius: 16px;
}
.alert-note a.btn-success {
  background-color: #85CD52;
  color: #fff;
  display: inline-block;
  min-width: 245px;
  max-height: 48px;
  line-height: 37px;
  font-size: 16px;
  font-weight: 600;
  background-image: url(../images/list_icon.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 17px;
  padding-left: 40px;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  .alert-note a.btn-success {
    display: block;
  }
}

.alert-road {
  padding-left: 60px;
  background-image: url(../images/road__icon.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  border-radius: 16px;
}

.alert-clock {
  padding-left: 60px;
  background-image: url(../images/clock__iocn.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  border-radius: 16px;
}

.alert-key {
  padding-left: 60px;
  background-image: url(../images/key_n_icon.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  border-radius: 16px;
}

.alert-done-1 {
  padding-left: 60px;
  background-image: url(../images/done_1_icon.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 15px;
  border-radius: 16px;
}

.buttons-csv{
  margin-left: 200px;
}
#reset-filters{
  position: absolute;
  z-index: 5;
}
.ramca {
  width: 100%;
  display: block;
  height: 100%;
  background: #8ccf30;
  text-align: center;
  padding: 4px 0px 6px;
  font-weight: bold;
}
.ramca.midle {
  background: #f69927;
}
.ramca.hight {
  background: #e72b2b;
}


.delete-image, .delete-button {
  z-index: 10;
  width: 20px;
  height: 20px;
  right: -20px !important;
}

#attachment-area .delete-image{
  left: -5px !important;
  top: 13px !important;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: 1022;
}

.alert-taxrisk {
  padding: 2px 20px 12px !important;
}

.alert-taxrisk.alert-info {
  color:#3977e7 !important;
  background-color: #3d7beA14 !important;
  border-color: #3d7beA14 !important;
}

.alert-taxrisk.alert-danger {
  color:#e82a2a !important;
  background-color: #ffd1de !important;
  border-color: #ffd1de !important;
}
.alert-taxrisk i.alert-ico {
  width: 23px;
  height: 23px;
  background: url(../images/alert_icon.svg) no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 4px;
}
#TransactionModal i.done2-ico {
  width: 28px;
  height: 28px;
  background: url(../images/done2_icon.svg) no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 9px;
}

.alert-taxrisk i.done2-ico {
  width: 28px;
  height: 28px;
  background: url(../images/done2_icon.svg) no-repeat;
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: 9px;
}

.modal-content {
  border-radius: 30px !important;
  padding: 10px 26px 26px !important;
}
.modal-header {
  border-bottom: none;
}

.modal-content .btn-close {
  --bs-btn-close-opacity: 0.6;
  color: #f5f5f599;
  background-image: url(../images/close_icon.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  display: block;
}
#TransactionModal .modal-body {
  padding: 1rem 30px;
}
#TransactionModal input.form-control {
  background: #F5F4F7;
  height: 40px;

}
#TransactionModal .form-control:focus, #TransactionModal input.form-control:valid {
  color: #0A60D6;
  font-weight: 600;
  background-color: #EFF3FD;
  border-color: #0000000D;
  outline: 0;
  box-shadow: none;
}

#TransactionModal .form-control::placeholder {
  color: #969696;
  opacity: 1;
}

#TransactionModal h3 {
  color: #3b3b3b;
}

#TransactionModal .transfer-link {
  font-size: 17px;
  font-weight: 600;
}

#TransactionModal .out-line {
  background: #fff;
  color: #3977E7;
  border: 2px solid #3977E7;
}
#TransactionModal .tr-link {
  color: #3977E7;
  font-weight: 500;
  font-size: 17px;
}

#TransactionModal .step-2, #TransactionModal .step-3 {
  display:none;
}

#TransactionModal .text-warning {
  color:#e9424a !important;
  font-size: 14px !important;
  padding: 5px 30px !important;
}

#TransactionModal .error-email{
  display: block;
  height: 0;
  visibility: hidden;
}

#finalButton {
  background-image: url(../images/arrow_complete.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: 95%;
  padding: 8px 59px 12px 50px !important;
  margin-left: 30px;

}
.text-bg-success{
  color: #0a60d6 !important;
  background-color: #d8e5f9 !important;
}


#folderTree .accordion-button {
  background-color: transparent;
  box-shadow: none;
  font-size: 0.95rem;
}

#folderTree a {
  font-size: 0.9rem;
}
#folderTree .accordion-header {
  border: none;
  background: none;
}

#folderTree .toggle-collapse {
  background: none;
  border: none;
  color: #444;
}

#folderTree .toggle-collapse:focus {
  box-shadow: none;
}

#folderTree .accordion-item {
  border: none;
  margin-bottom: 2px;
}
#folderTree i.bi-folder2,
#folderTree i.bi-folder2-open {
  color: #f4c430; /* жёлтый цвет как у Windows */
  font-size: 1.5rem; /* увеличить размер */
}

/* Активная папка — жирный + немного больше */
#folderTree a.active-folder i {
  font-size: 1.5rem;
}

.context-menu {
  position: absolute;
  z-index: 2000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  min-width: 160px;
  padding: 4px 0;
}
