@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/Sansation-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/Sansation-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/Sansation-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Sansation-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/Sansation-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/Sansation-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Sansation";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Sansation-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/MaterialIcons-Regular.ttf");
    src: local("Material Icons"), local("MaterialIcons-Regular"),
        url("../fonts/MaterialIcons-Regular.ttf") format("opentype");
}

@font-face {
    font-family: "Material Icons Round";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/MaterialIconsRound-Regular.otf");
    src: local("Material Icons Round"), local("MaterialIcons-Round"),
        url("../fonts/MaterialIconsRound-Regular.otf") format("truetype");
}

@font-face {
    font-family: "Material Icons Outlined";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/MaterialIconsOutlined-Regular.otf");
    src: local("Material Icons Outlined"), local("MaterialIcons-Outline"),
        url("../fonts/MaterialIconsOutlined-Regular.otf") format("opentype");
}

@font-face {
    font-family: text-security-disc;
    src: url("../fonts/text-security-disc.woff");
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}

.material-icons-round {
    font-family: "Material Icons Round";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}

.material-icons-outlined {
    font-family: "Material Icons Outlined";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: "liga";
}

.material-icons,
.material-icons-round,
.material-icons-outlined {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    display: block;
}

a {
    cursor: pointer;
}

svg:focus {
    outline: none;
}

h1,
h1 *,
h2,
h2 *,
h3,
h3 *,
h4,
h4 *,
h5,
h5 *,
h6,
h6 * {
    font-family: "Sansation" !important;
}

h1,
h2 {
    font-weight: 600;
}

:not(h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .material-icons,
    .material-icons-round,
    .material-icons-outlined) {
    font-family: "Roboto";
    letter-spacing: 0;
}

:root {
    --color-1: #d9dcf5;
    --color-2: #7477ec;
    --color-3: #2738f5;
    --color-4: #5527a1;
    --color-5: #a4a6f8;
    --color-6: #c9cdfc;
    --color-7: #ebeff9;
    --color-8: #ffbb32;
    --color-9: #484b5a;
    --color-10: #2738f5;
    --color-11: #2638f4;
    --color-12: #8791f9;
    --color-13: #6874f8;
    --color-14: #4654f6;
    --color-15: #e9ebff;
    --color-16: #7e88fb;
    --color-17: #a9bfff;
    --text-color-0: #6378b7;
    --text-color-1: #6c6c6c;
    --text-color-2: #545865;
    --text-color-3: #0b1124;
    --color-dark-1: #1b1d23;
    --color-dark-2: #141316;
    --color-dark-3: #0b1024;
    --color-dark-4: #4856f5;
    --color-dark-5: #0a1123;
    --color-dark-6: #080f22;
    --color-dark-7: #090f25;
    --color-dark-8: #00071b;
    --color-dark-9: #0b1327;
    --color-dark-10: #1d233b;
    --color-dark-11: #0f162e;
    --color-dark-12: #0f1931;
    --bcolor-0: rgb(0 0 0 / 10%);
    --bgdark-0: #4b58ff;
    --bcolor-1: #eaecfb;
    --tcolor-0: #2d3544;
    --terror-0: #f5807b;
    --radius-0: 5px;
    --radius-1: 10px;
    --radius-2: 15px;
    --radius-3: 20px;
    --radius-4: 25px;
    --radius-5: 30px;
    --radius-6: 50px;
    --box-shadow-5: 0px 1px 1.7px rgba(0, 0, 0, 0.031),
        0px 2.6px 4.3px rgba(0, 0, 0, 0.044),
        0px 5.3px 8.9px rgba(0, 0, 0, 0.056),
        0px 11px 18.3px rgba(0, 0, 0, 0.069), 0px 30px 50px rgba(0, 0, 0, 0.1);
    --mdc-theme-primary: #4d4cdf;
    --mdc-checkbox-checked-color: #4d4cdf;
    --animate-duration: 300ms;
    --dark-body: #4d4c5a;
    --dark-main: #141529;
    --dark-second: #79788c;
    --dark-hover: #323048;
    --dark-text: #f8fbff;
    --light-body: #f3f8fe;
    --light-main: #fdfdfd;
    --light-second: #c3c2c8;
    --light-hover: #edf0f5;
    --light-text: #151426;
    --blue: #0000ff;
    --white: #fff;
    --shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    --font-family: cursive;
    --blue-1: #2738f5;
    --blue-2: #4f7cff;
    --blue-dark-1: #515fff;
    --blue-dark-2: #4a3fff;
}

html {
    overflow-x: hidden;
    background-color: #f4f6ff;
}

body,
html {
    width: 100% !important;
    scroll-behavior: smooth !important;
    scrollbar-color: #2738f5 transparent;
    scrollbar-width: auto;
}

body {
    background-color: transparent;
    position: relative;
    height: 100vh !important;
}

hr {
    background-color: #a2a6fb;
    opacity: 1;
    height: 1px !important;
}

.invalid {
    display: none;
    font-size: 11px;
    color: var(--terror-0);
    position: absolute;
    left: 5px;
    top: 55px;
    z-index: 1;
}

.skeleton {
    animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-text {
    border-radius: 7px;
}

.align-content-center {
    align-items: center !important;
}

#account-menu-responsive .mdc-menu,
#account-menu .mdc-menu,
#account-menu-notifications .mdc-menu {
    max-width: 230px;
    width: 230px;
    z-index: 99999999999 !important;
    border: 0 !important;
    box-shadow: 0px -3px 15px -3px rgb(0 0 0 / 10%),
        0px 45px 13px -36px rgb(0 0 0 / 10%);
}

#account-menu .mdc-menu {
    overflow: unset;
}

#account-menu-notifications .mdc-menu {
    box-shadow: 10px 17px 40px 0px rgb(0 0 0 / 30%),
        -50px 41px 29px -50px rgb(0 0 0 / 20%);
}

#account-menu .mdc-menu .mdc-list {
    overflow-y: auto;
    /* max-height: 500px; */
}

.mdc-button {
    overflow: hidden !important;
}

.modal-backdrop.show {
    opacity: 0.3;
}

.modal .modal-content {
    border: 0;
}

a,
button {
    border-radius: var(--radius-2) !important;
    text-decoration: none;
}

.font-w {
    letter-spacing: 0 !important;
    color: #fff !important;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-weight: 400;
    font-size: 14px;
}

input:autofill,
input:-webkit-autofill,
input:-internal-autofill-selected {
    background-color: #fff !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    background-color: #992929 !important;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus,
:-internal-autofill-selected {
    background-color: #ab2828 !important;
}

.br-0 {
    border-radius: var(--radius-0) !important;
}

.br-1 {
    border-radius: var(--radius-1) !important;
}

.br-2 {
    border-radius: var(--radius-2) !important;
}

.badge:not(.btn-head-cart-number) {
    display: flex;
    align-items: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.badge span {
    margin: 0 5px 0 0;
}

.prim-text-color {
    color: var(--color-3) !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.aux-text-color {
    color: #8891fa !important;
}

.succ-text-color {
    color: #00c180 !important;
}

.whit-text-color {
    color: #fff !important;
}

.aux-text-color a {
    opacity: 1;
    font-size: 14px;
    text-decoration: none;
    color: #8891fa !important;
}

.section span:not(.mdc-button__label) {
    color: var(--text-color-2);
}

.section:not(.register-section) h3,
.section:not(.register-section) h4 {
    color: var(--text-color-3) !important;
}

.big-banner {
    background-color: var(--color-2) !important;
    border-radius: var(--border-radius-2) !important;
    border: 0 !important;
}

.big-banner h4,
.big-banner h5 {
    color: white;
}

.section {
    height: 100vh;
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.section-mid {
    height: 200px;
}

.color-3 {
    background-color: var(--color-3) !important;
}

.nav {
    align-items: center;
}

.navbar {
    height: 80px;
    width: 100vw;
    max-width: 100vw;
    position: fixed !important;
    background-color: #fff;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar .btn-head-cart,
.navbar .btn-head-theme,
.navbar .btn-head-noti,
.navbar .btn-head-account.guest,
.navbar .btn-head-account {
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    max-width: 45px;
    height: 45px;
    border-radius: var(--radius-1) !important;
    padding: 7px 4px;
}

.navbar .btn-head-cart:focus,
.navbar .btn-head-theme:focus,
.navbar .btn-head-noti:focus,
.navbar .btn-head-account:focus {
    box-shadow: none;
}

.navbar .btn-head-cart:focus-visible,
.navbar .btn-head-theme:focus-visible,
.navbar .btn-head-noti:focus-visible,
.navbar .btn-head-account:focus-visible {
    outline: none;
}

#account-menu {
    border-radius: var(--radius-1) !important;
}

.navbar .btn-head-cart,
.navbar .btn-head-theme,
.navbar .btn-head-noti,
#account-menu .btn-head-account,
.navbar .btn-head-account.guest {
    transition: 0.2s;
    background-color: rgb(0 0 0 / 3%);
}

.navbar .btn-head-cart:hover,
.navbar .btn-head-theme:hover,
.navbar .btn-head-noti:hover,
#account-menu .btn-head-account:hover {
    transition: 0.2s;
    background-color: #dadada;
}

#account-menu .mdc-list .menu-responsive .mdc-list-item:nth-child(1) svg path,
#account-menu .mdc-list .menu-responsive .mdc-list-item:nth-child(2) svg path:not(:last-child),
#account-menu .mdc-list .menu-responsive .mdc-list-item:nth-child(3) svg path:not(:nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6)),
#account-menu .mdc-list .adicional-responsive .mdc-list-item:nth-child(1) svg path:not(:nth-child(3), :nth-child(4)),
#account-menu .mdc-list .adicional-responsive .mdc-list-item:nth-child(2) svg path:not(:first-child),
#account-menu .mdc-list .btn-account svg path:not(:nth-child(2)),
#account-menu .mdc-list .btn-notification svg path:not(:nth-child(1)),
#account-menu .mdc-list .btn-collab svg path:not(:last-child),
#account-menu .mdc-list .btn-compras svg path:not(:nth-child(6), :nth-child(7), :nth-child(8)),
#account-menu .mdc-list .btn-feedback svg path:is(:nth-child(9), :nth-child(10), :nth-child(11)),
#account-menu-responsive .mdc-list .mdc-list-item:nth-child(1) svg path,
#account-menu-responsive .mdc-list .mdc-list-item:nth-child(2) svg path:not(:first-child),
#account-menu-responsive .mdc-list .mdc-list-item:nth-child(3) svg path:not(:nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6)) {
    stroke: rgb(39 56 245 / 50%);
}

.navbar .btn-head-cart:hover .btn-head-cart-number,
.navbar .btn-head-noti:hover .btn-head-noti-number {
    border-color: #dadada !important;
}

.navbar #account-menu-responsive,
.navbar .menu-responsive {
    display: none;
}

.navbar-brand.logo {
    display: flex;
    align-self: center;
    margin: 0 20px 0 0 !important;
}

.logo,
.nav .btn span.material-icons-outlined,
.nav .nav-link {
    position: relative;
    align-self: center;
    margin: 0;
}

.navbar .nav-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 0.2s;
    border-radius: var(--radius-1);
    text-align: center;
}

.navbar .nav-item:nth-child(1) {
    width: 70px;
}

.navbar .nav-item:nth-child(2) {
    width: 85px;
}

.navbar .nav-item:nth-child(3) {
    width: 75px;
}

.navbar .nav-item:nth-child(4) {
    width: 115px;
}

.navbar .nav-item:nth-child(5) {
    width: 100px;
}

.navbar .nav-item:active,
.navbar .nav-item.active,
.navbar .nav-item:focus {
    background-color: var(--color-3);
}

.navbar .nav-item.active a,
.navbar .nav-item:hover a {
    color: #fff;
}

.navbar .nav-item:not(.active):hover {
    background-color: rgb(39 56 245 / 70%);
    transform: scale(1.03);
    transition-duration: 0.2s;
    box-shadow: 0px 20px 40px -15px rgba(0, 0, 0, 0.4),
        0px 15px 20px -13px rgba(0, 0, 0, 0.5);
}

.navbar .nav-link {
    color: #606cf1;
    font-weight: 500;
    transition: 0.2s;
    letter-spacing: 0 !important;
    font-size: 14px;
}

.navbar .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 41px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.navbar .nav .nav-link .indicator {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    background-color: var(--color-3);
    width: 0;
    right: 0;
    bottom: -11px;
    border-radius: 10px;
}

.navbar .nav .nav-link .indicator.here,
.navbar .nav .nav-link:hover .indicator {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    background-color: var(--color-3);
    color: var(--color-3);
    width: 100%;
    height: 2px;
    right: 0;
    bottom: -11px;
    border-radius: 0;
}

.nav .btn-head-theme {
    width: 64px;
}

.btn-head-noti svg,
.btn-head-theme img,
.btn-head-cart svg {
    height: 22px;
}

#nwpass.hidden,
.subs-pass.hidden,
#auth-pass.hidden {
    font-family: text-security-disc;
    -webkit-text-security: disc;
}

#nwpass:not(.hidden),
.subs-pass:not(.hidden),
#auth-pass:not(.hidden) {
    -webkit-text-security: none;
    display: block;
}

.see-pass {
    background-color: #fff;
    padding: 0;
    cursor: pointer !important;
    position: absolute;
    z-index: 2;
    top: 0.5rem;
    right: 3.3rem;
    min-width: 35px !important;
    width: 35px !important;
    min-height: 35px !important;
    height: 35px !important;
}

#mdl-recopss .see-pass {
    top: 0.47rem;
    right: 3rem;
}

.see-pass span {
    font-size: 18px;
    cursor: pointer;
    color: #989898 !important;
}

.see-pass.hidden {
    display: none;
}

.modal {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.nav-link.active {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}

.btn-head-cart-number {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #f5f5f5 !important;
    line-height: 16px;
    padding: 0;
    color: #fff;
    background-color: #2738f5 !important;
    font-size: 9px !important;
    width: 20px;
    height: 20px;
    text-align: center;
}

.btn-head-noti-number {
    display: flex;
    justify-content: center;
    border: 1.5px solid #f5f5f5 !important;
    line-height: 16px;
    padding: 0;
    color: #fff;
    background-color: #fa377b !important;
    font-weight: 700;
    font-size: 10px !important;
    width: 20px;
    height: 20px;
    text-align: center;
}

.btn-primary {
    background-color: var(--color-3) !important;
}

.btn-head-account {
    border-radius: var(--radius-1) !important;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly !important;
    font-size: 15px;
    align-items: center;
    padding: 0 0.9rem;
    height: 45px;
}

.btn-head-account.guest {
    padding: 0.6rem;
    margin: 0;
    width: 45px;
}

.btn-head-account span {
    font-size: 14px;
    max-width: 120px;
    margin: 0 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-head-account svg {
    width: 28px;
}

.btn-head-account img {
    background-color: var(--color-3);
    box-shadow: 0px 8px 25px -10px #2738f5;
    border-radius: 50%;
    width: 28px;
}

.phi-card-product-quatity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    align-items: center;
    position: relative;
}

.phi-card-prices {
    width: 90px;
    display: flex !important;
    flex-direction: column;
    justify-content: start;
}

.phi-card-product-number::-webkit-inner-spin-button,
.phi-card-product-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.phi-card-product .phi-card-product-arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: -1px;
    right: 53px;
    width: 18px;
    height: 40px;
    position: absolute;
}

#mdl-product .phi-card-product-arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: -1px;
    right: 157px;
    width: 18px;
    height: 100%;
    position: absolute;
}

.mdc-drawer .phi-card-product-arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    top: -3px;
    right: 52px;
    width: 18px;
    height: 100%;
    position: absolute;
}

.product-list .phi-card-product .phi-card-product-arrows {
    height: 100%;
    top: 0 !important;
}

.phi-card-product-arrows button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50px !important;
    border: 0;
    padding: 0;
    height: 20px;
    width: 20px;
}

.product-list .phi-card-product-arrows button {
    height: 20px;
    width: 20px;
}

