@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Arial;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }


.logo-section-mobile {
    display: none;
}

.bg-lightgrey {
    background-color: #f8f9fa;
}


/*Button Style*/
.e-primary-button {
    font-size: 14px !important;
    background-color: var(--green-logo);
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 115px;
    border: none;
}

    .e-primary-button:hover {
        color: white;
        background-color: var(--green-logo-hover);
    }

.e-primary-button-small {
    font-size: 14px !important;
    background-color: var(--green-logo);
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    width: 65px;
    height: 30px;
    border: none;
}

    .e-primary-button-small:hover {
        color: white;
        background-color: var(--green-logo-hover);
    }

.e-goback-button {
    color: black;
    background-color: #e9ecef;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 115px;
    border: none;
}

    .e-goback-button:hover {
        background-color: #cecfd0;
    }

.e-little-button {
    opacity: 0;
}

    .e-little-button:hover {
        opacity: 1;
        font-size: 11px !important; /* Dimensione del testo */
        background-color: #b9b8b8;
        color: white;
        text-transform: uppercase;
        text-align: center;
        padding: 0px !important;
        font-weight: bold;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        border: 1px solid white;
        margin-left: 15px;
    }

    .e-little-button:active {
        color: white;
        /*background-color: #029c89 !important;*/
    }

.e-icon-clock {
    font-size: 11px !important; /* Dimensione del testo */
    background-color: #b9b8b8;
    color: white;
    text-align: center;
    padding: 0px !important;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid white;
    margin-left: 10px;
}

.info-section {
    height: 100%;
    display: flex;
    align-items: center;
    background-color: var(--bg-light-grey);
}

/*Custom color*/
.ec-nav-white {
    background-color: white;
}

.ec-nav-link {
    background-color: #1b6ec2 !important;
    border-radius: 1rem !important;
}

.ec-button-nav-link {
    border-radius: 1rem !important;
    font-size: 14px !important;
    /*   background-color: #3f80ea;*/
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.5px;
}

    .ec-button-nav-link:hover {
        color: white !important;
        background-color: darkgray !important;
    }

    .ec-button-nav-link:active {
        color: white !important;
        background-color: darkgray !important;
    }

.ec-lightblue {
    background-color: #e0eafc !important;
}

.ec-blue {
    color: #3f80ea;
}

.ec-background-green {
    background-color: #d8faed;
}

.ec-background-red {
    background-color: #f1dddd;
}

.ec-background-yellow {
    background-color: #fcf2e0;
}

.ec-red {
    color: #e76d6d;
}

.ec-green {
    color: #05cc77;
}

.ec-gray {
    color: lightslategray;
}

.ec-yellow {
    color: #eabf3f;
}

.em-card-title {
    color: #32475CDE;
    font-size: 20px;
    font-weight: 600;
}

.em-card-subtitle {
    color: #32475C99;
    font-size: 17px;
    font-weight: 500;
    text-align: end;
}

.em-card-number-focus {
    color: #32475CDE;
    font-size: 32px;
    font-weight: 600;
}

.em-col-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.em-col-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.em-icon {
    font-size: 25px;
    padding: 20px;
    border-radius: 20px;
}

.em-icon-sm {
    font-size: 15px;
    padding: 16px;
    border-radius: 10px;
}

.em-card-number-focus-sm {
    color: #32475CDE;
    font-size: 20px;
    font-weight: 600;
}

.em-card-subtitle-sm {
    color: #32475C99;
    font-size: 14px;
    font-weight: 500;
    text-align: end;
}

/*.hide-content-tablet{
    display:flex;
    flex: 0 0 auto ;
}*/


.em-button-rounded {
    margin-left: 10px;
    border-radius: 5px;
    /*    height: 32px;
    width: 32px;*/
}

/*css per test*/
.article-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100vh - 60px);
    background: red;
}

.test-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: green;
}

.test-body {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 100px);
    background: gray;
}

.test-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    background: yellow;
}

.test-top {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: purple;
}

.test-top-left {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 100%;
    background: pink;
}

.test-top-right {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 100%;
    background: blue;
}

.test-bottom {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    background: violet;
}

