.indicator-progress {
    display: none;
}

[data-kt-indicator="on"]>.indicator-progress {
    display: inline-block;
}

[data-kt-indicator="on"]>.indicator-label {
    display: none;
}

.profileImage {
    width: 36px;
    border-radius: 8px;
}

/*KHI new css*/
.new-add-insulin {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.add-insulin-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    width: 100% !important;

}

.add-insulin-row .input-field {
    margin-bottom: 0px !important;
    width: 90%;
    margin-right: 20px;
}

#insulin-list a {
    text-align: none !important;
    font-size: 18px;
    font-weight: 600;
}

.new-add-medicine {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.add-medicine-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    width: 100% !important;

}

.add-medicine-row .input-field {
    margin-bottom: 0px !important;
    width: 90%;
    margin-right: 20px;
}

#medicine-list a {
    text-align: none !important;
    font-size: 18px;
    font-weight: 600;
}

.customer_records-new {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}

/* Remove Bootstrap default styling so your original design works */
.health-update-category .nav-link {
    padding: 0;
    background: none;
    border: none;
    color: inherit;
    /* Keeps your original text color */
}

/* Ensure the active tab looks like your original active state */
.health-update-category .nav-link.active {
    background: none;
    color: inherit;
    /* Or put your specific active color here */
    font-weight: bold;
    /* Optional */
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #EA4F0C;
    background-color: none;
}

.health-update-category ul li a.active {
    color: none;
    font-weight: 700;
    border-bottom: none;
}

.health-update-category ul {
    text-align: left;
    margin-top: 6px;
    margin-left: 0px;
}

.health-update-thumb.active {
    background: #F2FBF8;
    border: 1px solid #B3EBD5;
}

.health-update-thumb-img {
    width: 90px;
    height: 100px;
}

.login-auth-email button {
    font-size: 20px;
}

.open {
    display: block;
}

.health-update-thumb-content {
    width: calc(100% - 100px) !important;
    margin-left: 15px;
    position: relative;
}

.attendance-list {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    width: 100%;
    max-height: 100vh;
    overflow-y: auto;
}

#calendar .fc-h-event .fc-event-title {
    display: block !important;
    text-align: center !important;
}

.my-profile-bottom {

    .input-container {
        width: 100%;

        .input-field {
            margin-bottom: 0px;
        }
    }
}

.edit-profile button {
    width: fit-content;
    border: none;
    color: #fff;
    background: #ECC21B;
    background: linear-gradient(103deg, rgba(236, 194, 27, 1) 0%, rgba(234, 79, 12, 1) 99%);
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
    margin: 20px 0px;
    float: right;
    text-align: center;
}

.progressTitle {
    margin-top: -68px;
    margin-left: 395px;
    color: #fff;
}

.my-profile-top {
    position: relative !important;
}

.my-profile-bottom {
    z-index: 1;
}

.edit_div {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;


    a {
        color: #333;
        text-decoration: none;
    }
}

.edit_div2 {
    width: fit-content;
    height: 40px;
    padding: 0px 20px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;

    a {
        color: #333;
        text-decoration: none;
    }
}

.progress-title-new {

    h4 {
        font-size: 12px;
        text-align: right;
        padding-right: 20px;
        margin-top: -70px;
    }
}

.eye-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #ccc;
}

.settings {
    button {
        width: fit-content !important;
    }
}


.multiinput {
    display: flex;
    justify-content: space-between;
    flex-direction: row;

    label {
        width: 30%;
        position: relative;
        left: 0;
        pointer-events: auto;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .top-block-content h4 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1440px) {
    .top-block-content .progressTitle h4 {
        font-size: 18px;
    }
}

.notification-page {
    .notification-right {
        width: 50%;
    }
}

.notification-page {
    .notification-left {
        width: 45%;
        height: 90vh;
        overflow-y: auto;
    }
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    border: 0;
    padding: 0;
    margin: -1px;
}

.tejas-side-bar-top h2 {
    margin: 0 0 12px 0;
    font-size: 1.25rem;
    font-weight: 700;
}

/* Card styling */
.tejas-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    overflow: hidden;
}

.tejas-card-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffa726;
    /* warm orange header */
    color: #1a1a1a;
    padding: 12px 14px;
}

.tejas-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}


.tejas-brand-badge {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffd180;
    /* lighter orange */
    font-size: 16px;
}

.tejas-brand-title {
    display: block;
    font-weight: 800;
    line-height: 1.1;
}

.tejas-brand-subtitle {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
}

.tejas-card-body {
    padding: 16px;
    color: #333;
    font-size: 0.98rem;
    line-height: 1.55;
}

.tejas-greeting {
    color: #16a34a;
    /* green accent */
    font-weight: 700;
    margin-top: 0;
}

.tejas-emblem {
    display: flex;
    justify-content: center;
    margin: 14px 0;
}

.tejas-emblem img {
    width: 270px;
    height: 84px;
    object-fit: contain;
}

.tejas-card-footer {
    padding: 14px 16px 18px 16px;
    display: flex;
    justify-content: center;
}

