#preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff63;
    z-index: 999999;
}
#preloader .preloader-spin{
    position: absolute;
    top: 30%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    color: #3f78e0;
    border-width: 0.75em;
}

.select2-container{
    display: block;
    /*width: 100%;*/
    padding: .6rem 1rem;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    color: #60697b;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid rgba(8, 60, 130, .07);
    border-radius: .4rem;
    box-shadow: 0 0 1.25rem rgba(30,34,40,.04);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    z-index: 99999
}
.select2-container--default .select2-selection--single{
    border: none;
    color:#60697b;
}
.select2-dropdown {
    background-color: white;
    border: 1px solid #083c8212;
    border-radius: .4rem;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -1px!important;
    top:-8px;
    width: 100%;
    z-index: 1051;
}
.title-swal{
    font-size: 1em!important
}
.modal-header, .modal-body, .modal-footer{
  padding: 1em!important  
}
.modal-body{
  padding: 2em!important  
}
/*    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
        border: 0;
        border-radius: .25em;
        background: initial;
        background-color: #e12000;
        color: #fff;
        font-size: 1em;
    }*/