body {
    background: #DAEEF9;
    font-family: 'Raleway', sans-serif;
}

.top-nav-bar {
    padding: 0;
    margin: 10px 0;
    font-family: 'Raleway', sans-serif;
}

.navbar-nav {
    height: 50px;
}

.nav-item img {
    width: 50px;
    border-radius: 10px;
    float: left;
}

.nav-item .dropdown-toggle {
    display: block;
    padding: 15px 0px;
    color: #333;
    text-decoration: none;
    float: left;
    width: 200px !important;
    font-size: 14px;
    font-weight: bold;
}

.dropdown-toggle::after {
    margin-left: 6.255em;
}

.nav-link:focus, .nav-link:hover {
    color: var(--base-dark);
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 50px;
    margin-top: .125rem;
    width: 200px;
    border: none;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 10px;
    padding: 10px;
}

.dropdown-item {
    font-size: 12px;
    padding: 10px;
    width: 100%;
    float: left;
}

.dropdown-item:hover {
    background: none;
}

.dropdown-item img {
    width: 20px;
    float: right;
}

.logout-btn {
    background: var(--body-light);
    border-radius: 10px;
    margin-top: 10px;
}

.logout-btn:hover {
    background: var(--body-light);
}

.logout-btn img {
    filter: invert(56%) sepia(77%) saturate(620%) hue-rotate(170deg) brightness(97%) contrast(81%);
}

.dropdown-notification {
    display: block;
    padding: 18px 0px !important;
    float: left !important;
    width: auto;
    position: relative;
}

.dropdown-notification img {
    width: 25px !important;
    filter: var(--filter-dark);
}

.dropdown-notification span {
    background: #FDCA2E;
    padding: 1px 5px 3px;
    font-size: 8px;
    border-radius: 100px;
    position: absolute;
    top: 15px;
    right: 0px;
    width: auto;
}

.dropdown-noti {
    left: 250px !important;
    width: 300px !important;
}

.notification-dropdown-wrapper h3 {
    font-size: 14px;
    float: left;
}

.notification-dropdown-wrapper a {
    font-size: 10px;
    float: right;
    margin: 2px 10px;
    color: #00AEEF;
    text-decoration: none;
}

.notification-item {
    width: 100%;
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #DBF7FF;
    float: left;
}

.notification-item img {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    float: left;
    border-radius: 100px;
}

.notification-item h3 {
    font-size: 12px;
    font-weight: bold;
    float: right;
    width: 85%;
    margin: 0;
}

.notification-item p {
    font-size: 10px;
    float: right;
    width: 85%;
    margin: 0;
}

.notification-item span {
    font-size: 10px;
    float: right;
    width: 85%;
    color: #00AEEF;
}

.report-search {
    font-size: 12px;
    border-radius: 100px;
    padding: 12px;
    width: 350px;
    float: right;
    background: #fff;
    border: none;
    margin: 10px 0;
}

.report-search-icon {
    position: absolute;
    right: 20px;
    top: 17px;
    background: none;
    border: none;
}