/* Button */
.tejas-btn {
    cursor: pointer;
    border: none;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 800;
    letter-spacing: 0.4px;
}

.tejas-btn-continue {
    background: #ff9800;
    /* orange */
    color: white;
    box-shadow: 0 6px 14px rgba(255, 152, 0, 0.35);
    transition: transform 0.06s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.tejas-btn-continue:hover {
    background: #fb8c00;
    box-shadow: 0 8px 18px rgba(251, 140, 0, 0.45);
}

.tejas-btn-continue:active {
    transform: translateY(1px);
}

.not-assign-class {
    width: 70%;
    margin: 100px auto 100px auto;
    text-align: center;
    padding-bottom: 30px;
}

#tejas-registration {

    .input-container {
        margin-right: 15px;

        .selectfield {
            position: relative;

            label {
                position: absolute;
                top: -20px;
                left: 13px;
                padding: 0px 5px;
                color: #000;
                font-size: 14px;
                background: #fff;
                border-radius: 5px;
            }
        }
    }

}

#khiForm {

    .input-container {
        margin-right: 0px;

        .selectfield {
            position: relative;

            label {
                position: absolute;
                top: -10px;
                left: 13px;
                padding: 0px 5px;
                color: #000;
                font-size: 14px;
                background: #fff;
                border-radius: 5px;
                transform: translateY(0);
            }
        }
    }

}

.tejas-registration-page {
    justify-content: flex-start;
}

.submitBtnClass {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    width: 100%;

    .login-auth-email {
        button {
            margin-bottom: 0px !important;
        }
    }

    .checkbox-wrapper .terms-label {
        margin-bottom: 0px !important;
        margin-right: 30px;
    }

}

.fc-today-button {
    text-transform: capitalize !important;
}

.breadcrumb2 {

    nav {
        height: auto !important;
        padding: 0px !important;
        margin-top: 0px !important;
        padding: 15px 0px 0px 15px !important;

        a {
            color: #000;
            font-weight: 600;
            text-decoration: none;
        }
    }
}

.upcomingAlert {
    background: #fff;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 10px;
    border-radius: 10px;

    span {
        font-size: 18px;
        font-weight: bold;
        color: #EA4F0C;
        animation: blink 1s linear infinite;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}


.checkbox-wrapper .checkbox-box {
    fill: #fff !important;
}

.checkbox-svg {
    border: 1px solid orange;
}


.add-new-record {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 247 236);
    border-radius: 15px;
    margin-top: 20px;
    text-align: center !important;

    p {
        font-size: 24px;
        font-weight: 600;
        color: #333;
        text-align: center !important;
    }

    .add-new-record-image {
        width: 70px;
        height: 70px;
        object-fit: contain;

        img {
            width: 100%;
        }
    }

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

        p {
            font-size: 16px !important;
            color: #EA4F0C;

            span {
                margin-right: 10px;
            }
        }
    }
}

.lightgreenbg {
    background: rgb(238 255 244);
}

#ojasPitching {

    .modal-dialog {
        transition: transform .4s ease-out;
        transform: translateY(30px);
        top: 40px !important;
        margin-right: 10px;


        .modal-content {
            border-radius: 15px !important;
            background-color: #454B1B !important;
            width: 500px !important;
            height: 510px !important;

        }

        h5 {
            color: #fff;
            font-weight: bold;
            font-size: 24px;
        }

        h1 {
            font-size: 40px;
            font-weight: bold;
            color: #EB8F14;
        }

        h3 {
            font-size: 24px;
            font-weight: 600;
            color: #fff;

            span {
                color: #ffa726;
            }
        }

        h2 {
            font-size: 34px;
            font-weight: 600;
            color: #fff;

            span {
                padding-left: 10px;
            }
        }

        .btn-close {
            color: #fff !important;
            background-color: #fff !important;
        }

        .ojas-join-content {
            background: #fff;
            padding: 10px;
            border-radius: 10px;
            width: 100%;
            margin: 0px auto;
            /* display: flex;
                flex-direction: column;
                justify-content: center; */
            align-items: center;
            margin-top: 20px;
            /* text-align: left !important; */

            h3 {
                /* text-align: left !important; */
                color: #666;
                font-size: 20px;
                margin-bottom: 5px;
                /* display: flex; */
                justify-content: space-between;
            }

            .price-btn {
                /* display: flex; */
                justify-content: space-between;
                margin-top: 20px;
                align-items: center;
                /* margin-left: 160px; */

                h5 {
                    color: #666;
                    font-size: 18px;

                    span {
                        font-size: 16px;
                        font-weight: 500;
                        font-style: italic;
                        color: #EA4F0C;
                    }
                }

                button {
                    background-color: #16a34a;
                    color: #fff;
                    padding: 10px 20px;
                    font-size: 18px;
                    font-weight: bold;
                    border-radius: 5px;
                    cursor: pointer;
                    border: none;
                }
            }
        }
    }

}

.join-ojas-class {
    position: fixed;
    bottom: 50px;
    right: 10px;
    /* z-index: 9999; */
    background-color: #454B1B !important;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}