/*noinspection CssUnknownTarget*/
:root {
    --highlight-color: white;
    --input-text-color: #000;
    --background-color: #fff;

    --background-color-btn: #2fac4c;
    --primary-color-btn: white;

    --bs-link-color-rgb: white;

}

html, .container-fluid {
    height: 100%;
    min-height: 100vh;
}

body {
    min-height: 100%;
    font-family: 'Vorwerk-Light', 'Arial', sans-serif;
    color: #fff;
    background-color: var(--background-color);
    font-size: 13px;
}

.body-background {
    width: 100%;
    height: 100%;
    background: #172f53 url(/assets/img/sfondo_1.jpg) no-repeat top fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
}

.body-background-2 {
    width: 100%;
    height: 100%;
    background: #172f53 url(/assets/img/sfondo_2.jpg) no-repeat top fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    z-index: 1;
}

.logo_header {
    height: 110px;
    margin-top: 30px;
}

.pos-auth {
    /*    position: absolute;
        bottom: 10%;
        width: 100%;*/
    margin-top: 280px;
}

.vogliamo-luna {
    font-family: 'Vorwerk-Regular', 'Arial', sans-serif;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
}


.btn-project {
    font-family: 'Vorwerk-Regular', 'Arial', sans-serif;
    background: var(--background-color-btn);
    color: var(--primary-color-btn);
    border: none;
    border-radius: 12px;
    padding: 5px 15px;
    text-align: center;
}

.btn-project:hover {
    transform: scale(1.1);
    background: var(--background-color-btn);
    color: var(--primary-color-btn);
}

.btn-photo {
    font-family: 'Vorwerk-Regular', 'Arial', sans-serif;
    background: transparent;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 5px 15px;
    text-align: center;
    /*font-size: 25px;*/
}

.btn-photo:hover {
    transform: scale(1.1);
    background: transparent;
    color: white;
    border: 2px solid white;
}

.team-w {
    font-family: 'Vorwerk-Regular', 'Arial', sans-serif;
    background: var(--background-color-btn);
    color: var(--primary-color-btn);
    border: none;
    text-align: center;
    border-radius: 5px;
    padding: 4px 15px;
    --bs-btn-font-size: 1rem;
    font-size: 1rem;
}

.text-underline {
    text-decoration: underline;
}

.text-link {
    color: white;
    /*text-decoration: none;*/
}

.text-link-privacy {
    color: #c8c8c8;
    text-decoration: underline;
    font-size: 11px;
    line-height: 15px;
    /*text-decoration: none;*/
}

.text-reserved {
    color: #c8c8c8;
    text-align: center;
    margin-top: 80px;
    font-size: 11px;
    line-height: 15px;
    /*text-decoration: none;*/
}

.form-control {
    /*    border-radius: 30px;
        border: 1px solid #fff;
        font-size: 18px;
        padding: 8px 15px 8px 15px;
        background: var(--background-color-input-field);
        color: #000;*/
    /*height: 40px;
    box-sizing: border-box;
    font-family: inherit;*/
    font-family: 'Vorwerk-Light', 'Arial', sans-serif;
    color: #fff;
    width: 100%;
    outline: 0;
    margin-top: 0 !important;
    font-size: 1rem;
    background: #9a9fa3;
    border: 1px solid #fff;
    border-radius: 7px !important;
    padding: 7px 10px;

}

.form-control:focus {
    background: #9a9fa3;
    color: #fff !important;
    /* border: 1px solid #26e5e9;*/
}

.input-group-text {
    background: transparent;
    color: #fff;
    font-style: italic;
}

input::placeholder {
    font-family: 'Vorwerk-Light', 'Arial', sans-serif;
    font-style: italic;
    color: #fff !important;
}

.form-check-label {
    color: #9a9fa3;
}

.form-check-input-custom {
    background: #041227;
}

.form-check-input-custom:checked::after {
    /*    content: '\2713'; !* Simbolo di spunta ✓ *!
        color: white;*/
    /*    background: #041227;
        background-color: #041227;
        border-color: #041227;*/
}

.form-check-input-custom:checked {
    /*    background: #041227;
        background-color: #041227;*/
    background-color: #041227;
    border-color: white;
}


