.btn-group-sm > .btn, .btn-sm {
    padding: .6rem .6rem;
    font-size: .7rem;
    line-height: 1em;
    border-radius: .125rem;
    margin-bottom: 0;
}

.form-label {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0.35rem;
}

td {
    vertical-align: middle !important;
}


.searchable-select {
    height: 200px;
    overflow: auto;
}

.option-item:hover {
    background-color: #d0cfcf;
}


.option-item {
    font-size: 14px;
    border-bottom: 1px solid #f7f7f7;
}

.option-item small {
    color: #57bdcf;
}

.swal2-popup {
    background-color: #eae9e9 !important;
}
