@font-face {
    font-family: 'regularFont';
    src: url('../fonts/gotham_book.woff2') format('woff2'),
         url('../fonts/gotham_book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'boldFont';
    src: url('../fonts/gotham_medium.woff2') format('woff2'),
         url('../fonts/gotham_medium.woff') format('woff');
    font-weight: bold;
    font-style: bold;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'regularFont';
    /*background-color: #000;
    background-attachment: fixed;
    background: url(../img/home/bg.jpg) center top no-repeat;
    background-size: cover;
    font-weight: 500;*/
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;

    background: #510100;
/*
    background: rgb(209,206,193);
    background: url("../img/bg.jpg") center top no-repeat; /*, linear-gradient(0deg, rgba(242,240,237,1) 0%, rgba(209,206,193,1) 100%);*//*
    background-size: cover;*/
}

body {
    padding-bottom: 10vh;
    background: url('../img/main-bg.png') center bottom no-repeat #660000;

    .smoking-kills {
        background: white;
        color: #000;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        text-align: center;
        text-transform: uppercase;
        font-size: 24px;
        min-height: calc(10vh - 30px);
        line-height: calc(10vh - 30px);
    }
}
.smoking-kills .desc {
    font-size: 11px;
    line-height: 10px;
    padding: 10px;
    background: #000;
    color: white;
}

body.is-login{
    padding-bottom: 0px;

    .smoking-kills {
        display: none;
    }
}

::selection {
    background-color: rgba(133, 29, 25, 0.342);
    color: white;
}

img {
    display: block;
    max-width: 100%;

    -webkit-user-drag: none;
    -html-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

.new-luckies-pack {
    width: 400px;
    margin: 0px auto;
}

svg {
    max-width: 100%;
}

a{
    text-decoration: underline;
    text-decoration: none;
}
a, a:hover, a:focus, a:active {
    color: white;
}

a:hover {
    text-decoration: none;
}

a, button {
    outline: none !important;
    box-shadow: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .bold-font{
    font-family: 'boldFont';
}
h4, p {
    margin: 0px;
    padding-bottom: 20px;
}

.text-center {
    text-align: center;
}

.vertical-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#main {
    height: 100%;
}

.content-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0px auto;
    min-height: 100%;
    /*height: 100%;*/
    padding-top: 70px;
}

.no-padding {
    padding: 0px !important;
}

.hidden {
    display: none;
}

.regular-font {
    font-family: 'regularFont';
}
.bold-font {
    font-family: 'boldFont';
}

footer {

}

footer, footer a{
    /*color: #a6a6a6;*/
}
footer a {
    margin: 0px 20px;
}

header {
    
}

/* ========== HOEMPAGE ========== */

.content-wrapper.home {
    padding-top: 0px;
}

.text-welcome {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 10px;
    /*color: #9F9880;*/
}

.loading {
    background: rgba(0,0,0,0.5);

    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

.home #myForm {
    max-width: 400px;
    margin: 0px auto;
}

.logout-wrapper {
    padding: 5px; 
    
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
body.swal2-height-auto {
    height: inherit !important;
}

.btn-logout img {
    width: 40px;
}

.select2-container--default li {
    color: #000;
}

/* ========== end HOMEPAGE ========== */


/* ========== LANGUAGE SELECT PAGE =========== */

.language .welcome-wrapper {
    padding-bottom: 30px;
}

h4.title {
    font-size: 18px;
    font-family: 'boldFont';
}
p.desc {
    font-size: 16px;
    font-family: 'regularFont';
}

.content-wrapper.has-btn {
    padding-bottom: 160px;
    position: relative;
}

.btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    font-family: 'regularFont';
    padding: 15px;
    width: 100%;
    border: none;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active {
    background: #A60000;
    background: #ff1f34;
}
.btn.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active{
    background: #959181;
}

.btn.btn-primary.disabled {
    opacity: 1;
}
.btn-primary.disabled {
    color: rgba(255,255,255,0.4);
}

.btn-bottom {
    width: 400px;
    max-width: 100%;
    margin: 0px;

    position: absolute;
    left: 50%;
    bottom: 70px;

    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.btn-bottom.extra-padding {
    padding: 0px 7px;
}

.select2-container span.select2-selection--single {
    height: 58px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single span.select2-selection__arrow {
    height: 58px;
    width: 40px;
}

.select2-container--default .select2-selection--single span.select2-selection__rendered {
    text-align: left;
    padding: 10px 20px;
    line-height: 38px;
}

.select2-dropdown {
    margin-top: 5px;
    overflow: hidden;

    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
    border-radius: 8px !important;
}

ul#select2-language_select-results li {
    border-top: rgba(112,112,112,0.2) solid 1px;
    padding: 10px 20px;
}

.select2-container--default.select2-container--open.select2-container--below span.select2-selection--single, 
.select2-container--default.select2-container--open.select2-container--below span.select2-selection--multiple {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.select2-container--open span.select2-dropdown--below {
    border: none;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 14px;
    height: 9px;
    background: url('../img/icon-arrow-down.svg') left top no-repeat;
    border: none;
    margin-left: -7px;
    margin-top: -5px;
}
span.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
}

/* ========== end LANGUAGE SELECT PAGE =========== */


/* ========== CONFIRMATION PAGE ========== */

.btn-bottom .col-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.agree label {
    padding-left: 30px;
    position: relative;
}

.agree input[type="checkbox"] {
    position: absolute;
    left: 9px;
    top: 5px;
}

.swal2-popup {
    /*max-height: 90%;*/
}

.swal2-title {
    font-size: 26px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    text-transform: uppercase;
}

.swal2-content {
    font-size: 16px;
}

.privacy-wrapper {
    padding: 20px;
    border: 1px solid #ced4da;
    background: white;
    color: #000;
    height: 300px;
    overflow-y: scroll;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.privacy-wrapper ul {
    list-style: lower-latin;
    padding-left: 20px;
}
.privacy-wrapper a {
    color: #000;
}

/* ========== end CONFIRMATION PAGE ========== */



/* ========== OTP PAGE ========== */

.otp-wrapper {
    padding-top: 30px;
}

.otp-answer {
    font-family: 'boldFont';
}

.row.input-layout {
    background: white;
    height: 58px;
    line-height: 38px;
    padding: 10px 0px;
    border: 1px solid #ced4da;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.row.input-layout label {
    color: #808080;
    padding-right: 0px;
    text-align: left;
}

.input-layout input[type="text"] {
    line-height: normal;
    height: 100%;
    border: none;
    padding-left: 0px;
}

select#language_select,
select#state {
    height: 58px;
    padding-left: 20px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}/*
.select-wrapper::after {
    content: '>';
    font: 17px "Consolas", monospace;
    color: #333;
    padding: 0 0 2px;
    pointer-events: none;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);

    position: absolute;
    top: 18px;
    right: 30px;
}*/

.verify-otp {
    background: rgba(255,255,255,0.5);
    padding: 20px 10px;
    border: rgba(150,147,133,0.5) solid 1px;
    
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

input#otp {
    width: 100%;
    height: 58px;
    padding: 10px 15px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.otp-answer .col-4 {
    padding-right: 0px;
}

.confirmOtpForm .otp-answer .row {
    min-height: 58px;
}

a.resend {
    line-height: 58px;
    color: #A60000;
}

.resend img {
    display: inline;
    margin-right: 10px;
}

a.resend.disabled {
    opacity: 0.5;
}

.surveyForm input[type="text"] {
    display: block;
    width: 100%;
    outline: none;
}

/* ========== end OTP PAGE ========== */



/* ========== QUIZ PAGE ========== */

.isAuto {
    height: auto;
}

.surveyForm ol {
    padding: 0px 20px 0px 30px;
}

.surveyForm ol li {
    padding-bottom: 20px;
}

.surveyForm p {
    padding-bottom: 10px;
}

.survey-01 .form-group {
    /*text-align: center;*/
}

.surveyForm input[type="checkbox"] {
/*    display: block;*/
    margin: 0px 10px 10px 0px;
}

.surveyForm label {
    margin-bottom: 0px;
}

/* ========== end QUIZ PAGE ========== */




/* ========== REGISTER PAGE ========== */

.std-input {
    width: 100%;
    height: 58px;
    padding: 10px 20px;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.register .form-group {
    padding-bottom: 10px;
}

.interest-wrapper {
    padding-left: 30px;
    padding-top: 10px;
    height: 0px;
    overflow: hidden;

    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.interest-yes:checked + .interest-wrapper {
    height: 75px;
}

.error {
    font-size: 12px;
    color: #F89406;
    padding-top: 5px;
    display: none;
}
.has-error .error {
    display: block;
}
.has-error .std-input,
.has-error .input-layout,
.has-error select {
    border: #A60000 solid 2px;
}

.input-interest .col-12.error {
    padding-left: 18px;
    padding-left: 0px;
}

.registerForm .radio-block {
    display: block;
}

/* ========== end REGISTER PAGE ========== */




/* ========== thank you PAGE ========== */

h4.title.title-big {
    font-size: 36px;
}

/* ========== end thank you PAGE ========== */


/* ========== BA LOGIN PAGES ========== */

#qrcode {
    display: inline-block;
    width: auto;
    margin: 0px auto;
    padding: 30px;
    background: white;
}

#qrcode img {
    margin: 0px auto;
}

/* ========== end BA LOGIN PAGES ========== */


.swal2-popup{
    background: #660000;
}
.swal2-popup .bold-font {
    color: white;
}
.swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.8);
}


/* ========== RESPONSIVE ========== */

@media (max-width:1280px){

}

@media (min-width:1025px) and (max-width: 1279px){

}    

@media (max-width:1024px){

}


@media (max-width: 1023px) {
    
}

@media (min-width: 992px) and (max-width: 1023px){
    
}

@media (max-width: 991px){

}

@media (min-width: 769px) and (max-width: 990px){
    
}

@media (max-width: 768px) {
    
}

@media (max-width: 767px) {
    body {
        background-size: 1280px auto;
    }
    
    #qrcode {
        max-width: 300px;
        padding: 0px;
        margin: 0px auto;
    }

    #qrcode canvas {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
}

@media (max-width: 536px){

}

@media (max-width: 575px){

}

@media (min-width: 426px) and (max-width: 505px){

}


@media (max-width: 425px){

}

@media (max-width: 320px){

}

@media (max-width: 767px), (device-width: 414px) and (device-height: 896px), (device-width: 896px) and (device-height: 414px), (device-width: 375px) and (device-height: 812px), (device-width: 812px) and (device-height: 375px){
    
}

@media (max-width: 520px),  (device-width: 414px) and (device-height: 896px) and (orientation: portrait), (device-width: 375px) and (device-height: 812px) and (orientation: portrait) {
    
}