/*//custom css*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"] {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
.custom_form_ds label.form-control-file.file-custom{
   position: absolute;
   top: 1.5rem;
   margin: 0;
}
.file-custom .fc_cf {
    position: absolute;
    top: 0;
    left: 0;
    width: 24%;
    bottom: 0;
    z-index: 6;
    display: flex;
    /* content: "Browse"; */
    padding: 0.5rem .75rem;
    color: #555;
    background-color: #eee;
    align-items: center;
    vertical-align: middle;
}
.file-custom .fc_nfc {
    /* content: "Choose file..."; */
    background: #fff;
    color: #000;
    width: 100%;
    display: flex;
    position: absolute;
    right: 0;
    left: 23%;
    top: 0;
    bottom: 0;
    align-items: center;
    vertical-align: middle;
    padding: 15px;
}
/* .c1_btn.disabled::after{
    content: "COMING SOON";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #dddddd94;
} */
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    align-items: center;
    display: flex;
    justify-content: center;
    background: #0000006b;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
}
a{
    color: #00A7E8;
}
.jconfirm-scrollpane{
    font-family: 'nycarlsbergdisplay-bold';
}
.toast-center-center{top:50%;right:50%;transform: translate(50%, -50%);}
/* choose location */
.choose_location .modal-content{
    background: transparent;
    border: 0;
}
.choose_location .btn_west,.btn_east{
    position: absolute;
    width: 40%;
    height: 32%;
    bottom: 34%;
}
.choose_location .btn_west{
    left: 8%;
}
.choose_location .btn_east{
    left: 52%;
}

.custom_form_ds .tnc-modal-lg .modal-content{
    background-color: #17693a!important;
}
/* dragon ball */
.dragonball,.dragonball2,.dragonball3,.dragonball4{
    position: absolute;
}
.dragonball{
    bottom: -10%;
    width: 17%;
    right: 25%;
}
.dragonball2{
    bottom: -14%;
    width: 16%;
    right: -4%;
}
.dragonball3{
    bottom: -15%;
    right: -7%;
    text-align: right;
    display: block;
    /* width: 20%; */
}
.dragonball4 {
    bottom: -8%;
    right: -8%;
    text-align: right;
    display: block;
    /* width: 25%; */
}
.dragonball img{
    /* width: 14vw; */
}
.dragonball3 img{
    width: 25vw;
    z-index: 1;
    position: relative;
}
/* new version */
.dragonball3 {
    bottom: 0;
    right: 0;
    margin-right: -120px;
    margin-bottom: -120px;
    text-align: right;
    display: block;
}
    .dragonball3 img {
        width: 380px;
    }
    
.dragonball4 img{
    width: 31vw;
}

.shm_box_content .form-check-input:checked[type=checkbox] {
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9Jy00IC00IDggOCc+PGNpcmNsZSByPScyJyBmaWxsPScjMGQ2ZWZkJy8+PC9zdmc+) !important;
}
.shm_box_content .form-check-input[type=checkbox] {
    border-radius: 25em;
}

.gold-text {
    background: rgb(247, 238, 201);
    background: linear-gradient(144deg, rgba(247, 238, 201, 1) 0%, rgba(233, 213, 146, 1) 25%, rgba(247, 238, 201, 1) 50%, rgba(233, 213, 146, 1) 75%, rgba(247, 238, 201, 1) 100%);
    -webkit-background-clip: text; /* WebKit/Blink browsers */
    background-clip: text;
    color: transparent; /* Make text color transparent */
}
.gold-text-bg {
    background: linear-gradient(144deg, rgba(247, 238, 201, 1) 0%, rgba(233, 213, 146, 1) 25%, rgba(247, 238, 201, 1) 50%, rgba(233, 213, 146, 1) 75%, rgba(247, 238, 201, 1) 100%);
    color: #e5202c;
    border-color: #e5202c;
    display: inline-block; /* Ensure the gradient covers the entire element */
    /* padding: 10px; Adjust padding as needed */
    border-radius: 0;
    border: 2px solid;
}
.gold-text-bg.btn-primary:focus,.gold-text-bg.btn-primary:hover {
    color: #e5202c;
    background-color: #e5202c;
    border-color: #e5202c;
    box-shadow: 0 0 0 0.25rem #e5202c8c;
}

.fade:not(.show){
    display: none;
}

