header .notification .dropdown-toggle::after {
    display: none;
}
.navbar .noti_i:hover {
    background: #6CE1B6;
    cursor: pointer;
}
a {
    text-decoration: none;
}
.navbar .noti_p {
    padding: 10px 20px;
    background: #0D1E44;
    color: #FFFFFF;
}
.noti_p1 {
    border-bottom: 1px solid #FFFFFF;
}
.noti_p1 p {
    font-size: 14px;
}
.noti_p1 .text-muted {
    color: #606060 !important;
    font-size: 12px;
}
.navbar .sign_box img {
    margin-right: 10px;
}
.navbar .sign_box {
    padding-top: 4px;
}
.navbar .sign_box_1 {
    padding-top: 7px;
}
.navbar .sign_box i {
    margin-right: 5px;
}
.navbar .btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.dropdown-menu {
    color: #606060;
    background-color: #FFFFFF;
    border: 1px solid #0D1E44;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF !important;
    background-color: #0D1E44;
}
.dropdown-item.active, .dropdown-item:active {
    color: #FFFFFF !important;
    text-decoration: none;
    background-color: #0D1E44;
}
.btn-toggle-nav a {
    margin-left: 0;
    padding-left: 50px;
    font-size: 14px;
    color: #FFFFFF !important;
    border-radius: 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn-toggle[aria-expanded="true"] {
    color: #606060;
}
.btn-toggle-nav a:hover {
    background: #0D1E44;
    color: #FFFFFF !important;
}
.btn-toggle-nav a:focus {
    background: #0D1E44;
    color: #606060 !important;
}
.btn-toggle-nav .active_tab {
    background: #0D1E44;
    color: #FFFFFF !important;
}
.sidebar {
    background: #0D1E44 !important;
}
.active_tab {
    background: #1E469E;
    color: #FFFFFF !important;
}
.active_tab span {
    color: #FFFFFF !important;
}
.tag_m {
    border-radius: 0 !important;
    color: #606060;
}
.tag_m:hover {
    background: #0D1E44;
    color: #FFFFFF;
}
.tag_m:focus {
    background: #0D1E44;
    color: #FFFFFF;
}
.tag_m span {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 500;
}
.tag_m:hover span {
    color: #FFFFFF;
}
.tag_m:focus span {
    color: #FFFFFF;
}
.drop_1 {
    border: 1px solid #0D1E44;
    padding-top: 0;
    margin-top: 0 !important;
}
.drop_2 {
    margin-top: 0 !important;
}
.font-13 {
    font-size: 13px;
}
.noti_p span a {
    color: #1C9164;
    font-size: 13px;
}
.navbar {
    background: #0D1E44 !important;
    border-bottom: 2px solid #0D1E44;
}
.navbar-brand h4 {
    margin-bottom: 0;
    color: #FFE500;
    font-size: 26px;
}
.sign_box_1 .nav-link i {
    font-size: 24px;
    margin-right: 2px;
    vertical-align: middle;
}
.notification .nav-link i {
    font-size: 24px;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .hide {
        display: none;
    }
    .sidebar {
        top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sign_box_1 .nav-link {
        padding: 0.5rem 0.5rem;
    }
}




