
.hoover-zoom {
    transition: transform .2s; /* Animation */
}
.hoover-zoom:hover {
    transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1600px;
    }
}

.dataTables_length {
    width: 128px;
}

.dataTables_length label {
    width: 100%;
}

.select2-container .select2-selection {
    border-radius: 20px;
}

.text-justify {
    text-align: justify;
}