.landing_title,.landing_date{
/*    opacity: 0;*/
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translate(-50%,0%);
    font-size: 2.1vw;
    background: #17693a;
}
.landing_title.cvs,.landing_date.cvs{
    bottom: 91%;
}
.landing_date{
    bottom: 87.4%;
    font-size: 1.07vw;
}
.landing_date.cvs{
    bottom: 88.4%;
}
.landing_title.shm{
    font-size: 2.1vw;
    padding: 0 1.5vw;
}
.landing_date.mont{
    bottom: 89.4%;
}
.landing_title.mont{
    bottom: 92%;
}
.landing_date.ecom{
    bottom: 89.4%;
}
.landing_title.ecom{
    bottom: 92%;
}
.landing_date.tont{
    bottom: 89.4%;
}
#modal_otp, #modal_otp .btn.btn-primary{
    /* font-size: 2vw; */
    margin: 5px;
}

.custom_form_ds label{
	    font-family: NY Carlsberg Display,arial;
    /* letter-spacing: 2px; */
    /*text-transform: uppercase;*/
    font-size: 12px;
    /*display: flex;*/
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    margin: 0 0 20px;
    color: #808080;
}
.font-carlsberg-bold {
        font-family: nycarlsbergdisplay-bold,arial;
}
.custom_form_ds input.form-control, .custom_form_ds textarea.form-control{
	display: inline-block;
    padding: 5px 35px 5px 15px;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 35px;
    position: relative;
/*    border: 2px solid #006939;*/
    background-color: #fff;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    touch-action: manipulation;
    border-radius: initial;
    font-family: NY Carlsberg Display,arial;
}
 label.error{
     width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
 }
 .form-control.error {
    /* border-color: #dc3545; */
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.valid {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%);
}
.custom_form_ds .label-box{
	    display: block;
    position: absolute;
    height: 24px;
    width: 24px;
    border: 1px solid #ced4da;
}
#prize-modal button.btn.btn-primary,#prize-modal-wm button.btn.btn-primary,#prize-modal-wm2 button.btn.btn-primary{
    border: 3px solid #fff;
    background-color: #ea0b2a;
    color: #fff;
}
/* tnc modal font size optimize */
.custom_form_ds .tnc-modal-lg .container{
    padding: 0;
}
.custom_form_ds .tnc-modal-lg  h1{
    /* font-size: 3vw; */
}
.custom_form_ds .tnc-modal-lg .container h5{
    /* font-size: 2vw; */
}
.custom_form_ds .tnc-modal-lg{
    /* font-size: 1vw; */
}
.custom_form_ds .tnc-modal-lg button.btn.btn-primary{
    border: 3px solid #fff;
    background-color: #ea0b2a;
    color: #fff;
}

