* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #fff;
    font-family: "Inter";
    color: #000;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url('https://www.cnbctv18.com/access-basic-assets/fonts/InterFont.woff2') format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
        U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
        U+2212, U+2215, U+FEFF, U+FFFD;
}

.xwr {
    max-width: 1160px;
    margin: 0 auto;
}

.xln {
    height: 1px;
    background: #d4d4d4;
    margin: 14px 0 160px;
}

.eph,
.alh {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.ept .ephedng,
.alt .ephedng {
    margin: 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    color: #000;
}

.ept .epsbhdng,
.alt .epsbhdng {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 16px;
    color: #5b5b5b;
    font-weight: 500;
    text-transform: uppercase;
}

.epx,
.alx {
    position: relative;
}

.epa,
.ala {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.epb,
.alb,
.als,
.altn {
    border: 0;
    cursor: pointer;
    font-family: inherit;
}

.epb,
.alb {
    background: #E1F5FF;
    color: #061836;
    border: 1px dashed #909090;
    border-radius: 4px;
    height: 32px;
    padding: 4px 8px;
    font-size: 11px;
    line-height: 100%;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 4px;
}

.epd,
.ald {
    background: #EC2027;
    color: #fff;
    border-radius: 4px;
    height: 32px;
    padding: 7px 10px;
    font-size: 11px;
    line-height: 100%;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}

.srbx {
    display: flex;
    align-items: center;
    padding: 0 6px;
    border-radius: 4px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(178deg, #5c7bda 36.38%, #ff00cb 112.25%) border-box;
    border: 1.5px solid transparent;
    max-width: 239px;
    height: 32px;
    min-width: 239px;
}

.sric {
    font-size: 22px;
    display: flex;
    align-items: center;
}

.srin {
    flex: 1;
    height: 100%;
    border: 0;
    outline: none;
    background: linear-gradient(110.53deg, #4968B1 36.38%, #DD0E8D 110.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 11px;
    font-weight: 700;
    line-height: 100%;
}

.srin::placeholder {
    background: linear-gradient(110.53deg, #4968B1 36.38%, #DD0E8D 110.25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 1;
}

.sric:after {
    content: "";
    width: 2px;
    height: 17.4px;
    background: #C8C8C8;
    margin: 0 5px;
}

.altn {
    height: 20px;
    padding: 0 10px;
    border: 1px solid #E2E2E2;
    background: #fff;
    color: #727272;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 500;
}

.eps,
.alsd {
    position: relative;
    padding: 0;
}

.eps .slick-list,
.alsd .slick-list {
    overflow: hidden;
    margin: 0 -2px 0 0;
    padding: 0;
}

.eps .slick-track,
.alsd .slick-track {
    display: block;
}

.eps .slick-slide,
.alsd .slick-slide {
    height: inherit;
    padding: 0 2px;
}

.eps .slick-slide>div,
.alsd .slick-slide>div {
    height: 100%;
}

.epi {
    background: #f3f3f3;
    border: 1px solid #d5d5d5;
    min-height: 75px;
    display: grid;
    grid-template-columns: 140px 0.5fr 0.5fr;
    overflow: hidden;
}

.epl {
    background: #4646460D;
    padding: 8px;
}

.epl .stepl {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    color: #4c4c4c;
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d2d2;
    margin: 0 0 10px;
}

.seatep {
    font-weight: 500;
    color: #666666;
    font-size: 10px;
    line-height: 14px;
}

.epl .smlep {
    display: block;
    font-size: 10px;
    line-height: 100%;
    color: #666666;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.epl .strep {
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #111111;
}

.epr {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 8px 10px;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 800;
    color: #232323;
    border-left: 1px solid #d5d5d5;
    position: relative;
}

.epr .erprt {
    display: block;
    font-size: 11px;
    line-height: 100%;
    margin-bottom: 6px;
    color: #444444;
    font-weight: 600;
}

.epr .prtrsl {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}

.epr:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
}

.c01 {
    background: #ece4d7
}

.c02 {
    background: #d7dde4
}

.c03 {
    background: #dbe7da
}

.c04 {
    background: #eadbdd
}

.c05 {
    background: #e7d8d8
}

.c06 {
    background: #ece4d7
}

.tpb {
    width: 100%;
    height: 4px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.tpb__fill {
    height: 100%;
}

.c01 .tpb {
    background: #f97d0969;
}

.c01 .tpb__fill {
    background: #eb8222;
}

.c02 .tpb {
    background: #00336666;
}

.c02 .tpb__fill {
    background: #244f8e;
}

.c03 .tpb {
    background: #056D0566;
}

.c03 .tpb__fill {
    background: #1f9924;
}

.c05 .tpb {
    background: #C4130166;
}

.c05 .tpb__fill {
    background: #db291f;
}

.c06 .tpb {
    background: #f97d0969;
}

.c06 .tpb__fill {
    background: #f3a235;
}

.alh {
    margin-bottom: 12px;
}

.alm {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ali {
    background: #f3f3f3;
    overflow: hidden;
    min-height: 110px;
    min-width: 331px;
}

.altp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    color: #333;
    background: #4646460D;
    border: 1px solid #E2E2E2;
}

.altprhs {
    display: flex;
    align-items: center;
}

.altp .alstate {
    font-size: 13px;
    line-height: 100%;
    font-weight: 700;
    color: #333;
}

.altp .almjr {
    color: #666666;
    font-weight: 500;
    font-size: 11px;
    line-height: 100%;
}

.almjr b {
    color: #000;
}

.altp .altrsl {
    font-size: 12px;
}

.altp .altoutf {
    font-size: 11px;
    color: #666666;
    font-weight: 400;
}

.arrm {
    font-size: 17px;
    line-height: 96%;
    color: #1C1B1F;
    font-weight: 400;
    margin-left: 6px;
}

.alr {
    display: flex;
}

.albq {
    padding: 12px 10px 10px;
    text-align: center;
    border: 1px solid #E2E2E2;
    position: relative;
    width: 100%
}

.albq:last-child {
    border-right: 0
}

.albq:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
}

.albq .partal {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}

.albq .alvote {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    color: #222;
    margin-bottom: 6px;
}

.albq .alincr {
    display: inline-block;
    font-style: normal;
    font-size: 10px;
    line-height: 100%;
    font-weight: 500;
    color: #797979;
    background: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    padding: 4px;
}

.b01 {
    background: #d5dbe1
}

.b01:before {
    background: #1c4b8e
}

.b02 {
    background: #ebe3d8
}

.b02:before {
    background: #eb8123
}

.b03 {
    background: #ddd6e2
}

.b03:before {
    background: #7a2ba1
}

.b04 {
    background: #e9e9e9
}

.b04:before {
    background: #8f8f8f
}

.b05 {
    background: #dce5dc
}

.b05:before {
    background: #198d26
}

.b06 {
    background: #d8e0e8
}

.b06:before {
    background: #88b5db
}

.b07 {
    background: #ead9d9
}

.b07:before {
    background: #d7402d
}

.b01 .tpb {
    background: #859ab2;
}

.b01 .tpb__fill {
    background: #1c4b8e;
}

.b02 .tpb {
    background: #f3ba8f
}

.b02 .tpb__fill {
    background: #eb8123
}

.b03 .tpb {
    background: #ddd6e2
}

.b03 .tpb__fill {
    background: #7a2ba1
}

.b04 .tpb {
    background: #e9e9e9
}

.b04 .tpb__fill {
    background: #8f8f8f
}

.b05 .tpb {
    background: #dce5dc
}

.b05 .tpb__fill {
    background: #198d26
}

.b06 .tpb {
    background: #d8e0e8
}

.b06 .tpb__fill {
    background: #88b5db
}

.b07 .tpb {
    background: #ead9d9
}

.b07 .tpb__fill {
    background: #d7402d
}

.arn {
    display: flex;
    align-items: center;
    padding: 0px 3px 3px 3px;
    position: absolute;
    top: 60%;
    z-index: 3;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 6px;
    background: #fff;
    color: #000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
    font-size: 26px;
    line-height: 28px;
    cursor: pointer;
    opacity: 1;
    justify-content: center;
}

.arn svg {
    width: 18px;
    height: 18px;
    display: block;
}

.arp {
    left: -10px
}

.arnx {
    right: -10px;
    transform: scale(-1);
}

.mob {
    display: none
}

.mbr {
    display: none
}

.slick-disabled {
    opacity: .45;
    pointer-events: none;
}

.nwtxt {
    font-weight: 700;
}

@media (max-width: 1024px) {

    .epd,
    .ald {
        padding: 0 16px
    }

    .als {
        min-width: 270px
    }
}

@media (max-width: 767px) {
    .xwr {
        max-width: 600px;
        /* margin: 0 10px; */
    }

    .alt {
        display: block !important;
    }

    .ephedng {
        display: block !important;
        visibility: visible !important;
    }

    .ept .ephedng,
    .alt .ephedng {
        font-size: 20px;
    }

    .ept .epsbhdng,
    .alt .epsbhdng {
        font-size: 11px;
        line-height: 13px;
    }

    .eps .slick-list,
    .alsd .slick-list {
        overflow-y: hidden;
    }

    .eph {
        display: none;
    }

    .epa {
        display: none;
    }

    .mob {
        display: block;
    }

    .mbr {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }

    .mbr .alt .ephedng,
    .mbr .ept .ephedng {
        font-size: 20px;
        line-height: 20px;
    }

    .mbr .alt .epsbhdng,
    .mbr .ept .epsbhdng {
        font-size: 11px;
        line-height: 13px;
    }

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

    .mgo .mra {
        border: 0;
        background: none;
        font-size: 40px;
        line-height: 1;
        padding: 0;
        color: #111;
        cursor: pointer;
    }

    .eps,
    .alsd {
        padding: 0;
    }

    .arn {
        display: none !important;
    }

    .epr {
        padding: 4px;
    }

    .epm {
        margin-top: 14px;
        display: flex;
        justify-content: center;
    }

    .epm .epb,
    .almb .alb {
        width: 100%;
        max-width: fit-content;
        text-align: center;
        padding: 0 14px;
    }

    .msh {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin: 10px 0 14px;
        justify-content: space-between;
    }

    .msh .als {
        min-width: 0;
        width: 100%;
    }

    .msh .ald {
        display: none;
    }

    .alm {
        display: none;
    }

    .almb {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 14px;
        justify-content: space-between;
    }

    .altn {
        flex: 0 0 auto;
    }

    .alb {
        flex: 1 1 auto;
    }

    .srbx {
        min-width: auto;
        flex: auto;
    }

    .arrm {
        font-size: 24px;
    }

    .alsd .slick-list {
        margin-left: -2px;
        margin-right: -2px;
        padding-left: 0 !important;
    }

    .alsd .slick-slide {
        padding: 0 2px;
    }
}

.loader-overlay {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 5;
    display: none;
    padding: 0;
}

.skel-wrap {
    width: 100%;
}

.skel-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 12px;
}

.skel-title {
    width: min(320px, 52%);
    height: 26px;
    border-radius: 6px;
}

.skel-actions,
.skel-mobile-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.skel-mobile-actions {
    display: none;
    margin-top: 14px;
}

.skel-pill {
    display: inline-block;
    height: 32px;
    width: 178px;
    border-radius: 4px;
}

.skel-pill--sm {
    width: 84px;
    height: 20px;
}

.skel-pill--cta {
    width: 132px;
}

.skel-track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
}

.skel-card {
    min-height: 110px;
    min-width: 0;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    overflow: hidden;
}

.skel-card__top {
    height: 38px;
    border-bottom: 1px solid #e2e2e2;
}

.skel-card__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.skel-box {
    height: 72px;
    border-right: 1px solid #e2e2e2;
}

.skel-box:last-child {
    border-right: 0;
}

.skel-shimmer {
    background: linear-gradient(90deg, #f0f0f0 25%, #e3e3e3 37%, #f0f0f0 63%);
    background-size: 400% 100%;
    animation: shimmer 1.2s infinite;
}

@media (max-width: 767px) {
    .skel-head {
        display: block;
    }

    .skel-title {
        width: 72%;
        margin-bottom: 12px;
    }

    .skel-actions {
        display: none;
    }

    .skel-track {
        grid-template-columns: 1fr;
    }

    .skel-card--desktop {
        display: none;
    }

    .skel-mobile-actions {
        display: flex;
    }

    .skel-pill {
        flex: 1 1 auto;
        width: auto;
    }

    .skel-pill--sm {
        flex: 0 0 84px;
        width: 84px;
    }
}


@keyframes shimmer {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: -100% 0
    }
}