.phi-loading {
    overflow: hidden;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.phi-loading img {
    height: 100px;
}

.phi-loading .backdrop {
    background-color: #fff;
    opacity: 0.95;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
}

.phi-card-product-arrows button span {
    font-size: 18px;
    color: var(--color-dark-4) !important;
}

.phi-card-product-details {
    transition: 0.2s;
    background-color: #fff;
    border-radius: 1rem;
    margin: -2rem 0 0 0;
    font-family: "Roboto";
    font-size: 14px;
    padding: 15px;
    z-index: 1;
}

.phi-card-product-details>div.d-flex span.badge:not(:last-child) {
    margin: 0 0.5rem 0 0;
}

.phi-card-product-title {
    font-family: "Roboto";
    color: #0b1124;
    font-weight: 400;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.phi-card-product .phi-card-product-title {
    display: block;
    color: var(--color-3);
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.phi-card-product hr {
    background-color: #e9ebfe;
    margin: 1rem 0;
}

.phi-card-product-footer div {
    width: auto;
    padding: 0 0 0 0 !important;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.phi-card-product-offer,
.phi-card-product-price {
    color: var(--color-3);
    font-weight: 700;
    line-height: 18px;
    font-size: 18px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.phi-card-product-normal {
    margin: 0 0 0 0.5rem;
    color: #a9b0fb;
    font-size: 12px;
    font-weight: 600;
    text-decoration: line-through;
}

#mdl-product .phi-card-product-number,
.phi-card-product .phi-card-product-number {
    margin: 0 10px 0 0 !important;
}

.phi-card-product-number {
    -moz-appearance: textfield;
    position: relative;
    text-align: center;
    border-radius: 8px;
    width: 55px;
    padding: 0 18px 0 0;
    border: 1px solid var(--color-3);
    color: var(--color-3);
    height: 38px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-add-cart,
.btn-store-add,
.btn-delete-cart {
    border-radius: 0 !important;
    position: relative;
    background-color: transparent;
    padding: 0;
    border: 0;
}

.btn-add-cart {
    border-radius: 0.5rem !important;
    background-color: var(--color-3);
    padding: 0 0.7rem 0 0.3rem;
    display: flex;
    align-items: center;
    width: max-content;
    height: 40px;
}

.btn-store-add {
    border-radius: 0.5rem !important;
    background-color: var(--color-3);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
    align-items: center;
    width: max-content;
    height: 40px;
}

.btn-add-cart svg {
    width: 32px !important;
    height: 32px !important;
}

.btn-add-cart span,
.btn-store-add span {
    font-size: 13px;
    color: #fff;
}

.btn-store-add {
    display: flex;
    align-items: center;
    width: 38px;
    height: 38px;
}

.card .btn-delete-cart,
.btn-delete-cart img {
    width: 40px !important;
    height: 40px !important;
}

.btn-add-cart img,
.btn-store-add svg {
    width: 32px;
    height: 32px;
}

.btn-store-add:hover {
    transition: 0.3s;
}

.phi-button-transparent {
    border-radius: var(--radius-1) !important;
    overflow: hidden;
    min-width: 100px !important;
    position: relative;
    background-color: transparent !important;
    color: #fff;
    text-transform: none;
    font-weight: 500 !important;
    text-rendering: optimizelegibility;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: 55px;
}

.btn-head-login,
.phi-button-normal {
    border-radius: var(--radius-2) !important;
    min-width: 100px !important;
    position: relative;
    overflow: hidden;
    background: linear-gradient(45deg,
            rgba(39, 56, 245, 1) 40%,
            rgba(104, 39, 245, 1) 100%,
            rgba(104, 39, 245, 1) 30%);
    color: #fff !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 400 !important;
    text-rendering: optimizelegibility;
    letter-spacing: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: 55px;
}

.phi-button-litle {
    position: relative;
    overflow: hidden;
    background-color: var(--color-3) !important;
    color: #fff !important;
    text-transform: none;
    font-weight: 400 !important;
    text-rendering: optimizelegibility;
    letter-spacing: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 20px;
    height: 45px;
    transition: 0.2s;
    border-radius: var(--radius-1) !important;
}

.phi-button-yellow {
    transition-duration: 0.2s;
    border-radius: var(--radius-2) !important;
    min-width: 100px !important;
    position: relative;
    overflow: hidden;
    background-color: var(--color-8) !important;
    color: #000 !important;
    text-transform: none;
    font-size: 14px;
    font-weight: 400 !important;
    text-rendering: optimizelegibility;
    letter-spacing: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: 55px;
}

.phi-button-yellow:disabled {
    transition-duration: 0.2s;
    opacity: 0.6;
}

.phi-button-yellow .mdc-button__ripple::before,
.phi-button-yellow .mdc-button__ripple::after {
    background-color: #b78300 !important;
}

button.btn-subs-continue-2,
body.dark button.btn-subs-continue-2 {
    border-color: var(--color-8) !important;
    background-color: var(--color-8) !important;
}

button.btn-subs-continue-2:hover,
body.dark button.btn-subs-continue-2:hover {
    border-color: #ed9e00 !important;
    background: #ed9e00 !important;
}

button.btn-subs-continue-2 span,
body.dark button.btn-subs-continue-2 span {
    z-index: 1;
    font-weight: 500;
    color: #000;
}

.phi-button-outline {
    transition: 0.2s;
    position: relative;
    background-color: transparent !important;
    border: 1px solid var(--color-3) !important;
    border-radius: var(--radius-1) !important;
    color: var(--color-3) !important;
    text-transform: none;
    font-weight: 500 !important;
    text-rendering: optimizelegibility;
    letter-spacing: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: 45px;
}

.phi-button-dark {
    background-color: #0b1024 !important;
    border: 1px solid #0b1024 !important;
    border-radius: var(--radius-1) !important;
    color: #fff !important;
    text-transform: none;
    font-weight: 500 !important;
    text-rendering: optimizelegibility;
    letter-spacing: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* padding: 10px; */
    height: 45px;
}

.btn-subs-cancel {
    padding: 1rem 1rem;
}

.phi-button-white {
    transition: 0.2s;
    position: relative;
    background-color: #fff !important;
    border: 0;
    border-radius: var(--radius-1) !important;
    color: #0b1024 !important;
    text-transform: none;
    font-weight: 500 !important;
    text-rendering: optimizelegibility;
    letter-spacing: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    height: 45px;
}

.phi-button-white span {
    color: #0b1024 !important;
}

.phi-button-normal .icon-effect {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 65px;
}

.phi-button-litle .icon-effect {
    position: absolute;
    top: -10px;
    right: -5px;
    width: 65px;
}

.phi-button-yellow span {
    font-weight: 500;
}

.phi-button-mob-return {
    display: none;
    padding: 15px 25px;
    font-size: 14px;
    color: #fff;
    border: 0;
    margin: 0 0 0 auto;
    background: #fff;
}

.phi-button-mob-return span.material-icons-round {
    font-size: 20px;
}

.phi-button-mob-return span.material-icons-round~.mdc-button__label {
    margin: 0 5px;
}

.btn-head-login:hover,
.phi-button-normal:hover,
.phi-button-litle:hover {
    transition-duration: 0.2s;
    background-color: var(--color-10) !important;
    background: linear-gradient(45deg,
            rgba(39, 56, 245, 1) 0%,
            rgba(104, 39, 245, 1) 100%,
            rgba(104, 39, 245, 1) 50%);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--mdc-protected-button-hover-container-elevation,
            var(--mdc-elevation-box-shadow-for-gss));
    --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.phi-button-outline:not(.disabled):hover {
    transition-duration: 0.2s;
    border: 1px solid var(--color-10) !important;
    background-color: var(--color-10) !important;
    color: #fff !important;
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: var(--mdc-protected-button-hover-container-elevation,
            var(--mdc-elevation-box-shadow-for-gss));
    --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
        0px 4px 5px 0px rgba(0, 0, 0, 0.14),
        0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.phi-button-outline:not(.disabled):hover span,
.phi-button-outline:not(.disabled):hover span b {
    color: #fff !important;
}

.phi-button-litle:disabled,
.phi-button-normal:disabled {
    transition-duration: 0.2s;
    opacity: 0.5;
}

.phi-button-normal span {
    text-transform: math-auto;
    text-align: center;
}

svg#close path {
    fill: #2738f5;
}

.card.card-info {
    width: 100%;
    border-color: #fef9ef;
    background-color: #fef9ef;
    border-radius: var(--radius-2);
    font-size: 10px;
    box-shadow: 0px 0px 5.3px rgb(0 0 0 / 3%), 0px 0px 5px rgb(0 0 0 / 1%),
        0px 0px 1px rgb(0 0 0 / 5%);
}

.card.card-info .card-body div {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
}

.card.card-info svg {
    width: 20px;
    height: 20px;
}

.card.card-plan {
    border-radius: var(--radius-2);
    border: 0;
    background: rgb(39, 56, 245);
    background: linear-gradient(45deg,
            rgba(39, 56, 245, 1) 0%,
            rgba(104, 39, 245, 1) 61%,
            rgba(104, 39, 245, 1) 100%);
    color: #fff;
    font-size: 14px;
    box-shadow: 0px 0px 5.3px rgb(0 0 0 / 3%), 0px 0px 5px rgb(0 0 0 / 1%),
        0px 0px 1px rgb(0 0 0 / 5%);
}

.card.card-plan .card-body {
    padding: 1.5rem;
}

.card.card-plan .card-body p {
    font-size: 12px;
}

.card-plan-price {
    line-height: 24px;
}

.card-plan-price strong {
    font-size: 24px;
}

.card.card-plan ul {
    list-style-type: none;
    padding-inline-start: 0;
}

.card.card-plan li {
    display: flex;
    align-items: center;
    font-size: 12px;
}

.card.card-plan li img {
    margin: 0 0.3rem 0 0;
    width: 16px;
    height: 16px;
}

.card.card-plan li span {
    font-size: 11px;
    color: #fff !important;
}

.card.card-plan li:not(:nth-child(1)) {
    margin: 0.3rem 0 0 0;
}

.card.card-plan li .material-icons {
    margin: 0 0.5rem 0 0;
    font-size: 18px;
}

.card.card-info svg path,
.card.card-info svg ellipse {
    fill: var(--color-8);
}

.card.card-info {
    border: 0;
}

.card.card-info .card-body {
    padding: 0.3rem 0.5rem;
}

.card.card-info p {
    line-height: 12px;
    font-weight: 400;
    color: var(--color-8);
}

.card.card-info p,
.card.card-plan p {
    margin: 0;
}

.card.card-plan p:nth-child(2n) {
    margin: 0.5rem 0;
}

.card.card-plan p:is(.comming) {
    margin: 0 0 1rem 0;
    font-size: 11px;
}

.modal .modal-content {
    border-radius: var(--radius-2) !important;
}

.modal:not(#mdl-register) .modal-content {
    overflow: hidden;
}

.mdc-drawer__header {
    margin: 30px 0 10px 0px;
    padding: 0 25px 4px;
}

.mdc-drawer--animate,
.mdc-drawer--closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mdc-drawer--opening {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mdc-drawer__footer {
    width: 100%;
    border-radius: 1.5rem 1.5rem 0 0;
    background-color: #fff;
    padding: 25px;
}

.mdc-drawer__footer .btn-clear-purchase {
    border-radius: 0.7rem !important;
    width: 125px;
}

.mdc-drawer__footer .btn-end-purchase {
    border-radius: 0.7rem !important;
    width: 130px;
}

.mdc-drawer__header img {
    height: 28px;
}

.mdc-drawer h3 {
    white-space: nowrap;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 0 10px;
}

.mdc-drawer .mdc-drawer__subtitle {
    margin: 40px 0 0 0;
    font-family: "Roboto" !important;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.mdc-drawer .cart-products .phi-card-product-quatity {
    position: relative;
    padding: 0 0 0 8px !important;
}

.mdc-drawer .cart-products .phi-card-product-arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    left: inherit;
    top: -1px !important;
    right: 4px !important;
    height: 100%;
}

.mdc-drawer--modal.mdc-drawer--open {
    overflow-y: auto;
    min-height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1021;
}

.mdc-drawer--modal .mdc-drawer__body {
    min-height: 640px;
    height: 100%;
}

.mdc-drawer__content {
    height: calc(100% - 143.5px);
}

.mdc-list-item {
    padding: 0.76rem 0.76rem;
    font-size: 14px;
}

@media (min-width: 992px) {
    .mdc-list-item {
        padding: 0.9rem 1rem;
        font-size: 14px;
    }
}

.mdc-menu-surface--fixed {
    top: 65px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    border-radius: var(--border-radius-2);
}

.mdc-drawer--modal {
    background-color: #4856f6;
    width: 340px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.mdc-drawer-scrim {
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1020;
}

.mdc-drawer--modal .cart-products {
    transition-duration: 0.2s;
    height: calc(100% - 250px);
    padding: 25px !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.mdc-drawer--modal .cart-products .cart-product-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 0 0 1rem !important;
    width: calc(100% - 50px);
    height: 50px;
}

.mdc-drawer--modal .cart-products .cart-img-clear {
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}

.mdc-drawer--modal .cart-products .cart-img-clear img {
    transition-duration: 0.2s;
    width: auto;
    height: 200px;
}

.mdc-drawer--modal .cart-products .cart-img-clear h2 {
    margin: 2rem 0 1rem 0;
    font-size: 22px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.mdc-drawer--modal .cart-products .cart-img-clear p {
    font-size: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.mdc-drawer--modal .cart-products::-webkit-scrollbar-thumb {
    background: var(--color-8) !important;
}

.mdc-drawer--modal .card-total-items {
    background-color: var(--color-3);
    margin: 0 0 1.5rem 0;
    border-radius: 1rem;
    padding: 1.5rem;
}

.mdc-drawer--modal .card-total-items .d-flex.cti-1 {
    margin: 0 0 0.5rem 0;
}

.mdc-drawer--modal .card-total-items .d-flex.cti-1 span,
.mdc-drawer--modal .card-total-items .d-flex.cti-2 span {
    line-height: 12px;
    font-weight: 400;
    font-size: 12px;
    color: #fff;
}

.mdc-drawer--modal .card-total-items .d-flex.cti-3 span {
    font-weight: 600;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
}

.mdc-drawer--modal .card-total-items hr {
    height: 0.5px !important;
    margin: 0.7rem 0;
}

.form-otp {
    border: 0;
}

.form-otp p {
    margin: 1rem 0;
    font-size: 14px;
}

.mdc-card:not(.expand) {
    background-color: #fff;
    border: 0;
    padding: 0 !important;
    -webkit-transition: 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: 0.2s;
}

.product-list .mdc-card {
    transition-duration: 0.2s;
    border-radius: 1rem !important;
}

.phi-card-product-footer {
    display: flex;
    justify-content: space-between;
}

.mdc-card.phi-card-product .mdc-card__primary-action:hover {
    border: 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.hide:not(.thanks-img, .tm),
.hide *,
.hide>* {
    border: 0 !important;
    -webkit-transition: 0.3s !important;
    transition: 0.3s !important;
    width: 0 !important;
    height: 0 !important;
    opacity: 0 !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.spinner-loading.hide,
.spinner-loading.hide *,
.spinner-loading.hide>* {
    opacity: 0 !important;
    margin: 0 auto !important;
    width: auto !important;
}

.phi-badge-available {
    transition: 0.2s;
    background-color: #00be73 !important;
    border-radius: 7px !important;
    font-weight: 400 !important;
    padding: 7px 10px !important;
    width: fit-content;
}

.phi-badge-error {
    transition: 0.2s;
    background-color: #f94f60 !important;
    border-radius: 7px !important;
    font-weight: 400 !important;
    padding: 7px 10px !important;
    width: fit-content;
}

.phi-badge-alert {
    transition: 0.2s;
    background-color: var(--color-8) !important;
    color: #000 !important;
    border-radius: 7px !important;
    font-weight: 400 !important;
    padding: 7px 10px !important;
    width: fit-content;
}

.badge.phi-badge-available.product-stock {
    display: flex;
    align-items: center;
}

.badge.phi-badge-available.product-stock span {
    margin: 0 5px 0 0;
}

.phi-badge-ended {
    transition: 0.2s;
    background-color: var(--color-9) !important;
    border-radius: 7px;
    font-weight: 400 !important;
    padding: 7px 10px !important;
    width: fit-content;
}

.g-recaptcha div {
    border-radius: var(--radius-1);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    height: 78px;
}

.swiper-button-prev-custom {
    left: 10px;
    right: auto;
}

.swiper-button-next-custom {
    right: 10px;
    left: auto;
}

.swiper-button-prev-custom {
    background-color: #fff;
    color: var(--color-3) !important;
    border-radius: 0.5rem !important;
    width: 33px !important;
    height: 33px !important;
    top: 21px !important;
    left: 0.5rem;
}

.swiper-button-next-custom {
    background-color: #fff;
    color: var(--color-3) !important;
    border-radius: 0.5rem !important;
    width: 33px !important;
    height: 33px !important;
    top: 21px !important;
    right: 0.5rem;
}

.swiper-button-next-custom.swiper-button-disabled,
.swiper-button-prev-custom.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next-custom,
.swiper-button-prev-custom {
    position: absolute;
    top: calc(50% - 30px) !important;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    box-shadow: 0px 0px 5.3px rgb(0 0 0 / 3%), 0px 0px 17.9px rgb(60 60 60 / 4%),
        0px 0px 20px rgb(8 8 8 / 7%);
}

.subs-form-3 .row span,
.subs-form-3 p {
    font-size: 14px;
}

span.btn-subs-gift {
    cursor: pointer;
    margin: 2rem 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--color-3) !important;
}

div.tutorial-container.hidden {
    transition-duration: 0.3s;
    opacity: 0;
}

div.tutorial-container {
    transition-duration: 0.3s;
    transition-delay: 0.2s;
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

div.tutorial-container .tutorial-pe.hidden {
    transform: translateY(50%);
    transition-duration: 0.3s;
    opacity: 0;
}

div.tutorial-container .tutorial-pe {
    transition-duration: 0.3s;
    transition-delay: 0.4s;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    background-color: #fff;
    width: 340px;
    height: 400px;
    margin: 0;
    padding: 1.5rem;
    gap: 1rem 0;
    transform: translateY(0);
    box-shadow: 0px 41px 40px -21px rgba(0, 0, 0, 0.1);
}

div.tutorial-container .tutorial-pe .message-title {
    font-family: "Sansation";
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #000 !important;
}

div.tutorial-container .tutorial-pe .message-text {
    font-size: 14px;
}

div.tutorial-container .tutorial-pe .message-text span {
    text-align: center;
    display: block;
    width: 100%;
    color: #000 !important;
}

div.tutorial-container .tutorial-pe .message-image {
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 0.5rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 130px;
}

.mdc-icon-google {
    position: absolute;
    transition-duration: 0.2s;
    filter: brightness(0) opacity(0.5);
    width: 18px;
    height: 18px;
    right: 0.9rem;
    top: 0.9rem;
}

.fcm-permission.hidden,
.fcm-notification.hidden {
    transition-duration: 0.2s;
    transform: scale(0);
    opacity: 0;
}

.fcm-permission {
    transition-duration: 0.2s;
    background-color: #fff;
    background: linear-gradient(315deg, #532ecb 0%, #825bd0 61%, #b554de 100%);
    border-radius: 0.7rem;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 250px;
    padding: 1rem;
    z-index: 9999;
    left: 2rem;
    top: 2rem;
    box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.1),
        0px 5px 20px -29px rgba(0, 0, 0, 0.1);
}

.fcm-notification {
    transition-duration: 0.2s;
    background-color: #fff;
    background: linear-gradient(45deg,
            rgba(39, 56, 245, 1) 0%,
            rgba(104, 39, 245, 1) 61%,
            rgba(104, 39, 245, 1) 100%);
    border-radius: 0.7rem;
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 250px;
    padding: 1rem;
    z-index: 9999;
    right: 2rem;
    top: 2rem;
    box-shadow: 0px 2px 15px -7px rgba(0, 0, 0, 0.1),
        0px 5px 20px -29px rgba(0, 0, 0, 0.1);
}

.fcm-image svg {
    width: 40px;
    height: 40px;
    padding: 0.3rem;
    background-color: #fff;
    border-radius: 2rem;
}

.fcm-image svg path {
    fill: var(--color-3);
}

.fcm-notification>.fcm-text {
    padding: 0 0 0 1rem;
    display: flex;
    flex-direction: column;
}

.fcm-notification>.fcm-text .fcm-button {
    margin: 0.4rem 0 0 auto;
    border: 1px solid #fff;
    border-radius: 0.5rem !important;
    width: 75px;
    height: 24px;
}

.fcm-notification>.fcm-text .fcm-button span {
    font-size: 12px;
    text-transform: none;
    color: #fff;
}

.fcm-notification .fcm-text span.fcm-title {
    margin: 0 0 0.2rem 0;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
}

.fcm-permission .fcm-text span,
.fcm-notification .fcm-text span.fcm-text {
    text-align: justify;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
}

.fcm-permission .fcm-text h6 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.fcm-permission .fcm-text span {
    display: block;
    line-height: 18px;
    margin: 0 0 0 0;
}

.fcm-permission .fcm-close,
.fcm-notification .fcm-close {
    position: absolute;
    border: 0;
    top: 0.5rem;
    right: 0.5rem;
    width: 21px;
    height: 21px;
    padding: 0.1rem;
}

.fcm-permission .fcm-close span,
.fcm-notification .fcm-close span {
    color: #6827f5;
    font-size: 13px;
    font-weight: bolder;
}

html.dark {
    background-color: var(--color-dark-8);
}

body.dark .btn-head-account img,
body.dark #account-menu .account-menu svg,
body.dark #account-menu .account-menu img {
    background-color: var(--color-8);
}

body.dark .form-control {
    background-color: transparent !important;
    color: #fff;
}

body.dark .form-control,
body.dark .form-select,
body.dark .form-control[type="file"]:not(.is-invalid)~label {
    border-color: #5f6cff !important;
}

body.dark .form-control[type="file"]:is(.is-invalid)~label {
    transition-duration: 0.2s;
    border-color: #dc3545 !important;
}

body.dark .modal .form-select:disabled,
body.dark .modal .form-control:disabled {
    opacity: 0.5;
    background-color: #040914 !important;
    color: #fff;
}

body.dark .modal .form-select:disabled~label,
body.dark .modal .form-control:disabled~label {
    opacity: 0.5 !important;
}

body.dark,
body.dark .mdc-drawer,
body.dark .navbar {
    background-color: var(--color-dark-6);
}

body.dark .navbar .nav-item:active,
body.dark .navbar .nav-item.active {
    transition-duration: 0.2s;
    background-color: var(--blue-dark-2);
}

body.dark .navbar .nav-item:hover {
    background-color: rgb(104 117 255 / 50%);
}

body.dark .navbar .nav-item.active .nav-link,
body.dark .navbar .nav-item:hover .nav-link,
body.dark .prim-text-color,
body.dark .btn-head-account span {
    color: #fff !important;
}

body.dark .social-link,
body.dark .footer-banner .nav-item a:hover,
body.dark .footer-banner .nav-item a.active {
    color: var(--color-13) !important;
}

body.dark .navbar .nav .nav-link {
    transition-duration: 0.2s;
    color: var(--blue-dark-1) !important;
}

body.dark .separator,
body.dark .mdc-form-field>label,
body.dark .btn-back {
    color: var(--color-13) !important;
}

body.dark .btn-back svg path {
    fill: var(--color-13) !important;
}

body.dark .form-floating label,
body.dark .ftr-container .term-aditional-info a {
    width: -webkit-fill-available;
    color: var(--color-13);
}

body.dark .nav .nav-link .indicator.here,
body.dark .nav .nav-link:hover .indicator {
    background-color: var(--color-2);
}

body.dark .phi-button-outline,
body.dark .footer-section-2 {
    transition: 0.2s;
    border-color: var(--bgdark-0) !important;
    color: var(--bgdark-0) !important;
}

body.dark .footer-banner .logo path,
body.dark .footer-banner .logo rect {
    transition-duration: 0.2s;
    fill: var(--bgdark-0) !important;
}

body.dark .footer-banner h5 {
    color: var(--bgdark-0) !important;
}

body.dark .phi-button-outline:hover,
body.dark .phi-button-litle,
body.dark .phi-button-normal {
    transition-duration: 0.2s;
    border-color: var(--color-dark-4) !important;
    background-color: var(--color-dark-4) !important;
    color: #fff !important;
}

body.dark .phi-card-product-price,
body.dark .phi-card-product-offer {
    color: var(--color-dark-4) !important;
}

body.dark .phi-card-product-normal {
    color: #727dff;
}

body.dark svg#close path {
    fill: var(--color-14) !important;
}

body.dark .btn-head-cart path,
body.dark .btn-head-noti path {
    fill: var(--blue-dark-1);
}

body.dark svg.menu_svg path {
    stroke: var(--blue-dark-1);
}

.botoncito {
    background-color: rgb(255, 201, 57);
}

body.dark .botoncito {
    background-color: white;
}

body.dark .social-link path,
body.dark .ftr-container .mdc-select .mdc-select__dropdown-icon,
body.dark .mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic path,
body.dark .mdc-text-field svg[aria-describedby="type-age"] path {
    fill: var(--bgdark-0);
}

body.dark #mdl-alert .modal-body,
body.dark #mdl-check .modal-body,
body.dark #mdl-error .modal-body,
body.dark #mdl-url .mdl-title,
body.dark .card-product-quantity button span,
body.dark .container .mdc-card div .mdc-card__action-icons,
body.dark .container .mdc-card div .mdc-card__action-icons button,
body.dark .container .mdc-card div.p-2,
body.dark .mdc-drawer .car-close,
body.dark .mdc-drawer .card,
body.dark .mdc-drawer .mdc-drawer__subtitle,
body.dark .mdc-drawer .mdc-drawer__title,
body.dark .modal-body h3,
body.dark .modal .product-title,
body.dark .modal span:not(.material-icons-round,
    .badge,
    .mdc-button__label,
    .btn-subs-gift,
    .phi-card-product-offer,
    .phi-card-product-normal,
    .phi-card-product-price),
body.dark .navbar a span,
body.dark .row h4,
body.dark .section:not(.register-section) h2,
body.dark .section:not(.register-section) h3,
body.dark .section:not(.register-section) h4,
body.dark .section span:not(.mdc-button__label,
    .btn-subs-gift,
    .phi-card-product-offer,
    .phi-card-product-normal,
    .phi-card-product-price),
body.dark footer,
body.dark footer .nav-item a,
body.dark .cart-product-title span,
body.dark .born-message,
body.dark .config-message,
body.dark .phi-button-outline:hover b,
body.dark .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field-character-counter,
body.dark .mdc-text-field:not(.mdc-text-field--disabled)+.mdc-text-field-helper-line .mdc-text-field-character-counter,
body.dark #account-menu-notifications .mdc-menu-surface .card-notifications h3,
body.dark #account-menu-notifications .mdc-list-item:not(.special) .mdc-list-item__text,
body.dark .mdc-drawer--modal.sidebar-navigation .options-mode>div {
    transition: 0.2s;
    color: white !important;
}

body.dark #account-menu-notifications .mdc-list-item .noti-info>span.mdc-list-item__text {
    border-color: rgb(255 255 255 / 14%);
}

body.dark .account-menu .account-menu-data span:nth-child(1) {
    color: var(--bgdark-0);
}

body.dark .navbar .btn-head-cart-number {
    background-color: var(--blue-dark-1) !important;
    border: 2px solid #070c1d !important;
    color: var(--color-dark-1) !important;
}

body.dark .navbar .btn-head-noti-number {
    border: 2px solid var(--color-dark-1) !important;
    color: var(--color-dark-1) !important;
}

body.dark .navbar .btn-head-cart:hover .btn-head-cart-number,
body.dark .navbar .btn-head-noti:hover .btn-head-noti-number {
    border-color: #111d36 !important;
}

body.dark .mdc-card {
    border: 0;
    border-color: var(--color-dark-1);
}

body.dark .container .mdc-card div.p-2,
body.dark .form-select option,
body.dark .mdc-card:not(.expand, .lottery-item),
body.dark .modal .modal-content,
body.dark .modal .modal-content .recover1form,
body.dark .modal .modal-content .recover2form .form-otp,
body.dark .modal .modal-content .form-two .form-otp {
    border: 0 !important;
    background-color: var(--color-dark-6) !important;
}

body.dark div#otp-inputs input {
    background-color: var(--color-dark-6);
    border: 1px solid #fff;
    color: #fff;
}

body.dark .mdc-menu-surface {
    background-color: #0a132c;
    -webkit-box-shadow: 0px 3px 5px rgb(0 0 0 / 1%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 10%);
}

body.dark .mdc-drawer .card {
    background-color: var(--color-dark-8);
    box-shadow: 5px 5px 10px #060b18, -5px -5px 10px #0a142c;
}

body.dark .navbar .btn-head-cart,
body.dark .navbar .btn-head-theme,
body.dark .navbar .btn-head-noti,
body.dark #account-menu .btn-head-account,
body.dark .navbar .btn-head-account {
    transition: 0.2s;
    background-color: rgb(2 7 18 / 30%);
}

body.dark .navbar .btn-head-cart:hover,
body.dark .navbar .btn-head-theme:hover,
body.dark .navbar .btn-head-noti:hover,
body.dark #account-menu .btn-head-account:hover {
    transition: 0.2s;
    background-color: #111d36;
}

body.dark .mdc-menu-surface,
body.dark .modal .modal-content .recover2form .form-otp {
    color: white;
}

body.dark #account-menu .mdc-list-item:hover,
body.dark #account-menu-responsive .mdc-list-item:hover {
    background-color: var(--color-dark-8);
    border-radius: var(--radius-1);
    -webkit-transition: 0.3s;
    transition: 0.2s;
}

body.dark #account-menu hr,
body.dark #account-menu-responsive hr,
body.dark .mdc-drawer .cart-products hr {
    background-color: rgb(38 55 153 / 25%) !important;
}

body.dark .form-control:not(.is-invalid):focus,
body.dark .form-select:not(.is-invalid):focus,
body.dark .phi-card-product-number {
    background-color: transparent;
    border: 1px solid var(--color-dark-4) !important;
    color: #fff;
}

body.dark .phi-card-product-number {
    background-color: transparent;
    border: 1px solid var(--color-dark-4) !important;
    color: #fff;
}

body.dark .mdc-drawer__footer,
body.dark .phi-loading .backdrop {
    transition: 0.2s;
    background-color: var(--color-dark-8);
}

body.dark hr {
    background-color: var(--color-dark-10) !important;
}

body.dark .subscribers-result .card {
    box-shadow: 5px 5px 1px #070e1f, -5px -5px 3px #091125;
}

body.dark .subscribers-result .card .card-backdrop {
    background-color: var(--color-dark-8);
}

body.dark .flatpickr-day.selected,
body.dark .flatpickr-day:hover {
    background-color: var(--bgdark-0) !important;
}

body.dark .flatpickr-monthSelect-month:hover,
body.dark .flatpickr-monthSelect-month:focus {
    background: var(--color-dark-4);
}

body.dark .btn-log-option,
body.dark .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate="true"])~.mdc-checkbox__background,
body.dark .form-control:focus,
body.dark .form-select:focus {
    transition: 0.2s;
    border-color: #6874f8;
}

body.dark .mdc-text-field--outlined:is(.mdc-text-field--disabled) .mdc-notched-outline__leading,
body.dark .mdc-text-field--outlined:is(.mdc-text-field--disabled) .mdc-notched-outline__notch,
body.dark .mdc-text-field--outlined:is(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #4856f563;
}

body.dark .mdc-select--outlined .mdc-select__anchor .mdc-notched-outline__notch,
body.dark .mdc-select--outlined:not(.mdc-select--disabled,
    .store-search,
    .lottery-search).mdc-select--focused .mdc-notched-outline .mdc-notched-outline__notch,
body.dark .mdc-select--outlined:not(.lottery-type) .mdc-notched-outline .mdc-notched-outline__leading,
body.dark .mdc-select--outlined:not(.lottery-type) .mdc-notched-outline .mdc-notched-outline__trailing,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search) .mdc-notched-outline__leading,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search) .mdc-notched-outline__notch,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search) .mdc-notched-outline__trailing {
    transition: 0.2s;
    border-color: #5462ff;
}

body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    transition: 0.2s;
    border-color: var(--color-dark-4);
    background-color: #0b1021;
}

