.left-btn {
    text-align: left !important;
    justify-content: flex-start !important;
    display: flex !important;
}
.left-btn span {
    justify-content: flex-start !important;
    text-align: left !important;
}



@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 2px; background-color: #2C4135; } ::-webkit-scrollbar-track { background-color: #CBE2B8; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-thumb:hover { background-color: #2a2a2a; }}