.custom_form_ds #prize-modal .modal-content-top .close{
    font-size: 1vw;
    height: 6%;
}
.custom_form_ds .form-control.error{
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiAxMicgd2lkdGg9JzEyJyBoZWlnaHQ9JzEyJyBmaWxsPSdub25lJyBzdHJva2U9JyNkYzM1NDUnPjxjaXJjbGUgY3g9JzYnIGN5PSc2JyByPSc0LjUnLz48cGF0aCBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBkPSdNNS44IDMuNmguNEw2IDYuNXonLz48Y2lyY2xlIGN4PSc2JyBjeT0nOC4yJyByPScuNicgZmlsbD0nI2RjMzU0NScgc3Ryb2tlPSdub25lJy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom_form_ds .label-box:after{
	top: 7px;
    left: 0;
    right: 0;
    height: 7px;
    width: 7px;
    margin: auto;
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0;
    transition: opacity .25s ease-in-out,-webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out,transform .25s ease-in-out;
    transition: opacity .25s ease-in-out,transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    -webkit-transform: scale(.95);
    transform: scale(.95);
}
.custom_form_ds .input-checkbox input[type=checkbox]~label:before{
	    content: " ";
    display: table;
}
.custom_form_ds .input-checkbox input[type=checkbox]~label{
	    position: relative;
    font-family: NY Carlsberg Display;
/*    letter-spacing: 2px;*/
    font-size: 11px;
    display: block;
    /*text-transform: uppercase;*/
    line-height: 1.8;
}
.custom_form_ds .input-checkbox input[type=checkbox]~label .label-text{
    padding-left: 40px;
    display: block;
}
.custom_form_ds .input-checkbox input[type=checkbox]:checked~label .label-box:after{
	    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.custom_form_ds .input-checkbox input[type=checkbox]{
	position: absolute;
    opacity: 0;
   /* height: 0;
    visibility: hidden;
    display: none;*/
}
.form-control.is-invalid, .was-validated .form-control:invalid + .nice-select{
	background: #FBE3E4;
    border-color: #dc3545;
}
.form-control.is-valid, .was-validated .form-control:valid + .nice-select{
    border-color: #28a745;
}
.custom_form_ds button.btn.btn-primary {
    color: #fff;
    background-color: #006939;
    border-color: #006939;
}
.custom_form_ds button.btn.btn-primary,
.custom_form_ds a.btn.btn-primary{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    outline: none;
    background: transparent;
    vertical-align: bottom;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #006939;
    border: 3px solid #006939;
    transition: background-color .25s ease-in-out,color .25s ease-in;
    font-family: nycarlsbergdisplay-bold,arial;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 1rem;
    display: inline-flex;
    width: auto;
    margin: auto;
}
/* .custom_form_ds button.btn.btn-primary:hover{
	color: #006939;
	background-color: transparent;
	border-color: #006939;
} */
.custom_form_ds .invalid-feedback{
    color: #ea0b2c !important;
    background: transparent !important;
    font-family: NY Carlsberg Display,arial;
    letter-spacing: 1px;
    align-self: center;
}
.custom_form_ds .label-text{
	font-family: NY Carlsberg Display,arial;
}
.cny2022-landing {
    overflow: hidden;
}
.custom_form_ds .form-control-file{
	    display: inline-block;
    padding: 5px 35px 5px 15px;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 35px;
    position: relative;
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #000;
    line-height: normal;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    touch-action: manipulation;
    border-radius: initial;
}
.form-control-file.is-invalid, .was-validated .form-control-file:invalid {
    background: #FBE3E4;
        border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.card.card2{
	height:460px;
}
.nice-select.wide{
    display: inline-block;
    padding: 5px 35px 5px 15px;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 35px;
    position: relative;
/*    border: 2px solid #006939;*/
    background-color: #fff;
    line-height: 26px;
    text-align: left;
    /* white-space: nowrap; */
    /* overflow: hidden; */
    text-overflow: ellipsis;
    cursor: pointer;
    touch-action: manipulation;
    border-radius: initial;
}
.nice-select:after{
        content: '\25bc';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ced4da;
        width: initial;
    height: initial;
    margin: initial;
    border: initial;
}
.nice-select.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: 5%;
    right: 15px;
}
.nice-select .option.selected.focus:before{
        content: '\2713';
    display: block;
    float: right;
    clear: right;
    margin-left: 10px;
}
body{
	    font-family: NY Carlsberg Display,arial;    
        background: #17693a;
}
.button--dark:hover .button__text {
    color: #fff;
}

.frontpage .burger-menu.back-botton{
    left: 4vw;
    top: 4vw;
}
.back_btn{
    display: block;
    width: 100px;
    color: #000;
    font-size: 28px;
    position: absolute;
    right: 0%;
    margin: auto;
    display: block;
    width: 31px;
    left: 0%;
    /* height: 23px; */
    top: 29%;
    z-index: 3;
}
.relative{
    position:relative;
    height: 100%;
    width: 100%;
}
.colm_img_big{
    bottom: 0;
    right: 0;
    position: absolute;
    margin-right: 0;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.module-qrcode{
    position: relative;
    /*display: flex;*/
   /* flex-direction: column;*/
    /*align-items: flex-start;*/
    justify-content: center;
    background-color: #ebebeb;
    padding: 5%;
}
.contain_middle{
    height: 100%;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.module-qrcode .carlsberg-logo{
margin-bottom: 15px;
}
.promo_box_out{
    border: 1px solid #ddd;
}
.promo_box_in{
    padding: 5px;
}
.promo_box_head{
    color: #fff;
    padding: 10px;
}
.promo_box_body{
    color: #d91e2c;
    padding: 10px;
}
.promo_box_head{
    background-image: url('../Images/bg_promo.jpg');
    background-size: cover;
}
.promo_box_body{
    background-image: url('../Images/new/LeftBigSquare_1.jpg');
    background-size: cover;
    margin-top: 5px;
}
.card {
    border: 0;
}
.borderbg{
    /*border: 15px solid transparent;*/
    /*padding: 15px;*/
  /*  border-image-source: url(../Images/borderbg.png);
    border-image-repeat: repeat;
    border-image-slice: 30;*/
}
.home_banner{
    position:relative;
}
.desktop_vid, .mobile_vid{
    width: 100%;
}
.desktop_vid{
    display:block;
}
.mobile_vid{
    display:none;
}
.background--carlsberg-rich-gold{
    background-color: #f2dfaa;
}
.agegate__date-box .input{
    opacity: 1; 
    /*color: #000000;*/
    text-align: left;
    font-size: 12px;
    height: auto; 
    transform: initial;
    outline: none;
    caret-color: #ffffff00;
}
.navigation__list  a:hover{
    color: #006939;
}
.background--carlsberg-rich-green.card{
    background-color: #006939;
}

.article-container.background--carlsberg-light-grey{
    background: rgb(208, 33, 38);
}
.module-text__manchet{
    color: #fff;
    text-align: center;
}
.ajax_button_verify_loading{
    position: absolute;
    display: none;
}
#em_form5, #wm_form5{
    display: none;
}
.input-group>input.form-control, .input-group>select.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
/*agegate*/
.agegate__logo-container .logo {
    width: 375px;
    height: auto;
}
.agegate__logo-container {
/*    padding: 25px 20px 10px;*/
padding: 15vh 20px 10px;
}
.agegate__markets {
    display: none!important;
}
.agegate__date-box {
    background-color: #ffffff;
    color: #17693a;
}
.agegate p{
    color: #fff;
    font-size: 1em;
}
.agegate__terms2{
        color: #fff;
    font-size: 12px;
        margin-bottom: 5vw;
}
.agegate__date-box .input, .agegate__date-box .placeholder, .agegate__date-box .value {
    /*width: 117px;
    height: 170px;
    line-height: 170px;
    margin: auto;*/
}
.placeholder {
    background-color: initial;
    opacity: 1;
}
.agegate__date-box--focus:after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 70%;
    height: 5px;
    background: #17693a;
    color: #17693a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation-name: fade-in-out;
    animation-name: fade-in-out;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    visibility: visible;
    pointer-events: none;
}
.agegate__date-box--focus:after{
    height: 12px;
    bottom: 20px;
}
.ft_celebrate{
    width: 14em;
}
.agegate_inner_tr, .agegate_inner_tl, .agegate_inner_tl2, .agegate_inner_br, .agegate_inner_bl{
    position: absolute;
}
    .agegate_inner_tr, .agegate_inner_tl, .agegate_inner_tl2{
        top:0;
    }
    .agegate_inner_br, .agegate_inner_bl{
        bottom: 0;
    }
    .agegate_inner_tr, .agegate_inner_br{
        right: 0;
    }
    .agegate_inner_tl, .agegate_inner_tl2, .agegate_inner_bl{
        left: 0;
    }
    /* bg icon */
    .agegate_inner_tr:after{
        width: 21em;
        height: 12em;
        background-position: top right;
        float: right;
        zoom: .5;
    }
    .agegate_inner_tl:after{
        width: 26em;
        height: 56em;
        background-position: top left;
        float: left;
        zoom: .5;
    }
    .agegate_inner_br:after{
        width: 24em;
        height: 63em;
        background-position: bottom right;
        float: right;
        zoom: .5;
    }
    .agegate_inner_bl:after{
        width: 24em;
        height: 23em;
        background-position: bottom left;
        float: left;
        zoom: .5;
    }

@media (min-width: 1220px){
    .module-404 {
        min-height: 700px;
        padding-top: 5%;
        padding-bottom: 5%;
    }
}
@media (max-width: 990px){

.custom_form_ds #prize-modal label.form-control-file.file-custom{
    /* top: 5vw; */
 }
    /* bg icon */
    .agegate_inner_tr:after{
        width: 18em;
        height: 12em;
        background-position: top right;
        float: right;
        zoom: .5;
    }
    .agegate_inner_tl:after, .agegate_inner_tl2:before{
        width: 26em;
        height: 46em;
        background-position: top left;
        float: left;
        zoom: .5;
    }
    .agegate_inner_tl2:after{
        width: 5em;
        height: 17em;
        background-position: top left;
        background-size: contain;
        z-index: -1;
        margin-top: 66%;
        position: relative;
    }
    .agegate_inner_tl2:before{
        width: 13em;
        height: 13em;
        background-position: top left;
        background-size: contain;
        float: left;
    }
    .agegate_inner_br:after{
        width: 24em;
        height: 42em;
        background-position: bottom right;
        float: right;
        zoom: .5;
    }
    .agegate_inner_bl:after{
        width: 24em;
        height: 42em;
        background-position: bottom left;
        float: left;
        zoom: .5;
    }

    .custom_form_ds #prize-modal .modal-content-top .close{
        font-size: 1vw;
        height: 4%;
    }
    .landing_title,.landing_date{
    /*    opacity: 0;*/
        position: absolute;
        bottom: 93%;
        left: 50%;
        transform: translate(-50%,0%);
        font-size: 5vw;
        background: #17693a;
    }
    .landing_date{
        bottom: 91.4%;
            font-size: 2.2vw;
            padding: 0 1vw;
    }
    .landing_title.shm{
        font-size: 4.5vw;
    }
    .landing_title.sm99{
        bottom: 92%;
    }
    .landing_title.sm99.zh{
        bottom: 91%;
    }
    .landing_title.cvs,.landing_title.ecom,.landing_title.mont{
        bottom: 93%;
    }
    .landing_date.cvs,.landing_date.ecom,.landing_date.mont{
        bottom: 91.4%;
    }
    .landing_date.tont{
        bottom: 92.4%;
    }
    .choose_location .btn_west,.btn_east{
        position: absolute;
        width: 64%;
        height: 25%;
        left: 18%;
    }
    .choose_location .btn_west{
        bottom: 50%;
    }
    .choose_location .btn_east{
        left: 18%;
        bottom: 20%;
    }
    /* dragonball */
    .dragonball,.dragonball2,.dragonball3,.dragonball4{
        position: absolute;
    }
    .dragonball{
        bottom: 4%;
        width: 45%;
        right: 2%;
    }
    .dragonball2{
        bottom: -8%;
        width: 36%;
        right: -11%;
    }
    /* .dragonball3{
        bottom: -6%;
        right: -9%;
        text-align: right;
        display: block;
    } */
    /* .dragonball3 img{
        width: 35vw;
    } */
    /* new version */
    .dragonball3 {
        bottom: 0;
        right: 0;
        text-align: right;
        display: block;
        margin-right: -16vw;
        margin-bottom: -16vw
    }
    .dragonball3 img{
        width: 45vw;
    }
    
    .dragonball4{
        bottom: -5%;
        right: -10%;
        text-align: right;
        display: block;
    }
    .dragonball4 img{
        width: 35vw;
    }
}
@media (max-width: 768px){
    #modal_otp, #modal_otp .btn.btn-primary{
            /* float: right; */
    }
    .custom_form_ds label, .invalid-feedback, .nice-select, .input-group-text, .custom_form_ds input.form-control{
        /* font-size: 2.5vw; */
    }
    .custom_form_ds .input-checkbox input[type=checkbox]~label{
        /* font-size: 1.5vw;
        line-height: 2vw; */
    }
    .agegate__date-box--focus:after{
        bottom: 10px;
        height: 7px;
    }
    .desktop_vid{
        display:none;
    }
    .mobile_vid{        
        display:block;
    }
    .agegate__logo-container .logo{
        width: 170px;
    }
    .bg-footer {
            position: fixed;
        margin-top: 6%;
/*        margin-bottom: 6%;*/
        padding-bottom: calc(5em + env(safe-area-inset-bottom));
        bottom: 3%;
    }
    .agegate_inner_tl, .agegate_inner_tr, .agegate_inner_br, .agegate_inner_bl {
        width: 33vw;
        height: 58vw;
        overflow: hidden;
    }
        .agegate_inner_tl:after{
            width: 75vw;
            height: 132vw;
            background-size: 116%;
            zoom: 1;
            transform: scale(1);
        }
        .agegate_inner_tr:after {
            width: 75vw;
            height: 132vw;
            background-size: 116%;
            zoom: 1;
            transform: scale(1);

        }
        .agegate_inner_br:after{
            width: 47vw;
            height: 100%;
            background-position: bottom right;
            background-size: 200%;
            zoom: 1;
            transform: scale(1);
            position: absolute;
            bottom: 0;
            right: 0;
        } 
        .agegate_inner_bl:after {
            width: 47vw;
            height: 100%;
            background-position: bottom left;
            background-size: 200%;
            zoom: 1;
            transform: scale(1);
            position: absolute;
            bottom: 0;
            left: 0;

        }
    .agegate__terms2{
        font-size: 8px;
    }
	/*.card {
	    height: 100%;
        border: 0;
	}
    
    .module-four-card-tall .card-container__card-right .card:first-of-type {
        margin: 0 30px 30px 0;
    }
    .module-four-card-tall .card-container__card-right .card {
        width: calc(50% - 15px);
    }
    .module-four-card-tall--left .card-container__card-left {
        margin: 0 0 30px;
    }
    .module-four-card-tall .card-container__card-left, .module-four-card-tall .card-container__card-right {
        display: flex;
    }*/
    .custom_form_ds .tnc-modal-lg  h1{
        /* font-size: 6vw; */
    }
    .custom_form_ds .tnc-modal-lg .container h5{
        /* font-size: 4vw; */
    }
    .custom_form_ds .tnc-modal-lg{
        /* font-size: 3vw; */
    }
}

@media (max-height:768px){
    .agegate__inner{
        height: initial;
        position: relative;
    }
    .agegate{
        overflow-y: scroll;
    }
    .agegate__birthday-groups {
        height: 45vh;
    }
}
@media (max-height:480px){

    .agegate__birthday-groups {
        height: 85vh;
    }
}