.form-check-input-custom {
    appearance: none;
    background-color: transparent;
    border: 1px solid #9a9fa3;
    width: 1em;
    height: 1em;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-check-input-custom:checked {
    background-color: transparent;
}

.form-check-input-custom:checked::after {
    content: '\2713';
    font-size: 12px;
    color: #9a9fa3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}


.form-switch .form-check-input {
    width: 3.5em;
    height: 23px;
}

.form-switch .form-check-input:checked {
    background-color: #00aa45;
    border-color: #00aa45;
}

.testo-fasi {
    font-family: 'Vorwerk-Regular', 'Arial', sans-serif;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 80px;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}

.container-cicle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row-cicle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
}

.col-33 {
    width: 33.3333%;
    display: flex;
    align-items: center;

}

.circle {
    width: 60px;
    height: 60px;
    background-color: transparent;
    border: 2px solid white;
    border-radius: 50%;
    position: relative;
}

.moon {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.moon-black {
    background-color: black;
}

.shadow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}

.shadow-2 {
    background-color: #0a0f1c;
    left: 12px;
    clip-path: circle(50% at 37% 50%);
}

.shadow-3 {
    background-color: #0a0f1c;
    left: 19px;
    top: 50%;
    clip-path: circle(50% at 22% 50%);
}

.shadow-4 {
    background-color: #0a0f1c;
    left: 28px;
    top: 50%;
    clip-path: circle(50% at 5% 50%);
    border-radius: 0;
}

.shadow-5 {
    left: 3px;
    top: 50%;
    clip-path: circle(50% at 25% 50%);
    background-color: white;
}

.shadow-6 {
    left: 3px;
    top: 50%;
    clip-path: circle(50% at 40% 50%);
    background-color: white;
}

.shadow-7 {
    left: -2px;
    top: 50%;
    background-color: white;
    width: 60px;
    height: 60px;
}

.line-v {
    width: 2px;
    height: 50px;
    background-color: white;
    position: relative;
}

.line-v-add {
    width: 2px;
    height: 20px;
    background-color: white;
    position: relative;
}

.label-event {
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    padding: 1px 10px;
}

.label-event-completed {
    background-color: #2fac4c;
    border: none;
    border-radius: 5px;
}


.div-button {

}

.label-event-completed-not-yet {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 11px;
    text-transform: uppercase;
}

.label-event-completed {
    background-color: #2fac4c;
    border: none;
    /*    color: white;
        padding: 5px 10px;
        border: none;
        border-radius: 5px;
        font-size: 11px;
        text-transform: uppercase;*/
}

.titolo-privacy {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.testo-privacy {
    font-size: 15px;
    line-height: 28px;
    /*padding: 20px;*/
    /*border: 1px solid white;*/
    /*border-radius: 15px;*/
}

.titolo-evento {
    margin-top: 50px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}
.sottotitolo-evento {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
  /*  text-transform: uppercase;*/
}
.descr-evento {
    margin-top: 25px;
    font-size: 22px;
    text-align: center;
}


.data-evento {
    margin-top: 8px;
    font-size: 15px;
    line-height: 17px;
    text-transform: uppercase;
}


.no-img-evento {
    margin-top: 7px;
    height: 200px;
    border: 1px solid white;
}

.titolo-no-vinto {
    font-family: 'Vorwerk-Bold', 'Arial', sans-serif;
    margin-top: 50px;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 44px;

}

.grazie {
    font-family: 'Vorwerk-Bold', 'Arial', sans-serif;
    margin-top: 15px;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c954e;
}

.testo-no-vinto {
    margin-top: 20px;
    font-size: 21px;
    line-height: 21px;
    height: 250px;
}

.preview-image {
    max-width: 100%;
    margin-top: 20px;
}

.uploadBox {
    width: 80%;
    max-width: 300px;
    height: 20px;
    border: 2px dashed #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}

/* css delle missioni */
.filepond--image-preview-markup {
    display: none;
}

.preview-image {
    max-width: 250px;
    padding: 5px;
}

.preview-delete-image {
    max-width: 250px;
    color: white;
    background: transparent;
    position: absolute;
    top: 20px;
    right: 5px;
    border: 1px solid white;
    border-radius: 5px;
}


.arrow-right-custom {
    height: 60px;
}

.img-vinto {
    max-width: 480px
}

.canvas_qr {
    width: 100%;
}


.div-risposta {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    /*background-color: #f6f8f4;*/
    background-color: transparent;
    color: white;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 15px;
    border: 2px solid white;
    accent-color: green;
    padding-left: 12px;
}

.div-risposta:hover {
    /*border: 1px solid green;*/
    transform: scale(1.05);
    background-color: #efefef;
    color: black;
}

.input-risposta:hover + .label-risposta {
    color: black; /* Cambia il colore del testo */
}

.div-risposta:has(input[type="radio"]:checked) {
    transform: scale(1.01);
    /*
    border: 2px solid #2fac4c;
    font-size: 19px;
    color: green;
    */
    background-color: #efefef;
}


.input-risposta:checked + .label-risposta {
    color: black; /* Cambia il colore del testo */
}

.div-risposta-image {
    border-radius: 12px;
    padding: 0;
    margin-bottom: 40px;
}
.div-risposta-image:hover {
    /*border: 1px solid green;*/
    transform: scale(1.10);
    background-color: transparent;
    color: black;
}
.div-risposta-image:has(input[type="radio"]:checked) {
    transform: scale(1.10);
    padding: 5px;
    border: 2px solid green;
    background: white;
}

.input-risposta {
    /*flex: 0 0 50px;*/
    border: 1px solid #2bc10f;
   /* width: 30px;
    height: 30px;*/
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
}

.label-risposta {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    /*font-weight: 400;*/
    letter-spacing: -0.50px;
    text-align: left;
    padding: 10px 10px 10px 8px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0rem;
}

.label-risposta-image {
    padding: 0px;
    text-align: center;
}



.img-risposta {
    width: 200px;
    height: auto;
    cursor: pointer;
    transition: transform 0.3s ease;
    /*  border: 2px solid transparent;
      border-radius: 10px;*/
}

.golden-ticket {
    cursor: pointer;
    max-width: 200px;
}

@media (max-width: 768px) {

    .img-vinto {
        width: 100%
    }

    .body-background {
        width: 100%;
        height: 100%;
        background: #172f53 url(/assets/img/sfondo_1.png) no-repeat top fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        z-index: 1;
    }

    .body-background-2 {
        width: 100%;
        height: 100%;
        background: #172f53 url(/assets/img/sfondo_2.png) no-repeat top fixed;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        z-index: 1;
    }

    .logo_header {
        height: 75px;
        margin-top: 30px;
    }

    .vogliamo-luna {
        margin-top: 40px;
        font-size: 28px;
    }

    .pos-auth {
        /*bottom: 5%;*/
        margin-top: 210px;
    }

}


@media (max-width: 370px) {

    .row-cicle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 250px;
    }

    .circle {
        width: 60px;
        height: 60px;
        background-color: transparent;
        border: 2px solid white;
        border-radius: 50%;
        position: relative;
    }
}