body.dark .mdc-text-field--with-leading-icon:not(.autofill,
    .store-search,
    .lottery-search,
    .sus-search) svg path,
body.dark .mdc-select--with-leading-icon:not(.lottery-type) svg path {
    fill: #ffffff !important;
}

body.dark #account-menu-notifications .mdc-list-item:hover {
    transition-duration: 0.2s;
    background-color: #080f25;
}

body.dark #account-menu-notifications .mdc-list-item:hover {
    transition-duration: 0.2s;
    background-color: #080f25;
}

body.dark :not(.mdc-list-item--disabled).mdc-list-item:hover .mdc-list-item__text,
body.dark :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-surface--hover .mdc-list-item__text {
    transition: 0.2s;
    color: var(--bgdark-0);
}

body.dark .form-check-input:checked {
    background-color: var(--color-dark-4) !important;
    border-color: var(--color-dark-4) !important;
}

body.dark .flatpickr-calendar {
    background-color: var(--color-dark-11);
    -webkit-box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024,
        0 1px 10px #0000001f !important;
    box-shadow: 0 2px 4px -1px #0003, 0 4px 5px #00000024, 0 1px 10px #0000001f !important;
}

body.dark .flatpickr-months {
    border-bottom: 1px solid #ffffff14;
}

body.dark #account-menu-notifications .mdc-list hr {
    background-color: var(--color-dark-11) !important;
}