/*smartphone*/
@media (max-width: 700px) {

    .e-etf-subtitle{
        display: none !important;
    }

    .info-section {
        display: none !important;
    }

    .logo-section-mobile {
        display: block;
        margin-bottom: 30px;
        text-align: left;
    }

    .test-top {
        display: none;
    }

    .test-bottom {
        height: 100%;
    }

    /*Registration*/
    .e-registration-logo-box {
        background-color: red !important;
        height: 100px !important;
    }

    .e-registration {
        background-color: red !important;
        height: 90px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .e-registration-credential {
        background-color: red !important;
        height: 70px !important;
    }

    .e-registration-registration {
        background-color: red !important;
        height: 70px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .e-registration-login {
        background-color: red !important;
        height: 70px !important;
    }

    /*Login*/
    .e-login-box-logo {
        background-color: darkred;
        height: 40px !important;
    }

    .e-login-box-testo {
        background-color: darkred;
        height: 50px !important;
        margin-top: 18px !important;
    }

    .e-login-box-registrati {
        background-color: darkred;
        height: 20px !important;
    }

    .e-login-box-accedi {
        background-color: darkred;
        height: 35px !important;
    }

    .e-login-form-dati {
        background-color: darkred;
        height: 20px !important;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }

    .e-login-button {
        background-color: darkred;
        height: 20px !important;
        margin-bottom: 10px !important;
    }

    .e-login-support {
        background-color: darkred;
        height: 20px !important;
    }

    .login-page-section {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-section {
        height: 100%;
        display: flex;
        align-content: center;
        justify-content: center;
        background-color: white;
    }

    .e-text-logo {
        font-size: 30px !important;
    }

    p .lead {
        margin-top: 0.5rem;
    }
}

/*tablet*/
@media (min-width: 701px) and (max-width: 1200px) {
    .e-etf-subtitle{
        font-size: 12px;
    }

    .test-top-right {
        display: none;
    }

    .test-top-left {
        width: 100%;
    }
}

/*desktop*/
@media (min-width: 1201px) {
}

.em-widget-container {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

/*css per Card*/

/*.card-container {
    display: flex;
    flex-wrap: wrap;*/
/* gap: 10px;*/
/*}*/

/*.e-card {
    width: 379px;
    margin: 10px;
    border-radius: 10px;
}*/

/*.grid-container {
    height: calc(100vh - 85px);
}

.card-container {
    height: calc(100vh - 85px);
    overflow-y: auto;
}

.e-card-header-title {
    font-weight: 700 !important;
    font-size: 20px !important;
}*/

.c-details span {
    font-weight: 300;
    font-size: 13px
}

.icon {
    width: 50px;
    height: 50px;
    background-color: #eee;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 39px
}

.badge span {
    background-color: #3f80ea;
    width: 90px;
    height: 25px;
    padding-bottom: 2px;
    padding-top: 2px;
    border-radius: 5px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center
}

.progress {
    height: 10px;
    border-radius: 10px
}

    .progress div {
        background-color: red
    }

.text1 {
    font-size: 14px;
    font-weight: 600
}

.text2 {
    color: #a5aec0
}


/*App Style*/
.e-border-validation {
    border: 1px dashed red !important;
}

.e-row-data {
    height: 40px;
    border-bottom: 1px solid lightgrey;
    background: white;
    font-weight: normal;
    font-size: 12px;
}

    .e-row-data:hover {
        background: whitesmoke;
    }

/*Popup*/

.e-popup-large {
    position: absolute;
    background-color: white;
    border: 1px solid #e0dede;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    z-index: 100;
    margin-left: 60px;
}

    .e-popup-large ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        list-style-type: none;
        width: 100%; /* Utilizza tutta la larghezza del popup */
        padding: 0;
        margin: 0; /* Rimuovi eventuali margini */
    }

        .e-popup-large ul li {
            padding: 8px;
            color: dimgray;
            cursor: pointer;
            text-align: center;
        }

            .e-popup-large ul li:hover {
                background-color: #f0f0f0;
                color: var(--green-logo);
            }

.e-popup-medium {
    position: absolute;
    background-color: white;
    border: 1px solid #e0dede;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100px;
    z-index: 100;
    top: 192px;
    margin-left: 55px;
}

    .e-popup-medium ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        list-style-type: none;
        width: 100%; /* Utilizza tutta la larghezza del popup */
        padding: 0;
        margin: 0; /* Rimuovi eventuali margini */
    }

        .e-popup-medium ul li {
            padding: 8px;
            color: dimgray;
            cursor: pointer;
            text-align: center;
        }

            .e-popup-medium ul li:hover {
                background-color: #f0f0f0;
                color: var(--green-logo);
            }


/*Layout*/
:root {
    --header-height: 100px;
    --footer-height: 40px;
    --navmenu-width: 0px;
    --header-card-width: 83vw;
    --header-card-height: 95px;
    --footer-card-width: 83vw;
    --footer-card-height: 95px;
    --card-navigation-width: 600px;
    --navmenu-width-collapsed: 100px;
    --bg-light-grey: #f2f4f6;
    --bg-light-white: #f9fbfd;
    --green-logo: #008272;
    --green-logo-hover: #007163;
    --green-week-saturday: #d1e8e5;
    --green-week-saturday-hover: #97b4b0;
    --green-week-sunday: #9dc7c2;
    --green-week-sunday-hover: #79aca6;
}

.e-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: var(--header-height);
    background-color: #f9fbfd;
    padding: 7px;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Ombra */
}

.e-footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: var(--footer-height);
    background-color: white;
    padding: 7px;
    font-size: 14px;
    box-shadow: 0 4px 8px #a5aec0; /* Ombra */
}

