/* _content/natasciacirillolash/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
body[b-hrqur0pmtt], html[b-hrqur0pmtt] {
    margin: 0;
    padding: 0;
    height: 100%;
}

.login-container[b-hrqur0pmtt] {
    background: rgba(255, 255, 255, 0.4);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 350px;
    text-align: left; /* Cambia da center a left */
    margin-top: 50px; /* Sposta il contenitore più in alto */
}

    .login-container h2[b-hrqur0pmtt] {
        margin-bottom: 15px;
        text-align: center; /* Rendi il titolo centrato */
    }

.input-group[b-hrqur0pmtt] {
    margin-bottom: 15px;
    display: flex; /* Aggiungi per il layout a colonna */
    flex-direction: column; /* Allinea gli input verticalmente */
}

    .input-group label[b-hrqur0pmtt] {
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .input-group input[b-hrqur0pmtt] {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box; /* Per includere il padding nella larghezza */
    }

.login-button[b-hrqur0pmtt] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #ff80ab;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

    .login-button:hover[b-hrqur0pmtt] {
        background-color: #ff4081;
    }

.row[b-hrqur0pmtt] {
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Cambia da center a flex-start */
    height: 100%; 
    margin-top: 4vh; /* Aggiungi un margine superiore per spostare il form più in alto */
}
/* _content/natasciacirillolash/Views/Appuntamento/AddOrEditAppuntamentiPartialView.cshtml.rz.scp.css */
#modal[b-qm7ltkiejc] {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content[b-qm7ltkiejc] {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-out;
}


.close[b-qm7ltkiejc] {
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .close:hover[b-qm7ltkiejc],
    .close:focus[b-qm7ltkiejc] {
        color: #333;
    }


@media (max-width: 767px) {
    .modal-content[b-qm7ltkiejc] {
        margin-top: 50%;
        z-index: 2000;
    }
}


input.form-control[b-qm7ltkiejc] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button[b-qm7ltkiejc] {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-qm7ltkiejc] {
        background-color: #218838;
    }


.modal-content[b-qm7ltkiejc] {
    max-height: 80vh;
    overflow-y: auto;
}
/* _content/natasciacirillolash/Views/Appuntamento/DetailsDay.cshtml.rz.scp.css */
.container[b-89699sqpkh] {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 280px;
    position: fixed;
    min-height: 100vh;
    padding-top: 0px !important;
    padding-left: 0 !important;
}

.titleapp[b-89699sqpkh]{
    text-align:left !important;
    margin-left:10% !important;
    flex-grow:1 !important;
   
}
.table-container[b-89699sqpkh] {
    max-height: 70vh;
    overflow-y: auto;
    width:80% !important;
}

@media (max-width: 768px) {
    .container[b-89699sqpkh] {
        padding-top: 20% !important;
        margin-left:3% !important;
        margin-right:3% !important;
    }
    .table-container[b-89699sqpkh] {
        max-height: 60vh;
        overflow-y: auto;
        width: 100% !important;
    }
    .titleapp[b-89699sqpkh] {
        text-align: center !important;
      
    }
}


/* _content/natasciacirillolash/Views/Clienti/AddClientiPartialView.cshtml.rz.scp.css */
#modal[b-pz6jqzrrf7] {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content[b-pz6jqzrrf7] {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-out;
}


