@media (max-width: 1200px) {
    #navbarNav .support, #open_button, #close_button, #navbarNav .live_chat, .sidebar_nav, .chat_content {
        display: none !important;
        visibility: hidden !important;
    }
    #main_chat {
        margin-bottom: 10px !important;
        overflow-y: auto;
    }
    .sidebar_nav.show {
        backdrop-filter: blur(5px);
        width: 100%;
        display: block !important;
        visibility: visible !important;
    }
    .sidebar_nav.show .left_sidebar {
        width: 12rem;
        background-color: #232a4bbf;
        backdrop-filter: blur(15px);
    }
    .sidebar_footer {
        margin-bottom: 6rem !important;
    }
    #mobile-nav .nav-item.sidebar_menu:hover {
        background: transparent;
    }
    #toast-container .toast-message {
        font-size: 13px !important;
    }
    .main_content {
        margin: 0 !important;
    }
    .upper-auth-links {
        flex-direction: row-reverse !important;
    }
    #mobile-nav {
        display: block !important;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: var(--black);
        z-index: 9999999;
        box-shadow: 1px 1px 1px #000;
    }
    #mobile-nav li {
        list-style: none !important;
    }
    #mobile-nav .nav-item:hover a,
    #mobile-nav .nav-item.active-nav-link a {
        color: #000 !important;
    }
    #mobile-seperator{
        margin-top: 200px
    }
    .chat#toggleBtn {
        display: none;
    }
    footer{
        padding-bottom: 80px;
    }
}
@media screen and (max-width:771px) {

    #desktop-nav li.nav-item {
        margin: 5px;
    }
    
    #mobile-nav .head-title{
        font-size: 12px;
    }
    .referral_message::before {
        display: none;
    }
}
@media screen and (max-width: 575px) {

    .call-to-action #typer {
        font-size: 3rem;
    }
    .offer_popularity {
        display: none;
    }
    
}
@media screen and (max-width: 480px) {
    .reg_log_buttons {
        width: 160px;
        --h: 2em;
    }
    .call-to-action #typer {
        font-size: 2rem;
    }
    .call-to-action a.call-btn {
        font-size: 15px;
        padding: 8px 30px;
    }
    #navbarNav .user_profile .user_data .info {
        display: none;
    }
    #navbarNav .profile_info {
        left: -235px;
    }
    #navbarNav ul li a .user-image img, #navbarNav .profile_avatar img {
        max-width: 45px;
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 400px) {
    #navbarNav .user_data .info {
        display: none;
    }
    .navbar-brand img {
        width: 150px;
    }
    i.tag-items {
        padding: 7px 12px;
        color: #fff;
        margin: 6px 3px;
    }

}
@media screen and (max-width: 380px) {
    #navbarNav .profile_info {
        left: -180px;
    }
}
@media screen and (max-width: 360px) {
    .reg_log_buttons {
        width: 140px;
    }
    .reg_log_buttons button {
        font-size: 13px;
    }
}