



.user-login-dialog .loginIllustration {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    height: 80px;
    width: 80px;
}

.user-login-dialog .dialog-text-heading {
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    margin-top: 24px;
}

.user-login-dialog .dialog-text {
    color: rgba(0, 0, 0, 0.87);
    text-align: center
}

.user-login-dialog .close,
.user-otp-dialog .close {
    right: 16px;
    position: absolute;
    top: 16px;
    cursor: pointer;
    opacity: .5;
}

.user-otp-dialog .otpIllustration {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    height: 80px;
    width: 80px;
}

.user-otp-dialog .dialog-text-heading {
    text-align: center;
    color: rgba(0, 0, 0, .87)
}

.user-otp-dialog .dialog-text {
    color: rgba(0, 0, 0, .87);
    text-align: center;
}

.user-otp-dialog input {
    width: 206px;
    border: none;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.17px;
    margin: 0 auto;
    display: block;
    margin-top: 24px;
    text-align: center;
    caret-color: #ef1c74;
    color: rgba(0, 0, 0, .87);
}

.user-login-dialog .errorMsg,
.user-otp-dialog .errorMsg {
    text-align: center;
    color: #ef1c74;
    font-size: 12px;
    margin-top: 8px;
}

.user-otp-dialog .send-otp-button {
    width: auto;
    height: auto;
    padding: 10px 24px;
    display: block;
    margin: auto;
    margin-top: 24px;
    background: #f7f7fa;
    color: rgba(0, 0, 0, .2);
    font-weight: bold;
    font-size: 14px;
}

.send-otp-button.active {
    background: #ef1c74;
    color: #fff;
}

.user-login-dialog input {
    width: 186px;
    font-size: 28px;
    font-weight: bold;
    color: rgba(0, 0, 0, .87);
    line-height: 28px;
    letter-spacing: 1.17px;
    border: none;
    caret-color: #ef1c74;
    margin: 24px auto;
    display: block;
    text-align: center;
}

.user-login-dialog .send-otp-button {
    min-width: 110px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, .2);
    background: #f7f7fa;
    display: block;
    margin: auto;
    width: auto;
    height: auto;
    padding: 6px 18px;
    font-size: 16px;
}

.send-otp-button.active {
    background: #ef1c74;
    color: #fff;
}

.user-otp-dialog ::-webkit-input-placeholder,
.user-login-dialog ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .2);
}

.user-otp-dialog input:placeholder-shown,
.user-login-dialog input:placeholder-shown {
    text-align: left;
}

.user-login-dialog .policy {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    color: #A0A0A0;
    line-height: 16px;
}

.policy a {
    display: block;
    color: #EF1C74;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

@media(max-width: 800px) {
    .user-login-dialog input {
        width: 190px;
    }

    .user-login-dialog .close,
    .user-otp-dialog .close {
        left: 16px;
        position: absolute;
        top: 24px;
    }

    .user-login-dialog .close {
        right: 16px;
        left: auto;
    }

    .user-login-dialog .send-otp-button {
        padding: 4px 12px;
        font-size: 12px;
    }

    .user-login-dialog .policy {
        text-align: center;
        margin-top: 14px;
        font-size: 12px;
        color: #A0A0A0;
        line-height: 16px;
    }

    .policy a {
        display: block;
        color: #EF1C74;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
    }

    .user-login-dialog .signup-banner {
        width: 110%;
        margin: 0 -5%;
        margin-top: 60px;
        border-radius: 16px;
        box-shadow: 0 3px 8px 0 rgb(0 0 0 / 42%);
    }

    .user-otp-dialog .send-otp-button {
        min-width: 110px;
        padding: 4px 12px;
        font-size: 12px;
    }
}

.user-login-dialog input::-webkit-outer-spin-button,
.user-login-dialog input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.user-login-dialog input[type=number] {
    -moz-appearance: textfield;
}

/* Keyboard styling */
/*  Virtual keyboard  */
/* Keyboard styling */
/* .inputContainer {
display: flex;
flex-direction: row;
width: 200px;
}

.input {
border-radius: 4px;
width: 40px;
height: 40px;
margin-left: 5px;
margin-right: 5px;
border: 1px solid #CCCCCC;
padding: 10px;
background-color: #FCFCFC;
color: #0f0f0f;
height: 48px;
font-size: 22px;
margin-bottom: 20px;
} */

.verify:active,
.key:active {
    opacity: 0.5;
}

.verify:disabled {
    background-color: #00000033;
    color: grey;
}

.keyboardContainer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #d2d4da;
    padding-bottom: 72;
    z-index: 90;
}

.keyboard {
    display: flex;
    width: 100vw;
    flex-direction: column;
    border-radius: 10px 10px 0px 0px;
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #d2d4da;
}

.keyboard .row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5px;
}

.keyboard .row .emptyKey {
    flex: 1;
    padding: 6px;
    margin: 4px;
    background-color: #d2d4da;
}

.keyboard .row .key {
    flex: 1;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 4px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 24px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    color: #0f0f0f;
}

.keyboard .row .delKey {
    flex: 1;
    display: flex;
    height: 50px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 4px;
    justify-content: center;
    align-items: center;
    background-color: #d2d4da;
    border: none;
}

.number-input {
    padding: 5px;
    width: 250px;
    min-height: 20px;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    caret-color: #ef1c74;
    margin: 16px auto;
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 28px;
    font-weight: bold;
    color: rgba(0, 0, 0, .87);
    line-height: 28px;
    letter-spacing: 1.17px;
    text-align: center;
}

.custom-caret {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 28px;
    background-color: #ef1c74;
    animation: blink-caret 1s infinite;
}

@keyframes blink-caret {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width:800px) {
    #verifyOtp {
        /* margin-bottom: 300px; */
        padding: 4px 12px;
        font-size: 12px;
    }
}

.number-input-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.random_spacer {
    display: block;
    width: 100%;
    height: 350px;
}


.numeric-keyboard {
    width: 300px;
    margin: 0 auto;
}

.numeric-keyboard .keyboard .keyboard-row {
    display: flex;
}

.keyboard-row .button {
    display: flex;
    flex: 1;
    padding: 15px;
    margin: 5px;
    max-height: 50px;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 400;
    justify-content: center;
    align-items: center;
}

.button_active {
    background-color: #d0d0d0;
}

.keyboard-row .backspace,
.keyboard-row .Next {
    background-color: #ACAFB0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.keyboard-row .Next {
    color: #4285F4
}

.keyboard-row .emptyBtn {
    background-color: #ACAFB0;
}

.keyboard-row .dark-emptyBtn {
    background-color: #171717;
    color: #fff;
    border: none;
}

.numeric-keyboard .dark-keyboard {
    background-color: #090909;
}

.keyboard-row .dark-backspace,
.keyboard-row .dark-Next {
    background-color: #171717;
    border: none;
}

.keyboard-row .dark-button {
    background-color: #2E2E2E;
    color: #fff;
    border: none;
}


.walletBalanceContainer {
    border-radius: 20px;
    border: none;
    position: relative;
    padding: 4px 0;
    margin-left: 30px;
    margin-top: -30px;
    height: 24px;
    display: inline-block;
    padding-right: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: rgb(212, 130, 0);
    cursor: pointer;
    background: linear-gradient(152deg, rgba(212, 130, 0, 1) 0%, rgba(239, 28, 116, 1) 0%, rgba(46, 16, 142, 1) 100%);
}

.walletBalanceContainer .userProfilePic {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: -20px;
}

.userProfilePic.default {
    background: #ffffff;
    padding: 6px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .12);
}

.walletBalanceContainer .pointsInfo {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 4px;
    font-weight: 500;
}

.walletBalanceContainer .coinIcon {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-left: 4px;
}

.walletBalanceContainer .walletIcon {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    margin-left: 4px;
}


.header .search {
    line-height: normal;
}

.header .user-holder {
    font-size: inherit;
    padding: 0;
}

.header .user-holder:hover {
    background-color: initial;
}

.user.logged-in {
    background: none;
    /* position: relative; */
    padding-top: 0;
    padding-bottom: 0;
}