body.dark #account-menu-notifications li.mdc-list-item.special~hr {
    background-color: rgb(255 255 255 / 10%) !important;
}

body.dark .field-phone-country .mdc-country-input input::placeholder,
body.dark #account-menu-notifications li.mdc-list-item.special .noti-info-title,
body.dark #account-menu-notifications li.mdc-list-item.special .mdc-list-item__text {
    opacity: 1;
    color: #fff !important;
}

body.dark .cart-product-image,
body.dark #account-menu-notifications .mdc-menu-surface .card-notifications {
    background-color: var(--color-dark-9);
    border-color: transparent;
    color: #e5e5e5;
}

body.dark #account-menu-notifications .mdc-list {
    background-color: rgb(255 255 255 / 1%);
}

body.dark #account-menu-notifications li.mdc-list-item.special {
    transition-duration: 0.2s;
    background-color: #121a30;
}

body.dark div.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label,
body.dark div.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
body.dark #account-menu-notifications .mdc-menu-surface .noti-clear {
    transition: 0.2s;
    color: #5462ff !important;
}

body.dark .flatpickr-calendar.arrowTop:after,
body.dark .flatpickr-calendar.arrowTop:before {
    border-bottom-color: var(--color-dark-11);
}

body.dark .flatpickr-calendar.arrowBottom:after,
body.dark .flatpickr-calendar.arrowBottom:before {
    border-top-color: var(--color-dark-11);
}

body.dark .flatpickr-monthSelect-month,
body.dark .flatpickr-current-month input.cur-year,
body.dark .flatpickr-current-month .flatpickr-monthDropdown-months,
body.dark .flatpickr-day,
body.dark span.flatpickr-weekday,
body.dark .modal#mdl-email .recover1form p,
body.dark .modal#mdl-email .recover3form p,
body.dark .mdc-text-field--outlined .mdc-text-field__input,
body.dark .mdc-text-field--outlined .mdc-text-field__input::placeholder,
body.dark .btn-otp-back i,
body.dark .flatpickr-months .flatpickr-prev-month,
body.dark .flatpickr-months .flatpickr-next-month {
    color: #fff;
}

body.dark .prevMonthDay,
body.dark .nextMonthDay {
    opacity: 0.1 !important;
}

body.dark .mdc-text-field--outlined .mdc-text-field__input,
body.dark .mdc-text-field--outlined .mdc-text-field__input::placeholder {
    opacity: 1 !important;
}

body.dark .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: var(--color-dark-10);
    color: #fff;
}

body.dark .flatpickr-current-month .flatpickr-monthDropdown-months,
body.dark .flatpickr-current-month .numInputWrapper {
    background-color: var(--color-dark-10);
}

body.dark .flatpickr-months .flatpickr-prev-month:hover,
body.dark .flatpickr-months .flatpickr-next-month:hover {
    transition: 0.2s;
    fill: var(--color-14);
}

body.dark .form-floating>.form-select {
    background-color: transparent;
    background-image: url("https://static.pchujoy.com/public/img/resources/DownArrow_LightBg.svg");
    background-color: transparent !important;
    color: #fff;
}

body.dark .card.card-info {
    border-color: #ffd175;
    background-color: #ffd175;
    border-radius: var(--radius-2);
    font-size: 10px;
}

body.dark .phi-button-mob-return {
    background-color: var(--color-dark-6) !important;
    box-shadow: 5px 5px 18px #cacaca, -5px -5px 18px #f6f6f6;
}

body.dark .cart-product-details div .product-color,
body.dark .cart-product-details div .product-size {
    border: 1px solid var(--color-dark-4);
}

body.dark .card.card-info p {
    color: var(--color-dark-6);
}

body.dark .card.card-info svg path,
body.dark .card.card-info svg ellipse {
    fill: var(--color-dark-6);
}

body.dark .car0 {
    fill: var(--color-13) !important;
}

body.dark .bl-title {
    border-color: var(--color-10) !important;
}

body.dark .upm0 {
    fill: #979fff;
}

body.dark #XMLID_7_ .upm1 {
    fill: #171d2f;
}

body.dark .upm1 {
    fill: #ffffff;
}

body.dark .upm2 {
    fill: #ffbb33;
}

body.dark .upm3 {
    fill: #ffda8f;
}

body.dark .upm4 {
    fill: tra;
}

body.dark .upm5 {
    fill: #2738f5;
}

body.dark .log0 {
    fill: #fff;
}

body.dark .log1 {
    fill: #515fff;
}

body.dark::-webkit-scrollbar {
    background-color: var(--color-dark-3);
}

body.dark .modal-backdrop.show {
    opacity: 0.7;
}

body.dark .form-control:disabled,
body.dark .form-select:disabled {
    transition: 0.2s;
    background-color: #040b1e !important;
    opacity: 0.4 !important;
}

body.dark .mdc-snackbar__surface {
    background-color: var(--color-dark-10);
}

body.dark .phi-button-mob-return {
    box-shadow: 5px 5px 10px #060b18, -5px -5px 10px #0a142c;
}

body.dark .phi-button-yellow span {
    color: #000;
}

body.dark *::-webkit-scrollbar-thumb {
    background: var(--color-dark-4) !important;
}

body.dark .btn-subs-gift,
body.dark .phi-button-transparent {
    color: var(--color-16) !important;
}

body.dark .btn-head-login {
    background-color: var(--color-14) !important;
}

body.dark :not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__text {
    color: var(--bgdark-0);
}

body.dark .btn-otp-back,
body.dark .btn-otp-back i {
    color: var(--color-16) !important;
}

body.dark .modal#mdl-tutorial .tutorial-message .tutorial-prev,
body.dark .modal#mdl-tutorial .tutorial-message .tutorial-next,
body.dark .modal#modal-config .config-message .tutorial-prev,
body.dark .modal#modal-config .config-message .tutorial-next {
    color: var(--color-dark-4) !important;
}

body.dark .modal#mdl-tutorial .tutorial-message .tutorial-indicators span.here,
body.dark .modal#modal-config .config-message .tutorial-indicators span.here,
body.dark .cart-product-details div .product-size {
    background-color: var(--color-dark-4) !important;
}

body.dark #account-menu .mdc-list .menu-responsive .mdc-list-item:nth-child(1) svg path,
body.dark #account-menu .mdc-list .menu-responsive .mdc-list-item:nth-child(2) svg path:not(:last-child),
body.dark #account-menu .mdc-list .menu-responsive .mdc-list-item:nth-child(3) svg path:not(:nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6)),
body.dark #account-menu .mdc-list .adicional-responsive .mdc-list-item:nth-child(1) svg path:not(:nth-child(3), :nth-child(4)),
body.dark #account-menu .mdc-list .adicional-responsive .mdc-list-item:nth-child(2) svg path:not(:first-child),
body.dark #account-menu .mdc-list .btn-profile svg path:not(:nth-child(2)),
body.dark #account-menu .mdc-list .btn-notification svg path:not(:nth-child(1)),
body.dark #account-menu .mdc-list .btn-account svg path:not(:nth-child(2)),
body.dark #account-menu .mdc-list .btn-collab svg path:not(:last-child),
body.dark #account-menu .mdc-list .btn-compras svg path:not(:nth-child(6), :nth-child(7), :nth-child(8)),
body.dark #account-menu .mdc-list .btn-feedback svg path:is(:nth-child(9), :nth-child(10), :nth-child(11)),
body.dark #account-menu-responsive .mdc-list .mdc-list-item:nth-child(1) svg path,
body.dark #account-menu-responsive .mdc-list .mdc-list-item:nth-child(2) svg path:not(:first-child),
body.dark #account-menu-responsive .mdc-list .mdc-list-item:nth-child(3) svg path:not(:nth-child(3), :nth-child(4), :nth-child(5), :nth-child(6)) {
    stroke: #bdcdff;
}

body.dark #account-menu-notifications .mdc-refresh-notifications,
body.dark #account-menu-notifications .mdc-close-notifications {
    border: 1px solid rgb(255 255 255 / 60%) !important;
}

body.dark .modal#mdl-document .form h1,
body.dark .modal#mdl-document .form p {
    transition-duration: 0.2s;
    color: rgb(255 255 255);
}

body.dark #account-menu-notifications .mdc-refresh-notifications span.mdc-button__label,
body.dark #account-menu-notifications .mdc-close-notifications span.material-icons-round {
    transition-duration: 0.2s;
    color: rgb(255 255 255 / 90%);
}

body.dark #account-menu .mdc-list-item.btn-feedback {
    background-color: #020b23;
    border: 1px solid rgb(255 255 255 / 10%);
}

body.dark .account-menu .account-menu-data span,
body.dark #account-menu .mdc-list .mdc-list-item .mdc-list-item__text,
body.dark #account-menu-responsive .mdc-list .mdc-list-item .mdc-list-item__text {
    color: #bdcdff !important;
}

body.dark .mdc-drawer--modal .card-total-items {
    background: rgb(39, 56, 245);
    background: linear-gradient(45deg,
            rgba(39, 56, 245, 1) 0%,
            rgba(104, 39, 245, 1) 61%,
            rgba(104, 39, 245, 1) 100%);
}

body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .mdc-text-field--focused).mdc-text-field--focused svg:not(.delete) path,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .mdc-text-field--focused,
    .lottery-search):hover svg:not(.delete) path {
    fill: var(--color-dark-4) !important;
}

body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused svg path.cal1,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .mdc-text-field--focused):hover svg path.cal1,
body.dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-select__icon--leading svg path.lis1 {
    fill: var(--color-dark-4) !important;
}

body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused svg path.cal0,
body.dark .mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .mdc-text-field--focused):hover svg path.cal0,
body.dark .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused .mdc-select__icon--leading svg path.lis0 {
    fill: var(--color-8) !important;
}

body.dark .btn-detail-close {
    background-color: #1f273c;
}

body.dark .btn-detail-close span {
    color: var(--color-8);
}

body.dark .skeleton {
    animation: dark-skeleton-loading 1s linear infinite alternate;
}

body.dark .flatpickr-months .flatpickr-prev-month,
body.dark .flatpickr-months .flatpickr-next-month {
    background-color: var(--color-14);
}

body.dark .flatpickr-calendar .flatpickr-monthDropdown-months:hover,
body.dark .flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover {
    background-color: var(--color-dark-10);
}

body.dark .flatpickr-calendar .flatpickr-monthDropdown-months:hover {
    background-image: url("https://static.pchujoy.com/public/img/resources/DownArrow_LightBg.svg");
    background-position: right 5px center;
    background-size: 12px 10px;
    background-repeat: no-repeat;
}

body.dark .phi-badge-error,
body.dark .phi-badge-available {
    font-weight: 500 !important;
    color: var(--color-dark-12);
}

body.dark .see-pass {
    transition-duration: 0.2s;
    background-color: #101629;
}

body.dark .footer-banner .schedule-title,
body.dark .footer-banner .schedule-text {
    transition-duration: 0.2s;
    color: #fff;
}

body.dark .mdc-icon-google {
    transition-duration: 0.2s;
    filter: contrast(0) brightness(2);
}

body.dark .mdc-quit-join {
    transition-duration: 0.2s;
    background-color: #000 !important;
}

.btn-detail-close {
    background-color: var(--color-dark-7);
}

.card-legend {
    height: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 10px !important;
    overflow: hidden;
}

.cart-product-image {
    border: 1px solid #e9ebff;
    width: 50px;
    height: 50px;
    background-position: center !important;
    background-size: cover !important;
    border-radius: var(--radius-1) !important;
    margin: 0;
}

.mdc-drawer .cart-products .card {
    position: relative;
    border: 0;
    background-color: #fff;
    border-radius: var(--radius-2);
    padding: 12px 20px !important;
    height: 135px;
    -ms-grid-row-align: center;
    align-self: center;
    display: -ms-grid;
    display: grid;
    box-shadow: 5px 5px 10px #3d49d1, -5px -5px 10px #5363ff;
}

.mdc-drawer .cart-products .card>div.d-flex {
    width: 100%;
}

.mdc-drawer .cart-products .card.out,
.mdc-drawer .cart-products .card.nostock {
    opacity: 0.5;
}

.mdc-drawer .cart-products .card:not(.nostock, .card.out) .stock-message {
    display: none;
}

.mdc-drawer .cart-products .card.out .stock-message,
.mdc-drawer .cart-products .card.nostock .stock-message {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 10px;
    top: calc(100%);
    z-index: 1022;
}

#mdl-url .modal-body {
    padding: 0;
}

#mdl-url .background {
    height: 400px;
    background-position: center !important;
    background-size: cover !important;
}

#mdl-url .modal-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 250px;
}

#mdl-url .d-flex:nth-child(1),
#mdl-url .d-flex:nth-child(2),
#mdl-url .d-flex:nth-child(3) {
    padding: 0 3rem;
}

#mdl-url .d-flex.justify-content-center.align-content-center.mt-5 {
    padding: 0 2rem 2rem 2rem;
}

.modal#mdl-document .modal-dialog {
    max-width: 400px;
}

.modal#mdl-document .modal-content {
    height: 500px;
}

.modal#mdl-document .modal-body {
    padding: 0 !important;
}

.modal#mdl-document .form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 2rem;
    height: 100%;
}

.modal#mdl-document .form img {
    width: 200px;
    height: 146px;
}

.modal#mdl-document .form h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
}

.modal#mdl-document .form p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.modal#mdl-document .form>div {
    display: flex;
    justify-content: center;
}

.car-close {
    color: #fff !important;
    text-transform: capitalize;
    padding: 0;
}

.car-close span {
    margin: 0 0 0 5px;
}

.mdc-drawer .cart-products hr {
    height: 1px !important;
    background-color: var(--color-15);
    margin: 10px 0 7px 0;
}

.cart-product-title span {
    color: #090f24;
    font-size: 14px;
    font-weight: 400;
}

.cart-product-title span.product-name {
    color: var(--color-3);
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 5px 0;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.cart-product-details div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.cart-product-details div.hide {
    display: none;
}

.cart-product-details div * {
    display: -ms-inline-grid;
    display: inline-grid;
}

.cart-product-details div span {
    margin: 0 10px 0 0;
    font-size: 12px;
}

.cart-product-details div .product-size {
    cursor: default;
    font-size: 10px;
    background-color: #8892f9;
    color: #fff;
    line-height: 17px;
    padding: 0;
    width: 18px;
    height: 18px;
}

.product-color {
    -webkit-transition: 0.2s;
    transition: 0.3s;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: var(--radius-0);
    margin-right: 10px;
    -webkit-box-shadow: 0px 0.3px 0.7px -5px rgba(0, 0, 0, 0.04),
        0px 1.1px 2.2px -5px rgba(0, 0, 0, 0.06),
        0px 5px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.3px 0.7px -5px rgba(0, 0, 0, 0.04),
        0px 1.1px 2.2px -5px rgba(0, 0, 0, 0.06),
        0px 5px 10px -5px rgba(0, 0, 0, 0.1);
}

#mdl-product.modal .product-color.selected,
#mdl-product.modal .product-color:hover {
    -webkit-transition: 0.2s;
    transition: 0.3s;
    border: 1px solid #8892f9;
    box-shadow: inset 0 0 0 1px #fff;
}

.product-size {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: transparent;
    border: 1px solid #8892f9;
    color: #8892f9;
    border-radius: var(--radius-0);
    text-align: center;
    width: 25px;
    height: 25px;
    padding: 3px 0px;
    font-size: 12px;
}

#mdl-product .product-size:not(:last-child) {
    margin-right: 10px;
}

#mdl-product.modal .product-size.selected,
#mdl-product.modal .product-size:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #8892f9;
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
}

.cart-product-details div .product-color {
    cursor: default;
    width: 18px;
    height: 18px;
}

.cart-product-quantity {
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 5px;
    right: 5px;
}

.cart-product-quantity input {
    background-color: #d1d1d1;
    font-size: 12px;
    color: #878787;
    border: 0;
    border-radius: 5px;
    text-align: center;
    width: 25px;
    height: 20px;
}

.cart-product-quantity button {
    height: 20px;
    width: 20px;
    padding: 0;
    line-height: 0;
}

.cart-product-quantity button span {
    font-size: 14px;
}

