.dataTables_wrapper table {
    font-size: 14px;
}

.modal-header,
.modal-header .close {
    color: #fff;
}

.modal-body table tbody {
    font-size: 0.8rem;
}

table.dataTable tbody tr:hover {
    background-color: rgba(240, 240, 240, 0.614) !important;
}

form.user .form-select {
    font-size: 0.8rem;
    border-radius: 10rem;
    height: 49px;
}

.profile-user-img {
    border: 3px solid #adb5bd;
    margin: 0 auto;
    padding: 3px;
    width: 100px;
}

.img-circle {
    border-radius: 50%;
}

.a-fc .card:hover,
.a-fc .card:focus-within {
    transform: scale(1.05);
    text-decoration: none;
    transition: transform 600ms ease-in;
}

.a-fc:link {
    text-decoration: none;
}

.breadcrumb {
    padding: 0.5rem 1rem;
}

.shared_table {
    border-collapse: separate;
    border: 15px solid #fff;
    border-radius: 10px;
    background: #fff;
}

.shared_table thead th {
    border: 0;
}

.inline-label {
    display: flex;
    align-items: self-end;
    margin-bottom: 10px;
}

.inline-label label {
    min-width: auto;
}

.fixed-bottom-center {
    position: fixed; 
    bottom: 0; 
    padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
    .sidebar.toggled .fixed-bottom-center {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }
}