.chk-page-bgr {
    background-color: #f4f5f7;
}

.chk-tiles-bgr {
    background-color: #fff;
}

.chk-soft-red {
    background-color: rgba(192, 57, 43, 0.10);
}

.chk-soft-red-color,
.chk-soft-red {
    color: #c0392b;
}

.chk-border-d {
    border: 1px solid rgba(16, 18, 25, 0.08);
}

.chk-border-d-bot {
    border-bottom: 1px solid rgba(16, 18, 25, 0.08);
}

.chk-border-d-bot-right {
    border-right: 1px solid rgba(16, 18, 25, 0.08);
}

.chk-border-d-top {
    border-top: 1px solid rgba(16, 18, 25, 0.08);
}

.chk-border-strong-p-box {
    border: 1px solid rgba(16, 18, 25, 0.16);
}

.chk-border-ho {
    border: 1px solid rgba(16, 18, 25, 0.16);
}

.chk-shad {
    box-shadow: 0 1px 2px rgba(16, 18, 25, 0.04), 0 12px 28px -20px rgba(16, 18, 25, 0.12);
    ;
}

.chk-l-w,
.chk-contact-suprt,
.chk-f-in-l {
    width: 70%;
}

.chk-r-w,
.chk-lader-l,
.chk-f-in-r {
    width: 30%;
}

.chk-central {
    width: 50%;
}

.chk-lr-h,
.chk-l-w,
.chk-r-w {
    height: 300px;
}

.chk-border-r-tiles {
    border-radius: 16px;
}

.chk-gap-14 {
    gap: 14px;
}

.chk-s-tiles-h {
    height: 143px;
}

.chk-y-apl-cont {
    width: 100%;
    max-width: 200px;
    ;
    height: 81.5px;
}

/* cohte */
.cote-app-font-1,
select {
    font-size: 1em !important;
}

.cote-app-font-14 {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
}

.cote-app-font-11 {
    font-size: 1.1em;
}

.cote-app-font-09 {
    font-size: 0.9em;
}

.cote-app-font-085 {
    font-size: 0.85em;
}

.cote-app-font-08 {
    font-size: 0.8em !important;
}

.cote-app-font-075 {
    font-size: 0.75em;
}

.cote-app-font-07 {
    font-size: 0.7em;
}

.cote-app-font-06 {
    font-size: 0.6em;
}

.chk-col-green {
    /* color: #1f9d6b;; */
    color: rgb(31, 122, 31)
}

.chk-app-col-faint {
    color: #9498a5;
    ;
}

.chk-border-grn {
    border: 1px solid rgb(31, 122, 31);
}

.chk-bg-soft {
    background-color: rgba(31, 157, 107, 0.10);
    ;
}

.chk-color-soft-rt {
    color: rgba(31, 157, 107, 0.10);
    ;
}

.chk-dec-btn-cnt {
    width: 40px;
    /* height: 20px; */
    padding: 2px;
}

.chk-tiles-padding {
    padding: 12px;
}

.chk-padding-7 {
    padding: 1px 10px;
}

.chk-amber-soft {
    background-color: #e38d1d5a;
    ;
}

.chk-amber {
    color: #c17a1a;
    ;
}

.chk-amber-border {
    border: 1px solid #c17a1a;
    ;
}

.chk-bgr-soft-blue {
    background-color: rgba(56, 96, 224, 0.10);
    color: #3860e0;
}

/* Screening window filling up svg */
.ring-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.ring {
    width: 80px;
    height: 80px;
    transform: rotate(-90deg);
    /* start the fill from the top, not 3 o'clock */
}

.ring-track {
    fill: none;
    stroke: #e4e6ea;
    /* background track color */
    stroke-width: 6;
}

.ring-progress {
    fill: none;
    stroke: #3860e0;
    /* progress color — swap per your accent */
    stroke-width: 6;
    stroke-linecap: round;
    /* rounded ends instead of flat-cut */

    /* --- the actual "progress" mechanism --- */
    stroke-dasharray: 213.6;
    /* = 2 * PI * r  (r=34 here) */
    stroke-dashoffset: 213.6;
    /* starts fully hidden (0%) */
    animation: ringFill 1.6s cubic-bezier(.16, 1, .3, 1) 0.2s forwards;
}

@keyframes ringFill {
    to {
        stroke-dashoffset: 59.8;
        /* target value = circumference * (1 - percent/100) */
    }
}

