.aside {
    min-width: 350px;
    width: 15%;
    position: fixed;
    top: 0;
    right: -2px;
    bottom: 0;
    background-color: #fafafa;
    /* font-family: Helvetica, Arial, sans-serif; */
    border-right: 1px solid #333;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); */
    z-index: 99999;
    width: 0px;
    min-width: 0px;
    overflow: hidden;
    transition: 0.35s width ease, 0.35s min-width ease;
}

.aside .aside-header {
    background-color: #4b4f4f;
    padding: 16px;
    padding-left: 18px;
    /* border-bottom: 3px solid #f1ecf1; */
    /* font-size: 1.2em; */
    /* color: #fff; */
}

.aside .aside-header .close {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 23px;
    top: 16px;
    color: #fff;
    /* z-index: 999999; */
    opacity: 1;
}

.aside .aside-contents {
    /* padding-left: 1.6em; */
    /* padding-bottom: 1em; */
}

.aside.in {
    width: 15%;
    min-width: 304px;
    height: 100vh;
    border-radius: 0;
}

.aside-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgb(0 0 0 / 73%);
    transition: 0.2s opacity ease;
    opacity: 0;
    display: none;
}

.aside-backdrop.in {
    display: block;
    opacity: 0.6;
    pointer-events: none;
}

.aside-header {}

.aside-header h3 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}

.aside-header h4 {
    color: #71B9BC;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.aside-header h5 {
    font-size: 14px;
    color: #8d8a8a;
}

.sidemenu_userface .fa {
    color: #71B9BC;
    font-size: 35px;
    background: #fff;
    padding: 12px;
    border-radius: 33px;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-bottom: 10px;
}

.aside-contents {}

.aside-contents ul li {
    list-style-type: none;
    /* margin: 0 0 5px 0; */
    border-bottom: 1px solid #eee;
    display: inline-block;
    width: 100%;
}

.aside-contents ul li a {
    color: #0C2A34;
    font-weight: 400;
    padding: 10px 19px;
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.aside-contents ul li a .fa {
    padding-right: 8px;
    padding-left: 8px;
}
.menu-search-box{
    background: #e1eeef;
    padding: 20px;
    /* opacity: 0.2; */
}
.menu-search-box .form-control{
    border-radius: 20px;
    border: 0;
    box-shadow: 3px 1px 11px rgb(0 0 0 / 13%);
    font-size: 14px;
}
.aside-contents ul li ul li{
    padding: 0 45px;
}
.aside-contents ul li ul li a{color: #7C7C7C;text-transform: capitalize;padding: 5px;font-weight: 400;}
.aside-contents > ul > li{
    margin: 2px 0;
}
.aside-contents ul li a img{
    margin-right: 12px;
    width: 19px;
}