.header-wrapper .navbar .icon-bell {
    position: relative;
}
.menu_header a img {
    width: 31px;
    height: 31px;
    object-fit: contain;
}
.header-wrapper .navbar .icon-bell span {
    position: absolute;
    top: 0%;
    right: 0%;
    transform: translate(38%, -21%);
    background-color: #d72323;
    font-size: 11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tooltip {
    z-index: 1072;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: rgba(0, 0, 0, 0.479);
}
.tooltip-inner {
    background-color: rgba(0, 0, 0, 0.479);
}
@media screen and (max-width: 768px) {
    .header-wrapper .navbar .icon-search, 
    .header-wrapper .navbar .icon-bell, 
    .header-wrapper .navbar .icon-person {
        margin-right: 50px;
    }
    .header-wrapper .navbar .icon-logout {
        margin-right: 6px;
    }
    .navbar-brand img {
        width: 227px;
        height: 54px;
        object-fit: contain;
        margin-left: 12px;
    }
    .menu_header a img {
        width: 50px;
        height: 50px;
    }
    .header-wrapper .navbar .icon-bell span {
        font-size: 15px;
        width: 30px;
        height: 30px;
    }
}
@media screen and (max-width: 675px) {
    .header-wrapper .navbar .icon-search, 
    .header-wrapper .navbar .icon-bell, 
    .header-wrapper .navbar .icon-person {
        margin-right: 30px;
    }
    .menu_header a img {
        width: 35px;
        height: 35px;
        object-fit: contain;
    }
    .header-wrapper .navbar .icon-bell span {
        font-size: 13px;
        width: 22px;
        height: 22px;
        transform: translate(40%, -21%);
    }
}
@media screen and (max-width: 480px) {
    .header-wrapper .navbar .icon-search, 
    .header-wrapper .navbar .icon-bell, 
    .header-wrapper .navbar .icon-person {
        margin-right: 20px;
    }
    .header-wrapper .navbar .icon-logout {
        margin-right: 0;
    }
    .navbar-brand img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-left: 0;
    }
    .menu_header a img {
        width: 26px;
        height: 26px;
        object-fit: contain;
    }
    .header-wrapper .navbar .icon-bell span {
        font-size: 10px;
        width: 18px;
        height: 18px;
        transform: translate(45%, -27%);
    }
}
@media screen and (max-width: 375px) {
    .header-wrapper .navbar .icon-search, 
    .header-wrapper .navbar .icon-bell, 
    .header-wrapper .navbar .icon-person {
        margin-right: 15px;
    }
    .navbar-brand img {
        width: 100%;
        height: auto;
        object-fit: contain;
        margin-left: 0;
    }
    .menu_header a img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }
}

/* Responsive footer */
@media screen and (max-width: 992px) {
    footer .container .footer-wrapper .nav-footer .menu-footer .item-link {
        margin-left: 0px;
    }
}
@media screen and (max-width: 768px) {
    footer > .div {
        max-width: 675px;
    }
    .footer-wrapper .nav-footer > div {
        flex: 100%;
        max-width: 100%;
        text-align: center;
        padding: 0;
    }
    footer .container .footer-wrapper .nav-footer .menu-footer {
        display: block;
        padding-top: 60px;
    }
    footer .container .footer-wrapper .nav-footer .menu-footer .item-link {
        font-size: 26px;
        line-height: 26px;
        margin: 0;
        padding: 15px 0;
        display: block;
        width: 100%;
    }
    footer .container .footer-wrapper .copyright {
        margin-top: 84px;
    }
    footer .container .footer-wrapper .copyright p {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 27px;
    }
    footer .container .footer-wrapper .nav-footer .menu-footer .item-link:last-child {
        margin-right: 37px;
    }
}
@media screen and (max-width: 600px) {
    footer .container .footer-wrapper .nav-footer .menu-footer .item-link {
        font-size: 20px;
        line-height: 20px;
    }
    footer .container .footer-wrapper .copyright {
        margin-top: 60px;
    }
    footer .container .footer-wrapper .copyright p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    footer .container .footer-wrapper .nav-footer .menu-footer .item-link:last-child {
        margin-right: 15px;
    }
}
@media screen and (max-width: 375px) {
    footer .container .footer-wrapper .nav-footer .menu-footer .item-link {
        font-size: 16px;
    }
    footer .container .footer-wrapper .copyright p {
        font-size: 12px;
        margin-bottom: 10px;
    }
}
