@font-face {
    font-family: MaterialIconsRound;
    src: url(../font/MaterialIconsRound-Regular.otf);
}

:root {
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 0;
    }
}

hr {
    margin: 2rem 1rem;
}

.footer {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
}

.table tr {
    vertical-align: middle;
}

th.actions {
    text-align: end;
}
.actions:not(th) {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: end;
}

.pagination {
    justify-content: center;
}

.paginator {
    text-align: center;
}

.related {
    margin-top: 2rem;
}

select[multiple="multiple"] {
    height: 15rem;
}

.form-control.date {
    width: 8.5rem;
}

.logo-container {
    max-width: 512px;
}

/* Sidebar */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: 1rem;
    font-weight: 500;
    padding: .25rem var(--bs-nav-link-padding-x);
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar-heading {
    font-size: .75rem;
    font-weight: 600;
}


/* QRCode */
.qrcode {
    min-width: 150px;
    max-width: 350px;
    width: 100%;
    height: auto;
}

/* Files */
.files .card img {
    height: 128px;
    object-fit: cover;
    object-position: center;
}

.files.table img {
    height: 64px;
    width: 64px;
    object-fit: cover;
    object-position: center;
}

.carousel-control-prev {
    background: linear-gradient(90deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%);
}
.carousel-control-next {
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%);
}

/* Text */
.text-shadow {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}