.btn-head-login {
    background-color: var(--color-3) !important;
    color: #fff !important;
    padding: 10px 25px;
    border-radius: var(--radius-1) !important;
    font-weight: 600;
    font-size: 14px;
    height: 100%;
    text-transform: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-link img {
    width: 20px;
    border-radius: 5px;
}

.responsive-menu {
    display: none;
}

.btn-detail-close {
    background-color: #fff;
    z-index: 1;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 15px;
    width: 35px;
    height: 35px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
}

.btn-detail-close {
    background-color: #f1f1f1;
    ;
    color: #000000 !important;
    font-weight: bold;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    right: 15px;
}

.btn-detail-close svg,
.btn-detail-close img {
    border-radius: 50px;
    padding: 0.2rem;
    width: 30px;
    height: 30px;
}

#mdl-tutorial .row.h-100,
#mdl-dateborn .row.h-100 {
    margin: 0;
}

.thanks-img.hide,
.tm.hide {
    transition-duration: 0.2s !important;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#mdl-tutorial.modal .modal-body,
#mdl-dateborn.modal .modal-body {
    padding: 0;
    height: 100%;
}

.modal .btn-detail-close img {
    border-radius: 50px;
    padding: 5px;
    width: 35px;
    height: 35px;
}

#mdl-tutorial .modal-dialog,
#mdl-tutorial .modal-content,
#mdl-dateborn .modal-dialog,
#mdl-dateborn .modal-content {
    width: 725px !important;
    max-width: inherit;
    height: 450px;
    border: 0;
}

#modal-config .modal-dialog,
#modal-config .modal-content {
    width: 850px !important;
    max-width: inherit;
    height: 550px;
    border: 0;
}

#mdl-email.modal .modal-content,
#mdl-tutorial.modal .modal-content,
#mdl-dateborn.modal .modal-content,
#modal-config.modal .modal-content {
    border-radius: 0 var(--radius-2) var(--radius-2) 0;
}

.modal#mdl-dateborn .born-banner,
.modal#mdl-tutorial .tutorial-banner,
.modal#modal-config .config-banner {
    width: 321px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-color: #e9eaff;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
    z-index: 1;
}

.modal#mdl-tutorial .tutorial-banner.img1,
.modal#mdl-tutorial .tutorial-banner.img2,
.modal#mdl-tutorial .tutorial-banner.img3,
.modal#mdl-tutorial .tutorial-banner.img4,
.modal#mdl-tutorial .tutorial-banner.img5 {
    background-size: cover;
}

.modal#mdl-tutorial .tutorial-message,
.modal#mdl-dateborn .born-message {
    width: calc(100% - 321px);
}

.modal#mdl-dateborn .born-message {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem 0;
}

.modal#mdl-dateborn .born-message p {
    margin: 0;
}

.modal#modal-config .config-banner {
    margin-left: 0.5rem !important;
    width: 390px;
}

.modal#modal-config .config-message {
    width: calc(100% - 402px);
}

.modal#modal-config .config-banner .conf-img {
    width: inherit;
}

.modal#mdl-tutorial .tutorial-banner img.timg-1,
.modal#mdl-tutorial .tutorial-banner img.timg-2,
.modal#modal-config .config-banner img,
.modal#mdl-dateborn .born-banner img {
    height: -webkit-fill-available;
}

.modal#mdl-tutorial .tutorial-banner img:not(.timg-1, .timg-2) {
    width: 100%;
}

#mdl-tutorial.modal .tm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: calc(100% - 30px);
    text-align: center;
}

.modal#mdl-dateborn .born-message,
.modal#mdl-tutorial .tutorial-message,
.modal#modal-config .config-message {
    transition-duration: 0.2s;
    position: relative;
    text-align: center;
    padding: 40px 50px 40px 50px;
    font-size: 14px;
}

.modal#modal-config .config-message {
    max-height: 100%;
    overflow-y: auto;
    align-content: start;
    font-size: 14px;
}

.modal#mdl-tutorial .tutorial-message .btn-next,
.modal#modal-config .config-message .btn-next {
    margin: 0 auto;
}

.modal#mdl-tutorial .tutorial-message .tutorial-prev,
.modal#mdl-tutorial .tutorial-message .tutorial-next,
.modal#modal-config .config-message .tutorial-prev,
.modal#modal-config .config-message .tutorial-next {
    border-radius: 50% !important;
    line-height: 45px;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: var(--color-3);
    border: 0;
}

.modal#mdl-tutorial .tutorial-message .tutorial-indicators span,
.modal#modal-config .config-message .tutorial-indicators span {
    transition: 0.2s;
    border-radius: 50%;
    background-color: #cdcfff;
    width: 6px;
    height: 6px;
}

.modal#mdl-tutorial .tutorial-message .tutorial-indicators span.here,
.modal#modal-config .config-message .tutorial-indicators span.here {
    background-color: var(--color-3);
}

.modal#mdl-email .mdl-close {
    background-color: transparent;
    z-index: 1;
    outline: none;
    box-shadow: none;
    border: 0;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 15px;
}

.modal#mdl-email .mdl-close img {
    border-radius: 50px;
    padding: 5px;
    width: 35px;
    height: 35px;
}

.modal#mdl-email .modal-body,
.modal#mdl-email .modal-content {
    padding: 0 !important;
}

.modal#mdl-email .mdl-recov-2-column {
    padding: 53px 70px;
}

.modal#mdl-email .mdl-recov-2-column .recover1form p {
    font-size: 14px;
    margin-bottom: 1.5rem;
}

.modal#mdl-email .modal-dialog {
    max-width: 700px;
    width: 700px;
}

.modal#mdl-email .modal-title {
    font-weight: 600;
}

.modal#mdl-email .modal-dialog .modal-content {
    height: 450px;
}

.modal#mdl-email .mdl-recov-1-column {
    background-color: #e8edff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.modal#mdl-email .mdl-recov-1-column img {
    width: 80%;
}

.modal#mdl-email .btn-modal-close {
    font-weight: 500;
    padding: 5px 0;
    height: 50px;
    text-transform: capitalize;
    box-shadow: none;
}

.modal#mdl-email .mdl-recov-2-column .recover1form .btn-send-otp,
.modal#mdl-email .mdl-recov-2-column .recover2form .btn-otp-valid,
.modal#mdl-email .mdl-recov-2-column .recover2form .btn-otp-again,
.modal#mdl-email .mdl-recov-2-column .recover3form .btn-updpss,
.modal#mdl-updauth .mdl-recov-2-column .form-two .btn-otp-again {
    background-color: var(--color-3) !important;
    color: #fff;
    font-weight: 500;
    padding: 5px 30px;
    height: 50px;
    text-transform: capitalize;
    box-shadow: none;
}

.modal#mdl-email .mdl-recov-2-column .recover3form {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal#mdl-email .btn-otp-again,
.modal#mdl-updauth .btn-otp-again {
    padding: 5px 10px !important;
}

.modal#mdl-email .mdl-recov-2-column {
    display: flex;
    align-items: center;
}

.modal#mdl-email .mdl-recov-2-column .form {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

.mdl-recov-2-column .form p {
    font-size: 14px;
}

.mdl-recov-2-column .form-otp {
    display: flex;
    justify-content: space-evenly;
    height: 100%;
}

.modal#mdl-recopss .modal-body,
.modal#mdl-recopss .modal-content {
    padding: 0;
}

.modal#mdl-recopss .modal-footer,
.modal#mdl-recopss .modal-header {
    padding: 0;
    border-bottom: 0;
    border-top: 0;
}

.modal#mdl-recopss .card {
    border: 0;
}

.modal#mdl-alert .modal-dialog,
.modal#mdl-check .modal-dialog,
.modal#mdl-error .modal-dialog {
    max-width: 400px;
    width: 400px;
}

.modal#mdl-alert .modal-content,
.modal#mdl-check .modal-content,
.modal#mdl-error .modal-content {
    width: 400px;
    height: 550px;
}

.modal#mdl-alert .modal-body,
.modal#mdl-check .modal-body,
.modal#mdl-error .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 30px 50px 40px 50px;
}

.modal#mdl-alert .modal-body .d-flex,
.modal#mdl-check .modal-body .d-flex,
.modal#mdl-error .modal-body .d-flex {
    margin: 0 !important;
}

.modal#mdl-alert .modal-body img,
.modal#mdl-check .modal-body img,
.modal#mdl-error .modal-body img {
    height: 200px;
}

.modal#mdl-error .modal-body .mdl-message,
.modal#mdl-check .modal-body .mdl-message {
    font-size: 14px;
    width: 250px;
}

.modal#mdl-alert .mdl-message {
    font-size: 14px;
}

.modal .mdl-title {
    margin: 0 !important;
}

div#otp-inputs input {
    border: 1px solid var(--color-3);
    border-radius: var(--radius-1);
    padding: 5px 10px;
    text-align: center;
    width: 35px;
}

div#otp-inputs input:nth-child(2n + 1) {
    margin: 0 !important;
}

div#otp-inputs input:nth-child(2n) {
    margin: 0 0 !important;
}

.mdc-drawer--modal {
    right: 0;
    left: initial;
}

nav.navbar .container {
    padding: 0 100px;
    max-width: 100%;
}

.lottery-banner:not(.col-md-6.col-12) {
    transition: 0.2s !important;
    border-radius: 1rem;
    max-width: 1400px;
    /* min-height: 100%; */
}

.subheader {
    margin: 0 auto;
}

.ben-banner,
.lottery-banner,
.prom-banner,
.store-banner,
.checkout-banner {
    transition: 0.2s !important;
    margin: calc(80px + 3rem) auto 3rem auto;
    border-radius: 1rem;
    max-width: calc(100% - 200px) !important;
    height: 200px;
}

.footer-banner {
    background-color: #0b1024;
    padding: 60px 100px;
    font-size: 14px;
}

.footer-banner .footer-columns {
    display: flex;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.footer-banner .schedule-title {
    transition-duration: 0.2s;
    font-family: "Sansation";
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.footer-banner .schedule-text {
    transition-duration: 0.2s;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
}

.footer-banner .col-md-auto:first-child .nav-item {
    cursor: default;
}

.footer-banner .row .col-md-3.col-12 ul {
    align-content: start;
    align-items: start;
}

.footer-banner h5,
.footer-banner .nav-item a,
.footer-banner li {
    max-width: 200px;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
}

.footer-banner .nav-item a {
    text-align: start;
    width: 100%;
    text-overflow: ellipsis;
}

.footer-banner .claim-column a {
    text-align: center;
}

.footer-banner h5 {
    font-weight: 600;
    font-size: 17px;
    text-align: center;
    color: #8891fa !important;
    cursor: default;
}

.footer-banner .nav-item a:hover,
.footer-banner .nav-item a.active {
    transition: 0.2s;
    color: #8891fa !important;
}

.footer-banner .nav-item a:hover svg path[fill="#FFFFFF"],
.footer-banner .nav-item a.active svg path[fill="#FFFFFF"] {
    transition: 0.2s;
    fill: #8891fa !important;
}

.footer-banner .nav:not(.claim-column) {
    align-items: start;
    white-space: nowrap;
}

.footer-banner .claim-column {
    width: 100px;
    text-align: center;
}

.footer-banner .claim-column svg#claim {
    width: 35px;
    height: 35px;
}

.footer-banner .logo {
    cursor: default;
    width: 200px;
    height: 35px;
}

@media (min-width: 601px) and (max-width: 874px) {
    nav.navbar .container {
        padding: 0 20px;
        max-width: 100%;
    }

    .footer-banner {
        padding: 60px 20px !important;
    }

    .nav .btn-head-account span {
        display: none;
    }

    .nav .btn-head-account {
        padding: 0 0.5rem;
    }

    .dashboard-container {
        padding: 50px 40px 50px 40px !important;
    }

    .dashboard-container .card-this-week {
        height: 100%;
        min-width: 100% !important;
    }

    .navbar .nav.d-flex a.btn {
        display: flex;
        justify-content: center;
        width: 45px;
        height: 45px;
        padding: 0;
        margin: 0 0 0 20px !important;
        align-self: center;
        align-items: center;
    }

    .navbar .nav.d-flex .btn-head-account svg,
    .navbar .nav.d-flex .btn-head-account img {
        width: 28px;
        margin: 0;
    }

    .ben-banner,
    .subheader,
    .prom-banner,
    .store-banner,
    .checkout-banner {
        max-width: calc(100% - 40px) !important;
    }
}

@media (max-width: 820px) {
    #account-menu:hover {
        background-color: inherit !important;
    }

    #account-menu .btn:hover {
        transition: 0.2s;
        background-color: #f5f5f5;
    }

    body.dark #account-menu .btn:hover {
        transition: 0.2s;
        background-color: #020712;
    }

    .modal:is(#mdl-tutorial, #modal-config, #mdl-dateborn) .modal-dialog,
    .modal:is(#mdl-tutorial, #modal-config, #mdl-dateborn) .modal-content {
        width: calc(100% - 0.5rem) !important;
        max-width: inherit;
        height: 450px;
        border: 0;
    }

    .modal:is(#mdl-tutorial, #modal-config, #mdl-dateborn) .modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100%;
    }

    .modal:is(#mdl-tutorial, #modal-config, #mdl-dateborn) .modal-content {
        width: 100% !important;
        height: 100%;
        border-radius: 0 !important;
    }

    #mdl-dateborn .born-banner,
    #mdl-tutorial .tutorial-banner,
    #modal-config .config-banner {
        width: 100% !important;
        height: 450px !important;
    }

    #mdl-dateborn .born-message,
    #mdl-tutorial .tutorial-message,
    #modal-config .config-message {
        width: 100% !important;
        height: calc(100% - 450px) !important;
    }

    #modal-config .config-banner img {
        width: initial !important;
        height: 100% !important;
    }

    .footer-banner {
        position: relative;
        background-color: #0b1024;
        padding: 60px 20px;
    }

    .footer-banner .logo {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        width: 150px;
    }

    .footer-banner h5 {
        white-space: nowrap;
        font-size: 15px;
    }

    .footer-banner .nav-item a,
    .footer-banner li {
        font-size: 13px;
        color: #fff !important;
    }

    .footer-banner .col-md-3:nth-child(1) {
        text-align: center;
        margin: 0 0 50px 0;
    }

    .footer-banner .col-md-3:nth-child(1) .nav-item:nth-child(1) {
        margin: 0 0 10px 0 !important;
    }
}

@media (min-width: 601px) and (max-width: 872px) {

    nav .btn-head-login,
    nav li {
        display: none;
    }
}

@media (min-width: 1006px) and (max-width: 1040px) {

    nav .btn-head-login,
    nav li {
        display: none;
    }
}

@media (max-width: 872px) {

    .navbar #account-menu-responsive,
    .navbar .menu-responsive {
        display: block !important;
    }
}

@media (min-width: 700px) and (max-width: 860px) {

    #modal-config .modal-dialog,
    #modal-config .modal-content {
        width: 98% !important;
        max-width: inherit;
        height: 550px;
        margin: 0 auto;
        border: 0;
    }

    #modal-config .config-banner {
        width: calc(100% - 480px) !important;
    }

    #modal-config .config-banner img {
        width: 100% !important;
        height: initial !important;
    }

    .modal#modal-config .config-message {
        width: 472px;
    }
}

