@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,700;1,800&family=Mulish:wght@200;300;400;500;600;700;800;900;1000&display=swap);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    font-family: Montserrat, sans-serif !important;
    font-size: 16px
}

a {
    text-decoration: none
}

body {
    -webkit-touch-callout: none !important;
    background-color: #f4f7fa;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    overflow-x: hidden
}

.disabled {
    box-shadow: none !important;
    cursor: not-allowed !important;
    filter: alpha(opacity=75) !important;
    opacity: .75 !important;
    pointer-events: none !important
}

.swal2-actions {
    margin: 1.25em auto 20px
}

.swal2-footer {
    margin: 0;
}

.swal2-footer a{
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

#root,
body,
html {
    height: 100% !important
}

#home-page {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%
}

#home-page.bg-mocbai {
    background-image: url(../images-2/background.0490dc19b107684ea596.png);
     background-size: 100% 100% 

}

.sunrise {
    -webkit-animation: rotate 60s linear infinite;
    animation: rotate 60s linear infinite;
    height: 150%;
    left: 50%;
    opacity: .4;
    position: absolute;
    top: 0;
    z-index: 1
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateX(-50%) translateY(-25%) rotate(0deg);
        transform: translateX(-50%) translateY(-25%) rotate(0deg)
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-25%) rotate(359deg);
        transform: translateX(-50%) translateY(-25%) rotate(359deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: translateX(-50%) translateY(-25%) rotate(0deg);
        transform: translateX(-50%) translateY(-25%) rotate(0deg)
    }

    to {
        -webkit-transform: translateX(-50%) translateY(-25%) rotate(359deg);
        transform: translateX(-50%) translateY(-25%) rotate(359deg)
    }
}

.warpper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 5
}

.logo {
    max-width: 450px;
    height: auto;
}

.text-img {
    margin-bottom: -20px;
    margin-top: 20px;
    width: 500px
}

.lixi {
    display: none
}

.character-pic {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 3
}

.input-item-cont {
    fill: linear-gradient(180deg, #fff -42.02%, #e7e7e9 37.98%, #e1e1e3 57.98%);
    background-color: #fff;
    border: 1px solid red;
    border-radius: 50px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25);
    height: 50px;
    margin: auto;
    padding-left: 20px;
    width: 45%
}

.input-item-cont:hover {
    background: #f1f1f1;
    border: 2px solid red
}

.input-item-cont input {
    background-color: initial;
    border: none;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    letter-spacing: 1px;
    padding: 6px;
    width: 100%
}

.input-item-cont input:focus {
    outline: none
}

#submit-btn {
    fill: linear-gradient(180deg, #fff -42.02%, #e7e7e9 37.98%, #e1e1e3 57.98%);
    align-items: center;
    background-image: url(../images/bg-button.f2d67a63bb22df8d46db.png);
    background-size: 100% 100%;
    border-radius: 20px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25);
    color: red;
    cursor: pointer;
    display: flex;
    font-size: 1.1em;
    font-weight: 600;
    justify-content: center;
    margin: auto;
    padding: 10px 25px
}

#submit-btn:hover {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#submit-btn-live {
    fill: linear-gradient(180deg, #fff -42.02%, #e7e7e9 37.98%, #e1e1e3 57.98%);
    align-items: center;
    background-image: url(../images/bg-button.f2d67a63bb22df8d46db.png);
    background-size: 100% 100%;
    border-radius: 20px;
    box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, .25);
    color: red;
    cursor: pointer;
    display: flex;
    font-size: 1.1em;
    font-weight: 600;
    justify-content: center;
    margin: auto;
    padding: 10px 25px
}

#submit-btn-live:hover {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#promo-detail-btn {
    -webkit-animation: change-background 3s ease infinite;
    animation: change-background 3s ease infinite;
    color: #4d95b1;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    margin-top: 24px
}

@-webkit-keyframes change-background {
    0% {
        color: #ebd93d
    }

    50% {
        color: #eb572a
    }

    to {
        color: #fff
    }
}

@keyframes change-background {
    0% {
        color: #ebd93d
    }

    50% {
        color: #eb572a
    }

    to {
        color: #fff
    }
}

#promo-detail-btn:hover {
    color: #7a2421;
    cursor: pointer
}

