.dataTables_filter {
    display: flex !important;
    margin: 10px 0 10px auto !important;
}

.dataTables_paginate {
    margin-left: auto !important;
    margin: 10px 0 10px auto !important;
}

.dataTables_info {
    align-self: center !important;
}

thead {
    background-color: #f9f9f9;
    font-weight: bolder;
    color: #030749;
}

.dashboard-separator {
    padding: 0 !important;
    height: 75px !important;
    margin: auto 0 !important;
    border: 1px solid #e2e8f0 !important;
}

.line-separator {
    padding: 0 1rem !important;
    border-color: #f1f5f9 !important;
}

.auth-screen {
    overflow-y: auto;
    box-sizing: content-box;
    object-fit: cover;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.auth-screen::-webkit-scrollbar {
    width: 0;
    display: none;
}

.auth-container {
    height: 100dvh;
    box-sizing: border-box;
    object-fit: cover;
}

.auth-img {
    background-size: cover;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    filter: grayscale(50%);
}

.search-results {
    min-width: 300px;
    max-width: 350px;
    height: 100dvh;
    position: absolute;
    top: 0px;
    right: 200px;
    overflow: hidden;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background: #ffffff;
}

.result_div {
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-scrollbar-width: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box;
    padding: 20px;
}

.result_div::-webkit-scrollbar {
    display: none;
    width: 0;
}

.not_found {
    background-image: url(../media/not_found.gif) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}