@media (max-width: 768px) {
    .user-menu .menu_item {
        padding: 0px 4px;
    }
    .header_left {
        gap: 0px !important; 
    }
    .header_left svg {
        width: 42px;
        height: 42px;
    }
    header .header_in.mobile_header {
        padding: 8px !important;
        height: unset !important;
    }
    .user-name {
        display: none;
    }

    .user-image {
        width: 40px;
    }

    .user-notification i {
        font-size: 30px;
    }

    .header-button {
        font-size: 30px;
    }

    .header-button-number {
        width: 17px;
        height: 17px;
        font-size: 12px;
        top: 10px;
    }

    .notification-count {
        width: 17px;
        height: 17px;
        font-size: 14px;
    }

    .user-menu {
        right: 10px;
        transform: unset;
    }

    .header-logo {
        height: 55px;
    }

    .view_toggler:after {
        display: none;
    }
}

@media (max-width: 490px) {
    .user-image {
        width: 30px;
        height: 30px;
    }

    .user-notification i {
        font-size: 20px;
    }

    .header-button {
        font-size: 20px;
    }

    .header-logo-wrapper{
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
        margin-right: auto;
        margin-left: 10px;
    }
    .view_toggler {
        width: 30px;
        height: 30px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .view_toggler > div {
        position: unset !important;
        transform: unset !important;
    }

}

@media (min-width: 551px) {
    .header-logo-wrapper {
        justify-content: center;
    }
}
