body {
    background-color: #f8f8f8;
    font-family: Kumbh Sans;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    scroll-behavior: unset!important;
    margin-bottom: 80px;
}
[v-cloak]{
    display: none;
}

ul{
    margin-bottom: 0;
}
a{
    color: #ff8f51;
}
a:hover{
    color: #f5cf84;
    text-decoration: none;
}

.pointer-events-none{
    pointer-events: none
}

.bg-light {
    background-color: #d3d3d3!important;
}

h1{
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
}
h2 {
    font-size: 31px;
    line-height: 186.3%;
    color: #56524b;
}
h4{
    font-size: calc(1.275rem + 0.3vw);
}
h6{
    margin-bottom: 1rem;
}

.text-primary{
    color: #ff8f51!important;
}
.text-light {
    color: #d3d3d3!important;
}
.fw-bold{
    font-weight: 700;
}

.font_size_title_contest{
    font-size: 58px;
    color: #3e3e3e;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important
}
.fs-5 {
    font-size: 1.25rem !important
}
.fs-6 {
    font-size: 1rem !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

/* .row{
    margin-right: calc(var(--bs-gutter-x)/-2);
    margin-left: calc(var(--bs-gutter-x)/-2);
}
.row > *{
    padding-right: calc(var(--bs-gutter-x)/2);
    padding-left: calc(var(--bs-gutter-x)/2);
    margin-top: var(--bs-gutter-y);
} */

@media(min-width:576px) {
    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }
}
@media(min-width:768px) {
    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }
}
@media(min-width:992px){
    
    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }
}
@media(min-width:1200px) {
    h1{
        font-size: 2.5rem;
    }

    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }

    .fs-sm-1 {
        font-size: 2.5rem !important
    }

    .fs-sm-2 {
        font-size: 2rem !important
    }

    .fs-sm-3 {
        font-size: 1.75rem !important
    }

    .fs-sm-4 {
        font-size: 1.5rem !important
    }

    .fs-md-1 {
        font-size: 2.5rem !important
    }

    .fs-md-2 {
        font-size: 2rem !important
    }

    .fs-md-3 {
        font-size: 1.75rem !important
    }

    .fs-md-4 {
        font-size: 1.5rem !important
    }

    .fs-lg-1 {
        font-size: 2.5rem !important
    }

    .fs-lg-2 {
        font-size: 2rem !important
    }

    .fs-lg-3 {
        font-size: 1.75rem !important
    }

    .fs-lg-4 {
        font-size: 1.5rem !important
    }
}
@media(max-width: 768px){
    .font_size_title_contest{
        font-size: 32px;
    }
}

.van-toast--text{
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
}

.van-list__error-text,.van-list__finished-text,.van-list__loading
{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    color: #999;
}



/*  */
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn{
    padding: 20px .75rem;
    font-size: .875rem;
    border-radius: 16px;
}
.btn-primary{
    color: #fff;
    background-color: #ff8f51;
    border-color: #ff8f51;
}
.btn-primary:hover, .btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active
{
    color: #000;
    background-color: #ffa06b;
    border-color: #ff9a62;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled{
    color: #ff8f51;
    background-color: transparent;
}
.btn-primary:focus{
    color: #000;
    background-color: #ffa06b;
    border-color: #ff9a62;
    box-shadow: 0 0 0 0.25rem rgba(217,122,69,.5);
}
.btn-outline-primary{
    color: #ff8f51;
    border-color: #ff8f51;
}
.btn-outline-primary:active, .btn-outline-primary:not(:disabled):not(.disabled):active{
    color: #000;
    background-color: #ff8f51;
    border-color: #ff8f51;
}
.btn-outline-primary:hover{
    color: #000;
    background-color: #ff8f51;
    border-color: #ff8f51;
}
.btn-outline-primary:focus{
    box-shadow: 0 0 0 0.25rem rgba(255,143,81,.5);
}

.btn-secondary {
    color: #fff;
    background-color: #56524b;
    border-color: #56524b;
}
.btn-secondary:active{
    color: #fff;
    background-color: #45423c;
    border-color: #413e38;
}
.btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #494640;
    border-color: #45423c;
    box-shadow: 0 0 0 0.25rem rgba(111,108,102,.5);
}


