@media screen and (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
}

@media (max-width: 767px) {
}

.bg-gray {
    background-color: #F1F4F2;
}

.bg-white {
    background-color: #FFFFFF;
}

div.row.no-gutter {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.table-spacing tbody tr {
    margin-bottom: 10px; /* Aggiungi il valore di margine desiderato */
}

.custom-button {
    background-color: #000000ba;
    color: floralwhite;
    border-color: #000000ba;
}

    .custom-button:hover {
        background-color: red;
        color: black;
    }

.rowcustom-button {
    background-color: dimgray;
    color: white;
    border-color: dimgray;
}

    .rowcustom-button:hover {
        background-color: gold;
        color: dimgray;
        border-color: gold;
    }

.pointer {
    cursor: pointer;
}

.gray-border-left {
    border-left: 4px solid #767676;
    padding-left: 5px;
}

.gray-border-right {
    border-right: 1px solid #DDD;
}

.gray-border-bottom {
    border-bottom: 1px solid #DDD;
}

.gray-border-top {
    border-top: 1px solid #DDD;
}

.gray-border-list-element {
    border-bottom: 1px solid #DDD;
    border-left: 4px solid #767676;
    padding-left: 5px;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

h1 {
    margin-bottom: 25px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.spinner-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.spinner-border {
    width: 5rem;
    height: 5rem;
}

.loading-text {
    margin-top: 1rem;
    color: white;
    font-size: 1.2rem;
}

.cls-subvettore {
    display: none;
}

.cls-veicolo {
    display: none;
}

.cls-autista {
    display: none;
}

.form-label {
    font-weight: 700;
}

.bg-dark-dark {
    background-color: #000000;
}

.btn-large {
    padding: 20px 40px;
    font-size: 24px;
}

.legend-container {
    font-size: 0.75rem; /* Riduce la dimensione del testo */
}

    .legend-container i, .legend-container .emoji {
        font-size: 1.25rem; /* Riduce la dimensione delle icone e delle emoji */
    }

.legend-item {
    margin-right: 1rem; /* Spazio tra le icone */
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .legend-item p {
        margin: 0; /* Rimuove il margine sotto il testo */
    }


.dt-fit-column {
    width: 105px;
    text-align: center;
}
