@font-face{
    font-family: 'Arvo-Regular';
    src: url('../font/Arvo-Regular.ttf');
}
@font-face{
    font-family: 'BlackOpsOne-Regular';
    src: url('../font/BlackOpsOne-Regular.ttf');
}
@font-face{
    font-family: 'Lato-Regular';
    src: url('../font/Lato-Regular.ttf');
}
@font-face{
    font-family: 'Skia';
    src: url('../font/Skia.ttf');
}
*{
    position: relative;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato-Regular', serif;
}
body{
    background: #f2d9b0 !important;
}
a:hover {
    color: #791719;
}

.index-wrap{
    width: 100vw;
    height: 100vh;
}
.video-js{
    width: 100%;
    height: 100%;
}

.age-verification-modal,
.sorry{
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #04546b;
    border-radius: 15px;
    color: #f4e2b7;
    transform: translate(-50%, -50%);
    padding: 2.5%;
}
.age-verification-modal::after ,
.sorry::after{
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    background: transparent;
    border: 1px solid #f4e2b7;
    border-radius: 10px;
}
.age-verification-modal h2,
.sorry h2{
    font-size: 4vw;
    text-align: center;
    margin-bottom: 8px;
}
.age-verification-modal h4,
.sorry h4{
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 16px;
}
.btn{
    background: #04546b;
    border: 1px solid #f4e2b7;
    color: #f4e2b7;
    margin-bottom: 8px;
    padding: 12px 16px;
    z-index: 2;
}
.no-btn{margin-bottom: 0;}
.index-wrap img{
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .4s ease;
}
.index-wrap img.show{
    transform: translate(-50%, -50%) scale(1);
}
.sorry{
    text-align: center;
    transform: translate(-50%, -50%) scale(0);
    transition: all .4s ease;
}
.sorry.show{
    transform: translate(-50%, -50%) scale(1);
}
.sorry .btn{
    text-decoration: none;
}
@media screen and (max-width: 500px){
    .age-verification-modal, .sorry{
        width: 90%;
        padding: 7.5%;
    }
    .age-verification-modal h2,
    .sorry h2{
        font-size: 8vw;
        margin-bottom: 8px;
    }
    .age-verification-modal h4,
    .sorry h4{
        font-size: 4vw;
        margin-bottom: 16px;
    }
    .index-wrap img{
        width: 90%;
    }
}
button{
    cursor: pointer;
}
section{
    display: flex;
    flex-direction: column;
    /* min-height: calc(100vh - 64px); */
    overflow-x: hidden;
}
header .btn, .btn{
    display: flex;
    align-items: center;
    height: 100%;
    background: #FFFFFF;
    border: 2px solid #f0e3b7;
    border-radius: 5px;
    color: #79171b;
    font-weight: bolder;
    padding: 16px;
    text-decoration: none;
}

#profileModal .modal-dialog{
    top: 0;
    left: 0;
    transform: unset !important;
}
.profile{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.9);
    margin: 0;
    z-index: 20;
}
.profile.hidden{
    display: none;
}
.profile .main-box{
    width: 60%;
}
.profile-cancel-btn{
    position: absolute;
    top: 20%;
    right: 5%;
    width: 7.5%;
    background: transparent;
    border: none;
    transform: scale(1);
    transition: transform .2s ease;
    z-index: 1;
}
.profile-cancel-btn:hover{
    transform: scale(.8705);
}
.profile img{
    width: 100%;
}
.profile-img{
    position: absolute;
    top: 23.35%;
    left: 37.5%;
    width: 25%;
    height: 0;
    padding-bottom: 25%;
    border-radius: .5vw;
    /* border: 1px solid #000; */
    overflow: hidden;
}
.profile-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.profile-msg{
    position: absolute;
    top: 58.25%;
    left: 50%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
    width: 65%;
    gap: 12px;
    padding: 16px 0;
    transform: translate(-50%, -50%);
}
.profile-msg-group{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f4e2b7;
    font-family: 'Skia', serif;
    font-weight: bolder;
    font-size: 1.5vw;
    padding: 0 2vw;
}
.profile-msg-input{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 50%;
    height: 100%;
    border-radius: .5vw; 
    color: #000000;
}
.profile-msg-input button{
    width: 100%;
    background: transparent;
    border: unset;
    font-weight: bolder;
}
.profile-msg-input ul{
    inset: auto auto calc(100% + 8px) 0px !important;
    width: 100%;
    background: #fde1b3;
    border: unset;
    transform: translate3d(0px, 0px, 0px) !important;
    padding: .5rem;
}
.profile-msg-input ul.show{
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 14vw;
    overflow-y: auto;
}
.profile-msg-input a{
    height: auto;
    background: #ffffff;
    border-radius: .5vw;
    box-shadow: 0 0 5px #000 inset;
    filter: unset;
    font-weight: bolder;
    font-size: 1.75vw;
    text-align: center;
    text-overflow: ellipsis;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
}
.profile-msg-input li a:hover{
    width: 100%;
}
.sign-out-btn{
    width: 40%;
    background: transparent;
    border: none;
    margin: auto;
}