@media (min-width: 821px) and (max-width: 1005px) {
    nav.navbar .container {
        padding: 0 20px;
        max-width: 100%;
    }

    .subheader,
    .store-banner,
    .lottery-banner,
    .checkout-banner {
        max-width: calc(100% - 40px) !important;
    }

    .footer-banner {
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .footer-banner .row .col-md-3.col-12 ul {
        align-content: center;
        align-items: center;
    }

    .claim-column {
        margin: 2rem auto 0 auto;
    }
}

@media (min-width: 768px) {
    .footer-banner .row .col-md-2.col-0 {
        width: calc(25% - 124px);
    }

    .claim-column {
        margin: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {
    .ctw-item .info {
        width: calc(100% - 60px) !important;
    }

    .ctw-item .action {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 990px;
    }
}

@media screen and (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1197px;
    }
}

@media screen and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media screen and (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 100%;
    }
}

@media screen and (min-width: 1921px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    footer {
        max-width: 1920px !important;
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
        padding-left: var(--bs-gutter-x, 0.75rem) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .section {
        height: 90vh;
    }
}

.mdc-text-field__icon--leading {
    z-index: 1;
    height: 100%;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 1px 0px 5px 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.mdc-select:not(.lottery-type) .mdc-select__icon {
    height: 100%;
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0px 0px 5px 11px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.mdc-form-field.error .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate="true"])~.mdc-checkbox__background {
    border-color: var(--terror-0);
}

.mdc-form-field.error .aux-text-color a {
    color: var(--terror-0) !important;
}

.mdc-floating-label,
.mdc-form-field>label,
.mdc-select__selected-text,
.mdc-text-field__input,
.separator {
    z-index: 1;
    font-size: 13px !important;
}

.separator {
    color: #545865;
}

.mdc-select .mdc-select__icon svg,
.mdc-text-field .mdc-text-field__icon--leading svg {
    width: 22px !important;
    height: 22px !important;
}

.mdc-select--outlined .mdc-select__anchor {
    height: 48px;
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline .mdc-notched-outline__leading {
    display: block;
    border-width: 1px !important;
}

.mdc-select--outlined .mdc-select__dropdown-icon svg {
    transition-duration: 0.2s;
}

.mdc-select--activated .mdc-select__dropdown-icon svg {
    transition-duration: 0.2s;
    transform: rotate(180deg);
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-inactive {
    opacity: 1;
}

.mdc-select--activated .mdc-select__dropdown-icon .mdc-select__dropdown-icon-active {
    opacity: 0;
}

.mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(30px, var(--mdc-shape-small, 4px));
}

.mdc-text-field svg[aria-describedby="type-age"] {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 14px;
    right: 10px;
    z-index: 1;
}

.mdc-text-field svg[aria-describedby="type-age"] path {
    fill: rgba(0, 0, 0, 0.6);
}

.mdc-text-field .mdc-tooltip {
    top: 55px !important;
    left: 0 !important;
}

.mdc-text-field .mdc-tooltip .mdc-tooltip__surface {
    border-radius: var(--radius-1) !important;
    background-color: var(--color-14) !important;
    font-size: 11px !important;
}

.mdc-text-field--outlined:not(.store-search, .lottery-search, .sus-search) .mdc-notched-outline .mdc-notched-outline__leading {
    border-top-left-radius: var(--radius-1) !important;
    border-bottom-left-radius: var(--radius-1) !important;
}

.mdc-text-field--outlined:not(.store-search, .lottery-search, .sus-search) .mdc-notched-outline .mdc-notched-outline__trailing {
    border-top-right-radius: var(--radius-0) !important;
    border-bottom-right-radius: var(--radius-0) !important;
}

.mdc-text-field--outlined:not(.store-search, .lottery-search, .sus-search) .mdc-notched-outline .mdc-notched-outline__trailing {
    border-top-right-radius: var(--radius-1) !important;
    border-bottom-right-radius: var(--radius-1) !important;
}

.mdc-select--outlined:not(.mdc-select--with-leading-icon) .mdc-select__anchor .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-26.75px) scale(0.75);
    transform: translateY(-30.75px) scale(0.75);
}

.mdc-select--outlined.mdc-select--with-leading-icon.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-select--outlined.mdc-select--with-leading-icon .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-27.75px) scale(0.75);
    transform: translateY(-27.75px) scale(0.75);
}

.mdc-select--outlined .mdc-select__anchor .mdc-notched-outline__notch {
    border-color: #dedede;
    border-width: 1px !important;
}

.mdc-select--outlined:not(.lottery-type) .mdc-notched-outline .mdc-notched-outline__leading {
    width: max(30px, var(--mdc-shape-small, 4px));
    border-top-left-radius: var(--radius-1) !important;
    border-bottom-left-radius: var(--radius-1) !important;
    border-width: 1px !important;
    border-color: #dedede;
}

.mdc-select--outlined:not(.lottery-type) .mdc-notched-outline .mdc-notched-outline__trailing {
    border-top-right-radius: var(--radius-1) !important;
    border-bottom-right-radius: var(--radius-1) !important;
    border-width: 1px !important;
    border-color: #dedede;
}

.mdc-text-field--with-leading-icon:not(.store-search,
    .lottery-search,
    .sus-search) svg path,
.mdc-select--with-leading-icon:not(.lottery-type) svg path {
    fill: #949494;
}

.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
    transition: 0.2s;
    border-color: #8891fa;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mdc-notched-outline__trailing {
    transition: 0.2s;
    border-color: var(--color-3);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .lottery-search).mdc-text-field--focused .mdc-text-field__icon--leading svg path,
.mdc-select--outlined:not(.mdc-select--disabled,
    .lottery-type).mdc-select--focused .mdc-select__icon--leading svg path,
.mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .lottery-search).mdc-text-field--focused svg path {
    transition: 0.2s;
    fill: var(--color-3);
}

.mdc-select--outlined:not(.mdc-text-field--disabled).mdc-select--focused svg.mdc-select__dropdown-icon-graphic path {
    transition-duration: 0.2s;
    fill: var(--color-3);
}

.mdc-select--outlined:not(.mdc-select--with-leading-icon) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--with-leading-icon) .mdc-notched-outline__leading {
    width: 10px !important;
}

.mdc-select--outlined:not(.mdc-select--with-leading-icon) .mdc-select__anchor,
.mdc-text-field--outlined:not(.mdc-text-field--with-leading-icon) {
    padding-left: max(14px, calc(var(--mdc-shape-small, 4px) + 4px));
}

.mdc-select--outlined:not(.mdc-select--with-leading-icon) .mdc-floating-label,
.mdc-text-field--outlined:not(.mdc-text-field--with-leading-icon) .mdc-floating-label {
    left: 4px;
}

.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label,
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: var(--color-3) !important;
}

.mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate="true"])~.mdc-checkbox__background {
    border-width: 1.5px;
    border-color: #8891fa;
    background-color: transparent;
}

.mdc-select__dropdown-icon .mdc-select__dropdown-icon-graphic {
    width: 25px;
    height: 25px;
    padding: 7px;
}

.mdc-card__media {
    border-radius: 0 !important;
    will-change: inherit;
}

.mdc-checkbox__background {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: var(--radius-0);
}

.mdc-text-field--outlined {
    height: 48px;
    overflow: visible;
}

label.mdc-text-field--outlined.join-account {
    padding-right: 3rem;
}

.mdc-text-field--outlined.field-pass {
    padding-right: 5.5rem;
}

.mdc-text-field.autofill .mdc-text-field__input {
    height: 22px;
    margin: 20px 0 0 0;
}

.mdc-text-field.autofill .mdc-notched-outline__notch {
    border-top-width: 1px !important;
    border-top-style: solid;
}

.mdc-text-field.autofill .mdc-notched-outline__leading,
.mdc-text-field.autofill .mdc-notched-outline__notch,
.mdc-text-field.autofill .mdc-notched-outline__trailing {
    background-color: #e8f0fe;
}

.mdc-text-field.autofill .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field.autofill .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-20.75px) scale(0.75) !important;
    transform: translateY(-16.75px) scale(0.75) !important;
    left: 0;
    background-color: transparent;
    color: #171d2f !important;
}

.mdc-text-field.autofill .mdc-text-field__input,
body.dark .mdc-text-field.autofill .mdc-text-field__input {
    color: #171d2f !important;
    padding: 0 0 0 5px !important;
}

.mdc-text-field.autofill svg path {
    fill: #171d2f !important;
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined .mdc-floating-label {
    color: #949494;
    left: 4px;
}

.mdc-text-field--with-leading-icon.autofill .mdc-floating-label {
    color: #171d2f !important;
}

.mdc-select--outlined.mdc-select--with-leading-icon .mdc-select__anchor .mdc-select__selected-text-container,
.mdc-text-field--outlined.mdc-text-field--with-leading-icon .mdc-text-field__input:not(.lottery-search-input) {
    padding: 0 0 0 8px;
}

.mdc-select__dropdown-icon {
    margin-left: 5px;
    margin-right: 0;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-notched-outline__trailing {
    border-color: #dedede;
    border-width: 1px;
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing {
    transition: 0.2s;
    border-color: var(--color-12);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .mdc-text-field--invalid,
    .mdc-text-field--focused):hover .mdc-floating-label,
.mdc-select--outlined:not(.mdc-select--disabled, .mdc-select--focused):hover .mdc-floating-label {
    transition: 0.2s;
    color: var(--color-12);
}

.mdc-text-field--outlined:not(.mdc-text-field--disabled,
    .lottery-search,
    .sus-search):not(.mdc-text-field--focused):hover .mdc-text-field__icon--leading svg path,
.mdc-select--outlined:not(.mdc-select--disabled, .lottery-type):not(.mdc-select--focused):hover .mdc-select__icon--leading svg path,
.mdc-text-field--outlined:not(.mdc-text-field--disabled, .lottery-search):not(.mdc-text-field--focused):hover svg:not(.delete) path {
    transition: 0.2s;
    fill: var(--color-12);
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled,
    .mdc-text-field--focused,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled,
    .mdc-text-field--focused,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled,
    .mdc-text-field--focused,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-notched-outline__trailing,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mdc-notched-outline .mdc-notched-outline__trailing,
.mdc-select--outlined.mdc-text-field--invalid:not(.lottery-type) .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-text-field--invalid:not(.lottery-type) .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-text-field--invalid:not(.lottery-type) .mdc-notched-outline__trailing,
.mdc-select--outlined.mdc-text-field--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__leading,
.mdc-select--outlined.mdc-text-field--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__notch,
.mdc-select--outlined.mdc-text-field--invalid:not(.mdc-select--disabled):not(.mdc-select--focused) .mdc-select__anchor:hover .mdc-notched-outline .mdc-notched-outline__trailing {
    transition: 0.2s;
    border-color: var(--terror-0) !important;
}

.mdc-text-field--outlined:is(.mdc-text-field--invalid) .mdc-notched-outline__leading,
.mdc-text-field--outlined:is(.mdc-text-field--invalid) .mdc-notched-outline__notch,
.mdc-text-field--outlined:is(.mdc-text-field--invalid) .mdc-notched-outline__trailing {
    transition: 0.2s;
    border-color: var(--terror-0) !important;
}

.mdc-text-field--outlined:is(.mdc-text-field--invalid) .mdc-floating-label {
    color: var(--terror-0) !important;
}

.mdc-text-field--outlined:is(.mdc-text-field--invalid) svg path {
    fill: var(--terror-0) !important;
}

.mdc-text-field--outlined.mdc-text-field--invalid path.st0,
.mdc-select--outlined.mdc-text-field--invalid path.st0 {
    transition: 0.2s;
    fill: var(--terror-0);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-floating-label {
    color: var(--terror-0);
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled,
    .store-search,
    .lottery-search,
    .sus-search) .mdc-text-field--outlined.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above {
    -webkit-transform: translateY(-27.75px) scale(0.75) !important;
    transform: translateY(-30.75px) scale(0.75) !important;
}

#account-menu-notifications .mdc-menu-surface {
    transform-origin: right top !important;
    position: absolute;
    width: 400px;
    max-width: 400px;
    left: inherit !important;
}

body.dark #account-menu-notifications .mdc-menu-surface {
    box-shadow: 0px 0px 5.3px rgb(0 0 0 / 3%), 0px 0px 17.9px rgb(0 0 0 / 4%),
        0px 0px 5px rgb(0 0 0 / 30%);
    right: 0;
}

#account-menu-notifications .mdc-menu-surface .card-notifications {
    padding: 0.9rem 1rem;
    border-bottom: 1px solid #efefef;
}

#account-menu-notifications .mdc-menu-surface .card-notifications h3 {
    color: rgb(68 68 68);
    font-family: "Roboto" !important;
    font-size: 14px;
    margin: 0;
}

#account-menu-notifications .mdc-refresh-notifications {
    border: 1px solid rgb(170 170 170);
    border-radius: 0.5rem !important;
    padding: 0 0.5rem;
    height: 25px;
}

#account-menu-notifications .mdc-close-notifications {
    width: 25px;
    min-width: 20px;
    border-color: rgb(170 170 170);
    border-radius: 0.5rem !important;
    margin: 0 0 0 0.5rem;
    padding: 0 0.5rem;
    height: 25px;
}

#account-menu-notifications .mdc-close-notifications span.material-icons-round {
    font-size: 16px;
    color: #9da1a9;
}

#account-menu-notifications .mdc-refresh-notifications span.mdc-button__label {
    color: #9da1a9;
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
}

#account-menu-notifications .mdc-menu-surface .card-notificacions-list {
    min-height: 100px;
}

#account-menu-notifications .mdc-menu-surface .noti-clear {
    width: 100%;
    padding: 3rem;
    text-align: center;
    color: #8489e6;
}

#account-menu-notifications .mdc-menu-surface .noti-clear img {
    width: 100%;
}

#account-menu-notifications .mdc-menu-surface .noti-clear h5 {
    font-size: 18px;
    font-weight: 600;
}

#account-menu-notifications .mdc-list hr {
    background-color: var(--color-7);
    width: calc(100% - 32px);
    height: 1px !important;
    margin: 0 16px !important;
}

#account-menu-notifications .mdc-list {
    padding: 0;
    overflow-y: auto;
    max-height: 500px;
}

#account-menu-notifications .mdc-list-item {
    transition-duration: 0.2s;
    padding: 1rem;
    margin: 0;
    font-size: 14px;
    gap: 0 1rem;
}

#account-menu-notifications .mdc-list-item .noti-info-title {
    white-space: nowrap;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

#account-menu-notifications li.mdc-list-item.special {
    transition-duration: 0.2s;
    background-color: #fef6f0;
}

#account-menu-notifications li.mdc-list-item.special~hr {
    background-color: #f1ebe5;
}

#account-menu-notifications .mdc-list-item .mdc-list-item__text {
    display: block;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    text-align: justify;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}

#account-menu-notifications li.mdc-list-item.special .noti-info-title,
#account-menu-notifications li.mdc-list-item.special .mdc-list-item__text {
    color: #000;
}

#account-menu-notifications .mdc-list-item .noti-ico {
    display: flex;
    align-items: start;
}

#account-menu-notifications .mdc-list-item .noti-info {
    width: calc(100% - (50px + 1rem));
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0.6rem 0;
}

#account-menu-notifications .mdc-list-item .noti-info>span.mdc-list-item__text {
    border: 1px solid #ededed;
    border-radius: 0.5rem;
    padding: 0.45rem 0.6rem;
}

#account-menu-notifications .mdc-list-item.special .noti-info>span.mdc-list-item__text {
    border: 1px solid #f1ebe5;
}

#account-menu-notifications .mdc-list-item .noti-info>div.d-flex {
    width: 100%;
    gap: 0 0.5rem;
}

#account-menu-notifications .mdc-list-item .noti-info>div.d-flex>span:not(.badge) {
    width: max-content;
}

#account-menu-notifications .mdc-list-item .noti-ico-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-8);
    border-radius: 0.5rem;
    width: 50px;
    height: 50px;
}

#account-menu-notifications .mdc-list-item.special .noti-ico-container {
    height: 60px;
}

#account-menu-notifications .mdc-list-item .noti-ico-container.event-img {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#account-menu-notifications .mdc-list-item .noti-ico-container>svg {
    width: 35px;
    height: 35px;
}

#account-menu-notifications .mdc-list-item .noti-ico .noti-ico-container>svg:not(.game) path {
    fill: #000 !important;
}

#account-menu-notifications .mdc-list-item .noti-ico .event-ico svg:not(.game) path {
    stroke: #000 !important;
}

#account-menu-notifications .mdc-list-item .noti-ico svg:is(.game) path {
    fill: #000;
    stroke: transparent !important;
}

#account-menu-notifications .mdc-list-item .noti-info .badge.type-noti {
    border: 1px solid var(--color-14);
    border-radius: 0.4rem;
    padding: 0.4rem 0.6rem;
    font-size: 10px;
    color: var(--color-14);
    height: 25px;
}

#account-menu-notifications .mdc-list-item .noti-info button.btn-noti {
    background-color: var(--color-14);
    border-radius: 0.4rem !important;
    min-height: min-content !important;
    padding: 0.4rem 0.6rem;
    text-transform: none;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
    height: 25px;
}

#account-menu-notifications .mdc-list-item .noti-info button.btn-noti span {
    font-size: 11px;
    line-height: 11px;
}

.mdc-list-item .noti-ico-container.event-img .event-ico {
    background-color: var(--color-8);
    border-radius: 0.2rem;
    width: 18px;
    height: 18px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0.2rem;
    left: 0.2rem;
}

.mdc-list-item .noti-ico-container.event-img .event-ico svg {
    width: 14px;
    height: 14px;
}

.mdc-list-item .noti-ico-container.event-img .event-ico svg path {
    stroke: var(--color-8) !important;
}

.mdc-menu-surface:not(.menu-order-by) {
    transform-origin: right top !important;
    position: absolute;
    right: 0 !important;
    left: inherit !important;
    border-radius: 0.7rem !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: 0px 10px 50px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 5px rgb(0 0 0 / 1%);
}

