/* input(258,23): run-time error CSS1046: Expect comma, found '0'
input(258,27): run-time error CSS1046: Expect comma, found '/'
input(941,28): run-time error CSS1034: Expected closing parenthesis, found ','
input(941,28): run-time error CSS1042: Expected function, found ','
input(941,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(2001,28): run-time error CSS1034: Expected closing parenthesis, found ','
input(2001,28): run-time error CSS1042: Expected function, found ','
input(2001,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
input(2675,23): run-time error CSS1046: Expect comma, found '0'
input(2675,27): run-time error CSS1046: Expect comma, found '/'
input(4631,41): run-time error CSS1046: Expect comma, found '0'
input(4631,45): run-time error CSS1046: Expect comma, found '/' */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

:root {
    --pink-color: #ff95bd;
    --grey-color: #959595;
    --black-color: #000000;
    --white-color: #ffffff;
    --background-color: #cccccc;
    --error-color: rgb(160, 0, 0);
    --font-size: 14px;
    --font-normal: 400;
    --font-medium: 600;
    --font-bold: 700;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}
input, textarea, button {
    outline: none;
}
#recaptcha-container {
    display: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea, button {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    display: inline-block;
    text-decoration: none;
    transition: all ease-in .2s;
}
img{
    max-width:100%;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

@font-face {
    font-family: 'Azo';
    src: url('../fonts/azosansR.woff2?v=ZL3dJoo4EnKce11mf3MioML4tuU') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Azo';
    src: url('../fonts/azosansB.woff2?v=ZL3dJoo4EnKce11mf3MioML4tuU') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'vagrun';
    src: url('../fonts/vagrun.woff2?v=qILYJcN9KDncg69NAsR7bL7ZcGk') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'azo-bold';
    src: url('../fonts/AzoSans-Bold.eot');
    src: local('☺'), url('/fonts/AzoSans-Bold.ttf?v=fTSs70oiym9mi1UfboBN0t1SXco') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.no-pad {
    padding: 0;
}

.no-left {
    padding-left: 0;
}

.no-right {
    padding-right: 0;
}
.block{
    display:block;
}
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: azo;
    font-size: 14px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.container {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}

.container .row {
    margin-bottom: 0;
}

header {
    border-bottom: 2px solid #ffcade;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    padding: 6px 0;
}

.header-logo {
    text-align: center;
}

.header-logo img {
    width: 150px;
    height: auto;
}

.header-search {
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.header-search img {
    width: 28px;
    height: auto;
    cursor: pointer;
}

.header-nav {
    justify-content: flex-start;
    display: flex;
    align-items: center;
}

.header-nav img {
    cursor: pointer;
}

.banner-home {
    background: url(../images/bg-banner-home.jpg?v=9mDel4pV9U9btjNfZKhTHSeyqnY) repeat-x top left;
    min-height: 300px;
    padding-top: 25px;
}

.banner-home .owl-item {
    transform: scale(0.9);
    opacity: .3;
    transition: all ease-in .2s;
}

.banner-home .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.banner-home .item .img-banner {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #b5b5b5;
    /*transform:scale(1);*/
}

.banner-home .item .img-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.img-banner a {
    position: relative;
    float: left;
    width: 100%;
}

.img-banner a img {
    display: block;
}

.img-banner span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    padding: 18px 0;
    font-size: 18px;
    text-transform: uppercase;
    background: rgb(0 0 0 / 60%);
}

.banner-carousel {
    margin-top: 30px;
}
.banner-wrap{
    margin-top:15px;
}
.banner-wrap .banner {
    text-align: center;
}

.banner img {
    margin-bottom: 15px;
}

.news-banner {
    width: 100%;
}

.banner .main-desc {
    text-transform: uppercase;
    font-family: azo-bold;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.banner .main-desc span {
    color: #ff95bd;
}

.carousel-cosplay-gallery .owl-theme .owl-dots .owl-dot span,
.banner-home .owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    background: #a1a1a1;
    transform: rotate(-45deg);
}

.carousel-cosplay-gallery .owl-theme .owl-dots .owl-dot.active span,
.banner-home .owl-theme .owl-dots .owl-dot.active span,
.banner-home .owl-theme .owl-dots .owl-dot:hover span {
    background: #c40e24;
}

.slick-dots {
    left: 0;
}

.slick-dots li button {
    padding: 0;
}

.slick-dots li button:before {
    font-size: 10px;
}

.slick-dots li.slick-active button:before {
    color: #a21325;
    opacity: 1;
}

.slick-dots li {
    margin: 0;
}


.main-desc--btn {
    background: #ff95bd;
    color: #fff;
    font-family: azo-bold;
    padding: 14px 40px 10px 40px;
    font-size: 14px;
    border-radius: 20px;
}

.main-desc--btn:hover {
    background: #ff5696;
}

.list-content {
    margin-top: 15px;
}

.list-content a {
    display: flex;
    flex-direction: row;
}

.list-content .news-img__thumb img {
    border-radius: 10px;
    border: 1px solid #ff95bd;
}

.list-content .news-title {
    align-items: center;
    display: flex;
    font-size: 14px;
    color: #333;
    height: 100%;
    line-height: 18px;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.list-content .list-item {
    margin-bottom: 15px;
}

.main-content .date {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.full-news {
    margin-top: 15px;
    line-height: 20px;
    color:#333;
}

.full-news img {
    max-width: 100%;
}

.full-news p {
    margin-bottom: 15px;
    font-family:azo;
    font-size:14px;
    line-height: 20px;
}

.full-news strong{
    font-weight:600;
}

.search-form {
    box-shadow: 0px 2px 2px #afafaf;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    height: 0;
    overflow: hidden;
    transition: all ease-in .4s;
}

.search-form.show {
    height: auto;
}

.search-form input[type="text"] {
    outline: none;
    width: 75%;
    font-family: azo;
    font-size: 12px;
    margin: 35px 0 15px 15px;
    padding: 10px;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #ff95bd;
}

.search-form button {
    outline: none;
    background: #ff5696;
    color: #fff;
    border: 0;
    margin-right: 15px;
    width: 25%;
    margin: 35px 15px 15px 0px;
    cursor: pointer;
    font-size: 14px;
    font-family: azo;
    border-radius: 0px 10px 10px 0px;
}

.display-between {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.search-form span {
    position: absolute;
    right: 15px;
    top: 5px;
    background: #b1acac;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50%;
    height: 10px;
    padding: 5px 0;
    cursor: pointer;
}

.burger-nav span {
    display: inline-block;
    width: 28px;
    height: 4px;
    margin: 0px 0;
    border-radius: 20px;
    background: #ff95bd;
    position: relative;
}

.burger-nav span:before {
    content: '';
    width: 28px;
    height: 4px;
    margin: 0px 0;
    border-radius: 20px;
    background: #ff95bd;
    position: absolute;
    top: -8px;
}

.burger-nav span:after {
    content: '';
    width: 28px;
    height: 4px;
    margin: 0px 0;
    border-radius: 20px;
    background: #ff95bd;
    position: absolute;
    bottom: -8px;
}

.burger-nav {
    display: flex;
    align-items: center;
    cursor: pointer;
    height: 30px;
}

.text-center {
    text-align: center !important;
}

.picture-profile-wrap {
    min-height: calc(100vh - 140px);
}

.picture-profile-wrap .circular--landscape {
    margin-top: 1rem;
}

.picture-profile-wrap .icon-profile {
    width: 24px;
}

.cursor-pointer {
    cursor: pointer;
}

.picture-profile-wrap h2 {
    font-weight: bold;
    font-size: 14px;
}

.picture-profile-wrap .display-between {
    margin-top: 10px;
    justify-items: center;
    align-items: center;
}

.picture-profile-wrap .display-between a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.picture-profile-wrap .circular--landscape {
    cursor: pointer;
}

.hr-thin {
    height: 0.5px;
    border: none;
    background-color: lightgrey;
}

.picture-profile-wrap h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
    font-weight: bold;
}

.circular--landscape {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ff95bd;
}

.circular--landscape img {
    width: auto;
    height: 100%;
    border-radius: 50%;
}

.text-pink {
    color: #ff95bd !important;
}


.video-cosplay {
    margin-top: 40px;
    position: relative;
    background: #140d13;
    border-radius: 10px;
}

.video-cosplay video {
    width: 100%;
    max-height: 215px;
    display: block;
    border-radius: 10px;
}

.video-cosplay #btn-play {
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    /*background-size:80%;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url(../images/icon-play.png?v=cbcfhlEup1I0kR6iCVLl-29jzpg) ;*/
}

.vote-banner {
    margin-top: 30px;
    margin-bottom: 30px;
}

.carousel-cosplay-gallery {
    margin-top: 20px;
    text-align: center;
}

.btn-view__participants {
    width: 90%;
    margin: 0 auto;
}

.cosplay-gallery {
    margin-bottom: 10px;
    margin-top: 10px;
}

#ranking-gallery .item {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #000;
}

.cosplay-gallery .item a {
    float: left;
}

.latest-news__wrap {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
}

.latest-news__wrap .list-content .news-title {
    font-size: 12px;
    text-align: left;
    font-family: azo-bold;
}

.latest-news__wrap .list-content .list-item {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.big-news {
    margin-top: 20px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
}

.big-news img {
    border-radius: 10px;
    border: 1px solid #ff95bd;
    margin-bottom: 10px;
}

.big-news a {
    font-family: azo-bold;
    color: #000;
}

.latest-news__wrap .btn-news {
    width: 50%;
    margin: 0 auto;
}

#side-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #fff;
    z-index: 8;
    overflow: hidden;
    transition: all ease-in .2s;
}

#side-nav .inside {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    overflow-y: auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#side-nav .inside .back-btn {
    position: absolute;
    top: 6px;
    left: 15px;
    width: 24px;
    cursor: pointer;
    padding:14px 18px 14px 0px;
}

#side-nav .inside .login-btn {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 90px;
    cursor:pointer;
}

#side-nav .inside .logo-side {
    margin-top: 70px;
    width: 150px;
}

#side-nav .inside .main-nav {
    text-align: left;
    margin-top: 15px;
    /*padding-top: 10px;*/
}

#side-nav .inside .main-nav .nav-list:first-child {
    border-top: 1px solid #d7d7d7;
    /*padding-top: 4px;*/
}

#side-nav .inside .main-nav .nav-list {
    border-bottom: 1px solid #d7d7d7;
    position:relative;
    z-index:1;
    overflow:hidden;
}

#side-nav .inside .main-nav a.nav {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    padding: 16px 0 14px 0;
    display: flex;
    align-items: center;
    height: 25px;
    font-family:azo-bold;
    text-transform:uppercase;
}

#side-nav .inside .main-nav a.nav img {
    height: 17px;
    width: auto;
    margin-left: auto;
}

#side-nav .inside .main-nav a.nav span {
    text-transform: uppercase;
}

#menu-overlay {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.nav-list .sub-nav {
    /*border-top: 1px solid #d7d7d7;
    margin-top:4px;
    padding-top:5px;
    margin-bottom:15px;*/
}

.sub-nav-child,
.sub-nav {
    overflow: hidden;
    height: 0;
    transition: all ease-in .2s;
}

.sub-nav a {
    text-transform: uppercase;
    color: #a1a1a1;
    font-weight: 600;
    padding-top: 15px;
    padding-left: 15px;
    margin-top: 4px;
    margin-bottom: 8px;
    display: block;
    position: relative;
    border-top: 1px solid #d7d7d7;
}

.sub-nav a span {
    color: #ff95bd;
}

.sub-nav a.dropdown {
    padding-top: 20px;
    padding-bottom: 3px;
}

.sub-nav-child a {
    line-height: 20px;
    padding-left: 30px;
}

.nav-list.show .sub-nav {
    height: auto;
}

.sub-nav.show .sub-nav-child {
    height: auto;
}

footer {
    border-top: 2px solid #ffcade;
    text-align: center;
    padding: 15px 0 25px 0;
    background: #fff;
}

footer a {
    color: #ff95bd;
    padding: 0 15px;
    line-height: 12px;
    border-right: 2px solid #a1a1a1;
}

footer a:last-child {
    border: 0;
    padding-right: 0;
}
footer .container{
    background-image:none;
}
.banner-home .inside {
    text-align: center;
}

.img-title-participants {
    margin-top: 15px;
}

.list-participants {
    margin-top: 10px;
}

.list-participants .listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
}

