/* body {
    zoom: 0.9;
} */

small {
    font-size: 0.72rem !important;
    display: inline-block;
    line-height: 1.2rem !important;
}

#contenitore-marchi {
    height: 600px;
    overflow-y: scroll;

}

.pannello-punto-vendita {
    background-color: #ffffff42;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

/* .form-check-input:checked {
    background-color: black !important;
    border-color: black !important;
} */

/* SCHERMATA CARICAMENTO */
.schermata-caricamento {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #0c0c0cd9;
    flex-direction: column;
    opacity: 0;
    color: white;
    font-size: 25px;
}

.popover {
    z-index: 999999999;
}

.popover-rainweb {
    --bs-popover-max-width: 400px;
    --bs-popover-border-color: #6c757d;
    --bs-popover-header-bg: #6c757d;
    --bs-popover-header-color: #fff;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

.popover-rainweb .popover-header {
    margin-top: 0;
    background-color: #111111;
    color: #fff;
    border-bottom: 0;
    border-radius: calc(.3rem - 1px) calc(.3rem - 1px) 0 0;
}

:root {
    scroll-behavior: unset;
}

h3 {
    font-size: 30px !important;
    line-height: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dt-container {
    margin-bottom: 90px;
}

.dt-container .dt-info {
    float: left;
    margin-top: 10px !important;
}

.dt-container .dt-paging {
    float: right;
    margin-top: 10px !important;
}

footer {
    width: 100%;
    background-color: #f8f9fa;
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    color: #6c757d;
    border-top: 1px solid #e9ecef;
}

@media (max-width: 768px) {
    footer {}
}

input#ricerca {
    box-shadow: 2px 2px 2px 0px #c7c7c7;
}

#richiesta-assistenza {
    position: fixed;
    bottom: 20px;
    right: 20px;
}