.invalid-feedback {
    display: inline;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.type-b {
    font-size: 11px;
    padding: 1px 5px;
    border-radius: 3px;
}

.type-c {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 3px;
}

.icon-md{
    margin-top: -3px;
}

.icon-sm{
    margin-top: -3px;
}

table tr.update_row {
    background-color: #f6f6c5 !important;
}

/* .selectize-control.plugin-remove_button .remove-single {
    right: 30px;
    top: -1px;
} */

.selectize-input {
    min-width: 180px;
}

.select2-container--bootstrap-5 .select2-selection {
    min-width: 200px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #25a0e2;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: #25a0e2;
}
.selectize-input {
    padding: 0.275rem 0.75rem;
    font-size: .775rem;
}
.form-select {
    font-size: .775rem;
}

.form-select-sm {
    padding: 0.3rem 2.7rem 0.5rem 0.9rem !important;
}

.form-control-sm {
    padding: 0.4rem 0.5rem !important;
}

.table thead tr th{
    text-transform: uppercase; 
}


.system-utilities .card span{
    font-size: 1.4rem;
    color: #2ecc71 !important;
}


.system-utilities:hover .card {
    background-color: #2ecc71!important;
    color: #fff !important;
}

.system-utilities:hover span{
    color: #fff !important;
}

.form-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .7rem;
}

.form-control[readonly]:not(.flatpickr-input) {
    color: #757272;
}