.listing .listing-wrap {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.listing .listing-wrap .inside {
    border-radius: 6px;
    overflow: hidden;
    background: #9e0b0f;
}

.listing .listing-wrap .inside img {
    /*border-radius: 0 0 10px 10px;*/
    transition: all ease-in .2s;
}

.listing .listing-wrap .inside span {
    text-transform: uppercase;
    background: #9e0b0f;
    color: #fff;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 0px 5px 0px 5px;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listing .listing-wrap .inside:hover img {
    opacity: .8;
}

.centerTitle {
    display: flex;
    height: 38px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.cosplay-detail__image {
    position: relative;
    border-bottom: 1px solid #acacac;
}

.cosplay-detail__image .img-cosplay {
    display: block;
    width: 100%;
}

.cosplay-detail__image .pink-strap {
    background: #ff95bd;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 7px 0px 5px 0px;
}

.cosplay-detail__image span {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 50%;
    text-align: center;
    border: 1px solid #960c11;
    margin-left: -55px;
    width: 120px;
    padding: 8px 0px 4px 0px;
    border-radius: 10px;
    font-weight: bold;
    background: rgb(0, 0, 0, 0.6);
}

.cosplay-detail__image span img {
    vertical-align: middle;
    width: 18px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.cosplay-detail {
    padding-bottom: 30px;
}

.cosplay-detail__bio {
    color: #a1a1a1;
    margin-top: 15px;
    position: relative;
    text-align: center;
}

.cosplay-detail__bio h2 {
    color: #9e0b0f;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cosplay-detail__bio p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 10px;
}

.cosplay-detail__bio p span {
    display: block;
    font-weight: bold;
    font-family: azo-bold;
    text-transform: uppercase;
    color: #000;
    line-height: 14px;
    margin-bottom: 5px;
}

.cosplay-detail__bio p span.domicile {
    color: #9e0b0f;
}

.cosplay-detail__bio .btn-vote__now {
    background-image: url(../images/icon-vote-now.png?v=ewuXJvMv3JzK4rh5ai_PudMZTM0);
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    outline: none;
    width: 142px;
    height: 40px;
    /*position:absolute;*/
    right: 0;
    top: 15px;
    cursor: pointer;
}

.cosplay-detail__bio .btn-download__now {
    background-position: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    outline: none;
    width: 162px;
    height: 40px;
    /*position:absolute;*/
    right: 0;
    top: 15px;
    cursor: pointer;
}

.cosplay-detail__bio .inside {
    border: 1px solid #dedede;
    border-radius: 15px;
    /*height:100px;*/
    padding-bottom: 10px;
}

.cosplay-detail__bio .desc-ext {
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0px;
}

.cosplay-detail__bio .desc-ext strong {
    color: #9e0b0f;
}

.slick-prev,
.slick-next {
    display: none !important;
}

.ranking-wrap {
    margin-top: 15px;
}

.list-ranking {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}

.list-ranking .inside .img-cosplay {
    border-radius: 10px;
    width: 100%;
    height: auto;
}

.list-ranking .img-cosplay {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

#ranking-wrap {
    padding-bottom: 40px;
}

.cosplay-ranking_detail {
    padding-left: 0;
    text-align: left;
    width: 100%;
    align-items: center;
}

.cosplay-ranking_detail_voter {
    padding-left: 0;
    text-align: left;
    display: flex;
    width: 100%;
    align-items: center;
}

.cosplay-ranking_detail_voter span,
.cosplay-ranking_detail span {
    display: block;
    margin: 4px 0;
    text-transform: uppercase;
}

.cosplay-ranking_detail_voter .cosplay-name,
.cosplay-ranking_detail .cosplay-name {
    color: #9e0b0f;
    font-weight: 700;
    font-size: 16px;
}

.cosplay-rank_number {
    text-align: left;
}

.cosplay-rank_number .cosplay-rank {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding:16px 15px;
    border-radius: 40px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    min-width:130px;
    text-align:center;
    background: linear-gradient(to top, #000000, #808080);
}
.cosplay-rank_number .rank-third,
.cosplay-rank_number .rank-second,
.cosplay-rank_number .rank-first{
    color: #000;
    padding:16px 15px;
    background-repeat: no-repeat;
    background-size: cover;
}
.cosplay-rank_number .rank-first {
    background-image: url(../images/bg-rank1.png?v=9mDel4pV9U9btjNfZKhTHSeyqnY);
}

.cosplay-rank_number .rank-second {
    background-image: url(../images/bg-rank2.png?v=9mDel4pV9U9btjNfZKhTHSeyqnY);
}

.cosplay-rank_number .rank-third {
    background-image: url(../images/bg-rank3.png?v=ZzAxjLLQGLrGivTRnX7lyRpWCIg);
}

.cosplay-ranking_desc {
    margin-left: 15px;
}

.btn-loating {
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 70px;
    height: 70px;
}

/*.cosplay-ranking_detail .cosplay-rank:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 20px;
    border-radius: 50%;
}*/
.cosplay-ranking_detail_voter .cosplay-votes,
.cosplay-ranking_detail .cosplay-votes {
    background: #9e0b0f;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px 3px 15px;
    font-weight: bold;
    display: inline-block;
}

.cosplay-ranking_detail_voter .cosplay-votes span,
.cosplay-ranking_detail .cosplay-votes span {
    display: inline-block;
    margin: 0 0 0 3px;
    font-size: 13px;
}

.collection h2 {
    text-align: center;
    color: #ff94bc;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.select-event {
    width: 90%;
    border-radius: 20px;
    margin: 20px auto;
    border: 1px solid #ff94bc;
}

.select-event select {
    border: 0;
    border-radius: 25px;
    outline: none;
    width: 100%;
    padding: 6px 10px;
    font-family: azo;
    color: #a1a1a1;
    line-height: 30px;
}

.cosplay-gallery_wrap {
    text-align: center;
}

.collec-slide__wrapper {
    box-shadow: 0px 0px 6px #8e8e8e;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.collec-carousel .item {
    position: relative;
    text-align: center;
}

.collec-carousel .item .descript {
    padding: 15px 0;
    font-weight: 700;
    color: #a1a1a1;
}

.collec-carousel .item .descript h3 {
    color: #ff94bc;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
}

.collec-carousel .item .btn-download {
    background: #ff95bd;
    border-radius: 20px;
    color: #fff;
    left: 50%;
    margin-left: -110px;
    font-weight: 600;
    text-align: center;
    padding: 10px 40px;
    position: absolute;
    bottom: 10px;
}

.collec-carousel .item .btn-download img {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.collec-slide__wrapper .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 45%;
    height: 1px;
}

.collec-slide__wrapper .owl-carousel .owl-item img {
    border-radius: 0 0 10px 10px;
}

.collec-slide__wrapper .owl-prev {
    float: left;
    outline: none;
}

.collec-slide__wrapper .owl-prev span {
    display: inline-block;
    width: 74px;
    height: 88px;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(../images/arrow-carousel.png?v=BrxfCjF7bxPn-BWltPmBaFXdZsg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.collec-slide__wrapper .owl-next span {
    display: inline-block;
    width: 74px;
    height: 88px;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(../images/arrow-right-carousel.png?v=BrxfCjF7bxPn-BWltPmBaFXdZsg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.collec-slide__wrapper .owl-next {
    float: right;
    outline: none;
}

.collec-slide__wrapper .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

#ranking-gallery {
    margin-top: 15px;
    margin-bottom: 30px;
}

.account-page {
    text-align: center;
    margin-top: 40px;
    /*padding:0 15px;*/
}

.account-page h2 {
    text-align: center;
    color: #ff94bc;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 10px;
}

.regist-type_wrap,
.login-type_wrap {
    margin: 15px 0px;
    /*padding-top: 10px;
    padding-bottom: 10px;*/
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}

.login-type_wrap a {
    display: block;
    border: 1px solid #ff94bc;
    color: #ff94bc;
    font-weight: 700;
    margin: 25px 0;
    padding: 8px 0;
    border-radius: 30px;
}

.login-type_wrap a img {
    width: auto;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.regist-link {
    margin-bottom: 20px;
}

.regist-link a {
    text-decoration: underline;
    color: #ff94bc;
    /*font-weight:700;
    margin-top: 10px;*/
}

.regist-link p {
    color: #ff94bc;
}
.sorting-val {
    margin: 0;
    padding: 0 10px px;
}
.regist-type_wrap p {
    margin: 15px 0;
}

.regist-type_wrap input {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ff94bc;
    padding: 14px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    outline: none;
    text-align: center;
    font-family: azo;
}

.regist-type_wrap button {
    background: #ff94bc;
    color: #fff;
    font-weight: 700;
    outline: none;
    border: 0;
    font-size:16px;
    font-family:azo;
    width: 100%;
    letter-spacing:1px;
    cursor: pointer;
    padding: 13px 20px;
    border-radius: 30px;
    text-transform:uppercase;
}

.regist-type_wrap a {
    color: #ff94bc;
    text-decoration: underline;
}

.regist-type_wrap .reg-number {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ff94bc;
    padding: 0px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    outline: none;
    text-align: center;
    font-family: azo;
    /*display: flex;*/
    align-items: center;
    position:relative;
}
.regist-type_wrap input::-webkit-input-placeholder {
    color: var(--pink-color);
    text-align: center;
    text-transform: uppercase;
}

.regist-type_wrap .reg-number input {
    border: none;
    border-radius: 0;
    margin: 6px 0;
    padding: 8px 15px;
}

.regist-type_wrap .reg-number span {
    font-family: azo-bold;
}
.reg-number select {
    outline: none;
    border: 0;
    font-family: 'azo-bold';
    color: #ff94bc;
    margin-left:-5px;
    background:#fff;
}
#list-participant {
    /*margin-top: 15px;*/
}

#list-participant h3 {
    text-align: center;
    color: #FF94BC;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#list-participant .img-banner {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

#list-participant .img-banner span {
    color: #FF94BC;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    border-radius: 0 0 10px 10px;
}

#list-participant .img-banner img {
    border-radius: 10px;
    display: block;
    box-shadow: 0 0px 4px #cec8c8;
}

.payment-wrapper {
    margin-top: 15px;
    margin-bottom: 35px;
    text-align: center;

}

.nav-back {
    margin-bottom: 15px;
    text-align: left;
}

.nav-back img {
    cursor: pointer;
}

.payment-wrapper h2 {
    margin-top: 15px;
    /*color: #FF94BC;*/
    font-weight: bold;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 24px;
    text-transform: uppercase;
}

.payment-wrapper .logo-payment {
    width: 80%;
    margin-bottom: 15px;
}

.payment-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
    width: 100%;
}

.package-option {
    background: #eee;
    /*border-radius: 6px;*/
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    /*display:flex;*/
}

.package-option .payment-payment,
.package-option .normal-payment {
    display: flex;
}

.package-option .normal-payment {
    flex-direction: row;
    flex-wrap: wrap;
}

.package-option .normal-payment .package-card {
    width: 40%;
    margin: 10px 0px;
}

.package-option .package-card {
    padding: 0 15px;
    flex: auto;
}

.package-card.select img {
    -webkit-filter: drop-shadow(0px 0px 7px #ff0463);
    filter: drop-shadow(0px 0px 7px #ff0463);
}

.package-option h3 {
    font-family: azo-bold;
    font-size: 18px;
    color: #000;
    padding: 0 20px;
    line-height: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.package-option .btn-payment {
    background: #ff95bd;
    outline: none;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px 20px;
    font-family: azo-bold;
    position: relative;
    bottom: -20px;
    box-shadow: 0px 0px 4px #a1a1a1;
}

.payment-instruction {
    text-align: left;
    padding: 0 15px;
    line-height: 18px;
    font-size: 12px;
    display: none;
}

.payment-instruction ol {
    list-style: decimal;
    margin: 0px 0 10px 15px;
}

.payment-instruction p {
    margin-bottom: 15px;
}

.merchant-wrap {
    margin: 15px 0;
}

.merchant-wrap img {
    box-shadow: 0px 0px 4px #bbb9b9;
    border-radius: 5px;
}

.form-wrap p {
    /*margin-bottom:10px;*/
    position: relative;
}

.form-wrap .btn-instruction {
    background: #ff95bd;
    width: 100%;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
    font-family: azo-bold;
}

.btn-instruction:after {
    content: '▼';
    position: absolute;
    color: #fff;
    right: 0;
    padding: 7px 12px;
    top: 0;
    font-size: 20px;
    font-weight: 700;
    transition: all ease-in .2s;
}

.btn-instruction.show:after {
    transform: rotate(180deg);
}

.form-wrap .btn-payment {
    background: #ff0000;
    width: 100%;
    border: 0;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    font-family: azo-bold;
    padding: 10px 0;
}

.form-wrap input[type=text] {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    outline: none;
    border: 1px solid #ff95bd;
}


.package-col {
    display: flex;
    margin-bottom: 30px;
}

.package-col .inside {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 0px 4px #a1a1a1;
}

.method-col .inside.select,
.package-col .inside.select {
    box-shadow: 0px 0px 20px #f2f300;
}

.package-col .inside img {
    float: left;
    width: 100%;
}

.regular-pack .col-name {
    background: #ff95bd;
    color: #d60655;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.regular-pack .col-name span {
    display: block;
}

.method-col {
    display: flex;
    flex-wrap: wrap;
    max-height: 155px;
    overflow: hidden;
    -webkit-transition: max-height 8s;
    -moz-transition: max-height 8s;
    transition: max-height .5s;
}

.method-col.showmore {
    max-height: 100%;
}

.package-option .view-more_payment {
    background: #ff94bc;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 20px 10px 20px;
    font-size: 16px;
    font-family: azo-bold;
    border-radius: 8px;
    position: relative;
    border: 0;
    box-shadow: 0px 0px 4px #a1a1a1;
}

.package-option .view-more_payment span:before {
    content: 'More';
    position: relative;
    display: inline-block;
}

.package-option .view-more_payment.showless span:before {
    content: 'Less';
    position: relative;
    display: inline-block;
}

.method-col .inside {
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    padding: 5px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px #a1a1a1;
}

.number-wrap {
    margin-top: 20px;

}

.number-wrap input {
    background: #fff;
    font-family: azo-bold;
    font-size: 14px;
    border: 0;
    outline: none;
    text-align: center;
    padding: 10px 10px 6px 10px;
    border: 1px solid #ff95bd;
    width: 60%;
}

.number-wrap input:first-child {
    width: 10%;
}

.email-field {
    margin-top: 15px;
    padding: 0 15px;
}

.email-field input[type="text"] {
    width: 100%;
    font-family: azo-bold;
    color: #000;
    border: 1px solid #ff94bc;
    border-radius: 8px;
    text-align: center;
    padding: 12px 10px 10px 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.validate-text {
    color: #fe0000;
    font-size: 12px;
    margin-top: 8px;
}
.history-wrap{
    padding:0;
    padding-top:10px;
}
.catalog-title h2,
.history-wrap h2 {
    text-align: center;
    color: var(--pink-color);
    font-size: 20px;
    font-family: azo-bold;
    margin: 15px 0;
}

.history-pay {
    border-top: 1px solid #DBDBDB;
    padding-top: 15px;
    padding-bottom: 15px;
}

.history-pay span {
    display: block;
    line-height: 20px;
}

.history-pay span.name {
    color: #000;
    font-family: azo-bold;
}

.paging {
    text-align: center;
}

.paging ul {
    padding-bottom: 30px;
    padding-top: 5px;
    display: block;
    /*border-top: 1px solid #DBDBDB;*/
}

.paging ul li {
    display: inline-block;
    font-size: 12px;
    margin:0 4px;
}

.paging ul li a {
    color: var(--pink-color);
    border: 1px solid #DBDBDB;
    border-radius: 3px;
    padding: 6px 7px 3px 7px;
}

.paging ul li a.active {
    background: var(--pink-color);
    color: var(--white-color);
}

.success-page {
    margin-top: 20px;
}

.success-page .img-thumb {
    margin: 0 auto;
}

.success-page .img-thumb img {
    border-radius: 10px;
}

.success-page .link-back {
    font-weight: 700;
    text-decoration: underline;
}

.success-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.success-text strong {
    color: #ff94bc;
    font-size: 16px;
    font-family: azo-bold;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
}

.download-reward {
    text-align: center;
    border-bottom: 1px solid #CECECE;
}

.download-reward .cat-icon {
    width: 80px;
    vertical-align: middle;
}

.download-reward a {
    background: #ff94bc;
    color: #fff;
    border-radius: 20px;
    padding: 10px 40px;
    font-family: azo-bold;
    margin-left: 20px;
}

.link-back {
    text-align: center;
    margin: 20px 0;
}

.link-back a {
    color: #ff94bc;
}

.payment-fail_body {
    height: 100%;
}

.payment-fail {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 60px;
}

.payment-fail a {
    color: #ff94bc;
}

.icon-fail {
    width: 90%;
    margin: 0 auto;
}

.img-fail__wrap .icon-cat {
    width: 150px;
}

.img-fail__wrap {
    margin-bottom: 40px;
}

.slide-download {
    margin-top: 20px;

}

.slide-download .item {
    text-align: center;
}

.download-cosp {
    color: #A0A0A0;
    font-size: 16px;
    font-family: azo-bold;
    margin-top: 30px;
    text-align: center;
}

.download-cosp h3 {
    color: #ff94bc;
    margin-bottom: 10px;
}

.slide-download .img-item {
    margin-bottom: 15px;
    position: relative;
}

.slide-download .img-item img {
    border-radius: 14px;
    border: 1px solid #9e0b0f;
    transform: scale(0.9);
    transition: all ease-in .2s;
}

.slide-download .active .img-item img {
    transform: scale(1);
}

.dwpage-btn {
    text-align: center;
    margin-bottom: 30px;
}

.dwpage-btn a {
    font-family: azo-bold;
}

.dwpage-btn .dw-cosplay {
    color: #fff;
    border-radius: 20px;
    background: #ff94bc;
    padding: 8px 40px;
}

.dwpage-btn .dw-album_cosplay {
    color: #ff94bc;
    margin-top: 15px;
    text-decoration: underline;
}

.slide-download .img-item span {
    position: absolute;
    color: #fff;
    padding: 3px 10px;
    border-radius: 10px;
    z-index: 1;
    right: 20px;
    top: 26px;
    font-size: 11px;
    background: rgb(0, 0, 0, 0.5);
}

.slide-download .active .img-item span {
    right: 10px;
    top: 10px;
}

.section__content {
    box-shadow: 0 0 8px #c3c3c3;
    margin: 15px 0;
    padding: 20px 15px;
    line-height: 24px;
}
.section__content h2{
    font-family:azo-bold;
    font-size:16px;
    margin-bottom:15px;
}

.section__content p {
    margin-bottom: 15px;
    font-family: 'azo';
    font-size: 14px;
}
.section__content strong {
    font-family: azo-bold;
}
.section__content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 15px;
}

.section__content a {
    color: #ff94bc;
}

#random-gallery {
    margin-top: 30px;
    padding: 0 15px 20px 15px;
}

#random-gallery.slick-slider .slick-list {
    padding-left: 20px;
    padding-right: 20px;
}

.slick-slide {
    margin: 0 4px;
}

.register-form {
    margin-top: 15px;
    padding-bottom: 15px;
}

.register-form input[type="text"] {
    width: 100%;
    border: 1px solid #ff94bc;
    border-radius: 25px;
    text-align: center;
    font-family: azo;
    font-size: 14px;
    outline: none;
    height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.register-form textarea {
    width: 100%;
    border: 1px solid var(--pink-color);
    border-radius: 25px;
    min-height: 140px;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: left;
    font-family: azo;
    font-size: 14px;
    outline: none;
}

.btn-submit_img,
.register-form button {
    background: var(--pink-color);
    color: var(--white-color);
    font-weight: 700;
    outline: none;
    border: 0;
    font-family: azo;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 30px;
    margin: 15px 0 35px 0;
}

.card-uploaded {
    width: 100%;
    border: 1px solid #ff94bc;
    border-radius: 15px;
    background: #fff;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.card-uploaded .card_desc {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 20px;
}

.card-uploaded .card_desc .card_teks {
    width: 70%;
    padding-left: 20px;
    color: #a1a1a1;
    line-height: 20px;
}

.card-uploaded .card_desc h3 {
    color: #ff94bc;
    font-family: azo-bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.btn-upload-img {
    margin-left: auto;
    margin-right: 20px;
}

.btn-upload-img img {
    width: 40px;
    cursor: pointer;
}

#file-img__multiple,
#file-img__banner,
#file-img__thumb {
    display: none;
}

.img-preview {
    margin: 4px 16px;
}

#thumb-preview {
    width: 150px;
    height: auto;
    border-radius: 5px;
}

#banner-preview {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/*#multiple-preview img {
    width: 150px;
    height: auto;
    border-radius: 5px;
    margin-right: 4px;
}*/

/*#profile-picture {
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
}
*/
.picture-profile-wrap .competition-card {
    margin-top: 40px;
    padding-bottom: 5px;
}


/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 0 auto; /* 15% from the top and centered */
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}
/* The Close Button */
.close {
    color: #292929;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
}

.modal-theme__video,
.modal-theme__def {
    background: #fff;
    border: 1px solid #ff94bc;
    position: relative;
    border-radius: 10px;
}

#content-modal {
    text-align: center;
}

#content-modal h2 {
    color: #f997ba;
    font-size: 24px;
    font-family: azo-bold;
    margin-bottom: 15px;
}

.header-modal {
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    background: #ff94bc;
    padding: 10px 0;
    border-radius: 9px 9px 0 0;
}

.center-popup {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#content-modal {
    line-height: 20px;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-modal {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    margin: 15px 0;
}

.btn-modal button {
    outline: none;
    margin: 0 5px;
    background: #ff94bc;
    border: 0;
    color: #fff;
    font-family: azo;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 6px;

}
#modalSignOut .btn-modal button {
    min-width: 80px;
    font-weight: 700;
    margin: 0 15px;
    text-transform: uppercase;
}
.btn-modal button:hover {
    background: #da749a;
}

.competition-card {
    margin-top: 30px;
}

.competition-card strong {
    display: block;
    font-family: azo-bold;
    color: #ff95bd;
}

.competition-card .row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.competions-title {
    text-align: left;
}

.competions-title span {
    display: inline-block;
    padding: 4px 15px 2px 15px;
    border-radius: 20px;
    font-size: 12px;
    margin-top: 5px;
    color: #fff;
}

.competions-title .label-green {
    background: #3ab54b;
}

.competions-title .label-red {
    background: #eb1c22;
}

.competions-icon {
    padding-left: 0;
}

.competions-icon img {
    width: 35px;
    height: auto;
}

.competions-icon a {
    color: #aaa;
}

.competions-icon span {
    display: block;
    font-size: 10px;
    font-family: azo-bold;
    line-height: 14px;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: flex;
    font-family: azo-bold;
    color: #000;
    font-size: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .8);
}

