﻿
 :root {
    --font-scale: 1;
    --font-scale-webview: 0px;
    --font-family: 'Lato', sans-serif;
    --font-family-heading: 'Lato', sans-serif;
}

:root {
    --color-mybiz-primary-bg: -webkit-radial-gradient(51.12% 35.78%, 100.67% 65.67%, #ff684a54 0%, rgba(255, 255, 255, 0) 100%);
    --color-btn-mybiz-primary-bg: #ff684a;
    --color-primary-mybiz: #ff684a;
    --color-gradient-primary-mybiz: rgba(255,104,74,0.1);
}
 
 .customTooltip {
    position: relative;
    display: inline-block;
}

.customTooltip .customTooltipText {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9999999;
    top: 130%;
    left: 50%;
    font-size: calc(var(--font-scale, 1) * 11px + var(--font-scale-webview));
    transform: translateX(-50%);
}

    .customTooltip .customTooltipText::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black;
    }

.customTooltip:hover .customTooltipText {
    visibility: visible;
}


 .flag__wrap {
    display: flex;
    width: 23px;
    align-items: center;
}

.flag__wrap .flagImg {
    font-size: calc(var(--font-scale, 1) * 24px);
}

.cntrycode__overlay {
    width: 316px !important;
    height: 280px !important;
    position: absolute;
    top: 0;
    overflow: auto;
    z-index: 2;
    border-radius: 2px;
    box-shadow: 0 8px 8px 0 rgb(0 0 0 / 24%), 0 0 8px 0 rgb(0 0 0 / 12%);
    background: #fff;
    scrollbar-width: thin;
}

.createMybiz:has(.cntrycode__overlay) {
    overflow: unset !important;
}

html[dir='ltr'] .cntrycode__overlay {
    left: 0;
}

html[dir='rtl'] .cntrycode__overlay {
    right: 0;
}

.cntrycode__search {
    margin: 10px;
    padding: 10px;
    background-color: #fff;
    border: solid 1px #e7e7e7 !important;
    border-radius: 4px !important;
}

.cntrycode__list li {
    margin: 15px 0;
    cursor: pointer;
}

    .cntrycode__list li:last-of-type {
        margin-bottom: 0;
    }

.cntrycode__search input {
    padding: 10px !important;
    background-color: transparent !important;
    width: 280px !important;
    border: none;
}

.cntrycode__overlay::-webkit-scrollbar {
    width: 8px;
}

.cntrycode__overlay::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.cntrycode__overlay::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 40px;
}

    .cntrycode__overlay::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

.cntrycode__list {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: none !important;
}

    .cntrycode__list .li {
        cursor: pointer;
        padding: 10px;
    }

        .cntrycode__list .li:hover {
            background: #eaf5ff;
        }

    .cntrycode__list .flag__wrap .flagImg {
        font-size: calc(var(--font-scale, 1) * 15px);
    }

    .cntrycode__list .li:last-of-type {
        margin-bottom: 0;
    }

html[dir='ltr'] .flag__sprite {
    background-image: url('https://imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/flags/sprite_flags.png');
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    transform: scale(0.5, 0.5);
    transform-origin: left center;
    position: relative;
}

.flag__sprite.offset {
    top: -9px;
}

.phoneCode {
    margin-left: 5px;
}

.flagContainer {
    width: 16px;
    height: 16px;
    position: relative;
}

.flag-ad {
    background-position: -0 -0;
}

.flag-ae {
    background-position: -32px -0;
}

.flag-af {
    background-position: -0 -32px;
}

.flag-ag {
    background-position: -32px -32px;
}

.flag-ai {
    background-position: -64px -0;
}

.flag-al {
    background-position: -64px -32px;
}

.flag-am {
    background-position: -0 -64px;
}

.flag-ao {
    background-position: -32px -64px;
}

.flag-aq {
    background-position: -64px -64px;
}

.flag-ar {
    background-position: -96px -0;
}

.flag-as {
    background-position: -96px -32px;
}

.flag-at {
    background-position: -96px -64px;
}

.flag-au {
    background-position: -0 -96px;
}

.flag-aw {
    background-position: -32px -96px;
}

.flag-az {
    background-position: -64px -96px;
}

.flag-ba {
    background-position: -96px -96px;
}

.flag-bb {
    background-position: -128px -0;
}

.flag-bd {
    background-position: -128px -32px;
}

.flag-be {
    background-position: -128px -64px;
}

.flag-bf {
    background-position: -128px -96px;
}

.flag-bg {
    background-position: -0 -128px;
}

.flag-bh {
    background-position: -32px -128px;
}

.flag-bi {
    background-position: -64px -128px;
}

.flag-bj {
    background-position: -96px -128px;
}

.flag-bl {
    background-position: -128px -128px;
}

.flag-bm {
    background-position: -160px -0;
}

.flag-bn {
    background-position: -160px -32px;
}

.flag-bo {
    background-position: -160px -64px;
}

.flag-br {
    background-position: -160px -96px;
}

.flag-bs {
    background-position: -160px -128px;
}

.flag-bt {
    background-position: -0 -160px;
}

.flag-bw {
    background-position: -32px -160px;
}

.flag-by {
    background-position: -64px -160px;
}

.flag-bz {
    background-position: -96px -160px;
}

.flag-ca {
    background-position: -128px -160px;
}

.flag-cc {
    background-position: -160px -160px;
}

.flag-cd {
    background-position: -192px -0;
}

.flag-cf {
    background-position: -192px -32px;
}

.flag-cg {
    background-position: -192px -64px;
}

.flag-ch {
    background-position: -192px -96px;
}

.flag-ci {
    background-position: -192px -128px;
}

.flag-ck {
    background-position: -192px -160px;
}

.flag-cl {
    background-position: -0 -192px;
}

.flag-cm {
    background-position: -32px -192px;
}

.flag-cn {
    background-position: -64px -192px;
}

.flag-co {
    background-position: -96px -192px;
}

.flag-cr {
    background-position: -128px -192px;
}

.flag-cu {
    background-position: -160px -192px;
}

.flag-cv {
    background-position: -192px -192px;
}

.flag-cx {
    background-position: -224px -0;
}

.flag-cy {
    background-position: -224px -32px;
}

.flag-cz {
    background-position: -224px -64px;
}

.flag-de {
    background-position: -224px -96px;
}

.flag-dj {
    background-position: -224px -128px;
}

.flag-dk {
    background-position: -224px -160px;
}

.flag-dm {
    background-position: -224px -192px;
}

.flag-do {
    background-position: -0 -224px;
}

.flag-dz {
    background-position: -32px -224px;
}

.flag-ec {
    background-position: -64px -224px;
}

.flag-ee {
    background-position: -96px -224px;
}

.flag-eg {
    background-position: -128px -224px;
}

.flag-er {
    background-position: -160px -224px;
}

.flag-es {
    background-position: -192px -224px;
}

.flag-et {
    background-position: -224px -224px;
}

.flag-fi {
    background-position: -256px -0;
}

.flag-fj {
    background-position: -256px -32px;
}

.flag-fk {
    background-position: -256px -64px;
}

.flag-fm {
    background-position: -256px -96px;
}

.flag-fo {
    background-position: -256px -128px;
}

.flag-fr {
    background-position: -256px -160px;
}

.flag-ga {
    background-position: -256px -192px;
}

.flag-gb {
    background-position: -256px -224px;
}

.flag-gd {
    background-position: -0 -256px;
}

.flag-ge {
    background-position: -32px -256px;
}

.flag-gf {
    background-position: -64px -256px;
}

.flag-gh {
    background-position: -96px -256px;
}

.flag-gi {
    background-position: -128px -256px;
}

.flag-gl {
    background-position: -160px -256px;
}

.flag-gm {
    background-position: -192px -256px;
}

.flag-gn {
    background-position: -224px -256px;
}

.flag-gp {
    background-position: -256px -256px;
}

.flag-gq {
    background-position: -288px -0;
}

.flag-gr {
    background-position: -288px -32px;
}

.flag-gt {
    background-position: -288px -64px;
}

.flag-gu {
    background-position: -288px -96px;
}

.flag-gw {
    background-position: -288px -128px;
}

.flag-gy {
    background-position: -288px -160px;
}

.flag-hk {
    background-position: -288px -192px;
}

.flag-hn {
    background-position: -288px -224px;
}

.flag-hr {
    background-position: -288px -256px;
}

.flag-ht {
    background-position: -0 -288px;
}

.flag-hu {
    background-position: -32px -288px;
}

.flag-id {
    background-position: -64px -288px;
}

.flag-ie {
    background-position: -96px -288px;
}

.flag-il {
    background-position: -128px -288px;
}

.flag-im {
    background-position: -160px -288px;
}

.flag-in {
    background-position: -192px -288px;
}

.flag-io {
    background-position: -224px -288px;
}

.flag-iq {
    background-position: -256px -288px;
}

.flag-ir {
    background-position: -288px -288px;
}

.flag-is {
    background-position: -320px -0;
}

.flag-it {
    background-position: -320px -32px;
}

.flag-je {
    background-position: -320px -64px;
}

.flag-jm {
    background-position: -320px -96px;
}

.flag-jo {
    background-position: -320px -128px;
}

.flag-jp {
    background-position: -320px -160px;
}

.flag-ke {
    background-position: -320px -192px;
}

.flag-kg {
    background-position: -320px -224px;
}

.flag-kh {
    background-position: -320px -256px;
}

.flag-ki {
    background-position: -320px -288px;
}

.flag-km {
    background-position: -0 -320px;
}

.flag-kn {
    background-position: -32px -320px;
}

.flag-kp {
    background-position: -64px -320px;
}

.flag-kr {
    background-position: -96px -320px;
}

.flag-kw {
    background-position: -128px -320px;
}

.flag-ky {
    background-position: -160px -320px;
}

.flag-kz {
    background-position: -192px -320px;
}

.flag-la {
    background-position: -224px -320px;
}

.flag-lb {
    background-position: -256px -320px;
}

.flag-lc {
    background-position: -288px -320px;
}

.flag-li {
    background-position: -320px -320px;
}

.flag-lk {
    background-position: -352px -0;
}

.flag-lr {
    background-position: -352px -32px;
}

.flag-ls {
    background-position: -352px -64px;
}

.flag-lt {
    background-position: -352px -96px;
}

.flag-lu {
    background-position: -352px -128px;
}

.flag-lv {
    background-position: -352px -160px;
}

.flag-ly {
    background-position: -352px -192px;
}

.flag-ma {
    background-position: -352px -224px;
}

.flag-mc {
    background-position: -352px -256px;
}

.flag-md {
    background-position: -352px -288px;
}

.flag-me {
    background-position: -352px -320px;
}

.flag-mf {
    background-position: -0 -352px;
}

.flag-mg {
    background-position: -32px -352px;
}

.flag-mh {
    background-position: -64px -352px;
}

.flag-mk {
    background-position: -96px -352px;
}

.flag-ml {
    background-position: -128px -352px;
}

.flag-mm {
    background-position: -160px -352px;
}

.flag-mn {
    background-position: -192px -352px;
}

.flag-mo {
    background-position: -224px -352px;
}

.flag-mp {
    background-position: -256px -352px;
}

.flag-mq {
    background-position: -288px -352px;
}

.flag-mr {
    background-position: -320px -352px;
}

.flag-ms {
    background-position: -352px -352px;
}

.flag-mt {
    background-position: -384px -0;
}

.flag-mu {
    background-position: -384px -32px;
}

.flag-mv {
    background-position: -384px -64px;
}

.flag-mw {
    background-position: -384px -96px;
}

.flag-mx {
    background-position: -384px -128px;
}

.flag-my {
    background-position: -384px -160px;
}

.flag-mz {
    background-position: -384px -192px;
}

.flag-na {
    background-position: -384px -224px;
}

.flag-nc {
    background-position: -384px -256px;
}

.flag-ne {
    background-position: -384px -288px;
}

.flag-nf {
    background-position: -384px -320px;
}

.flag-ng {
    background-position: -384px -352px;
}

.flag-ni {
    background-position: -0 -384px;
}

.flag-nl {
    background-position: -32px -384px;
}

.flag-no {
    background-position: -64px -384px;
}

.flag-np {
    background-position: -96px -384px;
}

.flag-nr {
    background-position: -128px -384px;
}

.flag-nu {
    background-position: -160px -384px;
}

.flag-nz {
    background-position: -192px -384px;
}

.flag-om {
    background-position: -224px -384px;
}

.flag-pa {
    background-position: -256px -384px;
}

.flag-pe {
    background-position: -288px -384px;
}

.flag-pf {
    background-position: -320px -384px;
}

.flag-pg {
    background-position: -352px -384px;
}

.flag-ph {
    background-position: -384px -384px;
}

.flag-pk {
    background-position: -416px -0;
}

.flag-pl {
    background-position: -416px -32px;
}

.flag-pm {
    background-position: -416px -64px;
}

.flag-pn {
    background-position: -416px -96px;
}

.flag-pr {
    background-position: -416px -128px;
}

.flag-ps {
    background-position: -416px -160px;
}

.flag-pt {
    background-position: -416px -192px;
}

.flag-pw {
    background-position: -416px -224px;
}

.flag-py {
    background-position: -416px -256px;
}

.flag-qa {
    background-position: -416px -288px;
}

.flag-re {
    background-position: -416px -320px;
}

.flag-ro {
    background-position: -416px -352px;
}

.flag-rs {
    background-position: -416px -384px;
}

.flag-ru {
    background-position: -0 -416px;
}

.flag-rw {
    background-position: -32px -416px;
}

.flag-sa {
    background-position: -64px -416px;
}

.flag-sb {
    background-position: -96px -416px;
}

.flag-sc {
    background-position: -128px -416px;
}

.flag-sd {
    background-position: -160px -416px;
}

.flag-se {
    background-position: -192px -416px;
}

.flag-sg {
    background-position: -224px -416px;
}

.flag-sh {
    background-position: -256px -416px;
}

.flag-si {
    background-position: -288px -416px;
}

.flag-sk {
    background-position: -320px -416px;
}

.flag-sl {
    background-position: -352px -416px;
}

.flag-sm {
    background-position: -384px -416px;
}

.flag-sn {
    background-position: -416px -416px;
}

.flag-so {
    background-position: -448px -0;
}

.flag-sr {
    background-position: -448px -32px;
}

.flag-st {
    background-position: -448px -64px;
}

.flag-sv {
    background-position: -448px -96px;
}

.flag-sx {
    background-position: -448px -128px;
}

.flag-sy {
    background-position: -448px -160px;
}

.flag-sz {
    background-position: -448px -192px;
}

.flag-tc {
    background-position: -448px -224px;
}

.flag-td {
    background-position: -448px -256px;
}

.flag-tg {
    background-position: -448px -288px;
}

.flag-th {
    background-position: -448px -320px;
}

.flag-tj {
    background-position: -448px -352px;
}

.flag-tk {
    background-position: -448px -384px;
}

.flag-tl {
    background-position: -448px -416px;
}

.flag-tm {
    background-position: -0 -448px;
}

.flag-tn {
    background-position: -32px -448px;
}

.flag-to {
    background-position: -64px -448px;
}

.flag-tr {
    background-position: -96px -448px;
}

.flag-tt {
    background-position: -128px -448px;
}

.flag-tv {
    background-position: -160px -448px;
}

.flag-tw {
    background-position: -192px -448px;
}

.flag-tz {
    background-position: -224px -448px;
}

.flag-ua {
    background-position: -256px -448px;
}

.flag-ug {
    background-position: -288px -448px;
}

.flag-us {
    background-position: -320px -448px;
}

.flag-uy {
    background-position: -352px -448px;
}

.flag-uz {
    background-position: -384px -448px;
}

.flag-va {
    background-position: -416px -448px;
}

.flag-vc {
    background-position: -448px -448px;
}

.flag-ve {
    background-position: -480px -0;
}

.flag-vg {
    background-position: -480px -32px;
}

.flag-vi {
    background-position: -480px -64px;
}

.flag-vn {
    background-position: -480px -96px;
}

.flag-vu {
    background-position: -480px -128px;
}

.flag-wf {
    background-position: -480px -160px;
}

.flag-ws {
    background-position: -480px -192px;
}

.flag-xk {
    background-position: -480px -224px;
}

.flag-ye {
    background-position: -480px -256px;
}

.flag-yt {
    background-position: -480px -288px;
}

.flag-za {
    background-position: -480px -320px;
}

.flag-zm {
    background-position: -480px -352px;
}

.flag-zw {
    background-position: -480px -384px;
}

html[dir='rtl'] .flag__sprite {
    background-image: url('https://imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/flags/sprite_flags.png');
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    transform: scale(0.5, 0.5);
    transform-origin: right center;
    position: relative;
}


 .customTooltipHeader {
    position: relative;
    display: inline-block;
}

.customTooltipHeader .customTooltipTextHeader {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9999999;
    top: 150%;
    left: 50%;
    font-size: calc(var(--font-scale, 1) * 11px);
    transform: translateX(-50%);
}

    .customTooltipHeader .customTooltipTextHeader::after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent black;
    }

.customTooltipHeader:hover .customTooltipTextHeader {
    visibility: visible;
}


 .flag-sprite {
    background-image: url('https://imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/flags/sprite_flags.png');
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    transform: scale(0.75, 0.75);
}