.promotion-modal {
    font-family: Times New Roman, Times, serif
}

.header-popup {
    text-align: start !important;
    width: 100%
}

.promo-popup {
    line-height: 30px
}

.modal-text-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 184px
}

.modal-text-cont {
    display: flex
}

table td,
table tr {
    border: 1px solid #ffffff !important;
    color: #5e5e5e !important
}



.input-form input,
.input-form-captcha input {
    background-color: #cecece;
    border: none;
    border-radius: 10px;
    height: 100%;
    letter-spacing: 1px;
    padding: 0 20px;
    width: 100%
}

.input-form-captcha-wrapper {
    display: flex;
    justify-content: center;
    width: 100%
}

.input-form-captcha {
    /* height: 36px;
    margin-bottom: 24px;
    width: 50% */
}

#captcha-input,
.input-form input:focus {
    outline: none
}

#captcha {
    align-items: center;
    background: linear-gradient(90deg, #4b6cb7, #182848);
    border-radius: 5px;
    color: #fff;
    display: flex;
    font-family: Mulish, sans-serif;
    font-size: 1.2em;
    font-style: italic;
    height: 36px;
    justify-content: center;
    letter-spacing: 3px;
    margin-right: 16px;
    text-decoration: line-through;
    width: 80px
}

.box-label {
    padding: 20px
}

.box-img {
    /* background-image: url(../images/de-0.f63b47b5ae5945bad399.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: auto;
    max-width: 650px;
    padding: 40px 40px 80px;
    width: 80% */
}

.box-icon-qua {
    background: #dbdbdb;
    border-radius: 50%;
    margin: auto;
    padding: 20px;
    position: relative;
    top: -109px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.box-content {
    position: relative;
    top: -110px
}

.box-title img {
    width: 100%
}

.div-support {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 75%
}

.support-content {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 5px
}

.support-content span {
    font-style: italic;
    font-weight: 400
}

.example {
    font-weight: 600
}

.input-cont.input-cont-mocbai,
.input-cont.input-cont-mocbai-live {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 10px 0
}

.input-cont .input-label {
    color: red;
    font-size: 20px;
    margin: auto 0;
    text-align: left;
    width: 25%
}

.bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 45%;
    z-index: 4
}

.bottom-left img {
    width: 100%
}

.bottom-right {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 35%;
    z-index: 4
}

.bottom-right img {
    width: 100%
}

.swal2-html-container {
    min-height: auto;
    overflow: hidden !important;
    padding: 0 !important;
} 

/*.swal2-popup.swal2-icon-warning{*/
/*    padding: 0;*/
/*}*/

.swal2-title {
    font-size: 24px;
}

.captcha-gg {
    margin-top: 16px
}

.swal2-confirm.swal2-styled,
.swal2-cancel.swal2-styled {
    padding: 7px 16px;
    font-size: 14px;
    margin: 10px 5px;
}

.swal2-input-label{
    font-size: 14px;
}

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

    .bottom-left,
    .bottom-right {
        display: none
    }

    .box-logo .logo {
        margin: auto auto 40px;
        width: 80%
    }

    .box-icon-qua {
        padding: 15px;
        top: -50px;
        width: 70px
    }

    .box-icon-qua img {
        width: 100%
    }

    .box-content {
        margin: auto;
        padding-bottom: 40px;
        top: -40px;
        width: 90%
    }

    #home-page.bg-mocbai {
        background-image: url(../images/bg-mb-2.f7d7773110c5c0d0c797.png)
    }

    .warpper {
        display: block;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: static;
        width: 100%
    }

    .logo-mb {
        width: 280px
    }

    .img-title {
        width: 100%
    }

    .box-img {
        background-image: url(../images/de-0.f63b47b5ae5945bad399.png);
        margin: auto;
        padding: 10px 0 0;
        position: static;
        top: 20%;
        width: 95%
    }

    .input-item-cont {
        background: #fff;
        border: 1px solid red;
        border-radius: 50px;
        box-shadow: 0 2px 1px 0 #f47414;
        height: 30px;
        padding-left: 10px;
        position: static
    }

    #submit-btn,
    #submit-btn-live {
        font-size: 15px;
        padding: 8px 5px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .input-cont .input-label {
        font-size: 13px
    }

    .box-bottom {
        bottom: 0;
        height: 45%;
        position: absolute;
        width: 100%
    }

    .bottom-img {
        height: 100%;
        width: 100%
    }

    .swal2-input-label {
        padding: 0 20px
    }

    .swal2-actions {
        margin: .25em auto
    }

    .text-img {
        margin-top: -5px;
        width: 300px
    }

    #promo-detail-btn {
        font-size: 14px;
        margin-top: 20px
    }

    .div-support,
    .support-content {
        font-size: 13px
    }

    .input-item-cont input {
        background-color: initial;
        font-size: 12px;
        letter-spacing: -1px
    }

    .modal {
        width: 85%
    }

    .bottom-mb {
        bottom: 0;
        height: 50%;
        position: absolute;
        width: 100%
    }

    .bottom-mb img {
        height: 100%;
        width: 100%
    }

    @media only screen and (max-height:568px) {
        .bottom-mb {
            bottom: 0;
            height: 40%;
            position: absolute;
            width: 100%
        }

        .bottom-mb img {
            height: 100%;
            width: 100%
        }
    }
}