.loader img {
    width: 220px;
    height: auto;
    margin-bottom: 10px;
}

.loader span {
    display: block;
    color: #ff94bc;
    margin-top: 10px;
}

.swal2-popup {
    padding: 0 !important;
}

.swal2-header {
    text-align: center;
    background: #ff94bc;
    padding: 10px 0 !important;
    border-radius: 5px 5px 0 0;
}

.swal2-title {
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 400 !important;
    margin: 0 !important;
}

.swal2-content {
    padding: 0 1em !important;
    margin-top: 15px !important;
}

.swal2-input-label {
    font-size: 14px;
}

.swal2-input {
    height: 2.3em !important;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    font-size: .8em !important;
}

.swal2-actions {
    margin: .5em auto .9em !important;
}

.swal2-styled.swal2-cancel,
.swal2-styled.swal2-confirm {
    width: 150px;
    font-family:Azo;
    font-weight:700;
    outline:none;
    background-color: #ff94bc !important;
}

.swal2-icon.swal2-info,
.swal2-icon.swal2-success,
.swal2-icon.swal2-error {
    display: none !important;
}

.swal2-styled {
    padding: .625em 0em !important;
}

.swal2-html-container {
    font-size: 14px;
}

#text-empty {
    padding-bottom: 15px;
}
.search-page{
    padding:0;
}
.search-page,
.collection {
    min-height: 400px;
}
.search-page h4{
    margin-top:15px;
}
.search-page h4 span{
    color:#ff94bc;
}
.custom-select {
    /*margin-top: 15px;
    width: 100%;
    height: 34px;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    overflow: hidden;
    position: relative;*/
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    /*transform: translate(-50%, -50%);*/
}

.custom-select select {
    background-color: #9d9d9d;
    padding: 8px 12px;
    width: 100%;
    border: none;
    font-family: azo;
    font-size: 16px;
    appearance: button;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    outline: none;
}

.custom-select:after {
    content: '▼';
    position: absolute;
    top: 0;
    right: 0;
    width: 15%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    color: var(--white-color);
    background-color: var(--pink-color);
    pointer-events: none;
}

.option-cosplayer {
    position: relative;
    margin-top: 15px;
    height: 37px;
}


.catalog-wrap {
    margin: 20px 0;
}

.logo-award {
    text-align: center;
}

.logo-award img {
    display: inline-block;
}

.catalog-title h2 {
    margin-top: 10px;
}

.catalog-tool {
    display: flex;
    align-items: center;
}

.catalog-tool .token-info {
    align-items: center;
    display: flex;
    color: #ff94bc;
    border: 1px solid #F0E1E7;
    border-radius: 20px;
    padding: 4px;
    padding-right: 10px;
    font-family: azo-bold;
}

.catalog-tool .token-info img {
    display: inline-block;
    margin-right: 10px;
    width: 25px;
}

.catalog-tool .link-list {
    display: flex;
    align-content: flex-end;
    margin-left: auto;
}

.catalog-tool .link-list img {
    width: 30px;
}

.carousel {
    margin-top: 30px;
}

.carousel .carousel-item img {
    height: 300px;
    max-width: 170px;
    border-radius: 10px;
    border: 2px solid #ff94bc;
    transform: translateX(15px) translateY(-90px);
}

.mobile {
    width: 257px;
    height: 349px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000,
}

.btn-download_token {
    text-align: center;
    position: relative;
    margin-top: -50px;
}

.btn-download_token button {
    background: #ff94bc;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 20px;
    text-align: center;
}

.btn-download_token button span {
    display: block;
    font-size: 16px;
    font-family: azo-bold;
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.catalog-list .row {
    margin-left: -5px;
    margin-right: -5px;
}

.catalog-list_item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 25px;
}

.catalog-img-thumb {
    border: 1px solid #ff94bc;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.catalog-img-thumb img {
    display: block;
}

.catalog-img-thumb .catalog-card_name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 5px 5px;
    background: rgb(0 0 0 / 70%);
}