.page-1{
    margin-top: 64px;
    overflow: hidden;
}
.neat{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.accessories-1{
    position: fixed;
    top: 64px;
    right: 16px;
    z-index: 2;
}
.accessories-2{
    position: absolute;
    bottom: 0;
    left: 16%;
    width: 15%;
    transform: rotateY(180deg) rotateZ(20deg);
    z-index: 2;
}
.main{
    display: flex;
}
.box-width{
    position: absolute;
    top: 35%;
    left: 20%;
    width: 60%;
}
.swiper-slide img{
    width: 100%;
}
.swiper-bg-game{
    position: relative;
    width: 100%;
}
.swiper-box-game{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.swiper-container-game{
    width: 100%;
    height: 0;
    padding-bottom: 23.44%;
    overflow: hidden;
}
.swiper-container-game .swiper-wrapper{
    position: absolute;
}
.swiper-slide{
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-box-game .swiper-button-next, 
.swiper-box-game .swiper-button-prev{
    color: #f4e2b7;
    top: calc(50% - 36px);
    width: 72px;
    height: 72px;
    margin: 0;
}
.swiper-box-game .swiper-button-next{right: -36px;} 
.swiper-box-game .swiper-button-prev{left: -36px;}
.swiper-box-game .swiper-button-prev::after,
.swiper-box-game .swiper-button-next::after{
    content: unset; 
}
.swiper-box-game .swiper-button-prev img,
.swiper-box-game .swiper-button-next img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: 20%;
}
.swiper-pagination-bullet-active{
    background: #f4e2b7;
}
.swiper-title-game{
    position: absolute;
    top: 8%;
    color: #f4e2b7;
    font-size: 4vw;
}
.swiper-btn-game{
    position: absolute;
    bottom: -100%;
    left: 30%;
    width: 40%;
    margin: 0;
    animation: scale 1.6s ease-in-out infinite;
}
@keyframes scale {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.swiper-btn-game img:nth-child(1){display: block;}
.swiper-btn-game img:nth-child(2){display: none;}
.swiper-btn-game:hover img:nth-child(1){display: none;}
.swiper-btn-game:hover img:nth-child(2){display: block;}
.swiper-btn-game img{
    width: 100%;
}
.page-2{
    align-items: center;
    min-height: unset;
    background: linear-gradient(180deg, #f2e2b6, #f1e4b7);
    padding-bottom: 32px;
}
.accessories-3{
    position: absolute;
    top: 0;
    left: 16px;
    width: auto !important;
    z-index: 2;
}
.bat-move1{
    position: absolute;
    bottom: 0%;
    right: 24%;
    width: 15%;
    height: 15%;
    transform: rotate(-30deg);
    z-index: 2;
}
.bat-move2{
    position: absolute;
    bottom: 0%;
    right: 16%;
    width: 10%;
    height: 15%;
    transform: rotate(30deg);
    z-index: 2;
}
.bat-move7{
    position: absolute;
    bottom: 0%;
    left: 10%;
    width: 15%;
    height: 15%;
    transform: rotate(-45deg);
    z-index: 2;
}
.bat-move8{
    position: absolute;
    bottom: 7%;
    left: 25%;
    width: 10%;
    height: 15%;
    transform: rotate(30deg);
    z-index: 2;
}
.bat-1{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 4s ease infinite;
}
.bat-2{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 2.5s ease infinite;
}
.bat-7{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 3.2s ease infinite;
}
.bat-8{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 4.2s ease infinite;
}
.page-2 img{
    width: 100%;
    z-index: 1;
}
.page-2 .main-box{
    width: 80%;
    height: 80%;
}
.video-box{
    display: flex;
    justify-content: center;
    padding: 0 0 5%;
}
.video-border{
    width: 98%;
}
.av-video{
    position: absolute;
    top: 9.5%;
    left: 20%;
    width: 60%;
    padding-bottom: 33.75%;
    margin: auto;
    z-index: 0;
}
.av-video .video-js{
    position: absolute;
}
.grid-parent{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
    height: 100%;
}
.grid-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    grid-gap: 0px;
}
.grid-item{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.grid-item .card{
    background: transparent;
    border: none;
}
/* .grid-item .card>*{
    font-family: 'BlackOpsOne-Regular', serif;
} */
/* .card span{
    position: absolute;
    top: -4.5vw;
    left: 1vw;
    color: #f4e2b7;
    font-size: 6vw;
    font-weight: bolder;
    text-shadow: 2px 6px #04546b, 0px 0px 10px #04546b;
} */
/* .card p{
    color: #f4e2b7;
    font-size: 2.5vw;
    text-shadow: 3px 3px #04546b,2px 0px #04546b,2px -2px #04546b,0px -2px #04546b,-2px -2px #04546b,-2px 0px #04546b,-2px 2px #04546b,0px 2px #04546b;
    margin: 2rem 0 0;
    width: 50%;
    text-align: start;
    white-space: pre-wrap;
} */
/* .card p:nth-child(3){
    margin: 0 0 0;
} */
/* .page-2 .marquee-container{
    position: relative;
    top: 0;
    left: 0;
    display: block;
} */
.page-3{
    background: #f1e4b7;
}
.net{
    position: absolute;
    bottom: 15.5%;
    right: -2%;
    width: 30%;
    transform: rotateY(180deg);
    z-index: 1;;
}
.bat-move3{
    position: absolute;
    bottom: 30%;
    right: 40%;
    width: 20%;
    height: 15%;
    transform: rotate(-30deg);
    z-index: 2;
}
.bat-move4{
    position: absolute;
    bottom: 17.5%;
    right: 40%;
    width: 10%;
    height: 25%;
    transform: rotate(20deg);
}
.bat-move5{
    position: absolute;
    bottom: 6%;
    right: 28.5%;
    width: 10%;
    height: 22%;
    transform: rotateZ(15deg);
}
.bat-move6{
    position: absolute;
    bottom: 6.5%;
    right: 7%;
    width: 15%;
    height: 30%;
    transform: rotateZ(-15deg);
}
.bat-3{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 4s ease infinite;
}
.bat-4{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 4.8s ease infinite;
}
.bat-5{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 3.6s ease infinite;
}
.bat-6{
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: move 2.4s ease infinite;
}
@keyframes move {
    0% {
        bottom: 0;
        transform: scale(0);
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        bottom: 100%;
        transform: scale(1);
        opacity: 0;
    }
}
.page-3-main{
    top: 0;
    left: 10%;
    width: 80%;
    padding-bottom: 42%;
}
.page-3-main .grid-container{
    padding: 16px 0;
}
.card img{
    width: 100%;
}
.card.finished{
    animation: counter-scale 1.6s ease-in-out infinite;
}
/* .card:nth-child(1).finished,
    .card:nth-child(3).finished{
    animation-delay: 4s;
} */
.delay.finished,
.delay.finished{
    animation-delay: .8s;
}
@keyframes counter-scale {
    0%,100% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
}
.counter {
    position: absolute;
    top: 35%;
    left: 48.5%;
    font-size: 2.75vw;
    font-weight: bold;
    transform: translate(-50%, -50%);
    font-family: 'BlackOpsOne-Regular', serif;
}
.page-3-logo{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.banner-box{
    width: 100%;
    padding-bottom: 23.44%;
    margin-top: 3%;
    z-index: 0;
}
.banner-box::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 103.125%;
    height: 113.333%;
    background: url(../images/GBS_BannerFrame/Frame1920x450/GBS_Adsframe_W_inside1920x450.webp)no-repeat center/contain;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.swiper-button-next svg, 
.swiper-button-prev svg{
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
}
.banner-box .swiper-button-prev::after,
.banner-box .swiper-button-next::after{
    content: none;
}
.banner-box .swiper-button-prev,
.banner-box .swiper-button-next{
    width: auto;
    color: #02556b;
}
.banner-box .swiper-button-prev:hover,
.banner-box .swiper-button-next:hover{
    color: #042e39;
}
.banner-box .swiper-button-prev{
    left: -48px;
}
.banner-box .swiper-button-next{
    right: -48px;
}
.swiper-container-banner{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.page-4{
    background: #02556b;
    min-height: unset;
    margin-top: -7.5vw;
    overflow: unset;
}
.page-4 .grid-container{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* grid-template-rows: repeat(2, 1fr); */
    grid-gap: 2vw;
}
.page-4 .main-box:nth-child(1) .grid-container{
    grid-template-columns: repeat(1, 1fr);
}
.page-4-main{
    /* position: absolute; */
    /* top: 50%; */
    left: 15%;
    width: 70%;
    /* transform: translateY(-50%); */
    padding-bottom: 32px;
}
.main-box{
    width: 100%;
}
.page-4-main .main-box:nth-child(1){
    margin-bottom: 4%;
}
.page-4 .grid-item{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
}
.page-4 .game-img{
    display: flex;
    border: 4px solid #791719;
    border-radius: 1.5vw;
    overflow: hidden;
}
.adventure::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Label_Adventure.webp)no-repeat top left/80%;
}
.game-img.casual::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Label_Casual.webp)no-repeat top left/80%;
}
.page-4 span{
    display: flex;
    align-items: center;
    color: #f1e0b5;
    font-size: 4vw;
    font-family: 'Lato-Black', serif;
    text-align: left;
}
.page-4 i{
    width: 4px;
    height: 3vw;
    background: #791719;
    border-radius: 10px;
    margin-right: 8px;
}
.page-4 .grid-item img{
    width: 100%;
}
.grid-container-trending{
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 每行5個格子 */
    grid-template-rows: repeat(2, 1fr);   /* 每列3個格子 */
    gap: 8px;
}
.grid-container-trending .grid-item-child:nth-child(1){
    grid-column: span 2;
    grid-row: span 2;
}
.grid-container-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.grid-container-3 .grid-item-child{
    /* padding: 4px; */
}
.page-4 a{
    width: fit-content;
    color: #f4e2b7;
    font-size: 1.5rem;
    text-align: right;
    text-decoration: none;
    margin-left: auto;
}
.page-4 a:hover{
    color: #791719;
}
.flex-container-column{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    color: #f4e2b7;
}
.flex-container{
    display: flex;
    align-items: center;
}
.logo{
    width: 30%;
}
.game-brand{
    width: 70%;
    text-align: center;
}
.game-brand img{
    width: calc((100% - 16px) / 3);
}
.page-4 .btn{
    border-color: #02556b;
    color: #02556b;
}

.model-warp{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 20;
}
.model-warp.show{
    display: flex;
}
.model-warp img{
    height: 100%;
}
.model-finish{
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 50%;
    flex-direction: column;
    transform: translate(-50%, -50%);
}
.model-finish-gif{
    width: 100%;
    height: auto;
    z-index: 1;
}
.model-finish-msg{
    width: 55%;
    margin: -7.5% auto 0;
}
.model-finish-wd{
    width: 60%;
    margin: 5% auto;
}
.model-finish-claim{
    width: 40%;
    margin: auto;
}

.pc{display: flex !important;}
.ph{display: none !important;}

@media screen and (max-width: 968px){
    .accessories-1{display: none;}
    .accessories-3{display: none;}
}
@media screen and (max-width: 500px){
    .pc{display: none !important;}
    .ph{display: block !important;}

    .profile .main-box{
        width: 100%;
        left: 0;
    }
    .profile-cancel-btn{
        top: 13%;
        right: 0%;
        width: 15%;
    }
    .profile-img {
        top: 17%;
        left: 32%;
        width: 36%;
        padding-bottom: 36%;
    }
    .profile-msg {
        top: 53.25%;
        width: 75%;
        gap: 8px;
        padding: 2vw 0;
    }
    .profile-msg-group {
        flex-direction: column;
        font-size: 4.5vw;
    }
    .profile-msg-input a{
        font-size: 3.5vw;
    }
    .profile-msg-input {
        width: 90%;
    }
    .profile-msg-input ul.show {
        max-height: 65vw;
    }
    .sign-out-btn {
        width: 60%;
    }

    .page-1 {
        min-height: unset;
    }
    .box-width{
        /* left: 35%; */
        /* width: 58%; */
    }
    .swiper-title-game{
        top: 11%;
        font-size: 8vw;
    }
    .swiper-bg-game{
        /* padding-bottom: 110%; */
        background-size: 100% 15%, 100% 18%, 100% calc(67% + 2px);
    }
    .swiper-box-game .swiper-button-prev{
        top: calc(50% - 18px);
        left: -32px;
        width: 36px;
        height: 36px;
    }
    .swiper-box-game .swiper-button-next{
        top: calc(50% - 18px);
        right: -32px;
        width: 36px;
        height: 36px;
    }
    .swiper-btn-game {
        /* bottom: -80%; */
        /* width: 75%; */
    }
    .page-2 .main-box{
        left: 0;
        width: 100%;
        height: 90%;
    }
    .av-video{
        top: 6.5%;
        left: 2%;
        width: 96%;
        padding-bottom: 54%;
    }
    .page-3-main {
        min-height: unset;
    }
    .page-3-main {
        position: relative;
        padding-bottom: 40%;
    }
    .page-2 .marquee-container{
        margin-top: 16px;
    }
    .counter {
        font-size: 1.25em;
    }
    .swiper-button-next svg, 
    .swiper-button-prev svg{
        width: 44px;
        height: 44px;
    }
    .banner-box .swiper-button-prev{
        left: -32px;
    }
    .banner-box .swiper-button-next{
        right: -32px;
    }
    .page-3-logo {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .net{
        bottom: 0.5%;
        right: -3%;
        width: 40%;
    }
    .banner-box{
        padding-bottom: 64.2%;
    }
    .banner-box::after{
        width: 108.57143%;
        height: 113.333%;
        background: url(../images/GBS_BannerFrame/Frame700x450/GBS_Adsframe_H_inside700x450.webp)no-repeat center/contain;
    }
    .page-4 .grid-container {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }
    .page-4-main {
        position: relative;
        top: 0;
        padding-bottom: 16px;
        left: 0;
        width: 100%;
    }
    .page-4-main .main-box:nth-child(1){
        margin-bottom: 0%;
    }
    .page-4 span{
        font-size: 8vw;
    }
    .page-4 i{
        height: 8vw;
    }
    .page-4-logo{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .page-4 .game-img {
        border: 2px solid #791719;
        border-radius: 1rem;
        overflow: hidden;
    }
    .grid-container{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
    }
    .grid-container-trending {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-4 .grid-item{
        justify-content: center;
        grid-gap: 0px;
        padding: 8px;
    }
    .grid-item .card{
        align-items: start;
        justify-content: start;
    }
    .card span{
        top: -8.5vw;
        left: 4vw;
        font-size: 10vw;
        text-shadow: 2px 2px #04546b, 0px 0px 5px #04546b;
    }
    .card p{
        width: 63%;
        font-size: 5.5vw;
        margin: 1rem 8px 4px 0;
        text-shadow: 2px 2px #04546b, 1px 0px #04546b, 1px -1px #04546b, 0px -1px #04546b, -1px -1px #04546b, -1px 0px #04546b, -1px 1px #04546b, 0px 1px #04546b;
        white-space: pre-wrap;
        z-index: 1;
    }
    .card p:nth-child(3){
        margin: 0 0 1rem;
    }
    .main-box{
        left: 5%;
        width: 90%;
    }
    .flex-container-column{
        justify-content: center;
    }
    .flex-container{
        align-items: center;
        flex-direction: column-reverse;
        margin-top: 16px;
    }
}