body{
    background-color: #222d32 !important;
}

.no-show{
    display:none;
    padding: 0;
}

.show-more-btn, .edit-btn{
    /*border-radius:5px;*/
    /*padding: 3px 6px;*/
    font-weight: 700;
}

.edit-btn{
    float:left;
}

.delete-client-btn{
    float:right;
}

.delete-client-btn{
    margin-top: -20px;
}

.hidden-container{
    padding:0;
}

.price_from, .price_to{
    color: #2F4F4F;
    font-weight: bolder;
}

.error-holder{
    min-height: 250px;
}


.no-show{
    display:none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}