.glow-button{
    background-color: #fff;
    -webkit-animation-name: glowOrange;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite
}

@-webkit-keyframes glowOrange{
    from{
        background-color:#ff8f51;
        -webkit-box-shadow:0 0 6px #333;
        color:#fff
    }
    50%{
        background-color:#d13824;
        -webkit-box-shadow:0 0 6px #333;
        color:#fff
    }
    to{
        background-color:#ff8f51;
        -webkit-box-shadow:0 0 6px #333;
        color:#fff
    }
}
/*  */


header{
    user-select: none;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: relative;
}
header .logo{
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}
header .logo img{
    height: 38px;
}
header .icon-menu{
    width: 32px;
    height: 32px;

    background-image: url(/assets/image/icon-menu.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.navbar-collapse{
    align-items: center;
    width: 100%;
}
.navbar-nav .nav-link{
    font-weight: 700;
    color: rgba(0,0,0,.55);
    cursor: pointer;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus{
    color: rgba(0,0,0,.7);
}
.navbar-nav .dropdown-item{
    font-weight: 700;
    color: rgba(0,0,0,.55);
    cursor: pointer;
}
.navbar-nav .dropdown-item.active,.navbar-nav .dropdown-item:active,.navbar-nav .dropdown-item:hover,.navbar-nav .dropdown-item:focus{
    color: #fff;
    background-color: #ff8f51ab;
    border: 0;
}

footer{
    height: 240px;
    background-image: url(/assets/image/yellow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
footer .container{
    flex-wrap: wrap;
}
footer .logo img{
    height: 38px;
}
footer .nav-link{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
footer .copyright{
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
footer .fa{
    font-size: 27px;
    color: #ff8f51!important;
}
@media (min-width: 768px){
    footer .footer-content{
        display: flex;
        justify-content: space-between;
        align-items: center;

        width: 100%;
    }
}
@media (min-width: 992px){
    header .icon-menu {
        display: none;
    }
    .navbar-collapse {
        display: flex!important;
        justify-content: flex-end;
        flex: 1;
    }
    .navbar-nav{
        flex-direction: row;
    }
    .navbar-nav .nav-link{
        padding-right: .5rem;
        padding-left: .5rem;
    }
}
.cursor-pointer{
    cursor: pointer;
}


/* tabbar */
.tabbar{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;

    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #fff;
    border-top: 1px solid #dee2e6;

    user-select: none;
}
.tabbar .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabbar .tabbar-item{
    list-style: none;
    text-align: center;

    cursor: pointer;
}
.tabbar .tabbar-item .fa{
    font-size: 2.25em;
    color: #6c757d;
}
.tabbar .tabbar-item .text{
    font-size: 14px;
    color: #6c757d;
}
.tabbar .tabbar-item.active .fa{
    color: #ff8f51;
}
.tabbar .tabbar-item.active .text{
    color: #ff8f51;
}
/* tabbar end */


.banner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;

    padding: 0 30px;
    text-align: center;
    color: #fff;
}
.banner-content .title{
    font-size: 48px;
    font-weight: 700;
}
.banner-content .desc{
    padding: 20px 0;
    font-size: 20px;
}
.banner-content .btn{
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 8px 0.75rem;
}

.title-head{
    display: flex;
    justify-content: space-between;
}
.title-head .sort{
    display: flex;
    align-items: center;
}
.title-head .sort div{
    color: #d3d3d3;
    cursor: pointer;
}
.title-head .sort div.active{
    color: #ff8f51;
}
.title-head .sort .line{
    width: 1px;
    height: 24px;
    margin-left: 1rem;
    margin-right: 1rem;
    background-color: #d3d3d3;
}

.list-contest .item{
    padding: 30px;
    background: #fff;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    overflow: hidden;
}
.list-contest .contest-title{
    
}
.list-contest .contest-title img{
    width: 35px;
    height: 52px;
}
.list-contest .contest-title .text{
    padding-left: 18px;
    /*line-height: 72px;*/
}
.list-contest .contest-prize .currency{
    font-style: normal;
    font-weight: 700;
    font-size: 36.146px;
    line-height: 52px;
    color: #ff8f51;
    margin: auto 10px 0 0;
}
.list-contest .contest-prize .prize-pool{
    display: flex;
    align-items: center;
}
.list-contest .contest-prize .number{
    /* background: #f8f8f8; */
    border-radius: 4.01623px;
    font-style: normal;
    font-weight: 700;
    font-size: 28.1136px;
    line-height: 52px;
    color: #ff8f51;
    padding: 6px 10px 0;
    margin: auto 2px;
}
.list-contest .contest-prize .symbol{
    font-style: normal;
    font-weight: 700;
    font-size: 28.1136px;
    line-height: 52px;
    color: #ff8f51;
    margin: auto 1px 0;
}
.list-contest .end-in{
    margin-top: 21px;
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 35px;
    color: #c5c5c5;
}
.list-contest .contest-participants, .list-past .participants-portrait{
    margin-top: 21px;
}
.list-contest .contest-participants .participants-portrait img, .list-past .participants-portrait img{
    width: 33px;
    height: 33px;
    padding: .25rem;
    background-color: #fff;
    border: 3px solid #f5cf84;
    border-radius: 50%;
}
.list-contest .contest-participants .participants-quantity{
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #ff8f51;
    text-decoration: none;
}
.list-contest .contest-participants .participants-quantity > span{
    margin-left: 18px;
}
.list-contest .contest-btn{
    margin-top: 21px;
    display: inline-block;
    background: #ff8f51;
    border-radius: 16px;
    padding: 20px 75px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}

.list-past .item{
    position: relative;
}
.list-past .item .bg{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #fff;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.list-past .item > .row{
    position: relative;
    z-index: 1;
    
    padding: 30px;
}
.list-past .portrait-box{
    width: 72px;
    height: 72px;
}
.list-past .icon-certificate{
    width: 48px;
    height: 48px;

    background-image: url(/assets/image/icon-certificate.png);
    background-size: contain;
    background-repeat: no-repeat;

    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
}


.page-home .swiper{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.page-home .swiper-button-prev, .page-home .swiper-button-next{
    margin-top: 0!important;
    position: relative!important;
    left: 0!important;
    right: 0!important;
    color: #000!important;
}
.page-home .swiper-button-prev::after, .page-home .swiper-button-next::after{
    font-size: 22px!important;
}
.page-home .swiper .portrait,.winners .portrait{
    width: 66px;
    height: 66px;
    border-radius: 50%;
}
.page-home .swiper .reviewer-sum, .winners .reviewer-sum{
    line-height: 34px;
    font-size: 13px;
    color: #ff8f51;
}
.page-home .swiper .info, .winners .info{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-home .swiper .review, .winners .review{
    max-width: 200px;
    line-height: 21px;
    text-align: center;
    color: #8d8d8d;
    font-size: 14px;
}
.page-home .swiper .name, .winners .name{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}


.page-news > .container,.page-winners > .container{
    min-height: 70vh;
}
.news-list{
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
}
.news-list .item{
    flex-shrink: 0;
    width: 100%;
}
.news-list .item .news-item-title{
    margin-bottom: .5rem;
    font-family: Kumbh Sans Light;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    line-height: 35px;
    text-transform: capitalize;
    color: #000;
}

.list-wapp{
    min-width: 240px;
    max-width: 90%;
    padding: 16px;
}
.list-wapp .item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}
.list-wapp .item .fa{
    font-size: 32px;
    color: #25d366;
}
.list-wapp .item .name{
    margin-left: 12px;
}


/* contest */
.notice{
    display: flex;
    align-items: center;
    height: 40px;
}
.notice .icon-notice{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-image: url(/assets/image/icon-notice.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.notice .notice-content{
    flex: 1;
    min-width: 0;
    height: 100%;
    margin-left: 8px;
    margin-right: 8px;

    overflow: hidden;
    position: relative;
}
.notice .notice-content .text{
    width: 100%;
    height: 100%;
    padding: 0;
    white-space: nowrap;
    line-height: 60px;
    font-size: 18px;
    color: #333;

    background-color: transparent;
}
.icon-music{
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-image: url(/assets/image/icon-music.png);
    background-size: contain;
    background-repeat: no-repeat;

    cursor: pointer;
}
.icon-music.off{
    background-image: url(/assets/image/icon-music-off.png);
}

.contest-banner{
    overflow: hidden;
}
.contest-banner .pic{
    display: block;
    width: 100%;
}


.modal-body-bg{
    max-height: 70vh;
    background-image: url(/assets/image/village.svg);
    /* background-size: contain; */
    background-position: top;
    background-repeat: no-repeat;
    overflow: auto;
}
.large-header{
    background-color: #fff;
    background-image: url(/assets/image/village.svg);
    /* background-size: contain; */
    background-position: top;
    background-repeat: no-repeat;
}
.actual-prize{
    display: flex;
    align-items: center;
    font-size: 1.35rem;
    font-weight: 700;
    color: #71e167;
}
.actual-prize .text{
    margin-left: 6px;
    color: #000;
}
.large-header .participants{
    display: flex;
    align-items: center;
}
.large-header .participants-portrait{
    display: flex;
    align-items: center;
}
.large-header .participants-portrait img{
    width: 33px;
    height: 33px;
    border: 3px solid #f5cf84;
    border-radius: 50%;
}
.large-header .participants-quantity{
    color: #ff8f51;
}
#prizes-modal .modal-content ul,
#prizes-modal .modal-content ol,
#rules-modal .modal-content ul,
#rules-modal .modal-content ol{
    list-style: unset;
    padding: revert;
}

.birthday-slider .portrait-box{
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
}
.birthday-slider .portrait-box .portrait{
    width: 80px;
    height: 80px;
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}
.birthday-slider .portrait-box .ic{
    position: absolute;
    top: -10px;
    left: -5px;
}

.swiper_title{
    font-size: 26px;
    font-weight: 700;
    color: #504759;
}
.last-voted{
    overflow: hidden;
}
.last-voted .fa-search{
    font-size: 24px;
}
.last-voted .swiper{
    height: 60px;
}
.last-voted .swiper-btn{
    display: flex;
    justify-content: space-around;
    width: 80px;
}
.last-voted .swiper-button-prev, .last-voted .swiper-button-next{
    margin-top: 0!important;
    position: relative!important;
    left: 0!important;
    right: 0!important;
    color: #000!important;
}
.last-voted .swiper-button-prev::after, .last-voted .swiper-button-next::after{
    font-size: 22px!important;
}
.last-voted .swiper-slide-next{
    opacity: .4;
}
.last-voted .pic{
    width: 54px;
    height: 54px;
    border-radius: 50%;
}
.last-voted .name{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.last-voted .date{
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.counter-box{
    display: flex;
}
.counter-box .item{
    text-align: center;
}
.counter-box .counter{
    background-color: #fcf3f3;
    border-radius: 15px;
    font-size: 18px;
}
.counter-box .counter-text{
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
}
.counter-box .delimiter{
    font-size: 21px;
    padding-top: 11px;
}


.participants-list .item{
    margin-bottom: 16px;
}
.participants-list .card{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
.participants-list .pic{
    height: 255px;
    
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
}
.participants-list .pic .prize,.shop-head .pic .prize, .participants-info .photo .pic .prize{
    position: absolute;
    bottom: 0;
    left: 0;

    display: flex;
    align-items: center;
    padding: .5rem;
    background-color: rgba(0,0,0,.6);
    border-top-right-radius: 20px;
}
.participants-list .pic .ranking,.shop-head .pic .ranking, .participants-info .photo .pic .ranking{
    display: flex;
    align-items: center;
    padding: 0 5px;
}
.participants-list .pic .ranking span,.shop-head .pic span, .participants-info .photo .pic span{
    padding: 0 3px;
}
.participants-list .pic .prize img,.shop-head .pic .prize img, .participants-info .photo .pic .prize img{
    height: 30px;
}
.participants-list .prize .number,.shop-head .pic .number, .participants-info .photo .pic .number{
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}
.participants-list .pic img{
    width: 100%;
    height: 100%;
}
.participants-list .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
}
.participants-list .info .baby-name{
    width: 25%;
    font-size: 17px;
    color: #56524b;
}
.participants-list .info .user{
    width: 40%;

    display: flex;
    align-items: center;
    justify-content: center;

}
.participants-list .info .user .user-portrait{
    width: 19px;
    height: 19px;
}
.participants-list .info .user .user-name{
    text-align: center;
}
.participants-list .info .votes-count{
    width: 25%;
    
    font-size: 15px;
    color: #bfbfbf;
}

#prizes-modal .card{
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
/* contest end */


/*  */
.page-search > .container{
    min-height: 70vh;
}
/*  */


/* trasaure */
.treasure-pays .title{
    font-weight: 700;
    font-size: 30px;
    color: #535353;
}
.treasure-pays .text{
    line-height: 1.3rem;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    font-weight: 700;
    color: #535353;
}
.treasure-pays .luck{
    font-size: 25px;
    font-weight: 700;
    color: #535353;
}
.treasure-pays .pays{
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    width: 100%;
    white-space: nowrap;
}

.votes-item{
    display: flex;
    align-items: center;
    margin-bottom: .6rem;
    padding: .6rem 1rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .3rem;
}
.votes-item .icon img{
    max-height: 40px;
}
.votes-item .number{
    margin-left: 24px;
    font-weight: 700;
}
.votes-item .btn{
    margin-left: auto;
}
.votes-item .btn .van-count-down{
    color: #ff8f51;
}
.votes-item .btn:hover .van-count-down{
    color: #fff;
}
.votes-item-wallet{
    display: block;
    text-align: center;
}
.votes-item-wallet .wallet-box{
    display: flex;
}
.votes-item-wallet .wallet-box .input{
    flex: 1;
    min-width: 0;

    height: 60px;
    border: 1px solid #CED4DA;
    border-radius: 4px;
    overflow: hidden;
}
.votes-item-wallet .wallet-box .input input{
    width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border: 0;
}
.votes-item-wallet .wallet-box .btn{
    width: 90px;
    height: 60px;
    margin-left: 20px;
}
/* trasaure end */


/* center */
.page-center > .container{
    min-height: 70vh;
    overflow: hidden;
}
.latest-votes{

}
.latest-votes .item{
    display: flex;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.latest-votes .pic img{
    border-radius: .3rem;
}
.latest-votes .info{
    margin-left: 1rem;
}
.latest-votes .number{
    margin-left: auto;
    text-align: end;
    font-weight: 700;
    color: rgba(0,0,0,.5);
}

.center-children .pic{
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 13px 0px 0px 13px;
}
.center-children .content{
    display: flex;
    align-items: center;
    justify-content: space-between;

    flex: 1;
    min-width: 0;

    padding: 1.5rem 2rem 1.5rem 1rem;
}
/* center end */

/*  */
.page-settings > .container{
    min-height: 70vh;
    overflow: hidden;
}
.settings-input{
    height: 60px;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked{
    background-color: #71e167;
}
/*  */

/* sign */
.other-methods{
    width: 320px;
    max-width: 100%;
    margin: 0 auto;
}
.other-methods .btn{
    display: flex;
    align-items: center;

    padding: .5rem 1rem .5rem 60px;
    font-size: 1.25rem;
    color: #fff;
    border-radius: .3rem;
    border-color: rgba(0,0,0,.2);

    position: relative;
}
.other-methods .btn-facebook{
    background-color: #3b5998;
}
.other-methods .btn-google{
    background-color: #dd4b39;
}
.other-methods .platform-logo{
    width: 45px;
    height: 100%;
    border-right: 1px solid rgba(0,0,0,.2);

    position: absolute;
    top: 0;
    left: 0;
}
.other-methods .text{
    flex: 1;
    min-width: 0;
    text-align: center;
}
.text-decoration-line-divider:before {
    content: "\2014";
    margin-right: 10px;
}
.text-decoration-line-divider:after {
    content: "\2014";
    margin-left: 10px;
}

.form-item{
    display: flex;
    align-items: center;
}
.form-item .form-content{
    flex: 1;
    min-width: 0;
    background-color: #fff;
}
.form-item .form-content.form-input{
    height: 60px;
    border: 1px solid #ced4da;
    border-radius: .3rem;
}
.form-item input, .form-item select, .form-item textarea{
    display: block;
    width: 100%;
    height: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    outline: none;
    border: 0;
}
.form-item .form-content.form-textarea{
    height: auto;
}
.form-item textarea{
    padding: 1rem;
    resize: none;
}
/* sign */


/* participants */
.participants-info .photo{
    position: relative;
}
.participants-info .photo .edit{
    position: absolute;
    top: 10px;
    right: 10px;
}
.participants-info .info{
    padding: 1.5rem;
}
.participants-info .user{

}
.social-share{
    display: flex;
}
.social-share .ll{
    flex: 1;

    height: 20px;
    margin: 2px;
    padding: 20px 30px;

    background-size: 18px 18px;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.2), 0 2px 10px 0 rgba(0,0,0,.1);
}
.social-share .logo-facebook{
    background-color: #3b5998;
    background-image: url(/assets/image/logo-facebook.svg);
}
.social-share .logo-twitter{
    background-color: #55acee;
    background-image: url(/assets/image/logo-twitter.svg);
}
.social-share .logo-whatsapp_app{
    background-color: #25d366;
    background-image: url(/assets/image/logo-whatsapp_app.svg);
}
.social-share .logo-line_app{
    background-color: #25d366;
    background-image: url(/assets/image/LINE_logo.svg);
}

.list-collection .item{
    display: flex;
    align-items: center;
    
    margin-bottom: 1rem;
    padding: 1rem 1.5rem;

    background-color: #fff;
    border-radius: .25rem;
}
.list-collection .item .number{
    text-align: center;
}
/* participants end */
.page-participants-add > .container{
    min-height: 70vh;
    overflow: hidden;
}
.page-participants-add .actual-prize{
    flex-wrap: wrap;
}

.page-participants-add .page-content{
    min-height: 100vh;
    background-image: url(/assets/image/colored.svg);
    background-color: #ebf9fc;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.file-loading{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(0,0,0,.5);
    z-index: 33;
}

.page-participants-edit > .container{
    min-height: 70vh;
    overflow: hidden;
}


/* shop */
.shop-head{
    padding: 1rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.shop-head .user-data{
    display: flex;
}
.shop-head .user-info{
    display: flex;
}

.m-prize{
    position: fixed;
    bottom: 120px;
    left: 20px;
    z-index: 1;

    font-size: 48px;
    color: #ff9a62;
}
/* shop end */


/* my-contests */

/* my-contests end */


.service-box{
    position: fixed;
    right: 20px;
    bottom: 120px;

    z-index: 3;
}
.service-box .item{
    display: block;
    color: #ff8f51;
}
/* .service-box .icon-whatapp, */
.tabbar .icon-whatapp{
    display: block;
    width: 36px;
    height: 36px;
    background-image: url(/assets/image/whatapp.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.service-box .item + .item{
    margin-top: 10px;
}


@media (max-width: 768px){
    /* 移动端 */
    .btnss{
        position: fixed;
        bottom: 82px;
        left: 0;
        padding: .5rem var(--bs-gutter-x,0.75rem);

        width: 100%;
        background-color: #fff;
    }
    .btnss .btn{
        flex: 1;
        margin: 0 10px;
        padding: 10px .75rem;
    }
}
@media (min-width: 768px){
    .participants-info{
        display: flex;
        align-items: flex-start;
    }
    .participants-info .photo{
        flex: 0 0 50%;
        width: 50%;

        padding-top: 3rem;
    }
    .participants-info .info{
        flex: 0 0 50%;
        width: 50%;

        padding-top: 3rem;
    }

    /*  */
    .page-shop > .container{
        display: flex;
    }
    .page-shop .info, .page-shop .votes{
        flex: 0 0 50%;
        width: 50%;
    }
    .page-shop .info{
        padding-right: 3rem;
    }


    /*  */
	#payment-modal .btn{
        padding: 10px;
    }
}