.sb-nav-fixed #layoutSidenav #layoutSidenav_content {
    padding-left: 0;
}

.form-select:focus,
.form-control:focus,
.datatable-input:focus,
.datatable-input:focus-visible,
.datatable-selector:focus-visible {
    color: #212529;
    background-color: #fff;
    border-color: #eb7601;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(253, 178, 49, 0.5);
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.all-top-border {
    border-top: solid 1px #ced4da !important;
}

#refrence-modal .content-body,
.search-list {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.search-item.selected:first-child,
.search-item.selected {
    background-color: #eee;
    border: solid 1px #ced4da;
    border-radius: 5px;
}

.search-item.selected+.search-item {
    border-top: unset;
}

.p-list-item-bottom,
.p-list-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-top: solid 1px #ced4da;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    align-content: center;
}

.p-list-item:first-child,
.p-list-item.first-item {
    border-top: none;
}

.p-list-item-bottom {
    border-top: unset;
    border-bottom: solid 1px #ced4da;
}

.p-list-item-bottom a,
.p-list-item a {
    color: black;
    text-decoration: none;
}

.p-list-item-bottom a:hover,
.p-list-item-bottom a:focus,
.p-list-item a:hover,
.p-list-item a:focus {
    text-decoration: underline;
}

.badge-pill {
    border-radius: 10rem
}

.table th {
    font-weight: unset;
}

.table> :not(caption)>*>*,
.datatable-table> :not(caption)>*>* {
    padding: 0.66rem 0.5rem;
}

.text-thin {
    font-weight: lighter;
}

.text-normal {
    font-weight: normal;
}

.display-7 {
    font-size: 2.5rem;
}

.display-8 {
    font-size: 2rem;
}

.display-9 {
    font-size: 1.5rem;
}

.m-left-0 {
    margin-left: 0;
}

.m-left-1 {
    margin-left: 2rem;
}

.m-left-2 {
    margin-left: 4rem;
}

.m-left-3 {
    margin-left: 6rem;
}

.m-left-4 {
    margin-left: 8rem;
}

.m-left-5 {
    margin-left: 10rem;
}

button.convert-ref {
    margin-top: -2.5px;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

#used-in-list {
    max-height: 50%;
    overflow: auto;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.chunk-title {
    color: #000;
    text-decoration: none;

}

.chunk-title:hover {
    color: #000;
}

ul.draggable {
    margin-left: 0;
    padding-left: 0;
}

ul.draggable li {
    border: none;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    align-content: center;
    border-left: 3px solid #eee;
}

li.placeholder {
    background-color: #eee !important;
}

ul.draggable.normal li {
    cursor: default;
    border: solid 1px #ced4da;
}

ul.draggable li:first-child {
    margin-top: 0rem;
}

ul.draggable li.placeholder {
    position: relative;
}

ul.draggable li.placeholder:before {
    position: absolute;
}

ul.draggable ul:has(li) {
    width: 100%;
    margin: 1rem;
    margin-bottom: 0;
}

.children-counter {
    font-size: smaller;
    cursor: pointer;
}

.type {
    display: block;
    padding: 0.25rem 1rem 0.25rem 0.6rem;
    font-size: 0.75rem;
    color: #555;
}

.type-orange-bg {
    background-color: #fff3cd;
    /* border-radius: 5px; */
}

.type-blue-bg {
    background-color: #cff4fc;
}

.actions {
    font-size: 0.75rem;
    padding: 0.25rem 1rem;
}

.actions a {
    color: #aaa;
    text-decoration: none;
    opacity: 0.7;
    transition: all ease-in-out 0.25s;
}

.legend {
    padding: 0.25rem;
    display: inline-block;
}

.actions a:hover {
    opacity: 1;
}

ul.draggable li div.col-12 {
    padding: 1.25rem 0.25rem;
    border-top: 1px solid #eee;
}

.credits {
    cursor: default;
    border: #6c757d solid 1px;
    color: #6c757d;
}

.dragger {
    width: 25px;
    opacity: 0;
    margin-top: -4px;
    cursor: move;
    transition: all ease-in-out 0.125s;
}

.item-dragger:hover>.dragger {
    opacity: 0.5;
}

.btn-regenerate {
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    margin-left: -10rem;
    margin-bottom: -6rem;
}

/* 
ul:not(:has(li)) {
    margin: 0 !important;
} */

.modal-75 {
    width: 75% !important;
    max-width: unset !important;
}

.left-border {
    border-left: 1px solid #ced4da;
}

.right-border {
    border-right: 1px solid #ced4da;
}

.put-right {
    position: absolute;
    right: 1.5rem;
    z-index: 9999;
}

.put-right-l2 {
    position: absolute;
    right: 1.5rem;
    z-index: 9;
}

.datatable-wrapper.no-footer .datatable-container {
    border-bottom: unset;
}

.datatable-table>tbody>tr>td {
    height: 3.5rem;
}

.question-display {
    display: block;
}

.question-edit {
    display: none;
}

.datatable-pagination-list button {
    border-radius: 5px;
}

.nav-tabs .nav-link.active,
.nav-item.active .nav-link,
.nav-item:hover .nav-link,
.nav-link:hover {
    color: #000;
}

.nav-tabs .nav-link {
    /* display: inline-block;
    width: 100%; */
    background: #dee2e6;
    color: #888;
}

.space {
    margin: 2rem;
}

.collapsible:before {
    font-family: "Font Awesome 6 Free";
    content: "\f07b";
    margin-right: 0.5rem;
}

.collapsible.active:before {
    font-family: "Font Awesome 6 Free";
    content: "\f07c";
    margin-right: 0.5rem;
}

.collapsible {
    display: block;
    cursor: pointer;
    padding: 0.3rem;
    border: none;
    outline: none;
}

.not-collapsible-data:before {
    font-family: "Font Awesome 6 Free";
    content: "\f15c";
    margin-right: 0.5rem;
}

.not-collapsible,
.not-collapsible-data {
    display: block;
    padding: 0.3rem;
    border: none;
    outline: none;
}

.collapse-content {
    display: none;
    padding-left: 1rem;
}

.sc {
    padding: 1rem;
    height: 25rem;
    overflow: auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: rgba(0, 0, 0, 0.05);
}

.loading-upload {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999999;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    align-content: center;
}

#progress_box {
    display: block;
    font-size: 2rem;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1.5rem;
}