body {
    color: #424244;
    font-size: 0.8rem;
    line-height: 1.1;
    zoom: 99%;
}
body::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5rem;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
body::-webkit-scrollbar-thumb {
    background-color: #355bcc;
    outline: 2px solid #355bcc;
    border-radius: 2px;
}

.turbolinks-progress-bar {
    height: 8px;
    background-color: blue;
}
.table td, .table th {
    padding: .4rem .75rem;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: black;
}
.nav-tabs-scroll {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    overflow-x: scroll;
}
.nav-tabs-scroll::-webkit-scrollbar {
    width: 0.2em;
    height: 0.3rem;
}
.nav-tabs-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
}
.nav-tabs-scroll::-webkit-scrollbar-thumb {
    background-color: #355bcc;
    outline: none;
    border-radius: 2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #355bcc;
    font-weight: bold;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    font-weight: bold;
    background-color: #355bcc;
}
.headerProgesssbar {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1500;
}
.headerProgesssbar > div {
    width: 30%;
    padding: 4rem 1rem;
    background: rgba(0, 0, 0, 0.85);
    margin: 0 35%;
    box-shadow: 0 0 1em black;
    border-radius: 0 0 1em 1em;
}
.nodisplay {
    transition: all 200ms;
    display: none;
}
.custom-switch label {
    font-size: 1.2rem;
}
.dropdown-menu.show {
    box-shadow: 0 0 5px #00000059;
}
@media (min-width: 768px) {
    .sidebar .nav-item .nav-link {
        padding: .9rem;
    }
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1200px;
    }
}
.text-small {
    font-size: small !important;
}