.bubbles {
    height: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 0
}

.bubble,
.bubbles {
    position: absolute
}

.bubble {
    -webkit-animation: rise 10s ease-in infinite;
    animation: rise 10s ease-in infinite;
    bottom: -100px;
    height: 40px;
    width: 40px
}

.bubbles.false {
    display: none
}

.bubbles.true {
    display: block
}

.bubble:first-child {
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    height: 40px;
    left: 10%;
    width: 40px
}

.bubble:nth-child(2) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    height: 20px;
    left: 20%;
    width: 20px
}

.bubble:nth-child(3) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    height: 50px;
    left: 35%;
    width: 50px
}

.bubble:nth-child(4) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s;
    height: 80px;
    left: 50%;
    width: 80px
}

.bubble:nth-child(5) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    height: 35px;
    left: 55%;
    width: 35px
}

.bubble:nth-child(6) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    height: 45px;
    left: 65%;
    width: 45px
}

.bubble:nth-child(7) {
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    height: 90px;
    left: 70%;
    width: 90px
}

.bubble:nth-child(7),
.bubble:nth-child(8) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.bubble:nth-child(8) {
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    height: 25px;
    left: 80%;
    width: 25px
}

.bubble:nth-child(9) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    height: 15px;
    left: 70%;
    width: 15px
}

.bubble:nth-child(10) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    height: 90px;
    left: 25%;
    width: 90px
}

@-webkit-keyframes rise {
    0% {
        bottom: -100px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(100px);
        transform: translate(100px)
    }

    to {
        bottom: 1080px;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

@keyframes rise {
    0% {
        bottom: -100px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translate(100px);
        transform: translate(100px)
    }

    to {
        bottom: 1080px;
        -webkit-transform: translateX(-200px);
        transform: translateX(-200px)
    }
}

@-webkit-keyframes confetti-slow {
    0% {
        -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
        transform: translateZ(0) rotateX(0) rotateY(0)
    }

    to {
        -webkit-transform: translate3d(25px, 105vh, 0) rotateX(1turn) rotateY(180deg);
        transform: translate3d(25px, 105vh, 0) rotateX(1turn) rotateY(180deg)
    }
}

@keyframes confetti-slow {
    0% {
        -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
        transform: translateZ(0) rotateX(0) rotateY(0)
    }

    to {
        -webkit-transform: translate3d(25px, 105vh, 0) rotateX(1turn) rotateY(180deg);
        transform: translate3d(25px, 105vh, 0) rotateX(1turn) rotateY(180deg)
    }
}

@-webkit-keyframes confetti-medium {
    0% {
        -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
        transform: translateZ(0) rotateX(0) rotateY(0)
    }

    to {
        -webkit-transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(1turn);
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(1turn)
    }
}

@keyframes confetti-medium {
    0% {
        -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
        transform: translateZ(0) rotateX(0) rotateY(0)
    }

    to {
        -webkit-transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(1turn);
        transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(1turn)
    }
}

@-webkit-keyframes confetti-fast {
    0% {
        -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
        transform: translateZ(0) rotateX(0) rotateY(0)
    }

    to {
        -webkit-transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg)
    }
}

@keyframes confetti-fast {
    0% {
        -webkit-transform: translateZ(0) rotateX(0) rotateY(0);
        transform: translateZ(0) rotateX(0) rotateY(0)
    }

    to {
        -webkit-transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
        transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg)
    }
}

