/* Verify Otp */
.editButton {
    border: none;
    background: none;
}

.verify-otp-error {
    margin-bottom: 10px;
    color: red;
}

.verify-loader {
    display: none;
    width: 25px;
    height: 25px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    animation: spin 1s linear infinite;
}

.timer-display {
    display: none;
    color: #666;
    font-size: 14px;
}

.otp-status-message {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

/* Layout */

.nodisplay-novisibility {
    display: none;
    visibility: hidden;
}

/* common */

.display-none {
    display: none;
}

.is-hidden {
    display: none !important;
}

.is-visible {
    display: block;
}

.padding-btm-40 {
    padding-bottom: 40px;
}

.color-wt {
    color: wheat;
}

.color-blk {
    color: black;
}

/* Banner */

.banner-carousel-control-prev {
    opacity: 0;
}

.banner-carousel-control-next {
    opacity: 0;
}

.contact-error-message {
    color: red;
    font-size: 0.9rem;
    margin-top: 5px;
}

.subject-container {
    border-radius: 4px;
}

    .subject-container.error {
        border: 2px solid red;
    }

/* Forms */


.error {
    border: 2px solid red !important;
}

.is-invalid {
    border: 2px solid red !important;
}

.sbd-step1-img {
    height: 345px;
    width: 352px;
}

.sbd-step2-img {
    height: 351px;
    width: 405px;
}

.sbd-step3-img {
    height: 327px;
    width: 422px;
}

.contact-loaderdata {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

.fb-loaderdata {
    display: none;
    align-content: center;
    position: fixed;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 53%);
    width: 100%;
    height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
}

    .fb-loaderdata img {
        width: 60px;
        height: 60px;
    }

.fb-error-message {
    margin-bottom: 10px;
}

.fb-basic-loader {
    display: none;
    align-content: center;
    width: 25px;
    height: 25px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    animation: spin 1s linear infinite;
}

.fb-submit-error {
    margin-bottom: 10px;
    color: red;
}

.fb-editButton {
    border: none;
    background: none;
}

.verify-spinner {
    display: none;
    width: 25px;
    height: 25px;
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

.lr-loader {
    display: none;
    width: 25px;
    height: 25px;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

.lr-loading-spinner {
    display: none;
    width: 25px;
    height: 25px;
    border: 3px solid #ccc;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    animation: spin 1s linear infinite;
    margin: auto;
}

.lr-file-error {
    color: red;
    display: none;
}

.lr-image-preview {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

/*Top Header */

.top-str-right {
    min-height: 24px;
}

.weatherBlcok img {
    height: 24px;
}

.marqueeSection marquee {
    width: 100%;
}

.importantNotice marquee {
    width: 100%;
}

.ai-min-width {
    min-width: 200px;
}

.condition-display-block {
    display: block !important;
}

.uploaded-image {
    display: inline-block;
    margin: 5px;
    position: relative;
}

    .uploaded-image img {
        border: 1px solid #ddd;
        padding: 5px;
    }

    .uploaded-image span {
        position: absolute;
        top: 2px;
        right: 4px;
        cursor: pointer;
        font-size: 18px;
        color: #333;
    }
