input.form-code::-webkit-inner-spin-button,
input.form-code::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input.form-code {
    -moz-appearance: textfield;
}

.container-modal {
  text-align: center;
}

.container-modal .download-link {
  margin-bottom: 1.5rem;
}

.container-modal .download-link a {
      text-decoration: none;
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid #007bff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
}

.container-modal .download-link a:hover {
  background-color: #007bff;
  color: #fff;
}

.container-modal #excel-upload-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.container-modal label {
  font-size: 1rem;
  font-weight: 600;
  color: #444;
  text-align: left;
}

.container-modal .file-input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.container-modal input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.container-modal .file-input-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 0.9rem;
  color: #666;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.container-modal .file-input-label:hover,
.container-modal input[type="file"]:focus + .file-input-label {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.container-modal .file-input-label::after {
  content: "Выбрать файл";
  background-color: #007bff;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
}

.container-modal .file-input-label:hover::after {
  background-color: #0056b3;
}

.container-modal .file-name {
  font-size: 0.9rem;
  color: #333;
  margin-top: 0.5rem;
  text-align: left;
  display: none;
}

.container-modal .file-name.show {
  display: block;
}

.container-modal input[type="submit"] {
  background-color: #007bff;
    color: #ffffff;
    border: none;
    padding: 0.75rem;
    height: 53px;
    width: 100%;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.container-modal input[type="submit"]:hover {
  background-color: #1069c9;
  transform: translateY(-2px);
}

.container-modal input[type="submit"]:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  .container-modal {
    padding: 1.5rem;
    margin: 1rem;
  }

  .container-modal .download-link a,
  .container-modal input[type="submit"] {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }

  .container-modal .file-input-label {
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
  }

  .container-modal .file-input-label::after {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }
}

.select2-container {
  width: 100% !important;
}

.dropdownNav__item a.active {
  color: var(--primary);
  text-decoration: underline;
}

/* Заголовок селекта (выбранная опция) */
.select2-container--default .select2-selection--single {
  border-color: var(--gray-light);
  color: var(--dark);
  height: 60px;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
}

    /* Контейнер для текста выбранной опции */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      line-height: 44px !important; /* Выравнивание текста по высоте */
      color: var(--dark) !important; /* Цвет текста */
      padding-left: 0 !important;
      font-size: 16px !important; /* Размер шрифта */
    }

    /* Стрелка выпадающего списка */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 60px !important; /* Высота стрелки соответствует селекту */
      width: 45px !important;
    }

    /* Выпадающий список */
    .select2-container--default .select2-dropdown {
      border: .0625em solid var(--gray-light);
      border-radius: var(--radius-default);
      background-color: #ffffff !important; /* Белый фон */
      margin-top: 4px !important;
    }

    /* Поле поиска в выпадающем списке */
    .select2-container--default .select2-search--dropdown .select2-search__field {

    }

    /* Опции в выпадающем списке */
    .select2-container--default .select2-results__option {

    }

    /* Ховер и выбранная опция */
    .select2-container--default .select2-results__option--highlighted[aria-selected] {

    }

    .select2-container--default .select2-results__option[aria-selected="true"] {

    }

    /* Плейсхолдер */
    .select2-container--default .select2-selection__placeholder {

    }

    /* Стили при фокусе */
    .select2-container--default.select2-container--focus .select2-selection--single {

    }

.top_form_btn_edit {
  margin-top: 34px;
  margin-bottom: 45px;
}

.fastclick-error-img {
  text-align: center;
  margin-bottom: 20px;
}

.fastclick-error-text {
  text-align: center;
  margin-top: 20px;
}