.congrat-container {
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    display: fixed;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100vw
}

.confetti-container {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    line-height: 48px;
    overflow: hidden;
    -webkit-perspective: 700px;
    perspective: 700px;
    position: absolute;
    right: 0;
    top: 0
}

.confetti {
    border-radius: 0;
    position: absolute;
    top: -10px;
    z-index: 1
}

.confetti--animation-slow {
    -webkit-animation: confetti-slow 2.25s linear 1 forwards;
    animation: confetti-slow 2.25s linear 1 forwards
}

.confetti--animation-medium {
    -webkit-animation: confetti-medium 1.75s linear 1 forwards;
    animation: confetti-medium 1.75s linear 1 forwards
}

.confetti--animation-fast {
    -webkit-animation: confetti-fast 1.25s linear 1 forwards;
    animation: confetti-fast 1.25s linear 1 forwards
}

.checkmark-circle {
    display: inline-block;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    vertical-align: top;
    width: 150px
}

.checkmark-circle .background {
    background: #00c09d;
    border-radius: 50%;
    height: 150px;
    position: absolute;
    width: 150px
}

.checkmark-circle .checkmark {
    border-radius: 5px
}

.checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg)
}

.checkmark-circle .checkmark:after {
    border-radius: 2.5px !important;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    content: "";
    height: 75px;
    left: 25px;
    opacity: 1;
    position: absolute;
    top: 75px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    width: 37.5px
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        opacity: 1;
        width: 0
    }

    20% {
        height: 0;
        opacity: 1;
        width: 37.5px
    }

    40% {
        height: 75px;
        opacity: 1;
        width: 37.5px
    }

    to {
        height: 75px;
        opacity: 1;
        width: 37.5px
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        opacity: 1;
        width: 0
    }

    20% {
        height: 0;
        opacity: 1;
        width: 37.5px
    }

    40% {
        height: 75px;
        opacity: 1;
        width: 37.5px
    }

    to {
        height: 75px;
        opacity: 1;
        width: 37.5px
    }
}

.congrat-submit-btn {
    background-color: #00c09d;
    border: 1px solid #00ab8c;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(87, 71, 81, .2);
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 45px;
    margin-top: 24px;
    transition: all 2s ease-out;
    transition: all .2s ease-out;
    width: 200px
}

.congrat-submit-btn:hover {
    background-color: #2ca893;
    transition: all .2s ease-out
}

.congrat-wrapper {
    display: block;
    height: 100%;
    left: 0;
    margin-top: -1500px;
    position: fixed;
    top: 0;
    transition: all .5s ease;
    width: 100%;
    z-index: 500
}

.congrat-margin {
    margin-top: 0 !important
}

.congrat-main h1 {
    color: #ec165d;
    font-size: 2em;
    font-weight: 700
}

.congrat-id {
    font-size: 1.5em !important;
    font-weight: 600
}

.congrat-main p {
    display: flex;
    font-size: 1.1em
}

.congrat-score {
    font-size: 1.2em !important;
    font-weight: 600;
    padding: 0 8px
}

.app {
    align-items: center;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .15) 0, rgba(0, 0, 0, .15)), radial-gradient(at top center, hsla(0, 0%, 100%, .4) 0, rgba(0, 0, 0, .4) 120%) #989898;
    background-blend-mode: multiply, multiply;
    height: 100vh
}

.app,
.container {
    display: flex;
    justify-content: center;
    width: 100%
}

.container {
    max-width: 1150px
}

.container>div {
    width: 50%
}

.content {
    color: #fff
}

.title {
    font-size: 1.5em;
    font-weight: 800;
    margin-top: 30px
}

.sub-title {
    font-size: 3.7em;
    font-weight: 800;
    margin-top: 90px
}

.sub-content {
    font-size: 1.2em;
    margin-top: 30px
}

