.comments {
    max-height: 100px;
    overflow: auto;
}

.autocomplete-block:empty {
    display: none;
}


#orders-program_type {
    display: flex;
}


.entity-section .select {
    width: 200px !important;
    max-width: 100%;
}

.toggled-table {
    max-height: 500px;
    overflow: hidden;
}

.table-toggle {
    margin: 10px 20px;
    display: block;
}

.remove-sms {
    margin-left: 10px;
}

.filter-btns {
    margin-top: auto;
    display: flex;
}

.filter-btns .btn {
    width: 100%;
}

.filter-btns .btn:not(:first-child){
    margin-left: 10px;
}