/**, ::after, ::before {*/
/*    box-sizing: unset !important;*/
/*}*/
body{
    height: 100vh;
}
.promo-page {
    align-items: center;
    background-image: url('../images/bg_pc2.5647998a3acecaeb54df.jpg');
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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 .home-icon-pc {
    height: auto;
    max-width: 146px;
    width: 100%;
}
.home-button .home-icon {
    display: none;
    height: 42px;
    width: 42px;
}
.body-content {
    flex-direction: column;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 9;
}
.body-content, .mxh-links {
    align-items: center;
    display: flex;
}
.thumb-logo {
    display: flex;
    margin: auto;
    max-width: 300px;
}
.promo-logo {
    height: auto;
    width: 100%;
}
.promo-form {
    background-color: #fffc;
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    box-shadow: inset 0 0 10px #00000080;
    margin-top: 1em;
    max-width: 600px;
    opacity: 1;
    padding: 0 2em 1em;
    text-align: center;
    width: 100%;
    box-sizing: unset !important;
}
.promo-title {
    background-color: #df7b00;
    border-radius: 20px;
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1%;
    line-height: auto;
    margin-bottom: 20px;
    margin-top: 0;
    opacity: 1;
    padding: 10px;
    text-align: justify;
}
.promo-label {
    align-items: center;
    color: #ff0;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}
.label-text {
    color: #ff9800;
    margin-left: 5px;
    margin-right: 5px;
}
.promo-input {
    background-color: initial;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    box-sizing: border-box;
    color: #3a3a3a;
    margin-bottom: 16px;
    padding: 15px;
    width: 100%;
}
.promo-button {
    background: #e37d00;
    border: none;
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    margin-top: .2em;
    padding: 15px 30px;
    width: 100%;
}
.promo-links {
    display: flex;
    justify-content: space-between;
}
.promo-link {
    background-color: #3a3a3a;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 1rem;
}
.promo-link-a {
    align-items: center;
    color: #fff;
    display: flex;
    text-decoration: underline;
}
.arrow {
    display: inline-flex;
    height: 22px;
    margin-left: 12px;
    width: 22px;
}
.arrow, .popup {
    align-items: center;
    justify-content: center;
}
.sign-links {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: center;
    width: 100%;
}
.login-link, .register-link {
    color: #fc8b00;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.body-content, .mxh-links {
    align-items: center;
    display: flex;
}
.mxh-links {
    justify-content: space-evenly;
}
.mxh-text {
    color: #fc8b00;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
.mxh-icons {
    display: flex;
    gap: 10px;
    justify-content: space-around;
}
.mxh-icons a {
    display: flex;
    justify-content: center;
    width: 34px;
}
.promo-link:hover {
    background-color: #e0e0e0d4;
}
.promo-link-a:hover, .promo-link:hover {
    color: #000;
    cursor: pointer;
}
.login-link:hover, .register-link:hover, .mxh-text:hover{
    color: #fc8b00;
}
.warning-message {
    color: red;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-top: .2em;
    text-align: left;
}
.input-form-captcha input {
    background-color: #cecece;
    border: none;
    border-radius: 10px;
    height: 100%;
    letter-spacing: 1px;
    padding: 10px 20px;
    width: 100%;
}
#submit-captcha{
    background-color: #fc8b00;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 1em;
    margin: .3125em;
    padding: .625em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500;
    display: inline-block;
}
.border-r-10{
    border-radius: 10px;
}
.swal2-confirm.swal2-styled {
    background-color: #fc8b00;
    border-radius: 5px;
}
.swal2-confirm.swal2-styled:hover {
    scale: 1.05;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: hsl(0, 0%, 33%);
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-size: 1rem;
}
#CapchaModal{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.swal2-icon.swal2-success{
    background: #fc8b00;
    border-color: #fc8b00;
}
.swal2-success-circular-line-left, .swal2-success-ring, .swal2-success-fix, .swal2-success-circular-line-right{
    background-color: unset !important;
}
.swal2-icon.swal2-success .swal2-success-ring{
    border: .25em solid #fc8b00;
}
.swal2-icon.swal2-success .swal2-success-line-tip,
.swal2-icon.swal2-success .swal2-success-line-long {
    background-color: white !important; /* Đổi màu của dấu tick */
    border-color: white !important;
}
.swal2-styled:focus{
    box-shadow: unset;
}

@media only screen and (min-width: 1025px) {
    .body-content {
        height: 90%;
        max-width: 600px;
        right: 18vw;
        top: 7vh;
        width: 100%;
    }
    .thumb-logo {
        position: absolute;
        top: 1.5em;
    }
    .promo-form {
        max-width: 600px;
        position: absolute;
        top: 15%;
    }

}

@media (max-width: 767px) {
    .promo-page {
        background: url('../images/bg_mb.ca935dcea1675819161c.png');
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .home-button {
        align-items: center;
        border-radius: 50%;
        display: flex;
        height: 42px;
        justify-content: center;
        padding: 10px;
        position: absolute;
        right: .5em;
        top: 0;
        width: 42px;
        box-sizing: unset;
    }
    .home-button .home-icon-pc {
        display: none;
    }
    .home-button .home-icon {
        display: inline;
    }
    .body-content {
        height: 95%;
        left: 3%;
        margin: 0 auto;
        position: absolute;
        top: 4%;
        transform: none;
        width: 94%;
    }
    .thumb-logo {
        max-width: 200px;
        position: absolute;
        top: 0;
    }
    .promo-form {
        border-radius: 10px;
        margin: 1em;
        max-width: 100%;
        padding: 0;
        position: absolute;
        top: 12%;
    }
    .promo-title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .input-container {
        margin-bottom: 12px;
        padding: 0 1em;
    }
    .promo-label {
        font-size: 14px;
        margin-top: 0;
    }
    .promo-input {
        font-size: 14px;
        padding: 10px;
    }
    .promo-button {
        font-size: 14px;
        margin: 1em auto 0;
        padding: 10px 20px;
    }
    .promo-links {
        display: flex;
        flex-direction: row;
        gap: 1em;
        justify-content: space-between;
        margin-top: 0;
        width: 100%;
    }
    .promo-link {
        background-color: #3a3a3a;
        border-radius: 5px;
        font-size: 10px;
        margin-bottom: 0;
        margin-top: 1em;
        text-align: center;
    }
    .arrow {
        height: 20px;
        width: 20px;
    }
    .mxh-links {
        justify-content: space-between;
    }
    .tablet-image {
        bottom: 0;
        display: block;
        margin: 0 auto;
        position: absolute;
        width: 70%;
        z-index: -10;
    }
    .gift-image, .layer3-image, .mouse-image {
        display: none;
    }
}
body {
    background:
        linear-gradient(#0007, #0000),
        #123;
    margin: 0;
    height: 100vh;
    overflow: hidden;
}

@keyframes firework {
    0% { transform: translate(var(--x), var(--initialY)); width: var(--initialSize); opacity: 1; }
    50% { width: 0.5vmin; opacity: 1; }
    100% { width: var(--finalSize); opacity: 0; }
}