.image {
    align-items: center;
    display: flex;
    justify-content: center
}

.img-baotri {
    height: auto;
    width: 600px
}

.logo-image {
    display: flex;
    max-width: 360px;
    width: 80%
}

.img-logo-image {
    height: auto;
    max-width: 100%
}

@media only screen and (max-device-width:1150px) {
    .container {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 95%;
        text-align: center
    }

    .title {
        margin-top: 0
    }

    .sub-title,
    .title {
        font-size: 1.5em;
        font-weight: 800
    }

    .sub-title {
        margin-top: 10px
    }

    .sub-content {
        font-size: 1em;
        margin-bottom: 30px;
        margin-top: 30px
    }

    .image {
        align-items: center;
        display: flex;
        justify-content: center;
        overflow: hidden;
        width: 95%
    }

    .img-baotri {
        height: auto;
        max-width: 370px
    }

    .container>div {
        width: 100%
    }

    .logo-image {
        margin: auto
    }
}

.custom-toast {
    position: fixed;
    top: 20px;
    z-index: 9999;
    padding: 10px 20px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    color: #666;
    transition: all 0.3s ease;
    width: max-content;
    max-width: 90%;
}

/* Mobile: center top */
@media (max-width: 768px) {
    .custom-toast {
        left: 50%;
        transform: translateX(-50%);
        right: auto;
    }
}

/* PC: top-right */
@media (min-width: 769px) {
    .custom-toast {
        right: 20px;
        left: auto;
        transform: none;
    }
}

.custom-swal-popup {
    background-color: rgba(255, 255, 255, 0.7) !important;
    /* Nền trắng 50% trong suốt */
}


.home-button {
    margin-top: 10px;
    position: absolute;
    top: 1em;
    right: 2em;
    width: 146px;
    text-align: center;
    z-index: 99;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-button-pc {
    margin-top: 10px;
    width: 246px;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}


.home-button:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.home-button .home-text {
    display: inline;
}

.home-button-pc .home-icon-pc {
    width: 100%;
    height: auto;
    max-width: 246px;
}

.home-button .home-icon {
    display: none;
    width: 42px;
    height: 42px;
}

.box-logo {
    display: grid;
    justify-items: center;
}

/*  */
/*  */
/*  */
.body-content {
    position: absolute;
    /* right: 10vw; */
    top: 37%;
    transform: translateY(-50%);
    /* max-width: 650px; */
    /* max-height: 570px;
    height: 100%; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}

.promo-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../images/background.png');
}

.thumb-logo {
    max-width: 450px;
    margin: auto;
    display: flex;
}

.promo-logo {
    width: 100%;
    height: auto;
}

.promo-form {
    margin-top: 20px;
    text-align: center;
    opacity: 1;
    border-radius: 20px;
    /* background-color: #38415433; */
    background-image: url('../images-2/bg-content.8b87c9b3e87924f3dc14.png');
    background-size: 100% 100%;
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); */
    width: 100%;
    /* max-width: 650px; */
    max-width: 600px;
    /* margin-top: 2em; */
    padding: 1em 0 3em;
}

.promo-title {
    display: inline-block;
    opacity: 1;
    border-radius: 20px;
    background-color: #38415475;
    mix-blend-mode: hard-light;
    border-radius: 5px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: auto;
    letter-spacing: 1%;
    text-align: justify;
    color: white;
    text-shadow: 0 2px 1px #fe7e0d, 0 2px 0 #ff9831;
}

.input-container {
    margin: 20px;
}

.promo-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: yellow;
    margin-bottom: 10px;
}

.label-text {
    margin-right: 5px;
    color: #FF9800;
    margin-left: 5px;
}

.promo-input {
    margin-top: 50px;
    padding: 13px 10px;
    box-sizing: border-box;
    width: 80%;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(121, 111, 111);
    border-radius: 10px;
    color: rgb(0, 0, 0);
    text-align: center;
    /*text-transform: uppercase;*/
}