.mdc-select--outlined.mdc-select--no-label .mdc-menu-surface,
.mdc-select--outlined .mdc-menu-surface--is-open-below {
    top: 50px !important;
    margin-bottom: 0;
}

.field-phone-country .mdc-menu-surface {
    max-height: 300px !important;
}

.mdc-button--outlined .mdc-button__ripple::before,
.mdc-button--outlined .mdc-button__ripple::after {
    background-color: rgb(0 0 0 / 25%);
}

.mdc-snackbar__surface {
    border-radius: var(--radius-1) !important;
}

.mdc-snackbar__surface .mdc-snackbar__label {
    font-size: 13px;
}

.mdc-snackbar__action:not(:disabled) {
    color: var(--color-8);
    font-weight: 500;
    text-transform: capitalize;
}

.mdc-dialog .mdc-dialog__surface {
    border-radius: var(--radius-5);
}

.mdc-dialog .mdc-dialog__scrim {
    background-color: transparent;
}

aside.mdc-snackbar.mdc-snackbar--open {
    z-index: 1056;
}

.btn-head-cart-number,
.btn-head-noti-number {
    top: 10px !important;
    font-weight: 500;
    right: -10px;
    font-size: 12px;
}

.text-muted {
    font-weight: 400;
    font-size: 14px;
}

.mdc-card .p-2 {
    font-size: 15px;
    font-weight: 400;
}

.mdc-card__action-buttons a span,
.mdc-card__action-icons {
    font-weight: 600 !important;
}

.mdc-button {
    font-weight: 400;
}

#account-menu-responsive hr,
#account-menu hr {
    background-color: #eaedfe;
    padding: 0 0;
    margin: 1rem 15px 0 15px;
    width: calc(100% - 30px);
}

#account-menu .mdc-list-item,
#account-menu-responsive .mdc-list-item {
    border-radius: var(--radius-1) !important;
    margin: 0 10px 0 10px;
    font-size: 14px;
    transition: 0.2s;
}

.mdc-list .mdc-list-item .mdc-list-item__text {
    display: flex;
    align-self: center;
    line-height: 14px;
    font-size: 13px;
    font-weight: 400;
}

#account-menu .mdc-list .mdc-list-item svg,
#account-menu-responsive .mdc-list .mdc-list-item svg {
    margin: 0 0.5rem 0 0;
    width: 14px;
    height: 14px;
}

#account-menu-responsive .mdc-list-item:hover,
#account-menu .mdc-list-item:hover {
    background-color: #f2f6ff;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.2s;
}

#account-menu .mdc-list-item.btn-feedback {
    background-color: #0d6efd1a;
    border: 1px solid rgb(0 0 0 / 10%);
}

.account-menu {
    text-align: center;
    padding: 20px 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
}

.account-menu .account-menu-data {
    width: calc(100% - 48px);
    margin: 0 0 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-evenly;
}

.account-menu .account-menu-data span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    margin: 0;
}

.account-menu .account-menu-data span:nth-child(1) {
    color: var(--color-3);
    font-weight: 500;
    font-size: 12px;
}

#account-menu .account-menu svg,
#account-menu .account-menu img {
    background-color: var(--color-3);
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

.card-hello-again .account-menu svg,
.card-hello-again .account-menu img {
    border-radius: 50%;
    width: 50px;
}

.account-menu .mdc-list-item__text {
    font-size: 14px;
    margin: 0 0 0 10px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    font-weight: 500;
}

.account-menu .material-icons-round {
    font-size: 40px;
}

.navbar-brand.logo svg {
    height: 25px;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: var(--color-3);
}

body.dark::-webkit-scrollbar-thumb,
body.dark::-webkit-scrollbar-thumb:hover,
body.dark .fc-scroller::-webkit-scrollbar-thumb,
body.dark .scroll-container::-webkit-scrollbar-thumb,
body.dark .scroll-container::-webkit-scrollbar-thumb:hover {
    transition: 0.2s;
    background: var(--color-dark-4) !important;
}

.flatpickr-calendar {
    border-radius: 0.7rem !important;
    overflow: hidden;
    box-shadow: 1.1px 1.1px 2.2px rgba(0, 0, 0, 0.02),
        2.7px 2.7px 5.3px rgba(0, 0, 0, 0.028),
        5px 5px 10px rgba(0, 0, 0, 0.035),
        8.9px 8.9px 17.9px rgba(0, 0, 0, 0.042),
        16.7px 16.7px 33.4px rgba(0, 0, 0, 0.05),
        40px 40px 80px rgba(0, 0, 0, 0.07);
}

.flatpickr-calendar.arrowTop {
    margin: 0 0 0 0;
}

.flatpickr-calendar.arrowBottom {
    margin: 1rem 0 0 0;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
    display: none;
}

.flatpickr-current-month {
    display: flex;
    gap: 0 10px;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: #fff;
    color: #000;
}

.flatpickr-months {
    border-bottom: 1px solid #ececec;
    display: flex;
    height: 50px;
    align-items: center;
    align-self: center;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
    transition-duration: 0.2s;
    background-color: var(--color-14);
    border-radius: 0.5rem;
    margin: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 30px;
    width: 30px;
    color: #fff;
    box-shadow: 0px 3px 1px -2px rgb(0 0 0 / 20%),
        0px 1px 2px 0px rgb(0 0 0 / 14%), 0px 1px 5px 0px rgb(0 0 0 / 12%);
}

.flatpickr-months .flatpickr-prev-month span,
.flatpickr-months .flatpickr-next-month span {
    font-size: 20px;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
    transition-duration: 0.2s;
    background-color: var(--color-14);
    color: #fff;
}

.flatpickr-calendar .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-current-month input.cur-year {
    margin: 0;
    height: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    width: 115px;
    line-height: 20px;
    appearance: none;
    padding: 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("https://static.pchujoy.com/public/img/resources/DownArrow_DarkBg.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 12px 10px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInputWrapper {
    background-color: #ececec;
}

.flatpickr-calendar .flatpickr-current-month input.cur-year {
    padding: 0 0.9rem 0 0.9rem;
}

.flatpickr-calendar .flatpickr-monthDropdown-months {
    padding: 0 1rem 0 0;
    text-align: center;
}

.flatpickr-calendar .flatpickr-monthDropdown-months,
.flatpickr-calendar .flatpickr-current-month input.cur-year,
.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
    border-radius: 0.5rem !important;
    overflow: hidden;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper span {
    opacity: 1;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border: 0;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border: 0;
}

.flatpickr-current-month .numInputWrapper span.arrowUp {
    background-image: url("https://static.pchujoy.com/public/img/resources/DownArrow_DarkBg.svg");
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.flatpickr-current-month .numInputWrapper span.arrowDown {
    background-image: url("https://static.pchujoy.com/public/img/resources/DownArrow_DarkBg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper span {
    border: 0;
    right: 3px;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper span:hover {
    transition-duration: 0.2s;
    border-radius: 5px;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.05);
    /* background-image: url('https://static.pchujoy.com/public/img/resources/DownArrow_LightBg.svg'); */
    background-image: url("https://static.pchujoy.com/public/img/resources/DownArrow_DarkBg.svg");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 12px 10px;
}

.flatpickr-current-month .numInputWrapper {
    width: 70px;
}

.flatpickr-current-month .numInputWrapper:hover {
    transition: 0.2s;
    background-color: rgba(0, 0, 0, 0.05);
}

.flatpickr-monthSelect-months {
    padding: 0.3rem 0.3rem;
    margin: 0 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flatpickr-day {
    border: 0;
    font-size: 13px;
    font-weight: 400;
}

.flatpickr-day.flatpickr-disabled {
    opacity: 0.3;
}

.flatpickr-day,
.flatpickr-day:hover {
    transition: 0.2s;
}

.flatpickr-day.selected,
.flatpickr-day:hover {
    color: #fff;
    background-color: var(--color-3) !important;
}

.flatpickr-monthSelect-month {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 13px;
}

.flatpickr-monthSelect-month:focus,
.flatpickr-monthSelect-month:hover {
    border-radius: 0.5em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.flatpickr-monthSelect-month.selected {
    border-radius: 0.5em;
    background-color: var(--color-dark-4);
    color: #fff;
}

label.form-label {
    font-size: 13px;
    font-weight: 400;
    color: #2c3242;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

input.form-control.is-invalid,
select.form-select.is-invalid,
textarea.form-control.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-select:invalid {
    border-color: #dc3545 !important;
}

.form-control.is-invalid~label,
.form-select.is-invalid~label,
.was-validated .form-control:invalid~label,
.was-validated .form-select:invalid~label {
    color: #dc3545 !important;
}

.invalid-feedback {
    font-size: 12px;
}

.form-floating>.form-select {
    background-image: url("https://static.pchujoy.com/public/img/resources/DownArrow_DarkBg.svg");
}

/*MODIDY BOOSTRAP*/
.form-control,
.form-select {
    background-color: transparent !important;
    border-color: var(--color-5) !important;
    border-radius: var(--radius-2) !important;
    font-size: 14px;
}

.form-control,
.form-select {
    box-shadow: none !important;
    outline: 0;
}

.form-control:not(.is-invalid):focus,
.form-select:not(.is-invalid):focus {
    background-color: #fff;
    border-color: var(--color-3) !important;
    border-width: 1.5px;
}

.form-floating .see-code {
    color: var(--color-3) !important;
    position: absolute;
    right: 0;
    top: 0;
    margin: 5px 0;
}

.form-floating label {
    max-width: 100%;
    white-space: nowrap;
    color: var(--color-3);
    opacity: 1 !important;
    font-weight: 500;
    font-size: 14px;
    text-align: start;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    max-width: 100%;
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-switch {
    display: flex !important;
    align-items: center !important;
}

.form-check-input {
    background-color: var(--color-6) !important;
}

.form-check-input:checked {
    background-color: var(--color-3) !important;
    border-color: var(--color-3) !important;
}

.form-check-input,
.form-check-input:focus {
    border-color: var(--color-5) !important;
    outline: 0;
    box-shadow: none !important;
}

.form-control:disabled,
.form-select:disabled {
    background-color: rgb(39 56 245 / 10%) !important;
}

.form-select:disabled,
.form-control:disabled,
.form-control:disabled~label,
.form-select:disabled~label,
.form-control:disabled~svg,
.form-select:disabled~svg,
.form-select:disabled~span {
    opacity: 0.6 !important;
}

.form-switch .form-check-input {
    width: 2.5em !important;
    height: 1.3em !important;
    margin-right: 15px;
}

.form-switch .form-check-input,
.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input {
    width: 40px !important;
}

.form-switch .form-check-label {
    display: block;
    width: calc(100%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
}

.form-switch label {
    font-size: 14px;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__ripple::after {
    background-color: transparent !important;
}

#status-events .mdc-list-item--selected {
    background: linear-gradient(90deg, #2738F5 0%, #641BFF 100%);
    border-radius: 10px;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected .mdc-list-item__text {
    color: #ffff !important;
    font-weight: 500;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::after {
    background-color: #000 !important;
    background-color: var(--mdc-ripple-color, #000) !important;
}

:not(.mdc-list-item--disabled).mdc-list-item--selected:hover .mdc-list-item__ripple::before,
:not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-surface--hover .mdc-list-item__ripple::before {
    opacity: 0.04 !important;
    opacity: var(--mdc-ripple-hover-opacity, 0.04) !important;
}

.footer-section-2 {
    background-color: #0f152f;
    border-radius: 0.8rem;
    padding: 1.2rem;
}

.footer-section-2,
.footer-section-2 a {
    color: #8891fa;
    text-decoration: none;
}

.footer-section-2 .social-link svg {
    width: 20px;
    height: 20px;
    margin: 0 0 0 10px;
}

.banner-ads {
    border-radius: 1rem;
    padding: 1rem;
    background: rgb(39, 56, 245);
    background: linear-gradient(45deg,
            rgba(39, 56, 245, 1) 0%,
            rgba(104, 39, 245, 1) 61%,
            rgba(104, 39, 245, 1) 100%);
}

.banner-ads h4,
body.dark .banner-ads h4 {
    font-size: 12px;
    font-weight: 500;
    color: #fff !important;
}

.reward-backdrop {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    overflow: hidden;
    position: fixed;
    background-color: rgb(4 11 32 / 98%);
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.reward-backdrop .reward {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 400px;
}

.reward-backdrop .reward.loading {
    transition: 0.2s;
    opacity: 0;
}

.reward-backdrop .reward .reward-img {
    margin: 0 0 1rem 0;
    border-radius: 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 200px;
    z-index: 1;
}

.reward-backdrop .reward .reward-desc,
.reward-backdrop .reward .reward-name {
    text-align: center;
    font-family: "Sansation";
    color: #fff;
    z-index: 1;
}

.reward-backdrop .reward .reward-desc {
    font-weight: 700;
    font-size: 28px;
}

.reward-backdrop .reward .reward-name {
    font-size: 20px;
}

.reward-backdrop .reward .reward-close {
    margin: 1rem 0 0 0;
    width: 75px;
    z-index: 1;
}

.reward-backdrop .reward .reward-background {
    background: linear-gradient(45deg,
            #fb0094,
            #0000ff,
            #ff0000,
            #fb0094,
            #0000ff,
            #ff0000);
    background-size: 900%;
    animation: roll 60s linear infinite;
    filter: blur(100px);
    position: absolute;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (min-height: 0px) and (max-width: 500px) {
    .flatpickr-calendar.open {
        left: inherit !important;
        right: inherit !important;
        width: calc(100% - 50px);
        margin-left: 25px !important;
        margin-right: 25px !important;
    }

    .flatpickr-calendar .flatpickr-rContainer .flatpickr-days div.dayContainer {
        width: 100% !important;
        min-width: 100%;
        flex-wrap: wrap;
        gap: 0 calc((100% - 273px) / 6);
    }
}

@media screen and (max-width: 600px) {

    .navbar .btn-head-cart:hover,
    .navbar .btn-head-theme:hover,
    .navbar .btn-head-noti:hover,
    #account-menu .btn-head-account:hover {
        background-color: #f5f5f5;
    }

    /* .btn-head-account:not(.guest) {
        background-color: transparent !important;
        padding: 0;
    } */

    .phi-button-outline:not(.disabled):visited {
        transition: 0.2s;
        border: 1px solid var(--color-10) !important;
        background-color: var(--color-10) !important;
        color: #fff !important;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
            0px 4px 5px 0px rgba(0, 0, 0, 0.14),
            0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-protected-button-hover-container-elevation,
                var(--mdc-elevation-box-shadow-for-gss));
        --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
            0px 4px 5px 0px rgba(0, 0, 0, 0.14),
            0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    .phi-button-outline:not(.disabled):hover {
        border: 1px solid var(--color-10) !important;
        background-color: transparent !important;
        color: var(--color-3) !important;
        box-shadow: none;
    }

    .phi-button-outline:not(.disabled):hover span {
        color: var(--color-3) !important;
    }

    .swiper-button-next-custom {
        right: 0.2rem;
    }

    .swiper-button-prev-custom {
        left: 0.2rem;
    }

    .navbar-brand.logo {
        margin: 0 !important;
    }

    .navbar-brand.logo svg {
        height: 20px;
    }

    .phi-button-mob-return {
        display: flex;
    }

    nav.navbar .container {
        padding: 0;
    }

    .phi-button-normal {
        font-size: 14px;
    }

    .nav {
        align-items: center;
    }

    .navbar {
        height: 62px;
        top: -1px;
        padding-top: calc(0.5rem + 1px) !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .navbar .nav.d-flex a.btn {
        display: flex;
        justify-content: center;
        width: 35px;
        height: 35px;
        padding: 0;
        margin: 0 0 0 10px !important;
        align-self: center;
        align-items: center;
    }

    .navbar .nav.d-flex a.btn-head-cart {
        margin: 0 !important;
    }

    .navbar .nav.d-flex .btn-head-account svg,
    .navbar .nav.d-flex .btn-head-account img {
        width: 28px;
        height: 28px;
        margin: 0;
    }

    .btn-head-cart-number,
    .btn-head-noti-number {
        font-size: 9px !important;
        line-height: 8px;
        height: 1rem;
        width: 1rem;
    }

    .nav .btn-head-account span {
        display: none;
    }

    .navbar .container {
        padding: 0 0;
    }

    .mdc-drawer {
        width: 100vw;
        border: 0 !important;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .lottery-banner:not(.col-md-6.col-12) {
        padding: 0 !important;
        /* margin:  auto 0 auto; */
        max-width: calc(100% - 40px) !important;
    }

    .ben-banner,
    .prom-banner,
    .store-banner:not(.col-md-6.col-12) {
        padding: 0 !important;
        margin: calc(60px + 2.5rem) auto 2.5rem auto !important;
        max-width: calc(100% - 40px) !important;
        height: 100px;
    }

    nav .btn-head-login,
    nav li {
        display: none;
    }

    #account-menu-notifications {
        position: static;
    }

    #account-menu-notifications .mdc-menu-surface {
        margin: 0 25px;
        width: calc(100% - 50px);
        max-width: 100%;
        left: inherit !important;
        top: calc(62px + 1rem) !important;
    }

    #account-menu-notifications .mdc-menu-surface .noti-clear {
        padding: 40px;
        font-size: 14px;
    }

    .navbar #account-menu-responsive,
    .navbar .menu-responsive {
        display: block;
    }

    .phi-card-product-number {
        font-size: 18px !important;
        width: 70px;
    }

    .phi-card-product-number .responsive-menu {
        border-top: 1px solid #ececec;
        background-color: #fff;
        z-index: 1;
        display: -ms-grid;
        display: grid;
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 70px;
        -ms-grid-row-align: center;
        align-self: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .responsive-menu .responsive-menu-button {
        border-radius: var(--radius-2);
        text-decoration: none;
        color: var(--text-color-1);
        padding: 5px 10px;
    }

    .responsive-menu .responsive-menu-button.active {
        background-color: var(--color-3);
        color: #fff;
    }

    .responsive-menu .responsive-menu-button>span:not(.material-icons-outlined) {
        font-size: 13px;
        display: block;
        text-align: center;
    }

    .responsive-menu .responsive-menu-button .material-icons-outlined {
        display: block;
        text-align: center;
    }

    .mdc-drawer .cart-product-title span {
        font-size: 14px;
    }

    .cart-product-details div span {
        line-height: 18px;
    }

    .mdc-drawer .cart-products .card {
        border-radius: var(--radius-2);
        padding: 20px 20px !important;
        overflow: hidden;
        height: 180px;
    }

    .mdc-drawer .cart-products .card .product-name {
        font-size: 14px;
        line-height: 12px;
        margin: 0 0 1rem 0;
    }

    .mdc-drawer .btn-delete-cart,
    .mdc-drawer .phi-card-product-number {
        height: 45px !important;
    }

    .mdc-drawer .btn-delete-cart {
        width: 47px !important;
        height: 47px !important;
    }

    .mdc-drawer .btn-delete-cart img {
        width: 47px !important;
        height: 47px !important;
    }

    .fcm-notification {
        top: inherit;
        bottom: 1rem;
        right: 0;
        width: calc(100% - 2rem);
        margin: 0 1rem;
    }

    body.dark .responsive-menu {
        border-top: 1px solid transparent;
        background-color: var(--color-dark-2) !important;
    }

    .form-switch .form-check-label {
        display: block;
        width: calc(100%);
    }

    .form-switch .form-check-input {
        width: 40px !important;
    }

    .modal#mdl-document .form {
        justify-content: center;
        gap: 2rem 0;
    }

    #mdl-email .modal-dialog,
    #mdl-email .modal-content,
    #mdl-document .modal-dialog,
    #mdl-document .modal-content {
        width: 100% !important;
        max-width: 100%;
    }

    #mdl-email .modal-content,
    #mdl-document .modal-content {
        height: 100% !important;
    }

    #mdl-email .modal-content .row {
        display: flex;
        flex-direction: column;
    }

    #mdl-email .mdl-recov-1-column,
    #mdl-email .mdl-recov-2-column {
        width: 100% !important;
        height: 50% !important;
    }

    .modal#mdl-email .mdl-recov-1-column img {
        width: auto !important;
        height: 80% !important;
    }

    #mdl-email .mdl-recov-2-column {
        padding: 3rem !important;
        display: block !important;
        width: calc(100% - 6rem) !important;
        box-sizing: content-box;
        align-self: center;
        height: calc(50% - 6rem) !important;
    }

    #mdl-email .mdl-recov-2-column .recover1form:not(.hide),
    #mdl-email .mdl-recov-2-column .recover2form:not(.hide),
    #mdl-email .mdl-recov-2-column .recover3form:not(.hide),
    #mdl-recopss .mdl-recov-2-column .recover1form:not(.hide),
    #mdl-recopss .mdl-recov-2-column .recover2form:not(.hide),
    #mdl-recopss .mdl-recov-2-column .recover3form:not(.hide),
    #mdl-updemail .mdl-recov-2-column .recover1form:not(.hide),
    #mdl-updemail .mdl-recov-2-column .recover2form:not(.hide),
    #mdl-updemail .mdl-recov-2-column .recover3form:not(.hide) {
        width: 100% !important;
    }

    .form-otp {
        margin: 0 !important;
    }

    .modal:is(#mdl-tutorial, #modal-config, #mdl-dateborn) .modal-dialog,
    .modal:is(#mdl-tutorial, #modal-config, #mdl-dateborn) .modal-content {
        width: calc(100% - 0.5rem) !important;
        max-width: inherit;
        height: 450px;
        border: 0;
    }

    .modal:is(#mdl-url,
        #mdl-email,
        #mdl-document,
        #mdl-tutorial,
        #modal-config,
        #mdl-dateborn) .modal-dialog {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 100%;
    }

    .modal:is(#mdl-url,
        #mdl-email,
        #mdl-document,
        #mdl-tutorial,
        #modal-config,
        #mdl-dateborn) .modal-content {
        width: 100% !important;
        height: 100%;
        border-radius: 0 !important;
    }

    #mdl-email .modal-content .modal-body {
        height: 100%;
    }

    #mdl-url .background,
    #mdl-url .modal-text {
        height: 50%;
    }

    #mdl-url .modal-text {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #mdl-dateborn .born-banner,
    #mdl-tutorial .tutorial-banner,
    #modal-config .config-banner {
        width: 100% !important;
        height: 50% !important;
        align-items: center !important;
    }

    #mdl-dateborn .born-message p,
    #mdl-tutorial .tutorial-message p {
        text-align: center;
        font-size: 13px;
    }

    #mdl-dateborn .born-message h3,
    #mdl-tutorial .tutorial-message h3 {
        font-size: 18px;
    }

    #mdl-dateborn .born-message h2,
    #mdl-tutorial .tutorial-message h2 {
        font-size: 20px;
    }

    #mdl-dateborn .born-message,
    #mdl-tutorial .tutorial-message,
    #modal-config .config-message {
        width: 100% !important;
        height: 50% !important;
        padding: 0.5rem 2rem !important;
    }

    #mdl-tutorial.modal .tm {
        height: calc(100% - 60px) !important;
    }

    .modal#mdl-tutorial .tutorial-banner.img2 {
        background-position-y: -4.5rem;
    }

    .modal#mdl-tutorial .tutorial-banner.img3 {
        background-position-y: -10.5rem;
    }

    .modal#mdl-tutorial .tutorial-banner.img4 {
        background-position-y: -0.5rem;
    }

    .modal#mdl-tutorial .tutorial-banner.img5 {
        background-position-y: -2rem;
    }

    #modal-config .config-banner img,
    #mdl-dateborn .born-banner img {
        width: initial !important;
        height: 100% !important;
    }

    #mdl-alert .modal-dialog,
    #mdl-check .modal-dialog,
    #mdl-error .modal-dialog {
        max-width: 100% !important;
        width: 100% !important;
        height: 100% !important;
    }

    #mdl-alert .modal-dialog,
    #mdl-check .modal-dialog,
    #mdl-error .modal-dialog {
        max-width: 100% !important;
        overflow: hidden !important;
        margin: 0;
        width: 100% !important;
        height: 100% !important;
        display: block;
    }

    #mdl-alert .modal-content,
    #mdl-check .modal-content,
    #mdl-error .modal-content {
        width: 100% !important;
        height: 100% !important;
        display: block;
        border-radius: 0 !important;
    }

    #mdl-alert .modal-body,
    #mdl-check .modal-body,
    #mdl-error .modal-body {
        justify-content: center !important;
        align-content: center;
        height: 100%;
        width: 100% !important;
        margin: 0 !important;
        gap: 2rem 0;
    }

    .flatpickr-calendar.arrowBottom {
        margin: 0;
    }

    .flatpickr-calendar.arrowTop {
        margin: 1rem 0 0 0;
    }

    .flatpickr-calendar .flatpickr-rContainer,
    .flatpickr-calendar .flatpickr-rContainer .flatpickr-days,
    .flatpickr-calendar .flatpickr-rContainer .flatpickr-days .dayContainer {
        width: 100% !important;
        min-width: 100%;
        flex-wrap: wrap;
    }

    .flatpickr-calendar .flatpickr-rContainer .flatpickr-days .dayContainer .flatpickr-day {
        width: 39px;
        max-width: 39px;
        height: 39px;
    }

    body.dark .phi-button-outline:not(.disabled):visited {
        transition: 0.2s;
        border: 1px solid var(--bgdark-0) !important;
        background-color: var(--bgdark-0) !important;
        color: #fff !important;
        box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
            0px 4px 5px 0px rgba(0, 0, 0, 0.14),
            0px 1px 10px 0px rgba(0, 0, 0, 0.12);
        box-shadow: var(--mdc-protected-button-hover-container-elevation,
                var(--mdc-elevation-box-shadow-for-gss));
        --mdc-elevation-box-shadow-for-gss: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
            0px 4px 5px 0px rgba(0, 0, 0, 0.14),
            0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    }

    body.dark .phi-button-outline:not(.disabled):hover {
        border: 1px solid var(--bgdark-0) !important;
        background-color: transparent !important;
        color: var(--bgdark-0) !important;
        box-shadow: none;
    }

    body.dark .phi-button-outline:not(.disabled):hover span {
        color: var(--bgdark-0) !important;
    }

    body.dark .navbar .btn-head-cart:hover,
    body.dark .navbar .btn-head-theme:hover,
    body.dark .navbar .btn-head-noti:hover,
    body.dark #account-menu .btn-head-account:hover {
        background-color: #020712;
    }
}

