#btn-back-to-top {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.table {
    font-weight: 600;
}

.table thead {
    background: white;
}

.dataTables_scrollHead {
    position: sticky !important;
}

#sidebar-menu > ul > li > a > span {
    vertical-align: middle;
    font-weight: 800;
}

@keyframes blink {
    0% {
        border-color: green;
    }
    50% {
        border-color: transparent;
    }
    100% {
        border-color: green;
    }
}

#dt-search-0 {
    border: 2px solid;
    animation: blink 3s linear infinite;
}

#dt-search-1 {
    border: 2px solid;
    animation: blink 3s linear infinite;
}

.dt-search > label {
    font-weight: bold;
    margin-top: 0.5rem;
}

#sidebar-menu ul ul a {
    font-weight: 700;
    color: #6c7780;
    display: block;
    padding: 12px 25px 12px 63px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.errorlist {
    color: red;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}