.tooltip .tooltipText {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 184px;
    height: fit-content;
    padding: 4px 8px;
    border-radius: 2px;
    background: linear-gradient(90deg, #2e108e, #ef1c74);
    color: white;
    line-height: 16px;
    font-size: 12px;
    top: 120%;
    left: -85%;
    animation: moveUpDown 5s linear 0s infinite;
    -webkit-animation-fill-mode: both;
    -webkit-animation-duration: 10s;
}

@keyframes moveUpDown {
    76% {
        transform: translateY(0px);
    }

    80% {
        transform: translateY(20%);
    }

    84% {
        transform: translateY(0px);
    }

    88% {
        transform: translateY(20%);
    }

    92% {
        transform: translateY(0px);
    }

    96% {
        transform: translateY(20%);
    }

    0%,
    100% {
        transform: translateY(0px);
    }
}

@media(max-width: 800px) {
    .tooltip .tooltipText {
        top: 125%;
        left: auto;
        right: 0;
        border: 1px solid white;
    }
}

.tooltipText .magicCoin {
    height: 12px;
    width: 12px;
    margin-left: 2px;
    margin-right: 9px;
}

.tooltipText .closeIcon {
    height: 16px;
    width: 16px;
}

.tooltip .tooltipText::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 60%;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #AF187D transparent;
}

.user .coin-info {
    right: -10px;
    bottom: -10px;
}

.logged-in .coin-info {
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
    width: 68px;
    padding: 2px;
}

.coin-info .header-coin {
    height: 10px;
    vertical-align: middle;
}

.header .user-image {
    width: 42px;
    height: 42px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
}

.header .desktop-balance {
    color: #000;
    position: absolute;
    width: max-content;
    top: 47%;
    right: 44px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background: #E8E8E8;
    border-radius: 20px 0 0 20px;
    z-index: -1;
    padding: 4px 20px 4px 12px;
    font-size: 12px;
    gap: 2px;
}

.desktop-balance img {
    height: 16px;
}

.wallet-menu-balance-holder.non-homepage {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-menu-balance-holder.non-homepage .wallet-balance-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.wallet-menu-balance-holder.non-homepage .wallet-balance-holder.pro {
    margin-top: 0;
    height: auto;
    background: none;
    border-radius: 0;
}

.non-homepage .wallet-balance-holder.pro .magic-pro {
    height: 36px;
}

.non-homepage .wallet-balance-holder .wallet-balance-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 48px;
}

.non-homepage .wallet-balance-profile .wallet-balance-coin {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E8E8E8;
    padding: 6px 6px 6px 10px;
    height: 100%;
}

.non-homepage .wallet-balance-holder .points-info {
    display: inline-block;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.non-homepage .wallet-balance-holder .coin-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-left: 2px;
}

.non-homepage .wallet-balance-holder .user-profile-pic {
    height: 48px;
    width: 48px;
    border-radius: 8px;
    border: 1px solid #FBFCFD;
}

.non-homepage .wallet-balance-holder .user-profile-pic.default {
    background: #ffffff;
}

.non-homepage .wallet-balance-holder.pro .userProfilePic {
    height: 36px;
    width: 36px;
    border-radius: 8px;
}

@media (max-width: 900px) {
    .non-homepage .wallet-balance-profile .wallet-balance-coin {
        padding: 2px;
    }
}

@media (max-width: 1200px) {
    .non-homepage .wallet-balance-holder .wallet-balance-profile {
        gap: 8px;
        height: 36px;
    }

    .non-homepage .wallet-balance-holder .user-profile-pic {
        height: 36px;
        width: 36px;
    }
}

@media (max-width: 800px) {
    .non-homepage .wallet-balance-holder .wallet-balance-profile {
        height: auto;
    }

    .non-homepage .wallet-balance-holder .user-profile-pic {
        height: 28px;
        width: 28px;
    }

    .non-homepage .wallet-balance-profile .wallet-balance-coin {
        padding: 4px 8px 4px 10px;
        border-radius: 8px;
    }

    .non-homepage .wallet-balance-holder .points-info {
        font-size: 12px;
        line-height: 18px;
    }

    .non-homepage .wallet-balance-holder .coin-icon {
        width: 16px;
        height: 16px;
        margin-left: 4px;
    }

    .non-homepage .wallet-balance-holder.pro .magic-pro {
        height: 28px;
    }

    .non-homepage .wallet-balance-holder.pro .userProfilePic {
        height: 28px;
        width: 28px;
    }

    .coin-info .header-coin {
        height: 8px
    }

    .header .user-image {
        width: 32px;
        height: 32px;
    }

    .user .coin-info {
        font-size: 8px;
        width: auto;
        bottom: -8px;
        right: -10px;
    }

    .logged-in .coin-info {
        width: 50px;
        bottom: 0;
        transform: translateX(-50%);
    }
}


.locationPromptContainer {
    text-align: center;
    color: rgba(0, 0, 0, .87);
}

.locationPromptContainer.aligned {
    text-align: left;
}

.locationPromptContainer .logo {
    height: 48px;
}

.locationPromptContainer .loading {
    font-size: 16px;
    margin-top: 24px;
}

.locationPromptContainer .infoHead {
    width: 100%;
}

.infoHead .title {
    font-weight: 900;
    color: rgba(0, 0, 0, .87);
    padding: 8px 12px;
    display: block;
    font-size: 18px;
    width: 75%;
    width: max-content;
    border-bottom: .5px solid #e6e6e6;
    margin: 0 auto;
    padding: 12px;
}

.locationPromptContainer .infoBody {
    font-weight: 400;
    line-height: 1.4;
    color: rgba(0, 0, 0, .87);
    margin: 12px 0;
    margin-bottom: 20px;
}

.infoBody a {
    display: none;
}

.locationPromptContainer .allow {
    display: block;
    margin: 0 auto;
    border: none;
    background: #ef1c74;
    padding: 12px 56px;
    border-radius: 22px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}


.locationPromptContainer .cancel {
    color: #ef1d73;
    font-size: 13px;
    margin-top: 18px;
    cursor: pointer;
}


/* Location Prompt Popup */
.locationPromptContainer .heading {
    color: rgba(0, 0, 0, .87);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 12px;
}

.locationPromptContainer .closeIcon {
    position: absolute;
    top: -14px;
    left: -14px;
    background: #fff;
    border-radius: 50%;
    padding: 4px;
    height: 28px;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 12%);
    cursor: pointer;
}

.locationPromptContainer .branding {
    position: absolute;
    top: -40px;
    right: 14px;
}

.locationPromptContainer .manualEntry {
    padding: 9px 13px 9px 13px;
    font-size: 14px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    font-weight: bold;
    width: 100%;
    background: #fff;
    color: #ef1c74;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: 1.75;
    border: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}


.locationPromptContainer .autoDetect {
    padding: 9px 13px 9px 13px;
    font-size: 14px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    font-weight: bold;
    background: #ef1c74;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 1.75;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}


.searchLocation .searchLocationResults,
.searchLocation .locationConfirmationPopup,
.searchQuery .searchQueryResults {
    background: white;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1000;
    list-style: none;
    text-align: left;
    max-height: 500px;
    border-radius: 4px;
    overflow: auto;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .2);
}

.searchLocation input::placeholder {
    font-family: Poppins, 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #767676;
}

.searchLocation .locationConfirmationPopup,
.searchLocation .searchLocationResults {
    width: 295px;
    top: 46px;
    padding-top: 24px;
    border-radius: 10px;
    border: 1px solid #ef1c74;
    max-height: 300px;
    overflow: hidden;
}

.home-search .searchLocation .locationConfirmationPopup,
.home-search .searchLocation .searchLocationResults {
    border: 0px;
}

.searchLocationResults .resultContainer {
    overflow-y: scroll;
    max-height: 170px;
    margin-right: 2px;
    margin-bottom: 6px;
    scrollbar-width: thin;
    scrollbar-color: #ef1c74 #fff;
}

.searchLocationResults .resultContainer {
    scrollbar-color: rgba(0, 0, 0, 0.1) #fff;
}

.searchLocationResults .resultContainer.popular {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 10px 0px;
}

.resultContainer::-webkit-scrollbar {
    width: 6px;
    display: block;
    background-color: #fff;
}

.resultContainer::-webkit-scrollbar-thumb {
    background-color: #ef1c74;
    border-radius: 10px;
}

.home-search .resultContainer::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
}

.home-search .searchLocation .locationConfirmationPopup,
.home-search .searchLocation .searchLocationResults {
    top: 54px;
}

