@charset "utf-8";

@media(max-width: 768px) {
    .h-nav-menu{
        border: 1px solid #e9ecef !important;
        border-bottom: none;
        padding: 5px 10px;
        box-sizing: border-box;
        width:25%;
    }
    .flex-fill{
        flex: 1 1 25% !important;
    }
    .list-col{
        width:50% !important;
        box-sizing: border-box;
    }
    .item-t{
        width:100%;
    }
    .item-title{
        width:280px;
    }
}

.my-side-menu{
    top: auto !important;
    bottom: 100px !important;
    right: 0px !important;
}

#my-menu img{
    width: 34px !important;
    height: 38px !important;
    display: block;
    object-fit: contain;
}