@media (max-width: 991px) {
    .custom-collapse {
        padding-bottom: 18px;
        background-color: #182433;
        max-height: 90vh;
    }
}

.custom-collapse .topbar-head-dropdown .dropdown-menu.show {
    background-color: #182433;
    padding: 10px 12px;
}
.custom-collapse .topbar-head-dropdown .dropdown-menu.show .dropdown-item:hover {
    background-color: #222f40;
}


/* footer css */
.footer-main {
    background-color: #fff;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ccc;
}

.footer-main .nav-link {
    color: #717d83;
}

.footer {
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    background-color: #f5f5f5;
    z-index: 1001;
}

.page-wrapper {
    padding-bottom: 60px;
}

.footer .nav-link { 
    color: #717d83;
    line-height: normal;
}

.footer .nav-link:hover { 
    color: #60c1f9;
}

.footer-main .nav-link:hover {
    color: #60c1f9;
}

.sidebar-open .main-wrapper,
.sidebar-open .footer-main,
.sidebar-open #topbarMenu{
    margin: 0;
    transition: margin .1s ease-in-out;
}

.search-btn {
    width: 25px;
    padding: 0;
    background: transparent;
    border: none;
    color: #878a99;
}
.search-bar-inner svg,
.search-btn svg {
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 100px;
}
.search-btn svg:hover {
    background-color: rgba(255, 255, 255, 0.04);
}
.search-bar {
    position: fixed;
    top: 55px;
    right: 0;
    left: 0;
    z-index: 1031;
    width: 100%;
    height: 57px;
    padding: 0px 1rem;
    max-width: 600px;
}
.search-bar-inner {
    padding: 0px 1rem;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.search-bar-inner input {
    border: 0px;
    background: none;
    width: 100%;
    line-height: 2.5em;
    color: rgb(17, 24, 39);
    margin-right: 15px;
}
.search-bar-inner input:focus {
    border: none;
    outline: none;
}
.search-bar .list-group {
    max-height: 400px;
}
.search-bar .list-group-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.search-bar .list-group-item:hover {
    background-color: rgba(108,122,145, 0.08);
}
.search-user {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    object-fit: cover;
}
@media (max-width: 991.98px){
        .custom-sidebar {
        padding: 0;
    }

    .custom-sidebar .navbar-nav {
        padding-bottom: 16px;
    } 

    .custom-sidebar .navbar-toggler{
        /* border: 1px solid red; */
        position: absolute;
        top: -54px;
        left: 70px;
        z-index: 1030;
    }
}
@media (min-width: 992px) {
    /* .custom-collapse.navbar-collapse .navbar-nav li .nav-link.dropdown-toggle ,
    .custom-collapse.navbar-collapse .navbar-nav li .nav-link.depth-1 {
        line-height: 60px;
    } */
    .sidebar-open .navbar-brand-box {
        display: none;
    }
    .sidebar-open .navbar-vertical.navbar-expand-lg {
        width: 15rem;
        opacity: 1;
        transition: width .1s ease-in-out, transform .1s ease-in-out;
    }
    .sidebar-open .search-bar ,
    .sidebar-open .main-wrapper,
    .sidebar-open .footer-main,
    .sidebar-open #topbarMenu{
        margin-left: 15rem;
        transition: margin .1s ease-in-out;
    }
}

.header-icons svg {
    height: 20px;
    width: 20px;
}
