@charset "UTF-8";
/* CSS Document */

.text-secondary-blu {
	color: #134d65 !important;
}




//* ----------------------------------*//




/* INIZIO Breadcrumb UNO */

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body, html {
            height: 100%;
        }

        .breadcrumb-container {
            position: relative;
            width: 100%;
            height: 500px; /* Puoi adattare l'altezza */
            background-image: url('../images/slider-01.jpg'); /* Sostituisci con l'URL della tua immagine */
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .breadcrumb-text {
            font-size: 36px;
            font-weight: bold;
            color: white;
            text-align: center;
        }

        .evidenziato-celeste {
            background: rgba(26, 131, 191, 0.6);
            padding: 5px 10px;
        }

/* FINE Breadcrumb UNO */




/* ----------------------------------*/



/* INIZIO Rating votazione corso */

 .rating-container {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            margin: 20px auto;
        }

.question {
            margin-bottom: 15px;
        }

        .question p {
            margin-bottom: 5px;
        }

        .bar-container {
            background-color: #e0e0e0;
            border-radius: 20px;
            height: 20px;
            width: 100%;
            margin-bottom: 10px;
        }

        .bar {
            height: 100%;
            border-radius: 20px;
            background-color: #1a83bf;
            text-align: right;
            line-height: 20px;
            padding-right: 10px;
            color: white;
            font-weight: bold;
        }

        .rating-value {
            font-size: 18px;
            color: #333;
            margin-top: -5px;
        }

.spazio-verticale-domande {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* FINE Rating votazione corso */





/* ----------------------------------*/




/* INIZIO Valutazione corso */

.rating-valutazione {
            background-color: #fff;
            padding: 20px;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            max-width: 600px;
            margin: 0 auto;
        }

.question-valutazione {
            margin-bottom: 20px;
        }

        .stars input[type="radio"] {
            display: none;
        }

        .stars label {
            font-size: 30px;
            color: #ccc;
            cursor: pointer;
        }

        .stars input[type="radio"]:checked ~ label,
        .stars label:hover,
        .stars label:hover ~ label {
            color: #f0ad4e;
        }

        .average-rating {
            margin-top: 20px;
            font-size: 18px;
            font-weight: bold;
            color: #333;
        }

        .submit-button {
            margin-top: 20px;
            padding: 10px 15px;
            background-color: #1a83bf;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .submit-button:hover {
            background-color: #146b97;
        }

/* FINE Valutazione corso */