body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal !important;
}

.swal2-title {
    font-weight: normal !important;
}

.swal2-container.swal2-center>.swal2-popup {
    border-radius: 2em !important;
    border: 4px solid rgba(166, 166, 166, 0.3) !important;
}

.widget {
    border-radius: 2em !important;
    border: 1px solid #fff !important;
}

.form-control {
    border-radius: 1.2em !important;
    background-color: #f1f2f3 !important;
    border: 1px solid #bfc9d400 !important;
    letter-spacing: 0.5px !important;
    font-weight: normal !important;
}


/*

.btn-block {
border-radius: 0em 0em 2em 2em !important;
} */

.tox-tinymce {
    border-radius: 1em !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 1.2em !important;
}

.select2-container--open .select2-dropdown--below {
    border-radius: 1.2em !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-radius: 1.2em !important;
    border: 1px dashed #d9dcff !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1f2f300;
}

span.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border: 1px solid #ffffff00 !important;
    box-shadow: 0 0 5px 2px rgb(194 213 255 / 0%) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    visibility: hidden;
}

.table>thead>tr>th {
    vertical-align: middle;
    font-weight: 400 !important;
    font-size: 1em !important;
    letter-spacing: 0px !important;
}

.table>tbody>tr>td {
    vertical-align: middle;
    color: #262727;
    font-size: 1em;
    letter-spacing: 0px !important;
}

td {
    white-space: nowrap;
}

.footer-wrapper {
    justify-content: center;
}

.badge {
    font-weight: 400;
}