.footer_menu_bar {
    display: none;
}    
#show-hide-bottom-menu {
    cursor: pointer;
    margin-top:10px;
    margin-right:15px;
}
#bottom_menu {
    bottom: 90px;
    background-color: #000;
    z-index: 2;
    width: 250px;
    left:calc(100% - 260px);
    color: #fff;
    padding: 15px 10px;
    border-radius: 7px;
    z-index: 3;
    display: none;
}
#bottom_menu i.bi {
    margin-right: 8px;
}
#bottom_menu a {
    color: #fff;
    text-decoration: none;
}
#footer_mask {
    position: fixed;
    width:100%;
    height:100%;
    opacity:0.5;
    background-color: #fff;
    z-index: 1;
    top:0;
    left:0;    
    display: none;
}
#bottom_menu #sqare {
    width: 20px;
    height:20px;
    position: absolute;
    bottom: -9px;
    background-color: #000;
    right: 8px;
    transform: rotate(45deg);
}
@media only screen and (max-width: 500px) {
    .user-name-text {
        font-size:12px;
        line-height: 13px;
    }
}
@media only screen and (max-width: 800px) {

    .footer_menu_bar {
        background-color: #000;
        padding:13px 0px;
        box-shadow: 0px -2px 6px #6D6D6D;
        display:block;
        z-index: 1;
    }
    .footer_menu_bar .col {
        text-align: center;
        font-size: 20px;
    }
    .footer_menu_bar .col * {
        color: #fff;
        text-decoration: none;
    }
    .footer_menu_bar .col.active * {
        color: orange;
        text-decoration: none;
    }
    .footer_menu_bar i.bi {
        font-size: 20px;
    }
    .menu_name {
        display: block;
        font-size:15px;
        text-transform: uppercase;
    }
    .col.active {    
        font-weight: bold;
    }
    .col.active .menu_name, .col.active i{    
        color: orange;
    }
    .footer_menu_bar .col .menu_name {
        font-size: 12px;
    }
}

@media only screen and (max-width: 600px) {
    .footer_menu_bar .col .menu_name {
        font-size:10px;
        color: #fff;
    }
    .footer_menu_bar .col.active .menu_name {
        font-size:10px;
        color: orange;
    }
}

@media only screen and (max-width: 300px) {
    #bottom_menu {
        bottom: 90px;
        width: 220px;
        left:calc(100% - 230px);        
        padding: 15px 8px;
    }
    #bottom_menu .row p, 
    #bottom_menu .row i.bi {
        font-size: 13px;
        line-height: 13px;
    }

    #show-hide-bottom-menu {        
        margin-top:0px;        
    }
}

@media only screen and (max-width: 400px) {
    .footer_menu_bar i.bi {
        font-size: 30px;
    }
    #show-hide-bottom-menu {
        margin-top: 0px;
    }
    .footer_menu_bar {
        min-width: 250px !important;
    }
    .container-fluid, .container {
        min-width: 270px !important;
    }
    .menu_name2 {
        display:none;
    }
}

@media only screen and (max-width: 300px) {
    .footer_menu_bar .col .menu_name {
        display:none;
    }
}
