.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody td.select-checkbox::after,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tbody th.select-checkbox::after {
    top: 50%;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.select2-selection__rendered {
    padding-bottom: 5px !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs > .btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}
.searchable-fields {
    padding-left:5px;
}
.searchable-link {
    padding:0 5px 0 5px;
}
.searchable-link:hover   {
    cursor: pointer;
    background: #eaeaea;
}
/* .select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
} */

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid ~ .invalid-feedback {
    display: block;
}

.c-sidebar-brand .c-sidebar-brand-full:hover {
    color: inherit;
}

.custom-select.form-control-sm {
    padding: 0.25rem 1.5rem;
}

.card-header.form_heading
{
    font-size: 24px !important;
    font-weight: 700  !important;
    background: #251e70;
    color: white;
    border-radius: 15px 15px 0 0 !important;
    border-bottom: 1px solid #251e70;
}

.form_inner_heading
{
    font-size: 18px !important;
    font-weight: 600  !important;
    background: #cfcafd;
    color: #251e70;
    text-align: center;
    border-radius: 8px 8px 0 0 !important;
    border-bottom: 1px solid #251e70;
}

.bottom-radius 
{
    border-radius: 0 0 8px 8px !important;
}

.form-outer-wrap
{
    box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
    border-radius: 15px !important;
    border: 1px solid #251e70 !important;
}

.dark-border
{
    border: 1px solid #251e70;
    border-radius:8px;
}

.form-outer-wrap label , table td
{
    font-size: 17px;
    font-weight: 500;
    color: black;
    opacity: 0.8;
    width: 100%;
}

table td
{
    width: auto;
}

.table-bordered, .table-bordered td, .table-bordered th
{
    border-color: #251e70 !important;
}

.form-group textarea 
{
    height: 50px;
}

.form-check-inline .form-check-input
{
    width: 18px;
    height: 18px;
}

.form-check-inline
{
    border: 1px solid #251e70;
    border-radius: 8px;
    padding: 5px 14px !important;
}

.divider 
{
    border-top: 2px dashed #251e70;
    margin: 25px 0;
}

.form-group input , .form-group textarea , .form-group select , .select2-container--default .select2-selection--single , .form-control , .dropzone , .table.datatable input , .table.datatable select
{
    border-color: #7367f0 !important;
    box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
    padding: 0.422rem 0.875rem;
    font-size: 16px;
    color: black;
}

.table.datatable input , .table.datatable select
{
    display: block;
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid;
    color: #768192;
    background-color: #fff;
    border-color: #d8dbe0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.table.datatable select
{
    width: 100%;
}

.table.datatable input:focus ,.table.datatable select:focus
{
    color: #768192;
    background-color: #fff;
    border-color: #958bef;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(50, 31, 219, .25);
}

.select2-container--default .select2-selection--single
{
    height: 100%;
}

.select2-container .select2-selection--single .select2-selection__rendered
{
    padding: 0 !important;
    line-height: 21px !important;
}

.form-check-inline .form-check-input
{
    box-shadow: none !important;
}

.form-check-inline .form-check-input[type=radio]
{
    accent-color: #251e70;
}

.page-item.active .page-link
{
    background-color: #251e70;
    border-color: #251e70;
}

div.dataTables_wrapper div.dataTables_filter label
{
    text-align: right;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody::-webkit-scrollbar
{
    width: 5px;
    height: 5px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody::-webkit-scrollbar-track 
{
    background: #e3e0ff !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody::-webkit-scrollbar-thumb
{
    background: #4d469b;
    border-radius: 50px;
}

table.dataTable
{
    border-collapse: collapse !important;
    margin-bottom: 10px;
}

.dataTables_wrapper .row:last-child
{
    margin-top: 10px;
}

.form_btn
{
    padding: 7px 30px !important;
    border-radius: 50px !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    outline: 2px solid #7367f0;
    outline-offset: 2px;
    background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
    box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
}

.form_btn:hover
{
    background: #251e70;
    color: white;
}

.form_btn.btn-success
{
    background: #2eb85c;
    outline: 2px solid #2eb85c;
}

.dropzone 
{
    min-height: inherit;
    border-radius: 8px;
}

.c-sidebar
{
    background: #040f39;
}

.c-sidebar .c-sidebar-brand, .c-sidebar .c-sidebar-header , .c-sidebar .c-active.c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link.c-active
{
    background: linear-gradient(72.47deg, #7367f0 22.16%, rgba(115, 103, 240, 0.7) 76.47%);
}

.c-sidebar .c-active.c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link.c-active
{
    border-radius: 8px;
    box-shadow: 0px 6px 13px 0px rgba(115, 103, 240, 0.48)
}

.c-sidebar .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar .c-sidebar-nav-link:hover
{
    background: #b1a9fb !important;
    color: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0px 6px 13px 0px rgba(255, 255, 255, 0.48)
}

.c-sidebar-nav.ps 
{
    padding: 12px;
}

.c-sidebar-nav-item , .c-sidebar-nav-dropdown , .c-sidebar-nav-dropdown-toggle
{
    font-size: 14px;
    margin-bottom: 10px;
}

.c-sidebar-nav-dropdown-toggle, .c-sidebar-nav-link
{
    padding: 8px 10px;
}

.table.datatable
{
    text-wrap: nowrap;
}

.c-sidebar .c-sidebar-nav-dropdown-toggle, .c-sidebar .c-sidebar-nav-link
{
    text-wrap: balance;
    border-radius: 8px;
}

.datatable-Role , .datatable-Document
{
    text-wrap: wrap !important;
}

input[type=checkbox], input[type=radio]
{
    width: 18px;
    height: 18px;
}

.dataTables_scrollHeadInner 
{
    width: 100% !important;
}

a:hover 
{
    text-decoration: none !important;
}

.c-app
{
    min-height: calc(100vh - 144px);
}