﻿.filterbody{
    overflow:hidden!important;
    height:100%!important;
}

.filteroverlay {        
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background-color: rgba(0,0,0,0.9);
    overflow:hidden;
    z-index: 100000; 
    transition:height 0.5s;
}

.filter-icon-box{
    margin-top:0.5rem;
    display:flex;
    justify-content:left;
    align-items:center;
    height:100%;    
    cursor:pointer;
    font-size:1rem!important;
    color:white;
    border-radius:0.5rem;
}

    .filter-icon-box > i {
        margin-left:0.2rem;
        display: block;
        border-radius: 0.5rem;
        background-color: rgba(0,0,0,0.5);
        color: white;
        font-size: 0.6rem;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        max-height: 1.5rem;
        font-style: normal !important;
    }

.tempoverlayer{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    z-index:100000;    
}

#menuPop {
    position: fixed;
    width: 100%;
    /*height: 300px;*/
    /*bottom: -300px;*/    
    color:white;
    padding-top:3rem;
    padding-left:1rem;
    padding-right:1rem;
    z-index: 100001;
    border-radius: 1.5rem 1.5rem 0 0;
    transition: bottom 0.5s ease-in-out;
}

#menuPopContent{
    height:100%;    
    padding-left:1rem;
    padding-right:1rem;
}


    #menuPopContent::-webkit-scrollbar {
        margin-top: 3rem;
        width: 0.5em;
        /*background-color:transparent;*/
    }
    #menuPopContent::-webkit-scrollbar-thumb {
        /*background-color:transparent;*/
    }

    #menuPopContent .tag{
        background-color:black;
    }