@import url("/css/main.css");

body {
    background-image: none;
}

.btn-general span  {
    font-family: AvBlack;
}
.regulament-btn{
    font-family: AvBlack !important;

}
#main {
    width: 100vw;
    height: 100vh;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.regulament-btn {
    font-family: AvBold;
    background-color: #f2cc12;
    color: black;
    padding: 10px 15px;
    border: 5px solid;
    text-decoration: none;
    font-size: 1.25vw;
    border-radius: 8px;
    border-color: white;
}

.btn-general {
    font-family: Gotham-Book;
    background-color: #fff;

    color: white;
    padding: 10px 35px;
    border-radius: 5px;
    border: 5px solid black;
    text-decoration: none;
    font-size: 1.25vw;
    cursor: pointer;
    border-color: white;
}
.btn-general.disabled {background:rgb(125, 150, 118);color:#FFF;}

.btn-general:hover {
    background-color: rgb(125, 150, 118);
    text-decoration: none;
}

.container-cfheck {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    font-family: MyriadPro-Regular;
}

.container-cfheck div {
    margin-bottom: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.container-cfheck div p {
    margin-left: 0.5em;
    color: white;
    font-size: 1vw;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
}

.div-datepicker {
    position: relative;
}

.datepicker {
    position: relative;
}

.datepicker-input {
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
}

.datepicker-input input {
    width: 90%;
}

.bootstrap-datetimepicker-widget {
    position: absolute;
    background-color: #313030;
    color: white;
    border-radius: 10px;
    z-index: 10;
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background-color: darkgrey;
}

.checkbox-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.checkbox-container img {
    width: 50px;
}

.checkbox-container label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.checkbox-container label p {
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.checkbox-container .container-cfheck {
    text-align: left;
    font-family: gotham-medium, Helvetica, sans-serif;
    color: white;
    font-size: 0.75em;
}

/* The container */
.container-cfheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 1.25em;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-cfheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 3px solid white;
    border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.container-cfheck:hover input ~ .checkmark {
    background-color: orange;
}

/* When the checkbox is checked, add a blue background */
.container-cfheck input:checked ~ .checkmark {
    background-color: orange;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-cfheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-cfheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.man {
    margin: 10px 0 10px 0;
}

.title {
    color: black;
    font-size: 40px;
    font-family: gotham-medium;
    margin-bottom: 10%;
}

.btn-general {
    background-color: #f2cc12
}

.regulament-btn,
.btn-general {
    font-family: AvBold;
}

.checkbox-container label p {
    font-family: gotham-light;
}

@media screen and (orientation: landscape) {
    .main-inscriere {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-top: 0;
    }

    .car {
        width: 35%;
        margin-left: 7.5vw;
        margin-top: 10em;
    }

    .formular-title {
        width: 50%;
        margin-bottom: 2em;
    }

    .formular {
        width: 40%;
        text-align: center;
        margin-right: 7.5vw;
    }

    .field {
        margin-bottom: 1em;
    }

    .field input {
        width: 100%;
        font-size: 1.75vw;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px solid;
        padding: 2.5px;

    }

    .submit-part {
        margin-top: 1.5em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 1em;
    }
}

@media screen and (orientation: landscape) and (max-width: 1000px) and (max-height: 700px) {
    .main-inscriere {
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #main {
        margin-top: 10em;
        margin-bottom: 2em;
    }

    .formular {
        width: 75%;
        margin: 0;
    }
}

@media screen and (orientation: portrait) {
    #main {
        height: 100%;
        margin-top: 5em;
    }

    .logo {
        margin-top: 0em;
        margin-bottom: 0;
        width: 75%;
    }

    .main-inscriere {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .car {
        width: 75%;
        margin-left: 0em;
        margin-top: 3em;
    }

    .formular-title {
        width: 75%;
        margin-bottom: 2em;
    }

    .formular {
        width: 90%;
        text-align: center;
    }

    .field {
        margin-bottom: 1em;
    }

    .field input {
        width: 100%;
        font-size: 5vw;
        padding: 5px 10px;
        margin-left: -5px;
        background: transparent;
        padding: 2.5px;
        border: none;
        font-family: AvBold, sans-serif;
        background-color: white;
        border-radius: 7px;
    }

    .submit-part {
        margin-top: 1.5em;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 1em;
    }

    .regulament-btn {
        font-size: 18px;
        margin-bottom: 2em;
    }

    .btn-general {
        font-size: 18px;
        width: 50%;
    }
}

.regulament-1,
.checkbox-container label p {
    color: #000;
    font-family: AvBold, sans-serif;
    font-size: 12px;
}
.container-cfheck .checkmark::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-cfheck input:checked ~ .checkmark {
    background-color: #f2cc12;
}
.bg_inscriere {
    width: 200%;
}
.title {
    margin: 0 auto;
    width: 90%;
    margin-top: 10%;
    margin-bottom: 10%;
}
.disclaimer_2 {
    margin: 0 auto;
    margin-top: -10%;
}

.disclaimer__text {
    font-size: 12px;
    font-family: AvLight;
    text-align: center;
    width: 90%;
}
.prize {
    margin: 0 auto;
    width: 95%;
}
@media (min-width: 600px) {
    .regulament-btn {
        font-size: 24px;
    }
    .btn-general {
        font-size: 25px;
        width: 50%;
    }
    .regulament-1,
    .checkbox-container label p {
        font-size: 15px;
    }
    .disclaimer__text {
        font-size: 14px;
    }
    .field input {
        font-size: 24px;
    }
    .buy__text {
        width: 70%;
    }
    .prize {
        margin: 0 auto;
        margin-top: 2%;
        width: 90%;
    }
}
@media (min-width: 1024px) {
    .buy__text {
        width: 30%;
    }
    .lg__home {
        width: 20%;
        position: absolute;
        top: 1%;
        left: 2%;
    }
    .title {
        width: 25%;
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 5%;
        right: 5%;
    }
}
@media (min-width: 1024px) {
    .field input {
        font-size: 14px;
    }
    #main {
        align-items: flex-end;
    }
    .regulament-btn {
        font-size: 12px;
    }
    .btn-general {
        font-size: 12px;
        width: 50%;
    }
    .regulament-1,
    .checkbox-container label p {
        font-size: 10px;
    }
    body {
        /* background-image: url("/assets/inscriere/bg-inscriere.png"); */
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }
    .prize {
        width: 50%;
        position: absolute;
        left: 0%;
        top: 11%;
    }
    .disclaimer__text {
        display: none;
    }
    .buy__text {
        position: absolute;
        left: 10%;
        top: 40%;
    }
    .buy__text {
        width: 40%;
        left: 8%;
        top: 50%;
    }
    #main {
        height: auto;
    }
    .checkmark {
        position: absolute;
        top: 4px;
        left: 15px;
        height: 20px;
        width: 20px;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 2px;
    }
    .field input {
        width: 100%;
        padding: 5px 10px;
        margin-left: -5px;
        background: transparent;
        padding: 2.5px;
        border: none;
        border-bottom: 4px solid #f2cc12;
        font-family: AvBold, sans-serif;
        box-shadow: none;
        font-size: 14px;
    }
    .container-cfheck {
        margin-bottom: 0.25rem;
    }

    #main {
        height: 100vh;
    }
    .bg_inscriere {
        display: none;
    }
    .title {
        top: 10%;
        right: 10%;
    }
    .formular {
        margin-top: 0%;
    }
    .submit-part {
        margin: 0;
    }
    body {
        overflow-y: scroll;
    }
    .prize {
        width: 45%;
        position: absolute;
        left: 5%;
        top: 15%;
    }
    .regulament-btn {
        font-size: 15px;
        padding: 6px;
        width: 50%;
    }
    .btn-general {
        font-size: 21px;
        padding: 11px;
        width: 30%;
    }
    .container-cfheck .checkmark::after {
        left: 5px;
        top: 2px;
        width: 5px;
        height: 10px;
    }
    .formular {
        margin-top: -4%;
    }
    .disclaimer_2_desktop {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .regulament__options {
        margin-left: 5%;
        margin-top: -2%;
    }
    .prize {
        margin-top: 0;
    }
}

@media (min-width: 1200px) {
    #main {
        height: auto;
    }
    .regulament-1,
    .checkbox-container label p {
        font-size: 10px;
    }
    .buy__text {
        top: 53%;
    }
    .field {
        margin-bottom: 8px;
    }
    .regulament-btn {
        font-size: 13px;
        width: 35%;
    }
    .btn-general {
        font-size: 22px;
        padding: 9px;
    }
    .formular {
        margin-top: 2%;
    }
    .prize {
        width: 40%;
        left: 8%;
    }
    .buy__text {
        width: 35%;
        left: 10%;
    }
    .title {
        width: 20%;
    }
    .disclaimer_2_desktop {
        position: absolute;
        bottom: 0;
        width: 70%;
        right: 15%;
    }
}

@media (min-width: 1300px) {
}

@media (min-width: 1400px) {
    .field {
        margin-bottom: 15px;
    }
    .regulament-btn {
        font-size: 16px;
        width: 32%;
    }
    .btn-general {
        font-size: 25px;
        padding: 11px;
    }
    .regulament-1,
    .checkbox-container label p {
        font-size: 12px;
    }
    .disclaimer_2_desktop {
        position: absolute;
        bottom: 0;
        width: 100%;
        right: 0;
    }
    .formular {
        margin-top: 4%;
    }
}

@media (min-width: 1500px) {
    .formular {
        margin-top: 3%;
    }
}

@media (min-width: 1900px) {
    .field input {
        font-size: 23px;
    }
    .regulament-1,
    .checkbox-container label p {
        font-size: 17px;
    }
    .regulament-btn {
        font-size: 21px;
        width: 30%;
        padding: 12px;
        border-radius: 10px;
    }
    .btn-general {
        font-size: 38px;
        padding: 15px;
        border-radius: 10px;
    }
    .checkmark {
        position: absolute;
        top: 4px;
        left: 8px;
        height: 25px;
        width: 25px;
    }
    .container-cfheck .checkmark::after {
        left: 5px;
        top: 1px;
        width: 8px;
        height: 15px;
    }
}


.regulament-btn {
    padding: 10px 35px;
    width:70%;
}
.btn-general span{
    color:black;
    white-space: nowrap;
}
.btn-general{
    width:70%;
}
.background_input{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-color: #f2cc12;
    padding:1rem;
    border-radius: 10px;
    gap:2rem;
    border: 5px solid white;
    width:100%;
}
.background_input label{
width:30%;
font-family:AvBold, sans-serif;
}
.background_input input{
    width:70%;
    }

    @media(min-width:1000px){
        .btn-general span {
            font-size: 16px;
        }
        .regulament-btn {
            font-size: 16px;
        }
        .field input{
            background:white;
        }
        .background_input label {
            white-space: nowrap;
            text-align: left;
        }
        .background_input {
            padding: 0.475rem;
        }
        .field {
            margin-bottom: 0.575rem;
        }

        .formular{
            margin-top:0%;
            width:55%;
            margin-right:0;
        }
        #main{
            align-items: center;
        }
        .btn-general{
            font-size:15px;
            padding:11px 35px;
            width:35%;
        }
        .regulament-btn{
            width:35%;
        }
        .regulament-1, .checkbox-container label p {
            font-size: 12px;
        }
        .field input{
            border-radius:10px;
        }
        .regulament-btn{
            font-size:15px;
        }
    }

    @media(min-width:1360px){
        .btn-general span {
            font-size:15px;
        }
        .field input{
            font-size:18px;
        }
    }
    @media(min-width:1600px){
        .background_input label {
            white-space: nowrap;
            font-size: 20px;
        }
        .regulament-1, .checkbox-container label p {
            font-size: 16px;
        }
    }

    @media(min-width:1900px){
        .field input {
            font-size: 24px;
        }
        .background_input label {
            white-space: nowrap;
            font-size: 24px;
        }
        .btn-general span {
            font-size: 30px;
        }
        .regulament-btn {
            font-size: 30px;
        }
        .regulament-1, .checkbox-container label p {
            font-size: 18px;
        }
        .background_input {
            padding: 1rem;
        }
        .formular{
            width:55%;
        }
        .menu li a {
      font-size:24px;
        }
    }