.cntrycode__wrap {
    width: 90px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .cntrycode__wrap code {
        font-family: var(--font-family);
    }

.flagCountryCode {
    width: 85px;
}

.cntrycode__wrap .drop-down {
    border: solid var(--color-primary, #008cff);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

._MyBiz .cntrycode__wrap .drop-down {
    border: solid #f17531;
    border-width: 0 2px 2px 0;
}

.cntrycode__wrap .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.cntrycode__wrap .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


 .mmtDoubleBlackIcon {
    width: 21px;
    height: 21px;
    background-position: -170px -26px;
}

.mmtBlackIcon {
    width: 24px;
    height: 24px;
    background-position: -144px -27px;
}

.myTripsIcon {
    width: 18px;
    height: 25px;
    background-position: -121px -30px;
}

.supportIcon {
    width: 23px;
    height: 25px;
    background-position: -174px -2px;
}

.walletBlanceIcon {
    width: 24px;
    height: 24px;
    background-position: -145px -2px;
}

.adminReferralIcon {
    background: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/landingSpriteMyBiz@1x.png') no-repeat -80px -551px;
    background-size: 200px 600px;
    width: 40px;
    height: 40px;
    margin-left: -10px;
    margin-right: 13px;
}

.bellIcon {
    width: 20px;
    height: 25px;
    background-position: -122px -2px;
}

.whiteDownArrowIcon {
    width: 10px;
    height: 6px;
    background-position: -85px -33px;
}

.myBizIcon {
    width: 44px;
    height: 22px;
    background-position: -98px -491px;
}

.myBizIconSegmentUser {
    width: 44px;
    height: 22px;
    background-position: 0 -522px;
}

.mmtLogo {
    align-items: center;
}

    .mmtLogo img {
        max-width: 155px;
        max-height: 49px;
    }

.myPartnerwalletBlanceIcon {
    background-image: url('https://imgak.mmtcdn.com/pwa_v3/pwa_header_assets/my_cash.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.promotionalBlanceIcon {
    background-image: url('https://imgak.mmtcdn.com/pwa_v3/pwa_header_assets/reward_bonus.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.TransactionReportIcon {
    background-image: url('https://imgak.mmtcdn.com/pwa_v3/pwa_header_assets/Invoice.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 30px;
    width: 33px;
    height: 26px;
}

.TransactionReport_wrapper {
    width: min-content;
}

.myBizAdminIcon {
    background-image: url('https://promos.makemytrip.com/images/myBiz/homepage_desktop/admin.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 19.5px 26px;
    flex-shrink: 0;
}

.myBizAdminIconSetting {
    background-image: url('https://imgak.mmtcdn.com/pwa_v3/pwa_header_assets/adminIconSetting.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 24px 28px;
    flex-shrink: 0;
    width: 24px;
    height: 28px;
}

.adminWarningIcon {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    color: #eb2026;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
    font-size: calc(var(--font-scale, 1) * 14px);
    margin: 0 0 0 12px;
}

.lhAdminIcon {
    width: 29px;
    height: 35px;
    background-position: 4px 6px;
}

.stickyHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    animation: slideInDown 0.2s linear;
    z-index: 14;
}

    .stickyHeader .moreItem:hover .moreOption {
        top: 45px;
        left: -10px;
    }

.notiNo {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #eb2226;
    padding: 2px;
    border-radius: 3px;
}

.loginType {
    border-radius: 34px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 4px;
}

    .loginType li {
        background: transparent;
        box-shadow: none;
        border-radius: 20px;
    }

        .loginType li.selected {
            background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
            color: var(--color-btn-primary-text, #fff);
            margin-left: 0;
        }

.userNameIcon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.userLoggedIn {
    background: #fff;
    color: var(--color-primary, #008cff) !important;
    width: 150px;
}

._MyBiz .userLoggedIn {
    color: #f17531 !important;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}
/* .navOnly{ width:930px; margin: 0 auto; border-radius: 8px; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
      background-color: #ffffff; position: absolute; left:0; right:0; z-index: 11;} */
/* .navOnly{ border-radius: 8px; box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; height: 79px;} */

.chHeaderContainer {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 12px;
    display: flex;
    align-items: center;
}

.navOnly .chHeaderContainer {
    width: 100%;
    padding: 0;
}

    .navOnly .chHeaderContainer li.active::after {
        display: none;
    }

    .navOnly .chHeaderContainer nav {
        width: 100%;
    }

    .navOnly .chHeaderContainer .lessItemsNav {
        padding: 8px 80px;
    }

    .navOnly .chHeaderContainer nav ul {
        width: 100%;
    }

    .navOnly .chHeaderContainer li a .chNavText {
        border-bottom: solid 3px #fff;
    }

    .navOnly .chHeaderContainer li a.active .chNavText {
        color: var(--color-primary, #008cff);
        background: transparent;
    }

.stickyHeader .chHeaderContainer li a.active .chNavText {
    color: #008cff;
    font-weight: 900;
}

.singleHeader .chHeaderContainer li a.active .chNavText {
    color: #008cff;
    font-weight: 900;
}

.navOnly .chHeaderContainer nav ul li {
    display: flex;
}

.chHeaderContainer nav ul .menu_Holidays {
    position: relative;
}

.navOnly .chHeaderContainer nav ul li.removeItemMargin {
    margin-left: 0;
    margin-right: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.chHeaderContainer nav ul li.removeItemMargin {
    margin-left: 0;
    margin-right: 0;
}

.chHeaderContainer nav ul .menu_Holidays .cruiseTag {
    padding: 3px 12px;
    border-radius: 9px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -11px;
    min-width: 44px;
    text-align: center;
    display: none;
}

    .chHeaderContainer nav ul .menu_Holidays .cruiseTag.cruiseTagActive {
        background-color: #008bfe;
        color: #fff;
    }

.navOnly .chHeaderContainer nav ul .menu_Holidays .cruiseTag {
    display: block;
    cursor: pointer;
}

.chHeaderContainer nav ul .byRedbusTag {
    border-radius: 10px;
    padding: 3px 6px;
    width: 66px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    background: linear-gradient(89.27deg, #ff7f3f 0.01%, #ff3e5e 100.01%);
    display: none;
}

.chHeaderContainer nav ul .newTagImage {
    display: inline-flex;
    background-image: linear-gradient(100deg, #976fc3 0%, #e35471 100%);
    min-width: 40px;
    left: 50%;
    height: 20px;
    justify-content: center;
    padding: 4px 6px;
    transform: translateX(-50%);
    top: -22px;
    position: absolute;
    border-radius: 4px;
    font-size: calc(var(--font-scale, 1) * 14px);
    font-weight: 700;
}

.stickyHeader .chHeaderContainer nav ul .newTagImage {
    display: none;
}

.singleHeader .chHeaderContainer nav ul .newTagImage {
    display: none;
}

span.font10.latoBold.whiteText.newTagImage.customTag {
    min-width: max-content !important;
}

.chHeaderContainer nav ul .newTag {
    border-radius: 10px;
    padding: 3px 6px;
    background: linear-gradient(45deg, #ec2127 0%, #ec2127 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    display: none;
}

    .chHeaderContainer nav ul .newTag.comingSoonText {
        width: max-content;
        max-width: 90px;
        padding: 4px 8px;
        pointer-events: none;
    }

.navOnly .chHeaderContainer nav ul .byRedbusTag {
    cursor: pointer;
    display: block;
}

.navOnly .chHeaderContainer nav ul .newTag {
    cursor: pointer;
    display: block;
}

.navOnly .font12 {
    font-size: calc(var(--font-scale, 1) * 14px);
}

.navOnly .chHeaderContainer li a.active .arrow {
    border-top: 2px solid var(--color-primary, #008cff);
    border-right: 2px solid var(--color-primary, #008cff);
}

.navOnly .chHeaderContainer li a.active .chNavText span {
    color: var(--color-primary, #008cff);
}
/* .navOnly .chHeaderContainer li .chNavIcon {
      width: 40px;
      height: 34px;
      } */
/* .navOnly .chFlights {
      background-position: -4px -37px;
      }
      .navOnly .chCharterFlights {
      background-position: -122px -72px;
      }
      .navOnly .chHotels {
      background-position: -50px -37px;
      }
      .navOnly .chVisa {
      background-position: -153px -154px;
      }
      .navOnly .chForex {
      background-position: -132px -235px;
      }
      .navOnly .Experiences {
      background-position: -0px -37px;
      }
      .navOnly .chTrains {
      background-position: -179px -37px;
      }
      .navOnly .chBuses {
      background-position: -121px -38px;
      }
      .navOnly .chGiftcards {
      background-position: -215px -37px;
      }
      .navOnly .chMore {
      background-position: -257px -37px;
      }
      .navOnly .chHolidays {
      background-position: -70px -235px;
      }
      .navOnly .chCabs {
      background-position: -154px -39px;
      }
      .navOnly .chHomestays {
      background-position: -105px -153px;
      }
      .navOnly .chActivities {
      background-position: -207px -72px;
      } */
/* -- NEW SPIRTE CHANGES -- */
.navOnly .chGiftCards {
    background-position: -9px -163px;
    width: 34px;
    height: 34px;
}

.navOnly .chTravelInsurance {
    width: 25px;
    height: 29px;
    background-position: -221px -85px;
}

.navOnly .chMore {
    background-position: -173px -334px;
    width: 23px;
    height: 7px;
}

.navOnly .chFlights {
    background-position: -5px -4px;
    width: 42px;
    height: 32px;
}

.navOnly .chCharterFlights {
    width: 37px;
    height: 27px;
    background-position: -112px -326px;
}

.navOnly .chHotels {
    width: 36px;
    height: 40px;
    background-position: -60px 0;
}

.navOnly .chForex {
    width: 30px;
    height: 34px;
    background-position: -167px -83px;
}

.navOnly .chTrains {
    width: 47px;
    height: 37px;
    background-position: -156.5px -3px;
}

.navOnly .chBuses {
    width: 43px;
    height: 36px;
    background-position: -210.5px -1px;
}

.navOnly .chVisa {
    width: 40px;
    height: 40px;
    background-position: -166px -399px;
}

.navOnly .chToursAttractions {
    width: 40px;
    height: 40px;
    background-position: -10px -400px;
}

.navOnly .chCruise {
    width: 40px;
    height: 40px;
    background-position: -215px -399px;
}

.navOnly .chCabs {
    width: 39px;
    height: 37px;
    background-position: -110px -81px;
}

.navOnly .chHomestays {
    width: 44px;
    height: 37px;
    background-position: -57px -83px;
}

.navOnly .chSprite {
    background-size: 260px 450px;
}

._MyBiz .navOnly .chSprite {
    background-size: 692.3px 357px;
}

.navOnly .chHolidays {
    width: 42px;
    height: 33px;
    background-position: -109px -3px;
}

._MyBiz .headerHighlightDtDisable {
    position: relative;
    z-index: 14;
}

.navOnly .chHeaderContainer li .chNavIcon .chFlights {
    width: 42px;
    height: 32px;
    background-position: -4px 1px;
}
/* ._MyBiz .navOnly {
      width: 606px;
      } */
.recPendingIcon {
    width: 19px;
    height: 24px;
    background-position: -55px -425px !important;
}

.notiNoReq {
    position: absolute;
    top: 0;
    left: 6px;
    width: 16px;
    background: #eb2226;
    padding: 2px;
    border-radius: 3px;
    text-align: center;
}

.myPartnerHorStripBody {
    margin-bottom: 32px;
}

.headerOuter.myPartnerHorizontalStripe {
    top: 175px !important;
    transition: all 0.3s ease-out;
}

.myPartnerImageBanner {
    margin-bottom: 30px;
    max-height: 100px;
    width: auto;
}

.headerOuter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}

.html[dir='ltr'] .admin {
    width: 139px;
    height: 79px;
    border-radius: 8px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    background-color: #ffffff;
    margin-left: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.landingContainer .headerOuter {
    top: 87px;
}

.singleHeader .headerOuter {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    background-color: #fff;
    position: relative;
    z-index: 13;
}

.staticHeader {
    display: flex;
    min-width: 440px;
}

.navOnly.staticHeader nav {
    padding-top: 0;
}

._MyBiz .navOnly.staticHeader .chHeaderContainer li a.active .chNavText {
    border-bottom: 0;
}

html[dir='ltr'] ._MyBiz .navOnly.staticHeader .chHeaderContainer li a.active::after {
    width: 100%;
    height: 3px;
    background: #ff664b;
    position: absolute;
    left: 0;
    bottom: -14px;
    content: '';
    border-radius: 10px;
}

._MyBiz .navOnly.staticHeader .chHeaderContainer li a {
    align-items: baseline !important;
}

._MyBiz .navOnly.staticHeader .chHeaderContainer nav ul {
    display: flex;
    justify-content: space-around;
}
/* stylelint-disable-next-line no-descending-specificity */
.navOnly.staticHeader .chHeaderContainer li a .chNavText {
    border-bottom: 0;
}

.admin.stickyHeader {
    display: none;
}

.chAdminIcon {
    background-position: -14px -164px;
    display: inline-flex;
    flex-shrink: 0;
    width: 40px;
    height: 34px;
}

._MyBiz .active .chAdminIcon {
    width: 22px;
    height: 27px;
    background-position: -14px -204px;
    display: inline-flex;
    flex-shrink: 0;
}

.navOnly.staticHeader .chHeaderContainer nav ul li {
    width: 115px;
}

html[dir='ltr'] .appfestStart .navOnly .chHeaderContainer nav ul li {
    margin-left: 10px;
}

.navOnly .chHeaderContainer nav ul li.removeHomeHead {
    display: none;
}
/* stylelint-disable-next-line no-descending-specificity */
.stickyHeader.staticHeader .chHeaderContainer nav ul li a {
    flex-direction: column;
}
/* Arabic tool tip & popup css */
.arabicTooltip {
    width: 316px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
    background-color: #1a7971;
    position: absolute;
    top: 80px;
    right: -30px;
    border-radius: 4px;
    display: flex;
    padding: 10px;
}

.arabicTooltipTxt {
    font-size: calc(var(--font-scale, 1) * 12px);
}

.arabicTooltip::after {
    bottom: 100%;
    right: 20%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #1a7971;
    border-width: 10px;
    margin-left: -10px;
}

.languageTooltip {
    width: 220px;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
    background-color: #1a7971;
    position: absolute;
    top: 50px;
    right: -100px;
    border-radius: 4px;
    display: flex;
    z-index: 100;
    padding: 12px;
    left: -35%;
}

    .languageTooltip::after {
        bottom: 100%;
        right: 54%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent;
        border-bottom-color: #1a7971;
        border-width: 10px;
        margin-left: -10px;
    }

.languageTooltip__close {
    height: 19px;
    width: 19px;
}

    .languageTooltip__close::before,
    .languageTooltip__close::after {
        position: absolute;
        right: 7px;
        top: 1px;
        content: ' ';
        height: 16px;
        width: 2px;
        background-color: #f6f6f6;
    }

    .languageTooltip__close::after {
        transform: rotate(-45deg);
    }

    .languageTooltip__close::before {
        transform: rotate(45deg);
    }

.arabicImg img {
    width: 32px;
    height: 32px;
    max-width: 32px;
}

.arabicLangWrap {
    width: 472px;
    height: 291px;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    position: fixed;
    inset: 0;
    margin: auto;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.closeArabicLang {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: flex;
}

    .closeArabicLang::after {
        content: '';
        height: 20px;
        border-left: 2px solid #9b9b9b;
        position: absolute;
        transform: rotate(45deg);
        left: 10px;
    }

    .closeArabicLang::before {
        content: '';
        height: 20px;
        border-left: 2px solid #9b9b9b;
        position: absolute;
        transform: rotate(-45deg);
        left: 10px;
    }

.arabicLangWrap .arabicBtn {
    font-size: calc(var(--font-scale, 1) * 20px);
    width: 150px;
    height: 60px;
    border-radius: 3px;
    box-shadow: 0 3px 4px 0 rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arabicLangWrap .arabicCnclBtn {
    margin-right: 60px;
}

.arabicLangWrap img {
    width: 48px;
    height: 48px;
}

.whiteDownArrow {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 4px;
}

html[dir='ltr'] .dropDownCard {
    position: absolute;
    top: 120%;
    left: auto;
    z-index: 20;
    width: max-content;
    border-radius: 16px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
}

.greenNewTag {
    width: 37px;
    height: 15px;
    border-radius: 14px;
    margin-left: 5px;
    padding: 3px 6px;
    background-image: linear-gradient(68deg, #3fdba7, #249a95);
    left: 50%;
    top: -18px;
    cursor: pointer;
    display: block;
}

.userSection {
    position: relative;
}

    .userSection li .myBizzTooltip {
        position: absolute;
        top: 50px;
        width: 356px;
        height: 160px;
        box-sizing: border-box;
        box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
        background-color: #ffffff;
        border-radius: 6px;
        z-index: 12;
        padding: 20px 30px;
        cursor: default;
    }

.myBizzTooltip::after {
    bottom: 100%;
    right: 120px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(136 183 213 / 0%);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.myBizzTooltip .close {
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

    .myBizzTooltip .close::after {
        position: absolute;
        left: 13px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #9b9b9b;
        transform: rotate(-45deg);
    }

.dropDownCardElements:first-child {
    padding: 16px 16px 10px;
    border-radius: 16px 16px 0 0;
}

.dropDownCardElements:last-child {
    padding: 10px 16px 16px;
    border-radius: 0 0 16px 16px;
}
/* stylelint-disable-next-line no-descending-specificity */
.dropDownCardElements {
    padding: 10px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .dropDownCardElements:hover {
        background-color: #eaf5ff;
    }

.myBizzTooltip .close::before {
    position: absolute;
    left: 13px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #9b9b9b;
    transform: rotate(45deg);
}

.myBizzTooltip > .orangeBtn {
    font-family: inherit;
    height: 48px;
    border-radius: 5px;
    background-image: linear-gradient(84deg, #f0772c -9%, #f95776 105%);
    border: none;
    outline: none;
    font-weight: 800;
    cursor: pointer;
    width: 100%;
}

.myBizzTooltip .orangeBtn::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    content: '';
    margin-left: 5px;
}

.b2cBtnRechargeNow {
    width: 220px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--font-scale, 1) * 14px);
    text-transform: uppercase;
    font-weight: 900;
    color: #fff !important;
    border-radius: 4px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 22%);
    background-image: linear-gradient(90deg, #f0772c, #f95776);
}

html[dir='rtl'] .dropDownCard {
    position: absolute;
    top: 100%;
    right: auto;
    z-index: 20;
    width: max-content;
    border-radius: 16px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
}

.myBizOrgName {
    position: relative;
    top: 3px;
    left: 4px;
}

.myBizOrgText {
    background-image: linear-gradient(90deg, #f0772c, #f95776);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.landingSprite.icAppDownloadSmall {
    width: 23px;
    height: 32px;
    background-position: -154px -601px;
}

.chSprite.chDiscount {
    width: 25px;
    height: 25px;
    background-position: -225px -326px !important;
    background-size: 260px 400px !important;
}

.headerOfferIcon {
    position: relative;
    animation: circularAnimation 3s linear infinite;
    animation-iteration-count: 3;
}

.headerOfferIcon--text {
    font-size: calc(var(--font-scale, 1) * 14px);
    font-weight: 900;
    color: #fff;
    position: absolute;
    z-index: 2;
}

.headerOfferIcon__offericonCont {
    width: 25px;
    margin-right: 15px;
    flex-shrink: 0;
    height: 25px;
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.navOnly .headerIconTextAlignment {
    font-size: calc(var(--font-scale, 1) * 14px);
    font-weight: 400;
    text-align: center;
    line-height: 17px;
    text-overflow: unset;
    white-space: unset;
    width: auto;
}

html[lang='ta'] .navOnly .headerIconTextAlignment {
    line-height: 13px;
}

.navOnly .headerIcons {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 72px;
}

.headerIcons .navFullTitle {
    display: none;
}

.headerIcons:hover .navFullTitle {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    background: rgba(0 0 0 / 70%);
    border-radius: 3px;
    padding: 3px;
    text-align: center;
}

.navOnly .headerIcons:hover .navFullTitle {
    display: none;
}

.navOnly .headerIconWrapper {
    height: 40px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

a.headerIcons.makeFlex.hrtlCenter.column.active.navOnly::after {
    width: 100%;
    height: 3px;
    background: var(--color-primary);
    content: '';
    left: 0;
    bottom: -5px;
    z-index: 2;
    display: inline-flex;
    position: absolute;
}
/* stylelint-disable-next-line no-descending-specificity */
.headerIconWrapper {
    height: 24px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
/* stylelint-disable-next-line no-descending-specificity */
.headerIcons {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 54px;
}
/* stylelint-disable-next-line no-descending-specificity */
.headerIconTextAlignment {
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 400;
    text-align: center;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 60px;
}

.navOnly .lessItemsNav .headerIconsGap {
    gap: 80px;
}
/* stylelint-disable-next-line no-descending-specificity */
.navOnly .headerIconsGap {
    gap: 30px;
}
/* stylelint-disable-next-line no-descending-specificity */
.headerIconsGap {
    gap: 6px;
}

.navOnly .chHeaderContainer ul li .active::after {
    width: 100%;
    height: 3px;
    background: var(--color-primary, var(--color-primary, #008cff));
    content: '';
    left: 0;
    z-index: 2;
    display: inline-flex;
    position: absolute;
    border-radius: 6px;
    bottom: -9px;
}

._MyBiz .navOnly .chHeaderContainer ul li .active::after {
    background: var(--color-primary-mybiz);
}

.navOnly .chHeaderContainer .singleLine ul li .active::after {
    bottom: -18px;
}

.singleLine .navOnly .headerIcons {
    max-width: unset;
}
/* stylelint-disable-next-line no-descending-specificity */
.singleLine .headerIcons {
    max-width: unset;
}

.cm_userProfile {
    height: 30px;
    width: 30px;
    margin-right: 10px;
    min-width: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.cm_userProfile_goldTire {
    padding: 2px;
    background: linear-gradient(315deg, #ba880e, #ddb01f);
    border-radius: 50%;
    position: relative;
}

.cm_userProfile_platinumTire {
    padding: 2px;
    background: linear-gradient(299deg, #757575 56%, #bdbdbd 91%);
    border-radius: 50%;
    position: relative;
}

    .cm_userProfile_goldTire::before,
    .cm_userProfile_platinumTire::before {
        content: '';
        position: absolute;
        inset: -5px;
        z-index: -1;
        background: #fff;
        border-radius: inherit;
    }

.shimmerState {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #ebeff2 8%, #f9fafb 18%, #ebeff2 33%);
    background-size: 800px 104px;
    position: relative;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@-moz-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.loaderWrap {
    width: 52px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0;
}

.iconLoading {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background: linear-gradient(to right, #ebeff2 8%, #f9fafb 18%, #ebeff2 33%);
    background-size: 800px 104px;
    position: relative;
    animation: placeHolderShimmer 1s linear infinite;
}

.textLineWrap {
    width: 46px;
    height: 10px;
    background-image: linear-gradient(81deg, #f5f5f5 32%, #f9f9f9 53%, #e7e7e7 75%);
    align-items: center;
}

.textLine {
    width: 100px;
    height: 16px;
    display: block;
    border-radius: 2px;
    background: linear-gradient(to right, #ebeff2 8%, #f9fafb 18%, #ebeff2 33%);
    background-size: 800px 104px;
    position: relative;
    animation: placeHolderShimmer 1s linear infinite;
}


 @charset "utf-8";
:root {
    --color-primary: #008cff;
    --color-btn-primary-bg: linear-gradient(93deg, #53b2fe, #065af3);
    --color-btn-primary-text: #fff;
    --color-btn: #008cff;
    --btn-border-radius: 4px;
    --color-btn-mybiz-primary-bg: linear-gradient(256deg, #ff684a, #ff4959);
    --color-primary-mybiz: #ff664b;
    --color-primary-mybiz-inactive: #c2c2c2;
    --color-mybiz-primary-bg: linear-gradient(to bottom, #371f30, #371f30);
    --color-gradient-primary-mybiz: #fff1e7;
}
/* -------
      // general
      //----- */
html,
body {
    padding: 0;
    margin: 0;
}

html {
    box-sizing: border-box;
}

*,
html {
    box-sizing: border-box;
}
/* -------
      // Globals
      //----- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: var(--color-primary, #008cff);
    text-decoration: none;
    cursor: pointer;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
    }

.makeRelative {
    position: relative;
}

.makeAbsolute {
    position: absolute;
}

.clearFix::after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lineThrough {
    text-decoration: line-through;
}

.capText {
    text-transform: uppercase;
}

.primaryText {
    color: #008cff;
}

._MyBiz .primaryText,
.modalLogin.myBiz .primaryText {
    color: #f17531;
}
/* loader changes */
.btnLoader {
    display: inline-block;
    height: 22px;
    width: 22px;
    animation: rotate 0.8s infinite linear;
    border: 2px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    margin: -2px auto;
    animation-name: spin;
    animation-duration: 1000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* -- In case you need to add a gutter above/below an element -- */
.appendBottom2 {
    margin-bottom: 2px;
}

.appendBottom5 {
    margin-bottom: 5px;
}

.appendBottom6 {
    margin-bottom: 6px;
}

.appendBottom10 {
    margin-bottom: 10px;
}

.appendBottom12 {
    margin-bottom: 12px;
}

.appendBottom15 {
    margin-bottom: 15px;
}

.appendBottom20 {
    margin-bottom: 20px;
}

.appendBottom25 {
    margin-bottom: 25px;
}

.appendBottom30 {
    margin-bottom: 30px;
}

.appendBottom40 {
    margin-bottom: 40px;
}

.appendBottom50 {
    margin-bottom: 50px;
}

.appendBottom52 {
    margin-bottom: 52px;
}

html[dir='ltr'] .appendLeft2 {
    margin-left: 2px;
}

html[dir='ltr'] .appendLeft5 {
    margin-left: 5px;
}

html[dir='ltr'] .appendLeft8 {
    margin-left: 8px;
}

html[dir='ltr'] .appendLeft10 {
    margin-left: 10px;
}

html[dir='ltr'] .appendLeft20 {
    margin-left: 20px;
}

html[dir='ltr'] .appendLeft40 {
    margin-left: 40px;
}

html[dir='ltr'] .appendLeft50 {
    margin-left: 50px;
}

html[dir='ltr'] .appendRight5 {
    margin-right: 5px;
}

html[dir='ltr'] .appendRight8 {
    margin-right: 8px;
}

html[dir='ltr'] .appendRight10 {
    margin-right: 10px;
}

html[dir='ltr'] .appendRight15 {
    margin-right: 15px;
}

html[dir='ltr'] .appendRight20 {
    margin-right: 20px;
}

html[dir='ltr'] .appendRight25 {
    margin-right: 25px;
}

html[dir='ltr'] .appendRight30 {
    margin-right: 30px;
}

.appendTop3 {
    margin-top: 3px;
}

.appendTop5 {
    margin-top: 5px;
}

.appendTop10 {
    margin-top: 10px !important;
}

.appendTop12 {
    margin-top: 12px;
}

.appendTop15 {
    margin-top: 15px;
}

.appendTop20 {
    margin-top: 20px;
}

.appendTop25 {
    margin-top: 25px;
}

.appendTop30 {
    margin-top: 30px;
}

.appendTop60 {
    margin-top: 60px;
}

.appendTop250 {
    margin-top: 250px;
}

.appendTop-50 {
    margin-top: -50px;
}

.appendTop23 {
    margin-top: 23px;
}

.padding1 {
    padding: 1px;
}

.padding20 {
    padding: 20px;
}

.paddingB10 {
    padding-bottom: 10px;
}

.paddingB15 {
    padding-bottom: 15px;
}
/* -- In case you need to add a gutter Left - Right the element -- */
html[dir='ltr'] .paddingL10 {
    padding-left: 10px;
}

html[dir='ltr'] .paddingL20 {
    padding-left: 20px;
}

html[dir='ltr'] .paddingR10 {
    padding-right: 10px;
}

.paddingLR20 {
    padding-left: 20px;
    padding-right: 20px;
}
/* Icon via css */
i::before,
i::after {
    content: '';
    box-sizing: border-box;
}
/* -- In case you need to add a size -- */
.font8 {
    font-size: calc(var(--font-scale, 1) * 8px);
    line-height: 8px;
}

.font9 {
    font-size: calc(var(--font-scale, 1) * 9px);
    line-height: 9px;
}

.font10 {
    font-size: calc(var(--font-scale, 1) * 10px);
    line-height: 10px;
}

.font11 {
    font-size: calc(var(--font-scale, 1) * 11px);
    line-height: 11px;
}

.font12 {
    font-size: calc(var(--font-scale, 1) * 12px);
    line-height: 12px;
}

.font14 {
    font-size: calc(var(--font-scale, 1) * 14px);
    line-height: 14px;
}

.font16 {
    font-size: calc(var(--font-scale, 1) * 16px);
    line-height: 16px;
}

.font18 {
    font-size: calc(var(--font-scale, 1) * 18px);
    line-height: 18px;
}

.font20 {
    font-size: calc(var(--font-scale, 1) * 20px);
    line-height: 20px;
}

.font22 {
    font-size: calc(var(--font-scale, 1) * 22px);
    line-height: 22px;
}

.font23 {
    font-size: calc(var(--font-scale, 1) * 23px);
    line-height: 23px;
}

.font24 {
    font-size: calc(var(--font-scale, 1) * 24px);
    line-height: 24px;
}

.font26 {
    font-size: calc(var(--font-scale, 1) * 26px);
    line-height: 26px;
}

.font28 {
    font-size: calc(var(--font-scale, 1) * 28px);
    line-height: 28px;
}

.font30 {
    font-size: calc(var(--font-scale, 1) * 30px);
    line-height: 30px;
}

.lineHeight14 {
    line-height: 14px;
}

.lineHeight16 {
    line-height: 16px;
}

.lineHeight26 {
    line-height: 26px !important;
}
/* -- In case you need to add a Font Family -- */
.latoLight {
    font-weight: 300;
}

.latoRegular {
    font-weight: 400;
}

.latoBlack {
    font-weight: 900;
}

.latoBold {
    font-weight: 700;
}

.latoIlalic {
    font-style: italic;
}
/* -- Calc Width -- */
.calc60 {
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
}

.calc80 {
    width: -moz-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: calc(100% - 80px);
}
/* -- Text Colors -- */
.whiteText {
    color: #ffffff;
}

.blackText {
    color: #000000;
}

.darkGreyText {
    color: #4a4a4a;
}

.lightGreyText {
    color: #9b9b9b;
}

.deepskyBlueText {
    color: var(--color-primary, #008cff);
}

.greenText {
    color: #00a19c;
}

.redText {
    color: #eb2026;
}

.yellowText {
    color: #f09819;
}

.orangeText {
    color: #ff664b;
}

.blueText {
    color: var(--color-primary, #008cff);
}

.myBizText {
    color: #ff5a5a;
}
/* -- In case you need to add an alignment -- */
html[dir='ltr'] .textLeft {
    text-align: left;
}

html[dir='ltr'] .textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

html[dir='rtl'] input[type='text'].inputTextAlignLeft {
    text-align: left;
}

html[dir='ltr'] .pushRight {
    margin-left: auto;
}

.pushBottom {
    margin-top: auto;
}
/* -- In case you need to add a Flex -- */
.makeFlex {
    display: flex;
}

.flexOne {
    flex: 1;
}

.flexTwo {
    flex: 2;
}

.makeFlex.column {
    flex-direction: column;
}

.makeFlex.row {
    flex-direction: row;
}

.makeFlex.perfectCenter {
    align-items: center;
    justify-content: center;
}

.makeFlex.hrtlCenter {
    align-items: center;
}

.makeFlex.vrtlCenter {
    justify-content: center;
}

.makeFlex.spaceBetween {
    justify-content: space-between;
}

.makeFlex.spaceAround {
    justify-content: space-around;
}

.makeFlex.end {
    align-items: flex-end;
}

.makeFlex.top {
    align-items: flex-start;
}

.makeFlex.bottom {
    align-items: flex-end;
}

.makeFlex.wrap {
    flex-wrap: wrap;
}
/* -- In case you need to change cursor type -- */
.cursorPointer {
    cursor: pointer;
}
/* -- In case you need to hide element -- */
.hide {
    display: none;
}

img {
    max-width: 100%;
}
/* --- Buttons -- */
.primaryBtn {
    border-radius: 34px;
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    display: inline-block;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
}

a.primaryBtn {
    color: #fff;
}

.primaryBtn.btnSmall {
    font-size: 10px;
    padding: 7px 15px;
}
/* -- Radio Box -- */
.radioOuter {
    display: inline-flex;
    position: relative;
}

html[dir='ltr'] .radioOuter [type='radio']:checked,
html[dir='ltr'] .radioOuter [type='radio']:not(:checked) {
    position: absolute;
    left: -9999px;
    right: unset;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .radioOuter [type='radio']:not(:checked) + label,
    html[dir='ltr'] .radioOuter [type='radio']:checked + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-flex;
    }

        html[dir='ltr'] .radioOuter [type='radio']:checked + label::before,
        html[dir='ltr'] .radioOuter [type='radio']:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #9b9b9b;
            border-radius: 100%;
            background: #fff;
        }
/* stylelint-disable-next-line no-descending-specificity */
.radioOuter [type='radio']:checked + label::before {
    border: 1px solid var(--color-primary, #008cff);
}

html[dir='ltr'] .radioOuter [type='radio']:checked + label::after,
html[dir='ltr'] .radioOuter [type='radio']:not(:checked) + label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-primary, #008cff);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* stylelint-disable-next-line no-descending-specificity */
.radioOuter [type='radio']:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* stylelint-disable-next-line no-descending-specificity */
.radioOuter [type='radio']:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* -- Radio Box Checkbox Style -- */
.chkBox {
    width: 18px;
    height: 18px;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    background: #fff;
    position: relative;
}

html[dir='ltr'] .selected .chkBox::before {
    border: 1px solid var(--color-primary, #008cff);
    content: '';
    width: 18px;
    height: 18px;
    background: var(--color-primary, #008cff);
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

html[dir='ltr'] .selected .chkBox::after {
    position: absolute;
    left: 5px;
    top: 2px;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* -- icons -- */
html[dir='ltr'] .ic_circularclose_grey::before,
html[dir='ltr'] .ic_circularclose_grey::after {
    position: absolute;
    left: 9px;
    top: 4px;
    content: ' ';
    height: 10px;
    width: 1px;
    background-color: #fff;
}
/* stylelint-disable-next-line no-descending-specificity */
.ic_circularclose_grey::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* stylelint-disable-next-line no-descending-specificity */
.ic_circularclose_grey::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* -- Right to Left -- */
html[dir='rtl'] .textLeft {
    text-align: right;
}

html[dir='rtl'] .textRight {
    text-align: left;
}

html[dir='rtl'] .pushRight {
    margin-right: auto;
}

html[dir='rtl'] .appendLeft2 {
    margin-right: 2px;
}

html[dir='rtl'] .appendLeft5 {
    margin-right: 5px;
}

html[dir='rtl'] .appendLeft8 {
    margin-right: 8px;
}

html[dir='rtl'] .appendLeft10 {
    margin-right: 10px;
}

html[dir='rtl'] .appendLeft20 {
    margin-right: 20px;
}

html[dir='rtl'] .appendRight5 {
    margin-left: 5px;
}

html[dir='rtl'] .appendRight8 {
    margin-left: 8px;
}

html[dir='rtl'] .appendRight10 {
    margin-left: 10px;
}

html[dir='rtl'] .appendRight15 {
    margin-left: 15px;
}

html[dir='rtl'] .appendRight20 {
    margin-left: 20px;
}

html[dir='rtl'] .appendRight25 {
    margin-left: 25px;
}

html[dir='rtl'] .appendRight30 {
    margin-left: 30px;
}

html[dir='rtl'] .paddingL10 {
    padding-right: 10px;
}

html[dir='rtl'] .paddingL20 {
    padding-right: 20px;
}

html[dir='rtl'] .paddingR10 {
    padding-left: 10px;
}

.password-autocomplete-disabler {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
}

html[dir='rtl'] input[type='text'] {
    direction: ltr;
    text-align: right;
}
/* Right to Left Radio Box */
html[dir='rtl'] .radioOuter [type='radio']:checked,
html[dir='rtl'] .radioOuter [type='radio']:not(:checked) {
    position: absolute;
    right: -9999px;
    left: unset;
}

    html[dir='rtl'] .radioOuter [type='radio']:checked + label,
    html[dir='rtl'] .radioOuter [type='radio']:not(:checked) + label {
        position: relative;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-flex;
    }

        html[dir='rtl'] .radioOuter [type='radio']:checked + label::before,
        html[dir='rtl'] .radioOuter [type='radio']:not(:checked) + label::before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #9b9b9b;
            border-radius: 100%;
            background: #fff;
        }

        html[dir='rtl'] .radioOuter [type='radio']:checked + label::after,
        html[dir='rtl'] .radioOuter [type='radio']:not(:checked) + label::after {
            content: '';
            width: 12px;
            height: 12px;
            background: var(--color-primary, #008cff);
            position: absolute;
            top: 3px;
            right: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

html[dir='rtl'] .selected .chkBox::before {
    border: 1px solid var(--color-primary, #008cff);
    content: '';
    width: 18px;
    height: 18px;
    background: var(--color-primary, #008cff);
    position: absolute;
    top: -1px;
    right: -1px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

html[dir='rtl'] .selected .chkBox::after {
    position: absolute;
    right: 5px;
    top: 2px;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* -- icons right to left -- */
html[dir='rtl'] .ic_circularclose_grey {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #9b9b9b;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50px;
    cursor: pointer;
}

    html[dir='rtl'] .ic_circularclose_grey::before,
    html[dir='rtl'] .ic_circularclose_grey::after {
        position: absolute;
        right: 9px;
        top: 4px;
        content: ' ';
        height: 10px;
        width: 1px;
        background-color: #fff;
    }


 .chSprite {
    background-image: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/B2CHeaderSprite@2.png');
    background-repeat: no-repeat;
    background-size: 155px 269px;
}

.chSprite.b2b {
    background-image: none;
}

.chHotels {
    width: 21.5px;
    height: 24px;
    background-position: -36.5px 0;
}

.chBuses {
    width: 25.8px;
    height: 21.6px;
    background-position: -126px -1.2px;
}

.chHolidays {
    width: 25px;
    height: 20px;
    background-position: -65px -2px;
}

.chVisa {
    background-position: -99px -239px;
    width: 25px;
    height: 20px;
}

.chToursAttractions {
    background-position: -7px -241px;
    width: 25px;
    height: 20px;
}

.chCruise {
    background-position: -128px -240.5px;
    width: 25px;
    height: 20px;
}

.chCabs {
    width: 23.4px;
    height: 22.2px;
    background-position: -66px -49px;
}

.chTrains {
    width: 28px;
    height: 22px;
    background-position: -94px -1.8px;
}

.chActivities {
    background-position: -161px -56px;
}

    .chActivities.active {
        background-position: -127px -56px;
    }

.chGiftcards {
    background-position: -5px -98px;
    width: 20px;
    height: 20px;
}

.chMore {
    background-position: -103px -200px;
    width: 24px;
    height: 6px;
}

.chFlights {
    background-position: -3px -2.5px;
    width: 25px;
    height: 20px;
}

.chTravelInsurance {
    width: 25px;
    height: 29px;
    background-position: -126px -45.7px;
}

.chCharterFlights {
    width: 22px;
    height: 16px;
    background-position: -67px -195.5px;
}

.chVisa.active {
    background-position: -70px -239px;
}

.chToursAttractions.active {
    background-position: -37px -241px;
}

.chCruise.active {
    background-position: -128px -216px;
}

.chForex {
    width: 18px;
    height: 20px;
    background-position: -100px -50px;
}

    .chForex.active {
        background-position: -100px -74px;
    }

.chFlights.active {
    background-position: -3px -26.5px;
}

.chTravelInsurance.active {
    width: 25px;
    height: 29px;
    background-position: -126px -69.7px;
}

.chCharterFlights.active {
    background-position: -67px -219.5px;
}

.chMore.active {
    background-position: -104px -224px;
}

.chGiftcards.active {
    background-position: -5px -122px;
}

.chTrains.active {
    background-position: -94px -24.5px;
}

.chCabs.active {
    background-position: -66px -73px;
}

.chHolidays.active {
    background-position: -65px -26px;
}

.chBuses.active {
    background-position: -125px -25px;
}

.chHotels.active {
    background-position: -37.7px -25px;
}

.chWallet {
    background-position: 0 -60px;
}

.chWalletBlack {
    margin-top: 6px;
    margin-right: 6px;
    width: 24px;
    height: 26px;
    background-position: -965px -16px;
    background-size: 989px 512px !important;
    background-color: #fff !important;
}

html[dir='ltr'] .chMy {
    background-position: -177px -350px;
    background-size: 260px 450px;
    background-color: transparent;
}

.chAdmin {
    background-position: -2px -120px;
}

.chAdminSite {
    background-position: -2px -120px;
}

.chVenues {
    background-position: -38px -118px;
}

.chMice {
    background-position: -188px -118px;
}

.chBudgetStays {
    background-position: -3px -208px;
}

.chHomestays {
    width: 26.4px;
    height: 22px;
    background-position: -34px -50px;
}

    .chHomestays.active {
        background-position: -33.59px -73px;
    }

.flagSprite {
    background-image: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/flagSprite3.png');
    background-repeat: no-repeat;
    background-size: 18px 92px;
    display: inline-block;
}

    .flagSprite.in {
        width: 18px;
        height: 12px;
        background-position: 0 0;
    }

    .flagSprite.us {
        width: 18px;
        height: 12px;
        background-position: 0 -12px;
    }

    .flagSprite.ae {
        width: 18px;
        height: 12px;
        background-position: 0 -24px;
    }

    .flagSprite.sa {
        width: 18px;
        height: 12px;
        background-position: 0 -36px;
    }

    .flagSprite.om {
        width: 18px;
        height: 12px;
        background-position: 0 -49px;
    }

    .flagSprite.kw {
        width: 18px;
        height: 12px;
        background-position: 0 -61px;
    }

    .flagSprite.row {
        width: 18px;
        height: 18px;
        background-position: 0 -75px;
    }

    .flagSprite.ww {
        width: 18px;
        height: 18px;
        background-position: 0 -75px;
    }
/** – My Biz Logo – **/
._MyBiz .chNavIcon.active {
    background-color: var(--color-primary-mybiz);
}

._MyBiz .chNavIcon.inactive {
    background-color: var(--color-primary-mybiz-inactive);
}

._MyBiz .active .chMore {
    background-position: -53px -278px;
}

._MyBiz .active .chHolidays {
    background-position: -65px -26px;
}

._MyBiz .active .chAdminSite {
    background-position: -2px -151px;
}

._MyBiz .active .chVenues {
    background-position: -38px -146px;
}

._MyBiz .active .chAdmin {
    background-position: -2px -151px;
}

._MyBiz .active .chCharterFlights {
    background-position: -67px -219.5px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chFlights {
    width: 29px;
    height: 23px;
    background-position: -226px -0.5px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chHotels {
    width: 22px;
    height: 24px;
    background-position: -167px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chMore {
    width: 14px;
    height: 4px;
    background-position: -35px -278px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chGiftcards {
    width: 20px;
    height: 20px;
    background-position: -361px -1px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chTrains {
    width: 29px;
    height: 25px;
    background-position: -325px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chBudgetStays {
    width: 28px;
    height: 23px;
    background-position: -70px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chCabs {
    width: 26.5px;
    height: 25px;
    background-position: -132px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chHolidays {
    background-position: -68px -87px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chBuses {
    width: 25px;
    height: 23.5px;
    background-position: -100.5px -1px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chAdminSite {
    background-position: -2px -151px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chVenues {
    background-position: -38px -146px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chAdmin {
    width: 18px;
    height: 22px;
    background-position: -936px -21px;
    background-size: 989px 512px !important;
    background-color: #fff !important;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chMice {
    width: 27px;
    height: 20px;
    background-position: -1px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chCharterFlights {
    width: 22px;
    height: 16px;
    background-position: -67px -195.5px;
}

._MyBiz .chVisa {
    width: 21px;
    height: 26px;
    background-position: 0 -22.5px;
}

._MyBiz .chTravelInsurance {
    width: 25px;
    height: 25px;
    background-position: -196px 0.5px;
}

html[dir='rtl'] .chMy {
    background-position: -171px -350px;
    background-size: 260px 450px;
    background-color: transparent;
}
/* MY BIZ SPRITE */
._MyBiz .chSprite {
    background-image: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/B2BHeaderSprite@3x.png');
    background-repeat: no-repeat;
    background-size: 409px 213px;
}

._MyBiz .navOnly .chSprite {
    background-size: 692.3px 357px;
}


 .popupSprite {
    background: url('//imgak.mmtcdn.com/pwa_v3/pwa_header_assets/popupFlowSprite@2x.png') no-repeat;
    background-size: 170px 170px;
}

.popupEye {
    background-position: -25px -105px;
    background-size: 150px 150px !important;
}

.popupEyeClose {
    background-position: 0 -105px;
    background-size: 150px 150px !important;
}

.errorCross {
    background-position: -14px 0;
}

.popupAccSuccess {
    background-position: -93px -2px;
    background-size: 160px 170px;
}

.popupAccUnSuccess {
    background-position: -43px -89px;
    background-size: 160px 170px;
}

.popupCrossIcon {
    background-position: 0 -16px;
    background-size: 150px 160px;
}

.popupWarningIcon {
    background-position: 2px 0;
    background-size: 200px 200px;
}

.popupLinkSuccess {
    background-position: -106px -78px;
    background-size: 150px 150px;
}

.popupMyBizIcon {
    background-position: -26px 2px !important;
    background-size: 150px 160px;
}

html[dir='ltr'] .popupGoogleIcon {
    background-position: -55px -32px;
    background-size: 150px 160px;
}

html[dir='ltr'] .popupFbIcon {
    background-position: -30px -31px;
    background-size: 145px 135px;
}

html[dir='rtl'] .popupGoogleIcon {
    background-position: -55px -35px;
    background-size: 152px 170px;
}

html[dir='rtl'] .popupFbIcon {
    background-position: -30px -31px;
    background-size: 142px 142px;
}


 #credential_picker_container {
    top: 120px !important;
}

.yoloStripWrap {
    width: 377px;
    height: 70px;
    padding: 12px 14px 14px 7px;
    border-radius: 6px;
    background-image: linear-gradient(99deg, #eaf5ff 0%, #ffffff 97%);
    position: fixed;
    top: 55px;
    right: 28px;
    z-index: 100;
    display: flex;
    align-items: center;
    margin-bottom: -6px;
}

.yoloBg {
    width: 80px;
    height: 45px;
    background: url("//imgak.mmtcdn.com/pwa_v3/pwa_header_assets/yolopanel.png") no-repeat;
    background-size: 80px 45px;
    display: block;
}


 .listYourPropertyDivWidth {
    max-width: 93px;
}


 .header-newTag {
    padding: 2px 8px;
    border-radius: 10px;
    background: linear-gradient(45deg, #43e1a8 0%, #219393 100%);
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    color: #ffffff;
    animation: fadeInAnimation 1s 1 ease forwards;
}

@keyframes fadeInAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


 .tgTicker {
    align-items: center;
    display: flex;
    padding-bottom: 4px;
    cursor: auto;
}

.tgTicker__item {
    position: relative;
    height: 17px;
    width: 200px;
    font-weight: 700;
    color: #fff;
    -webkit-animation: fadeinout 3s linear forwards;
    animation: fadeinout 3s linear forwards;
}

@-webkit-keyframes fadeinout {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.tgTicker__item span {
    color: #33d18f;
}

.tg__dot {
    display: inline-flex;
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    margin: 0 15px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 40%);
}


 .fbLoginBtn,
.googleLoginBtn {
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

.fbLoginBtn {
    background-color: #3b589a;
}

.googleLoginBtn {
    background-color: #fff;
}

.socialBtnContainer.loginPopup .googleLoginBtn {
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #d8d8d8;
    box-shadow: none;
}

.googleBtnNew {
    width: 32px !important;
    height: 32px !important;
    display: inline-flex;
    border-radius: 50%;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border: 1px #d8d8d8 solid;
    cursor: pointer;
}

html[dir='ltr'] .popupFbIcon,
.popupGoogleIcon {
    width: 20px;
    height: 20px;
    margin: 12px 12px 12px 20px;
}

html[dir='rtl'] .popupFbIcon,
.popupGoogleIcon {
    width: 26px;
    height: 26px;
    margin: 12px;
}

.popupSprite.gIcon {
    width: 18px;
    height: 18px;
    background-position: -57px -33px;
    background-size: 150px 150px;
}

.mousePointer {
    cursor: pointer;
}

.signInByEmailButton {
    height: 40px;
}


 .autopop__wrap {
    width: 360px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    background-color: #ffffff;
    position: absolute;
    top: 55px;
    right: 0;
    border-radius: 8px;
    padding-bottom: 10px;
    box-sizing: border-box;
    z-index: 99999;
}

.autopop__wrap__new {
    width: 360px;
    padding: 0;
}

.autopop__wrap::after {
    bottom: 100%;
    right: 30%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(255 255 255 / 0%);
    border-bottom-color: #eaf5ff !important;
    border-width: 10px;
    margin-left: -10px;
}

.login__earn {
    border-radius: 6px 6px 0 0 !important;
    background-color: #eaf5ff;
    padding: 10px 20px;
    /* margin: -10px -10px 15px; */
}

.login__card {
    border-radius: 4px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 12px 10px;
}

.blue__circle {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #eaf5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.defaultCursor {
    cursor: default;
}

.disableInput {
    pointer-events: none;
    user-select: none;
}

.loginOverlay {
    border: none;
    width: 100%;
    height: 22px;
    background: transparent;
    padding: 0 5px;
    position: absolute;
    left: 0;
    top: -6px;
    margin: 0;
}

.loginModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
/* Change the white to any color ;) */
input.loginOverlay:-webkit-autofill,
input.loginOverlay:-webkit-autofill:hover,
input.loginOverlay:-webkit-autofill:focus,
input.loginOverlay:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    margin: 0;
    padding: 0;
}

.loginCardNew {
    background: #ffffff;
    box-shadow: 0 1px 7px rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 10px 14px;
    position: relative;
}

    .loginCardNew::before {
        content: '';
        width: 3px;
        height: 100%;
        background-color: #1a7971;
        border-radius: 4px 0 0 4px;
        position: absolute;
        left: 0;
        top: 0;
    }

.loginCardNewIcon {
    width: 21px;
    flex-shrink: 0;
    margin-right: 16px;
}


 .myBizWalletPopup {
    padding: 16px 16px 24px 24px;
    box-shadow: 0 2px 16px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    position: absolute;
    top: 60px;
    border-radius: 8px;
    width: 335px;
    left: -11px;
}

.myBizWalletPopup::after {
    bottom: 100%;
    left: 50px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(255 255 255 / 0%);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.myBizWalletPopup__top {
    display: flex;
}

.myBizWalletPopup__top--desc {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.42px;
    line-height: normal;
    color: #4a4a4a;
}

    .myBizWalletPopup__top--desc b {
        font-weight: 900;
    }

.myBizWalletPopup__top--title {
    font-size: calc(var(--font-scale, 1) * 14px);
    margin: 15px 0 6px;
}

.myBizWalletPopup__top--subtitle {
    font-size: calc(var(--font-scale, 1) * 12px);
    margin-bottom: 16px;
}

.exploreNowLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 900;
    font-size: calc(var(--font-scale, 1) * 14px);
    margin-right: 5px;
}

    .exploreNowLink::after {
        content: '';
        border: solid var(--color-primary, #008cff);
        border-width: 0 2px 2px 0;
        padding: 3.5px;
        transform: rotate(-45deg);
        margin-left: 5px;
    }

.myBizWalletPopup__comparison {
    font-size: 9px;
    letter-spacing: 0.31px;
    line-height: normal;
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.myBizWalletPopup__comparison_color {
    content: '';
    width: 7px;
    height: 7px;
    margin-right: 4px;
    display: inline-block;
}

.myBizWalletPopup__comparison--mybiz {
    margin-right: 12px;
}

.myBizWalletImg_persuation {
    width: 65px;
    height: 65px;
}

.myBizWalletPopup__close {
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
    left: 210px;
    top: -8px;
}

    .myBizWalletPopup__close::after {
        position: absolute;
        left: 13px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #9b9b9b;
        transform: rotate(-45deg);
    }

    .myBizWalletPopup__close::before {
        position: absolute;
        left: 13px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #9b9b9b;
        transform: rotate(45deg);
    }


 .greenDayLandingText {
    color: #44d7b6
}

.greenDayHeaderText {
    color: #249995
}

.redHeaderAmtText {
    color: #ff5a5a;
}

.bizWalletCenter {
    align-items: center;
}

.bizWalletRecharge {
    color: #68BBFF
}


 .animTxtWrp {
    height: 14px;
    overflow: hidden;
}

.animTxtFld {
    transition: all 0.3s linear;
}

    .animTxtFld > p {
        font-size: 10px;
        line-height: 14px;
    }


 .wltBlnc {
    display: inline-flex;
    align-items: center;
    background-color: #fff;
    border: 1px #d8d8d8 solid;
    padding: 0 10px;
    cursor: pointer;
}

.wltBlnc.isHeader {
    background-color: transparent;
    border: 0;
}

.wltBlnc.isStickyHeader {
    background-color: transparent;
    border: 0;
}

.wltBlnc__icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 7px;
    background-color: #fff2d0;
    border-radius: 50%;
}

html[dir='rtl'] .wltBlnc__icon {
    margin-right: 0;
    margin-left: 7px;
}
/* stylelint-disable-next-line no-descending-specificity */
.isHeader .wltBlnc__icon {
    background-color: rgb(255 255 255 / 20%);
}
/* stylelint-disable-next-line no-descending-specificity */
.isStickyHeader .wltBlnc__icon {
    background-color: transparent;
}

.wltBlnc__headingText {
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 900;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.isHeader .wltBlnc__headingText {
    color: #fff;
}

.isStickyHeader .wltBlnc__headingText {
    color: #000;
}

.isHeader .animTxtFld > p {
    color: rgb(255 255 255 / 60%);
}

.isStickyHeader .animTxtFld > p {
    color: #4a4a4a;
}

.wltBlnc__heading--mark {
    width: 4px;
    height: 4px;
    background: linear-gradient(85.23deg, #43e1a8 0%, #219393 100%);
    display: inline-flex;
    position: absolute;
    border-radius: 50%;
    right: -3px;
    top: -1px;
}

.wltBlnc__icon .walletBlanceIcon {
    transform: scale(0.8);
}

.isStickyHeader .wltBlnc__icon .walletBlanceIcon {
    transform: scale(1);
}


 .cstmModal {
    width: 560px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 16;
    background: #fff;
    border-radius: 10px;
}

.cstmModal__backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 60%);
}

.cstmModal__close {
    background-color: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -40px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 14;
    cursor: pointer;
}

    .cstmModal__close:hover {
        opacity: 1;
    }

    .cstmModal__close::before,
    .cstmModal__close::after {
        position: absolute;
        left: 12px;
        content: ' ';
        height: 14px;
        width: 2px;
        background-color: #000;
    }

    .cstmModal__close::before {
        transform: rotate(45deg);
    }

    .cstmModal__close::after {
        transform: rotate(-45deg);
    }

.disableScroll {
    overflow: hidden;
}


 .changeCountryTip {
    position: absolute;
    top: 53px;
    right: 0;
    background: #eaf5ff;
    width: 496px;
    height: 128px;
    border-radius: 6px;
    padding: 14px 24px 12px;
    display: flex;
    flex-direction: column;
    z-index: 100;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}

.changeCountryTip::after {
    bottom: 100%;
    right: 50px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(234 245 255 / 0%);
    border-bottom-color: #eaf5ff;
    border-width: 10px;
    margin-left: -10px;
}

button.changeCountryBtn {
    width: 200px !important;
    height: 40px;
    background: linear-gradient(93.66deg, #53b2fe 0%, #065af3 100%), #ffffff;
    border-radius: 4px !important;
    font-weight: 900 !important;
    font-size: calc(var(--font-scale, 1) * 16px) !important;
    line-height: 20px;
    text-transform: uppercase;
}

.appendBottom8 {
    margin-bottom: 8px;
}


 .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgb(0 0 0 / 60%);
}

.modalMain {
    top: 50%;
    left: 50%;
    width: 510px;
    min-height: 565px;
    padding: 30px;
    position: fixed;
    min-width: 510px;
    border-radius: 10px;
    z-index: 2;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}

.imageSliderModal .modalMain {
    transform: translate(0%, 0%);
    position: relative;
    top: 0%;
    left: 0%;
    box-shadow: 0 1px 7px rgb(0 0 0 / 40%);
    z-index: 3;
}

.imageSliderModal .imageSlideContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    width: 100%;
    flex-direction: row-reverse;
}

.modalLogin.personal .modalMain {
    padding-top: 50px;
}

.modal.dynHeight .modalMain {
    height: auto;
}

.modalOverlay {
    top: 50%;
    left: 50%;
    width: 510px;
    min-height: 565px;
    padding: 30px;
    position: fixed;
    min-width: 510px;
    border-radius: 10px;
    opacity: 0.8;
    z-index: 3;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.modalMain.blur {
    opacity: 0.8;
    pointer-events: none;
}

.displayBlock {
    display: block;
}

.displayNone {
    display: none;
}
/* stylelint-disable-next-line no-descending-specificity */
.modalHeightAlter .modalMain {
    min-height: 0;
    min-width: 710px;
    height: auto;
    padding: 20px;
}

.modalMain .modalClose span {
    display: inline-block;
}

.modalMain .serverError span:first-child {
    width: 17px;
    height: 15px;
}

.modal .crossIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal .myBizIcon {
    width: 55px;
    height: 35px;
}

.modal.iconModalTitle .modalTitle {
    align-items: flex-start;
}

.ssoCircle {
    border: solid 1px #9b9b9b;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #9b9b9b;
}

.ssoTooltip {
    display: none;
    width: 260px;
    padding: 10px;
    position: absolute;
    background: #249995;
    border-radius: 4px;
    top: 60px;
    left: 105px;
    z-index: 1;
}

.ssoCircle:hover + .ssoTooltip {
    display: flex;
}

.ssoTooltip::after {
    bottom: 100%;
    left: 83%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(36 153 149 / 0%);
    border-bottom-color: #249995;
    border-width: 10px;
    margin-left: -10px;
}

.unverifiedNMyBizBox .subIconContainer {
    margin-left: 30px;
}

.unverifiedNMyBizBox .unverifiedNoBoxInner {
    margin-left: 35px !important;
}

.headerOuter .imageSliderModal .unverifiedNoBox {
    left: calc(50% - -437px) !important;
}

.tcnFooter {
    display: flex;
    flex-direction: column;
}

.commonModal__close {
    background-color: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -40px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    z-index: 14;
    cursor: pointer;
    top: 0;
}

[dir='rtl'] .commonModal__close {
    right: auto;
    left: -40px;
}

.commonModal__close:hover {
    opacity: 1;
}

.commonModal__close::before,
.commonModal__close::after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #000;
}

.commonModal__close::before {
    transform: rotate(45deg);
}

.commonModal__close::after {
    transform: rotate(-45deg);
}


 .bizSignup.myBiz .mBizAccount__header {
    background: rgb(245 245 245 / 90%) url('https://imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/myBiz/corporate-travel@2x.png') bottom right no-repeat;
    background-size: 183px 117px;
    margin: 0 -30px;
    padding: 26px 30px 2px;
    margin-bottom: 20px;
}

.bizSignup.myBiz .mBizAccount__back {
    min-height: 37px;
}

.bizSignup.myBiz .mBizAccount__heading {
    font-size: calc(var(--font-scale, 1) * 26px);
    line-height: 30px;
}

.bizSignup.myBiz .mBizAccount__existing {
    padding: 11px 20px;
    border-radius: 4px;
    border: solid 1px #fac7ab;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bizSignup.myBiz .mBizAccount__existingIcon {
    width: 44px;
    height: 44px;
    background: #ccc;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 23px;
}

    .bizSignup.myBiz .mBizAccount__existingIcon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.mBizAccount__back .mybizLoginClose,
.modalClose .mybizLoginClose {
    width: 32px;
    height: 32px;
    background-color: rgb(0 0 0 / 10%);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .mBizAccount__back .mybizLoginClose::before,
    .modalClose .mybizLoginClose::before,
    .mybizLoginClose::after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #9b9b9b;
    }

    .modalClose .mybizLoginClose::before {
        top: 7px;
    }

    .mBizAccount__back .mybizLoginClose::before,
    .modalClose .mybizLoginClose::before {
        transform: rotate(45deg);
    }

    .mBizAccount__back .mybizLoginClose::after,
    .modalClose .mybizLoginClose::after {
        transform: rotate(-45deg);
    }

    .modalClose .mybizLoginClose::after {
        top: 7px;
    }

.bizSignup.myBiz .googleBusinessAccount {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    cursor: pointer;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bizSignup.myBiz .mBizAccount__lists li {
    display: flex;
    align-items: center;
    color: #17193c;
    margin-bottom: 10px;
    padding: 0;
    font-size: calc(var(--font-scale, 1) * 12px);
}

    .bizSignup.myBiz .mBizAccount__lists li > span:first-child {
        margin-right: 10px;
    }

.bizSignup.myBiz .button {
    display: flex;
    border-radius: 4px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    color: #fff;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    height: 44px;
    outline: none;
    border: none;
    width: 100%;
}

.bizSignup.myBiz .buttonDisable {
    background-image: linear-gradient(97deg, #e7e7e7, #e7e7e7 130%);
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.bizSignup.myBiz .loginWrapMybiz .buttonPrimary {
    background-image: linear-gradient(92deg, #f0772c 0%, #f95776 126%);
}

.bizSignup.myBiz .roundBtn {
    border-radius: 44px;
    padding: 10px 30px;
    background-image: linear-gradient(92deg, #f0772c 0%, #f95776 126%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.bizlogin .inputTextBizModalContainer {
    width: 100%;
}

.bizlogin .inputText {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #fac7ab;
    background-color: #ffffff;
    outline: 0;
    padding: 0 17px;
    font-size: calc(var(--font-scale, 1) * 14px);
    color: #4a4a4a;
    font-weight: 400;
    font-family: var(--font-family);
}

.mBizAccount__back .mybizLoginClose {
    width: 32px;
    height: 32px;
    background-color: rgb(0 0 0 / 10%);
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* stylelint-disable-next-line no-descending-specificity */
.mybizLoginClose::before,
.mybizLoginClose::after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #9b9b9b;
}
/* stylelint-disable-next-line no-descending-specificity */
.mybizLoginClose::before {
    transform: rotate(45deg);
}
/* stylelint-disable-next-line no-descending-specificity */
.mybizLoginClose::after {
    transform: rotate(-45deg);
}

.modalLogin.myBiz.bizSignup.bizlogin .makeFlex.hrtlCenter {
    margin: 0;
    padding: 0;
}

.modalLogin.myBiz.bizSignup.bizlogin .modalMain {
    padding-top: 0;
    overflow: hidden;
}

.bizSignup.myBiz .createMbAccount__btn {
    color: #fff;
}
/* stylelint-disable-next-line no-descending-specificity */
.createMbAccount__btn {
    width: 100%;
    min-width: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 1px 17px 0 rgb(0 0 0 / 32%);
    background-image: linear-gradient(256deg, #ff684a, #ff4959);
    font-size: calc(var(--font-scale, 1) * 16px);
    font-weight: 700;
    outline: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 24px;
}

.bizSignup.myBiz .createMbAccount__btn.disabled {
    color: rgb(255 255 255 / 60%) !important;
    background: #c2c2c2;
    pointer-events: none;
    box-shadow: none;
}
/* MyBiz Login sprite */
.myBizLoginSprite {
    background: url('https://imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/myBiz/myBizLoginSprite@1x.png') no-repeat;
    display: inline-block;
    background-size: 200px 225px;
    font-size: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .myBizLoginSprite.arrow {
        width: 24px;
        height: 24px;
        background-position: -163px -100px;
    }

    .myBizLoginSprite.myBizIconWhite {
        width: 36px;
        height: 18px;
        background-position: -151px -139px;
    }

.myBizDiscountIcon {
    width: 26px;
    height: 26px;
    background-position: -78px -1px;
}

.myBizGstIcon {
    background-position: -109px -2px;
    width: 24px;
    height: 24px;
}

.myBizHotelIcon {
    background-position: -165px -2px;
    width: 24px;
    height: 24px;
}

.myBizCorpFareIcon {
    background-position: -138px -2px;
    width: 24px;
    height: 28px;
}

.myBizGoogleIcon {
    background-position: -54px -3px;
    width: 18px;
    height: 19px;
}

.myBizLogo {
    background-position: -61px -101px;
    width: 50px;
    height: 25px;
}

.myBizEmailVerifyPending {
    background-position: -111px -32px;
    width: 66px;
    height: 68px;
}

.myBizDisableAcc {
    background-position: -1px -33px;
    width: 99px;
    height: 62px;
}

.myBizAccountIcon {
    background-position: -119px -101px;
    width: 38px;
    height: 38px;
}

.myBizMobVerifyIcon {
    background-position: -52px -162px;
    width: 46px;
    height: 58px;
}

.myBizMobVerifedIcon {
    background-position: -5px -162px;
    width: 46px;
    height: 58px;
}

.myBizSuccesIcon {
    background-position: -2px -100px;
    width: 52px;
    height: 52px;
}

.myBizPwdHideIcon {
    background-position: -1px -1px;
    background-size: 200px 225px;
    width: 22px;
    height: 22px;
}

.myBizPwdShowIcon {
    background-position: -25px -1px;
    width: 22px;
    height: 22px;
}

.mybizwarning {
    background-position: -168px -196px;
}

.infoIconCircle {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    background-image: linear-gradient(45deg, #f3d452 0%, #f09819 100%);
    justify-content: center;
    font-size: calc(var(--font-scale, 1) * 32px);
}

.disableAccountIcon {
    background-image: linear-gradient(45deg, #ff7f3f 0%, #ff3e5e 100%);
    width: 52px;
    height: 52px;
    justify-content: center;
    font-size: calc(var(--font-scale, 1) * 32px);
    border-radius: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.disAccClr {
    color: #ff4e56;
}

.successAccountIcon {
    background-image: linear-gradient(45deg, #ace143, #219393);
    width: 52px;
    height: 52px;
    font-size: calc(var(--font-scale, 1) * 32px);
    border-radius: 100%;
    flex-shrink: 0;
    display: flex;
    position: relative;
}

    .successAccountIcon::after {
        content: '';
        display: inline-block;
        transform: rotate(45deg);
        height: 24px;
        width: 12px;
        border-bottom: 4px solid #fff;
        border-right: 4px solid #fff;
        position: absolute;
        top: 11px;
        left: 21px;
    }

.mBizAccount .successAccountIcon::after {
    box-sizing: border-box;
}
/* stylelint-disable-next-line no-descending-specificity */
.roundBtn {
    border-radius: 44px;
    padding: 10px 30px;
    background-image: linear-gradient(92deg, #f0772c 0%, #f95776 126%);
}

.pwdContainer {
    position: relative;
}

.mBizAccount .otherVerify {
    word-spacing: 3px;
}

.resetPassword {
    position: absolute;
    right: 0;
    top: 6px;
    transform: translateY(-50%);
    color: #ff664b;
    text-decoration: none;
}

.inputWrap {
    display: flex;
    flex-direction: column;
}

.inputField {
    border-radius: 3.6px;
    border: solid 1px var(--color-primary, #008cff);
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 44px;
}

.myBiz .inputField {
    border-radius: 3.6px;
    border: 1px solid #fac7ab;
    background-color: #ffffff;
}

.loginWrapMybiz .inputField {
    border: solid 1px #ff664b;
}

    .loginWrapMybiz .inputField:focus-within {
        background: rgb(255 102 75 / 10%);
    }
/* stylelint-disable-next-line no-descending-specificity */
.errorField .inputField {
    border: solid 1px #ec2127;
}

.inputField input[type='text'],
.inputField input[type='password'],
.inputField input[type='tel'] {
    flex: 1;
    outline: none;
    border: none;
    background: transparent;
    height: 100%;
    font-family: var(--font-family);
    padding: 0;
    margin: 0;
}

.inputField input[type='tel'] {
    width: calc(100% - 80px);
    font-family: var(--font-family);
    padding: 0;
    margin: 0;
}

.inputField input::placeholder {
    font-weight: normal;
    font-family: var(--font-family);
}

.errorText {
    font-size: calc(var(--font-scale, 1) * 12px);
    color: #ec2127;
    visibility: hidden;
}

.errorField .errorText {
    display: flex;
    visibility: visible;
}

.autofetchText {
    margin-top: -15px;
}

.errorField .autofetchText {
    margin-top: 0;
}

.bizSignup .pwdsugList {
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.pwdsugList li {
    padding: 0 5px 8px 0;
}

:root {
    --borderWidth: 2px;
    --height: 10px;
    --width: 5px;
    --borderColor: #4a4a4a;
}

    :root .greenText {
        --borderColor: #00a19c;
    }

    :root .redText {
        --borderColor: #eb2026;
    }

    :root .greyText {
        --borderColor: #9b9b9b;
    }

.pwdsugListCheck {
    margin: 0 10px 0 3px;
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
}

.pwdsugListCross {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
}

    .pwdsugListCross::before,
    .pwdsugListCross::after {
        position: absolute;
        left: 5px;
        content: ' ';
        height: 12px;
        width: 2px;
        background-color: var(--borderColor);
    }

    .pwdsugListCross::before {
        transform: rotate(45deg);
    }

    .pwdsugListCross::after {
        transform: rotate(-45deg);
    }
/* stylelint-disable-next-line no-descending-specificity */
.googleBusinessAccount {
    border-radius: 4px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
    cursor: pointer;
    outline: 0;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.leftPersonalAccount {
    text-align: right;
}

html[dir='ltr'] .appendLeft7 {
    margin-left: 7px;
}


 .carouselCntWrp {
    max-width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 16px;
}

.carouselCntWrp .carouselCntWrp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-radius: 16px;
}

.carouselCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
}

.carouselCntWrp .carouselCont .carouselSlider {
    display: flex;
    white-space: nowrap;
    width: 100%;
    transition: all ease 1000ms;
}

.slideShowDotWrap {
    width: 4px;
    padding-right: 4px;
}

.slideShowDot {
    height: 12px;
    width: 2px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #c4c4c4;
}

.slideShowDotWrap:not(:first-child) {
    margin-top: 5px;
}

.slideShowDot--active {
    background-color: #f17631;
}

.carouselCntWrp .carouselCntWrp .leftArwBtn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 14px;
    border: none;
    outline: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgb(20 24 35 / 20%);
    cursor: pointer;
}

    .carouselCntWrp .carouselCntWrp .leftArwBtn::after {
        display: block;
        content: '';
        width: 10px;
        height: 10px;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: rotate(-45deg);
    }


 .mybizNudgeWrap {
    width: 358px;
    padding: 20px 30px;
    border-radius: 6px;
    background: white;
    position: absolute;
    animation: fadeInDown 0.3s linear;
    top: 100%;
    left: -50px;
    z-index: 100;
    box-shadow: 0 1px 7px rgb(0 0 0 / 40%);
    cursor: auto;
}

.mybizNudgeWrap::before,
.mybizNudgeWrap::after {
    bottom: 99%;
    left: 27%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.mybizNudgeWrap::before {
    border-bottom-color: #fff;
    border-width: 10px;
}

.special__tag {
    color: white;
    font-size: 10px;
    background: linear-gradient(88.44deg, #43e1a8 0.02%, #28beb2 100.01%);
    border-radius: 8px;
    padding: 2px 8px;
    font-weight: bold;
    margin-left: 5px;
}

.upgrade__btn {
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background: linear-gradient(90deg, #f0772c, #f95776);
    cursor: pointer;
    padding: 12px 20px;
    color: white;
    display: flex;
}

    .upgrade__btn span::after {
        content: '';
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.carouselSlider .nudgeItem {
    display: flex !important;
    align-items: center;
    width: 100%;
    background: #fef7f6;
    border-radius: 4px;
    padding: 0 14px;
    height: 48px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.mybizNudgeWrap .slick-dots > li {
    width: 12px;
    height: 2px;
    margin: 0 5px 0 0;
    border-radius: 10px;
    background-color: #f1f1f1;
}

    .mybizNudgeWrap .slick-dots > li.slick-active {
        background-color: #ff664b;
    }

.mybizNudgeWrap .slick-dots {
    display: flex;
    position: absolute;
    left: -30px;
    top: 26px;
    transform: rotate(90deg);
}

.mybizNudgeWrap .slick-slider button {
    display: none;
}


 .heroPrgs {
    width: 440px;
    background: #ffffff;
    box-shadow: 0 3px 30px rgb(0 0 0 / 15%);
    border-radius: 10px;
    position: absolute;
    top: 35px;
    right: -50px;
    z-index: 100;
    display: none;
}

.heroPrgs::after {
    bottom: 100%;
    left: 85%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(255 255 255 / 0%);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}

.heroPrgs__body {
    padding: 18px;
}

.heroPrgs__body--heading {
    font-size: calc(var(--font-scale, 1) * 14px);
    line-height: 16px;
    font-weight: 900;
    color: #000;
}

.heroPrgs__body--subHeading {
    font-size: calc(var(--font-scale, 1) * 11px);
    line-height: 18px;
    color: #4a4a4a;
}

.heroPrgs__head {
    display: flex;
    margin-top: 16px;
    margin-bottom: 15px;
}

.heroPrgs__col {
    padding-left: 14px;
    position: relative;
}

    .heroPrgs__col::before {
        width: 8px;
        height: 8px;
        border-radius: 1px;
        position: absolute;
        left: 0;
        top: 3px;
        content: '';
    }

    .heroPrgs__col.completed::before {
        background-color: #5c4396;
    }

    .heroPrgs__col.yetToTravel::before {
        background-color: #a499bb;
    }

    .heroPrgs__col:first-child {
        margin-right: 48px;
    }

.heroPrgs__col--heading {
    font-size: calc(var(--font-scale, 1) * 11px);
    line-height: 13px;
    font-weight: 700;
    color: #000;
}

.heroPrgs__col--subHeading {
    font-size: 10px;
    line-height: 12px;
    font-weight: 400;
    color: #4a4a4a;
}

    .heroPrgs__col--subHeading span {
        font-size: calc(var(--font-scale, 1) * 12px);
        line-height: 14px;
        font-weight: 900;
        color: #000;
    }

.heroPrgs__barCont {
    display: flex;
    align-items: center;
    height: 19px;
    border: 1px #e4e3e5 solid;
    border-radius: 4px;
    width: 330px;
    overflow: hidden;
    position: relative;
}

.heroPrgs__bar {
    width: 332px;
    height: 19px;
    background: linear-gradient(180deg, #c8c8c8, #e8e5ef);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
}

.heroPrgs__bar--completed {
    /* width: 82px; */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, #52388f, #8d7db0);
    z-index: 2;
}

.heroPrgs__bar--yetToTravel {
    /* width: 32px; */
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, #5c4b83, #8d7db0);
    opacity: 0.5;
    border-radius: 0 2px 2px 0;
    z-index: 1;
}

.heroPrgs__barText {
    font-size: calc(var(--font-scale, 1) * 11px);
    line-height: 13px;
    color: #000;
    font-weight: 900;
    flex-shrink: 0;
    margin-left: 5px;
}

.heroPrgs__footer {
    background-color: #f2e2c0;
    padding: 10px 20px;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
}

.heroPrgs__footer--text {
    font-size: calc(var(--font-scale, 1) * 11px);
    line-height: 18px;
    font-weight: 400;
}

    .heroPrgs__footer--text span {
        font-weight: 900;
    }

.heroPrgs__animbar {
    height: 2px;
    background: linear-gradient( 90deg, rgb(174 95 20 / 0%) 0%, #c69b1d 49.16%, rgb(214 193 35 / 0%) 100.42% );
}

.heroPrgs__top {
    display: flex;
}

.heroPrgs__knowmore {
    flex-shrink: 0;
    margin-left: 20px;
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 900;
    color: #008cff;
}

.heroPrgs__bar--base {
    height: 100%;
    background: linear-gradient(180deg, #c8c8c8, #e8e5ef);
}

.heroPrgs__barContBottom {
    display: flex;
    width: 330px;
    margin-top: 7px;
}

.heroPrgs__barContBottom--col {
    text-align: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .heroPrgs__barContBottom--col::after {
        width: 1px;
        height: 23px;
        background-color: #4a4a4a;
        content: '';
        position: absolute;
        right: 0;
        top: -28px;
        z-index: 3;
    }

    .heroPrgs__barContBottom--col:last-child::after {
        right: 10px;
    }

.heroPrgs__htl {
    border-top: 1px #4a4a4a dashed;
    padding-top: 16px;
    margin-top: 15px;
}

.heroPrgs__htlPrgsCont {
    display: flex;
    margin-top: 9px;
    align-items: center;
}

.heroPrgs__htlPrgsBar {
    height: 9px;
    border: 1px #e8c9db solid;
    overflow: hidden;
    position: relative;
    width: 270px;
}

.heroPrgs__htlPrgsBar--completed {
    height: 100%;
    background: linear-gradient(180deg, #52388f, #8d7db0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.heroPrgs__htlPrgsBar--yetToTravel {
    height: 100%;
    background: linear-gradient(180deg, #5c4b83, #8d7db0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}

.heroPrgs__htl--dtl {
    display: flex;
    margin-left: 15px;
    margin-top: 12px;
}

    .heroPrgs__htl--dtl .heroPrgs__col::before {
        top: 1px;
    }

.heroPrgs__htl--cta {
    font-size: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
}

    .heroPrgs__htl--cta::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #008cff;
        margin-left: 5px;
        margin-top: 2px;
    }

    .heroPrgs__htl--cta.open::after {
        border-top: 0;
        border-bottom: 4px solid #008cff;
    }

.icoHeroFooterLarge {
    flex-shrink: 0;
    height: 23px;
    margin-right: 6px;
    width: 23px;
}

.icoHero {
    width: 15px;
    height: 15px;
    background-position: -123px -1332px;
}

.icoHotelPrg {
    width: 10px;
    height: 17px;
}


 .becomeHro {
    display: flex;
    margin-right: 13px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.becomeHro:hover .heroPrgs {
    display: block;
}

.becomeHro__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 6px;
}

.becomeHro__text {
    font-size: 9px;
    line-height: 12px;
    font-weight: 400;
    max-width: 35px;
    flex-shrink: 0;
    margin-right: 3px;
    color: #fff;
}

    .becomeHro__text span {
        font-weight: 900;
    }

.becomeHro__progress {
    position: relative;
    float: left;
    text-align: center;
    height: 18px;
    margin-top: -6px;
}

.becomeHro__barOverflow {
    /* Wraps the rotating .bar */
    position: relative;
    overflow: hidden; /* Comment this line to understand the trick */
    width: 36px;
    height: 18px; /* Half circle (overflow) */
    margin-bottom: -14px; /* bring the numbers up */
}

.becomeHro__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px; /* full circle! */
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px solid #dcd1ed; /* half gray, */
    border-bottom-color: #eb6a32;
    border-right-color: #eb6a32;
}

.becomeHro__desc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -9px;
}

    .becomeHro__desc span {
        font-size: 7px;
        font-weight: 900;
        color: #fff;
    }

        .becomeHro__desc span:first-child {
            margin-left: 0;
        }

        .becomeHro__desc span:last-child {
            margin-right: -3px;
        }

.becomeHro__bookings {
    font-size: 9px;
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
}

.blackTheme .becomeHro__text,
.blackTheme .becomeHro__desc span,
.blackTheme .becomeHro__bookings {
    color: #000;
}

.blackTheme .becomeHro__desc {
    bottom: -10px;
}


 .mmtSelectLogoWrapper {
    display: flex;
    align-items: center;
}

.mmtSelectLogoWrapper.header {
    min-height: 38px;
    padding: 0 10px;
    cursor: pointer;
}

.mmtSelectHeaderSprite {
    background: url("https://imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/mmtSelect/mmtSelectSpriteDT.png") no-repeat;
    display: inline-block;
    background-size: 150px 75px;
    font-size: 0;
    flex-shrink: 0;
}

.mmtSelectLogoWrapper img {
    width: 25px;
}

.select-name font {
    margin-left: 3px;
    font-weight: 600;
    background: linear-gradient(136.01deg, #dd9f4f 16.74%, #f5e1c1 76.13%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.select-name {
    font-weight: 100;
}

.mmtSelectHeaderSprite.mmtSelectIcon {
    background-position: -1px -1px;
    width: 20px;
    height: 22px;
}


 li.smePlus {
    background-color: white !important;
    border-radius: 13px;
    position: relative;
    padding: 0;
}

.smePlusHeader {
    display: flex;
    align-items: center;
}

.smePlusHeader-text {
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 700;
    line-height: 16px;
    color: #000;
}

.smePlusHeader .header-newTag {
    position: absolute;
    top: -1px;
    right: 0;
}

.smePlusHeader .smePlusLogo {
    background: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/myBiz/myBizPlusLogo.png');
    background-size: 68.6px 28px;
    width: 68.6px;
    height: 27px;
}


 .tooltip-container {
    position: relative;
    display: inline-block;
    z-index: 12;
}

.tooltip-box {
    position: absolute;
    background: transparent;
    color: #fff;
    border-radius: 6px;
    font-size: calc(var(--font-scale, 1) * 14px);
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transform: translateX(-65%) translateY(68%) scale(0.8);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

.tooltip-box--show {
    opacity: 1;
    transform: translateX(-65%) translateY(68%) scale(1);
    pointer-events: auto;
    animation: tooltipBounceIn 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.tooltip-box--hide {
    opacity: 0;
    transform: translateX(-65%) translateY(68%) scale(0.8);
    pointer-events: none;
    animation: tooltipFadeOut 0.2s ease-in;
}

@keyframes tooltipBounceIn {
    0% {
        opacity: 0;
        transform: translateX(-65%) translateY(68%) scale(0.3);
    }

    50% {
        transform: translateX(-65%) translateY(68%) scale(1.05);
    }

    100% {
        opacity: 1;
        transform: translateX(-65%) translateY(68%) scale(1);
    }
}

@keyframes tooltipFadeOut {
    0% {
        opacity: 1;
        transform: translateX(-65%) translateY(68%) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateX(-65%) translateY(68%) scale(0.8);
    }
}

.tooltip-bottom {
    top: 125%;
    left: 50%;
}

.tooltip-pill {
    --bg-color: #077a7a;
    --text-color: #ffffff;
    --shadow: 0 6px 16px rgb(0 0 0 / 18%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--bg-color);
    color: var(--text-color);
    border-radius: 10px;
    box-shadow: var(--shadow);
    user-select: none;
    height: 40px;
}

.tooltip-pill--clickable {
    cursor: pointer;
}

    .tooltip-pill--clickable:hover {
        filter: brightness(1.05);
    }

.tooltip-pill__notch {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: var(--bg-color);
}

.tooltip-pill__icon {
    display: flex;
    align-items: center;
    font-size: calc(var(--font-scale, 1) * 16px);
    width: 20px;
    height: 20px;
}

.tooltip-pill__text {
    white-space: nowrap;
}


 .toolTip {
    width: 300px;
    background-color: #007e7d;
    border-radius: 10px;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.toolTip::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(0 126 125 / 0%);
    border-bottom-color: #007e7d;
    border-width: 8px;
    margin-left: -8px;
}


 .currencySelectorWrapper {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 10px;
    line-height: 10px;
    color: #000;
    cursor: pointer;
}

html[dir='ltr'] .currencySelectorWrapper {
    margin-left: 20px;
}

html[dir='rtl'] .currencySelectorWrapper {
    margin-right: 20px;
}

.currencyLabel {
    margin-bottom: 3px;
}

.currencyText {
    font-weight: 700;
    text-transform: uppercase;
}


 .chHeaderContainer {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 12px;
    /* display: flex;
      align-items: center; */
}

.chHeaderContainer.SA {
    padding: 5px 0;
}

.chHeaderWrapper.stickyHeader .chHeaderContainer {
    display: flex;
    align-items: center;
}
/* stylelint-disable-next-line no-descending-specificity */
.staticHeader .chHeaderContainer {
    display: flex;
}

.staticHeader {
    display: flex;
    min-width: 600px;
}

.cursor-pointer {
    cursor: pointer;
}
/* stylelint-disable-next-line no-descending-specificity */
.singleHeader .chHeaderContainer {
    display: flex;
    align-items: center;
}

.myIcon {
    width: 15px;
    height: 12px;
    background-position: -184px -135px !important;
}

.myIconWhite {
    background-position: -67px -489px !important;
    width: 23px;
    height: 22px;
}

html[dir='ltr'] .chHeaderContainer .logoContainer {
    font-size: calc(var(--font-scale, 1) * 14px);
    margin-right: 5px;
    min-width: 120px;
    display: flex;
}

.chHeaderContainer .chMmtLogo {
    height: 36px;
    display: flex;
}

    .chHeaderContainer .chMmtLogo.SA {
        display: flex;
        height: unset;
    }

.myPartner .chHeaderContainer .chMmtLogo {
    width: 200px;
    height: 36px;
    display: inline-block;
}

.chHeaderContainer .chMmtLogo img {
    height: 36px;
}

.chHeaderContainer .chMmtLogo.SA img {
    width: 115px;
    height: unset;
}

.chHeaderContainer nav {
    flex: 2;
}

    .chHeaderContainer nav ul {
        width: 100% !important;
    }

        .chHeaderContainer nav ul li {
            position: relative;
            flex-shrink: 0 !important;
        }

            .chHeaderContainer nav ul li:hover .toolTip {
                display: block;
                top: 110%;
                width: max-content;
            }

.disabledIcons {
    color: #c2c2c2 !important;
    opacity: 0.6;
}

.chHeaderWrapper.navOnly {
    z-index: 11;
    position: absolute;
    top: 0;
}

.chHeaderWrapper.stickyHeader {
    z-index: 13;
}

    .chHeaderWrapper.stickyHeader._MyBiz {
        z-index: 14;
    }

.chHeaderWrapper.navOnly._MyBiz {
    z-index: 11;
}

.chHeaderContainer nav ul li.myBizWallet {
    display: flex;
    align-items: center;
    padding: 3px 10px 3px 4px;
    border-radius: 4px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    margin-right: 10px;
    line-height: 13px;
    margin-left: auto;
}

.chHeaderContainer nav ul li.mbizAdmin {
    margin-right: 30px;
    border-radius: 4px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    width: 60px;
    flex-shrink: 0;
}

html[dir='ltr'] .userSection.dottedMyPartner {
    border: dotted rgb(0 0 0 / 15%);
    border-width: 0 0 0 2px;
    background-color: transparent;
}

.chHeaderContainer nav ul li.mbizAdmin > a {
    flex-direction: column;
    height: 100%;
    padding: 0 5px;
    margin-top: 6px;
}

.chHeaderWrapper .chHeaderContainer nav ul li.rmStickyAdmin {
    display: none !important;
}

html[dir='ltr'] .chHeaderContainer li.active::after {
    content: '';
    top: 50px;
    right: 37%;
    z-index: 1000;
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) skew(7deg, 7deg);
}

.chHeaderContainer li.active .chNavText {
    color: #fff;
    background-color: var(--color-primary, #008cff);
}

    .chHeaderContainer li.active .chNavText span {
        color: #fff;
    }

.chHeaderContainer li.active .arrow {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

html[dir='ltr'] .chHeaderContainer .chWalletIcon {
    width: 27px;
    height: 25px;
    margin-right: 5px;
}

.chHeaderContainer .chLoggedOutLogo {
    width: 20px;
    height: 20px;
    display: inline-block;
}

html[dir='ltr'] .chHeaderContainer .chWalletBox {
    margin-right: 31.5px;
}

    html[dir='ltr'] .chHeaderContainer .chWalletBox.chWalletPrice {
        margin-right: 15.5px !important;
    }

.chHeaderContainer .goldTire,
.chHeaderContainer .platinumTire {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
}

.chHeaderContainer .userInfoBoxLabel.mmtBlackIUsr {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: #0f0f0f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chHeaderContainer .userInfoBoxLabel {
    display: block;
    width: 25px;
    height: 25px;
    padding: 6px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #ace143, #219393);
}

.chHeaderContainer .walletPrice {
    min-width: 60px;
}
/* stylelint-disable-next-line no-descending-specificity */
.chHeaderContainer .arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 2px;
    margin: 0 10px;
    border-top: 2px solid var(--color-primary, #008cff);
    border-right: 2px solid var(--color-primary, #008cff);
    border-bottom: 0;
}

.chHeaderContainer .arrowUp {
    transform: rotate(-45deg) skew(7deg, 7deg);
}

.chHeaderContainer .arrowDown {
    transform: rotate(135deg) skew(7deg, 7deg);
}
/* stylelint-disable-next-line no-descending-specificity */
.chHeaderContainer .chNavText .arrow {
    margin: 0 0 2px 2px;
    border-top: 2px solid #4a4a4a;
    border-right: 2px solid #4a4a4a;
}
/**  -- More Option --  **/
.moreOption {
    z-index: 11;
    display: none;
}

.moreItem:hover .moreOption {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    position: absolute;
    width: 219px;
    top: 40px;
    left: 0;
    animation: fadeInDown 0.3s linear;
    padding: 15px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.moreOption a {
    cursor: pointer;
    padding: 10px 30px;
    transition: all 0.2s linear;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .moreOption a:hover {
        background: #eaf5ff;
    }

.landingContainer .moreItem:hover .moreOption {
    top: 60px;
}

._MyBiz .chHeaderContainer .userInfoBoxLabel {
    background-image: linear-gradient(222deg, #ff684a, #ff4959);
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chHeaderContainer .arrow {
    border-top: 2px solid #ff664b;
    border-right: 2px solid #ff664b;
    border-bottom: 0;
}

._MyBiz .chHeaderContainer li.active .chNavText {
    background-color: #ff664b;
}

._MyBiz .chHeaderContainer .chMmtLogo img {
    max-width: 81px;
    max-height: 67px;
    object-fit: contain;
}

html[dir='ltr'] .navOnly .chHeaderContainer > .logoContainer,
.navOnly .chHeaderContainer > ul {
    display: none;
}
/**  -- Active Icons--  **/
.navOnly .active .chTravelInsurance {
    background-position: -221px -125px;
}

.navOnly .active .chFlights {
    background-position: -5px -44px;
}

.navOnly .active .chCharterFlights {
    background-position: -112px -366px;
}

.navOnly .active .chHotels {
    background-position: -62px -41.5px;
}

.navOnly .active .chVisa {
    background-position: -118px -399px;
}

.navOnly .active .chToursAttractions {
    background-position: -60px -400px;
}

.navOnly .active .chCruise {
    background-position: -215px -358.2px;
}

.navOnly .active .chForex {
    background-position: -167px -123px;
}

.navOnly .active .chExperiences {
    background-position: -0 -0;
}

.navOnly .active .chTrains {
    background-position: -156px -41px;
}

.navOnly .active .chActivities {
    background-position: -164px -72px;
}

.navOnly .active .chBuses {
    background-position: -209px -41px;
}

.navOnly .active .chGiftcards {
    background-position: -9px -203px;
}

.navOnly .active .chMore {
    background-position: -173px -373px;
}

.navOnly .active .chHolidays {
    background-position: -109px -43px;
}

.navOnly .active .chCabs {
    background-position: -110px -121px;
}

.navOnly .active .chHomestays {
    background-position: -56px -121.5px;
}
/**  -- My Biz Css --  **/
._MyBiz .navOnly .chHolidays {
    background-position: -50px 0;
    width: 52px;
    height: 42px;
}

._MyBiz .navOnly .chHomestays {
    width: 45px;
    height: 41px;
    background-position: -496px 0;
}

._MyBiz .navOnly .chForex {
    width: 30px;
    height: 36px;
    background-position: -447px 0;
}

._MyBiz .navOnly .chTravelInsurance {
    width: 25px;
    height: 36px;
    background-position: -339px 0;
}

._MyBiz .navOnly .chCabs {
    width: 48px;
    height: 40px;
    background-position: -222px 0;
}

._MyBiz .navOnly .chFlights {
    width: 48px;
    height: 41px;
    background-position: -383px -1px;
}

._MyBiz .navOnly .chVisa {
    width: 34px;
    height: 41px;
    background-position: 0 -39.5px;
}

._MyBiz .navOnly .chHotels {
    width: 36px;
    height: 42px;
    background-position: -283px 0;
}

._MyBiz .navOnly .chBuses {
    width: 42px;
    height: 41px;
    background-position: -172px 0;
}

._MyBiz .navOnly .chGiftcards {
    width: 34px;
    height: 37px;
    background-position: -611px -1px;
}

._MyBiz .navOnly .chTrains {
    width: 47px;
    height: 41px;
    background-position: -552px 0;
}

._MyBiz .navOnly .chBudgetStays {
    width: 46px;
    height: 40px;
    background-position: -117px 0;
}

._MyBiz .navOnly .chAdmin {
    background-position: -4px -157px;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .chAdmin {
    position: relative;
}

    ._MyBiz .chAdmin .mybizwarning.admin-warn {
        top: 0;
        right: -4px;
        margin: 0;
        padding: 0;
        position: absolute;
        width: 16px !important;
        height: 16px;
        background-position: -129px -151px;
        background-size: 154px 173px;
    }

._MyBiz .navOnly .chMice {
    width: 45px;
    height: 34px;
    background-position: -6px -1px;
}

._MyBiz .navOnly .chNavIcon.active {
    background-color: var(--color-primary-mybiz);
}

._MyBiz .navOnly .chNavIcon.inactive {
    background-color: var(--color-primary-mybiz-inactive);
}

._MyBiz .stickyHeader .chHeaderContainer li a.active .chNavText {
    color: var(--color-primary-mybiz);
    font-weight: 900;
}

.singleHeader._MyBiz .chHeaderContainer li a.active .chNavText {
    color: var(--color-primary-mybiz);
    font-weight: 900;
}

._MyBiz .stickyHeader .chHeaderContainer li .activeSpanDisabledCta.active .chNavText {
    color: #ff664b;
    font-weight: 900;
}

.singleHeader._MyBiz .chHeaderContainer li .activeSpanDisabledCta.active .chNavText {
    color: #ff664b;
    font-weight: 900;
}

._MyBiz .chHeaderContainer nav ul li.moreItem {
    display: flex !important;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .navOnly .chHeaderContainer li a.active .chNavText {
    color: var(--color-primary-mybiz);
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .mmtLogo img {
    max-width: 128px;
    max-height: 42px;
    object-fit: contain;
}

._MyBiz .loginType li.selected {
    background: #ff664b;
}

._MyBiz .userNameIcon {
    width: 20px;
    height: 20px;
    background-image: linear-gradient(45deg, #f38370, #ff664b);
}

.loginExp {
    width: 700px;
    height: 120px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 11px 50px 0 rgb(0 0 0 / 40%);
    background-color: #ffffff;
    position: fixed;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 1;
}

.myCircle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(45deg, #ace143, #219393);
}

.loginExp .rightInfo {
    width: 500px;
}

html[dir='ltr'] .loginExpRemove {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

html[dir='rtl'] .loginExpRemove {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

.myBigIcon {
    width: 33px;
    height: 24px;
    background-position: -54px -360px !important;
}

.removeBigIcon {
    width: 28px;
    height: 28px;
    background-position: -170px -50px !important;
}

.lhBlack {
    width: 120px;
}

.lhDBlack {
    width: 150px;
}

.lhReqPending {
    width: 90px;
    background-color: white !important;
    border-radius: 13px;
    position: relative;
}

.lhMyTrips {
    width: max-content;
    min-width: 150px;
    padding-right: 8px !important;
}

    .lhMyTrips.myBiz {
        width: max-content;
        min-width: 150px;
        padding-right: 8px !important;
        background-color: white !important;
        border-radius: 13px;
        position: relative;
    }

.myBizIntro {
    min-width: 195px;
    height: 42px;
}

.lhSupport {
    width: max-content;
    max-width: 210px;
}

.lhMyWallet {
    width: 55px;
}

.lhBizWallet {
    width: auto;
}

.lhBizWalletBg {
    background-color: rgb(255 61 0 / 45%) !important;
    mix-blend-mode: normal;
    box-shadow: 0 1px 4px rgb(0 0 0 / 20%) !important;
    border-radius: 4px;
}

.lhloginswitch {
    width: 200px;
}

.lhIntroducingBiz {
    width: 220px;
}

.lhTravelExp {
    width: 100px;
    padding: 5px !important;
    background-color: white !important;
    border-radius: 13px;
    position: relative;
}
/* .lhTravelExp::before {
      content: '';
      position: absolute;
      top: 0;
      left: -8.5px;
      height: 100%;
      border-left: 2px dotted rgba(0 0 0 / 35%);
      } */
.lhAdmin {
    width: 88px;
    padding: 5px !important;
}

.lhAdminBackColor {
    background-image: linear-gradient(90deg, #ff4959, #ff684a);
}

.userNameText {
    width: 80px;
}

.lhMyWalletBalance {
    width: auto !important;
}

.myBizSwitch {
    width: 88px;
    text-align: center;
}
/* -- Currency drop down css -- */
.currencyBox {
    width: 30px;
}

html[dir='ltr'] .currencyWrap {
    position: absolute;
    top: 40px;
    overflow: auto;
    left: -120px;
    z-index: 1;
    width: 280px;
    max-height: 400px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    border: solid #e7e7e7 1px;
}

    html[dir='ltr'] .currencyWrap::after,
    .currencyWrap::before {
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    html[dir='ltr'] .currencyWrap::after {
        border-color: rgb(255 255 255 / 0%);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px;
    }

.currencyWrap::before {
    border-color: rgb(231 231 231 / 0%);
    border-bottom-color: #e7e7e7;
    border-width: 11px;
    margin-left: -11px;
}
/* stylelint-disable-next-line no-descending-specificity */
.currencyWrap ul {
    padding: 10px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.currencyWrap li {
    display: block;
    padding: 10px 20px;
    color: #4a4a4a;
    margin-bottom: 10px;
    cursor: pointer;
}

    .currencyWrap li:hover {
        background: #eaf5ff;
    }
/* Tnc Check box css */
.tncCheckbox {
    padding-top: 10px;
}

    .tncCheckbox input[type='checkbox'] {
        display: none;
        cursor: pointer;
    }

        .tncCheckbox input[type='checkbox'] + label {
            display: flex;
            cursor: pointer;
            align-items: flex-start;
        }

    .tncCheckbox label::before {
        content: '\2713';
        border: 1px solid #979797;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
        width: 20px;
        height: 15px;
        color: transparent;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        -moz-transition: 0.2s;
        transition: 0.2s;
        margin-right: 7px;
        margin-top: 2px;
    }

    .tncCheckbox input[type='checkbox']:checked + label::before {
        background-color: var(--color-primary, #008cff);
        border-color: var(--color-primary, #008cff);
        color: #fff;
        line-height: 18px;
    }
/* TNC check box css end */
/* country select */
li.countryChange {
    height: 100%;
}

.ctrySelect {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    user-select: none;
    width: 67px;
}

    .ctrySelect .wrapper {
        width: 100%;
        justify-content: space-between;
    }

    .ctrySelect p {
        height: 100%;
    }

.ctrySelectFlag {
    width: 14px;
}

.ctrySelectText {
    color: #fff;
}

div.langSelect {
    width: max-content;
    max-width: 67px;
    padding: 0 5px;
}

html[dir='ltr'] .blueArrow::after {
    border: solid var(--color-primary, #008cff) !important;
}

html[dir='ltr'] .ctryArrow::after {
    margin-left: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    position: relative;
    top: -2px;
    right: 4px;
}

.singleHeader .ctrySelect .ctryList,
.stickyHeader .ctrySelect .ctryList {
    top: 110%;
}

html[dir='ltr'] .ctrySelect .ctryList {
    width: 106px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    overflow: auto;
    position: absolute;
    top: 110%;
    right: -10px;
    z-index: 100;
}

html[dir='ltr'] .ctryList .ctryListItem {
    padding: 14px 0 14px 18px;
    cursor: pointer;
}

    html[dir='ltr'] .ctryList .ctryListItem .countryName {
        margin-left: 12px;
    }

    html[dir='ltr'] .ctryList .ctryListItem:hover {
        background: #eaf5ff;
    }

.singleHeader .ctrySelectText,
.stickyHeader .ctrySelectText {
    color: #000;
}

    .singleHeader .ctrySelectText::after,
    .stickyHeader .ctrySelectText::after {
        border-color: var(--color-primary, #008cff);
    }

html[dir='rtl'] .chHeaderContainer h1 {
    margin-left: 25px;
    min-width: 120px;
    display: flex;
}

html[dir='rtl'] .chHeaderContainer nav ul li.mbizAdmin {
    margin-right: auto;
    margin-left: 30px;
    border-radius: 4px;
    border: solid 1px #d7d7d7;
    background-color: #ffffff;
    width: 60px;
    flex-shrink: 0;
    display: none;
}

html[dir='rtl'] .chHeaderContainer li.active::after {
    content: '';
    top: 50px;
    left: 37%;
    z-index: 1000;
    position: absolute;
    background: #fff;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) skew(7deg, 7deg);
}

html[dir='rtl'] .chHeaderContainer .chWalletIcon {
    width: 27px;
    height: 25px;
    margin-left: 5px;
}

html[dir='rtl'] .chHeaderContainer .chWalletBox {
    margin-left: 30px;
}

html[dir='rtl'] .currencyWrap {
    position: absolute;
    top: 48px;
    left: -120px;
    z-index: 1;
    width: 280px;
    height: 541px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    border: solid #e7e7e7 1px;
}

    html[dir='rtl'] .currencyWrap::after {
        border-color: rgb(255 255 255 / 0%);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-right: -10px;
    }

    html[dir='rtl'] .currencyWrap::before {
        border-color: rgb(231 231 231 / 0%);
        border-bottom-color: #e7e7e7;
        border-width: 11px;
        margin-right: -11px;
    }

html[dir='rtl'] .admin {
    width: 139px;
    height: 79px;
    border-radius: 8px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    background-color: #ffffff;
    margin-left: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

html[dir='rtl'] ._MyBiz .navOnly.staticHeader .chHeaderContainer li a.active::after {
    width: 100%;
    height: 3px;
    background: #ff664b;
    position: absolute;
    right: 0;
    bottom: -18px;
    content: '';
    border-radius: 10px;
}

html[dir='rtl'] .appfestStart .navOnly .chHeaderContainer nav ul li {
    margin-right: 10px;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .ctryList .ctryListItem {
    padding: 14px 18px 14px 0;
    cursor: pointer;
}

    html[dir='rtl'] .ctryList .ctryListItem .countryName {
        margin-right: 12px;
    }

    html[dir='rtl'] .ctryList .ctryListItem:hover {
        background: #eaf5ff;
    }

html[dir='rtl'] .blueArrow::after {
    border: solid var(--color-primary, #008cff) !important;
}

html[dir='rtl'] .ctryArrow::after {
    margin-left: 15px;
    border: solid #fff;
    border-width: 0 2px 2px 0 !important;
    display: inline-block;
    padding: 3px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    position: relative;
    top: -2px;
    right: 12px;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .chHeaderContainer .logoContainer {
    font-size: calc(var(--font-scale, 1) * 14px);
    margin-left: 25px;
    min-width: 120px;
    display: flex;
}

html[dir='rtl'] .navOnly .chHeaderContainer > .logoContainer,
.navOnly .chHeaderContainer > ul {
    display: none;
}

html[dir='rtl'] .ctrySelect .ctryList {
    width: 240px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    overflow: auto;
    position: absolute;
    top: 110%;
    left: -10px;
    z-index: 100;
}

.reduceMenuSpacing {
    margin-right: -12px !important;
    margin-left: -12px !important;
}

.navOnly .moreItem .moreWrapper {
    margin-bottom: 10px;
}

.navOnly .moreItem .itemWrapper {
    cursor: pointer;
}

    .navOnly .moreItem .itemWrapper .activeSpanDisabledCta {
        cursor: pointer;
    }

.wordWrapText {
    word-break: break-word;
}


 .bizAfterLoginSuccessToaster {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20%;
    margin: auto;
    width: 702px;
    height: 99px;
    padding: 29px;
    border-radius: 10px;
    -webkit-box-shadow: 0 11px 50px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 11px 50px 0 rgb(0 0 0 / 40%);
    background-color: #ffffff;
    z-index: 101;
}


 .bizIntroSingleHeader {
    display: flex;
    cursor: pointer;
    padding: 5px 10px;
    height: 44px;
    border-radius: 4px;
    border: 0.6px solid rgb(215 215 215 / 80%);
}


 .mobVerifiedToast {
    width: 702px;
    padding: 25px 20px 25px 40px;
    border-radius: 10px;
    box-shadow: 0 11px 50px 0 rgb(0 0 0 / 40%);
    background-color: #ffffff;
    position: fixed;
    bottom: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 101;
    display: flex;
    animation: toastAnim 0.5s linear forwards;
}

.mobVerifiedToast.switchOrg {
    bottom: 60px;
    animation: toastAnim2 0.5s linear forwards;
}

.mobVerifiedToast__content {
    flex: 1;
    padding-right: 30px;
}

.mobVerifiedToast .switchOrg-avatar {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(222.16deg, #ff684a 5.2%, #ff4959 96.35%);
    border-radius: 50%;
    margin-right: 30px;
    font-weight: 900;
    font-size: calc(var(--font-scale, 1) * 24px);
    line-height: 29px;
    text-align: center;
    color: #ffffff;
}

@keyframes toastAnim {
    0% {
        bottom: 0;
        opacity: 0;
    }

    100% {
        bottom: 200px;
        opacity: 1;
    }
}

@keyframes toastAnim2 {
    0% {
        bottom: 0;
        opacity: 0;
    }

    100% {
        bottom: 60px;
        opacity: 1;
    }
}


/* .chHeaderWrapper {
      box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.4);
      background-color: #ffffff;
      position: relative;
      z-index: 13;
      } */
.landingSprite {
    background-image: url('/img/icon/landingSprite2@3x.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 200px 700px;
    font-size: 0;
    flex-shrink: 0;
}

.userDropdown .landingSprite {
    background-image: url('/img/icon/landingSprite2@3x.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 200px 700px;
    font-size: 0;
    flex-shrink: 0;
}

.userItemMyTrips {
    width: 24px;
    height: 22px;
    background-position: -111px -166px;
}

.userItemMySupportReq {
    width: 19px;
    height: 22px;
    background-position: -110px -675px;
}

.userItemMyWallet {
    width: 24px;
    height: 18px;
    background-position: -143px -166px;
}

.userItemMMTBlack {
    width: 24px;
    height: 23px;
    background-position: -143px -194px;
}

.userItemDoubleBlack {
    width: 24px;
    height: 24px;
    background-position: -80px -194px;
}

.landingSprite.userItemSwitchOrg {
    width: 23px;
    height: 18px;
    background-position: -179px -109px;
    transform: scale(1.5);
}

.landingSprite.blackSeachIcon {
    width: 10px;
    height: 10px;
    background-position: -84px -2px;
}

.userItemMyProfile {
    width: 23px;
    height: 21px;
    background-position: -112px -197px;
}

.manageDevices {
    width: 26px;
    height: 21px;
    background-position: -72px -673px;
    margin-right: 12px;
}

.userItemMakePayment {
    width: 23px;
    height: 24px;
    background-position: -175px -194px;
}

.userItemSupport {
    width: 23px;
    height: 19px;
    background-position: -173px -165px;
}

.listYourPropertyIcon {
    width: 32px;
    height: 33px;
    background-position: -78px -517px;
}

.supportIcon {
    width: 23px;
    height: 25px;
    background-position: -174px -2px;
}

.userItemLogout {
    width: 23px;
    height: 18px;
    background-position: -182px -127px;
}

.landingSprite.userItemTransactionalIcon {
    width: 20px;
    height: 22px;
    background-position: -180px -600px;
}

.ic_travelexpense_orange {
    width: 23px;
    height: 25px;
    background-position: -142px -392px;
}

.ic_travelexpense_dark {
    width: 22px;
    height: 25px;
    background-position: -122px -392px;
}

.happayExpenseIcon {
    width: 22px;
    height: 25px;
    margin-right: 10px;
}

.icBackArrw {
    width: 16px;
    height: 16px;
    background-position: -114px -607px;
}

.smePlusIcon {
    background-position: -169px -652px;
    width: 24px;
    height: 24px;
}

.landingSprite.manageUserIc {
    width: 18px;
    height: 18px;
    background-position: -7px -677px;
}

.landingSprite.markupIc {
    width: 18px;
    height: 24px;
    background-position: -145px -673px;
}

html[dir='ltr'] .userDropdown {
    width: 348px;
    animation: fadeInDown 0.3s linear;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 14;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
}

.userItems {
    padding: 10px 20px;
    transition: all 0.2s linear;
}

    .userItems .creditlisticcrediticon {
        width: 24px;
        height: 22.5px;
        margin-right: 20px;
    }

    .userItems .mycreditblack {
        width: 81px;
    }

    .userItems .newTagIcon {
        left: 9px;
        background: linear-gradient(45deg, #43e1a8 0%, #219393 100%);
        border-radius: 10px;
        color: white;
        font-size: 10px;
        padding: 1px 8px;
        margin-left: 5px;
        font-weight: bold;
    }

    .userItems .newtagMyCredit {
        width: 27px;
        height: 13px;
        margin-left: 4px;
    }

    .userItems:hover {
        background: #eaf5ff;
    }
/* Profile Nudge Styles */
.profileNudgeContainer {
    margin: 0 0 5px 59px;
    width: fit-content;
    background: #fcedd4;
    border-radius: 8px;
}

.profileNudgeContent {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

    .profileNudgeContent:hover {
        background: #f0ebe0;
    }

    .profileNudgeContent .nudgeIcon {
        width: 15px;
        height: 14px;
        margin-right: 6px;
    }

    .profileNudgeContent .nudgeCtaIcon {
        width: 15px;
        height: 14px;
        margin-left: 6px;
    }

.profileNudgeText {
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 700;
    color: #4a4a4a;
    flex: 1;
}

.myWalletTag {
    background: #26b5a9;
    border-radius: 10px;
    padding: 2px 8px;
    text-transform: uppercase;
}

.completeTag {
    background: #f7b710;
    border-radius: 10px;
    padding: 2px 8px;
}

.userSection {
    display: flex;
}

html[dir='ltr'] .stickyHeaderPresent .userSection li {
    display: none;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='ltr'] .userSection > li {
    cursor: pointer;
    padding: 5px 10px;
    margin-left: 0 !important;
    border: dotted rgb(255 255 255 / 15%);
    border-width: 0 0 0 2px;
    background-color: transparent;
}

html[dir='ltr'] .userSection.myBiz > li {
    border: none;
}

html[dir='ltr'] .userSection > ul {
    border: dotted rgb(255 255 255 / 15%);
    border-width: 0 0 0 2px;
    background-color: transparent;
}

html[dir='ltr'] .userSection > li:first-child {
    border: none;
}

html[dir='ltr'] .userSection > ul:first-child {
    border: none;
}

html[dir='ltr'] .userSection li.lhBizWallet {
    background-color: white;
    border-radius: 13px;
    position: relative;
}

html[dir='ltr'] .userSection li.bizRtBorder {
    border: dotted rgb(255 255 255 / 15%);
    border-width: 0 2px;
    background-color: transparent;
}

html[dir='ltr'] .userSection li.lhUser.userLoggedIn {
    border-width: 0 2px;
    margin-right: 5px;
    background-image: none;
}

html[dir='ltr'] ._MyBiz .userSection li.lhUser.userLoggedIn {
    border-width: 0 0 0 2px;
    margin-right: 0;
    margin-left: 5px;
    background-color: #ffffff;
    border-radius: 13px;
    position: relative;
}

html[dir='ltr'] .userSection li.lhUser.userLoggedOut {
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
    border: 0;
    margin-right: 0;
    border-radius: 4px;
    width: 213px;
    height: 42px;
}

html[dir='ltr'] .userSection li.lhAdmin {
    border: 0;
    background-color: white;
    border-radius: 13px;
    position: relative;
}

html[dir='ltr'] .userSection li.geoSwitcher {
    border: 0;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 15%);
    padding: 0;
}

.langSlct {
    height: 100%;
    padding: 5px 10px;
}

html[dir='ltr'] .userSection li.myBizIntro {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    min-width: 195.5px;
}

html[dir='ltr'] .userSection li.myBizIntroSegmentUser {
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    background: linear-gradient(90deg, #f0772c, #f95776);
    border-radius: 4px;
}

html[dir='ltr'] .userSection li.personalIntro {
    width: 270px;
    background: #eaf5ff;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}

html[dir='ltr'] .userSection li.lhUser.userLoggedIn .platinumTire,
html[dir='ltr'] .userSection li.lhUser.userLoggedIn .goldTire {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
}

div.platinumTire {
    background: linear-gradient(299deg, #757575 56%, #bdbdbd 91%);
}

div.goldTire {
    background: linear-gradient(315deg, #ba880e, #ddb01f);
}

.blackText img.blackTierLogo {
    height: 20px;
    margin-left: 6px;
}

html[dir='ltr'] .userSection li.lhUser.userLoggedIn .userNameIcon.mmtBlackIUsr {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    background: #0f0f0f;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[dir='ltr'] .userSection li.lhUser.userLoggedIn .userNameIcon {
    background-image: linear-gradient(45deg, #219393, #ace143);
}

html[dir='ltr'] .userSection li.lhUser.myBiz::after {
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

html[dir='ltr'] .userSection li.lhUser::after {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    content: '';
    margin-top: -5px;
}

.loyaltyProgText {
    color: #efd9ab;
}

.userPerText {
    color: #c2c2c2;
    min-width: 104px;
}

.notiNo {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #eb2226;
    padding: 2px;
    border-radius: 3px;
}

.loginType {
    border-radius: 34px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 4px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .loginType li {
        background: transparent;
        box-shadow: none;
        border-radius: 20px;
    }

        .loginType li.selected {
            background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
            color: var(--color-btn-primary-text, #fff);
            margin-left: 0 !important;
        }
/* stylelint-disable-next-line no-descending-specificity */
.userNameIcon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    flex-shrink: 0;
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.landingContainer {
    width: 1200px;
    margin: 0 auto;
}

.chHeaderWrapper.navOnly nav {
    height: 100px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px 0 rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    padding: 8px 30px;
}

html[lang='ta'] .chHeaderWrapper.navOnly nav {
    height: 110px;
}

.chHeaderWrapper.stickyHeader {
    background: #fff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}

.chHeaderWrapper .admin {
    display: none;
}

.chHeaderWrapper.navOnly .admin {
    display: flex;
}

.switchLoginFlow {
    text-align: center;
    color: var(--color-primary, #008cff);
    cursor: pointer;
}

.textCenter {
    text-align: center;
}

.logEmailIcon {
    width: 25px;
    height: 25px;
    background-position: -145px -2px;
}

html[dir='ltr'] .rightArrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-primary, #008cff);
    border-left: 2px solid var(--color-primary, #008cff);
    transform: rotate(135deg);
}
/* -- Right to Left -- */
html[dir='rtl'] .rightArrow {
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-primary, #008cff);
    border-left: 2px solid var(--color-primary, #008cff);
    transform: rotate(-45deg);
}

html[dir='rtl'] .userDropdown {
    width: 334px;
    animation: fadeInDown 0.3s linear;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 14;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
}

html[dir='ltr'] ._MyBiz .userDropdown {
    border-radius: 13px;
    top: 38px;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .userSection > li {
    border: dotted rgb(255 255 255 / 15%);
    border-width: 0 2px 0 0;
    background-color: transparent;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .userSection > ul {
    border: dotted rgb(255 255 255 / 15%);
    border-width: 0 2px 0 0;
    background-color: transparent;
}

    html[dir='rtl'] .userSection > ul:first-child {
        border: none;
    }
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .userSection li.lhUser.userLoggedIn {
    border-width: 0 2px;
    margin-left: 5px;
    background-image: none;
}

html[dir='rtl'] ._MyBiz .userSection li.lhUser.userLoggedIn {
    border-width: 0 2px 0 0;
    margin-left: 0;
    margin-right: 5px;
}

html[dir='rtl'] .userSection li.lhUser.userLoggedOut {
    background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
    border: 0;
    margin-left: 0;
    border-radius: 4px;
}

html[dir='rtl'] .userSection li.geoSwitcher {
    border: 0;
    background-color: rgb(255 255 255 / 15%);
    padding: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='ltr'] .userSection li {
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .userSection li {
    cursor: pointer;
    border-radius: 4px;
    padding: 5px 10px;
}

    html[dir='rtl'] .userSection li.myBizIntro {
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    }

    html[dir='rtl'] .userSection li.myBizIntroSegmentUser {
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
        background: linear-gradient(90deg, #f0772c, #f95776);
    }

    html[dir='rtl'] .userSection li.personalIntro {
        width: 270px;
        background: #eaf5ff;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    }

    html[dir='rtl'] .userSection li.lhUser.userLoggedIn .userNameIcon {
        background-image: linear-gradient(45deg, #219393, #ace143);
    }

    html[dir='rtl'] .userSection li.lhUser::after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        content: '';
        margin-top: -5px;
    }

.smartbuydropdown {
    top: 30px !important;
}

.loginSignupWithMobileCSS {
    width: 100%;
    font-weight: 900;
    color: #008cff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.mouseChange {
    cursor: pointer;
}

.loginFooter {
    margin-top: auto;
}

.googleLoginBar {
    width: 100%;
    border-bottom: 1px #d8d8d8 solid;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;
}

.header_type_newtag {
    left: 9px;
    background: linear-gradient(45deg, #43e1a8 0%, #219393 100%);
    border-radius: 10px;
    color: white;
    font-size: 10px;
    padding: 1px 8px;
    margin-left: 5px;
    font-weight: bold;
}

.googleLoginBar > span {
    display: inline-flex;
    font-size: calc(var(--font-scale, 1) * 12px);
    color: #9b9b9b;
    font-weight: 700;
    padding: 0 10px;
    background-color: #fff;
    margin-bottom: -7px;
}

.userItems .newTagIcon > span {
    margin-top: -2px;
}


 .shimmerLoader {
    animation: shimmerAnimation 1s linear infinite forwards;
}

@keyframes shimmerAnimation {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}


 .myBizzRegisterCard {
    position: fixed;
    bottom: 30px;
    left: 30px;
    flex-grow: 0;
    padding: 16px 25px 16px 16px;
    box-shadow: 0 2px 9px 0 rgb(0 0 0 / 30%);
    border: 0.7px solid #f17532;
    border-radius: 10px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    max-width: 350px;
}

.horizantalLine {
    width: 3px;
    height: 38px;
    background-image: linear-gradient(to top, #f0772c, #f95776);
    position: absolute;
    left: 0;
    border-radius: 0 50px 50px 0;
}

.registerNowLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: 900;
}

    .registerNowLink::after {
        content: '';
        border: solid var(--color-primary, #008cff);
        border-width: 0 2px 2px 0;
        padding: 3.5px;
        transform: rotate(-45deg);
        margin-left: 5px;
    }

.modalBtnBiz {
    height: 44px;
    width: 100%;
    font-size: calc(var(--font-scale, 1) * 16px);
    font-weight: 900;
    color: #fff;
    border-radius: 4px !important;
    margin-top: 88px;
    background-image: linear-gradient(81deg, #ff7f3f 0%, #ff3e5e 100%) !important;
}

.bizInterventionCloseIcon {
    cursor: pointer;
    height: 14px;
    opacity: 0.5;
    position: absolute;
    right: 20px;
    top: 12px;
    width: 14px;
}

    .bizInterventionCloseIcon::before,
    .bizInterventionCloseIcon::after {
        position: absolute;
        left: 6px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #333;
    }

    .bizInterventionCloseIcon::before {
        transform: rotate(45deg);
    }

    .bizInterventionCloseIcon::after {
        transform: rotate(-45deg);
    }

.ic_myBizzLogo {
    width: 35px;
    height: 34px;
}


 .modalLogin ul {
    padding: 7px;
    border-radius: 51px;
    background-color: #ffffff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
}

.myBizPasswordInput input {
    border: 0 none;
    width: 75%;
    outline: none;
}

.myBizPasswordInput .modalFieldInner {
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #fac7ab;
}

.autofetch__text {
    margin-top: 10px;
}

.error__field .autofetch__text {
    margin-top: 0;
}

.modalLogin ul li {
    flex: 1;
    cursor: pointer;
    color: #4a4a4a;
    padding: 7px 14px;
    border-radius: 150px;
    font-size: calc(var(--font-scale, 1) * 15px);
    line-height: 15px;
}

    .modalLogin ul li.active {
        color: #ffffff;
        background-image: var(--color-btn-primary-bg, linear-gradient(93deg, #53b2fe, #065af3));
    }

.modalLogin input,
.modalResetPass input {
    padding: 12px;
}

.modalLogin .modalField input,
.modalLogin .modalField .modalFieldInner,
.modalResetPass .modalField .modalFieldInner,
.modalPwdSuccess .modalField .modalFieldInner {
    -webkit-appearance: none;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #9b9b9b;
}

    .modalLogin .modalField .modalFieldInner.highlight,
    .modalResetPass .modalField .modalFieldInner.highlight,
    .modalPwdSuccess .modalField .modalFieldInner.highlight {
        border: solid 1px var(--color-primary, #008cff);
    }

    .modalLogin .modalField .modalFieldInner.error,
    .modalResetPass .modalField .modalFieldInner.error,
    .modalPwdSuccess .modalField .modalFieldInner.error {
        border: solid 1px #eb2026;
    }

    .modalLogin .modalField input[type='password'],
    .modalLogin .modalField input,
    .modalResetPass .modalField input {
        border: 0 none;
        width: 75%;
        outline: none;
    }

.modalLogin .modalField.staticUsername input[type='password'],
.modalLogin .modalField.staticUsername input,
.modalResetPass .modalField.staticUsername input {
    width: 100%;
}

.modalLogin input.fullWidth,
.modalResetPass input.fullWidth {
    width: 100%;
}

.modalLogin .modalField .modalOtp,
.modalLogin .modalField .modalResetBtn,
.modalResetPass .modalResedBtn {
    text-decoration: underline;
    text-decoration-color: var(--color-primary, #fff);
}

.modalLogin .modalTnc a {
    text-decoration: underline;
    text-decoration-color: #000;
}

.modalLogin .btnContainer button,
.modalResetPass .btnContainer button,
.modalPwdSuccess .btnContainer button {
    width: 100%;
    outline: none;
    border: none;
    color: var(--color-btn-primary-text, #fff);
    font-weight: 700;
    cursor: pointer;
    padding: 12.5px 0;
    border-radius: var(--btn-border-radius, 4px);
    background-color: var(--color-btn, #008cff);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 30%);
}

.modalLogin .btnContainer.disabled button,
.modalResetPass .btnContainer.disabled button {
    background-color: #c2c2c2;
    box-shadow: none;
    opacity: 0.6;
}

.modalLogin .validity span,
.modalResetPass .validity span {
    width: 15px;
    height: 15px;
}

.unverifiedNoBox,
.unverifiedNMyBizBox {
    top: 50%;
    left: 75%;
    z-index: 1;
    width: 400px;
    display: none;
    padding: 20px;
    position: fixed;
    min-height: 475px;
    border-radius: 10px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
}

.unverifiedNMyBizBox {
    padding: 25px;
    left: calc(50% - -425px) !important;
}

    .unverifiedNoBox.active,
    .unverifiedNMyBizBox.active {
        display: block;
    }

    .unverifiedNoBox .unverifiedNoBoxInner,
    .unverifiedNMyBizBox .unverifiedNoBoxInner {
        margin-left: 40px;
        padding-top: 30px;
    }

.subIconContainer {
    margin-left: 190px;
}

.modalLogin .warningText,
.modalResetPass .warningText {
    color: #e58f13;
    padding: 10px;
    border-radius: 4px;
    background-color: #fff1dd;
}

.modalLogin .warningTextOnly,
.modalResetPass .warningTextOnly {
    color: #e58f13;
}

    .modalLogin .warningTextOnly span.popupWarningIcon,
    .modalResetPass .warningTextOnly span.popupWarningIcon {
        width: 18px;
        height: 18px;
    }

.modalLogin .warningText span.warningTextIcon,
.modalResetPass .warningText span.warningTextIcon {
    width: 20px;
    height: 20px;
}

.modalPwdSuccess .accountLinkedIcon {
    width: 58px;
    height: 65px;
}

.modalPwdSuccess .accountCreatedTitle {
    max-width: 400px;
}

.modalLogin.myBiz ul li {
    background-image: none;
    color: #4a4a4a;
}

    .modalLogin.myBiz ul li.active {
        color: white;
        border-radius: 150px;
        background-image: linear-gradient(93deg, #f0772c, #f95776);
    }

.modalLogin.myBiz a {
    color: #ff664b;
}

.modalLogin.myBiz .btnContainer button {
    background-image: linear-gradient(92deg, #f0772c, #f95776);
}

.modalLogin.myBiz .modalMain {
    padding-bottom: 0;
    /* min-height: 585px; */
}

.modalLogin.myBiz .myBizFooter {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 8.5px 55px;
    border-radius: 0 0 10px 10px;
    background-color: #ffe0db;
}

.modalLogin.myBiz .modalField .modalOtp,
.modalLogin.myBiz .modalField .modalResetBtn,
.modalResetPass.myBiz .modalResedBtn {
    text-decoration-color: #ff664b;
}

.modalLogin.myBiz .modalField .modalFieldInner.highlight,
.modalResetPass.myBiz .modalField .modalFieldInner.highlight,
.modalPwdSuccess.myBiz .modalField .modalFieldInner.highlight {
    border: solid 1px #ff664b;
}
/* stylelint-disable-next-line no-descending-specificity */
.modalLogin input,
.modalLogin textarea,
[contenteditable] {
    caret-color: var(--color-primary, #008cff);
}
/* stylelint-disable-next-line no-descending-specificity */
.modalLogin.myBiz input,
.modalLogin.myBiz textarea,
[contenteditable] {
    caret-color: #ff664b;
}

.modalLogin .socialBtnContainer div {
    width: 49%;
}

.rmCheckBox {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #9b9b9b;
}

    .rmCheckBox.active {
        background-color: var(--color-primary, #008cff);
        border-color: transparent;
        position: relative;
    }
/* stylelint-disable-next-line no-descending-specificity */
.checkBoxContainer input {
    text-indent: -999px;
}

.rmCheckBox::after {
    position: absolute;
    left: 5px;
    top: 2px;
    content: '';
    display: block;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

a.disabled {
    color: #c2c2c2;
    opacity: 0.6;
    pointer-events: none;
}

.modalLogin.myBiz.bizSignup .modalMain {
    padding-bottom: 30px;
}

.modalLogin.myBiz.switcher.myBizSwitcher .modalMain {
    padding-top: 50px;
}

.modalLogin.bizSignup ul {
    padding: 1px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.modalLogin.myBizSwitcher ul {
    padding: 7px;
    border-radius: 51px;
    background-color: #ffffff;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
}


 .accountSucessTitleContainer {
    margin-bottom: 0 !important;
    margin-top: -15px;
}

.accountSucessTitle {
    align-items: center !important;
    width: 100%;
}


 .modalCreateAccount .modalTnc {
    padding-bottom: 25px;
}

.modalCreateAccount .modalTnc a {
    text-decoration: underline;
}

.modalCreateAccount .modalVisibleBtn,
.modalLogin .modalVisibleBtn,
.modalResetPass .modalVisibleBtn {
    width: 23px !important;
    height: 15px;
    display: inline-block;
}

.modalCreateAccount #password {
    border: 0 none;
    width: 90%;
    outline: none;
}

.modalAccountSuccess .accountCreatedTitle {
    width: calc(100% - 80px);
}

.modalAccountSuccess .accountCreatedRound {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #ace143, #219393);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modalAccountSuccess .accountCreatedRound .initialText {
        display: inline-block;
    }

.modalAccountSuccess .accountCreatedIcon {
    width: 70px;
    height: 70px;
    display: inline-block;
}

.modalAccountSuccess .accountCreatedRound .headerCheckmark {
    position: relative;
    display: inline-block;
    padding: 16px;
}

    .modalAccountSuccess .accountCreatedRound .headerCheckmark::after {
        /* Add another block-level blank space */
        content: '';
        display: block;
        /* Make it a small rectangle so the border will create an L-shape */
        width: 10px;
        height: 20px;
        /* Add a white border on the bottom and left, creating that 'L' */
        border: solid #fff;
        border-width: 0 3px 3px 0;
        /* Rotate the L 45 degrees to turn it into a checkmark */
        transform: rotate(45deg);
        top: 3px;
        left: 10px;
        position: absolute;
    }

.modalAccountSuccess .accountCreatedSubTitle {
    width: calc(100% - 80px);
    display: inline-block;
}

.modalAccountSuccess .whiteSpace {
    width: 60px;
    height: 10px;
    display: inline-block;
}

.modalAccountSuccess .modalToolTip {
    padding: 1px;
    width: 18.5px;
    height: 18.5px;
    text-align: center;
    border-radius: 50%;
    color: #9b9b9b;
    cursor: pointer;
    border: 1px solid #9b9b9b;
    background-color: #fff;
}

.modalAccountSuccess .modalContainer .modalField {
    flex: 1;
}

.popup_login__earn {
    background-color: #eaf5ff;
    border-radius: 10px 10px 0 0;
    margin: -30px;
    padding: 30px 0 10px 30px;
}

.modalAccountSuccess .modalToolTip .toolTipInfo {
    display: none;
    width: 258px;
    left: -200px;
    top: 30px;
    padding: 12px;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    background-color: #249995;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
}

.modalAccountSuccess .modalToolTip:hover .toolTipInfo {
    display: block;
}

.modalAccountSuccess .modalToolTip .toolTipInfo::after {
    content: '';
    top: -6px;
    right: 42px;
    position: absolute;
    background: #249995;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg) skew(7deg, 7deg);
}


 .slider {
    overflow: hidden;
}

.slider-inner {
    display: flex;
    transition: transform 0.3s ease-out;
}

.slide {
    flex: 0 0 100%;
    max-width: 100%;
}

    .slide img {
        cursor: pointer;
    }

.dots {
    display: flex;
    justify-content: center;
    width: 100%;
}

.dot {
    width: 8px;
    height: 8px;
    padding: 0;
    margin: 4px 5px 1px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
}

    .dot.selected {
        background: var(--color-primary);
    }


 .cmn-fsw-placeholder {
    height: 720px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.cmn-fsw-emperia-placeholder {
    min-height: 630px;
}

.cmn-fsw-bottom-content-placeholder {
    min-height: 720px;
}

.cmn-fsw-lgnSgnUpCrd {
    min-height: 88px;
}

.widgetLoadingWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    position: relative;
    width: 100%;
    height: 30vh;
}

    .widgetLoadingWrapper.h50 {
        height: 50vh;
    }

    .widgetLoadingWrapper.h75 {
        height: 75vh;
    }

    .widgetLoadingWrapper.h100 {
        height: 100vh;
    }

    .widgetLoadingWrapper .widgetLoader {
        height: 2px;
        background: #dcdcdc;
        position: absolute;
        width: 100px;
        inset: 0;
        margin: auto;
    }

    .widgetLoadingWrapper .widgetLoaderMover {
        width: 100%;
        background: #008cff;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        animation: page_loader__mover 2s infinite;
    }

.desktopLoader {
    position: static;
    height: 100vh;
}

@keyframes page_loader__mover {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.seo-heading {
    text-indent: -9999px;
}


/* Download App Chicklet */
.footerContent {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Lato, sans-serif;
}

html[dir='ltr'] .footerContentLeft {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 120px;
    border-right: 1px solid #4a4a4a;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p.downloadText {
    color: #e7e7e7;
    line-height: 18px;
}

html[dir='ltr'] .footerContentRight {
    width: 440px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 120px;
}

.qrCode {
    width: 120px;
    height: 120px;
    background: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

html[dir='ltr'] .downloadBtnCont {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.downloadBtnCont a:last-child {
    margin-top: 25px;
}

.downloadBtnCont a img {
    width: 150px;
    vertical-align: top;
}

.footerGetLinkBttn {
    display: block;
    margin: 16px 0 0;
    background: none;
    border: none;
    outline: none;
    color: #7fb4fe;
    font-size: calc(var(--font-scale, 1) * 16px);
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.7px;
}

    .footerGetLinkBttn.sendAgain {
        margin: 18px 0 0;
    }

.numberContainer {
    display: flex;
    border-radius: 4px;
    border: solid 1px #9b9b9b;
    background-color: #ffffff;
    width: fit-content;
}

.innerBorder .numberContainer {
    border: none;
}

.emailField {
    width: 200px;
    height: 40px;
    outline: 0;
    padding: 0 9px;
    font-weight: 400;
    color: #292828;
    font-size: calc(var(--font-scale, 1) * 14px);
    border: none;
}

html[dir='ltr'] .downloadAppBtn {
    width: 92px;
    vertical-align: top;
    margin-left: -22px;
}

.homeTopBar {
    padding: 30px 0;
    background-color: #eaf5ff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0%;
    width: 100%;
}

.topbarLeft {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 120px;
    display: flex;
}

.topBarDownloadAppBtn {
    width: 49px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.topbarRight {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

html[dir='ltr'] .btnCloseTopbar {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-left: 25px;
}

    html[dir='ltr'] .btnCloseTopbar::before,
    html[dir='ltr'] .btnCloseTopbar::after {
        position: absolute;
        left: 15px;
        top: 9px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #9b9b9b;
    }
/* stylelint-disable-next-line no-descending-specificity */
.btnCloseTopbar::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* stylelint-disable-next-line no-descending-specificity */
.btnCloseTopbar::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html[dir='ltr'] .topbarInputBox {
    width: 240px;
    height: 40px;
    background-color: #ffffff;
    outline: 0;
    padding: 0 15px;
    font-weight: 400;
    color: #292828;
    font-size: calc(var(--font-scale, 1) * 14px);
    border: none;
    border-right: solid 1px #9b9b9b;
}
/* stylelint-disable-next-line no-descending-specificity */
.topbarInputBox:focus {
    border-color: #008cff;
}

html[dir='ltr'] .getAppLinkBtn {
    width: 136px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    border: none;
    font-size: calc(var(--font-scale, 1) * 16px);
    font-weight: 700;
    color: #008cff;
    outline: 0;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5px;
}

.getAppLinkBtn.disabled {
    color: grey;
}

.innerBorder {
    border: solid 1px #008cff;
    border-radius: 4px;
    padding: 1px;
}

.getAppLinkBtn span.btnLoader {
    border-color: #008cff;
    border-right-color: white;
}

.downloadAppToaster {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: 886px;
    padding: 29px;
    border-radius: 10px;
    -webkit-box-shadow: 0 11px 50px 0 rgb(0 0 0 / 40%);
    box-shadow: 0 11px 50px 0 rgb(0 0 0 / 40%);
    background-color: #eaf5ff;
    z-index: 1;
    font-family: Lato, sans-serif;
}

.dcHeading > p.font20 {
    font-size: calc(var(--font-scale, 1) * 21px);
}

.dcOfferText {
    line-height: 18px;
}

.dcIconClass {
    margin-right: 29px;
}

.topbarInputBox.footerInput {
    width: 220px;
    border-radius: 4px 0 0 4px;
    border: solid 1px #9b9b9b;
}

html[dir='ltr'] .ic_circularclose_grey {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #9b9b9b;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50px;
    cursor: pointer;
}

    html[dir='ltr'] .ic_circularclose_grey::before,
    html[dir='ltr'] .ic_circularclose_grey::after {
        position: absolute;
        left: 9px;
        top: 4px;
        content: ' ';
        height: 10px;
        width: 1px;
        background-color: #fff;
    }
/* stylelint-disable-next-line no-descending-specificity */
.ic_circularclose_grey::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* stylelint-disable-next-line no-descending-specificity */
.ic_circularclose_grey::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.getAppLinkBtn.emailSent {
    padding-bottom: 1px;
}

html[dir='ltr'] .getAppLinkBtn.emailSent::after {
    content: '';
    display: block;
    width: 6px;
    height: 14px;
    border: solid #008cff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    left: 32px;
    top: 8px;
}

.appendTop100 {
    margin-top: 100px;
}

html[dir='rtl'] .downloadAppBtn {
    width: 92px;
    vertical-align: top;
    margin-right: -22px;
}

html[dir='rtl'] .btnCloseTopbar {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin-right: 25px;
}

    html[dir='rtl'] .btnCloseTopbar::before,
    html[dir='rtl'] .btnCloseTopbar::after {
        position: absolute;
        right: 15px;
        top: 9px;
        content: ' ';
        height: 15px;
        width: 2px;
        background-color: #9b9b9b;
    }

html[dir='rtl'] .topbarInputBox {
    width: 280px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    border: solid 1px #9b9b9b;
    border-left: 0;
    background-color: #ffffff;
    outline: 0;
    padding: 0 9px;
    font-weight: 400;
    color: #292828;
    font-size: calc(var(--font-scale, 1) * 14px);
}

html[dir='rtl'] .getAppLinkBtn {
    width: 136px;
    height: 40px;
    border-radius: 4px 0 0 4px;
    border: solid 1px #008cff;
    font-size: calc(var(--font-scale, 1) * 16px);
    font-weight: 900;
    color: #008cff;
    outline: 0;
    cursor: pointer;
    position: relative;
    background-color: #fff;
}

html[dir='rtl'] .ic_circularclose_grey {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-color: #9b9b9b;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 50px;
    cursor: pointer;
}

    html[dir='rtl'] .ic_circularclose_grey::before,
    html[dir='rtl'] .ic_circularclose_grey::after {
        position: absolute;
        right: 9px;
        top: 4px;
        content: ' ';
        height: 10px;
        width: 1px;
        background-color: #fff;
    }

html[dir='rtl'] .getAppLinkBtn.emailSent::after {
    content: '';
    display: block;
    width: 8px;
    height: 14px;
    border: solid #008cff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    right: 32px;
    top: 11px;
}

html[dir='rtl'] .landingCardSlider .slick-slider .slick-prev {
    left: 2px;
}

html[dir='rtl'] .landingCardSlider .slick-slider .slick-next {
    left: 27px;
}
/* stylelint-disable-next-line no-descending-specificity */
.landingCardSlider .slick-slider .slick-prev {
    width: 36px;
    height: 36px;
    border-radius: 20px 0 0 20px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f1f1;
    border-right: none;
    box-shadow: -1px 0 3px 0 rgb(0 0 0 / 10%);
}
/* stylelint-disable-next-line no-descending-specificity */
.landingCardSlider .slick-slider .slick-next {
    width: 36px;
    height: 36px;
    border-radius: 0 20px 20px 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #f1f1f1;
    border-left: none;
    box-shadow: 2px 0 3px 0 rgb(0 0 0 / 10%);
}

html[dir='rtl'] .blueArrowIcon {
    background-position: -174px -86px;
    width: 24px;
    height: 10px;
    transform: rotate(-180deg);
}

html[dir='rtl'] .recentSearches li {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 10px;
    border-radius: 4px;
    margin-right: 10px;
    background: #f2f2f2;
}

html[dir='rtl'] .specialFare {
    display: flex;
    position: relative;
}

    html[dir='rtl'] .specialFare::after {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 1px;
        height: 25px;
        border-left: solid 1px #d8d8d8;
        margin-left: 5px;
    }

    html[dir='rtl'] .specialFare li {
        position: relative;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
        background-color: #ffffff;
        padding: 10px;
        text-transform: uppercase;
        margin-left: 10px;
        cursor: pointer;
    }

        html[dir='rtl'] .specialFare li.activeItem {
            background: #008cff;
            color: #fff;
        }

    html[dir='rtl'] .specialFare .specialFareTooltip {
        position: absolute;
        top: 45px;
        right: 0;
        width: 241px;
        padding: 10px;
        text-transform: none;
        -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
        box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
        z-index: 3;
        background-color: #249995;
        display: none;
        border-radius: 4px;
        font-weight: normal;
    }

    html[dir='rtl'] .specialFare li:hover .specialFareTooltip {
        display: block;
    }

html[dir='rtl'] .specialFareTooltip::after {
    bottom: 100%;
    right: 40px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(36 153 149 / 0%);
    border-bottom-color: #249995;
    border-width: 10px;
    margin-right: -10px;
}

html[dir='rtl'] .whiteArrowIcon {
    transform: rotate(180deg);
}

html[dir='rtl'] .whyBook .title::after {
    width: 30px;
    height: 80px;
    content: '';
    position: absolute;
    top: 0;
    left: -12px;
    background: #f2f2f2;
    border-radius: 50%;
}

html[dir='rtl'] .mtfCard .title::after {
    width: 40px;
    height: 80px;
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    background: #33d18f;
    border-radius: 50%;
}

html[dir='rtl'] .mtfCard .title {
    width: 380px;
    background: #33d18f;
    background-size: 97px 80px;
    border-radius: 0 6px 6px 0;
    position: relative;
    padding-right: 120px;
    background-position: right;
}

html[dir='rtl'] .hotelSuggestCard img {
    width: 100px;
    border-radius: 0 6px 6px 0;
}

html[dir='rtl'] .premiumHotels .landingCardSlider .slideItem {
    padding: 0;
    outline: none;
    margin-right: 20px;
    cursor: pointer;
    direction: rtl;
    text-align: right;
}

html[dir='rtl'] .lowFlightFare .slideItem .itemCard {
    height: 245px;
    padding: 10px;
}

html[dir='rtl'] .optionsTag {
    background: #fff;
    border-radius: 10px;
    padding: 2px 8px;
    position: relative;
    top: -10px;
    right: 65%;
    border: solid 1px #e7e7e7;
}

html[dir='rtl'] .recentHolidays .customisedTag {
    background-image: linear-gradient(257deg, #3023ae, #c86dd7);
    border-radius: 10px;
    padding: 2px 8px;
    position: absolute;
    top: 127px;
    margin-right: 10px;
}

html[dir='rtl'] .recentHolidays .durationTag {
    background: #000;
    border-radius: 10px;
    padding: 2px 8px;
    position: relative;
    top: -10px;
    right: 10px;
}

html[dir='rtl'] .footerContentLeft {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 120px;
    border-left: 1px solid #4a4a4a;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

html[dir='rtl'] .footerContentRight {
    width: 440px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-right: 120px;
}

html[dir='rtl'] .downloadBtnCont {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

html[dir='rtl'] .cardInnerInfo {
    min-height: 140px;
    padding: 0 10px;
}

html[dir='rtl'] .blueArrowBigIcon {
    background-position: -160px -86px;
    width: 40px;
    height: 10px;
    transform: rotate(180deg);
}

html[dir='rtl'] .aboutMMT .aboutDesc {
    flex: 1;
    padding-left: 30px;
}
/* End Download App Chicklet */
.msgSend {
    width: 10px;
    height: 10px;
    background: #26b5a9;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
}

.msgNotSend {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
}

.sentMsgFooter {
    width: 260px;
    height: 15px;
    font-family: var(--font-family);
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
}

.notSentMsgFooter {
    width: 260px;
    height: 15px;
    font-family: var(--font-family);
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #ffffff;
}

.sentMsg {
    width: 360px;
    height: 15px;
    font-family: var(--font-family);
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #249995;
}

.notSentMsg {
    width: 360px;
    height: 15px;
    font-family: var(--font-family);
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.3px;
    color: #eb2026;
}

.bgWhite {
    background-color: white;
}

.cntrycode__search input {
    border: none;
    outline: none;
}

.numberContainer .cntrycode__overlay {
    z-index: 10;
    top: 40px;
}
/* Remove this when drop-down needs to be enabled for country list. */
.disableDropdown {
    pointer-events: none;
    width: 60px;
    padding-left: 14px;
}

    .disableDropdown .drop-down.down {
        display: none;
    }


 :root {
    --color-primary: #008cff;
    --color-btn-primary-bg: linear-gradient(93deg, #53b2fe, #065af3);
    --color-btn-primary-text: #ffffff;
    --color-link-primary: #008cff;
    --color-slider-track: #008cff;
    --btn-border-radius: 34px;
    --color-primary-mybiz-inactive: #c2c2c2;
}


 .landingCardSlider.promos {
    margin-right: 2px;
}

.landingCard .landingCardSlider.offers .slideItem {
    padding-top: 0;
}

.landingCard.block {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .landingCard.block .ladingStateHeading {
        height: 80px;
    }

.landingCard.tripMoney .ladingStateHeading {
    height: 20px;
}

html[dir='ltr'] .landingCardSlider .slideItem .itemOfferCard {
    border-radius: 6px;
    width: 197px;
    height: 231px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    /* stylelint-disable-next-line declaration-block-no-shorthand-property-overrides */
    background: linear-gradient(90deg, #dfdddf, #efefef);
    margin: 5px 11px 5px 6px;
    padding: 0 15px 15px;
    cursor: pointer;
    background-size: 400%;
}

.ladingStateText {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #dfdddf, #efefef);
    background-size: 400%;
}

    .ladingStateText:last-of-type {
        width: 80%;
    }

html[dir='ltr'] .landingCardSlider .slideItem .itemOfferCard > p {
    margin: 0 100px;
}

html[dir='ltr'] .landingCardSlider.offers .slideItem .itemCard {
    padding-left: 10px;
    padding-right: 12px;
    margin-top: 10px;
    margin-right: 18px;
    margin-left: 2px;
}

html[dir='ltr'] .landingCard .landingCardSlider.offers .slideItem {
    padding-top: 0;
}

html[dir='ltr'] .landingCard .landingCardSlider.promos .slideItem {
    padding-top: 6px;
}

.landingCardSlider .slideItem .itemOffersThumb {
    width: 135px;
    height: 144px;
    margin-top: 10px;
}

.landingCardSlider .categTitleOffers {
    background: linear-gradient(90deg, #dfdddf, #efefef);
    border-radius: 4px;
    height: 12px;
    width: 20%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.lazyLoadingHome {
    margin-top: 264px;
    /* margin-top: 68px; */
}

.lazyLoadingCard {
    margin-top: 143px;
    /* margin-top: 20px; */
}

.offerShimmer > * {
    background: linear-gradient(90deg, #dfdddf, #efefef);
    background-size: 400%;
    border-radius: 4px;
}

.landingStateNavTag,
.landingStateNavTagPromos {
    width: 520px;
    height: 36px;
    margin: 6px 31px;
    margin-right: 0;
    margin-bottom: 10px;
}

.landingStateNavTagPromos {
    margin: 15px 0;
    width: 430px;
}

.landingStateOfferstag {
    width: 90px;
    height: 36px;
    margin: 5px 0;
    margin-bottom: 2px;
}

.landingStateViewAll {
    width: 92px;
    height: 31px;
    margin: 5px auto;
    margin-left: 309px;
    margin-bottom: 10px;
}

.landingSlickSlider,
.landingSlickSliderPromos {
    width: 66px;
    height: 36px;
    margin: 0 auto;
    margin-right: 0;
}

.landingSlickSliderPromos {
    margin-right: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.landingStateTerms,
.ladingStateText {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #dfdddf, #efefef);
    background-size: 400%;
    margin-bottom: 5px;
}

.landingStateTerms {
    width: 20%;
    margin: 0 25px;
}


 .shmrComp {
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #ebeff2 8%, #f9fafb 18%, #ebeff2 33%);
    background-size: 800px 104px;
    position: relative;
}

@keyframes shimmer {
    0% {
        background-position: 50% 0;
    }

    100% {
        background-position: -50% 0;
    }
}


 .loginSaleLoaderWrapper .sale-loadingState {
    background-color: #ffffff;
    height: 100%;
}

.loginSaleLoaderWrapper .loadingStateContent {
    background: #ffffff;
    box-shadow: 0 1px 7px rgb(0 0 0 / 20%);
    border-radius: 6px;
    padding: 40px;
    width: 386px;
    height: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


 .apToast {
    width: 320px;
    padding: 10px 15px;
    background-color: #4a4a4a;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: sticky;
    left: 50%;
    transform: translateX(-50%);
    animation: toastAnimation 0.3s ease-in-out forwards;
    z-index: 30;
}

.apToast.top-middle {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    animation: slideInFromTop 0.3s ease-in-out forwards;
}

.apToast.bottom-middle {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    animation: slideInFromBottom 0.3s ease-in-out forwards;
}

.apToast.error {
    background-color: #fcdadb;
}

.apToast img {
    height: 20px;
}

.apToast.open {
    bottom: 5px;
    opacity: 1;
}

.apToast__text {
    font-size: calc(var(--font-scale, 1) * 12px + var(--font-scale-webview));
    color: #fff;
    line-height: 23px;
}

.error .apToast__text {
    color: #960d11;
}

.apToast__cta {
    font-size: calc(var(--font-scale, 1) * 12px + var(--font-scale-webview));
    font-weight: 700;
    color: #5ddaa6;
    cursor: pointer;
    margin-left: auto;
}

.error .apToast__cta {
    color: #4a4a4a;
}

@keyframes toastAnimation {
    0% {
        bottom: -50px;
        opacity: 0;
    }

    100% {
        bottom: 5px;
        opacity: 1;
    }
}


 @charset "utf-8";
/* latin-ext */
/* -------
      // general
      //----- */
html,
body {
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    color: #4a4a4a;
    font-size: calc(var(--font-scale, 1) * 14px);
    font-family: var(--font-family);
    font-weight: 400;
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

    html[dir='ltr'] body {
        font-family: var(--font-family);
    }

        html[dir='ltr'] body .fontFamilyHeading {
            font-family: var(--font-family-heading);
        }
/* -------
      // Globals
      //----- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

a {
    color: var(--color-link-primary);
    text-decoration: none;
    cursor: pointer;
}

._aff a {
    color: var(--color-link-primary);
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

img {
    max-width: 100%;
}

button::-moz-focus-inner {
    border: 0;
}

.noPointerEvent {
    pointer-events: none;
}

.lineThrough {
    text-decoration: line-through;
}

.capText {
    text-transform: uppercase;
}

.nrlText {
    text-transform: capitalize;
}

.opacity50 {
    opacity: 0.5;
}

.alignBottom {
    vertical-align: bottom;
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
}

.truncate {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

html[dir='ltr'] .bdrRight {
    border-right: solid 1px #e7e7e7;
}

.resetTextTransform {
    text-transform: initial;
}

.strikethrough {
    position: relative;
}

    .strikethrough::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        right: 0;
        border-top: 2px solid #ff0000;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
/* -- Font Colors -- */
.blackText,
._aff .blackText {
    color: #000000;
}

.darkGreyText,
._aff .darkGreyText {
    color: #4a4a4a;
}

.greyText,
._aff .greyText {
    color: #9b9b9b;
}

.whiteText,
._aff .whiteText {
    color: #ffffff;
}

.blueText,
._aff .blueText {
    color: #008cff;
}

.liteBlueText,
._aff .liteBlueText {
    color: #a9d4f6;
}

.greenText,
._aff .greenText {
    color: #1a7971;
}

.redText,
._aff .redText {
    color: #d0021b;
}

.orangeText,
._aff .orangeText {
    color: #ff664b;
}

.lightGreyText,
._aff .lightGreyText {
    color: #747474;
}

.primaryText {
    color: #008cff;
}

._MyBiz .primaryText {
    color: #f17531;
}

.bdrBottom {
    border-bottom: solid 1px #e7e7e7;
}
/* -- In case you need to add a size -- */
.font8 {
    font-size: 8px;
    line-height: 8px;
}

.font9 {
    font-size: 9px;
    line-height: 9px;
}

.font10 {
    font-size: 10px;
    line-height: 10px;
}

.font11 {
    font-size: calc(var(--font-scale, 1) * 11px);
    line-height: 11px;
}

.font12 {
    font-size: calc(var(--font-scale, 1) * 12px);
    line-height: 12px;
}

.font13 {
    font-size: calc(var(--font-scale, 1) * 13px);
    line-height: 13px;
}

.font14 {
    font-size: calc(var(--font-scale, 1) * 14px);
    line-height: 14px;
}

.font15 {
    font-size: calc(var(--font-scale, 1) * 15px);
    line-height: 15px;
}

.font16 {
    font-size: calc(var(--font-scale, 1) * 16px);
    line-height: 16px;
}

.font18 {
    font-size: calc(var(--font-scale, 1) * 18px);
    line-height: 18px;
}

.font20 {
    font-size: calc(var(--font-scale, 1) * 20px);
    line-height: 20px;
}

.font22 {
    font-size: calc(var(--font-scale, 1) * 22px);
    line-height: 22px;
}

.font24 {
    font-size: calc(var(--font-scale, 1) * 24px);
    line-height: 24px;
}

.font26 {
    font-size: calc(var(--font-scale, 1) * 26px);
    line-height: 26px;
}

.font28 {
    font-size: calc(var(--font-scale, 1) * 28px);
    line-height: 28px;
}

.font30 {
    font-size: calc(var(--font-scale, 1) * 30px);
    line-height: 30px;
}

.font32 {
    font-size: calc(var(--font-scale, 1) * 32px);
    line-height: 32px;
}

.font36 {
    font-size: calc(var(--font-scale, 1) * 36px);
    line-height: 36px;
}
/* -- In case you need to add a Font Family -- */
.latoLight {
    font-weight: 300;
}

.latoRegular {
    font-weight: 400;
}

.latoMedium {
    font-weight: 500;
}

.latoBold {
    font-weight: 700;
}

.latoBlack {
    font-weight: 900;
}

.latoIlalic {
    font-style: italic;
}
/* -- In case you need to add LineHight -- */
.lineHeight13 {
    line-height: 13px !important;
}

.lineHeight14 {
    line-height: 14px !important;
}

.lineHeight16 {
    line-height: 16px !important;
}

.lineHeight17 {
    line-height: 17px !important;
}

.lineHeight18 {
    line-height: 18px !important;
}

.lineHeight20 {
    line-height: 20px !important;
}

.lineHeight22 {
    line-height: 22px !important;
}

.lineHeight23 {
    line-height: 23px !important;
}

.lineHeight25 {
    line-height: 25px !important;
}

.lineHeight30 {
    line-height: 30px !important;
}

.lineAuto {
    line-height: auto !important;
}
/* -- In case you need to add a color -- */
/* -- Text Colors -- */
/* -- In case you need to add an alignment -- */
html[dir='ltr'] .textLeft {
    text-align: left;
}

html[dir='ltr'] .textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.relative {
    position: relative;
}
/* -- In case you need to add a Flex -- */
.makeFlex {
    display: flex;
}

    .makeFlex .flexOne {
        flex: 1;
    }

    .makeFlex.flexWrap {
        flex-wrap: wrap;
    }

    .makeFlex.column {
        flex-direction: column;
    }

    .makeFlex.row {
        flex-direction: row;
    }

    .makeFlex.perfectCenter {
        align-items: center;
        justify-content: center;
    }

    .makeFlex.hrtlCenter {
        align-items: center;
    }

    .makeFlex.vrtlCenter {
        justify-content: center;
    }

    .makeFlex.spaceBetween {
        justify-content: space-between;
    }

    .makeFlex.spaceAround {
        justify-content: space-around;
    }

    .makeFlex.end {
        align-items: flex-end;
    }

    .makeFlex.top {
        align-items: flex-start;
    }

    .makeFlex.alignSelfEnd {
        align-self: flex-end;
    }

    .makeFlex.right {
        justify-content: flex-end;
    }

    .makeFlex.left {
        justify-content: flex-start;
    }

html[dir='ltr'] .pushRight {
    margin-left: auto;
}

html[dir='ltr'] .userSection.dotted {
    border: dotted rgb(0 0 0 / 15%);
    border-width: 0 0 0 2px;
    background-color: transparent;
}

html[dir='ltr'] .pushLeft {
    margin-right: auto;
}

.noShrink {
    flex-shrink: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.flexOne {
    flex: 1;
}

.flexTwo {
    flex: 2;
}

.inlineFlex {
    display: inline-flex;
}

.makeRelative {
    position: relative;
}
/* -- In case you need to add margin -- */
/* Top */
.appendTop2 {
    margin-top: 2px;
}

.appendTop3 {
    margin-top: 3px;
}

.appendTop5 {
    margin-top: 5px;
}

.appendTop8 {
    margin-top: 8px;
}

.appendTop9 {
    margin-top: 9px;
}

.appendTop10 {
    margin-top: 10px;
}

.appendTop12 {
    margin-top: 12px;
}

.appendTop15 {
    margin-top: 15px;
}

.appendTop16 {
    margin-top: 16px;
}

.appendTop18 {
    margin-top: 18px;
}

.appendTop20 {
    margin-top: 20px;
}

.appendTop25 {
    margin-top: 25px;
}

.appendTop30 {
    margin-top: 30px;
}

.appendTop40 {
    margin-top: 40px;
}

.appendTop50 {
    margin-top: 50px;
}

.appendTop52 {
    margin-top: 52px;
}

.appendTop60 {
    margin-top: 60px;
}

.appendTop70 {
    margin-top: 70px;
}

.appendTop80 {
    margin-top: 80px;
}

.appendTop120 {
    margin-top: 120px;
}

.appendTop-120 {
    margin-top: -120px;
}
/* Right */
html[dir='ltr'] .appendRight1 {
    margin-right: 1px;
}

html[dir='ltr'] .appendRight3 {
    margin-right: 3px;
}

html[dir='ltr'] .appendRight5 {
    margin-right: 5px;
}

html[dir='ltr'] .appendRight10 {
    margin-right: 10px;
}

html[dir='ltr'] .appendRight12 {
    margin-right: 12px;
}

html[dir='ltr'] .appendRight13 {
    margin-right: 13px;
}

html[dir='ltr'] .appendRight15 {
    margin-right: 15px;
}

html[dir='ltr'] .appendRight17 {
    margin-right: 17px;
}

html[dir='ltr'] .appendRight20 {
    margin-right: 20px;
}

html[dir='ltr'] .appendRight26 {
    margin-right: 26px;
}

html[dir='ltr'] .appendRight30 {
    margin-right: 30px;
}

html[dir='ltr'] .appendRight80 {
    margin-right: 80px;
}
/* Bottom */
.appendBottom1 {
    margin-bottom: 1px;
}

.appendBottom2 {
    margin-bottom: 2px;
}

.appendBottom3 {
    margin-bottom: 3px;
}

.appendBottom5 {
    margin-bottom: 5px;
}

.appendBottom6 {
    margin-bottom: 6px;
}

.appendBottom7 {
    margin-bottom: 7px;
}

.appendBottom8 {
    margin-bottom: 8px;
}

.appendBottom10 {
    margin-bottom: 10px;
}

.appendBottom12 {
    margin-bottom: 12px;
}

.appendBottom15 {
    margin-bottom: 15px;
}

.appendBottom18 {
    margin-bottom: 18px;
}

.appendBottom19 {
    margin-bottom: 19px;
}

.appendBottom20 {
    margin-bottom: 20px !important;
}

.appendBottom22 {
    margin-bottom: 22px;
}

.appendBottom25 {
    margin-bottom: 25px;
}

.appendBottom30 {
    margin-bottom: 30px;
}

.appendBottom35 {
    margin-bottom: 35px;
}

.appendBottom40 {
    margin-bottom: 40px !important;
}

.appendBottom50 {
    margin-bottom: 50px;
}

.appendBottom52 {
    margin-bottom: 52px;
}
/* Left */
html[dir='ltr'] .appendLeft1 {
    margin-left: 1px;
}

html[dir='ltr'] .appendLeft3 {
    margin-left: 3px;
}

html[dir='ltr'] .appendLeft5 {
    margin-left: 5px;
}

html[dir='ltr'] .appendLeft7 {
    margin-left: 7px;
}

html[dir='ltr'] .appendLeft10 {
    margin-left: 10px;
}

html[dir='ltr'] .appendLeft15 {
    margin-left: 15px;
}

html[dir='ltr'] .appendLeft18 {
    margin-left: 18px;
}

html[dir='ltr'] .appendLeft20 {
    margin-left: 20px;
}

html[dir='ltr'] .appendLeft30 {
    margin-left: 30px;
}

html[dir='ltr'] .appendLeft {
    margin-left: -6px;
}
/* -- In case you need to add padding -- */
.padding10 {
    padding: 10px;
}

.padding20 {
    padding: 20px;
}

.padding15 {
    padding: 15px;
}

.paddingLR15 {
    padding-right: 15px;
    padding-left: 15px;
}

.paddingLR20 {
    padding-right: 20px;
    padding-left: 20px;
}

.paddingLR10 {
    padding-right: 10px;
    padding-left: 10px;
}

.paddingTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.paddingTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.paddingLR12 {
    padding-left: 12px;
    padding-right: 12px;
}

.paddingB10 {
    padding-bottom: 10px;
}

.paddingB5 {
    padding-bottom: 5px;
}

.paddingB25 {
    padding-bottom: 25px;
}
/* Top */
.prependTop5 {
    padding-top: 5px;
}

.prependTop20 {
    padding-top: 20px;
}

.minHeight0 {
    min-height: 0 !important;
}
/* Right */
html[dir='ltr'] .prependRight5 {
    padding-right: 5px;
}
/* Bottom */
.prependBottom5 {
    padding-bottom: 5px;
}
/* -- Checkbox -- */
.checkmarkOuter {
    display: inline-flex;
    position: relative;
    min-height: 18px;
    flex-shrink: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='ltr'] .checkmarkOuter [type='checkbox']:checked,
[type='checkbox']:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .checkmarkOuter [type='checkbox']:not(:checked) + label,
    html[dir='ltr'] .checkmarkOuter [type='checkbox']:checked + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 22px;
        display: inline-flex;
    }
        /* stylelint-disable-next-line no-descending-specificity */
        .checkmarkOuter [type='checkbox']:not(:checked) + label::before,
        html[dir='ltr'] .checkmarkOuter [type='checkbox']:checked + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #9b9b9b;
            border-radius: 2px;
            background: #fff;
        }

        html[dir='ltr'] .checkmarkOuter [type='checkbox']:checked + label::before {
            border: 1px solid var(--color-link-primary);
            content: '';
            width: 18px;
            height: 18px;
            background: var(--color-link-primary);
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        html[dir='ltr'] .checkmarkOuter [type='checkbox']:checked + label::after {
            position: absolute;
            left: 6px;
            top: 3px;
            content: '';
            display: block;
            width: 6px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }
/* -- Radio Box -- */
.radioOuter {
    display: inline-flex;
    position: relative;
}

html[dir='ltr'] .radioOuter [type='radio']:checked,
html[dir='ltr'] .radioOuter [type='radio']:not(:checked) {
    position: absolute;
    left: -9999px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .radioOuter [type='radio']:not(:checked) + label,
    html[dir='ltr'] .radioOuter [type='radio']:checked + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-flex;
    }

        html[dir='ltr'] .radioOuter [type='radio']:checked + label::before,
        html[dir='ltr'] .radioOuter [type='radio']:not(:checked) + label::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #9b9b9b;
            border-radius: 100%;
            background: #fff;
        }
/* stylelint-disable-next-line no-descending-specificity */
.radioOuter [type='radio']:checked + label::before {
    border: 1px solid var(--color-link-primary);
}

html[dir='ltr'] .radioOuter [type='radio']:checked + label::after,
html[dir='ltr'] .radioOuter [type='radio']:not(:checked) + label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-link-primary);
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* stylelint-disable-next-line no-descending-specificity */
.radioOuter [type='radio']:not(:checked) + label::after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
/* stylelint-disable-next-line no-descending-specificity */
.radioOuter [type='radio']:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* -- Radio Box Checkbox Style -- */
.chkBox {
    width: 18px;
    height: 18px;
    border: 1px solid #9b9b9b;
    border-radius: 2px;
    background: #fff;
    position: relative;
}

html[dir='ltr'] .selected .chkBox::before {
    border: 1px solid var(--color-link-primary);
    content: '';
    width: 18px;
    height: 18px;
    background: var(--color-link-primary);
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

html[dir='ltr'] .selected .chkBox::after {
    position: absolute;
    left: 5px;
    top: 2px;
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/* --- Buttons -- */
.primaryBtn {
    border-radius: 34px;
    background: var(--color-btn-primary-bg);
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
    display: inline-block;
    flex-shrink: 0;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    border: 0;
    text-align: center;
}

._aff .primaryBtn {
    background: var(--color-btn-primary-bg);
    color: var(--color-btn-primary-text);
    border-radius: var(--btn-border-radius);
}

a.primaryBtn {
    color: #fff;
}

.primaryBtn.btnSmall {
    font-size: 10px;
    padding: 7px 15px;
}
/* -- In case you need to add an animation -- */
.animated {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideUpEffect {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
/* -- In case you need to change cursor type -- */
.cursorPointer {
    cursor: pointer;
}
/* -- In case you need to hide element -- */
.noSelection {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}

.hsw_autocomplePopup {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    width: 316px;
    position: absolute;
    left: 0;
    top: 23px;
    min-height: 316px;
    overflow: hidden;
    z-index: 999999;
}

.widgetSection .hsw_autocomplePopup {
    top: 35px;
}
/* -- Right to Left -- */
html[dir='rtl'] .textLeft {
    text-align: right;
}

html[dir='rtl'] .textRight {
    text-align: left;
}

html[dir='rtl'] .bdrRight {
    border-left: solid 1px #e7e7e7;
}

html[dir='rtl'] .pushRight {
    margin-right: auto;
}

html[dir='rtl'] .pushLeft {
    margin-left: auto;
}

html[dir='rtl'] .appendRight3 {
    margin-left: 3px;
}

html[dir='rtl'] .appendRight5 {
    margin-left: 5px;
}

html[dir='rtl'] .appendRight10 {
    margin-left: 10px;
}

html[dir='rtl'] .appendRight12 {
    margin-left: 12px;
}

html[dir='rtl'] .appendRight15 {
    margin-left: 15px;
}

html[dir='rtl'] .appendRight17 {
    margin-left: 17px;
}

html[dir='rtl'] .appendRight20 {
    margin-left: 20px;
}

html[dir='rtl'] .appendRight26 {
    margin-left: 26px;
}

html[dir='rtl'] .appendRight30 {
    margin-left: 30px;
}

html[dir='rtl'] .appendRight80 {
    margin-left: 80px;
}

html[dir='rtl'] .appendLeft1 {
    margin-right: 1px;
}

html[dir='rtl'] .appendLeft3 {
    margin-right: 3px;
}

html[dir='rtl'] .appendLeft5 {
    margin-right: 5px;
}

html[dir='rtl'] .appendLeft7 {
    margin-right: 7px;
}

html[dir='rtl'] .appendLeft10 {
    margin-right: 10px;
}

html[dir='rtl'] .appendLeft15 {
    margin-right: 15px;
}

html[dir='rtl'] .appendLeft18 {
    margin-right: 18px;
}

html[dir='rtl'] .appendLeft20 {
    margin-right: 20px;
}

html[dir='rtl'] .appendLeft30 {
    margin-right: 30px;
}

html[dir='rtl'] .prependRight5 {
    padding-left: 5px;
}

.bluePrimarybtn {
    outline: 0;
    border: 0;
    opacity: 0.9;
    display: inline-block;
    background-image: var(--btn-primary-bg);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

    .bluePrimarybtn:hover {
        opacity: 1;
    }

.react-autosuggest__suggestion--highlighted {
    background-color: #efefef;
}

.fullWidth {
    width: 100%;
}

.hidden {
    display: none;
}

.zindex15 {
    z-index: 15 !important;
}

.zindex14 {
    z-index: 14 !important;
}

.hsw_sectionTitle {
    text-transform: uppercase;
    padding: 10px;
}

.inlineB {
    display: inline-block;
}

.appendBottom13 {
    margin-bottom: 13px;
}

.cl_disabled {
    opacity: 0.7;
}

.width60 {
    width: 60px;
}

.pageErrorWrapper {
    width: 258px;
    margin: auto;
    text-align: center;
    height: calc(100vh - 100px);
}

    .pageErrorWrapper .backBtn {
        position: fixed;
        bottom: 10px;
        width: calc(100% - 20px);
        left: 10px;
    }

.pushBottom {
    margin-top: auto;
}

.smrtBuyWrap {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    border-radius: 8px;
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
}

.smrtByBlDesk {
    width: 95px;
    height: 26px;
    overflow: hidden;
}

html[dir='rtl'] body {
    font-family: Almarai, sans-serif;
}

html[dir='rtl'] input[type='text'] {
    direction: ltr;
    text-align: right;
    font-family: Almarai, sans-serif;
}

    html[dir='rtl'] input[type='text'][dir='rtl'] {
        direction: rtl;
    }

html[dir='rtl'] button {
    font-family: Almarai, sans-serif;
}

html[dir='rtl'] .radioOuter [type='radio']:checked,
html[dir='rtl'] .radioOuter [type='radio']:not(:checked) {
    position: absolute;
    right: -9999px;
}

    html[dir='rtl'] .radioOuter [type='radio']:checked + label,
    html[dir='rtl'] .radioOuter [type='radio']:not(:checked) + label {
        position: relative;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-flex;
    }

        html[dir='rtl'] .radioOuter [type='radio']:checked + label::before,
        html[dir='rtl'] .radioOuter [type='radio']:not(:checked) + label::before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #9b9b9b;
            border-radius: 100%;
            background: #fff;
        }

        html[dir='rtl'] .radioOuter [type='radio']:checked + label::after,
        html[dir='rtl'] .radioOuter [type='radio']:not(:checked) + label::after {
            content: '';
            width: 12px;
            height: 12px;
            background: var(--color-link-primary);
            position: absolute;
            top: 3px;
            right: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

.allCardsHeader {
    font-size: calc(var(--font-scale, 1) * 32px) !important;
    color: black !important;
    font-weight: 900 !important;
}

.smoothenFont {
    -webkit-font-smoothing: antialiased;
}

.capitalize {
    text-transform: capitalize;
}

.lato {
    font-family: var(--font-family);
}


/**  -- Sprite -- */
.landingSprite {
    background-image: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/landingSprite@28x.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 200px 700px;
    font-size: 0;
    flex-shrink: 0;
}

.landingSprite2 {
    background-image: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/landingSprite2@3x.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 200px 700px;
    font-size: 0;
    flex-shrink: 0;
}

.landingSpriteMyBiz {
    background: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/landingSpriteMyBiz@3x.png') no-repeat;
    display: inline-block;
    background-size: 200px 700px;
    font-size: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

    .landingSpriteMyBiz.icInfo {
        background-position: -58px -558px;
        width: 13px;
        height: 13px;
    }

.mmtDoubleBlackIcon {
    width: 21px;
    height: 21px;
    background-position: -170px -30px;
}

.mmtBlackIcon {
    width: 24px;
    height: 24px;
    background-position: -144px -31px;
}

.myTripsIcon {
    width: 18px;
    height: 25px;
    background-position: -121px -30px;
}

.signInByMailIcon {
    width: 40px;
    height: 40px;
    background-position: -2px -1px;
}

.listYourPropertyIcon {
    width: 32px;
    height: 33px;
    background-position: -78px -517px;
}

.supportIcon {
    width: 23px;
    height: 25px;
    background-position: -174px -2px;
}

.walletBlanceIcon {
    width: 25px;
    height: 25px;
    background-position: -145px -2px;
}

.bellIcon {
    width: 20px;
    height: 25px;
    background-position: -122px -2px;
}

.whiteDownArrowIcon {
    width: 10px;
    height: 6px;
    background-position: -85px -33px;
}

.moreArrowIcon {
    width: 10px;
    height: 6px;
    background-position: -85px -24px;
}

.moreArrowBlueIcon {
    width: 10px;
    height: 6px;
    background-position: -85px -15px;
}

.errorCloseIcon {
    width: 16px;
    height: 16px;
    background-position: -68px -12px;
}

.errorIcon {
    width: 16px;
    height: 16px;
    background-position: -1px -432px;
}

.commonRemoveIcon {
    width: 28px;
    height: 28px;
    background-position: -170px -56px !important;
}

.removeBigIcon {
    width: 28px;
    height: 28px;
    background-position: -170px -55px !important;
}

.landingSprite.icCircleStar {
    width: 17px;
    height: 17px;
    background-position: -121px -581px;
}

.landingSprite.icSearchWhite {
    background-position: -142px -584px;
    width: 11px;
    height: 12px;
}

.landingSprite.icFlowerRed {
    width: 11px;
    height: 10px;
    background-position: -106px -583px;
}

.landingSprite.icTringleInfo {
    width: 16px;
    height: 16px;
    background-position: -1px -433px;
}

html[dir='ltr'] .swipCircle {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-left: -22px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
    z-index: 1;
    cursor: pointer;
}

.myIcon {
    width: 15px;
    height: 12px;
    background-position: -184px -150px;
}

.myBigIcon {
    width: 33px;
    height: 24px;
    background-position: -54px -399px !important;
}

.swipIcon {
    width: 15px;
    height: 11px;
    background-position: -149px -111px;
}

.returnCross {
    width: 20px;
    height: 20px;
    background-position: -145px -59px;
}

.loginExpRemove {
    width: 20px;
    height: 20px;
    background-position: -145px -59px !important;
}

.loginExpRemoveCosmos {
    background-position: -145px -59px !important;
}

html[dir='ltr'] .blueArrowIcon {
    background-position: -174px -86px;
    width: 24px;
    height: 10px;
}

html[dir='ltr'] .whiteArrowIcon {
    background-position: -155px -96px;
    width: 19px;
    height: 15px;
}

html[dir='ltr'] .blueArrowBigIcon {
    background-position: -160px -86px;
    width: 40px;
    height: 10px;
}

.blueRoundTripIcon {
    background-position: -46px -480px;
    width: 16px;
    height: 10px;
}

html[dir='ltr'] .blueOnewayArrowIcon {
    background-position: -48px -495px;
    width: 10px;
    height: 8px;
}

.greyArrowIcon {
    background-position: -166px -112px;
    width: 16px;
    height: 10px;
}

.greyRoundTripIcon {
    background-position: -181px -112px;
    width: 16px;
    height: 10px;
}

.whyBookSeatIcon {
    width: 19px;
    height: 25px;
    background-position: -43px -199px;
}

.whyBookOffersIcon {
    width: 26px;
    height: 16px;
    background-position: -40px -240px;
}

.whyBookLowestIcon {
    width: 30px;
    height: 27px;
    background-position: -75px -166px;
}

.userItemMyTrips {
    width: 24px;
    height: 22px;
    background-position: -111px -166px;
}

.userItemMySupportReq {
    width: 19px;
    height: 22px;
    background-position: -110px -675px;
}

.userItemMyWallet {
    width: 24px;
    height: 18px;
    background-position: -143px -166px;
}

.userItemMMTBlack {
    width: 24px;
    height: 23px;
    background-position: -143px -194px;
}

.userItemDoubleBlack {
    width: 24px;
    height: 24px;
    background-position: -80px -194px;
}

.userItemMyProfile {
    width: 23px;
    height: 21px;
    background-position: -112px -197px;
}

.userItemMakePayment {
    width: 23px;
    height: 24px;
    background-position: -175px -194px;
}

.userItemSupport {
    width: 23px;
    height: 19px;
    background-position: -173px -165px;
}

.userItemLogout {
    width: 23px;
    height: 18px;
    background-position: -182px -127px;
}

.userItemTransactionalIcon {
    width: 20px;
    height: 20px;
    background-position: -180px -600px;
}

.myBizIcon {
    width: 44px;
    height: 22px;
    background-position: -82px -227px;
}

.myTripDleBlkIcon {
    width: 16px;
    height: 17px;
    background-position: -122px -58px;
}

.addOnIcon {
    width: 16px;
    height: 16px;
    background-position: -102px -98px;
}

.webCheckIcon {
    width: 9px;
    height: 16px;
    background-position: -146px -79px;
}

.emailIcon {
    width: 9px;
    height: 16px;
    background-position: -146px -79px;
}

.printIcon {
    width: 17px;
    height: 16px;
    background-position: -122px -79px;
}

.modifyIcon {
    width: 14px;
    height: 16px;
    background-position: -84px -79px;
}

.myTripFlightIcon {
    width: 16px;
    height: 16px;
    background-position: -131px -224px;
}

.getDirIcon {
    width: 16px;
    height: 16px;
    background-position: -83px -96px;
}

.myTripHotelIcon {
    width: 17px;
    height: 17px;
    background-position: -169px -224px;
}

.myTripBusIcon {
    width: 17px;
    height: 17px;
    background-position: -150px -224px;
}

.mmtAssIcon {
    width: 80px;
    height: 20px;
    background-position: -81px -253px;
}

.myTripAdultIcon {
    width: 14px;
    height: 14px;
    background-position: -174px -247px;
}

.myTripSeatIcon {
    width: 12px;
    height: 14px;
    background-position: -160px -245px;
}

.myTripRoomIcon {
    width: 10px;
    height: 14px;
    background-position: -191px -245px;
}

.busTrackingIcon {
    width: 14px;
    height: 16px;
    background-position: -82px -61px;
}

.zeroCancelLogo {
    width: 21px;
    height: 28px;
    background-position: -2px -298px;
}

.handGestureZero {
    width: 80px;
    height: 40px;
    background-position: -39px -350px;
}

.mmtPromiseLogo {
    width: 21px;
    height: 28px;
    background-position: -2px -330px;
}

.handGesturePromise {
    width: 80px;
    height: 40px;
    background-position: -39px -299px;
}

.addOnIcons {
    width: 123px;
    height: 28px;
    background-position: -85px -275px;
}

.handGestureAddon {
    width: 80px;
    height: 40px;
    background-position: -120px -346px;
}

.bnplIcons {
    width: 26px;
    height: 33px;
    background-position: -2px -360px;
}

.handGestureBnpl {
    width: 80px;
    height: 40px;
    background-position: -120px -305px;
}

.bpglIcons {
    width: 26px;
    height: 33px;
    background-position: -2px -396px;
}

.handGestureBpg {
    width: 80px;
    height: 40px;
    background-position: -120px -392px;
}

.oneWayIcon {
    width: 22px;
    height: 20px;
    background-position: -74px -40px;
}

.heartIcon {
    width: 24px;
    height: 19px;
    background-position: -28px -400px;
}

.fareDownIcon {
    width: 9px;
    height: 10px;
    background-position: -75px -1px;
}

.fareCalIcon {
    width: 13px;
    height: 14px;
    background-position: -24px -298px;
}

.footerMyIcon {
    width: 20px;
    height: 21px;
    background-position: -98px -28px;
}

.proOfferIcon {
    width: 20px;
    height: 21px;
    background-position: -98px -2px;
}

.aboutSiteIcon {
    width: 20px;
    height: 21px;
    background-position: -98px -54px;
}

.partnerProgIcon {
    width: 20px;
    height: 21px;
    background-position: -98px -76px;
}

.twiiterIcon {
    width: 36px;
    height: 37px;
    background-position: -120px -52px;
}

.instagramIcon {
    width: 47px;
    height: 46px;
    background-position: -63px -50px;
}

.linkedinIcon {
    width: 44px;
    height: 45px;
    background-position: -8px -51px;
}

.facebookIcon {
    width: 20px;
    height: 42px;
    background-position: -166px -48px;
}

.googlePlusIcon {
    width: 41px;
    height: 27px;
    background-position: -117px -130px;
}

.scrollSWIcon {
    width: 18px;
    height: 18px;
    background-position: -43px -39px;
}

    .scrollSWIcon.active {
        background-position: -43px -6px;
    }

.scrollOfferIcon {
    width: 18px;
    height: 18px;
    background-position: -9px -240px;
}

    .scrollOfferIcon.active {
        background-position: -9px -206px;
    }

.scrollPromoIcon {
    width: 14px;
    height: 16px;
    background-position: -7px -455px;
}

    .scrollPromoIcon.active {
        background-position: -36px -455px;
    }

.scrollTripsIcon {
    width: 21px;
    height: 13px;
    background-position: -8px -108px;
}

    .scrollTripsIcon.active {
        background-position: -8px -74px;
    }

.scrolHotelIcon {
    width: 22px;
    height: 21px;
    background-position: -42px -168px;
}

    .scrolHotelIcon.active {
        background-position: -42px -137px;
    }

.scrolHolidayTrendingIcon {
    width: 22px;
    height: 21px;
    background-position: -38px -530px;
}

    .scrolHolidayTrendingIcon.active {
        background-position: -38px -509px;
    }

.scrolHolidayRecentIcon {
    width: 22px;
    height: 21px;
    background-position: -59px -530px;
}

    .scrolHolidayRecentIcon.active {
        background-position: -59px -510px;
    }

.scrollFlightIcon {
    width: 23px;
    height: 13px;
    background-position: -7px -40px;
}

    .scrollFlightIcon.active {
        background-position: -7px -10px;
    }

.pendingRqstIcon {
    width: 34px;
    height: 34px;
    background-position: -50px -416px;
}

.travelRqstIcon {
    width: 41px;
    height: 20px;
    background-position: -54px -395px;
}

.upcomingTripsIcon {
    width: 29px;
    height: 35px;
    background-position: -87px -415px;
}

.chatIcon {
    width: 29px;
    height: 27px;
    background-position: -89px -393px;
}

.groupBookingImg {
    width: 102px;
    height: 45px;
    background-position: 0 -556px;
}

.scrollSWIcon,
.scrollOfferIcon,
.scrollTripsIcon,
.scrolHotelIcon,
.scrollFlightIcon {
    transition: all 0.3s linear;
}
/**  -- Landing Css --  **/
.mmtLogo img {
    height: 38px;
    max-width: 155px;
    max-height: 49px;
}

.landingContainer {
    width: 1200px;
    margin: 0 auto;
}

.topSection {
    display: flex;
    flex-direction: column;
    position: relative;
}

.stickyHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    animation: slideInDown 0.2s linear;
    z-index: 14;
}

    .stickyHeader .moreItem:hover .moreOption {
        top: 45px;
        left: -10px;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgb(0 0 0 / 60%);
}

.displayBlock {
    display: block;
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.notiDropdown {
    width: 348px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 14;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
}

    .notiDropdown img {
        border-radius: 4px;
    }

.dropDownInner {
    overflow: auto;
    height: auto;
}

    .dropDownInner .notiTile {
        background: #fffad4;
    }

.notiImg img {
    width: 24px;
    border-radius: 2px;
}

.userItems {
    padding: 10px 20px;
    transition: all 0.2s linear;
}

    .userItems:hover {
        background: #eaf5ff;
    }

.myWalletTag {
    background: #26b5a9;
    border-radius: 10px;
    padding: 2px 8px;
    text-transform: uppercase;
}

.completeTag {
    background: #f7b710;
    border-radius: 10px;
    padding: 2px 8px;
}

.userSection {
    display: flex;
    gap: 6px;
}

html[dir='ltr'] .userSection li {
    cursor: pointer;
    margin-left: 5px;
    padding: 5px 10px;
}

.html[dir='ltr'] .userSection li.myBizIntro {
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}

html[dir='ltr'] .userSection li.personalIntro {
    width: 270px;
    background: #eaf5ff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
}

.loyaltyProgText {
    color: #efd9ab;
}

.userPerText {
    color: #c2c2c2;
}

.notiNo {
    position: absolute;
    top: 6px;
    right: 6px;
    background: #eb2226;
    padding: 2px;
    border-radius: 3px;
}

.loginType {
    border-radius: 34px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 4px;
    margin-right: -9px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .loginType li {
        background: transparent;
        box-shadow: none;
    }

        .loginType li.selected {
            background-image: linear-gradient(94deg, #53b2fe, #065af3);
            border-radius: 20px;
            color: #fff;
            margin-left: 0;
        }

.userNameIcon {
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
/**  -- Widget Css --  **/
.widgetSection {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    border-radius: 8px;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    padding: 65px 20px 0;
}

.ae .widgetSection {
    padding: 69px 20px 0;
}

.fltWidgetSection.widgetSection {
    box-shadow: none;
    padding: 65px 20px 0;
}

.rtPersWidget {
    z-index: unset;
}

._aff .widgetSection {
    padding: 0 20px;
}

.widgetSection h1 {
    font-size: calc(var(--font-scale, 1) * 14px);
    text-align: center;
}

.recentSearches {
    display: flex;
}

html[dir='ltr'] .recentSearches li {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 10px;
    border-radius: 4px;
    margin-left: 10px;
    background: #f2f2f2;
}

.widgetSection .widgetSearchBtn {
    width: 216px;
    padding: 10px;
    margin-bottom: -32px;
    opacity: 1;
}

@supports (-moz-appearance: none) {
    .widgetSection .widgetSearchBtn {
        width: 216px;
        padding: 13px 10px 10px;
        margin-bottom: -32px;
    }
}

.widgetSearchBtnMultiCity {
    margin-bottom: -20px !important;
}
/* .widgetOpen .widgetSearchBtn{pointer-events: none;} */
/* background-image: linear-gradient(96deg, #c2c2c2, #c2c2c2); */
.errorSection {
    width: auto;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
    z-index: 1;
    background-color: #ffd3d4;
    position: absolute;
    top: 94%;
    left: 0;
    border-radius: 4px;
    padding: 4px 8px;
}

.errorSectionTraveller {
    width: 220px !important;
}
/* .disableSearch{pointer-events: none !important;} */
/* .disableBlock{pointer-events: none !important;} */
.errorSection::after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(136 183 213 / 0%);
    border-bottom-color: #ffd3d4;
    border-width: 8px;
    margin-left: -24px;
}

.errorMsgText {
    width: auto;
    font-size: calc(var(--font-scale, 1) * 13px);
}
/**  --  Wallet Banner Css --  **/
.bannerCarousel {
    margin-top: -35px;
}

.walletBanner,
.whyBook {
    border-radius: 6px;
    min-height: 80px;
    box-shadow: 0 4px 30px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
}

.walletBanner {
    padding: 16px 40px;
}

    .walletBanner .walletBlanceIcon,
    .slideItem .walletBlanceIcon {
        background-size: 300px 700px;
        background-position: -217px -1px;
        width: 40px;
        height: 40px;
    }

.whyBook .title {
    width: 310px;
    padding: 20px;
    background: #f2f2f2;
    border-radius: 6px 0 0 6px;
    position: relative;
    margin-bottom: 0;
}

html[dir='ltr'] .whyBook .title::after {
    width: 30px;
    height: 80px;
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    background: #f2f2f2;
    border-radius: 50%;
}

.whyBook .items {
    width: 25%;
}

main {
    display: flex;
    flex-direction: column;
    min-height: 100px;
}

.alertTile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 10px 0;
    border-top: solid 1px #6a633f;
    border-bottom: solid 1px #6a633f;
}

.pinkStrip {
    background: #ffd3d4;
}

.greenStrip {
    background: #c1f1dd;
}

.yellowStrip {
    background: #ffea87;
}

.landingCard {
    border-radius: 10px;
    box-shadow: 0 3px 30px 0 rgb(0 0 0 / 10%);
    background-color: #ffffff;
    padding: 25px 40px 40px;
}

    .landingCard h2 {
        font-size: calc(var(--font-scale, 1) * 42px);
    }

.superOffersTab {
    border-bottom: solid 1px #c6c6c6;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .superOffersTab li {
        padding: 5px;
        margin-right: 20px;
        border-bottom: solid 3px #fff;
        transition: all 0.2s linear;
        position: relative;
    }
        /* stylelint-disable-next-line no-descending-specificity */
        .superOffersTab li:last-of-type {
            margin-right: 0;
        }

        .superOffersTab li.active {
            border-bottom: solid 3px var(--color-link-primary);
        }

            .superOffersTab li.active a {
                color: var(--color-link-primary);
            }

#Offers .itemCard {
    min-height: 170px;
}
/**  -- Tertiary Css --  **/
.ternaryCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ternaryCard {
    border-radius: 10px;
    height: 83px;
    width: 1010px;
    padding: 25px 40px 40px;
}
/**  -- More Option --  **/
/**  --
      .superOffersTab .moreOption{ display:none;}
      .superOffersTab .moreItem:hover .moreOption{ display: flex; flex-direction: column; border-radius: 4px;
      box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2); background-color: #ffffff; position: absolute; z-index: 1;
      width:219px; top:30px; left:0; animation: fadeInDown 0.3s linear; padding: 15px 0;}
      .superOffersTab .moreOption p{text-transform: none;}
      .superOffersTab .arrow {display: inline-block; width: 5px; height: 5px; padding: 2px; margin: 0 0 3px 2px;
      border-top: 2px solid #4a4a4a; border-right: 2px solid #4a4a4a;}
      .superOffersTab .arrowUp {transform: rotate(-45deg) skew(7deg, 7deg);}
      .superOffersTab .arrowDown {transform: rotate(135deg) skew(7deg, 7deg);}
      -- */
.superOffersTab .moreSuperOption {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    position: absolute;
    z-index: 1;
    width: 219px;
    top: 30px;
    left: 0;
    padding: 15px 0;
}

    .superOffersTab .moreSuperOption p {
        text-transform: none;
        cursor: pointer;
        padding: 10px 30px;
    }

        .superOffersTab .moreSuperOption p:hover {
            background: #eaf5ff;
        }

        .superOffersTab .moreSuperOption p.selected {
            background: #eaf5ff;
        }

.superOffersTab .arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    padding: 3px;
    margin: 0 0 3px 2px;
    border-top: 2px solid #4a4a4a;
    border-right: 2px solid #4a4a4a;
}

.superOffersTab .arrowUp {
    transform: rotate(-45deg) skew(3deg, 3deg);
}

.superOffersTab .arrowDown {
    transform: rotate(135deg) skew(3deg, 3deg);
}

.landingCardSlider {
    margin-right: -40px;
}

.landingCard .landingCardSlider .slideItem {
    padding: 40px 20px 10px 0;
    border: none;
    outline: none;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='ltr'] .landingCardSlider .slideItem .itemCard {
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    margin: 5px 10px 5px 2px;
    padding: 0 15px 15px;
    cursor: pointer;
}

.landingCardSlider .slideItem .itemThumb {
    width: 120px;
    margin-top: -20px;
}

.comingSoonCard img,
.youKnowCard img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.mmtLogo.SA img {
    height: unset;
    width: 122px;
    max-height: unset;
}

.slideItem .itemThumb img {
    border-radius: 6px;
}

.landingCardSlider .slideItem .itemDesc {
    width: 290px;
}

.validTag {
    width: 136px;
    height: 25px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 20px;
}

.landingCardSlider .slick-slider button {
    position: absolute;
    top: -45px;
    width: 40px;
    height: 40px;
    background: transparent;
    box-shadow: none;
    font-size: 0;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 0;
    border-color: #f1f1f1 !important;
}

html[dir='ltr'] .landingCardSlider .slick-slider .slick-prev {
    right: 69px;
    border: solid 1px;
}

html[dir='ltr'] .landingCardSlider .slick-slider .slick-next {
    right: 33px;
    border: solid 1px;
}

.landingCardSlider .categTitle {
    margin-top: -20px;
}

.landingCardSlider .offerTag {
    width: 85px;
    height: 21px;
    padding: 5px 8px;
    border-radius: 13.5px;
    background-image: linear-gradient(256deg, #3a7bd5, #00d2ff);
    color: #ffffff;
    margin: -3px 0 0 10px;
}

.redBdr {
    width: 33px;
    height: 1px;
    background: #eb2026;
    display: flex;
}

.cardInnerInfo {
    min-height: 140px;
}

.madeFor {
    background: #c1f1dd;
    border-radius: 0 0 4px 4px;
    max-width: 390px;
    margin: -5px 0 0 20px;
    position: relative;
    z-index: -1;
    padding: 8px 0;
}

.slideArrow {
    width: 63px;
    height: 30px;
    border-radius: 20px;
    display: flex;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
}

.landingCardSlider .slick-next::before,
.landingCardSlider .slick-prev::before {
    border: solid var(--color-slider-track);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    right: 0;
    top: 0;
    content: '';
}

.landingCardSlider .slick-prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    right: 0;
    top: 0;
    content: '';
}

.landingCardSlider .slick-disabled.slick-next::before,
.landingCardSlider .slick-disabled.slick-prev::before {
    opacity: 0.3;
}

.landingCardSlider.visaListSlider .slick-slide img {
    min-height: 106px;
}

.visaListSlider {
    cursor: pointer;
}
/* -- My Trips css -- */
.myTrips .myTripsTile {
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    position: relative;
    padding: 8px 24px 20px;
}

.dateCircle {
    width: 69px;
    height: 69px;
    border-radius: 100%;
    background: #000;
}

.myTrips .flightInfo {
    width: 200px;
}

.myTrips .hotelInfo {
    width: 350px;
}

.myTrips .busInfo {
    width: 150px;
}

.flightInfo .flightLogo {
    width: 34px;
    height: 34px;
}
/* stylelint-disable-next-line no-descending-specificity */
.hotelInfo img {
    width: 60px;
    height: 60px;
}

.termiInfo {
    width: 300px;
}

.checkInOut {
    width: 110px;
}

.slopLine {
    width: 1px;
    height: 60px;
    background: #9b9b9b;
    transform: rotate(20deg);
}

.tileExtension {
    border-radius: 0 0 6px 6px;
    background-color: #eaf5ff;
    width: 1100px;
    margin-left: 10px;
    padding: 10px 20px;
}

.htlIssue {
    width: 200px;
}

.hotelSuggestCard,
.continueBookingCard {
    width: 360px;
    height: 100px;
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    margin-right: 20px;
}

    .hotelSuggestCard:nth-child(3),
    .continueBookingCard:nth-child(3),
    .hotelSuggestCard:nth-child(6),
    .continueBookingCard:nth-child(6),
    .hotelSuggestCard:nth-child(9),
    .continueBookingCard:nth-child(9) {
        margin-right: 0;
    }

    .hotelSuggestCard:hover,
    .continueBookingCard:hover {
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
    }

.hotelSuggest,
.continueBooking {
    display: flex;
    flex-wrap: wrap;
}
/* stylelint-disable-next-line no-descending-specificity */
.hotelSuggestCard {
    cursor: pointer;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='ltr'] .hotelSuggestCard img {
    width: 100px;
    border-radius: 6px 0 0 6px;
}

.hotelSuggestCard .HotelPrice {
    width: 130px;
}

.hotelSuggestCard .htlSugInfo {
    width: 150px;
}

.hotelSuggestCard .rating {
    display: inline-block;
    padding: 0 6px;
    line-height: 16px;
    border-radius: 11px;
    background-image: linear-gradient(247deg, #3a7bd5, #00d2ff);
}

.hotelSuggestCard .ratingBlank {
    width: 60px;
    height: 12px;
    background-position: -7px -278px;
}

.hotelSuggestCard .ratingFill {
    width: 60px;
    height: 12px;
    background-position: -7px -266px;
}

    .hotelSuggestCard .ratingFill.fourHalf {
        width: 54px;
    }

    .hotelSuggestCard .ratingFill.four {
        width: 48px;
    }

    .hotelSuggestCard .ratingFill.threeHalf {
        width: 42px;
    }

    .hotelSuggestCard .ratingFill.three {
        width: 36px;
    }

    .hotelSuggestCard .ratingFill.twoHalf {
        width: 30px;
    }

    .hotelSuggestCard .ratingFill.two {
        width: 24px;
    }

    .hotelSuggestCard .ratingFill.oneHalf {
        width: 18px;
    }

    .hotelSuggestCard .ratingFill.one {
        width: 12px;
    }

.whatNew .slick-slider button,
.travelWithUs .slick-slider button,
.travelBlog .slick-slider button,
.lowFlightFare .slick-slider button {
    top: -55px;
}
/* stylelint-disable-next-line no-descending-specificity */
.whatNew .slideItem .itemCard {
    width: 300px;
    height: 102px;
    padding: 0;
    overflow: hidden;
}

.whatNew .landingCardSlider .slideItem,
.travelWithUs .landingCardSlider .slideItem,
.travelBlog .landingCardSlider .slideItem {
    padding: 0;
    outline: none;
    cursor: pointer;
}
/* stylelint-disable-next-line no-descending-specificity */
.whatNew .itemCard img {
    width: 66px;
    height: 103px;
}
/* stylelint-disable-next-line no-descending-specificity */
.travelBlog .itemCard img {
    width: 100%;
    border-radius: 6px 6px 0 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.travelBlog .slideItem .itemCard {
    padding: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.travelWithUs .slideItem .itemCard {
    width: 288px;
    height: 180px;
    padding-bottom: 10px;
}

.handGesture {
    margin-right: -15px;
}

.shortlistTag {
    width: 326px;
    height: 40px;
    border-radius: 20px;
    background-color: #eaf5ff;
    padding: 0 20px;
}
/* stylelint-disable-next-line no-descending-specificity */
.continueBookingCard img {
    width: 30px;
    height: 30px;
}
/* stylelint-disable-next-line no-descending-specificity */
.premiumHotels .landingCardSlider img {
    min-height: 230px;
    border-radius: 10px;
}

.premiumHotels .rating {
    display: inline-block;
    padding: 0 6px;
    line-height: 16px;
    border-radius: 11px;
    background-image: linear-gradient(247deg, #3a7bd5, #00d2ff);
    margin-top: -9px;
    margin-right: 20px;
}

html[dir='ltr'] .premiumHotels .landingCardSlider .slideItem {
    padding: 0;
    outline: none;
    margin-right: 20px;
    cursor: pointer;
}
/* stylelint-disable-next-line no-descending-specificity */
.lowFlightFare .landingCardSlider .slideItem {
    padding: 20px 0 0;
    outline: none;
    margin-right: 10px;
    cursor: pointer;
}

.premiumHotels .slick-slider button {
    top: -46px;
}
/* stylelint-disable-next-line no-descending-specificity */
.lowFlightFare .slideItem .itemCard {
    height: 245px;
}

.lowFlightFare .slideItem .linkSlide {
    padding-top: 165px;
}

.megaSaleTag,
.sellingTag {
    width: 105px;
    height: 21px;
    border-radius: 19.6px;
    background-image: linear-gradient(259deg, #3023ae, #c86dd7);
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: -12px;
    left: 41px;
}

.sellingTag {
    background-image: linear-gradient(259deg, #f09819, #f3d452);
}

.megaSaleTag {
    background-image: linear-gradient(259deg, #3023ae, #c86dd7);
}
/* -- Footer CSS -- */
.newsletter {
    width: 280px;
}

    .newsletter input {
        width: 100%;
        border: solid 1px #9b9b9b;
        border-radius: 4px;
        padding: 10px;
        outline: none;
        font-size: calc(var(--font-scale, 1) * 14px);
    }

.placeInfo {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .placeInfo .infoTile {
        width: 330px;
    }
        /* stylelint-disable-next-line no-descending-specificity */
        .placeInfo .infoTile img {
            width: 50px;
            height: 50px;
            border-radius: 100%;
            background: #f2f2f2;
        }

.footerLinks {
    display: flex;
    justify-content: space-between;
}

    .footerLinks ul {
        width: 180px;
    }

.myPartner .footerLinks ul {
    width: 190px;
}

.footerLinks li a:hover {
    color: var(--color-link-primary);
}

.myPartner .footerLinks li a:hover {
    color: #fff;
}

.footerLinks ul.lastlinks {
    margin-left: 110px;
}

.footNav {
    padding: 20px 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.footNav__list li:hover a {
    color: #008cff;
}
/* stylelint-disable-next-line no-descending-specificity */
.footer .footerLinks ul li a {
    color: rgb(0 0 0 / 70%);
    font-size: calc(var(--font-scale, 1) * 14px);
    line-height: 18px;
}

.footNav__list {
    margin-bottom: 20px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .footNav__list li {
        display: inline-block;
    }
        /* stylelint-disable-next-line no-descending-specificity */
        .footNav__list li a {
            font-size: calc(var(--font-scale, 1) * 12px);
            color: #4a4a4a;
            line-height: 14px;
        }

.footNav__cta {
    font-size: calc(var(--font-scale, 1) * 12px);
    color: #008cff;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
}

    .footNav__cta::after {
        position: absolute;
        content: '';
        border: solid #008cff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        right: 0;
        top: 2px;
    }

.aboutMMT {
    background: #e7e7e7;
    padding: 60px 0;
}

    .aboutMMT .grid-3 .aboutDesc {
        max-width: 33%;
        margin-right: 3%;
        flex-grow: 1;
        flex-basis: 0;
    }

        .aboutMMT .grid-3 .aboutDesc:last-of-type {
            margin-right: 0%;
        }

    .aboutMMT .grid {
        flex-wrap: wrap;
    }
        /* stylelint-disable-next-line no-descending-specificity */
        .aboutMMT .grid .aboutDesc {
            width: 50%;
            margin-top: 44px;
            padding-bottom: 28px;
            border-bottom: solid 1px #979797;
        }

            .aboutMMT .grid .aboutDesc.aboutDescSectionHeading {
                border-bottom: none;
            }

            .aboutMMT .grid .aboutDesc:nth-child(even) {
                padding-left: 6%;
            }

            .aboutMMT .grid .aboutDesc:nth-child(odd) {
                padding-right: 6%;
            }

            .aboutMMT .grid .aboutDesc:nth-child(1),
            .aboutMMT .grid .aboutDesc:nth-child(2) {
                margin-top: 0;
            }

            .aboutMMT .grid .aboutDesc:nth-last-child(1),
            .aboutMMT .grid .aboutDesc:nth-last-child(2):nth-child(odd) {
                border-bottom: none;
            }
    /* html[dir="ltr"] .aboutMMT .aboutDesc { */
    /*	width: 325px; */
    /* } */
    /* stylelint-disable-next-line no-descending-specificity */
    .aboutMMT .aboutDesc a {
        color: inherit !important;
    }

    .aboutMMT .aboutDesc .blueLink {
        color: var(--color-link-primary) !important;
    }

    .aboutMMT .aboutDesc .heading {
        letter-spacing: 0.31px;
    }

    .aboutMMT .aboutDesc .content {
        letter-spacing: 0.23px;
    }

.questionsContainer {
    grid: 150px / auto auto auto;
}

.contactInfoSection {
    background: #212121;
    padding: 30px 0;
}

.appProLink {
    width: 300px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .appProLink img {
        width: 134px;
        height: 39px;
    }

.padLR3 {
    padding: 0 3px;
}

.footerBottom {
    background: #000;
    padding: 50px 0 60px;
}

.socialMediaLinks {
    display: flex;
    gap: 40px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .socialMediaLinks a {
        width: 48px;
        height: 48px;
    }

.bdrWhite {
    color: white;
}
/* -- Sticky Scroll -- */
@media only screen and (min-width: 1300px) and (max-width: 2000px) {
    .stickyScroll {
        width: 50px;
        border-radius: 0 8px 8px 0;
        box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
        background-color: #ffffff;
        position: fixed;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 15;
    }

        .stickyScroll li {
            width: 100%;
            height: 50px;
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .stickyScroll li:hover {
                background: #eaf5ff;
            }

    .tip {
        display: none;
    }

    .stickyScroll li:hover .tip {
        display: block;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 60px;
        padding: 10px;
        width: 220px;
        background: #219393;
        border-radius: 4px;
        z-index: 15;
    }

    .tip::after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: ' ';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgb(33 147 147 / 0%);
        border-right-color: #219393;
        border-width: 5px;
        margin-top: -5px;
    }

    .stickyScroll li:first-of-type {
        border-radius: 8px 8px 0 0;
    }

    .stickyScroll li:last-of-type {
        border-radius: 0 0 8px 8px;
    }

    .stickyScroll li a.active::before {
        width: 6px;
        height: 6px;
        background: var(--color-link-primary);
        border-radius: 100%;
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .stickyScroll li a.active ~ .tip {
        display: none;
    }

    ._MyBiz .stickyScroll li a.active::before {
        background: #ff664b;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1299px) {
    .stickyScroll {
        display: none;
    }

        .stickyScroll li {
            display: none;
        }
}
/**  -- My Biz Css --  **/
._MyBiz .swipIcon {
    background-position: -128px -115px;
}

._MyBiz .primaryBtn {
    background: var(--color-btn-mybiz-primary-bg);
}

._MyBiz a.primaryBtn {
    color: #fff;
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .blueArrowIcon {
    background-position: -96px -117px !important;
}

._MyBiz .stickyHeader .chHeaderContainer li a.active .chNavText {
    color: var(--color-primary-mybiz);
    font-weight: 900;
}
/* stylelint-disable-next-line no-descending-specificity */
a.active .chNavText {
    font-weight: 900;
}

._MyBiz .chHeaderContainer nav ul li.moreItem {
    display: none;
}

._MyBiz .navOnly .chHeaderContainer li a.active .chNavText {
    color: var(--color-primary-mybiz);
}
/* stylelint-disable-next-line no-descending-specificity */
._MyBiz .mmtLogo img {
    max-width: 128px;
    max-height: 42px;
}

._MyBiz .loginType li.selected {
    background: var(--color-primary-mybiz);
}

._MyBiz .superOffersTab li.active a {
    color: #ff664b;
}

._MyBiz .superOffersTab li.active {
    border-bottom: solid 3px #ff664b;
}

._MyBiz .landingCardSlider .slick-next::before,
._MyBiz .landingCardSlider .slick-prev::before {
    border: solid #ff664b;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    right: 0;
    top: 0;
    content: '';
}

._MyBiz .landingCardSlider .slick-prev::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    right: 0;
    top: 0;
    content: '';
}

._MyBiz .tileExtension {
    background-color: rgb(255 102 81 / 10%);
}

.myBizCard {
    width: 390px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
    padding: 20px;
}
/* -- Login Expired -- */
.loginExp {
    width: 700px;
    height: 120px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 11px 50px 0 rgb(0 0 0 / 40%);
    background-color: #ffffff;
    position: fixed;
    right: 0;
    bottom: 50px;
    left: 0;
    z-index: 1;
}

.myCircle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-image: linear-gradient(45deg, #ace143, #219393);
}

.loginExp .rightInfo {
    width: 500px;
}

html[dir='ltr'] .loginExpRemove {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

html[dir='rtl'] .loginExpRemove {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}
/* -- Chat On Holidays -- */
.chatBox {
    width: 165px;
    height: 56px;
    border-radius: 31.5px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 30%);
    background-color: #ffffff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1;
}
/* -- BG GRADIENTS -- */
.bgGradient {
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #051322, #15457c);
    background-size: 100% 540px;
    min-height: 100vh;
    transition: background 0.1s linear;
}

.emperiaLoader {
    margin-top: 51px;
}

html[dir='ltr'] .festiveImageOuterBox {
    width: 1323px;
    margin: 0 auto;
}

html[dir='rtl'] .festiveImageOuterBox {
    width: 1008px;
    margin: 0 auto;
}

.festiveImg {
    width: 80px;
    height: 55px;
    flex-grow: 0;
    object-fit: contain;
    position: absolute;
    background-repeat: no-repeat;
    background-position: -14px -50px;
}

.avifSupport.bgGradient {
    background-size: 100% 540px;
    background-image: var(--bg-value), url(data:image/webp;base64,UklGRnARAABXRUJQVlA4IGQRAAAw6QCdASqgBQUCPkkkkEaioiGhIAgAUAkJaW7hV69+6vun51Z/fRZ//Ow//fAw8i//9/+acv//0/9r/29ZH6Bf/6AL//aE7kH9//+v2AJ7APfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtjiYU2C6U2rY08R5Q+bBn0KJ8VkpdLz8U7p/TqBo3BNb7BdKbVsaeI8ogWS7XtKYS7SoFku3ebJyHvtlFMcogWS7Xi7HKIFku149qmu0qBZLtfsQeZZDmhZ2p+sIeNcwmQoPacDYGlW934opGhjQRBL/ZPtpwPgkU8GPZIG2V4ZJLJQuCn6wVU71i02E0pPjE/fbXfdXjlhK8GHM2c8/HQKEGLjnHWTbYCqegQIE0BIZW7IhAiAgTXusCBMiECICBOkAhPLEIQIgQE/CI0IwRBAiBAi9KWKn2QHZAHuppAgQ6dm5OQ5T+vgimt9KXRstMnvQsP/3/wdHiDapKQzGyPVjk4rAIyNR0A3juR0CzK0VHWu75BYH6UKSESFhpjDm0JwMeeAG7uRFpUTd/hEhBtfR3G5IaLwWdq2kYKx9JN5XRWfhovBZ2rX2iO+7A8iAEwilfjIITnqQZbKdJsa/de5qVZq7N+DbtgqLZZg2KwBuKoL4c2oT4bt358QedUPl8gugsfFqDQ6HGRCy38TW89r8eUecgkquy3O/MYIc6y2cgkquy3O2lPKNe5qey26+CEjtIbNA1CfLCFJLOQ1QjahOdZbOQSVXZbnIp0EW6h3DARAiIiiVjxAhNA5IgIiIpr0N2zLgOSIRERVDd54wBQgURDIiw1FT5d2hQIiIhlxAVZDUxDNmbG+1IKNQefrcvhZBaLUe/PsEZnk9omNMCiNlGFFHNF6ueItQHl/VubG+1IE3QSsZ3ycFy7iFL6n1SS44Th3IeTouTPto2a3Z0W5T2W6kglh/1dMDMgVI1zD/rWPBjoIcLQn/EceDH8xmumbgjx8FyZjNeUFKju79/3wgRsCdFUyz6KymCy+rjmekpYKRrZhelTOLmnXfMRYm/PNMsCuen0WqzXmbxAwNENmSjvqv2ZRAX/RjDAo4oVRg4Ykid/8e53gZHjWzh1kicGHc2NGXmxbm6SaiYeaArcdQn0EdbL8icGHcveI4oVRg4Ykid/+mEREWibl8g2068jRZhh78p7LdVRF4T9fBAK9UjXMQk98PIJZxrulIrWQbadeRosww9+U9luqoi8J+vggFeqRqSTrLL3NMdy/UNr0dFNZdlv4pMcoy5eWNuvghSSrcprLfwSEKSWcimr6Jx580vR0U1l2W/ikxyjLl5Y26+CFJKtxWZR/i19l9SBVusYBy96xdEBdDMrvYq9KqkCrdYwDl71i6IC6GZXexV6VVIFW6xgHL3vrEIopKNPJkhEIRFjScTpSIP5ERWik04KCD0REVopNOCgg9ERFaKTTgoIPRERWincRFfREREMiIiIhkREREMiIiIhkREREMiIiIhkREREMiIiIhkREREMiIiIhkRFBNj//z0YFYUWxptkEK6jkpJ3v9JN2/6t6e8egQQxh/UEbA/V6fjvQIIYw/qCNgfq9Px3oEEMYf1BGwP1en470CCGMPtzKc4mxNzm6SBWnkTSRAiVnIFgIROJECJvtAW8xFAkQIn3UChzIUqiAik8QKjIiWyIEIlpSTKTsRSjwJjHL0KBIptZKWlhkTSRPKdzyyj8UmiYe3mMcvQoEim1kpaWGRNMGhERERDIifTAbBGugCIhkRE7NUMpnXAERCIiJtyu+B/iAIhERETMX5N7zKAQiIiIlhnvm0jUARET1O6QuUbAjbrLZwzPLG3XwQpEqnOtdmzgIefhjlGWF8eXaeCG18EKSWbfF7mp6LY04QpJZyGawnPWqTFJjlGnpJ6QyQxAn7z1FT956ip+89RU/eeoqfvPUVP3nqKn7z1FT956ip+89RU/eeoqfvPUVP3np9CBifcVc2XaFjiG7zPJnmKXj4ofXlEMJ72j7r5hyuF2K1HltXS7ip+5v9QjzQivHU4kPMOOsmvH+D6+Tn7rwmc1uhk+B4xFZP+R2JRP2xx6Qz1Y5TC/9hi73EPXhH3l4USOQyV9WQrPFz/90GcmDd8EbLhu39SUIKWQWj9OFahCBtROyCJo6yzSCkbomvEobIWPaLwLnZfHR/IFMIxx6Mm8pSYgVojYZm0J7h8EBdEXFayYmr6ZQKORiHEljitxZArJGsDa8XJyHvtk5D32ych77ZOQ99snIe+2TkPfbJyHvtk5D32ych8IceWAD+/ikW/zt+ZPzJvl/pP2L7FvUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAL/S0MAC3ySrAAorWhwAJCaIgAB6hmwAAc3xt4AAAAAAAAAAAAAAAAAAjMaPAnoqABZXlJwup5KO4uqwcxV8886YZvcY0IQLyQz0sUrPSYRjGrbGYjaz1lg0tly/GLyRDabcUG/vi374sGlsuX4xeSIbTbig398W/fFg0tly/GLyRDabcUG/vi374doj49AiUHj4KRD1QmmrRAVfFuz6Jzp+xsoEtI9meSM9KNXHe8C2G4siXqhNNWiArOcnCiWKMVX9JEAdwh7Eh6GQ3MqzugViS8L0FRC8BbZZ9XEhBp6xeJup+gmSWz0qlXLVQ8EIJDktnpVRhJeJup+gmSWz0qlXLVQ8EIJDktnpVRhStbiy2cdAKwkZASFGImZASxKgmEEIrcUfrKGwewAUoOmjeKP1lDYPYANwRBp0Epcewy08AGtbrEqCUuPYZaeA+bGKkoJM1PLMgbMJI1RipoQCeVR1RlbSTy3pmDZuEqqqqnoDZrH6zSdq7BZgfYJOr7OaRa4O7Uz0eovQCeVR1RlXfMWJu89kpPT79N/N+O5U1t0F0uu5/R7CZrnPHvwgpIjuB4dGIRfsz54UdbLdAyzJtGzU5nMK+dHwQ4+M6exEfmph7HKsNm0kFPTYkvaNXnCCl6elu+IOu9ojRpdsruHkmuPvULI/8SpBYtJBT02JL2jV5wgpenpbviDrvaIUM2jV5wgpenpbviDrvaIUM2jV5wgpenpbviDrvaMeuli9ryy9SLyYcRxTDRFgLQw+whk3XjxIhlsPy41LDvLaGdePEiGWFxNJ78eLMoDdcbBXbQp/AJa+WZQG642Cu2hT+AS18sygN1xsFdU0RdTZ2j76bUoXl9Yrg2J7m3bKq9erL1axf7w8Z1yoE2ZVZhb0NMNXMggU3BZKxOjJV32vIJjjdIW15jtQuEi9Dv/wiHqzXQwhMfU6LbiuhQTMMb4E4+67dv5pj2n0W3FlEQm24r5xDTG6ZjZCd/7WvdqZoh/osfMIaS4onmD7ifTRGjaMf6URCYQ1BChRkawpmxyy92pmiH+ix8whpLiieYPuJ9NEaNq26Az5SfLD5Hkx6qpgiyprAoU94zdPIN7pipcxp7VVTBFekeTzGTIG6IN7L+hau1ZeQ6BnNq8YEmLZ4nEyIB7pipcxp7VVSfM1LdlXPaaKFYNifKDfzCjtOqk5aImboz9VXb5QdREyKlzGnt4NCgDD3L9+HRXF/oAABXTYvQAAAj383M2AAPONll6AAFdNi9AAACPfzczfsiTWmWFsjkzDSUGPSOBALCiyfKJLC2903PvEQcmraMybwrlzNMD2TWxTXHAkKLJ8oksLb3Tc+8RByatozJvCuXM0wPZNbFNccCQosnyiSwtvdNz7xEHJq2jMm8K5czTA9k1sU1xwJCiyfWu3sqi8DE8OpNCfIuFp0emP1iSf1dlNccCQosn1rt7KovAxPDqTQnyLhadHpj9Ykn9XZTX8aXuFKam3AFw5yn1sh6LApTWpQmJ802Ck0vay7P71NS249m8poShorEHp5SP+HBAnnd02Z57MeLRqh9j88L5SUThfHLBw4d5lLRSevyBV/wvl7eug87lRBeKllLRSevyBV/wvl7eug87lRBeKllg40kYB29PQAAAAAAAAAAAAAAAAAAAFrsWlCS9k66Gf2ODr+ufDKVMFgdf1z4ZSpgsDr+ufDKVMFgdf1z4ZSpgsDr+w3vNg3dx4HvVl8znT/9QfPSnk4RkbzKNhGQaD83Txb+mrjAY/jfTo3foVLAyjXS4SIoJXtVyDWv19R9w/mIV5CCIiyUIrQ1Zo4GASM+y3q5YnFiZF0+P/7JA0lnVpcja+AQBadP/1B89KeThGRRq8/xa1+vqPuH8xCvIQREWShFaGrNHAwCRn2W9XLE4sTIunx//ZIGks6tLkbXwCALTp/+oPnpTycQeDP5waLX+AEVHUEpUd52yXh6tNuppUcHN/C2LtVSOoJSo7ztkvD1abdTSo4Ob+FsXaqkdQSlR3nbJeHq026mlRwc38LYu1VI6glKjvO2S8PVpt1NKjg5v4WxdqqR1BKVHedsl4erTbqaVHBzfwti7VUjqCUqO9OkV8JQHwAdJdSQxB7XmCZ6Hyzy9XwTONhoY/W+f6R2oZvXIs1DfdC00UqSGIPa+IBzlWgtDuUJM2dmrqwiXFcT36CU8w35mN/MpUojfeYNT/NxPfoJTmC9ttOn3yOiN95g1P83E9+glOYL2206ffI6I33mDU/zcT36CU5gvbbTp98jojfeYNT/NxPfoJTmC9ttOn3yOiN95g1P83E9/G8DVdXGZZwLk6HQsw4e/uBVWairC934vPKc8kLwDGg0S840G5EGGj8Kq/4pTU/78Z5IXgGNBol5xoNyIMNH4VV/xSmp/34zyQvAMaDRLzjQbkQYaPwqr/ilNT/vxnkheAY0GiXnGg3Igw0fhVX/FKan/fjPJM/cW1aoGKsBIYodMaBfkcZ1QgjH6pCDkOMHNU+pqBXES72fSwZ8nF0SjwW4g/ApYJI9xjHO6ls3ckR/PiOsUXFtXz3baYYcDcGuNDN+XE+4fgQ6G5npc+Ti6JR4LcQfgUsEke4xjndS2buSI/nxHWKLi2r57ttMMOBuDXGhm/LifcPwIdDcz0ufJxdkC2G5AACJvLnAAAm1j4aAACxcKqQAALmwLYAAA0M9AgAEH1h3Iqqhw/NjaJUJ5ntA3WD/EAwVRBdiOQHsgj6HsDHwN9kmBf2Q+yEtGCCiTJ3lDWRKwKKoYo9GuKOU+Aj8d0wd8IpbhD8dwKKoYo9GuKOU+Aj8d0wd8IpbhD8dwKKoYo9GuKOU+Aj8d0wd8IpbhD8dwKKoYo9GuKOU+Aj8d0wd8IpbhD8dwKKoYo9GuKOU+Aj8d0wd8IpbhD+laha+w/mbPoqq5PTqeF5uXIPBY8cESfSwCIR6dffY5DkaFQ4dl7keV51JKZRqmx7I+DnQeGUyKor/Dq+pVg3DSLHEphHj0Joe3X6qktTYwvQ6pT383ifUBsS0mD/P5smwJL1OFQ4yP9Q5R0B2QlBGItfwvK4oAY6XIObG+AYX5A4FORBDCpYMfgBg2BJepwqHGR/qHv/Pr/L+8Yy0GTGjEFymZM9tZRzW2D53iXsVEKPucCn8A9p7RNH4t3ZWdxUzEyWMZyoTeqAU/FTK1g92iCBiPuEWR95bkDQz/zxq5PBjOVCb1QCn4qZWsHu0QQMR9wiyPvLcgaGf+eNXJ4MZyoTeqAU/FTK1g92iCBiPuEWR95bkDQz/zxq5PBjOVCb1QCn4qZWsHu0QQMR9wiyPvLcgaGf+bNda0wBB4HgnZaAIWMSuKALBVfTcAQ8ctdEAWiq+oHVgAAAA=);
}

.noAvifSupport.bgGradient {
    background-size: 100% 540px;
    background-image: var(--bg-value), linear-gradient(to bottom, #051322, #15457c);
}

.bgGradient.noAvifSupport.isHomePageBg {
    background-size: 100% 645px;
}

.bgGradient.isTabletBg {
    min-width: 1200px;
}

._aff .bgGradient {
    background: none;
    background-image: none !important;
}

.myPartner .bgGradient {
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-image: linear-gradient(to bottom, #0b1b29 -60%, #554176);
    background-size: 100% 454px;
    min-height: 100vh;
}

.myPartner .footerLinksContainer {
    background: #000;
}

.mobile .bgGradient {
    min-width: max-content;
    padding: 0 10px;
}

._MyBiz .bgGradient {
    background-image: var(--color-mybiz-primary-bg);
}
/* -- Loading State -- */
.dlLoader * {
    animation: Gradient 3s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.ladingStateHeading {
    width: 100%;
    height: 20px;
    background: linear-gradient(90deg, #dfdddf, #efefef);
    background-size: 400%;
}

.ladingStateText {
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #dfdddf, #efefef);
    background-size: 400%;
}

    .ladingStateText:last-of-type {
        width: 80%;
    }

.loadingStateIcon {
    background: linear-gradient(90deg, #dfdddf, #efefef) !important;
}

.loadingStateImg {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #dfdddf, #efefef);
    border-radius: 4px;
}

.background400per {
    background-size: 400%;
}

.dlLoader {
    overflow: hidden;
}
/* loader end */
.superOfferSection {
    min-height: 300px;
}

.loginBackDrop {
    width: 100%;
    height: 100%;
    background: rgb(14 13 13 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
}

.verifyMod {
    z-index: 16;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .verifyMod img {
        width: 61px;
        height: 63px;
    }
/* appear - on page load */
.fade-appear {
    opacity: 0;
    z-index: 1;
}

    .fade-appear.fade-appear-active {
        opacity: 1;
        transition: opacity 200ms linear;
    }
/* enter */
.fade-enter {
    opacity: 0;
    z-index: 1;
}

    .fade-enter.fade-enter-active {
        opacity: 1;
        transition: opacity 200ms linear 200ms;
    }
/* exit */
.fade-exit {
    opacity: 1;
}

    .fade-exit.fade-exit-active {
        opacity: 0;
        display: none;
        transition: opacity 200ms linear;
    }

.fade-exit-done {
    opacity: 0;
    display: block;
}
/* slide enter */
.slide-enter {
    opacity: 0;
    transform: scale(0.97) translateY(5px);
    z-index: 1;
}

    .slide-enter.slide-enter-active {
        opacity: 1;
        transform: scale(1) translateY(0);
        transition: opacity 3000ms linear 1000ms, transform 3000ms ease-in-out 1000ms;
    }
/* slide exit */
.slide-exit {
    opacity: 1;
    transform: scale(1) translateY(0);
}

    .slide-exit.slide-exit-active {
        opacity: 0;
        transform: scale(0.97) translateY(5px);
        transition: opacity 1500ms linear, transform 1500ms ease-out;
    }

.slide-exit-done {
    opacity: 0;
}

.railTab {
    margin-top: 10px;
}

.landingContainer .railTab > span {
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    padding: 5px 8px;
}

    .landingContainer .railTab > span.active {
        border-radius: 13.5px;
        background-color: #eaf5ff;
    }

.landingContainer .railTab.b2b > span.active {
    border-radius: 13.5px;
    background-color: #e7e7e7;
}

.landingContainer .railTab > span::before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #9b9b9b;
    display: inline-block;
    margin-right: 5px;
}

.landingContainer .railTab > span.active::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #008cff;
    border: 0 none;
}

.landingContainer .railTab.b2b > span.active::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color-primary-mybiz);
    border: 0 none;
}

.paddingTop20 {
    padding-top: 20px !important;
}

.checkmark {
    position: absolute;
    left: 12px;
    top: 7px;
}

    .checkmark::after {
        /* Add another block-level blank space */
        content: '';
        display: block;
        /* Make it a small rectangle so the border will create an L-shape */
        width: 3px;
        height: 6px;
        /* Add a white border on the bottom and left, creating that 'L' */
        border: solid #fff;
        border-width: 0 1px 1px 0;
        /* Rotate the L 45 degrees to turn it into a checkmark */
        transform: rotate(45deg);
    }

.soCardHeight {
    min-height: 170px;
}

.soImgLoading {
    width: 100%;
    height: 65px;
    background: #ccc;
    border-radius: 4px;
}

.myPartnerHtlHorizontalStrip {
    top: 230px !important;
    transition: all 0.3s ease-out;
}

.myPartnerHtlBody {
    margin-bottom: 83px !important;
    transition: all 0.3s ease-out;
}

.widgetLoader {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    height: 200px;
    position: absolute;
    z-index: 0;
    top: 133px;
    left: 0;
    right: 0;
}

.hiddenCurrentLob.widgetLoader {
    height: 60px;
}

.landingSearchWidget {
    margin-bottom: 100px;
}

    .landingSearchWidget.IN {
        height: 412px;
    }

.widgetLoaded.landingSearchWidget.IN {
    height: 316px;
}

.landingSearchWidget.AE {
    height: 307px;
}

.widgetSection .widgetSearchBtn.disabled {
    background-color: #c2c2c2;
    background-image: none;
    opacity: 1 !important;
}

.minHeight70 {
    min-height: 70px;
}

.minHeight90 {
    min-height: 90px;
}

.minHeight30 {
    min-height: 30px;
}

.slideItem .itemImgWrap {
    width: 100%;
    height: 115px;
    border-radius: 6px;
    background: linear-gradient(90deg, #dfdddf, #efefef);
    background-size: 400%;
}

.trainLandingCard .trainItems {
    width: 33%;
}

.footerPadding {
    padding: 0 10px;
}

.soTitleMinHeight {
    min-height: 15px;
}

.upSide {
    z-index: 1 !important;
}

.statusCheckIcon {
    width: 32px;
    height: 22px;
    background-position: -143px -437px;
}

.runningStatusIcon {
    width: 34px;
    height: 22px;
    background-position: -143px -467px;
}

.coachPosIcon {
    width: 8px;
    height: 29px;
    background-position: -184px -438px;
}

.justifyElement {
    justify-content: space-evenly;
}

.mt10 {
    margin-top: 10px;
}

.zIndex14 {
    z-index: 14;
}

.chatWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgb(0 0 0 / 80%);
}

.chatInnerWrap {
    width: 640px;
    height: 363px;
    border: 0;
    outline: 0;
    position: fixed;
    inset: -100px 0 0;
    margin: auto;
}

    .chatInnerWrap iframe {
        width: 100%;
        height: 100%;
        border: 0;
        outline: 0;
        position: relative;
    }

.chatWrapper .close_icn_landing {
    width: 40px;
    height: 40px;
    border: 0;
    outline: 0;
    position: absolute;
    z-index: 1000;
    top: 73px;
    right: 3px;
}

.chatWrapper .send_query_form {
    top: 0 !important;
}

.chatWrapper .close_icn {
    display: none !important;
}
/* -- Recent Holidays  -- */
.recentHolidays .slick-slider button {
    top: -46px;
}
/* stylelint-disable-next-line no-descending-specificity */
.recentHolidays .landingCardSlider .slideItem {
    padding: 0;
    outline: none;
    border: none;
    margin-right: 10px;
}
/* stylelint-disable-next-line no-descending-specificity */
.recentHolidays .slideItem .itemCard {
    padding: 0 0 10px;
    cursor: pointer;
}
/* stylelint-disable-next-line no-descending-specificity */
.recentHolidays .itemCard img {
    border-radius: 5px 5px 0 0;
}

html[dir='ltr'] .recentHolidays .durationTag {
    background: #000;
    border-radius: 10px;
    padding: 2px 8px;
    position: relative;
    top: -10px;
    left: 10px;
}

html[dir='ltr'] .optionsTag {
    background: #fff;
    border-radius: 10px;
    padding: 2px 8px;
    position: relative;
    top: -10px;
    left: 65%;
    border: solid 1px #e7e7e7;
}

html[dir='ltr'] .recentHolidays .customisedTag {
    background-image: linear-gradient(257deg, #3023ae, #c86dd7);
    border-radius: 10px;
    padding: 2px 8px;
    position: relative;
    top: -10px;
    left: 10px;
}

.recentHolidays .itemCard .packageLeft {
    width: 230px;
}

.recentHolidays .itemCard .packageRight {
    width: 80px;
}

.trendingImgWrap {
    width: 248px;
    height: 129px;
    background-color: #f1f1f1;
}
/* -- Visa Landing CSS -- */
.completedTickIcon {
    width: 11px;
    height: 9px;
    background-position: -25px -316px;
}

.visaComingSoon,
.comingSoonCard {
    display: flex;
    flex-wrap: wrap;
}

.comingSoonCard {
    width: 360px;
    border-radius: 6px;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    display: flex;
    padding: 15px;
    margin-right: 20px;
}

.infoAvible {
    width: 60%;
}

.comingSoonCard:nth-child(3n + 3) {
    margin-right: 0;
}

.comingSoonCard:hover {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 20%);
}

.comingSoonCard .cardInfo {
    width: 270px;
}

.youKnowCard {
    width: 250px;
    margin-right: 30px;
}

    .youKnowCard:nth-child(4n + 4) {
        margin-right: 0;
    }
/* stylelint-disable-next-line no-descending-specificity */
.custSay .landingCardSlider .slideItem {
    padding: 0 10px 0 0;
}

.custSay .slick-slider button {
    top: -56px;
}
/* stylelint-disable-next-line no-descending-specificity */
.custSay .itemCard {
    min-height: 210px;
}

.myTripsTile .moreCountriesList {
    position: absolute;
    width: 200px;
    top: 100%;
    right: 0;
    box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
    background-color: #eaf5ff;
    padding: 10px;
    border-radius: 4px;
    display: none;
}

.moreCntry:hover + .moreCountriesList {
    display: block;
}

.processStepWrap {
    background: #eaf5ff;
    border-radius: 4px;
    padding: 10px;
}

    .processStepWrap .processStatus {
        width: 350px;
    }

    .processStepWrap .processStep {
        width: 400px;
    }

    .processStepWrap .stepCircle {
        width: 18px;
        height: 18px;
        border-radius: 100%;
        background: #fff;
    }

.activeStep .stepCircle,
.completedStep .stepCircle {
    background: #219393;
    color: #fff;
}

.processStepWrap li.activeStep,
.processStepWrap li.completedStep {
    font-weight: 800;
}

.processStepWrap li .completedTickIcon {
    display: none;
}

li.completedStep .stepNu {
    display: none;
}

li.completedStep .completedTickIcon {
    display: block;
}

li.activeStep .completedTickIcon {
    display: none;
}

.processStepWrap .stepBlank {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #fff;
}

.processStepWrap .stepComplete {
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    border-radius: 5px;
    background: #219393;
}
/* drop down arrow icon for  */
.fsw_inputBox.dates .lbl_input::after,
.fsw_inputBox.flightTravllers .lbl_input::after,
.fsw_inputBox.travelFor .lbl_input::after,
.hsw_inputBox.dates .lbl_input::after,
.hsw_inputBox.roomGuests .lbl_input::after,
.hsw_inputBox.travelFor .lbl_input::after,
.rsw_inputBox.dates .downArrow::after,
.rsw_inputBox.travelFor .downArrow::after,
.bussw_inputBox.dates .downArrow::after,
.csw_inputBox.dates .lbl_input::after,
.csw_inputBox.timePicker .lbl_input::after,
.csw_inputBox.travelFor .lbl_input::after,
.vsw_inputBox.dates .lbl_input::after,
.vsw_inputBox.flightTravllers .lbl_input::after {
    border: solid var(--color-link-primary);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    content: '';
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    vertical-align: top;
    margin: 3px 0 0 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

._MyBiz .fsw_inputBox.dates .lbl_input::after,
._MyBiz .fsw_inputBox.flightTravllers .lbl_input::after,
._MyBiz .fsw_inputBox.travelFor .lbl_input::after,
._MyBiz .hsw_inputBox.dates .lbl_input::after,
._MyBiz .hsw_inputBox.roomGuests .lbl_input::after,
._MyBiz .hsw_inputBox.travelFor .lbl_input::after,
._MyBiz .rsw_inputBox.dates .downArrow::after,
._MyBiz .rsw_inputBox.travelFor .downArrow::after,
._MyBiz .bussw_inputBox.dates .downArrow::after,
._MyBiz .csw_inputBox.dates .lbl_input::after,
._MyBiz .csw_inputBox.timePicker .lbl_input::after,
._MyBiz .csw_inputBox.travelFor .lbl_input::after,
._MyBiz .vsw_inputBox.dates .lbl_input::after,
._MyBiz .vsw_inputBox.flightTravllers .lbl_input::after {
    border: solid var(--color-primary-mybiz);
    border-width: 0 2px 2px 0;
}
/* Shake error message */
.shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/* B2B Pending and Approval Card */
.noCursor {
    cursor: default !important;
}

.b2bCard {
    height: 218px !important;
}

.approvedTag {
    background-image: linear-gradient(189deg, #43e1a8, #219393);
}

.pendingTag {
    background-image: linear-gradient(189deg, #ff7f3f, #ff3e5e);
}

.rejectedTag {
    background-image: linear-gradient(189deg, #f5515f, #9f0469);
}

.approvedTag,
.pendingTag,
.rejectedTag {
    width: 105px;
    height: 21px;
    border-radius: 19.6px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: -12px;
    left: 41px;
}
/* MyBiz Mmt Black */
.personalAccountModal {
    width: 510px;
    min-height: 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
}

.modalBackdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    background: rgb(0 0 0 / 70%);
}

.accountHeader {
    padding: 30px;
}

.accountLists {
    padding: 0 10px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .accountLists li a {
        display: flex;
        align-items: center;
        padding: 18px 19px;
        border-radius: 4px;
        transition: 0.2s ease-in-out all;
    }
        /* stylelint-disable-next-line no-descending-specificity */
        .accountLists li a:hover {
            background: #eaf5ff;
        }

.accountIcon {
    width: 44px;
    height: 44px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.mmtBlackModal {
    width: 700px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 40%);
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1002;
    padding: 30px 40px;
}

.blackHeader {
    display: flex;
    align-items: center;
}

.blackImg {
    width: 150px;
    margin-right: 20px;
    flex-shrink: 0;
}

.txtBlack {
    color: #b8860b;
}

.mmtBlackBenifits {
    background: #fff6e1;
    border: 1px #f9e1a8 solid;
    border-radius: 10px;
    padding: 20px;
    margin: 5px 0 10px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .mmtBlackBenifits ul li {
        color: #b8860b;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

        .mmtBlackBenifits ul li:last-child {
            margin-bottom: 0;
        }

.whyShouldLink {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #e7e7e7;
    padding: 30px;
    display: flex;
}

.linkImg {
    width: 57px;
    margin-right: 20px;
    flex-shrink: 0;
}

.btnLinkAccount {
    padding: 14px 30px;
}

.popCloseBtn {
    position: fixed;
    right: 40px;
    top: 40px;
    width: 20px;
    height: 20px;
    z-index: 1002;
}

    .popCloseBtn::before,
    .popCloseBtn::after {
        position: absolute;
        left: 8px;
        content: ' ';
        height: 20px;
        width: 2px;
        background-color: #9b9b9b;
    }

    .popCloseBtn::before {
        transform: rotate(45deg);
    }

    .popCloseBtn::after {
        transform: rotate(-45deg);
    }

.icStar {
    background-position: -175px -524px;
    width: 22px;
    height: 24px;
}

@keyframes page_loader__mover {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.pageLoaderMover {
    width: 100%;
    background: var(--color-link-primary);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: page_loader__mover 2s infinite;
}

.pageLoader {
    height: 1px;
    background: #dcdcdc;
    position: relative;
    width: 40px;
}

.pageLoaderWrapper {
    height: 100vh;
}
/* Retry login modal */
.personalAccountModal.retryModal {
    min-height: auto;
}

.primaryBtn.retryCta {
    padding: 10px 20px;
}

.retryModal a.popCloseBtn {
    right: 15px;
    top: 15px;
}
/* More discount or wallet surge card */
/* .moreDisImg { background-position:-53px -316px; width: 58px; height: 58px; } */
.moreDisImg {
    background-position: -53px -316px;
    display: inline-block;
    font-size: 0;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
}

.moreDisText {
    line-height: 30px;
    display: block;
    text-align: center;
    padding-top: 6px;
}

.disCounterWrap {
    border-radius: 16px;
    background-image: linear-gradient(258deg, #ff3e5e, #ff7f3f);
    display: inline-flex;
    padding: 3px 8px 3px 4px;
    align-items: center;
    margin: 0 4px;
    min-width: 90px;
}

.timeIcon {
    width: 18px;
    height: 18px;
    background-position: -118px -317px;
}
/* myBiz New icon */
.myIconWhite {
    background-position: -67px -489px !important;
}
/* stylelint-disable-next-line no-duplicate-selectors */
.myBizIcon {
    background-position: -98px -491px;
}

.recPendingIcon {
    background-position: -53px -425px !important;
}

.travelBlogImgWrap {
    width: 261px;
    height: 129px;
    background-color: #f1f1f1;
}

.whyBookImgWarper {
    width: 40px;
    flex-shrink: 0;
    margin-right: 10px;
}

.minHeight45 {
    min-height: 45px;
}

.whyBookFallBackImgWarper {
    height: 83px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}
/* -- Special Fare -- */
html[dir='ltr'] .specialFare {
    display: flex;
    position: relative;
}

    html[dir='ltr'] .specialFare::after {
        content: '';
        position: absolute;
        right: 0;
        top: 3px;
        width: 1px;
        height: 25px;
        border-right: solid 1px #d8d8d8;
        margin-right: 5px;
    }

    html[dir='ltr'] .specialFare li {
        position: relative;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
        background-color: #ffffff;
        padding: 10px;
        text-transform: uppercase;
        margin-right: 10px;
        cursor: pointer;
    }

        html[dir='ltr'] .specialFare li.activeItem {
            background: var(--color-link-primary);
            color: #fff;
        }

    html[dir='ltr'] .specialFare .specialFareTooltip {
        position: absolute;
        top: 45px;
        left: 0;
        width: 241px;
        padding: 10px;
        text-transform: none;
        -webkit-box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
        box-shadow: 0 2px 7px 0 rgb(0 0 0 / 30%);
        z-index: 3;
        background-color: #249995;
        display: none;
        border-radius: 4px;
        font-weight: normal;
    }

    html[dir='ltr'] .specialFare li:hover .specialFareTooltip {
        display: block;
    }

html[dir='ltr'] .specialFareTooltip::after {
    bottom: 100%;
    left: 40px;
    border: solid transparent;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgb(36 153 149 / 0%);
    border-bottom-color: #249995;
    border-width: 10px;
    margin-left: -10px;
}

.fsw .travellers {
    width: 600px !important;
}
/* stylelint-disable-next-line no-descending-specificity */
.travellers .specialFare {
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    padding: 4px 0;
    position: static;
}
    /* stylelint-disable-next-line no-descending-specificity */
    .travellers .specialFare::after {
        display: none;
    }

html[dir='ltr'] .travellers .specialFare li {
    box-shadow: none;
    text-transform: none;
    font-weight: normal;
    padding: 6px;
    position: relative;
    z-index: 0;
    background: none;
    width: 100px;
    text-align: center;
    margin-right: 0;
}
/* stylelint-disable-next-line no-descending-specificity */
.travellers .specialFare li .specialFareTooltip {
    display: none;
}
/* stylelint-disable-next-line no-descending-specificity */
.travellers .specialFare li.activeItem {
    font-weight: 600;
}

html[dir='ltr'] .travellers .specialFare li.activeItem::after {
    content: '';
    width: 100px;
    height: 38px;
    background: var(--color-link-primary);
    position: absolute;
    top: -7px;
    left: 0;
    z-index: -1;
    border-radius: 4px;
}
/* stylelint-disable-next-line no-descending-specificity */
.travellers .specialFare li:hover {
    background: #f2f2f2;
    font-weight: 600;
}
/* stylelint-disable-next-line no-descending-specificity */
.itemCard.whatsNewFallBackImgWarper img {
    width: 100% !important;
    background: linear-gradient(90deg, #dfdddf, #efefef);
}

.disabled {
    color: #c2c2c2 !important;
    opacity: 0.6;
    pointer-events: none;
    text-decoration-color: #c2c2c2 !important;
}

#hsw_search_button,
#search_button {
    font-family: var(--font-family);
}

.minContainer {
    min-height: 300px;
}

._aff .minContainer {
    position: relative;
    z-index: 3;
}

html[dir='rtl'] .swipCircle {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: -22px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 30px 0 rgb(0 0 0 / 10%);
    z-index: 1;
    cursor: pointer;
}

html[dir='rtl'] .travellers .specialFare li {
    box-shadow: none;
    text-transform: capitalize;
    font-weight: normal;
    padding: 6px;
    position: relative;
    z-index: 0;
    background: none;
    width: 120px;
    text-align: center;
    margin-left: 0;
}

    html[dir='rtl'] .travellers .specialFare li.activeItem::after {
        content: '';
        width: 100px;
        height: 38px;
        background: var(--color-link-primary);
        position: absolute;
        top: -7px;
        right: 0;
        z-index: -1;
        border-radius: 4px;
    }
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .landingCardSlider .slideItem .itemCard {
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 20%);
    background-color: #ffffff;
    margin: 5px 2px 5px 10px;
    padding: 0 15px 15px;
    cursor: pointer;
    direction: rtl;
    text-align: right;
}

.newLabelTag {
    margin-top: -22px;
    margin-bottom: 4px;
}

.newLabel {
    top: -13px;
    left: 22px;
    position: absolute;
}

.newLabelTag__bagde {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(67deg, #43e1a8, #219393);
}

.newLabelRed {
    position: absolute;
    top: 0;
    right: 6px;
    transform: translateY(-50%);
}

.newLabelRedTag {
    width: 29px;
    height: 14px;
    flex-grow: 0;
    font-family: var(--font-family);
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ec2127;
}

.newLabelTag__bagdeFont {
    font-size: calc(var(--font-scale, 1) * 11px) !important;
}

html[dir='rtl'] .blueOnewayArrowIcon {
    background-position: -48px -495px;
    width: 10px;
    height: 8px;
    transform: rotate(180deg);
}
/* Common Slider Css */
html .commonSlider .landingCardSlider .slick-slider .slick-prev {
    top: -64px;
    right: 59px;
}

html .commonSlider .landingCardSlider .slick-slider .slick-next {
    top: -64px;
    right: 26px;
}

html .commonSlider .commonSlider__info {
    display: flex;
}

html .commonSlider .landingCardSlider {
    width: calc(100% - 335px);
    margin-right: 0;
}

html .commonSlider__info--left {
    width: 290px;
    display: flex;
    flex-direction: column;
    margin-right: 45px;
    flex-shrink: 0;
}
    /* stylelint-disable-next-line no-descending-specificity */
    html .commonSlider__info--left ul {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
    }
        /* stylelint-disable-next-line no-descending-specificity */
        html .commonSlider__info--left ul li {
            font-size: calc(var(--font-scale, 1) * 16px);
            font-weight: bold;
            padding: 15px 0;
            border-bottom: solid 1px #d8d8d8;
        }
            /* stylelint-disable-next-line no-descending-specificity */
            html .commonSlider__info--left ul li a {
                display: flex;
                align-items: center;
            }
/* stylelint-disable-next-line no-descending-specificity */
html .commonSlider .landingCardSlider .slideItem .itemCard {
    position: relative;
    margin: 0;
    padding: 0;
    box-shadow: none;
}

html .commonSlider .slick-track {
    display: flex;
    margin: 0;
}

html .commonSlider .slick-slide {
    height: auto;
}

    html .commonSlider .slick-slide > div {
        height: 100%;
    }
    /* stylelint-disable-next-line no-descending-specificity */
    html .commonSlider .slick-slide img {
        max-height: none;
    }

html .commonSlider .tertiaryBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--font-scale, 1) * 16px);
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 22px;
    border-radius: 6px;
    border: solid 1px #9f9f9f;
    background-color: rgb(0 0 0 / 42%);
    width: 254px;
}
/* stylelint-disable-next-line no-descending-specificity */
html[dir='rtl'] .userSection li {
    cursor: pointer;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    margin-right: 5px;
    border-radius: 4px;
    padding: 5px 10px;
}
    /* stylelint-disable-next-line no-descending-specificity */
    html[dir='rtl'] .userSection li.myBizIntro {
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    }

    html[dir='rtl'] .userSection li.personalIntro {
        width: 270px;
        background: #eaf5ff;
        border-radius: 4px;
        box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    }
/* stylelint-disable-next-line no-descending-specificity */
.arrowDown {
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 3px;
    border-top: 2px solid #008cff;
    border-right: 2px solid #008cff;
    -webkit-transform: rotate(135deg) skew(3deg, 3deg);
    -moz-transform: rotate(135deg) skew(3deg, 3deg);
    -ms-transform: rotate(135deg) skew(3deg, 3deg);
    -o-transform: rotate(135deg) skew(3deg, 3deg);
    transform: rotate(135deg) skew(3deg, 3deg);
}


 :root {
    /* Container colors */
    --tp-dt-container-bg: #fff;
    --tp-dt-container-shadow: rgba(117, 117, 117, 0.25);
    /* Gradient colors for input border */
    --tp-dt-gradient-color-1: #51afe6;
    --tp-dt-gradient-color-2: #355ff2;
    --tp-dt-gradient-color-3: #11287a;
    /* Input box colors */
    --tp-dt-input-wrapper-bg: #fdfdfd;
    --tp-dt-input-text-color: #000;
    --tp-dt-input-placeholder-color: #555555;
    /* Greeting message colors */
    --tp-dt-greeting-text-color: #3e3e3e;
    /* Chip colors */
    --tp-dt-chip-bg: #ffffff;
    --tp-dt-chip-shadow: rgba(0, 0, 0, 0.1);
    --tp-dt-chip-shadow-hover: rgba(0, 0, 0, 0.15);
    /* Header colors */
    --tp-icon-bg: #acacac;
}


 .tp-dt-enhanced-floating-cta-wrapper {
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 20px;
    z-index: 10000;
}

.wrapper-minimized {
    width: 380px;
    transition: width 1s ease;
}

.tp-dt-enhanced-floating-cta {
    width: 331px;
    height: 377px;
    border-radius: 20px;
    background: var(--tp-dt-container-bg);
    background-image: url(https://jsak.mmtcdn.com/pwa/platform-myra-ui/static/sub_icons/tp-floating-icon-bg.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 1px 32px 0 var(--tp-dt-container-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    transform-origin: center bottom;
}

    .tp-dt-enhanced-floating-cta.tp-dt-cta-minimizing {
        animation: scaleDownAndMoveBelow 1s ease forwards;
    }

@keyframes scaleDownAndMoveBelow {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0);
        z-index: 1;
    }

    50% {
        z-index: 0;
        transform: scale(0.4) translateY(20px);
        opacity: 0.5;
    }

    80% {
        opacity: 0;
        transform: scale(0.2) translateY(20px);
        z-index: 0;
    }

    100% {
        opacity: 0;
        transform: scale(0.2) translateY(20px);
        z-index: 0;
    }
}

.tp-dt-enhanced-cta-input-box-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    transform-origin: right bottom;
    transition: all 1s ease;
}

    .tp-dt-enhanced-cta-input-box-wrapper:not(.tp-dt-input-scaling-up) {
        right: 20px;
    }

    .tp-dt-enhanced-cta-input-box-wrapper:not(.tp-dt-input-scaling-up) {
        cursor: default;
    }

    .tp-dt-enhanced-cta-input-box-wrapper.tp-dt-input-scaling-up {
        cursor: pointer;
    }
/* input box styles start*/
.tp-dt-enhanced-input-box-container {
    width: 291px;
    height: 58px;
    background: linear-gradient( 158deg, var(--tp-dt-gradient-color-1) 31.4%, var(--tp-dt-gradient-color-2) 66.06%, var(--tp-dt-gradient-color-3) 77.82% );
    border-radius: 12px;
    margin-top: 20px;
    padding: 4px;
    box-sizing: border-box;
    margin-top: auto;
    margin-bottom: 16px;
    transition: width 1s ease, height 1s ease;
}

.tp-dt-input-scaling-up .tp-dt-enhanced-input-box-container {
    width: 380px;
    height: 66px;
}

.tp-dt-input-box-with-shadow {
    box-shadow: 0 0 40px rgba(81, 175, 230, 0.5), 0 0 20px rgba(53, 95, 242, 0.4);
    filter: drop-shadow(0 0 30px rgba(81, 175, 230, 0.4));
}

.tp-dt-enhanced-input-box-wrapper {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: var(--tp-dt-input-wrapper-bg);
    border-radius: 10px;
    display: flex;
}

.tp-dt-enhanced-input-box {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-dt-input-text-color);
    box-sizing: border-box;
    border: none;
    outline: none;
    width: 90%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: transparent;
    resize: none;
    padding: 8px 12px;
    font-family: inherit;
    overflow: hidden;
    line-height: 1.5;
    max-height: 42px; /* 2 lines: 14px * 1.5 * 2 = 42px */
    transition: font-size 1s ease, max-height 1s ease;
}

.tp-dt-input-scaling-up .tp-dt-enhanced-input-box {
    font-size: 16px;
    max-height: 48px; /* 2 lines: 16px * 1.5 * 2 = 48px */
}

.tp-dt-enhanced-input-box::placeholder {
    color: var(--tp-dt-input-placeholder-color);
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.3;
}

.tp-dt-enhanced-search-icon {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    cursor: pointer;
    transition: height 1s ease, width 1s ease;
}

.tp-dt-input-scaling-up .tp-dt-enhanced-search-icon {
    height: 44px;
    width: 44px;
}
/* input box styles end */
/* bot avatar styles start */
.tp-dt-bot-avatar {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}

    .tp-dt-bot-avatar::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 15px;
        background: radial-gradient( ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 40%, transparent 70% );
        border-radius: 50%;
        filter: blur(4px);
    }

.tp-dt-bot-avatar-minimizing {
    animation: botAvatarMinimize 1s ease forwards;
}

@keyframes botAvatarMinimize {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    100% {
        opacity: 0;
        transform: translateY(-10px) scale(0.5);
    }
}

.tp-dt-bot-static-image {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.tp-dt-bot-animated-image {
    width: 150px !important;
    height: 150px !important;
    object-fit: contain;
}
/* bot avatar styles end */
/* greeting message styles start */
.tp-dt-greeting-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 500ms ease-out; /* matches GREETING_ANIMATION_DURATION */
    opacity: 1;
    transform: translateY(0);
    margin-top: 30%;
}

.tp-dt-greeting-message--fade-out {
    opacity: 0;
    transform: translateY(-50px);
}

.tp-dt-greeting-text {
    font-size: 16px;
    color: var(--tp-dt-greeting-text-color);
    font-weight: 700;
}

.tp-dt-greeting-name {
    font-size: 36px;
    font-weight: 800;
    background: linear-gradient( 158deg, var(--tp-dt-gradient-color-1) 31.4%, var(--tp-dt-gradient-color-2) 66.06%, var(--tp-dt-gradient-color-3) 77.82% );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
    margin-top: -10px;
}
/* greeting message styles end */
/* chips styles start */
.tp-dt-chips-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 0 20px;
    margin-top: 30%;
}

.tp-dt-chip-wrapper {
    background: var(--tp-dt-chip-bg);
    border-radius: 16px;
    box-shadow: 0 2px 8px var(--tp-dt-chip-shadow);
    max-width: 75%;
    max-height: 58px;
    box-sizing: border-box;
    padding: 12px 16px;
    overflow: hidden;
}

.tp-dt-chip {
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .tp-dt-chip:hover {
        box-shadow: 0 4px 12px var(--tp-dt-chip-shadow-hover);
        transform: translateY(-2px);
    }
/* First chip - no bottom-right border radius */
.tp-dt-chip--first {
    border-bottom-right-radius: 0;
    align-self: flex-end;
    margin-right: 25px;
    animation: slideFirstChip 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes slideFirstChip {
    0% {
        opacity: 0;
        transform: translateX(120px) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}
/* Move first chip up from 30% to higher position */
.tp-dt-chip--first-move-up {
    animation: moveFirstChipUp 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes moveFirstChipUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-60px);
    }
}
/* Second chip - no bottom-left border radius */
.tp-dt-chip--second {
    border-bottom-left-radius: 0;
    align-self: flex-start;
    margin-left: 25px;
    text-align: left;
    animation: slideSecondChip 0.9s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes slideSecondChip {
    0% {
        opacity: 0;
        transform: translateX(-120px) translateY(-30px) scale(0.7);
    }

    100% {
        opacity: 1;
        transform: translateX(0) translateY(-30px) scale(1);
    }
}
/* Move second chip up as well */
.tp-dt-chip--second-move-up {
    animation: moveSecondChipUp 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes moveSecondChipUp {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(-60px);
    }
}
/* chips styles end */
/* header styles start */
.tp-dt-header {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    display: flex;
    padding: 10px 16px;
    box-sizing: border-box;
    padding-top: 10px;
    justify-content: space-between;
    margin-top: 5px;
    position: relative;
}

.tp-dt-header-icon {
    height: 28px;
    width: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-icon-bg);
    cursor: pointer;
}

    .tp-dt-header-icon img {
        height: 45%;
        width: 45%;
        object-fit: contain;
    }

.tp-dt-bot-avatar-container {
    width: 174px;
    height: 174px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    pointer-events: none;
}
/* header styles end */
/* frame minimize icon styles start */
.tp-dt-enhanced-floating-cta-frame-minimize-icon {
    position: absolute;
    top: 10px;
    left: -50px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tp-dt-enhanced-floating-cta-frame-minimize-icon img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        border-radius: 50%;
    }
/* frame minimize icon styles end */

 .tp-frame {
    z-index: 13;
    border: none;
    box-shadow: none;
    opacity: 0;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background-color: "red";
}

.tp-frame.tp-frame-transition {
    transition: 0.5s ease-in-out bottom 0.02s;
}

.tp-frame.showIframe {
    bottom: 0%;
    visibility: visible;
    opacity: 1;
}

.tp-loader-container-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    right: 0px;
    z-index: 999;
    display: flex;
    align-items: flex-end;
}

.tp-loader-container {
    height: 100%;
    width: 100%;
    position: relative;
    bottom: 0;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.tp-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hQHHMq {
    display: flex;
    flex-direction: column;
    background: rgb(242, 242, 242);
    padding-bottom: 115px;
}

    .hQHHMq * {
        font-family: var(--font-family);
    }

.kLJSye {
    display: flex;
    flex-direction: column;
    background: url(https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/aqglyz2c9480erwm0vzejxov-unsplash-1sicm1dwd38-2-1.png) center center / cover no-repeat;
    height: 200px;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.bGcWZO {
    position: absolute;
    inset: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) -2.97%, rgba(0, 0, 0, 0.5) 28.81%, rgba(102, 102, 102, 0) 88.25%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    animation: 0.1s ease-in-out 0s 1 normal none running slideDown;
}

.dOqtdD {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    position: relative;
}

.eKeMgm {
    display: flex;
    flex-direction: column;
    padding-top: 22px;
    height: 100%;
    padding-bottom: 16px;
    justify-content: space-between;
}

.eFBMdg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.kUVmid {
    display: flex;
    align-items: center;
}

.eFBMdg ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .eFBMdg ul li::after {
        content: "";
        display: inline-block;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-image: initial;
        border-width: 0px 2px 2px 0px;
        padding: 3px;
        transform: rotate(-45deg);
        margin: 0px 10px 0px 12px;
    }

    .eFBMdg ul li {
        font-size: calc(var(--font-scale, 1) * 16px);
        color: rgb(255, 255, 255);
        margin-right: 10px;
        cursor: pointer;
    }


.kFCPQL {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50%;
    width: 114px;
    height: 114px;
    padding: 0px;
    border: none;
}

    .kFCPQL img {
        border-radius: 50%;
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .kFCPQL .edit-icon-overlay {
        position: absolute;
        bottom: -100%;
        right: 0px;
        left: 0px;
        background: rgba(0, 122, 255, 0.5);
        border-radius: 50% 50% 0px 0px;
        height: 100px;
        display: flex;
        padding-top: 14px;
        justify-content: center;
        opacity: 1;
        transition: bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

.wujnG {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    height: 114px;
    overflow: hidden;
}

.jvuNfx {
    display: flex;
    flex-direction: column;
    margin-left: 32px;
    gap: 6px;
    height: 100%;
    justify-content: center;
}

.gNDfrp {
    display: flex;
    gap: 12px;
    margin-left: auto;
}

.fvAwOj {
    display: flex;
    margin: 0px auto;
    width: 1200px;
    z-index: 0;
}

.ghgPaR {
    color: rgb(255, 255, 255);
    font-size: calc(var(--font-scale, 1) * 14px);
    align-items: center;
    display: inherit;
}

.fpUdjT {
    color: rgb(255, 255, 255);
    font-size: calc(var(--font-scale, 1) * 22px);
    font-weight: 900;
}

.iWfIsP {
    width: 20px;
    height: 22px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1745905594494-mmt-profile.png);
    background-size: 54px 22px;
    background-position: -4px 1px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 7px;
}

.jECEBS {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.jddAEE {
    width: 20px;
    height: 22px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1745905594494-mmt-profile.png);
    background-size: 54px 22px;
    background-position: 22px -64px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 7px;
}

.cvXSRx {
    width: 26px;
    height: 25px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -5px -67px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.ZFzNT {
    font-weight: 900;
}

.eBlsie {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    font-size: calc(var(--font-scale, 1) * 14px);
    cursor: pointer;
}

.bdfUBN {
    width: 26px;
    height: 25px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -128px 2px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.bxyNPV {
    display: flex;
    align-items: center;
    gap: 4px;
}

.hwbFkZ {
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: rgb(0, 140, 255);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    margin-left: 8px;
}

.fvAwOj {
    display: flex;
    margin: 0px auto;
    width: 1200px;
    z-index: 0;
}

.iYqEtr {
    display: flex;
    flex-direction: column;
    min-height: 580px;
    width: 300px;
    padding: 20px;
    border-radius: 20px 0px 0px 20px;
    background: rgb(255, 255, 255);
    border-right: 1px solid rgb(216, 216, 216);
    border-left: none;
    height: calc(-150px + 100vh);
}

.dtNTRR {
    display: flex;
    flex-direction: column;
}

.gKKsrU{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.jSnLZI {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: calc(var(--font-scale, 1) * 14px);
    background: rgb(234, 245, 255);
    color: rgb(0, 0, 0);
    font-family: Lato, sans-serif;
    font-weight: 400;
    transition: background 0.3s;
    margin-bottom: 10px;
}

.biCHGI {
    width: 26px;
    height: 25px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -35px -3px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.gTuyyr {
    width: 8px;
    height: 8px;
    background: rgb(236, 33, 39);
    border-radius: 50%;
}

.hiuxGj {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: calc(var(--font-scale, 1) * 14px);
    background: transparent;
    color: rgb(74, 74, 74);
    font-family: Lato, sans-serif;
    font-weight: 400;
    transition: background 0.3s;
    margin-bottom: 10px;
}

.jZPDbo {
    width: 26px;
    height: 22px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -67px -3px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.iPHlyM {
    width: 25px;
    height: 20px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -124px -33px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.bviERk {
    margin-top: 150px;
    position: relative;
}

.wxKWn {
    width: 24px;
    height: 21px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -97px -31px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.lioMxw {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    border-radius: 0px 20px 20px 0px;
    background: rgb(255, 255, 255);
    min-height: calc(-150px + 100vh);
    z-index: 4;
}

@media (max-height: 730px) {
    .lioMxw {
        margin-bottom: 0px;
    }
}

.gxbMNo {
    display: flex;
    flex-direction: column;
}

.eHrQRQ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px;
    border-bottom: 1px solid rgb(216, 216, 216);
    position: sticky;
    top: 35px;
    background: rgb(255, 255, 255);
    border-radius: 0px 20px 0px 0px;
    z-index: 5;
    margin-bottom: max(-224px + 100vh, 507px);
}

.aVrCz{
    font-weight: 700;
    border-radius: 8px;
    cursor: not-allowed;
    transition: 0.3s ease-in-out;
    font-size: calc(var(--font-scale, 1) * 12px);
    padding: 9px 16px;
    min-width: 80px;
    height: auto;
    background: rgb(203, 203, 203);
    color: rgb(51, 51, 51);
    border: none;
}

.knGvJW {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin-top: calc(-1 * max(-224px + 100vh, 507px));
}

.bDJHTd {
    display: flex;
    padding: 8px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(64deg, rgb(255, 228, 230) 16.4%, rgb(255, 251, 227) 83.6%);
}

.jRVBQi {
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-bottom: 5px;
    padding-bottom: 16px;
}

.jUAvCc {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.dtDfwD {
    position: relative;
    width: 50%;
}

.dtDfxf {
    position: relative;
    width: 23%;
}

.lbJMh {
    position: relative;
    width: 100%;
}
.bYIsDb.input-fills {
    top: 11px;
    font-size: calc(var(--font-scale, 1) * 12px + var(--font-scale-webview));
    color: rgb(117, 117, 117);
}

.bYIsDb {
    position: absolute;
    z-index: 1;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: calc(var(--font-scale, 1) * 14px + var(--font-scale-webview));
    font-weight: 700;
    color: rgb(74, 74, 74);
    transition: 0.3s;
    pointer-events: none;
    background: transparent;
    padding: 0px;
}

.fRyfMV {
    width: 100%;
    min-height: 48px;
    padding: 20px 12px 6px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 8px;
    background: rgb(246, 246, 246);
    font-size: calc(var(--font-scale, 1) * 16px + var(--font-scale-webview));
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 900;
    position: relative;
}

    .fRyfMV .check-icon {
        border-style: solid;
        border-color: rgb(0, 126, 125);
        border-image: initial;
        border-width: 0px 2px 2px 0px;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        transition: transform 0.3s;
        margin-top: -16px;
    }

.ZjZHY {
    display: flex;
    gap: 20px;
    margin-bottom: 0px;
}

.bVeIYM {
    font-size: calc(var(--font-scale, 1) * 12px);
    color: rgb(74, 74, 74);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    margin-top: -10px;
}

.bTKAkh {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
    width: 100%;
}

.gwWDdJ.input-empty {
    border-color: rgb(204, 232, 255);
    background: transparent;
    cursor: pointer;
}

.gwWDdJ[data-cy="profile-mobile"] {
    direction: ltr;
    text-align: left;
}

.gwWDdJ {
    width: 100%;
    min-height: 48px;
    color: rgb(0, 0, 0);
    padding: 20px 12px 6px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 8px;
    background: rgb(246, 246, 246);
    font-size: calc(var(--font-scale, 1) * 16px);
    outline: none;
    font-weight: 900;
    transition: 0.3s;
}

.jFIyuy {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: calc(var(--font-scale, 1) * 14px);
    color: rgb(0, 140, 255);
    transition: 0.3s;
    pointer-events: none;
    font-weight: 700;
}

.esWrgq {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: Lato, sans-serif;
    margin-bottom: 0px;
    width: 100%;
}

.cdvlHq {
    width: 100%;
    min-height: 48px;
    padding: 20px 12px 6px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 8px;
    background: rgb(246, 246, 246);
    font-size: calc(var(--font-scale, 1) * 16px + var(--font-scale-webview));
    outline: none;
    font-weight: 700;
    transition: 0.3s;
}

.efMvtf {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: calc(var(--font-scale, 1) * 14px + var(--font-scale-webview));
    color: rgb(74, 74, 74);
    transition: 0.3s;
    pointer-events: none;
    font-weight: 700;
}

.dtDfBb {
    position: relative;
    width: 49%;
}

.ghbIOw {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.dgWVNb {
    content: " ";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: calc(var(--font-scale, 1) * 12px);
    border: 1px solid rgb(117, 117, 117);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(117, 117, 117);
    margin-left: 3px;
}

.fZvWXU {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 330px;
    max-width: 400px;
    padding: 8px;
    border-radius: 8px;
    background-color: rgb(0, 126, 125);
    color: white;
    line-height: 1.4;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    animation: 0.2s ease-in-out 0s 1 normal none running none;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.jUFLup {
    background: none;
    border: none;
    color: white;
    font-size: calc(var(--font-scale, 1) * 25px + var(--font-scale-webview));
    line-height: 1;
    padding: 5px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}

.fZvWXU::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: rgb(0, 126, 125) transparent transparent;
}

.eMBuRK {
    width: 24px;
    height: 24px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -37px -33px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.bCjbYo {
    display: flex;
    flex-direction: column;
    background: url(https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/aqglyz2c9480erwm0vzejxov-unsplash-1sicm1dwd38-2-1.png) center center / cover no-repeat;
    height: 94px;
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0px;
    right: 0px;
    animation: 0.2s ease-in-out 0s 1 normal none running slideDown;
}

.laxXxl {
    display: flex;
    flex-direction: column;
    min-height: 580px;
    width: 300px;
    padding: 20px;
    border-radius: 20px 0px 0px 20px;
    background: rgb(255, 255, 255);
    border-right: 1px solid rgb(216, 216, 216);
    border-left: none;
    position: sticky;
    top: 35px;
    align-self: flex-start;
    height: calc(-150px + 100vh);
    z-index: 999;
    overflow: auto;
}

.efMvtf.input-fills {
    top: 11px;
    font-size: calc(var(--font-scale, 1) * 12px + var(--font-scale-webview));
    color: rgb(117, 117, 117);
}

.efMvtf:focus {
    top: 11px;
    font-size: calc(var(--font-scale, 1) * 12px + var(--font-scale-webview));
    color: rgb(0, 123, 255);
}

.fRyfMV .arrow {
    border-style: solid;
    border-color: rgb(117, 117, 117);
    border-image: initial;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    transition: transform 0.3s;
    margin-top: -16px;
}

.jFIyuy.input-fills {
    top: 11px;
    font-size: calc(var(--font-scale, 1) * 12px);
    color: rgb(117, 117, 117);
}
.jRVBQi h3 {
    font-size: calc(var(--font-scale, 1) * 18px);
    font-weight: 700;
    margin-bottom: 16px;
    color: rgb(0, 0, 0);
}

.hooNID {
    display: flex;
    align-items: center;
    gap: 14px;
}

.hFzZJz {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hxHwHb {
    color: rgb(0, 0, 0);
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 900;
}

.bFXDMG {
    color: rgb(0, 0, 0);
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 400;
}

.edwTVM {
    display: flex;
    height: 32px;
    padding: 8px;
    font-family: Lato, sans-serif;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    color: rgb(0, 140, 255);
    text-align: center;
    font-size: calc(var(--font-scale, 1) * 12px);
    font-weight: 700;
}

.gbafoP {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.NqVkz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
}
.bmZMuO {
    display: flex;
    flex-direction: column;
    background: url(https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/q03cekelw609ewndatkz2229-unsplash-1sicm1dwd38-4-1.png) center center / cover no-repeat;
    height: 200px;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}

.fvhFZU {
    display: flex;
    flex-direction: column;
    background: url(https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/q03cekelw609ewndatkz2229-unsplash-1sicm1dwd38-4-1.png) center center / cover no-repeat;
    height: 94px;
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0px;
    right: 0px;
    animation: 0.2s ease-in-out 0s 1 normal none running slideDown;
}

.dpfnfX {
    height: 35px;
    z-index: 4;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.iYqEtr h2 {
    font-size: calc(var(--font-scale, 1) * 12px);
    margin-bottom: 20px;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.eHrQRQ h2 {
    font-size: calc(var(--font-scale, 1) * 22px);
    font-weight: 900;
    color: rgb(0, 0, 0);
}

.jxuGUg {
    color: rgb(207, 129, 0);
    font-weight: 700;
    padding-right: 4px;
}

.fHEnMs {
    font-size: calc(var(--font-scale, 1) * 12px);
    color: rgb(74, 74, 74);
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    margin-top: 0px;
}
.cTpobX {
    display: flex;
    flex-direction: column;
    background: url("https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/gnpvitc4g91yw7eq8cn9xkw2-mountains-2.png") center center / cover no-repeat;
    height: 200px;
    width: 100%;
    position: relative;
    margin-bottom: 32px;
}
.lnPwaN {
    display: flex;
    flex-direction: column;
    background: url("https://imgak.mmtcdn.com/pwa_v3/pwa-mmt-static-pages/attachments/gnpvitc4g91yw7eq8cn9xkw2-mountains-2.png") center center / cover no-repeat;
    height: 94px;
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0px;
    right: 0px;
    animation: 0.2s ease-in-out slideDown;
}


.userDropdown {
    animation: fadeInDown .3s linear;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
    position: absolute;
    right: 0;
    top: 36px;
    width: 348px;
    z-index: 14;
}

.makeFlex.column {
    flex-direction: column;
}

.font12 {
    font-size: 12px;
    line-height: 14px;
}

.font12 {
    font-size: 12px;
    line-height: 14px;
}

.paddingLR20 {
    padding-right: 20px;
    padding-left: 20px;
}

.appendBottom10 {
    margin-bottom: 10px;
}

.appendTop15 {
    margin-top: 15px;
}

.makeFlex {
    display: flex;
}

.userItems {
    padding: 10px 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.appendRight20 {
    margin-right: 20px;
}

.lineHeight16 {
    line-height: 16px !important;
}

.blackText {
    color: #000;
}

.hiuxGj:hover {
    background: rgb(245, 245, 245);
}

.indexstyles__TabItem-sc-19j92oh-3:focus {
    outline: 2px solid #4a90e2; /* light blue */
    border-radius: 4px;
}

*:focus {
    outline: auto !important;
}

.jDcTbD {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgb(216, 216, 216);
    position: sticky;
    top: 35px;
    background: rgb(255, 255, 255);
    z-index: 5;
    border-radius: 0px 20px 0px 0px;
}

.kQPTSC {
    display: flex;
    flex-direction: column;
}

.ftUfew {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid rgb(216, 216, 216);
    position: sticky;
    top: 35px;
    background: rgb(255, 255, 255);
    z-index: 5;
    border-radius: 0px 20px 0px 0px;
    margin-bottom: max(-224px + 100vh, 507px);
}

.stdRZ {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0px 20px 20px;
    margin-top: calc(-1 * max(-224px + 100vh, 507px));
}

.ftUfew h2 {
    font-size: calc(var(--font-scale,1) * 22px);
    font-weight: 900;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}

.bqmiHa {
    display: flex;
    margin-bottom: 10px;
}

.fWvdAp {
    width: 40px;
    height: 40px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fzTjYt {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.DUOeB {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    border-bottom: medium;
}

.dXHbhy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 0%;
}

.emmeNg {
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: calc(var(--font-scale, 1) * 12px);
    padding: 12px 16px;
    min-width: 86px;
    height: auto;
    background: none;
    color: rgb(0, 140, 255);
    border: 1px solid rgb(0, 140, 255);
    margin: 0px 46px;
}

.fspwNF {
    display: flex;
    flex-direction: column;
    font-family: var(--font-family,'Lato',sans-serif);
    height: 100%;
}

.jDcTbD h2 {
    font-size: calc(var(--font-scale,1) * 22px);
    font-weight: 900;
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
}

.kvVlnB {
    display: flex;
    align-items: center;
    cursor: pointer;
}

[dir="ltr"] .kvVlnB {
    margin-left: auto;
}

.SrWmO {
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: calc(var(--font-scale, 1) * 12px);
    padding: 9px 16px;
    min-width: 80px;
    height: auto;
    background: rgb(203, 203, 203);
    color: rgb(51, 51, 51);
    border: medium;
    margin: 0px 0px 0px 20px;
}

.iBqpek {
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: calc(var(--font-scale, 1) * 12px);
    padding: 9px 16px;
    min-width: 80px;
    height: auto;
    background: linear-gradient(91.67deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 100%);
    color: rgb(255, 255, 255);
    border: medium;
    margin: 0px 0px 0px 20px;
}

.SrWmO {
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: calc(var(--font-scale, 1) * 12px);
    padding: 9px 16px;
    min-width: 80px;
    height: auto;
    background: rgb(203, 203, 203);
    color: rgb(51, 51, 51);
    border: medium;
    margin: 0px 0px 0px 20px;
}

.iBqpek {
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    font-size: calc(var(--font-scale, 1) * 12px);
    padding: 9px 16px;
    min-width: 80px;
    height: auto;
    background: linear-gradient(91.67deg, rgb(83, 178, 254) 0%, rgb(6, 90, 243) 100%);
    color: rgb(255, 255, 255);
    border: medium;
    margin: 0px 0px 0px 20px;
}

.wUOlj {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}

.jhfkHh {
    animation: 0.8s cubic-bezier(0.4, 0, 0.2, 1) kSHDzZ;
    margin-bottom: 105px;
}

.ldVauk {
    display: flex;
    align-items: center;
    background: rgb(255, 243, 224);
    color: rgb(185, 119, 27);
    border-radius: 16px;
    padding: 16px;
    font-size: calc(var(--font-scale,1) * 14px);
    font-weight: 700;
    margin-bottom: 16px;
}

.gcQsYl {
    border-bottom: 1px solid rgb(216, 216, 216);
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.gcQsYl:last-child {
    border: medium;
    margin-bottom: 0px;
}

.gcQsYl {
    padding-bottom: 10px;
}

/*reset password*/

.ejQTcY {
    width: 25px;
    height: 24px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -98px -97px; /* eye open */
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.dyMJiS {
    width: 25px;
    height: 24px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -124px -97px; /* eye close */
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

/* container with eye */
.rtformFeild.has-eye {
    position: relative;
}

    /* give space for the eye icon */
    .rtformFeild.has-eye .rtInput {
        padding-right: 45px;
    }

/* eye toggle container */
.rtEyeToggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

    /* we’ll just show/hide these two */
    .rtEyeToggle .eye-close {
        display: none;
    }

.userDropdown .landingSprite {
    /* background-image: url('//imgak.mmtcdn.com/pwa_v3/pwa_commons_assets/desktop/landingSprite@29x.png'); */
    background-image: url('/img/landingsprite@29x.png');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 200px 700px;
    font-size: 0;
    flex-shrink: 0;
}

.iWqRDO {
    width: 24px;
    height: 21px;
    background-image: url(https://go-assets.ibcdn.com/u/MMT/images/1747823259249-myProfileSprite.png);
    background-size: 165px 130px;
    background-position: -97px -31px;
    display: inline-block;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
}

/* Backdrop */
.indexstyles__BackDrop-sc-yajy6r-0 {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 50;
}

/* Popup wrapper */
.indexstyles__PopupWrap-sc-yajy6r-1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 540px;
    width: 100%;
    z-index: 55;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

/* White card */
.indexstyles__Content-sc-yajy6r-2 {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
    padding: 24px 32px 28px;
    position: relative;
}

/* Close (X) icon */
.indexstyles__ClosePopup-sc-yajy6r-3 {
    position: absolute;
    right: 18px;
    top: 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

    .indexstyles__ClosePopup-sc-yajy6r-3::before,
    .indexstyles__ClosePopup-sc-yajy6r-3::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 16px;
        height: 2px;
        background: #999;
        transform-origin: center;
    }

    .indexstyles__ClosePopup-sc-yajy6r-3::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .indexstyles__ClosePopup-sc-yajy6r-3::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

/* Reset password block */
/*.indexstyles__ResetPwdWrap-sc-114lugt-0 {
    width: 100%;
}*/

/* Title */
/*.indexstyles__TitleSection-sc-114lugt-1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    color: #111827;
}*/

/* Description text */
/*.indexstyles__DescText-sc-114lugt-5 {
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 1.4;
    color: #6b7280;
}*/

/* Input box row (field + eye) */
/*.indexstyles__InboxBox-sc-114lugt-3 {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 14px;
}*/

/* Input wrapper (border + label) */
/*.indexstyles__InputWrapper-sc-1g6l9u7-0 {
    position: relative;
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 6px 0 0 6px;
    background: #f9fafb;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
}*/

/* Input */
/*.indexstyles__StyledInput-sc-1g6l9u7-1 {
    border: none;
    outline: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
    color: #111827;
}*/

/* Floating label */
/*.indexstyles__Label-sc-1g6l9u7-2 {
    position: absolute;
    top: -8px;
    left: 10px;
    padding: 0 4px;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9ca3af;
    background: #ffffff;
}*/

/* Eye icon area */
/*.indexstyles__InboxEye-sc-114lugt-4 {
    width: 44px;
    min-width: 44px;
    border: 1px solid #d1d5db;
    border-left: none;
    border-radius: 0 6px 6px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    cursor: pointer;
}*/

/* Icon placeholder (you can replace with sprite/icon font) */
/*.indexstyles__IconWrapper-sc-1si7uw4-0 {
    display: inline-block;
}*/

/* Error text */
/*.indexstyles__RedText-sc-114lugt-7 {
    margin: 4px 0 10px;
    font-size: 12px;
    color: #dc2626;
    display: flex;
    align-items: center;
}

.indexstyles__InfoIcon-sc-114lugt-2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid #f97373;
    font-size: 10px;
    margin-right: 6px;
}*/

/* Forgot password link */
/*.indexstyles__BlueText-sc-114lugt-6 {
    font-size: 13px;
    color: #2563eb;
    margin: 0 0 18px;
    text-decoration: none;
}*/

/* Button container */
/*.indexstyles__BtnSet-sc-114lugt-8 {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}*/

/* Base button style */
/*.indexstyles__StyledButton-sc-12jrbef-0 {
    border-radius: 6px;
    height: 42px;
    padding: 0 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    outline: none;
    width: 48%;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}*/

    /* Cancel button (variant="link") */
    /*.indexstyles__StyledButton-sc-12jrbef-0[variant="link"] {
        background: #ffffff;
        color: #2563eb;
        border: 1px solid #2563eb;
    }

        .indexstyles__StyledButton-sc-12jrbef-0[variant="link"]:hover {
            background: #eff6ff;
        }*/

    /* Primary button (RESET PASSWORD) */
    /*.indexstyles__StyledButton-sc-12jrbef-0[variant="primary"] {
        background: linear-gradient(90deg, #2563eb, #1d4ed8);
        color: #ffffff;
        border: none;
        box-shadow: 0 4px 8px rgba(37, 99, 235, 0.3);
    }

        .indexstyles__StyledButton-sc-12jrbef-0[variant="primary"]:hover {
            background: linear-gradient(90deg, #1d4ed8, #1e40af);
        }*/

/* Small screen adjustments */
/*@@media (max-width: 600px) {
    .indexstyles__Content-sc-yajy6r-2 {
        padding: 20px 16px 22px;
    }
}*/

/* container */
/*.rtformFeild {
    position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    font-family: var(--bs-body-font-family, Arial, sans-serif);
}*/

    /* input */
    /*.rtformFeild.text-type-field .rtInput {
        width: 100%;
        box-sizing: border-box;
        height: 50px;*/
        /*border: 1px solid #b5dcff; */
        /*border: 1px solid #cfcfcf;
        border-radius: 2px;
        padding: 25px 15px 10px;
        color: var(--black-color, #000);
        font-size: calc(var(--font-scale, 1)*16px);
        font-weight: var(--font-bolder, 900);
        background-color: #f6f6f6;
        outline: none;
    }*/

    /* label default (inside box) */
    /*.rtformFeild.floating-label label {
        position: absolute;
        left: 19px;
        top: 18px;
        color: var(--primary-blue-color, #4a4a4a);
        font-weight: var(--font-bold, 700);
        text-transform: uppercase;
        font-size: calc(var(--font-scale, 1)*14px);
        pointer-events: none;
        transition: all .2s ease;
    }*/

/* RTL support */
/*html[dir=rtl] .rtformFeild.floating-label label {
    left: inherit;
    right: 19px;
}*/

/* when input is focused or has value – move label up */
/*.rtformFeild .rtInput:focus + label,
.rtformFeild .rtInput:not(:placeholder-shown) + label {
    top: 5px;
    font-size: 11px;
}*/

/* optional: change border on focus */
/*.rtformFeild .rtInput:focus {
    border-color: #008cff;
    background-color: #f7fbff;
}*/