@media (max-width: 767px) {
    .footer-columns div.col-12:nth-child(1) {
        display: flex;
        justify-content: center;
        margin: 0 0 2rem 0;
    }

    .footer-columns div.col-12:nth-child(1) .nav {
        align-items: center;
        text-align: center;
    }

    .footer-columns div.col-12:nth-child(1) .nav .nav-item:nth-child(1) {
        margin: 0 0 1rem 0 !important;
    }

    .footer-columns div.col-6 {
        display: flex;
        justify-content: center;
    }

    .footer-banner .nav:not(.claim-column) {
        align-items: center;
    }

    .footer-banner .nav-item a {
        text-align: center;
    }
}

@media (min-width: 768px) and (min-height: 821px) {

    .prom-banner,
    .lottery-banner,
    .store-banner,
    .checkout-banner,
    .ben-banner {
        transition: 0.2s !important;
        height: 220px;
    }
}

@media (min-width: 768px) and (max-width: 1250px) {
    .footer-columns div.col-12:nth-child(1) .nav .nav-item:nth-child(1) {
        margin: 0 0 1rem 0 !important;
    }
}

.navbar .promslink,
.navbar .benefitlink {
    display: none;
}

@media (min-width: 1006px) and (max-width: 1032px) {

    .navbar #account-menu-responsive,
    .navbar .menu-responsive {
        display: block;
    }
}

@media (min-width: 1316px) {
    .adicional-responsive {
        display: none;
    }

    .navbar .promslink,
    .navbar .benefitlink {
        display: list-item;
    }
}

@media (max-height: 720px) {
    .mdc-drawer--modal .cart-products .cart-img-clear img {
        transition-duration: 0.2s;
        width: 150px;
        height: 150px;
    }

    .mdc-drawer--modal .cart-products .cart-img-clear h2 {
        font-size: 18px;
        margin: 1rem 0 1rem 0;
    }

    .mdc-drawer--modal .cart-products .cart-img-clear p {
        line-height: 13px;
        font-size: 13px;
    }
}

@media (hover: none) {
    button.btn:active {
        background-color: rgb(0 0 0 / 15%) !important;
        cursor: pointer;
    }
}

@keyframes skeleton-loading {
    0% {
        background-color: hsl(200, 20%, 80%);
    }

    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

@keyframes dark-skeleton-loading {
    0% {
        background-color: #00071b;
    }

    100% {
        background-color: #0f1931;
    }
}

@keyframes roll {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

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

.login-text {
    display: block;
}

@media (min-width: 992px) {
    .login-text {
        display: none;
    }
}

#gift_code {
    background-color: #E8EDFF;
    color: black
}


body.dark #gift_code {
    background-color: #2C3145;
    color: white;
}

body.dark .label-container svg * {
    stroke: white;
}

@media (min-width: 768px) {
    body.dark .layout-wrapper {
        border: 2px solid #1d212f !important;
    }
}

.layout-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media (min-width: 768px) {
    .layout-wrapper {
        flex-direction: row;
        padding: 10px 20px;
        border: 2px solid #0B1124;
        border-radius: 8px;
        justify-content: space-between;
    }
}



@media (min-width: 992px) {
    .input-container {
        min-width: 280px;
    }
}



@media (min-width: 768px) {
    #mdl-exchange .modal-dialog {
        max-width: 350px;
    }
}

.subscription-form__control:focus {
    outline: 2.5px solid #6000eb !important;
}


/* BASE MODAL STYLES */

.modal-button {
    padding: 6px 24px;
    border-radius: 15px;
    width: 100%;
    border: unset;
    font-weight: bold;
}


.modal-button:hover {
    color: white;
    text-decoration: none;
}

.modal-button--fancy {
    background-image: linear-gradient(to left, #1854F0 0%, #572FCC 100%);
    color: white;
}

.modal-button--normal {
    background: #4A4E65;
    color: white;
}

.modal-button--outlined {
    border: 2px solid #FFF;
    background-color: transparent;
    color: white;
}


.banner-libro-home {
    background-image: url(https://static.pchujoy.com/public/img/banners-libro-phillip/home-libro-mobile.png);
    min-height: 380px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: unset !important;
}

@media (min-width: 500px) and (max-width: 600px) {
    .banner-libro-home {
        margin-top: 35px;
    }
}

@media (min-width: 600px) {
    .banner-libro-home {
        margin-top: unset;
        min-height: 550px;
        background-image: url(https://static.pchujoy.com/public/img/banners-libro-phillip/home-libro-tablet.png);
    }
}

@media (min-width: 1440px) {
    .banner-libro-home {
        min-height: 500px;
        margin-top: unset;
        background-image: url(https://static.pchujoy.com/public/img/banners-libro-phillip/home-libro-desktop.png);
    }
}


@media (min-width: 2560px) {
    .banner-libro-home {
        background-size: contain;
    }
}

.banner-ad1-home {
    background-image: url(https://static.pchujoy.com/public/img/banner-ad-home/banner_vallas_auto_mobile.webp);
    aspect-ratio: 12 / 9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: unset !important;
    margin-top: 80px;
}

@media (min-width: 1440px) {
    .banner-ad1-home {
        aspect-ratio: 32 / 9;
        background-image: url(https://static.pchujoy.com/public/img/banner-ad-home/banner_vallas_auto_desktop.webp);
    }
}

@media (min-width: 2560px) {
    .banner-ad1-home {
        background-size: contain;
    }
}

.banner-ad2-home {
    background-image: url(https://static.pchujoy.com/public/img/banner-ad-home/banner_vallas_auto_depa_mobile.webp);
    aspect-ratio: 12 / 9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: unset !important;
    margin-top: 80px;
}

@media (min-width: 1440px) {
    .banner-ad2-home {
        aspect-ratio: 32 / 9;
        background-image: url(https://static.pchujoy.com/public/img/banner-ad-home/banner_vallas_auto_depa_desktop.webp);
    }
}

@media (min-width: 2560px) {
    .banner-ad2-home {
        background-size: contain;
    }
}

.banner-ad3-home {
    background-image: url(https://static.pchujoy.com/public/img/banner-ad-home/banner_vallas_depa_mobile.webp);
    aspect-ratio: 12 / 9;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: unset !important;
    margin-top: 80px;
}

@media (min-width: 1440px) {
    .banner-ad3-home {
        aspect-ratio: 32 / 9;
        background-image: url(https://static.pchujoy.com/public/img/banner-ad-home/banner_vallas_depa_desktop.webp);
    }
}

@media (min-width: 2560px) {
    .banner-ad3-home {
        background-size: contain;
    }
}
