/*
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 {
    min-height: 37.5px !important;
    padding: 3px 6px !important;
    height: auto !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    align-items: center !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    display: inline-flex !important;
    align-items: center !important;
    padding: 2px 8px !important;
    margin: 2px 4px !important;
    font-size: 0.75rem !important;
    line-height: 1.2 !important;
    border-radius: 4px !important;
    background-color: #405189 !important;
    color: #fff !important;
    border: none !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    width: 0.5rem !important;
    height: 0.5rem !important;
    padding: 0.25rem !important;
    margin-right: 0.25rem !important;
    margin-left: 0 !important;
    overflow: hidden !important;
    text-indent: 100% !important;
    white-space: nowrap !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/100% auto no-repeat !important;
    border: 0 !important;
    position: static !important;
    float: none !important;
    opacity: 0.75 !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover {
    opacity: 1 !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/100% auto no-repeat !important;
    border: none !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    flex-grow: 1 !important;
    margin: 0 !important;
    width: auto !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search .select2-search__field {
    width: 100% !important;
    margin-top: 0 !important;
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 4px !important;
    font-size: 0.8125rem !important;
}

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

.form-check.form-switch {
    /*// self align center*/
    align-self: center !important;
    display: inline-block !important;
}

.swal2-container {
    z-index: 99999 !important;
}

.swal2-popup {
    z-index: 999999 !important;
}