.m_card0{
    z-index: 11 !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,.8);
    width: 280px !important;
    border-radius: 0!important;
}
.menu-divider{
    padding-left: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .3px;
}
.list-group{
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}
.list-menu{
    font-family: inter,sans-serif;
    margin: 0px 20px 0px 10px;
}
.list-custom-small{
    line-height: 50px;
}
.list-menu a{
    border: none!important;
    //width: 245px;
}
.list-custom-small a{
    color: #1f1f1f;
    font-weight: 600;
    font-size: 13px;
    border-bottom: solid 1px rgba(0,0,0,.05);
    cursor: pointer;
}
.active-nav{
    font-weight: 700;
    color: #000!important;
}
.list-menu a i:first-child{
    border-radius: 12px;
    height: 32px!important;
    line-height: 33px!important;
    width: 32px!important;
    box-shadow: 0 5px 30px 0 rgb(0 0 0 / 11%), 0 5px 15px 0 rgb(0 0 0 / 2%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.list-custom-small a i:first-child{
    margin-left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.list-custom-small a i:first-child{
    margin-left: 6px !important;
}
.color-white{
    color: #fff!important;
}
.gradient-dark{
    background-image: linear-gradient(to bottom, #434A54, #434A54);
}
.list-menu .active-nav span{
    color: #000;
    font-weight: 600;
}
.list-menu span{
    font-weight: 600;
    padding-left: 7px;
    color: #7e8793;
}
.list-custom-small a i:last-child{
    float: right;
    font-size: 10px;
    opacity: .5;
    margin: 0px;
    text-align: right;
    color: #7e8793;
}
.BHHy3{
    width: 16px;
    height: 16px;
    fill: currentColor;
    color: #fff;
}
.mt-4{
    margin-top: 1.5rem!important;
}
.notiHeader0{
    padding: 20px 16px 8px 16px;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.notiHeader{
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 4px;
    margin-left: 6px;
}
.notiHeader:first-child{
    margin-top: 4px;
}
.noti{
    color: #1f1f1f;
    font-weight: 600;
    font-size: 13px;
    border-bottom: solid 1px rgba(0,0,0,.05);
    cursor: pointer;
    border-radius: 8px;
    padding: 8px 0px;
    position: relative;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    margin-bottom: 6px;
}
.noti:hover, .noti.active{
    background: #ddd;
}
.noti1{
    display: flex;align-items: center;
}
.noti2{
    padding: 0px 10px;
    display: flex;
    align-items: center;
    margin-right: 4px;
}
.noti3{
    filter: invert(1);width: 20px;height: 20px;
}
.noti4{
    flex-grow: 1;
}
.noti5{
    margin: 0px 0px 4px 0px;
    color: #111;
}
.noti6{
    font-weight: 400;margin: 0px;line-height: 1.3;
    color: #111;
}
.noti7{
    padding: 0px 10px;display: flex;
    align-items: center;justify-content: center;
}
.noti8{
    width: 12px;height: 12px;
    border-radius: 20px;
}
.list-custom-small0{
    display: flex;
    flex-direction: row;
    padding: 28px 16px 10px 16px;
}
.list-custom-small0_1{
    width: 38px;
    height: 38px;
    border-radius: 100px;
    object-fit: cover;
}
.list-custom-small0_2{
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}
.list-custom-small0_3{
    margin-bottom: 0px;
    color: #050505;
    line-height: 1;
    padding-bottom: 6px;
}
.list-custom-small0_4{
    color: rgb(83, 100, 113);
    font-size: 13px;
    text-transform: lowercase;
}
.ewd{
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    padding-left: 16px;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .list-custom-small a{
        font-size: 15px;
    }
    .list-menu span{
        font-weight: 500;
    }
    .list-menu a i:first-child{
        width: 32px !important;
        height: 32px !important;
    }
    .list-custom-small .BHHy3{
        width: 16px;
        height: 16px;
    }
    .list-custom-small0_1{
        width: 38px;
        height: 38px;
    }
    .list-custom-small0_3{
        font-size: 16px;
    }
    .list-custom-small0_4{
        font-size: 14px;
    }
    .list-custom-small0{
        margin-top: calc((env(safe-area-inset-top))*0.2);
    }
}