.btn-acs {
    color: #52C1DB;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #52C1DB;
    padding: 4px 26px;
}

.btn-acs:hover {
    background: #52C1DB;
    color: whitesmoke;
    border: 1px solid #52C1DB;
} 

.check-icon {
    width: 30px !important;
}

.sidebar-container__select_code {
    display: none !important;
}

.select_country_small {
    text-align-last: right !important;
    padding-right: 9px !important;
}