.sidebar-wrapper .sidebar-header {
    text-transform: uppercase;
    padding: 2rem 2rem 0rem !important;
}

#main #main-content {
    padding-top: 0 !important;
}

.btn-link {
    text-decoration: none !important;
}

body.theme-light .dropdown-item.active, body.theme-light .dropdown-item:active,
body.theme-dark .dropdown-item.active, body.theme-dark .dropdown-item:active {
    background-color: var(--bs-dropdown-link-hover-bg);
    text-decoration: none;
}

#navbar .dropdown-menu li a i {
    min-width: 20px;
}

textarea {
    resize: none !important;
}