.e-footer-text {
    font-size: 12px;
    color: dimgray;
    text-align: left;
    margin-bottom: 1px;
    vertical-align: middle;
    display: inline-block;
}

.e-navmenu {
    position: fixed;
    top: var(--header-height);
    left: 0px;
    width: var(--navmenu-width);
    height: calc(100vh - var(--header-height) - var(--footer-height));
    background-color: #f9fbfd;
    color: white;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #e1e1e1 #f2f4f6;
}

    .e-navmenu.collapsed {
        width: var(--navmenu-width-collapsed); /* Larghezza quando la navbar � compressa */
    }

.e-body {
    position: fixed;
    top: var(--header-height);
    left: var(--navmenu-width);
    width: calc(100% - var(--navmenu-width));
    height: calc(100vh - var(--header-height) - var(--footer-height));
    padding: 7px;
    background-color: #f9f9f8;
    z-index: 1;
    overflow: auto; /* Mostra scrollbar quando necessario */
    scrollbar-width: thin;
    scrollbar-color: #e1e1e1 #f2f4f6;
    border-left: 1px outset #e2e5e8;
}

    .e-body.expanded {
        left: var(--navmenu-width-collapsed); /* Posizione quando la navbar � compressa */
        width: calc(100% - var(--navmenu-width-collapsed)); /* Larghezza quando la navbar � compressa */
    }

.e-nav-button-expanded {
    position: relative;
    padding: 7px;
}

.e-logo-eway {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
}

.e-logo-user {
    position: relative;
    width: 25px;
    height: 25px;
}

.e-disabled {
    cursor: not-allowed !important;
    color: darkgrey !important;
}

/* grid */
.e-header-card {
    /*  background-color: var(--bg-light-grey) !important;
    position: fixed;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: var(--header-card-width);
    height: var(--header-card-height);
    padding: 10px;
    border-radius: 20px;
    top: 60px;
    z-index: 100;*/
    display: table;
    background-color: var(--bg-light-grey) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 90px;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: width 0.3s ease; /* Transizione fluida */
}

.e-footer-card {
    /*background-color: var(--bg-light-grey) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: var(--footer-card-width);
    height: var(--footer-card-height);
    padding: 10px;
    border-radius: 20px;
    position: fixed;
    bottom: 45px;*/ /* Footer posizionato in fondo alla finestra */
    /*z-index: 100;*/ /* Per assicurarci che non copra altri elementi */
    display: table;
    background-color: var(--bg-light-grey) !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 90px;
    padding: 10px;
    border-radius: 20px;
    margin-top: 30px;
    transition: width 0.3s ease;
}

.e-table-card {
    height: 550px;
    overflow-y: scroll;
    margin-top: 10px;
}

.e-card:hover {
    color: white !important;
    background-color: #f7f7f7ff !important;
}

.e-data {
    position: relative;
    top: -2px;
    padding: 2px 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    background: white;
    display: grid
}

.e-grid-first-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    font-size: 15px;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 32px;
    height: 70px;
    border-bottom: 2px solid #d9d8d8;
    background-color: transparent;
    color: dimgray;
    font-weight: 490;
}

.e-grid-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 4px;
    height: 25px;
    background-color: transparent;
    color: dimgray;
    font-weight: 490;
}

.e-grid-header-row {
    font-size: 13px;
    height: 40px;
    /* background-color: #fafafaa3;*/
    border-radius: 4px;
    background-color: #e1e0e03d;
    border-bottom: 1px solid #e2e5e8;
    color: dimgray;
    font-weight: bold;
}