.ring-center {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #3860e0;
}

.ring-caption {
    margin-top: 10px;
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    color: #8a8f9c;
}

/* Respect users who've asked for reduced motion */
@media (prefers-reduced-motion: reduce) {
    .ring-progress {
        animation: none;
        stroke-dashoffset: 59.8;
        /* jump straight to final value, no animation */
    }
}

.chk-col-dark {
    color: #101219;
}

.chk-el-right {
    margin-left: auto;
}

.chk-app-btn-subm-blue {
    background-color: #3860e0;
    color: #fff;
}

.pay-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    /* margin-bottom: 12px; */
    /* font-family: 'IBM Plex Mono', monospace; */
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9498a5;
}

.pay-divider::before,
.pay-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: rgba(16, 18, 25, 0.08);
}

/* payment successful */
.chk-paym-shadow {
    box-shadow: 0 12px 40px rgba(15, 23, 42, .06);
}

.chk-suc-bgr {
    background-color: #DCFCE7;
}

.chk-suc-bgr-thick {
    background-color: #b6f7cd;
}

.chk-suc-border {
    border: 1px solid #86EFAC;
}

.chk-suc-color {
    color: #86EFAC;
}

.chk-suc-border-purpl {
    border: 1px solid #C8D6FF;
}

.chk-btn-bgr {
    background: #DCFCE7;

}

.chk-descr-colo {
    color: #6B7280;
}

.chk-purple {
    color: #7C3AED;
}

.chk-purple-light {
    background-color: #F3E8FF;
}

.chk-purple-light-thik {
    background-color: #e5d2f7;
}

.chk-pad-8 {
    padding: 8px;
}

.chk-course-panel {
    flex: 1 1 0;
    min-width: 0;
    gap: 12px;
    justify-content: flex-start;
    align-self: stretch;
    box-sizing: border-box;
}

.chk-course-select-block {
    width: 100%;
    padding-top: 2px;
}

.chk-course-tiles-row {
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .chk-course-tiles-row {
        flex-direction: column;
    }

    .chk-course-tiles-row>.chk-course-panel {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.chk-course-change-success {
    background: linear-gradient(135deg,
            #F0FDF4 0%,
            #F8FAFC 55%,
            #FFFFFF 100%);
}

.chk-icon-student {
    background: #FFFFFF;
    border: 1px solid #E7EAF3;
    width: 100%;
}

.chk-bluepirple-hed {
    color: #4F46E5;
}

/* color pelet */
.chk-stu-bgr {
    background-color: #EEF2FF;
}

.chk-stu-bgr-col {
    color: #4F46E5;
}

.chk-reg-bgr {
    background-color: #E0F2FE;
}

.chk-reg-bgr-col {
    color: #0284C7;
}

.chk-prec-bgr {
    background-color: #FEF3C7;
}

.chk-prec-bgr-col {
    color: #F59E0B;
}

.chk-newc-bgr {
    background-color: #DCFCE7;
}

.chk-newc-bgr-col {
    color: #16A34A;
}

.chk-dept-bgr {
    background-color: #F3E8FF;
}

.chk-dept-bgr-col {
    color: #7C3AED;
}

.chk-border-strong-p-box-green {
    border: 1px solid #16A34A;
    ;
}

.chk-live-indicator {
    animation: cheLive 0.6s ease-in-out infinite;
}

@keyframes cheLive {
    0% {
        opacity: 0.2;
    }

    25% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.6;
    }

    75% {
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

.trs-hover-shdow:hover {
    box-shadow:
        0 4px 10px rgba(15, 23, 42, 0.05),
        0 12px 30px rgba(15, 23, 42, 0.09),
        0 20px 45px rgba(15, 23, 42, 0.06);
    transition: 0.4s ease-in-out;
    cursor: pointer;
}

.chk-bor-fini {
    border-left: 1px solid rgba(16, 18, 25, 0.08);
    width: 0.2%
}

.trm-pay-sum-cnt-ing {
    width: 42px;
    height: 42px;
    background-color: rgba(37, 62, 95, 1);
    color: rgb(128, 170, 221);
    border-radius: 50%;

}

.chk-notp {
    border: rgba(255, 104, 53, 0.3) solid thin;
    background-color: rgba(255, 104, 53, 0.06);
}
.chk-flex-wrap {
    flex-wrap: wrap;
}
.chk-container > div {
    flex: 1;
}