.searchLocation .locationConfirmationPopupTooltip,
.searchLocation .locationResultTooltip {
    position: absolute;
    top: 30px;
    left: 5.8%;
    border: 8px solid;
    border-color: transparent transparent #ef1c74 transparent;
    z-index: 1000;
}

.home-search .searchLocation .locationConfirmationPopupTooltip,
.home-search .searchLocation .locationResultTooltip {
    left: 10.2%;
    top: 38px;
    border-color: transparent transparent #fff transparent;
}

.searchLocation .locationConfirmationPopup {
    display: flex;
    flex-direction: column;
    width: 330px;
    padding-bottom: 24px;
}

.locationConfirmationPopup .currentLocationBanner {
    display: flex;
    gap: 2px;
    padding: 0px 24px;
    margin-bottom: 2px;
    font-size: 16px;
    line-height: 20px;
}

.locationConfirmationPopup .currentLocationBanner.permit {
    font-weight: 600;
    margin-bottom: 10px;
}

.locationConfirmationPopup .currentLocation {
    padding: 0px 24px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.locationConfirmationPopup .buttonContainer {
    display: flex;
    gap: 12px;
    padding: 0px 24px;
}

.locationConfirmationPopup .buttonContainer.vertical {
    flex-direction: column;
}

.locationConfirmationPopup .buttonContainer button {
    flex-basis: 100%;
    padding: 8px 16px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ef1c74;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #ef1c74;
}

.buttonContainer button.accept {
    background-color: #ef1c74;
    color: #fff;
}

.searchLocationResults .detectLocation {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px;
    border: 1px solid #ef1c74;
    border-radius: 10px;
    background: white;
    margin: 0px 24px 12px;
}

.detectLocation .locationIcon {
    width: 20px;
    height: auto;
}

.searchLocationResults .detectLocation:hover {
    background: #fff1f7;
    color: #ef1c74;
}

.searchLocationResults .popularHeading {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, .54);
    font-weight: 500;
    margin: 12px 24px 8px;
}

.searchLocationResults li {
    text-overflow: ellipsis;
    padding: 8px 24px;
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    position: relative;
}

.resultContainer.popular .popularSearchItem {
    overflow: visible;
    padding: 8px 24px;
}

.resultContainer.popular .popularSearchItem:hover {
    background: rgba(0, 0, 0, 0.078);
}

.searchLocationResults .searchLocationItem:hover {
    background: rgba(0, 0, 0, 0.078);
}