.e-grid-body-row {
    height: 35px;
    font-size: 12px;
    color: dimgray;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

    .e-grid-body-row:hover {
        background-color: #f7f7f7ff;
    }

.e-grid-coll-separator-left {
    border-left: 1px solid #e2e5e8;
}

.e-grid-coll-separator-right {
    border-right: 1px solid #e2e5e8;
}

.e-grid-body-cell-row-top {
    color: dimgray;
    border-top: 1px solid #e1e1e1;
    padding: 0px 20px 0px 0px;
}

.e-grid-colonna-ore {
    position: relative;
    text-align: center;
    vertical-align: middle;
}

    .e-grid-colonna-ore span {
        display: block;
        text-align: center;
        margin-right: 5px;
        margin-left: 15px;
    }

    .e-grid-colonna-ore div {
        position: absolute;
        top: 5px;
        right: 5px;
    }

.e-weekend-row-saturday {
    background-color: var(--green-week-saturday);
    height: 40px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

    .e-weekend-row-saturday:hover {
        background-color: var(--green-week-saturday-hover);
        font-size: 12px;
        color: white;
    }

.e-weekend-row-sunday {
    background-color: var(--green-week-sunday);
    height: 40px;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
}

    .e-weekend-row-sunday:hover {
        background-color: var(--green-week-sunday-hover);
        font-size: 12px;
        color: white
    }

.e-weekend-cell-saturday {
    background-color: var(--green-week-saturday);
    font-size: 12px;
    padding: 4px;
}

    .e-weekend-cell-saturday:hover {
        background-color: var(--green-week-saturday-hover);
        font-size: 12px;
        color: white
    }

.e-weekend-cell-sunday {
    background-color: var(--green-week-sunday);
    font-size: 12px;
    padding: 4px;
}

    .e-weekend-cell-sunday:hover {
        background-color: var(--green-week-sunday-hover);
        font-size: 12px;
        color: white
    }

.e-trasparent-component {
    background-color: transparent;
    width: 10px;
    border: 1px solid rgba(255, 255, 255, 0.6); /* Bordo semi-trasparente */
    color: dimgray; /* Colore del testo */
}

.e-bg-red {
    background-color: red !important;
}

.e-color-white {
    color: white !important;
}

/*NavMenu*/

.e-navmenu-button {
    color: #6c757d;
    background-color: transparent;
    border: 1px solid #6c757d;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    border-width: 0;
}

    .e-navmenu-button:hover {
        color: #fff;
        background-color: #cecece;
        border-color: #6c757d;
    }

.e-button-nav-link {
    width: 100%;
    border-left: 3px solid transparent;
}

    .e-button-nav-link:hover {
        cursor: pointer;
        color: dimgrey !important;
        /*font-weight: bold;*/
        border-left: 3px solid #008272;
        background-color: #e2e5e8;
    }

    .e-button-nav-link.e-disabled {
        cursor: not-allowed; /* puntatore simbolo disabilitato */
        opacity: 0.5;
    }

    .e-button-nav-link.e-active {
        color: #008272 !important;
        border-left: 3px solid #008272 !important;
    }

    .e-button-nav-link:active {
        color: #008272 !important;
        border-left: 3px solid #008272 !important;
    }

.e-text-logo {
    font-size: 40px;
    color: dimgray;
    text-align: left;
    margin-bottom: 1px;
    vertical-align: middle;
    display: inline-block;
}

.e-text-small {
    font-size: 11px !important;
}

.e-text-medium {
    font-size: 14px !important;
}

.e-text-large {
    font-size: 20px !important;
    color: dimgray
}

.e-text-bold {
    font-size: 14px !important;
    font-weight: bold;
}

.e-navmenu-header {
    border-bottom: 1px solid #e2e5e8;
    height: 40px;
}

.e-navmenu-header-title {
    font-size: 14px;
    color: dimgray;
    text-align: left;
    margin-bottom: 1px;
    vertical-align: middle;
    display: inline-block;
}

.e-navmenu-label {
    font-size: 14px;
    color: dimgray;
    text-align: left;
    margin-bottom: 1px;
    vertical-align: middle;
    display: inline-block;
}

.e-navmenu-logo {
    margin: 11px 8px 8px 11px;
    width: 20px;
    padding: 2px;
}

.e-icon-nav {
    margin: 8px;
    width: 20px;
    padding: 2px 2px 2px 0px;
}

.e-icon-logo {
    width: 40px;
    margin-right: 10px;
}

.e-green-text {
    color: var(--green-logo);
}

    .e-green-text:hover,
    .e-green-text:visited {
        color: var(--green-logo-hover);
    }

/*Component*/
/*DropDown*/

.e-box-dropdown {
    width: 95%;
    margin: 1px 10px;
}

    .e-box-dropdown:hover {
        border-color: #cecece !important;
        background-color: white;
        border: 1px dashed #d9d8d8;
        cursor: pointer !important;
    }

    /*Applica lo stile se l'input � attivo.*/
    .e-box-dropdown:focus-within {
        border-color: #cecece !important;
        background-color: white !important;
        border: 1px solid #d9d8d8;
    }

.e-box-orario {
    width: 85%;
    margin: 1px 10px;
}

    .e-box-orario:hover {
        border-color: #cecece !important;
        background-color: white;
        border: 1px dashed #d9d8d8;
        cursor: pointer !important;
    }

    /*Applica lo stile se l'input � attivo.*/
    .e-box-orario:focus-within {
        border-color: #cecece !important;
        background-color: white !important;
        border: 1px solid #d9d8d8;
    }

.e-box-input {
    display: inline-block;
    width: calc(100% - 26px);
}

.e-input {
    background-color: transparent !important;
    border: none !important;
    text-align: center;
    color: #d9d8d8 !important;
    padding: 0px !important;
}

    .e-input:focus {
        background-color: white !important;
        outline: none;
        box-shadow: none !important;
        border-radius: 0 !important;
        color: var(--green-logo) !important;
    }


.e-box-icon {
    width: 16px;
    display: inline-block;
}

.e-icon-dropdown {
    width: 5px;
    color: #d9d8d8 !important;
    cursor: pointer !important;
}




/*.e-dropdown {
    width: 100%;*/ /* L'input prende tutto lo spazio disponibile nel suo contenitore */
/*border: hidden;
    text-align: center;
    background-color: transparent;
    color: #d9d8d8;
}*/



/*High responsive layout*/
/* Desktop */
@media (min-width: 1369px) {
    :root {
        --navmenu-width: 0px;
        --footer-height: 40px;
        --header-height: 100px;
        --card-width: 700px;
    }

    .e-navmenu {
        width: var(--navmenu-width);
    }

    .e-navmenu-button {
        display: none; /* Nascondi di default */
    }

    .e-body {
        width: calc(100vw - var(--navmenu-width));
        height: calc(100vh - var(--header-height) - var(--footer-height));
    }

    .e-card {
        width: var(--card-width);
    }
}

/* Tablet */
@media (max-width: 1368px) and (min-width: 431px) {
    :root {
        --navmenu-width: 0px;
        --footer-height: 40px;
        --header-height: 100px;
        --card-width: 500px;
    }

    .e-navmenu {
        width: var(--navmenu-width);
    }

    .e-navmenu-button {
        display: none; /* Nascondi di default */
    }

    .e-navmenu-header {
        display: flex;
        justify-content: center;
    }

    .e-navmenu-header-title {
        display: none;
    }

    .e-navmenu-label {
        display: none;
    }

    .e-navmenu-logo {
        text-align: center;
        margin: 10px;
    }

    .e-navmenu.collapsed {
        display: inline;
        width: var(--navmenu-width);
    }

    .e-button-nav-link {
        display: flex;
        justify-content: center;
    }

    .e-body {
        width: calc(100vw - var(--navmenu-width));
        height: calc(100vh - var(--header-height) - var(--footer-height));
    }

    .e-card {
        width: var(--card-width);
    }
}

/* Mobile */
@media (max-width: 430px) and (min-width: 320px) {
    :root {
        --navmenu-width: 0px;
        --footer-height: 50px;
        --header-height: 100px;
        --card-width: 315px;
    }

    .e-navmenu.collapsed {
        display: inline;
        width: var(--navmenu-width);
    }

    .e-navmenu.expanded {
        display: none;
        width: 0px;
    }

    .e-navmenu-button {
        display: inline-block; /* Mostra solo in modalit� mobile */
    }

    .e-header.e-card {
        margin-bottom: 20px !important;
        margin-top: 10px !important;
    }

    .e-footer-text {
        font-size: 9px;
    }

    .e-body {
        width: 100% !important;
        height: calc(100vh - var(--header-height) - var(--footer-height));
        left: 0;
    }

        .e-body.collapsed {
            width: 100vw;
            left: 0;
        }

        .e-body.expanded {
            width: calc(100vw - var(--navmenu-width));
            left: var(--navmenu-width);
        }

    .e-card {
        width: var(--card-width);
    }

    .e-icon-logo {
        width: 20px;
    }

    .e-label-header-green {
        font-size: 14px !important;
    }

    .e-label-header {
        font-size: 14px !important;
    }

    .e-label-header-data {
        font-size: 12px !important;
    }

    .e-label-footer-green {
        font-size: 14px !important;
    }

    .e-label-footer {
        font-size: 14px !important;
    }

    .e-primary-button {
        font-size: 14px !important;
        width: 65px !important;
    }
}

.e-icon {
    width: 30px;
    height: 30px;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
}
    /* Stato di hover per l'icona */
    .e-icon:hover {
        opacity: 0.5;
    }

.e-icon-navigation {
    width: 50px;
    height: 50px;
    margin: 20px;
}

.e-card-navigation {
    background-color: transparent !important;
    color: dimgray;
    border: 1px dashed #d9d8d8;
    padding: 20px;
    width: var(--card-navigation-width);
    border-radius: 20px; /* Arrotondamento degli angoli del riquadro */
}

    .e-card-navigation:hover {
        background-color: #f7f7f7ff !important;
        border: 1px solid #d9d8d8;
        cursor: pointer;
    }

/*Badge*/

.e-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #b9b8b8;
    color: white;
    text-align: center !important;
    padding: 0px !important;
    font-weight: bold;
    border-radius: 20%;
    margin-top: 0px;
}

/*Text*/
.e-label {
    font-size: 16px;
    color: dimgray;
    margin-bottom: 0rem !important;
}

.e-label-green {
    font-weight: bold;
    color: var(--green-logo);
}

.e-label-badge {
    font-size: 11px;
    line-height: 25px;
    color: white;
}

.e-label-header {
    font-size: 14px;
    color: dimgray;
    margin-bottom: 0rem !important;
    padding: 3px;
}

.e-label-header-green {
    font-size: 16px;
    font-weight: bold;
    color: var(--green-logo);
}

.e-label-footer {
    font-size: 14px;
    color: dimgray;
    margin-bottom: 0rem !important;
}

.e-label-footer-green {
    font-size: 16px;
    font-weight: bold;
    color: var(--green-logo);
}

/* Table container */
.e-table-header {
    height: 50px;
    border-bottom: 1px solid grey;
    /*background: whitesmoke;*/
}

.e-table-row {
    height: 40px;
    border-bottom: 1px solid lightgrey;
}

.e-container {
    position: absolute;
    padding: 60px;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: blue;
}

.e-content {
    position: relative;
    top: 0%;
    left: 0%;
    /*width: 100%;*/
    height: 100%;
    background-color: yellow;
}

.e-content-left {
    position: relative;
    background-color: red;
}

.e-content-right {
    position: relative;
    background-color: purple;
}

.e-table {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: yellow;
}

.e-button {
    position: absolute;
    bottom: 100px;
    right: 50px;
    width: 60px;
}

/*Registration*/
.e-registration-logo-box {
    background-color: red;
    height: 100px;
}

.e-registration {
    background-color: red;
    height: 100px;
}

.e-registration-credential {
    background-color: red;
    height: 90px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.e-registration-registration {
    background-color: red;
    height: 50px;
}

.e-registration-login {
    background-color: red;
    height: 50px;
}


/*Login*/
.e-login-box-logo {
    background-color: darkred;
    height: 80px;
}

.e-login-box-testo {
    background-color: darkred;
    height: 100px;
    margin-top: 85px;
}

.e-login-box-registrati {
    background-color: darkred;
    height: 40px;
}

.e-login-box-accedi {
    background-color: darkred;
    height: 60px;
}

.e-login-form-dati {
    background-color: darkred;
    height: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.e-login-button {
    background-color: darkred;
    height: 40px;
    margin-bottom: 20px;
}

.e-login-support {
    background-color: darkred;
    height: 40px;
}


/*card style*/
.e-card-style {
    background-color: #f2f4f6;
    transition: background-color 0.3s, color 0.3s, transform 0.3s; /* Transizioni per i colori e la trasformazione */
    color: black;
    text-decoration: none;
    padding: 20px 20px; /* sopra e sotto, a destra e a sinistra */
    margin: 15px 15px; /* 10px sopra e sotto, 10px a destra e a sinistra */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Ombra per profondit� */
    width: 40%;
}

    .e-card-style:hover {
        background-color: #aeb0b2;
        color: black;
        transform: translateY(-2px); /* Leggero sollevamento della card */
        opacity: 0.5;
    }

.e-text {
    color: #008272;
}


