.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;
    float: left;
}

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

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

.dataTables_length, .dataTables_filter, .dt-buttons{
    margin-right: 0.333em;
}
div.dataTables_wrapper div.dataTables_info{
    display:none;
}
.dataTables_length{
    display:none;
}

.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;
}

div.dataTables_wrapper div.dataTables_filter{
    float: right;
}

.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 span i{
 /*   padding-left: 0px; */
    padding-right: 4px; 
}

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

.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;
}

.limit-text-size {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}


.c-sidebar .c-sidebar-nav-dropdown-toggle:hover, .c-sidebar .c-sidebar-nav-link:hover{
    background: #ff4b77 !important;
}

.dropdown-menu{
    --cui-dropdown-link-active-bg: #505050;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #535d6d !important;
}

.page-link{
color: #636f83 !important;
}

.dropzone{
    border: none;
    padding: 0;
    width: 120px;
}

.dropzone .dz-message{
    margin: 0;
}

.active>.page-link, .page-link.active {
    background-color: #f3f1f1;
    border-color: #c4c9d0;
}

table.dataTable.table-striped > tbody > tr.odd.selected > *{
    box-shadow: inset 0 0 0 9999px rgba(193, 193, 193, 0.95);
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(193, 193, 193, 0.95);
    color: #212529;
}
table.dataTable.table-striped > tbody > tr.odd.selected:hover > *{
    box-shadow: inset 0 0 0 9999px rgba(153, 153, 153, 0.98);
    color: #212529;
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(153, 153, 153, 0.98);
    color: #212529;
}
.dataTables_info .select-info{
    display: none;
}
.dataTables_info{
    float: left;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-top: 8px !important;
}

.select2-container--default .select2-selection--single{
    display: block;
/* width: 100%; */
padding: 0.375rem 0.75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: var(--cui-input-color, rgba(44, 56, 74, 0.95));
background-color: var(--cui-input-bg, #fff);
background-clip: padding-box;
border: 1px solid var(--cui-input-border-color, #b1b7c1);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container .select2-selection--single{
    height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
margin-left: -10px;
margin-top: 6px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0px;
}


.form-check-input:checked {
    background-color: var(--cui-form-check-input-checked-bg-color, #343a40);
    border-color: var(--cui-form-check-input-checked-border-color, #343a40);
}

.form-select:focus{
    border-color: #b1b7c1;
    box-shadow: none;
}

@media (min-width: 1400px){
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 100%;
}
}

.bg-pink{
 background: #d63384;
 
}

@font-face {
    font-family: OptimusPrinceps;
    src: url('/fonts/OptimusPrinceps.ttf');
}

.logo{
    font-family: OptimusPrinceps;
    font-size: 25px;
    font-weight: 500;
}

.btn-check:focus+.btn-outline-danger, .btn-outline-danger:focus{
    box-shadow: none;
}

.defaultColor{
    background-color: #2E1966;
}

.c-app{
    background: #2E1966 !important;
}