.popularSearchItem .trendingImage {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

.popularSearchItem .localityTitle {
    color: rgba(0, 0, 0, 0.84);
    display: inline;
    font-size: 16px;
}

@media(max-width: 800px) {
    .searchLocation .searchLocationResults {
        width: 100%;
    }
}

.header .header-search {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    z-index: 100000;
    width: 60%;
}

.header .header-search:first-child {
    margin-left: 0;
    top: 0;
    display: inline-grid;
    grid-template-columns: 1fr 6fr 1fr;
    width: 100%;
}

.header-search .searchLocation {
    display: inline-block;
    position: relative;
    background: #eceef4;
    border-radius: 12px;
    text-align: left;
}

.home-search .header-search .searchLocation {
    border-right: 1px solid rgba(0, 0, 0, .12);
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.header-search input {
    border: none;
    border-radius: 4px;
    padding: 8px;
    padding-right: 32px;
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: top;
    text-align: left;
    text-overflow: ellipsis;
    caret-color: #ef1c74;
    background-color: white !important;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.searchLocation input.location {
    background: url("favicon.ico") no-repeat scroll 12px 14px;
    padding-left: 36px;
    background-size: 16px;
    border-radius: 12px;
    height: 48px;
}

.searchLocation input.location::placeholder {
    font-family: Poppins, 'sans-serif';
    font-size: 14px;
    font-weight: 400;
    color: #5C5C5C;
}

.home-search .searchLocation input.location {
    width: 200px;
    background: url("favicon.ico") no-repeat scroll 20px 20px;
    background-size: 20px;
    padding-left: 48px;
    height: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.home-search .searchLocation input::placeholder {
    font-family: Poppins, 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #767676;
}

.searchLocation .locationHolder {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    height: 100%;
    width: 100%;
    border-radius: 12px;
}

.home-search .searchLocation .locationHolder {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    height: 100%;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.locationHolder .selectedLocation {
    width: 100%;
    height: 100%;
    background: url("location-yellow.svg") no-repeat scroll 12px 14px;
    padding: 13px;
    padding-left: 36px;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    line-height: 20px;
    color: #5C5C5C;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    background-size: 20px;
    font-family: Poppins, sans-serif;
}

.home-search .locationHolder .selectedLocation {
    width: 100%;
    height: 100%;
    background: url("favicon.ico") no-repeat scroll 20px 14px;
    background-size: 20px;
    padding: 12px 12px 12px 52px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    border: 0;
    color: #767676;
}

.home-search .header-search .searchLocation {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.home-search .header-search input {
    display: inline-block;
    background: white;
    border: none;
    padding: 12px 8px;
    font-size: 16px;
    line-height: 24px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media(max-width: 800px) {
    .home-search .header-search .searchLocation {
        width: 90%;
        border-radius: 4px;
    }

    .locationHolder .selectedLocation {
        background-size: 24px;
    }

    .home-search .searchLocation .searchLocationResults {
        max-height: 300px;
        width: 100%;
    }
}


.deal {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    width: 94%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.deal-info-holder .deal-image-holder {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.deal-info-holder .deal-image {
    height: 4rem;
    width: 4rem;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    object-fit: cover;
    cursor: pointer;
}

.deal .deal-info-holder {
    position: relative;
}

.deal-image-holder .sponsoredIcon {
    position: absolute;
    top: -2px;
    left: -4px;
}

.deal .brands-holder {
    display: flex;
    align-items: center;
    margin-top: 6px;
    padding: 0px 0px;
}

.brands-holder .brands-logo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .12);
    margin: 0px -2px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 12%);
}

.brands-holder .countDisplay {
    width: 34px;
    height: 34px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .54);
    font-size: 10px;
    line-height: 34px;
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 12%);
}

.brands-holder .earn-extra {
    margin-left: 12px;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
    line-height: 16px;
}

.searchQueryResults .deal-info-holder .deal-image {
    height: 5rem;
    width: 5rem;
}

.deal-info-holder .earn-tagline {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
}

.home-search .deal-info-holder .earn-tagline {
    line-height: 16px;
}

.deal-info-holder .deal-info {
    display: inline-block;
    vertical-align: middle;
    width: 76%;
    text-align: left;
    position: relative;
    cursor: pointer;
}

.searchQueryResults .deal-info-holder .deal-info {
    width: 72%;
}

.home-search .searchQueryResults .deal-info {
    width: 80%;
}

.deal-info .locality {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
}

.deal-info .merchant-name {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, .87);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 68%;
    display: inline-block;
}

.deal-info .magicpay {
    line-height: 18px;
}

.deal-info .merchant-subcat {
    font-size: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    line-height: 12px;
}

.merchant-subcat span::after {
    content: ",";
    margin-right: 2px;
}

.merchant-subcat span:last-child::after {
    content: "";
    margin-right: 0;
}

.deal-info .earn,
.deal-info .delivery {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: rgb(239, 28, 116);
    font-weight: 500;
}

.earn .earn-text,
.delivery .delivery-text {
    vertical-align: middle;
}

.delivery .delivery-text {
    color: #3b74fc;
}

.earn .earn-icon,
.delivery .delivery-icon {
    vertical-align: middle;
    height: 12px;
    width: 12px;
}

.magicpay .icon {
    vertical-align: middle
}

.magicpay .magicpay-text {
    vertical-align: middle;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
}

.home-search .magicpay .magicpay-text {
    margin-left: -10px;
}

.deal-info .rating-holder {
    height: auto;
    border-radius: 4px;
    display: inline-grid;
    grid-template-columns: 1fr auto;
    font-size: 12px;
    color: #fff;
    padding-right: 8px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 0;
}

.rating-holder .star {
    width: 12px;
    margin: 0;
    margin-left: 4px;
    display: inline-block;
    padding: 0;
    margin-right: 4px;
    vertical-align: middle;
}

.rating-holder .rating-text {
    vertical-align: middle;
    padding-right: 8px;
    line-height: 12px;
}

@media(max-width: 800px) {
    .home-search .searchQueryResults .deal-info {
        width: 70%;
    }

    .deal .brands-holder {
        padding: 0px 10px;
    }
}


.voucher {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    width: 94%;
    margin: 0 auto;
    padding: 12px 0;
    display: block;
    padding-bottom: 24px;
    text-align: left;
}

.voucher .voucher-info-holder {
    display: block;
    position: relative;
}

.voucher .sponsoredIcon {
    position: absolute;
    left: -4px;
    top: -4px;
}

.voucher-info-holder .voucher-image {
    height: 70px;
    width: 70px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    object-fit: cover;
}

.voucher-info-holder .voucher-info {
    display: inline-block;
    vertical-align: middle;
    width: 76%;
}

.voucher-info .locality {
    font-size: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    margin-bottom: 4px;
}

.voucher-info .merchant-name {
    font-size: 16px;
    color: rgba(0, 0, 0, .87);
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.voucher-info .merchant-subcat {
    font-size: 10px;
    font-weight: 500;
    color: rgba(0, 0, 0, .54);
    margin-top: 4px;
}

.voucher-info .magicpay {
    margin-top: 4px
}

.magicpay .icon {
    vertical-align: middle
}

.magicpay .magicpay-text {
    vertical-align: middle;
    color: rgba(0, 0, 0, .54);
    font-size: 12px;
}

.voucher-footer {
    background: #f7f7fa;
    margin: 0;
    margin-top: 12px;
    padding: 12px;
    position: relative;
    text-align: left;
    display: block;
}

.voucher-footer .magicorder-details,
.voucher-footer .voucher-details {
    display: inline-block;
}

.magicorder-details .deal-detail {
    display: flex;
    max-width: max-content;
    gap: 8px;
}

.deal-detail .magicorder-icon {
    width: 28px;
}

.magicorder-details .starting-from,
.voucher-details .starting-from {
    color: rgba(0, 0, 0, .87);
    font-size: 14px;
    line-height: 16px;
}

.magicorder-details .starting-from {
    font-size: 12px;
    font-weight: 600;
}

.starting-from .usable-percent {
    background: #00bfa5;
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    margin-left: 6px;
    font-size: 10px;
    vertical-align: middle;
}

.magicorder-details .boughtRedemption,
.voucher-details .boughtRedemption {
    font-size: 12px;
    color: rgba(0, 0, 0, .54);
    margin-top: 8px;
    line-height: 16px;
}

.magicorder-details .boughtRedemption {
    font-size: 10px;
    margin-top: 0px;
}

.magicorder-details .paymentsInfo,
.voucher-details .paymentsInfo {
    margin-top: 10px;
    font-size: 10px;
    color: rgba(0, 0, 0, 0.87);
}

.paymentsInfo .payments::before {
    content: "+";
    margin-right: 6px;
    position: relative;
}

.payments.saveInfo {
    color: #821dff;
    font-weight: bold;
}

.paymentsInfo .payments:first-child::before {
    content: "";
    margin: 0;
}

.paymentsInfo .payment-icon {
    height: 16px;
    vertical-align: middle;
}

.paymentsInfo .payments {
    margin-right: 6px;
    color: #821dff;
}

.payments.dull {
    color: rgba(0, 0, 0, .87);
}

.voucher-footer .redeem {
    display: inline-block;
    vertical-align: top;
    float: right;
    color: #3b74fc;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 12px;
}

.redeem .redeem-text {
    vertical-align: middle;
}

.redeem .redeem-text.magicorder {
    color: #821dff;
}

.redeem .redeem-icon {
    vertical-align: middle;
    width: 12px;
    height: 12px;
}

.voucher-footer .outOfStockIcon {
    height: 50px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    position: absolute;
}


.universal-search-wrapper {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 1000;
    line-height: initial;
}

.universal-search-cta {
    width: 92%;
    border: 1px solid rgba(0, 0, 0, .12);
    height: 32px;
    margin: 24px 12px;
    background: url("search.svg") 8px 5px no-repeat;
    background-color: #f7f7fa;
    padding-left: 36px;
    font-size: 14px;
    border-radius: 4px;
}

.universal-search-wrapper .universal-search {
    width: 100%;
    background: #fff;
    z-index: 1000;
    top: 0;
    position: fixed;
}

.universal-search .back-arrow-holder {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 0;
    text-align: left;
}

.universal-search .back {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    float: left;
}

.universal-search .universal-search-holder {
    position: fixed;
    width: 100%;
    top: 52px;
    background: #fff;
    text-align: center;
    padding: 12px 0px;
    margin-top: 2px;
}

.universal-search-holder .query-input {
    width: 90%;
    background: #f7f7fa url("search.svg") 8px 4px no-repeat;
    padding: 6px 6px 6px 38px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
    color: black;
    font-size: 14px;
}

.universal-search .search-results-holder {
    margin-top: 128px;
    height: 100vh;
    overflow: auto;
}

.more-results-loader {
    color: #458eff;
    padding-bottom: 190px;
    text-align: center;
}

.searchQueryResults .more-results-loader {
    padding-bottom: 12px;
}

.home-search .searchQuery .searchQueryResults {
    top: 50px
}

.universal-search .toggleHolder,
.searchQueryResults .toggleHolder {
    font-size: 16px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 700;
    padding: 12px 0px 0px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .12);
}

.universal-search .toggleHolder {
    position: fixed;
    top: 108px;
    width: 100%;
}

.searchQueryResults .holder-div {
    max-height: 390px;
    overflow-y: scroll;
}

.toggleHolder .resultType {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

.resultType.active {
    border-bottom: 2px solid #3b74fc;
    color: #3b74fc;
}

.searchQueryResults .header-results {
    padding: 8px 0;
    background: #f7f7fa;
    font-size: 14px;
    padding-left: 12px;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
}

.searchQueryResults .loader-holder,
.searchQueryResults .no-results-found {
    display: flex;
    min-height: 390px;
    justify-content: center;
    align-items: center;
}

.universal-search .search-results {
    margin-top: 120px;
    overflow: auto;
    height: 100vh;
}

.search-results .query-suggestions,
.search-results .suggestions {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #191C32;
    padding: 10px 20px;
}

.search-results .query-suggestions:hover,
.search-results .suggestions:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.suggestions .suggestion-icon {
    height: 20px;
    min-width: 20px;
}

.search-results .query-suggestions {
    font-weight: 600;
}

.query-suggestions .text {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.text .subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #a0a0a0;
    font-weight: 400;
}

.query-suggestions .query-suggestion-icon {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
}

.search-results .header-results {
    padding: 8px 0;
    background: #f7f7fa;
    font-size: 14px;
    padding-left: 12px;
    color: rgba(0, 0, 0, 0.87);
    text-align: left;
}

.search-results .voucher-results-holder {
    width: 100%;
    padding-bottom: 16px;
}

.searchQueryResults .loader-holder {
    text-align: center;
}

.holder-div .more-results,
.search-results .more-results {
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-results .more-results-text {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgba(239, 28, 116, 0.1);
    color: #ef1c74;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

.back-arrow-holder .location-holder {
    padding: 16px 12px;
    padding-top: 2px;
    padding-left: 10px;
    display: inline-block;
    width: auto;
}

@media(max-width: 800px) {
    .header .search {
        grid-column: 1 / -1;
        padding: 10px 0;
        z-index: 0;
    }

    .search.search-cta {
        padding: 6px 16px;
    }
}

/* IMPORTED FROM BASE */
.header .header-search {
    display: inline-block;
    vertical-align: top;
    margin-left: 3%;
    z-index: 100000;
    width: 60%;
}

.header .header-search:first-child {
    margin-left: 0;
    top: 0;
    display: inline-grid;
    grid-template-columns: 1fr 6fr 1fr;
    width: 100%;
}

.header-search .searchQuery {
    display: inline-block;
    position: relative;
    background: #eceef4;
    border-radius: 12px;
    text-align: left;
}

.header-search .searchQuery {
    margin-left: 16px;
}

.home-search .header-search .searchQuery {
    margin-left: 0;
}

.header-search input,
.header-search .search-button {
    border: none;
    border-radius: 4px;
    padding: 8px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(0, 0, 0, 0.54);
    vertical-align: top;
    text-align: left;
    text-overflow: ellipsis;
    background-color: white !important;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.header-search .search-button {
    font-weight: 600;
    background: #fff;
    border: 1px solid;
    color: #ef1c74;
    cursor: pointer;
    margin-left: 16px;
    text-align: center;
    padding: 8px 16px;
    height: 36px;
}

.searchLocation input.location {
    background: url("location-yellow.svg") no-repeat scroll 12px 14px;
    padding-left: 32px;
    background-size: 20px;
}

.searchQuery input.query {
    width: 100%;
    background: url("search.svg") no-repeat scroll 8px 10px;
    padding-left: 36px;
    background-size: 24px;
    font-family: Poppins, 'sans-serif';
    border-radius: 12px;
    height: 48px;
}

.searchQuery input.query::placeholder {
    font-family: Poppins, 'sans-serif';
    font-size: 14px;
    font-weight: 400;
    color: #5C5C5C;
}

.searchQuery .searchQueryResults {
    background: white;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1000;
    list-style: none;
    text-align: left;
    height: 450px;
    max-height: 450px;
    border-radius: 4px;
    overflow: hidden;
}

.searchQuery .searchQueryResults {
    width: 400px;
}

.home-search .header-search .searchQuery {
    display: flex;
    width: 490px;
    align-items: center;
    position: relative;
    border-radius: 0 20px 20px 0;
    background: white;
}

.home-search .searchQuery input.query::placeholder {
    font-family: Poppins, 'sans-serif';
    font-size: 16px;
    font-weight: 400;
    color: #767676;
}

.searchQuery .home-search-icon {
    background: none;
    height: 24px;
    width: 24px;
    margin-right: 8px;
    cursor: pointer;
    padding: 0px;
}

.home-search .header-search .search-button {
    color: white;
    background-color: #ef1c74;
    cursor: pointer;
    text-align: center;
    padding: 12px 16px 12px 20px;
    height: auto;
    margin-left: 0;
    font-size: 16px;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 170px;
    border: none;
}

.home-search .searchLocation input.location {
    width: 200px;
    background: url("favicon.ico") no-repeat scroll 21px 15px;
    background-size: 20px;
    padding-left: 48px;
}

.home-search .searchQuery input.query {
    font-family: Poppins, 'sans-serif';
    background: none;
    padding-left: 16px;
}

.home-search .searchQuery .searchQueryResults {
    width: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 52px;
    z-index: 1000;
    list-style: none;
    max-height: 500px;
    overflow: auto;
    border-radius: 8px;
}


@media (max-width: 800px) {
    .header .header-search {
        background: white;
        position: absolute;
        top: 44px;
        left: 0;
        text-align: center;
        font-size: 12px;
        width: 100%;
        margin: 0;
        z-index: 1000000;
        display: none;
    }

    .home-search .header-search .searchQuery {
        border-radius: 4px;
    }

    .header .header-search.phonepe {
        top: 44px;
        display: block;
    }

    .header-search .searchLocation,
    .header-search .searchQuery,
    .header-search .search-button {
        width: 90%;
        margin: 4px auto;
        border: #dddddd 1px solid;
    }

    .searchQuery input.query {
        width: 100%;
    }

    .searchQuery .searchQueryResults {
        width: 100%;
        top: 42px;
    }

    .stick-home-search-bar .searchQuery .searchQueryResults {
        top: 56px;
    }

    .search-bar-holder .homePageUniversalSearch {
        height: 40px;
        border: none;
        background: url("search.svg") no-repeat scroll 16px 12px;
        padding-left: 12px;
        background-position: 96% 50%;
        width: 100%;
        background-size: 24px 24px;
    }

    .stick-home-search-bar .homePageUniversalSearch {
        height: 32px;
        margin-top: 12px;
        border-radius: 4px;
        width: 90%;
        background-position: 8px 50%;
        padding-left: 34px;
        margin-left: 5%;
        border: 1px solid rgba(0, 0, 0, 0.37);
        background-color: #f7f7fa;
    }

    .header-search .searchQuery {
        margin-top: 16px;
    }

    .home-search .header-search input.location,
    .home-search .searchLocation .location-holder,
    .home-search .header-search input.query {
        width: 100%;
        overflow: hidden;
        font-size: 16px;
    }

    .home-search .header-search .search-button {
        margin: 16px 0;
        font-size: 20px;
        width: 90%;
        border-radius: 4px;
        border: none
    }

    .universal-search .toggleHolder {
        font-size: 14px;
        line-height: 18px;
    }
}


.searchQuery .query-suggestions,
.searchQuery .suggestions {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    line-height: 20px;
    color: #191C32;
    padding: 10px 16px;
}

.home-search .searchQuery .query-radius {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.searchQuery input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #767676;
}

.searchQuery .query-suggestions:hover,
.searchQuery .suggestions:hover {
    background-color: rgba(0, 0, 0, 0.12);
}

.suggestions .suggestion-icon {
    height: 20px;
    min-width: 20px;
}

.searchQuery .query-suggestions {
    font-weight: 600;
}

.query-suggestions .text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.text .subtitle {
    font-size: 12px;
    line-height: 16px;
    color: #a0a0a0;
    font-weight: 400;
}

.query-suggestions .query-suggestion-icon {
    height: 40px;
    width: 40px;
    display: block;
    border-radius: 50%;
}

.searchQuery .loader-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.dropdown-item.psuedo-hover {
    background-color: rgba(0, 0, 0, 0.12);
}


.walletBalanceHolder {
    background: #fff;
    width: 100%;
    position: relative;
    display: block;
    height: 54px;
}

.walletBalanceHolder.walletOnly {
    height: auto;
}

.walletBalanceHolder .location-header-holder {
    display: inline-block
}

.walletBalanceHolder .walletBalance {
    border-radius: 20px;
    border: none;
    position: relative;
    padding: 4px 0;
    height: 24px;
    display: inline-block;
    padding-right: 4px;
    background: rgba(239, 28, 116, 1);
    background: linear-gradient(152deg, rgba(239, 28, 116, 1) 0%, rgba(46, 16, 142, 1) 100%);
    margin-top: 4px;
    margin-bottom: 12px;
    margin-right: 18px;
    float: right;
}

.walletBalance.walletOnly {
    float: none;
}

.walletBalance .walletIcon {
    height: 16px;
    width: 16px;
    vertical-align: top;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    margin-left: 4px;
}

.walletBalance .pointsInfo {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
    padding-top: 2px;
    margin-left: 4px;
    font-weight: 500;
}

.walletBalance .coinIcon {
    width: 12px;
    height: 12px;
    vertical-align: top;
    margin-left: 4px;
    margin-top: 2px
}

.walletBalanceHolder .savingInfo {
    display: inline-block;
    font-size: 10px;
    line-height: 16px;
    position: absolute;
    right: 22px;
    bottom: 0;
    top: auto;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, .54);
}

.savingInfo.walletOnly {
    bottom: 8px;
}


.search-locality-container {
    width: 100%;
    background-color: #f7f7fa;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
}

.search-locality-container .search-location-header {
    padding: 10px 12px;
    padding-top: 18px;
    position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
}

.search-location-header .top-locality-header {
    display: inline-block;
    width: 100%;
}

.top-locality-header .back-arrow {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.top-locality-header .current-location {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 4px;
}

.search-location-header .location-query-holder {
    width: 100%;
    background: #fff;
    padding: 12px 0px;
    padding-top: 20px;
}

.location-query-holder .location-query {
    width: 100%;
    background: #f7f7fa url("search.svg") 8px 4px no-repeat;
    padding: 6px 78px 6px 38px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
    color: black;
    font-size: 14px;
}

.location-query-holder .search-location-loader {
    height: 20px;
    width: 20px;
}

.search-locality-container .search-results {
    background-color: #f7f7fa;
    overflow: auto;
    list-style: none;
    margin-top: 130px;
    height: 100vh;
    padding-bottom: 148px;
}

.search-locality-container .search-results.no-results {
    height: 50vh;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.no-results .not-found-logo {
    max-width: 200px;
}

.not-found-logo>img {
    max-width: 100%;
}

.no-results>p {
    font-size: 12px;
    line-height: 16px;
    color: #a0a0a0;
}

.no-results>p:nth-of-type(1) {
    font-size: 16px;
    line-height: 20px;
    color: #333;
}

.search-results .search-item {
    font-size: 14px;
    text-align: left;
}

.search-item .locality {
    padding: 10px 24px;
    color: rgba(0, 0, 0, 0.34);
}

.search-item hr {
    border: 0.5px solid rgba(0, 0, 0, 0.12);
}

.search-locality-container .popular-results-holder {
    background-color: #fff;
    margin-top: 114px;
}

.popular-results-holder hr {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.popular-results-holder .auto-detect {
    font-size: 14px;
    font-weight: bold;
    overflow: auto;
    line-height: 22px;
    padding: 12px;
    color: #000;
    background: linear-gradient(152deg, rgba(46, 16, 141, 1) 0%, rgb(99, 35, 107) 100%);
    margin: 0 12px;
    border-radius: 8px;
    color: white;
}

.popular-results-holder .location-image {
    width: 24px;
    height: 24px;
    float: right;
    filter: brightness(3)
}

.popular-results-holder .popular-results {
    overflow: auto;
    list-style: none;
    height: 100vh;
    padding-bottom: 148px;
    padding: 10px;
}

.popular-results .header-text {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.38);
    line-height: 20px;
    padding: 0px 0px 10px 10px;
    position: relative;
    left: auto
}

.popular-results .popular-search-item {
    padding: 10px;
}

.popular-search-item .trending-image {
    height: 22px;
    width: 22px;
    vertical-align: middle;
}

.popular-search-item .locality-title {
    color: rgba(0, 0, 0, 0.84);
    display: inline;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
}

@media (min-width: 800px) {

    .search-main-container {
        position: fixed;
        z-index: 1000;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.54);
        width: 100%;
        height: 100vh;
        top: 0px;
        left: 0px;
    }

    .search-main-container .search-locality-container {
        width: 400px;
        height: 500px;
        overflow-y: hidden;
        position: relative;
        border-radius: 10px;
        background-color: white;
        padding: 0px 24px 24px;
        max-height: 500px;
    }

    .location-query-holder .location-query {
        padding-right: 10px;
    }

    .search-locality-container .search-location-header {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .search-location-header .top-locality-header {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .top-locality-header .current-location {
        font-size: 18px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.84);
        padding: 0px;
    }

    .top-locality-header .close-icon {
        width: 24px;
        height: 24px;
    }

    .search-locality-container .popular-results-holder {
        max-height: 400px;
        margin-top: 0px;
        overflow: hidden;
        position: relative;
    }

    .popular-results-holder hr {
        display: none;
    }

    .search-results .auto-detect {
        font-size: 14px;
        font-weight: bold;
        overflow: auto;
        line-height: 22px;
        padding: 12px;
        color: #000;
        background: linear-gradient(152deg, rgba(46, 16, 141, 1) 0%, rgb(99, 35, 107) 100%);
        margin: 0 12px;
        border-radius: 8px;
        color: white;
    }

    .search-results .auto-detect,
    .popular-results-holder .auto-detect {
        width: 100%;
        position: sticky;
        background: white;
        color: rgba(0, 0, 0, 0.84);
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
        border-radius: 10px;
        border: 1px solid #ef1c74;
        top: 0px;
        margin: 0px 0px 4px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2px;
        z-index: 2000;
    }

    .search-results .location-image,
    .popular-results-holder .location-image {
        width: 24px;
        height: 24px;
        filter: none;
        float: none;
    }

    .popular-results-holder .saved-addresses {
        display: flex;
        flex-flow: column;
        max-height: 150px;
        overflow-y: scroll;
        gap: 4px;
        margin: 12px 0px 0px;
        background-color: white;
    }

    .saved-addresses::-webkit-scrollbar {
        width: 6px;
        display: block;
        background-color: white;
    }

    .saved-addresses::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .16);
        border-radius: 3px;
    }

    .saved-addresses .heading {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.54);
        position: sticky;
        top: 0px;
        background: white;
    }

    .saved-addresses .address {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        padding: 12px 0px;
    }

    .saved-addresses .address:hover {
        background-color: rgba(0, 0, 0, .12);
    }

    .address .address-type-icon {
        width: 24px;
        height: 24px;
    }

    .address .address-detail-container {
        max-width: 100%;
        flex-grow: 1;
    }

    .address .address-type {
        font-size: 16px;
        line-height: 20px;
        color: rgba(0 0 0 / 0.87);
        font-weight: 400;
        max-height: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .address .address-details {
        font-size: 12px;
        line-height: 16px;
        color: rgba(0 0 0 / 0.54);
        max-height: 16px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .popular-results-holder .popular-results {
        height: auto;
        padding: 0px 0px 30px;
        max-height: 120px;
        overflow-y: scroll;
    }

    .popular-results-holder .popular-results.medium {
        max-height: 214px;
    }

    .popular-results-holder .popular-results.large {
        max-height: 300px;
    }

    .popular-results::-webkit-scrollbar {
        width: 6px;
        display: block;
        background-color: white;
    }

    .popular-results::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .16);
        border-radius: 3px;
    }

    .popular-results-holder .header-text {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.54);
        line-height: 20px;
        padding: 10px 0px 10px 0px;
        position: sticky;
        width: 100%;
        background: white;
        top: 50px;
        left: auto
    }

    .popular-results .popular-search-item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .popular-results .popular-search-item:hover {
        background-color: rgba(0, 0, 0, .12);
    }

    .search-locality-container .search-results {
        margin-top: 0px;
        max-height: 400px;
        overflow: hidden;
        padding-bottom: 30px;
        background-color: white;
    }

    .search-results .extra {
        max-height: 320px;
        overflow-y: scroll;
    }

    .extra::-webkit-scrollbar {
        width: 6px;
        display: block;
        background-color: white;
        position: absolute;
    }

    .extra::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .16);
        border-radius: 3px;
    }

    .search-item .locality {
        padding: 12px 0px 12px 6px;
        background: white;
        font-size: 16px;
        line-height: 20px;
        color: rgba(0, 0, 0, 0.87);
    }

    .search-item .locality:hover {
        background: rgba(0, 0, 0, 0.12);
    }

    .search-item hr {
        display: none;
    }
}


.redeemContainer .location-header-holder {
    display: inline-block;
}

.location-header-holder .location-holder {
    width: 100%;
    padding: 16px 12px;
}

.location-header-holder .home-page-location-holder {
    display: flex;
    align-items: center;
}

.home-page-location-holder .locationIcon {
    margin-right: 4px;
    /* margin-top: 4px; */
    width: 24px;
    height: 24px;
}

.home-page-location-header .location-holder {
    display: none;
}

.location-holder .location {
    font-size: 16px;
    float: left;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.84);
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.home-page-location-holder .location {
    line-height: 24px;
    font-size: 16px;
    color: white;
    float: none;
    font-weight: 500;
}

.home-page-location-holder .locality {
    text-decoration: underline;
}

.location-holder .dropdown-image {
    height: 18px;
    width: 18px;
    margin-left: 8px;
    /* margin-top: 4px; */
}

.home-page-location-holder .dropdown-image {
    height: 16px;
    width: 16px;
}

/* location tooltip  */

.toolTipContainer {
    position: relative;
    margin-top: 12px;
    z-index: 1;
}

.toolTipContainer .close {
    position: absolute;
    height: 12px;
    right: 4px;
    top: 4px;
}

.toolTip {
    font-size: 10px;
    color: white;
    background: linear-gradient(152deg, rgba(46, 16, 141, 1) 0%, rgb(99, 35, 107) 100%);
    padding: 16px 16px 12px 12px;
    border-radius: 4px;
    width: 186px;
}

.toolTip:after {
    bottom: 100%;
    left: 25%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #401781;
    border-width: 8px;
    margin-left: -8px;
    z-index: 1;
}

.toolTip .msg {
    line-height: 16px;
}

.msg b {
    font-weight: bold;
}

@media (max-width: 800px) {
    .home-page-location-holder .location {
        line-height: 16px;
        font-size: 12px;
    }

    .home-page-location-holder .locationIcon {
        width: 16px;
        height: 16px;
    }
}


.claim-search {
    width: 100%;
    background: #fff;
    z-index: 1000;
    top: 0;
    position: fixed;
}

.claim-search .back-arrow-holder {
    padding: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding-top: 20px;
}

.back-arrow-holder .back-arrow {
    width: 24px;
    height: 24px;
    float: left;
}

.claim-search .claim-search-holder {
    position: fixed;
    width: 100%;
    top: 52px;
    z-index: 1000;
    background: #fff;
    padding: 12px 0px;
}

.claim-search-holder .query-input {
    width: 90%;
    background: #f7f7fa url("search.svg") 8px 4px no-repeat;
    padding: 6px 78px 6px 38px;
    margin-left: 16px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 4px;
    color: black;
    font-size: 14px;
}

.claim-search .claim-results-holder {
    margin-top: 128px;
    height: 100vh;
    overflow: auto;
}

.claim-results-holder .claim-search-results {
    width: 100%;
    padding-left: 6px;
    list-style: none;
    margin-top: 0px;
}

.claim-search-results .merchant-card {
    padding: 0px 0px 4px 16px;
}

.merchant-card .merchant-logo-holder-js {
    width: 40px;
    height: 40px;
    object-fit: fill;
    background: #e5e5e5;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
    margin: 0px 8px 20px 0px;
    float: left;
}

.merchant-logo-holder-js .merchant-logo {
    width: 100%;
    height: 100%;
}

.merchant-card .merchant-title {
    font-size: 14px;
    color: black;
    font-weight: bold;
    display: inline-block;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
}

.merchant-card .merchant-locality {
    font-size: 10px;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 0.54);
    overflow: hidden;
    line-height: 12px;
}

.merchant-card .merchant-cashback {
    font-size: 12px;
    color: black;
    line-height: 22px;
    display: inline-block;
}

.merchant-card .magicpay {
    display: inline;
    margin-left: 10px;
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.magicpay .magicpay-image {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.merchant-card hr {
    margin-left: 50px;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    margin-top: 12px;
}

.merchant-card .brands-title {
    font-size: 10px;
    line-height: 12px;
    color: rgba(0, 0, 0, 0.54);
    margin-left: 48px;
}

.brands-title .brands-logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.12);
    object-fit: fill;
}

.brands-title .brands-logo:first-child {
    margin-left: 10px;
}

.claim-results-holder .more-results-loader {
    color: #458eff;
    padding-bottom: 144px;
    text-align: center;
}

.no-results-found {
    padding: 16px;
    margin: 0 8px;
    color: rgba(0, 0, 0, .74);
}

.no-results-found .no-deals-text {
    font-size: 14px;
}

@media(max-width: 800px) {
    .no-results-found {
        position: fixed;
        width: 94%;
        padding: 16px;
        margin: 0 8px;
        color: rgba(0, 0, 0, .74);
        top: 50%;
    }
}


.holder {
    cursor: pointer;
}

.holder .anounce-text {
    display: inline-block;
    font-weight: bold;
}

.anounce-text .magic-coin-icon {
    height: 14px;
    width: 14px;
    vertical-align: -20%;
    margin-right: 4px;
    margin-left: 2px;
    ;
}

.anounce .join-cta {
    border: none;
    background: none;
    padding: 6px 24px;
    background: #f01d74;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-left: 24px;
    border-radius: 4px;
    cursor: pointer;
}

.anounce-text .dominos-icon {
    height: 14px;
    width: 14px;
    vertical-align: -20%;
    margin-right: 2px;
    margin-left: 4px;
}

@media(max-width:800px) {
    .anounce .join-cta {
        padding: 6px;
        font-size: 12px;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        font-weight: bold;
    }

    .anounce-text {
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
    }
}


.site-header .anounce {
    position: absolute;
    top: -50px;
    left: 0;
    height: 50px;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    background: rgb(46, 16, 141);
    background: linear-gradient(152deg, rgba(46, 16, 141, 1) 0%, rgba(91, 37, 193, 1) 100%);
    color: white;
    font-size: 16px;
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
}

.anounce.home {
    background: #ffffff;
    color: rgba(0, 0, 0, 0.87);
}

.anounce .anounce-close {
    position: absolute;
    right: 30px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    transform: translateY(-50%);
    top: 50%;
}

.anounce .anounce-border {
    background: rgb(212, 130, 0);
    background: linear-gradient(152deg, rgba(212, 130, 0, 1) 0%, rgba(249, 168, 10, 1) 50%, rgba(212, 130, 0, 1) 100%);
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.anounce-text {
    display: inline-block;
    font-weight: bold;
}

.anounce-text .magic-coin-icon {
    height: 14px;
    width: 14px;
    vertical-align: -20%;
    margin-right: 4px;
    margin-left: 2px;
    ;
}

.anounce .join-cta {
    border: none;
    background: none;
    padding: 6px 24px;
    background: #f01d74;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin-left: 24px;
    border-radius: 4px;
    cursor: pointer;
}

@media(max-width:800px) {
    .site-header .anounce {
        text-align: left;
        padding-left: 16px;
        font-size: 12px;
        padding-right: 54px;
        line-height: 16px;
        height: auto;
        top: -90px;
    }

    .anounce .anounce-close {
        height: 18px;
        width: 18px;
        right: 8px;
    }

    .anounce .join-cta {
        padding: 6px 14px
    }
}


/*-----------New User Reward Popup-----------------*/
.newUserRewardContainer .contentContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.contentContainer .rewardTickIcon {
    height: 97px;
    width: 100px;
    margin-bottom: 32px;
}

.contentContainer .congratsMessage {
    line-height: 40px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.contentContainer .infoMessage {
    width: 100%;
    line-height: 32px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 24px;
}

.contentContainer .redirectContainer {
    border: 1px solid #fde8f1;
    background: linear-gradient(90deg, #fff1f7, #ffffff);
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contentContainer .closeIcon {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
}

.redirectContainer .saveMessage {
    text-align: center;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 23px;
}

.redirectContainer .exploreButton {
    background: #ef1c74;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 12px 70px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}


.exitPopupContainer .exitContainer {
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    margin-top: 110px;
}

.exitContainer .mainHeading {
    color: #ef1c71;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 10px;
}

.exitContainer .subHeading {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.87);
    width: 420px;
    line-height: 30px;
}

.exitContainer .offerTextSection {
    padding: 20px 40px;
    margin: 16px 0px;
    background: #f6f7f8;
}

.offerTextSection .offerText {
    font-size: 20px;
    line-height: 40px;
}

.exitContainer .inputSection {
    border: 1px solid #a5a8ab;
    border-radius: 2px;
    width: 70%;
    display: flex;
    align-items: center;
}

.inputSection .smsInput {
    border: none;
    width: 70%;
    line-height: 100%;
    padding: 6px 12px;
    height: 26px;
    font-size: 1.4rem;
}

.inputSection .sendSmsButton {
    border: none;
    width: 30%;
    padding: 8px;
    border-radius: 2px;
    background: #ef1c71;
    color: white;
    cursor: pointer;
    margin: 4px;
}

.inputSection .sendSmsButton:disabled {
    opacity: 0.4;
}

.exitContainer .termsSection {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
    width: 400px;
    margin-top: 12px;
}

.exitContainer .closePopupSection {
    font-size: 14px;
    text-decoration: underline;
    color: #ef1c71;
    margin-top: 18px;
    cursor: pointer;
}

.exitContainer .errorText {
    color: #ef1c71;
    font-size: 12px;
    margin-top: 6px;
}

@media(max-width: 800px) {
    .exitPopupContainer .exitContainer {
        margin-top: 46px;
    }

    .exitContainer .mainHeading {
        font-size: 32px;
    }

    .exitContainer .subHeading {
        font-size: 16px;
        width: 240px;
    }

    .exitContainer .offerTextSection {
        padding: 10px 18px;
        margin: 8px 0px;
    }

    .offerTextSection .offerText {
        font-size: 12px;
        line-height: 20px;
    }

    .exitContainer .inputSection {
        width: 80%;
    }

    .inputSection .smsInput {
        font-size: 14px;
    }

    .inputSection .sendSmsButton {
        width: 35%;
        padding: 4px;
    }

    .exitContainer .termsSection {
        width: 220px;
        margin-top: 12px;
        font-size: 10px;
        line-height: 14px;
    }

    .exitContainer .closePopupSection {
        margin-top: 8px;
    }
}


.user-active-voucher-mount {
    position: fixed;
    height: 100vh;
    z-index: 9;
    height: 100svh;
    width: 360px;
    right: -100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: scroll;
    transition: right .4s;
}

.user-active-voucher-mount.open {
    right: -1px;
}

.user-active-voucher-mount .active-vouchers-holder {
    padding: 24px 16px;
}

.active-vouchers-holder .active-vouchers {
    margin: auto;
}

.active-vouchers .active-voucher {
    display: flex;
    margin-top: 16px;
    padding: 16px 12px;
    border: 1px solid #ebebeb;
    border-radius: 16px;
    background-color: white;
}

.active-voucher:hover {
    background-color: #ebebeb;
}

.active-voucher .active-v-mx-icon-holder {
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    padding: 2px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ebebeb;
}

.active-v-mx-icon-holder>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 100%;
}

.active-voucher .active-v-information-holder {
    flex-basis: 100%;
    min-width: 0px;
    padding: 0px 12px;
}

.active-v-information-holder .active-v-date {
    font-size: 12px;
    line-height: 14px;
    color: #a0a0a0;
}

.active-v-information-holder .active-v-mx {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    color: #191C32;
    font-weight: 600;
}

.active-v-information-holder .txn-message,
.active-v-information-holder .active-v-desc {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin-top: 10px;
}

.active-vouchers-holder .view-all {
    padding: 14px 28px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin: 30px auto;
    color: rgb(101, 97, 232);
    border: 1px solid rgb(101, 97, 232);
    width: fit-content;
    border-radius: 8px;
    transition: all 0.3s;
}

.view-all:hover {
    color: white;
    background-color: rgb(101, 97, 232);
}

.userActiveVouchersHolder .voucherContainer {
    width: 360px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 52px;
    left: 11150%;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 12%);
    transition: left .5s;
    height: calc(100vh - 68px);
    overflow-y: scroll;
    display: none;
    border-bottom-left-radius: 8px;
}

.voucherContainer.open {
    left: -72px;
    display: block;
}

.userActiveVouchersHolder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13%;
    cursor: pointer;
    z-index: 12;
}

.userActiveVouchersHolder.pro {
    right: 18%;
}

.userActiveVouchersHolder.thirdParty {
    margin-right: 0;
    margin-left: 18px;
}

.voucherContainer .showMoreHolder {
    margin-top: 24px;
    margin-bottom: 46px;
}

.voucherIconHolder .voucherIcon {
    height: 36px;
}

.voucherIconHolder .voucherDot {
    height: 18px;
    width: 18px;
    background: #ef1c74;
    position: absolute;
    top: -6px;
    right: -12px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding: 4px;
    line-height: 9px;
}

@media(max-width: 1000px) {
    .userActiveVouchersHolder.pro {
        right: 20%;
    }
}

@media(max-width: 800px) {
    .user-active-voucher-mount {
        width: 100%;
    }

    .voucherContainer.open {
        left: 0;
    }

    .userActiveVouchersHolder {
        position: relative;
        top: auto;
        transform: none;
        right: auto;
    }

    .voucherIconHolder .voucherIcon {
        height: 28px;
    }

    .gpay .voucherIconHolder .voucherIcon {
        height: 22px;
    }
}


.persisted-cart-holder .persistedCartContainer {
    position: fixed;
    bottom: 0;
    z-index: 100;
    width: 100%;
    display: flex;
    padding: 12px 16px 12px;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: 1px solid #edddff;
    background-image: url("");
    background-size: cover;
}

.persistedCartContainer .closeIcon {
    position: absolute;
    top: -12px;
    right: 0;
    height: 18px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 2px;
}

.persistedCartContainer .informationHolder {
    width: 65%;
}

.informationHolder .merchantName {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.informationHolder .infoText {
    font-size: 12px;
    margin-top: 4px;
    line-height: 16px;
}

.infoText .amount {
    font-weight: 600;
}

.persistedCartContainer .checkoutCta {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 20px;
    background: #821dff;
    color: white;
    font-weight: 600;
    border-radius: 4px;
}

.persistedCartContainer .checkoutCta.free {
    padding: 6px 16px;
}


.alert-bar-banner-holder .alertBarBanner {
    /* background: #2e108e; */
    width: 100%;
    position: fixed;
    z-index: 102;
    bottom: 0;
    box-shadow: 0px -6px 15px rgb(0 0 0 / 54%);
    object-fit: cover;
    border-radius: 16px;
}

.bannerContainer .bannerImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alertBarBanner .bannerContainer {
    display: block;
}

.alertBarBanner .closeIcon {
    height: 20px;
    width: 20px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -24px;
    right: 4px;
    border-radius: 50%;
    padding: 4px;
}

<style data-jss="" data-meta="MuiDialog">
@media print {
    .MuiDialog-root {
        position: absolute !important;
    }
}

.MuiDialog-scrollPaper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.MuiDialog-scrollBody {
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
}

.MuiDialog-scrollBody:after {
    width: 0;
    height: 100%;
    content: "";
    display: inline-block;
    vertical-align: middle;
}

.MuiDialog-container {
    height: 100%;
    outline: 0;
}

@media print {
    .MuiDialog-container {
        height: auto;
    }
}

.MuiDialog-paper {
    margin: 32px;
    position: relative;
    overflow-y: auto;
}

@media print {
    .MuiDialog-paper {
        box-shadow: none;
        overflow-y: visible;
    }
}

.MuiDialog-paperScrollPaper {
    display: flex;
    max-height: calc(100% - 64px);
    flex-direction: column;
}

.MuiDialog-paperScrollBody {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.MuiDialog-paperWidthFalse {
    max-width: calc(100% - 64px);
}

.MuiDialog-paperWidthXs {
    max-width: 444px;
}

@media (max-width:507.95px) {
    .MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
    }
}

.MuiDialog-paperWidthSm {
    max-width: 600px;
}

@media (max-width:663.95px) {
    .MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
    }
}

.MuiDialog-paperWidthMd {
    max-width: 960px;
}

@media (max-width:1023.95px) {
    .MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
    }
}

.MuiDialog-paperWidthLg {
    max-width: 1280px;
}

@media (max-width:1343.95px) {
    .MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
    }
}

