.cls-menu-left {
    padding-top: 20px;
    overflow: hidden;
}

.cls-menu-left a {
    display: block;
    color: white;
    padding: 10px 30px;
    font-size: 15px;
    min-width: 800px;
}

.cls-menu-left a .fas {
    color: gray;
}

.cls-menu-left a:hover {
    font-size: 16px;
    background-color: rgb(26, 26, 36);
    border: 2px solid white;
}

.cls-menu-left a.active {
    font-size: 16px;
    background-color: rgb(21 21 154);
    border: 2px solid white;
}

.cls-menu-left a.active .fas {
    color: white;
}


.cls-menu-left .fas {
    margin-right: 32px;
    width: 20px;
    text-align: center;
}

@media screen and(max-width: 1200px) {

}