/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 13 mar 2024, 10:11:36
    Author     : Michele
*/


body, html {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    color: #333;
    width: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

.head{
    width: 100%;
    height: 600px;
    position: relative;
}

.header {
    max-height: 100px;
}

.testata {
    width: 100%;
    height: 500px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.intestazione {
    position: relative;
    top: -136px;
    background-color: #f0f8ff87;
}

div.card-title {
    font-weight: 700;
    background-color: #eeedfb;
    color: #00239c;
    font-size: 1.3rem;
    width: 100%;
    padding: 1rem;
    border: 1px solid #d3dbdb;
    font-family: "Outfit", sans-serif;
}

p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}
p.enhanced {
    border: 1px solid #006280;
    padding: 1em;
    background-color: aliceblue
}
p.note {
    color: black;
}

span.price {
    font-weight: 700;
    color: #00239c;
    opacity: .8;
}
span.conto {
    font-weight: 700;
    color: #545353;
}

.myshadow {
    box-shadow: 0 10px 20px 0 rgba(0,35,156,.16);
    padding: 1em;
}

hr.colored {
    border: none;
    height: 5px;
    background: linear-gradient(to right, transparent 10%, #007BFF 30%, #024c9c 70%, transparent 90%);
    border-radius: 5px;
    width: 100%;
}

ul.triangolo {
    list-style-type: none; /* Rimuove i punti elenco predefiniti */
    padding-left: 0; /* Rimuove il padding a sinistra */
}

ul.triangolo li {
    position: relative;
    padding-left: 20px; /* Spazio per il triangolo */
    line-height: 2rem;
    font-size: 1.1rem;
}

ul.triangolo li::before {
    content: '▶\00a0'; /* Triangolo seguito da uno spazio non separabile */
    position: absolute;
    left: 0;
}

ul.info {
    list-style-type: none; /* Rimuove i punti elenco predefiniti */
    padding-left: 0; /* Rimuove il padding a sinistra */
}

ul.info li {
    position: relative;
    padding-left: 20px; /* Spazio per il triangolo */
    line-height: 2rem;
    font-size: 1.1rem;
}

ul.info li::before {
    content: '\2714\00a0';
    position: absolute;
    left: 0;
}

span.value {
    font-weight: 700;
    color: #00239c;
    font-size: 1rem;
}
span.label {
    font-weight: normal;
    color: #333 ;
    font-size: 1rem;
}

.infostudente {
    background-color: #edf2fbba;
    border-style: solid;
    border-top-color: #dfedf4;
    border-left-color: #dfedf4;
    border-bottom-color: #E8E8E894;
    border-width: 1.5px;
    border-right-color: #E8E8E894;
}

.creditcard {
    background-image: url("/javax.faces.resource/images/CreditCard.png.xhtml") !important;
    background-size:  32px 32px;
    height:32px !important;
    width:32px !important;
    top: 12px !important;
}
.upload {
    background-image: url("/javax.faces.resource/images/upload.png.xhtml") !important;
    background-size:  32px 32px;
    height:32px !important;
    width:32px !important;
    top: 12px !important;
}
.pagaora {
    height: 40px;
    color: #222 !important;
    font-weight: 600;
}
.pagaora .ui-button-text {
    margin-left: 20px;
}

.ui-fileupload .ui-fileupload-buttonbar {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}
.ui-fileupload .ui-fileupload-content {
    border: none !important;
}

body .ui-growl .ui-growl-item-container.ui-growl-info {
    background: #e2fff3 !important;
}

.ui-growl-message {
  width: 80% !important;
  text-align: justify;
}

.ui-growl-item-container {
    opacity: 1 !important;
}
.ui-growl {
    min-width: 400px;
    position: fixed !important;
    top: 33% !important; /* Centra verticalmente, modifica secondo necessità */
    left: 50%;
    transform: translate(-50%, -50%) !important; /* Adegua per centrare perfettamente */
}

@media screen and (max-width: 575px) {
    html, body {
        font-size: .9rem !important;
        padding: .3rem;
    }
    
    .xs\:hide {
        display: none !important;
    }
    
    .xs\:col-2 {
        width: 16.66% !important;
    }
    .xs\:col-3 {
        width: 25% !important;
    }
    .xs\:col-4 {
        width: 33% !important;
    }
    
    
    .xs\:col-12 {
        width: 100% !important;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .lg\:flex {
        flex: 1;
    }
}

@media screen and (min-width: 1200px) {
}