@media (max-width: 480px) {
    .dropdown-menu {
        width: 100vw !important;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@media (max-width: 1199px) {
    #main {
        padding: 20px;margin-left: 0;
    }

    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
        z-index: 9999;
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }

    .sidebar {
        left: -300px;
    }

    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 235px;
    }

    .toggle-sidebar #main {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}
@media (max-width: 550px) {
    .logo-img{
        width: 100px;
    }
    .humburger{
        width: 40px;
    }
    .lock-img{
        width: 40px;
    }
    .user-img{
        width: 90px;
    }
}
@media (mIN-width: 320px) {
    .share-img{
        width: 40px;
}

}