.c_gal-items {
    border: 3px solid var(--bs-body-bg);
    box-shadow: var(--bs-box-shadow);
    border-radius: 10px;
    overflow: hidden;
}
.c_avatar_sec {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.btn-search {
    height: 100%;
}
th {
    text-align: right!important;
}
#toastr-container {
    top: auto!important;
    right: auto!important;
    left: 15px!important;
    bottom: 15px!important;
}
.c_col_user_status {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 10px;
}
.select2-sec {
    position: relative;
}
.select2-sec label.error {
    position: absolute;
    border: 0;
    bottom: -17px;
    right: 0;
}
.select2-container--bootstrap5 .select2-dropdown .select2-results__option.select2-results__option--selected::after {
    right: auto!important;
    left: 1.25rem!important;
}
span.select2-selection {
    padding-right: 1rem!important;
}
span.select2-selection > span.select2-selection__rendered {
    padding-right: 0!important;
}
.dir-ltr {
    display: inline-block!important;
    direction: ltr!important;
}
.text-right {
    text-align: right!important;
}
label.error {
    display: block;
    color: #F8285A;
    font-size: 10px;
    margin-top: 3px;
}
.form-check.form-check-custom.form-check-solid,
.form-check.form-check-custom.form-check-solid * {
    cursor: pointer;
}
.c_banners {
    width: 70%;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.475rem;
}
.c_btn_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_banners_div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    padding-right: 15px;
    margin-left: 2px;
}
.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice {
    margin-right: 0;
    margin-left: 0.5rem;
}
.input-group-text {
    height: 100%;
    border-radius: 0.475rem 0 0 0.475rem;
}
@media screen and (max-width: 567px){
    .btn-search {
        width: 100%!important;
    }
}