.brand-name{
    height: 40px;
    margin: 10px 0px;
}
.asside-nav{
    position: fixed;
    width: 300px;
}
.main-box-right{
    margin:25px 0px 50px 315px;
}
.dash-stat-icons{
    font-size: 35px;
}
.icon-up-down{
    font-size: 30px;
}
.nav-div{
height: 78vh;
overflow-y: scroll;
}
.prime-nav{
    width: 100%;
    border: none;
    transition: all 0.2s ease-in-out;
    text-align: start;
    font-size: 14px;
    font-weight: 500;
}

.prime-nav:hover{
    background-color: #efefef;
    border: none;
}
.list-group-edit a{
    font-size: 13px;
    font-weight: 400px;
    border: none;
}
.collapse-edit{
    /* padding: 15px 0px; */
    padding: 0px 0px 15px 0px;
}
.list-group-edit .list-group-item{
    padding-right: 1rem;
    padding-left: 1rem;
}
.form-error{
    font-size: 12px;
}
.dt-layout-row label, .dt-info{
    font-size: 12px;
    color: #666;
}
.dt-input{
    border: 1px solid #d1cfcf;
    font-size: 13px;
    outline: none;
}
.dataTable-table tr{
    font-size: 13px;
}