﻿.classList{
    display: flex;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: #DADADA;
}

.backIcon .svg-inline--fa{
 color: #fff !important;
}