#QRModal .overlay {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 90%;
    height: 82%;
    border: 4px solid transparent;
    border-radius: 20px;
    margin: 0 auto;
}

#QRModal .btn {
    background-color: #c5764f;
    text-align: center;
    color: #fff;
    margin-top: 35px;
}
#QRModal .btn:hover {
    background-color: #c5764f;
    border: 1px solid #c5764f;
    color: #fff;
}

.iti__country-list {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    /*width: 100% !important;*/
    max-height: 300px;
    overflow-y: auto;
    z-index: 9999 !important;
}
.sync-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    z-index: 1050; /* Higher than Bootstrap modal */
    display: block;
    pointer-events: none; /* Ensures no clicks go through */
}

.sync-overlay.active {
    pointer-events: auto; /* Blocks all clicks */
}

@media only screen and (min-width: 321px) {
    #QRModal .modal-dialog {
        width: 400px;
    }
}

@media (max-width: 480px) {
    .iti__country-list {
        top: 25% !important;
        bottom: auto !important;
        width: 90% !important; /* Adjusts for small screens */
        left: 50% !important;
        transform: translateX(-50%);
    }
}
.changetestinCap::first-letter {
    text-transform: uppercase; /* Capitalize only the first letter */
}
.custom-span {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 500;
}

.custom-whatsapp {
    color: #25d366;
}
.custom-label {
    color: #6f6f6f;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 1rem; /* Equivalent to mb-3 */
}
#connect-btn {
    font-size: 18px;
    font-weight: 500;
    color: #6f6f6f;
}

.icon-container ion-icon {
    font-size: 1.5rem;
    color: #fff;
    background-color: #25d366;
    border-radius: 50%;
    padding: 12px;
}

.custom-label {
    font-size: 18px;
    font-weight: 500;
    color: #6f6f6f;
}

.custom-span {
    display: block;
}

.custom-span-mobile {
    display: flex;
    gap: 5px;
}

.custom-span-mobile img {
    vertical-align: middle;
    margin-top: 15px;
}
.custom-heading {
    margin-bottom: 0.01rem;
}

.custom-label3 {
    color: #272727cc;
    font-size: 17px;
    font-weight: 400;
}
.custom-heading-attachments {
    margin-top: 28px;
}

.custom-label-attachments {
    color: #272727cc;
    font-size: 17px;
}
.qr-code-img img {
    max-width: 300px;
    display: none;
}

.qr-error-message {
    display: none;
}

.overlay.error img {
    width: 270px;
    height: 270px;
}

.retry-button {
    width: 25%;
}
.accordion-arrow {
    margin-left: 10px;
}
.custom-heading-timeframe {
    margin-bottom: 0.01rem;
}
.main_dev_copon_number{
    margin: 0 auto;
    width:60% !important;
}
.coupon_error{
    font-size: 12px;
    padding: 7px 18px !important;
    border-radius: 18px !important;
}
.email_inputfield_box {
    width: 200px !important;
    margin: 0 auto !important;
}
.email_inputfield_box > .email_inputfield{
    text-align: center !important;
}

@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }