body {
    height: 100vh;
    background-color: #fbfbfb;
    background-image: url(/img/Sfondi/Diapositiva14.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: revert;
    background-attachment: fixed;
}

header {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

nav {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 100%;
    padding: 10px 50px 10px 50px !important;
    margin-bottom: 10px;
}

footer {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}

/*
.nav-item {
    border-bottom: 1px solid #374561;
    border-top: 1px solid #374561;
    padding: 2px 10px 2px 10px;
    transition: 0.25s;
}
*/

.nav-item:hover .nav-link {
    color: #386bc0 !important;
    transition: 0.25s;
}

.navbar-nav {
    gap: 10px;
}

footer {
    background-color: white;
    position: absolute !important;
    bottom: 0;
    margin-top: 20px;
}

.input-validation-error {
    border: 1px solid red;
}

.input-validation-error:focus {
    border: 1px solid red;
    box-shadow: 0 0 0 0.25rem rgb(255 0 0 / 25%);
}

.form-floating > label {
    left: auto;
}

.form-floating > .form-control {
    height: calc(3.5rem + 2px) !important;
}

.logo-img {
    height: 60px;
    width: 100%;
}

.card-header {
    font-size: 1.5em;
}

.table thead th {
    font-size: 0.9em;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;

    border-bottom: 1px solid black;
}

.mask-custom {
    background-color: rgb(177 177 177 / 26%);
    border-radius: 20px;
    padding: 20px;
}

.custom-title {
    background-color: #ffffff;
    padding: 10px 20px 10px 20px;    
}

.fa-solid {
    font-size: 1.5em;
}

main {
    position: initial;
}

.input-icon {
    height: calc(3.5rem + 2px) !important;
}

.text-violet {
    color: blueviolet;
}

.welcome-image {
    width: 50%;
    height: 100%;
}

.LoginBody {
    height: 100vh;
    background-color: #fbfbfb;
    background-image: url(/img/BgSenzaX.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: revert;
}

.Welcome {
    color: white;
    font-size: 2.6em;
}

.btn-custom {
    color: white;
    background: #2b3554;
    height: 100%;
}

.btn-custom:hover {
    color: white;
    background: #42576e;
}

.btn-login {
    color: white;
    background: #2b3554;
    width: 50%;
}

.btn-login:hover {
     color: white;
    background: #42576e;
}

.login-card {
    box-shadow: 10px 10px 25px black;
}

.login-card .card-header {
    background: rgb(97,132,145);
    background: linear-gradient(270deg, rgba(97,132,145,1) 0%, rgba(46,56,86,1) 100%);
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.table thead tr {
    background: rgb(97,132,145);
    background: linear-gradient(270deg, rgba(97,132,145,1) 0%, rgba(46,56,86,1) 100%);
    color: white;
}

.table thead tr th {
    color: white !important;
    text-shadow: 1px 1px 15px #495352;
    border-bottom: 0px;
}

.card-title {
    padding: 0px;
}

.validation-text ul {
    margin-bottom: 0px !important;
    list-style: none;
    padding-left: 0px !important;
}

.scelta-auto-table-row {
    font-size: 1.25rem;
}

.auto-span {
    width: fit-content;
    font-size: 16px;
    margin-top: 2px;
    margin-bottom: 2px;
    z-index: 1;
}

.car-image {
    position: absolute;
    bottom: 15%;
    right: 0;
    top: 14%;
    height: 140px;
    z-index: 0;
}

.auto-card {
    background: url(/img/Sfondi/SfondoAutoFleet.png);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.riconsegna-card {
    background: url(/img/Sfondi/SfondoAutoRiconsegnaFleet.png);
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn-scelta-auto {
    z-index: 1;
}

@media screen and (max-width: 576px) {
    .navbar-brand {
        display: none;
    }

    nav {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
        padding: 10px 10px 10px 10px !important;
        font-size: 18px;
    }

    .navbar-nav {
        gap: 0;
    }

    .navbar-collapse {
        padding: 10px 10px 10px 10px !important;
    }

    .admin-nav {
        padding-top: 0px;
        gap: 10px;
    }

    .mask-custom {
        border-radius: 0px;
    }

    body {
        font-size: 14px;
    }

    .login-link {
        flex-direction: column;
        align-items: center;
    }

    #resend-confirmation {
        padding-top: 10px;
    }

    .scelta-auto-table-row {
        font-size: 15px;
    }

    .scelta-auto-table-header-row {
        font-size: 10px;
    }

    .car-image {
        position: absolute;
        bottom: 15%;
        right: 0;
        height: 120px;
        z-index: 0;
    }
}

@media screen and (max-width: 372px)
{
    .car-image {
        display: none;
        position: absolute;
        bottom: 15%;
        right: 0;
        height: 120px;
        z-index: 0;
    }
}

@media screen and (max-width: 1200px)
{
    .riconsegna-card .car-image {
        display: none;
    }
}