.cbtn {
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cbtn span,
.cbtn svg {
  transition: opacity 0.3s ease;
}

.cbtn-animating span,
.cbtn-animating svg {
  opacity: 0;
}

.spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.toggle-btn {
  display: inline-block;
  width: 130px;
  height: 40px;
  border-radius: 999px;
  position: relative;
  transition: background-color 0.3s ease;
  text-decoration: none;
  user-select: none;
  margin-right: 15px;
}

.toggle-track {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 12px;
  box-sizing: border-box;
}

.toggle-thumb {
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  z-index: 1;
}

.thumb-icon {
  width: 30px;
  height: 30px;
}

.toggle-label {
  color: white;
  z-index: 2;
  font-size: 14px;
  float: right;
  transition: transform 0.3s ease;
  padding-right: 8px;
}

/* Статус "вкл." */
.toggle-btn[data-status="on"] {
  background: linear-gradient(to right, #3390FB, #5fa2ef);
}

/* Статус "выкл." */
.toggle-btn[data-status="off"] {
  background-color: #CF4639;
}

/* Перемещение "ползунка" */
.toggle-btn[data-status="on"] .toggle-thumb {
  transform: translateX(89px);
}

.toggle-btn[data-status="on"] .toggle-label {
  transform: translateX(-39px);
  padding-right: 0;
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    color: #000;
    padding: 25px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 930px;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}


.cookie-consent.visible {
    opacity: 1;
}


.cookie-text {
    margin-right: 20px;
    font-size: 16px;
    line-height: 1.5;
}


.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-button {
    padding: 11px 30px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.cookie-button.accept {
    background-color: var(--primary);
    color: #fff;
}

.cookie-button.accept:hover {
    background-color: var(--primary-dark);
    color: #fff;
}

.cookie-button.close {
    background-color: #6c757d;
    color: #fff;
}

.cookie-button.close:hover {
    background-color: #5a6268;
}

.doc_info_footer {
    background-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
}

.doc_info_footer_mobile {
    display: none;
}
@media (max-width: 767.98px) {
    .statusToggle.toggle-btn {
      margin: 0;
      margin-bottom: 8px;
      width: 85px;
      height: 32px;
    }
    .toggle-track {
      padding: 0;
    }
    .toggle-thumb {
      width: 22px;
      height: 22px;
      top: 5px;
    }
    .toggle-label {
      margin: 0;
      font-size: 10px;
    }
    .statusToggle.toggle-btn[data-status="on"] .toggle-thumb{
      left: auto;
      right: 5px;
      transform: none;
    }
    .statusToggle.toggle-btn[data-status="on"] .toggle-label{
          transform: translateX(-33px);
    }
    .td-action.td-action-long .statusToggle.toggle-btn{
        margin-left: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .cookie-consent {
        flex-direction: column;
        text-align: center;
        padding: 10px;
    }

    .cookie-text {
        margin-right: 0;
        font-size: 12px;
        margin-bottom: 10px;
        text-align: justify;
    }

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cookie-button {
        width: 100%;
    }
    .doc_info_footer_pc {
        display: none;
    }
    .doc_info_footer_mobile {
        display: block;
    }
    .doc_info_footer {
        text-align: center;
        padding-left: 0;
    }
    .doc_info_footer a {
        padding-left: 0 !important;
        font-size: 10px;
    }
    .excel_btn .form-account-block__download {
        width: 100%;
        min-width: 100%;
        height: 50px;
        font-size: 14px;
    }
    .app-drop-down {
        margin-left: -180px;
        margin-top: 20px;
    }
    .onlymob br {
        display: block !important;
    }
    .heroCaseBox .hero__btn {
        margin-bottom: 0px;
        margin-top: 15px;
    }
    .white_badge {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 6px;
        background-color: #fff;
        border: 1px solid #000;
        border-radius: 20px;
        position: relative;
        top: 0;
        left: 0;
    }
}

@media (max-width: 1600px) {

}

@media (max-width: 1100px) and (max-width: 1370px) {
    
}

@media (max-width: 991.98px) and (max-width: 1270px) {
    
}


@media screen and (max-width: 767.98px) {
   
}

@media screen and (max-width: 576px) {

}

@media screen and (max-width: 1199px) {
    
}