.catalog-img-thumb .catalog-name {
    color: #fff;
    font-size: 12px;
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    white-space: pre-wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.catalog-list_item .btn-dw_catalog {
    background: #ff94bc;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 15px;
    text-align: center;
    font-size: 11px;
    width: 100%;
    box-sizing: border-box;
    text-transform: uppercase;
}

.btn-dw_catalog span {
    display: block;
}

.maintenance-wrap {
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    margin-top: -120px;
}

.maintenance-wrap .maintenance-img {
    width: 216px;
}

.quick-login {
    padding-top: 5px;
    margin-bottom: 40px;
    /*border-top: 1px solid #d7d7d7;*/
}

.quick-login p {
    margin-bottom: 15px;
}

.quick-login a {
    width: 80px;
    margin: 0 10px;
    height: 25px;
    border-radius: 20px;
    align-items: center;
    display: inline-block;
    align-items: center;
    padding: 7px 25px;
    border: 1px solid #ff94bc;
}

.quick-login a img {
    display: block;
}
.quick-login_method{
    display:none;
}
.toggleQuick{
    color:var(--pink-color);
    cursor:pointer;
    margin-bottom:10px;
    display:inline-block;
}
.toggleQuick .img-arr_bottom{
    margin-top:10px;
    transition:all ease-in-out .3s;
}
.toggleQuick.show .img-arr_bottom{
    transform: rotate(-180deg);
}
/*.banner-promotions {
    margin-top: 15px;
}*/
.navigation-panel .banner-promotions {
    margin-bottom: 10px;
}
.navigation-panel .banner-promotions a {
    padding: 0;
    margin: 20px 0 0;
    border: 0;
}
.navigation-panel .banner-promotions img:first-child {
    margin-bottom: 0;
}
.field-icon {
    float: right;
    margin-right: 27px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    width: 18px;
    height: 12px;
    cursor: pointer;
    background-image: url(https://myshowtime.world/images/v2/eye-b.png);
    background-size: cover;
    background-position: center;
}

.field-icon.eye-slash {
    background-image: url(https://myshowtime.world/images/v2/eye-a.png);
}
.showMore-token {
    text-align: center;
    /*margin-bottom: 25px;*/
}

.showMore-token span {
    display: inline-block;
    color: var(--pink-color);
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
    padding: 10px 20px 18px 20px;
    text-transform: uppercase;
    position:relative;
    cursor:pointer;
}

.payment-token_list {
    margin-top: 15px;
    overflow:hidden;
    max-height:415px;
    transition:all ease-in .5s;
}
.payment-token_list.showUp {
    max-height: 2315px;
}
.txtToken {
    background-image: url(/images/v2/arrow-more.png?v=2_r1hgRxMjsL2OllNtTzILJzEhI&v=I9ZOLhtgKWx8kRqjseIhUYrR7lY);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 18px;
    padding-bottom: 15px;
    transition: all ease-in .3s;
}
.txtToken.show-less{
    background-image: url(/images/v2/arrow-less.png?v=2_r1hgRxMjsL2OllNtTzILJzEhI&v=yOIppllnMARZU4jzMeY52o22Ufw);
}
/*.showMore-token span:before {
    content: 'Show More Token Options';
    background-image: url(/images/v2/arrow-more.png?v=2_r1hgRxMjsL2OllNtTzILJzEhI&v=I9ZOLhtgKWx8kRqjseIhUYrR7lY);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 18px;
    padding-bottom: 15px;
    transition: all ease-in .3s;
}
.showMore-token span.showLess:before {
    content: 'Show Less';
    background-image: url(/images/v2/arrow-less.png?v=2_r1hgRxMjsL2OllNtTzILJzEhI&v=yOIppllnMARZU4jzMeY52o22Ufw);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 18px;
    padding-bottom: 15px;
    transition: all ease-in .3s;
}*/
.payment-top_wrap {
    padding-top: 15px;
}

.payment-top_wrap p,
.payment-top_wrap h2 {
    text-align: center;
}

.payment-top_wrap .title-section {
    font-family: azo-bold;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 6px;
    color: var(--pink-color);
}

.payment-top_wrap p {
    font-size: 16px;
}

.token-wrap {
    background: #e1e1e1;
    margin-bottom: 24px;
    border-radius: 40px;
    position: relative;
    display: flex;
    width: 95%;
    cursor: pointer;
    align-items: center;
}

.token-wrap.selected {
    background: #ffdce9;
    transition: all ease-in-out .3s;
}

.token-wrap:after {
    content: '○';
    color: #c1c1c1;
    position: absolute;
    right: -50px;
    top: 18px;
    line-height: 20px;
    font-size: 40px;

}

.token-wrap.selected:after {
    content: '⦿';
    color: #ea4187;
    line-height: 20px;
    font-size: 24px;
}

.token-wrap .token_val {
    color: #bab9b9;
    margin-left: 15px;
    transition: all ease-in-out .3s;
}

.token-wrap.selected .token_val {
    color: #fd88b4;
}

.token-wrap .token_val h3 {
    font-family: azo-bold;
    font-size: 24px;
    padding-top: 4px;
    margin-bottom: 4px;
    transition: all ease-in-out .3s;
}

.token-wrap.selected .token_val h3 {
    color: #ea4187;
}

.token-wrap .coin-col {
    border: 6px solid #adadad;
    border-radius: 50%;
    position: relative;
    transition: all ease-in-out .3s;
}

.token-wrap.selected .coin-col {
    border: 6px solid #ea4187;
}

.token-wrap .coin-col img {
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all ease-in-out .3s;
}

.token-wrap.selected .coin-col img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.coin-col .number {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.coin-col .number span {
    display: inline-block;
    font-family: azo-bold;
    font-size: 14px;
    position: relative;
    color: #fff;
    z-index: 2;
    width: 21px;
}

/*.coin-col .number span:nth-child(1){
    margin-right:6px;
}
.coin-col .number span:nth-child(2){
    margin-left:6px;
}*/
.coin-col .number span.pink:before {
    content: '';
    width: 18px;
    height: 18px;
    top: -6px;
    left: 0px;
    border-radius: 4px;
    position: absolute;
    background: #999;
    border: 2px solid #b7b7b7;
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    z-index: -1;
}

.coin-col .number span.yell:before {
    content: '';
    width: 18px;
    height: 18px;
    top: -6px;
    left: 0px;
    border-radius: 4px;
    position: absolute;
    background: #999;
    border: 2px solid #b7b7b7;
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    z-index: -1;
}

.selected .coin-col .number span.pink:before {
    background: #ff68a1;
    border: 2px solid #ffb0ce;
}

.selected .coin-col .number span.yell:before {
    background: #f46711;
    border: 2px solid #fbaf5d;
}

.payment-methode {
    margin-top: 15px;
}

.dana-payment h3,
.payment-methode h3 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: var(--pink-color);
}

.payment-methode h3{
    cursor:pointer;
}

.payment-methode_choice {
    text-align: center;
    margin-top: 15px;
}

.payment-methode_choice img {
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid var(--white-color);
}

.payment-methode_choice img.selected {
    border: 2px solid var(--pink-color);
    border-radius: 16px;
}

.dana-payment {
    margin-top: 20px;
}

.dana-payment .input-number {
    border: 1px solid #e1e1e1;
    width: 62%;
    margin: 10px auto 0 auto;
    padding: 10px 15px;
    border-radius: 10px;
}

.dana-payment .input-number span {
    color: var(--pink-color);
    font-family: azo-bold;
    font-size: 18px;
    width: 12%;
    display: inline-block;
}

.dana-payment .input-number input {
    border: 0;
    font-family: azo-bold;
    font-size: 18px;
    width: 85%;
    color: var(--pink-color);
}

.payment-number {
    border: 1px solid #a1a1a1;
    width: 90%;
    height: 44px;
    border-radius: 10px;
    text-align: left;
    margin: 0 auto;
    display:flex;
    align-items:center;
}
.payment-number span{
    font-weight:bold;
    font-size:18px;
    color:#ff95bd;
    padding:0 10px;
}
.payment-number input{
    border:0;
    font-family:azo-bold;
    font-size:16px;
    outline:none;
    width:85%;
    color:#ff95bd;
}

.input-number input::placeholder {
    color: #e1e1e1;
}

.confirm-btn {
    margin-top: 15px;
    margin-bottom: 35px;
    text-align: center;
    padding: 0 8px;
}
.confirm-btn p{
    margin-bottom:20px;
}
.confirm-btn button {
    border: 1px solid #e1e1e1;
    background: var(--pink-color);
    width: 65%;
    font-family: azo-bold;
    font-size: 18px;
    color: var(--white-color);
    border-radius: 30px;
    padding: 12px 0;
    cursor: pointer;
    transition: all ease-in-out .2s;
}

.confirm-btn button:hover {
    background: var(--pink-color);
    color: var(--white-color);
    border: 1px solid var(--pink-color);
}

.form-wrap {
    width: 68%;
    margin: 15px auto 0 auto;
}

.form-wrap .hidden-content {
    color: var(--black-color);
    text-align: left;
    margin-bottom: 15px;
    line-height: 20px;
}

.form-wrap .hidden-content ol {
    list-style: decimal;
    margin-left: 18px;
}

.token-result_wrap {
    display: flex;
    font-size: 16px;
    font-family: azo-bold;
    line-height: 24px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.token-result_wrap .animation-Coin {
    width: 250px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.token-result_wrap .pink-text {
    color: var(--pink-color);
    font-size: 18px;
}

.token-result_wrap strong {
    font-size: 18px;

}

.redirect-timer {
    font-family: azo;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
}

.redirect-timer span {
    color: var(--pink-color);
    font-family: azo-bold;
}


.hidden {
    display: none;
}

.info-bar {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 6px 8px;
    text-transform: capitalize;
    border-radius: 4px;
    font-size: 10px;
}

.info-bar.on {
    background: #00FF00;
    color: #333;
}

.info-bar.end {
    background: #FF0000;
    color: #fff;
}


.modal.fade.in .lab-modal-body {
    bottom: 0;
    opacity: 1;
}

#lab-slide-bottom-popup {
    z-index: 15;
    background: rgba(0, 0, 0, 0.7);
}

.lab-modal-body {
    position: absolute;
    bottom: -250px;
    margin: 0 0 0 -300px;
    width: 600px;
    left: 50%;
    height: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.modal-content_cs {
    background: #fff;
    height: 450px;
    overflow-y: auto;
    padding: 15px;
}

.close {
    margin-top: -5px;
    text-shadow: 0 1px 0 #ffffff;
}

.popup-button {
    margin-top: 70px;
}

.modal-cosplayer_detail {
}

.lab-modal-body {
    height: 90%;
}

.lab-modal-body .modal-head {
    background: var(--pink-color);
    color: var(--white-color);
    padding: 10px 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    border-radius: 10px 10px 0 0;
}

.lab-modal-body .modal-head span {
    font-size: 14px;
}

.lab-modal-body .modal-head button {
    position: absolute;
    right: 5px;
    top: 7px;
    color: #fff;
    text-align: center;
    line-height: 17px;
    font-family: Azo;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
    cursor: pointer;
}

.big-photo {
    margin-bottom: 15px;
}

.big-photo .slick-slide a {
    display: block;
    border-radius: 10px;
    border: 1px solid var(--pink-color);
}

.big-photo .slick-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none;
    /*background-image: url('/images/v2/placeholder.jpg?v=pkbPscngLBrVMhDUOIQbYxTMZhg');*/
    min-width: 300px;
    min-height: 200px;
}

.small-photo .slick-slide, .big-photo .slick-slide {
    border-radius: 10px;
    margin-top: 0;
    overflow: hidden;
    padding-right: 2px;
    /*border: 1px solid var(--pink-color);*/
}

.small-photo .slick-slide img,
.big-photo .slick-slide img {
    margin: 0 auto;
}

.big-photo .slick-slide img {
    /*max-height: 300px;*/
    max-height: 204px;
}

.small-photo .slick-slide {
    margin: 0 4px;
    border-radius: 10px;
    background: #000;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: none;
    /*background-image: url('/images/v2/placeholder.jpg?v=pkbPscngLBrVMhDUOIQbYxTMZhg');*/
    min-width: 76px;
    min-height: 35px;
}

.small-photo .slick-slide img {
    opacity: .4;
    max-height: 70px;
    transition: all ease .2s;
}

.small-photo .slick-slide.slick-current img {
    opacity: .9;
}

.small-photo .slick-slide .secretQty {
    color: var(--white-color);
    font-weight: 600;
    font-size: 30px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff95bd;
}

.modal_cs_detil {
    font-size: 15px;
}

.modal_cs_name {
    color: var(--pink-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 15px;
    text-transform: uppercase;
}

.modal_cs_name strong {
    display: block;
    font-size: 20px;
}

.modal_cs_short_desc {
    line-height: 20px;
    margin-top: 5px;
}

.modal_cs_short_desc p {
    margin-bottom: 6px;
}

.modal_cs_info {
    margin-top: 10px;
    padding: 10px 0 25px 0;
    line-height: 24px;
    border-top: 1px solid var(--grey-color);
    border-bottom: 1px solid var(--grey-color);
}

.modal_cs_info span {
    display: inline-block;
}

.modal_cs_info span.col_s {
    width: 150px;
}

.modal_cs_dw {
    text-align: center;
    margin-top: -15px;
}

.modal_cs_dw_btn {
    width: 40%;
    display: inline-block;
}

.catalog-token div {
    display: flex;
    align-items: center;
}

.catalog-token_val {
    background: var(--white-color);
    border-radius: 24px 0 0 24px;
    font-size: 26px;
    font-weight: 600;
    color: var(--pink-color);
    border: 1px solid var(--pink-color);
    border-right: 0;
}

.catalog-token_val span {
    font-size: 16px;
    display: inline-block;
    padding-left: 8px;
}

.catalog-token_val img {
    height: 45px;
    width: auto;
    margin-right: 10px;
}

.catalog-token_link {
    background: var(--pink-color);
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    width: 60%;
    line-height: 17px;
    color: var(--white-color);
    border-radius: 0px 24px 24px 0px;
}

.catalog-token_link span {
    display: block;
}

.catalog-token_link img {
    margin-right: 10px;
    cursor: pointer;
    border-top: 1px solid var(--pink-color);
    border-bottom: 1px solid var(--pink-color);
}

.lab-modal-body .catalog-token {
    margin-bottom: 10px;
    margin-top: 0;
    display:flex;
    flex-shrink: 0;
    font-size: 12px;
    padding: 0 10px;
    text-align:center;
    justify-content:center;
}

img.img-responsive.secret-item {
    filter: blur(5px);
}

span.secretQty {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-cosplay-detail-catalog {
    display: table;
    width: auto;
    position: relative;
    width: 50%;
}

.video-cosplay-detail-catalog {
    margin-top: 15px;
    position: relative;
}

.video-cosplay-detail-catalog video {
    width: 100%;
    max-height: 300px;
    display: block;
    border-radius: 10px;
}

.limit-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.limit-content div {
    font-family: Azo;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    /*-webkit-text-stroke-width: 0.5px;
-webkit-text-stroke-color: var(--pink-color);*/
    /*		text-shadow: -2px -2px 0 #fd2d7b, 2px -2px 0 #fd2d7b, -2px 2px 0 #fd2d7b, 2px 2px 0 #fd2d7b;*/
}

.limit-content button {
    background: rgb(217, 217, 217);
    background: linear-gradient(0deg, rgba(217, 217, 217, 1) 0%, rgba(251, 251, 251, 1) 0%, rgba(247, 70, 137, 1) 0%, rgb(197, 15, 84) 50%, rgba(247, 70, 137, 1) 100%);
    color: var(--white-color);
    font-family: Azo;
    font-weight: 600;
    font-size: 26px;
    margin-top: 15px;
    cursor: pointer;
    border-radius: 30px;
    padding: 7px 25px 4px 25px;
    border: 1px solid #f74689;
}

.limit-content button img {
    display: inline-block;
    width: 25px;
    vertical-align: text-top;
}
.icon-mail{
    position:relative;
}
.icon-mail:after {
    content:'';
    background:#ff0000;
    width:7px;
    height:7px;
    border-radius:50%;
    position:absolute;
    top: -2px;
    right: -3px;
}
.portrait-video_wrap{
    position:relative;
}
#video-source {
    width: 100%;
    height: auto;
    display:block;
}
#btn-play {
    position:absolute;
    width:100px;
    height:100px;
    margin-top:-50px;
    margin-left:-50px;
    top:50%;
    left:50%;
    cursor:pointer;
}
.votes-info_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    text-align:center;
}
.votes-info {
    background: var(--pink-color);
    padding: 8px 15px 6px 15px;
    border-radius: 8px 8px 0 0;
    color: var(--white-color);
    font-family: azo-bold;
    font-size: 24px;
    display: inline-block;
    letter-spacing: 1px;
    border-top: 1px solid #e16292;
    border-left: 1px solid #e16292;
    border-right: 1px solid #e16292;
}
.votes-info img{
    width:40px;
    height:auto;
    margin-right:10px;
    vertical-align:middle;
}
.name-cosplayer h2{
    font-family:azo-bold;
    font-size:34px;
    color:var(--pink-color);
    margin-bottom:8px;
}
.name-cosplayer span {
    font-size: 18px;
    font-family: azo-bold;
    color: var(--black-color);
}
.detail-video {
    display: flex;
    margin-top: 15px;
}
.comment-cosplayer {
    margin-left: auto;
    display: flex;
    font-family: azo-bold;
}
.comment-cosplayer .voter{
    margin-right:20px;
}
.comment-cosplayer .comment{
    cursor:pointer;
}
.comment-cosplayer .comment,
.comment-cosplayer .voter{
    text-align:center;
    font-family:azo-bold;
    color: var(--pink-color);
}
.comment-cosplayer .comment strong,
.comment-cosplayer .voter strong{
    display:block;
}
.comment-cosplayer .comment img,
.comment-cosplayer .voter img{
    height:30px;
    width:auto;
}
.comment-cosplayer .comment span,
.comment-cosplayer .voter span{
    font-size:10px;
    font-family:azo;
}
.btn-support_lunar{
    width:100%;
    text-align:center;
    margin:15px 0;
}
.btn-support_lunar button{
    color:var(--white-color);
    background:var(--pink-color);
    border-radius:10px;
    font-family:azo-bold;
    font-size:30px;
    padding:8px 20px;
    border:0;
    cursor:pointer;
    line-height:43px;
    transition:all ease-in-out .2s;
    border-bottom:3px solid #ff629d;
}
.btn-support_lunar img{
    vertical-align:middle;
    width:40px;
    margin-right:20px;
}
.btn-support_lunar img.btn-dw_content{
    width:290px;
    margin-right:0;
    cursor:pointer;
}
.btn-support_lunar button:hover{
    border-bottom:1px solid #ff629d;
}
.opacity{
    background:rgba(0,0,0,0.8);
    position:fixed;
    display:none;
    opacity:0;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:6;
    transition:all ease-in-out .6s;
}
.opacity.show{
    display:block;
    opacity:1;
}
.commentWrap{
    position:fixed;
    bottom:0;
    left:50%;
    width:700px;
    margin-left:-350px;
    background:#fff;
    border-radius:8px 8px 0 0;
    overflow:hidden;
    height:0px;
    z-index:7;
    transition:all ease-in-out .3s;
}
.commentWrap.show {
    height:80%;
}
.commentWrap h2{
    background:var(--pink-color);
    color:var(--white-color);
    font-family:azo-bold;
    font-size:18px;
    padding:10px 0;
    position:relative;
    text-align:center;
    border-radius:8px 8px 0 0;
}
.commentWrap h2 .hide-comments{
    position:absolute;
    right: 8px;
    top: 10px;
    width: 18px;
    cursor:pointer;
}
.comment-list{
    display:flex;
    padding:0 15px;
    margin:10px 0;
}
.comment-list .img-user{
    flex: 0 0 60px;
    width:60px;
    height:60px;
    margin-right:10px;
    border-radius:50%;
    background:#e1e1e1;
    border:1px solid #e1e1e1;
}
.comment-list .img-user img{
    width:100%;
}
.comments-text .comments {
    background: #ebebeb;
    border-radius: 6px;
    padding: 10px;
    color: var(--black-color);
    font-family: azo-bold;
    word-wrap: break-word;
    display: inline-block;
    max-width: 565px;
}
.comments-text .comments p{
    line-height:20px;
}
.comments-text .comments h3{
    font-size:16px;
    margin-bottom:8px;
    color:var(--pink-color);
}
.comments-text .time {
    font-size: 10px;
    color: #8d8d8d;
    display:inline-block;
    margin-left:10px;
}
.comment-form {
    display: flex;
    padding: 0 15px;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 0px;
    padding:15px ;
    background:#fff;
}
.comment-form button{
    margin-left:auto;
    background:transparent;
    border:none;
    padding-right:0;
    cursor:pointer;
}
.comment-form button img{
    width:32px;
}
.comment-form textarea{
    width:84%;
    resize:none;
    font-family:azo;
    padding:10px 20px;
    border-radius:30px;
    border:2px solid var(--pink-color);
}
.commentContainer{
    height:100%;
    overflow-y:auto;
}
.empty{
    height:120px;
    width:100%;
}
.lunar-fest2 .swal2-close,
.lunar-fest .swal2-close {
    background-color: #fff;
    width: 20px;
    height: 20px;
    color: #ff94bc;
    font-size: 1.5em;
    border-radius: 50px;
    top: 10px;
    right: 10px;
}
.lunar-fest2 .swal2-close:hover,
.lunar-fest .swal2-close:hover{
    background-color: #fff;
    color: #000;
}
.lunar-fest2 .swal2-title,
.lunar-fest .swal2-title{
    font-family:azo-bold;
}
.lunar-fest2 .swal2-html-container,
.lunar-fest .swal2-html-container {
    font-family: azo-bold;
    font-size:18px;
    color:#000;
}
.lunar-fest2 .swal2-html-container p,
.lunar-fest .swal2-html-container p{
    font-size: 14px;
}
.lunar-fest .swal2-html-container strong{
    display:block;
    color:#ff94bc;
    margin-top:10px;
}
.lunar-fest2 .swal2-html-container strong{
    color:#ff94bc;
}
.lunar-fest2 .swal2-styled.swal2-confirm,
.lunar-fest .swal2-styled.swal2-confirm {
    font-family: azo-bold;
    width:60%;
    margin-top:20px;
}
.lunar-fest2 .swal2-styled.swal2-confirm:focus,
.lunar-fest .swal2-styled.swal2-confirm:focus{
    outline:none;
}

.lunar-success_page .img-thumb{
    text-align:center;
    padding-top:30px;
}
.lunar-success_page .img-thumb img{
    width:30%;
}
.lunar-success_page .success-text{
    font-size:20px;
    font-family:azo-bold;
    text-transform:uppercase;
    margin-top:30px;
    margin-bottom:20px;
}
.lunar-success_page .success-text h2{
    color:#ff94bc;
    font-size:30px;
    margin-top:10px;
}
.thumb-cosplayer_wrap{
    text-align:center;
    margin:0 auto;
    position:relative;
}
.thumb-cosplayer_wrap .thumb-cosplayer{
    position:absolute;
    top:10px;
    left:26px;
    width:90%;
    z-index:-1;
    /*    -webkit-mask-image: url('/images/cny/frame_mask.png?v=cm0DLUT5HseFVpR0Wc7qSEEvL3g');
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;*/
}
.loginCP-wrap {
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    background-image:url(../images/v2/bg-loginCP.png?v=n5lE9o4_jjZo-aDW06SjrBXQZ9U);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:top center;
}
.loginCP-wrap .account-page{
    margin:0;
}
.loginCP-wrap .account-page h2{
    margin:0 0 10px;
    padding:0;
    color:#000;
    font-size:28px;
    font-family:azo-bold;
}
.loginCP-wrap .account-page h2 span{
    color:#ff95bd;
}
.btnCp-wrap {
    margin-top:40px;
    width:70%;
    position:relative;
    left:50%;
    transform:translate(-50%);
}
/*new*/
.success-wrap {
    margin-top: 15%;
}
.btn-successCP {
    font-family: azo-bold;
    padding: 4%;
    margin-top: 5%;
    width: 80%;
    height: 30%;
    color: white;
    font-size: 22px;
    border: none;
    background: #ff95bd;
    border-radius: 10px;
}
.success-wrap h3.text-success1 {
    font-size: 19px;
    font-family: azo-bold;
    margin-bottom: 10px;
}
.success-wrap h3.text-success2 {
    color: #ff95bd;
    font-size: 27px;
    font-family: azo-bold;
}

.success-wrap h5.text-success3 {
    font-size: 15px;
    font-family: azo-bold;
    margin-top: 8%;
    margin-bottom: 3%;
}
.success-wrap h5.text-success4 {
    color: #ff95bd;
    margin-bottom: 3%;
    font-family: azo-bold;
}
.success-wrap h5.text-success5 {
    font-family: azo-bold;
}
.success-wrap h5.text-success6 a{
    color: #ff95bd;
    margin-top: 10%;
    font-size: 15px;
    font-family: azo-bold;
}
span.text-btn-success1 {
    font-size: 19px;
}
span.text-btn-success2 {
    font-size: 25px;
}
/*end new*/
.btnCp-wrap h3 {
    font-size: 22px;
    font-family: azo-bold;
    margin-bottom: 10px;
}
.btnCp-wrap h3:nth-child(2){
    color:#ff95bd;
}
.btnCp-wrap .img-btn{
    margin-top:20px;
    display: flex;
    flex-direction: column;
}
.btnCp-wrap .img-btn img{
    margin-bottom:15px;
    cursor:pointer;
}
.btnCp-wrap .text-Ctn{
    line-height:24px;
    font-size:16px;
    font-weight:600;
    margin-top:15px;
}
.btnCp-wrap h5{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin:20px 0;
}

.regist-type_wrap .reg-tooltips {
    position: relative;
}
.regist-type_wrap .reg-tooltips:first-child {
    margin-top:15px;
}
.reg-tooltips_btn{
    margin-bottom:15px;
}

.regist-type_wrap .toolIcon {
    position: absolute;
    right: 10px;
    top: 15px;
    cursor:pointer;
}
.tooltip-wrap {
    /*position: absolute;
    top: 15px;
    right: 7px;
    width: 14px;
    height: 14px;
    background: #ff0000;
    border-radius:50%;*/
    top:unset !important;
}
.reg-tooltips .field-icon{
    margin-right:33px;
}
.reg-tooltips .tooltip-text {
    position: relative;
    font-size: 9px;
    color: #e00;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 11px;
    line-height: 14px;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    letter-spacing: .5px;
}
.reg-tooltips.show{
    margin-bottom:10px;
}
.reg-tooltips.show .tooltip-text {
    transition: all ease-in .2s;
    opacity: 1;
    margin-top: 5px;
    padding: 5px 20px;
    border: 1px solid #e00;
    max-height: 500px;
}
.reg-tooltips.typeCheck .toolIcon{
    display:none;
}
.reg-tooltips.typeCheck:after {
    content: '✓';
    right: 10px;
    top: 14px;
    position: absolute;
    font-size: 13px;
    color: #fff;
    background: #33C572;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    padding: 2px;
}
/*.tooltip-wrap:before{
    content:'!';
    position:absolute;
    top: 2px;
    left: 6px;
    font-size:12px;
    color:#fff; 
    font-family:azo-bold;
    font-weight:bold;
}*/
.tooltip-wrap.typeCheck {
    background: #33C572;
    position:relative;
}
.tooltip-wrap.typeCheck:before {
    content: '✓';
    right: 10px;
    top: 6px;
    position: absolute;
    font-size: 13px;
    color: #fff;
    background: #33C572;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    text-align: center;
    padding: 2px;
}
.tooltip-wrap .tooltip-text {
    visibility: hidden;
    max-width: 340px;
    min-width: 340px;
    border:1px solid #ff94bc;
    background-color: #fff;
    color: #ff0000;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 2;
    bottom: 25px;
    right: 0px;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size:12px;
    text-align:left;
    text-transform:none;
    font-weight:bold;
}

.tooltip-wrap .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 2px;
    border-width: 5px;
    border-style: solid;
    border-color: #f00 transparent transparent transparent;
}

/*.tooltip-wrap:hover .tooltip-text {*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/
.open-tooltip{
    visibility: visible !important;
    opacity: 1 !important;
}
.tooltip-text .closeTip {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    color: #000;
}
.contentCreator_wrap {
    background: #ffe8f2;
    padding: 30px 15px 20px 15px;
}
.contentCreator_wrap h2{
    font-family:azo-bold;
    font-size:20px;
    text-align:center;
    color:#ff94bc;
    margin-bottom:30px;
}

.bg-contentCreate {
    background: #fff;
    padding: 15px 0;
    border-radius: 6px;
    margin-bottom:15px;
    box-shadow: 0px 0px 3px #dadada;
}

.contentCreate_list {
    text-align: left;
    margin-top: 0px;
}
.contentCreate_list h3{
    font-weight:700;
    color:#ff94bc;
    font-size:16px;
    margin-bottom:6px;
}
.contentCreate_list h5{
    font-weight:700;
    color:#ff94bc;
    padding-left:15px;
}
.contentCreate_list h5 img{
    /*vertical-align: middle;*/
    cursor: pointer;
    width: 14px;
    position:relative;
    top: 2px;
}
.contentCreate_list .profile-info_photo {
    border: 2px solid #ff94bc;
    width: 100px;
    height:100px;
    position:relative;
    border-radius:50%;
    margin:0 auto;
}
#profile-picture {
    display:block;
}
.contentCreate_list .change-photo {
    width: 18px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right:-10px;
    padding: 6px;
    background: #ff95bd;
    border-radius:5px;
}
.contentCreate{
    position:relative;
    margin-top:20px;
}
.phnBer{
    display:flex;
    flex-direction:row;
}
.phnBer .formWrap:nth-child(1){
    margin-right:15px;
    width:20%;
    padding-left:20px;
}
.contentCreate .formWrap {
    border: 1px solid #ff94bc;
    border-radius: 20px;
    padding: 4px 6px;
    display: flex;
    width:100%;
    position:relative;
    box-sizing:border-box
}
.contentCreate .formWrap .field-icon{
    margin-right:5px;
    margin-top:9px;
}
.contentCreate .formWrap.checked:after{
    content:'✓';
    top: 12px;
    right: 11px;
    font-size: 9px;
    font-weight: bold;
    position: absolute;
    background: #33C572;
    width: 14px;
    height: 11px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 3px;
}
.formWrap input {
    color: #444;
    border:none;
    font-size:16px;
    font-family: azo-bold;
    padding: 6px 15px;
    margin-left:2px;
    width:100%;
    box-sizing: border-box;
}

