body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: initial !important;
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown):not(.sweetalert2-nopadding) {
    padding-right: 0 !important;
}
.swal2-popup {
    padding: 2rem;
    border-radius: 0.42rem;
}
.swal2-popup .swal2-icon {
    margin: 2rem auto 0;
    justify-self: center;
    align-self: center;
}
.swal2-popup .swal2-title {
    font-weight: 500;
    font-size: 1.3rem;
    margin: 2rem 0 0;
    color: #181c32;
}
.swal2-popup .swal2-content {
    font-weight: 400;
    font-size: 1.1rem;
    margin-top: 1.5rem;
    color: #3f4254;
}
.swal2-popup .btn {
    margin: 15px 5px 0;
}
.swal2-popup .swal2-styled:focus {
    box-shadow: none;
}
.swal2-popup .swal2-actions {
    margin: 1.5rem auto 1rem;
}
.swal2-container {
    overflow-y: hidden !important;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.2);
}
.swal2-container .swal2-html-container {
    max-height: 200px;
    overflow: auto;
}
body.swal2-height-auto {
    height: 100% !important;
}
.swal2-icon.swal2-warning {
    border-color: #ffa800;
    color: #ffa800;
}
.swal2-icon.swal2-error {
    border-color: #f64e60;
    color: #f64e60;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
    background-color: rgba(246, 78, 96, 0.75);
}
.swal2-icon.swal2-success {
    border-color: #1bc5bd;
    color: #1bc5bd;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
    background-color: #1bc5bd;
}
.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(27, 197, 189, 0.3);
}
.swal2-icon.swal2-info {
    border-color: #8950fc;
    color: #8950fc;
}
.swal2-icon.swal2-question {
    border-color: #3699ff;
    color: #3699ff;
}


.tox-notifications-container{
    display: none;
}

/* Enhanced VerifyPhone Modal Styles */
.verify-phone-modal .form-check {
    margin-bottom: 1rem;
    padding: 1rem;
    border: 2px solid #e9ecef;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.verify-phone-modal .form-check:hover {
    border-color: #007bff;
    background-color: #f8f9fa;
}

.verify-phone-modal .form-check-input:checked + .form-check-label {
    color: #007bff;
    font-weight: 600;
}

.verify-phone-modal .form-check-input:checked ~ .form-check {
    border-color: #007bff;
    background-color: #e3f2fd;
}

.verify-phone-modal .btn-loading {
    display: none;
}

.verify-phone-modal .btn:disabled .btn-loading {
    display: inline-block;
}

.verify-phone-modal .btn:disabled .btn-text {
    display: none;
}

.verify-phone-modal .step-transition {
    transition: all 0.3s ease;
}

.verify-phone-modal .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.verify-phone-modal #otp_code {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.5rem;
  text-align: center;
}

.verify-phone-modal #otpVerificationSection {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Dashboard Setting */


.tab__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .tab__btn {
    position: relative;
    flex-grow: 1;
    padding: 5px;
    margin: 0;
    border: none;
    font-size: 18px;
    color: #272622;
    text-transform: uppercase;
    font-weight: bold;
    background: #babec9;
    cursor: pointer;
    opacity: 0.3;
  }

  .tab__btn--active{
    opacity: 1;
  }

  .tab__btn:hover{
    opacity: 1;
  }

  .tab__btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #4e73df; */
    transform-origin: center top;
    transform: scaleY(0);
    /* transition: transform 0.3s ease-in-out; */
    /* opacity: 1; */
  }

  .tab__btn:hover::before {
    transform: scaleY(1);
  }

  .tab__btn span {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    transition: color 0.5s ease;
  }

  .tab__btn:not(.tab__btn--active):hover span {
    color: #ffffff;
  }

  /* .tab__btn--active::before {
    content: "";
    height: 5px;
    background-image: linear-gradient(180deg,#4e73df 10%,#224abe 100%);
    transform: scaleY(1);
  } */

  .tab__items {
    position: relative;
  }

  .tab__item {
    /* position: absolute; */

    display: none;
    width: 100%;
    padding: 20px;

    font-family: 'Arial', sans-serif;
    font-size: 14px;
    /* color: #fff; */
    line-height: 1.4em;
    /* border-bottom: 1px solid #fdda0b; */
    /* background: #292b32; */
    animation: fadeEffect 0.6s ease;
  }

  .tab__item--active {
    display: block;
  }
  .page_title{
    font-size: 24px !important;
    font-weight: 700 !important;
  }
  @keyframes fadeEffect {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0px);
    }
  }

  @media (max-width:768px) {
    .page_title{
      font-size: 24px !important;
    }
  }

  @media (max-width:350px) {
    .page_title{
      font-size: 17px !important;
    }
  }

   /* Common Image Selector Styles */
  .image-selector-container {
      width: 100%;
  }

  .image-selector-area {
      border: 2px dashed #ccc;
      padding: 40px;
      text-align: center;
      border-radius: 8px;
      cursor: pointer;
      background-color: #f8f9fa;
      transition: all 0.3s ease;
  }

  .image-selector-area:hover {
      border-color: #007bff;
      background-color: #f0f8ff;
  }

  .image-preview {
      max-width: 100%;
      max-height: 200px;
      border-radius: 8px;
      display: none;
  }

  .image-placeholder {
      display: block;
  }

  .image-placeholder.hidden {
      display: none;
  }

  .image-preview.show {
      display: block;
  }

  /* Gallery Preview Styles */
  .gallery-image-item .card {
    transition: transform 0.2s ease-in-out;
  }

  .gallery-image-item .card:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
  }

  .gallery-image-item .btn-danger {
      opacity: 0.8;
      transition: opacity 0.2s ease;
  }

  .gallery-image-item .card:hover .btn-danger {
      opacity: 1;
  }

  /* Document Selector Styles */
  .document-selector-container {
      position: relative;
      width: 100%;
  }

  .document-selector-area {
      position: relative;
      min-height: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px dashed #dee2e6;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
      background-color: #f8f9fa;
  }

  .document-selector-area:hover {
      border-color: #007bff;
      background-color: #e3f2fd;
  }

  .document-placeholder {
      text-align: center;
      padding: 20px;
  }

  .document-preview {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      border-radius: 8px;
      padding: 20px;
  }

  .document-preview.show {
      display: flex !important;
  }

  .document-placeholder.hidden {
      display: none !important;
  }

  /* Document Selector Modal Styles */
  .document-selector-item:hover .document-wrapper {
      transform: scale(1.05);
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  .document-selector-item .document-wrapper {
      transition: all 0.3s ease;
      min-height: 120px;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }

  .document-overlay {
      transition: all 0.3s ease;
  }

  .document-info h6 {
      font-size: 0.9rem;
      margin-bottom: 0.25rem;
  }

  .document-info small {
      font-size: 0.75rem;
  }

  /* Modal body height for document selector */
  .modal-body {
      /* height: calc(100vh - 200px); */
      overflow-y: auto;
  }


