.cm--left{
    max-width: 30em !important;
}

.cm__btn:nth-child(1), .pm__btn:nth-child(1){
    background: #5b6770 !important;
    color: #ffffff !important;
    border: 0px !important;
} 

.cm__btn:nth-child(2), .pm__btn:nth-child(2){
    background: #ffffff !important;
    color: #5b6770 !important;
    border: 1px solid  #5b6770!important;
    /* border-color: #5b6770 !important; */
} 

.cm__btn:nth-child(1):hover, .pm__btn:nth-child(1):hover{
    background: #353534 !important;
}

.cm__btn:nth-child(2):hover, .pm__btn:nth-child(2):hover{
    background: #eaeff2 !important;
}

/* .section__toggle:checked~.toggle__icon{
    background: #353534 !important;
} */

.cm__btn--secondary:nth-child(1), .pm__btn--secondary:nth-child(1){
    background: #eaeff2 !important;
    color: rgb(94, 98, 102) !important;
}

.cm__btn--secondary:nth-child(1):hover, .pm__btn--secondary:nth-child(1):hover{
    background: #d4dae0 !important;
}

.btn-link {
    font-weight: 600 !important;
    color: #000 !important;
}