.swal2-modal .swal2-icon, .swal2-modal .swal2-success-ring {
    margin-bottom: 0.6em !important;
}
.swal2-close{
    display: none !important;
}
.swal2-container > div{
    padding:0 !important;
}
.form-control {
    border-radius: 10px !important;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before{
    border-radius: 5px;
}
.navbar-toggler:focus {
    box-shadow: unset;
}
#settings-trigger{
    background:unset !important;
    bottom: 30px !important;
    right: 50px !important;
    display: flex !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}
.breadcrumb {
    border: 0px solid #CED4DA !important;
    padding: 0.56rem 0rem !important;
}
.custom-file-label{
    height: 2.875rem !important;
    padding: 0.875rem 1.375rem !important;
    border-radius: 10px !important;
    line-height: 1rem !important;
}
.custom-file-label::after{
    height: 2.875rem !important;
    padding: 0.875rem 1.375rem !important;
    line-height: 1rem !important;
}
.card-border {
    border: 1px solid #cccccc !important;
}
.breadcrumb-item a{
    color:#495057;
}
.custom-file{
    height: 2.875rem !important;
}
.file-error{
    border: 1px solid #dc3545 !important;
  }
/* Select2 */
/* .select2-container--default .select2-selection--single {
    border: 1px solid #CED4DA !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px !important;
} */
.select2-error .select2 .select2-selection--single{
    border: 1px solid #dc3545 !important;
  }
.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px !important;
    right: 10px !important;
}
.select2-container--default .select2-selection--single {
    padding-left:14px !important;
}
.select2-container--default .select2-selection--single {
    height: 2.875rem !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1rem !important;
}

.disabled-hover:hover{
    cursor: no-drop;
}