.header-item-link {
    padding-top:1.4rem;
}

body{
    min-height: initial!important;
}

body::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

body::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.scrollbar-dark::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.scrollbar-dark::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.table-edits input, .table-edits select{
    background-color: #494f62;
}