.formWrap textarea {
    color: #444;
    border:none;
    font-size:16px;
    font-family: azo-bold;
    padding: 6px 15px;
    margin-left:2px;
    width:100%;
    box-sizing: border-box;
}
.contentCreate .btnVerify {
    margin-left: auto;
    font-size: 10px;
    color: #fff;
    background: #ff94bc;
    border: none;
    font-weight: 700;
    padding: 5px 8px;
    border-radius: 20px;
    width: 90px;
    cursor:pointer;
}

.contentCreate select {
    outline: none;
    background: #fff;
    border: none;
    margin: auto;
    color: #444;
    padding: 6px 15px;
    font-size: 16px;
    font-family: azo-bold;
    width:100%;
}
.contentCreate .colBykBgt{
    display:flex;
}
.contentCreate .colBykBgt .colByk{
    margin:0 5px;
}
.contentCreate .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.contentCreate label {
    font-weight: 700;
    font-family:azo-bold;
    color: #fff;
    background: #ff94bc;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 20px;
    cursor:pointer;
    text-align:center;
}
.contentCreateBottom{
    font-weight:700;
    text-align:center;
    line-height:24px;
    margin-top:15px;
}
.contentCreateBottom a{
    color:#ff94bc;
}
.contentCreateBottom .btn-submit_content{
    background:#ff94bc;
    color:#ffffff;
    font-family:azo-bold;
    border:0;
    margin-top:15px;
    cursor:pointer;
    font-size:16px;
    border-radius:6px;
    padding:6px 20px;
}
.toolTipsCreator {
    color: #f00;
    font-size: 12px;
    border-radius:4px;
    width:93%;
    transition:all ease-out .2s;
    max-height:0px;
    overflow:hidden;
    position:relative;
    margin:0 auto 10px  auto;
}
.toolTipsCreator span{
    position:absolute;
    right: 2px;
    top: 1px;
}
.show .toolTipsCreator {
    border: 1px solid #f00;
    max-height: 1000px;
    padding: 8px;
    margin-top:8px;
}
.closeX{
    cursor:pointer;
}
.IdCardPreview{
    width:250px;
    height:auto;
}
.formWrap .codeAreaEdt{
    top: 4px;
}
.codeAreaEdt {
    font-weight: 700;
    color: #ff94bc;
    text-align: left;
    position: absolute;
    top: 0px;
    left: 20px;
    align-items: center;
}
.codeAreaEdt .EdtArea {
    font-weight: 700;
    color: #ff94bc;
    padding: 0;
    width: 38px;
    text-align:left;
}
.codeAreaEdt span{
    padding-top:2px;
}
.codeAreaEdt select{
    width:15px;
    position: relative;
    right: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.categoryField{
    display:flex;
}
.categoryField .formWrap:nth-child(1) {
    width: 91%;
}
.categoryField .addField{
    margin-left: auto;
    font-weight: 700;
    font-family: 'azo-bold';
    font-size: 26px;
    background: #fff;
    border: 1px solid #ff94bc;
    color: #ff94bc;
    border-radius: 6px;
    padding: 0 10px;
    cursor: pointer;
}
#codeCountry {
    font-weight: 700;
    color: #ff94bc;
    padding: 8px 0;
    width: 40px;
    text-align: center;
    font-family:azo-bold;
}
#codeCountry:active,
#codeCountry:focus,
#codeCountry:hover{
    box-shadow:inset 1px 1px 3px #bdbdbd;
    border-radius:6px;
}
#fieldAdditional .formWrap {
    margin-top: 10px;
}

