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

.datatable {
    width: 100% !important;
}

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

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

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

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

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

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

.searchable-title {
    font-weight: bold;
}
.select2-container--open {
    z-index: 9999;
}
.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;
}

.duanyam_small_logo_nav {
    width: 40px;
    height: 40px;
    object-fit: contain;
  }

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.subheading{
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: large;
}


  /* temporary */
div.dataTables_wrapper div.dataTables_filter input {
    width: 250px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 300;
}

.bold {
    font-weight: bold;
}

.selectable {
    cursor: pointer;
}

.btn-custom {
    padding: 13px 35px;
}

.bottom-nav {
    position:fixed; 
    z-index: 9999; 
    width: 100%; 
    bottom: 0; 
    background-color: #fff; 
    padding: 15px 20px; 
    left: 0; 
    box-shadow: 0 -2px 20px 0 rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #911b52;
    border-color: #911b52;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #721741;
    border-color: #721741;
}

.bg-icon {
    background-color: #fff;
}

.sidebar-duanyam {
    background-color: #a91f5b;
}

.sidebar-duanyam .sidebar a {
    color: #fff;
}

.sidebar-duanyam .nav-treeview > .nav-item > .nav-link {
    color: #fff;
}

.sidebar-duanyam .nav-sidebar > .nav-item > .nav-treeview {
    background: #911b52;
}

.sidebar-duanyam .nav-sidebar > .nav-item > .nav-link.active {
    color: #fff;
    background-color: #911b52;
}

.sub-nav {
    background-color: #fff;
    /* padding:15px;
    padding-left:30px; */
}

.sub-nav .nav-link {
    padding: 1rem 1.5rem;
}

.sub-nav a {
    color: #414042;
    opacity: 0.6;
}

.sub-nav .active {
    color: #911b52;
    border-bottom: solid 3px #a91f5b;
}

.text-purple {
    color: #911b52;
}