@font-face {
    font-family: 'Basic';
       src: url('../fonts/DINPro-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
}
.bg-image{
    height:100vh;
    min-height: 800px;
}

@media only screen and (max-device-width: 424px) and (orientation: portrait) {
    .bg-image {
        width: 100vw;
        height:100vh;
    }
}

@media only screen and (max-device-width: 800px) and (orientation: landscape) {
    .bg-image {
        width: 100vw;
        height: auto;
    }
}
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }



  /* Style the input fields */
  .input-field {
    width: 100%;
    padding: 10px;
    outline: none;
  }


.content-container{
    display:inline-block;
    position:relative;
}
.bg-long{
    min-height: 100%;
    height: 100vh;
    background: url(../assets/background.png) no-repeat center center fixed;
    /* background-size:100% 100vh;
    background-size: cover; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;

}
.pos-abs{
    position: absolute;
    left:50%;
    top:0%;
    transform: translate(-50%,0);
    /* height:100vh; */
}
@media (max-width:767px) , (min-width:767px) and (max-height:10px){
    .pos-abs{
        position:relative;
        left:0%;
        width:100vw;
        transform:unset;
        background-image: url(../assets/background.png);
        background-size:cover;
        background-repeat: no-repeat;
        background-position: top;
        height:100vh;

    }
    .bg-image{
        display:none;
    }
}
@media (min-width: 700px)  {
    .bg-long{
        background-size:cover;
        background-position: top;
    }
}
@media (min-height:670px){
    .pos-abs{
        height: 100vh;
    }
}
@media (min-height:780px){
    .pos-abs{
        height: 100vh;
    }
}


.card{
    background-color:rgba(255,255,255,0.7) !important;
    border-radius: 25px !important;
    margin-top: 20% !important;
    margin-bottom:3vh !important;
    min-height:82vh;
    box-shadow: 0px 1px 35px 5px rgba(0,0,0,0.61);

}
@media(min-height:800px){
    .card{
        margin-top: 25% !important;

    }
}
.card-2{
    background-color:rgba(0,46,109,0.85) !important;
    border-radius: 25px !important;
    /* box-shadow: 0px 1px 57px 2px rgba(0,0,0,0.42); */
    box-shadow: 0px 1px 35px 5px rgba(0,0,0,0.61);
    color:white;

}
.over{
    overflow-y: scroll;

}
.over::-webkit-scrollbar {
    display: none;
}
/* @media (min-width: 800px)  {
    .over{
        overflow-y:unset;
    }
} */

.pdpa-bg{
    background-color: rgba(255,255,255,0.8);
    padding:3px;
    /* margin-left:50px;
    margin-right:50px; */
    border-radius: 4px;
    box-sizing: content-box;
}
.bold{
    font-weight: 900;
}
.consent-age-gate{
    font-family:DINPro-Medium !important ;
}

.input-box{
    width: 40px;
    height:52px;
    font-size: x-large;
    margin-left:5px;
    border-color:#002E6D;
    text-align: center;
}

.age-btn {
    color: #fff;
    font-size: medium;
    text-align: center;
    height:40px;
    width:100px;
    border-radius: 5px;
    font-weight: 100;
    font-family:DINPro-Medium !important ;
}

.campaign-ended-btn {
    color: #fff;
    font-size: medium;
    text-align: center;
    border-radius: 5px;
    font-weight: 100;
    font-family:DINPro-Medium !important ;
}

.age-btn-yes {
    background-color: #0073CC;
    border-color: #0073CC;
}

.age-btn-no {
    background-color: #D52922;
    border-color: #D52922;
}

.select-style{
    color:#E38F26 !important;
    background-color:rgba(0,0,0,0);
    border-color:#E38F26;
    border-radius: 20px;
    cursor: pointer;
    /* text-align: center;
    text-align-last:center;
    text-align-last: -webkit-center; */

}
  /* Style the form icons */
  .icon {
    margin-top:auto;
    margin-bottom:auto;
    right:0%;
    background: rgba(0,0,0,0);
    color: #E38F26;
    /* min-width: 50px; */
    text-align: right;
  }


.select-style:active .select:hover{
    background-color:red;
}
.select-style:focus{
    background-color:rgba(0,0,0,0);
    border-color:#E38F26;
}
.select-style:read-only{
    background-color:rgba(0,0,0,0);
    border-color:#E38F26;
}

a {
    font-family:"DINPro-Black";
    color:#002E6D;
}

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

.custom-display{
    display:block;
}

@media (max-width:370px){
    .custom-display{
        display:inline;
    }
}


.logo{
    margin-top:20px;
    height: 30vw;
    max-height: 160px;
}

.logo > img {
    height: 100%;
}

.title {
    font-size: medium;
    font-weight: bold;
    font-family: DINPro-Black !important;
    line-height: 22px;
    margin: 0px;
}

.sub-title {
    font-size: small;
    font-family: DINPro-Medium !important;
    line-height: 20px;
}

.standard-font {
    font-size: x-small;
    font-family: DINPro-Medium !important;
    padding: 0px;
    margin: 0px;
}

.tnc-spacing {
    margin-top: 80px;
}

@media only screen and (max-width: 500px) {
    .standard-font {
        font-size: 2.5vw;
    }
}