#modalCountry .modal-content {
    width:50%;
}
#modalCountry .selectCountry {
    text-align: left;
    max-height: 300px;
    overflow: auto;
}
.selectCountry li {
    padding: 8px 0;
    cursor:pointer;
    border-bottom: 1px solid #f1f1f1;
}
.selectCountry li:hover{
    color:#ff94bc;
}
.selectCountry li span {
    display:inline-block;
    width:45px;
    margin-right:10px;
}
#modalCountry .formSearch{
    margin-bottom:15px;
}
#modalCountry .formSearch input {
    width: 100%;
    padding: 10px 15px;
    font-family: azo;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid var(--pink-color);
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    /* core styles should not be changed */
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width:200px !important;
}

.autocomplete-suggestion {
    position: relative;
    padding: 3px 0.6em;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--pink-color);
    font-family: 'azo';
}

.autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6;
}

.autocomplete-suggestion.selected {
    background: #f0f0f0;
}

.contentCreate-older {
    color: var(--pink-color);
    text-align: center;
    padding: 15px 0 10px 0;
}
.contentCreate-older input{
    border:1px solid #ff94bc;
    position: relative;
    top: 2px;
}
.ipt-otp_code {
    display: block;
    width: 100%;
    margin: 0 auto;
    border: 1px solid var(--pink-color);
    padding: 6px 15px;
    box-sizing: border-box;
    border-radius: 30px;
    outline: none;
    text-align: center;
    font-family: azo;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 20px;
    text-indent: 20px;
    color: var(--pink-color);
}
a.x-sign-out {
    font-size: 16px;
    font-weight: 600;
    color: #363636;
    padding: 12px 0;
    display: flex;
    align-items: center;
    height: 25px;
    font-family: azo-bold;
}
img.x-sign-out {
    width: 22px;
    height: auto;
    margin-left: auto;
}
.fancybox-button--thumbs,
.fancybox-button--play,
.fancybox-button--zoom {
    display: none !important;
}

.ui-autocomplete {
    width: 44% !important;
    padding: 15px;
    background: #f1f1f1;
}

.ui-autocomplete li {
    margin-bottom: 12px;
    cursor: pointer;
    /*color:var(--pink-color);*/
}

.purchase-content {
    text-align: center;
    padding-top: 30px;
}
.purchase-content .logo{
    margin-bottom:40px;
}
.purchase-content span.pinky {
    color: var(--pink-color);
}
.purchase-content span.block {
    display:block;
}
.purchase-content .logo img {
    width: 180px;
}
.purchase-content .contentName p{
    font-size:24px;
    font-weight:700;
    margin-bottom:25px;
    line-height:22px;
}
.purchase-content .contentName p small{
    font-size:14px;
}
.contentName .charact{
    margin-top:15px;
    display:inline-block;
}
.spart {
    margin-right: -15px;
    margin-left: -15px;
}
.contentCarousel .slick-slide{
    margin:0;
}
.contentCarousel .slick-slide img{
    transform: scale(1, 0.8);
    transition:all ease-in .2s;
    box-shadow:0px 3px 10px #000000;

}
.contentCarousel .slick-slide.slick-active img{
    transform: scale(1);
    border-radius:8px;
}
.contentCarousel .slick-list {
    padding-bottom: 15px !important;
}
.paymentField .iptPayment {
    border: 1px solid var(--pink-color);
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 10%);
    border-radius: 5px;
    height: 40px;
    font-size: 16px;
    width: 80%;
    box-sizing:border-box;
    font-family: azo-bold;
    text-align: center;
}
.paymentField {

}
.paymentField h3 {
    font-size: 24px;
    font-family: azo-bold;
    text-align: center;
    margin-top:20px;
}
.paymentField span {
    color: var(--pink-color);
}
.btn-purchase{
    width:80%;
    margin:0 auto;
}
.paymentChoice {
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    margin-top:20px;
    margin-bottom:20px;
    justify-content: center;
}
.paymentChoice .paymentImg{
    width:30%;
    cursor:pointer;
    margin:10px;
    transition:all ease-in-out .2s;
    background:#fff;
    box-sizing:border-box;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #9d9d9d;
}
.paymentChoice .paymentImg img{
    display:block;
}
.paymentChoice .paymentImg.active{
    border:2px solid var(--pink-color);
}
.contentImg{
    width:70%;
    margin:0 auto 20px auto;
}
.contentImg .item{
    margin-bottom:20px;
}
.contentImg p{
    margin-bottom:20px;
}
.contentImg .item img{
    border-radius:10px;
    box-shadow:0px 0px 5px #000000;
}
.account-page.change-password h2 {
    margin-top:15px;
}
.change-password .regist-type_wrap {
    border: 0;
    margin: 0;
}
.regist-type_wrap .change-password-cp{
    padding:0;
}
.img-logo_account {
    width: 180px;
}
.change-password .regist-type_wrap p {
    font-size: 16px;
    margin: 15px 0;
    line-height: 22px;
    font-family: azo;
}
.change-password .regist-type_wrap button {
    font-size: 22px;
    font-family: azo-bold;
    padding: 10px 20px;
}
.new-footer{
    position:relative;

}
.footer-account {
    padding: 0px;
    margin-bottom:15px;
    display: flex;
    flex-direction: column;
}
.footer-account .col{
    display:flex;
}
.footer-account .col:first-child {
    display: inline-flex;
    text-align: start;
    position: relative;
    text-indent: 20px;
}

.sub-nav .select-lang:after {
    content: '';
    width: 15px;
    height: 17px;
    right: 20px;
    position: absolute;
    background-image: url(/images/v2/pink-tick.png?v=12njBwlD1pvQirFOAxf15t3gSOY&v=5pqjjbfht3bi78fFRVczn-GWXy0);
    background-position: center;
    background-size: cover;
}

.sub-nav .lang-nav {
    display: block;
    margin: 0px;
    padding:15px 0 14px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #a1a1a1;
    cursor: pointer;
    border-top: 1px solid #d7d7d7;
}

.sub-nav .lang-nav.select-lang {
    color: var(--pink-color);
}

.sub-nav .lang-nav img {
    width: 19px;
    margin-right: 5px;
    vertical-align: sub;
}

#side-nav.openNav {
    width: 35%;
}

.footer-account .col a:last-child{
    margin-left:auto;
}
.footer-account .col a:first-child {
    margin-right:auto;
}
.footer-account a{
    color:#ff94bc;
    font-size:16px;
    text-decoration:underline;
}

.slick-track {
    margin-left: unset;
    margin-right: unset;
}


.swal2-close {
    color: #fff !important;
    height: 0.9em !important;
}

.regist-type_wrap .col-xs-12 {
    padding: 0;
}
.btn-modal .btn-quit span {
    background: #ebebeb;
    display: inline-block;
    padding: 15px 10px;
    color: #a2a2a2;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    width: 150px;
}
.link-more img {
    max-width:100%;
}
.btn-modal .btn-quit span {
    background: #ebebeb;
    display: inline-block;
    padding: 15px 10px;
    color: #a2a2a2;
    font-size: 14px;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    width: 180px;
}

.country-payment_methode{
    text-align:center;
    margin-top:15px;
    margin-bottom:30px;
    position:relative;
}
.country-payment_methode .custom-select{
    top:15px;
    position:relative;
}
.country-payment_methode .custom-select select{
    cursor:pointer;
    background-color: #ffffff;
    border-radius: 8px;
    border:1px solid var(--pink-color);
}
.country-payment_methode .custom-select:after{
    width: 25px;
    height: 25px;
    border-radius:50%;
    top: 8px;
    right: 5px;
    line-height: 28px;
}

#event-luna-fantasia{
    width:640px;
    margin:0 auto;
    font-family:vagrun;
}
.luna-form-registration{
    background:url(../images/luna/bg-repeat.jpg?v=1RYoIU3JJEi0qmnUB598XxQnRGQ) bottom center repeat-x;
}
.form-select_cat{
    width:300px;
    margin:0 auto;
    padding:20px 0;
    text-align:center;
}
.form-select_cat h2{
    color:#0876d6;
    font-size:20px;
}
.form-select_cat p{
    margin:10px 0;
}
.form-select_cat input{
    background-color: #ebebeb;
    border: 1px #00aaf6 solid;
    width:100%;
    text-align:center;
    font-family:vagrun;
    font-size:16px;
    padding:7px 0;
    border-radius: 20px;
}
.form-select_cat button{
    color:#fff;
    font-family:vagrun;
    font-size:18px;
    width:100%;
    padding:7px 0;
    border:0;
    cursor:pointer;
    border-radius: 20px;
    background: rgb(8,118,214);
    background: linear-gradient(0deg, rgba(8,118,214,1) 0%, rgba(0,169,245,1) 100%);
}
.form-select_cat a{
    text-decoration:underline;
    color:#077cda;
    display:block;
    margin-top:15px;
}
.option-category {
    background-color: #ebebeb;
    border: 1px #00aaf6 solid;
    position: relative;
    background-image: url(../images/luna/icon-select.png?v=OFHWA3DkC_8PSBtyw_LvM88brFE);
    background-position: 268px 4px;
    background-size: 25px;
    background-repeat: no-repeat;
    height: 34px;
    width: 100%;
    margin-top: 15px;
    border-radius: 20px;
}
ul.select-cat {
    font-size: 16px;
}
/*ul.select-cat:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 6px;
    
}*/
ul.select-cat li {
    z-index: 2;
    padding:10px 0;
    font-size:16px;
    border-radius: 20px;
    margin-bottom:1px;
    cursor:pointer;
}

ul.select-cat li:not(.init) {
    display: none;
    background: #ebebeb;
    list-style: none;
    border: 1px #00aaf6 solid;
}

ul.select-cat li:not(.init):hover, ul.select-cat li.selected:not(.initinit) {
    background: #09f;
}

li.init {
    cursor: pointer;
    list-style: none;
}

.content-luna_reg{
    font-family:vagrun;
}
.content-luna_reg h4{
    font-weight:700;
    font-size:24px;
    margin-bottom:25px;
    color:#0876d6;
}
.content-luna_reg h4 img{
    width:9px;
}
.content-pop {
    text-align:left;
    max-height:240px;
    overflow-y:auto;
}
.content-pop ol{
    margin-left: 16px;
    margin-top:10px;
    font-size: 16px;
}
.content-pop ol li::marker{
    color: #0876d6;
}
.content-pop p{
    margin-bottom:10px;
    font-size:14px;
}
.content-pop h5{
    color:#0876d6 ;
    text-align:center;
    font-size:18px;
    margin-bottom:15px;
}
.content-pop span{
    color:#0876d6;
    display:block;
}
.modal-luna-register {
    width:500px;
    overflow:hidden;
    border:0;
}
.modal-luna-register #content-modal{
    margin-top:0;
}
.modal-luna-register .btn-modal button {
    background: #0876d6;
    font-family: 'vagrun';
    font-size: 17px;
}
.modal-luna-register .close{
    color:#0876d6;
    border: 1px solid #0876d6;
    border-radius: 50%;
    line-height: 19px;
    padding: 0 1px;
    right:5px;
}
.modal-luna-register .close:hover{
    color:#000;
}

.lunaValidation .swal2-header {
    font-family: vagrun;
    background: #00a9f5 !important;
}
.lunaValidation .swal2-styled.swal2-confirm {
    background: #00a9f5 !important;
}
#login-page .nav-back {
    position: absolute;
    top: 15px;
    left: 30px;
    margin-bottom:0;
}

#attentionPassword p{
    font-family:azo;
    line-height:26px;
}
.change-password-cp .field-icon {
    float: right;
    margin-right: 18px;
}

#modalAboutPromo .modal-content,
#modalForWinning .modal-content {
    position: relative;
    border: 0;
    width: 580px;
    box-shadow:unset;
    background-color: transparent;
}

#modalAboutPromo #content-modal,
#modalForWinning #content-modal {
    max-height: unset;
}