.MuiDialog-paperWidthXl {
    max-width: 1920px;
}

@media (max-width:1983.95px) {
    .MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
    }
}

.MuiDialog-paperFullWidth {
    width: calc(100% - 64px);
}

.MuiDialog-paperFullScreen {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
    max-height: none;
    border-radius: 0;
}

.MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
    margin: 0;
    max-width: 100%;
}

<style data-jss="" data-meta="MuiSnackbar">
.MuiSnackbar-root {
    left: 8px;
    right: 8px;
    display: flex;
    z-index: 1400;
    position: fixed;
    align-items: center;
    justify-content: center;
}

.MuiSnackbar-anchorOriginTopCenter {
    top: 8px;
}

@media (min-width:600px) {
    .MuiSnackbar-anchorOriginTopCenter {
        top: 24px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

.MuiSnackbar-anchorOriginBottomCenter {
    bottom: 8px;
}

@media (min-width:600px) {
    .MuiSnackbar-anchorOriginBottomCenter {
        left: 50%;
        right: auto;
        bottom: 24px;
        transform: translateX(-50%);
    }
}

.MuiSnackbar-anchorOriginTopRight {
    top: 8px;
    justify-content: flex-end;
}

@media (min-width:600px) {
    .MuiSnackbar-anchorOriginTopRight {
        top: 24px;
        left: auto;
        right: 24px;
    }
}

.MuiSnackbar-anchorOriginBottomRight {
    bottom: 8px;
    justify-content: flex-end;
}

@media (min-width:600px) {
    .MuiSnackbar-anchorOriginBottomRight {
        left: auto;
        right: 24px;
        bottom: 24px;
    }
}

.MuiSnackbar-anchorOriginTopLeft {
    top: 8px;
    justify-content: flex-start;
}

@media (min-width:600px) {
    .MuiSnackbar-anchorOriginTopLeft {
        top: 24px;
        left: 24px;
        right: auto;
    }
}

.MuiSnackbar-anchorOriginBottomLeft {
    bottom: 8px;
    justify-content: flex-start;
}

@media (min-width:600px) {
    .MuiSnackbar-anchorOriginBottomLeft {
        left: 24px;
        right: auto;
        bottom: 24px;
    }
}
