/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
.invalid-feedback {
  display: block;
}


.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7 !important;
    opacity: 1;
}
.pg-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.pg-actions span {
    display: inline-block;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none!important;
    border-color: #ced4da!important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #ced4da!important;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: 0.8125rem !important;
    padding: 0.5rem 0.9rem !important;
    font-weight: 400;
    line-height: 1.5;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 0.8125rem !important;
    padding: 0.5rem 0.9rem !important;
    font-weight: 400;
    line-height: 1.5;
}

.select2-container .select2-selection--single {
    height: 37.5px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    color: white !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100% !important;
}

.modal-content,
.modal-body {
    position: relative;
}