#modalAboutPromo .center-popup,
#modalForWinning .center-popup {
    align-items: flex-start;
}

#modalAboutPromo .close,
#modalForWinning .close {
    margin: 0;
    right: 26px;
    top: 28px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: normal;
    color: var(--pink-color);
    border: 1px solid var(--pink-color);
}

/* MSISDN - 1 */
* {
    box-sizing: border-box;
}


.lp-meo-msisdn-1 p {
    margin: 0;
}

.lp-meo-msisdn-1 .label-pin {
    font-size: 22px;
    margin-top: 6px;
}

.lp-meo-msisdn-2 h2,
.lp-meo-msisdn-1 h2 {
    font-size: 18px;
    font-family: azo-bold;
}

.lp-meo-msisdn-3 span,
.lp-meo-msisdn-2 span,
.lp-meo-msisdn-1 span {
    display: block;
}

.icon-folder {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

.icon-folder img {
    /* width:50%; */
    width: 25%;
    display: block;
}

.small-text {
    font-size: 16px;
    margin: 6px 0;
}

.form-input-boks {
    margin-top: 6px;
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.content-bottom button {
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    background: #FF94BC;
    cursor: pointer;
    padding: 4px 8px;
    width: 130px;
    font-weight: 700;
    border: 1px solid #FF94BC;
}

.fix-bottom-content .content-bottom {
    margin: 26px 0 0;
}

.footer-nav a {
    color: #fff;
    font-size: 12px;
}

.lp-meo-msisdn-3 .footer-nav a {
    color: #E82F75;
}

.lp-meo-msisdn-3 .content-bottom button,
.lp-meo-msisdn-3 .form-input-boks button,
.lp-meo-msisdn-2 .content-bottom button,
.lp-meo-msisdn-2 .form-input-boks button {
    background: #FF94BC;
    border-color: #FF94BC;
    color: #000;
    font-weight: 700;
}

.lp-meo-msisdn-2 .footer-nav a {
    color: #fff;
}


.lp-meo-msisdn-3 {
    background-image: url(/images/lp/BG-YKLN.png);
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    /*gap: 24px;*/
    line-height: normal;
    box-sizing: border-box;
    color: #000;
    height: 100dvh;
    position: relative;
}

.top-header-content h3 {
    font-family: azo-bold;
    font-size: 16px;
    margin-top: 16px;
}

.top-header-content {
    text-align: left;
}

.top-header-content img {
    margin-top: 16px;
    margin-left: 24px;
}

.bottom-content .form-input-boks input[type=number] {
    border-color: #fff;
}

.bottom-content .form-input-boks input[type=number]::placeholder {
    font-size: 13px;
}

.content-bottom p,
.form-input-boks p,
.lp-meo-top-content p,
.bottom-content p {
    margin: 0;
}

.copyright span {
    display: inline;
}

.lp-meo-top-content {
    font-weight: 700;
    color: #000;
    padding: 0 70px;
}

.lp-meo-top-content img {
    width: 340px;
    margin-bottom: 12px;
}

.pin-text {
    font-weight: 400;
}

.validation-text {
    color: #f00;
}


/* OTP 1 =============================================== */

.body-lp-meo-msisdn-1 {
    background-image: url(/images/lp/MST_MSISDN-Lynn-desktop_16x9.png?v=esGHbqrjvz6c0OnZwQ7XKDqNEQk);
    background-size: cover;
    background-color: #101010;
    height: 100vh;
}
.body-lp-meo-msisdn-3 .container,
.body-lp-meo-msisdn-2 .container,
.body-lp-meo-msisdn-1 .container {
    max-width:unset;
    width:100%;
    height:100%;
}
.body-lp-meo-msisdn-3 .container main,
.body-lp-meo-msisdn-2 .container main,
.body-lp-meo-msisdn-1 .container main{
    height:100%;
}
.lp-meo-msisdn-1 {
    display: flex;
    line-height: normal;
    padding: 3vh 0;
    height: 100%;
    align-items: center;
}

.meo-container {
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.main-content {
    display: flex;
    flex-direction: row;
    margin-top: 18px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.main-content p {
    font-size: 16px;
}

.main-content .box {
    width: 100%;
}

.img-title img {
    width: 400px;
    max-width:100%;
}

.form-input-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.form-input-box p {
    text-align: center;
    width: 80%;
}

.form-input-box input[type=number] {
    border-radius: 12px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    width: 80%;
}

.form-input-box .btn-coninuar {
    border-radius: 12px;
    height: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    background: #FF94BC;
    cursor: pointer;
    border: 1px solid #FF94BC;
    width: 80%;
}

.form-input-box .btn-cancelar-small {
    margin-top: 24px;
    border-radius: 8px;
    height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #FF94BC;
    cursor: pointer;
    padding: 0 24px;
    border: 1px solid #FF94BC;
}

.content-bottom {
    display: flex;
    font-size: 14px;
    margin-top: 8vh;
}

.content-bottom .box-grid {
    width: 100%;
}

.nav-bottom {
    text-align: right;
}

.nav-bottom a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    font-size: 14px;
    text-align: center;
}

.copyright span {
    display: inline;
}

.img-thumb {
    text-align: center;
}

.img-thumb img {
    width: 340px;
}

.mobile-view {
    display: none;
}

/* OTP 2 =============================================== */
.body-lp-meo-msisdn-2 {
    background-image: url(/images/lp/MST_Lynnn-blurred-B_9x16-desktop.jpg?v=JC2o9r0GW_Vnyb6ysA-OlAL2epM);
    background-size: cover;
    background-color: #101010;
    height: 100vh;
}
.body-lp-meo-msisdn-2 .container main{
    /*display:flex;
    align-items:center;*/
}
.lp-meo-msisdn-2 {
    background-image: unset;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.lp-meo-top-content {
    padding: 0;
}

.fix-bottom-content .center-content {
    max-width: 470px;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16vh;
}

.lp-meo-top-content img {
    width: 280px;
    margin-top: 20px;
}

.title-lp strong {
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
}

.form-input-boks input[type=number] {
    border-radius: 30px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    margin: 0 auto;
}

.form-input-boks button {
    border-radius: 30px;
    height: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    background: #FF94BC;
    cursor: pointer;
    border: 1px solid #FF94BC;
    width: 100%;
    margin: 0 auto;
}

.fix-bottom-content .small-text {
    color: #fff;
    margin: 0;
}

.btn-cancelar-wrap button {
    padding: 4px 8px;
    width: 130px;
    height: unset;
    font-size: 14px;
}

.lp-meo-msisdn-2 .content-bottom,
.lp-meo-msisdn-2 .copyright {
    color: #fff;
}


/* OTP 3 =============================================== */
.body-lp-meo-msisdn-3 {
    background-image: url(/images/lp/MST_BG-YKLN-noface_9x16-desktop.jpg?v=6-OOCyvCPYqADDASewyNqN5kGgY);
    background-size: cover;
    background-color: #101010;
    height: 100vh;
}

.lp-meo-msisdn-3 {
    background-image: unset;
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

.bottom-content {
    max-width: 400px;
    margin-left: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10vh;
}

.bottom-content p {
    color: #fff;
    font-size: 16px;
}
.bottom-content img{
    max-width:100%;
}
.small-text {
    margin-bottom: 0;
    color: #fff;
}

.nav-bottom,
.copyright,
.content-bottom p {
    color: #fff;
}

.content-bottom-boks {
    width: 100%;
}

.title-lp p{
    font-size: 24px;
    font-family:Azo;
}




@media (min-width: 1367px) {
    /* .lp-meo-msisdn-1{
		align-items:center;
	 }*/
    .fix-bottom-content {
        margin-top: 10vh;
    }

    .fix-bottom-content .center-content {
        gap: 8vh;
    }

    .bottom-content {
        margin-top: 20vh;
    }

    .fix-bottom-content .content-bottom {
        margin-top: 170px;
    }

    .content-bottom {
        margin-top: 80px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .img-title img {
        width: 430px;
    }

    .img-thumb img {
        width: 300px;
    }

    .form-input-box .btn-coninuar,
    .form-input-box input[type=number] {
        width: 90%;
    }

    .form-input-box .btn-cancelar-small {
        margin-top: 14px;
    }
}


@media (max-width: 480px) {
    .desktop {
        display: none;
    }

    .mobile-view {
        display: block;
    }
    .lp-meo-msisdn-1 {
        align-items:flex-start;
        padding:0;
    }

    .lp-meo-msisdn-3 {
        height: 100dvh;
        background-size: cover;
    }

    .bottom-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2vh 5vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 6px;
        font-weight: 700;
    }

    .copyright {
        font-size: 12px;
        margin-top: 12px;
    }

    .bottom-content p {
        font-size: 14px;
        color: #000;
    }

    .copyright,
    .small-text {
        color: #000;
    }

    .small-text {
        font-size: 14px;
    }

    .lp-meo-msisdn-1 .copyright {
        color: #fff;
        padding-bottom:8px;
    }

    .lp-meo-msisdn-3 {
        background-image: url(/images/MST_YKLN_9x16.png?v=QuVj4AtWpYL78RFqj3EMFUhH7Ak);
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 24px;
        line-height: normal;
        box-sizing: border-box;
        color: #000;
        height: 100dvh;
        position: relative;
        background-repeat: no-repeat;
    }

    .content-bottom.mobile-view {
        display: flex;
    }
    /* ============================== */
    .body-lp-meo-msisdn-2 {
        background-image: url(/images/MST_Lynn_9x16.png?v=FgoiwxJfr5auBbmTAuMpUfW_ilo);
        max-width: 600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 22px;
        gap: 24px;
        line-height: normal;
        box-sizing: border-box;
        color: #fff;
        height: 100dvh;
        position: relative;
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
    }

    .fix-bottom-content {
        position: absolute;
        bottom: 12px;
        left: 0;
        width: 100%;
    }

    .form-input-boks button,
    .form-input-boks input[type=number] {
        width: 80%;
    }

    .lp-meo-msisdn-2 span, .lp-meo-msisdn-1 span, .lp-meo-msisdn-3 span {
        display: inline;
    }

    .fix-bottom-content .small-text {
        color: #fff;
        margin: 12px 0;
    }
    /* .lp-meo-msisdn-2, */
    .fix-bottom-content .center-content {
        gap: unset;
    }

    .form-input-boks button,
    .form-input-boks input[type=number] {
        width: 90%;
    }

    .lp-meo-msisdn-1 h2 {
        font-size: 16px;
    }

    .lp-meo-msisdn-2 .icon-folder img {
        width: 85%;
    }

    .lp-meo-top-content {
        padding: 0;
    }

    .fix-bottom-content {
        /*padding: 0 12px;*/
    }

    .icon-folder img {
        width: 66%;
    }

    .lp-meo-msisdn-2 .content-bottom.mobile-view {
        display: flex;
        margin: 0 0 12px 0;
    }
    /* ============================== */
    .img-title {
        padding: 0 10vw;
    }

    .img-thumb.mobile-view,
    .img-title {
        display: flex;
        justify-content: center;
    }

    .meo-container {
    }

    .main-content {
        flex-direction: column;
        margin-top: 12px;
    }

    .main-content p {
        font-size: 14px;
        text-align: center;
    }

    .img-thumb img {
        width: 190px;
    }

    .form-input-box .btn-coninuar,
    .form-input-box input[type=number] {
        width: 100%;
        border-radius: 30px;
    }

    .form-input-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 12px;
        gap: 14px;
        padding: 0 4vw;
    }

    .form-input-box .btn-cancelar-small {
        margin-top: 0;
        border-radius: 30px;
    }

    .content-bottom {
        align-items: center;
        margin-top: 12px;
        /*padding: 0 12px;*/
    }

    .content-bottom button {
        margin-left: auto;
    }
    .lp-meo-msisdn-1 .content-bottom {
        padding: 0 12px;
    }
    .nav-bottom {
        text-align: center;
        margin-top: 12px;

    }

    .body-lp-meo-msisdn-1 {
        background-image: url(/images/lp/MST_Zoom-final_9x16.jpg?v=qS8cEQvqmdOSKHK0vnta64r9wg8);
        background-position: center;
        background-size: cover;
    }

    .form-number-wrap {
        padding: 0;
    }

    .form-wrapper h2 {
        font-size: 18px;
    }

    .form-wrapper {
        width: 91%;
        padding: 18px;
        margin-top: 18px;
        gap: 20px;
    }

    .banner-lp-meo {
        padding: 0 16px;
        margin-top: 18px;
    }

    .banner-lp-meo img {
        max-width: 100%;
    }

    .logo-lp-meo img {
        width: 200px;
    }

    #footer,
    .content-inside {
        padding: 0 15px;
    }
    /* ============================== */


    #modalAboutPromo .center-popup, #modalForWinning .center-popup {
        align-items: center;
    }
    #modalAboutPromo .modal-content, #modalForWinning .modal-content {
        width: 95%;
    }
    #login-page .nav-back{
        top:-25px;
        left:15px;
    }
    #login-page .nav-back img{
        width:24px;
    }
    #event-luna-fantasia {
        width: 100%;
    }
    .content-pop {
        max-height: 360px;
    }
    .content-luna_reg h4 {
        /*margin-top:30px;*/
    }
    #side-nav.openNav {
        width: 100%;
    }
    .section__content{
        margin:15px;
    }
    #modalUnsub .btn-modal {
        align-items: center;
        padding: 0 10px;
    }

    #modalUnsub .btn-modal a {
        width: 50%;
        margin: 0 4px;
    }

    .btn-modal .btn-quit span {
        margin: 6px 0 0 0px;
        width: auto;
        padding: 11px 10px;
    }
    .comments-text .comments {
        word-wrap: break-word;
        display: inline-block;
        max-width: 300px;
    }
    .btn-support_lunar {
        padding: 0 15px;
        box-sizing: border-box;
    }
    .btn-support_lunar img.btn-dw_content{
        width: 100%;
    }
    .formWrap .codeAreaEdt {
        left: 5px;
        top:2px;
    }
    .regist-type_wrap .change-password-cp,
    .search-page {
        padding: 0 15px;
    }
    .history-wrap {
        padding: 0 15px;
    }
    .banner-wrap {
        margin-top: 0px;
    }
    .banner .main-desc {
        font-size: 16px;
        line-height: 20px;
        padding:0 15px;
    }
    .banner-home {
        background: url(../images/bg-banner-home.jpg?v=9mDel4pV9U9btjNfZKhTHSeyqnY&v=MEEtv3Lc_kMvzwJT8NdRYbH4SdI) repeat-x top center;
    }
    .detail-video{
        padding:0 15px;
    }
    .change-password .regist-type_wrap {
        padding: 0;
    }
    .footer-account{
        padding:0px;
    }
    .footer-account a{
        font-size:14px;
    }
    footer a {
        font-size: 12px;
        padding: 0 6px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .contentCreate input {
        padding: 6px 5px;
        font-size: 14px;
    }
    .paymentChoice,
    .paymentField .iptPayment {
        width: 100%;
    }
    .paymentChoice .paymentImg{
        width: 42%;
    }
    .contentCreate_list h5 {
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .contentCreate select {
        font-size: 14px;
        padding: 6px 5px;
    }
    .formWrap textarea {
        padding: 6px 5px;
    }
    .IdCardPreview {
        width: 100%;
    }
    .phnBer {
        flex-direction: column;
        position:relative;
    }
    .phnBer .formWrap:nth-child(1) {
        margin: 0px;
        width: auto;
        z-index:2;
        padding:0;
        border:0;
        top: 9px;
        left: 5px;
        position:relative;
    }
    .phnBer .formWrap:nth-child(1) select{
        padding:0;
        top: -2px;
    }
    .phnBer .formWrap:nth-child(2) input{
        padding: 8px 0 4px 64px;
    }
    .categoryField .addField{
        margin-left:10px;
    }
    .contentCreate .btnVerify {
        width: 115px;
    }
    .contentCreate .inputfile + label {
        width: 100%;
        box-sizing: border-box;
    }
    .contentCreate .colBykBgt{
        flex-direction:column;
    }
    .contentCreate .colBykBgt .colByk{
        margin:0 0 20px 0;
    }
    .contentCreate .colBykBgt .colByk:last-child{
        margin-bottom:0;
    }
    .show .toolTipsCreator{
        margin-top:5px;
    }
    .contentCreateBottom{
        font-size:10px;
        line-height:16px;
    }
    .payment-methode_choice img {
        margin: 0;
        width: 47%;
    }
    .btnCp-wrap{
        width:100%;
    }
    .commentWrap {
        width: 100%;
        left: 0;
        margin: 0;
    }
    .comment-list .img-user {
        flex: 0 0 50px;
        width: 50px;
        height: 50px;
    }
    .coin-col .number {
        bottom: -15px;
    }
    .thumb-cosplayer_wrap .thumb-cosplayer{
        width:86%;
    }
    .payment-methode_choice img.selected {
        border-radius: 12px;
    }

    .lunar-success_page .img-thumb img{
        width:35%;
    }
    .form-wrap,
    .confirm-btn button,
    .dana-payment .input-number {
        width: 100%;
        box-sizing: border-box;
    }

    .dana-payment .input-number span,
    .dana-payment .input-number input {
        font-size: 16px;
    }

    .token-wrap {
        width: 85%;
        margin-bottom: 20px;
    }

    .token-wrap .token_val h3 {
        font-size: 20px;
    }

    .coin-col .number span {
        font-size: 12px;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .modal-content {
        width: 95%;
    }

    .competions-title {
        padding-left: 0;
    }

    .loader img {
        width: 100px;
    }

    .method-col {
        max-height: 137px;
    }

    .big-photo .slick-slide img {
        max-height: 204px;
    }

    .small-photo .slick-slide .secretQty {
        font-size: 15px;
    }

    .small-photo .slick-slide .secretQty {
        -webkit-text-stroke-width: 0px;
    }

    .free-token img {
        width: 100%;
    }

    .btn-download_token button {
        font-size: 12px;
        width: 100%;
    }

    .maintenance-wrap .maintenance-img {
        width: 60%;
    }

    .title-section {
        font-size: 20px;
    }

    .catalog-token_val {
        font-size: 14px;
        width: 35%;
    }

    .catalog-token_val span {
        font-size: 10px;
        padding-left: 2px;
    }

    .catalog-token_link img,
    .catalog-token_val img {
        /*height: 25px;*/
        height: 34px;
    }

    .catalog-token_val img {
        margin-right: 5px;
    }

    .catalog-token_link img {
        margin-right: 0;
    }

    .catalog-token_link {
        font-weight: 400;
        font-size: 9px;
        line-height: 14px;
        width: 65%;
    }

    .catalog-token {
        padding: 0;
    }


    .modal-content_cs {
        height: 80%;
    }

    .lab-modal-body {
        width: 100%;
    }

    .lab-modal-body {
        margin: 0;
        left: 0;
        width: 100%;
    }

    .small-photo .slick-slide {
        margin: 0 2px;
        border-radius: 5px;
    }

    .small-photo .slick-slide img {
        border-radius: 0px;
        max-height: 43px;
    }

    .modal-cosplayer_detail {
        width: 100%;
        margin-left: 0;
        left: 0;
        height: 100%;
        border-radius: 10px 10px 0 0;
        background: var(--white-color);
    }

    .catalog-token {
        margin-top: -13px;
    }

    .lab-modal-body {
        margin: 0;
        left: 0;
    }

    .modal_cs_dw_btn {
        width: 55%;
    }

    .lab-modal-body .modal-head {
        font-size: 14px;
    }
    .cosplay-detail__bio {
        padding:0 15px;
    }
    .cosplay-detail__bio p {
        font-size: 10px;
        line-height: 10px;
    }

    .btn-dw_catalog span {
        font-size: 11px;
        line-height: inherit;
    }

    .catalog-list_item .btn-dw_catalog {
        padding: 4px 0 2px 0;
        font-size: 8px;
        border-radius: 6px;
    }

    .btn-download_token button {
        font-size: 10px;
        padding: 20px 40px;
    }

    .btn-download_token {
        margin-top: 0;
    }
    .votes-info img{
        width:30px;
    }
    .votes-info {
        font-size: 18px;
        padding: 6px 15px 4px 15px;
    }
    .name-cosplayer h2{
        font-size:28px;
    }
    .name-cosplayer span {
        font-size: 14px;
    }
    .comment-cosplayer .comment img,
    .comment-cosplayer .voter img{
        height:22px;
    }
    .comment-cosplayer .comment span,
    .comment-cosplayer .voter span {
        font-size: 9px;
    }
    .comment-cosplayer{
        position:relative;
        top:-4px;
    }
    .btn-support_lunar button{
        width:90%;
        font-size:22px;
    }
    .payment-token_list {
        max-height: 392px;
    }
    .tooltip-wrap {
        top: 17px;
        right:10px;
        width: 13px;
        height: 13px;
    }
    .tooltip-wrap:before{
        font-size:11px;
    }
    .tooltip-wrap:before{
        left:5px;
    }
    .tooltip-wrap .tooltip-text{
        bottom:22px;
        font-size:12px;
        line-height:14px;
        min-width: 270px;
    }
    .tooltip-wrap.typeCheck{
        top:9px !important;
    }
    .tooltip-wrap.typeCheck:before{
        left:-3px;
        right:unset;
        top: -2px ;
    }
    .field-icon {
        float: left;
        margin-right:0;
        margin-left: 15px;
    }
    .change-password-cp .field-icon,
    #login-page .field-left {
        float: right;
        margin-right: 18px;
    }
    .btn-modal .link-more {
        padding-left: 10px;
    }

    .btn-modal .btn-quit {
        padding-right: 10px;
    }

    .btn-modal .btn-quit span {
        margin: 6px 0 0 0px;
        width: auto;
        padding: 12px 10px;
    }

    #modalUnsub .btn-modal a {
        width: 50%;
        margin: 0 4px;
    }
    .payment-method-wrap{
        padding-left:16px;
        padding-right:16px;
    }
    .payment-method-icon .icon-payment.selected img {
        border-radius: 8px;
    }

}

