﻿/* ---------- SCHEDE DI ISCRIZIONE ALLE ATTIVITA' #FEU26 ---------- */
/* Usato da: /servizio/item9.aspx (caccia al tesoro), /servizio/item10.aspx (smielatura) */

.ct-card {
    max-width: 900px;
    margin: 0 auto;
    background: #ffffff;
    border: 1px solid #E4E1DA;
    border-radius: 18px;
    padding: 45px 50px 50px 50px;
    box-shadow: 0px 3px 30px #0000000d;
}

.ct-eyebrow {
    font: normal normal 600 14px/17px Inter;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #1E5AA8;
    margin-bottom: 12px;
}

.ct-card h2 {
    margin: 0px;
    padding: 0px;
    font-size: 34px;
    line-height: 40px;
    color: #161615;
}

.ct-sottotitolo {
    font: normal normal 300 20px/28px acumin-pro;
    color: #6B6862;
    margin-top: 6px;
}

.ct-separatore {
    height: 1px;
    background: #E4E1DA;
    margin: 28px 0px;
}

.ct-posti {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #EDF5E4;
    border-radius: 10px;
    padding: 16px 20px;
    color: #3F5B22;
    font: normal normal 300 18px/24px acumin-pro;
    margin-bottom: 30px;
}

    .ct-posti.esauriti {
        background: #FBE9E7;
        color: #8B2F20;
    }

    .ct-posti b {
        font-weight: 600;
    }

.ct-gruppo {
    margin-top: 26px;
}

.ct-gruppo-titolo {
    display: flex;
    align-items: center;
    gap: 10px;
    font: normal normal 600 20px/24px Inter;
    color: #161615;
}

    .ct-gruppo-titolo .material-icons-outlined {
        color: #1E5AA8;
        font-size: 22px;
    }

.ct-gruppo-nota {
    font: normal normal 300 16px/22px acumin-pro;
    color: #8A8781;
    margin: 4px 0px 14px 32px;
}

.ct-label {
    display: block;
    font: normal normal 600 17px/22px Inter;
    color: #161615;
    margin-bottom: 8px;
}

.ct-riga {
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

    .ct-riga > div {
        flex: 1 1 220px;
    }

    .ct-riga > div.ct-stretto {
        flex: 0 0 120px;
    }

.ct-riga + .ct-riga {
    margin-top: 20px;
}

.ct-card .TB_Informazioni {
    width: 100%;
    height: 52px;
    border: 1px solid #D8D4CC;
    border-radius: 10px;
    background: #fff;
    padding: 5px 14px;
    font: normal normal 300 18px/40px acumin-pro;
    color: #161615;
}

.ct-card select.TB_Informazioni {
    height: 52px;
}

.ct-card .contenitorerichiestacheckbox {
    margin-top: 30px;
}

.ct-card .contenitorerichiestapulsanti {
    margin-top: 30px;
}

.ct-regolamento {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    color: #161615;
    text-decoration: underline;
    font: normal normal 600 16px/20px Inter;
}

.ct-elencoregole li {
    margin-bottom: 8px;
}

/* BOX INFORMATIVO CON DATA / ORARIO / LUOGO */
.ct-info {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    background: #F7F6F3;
    border-radius: 12px;
    padding: 22px 26px;
    margin-bottom: 10px;
}

    .ct-info div span {
        display: block;
        font: normal normal 600 12px/16px Inter;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        color: #8A8781;
        margin-bottom: 4px;
    }

    .ct-info div b {
        font: normal normal 600 18px/24px Inter;
        color: #161615;
    }

#closepopup {
    background-color: #fff;
    color: black;
    border: none;
    padding: 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 0;
}

@media all and (max-width: 767px) {
    .ct-card {
        padding: 30px 22px 35px 22px;
        border-radius: 14px;
    }

        .ct-card h2 {
            font-size: 26px;
            line-height: 32px;
        }

    .ct-riga {
        gap: 12px;
    }

        .ct-riga > div,
        .ct-riga > div.ct-stretto {
            flex: 1 1 100%;
        }

    .ct-info {
        gap: 16px;
    }
}
