/*//custom css*/
.video-js-responsive-container{
        width: 100%;
}
.video-js{
        height: 100vh;
width: 100%;
}
.modal_participating_close{
    
        border-radius: 50px;
        border: 1px solid #939393;
        padding: 3px;
        width: 33px;
        height: 33px;
        font-size: 2em;
        line-height: 0em;
        background: #fff;
}
.page_arrow_left,.page_arrow_right{
    position: absolute;
    bottom: 42.5%;
    width: 2.5%;
    height: 21%;
}
.page_arrow_left{
    left: 19%;
}
.page_arrow_right{
    right: 19%;
}
.paclr.page_arrow_left{
    left: 14%;
    bottom: 38%;
}
.paclr.page_arrow_right{
    right: 13.7%;
    bottom: 38%;
}
.modal_mont_a, .modal_shm_a, .modal_tont_a{
    position: absolute;
    bottom: 29%;
    left: 29%;
    height: 5%;
    width: 61%;
}
.modal_shm_a{
    bottom: 35%;
}
.bg_thankyou{
    background-image: url(../Images/w/bg-d.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.custom_form_ds label{
	    font-family: nycarlsbergdisplay-bold,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: #fff;
}
.custom_form_ds input.form-control, .custom_form_ds textarea.form-control{
	display: inline-block;
    padding: 10px 35px 10px 15px;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 50px;
    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;
}
 label.error{
     width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
 }
 .form-control.error {
     border-color: red; 
    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;
}
.custom_form_ds .label-box:after{
	top: 7px;
    left: 0;
    right: 0;
    height: 7px;
    width: 7px;
    margin: auto;
    content: "";
    position: absolute;
    background-color: #abcd54;
    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: nycarlsbergdisplay-regular;
/*    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: 14px 18px;
    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: 11px;
    display: inline-flex;
    width: auto;
    color: #fff;
    background-color: #abcd55;
    border: 3px solid #abcd55;
}
.custom_form_ds button.btn.btn-primary.btnV2{
    -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: 14px 18px;
    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: 11px;
    display: inline-flex;
    width: auto;
    color: #fff;
}
.custom_form_ds button.btn.btn-primary.btnV2:hover{
      color: #006939;
  background-color: transparent;
  border-color: #006939;
}
.custom_form_ds button.btn.btn-primary:hover{
/*	color: #006939;*/
/*	background-color: transparent;*/
/*	border-color: #006939;*/
    opacity: .5;

}
.custom_form_ds .invalid-feedback{
    color: #8a1f11 !important;
    background: transparent !important;
    font-family: nycarlsbergdisplay-regular,arial;
    letter-spacing: 1px;
    align-self: center;
}
.custom_form_ds .label-text{
	/*font-family: nycarlsbergdisplay-bold,arial;*/
}
.custom_form_ds .form-control-file{
	    display: inline-block;
    padding: 10px 35px 10px 15px;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 50px;
    position: relative;
    border: 1px solid #ced4da;
    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;
}
.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: 10px 35px 10px 15px;
    margin: 0;
    height: auto;
    width: 100%;
    min-height: 50px;
    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: nycarlsbergdisplay-bold,arial;
}
.button--dark:hover .button__text {
    color: #fff;
}
body, html{
        background-color: #016937;
    height: 100vh;
}
.cny2022-tnc-body{
     background-color: #016937;
}
.cny2022-tnc-body.text-white table{
    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(255, 255, 255);
}
.module-text__manchet{
    color: #000;
    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: 225px;
    height: auto;
}
.agegate__logo-container {
    padding: 25px 20px 10px;
}
.agegate__markets {
    display: none!important;
}
.agegate__date-box {
    background-color: #ffffff;
    /*color: #000;*/
    color: #01522d;
}
.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: #01522d;
    color: #000;
    -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;
}

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

@media (max-width:992px) {
    .bg_thankyou{
    background-size: contain;
    background-image: url(../Images/w/bg-m.jpg);
/*        background-image: url(../Images/bg_top_m.jpg);*/
    }
    .modal_mont_a, .modal_shm_a, .modal_tont_a{
        left: 6%;
        bottom: 33%;
        height: 4%;
        width: 88%;
    }
    .modal_shm_a{
        bottom: 36%;
    }
    .page_arrow_left,.page_arrow_right{
        bottom: 46%;
        width: 5%;
        height: 14%;
    }
    .page_arrow_left{
        left: 8%;
    }
    .page_arrow_right{
        right: 8%;
    }
    .paclr.page_arrow_right{
        right: 8%;
        bottom: 41%;
    }
    .paclr.page_arrow_left{
        left: 8%;
        bottom: 41%;
    }
}
@media (max-width: 768px){
    .agegate__date-box--focus:after{
        bottom: 10px;
            height: 7px;
    }
    .desktop_vid{
        display:none;
    }
    .mobile_vid{        
        display:block;
    }
	/*.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;
    }*/
}