/*@media (orientation: landscape) {*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .modal-content {
        width: 60%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .comments-text .comments {
        max-width: 530px;
    }
    .competions-title {
        padding-left: 15px;
    }

    /*.center-popup {
        align-items: flex-start;
    }*/
    .container{
        width:100%;
    }
    .container .row {
        margin: 0;
    }
    #side-nav.openNav{
        width:100%;
    }
    .detail-video{
        padding:0 15px;
    }
    .commentWrap{
        width:100%;
        margin-left:0;
        left:0;
    }
    .regist-type_wrap, .login-type_wrap {
        padding: 0 15px;
    }
}
@media (max-width: 375px) {
    .comments-text .comments {
        max-width: 260px;
    }
    .btn-modal .btn-quit span {
        padding: 9px 10px;
        margin: 4px 0 0 0;
    }
}
@media (max-width: 360px) {
    .footer-account a {
        font-size: 12px;
    }
    .regist-type_wrap .change-password-cp{
        padding:0;
    }
    .btn-modal .btn-quit span {
        margin: 5px 0 0 0;
        padding: 8px 10px;
    }
    .regist-type_wrap, .login-type_wrap {
        margin: 10px 0px;
        padding-top: 0;
    }
    .comments-text .comments {
        max-width: 250px;
    }
    .tooltip-wrap{
        top:11px;
    }
    /*.account-page {
        margin-top: 20px;
    }*/
    .regist-type_wrap p {
        margin:12px 0;
    }
    .account-page h2 {
        margin-top:20px;
    }
    /*.regist-type_wrap input {
        padding: 10px 15px;
    }
    .field-icon {
        margin-top: -25px;
    }*/

}

.success-wrap h2.form-welcome {
    font-size: 18px;
    font-family: azo-bold;
    margin-top: 15px;
}

.success-wrap h2.form-welcome1 {
    font-size: 25px;
    font-family: azo-bold;
    color: #ff94bc;
}
.success-wrap h2.form-welcome2 {
    margin-top: 8%;
}
.success-wrap h2.form-welcome5 {
    font-size: 13px;
    font-family: azo-bold;

}
.success-wrap h2.form-welcome6 {
    font-size: 13px;
    font-family: azo-bold;
}
.form-register1 .regist-type_wrap {
    border-bottom: none;
    border-top: none;
}
.form-register1 input {
    /*height: 20px;
    width: 300px;*/
}
.form-register1 .tooltip-wrap {
    top: 8px;
}

.form-register1 .regist-type_wrap {
    margin-top: 0;
}
.form-register1 .field-icon {
    margin-top: -30px;
}
.form-register1 .btn-continue {
    background: #ff94bc;
    color: white;
    font-weight: 700;
    outline: none;
    border: 0;
    width: 100%;
    cursor: pointer;
    padding: 14px 20px;
    border-radius: 30px;
    font-family: azo-bold;
    font-size: 15px;
}
.form-reg h2, p {
    font-family: 'azo-bold';
    font-size: 13px;
}
.form-register1 #phone-number {
    margin-left: 5px;
    width: 100%;
}
.form-register1  .reg-number {
    background: white;
}

.payment-method-title {
    text-align: center;
    margin-top: 14px;
    padding-bottom:16px;

}
.payment-method-title h4{
    font-weight:600;
    font-size:15px;
    line-height:normal;
}
.payment-method-title span{
    display:block;
    color:#ff95bd;
}
.payment-method-icon {
    display: flex;
    margin-top:16px;
}
.payment-method-icon .icon-payment {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
.payment-method-icon .icon-payment img{
    width:35%;
    cursor:pointer;
}
.payment-method-icon .icon-payment.selected img{
    background: #ff95bd;
    border-radius: 13px;
}
.payment-method-wrap{
    padding-top:22px;
}
.payment-method-wrap p{
    font-size:15px;
}
.payment-method-wrap p span {
    color: #ff95bd;
}
.payment-method {
    border-top: 1px solid #ff95bd;
    border-bottom: 1px solid #ff95bd;
    padding-bottom:16px;
    margin-bottom:16px;
}
.payment-bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding:0 16px;
    margin: 0 auto 18px;
}
.payment-bottom p{
    font-style:italic;
}
.payment-bottom p span{
    color:#ff95bd;
}
.payment-bottom input[type=number]{
    border-radius:20px;
    background:#D3D3D3;
    padding:8px 0px;
    border:0;
    text-align:center;
    font-size:16px;
    margin:12px 0;
    font-weight:700;
    width:100%;
}
.payment-bottom button{
    background:#ff95bd;
    color:#fff;
    border:0;
    width:100%;
    font-size:16px;
    font-weight:700;
    padding:8px 12px;
    border-radius:20px;
}
.payment-method-icon .icon-payment:nth-child(2) {
    margin: 0 8px;
}

.pin-text{
    font-weight: 400;
    font-family: Azo;
}


.container-lp-meo {
    max-width: 420px;
    margin: 0 auto;
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height:normal;
}
#LogoDiv {
    text-align: center;
    margin: 10px 0px;
}
#LogoDiv img {
    max-width: 50%;
}
#content{
    text-align:center;
}
.content-inside {
    max-width: 420px;
    margin: 18px auto 0;
}
.content-inside h2 {
    color: #ff95bd;
    font-size: 16px;
    font-weight:700;
}
.content-inside p {
    margin: 10px 0;
    font-family:Azo;
}
.content-inside h4 {
    margin: 0 0 5px;
    font-weight:700;
}
.content-inside #phone-number {
    width: 100%;
    border: 2px solid #3F8DCB;
    padding: 10px;
    border-radius: 30px;
}
.content-inside input[type='submit'] {
    width: 100%;
    border: 0;
    cursor: pointer;
    padding: 8px 0;
    color: #fff;
    font-size: 21px;
    border-radius: 30px;
    background: #3F8DCB;
    font-family:Roboto;
    font-weight:700;
}
.footer-meo {
    max-width: 420px;
    margin: 0 auto 15px;
    text-align: center;
    padding: 0px;
}
#textbox p {
    margin: 5px 0 0;
}
#textbox a {
    color: #ff95bd;
    text-decoration:none;
    /* font-size: 12px; */
}
#textbox input[type='button'] {
    border-radius: 20px;
    cursor: pointer;
    padding: 6px 30px;
    color: #fff;
    background: #3F8DCB;
    position: relative;
    top: 6px;
    border: 0;
    font-family: Roboto;
    font-weight: 700;
}