.close[b-pz6jqzrrf7] {
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .close:hover[b-pz6jqzrrf7],
    .close:focus[b-pz6jqzrrf7] {
        color: #333;
    }


@media (max-width: 767px) {
    .modal-content[b-pz6jqzrrf7] {
        margin-top: 50%;
        z-index: 2000;
    }
}


input.form-control[b-pz6jqzrrf7] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button[b-pz6jqzrrf7] {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-pz6jqzrrf7] {
        background-color: #218838;
    }


.modal-content[b-pz6jqzrrf7] {
    max-height: 80vh;
    overflow-y: auto;
}
/* _content/natasciacirillolash/Views/Clienti/Index.cshtml.rz.scp.css */
/* Layout di base per dispositivi desktop */
.container[b-h484h7anpe] {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 280px;
    padding-top: 40px;
    position: fixed;
    min-height: 100vh;
    
}


.search-bar[b-h484h7anpe] {
    width: 50%;
    padding: 12px;
    margin: 10px 0;
    font-size: 1rem;
    border: 1px solid pink;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.3s ease;
}

    .search-bar:focus[b-h484h7anpe] {
        border-color: green;
        outline: none;
    }



.list[b-h484h7anpe] {
  /*  display: table;*/
    width: 50%;
    padding: 0;
    list-style: none;
    max-height: 45vh;
    overflow-y: auto;
}

   .list-item:not(:last-child)[b-h484h7anpe] {
        border-bottom: 1px solid black; /* Linea tra gli item, tranne per l'ultimo */
    }
.list-item[b-h484h7anpe] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.content[b-h484h7anpe] {
    flex-grow: 1; /* Occupa tutto lo spazio disponibile */
    flex-shrink: 1;
    padding-right: 20px; /* Distanza tra il testo e le icone */
    min-width: 0; /* Evita che il testo forzi il layout */
    overflow: hidden;
    text-overflow: ellipsis; /* Se il testo è troppo lungo, lo taglia con "..." */
    white-space: nowrap;
}

.actions[b-h484h7anpe] {
    display: flex;
    align-items: center;
    gap: 15px; /* Spazio tra le icone */
    flex-shrink: 0; /* Impedisce alle icone di ridursi */
}
    .actions button[b-h484h7anpe] {
        border: none;
        background: none;
        font-size: 20px; /* Modifica la dimensione dell'icona */
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .actions button:hover[b-h484h7anpe] {
            color: #151A2D; /* Colore dell'icona al passaggio del mouse */
        }
    /* Correzione del padding/margin per i form */
    .actions form[b-h484h7anpe] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

.edit-client[b-h484h7anpe] {
    color: orange;
}

.delete[b-h484h7anpe] {
    color:red
}
.add-client[b-h484h7anpe] {
    position: fixed; /* Posizionamento fisso */
  
    background-color: #28a745; /* Colore verde */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .add-client:hover[b-h484h7anpe] {
        background-color: #218838; /* Colore verde scuro al passaggio del mouse */
        
    }

    .add-client:focus[b-h484h7anpe] {
        outline: none; /* Rimuove il bordo di focus */
    }

    .add-client:active[b-h484h7anpe] {
        background-color: #1e7e34; /* Colore verde più scuro quando il bottone è premuto */
    }





/* Layout per dispositivi mobili */
@media (max-width: 768px) {
    .container[b-h484h7anpe] {
        margin-top: 15%;
        margin-left: auto;
    }

    .search-bar[b-h484h7anpe] {
        font-size: 0.95rem;
        width: 90%;
    }

    .list[b-h484h7anpe] {
        list-style: none;
        padding: 0;
        max-height: 45vh;
        overflow-y: auto;
        width: auto;
    }

    .modal-content[b-h484h7anpe] {
        width: 90%;
    }

    .list-item[b-h484h7anpe] {
        display: flex;
        justify-content: space-between; /* Mantiene testo e icone sulla stessa linea */
        align-items: center;
        padding: 10px;
    }

    .content[b-h484h7anpe] {
        flex-grow: 1; /* Occupa tutto lo spazio disponibile */
        /*padding-right: 100px;*/ /* Distanza tra testo e icone */
        min-width: 0; /* Impedisce il forzamento del layout */
        overflow: hidden;
        text-overflow: ellipsis; /* Taglia il testo lungo con "..." */
        white-space: nowrap;
        font-size:14px;

    }

    .actions[b-h484h7anpe] {
        display: flex;
        align-items: center;
        gap: 12px; /* Spazio tra le icone */
        flex-shrink: 0; /* Impedisce che si comprimano */
    }

        .actions button[b-h484h7anpe],
        .actions form[b-h484h7anpe] {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            border: none;
            background: none;
        }

        .actions i[b-h484h7anpe] {
            font-size: 18px; /* Mantiene le icone della stessa dimensione */
        }

    .edit[b-h484h7anpe] {
        background: orange;
    }

    .delete[b-h484h7anpe] {
        background: red;
    }
}

/* _content/natasciacirillolash/Views/Corso/AddCorsiPartialView.cshtml.rz.scp.css */
#modal[b-bdc05hunuo] {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.modal-content[b-bdc05hunuo] {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 90%;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-out;
}

.close[b-bdc05hunuo] {
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .close:hover[b-bdc05hunuo],
    .close:focus[b-bdc05hunuo] {
        color: #333;
    }

.modal-row[b-bdc05hunuo] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.modal-left[b-bdc05hunuo]{
    margin-top:5%;
}

.modal-left[b-bdc05hunuo], .modal-right[b-bdc05hunuo] {
    width: 48%;
    margin-bottom: 15px;
}

@media (max-width: 767px) {

   
    .modal-left[b-bdc05hunuo]{
        margin-top:auto;
    }


    .modal-left[b-bdc05hunuo], .modal-right[b-bdc05hunuo] {
        width: 100%;
    }

    .modal-content[b-bdc05hunuo] {
        margin-top: 30%;
        z-index: 2000;
    }
}

input.form-control[b-bdc05hunuo] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button[b-bdc05hunuo] {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-bdc05hunuo] {
        background-color: #218838;
    }

.modal-content[b-bdc05hunuo] {
    max-height: 80vh;
    overflow-y: auto;
}

.image-preview-container[b-bdc05hunuo] {
    position: relative;
   
}

.image-preview[b-bdc05hunuo] {
    max-height: 150px;
    width: auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    display:block !important
}

.delete-icon[b-bdc05hunuo] {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    z-index: 2;
}

.image-preview-container:hover .delete-icon[b-bdc05hunuo] {
    display: block;
}
/* _content/natasciacirillolash/Views/Corso/Details.cshtml.rz.scp.css */
*[b-rr9o114hv9] {
    box-sizing: border-box;
}

body[b-rr9o114hv9] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 20px;
    background: #f8f8f8;
    color: #333;
}

.container[b-rr9o114hv9] {
    width:100%;
    margin: 0 auto;
    margin-top:5%;
    
    padding: 20px;
    border-radius: 12px;
   
}

h1[b-rr9o114hv9] {
    text-align: start;
    margin-bottom: 30px;
    font-size:3rem;
}

.corso-content[b-rr9o114hv9] {
    display: flex;
    flex-direction: column;
}

.colonna[b-rr9o114hv9] {
    margin-bottom: 20px;
}

    .colonna img[b-rr9o114hv9] {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }

.info-date[b-rr9o114hv9] {
    color: gray;
    margin-bottom: 10px;
    font-size:1rem;
}

.descrizione[b-rr9o114hv9] {
    margin-bottom: 20px;
    font-size:1.2rem;
}

.whatsapp-btn[b-rr9o114hv9] {
    display: inline-block;
    background-color: #25D366;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 30px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

    .whatsapp-btn:hover[b-rr9o114hv9] {
        background-color: #1ebe5d;
    }

@media(min-width: 768px) {
    .corso-content[b-rr9o114hv9] {
        flex-direction: row;
        gap: 40px;
    }

    .colonna[b-rr9o114hv9] {
        flex: 1;
    }

}
/* _content/natasciacirillolash/Views/Corso/Index.cshtml.rz.scp.css */
/* Layout di base per dispositivi desktop */
.container[b-zj2drr0fmn] {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 280px;
    padding-top: 40px;
    position: fixed;
    min-height: 100vh;
    
}

.search-bar[b-zj2drr0fmn] {
    width: 50%;
    padding: 12px;
    margin: 10px 0;
    font-size: 1rem;
    border: 1px solid pink;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.3s ease;
}

    .search-bar:focus[b-zj2drr0fmn] {
        border-color: green;
        outline: none;
    }



.list[b-zj2drr0fmn] {
    /*  display: table;*/
    width: 50%;
    padding: 0;
    list-style: none;
    max-height: 45vh;
    overflow-y: auto;
}

.list-item:not(:last-child)[b-zj2drr0fmn] {
    border-bottom: 1px solid black; /* Linea tra gli item, tranne per l'ultimo */
}

.list-item[b-zj2drr0fmn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.content[b-zj2drr0fmn] {
    flex-grow: 1; /* Occupa tutto lo spazio disponibile */
    flex-shrink: 1;
    padding-right: 20px; /* Distanza tra il testo e le icone */
    min-width: 0; /* Evita che il testo forzi il layout */
    overflow: hidden;
    text-overflow: ellipsis; /* Se il testo è troppo lungo, lo taglia con "..." */
    white-space: nowrap;
}
.content-flex[b-zj2drr0fmn] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cover-thumbnail[b-zj2drr0fmn] {
    flex-shrink: 0;
}

.course-cover[b-zj2drr0fmn] {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.text-content[b-zj2drr0fmn] {
    flex-grow: 1;
    min-width: 0;
}
.actions[b-zj2drr0fmn] {
    display: flex;
    align-items: center;
    gap: 15px; /* Spazio tra le icone */
    flex-shrink: 0; /* Impedisce alle icone di ridursi */
}

    .actions button[b-zj2drr0fmn] {
        border: none;
        background: none;
        font-size: 20px; /* Modifica la dimensione dell'icona */
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .actions button:hover[b-zj2drr0fmn] {
            color: #151A2D; /* Colore dell'icona al passaggio del mouse */
        }
    /* Correzione del padding/margin per i form */
    .actions form[b-zj2drr0fmn] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

.edit-client[b-zj2drr0fmn] {
    color: orange;
}

.delete[b-zj2drr0fmn] {
    color: red
}

.add-client[b-zj2drr0fmn] {
    position: fixed; /* Posizionamento fisso */

    background-color: #28a745; /* Colore verde */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .add-client:hover[b-zj2drr0fmn] {
        background-color: #218838; /* Colore verde scuro al passaggio del mouse */
    }

    .add-client:focus[b-zj2drr0fmn] {
        outline: none; /* Rimuove il bordo di focus */
    }

    .add-client:active[b-zj2drr0fmn] {
        background-color: #1e7e34; /* Colore verde più scuro quando il bottone è premuto */
    }





/* Layout per dispositivi mobili */
@media (max-width: 768px) {
    .container[b-zj2drr0fmn] {
        margin-top: 15%;
        margin-left: auto;
    }


    .search-bar[b-zj2drr0fmn] {
        font-size: 0.95rem;
        width: 90%;
    }

    .list[b-zj2drr0fmn] {
        list-style: none;
        padding: 0;
        max-height: 45vh;
        overflow-y: auto;
        width:auto;
    }

    .modal-content[b-zj2drr0fmn] {
        width: 90%;
    }

    .list-item[b-zj2drr0fmn] {
        display: flex;
        justify-content: space-between; /* Mantiene testo e icone sulla stessa linea */
        align-items: center;
        padding: 10px;
    }

    .content[b-zj2drr0fmn] {
        flex-grow: 1; /* Occupa tutto lo spazio disponibile */
        /*padding-right: 100px;*/ /* Distanza tra testo e icone */
        min-width: 0; /* Impedisce il forzamento del layout */
        overflow: hidden;
        text-overflow: ellipsis; /* Taglia il testo lungo con "..." */
        white-space: nowrap;
        font-size: 14px;
    }
    .course-cover[b-zj2drr0fmn] {
        width: 40px;
        height: 40px;
    }
    .actions[b-zj2drr0fmn] {
        display: flex;
        align-items: center;
        gap: 12px; /* Spazio tra le icone */
        flex-shrink: 0; /* Impedisce che si comprimano */
    }

        .actions button[b-zj2drr0fmn],
        .actions form[b-zj2drr0fmn] {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            border: none;
            background: none;
        }

        .actions i[b-zj2drr0fmn] {
            font-size: 18px; /* Mantiene le icone della stessa dimensione */
        }

    .edit[b-zj2drr0fmn] {
        background: orange;
    }

    .delete[b-zj2drr0fmn] {
        background: red;
    }
}
/* _content/natasciacirillolash/Views/Dashboard/Index.cshtml.rz.scp.css */
.container[b-gpths4l6cp] {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 280px;
    padding-top: 40px;
    position: fixed;
    min-height: 100vh;
    
}
.dashboard[b-gpths4l6cp] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 5%;
    width: 100%;
    max-width: 1400px;
    max-height: 80vh;
}

.widget[b-gpths4l6cp] {
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    background: rgba(255, 255, 255, 0.37); /* vetro semitrasparente */
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    color: black;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 240px;
    box-sizing: border-box;
}

    .widget:hover[b-gpths4l6cp] {
        transform: translateY(-8px);
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    }

    /* Rimuoviamo i colori singoli */
    /*.widget.red,
    .widget.blue,
    .widget.green,
    .widget.orange,
    .widget.purple,
    .widget.yellow {
        background: rgba(255, 255, 255, 0.37);*/ /* vetro anche su queste */
    /*}*/

.widget-title[b-gpths4l6cp] {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.widget-number[b-gpths4l6cp] {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1920px) {
    .dashboard[b-gpths4l6cp] {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 5%;
        width: 100%;
        max-width: 1200px;
        max-height: 80vh;
    }
    .widget[b-gpths4l6cp] {
        height: 200px;
    }

    .widget-title[b-gpths4l6cp] {
        font-size: 2rem;
    }

    .widget-number[b-gpths4l6cp] {
        font-size: 2rem;
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .container[b-gpths4l6cp] {
        margin-top: 15%;
        margin-left: auto;
    }

    .dashboard[b-gpths4l6cp] {
        grid-template-columns: 1fr;
        max-height: 60vh;
        overflow-y: auto;
    }

    .widget[b-gpths4l6cp] {
        height: 200px;
    }

    .widget-title[b-gpths4l6cp] {
        font-size: 1rem;
    }

    .widget-number[b-gpths4l6cp] {
        font-size: 3rem;
    }
}
/* _content/natasciacirillolash/Views/Finanze/AddIncassoPartialView.cshtml.rz.scp.css */
#modal[b-ci1xontdqp] {
  
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  
    overflow: auto;  
}

.modal-content[b-ci1xontdqp] {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-out;
}


.close[b-ci1xontdqp] {
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .close:hover[b-ci1xontdqp],
    .close:focus[b-ci1xontdqp] {
        color: #333;
    }


@media (max-width: 768px) {
    .modal-content[b-ci1xontdqp] {
        margin-top: 50%;
        z-index: 2000;
    }
}


input.form-control[b-ci1xontdqp] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button[b-ci1xontdqp] {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-ci1xontdqp] {
        background-color: #218838;
    }


.modal-content[b-ci1xontdqp] {
    max-height: 80vh;
    overflow-y: auto;
}
/* _content/natasciacirillolash/Views/Finanze/Index.cshtml.rz.scp.css */
.container[b-v6az8lpw0j] {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 280px;
    padding-top: 40px;
    position: fixed;
    min-height: 100vh;
 
}

.page-container[b-v6az8lpw0j] {
    padding: 20px;
    font-family: 'Segoe UI', sans-serif;
    max-width: 900px;
    margin: auto;
}

.date-selector[b-v6az8lpw0j] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0; /* Spazio sopra e sotto */
}

/* Stile elegante in stile Apple */
.ios-style-date-picker[b-v6az8lpw0j] {
    appearance: none;
    background-color: #F2F2F7;
    border: none;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 25px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    max-width: 300px;
    text-align: center;
    box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    /* Effetto al focus */
    .ios-style-date-picker:focus[b-v6az8lpw0j] {
        outline: none;
        background-color: #E5E5EA;
    }


.glass-card[b-v6az8lpw0j] {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    color: black;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0));
}

    .glass-card h2[b-v6az8lpw0j] {
        font-size: 24px;
        margin-bottom: 10px;
    }

.incasso[b-v6az8lpw0j] {
    font-size: 32px;
    font-weight: bold;
}

.table-container[b-v6az8lpw0j] {
    overflow-x: auto;
    max-height:400px;
    overflow-y:auto;
}

table[b-v6az8lpw0j] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

thead[b-v6az8lpw0j] {
    background-color: #eee;
}

th[b-v6az8lpw0j], td[b-v6az8lpw0j] {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.actions[b-v6az8lpw0j] {
    display: flex;
    align-items:center;
    gap: 15px; /* Spazio tra le icone */
    flex-shrink: 0; /* Impedisce alle icone di ridursi */
}

    .actions button[b-v6az8lpw0j] {
        border: none;
        background: none;
        font-size: 20px; /* Modifica la dimensione dell'icona */
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .actions button:hover[b-v6az8lpw0j] {
            color: #151A2D; /* Colore dell'icona al passaggio del mouse */
        }
    /* Correzione del padding/margin per i form */
    .actions form[b-v6az8lpw0j] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

.edit-client[b-v6az8lpw0j] {
    color: orange;
}

.delete[b-v6az8lpw0j] {
    color: red
}

.add-client[b-v6az8lpw0j] {
    position: fixed; /* Posizionamento fisso */

    background-color: #28a745; /* Colore verde */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .add-client:hover[b-v6az8lpw0j] {
        background-color: #218838; /* Colore verde scuro al passaggio del mouse */
    }

    .add-client:focus[b-v6az8lpw0j] {
        outline: none; /* Rimuove il bordo di focus */
    }

    .add-client:active[b-v6az8lpw0j] {
        background-color: #1e7e34; /* Colore verde più scuro quando il bottone è premuto */
    }

@media (max-width: 1920px) {

    .page-container[b-v6az8lpw0j]{
        margin-left:0;
    }
    .table-container[b-v6az8lpw0j] {
        max-height: 200px;
        overflow-y: auto;
        width:100%;
    }
}


@media (max-width: 768px) {
    .container[b-v6az8lpw0j] {
        margin-top: 15%;
        margin-left: auto;
    }

    .incasso[b-v6az8lpw0j] {
        font-size: 24px;
    }

    .glass-card h2[b-v6az8lpw0j] {
        font-size: 18px;
    }

    .ios-style-date-picker[b-v6az8lpw0j] {
        width: 100%;
        max-width: unset;
        padding: 12px 18px;
        font-size: 18px;
    }
    .table-container[b-v6az8lpw0j] {
        max-height: 150px;
        overflow-y: auto;
    }
    .page-container[b-v6az8lpw0j]{
        margin-top:1%;
    }
    .actions[b-v6az8lpw0j] {
        display: flex;
        align-items: center;
        gap: 12px; /* Spazio tra le icone */
        flex-shrink: 0; /* Impedisce che si comprimano */
    }

        .actions button[b-v6az8lpw0j],
        .actions form[b-v6az8lpw0j] {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            border: none;
            background: none;
        }

        .actions i[b-v6az8lpw0j] {
            font-size: 18px; /* Mantiene le icone della stessa dimensione */
        }

    .edit[b-v6az8lpw0j] {
        background: orange;
    }

    .delete[b-v6az8lpw0j] {
        background: red;
    }
}
/* _content/natasciacirillolash/Views/Home/Index.cshtml.rz.scp.css */
body[b-nycja7jf4v] {
    margin: 0;
    background-color: #f9f9f9;
    overflow-x: hidden;
    height: 100vh;
    position: relative;
}



.containerhome[b-nycja7jf4v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    gap: 1rem;
    box-sizing: border-box;
}

.image-container[b-nycja7jf4v] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.imgsfondo[b-nycja7jf4v] {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.text-container[b-nycja7jf4v] {
    flex: 1;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 2rem;
    color: #333;
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease;
}

/* Animazioni iniziali */
.animate-left[b-nycja7jf4v] {
    opacity: 0;
    transform: translateX(-100px);
    transition: all 1s ease;
}

.animate-right[b-nycja7jf4v] {
    opacity: 0;
    transform: translateX(100px);
    transition: all 1s ease;
}

    .animate-left.show[b-nycja7jf4v],
    .animate-right.show[b-nycja7jf4v] {
        opacity: 1;
        transform: translateX(0);
    }

.separator[b-nycja7jf4v] {
    width: 100%;
    text-align: center;
    margin: 40px 0;
    position: relative;
}

    .separator span[b-nycja7jf4v] {
        font-family: 'Playfair Display', serif;
        font-style: italic;
        font-size: 2rem;
        background-color: #fdeef4;
        padding:1px;
        position: relative;
        z-index: 1;
    }

    .separator[b-nycja7jf4v]::before {
        content: "";
        display: block;
        width: 50%;
        height: 1px;
        background-color: #aaa;
        position: absolute;
        top: 50%;
        left: 25%;
        z-index: 0;
    }
.about-me[b-nycja7jf4v] {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    background-color: transparent;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    box-sizing: border-box;
}


/* CARD */
.swiper[b-nycja7jf4v] {
    width: 60%;
    padding: 30px 30px; /* margine laterale */
    box-sizing: border-box;
}

/* CARD */
.course-card[b-nycja7jf4v] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-align: center;
    overflow: hidden;
    padding: 15px;
    transition: transform 0.3s ease;
    width: 250px; /* più piccola */
    margin: 10px;

}

    .course-card img[b-nycja7jf4v] {
        width: 100%;
        height: 300px;
        border-radius: 8px;
    }

    .course-card h3[b-nycja7jf4v] {
        font-size: 2rem;
        margin: 10px 0;
        color: #333;
        height:200px;
    }

/* Bottone */
.course-button[b-nycja7jf4v] {
    background-color: white;
    text-decoration: none;
    border: 2px solid #e91e63;
    color: #e91e63;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

    .course-button:hover[b-nycja7jf4v] {
        background-color: #e91e63;
        color: white;
        border-color: #e91e63;
    }


footer[b-nycja7jf4v] {
    background-color: #a89ca0;
}

.footerContainer[b-nycja7jf4v] {
    width: 100%;
    padding: 70px 30px 20px;
}

.socialIcons[b-nycja7jf4v] {
    display: flex;
    justify-content: center;
}

    .socialIcons a[b-nycja7jf4v] {
        text-decoration: none;
        padding: 10px;
        background-color: white;
        margin: 10px;
        border-radius: 50%;
    }

        .socialIcons a i[b-nycja7jf4v] {
            font-size: 2em;
            color: black;
            opacity: 0,9;
        }
        /* Hover affect on social media icon */
        .socialIcons a:hover[b-nycja7jf4v] {
            background-color: #e91e63;
            transition: 0.5s;
        }

            .socialIcons a:hover i[b-nycja7jf4v] {
                color: white;
                transition: 0.5s;
            }

.footerNav[b-nycja7jf4v] {
    margin: 30px 0;
}

    .footerNav ul[b-nycja7jf4v] {
        display: flex;
        justify-content: center;
        list-style-type: none;
    }

        .footerNav ul li a[b-nycja7jf4v] {
            color: white;
            margin: 20px;
            text-decoration: none;
            font-size: 1.3em;
            opacity: 0.7;
            transition: 0.5s;
        }

            .footerNav ul li a:hover[b-nycja7jf4v] {
                opacity: 1;
            }

.footerBottom[b-nycja7jf4v] {
    background-color: #a89ca0;
    padding: 20px;
    text-align: center;
}

    .footerBottom p[b-nycja7jf4v] {
        color: white;
    }

.designer[b-nycja7jf4v] {
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}


/* Responsive */
@media (max-width: 768px) {
    .containerhome[b-nycja7jf4v] {
        flex-direction: column;
        text-align: center;
    }

    .text-container[b-nycja7jf4v] {
        order: -1;
        font-size: 2rem;
        padding-top: 1rem;
    }

    .image-container[b-nycja7jf4v] {
        order: 1;
    }

    .imgsfondo[b-nycja7jf4v] {
        width: 300px;
        height: 200px;
        object-fit: cover;
    }

    .swiper[b-nycja7jf4v] {
        width: 100%;
    }

    .course-card[b-nycja7jf4v] {
        width: 80%;
        margin: auto;
    }

        .course-card h3[b-nycja7jf4v] {
            font-size: 2rem;
        }

    .course-button[b-nycja7jf4v] {
        font-size: 1rem;
        padding: 7px 14px;
    }

    .footerNav ul[b-nycja7jf4v] {
        flex-direction: column;
    }


        .footerNav ul li[b-nycja7jf4v] {
            width: 100%;
            text-align: center;
            margin: 10px;
        }

    .socialIcons a[b-nycja7jf4v] {
        padding: 8px;
        margin: 4px;
    }
  
}
  
   

/* _content/natasciacirillolash/Views/Shared/_Layout.cshtml.rz.scp.css */

*[b-rkrzn46s6b] {
    touch-action: manipulation;
    
}

body[b-rkrzn46s6b] {
    background-color: #fdeef4;
    overflow-y: auto; /* Permette lo scroll verticale */
    margin: 0; /* Rimuove il margine predefinito */
    padding: 0; /* Rimuove il padding predefinito */
    min-height: 100vh; /* Garantisce che il body abbia almeno l'altezza del viewport */
}
 
.loader-container[b-rkrzn46s6b] {
    position: fixed;
    z-index: 9999;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-out;
}

.loader-gif[b-rkrzn46s6b] {
    width: 100px;
    height: auto;
}


/* Quando la sidebar è ridotta, riduci il margine sinistro */
.sidebar.collapsed + .container[b-rkrzn46s6b] {
    margin-left: 85px; /* Margine ridotto quando la sidebar è ristretta */
}
.sidebar[b-rkrzn46s6b] {
    position: fixed;
    width: 270px;
    margin: 16px;
    border-radius: 16px;
    background: pink;
    height: calc(100vh - 32px);
    transition: width 0.3s ease-in-out;
}

    .sidebar.collapsed[b-rkrzn46s6b] {
        width: 85px;
    }

    .sidebar .sidebar-header[b-rkrzn46s6b] {
        display: flex;
        position: relative;
        padding: 25px 20px;
        align-items: center;
        justify-content: space-between;
    }

.sidebar-header .header-logo img[b-rkrzn46s6b] {
    width: 46px;
    height: 46px;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}

.sidebar-header .toggler[b-rkrzn46s6b] {
    height: 35px;
    width: 35px;
    color: #151A2D;
    border: none;
    cursor: pointer;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: 0.4s ease;
}

.sidebar-header .sidebar-toggler[b-rkrzn46s6b] {
    position: absolute;
    right: 20px;
}

.sidebar-header .menu-toggler[b-rkrzn46s6b] {
    display: none;
}

.sidebar.collapsed .sidebar-header .toggler[b-rkrzn46s6b] {
    transform: translate(-4px, 65px);
}

.sidebar-header .toggler:hover[b-rkrzn46s6b] {
    background: #dde4fb;
}

.sidebar-header .toggler span[b-rkrzn46s6b] {
    font-size: 1.75rem;
    transition: 0.4s ease;
}

.sidebar.collapsed .sidebar-header .toggler span[b-rkrzn46s6b] {
    transform: rotate(180deg);
}

.sidebar-nav .nav-list[b-rkrzn46s6b] {
    list-style: none;
    display: flex;
    gap: 4px;
    padding: 0 15px;
    flex-direction: column;
    transform: translateY(15px);
    transition: 0.4s ease;
}

.sidebar.collapsed .sidebar-nav .primary-nav[b-rkrzn46s6b] {
    transform: translateY(65px);
}

.sidebar-nav .nav-link[b-rkrzn46s6b] {
    color: #fff;
    display: flex;
    gap: 12px;
    white-space: nowrap;
    border-radius: 8px;
    padding: 12px 15px;
    align-items: center;
    text-decoration: none;
    transition: 0.4s ease;
}

.sidebar.collapsed .sidebar-nav .nav-link[b-rkrzn46s6b] {
    border-radius: 12px;
}

.sidebar .sidebar-nav .nav-link .nav-label[b-rkrzn46s6b] {
    transition: opacity 0.3s ease;
}

.sidebar.collapsed .sidebar-nav .nav-link .nav-label[b-rkrzn46s6b] {
    opacity: 0;
    pointer-events: none;
}

.sidebar-nav .nav-link:hover[b-rkrzn46s6b] {
    color: #151A2D;
    background: #fff;
}
.sidebar-nav .nav-link.active[b-rkrzn46s6b] {
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
}
.sidebar-nav .nav-item[b-rkrzn46s6b] {
    position: relative;
}

.sidebar-nav .nav-tooltip[b-rkrzn46s6b] {
    position: absolute;
    top: -10px;
    opacity: 0;
    color: #151A2D;
    display: none;
    pointer-events: none;
    padding: 6px 12px;
    border-radius: 8px;
    white-space: nowrap;
    background: #fff;
    left: calc(100% + 25px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0s;
}

.sidebar.collapsed .sidebar-nav .nav-tooltip[b-rkrzn46s6b] {
    display: block;
}

.sidebar-nav .nav-item:hover .nav-tooltip[b-rkrzn46s6b] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(50%);
    transition: all 0.4s ease;
}

.sidebar-nav .secondary-nav[b-rkrzn46s6b] {
    position: absolute;
    bottom: 30px;
    width: 100%;

}

.navbar[b-rkrzn46s6b] {
    background-color: rgba(255, 255, 255, 0.8); /* bianco semi-trasparente */
    backdrop-filter: blur(10px); /* effetto sfocatura dietro la navbar */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    z-index:900;
}

.logo[b-rkrzn46s6b] {
    font-weight: bold;
    font-size: 1.3rem;
    color: #2c3e50;
}

.menu[b-rkrzn46s6b] {
    display: flex;
    gap: 2rem;
}

    .menu a[b-rkrzn46s6b] {
        text-decoration: none;
        color: #2c3e50;
        font-weight: bold;
        transition: color 0.3s;
    }

        .menu a:hover[b-rkrzn46s6b] {
            color: #7b2cbf;
        }
        .menu a:active[b-rkrzn46s6b] {
            color: #7b2cbf;
        }

.icons[b-rkrzn46s6b] {
    display: flex;
    gap: 1.5rem;
    font-size: 1.2rem;
    color: #2c3e50;
    cursor: pointer;
}
.hamburger[b-rkrzn46s6b] {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
}

.nav-link[b-rkrzn46s6b] {
    position: relative;
    text-decoration: none;
    color: #333;
    padding: 0.5rem;
    transition: color 0.3s ease;
}

.nav-link[b-rkrzn46s6b]::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #8a2be2; /* violetto */
    transition: width 0.3s ease;
}

.nav-link:hover[b-rkrzn46s6b] {
    color: #8a2be2; /* opzionale: cambia anche colore del testo */
}

    .nav-link:hover[b-rkrzn46s6b]::after {
        width: 100%;
    }

.course-button[b-rkrzn46s6b] {
    background-color: white;
    text-decoration: none;
    border: 2px solid #e91e63;
    color: #e91e63;
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
}

    .course-button:hover[b-rkrzn46s6b] {
        background-color: #e91e63;
        color: white;
        border-color: #e91e63;
    }
   
/* Responsive media query code for small screens */
@media (max-width: 1024px) {
    .container[b-rkrzn46s6b] {
        margin-left: auto; /* Nessun margine sinistro su schermi più piccoli */
    }
    .sidebar[b-rkrzn46s6b] {
        width:95%;
        height: 56px;
        margin: 13px;
        overflow-y: hidden;
        scrollbar-width: none;
        width: calc(100% - 26px);
        max-height: calc(100vh - 26px);
    }
  
        .sidebar.menu-active[b-rkrzn46s6b] {
            overflow-y: auto;
        }

        .sidebar .sidebar-header[b-rkrzn46s6b] {
            position: sticky;
            top: 0;
            z-index: 20;
            border-radius: 16px;
            background: pink;
            padding: 8px 10px;
        }

    .sidebar-header .header-logo img[b-rkrzn46s6b] {
        width: 40px;
        height: 40px;
    }

    .sidebar-header .sidebar-toggler[b-rkrzn46s6b],
    .sidebar-nav .nav-item:hover .nav-tooltip[b-rkrzn46s6b] {
        display: none;
    }

    .sidebar-header .menu-toggler[b-rkrzn46s6b] {
        display: flex;
        height: 30px;
        width: 30px;
    }

        .sidebar-header .menu-toggler span[b-rkrzn46s6b] {
            font-size: 1.3rem;
        }

    .sidebar .sidebar-nav .nav-list[b-rkrzn46s6b] {
        padding: 0 10px;
    }

    .sidebar-nav .nav-link[b-rkrzn46s6b] {
        gap: 10px;
        padding: 10px;
        font-size: 0.94rem;
    }

        .sidebar-nav .nav-link .nav-icon[b-rkrzn46s6b] {
            font-size: 1.37rem;
        }

    .sidebar-nav .secondary-nav[b-rkrzn46s6b] {
        position: relative;
        bottom: 0;
        margin: 40px 0 30px;
    }



}
/* Quando la sidebar è ridotta sui dispositivi mobili */
/* Quando la sidebar è ridotta sui dispositivi mobili */
@media (max-width: 768px) {

    body[b-rkrzn46s6b] {
       
        overflow-y: auto;
        overflow-x: auto;
    }
    .container[b-rkrzn46s6b] {
        margin-left: 0px; /* Nessun margine sinistro su schermi più piccoli */
        padding-top: 50px;
        min-height: auto; /* L'altezza può essere adattata */
    }
    .sidebar[b-rkrzn46s6b] {
        width: 90%;
        left: 0;
       z-index: 800;/* Posiziona la sidebar a sinistra */
    }

    .sidebar-nav .nav-link[b-rkrzn46s6b] {
        justify-content: center;
        padding: 12px;
    }

        .sidebar-nav .nav-link .nav-label[b-rkrzn46s6b] {
            font-size: 15px;
        }

    /* Tooltip/Menu laterale */
    .sidebar-nav .nav-tooltip[b-rkrzn46s6b] {
        display: block;
        opacity: 1;
        left: -130px; /* Sposta la tooltip a sinistra quando il menu è compresso */
    }

   

    .menu[b-rkrzn46s6b] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #f8f9fc;
        flex-direction: column;
        padding: 1rem 2rem;
        gap: 1rem;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    }

        .menu.show[b-rkrzn46s6b] {
            display: flex;
        }

    .hamburger[b-rkrzn46s6b] {
        display: block;
    }

    .icons[b-rkrzn46s6b] {
        display: none;
    }

 
}

/* Responsività migliorata per dispositivi medi (max 1920px) */
@media (max-width: 1920px) {
   
    .sidebar[b-rkrzn46s6b] {
        width: 240px;
       /* z-index: 9999;*/ /* Mantieni una larghezza ragionevole per il menu laterale */
    }

    /* Allinea il menu principale sulla sinistra e metti le icone al centro */
    .sidebar-nav .nav-link[b-rkrzn46s6b] {
        padding: 12px;
        justify-content: flex-start; /* Posiziona gli elementi del menu sulla sinistra */
    }

    .sidebar-nav .nav-tooltip[b-rkrzn46s6b] {
        display: block;
        left: -130px; /* Mantiene la tooltip a sinistra anche per dispositivi medi */
    }
}

@media (max-width: 1024px) {
    .sidebar[b-rkrzn46s6b] {
        width: 95%;
        z-index: 9999; /* Mantieni una larghezza ragionevole per il menu laterale */
    }

    /* Allinea il menu principale sulla sinistra e metti le icone al centro */
    .sidebar-nav .nav-link[b-rkrzn46s6b] {
        padding: 12px;
        justify-content: flex-start; /* Posiziona gli elementi del menu sulla sinistra */
    }

    .sidebar-nav .nav-tooltip[b-rkrzn46s6b] {
        display: block;
        left: -130px; /* Mantiene la tooltip a sinistra anche per dispositivi medi */
    }
}



/* _content/natasciacirillolash/Views/TipoAppuntamento/AddTipoAppuntamentoPartialView.cshtml.rz.scp.css */
#modal[b-pv9sl2bzoc] {
  
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  
    overflow: auto;  
}

.modal-content[b-pv9sl2bzoc] {
    background-color: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #ccc;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-out;
}


.close[b-pv9sl2bzoc] {
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    transition: color 0.3s ease;
}

    .close:hover[b-pv9sl2bzoc],
    .close:focus[b-pv9sl2bzoc] {
        color: #333;
    }


@media (max-width: 767px) {
    .modal-content[b-pv9sl2bzoc] {
        margin-top: 50%;
        z-index: 2000;
    }
}


input.form-control[b-pv9sl2bzoc] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button[b-pv9sl2bzoc] {
    width: 100%;
    padding: 12px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button:hover[b-pv9sl2bzoc] {
        background-color: #218838;
    }


.modal-content[b-pv9sl2bzoc] {
    max-height: 80vh;
    overflow-y: auto;
}
/* _content/natasciacirillolash/Views/TipoAppuntamento/Index.cshtml.rz.scp.css */
/* Layout di base per dispositivi desktop */
.container[b-fq4qwej41n] {
    transition: margin-left 0.3s ease-in-out;
    margin-left: 280px;
    padding-top: 40px;
    position: fixed;
    min-height: 100vh;
   
}


.search-bar[b-fq4qwej41n] {
    width: 50%;
    padding: 12px;
    margin: 10px 0;
    font-size: 1rem;
    border: 1px solid pink;
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    transition: border-color 0.3s ease;
}

    .search-bar:focus[b-fq4qwej41n] {
        border-color: green;
        outline: none;
    }



.list[b-fq4qwej41n] {
    /*  display: table;*/
    width: 50%;
    padding: 0;
    list-style: none;
    max-height: 60vh;
    overflow-y: auto;
}

.list-item:not(:last-child)[b-fq4qwej41n] {
    border-bottom: 1px solid black; /* Linea tra gli item, tranne per l'ultimo */
}

.list-item[b-fq4qwej41n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.content[b-fq4qwej41n] {
    flex-grow: 1; /* Occupa tutto lo spazio disponibile */
    flex-shrink: 1;
    padding-right: 20px; /* Distanza tra il testo e le icone */
    min-width: 0; /* Evita che il testo forzi il layout */
    overflow: hidden;
    text-overflow: ellipsis; /* Se il testo è troppo lungo, lo taglia con "..." */
    white-space: nowrap;
}

.actions[b-fq4qwej41n] {
    display: flex;
    align-items: center;
    gap: 15px; /* Spazio tra le icone */
    flex-shrink: 0; /* Impedisce alle icone di ridursi */
}

    .actions button[b-fq4qwej41n] {
        border: none;
        background: none;
        font-size: 20px; /* Modifica la dimensione dell'icona */
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .actions button:hover[b-fq4qwej41n] {
            color: #151A2D; /* Colore dell'icona al passaggio del mouse */
        }
    /* Correzione del padding/margin per i form */
    .actions form[b-fq4qwej41n] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

.edit-client[b-fq4qwej41n] {
    color: orange;
}

.delete[b-fq4qwej41n] {
    color: red
}

.add-client[b-fq4qwej41n] {
    position: fixed; /* Posizionamento fisso */

    background-color: #28a745; /* Colore verde */
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .add-client:hover[b-fq4qwej41n] {
        background-color: #218838; /* Colore verde scuro al passaggio del mouse */
    }

    .add-client:focus[b-fq4qwej41n] {
        outline: none; /* Rimuove il bordo di focus */
    }

    .add-client:active[b-fq4qwej41n] {
        background-color: #1e7e34; /* Colore verde più scuro quando il bottone è premuto */
    }





/* Layout per dispositivi mobili */
@media (max-width: 767px) {
    .container[b-fq4qwej41n] {
        margin-top: 15%;
        margin-left:auto;
    }

    .search-bar[b-fq4qwej41n] {
        font-size: 0.95rem;
        width: 90%;
    }

    .list[b-fq4qwej41n] {
        list-style: none;
        padding: 0;
        max-height: 60vh;
        overflow-y: auto;
        width: auto;
    }

    .modal-content[b-fq4qwej41n] {
        width: 90%;
    }

    .list-item[b-fq4qwej41n] {
        display: flex;
        justify-content: space-between; /* Mantiene testo e icone sulla stessa linea */
        align-items: center;
        padding: 10px;
    }

    .content[b-fq4qwej41n] {
        flex-grow: 1; /* Occupa tutto lo spazio disponibile */
        /*padding-right: 100px;*/ /* Distanza tra testo e icone */
        min-width: 0; /* Impedisce il forzamento del layout */
        overflow: hidden;
        text-overflow: ellipsis; /* Taglia il testo lungo con "..." */
        white-space: nowrap;
        font-size: 14px;
    }

    .actions[b-fq4qwej41n] {
        display: flex;
        align-items: center;
        gap: 12px; /* Spazio tra le icone */
        flex-shrink: 0; /* Impedisce che si comprimano */
    }

        .actions button[b-fq4qwej41n],
        .actions form[b-fq4qwej41n] {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5px;
            border: none;
            background: none;
        }

        .actions i[b-fq4qwej41n] {
            font-size: 18px; /* Mantiene le icone della stessa dimensione */
        }

    .edit[b-fq4qwej41n] {
        background: orange;
    }

    .delete[b-fq4qwej41n] {
        background: red;
    }
}