.promo-input::placeholder {
    color: #837575;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.promo-button {
    width: 80%;
    color: white;
    margin: 1em auto;
    margin-bottom: 0;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.promo-button img{
    width: 100%;
}

.bottom-form {
    text-align: center;
    opacity: 1;
    border-radius: 20px;
    /* background-color: #38415433; */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    /* box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5); */
    width: 100%;
    /* max-width: 650px; */
    max-width: 750px;
    /* margin-top: 2em; */
    /* padding: 2em 4em 3em 4em; */
}

.event-button {
    margin-top: 10px;
    top: 1em;
    width: 300px;
    max-width: 49%;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.event-button:hover {
    transform: scale(1.02);
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
}

.event-button .event-left {
    width: 100%;
    height: auto;
    max-width: 290px;
}

.event-button .event-right {
    width: 100%;
    height: auto;
    max-width: 290px;
}

.promo-link {
    display: inline-block;
    font-size: 16px;
    background-color: #07080a7a;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.promo-link-a {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.promo-link:hover {
    background-color: #e0e0e0d4;
    color: #000;
    cursor: pointer;
}

.promo-link-a:hover {
    color: #000;
    cursor: pointer;
}

.promo-links {
    margin: auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.arrow {
    width: 22px;
    height: 22px;
    margin-left: 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.popup {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 1000;
}

.popup h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 1%;
    text-align: center;
}

.popup p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
}

.popup p span {
    font-size: 16px;
    font-weight: 600;
}

.popup table {
    width: 100%;
    max-width: 370px;
    margin-bottom: 20px;
    margin-left: 1em;
    margin-right: 1em;
}

.popup table td {
    padding: 5px;
}

.popup table td:first-child {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

.popup table td:last-child {
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px
}

.pointbonus {
    color: green;
}

.outer-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #D0F1DD;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-circle {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #D0F1DD;
    border: solid 5px white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark {
    width: 10px;
    height: 25px;
    border: solid #389E0D;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}

p.text-account-input {
    font-weight: 600;
    font-size: 14px;
}

.account-input {
    padding: 10px 0 10px 10px;
    width: 100%;
    max-width: 370px;
    display: block;
    color: #000;
    margin-top: 1em;
    border: solid 1px white;
    margin-left: 1em;
    background-color: #EDEDED;
    border-radius: 5px;
    font-size: 16px;
}

.account-input:focus-visible {
    outline: 0px;
}

.no-underline {
    text-decoration: none;
    color: #BA3D1F;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 20px
}

.popup-buttons {
    margin-top: 20px;
}

.popup-button {
    background-color: #A7A7A7;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    color: white;
    width: 136px;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border: solid 1px white;
    cursor: pointer;
}

.home-button {
    margin-top: 10px;
    position: absolute;
    top: 1em;
    right: 2em;
    width: 146px;
    text-align: center;
    z-index: 99;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}

.home-button-pc {
    margin-top: 10px;
    width: 246px;
    text-align: center;
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
}


.home-button:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.home-button .home-text {
    display: inline;
}

.home-button-pc .home-icon-pc {
    width: 100%;
    height: auto;
    max-width: 246px;
}

.home-button .home-icon {
    display: none;
    width: 42px;
    height: 42px;
}

.warning-message {
    color: red;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 0.2em;
    text-align: left;
}

.popup-button.confirm {
    background-image: linear-gradient(to bottom, #c41d00, #ff543d);
}

.modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

td{
    padding: 5px 0;
}

.pointbonus {
    color: green !important;
}

.align-right{
    text-align: right !important;
}

.modal-open .modal {
    z-index: 999
}

.modal-backdrop {
    z-index: 9
}

.modal-content {
    margin: auto;
    width: 90%;
    max-width: 1040px;
    position: relative;
}

.modal-content p {
    font-size: 18px;
}

.modal-content p img {
    max-width: 100%;
    height: auto;
}

.modal-content .close {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: #cbcbcb;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-color: #ff9900;
}

.thumb-popup-detail {
    width: 100%;
    height: auto;
}

.thumb-popup-detail .image-popup-detail {
    max-width: 100%;
    height: auto;
}

.tablet-image {
    display: none;
    position: fixed;
    bottom: 0;
    left: 20vw;
    width: 60vw;
    height: auto;
}

.input-form-captcha input {
    padding: 0 20px;
    width: 100%;
    height: 100%;
    border: none;
    background-color: rgb(206, 206, 206);
    border-radius: 10px;
    letter-spacing: 1px;
}

.input-form-captcha-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    gap: 10px;
}

.swal2-styled {
    margin: .3125em;
    padding: .625em 1.1em;
    box-shadow: none;
    font-weight: 500;
}

.swal2-actions {
    margin: 0;
}

.thumb-captcha {
    cursor: pointer;
    height: auto;
    display: flex;
}

.thumb-captcha .image-captcha {
    max-height: 50px;
    width: auto;
}

.input-form-captcha {
    width: 50%;
    height: 38px;
    display: flex;
}

#captcha-input,
.input-form input:focus {
    outline: none;
}

#captcha {
    width: 80px;
    margin-right: 16px;
    height: 36px;
    border-radius: 5px;
    font-size: 1.2em;
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 3px;
    font-family: 'Mulish', sans-serif;
    font-style: italic;
    text-decoration: line-through;
    color: rgb(255, 255, 255);
}

.swal2-confirm.swal2-styled {
    /* background-color: #cb442c; */
    background-image: linear-gradient(180deg,#f26522,#ffc466);
}

.swal2-confirm.swal2-styled:hover {
    background-color: #cb442c;
}

.modal-text-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-text-cont {
    display: flex;
}


.pyro>.before,
.pyro>.after {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-shadow: -120px -218.66667px blue, 248px -16.66667px #00ff84, 190px 16.33333px #002bff, -113px -308.66667px #ff009d, -109px -287.66667px #ffb300, -50px -313.66667px #ff006e, 226px -31.66667px #ff4000, 180px -351.66667px #ff00d0, -12px -338.66667px #00f6ff, 220px -388.66667px #9f0, -69px -27.66667px #ff0400, -111px -339.66667px #6200ff, 155px -237.66667px #0df, -152px -380.66667px #00ffd0, -50px -37.66667px #0fd, -95px -175.66667px #a6ff00, -88px 10.33333px #0d00ff, 112px -309.66667px #005eff, 69px -415.66667px #ff00a6, 168px -100.66667px #ff004c, -244px 24.33333px #f60, 97px -325.66667px #f06, -211px -182.66667px #00ffa2, 236px -126.66667px #b700ff, 140px -196.66667px #9000ff, 125px -175.66667px #0bf, 118px -381.66667px #ff002f, 144px -111.66667px #ffae00, 36px -78.66667px #f600ff, -63px -196.66667px #c800ff, -218px -227.66667px #d4ff00, -134px -377.66667px #ea00ff, -36px -412.66667px #ff00d4, 209px -106.66667px #00fff2, 91px -278.66667px #000dff, -22px -191.66667px #9dff00, 139px -392.66667px #a6ff00, 56px -2.66667px #09f, -156px -276.66667px #ea00ff, -163px -233.66667px #00fffb, -238px -346.66667px #00ff73, 62px -363.66667px #08f, 244px -170.66667px #0062ff, 224px -142.66667px #b300ff, 141px -208.66667px #9000ff, 211px -285.66667px #f60, 181px -128.66667px #1e00ff, 90px -123.66667px #c800ff, 189px 70.33333px #00ffc8, -18px -383.66667px #0f3, 100px -6.66667px #ff008c;
    -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
    animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards
}

.pyro>.after {
    -moz-animation-delay: 1.25s, 1.25s, 1.25s;
    -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
    -o-animation-delay: 1.25s, 1.25s, 1.25s;
    -ms-animation-delay: 1.25s, 1.25s, 1.25s;
    animation-delay: 1.25s, 1.25s, 1.25s;
    -moz-animation-duration: 1.25s, 1.25s, 6.25s;
    -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
    -o-animation-duration: 1.25s, 1.25s, 6.25s;
    -ms-animation-duration: 1.25s, 1.25s, 6.25s;
    animation-duration: 1.25s, 1.25s, 6.25s
}

@-webkit-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-moz-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-o-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-ms-keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@keyframes bang {
    from {
        box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-moz-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-o-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-ms-keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        -moz-transform: translateY(200px);
        -webkit-transform: translateY(200px);
        -o-transform: translateY(200px);
        -ms-transform: translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-moz-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-o-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@-ms-keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@keyframes position {

    0%,
    19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,
    39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,
    59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,
    79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,
    99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .tablet-image {
        display: block;
        width: 60%;
        left: 0;
        z-index: 0;

    }

    .promo-title {
        font-size: 24px;
    }

    .body-content {
        position: absolute;
        top: 35%;
        transform: translateY(-50%);
        right: auto;
        height: auto;
        margin: 0 1em;
    }

    .promo-page {
        background: url('../images/Mobile1.jpg');
    }
}

@media (max-width: 767px) {
    .body-content {
        position: absolute;
        top: 1em;
        transform: unset;
        height: auto;
        width: 98%;
        margin: 0 auto;
        /* left: 5%; */
    }

    #home-page.bg-mocbai {
        background: url('../images-2/Mobile.e16c7a136d3fab47408d.png');
        background-repeat: no-repeat;
        background-position: center center;
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-size: 100% 100% 
    }

    .popup {
        width: 96vw;
        padding: 10px 0;
    }

    .home-button {
        position: absolute;
        top: 0em;
        right: 0.5em;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 42px;
        height: 42px;
        padding: 10px;
        margin-top: 20px;
    }

    .home-button-pc .home-icon-pc {
        display: none;
    }

    .home-button.tablet-image {
        display: flex;
        align-items: center;
    }

    .promo-page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .thumb-logo {
        margin-top: 20px;
        margin-left: 20px;
        max-width: 252px;
        width: 90%;
    }

    .promo-form {
        margin-top: 20px;
        max-width: 90%;
        border-radius: 10px;
        box-sizing: border-box;
        /* margin: 1em; */
        padding: 1em 0 2em 0;
        /* padding: 0; */
    }

    .bottom-form {
        text-align: center;
        opacity: 1;
        border-radius: 20px;
        width: 100%;
        max-width: 90%;
    }

    .promo-input {
        margin-top: 30px;
    }

    .promo-title {
        font-size: 20px;
        margin-bottom: 0;
    }

    .promo-label {
        font-size: 14px;
        margin-top: 0;
    }

    .promo-input {
        font-size: 14px;
        padding: 10px;
    }

    .promo-button {
        font-size: 14px;
        /*padding: 10px 20px;*/
        margin: 1em auto 0 auto;
    }

    .promo-links {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 0;
    }

    .promo-link {
        margin-top: 1em;
        margin-bottom: 0;
        text-align: left;
        background-color: #384154;
        border-radius: 5px;
        text-decoration: none;
        font-size: 12px;
    }

    .arrow {
        width: 20px;
        height: 20px;
    }

    .promo-link:hover {
        background-color: #e0e0e0;
    }

    .account-input,
    .popup-button {
        height: 40px;
        width: 90%;
        box-sizing: border-box;
    }

    .popup-button {
        display: inline-block;
        text-align: center;
        padding: 0 10px;
        background-color: #f0f0f0;
        border: 1px solid #ccc;
        border-radius: 5px;
        text-decoration: none;
        color: #333;
        width: 150px;
    }

    .popup-button.confirm {
        background-image: linear-gradient(to bottom, #c41d00, #ff543d);
    }

    .home-button .home-text {
        display: none;
    }

    .home-button .home-icon {
        display: inline;
    }

    .modal-content {
        width: 92%;
    }

    .modal-content p {
        font-size: 16px;
    }

    .modal-content .close {
        position: absolute;
        top: 2px;
        right: 2px;
        width: 32px;
        height: 32px;
    }

    .swal2-title {
        font-size: 23px;
    }

    .swal2-html-container {
        font-size: 16px !important;
    }

    .swal2-icon.swal2-icon-show {
        width: 3em !important;
        height: 3em !important;
        margin-bottom: 8px !important;
    }

    .swal2-x-mark .swal2-x-mark-line-left,
    .swal2-x-mark .swal2-x-mark-line-right {
        top: 23px !important;
        width: 26px !important;
        height: 3px !important;
    }

    .swal2-x-mark .swal2-x-mark-line-left {
        left: 12px !important;
    }

    .swal2-x-mark .swal2-x-mark-line-right {
        right: 12px !important;
    }

    .swal2-icon.swal2-warning .swal2-icon-content {
        font-size: 2.75em;
    }
}


.swal2-warning::before {
    display: none;
}














