body{
    font-family: Scandia,Arial,Helvetica,sans-serif !important;
    font-weight: 400;
    font-size:14px;
    background-color:#fafafa;
}

nav{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    height: 50px;
    background-color:#fff;
    box-shadow: 0px 2px 5px -3px #000;
    z-index: 1001;
}

nav .logo{
    display: flex;
    align-items: center;
    padding:5px 30px;
}
nav .logo{
    cursor:pointer;
}
nav .logo img{
    width: 140px;
    filter: drop-shadow(0px 3px 2px #555);
    transition: 0.15s;
}
nav .logo .logo-text{
    margin-left:10px;
    margin-bottom: 30px;
    line-height: 1;
    transition: 0.15s;
}
nav .logo .logo-text .logo-main-text{
    font-size: 17px;
    font-weight: bolder;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #c9c9c9;
}
nav .logo .logo-text .logo-sub-text{
    font-size: 12px;
    color:#085085;
    text-shadow: 0 0 1px #000;
}
nav .logo:hover img {
    filter: drop-shadow(0px 3px 2px #555) sepia(0.8);
}

nav .logo:hover .logo-text {
    color: #896b38;
    text-shadow: 0 0 3px #000 !important;
}

nav .nav-tools {
    display: flex;
    margin-right: 30px;
    height: 100%;
}

nav .nav-tools > div {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    cursor: pointer;
}

nav .nav-tools > div > i {
    margin-right: 5px;
    margin-top: 2px;
    font-size: 16px;
    color: #555;
}

nav .nav-tools > div:hover {
    box-shadow: 0 1px 4px -1px #888 inset;
    background-color: #fafafa;
}

/*  sub-nav  */
.sub-nav {
    position: fixed;
    top: 50px;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
}

.sub-nav .sub-nav-menu {
    display: flex;
    margin-left: 400px;
}

.sub-nav .sub-nav-menu .snm-item {
    display: block;
    padding: 7px 15px;
    color: #3f5679;
    text-decoration: none;
}

.sub-nav .sub-nav-menu .snm-item:hover {
    box-shadow: 0 8px 15px -9px #888 inset;
    background-color: #fafafa;
}

.sub-nav .sub-nav-menu .snm-item.active {
    box-shadow: 0 6px 18px -12px #888 inset;
    border-bottom: 1px solid #f8f9fa;
    margin-bottom: -1px;
    background-color: #f8f9fa;
}

.main-content {
    padding-top: 85px;
}

.folder-expore-button {
    padding: 3px 8px 0px;
    border: 1px solid #dfe2e6;
}
.folder-explore-icon {
    color: #ff9a50;
    font-size: 18px;
    line-height: 1;
}
.reset-icon {
    color: #ff4b4b;
    font-size: 18px;
    line-height: 1;
}
.set-icon {
    color: #61dd6c;
    font-size: 18px;
    line-height: 1;
}


/* Datatables */
table.dataTable thead > tr > th{
    font-weight: 500;
    background-color: #fff;
    padding: 1px 5px;
    border: 1px solid #dfe2e6;
    border-top: none;
}
table.dataTable thead > tr > th:nth-child(1) {
    border-left: none;
    padding: 0 10px;
}
table.dataTable thead > tr > th:nth-last-child(1) {
    border-right: none;
}
table.dataTable .form-check-input {
    width: 14px;
    height: 14px;
}
table.dataTable thead > tr > th.sorting:before{
    top: -15% !important;
    content: "▲" !important;
    font-size: 9px !important;
}
table.dataTable thead > tr > th.sorting:after{
    top: 23%;
    content: "▼" !important;
    font-size: 9px !important;
}
.dataTables_scroll .sorting_disabled::before {
    display: none !important;
}
.dataTables_scroll .sorting_disabled::after {
    display: none !important;
}
.dataTables_scroll .sorting_disabled {
    cursor: default !important;
}
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    padding-top: 5px;
}

/* Datables body */
table.dataTable > tbody > tr.even {
    background-color: #fbfbfb;
}
table.dataTable tbody > tr > td{
    padding: 3px 5px;
    line-height: 1.2;
}
table.dataTable tbody > tr > td:nth-child(1) {
    border-left: none;
    padding: 0 10px;
}
table.dataTable tbody > tr > td > button {
    padding: 3px 5px !important;
    line-height: 1;
}
table.dataTable tbody > tr > td > button i {
    font-size: 14px;
}


.dt-buttons.btn-group {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    width: 300px;
    margin-right: 5px;
}
.dataTables_scrollBody tr.odd {
    background-color: #fbfbfb;
}

.dataTables_scrollBody tr.even {
    background-color: #fff !important;
}


input::placeholder {
    color: #d4d5d5 !important;
}
.main-container{
    height: calc(100vh - 85px);
}

@media only screen and (max-width: 600px) {
    .logo{
        max-width: 250px;
    }
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2a597b;
    --bs-btn-border-color: #ffffff00;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #085085;
    --bs-btn-hover-border-color: #ffffff00;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #43525d;
    --bs-btn-active-border-color: #ffffff00;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2a597b;
    --bs-btn-disabled-border-color: #ffffff00;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #000000 !important;
}
.btn-orange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ff7c41;
    --bs-btn-border-color: #ff7c41;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ff4f00;
    --bs-btn-hover-border-color: #ff4f00;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ff6f2e;
    --bs-btn-active-border-color: #ff6f2e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c7734d;
    --bs-btn-disabled-border-color: #c7734d;
}

.table-button{
    border-radius:3px !important;
}
.table-button i{
    font-size:12px;
}
.table-badge{
    border-radius:3px !important;
    font-size:11px;
}

.text-primary{
    color:#000000 !important;
}
.side-menu-bg{
    background-color: rgb(246, 246, 246);
    transition: 0.05s;
}
.side-menu-bg:hover {
    background-color: #d9d9d9;
}

label.form-check-label {
    margin-left: 10px;
    margin-top: 3px;
}
.form-switch .form-check-input {
    width: 2.7em;
    height: 1.5em;
}
.form-control:focus {
    border-color: #3f5679;
    box-shadow: 0 0 0 2px #3f567933;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 2px #dc354533;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus{
    border-color: #198754;
    box-shadow: 0 0 0 2px #19875433;
}
.form-check-input:focus{
    border-color: #3f5679;
    box-shadow: 0 0 0 2px #3f567933;
}
.form-label {
    margin-bottom: 0.2rem;
}
label.form-label.mandatory::after {
    content: '*';
    color: #fb1616;
    font-weight: 900;
}

.dropzone {
    min-height: 150px;
    border: 1px solid #dee2e6;
    background: white;
    border-radius: 6px;
}
.dropzone:not(.dz-started) {
    max-height: 258px;
}


.dropzone .dz-preview.dz-image-preview {
    width: 100px;
    background: white;
    /*box-shadow: 0px 2px 5px -2px #c7c7c7;*/
    padding: 5px;
    border-radius: 5px;
}
.dropzone.single .dz-preview {
    display: block;
    margin: auto;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.10, 1.10);
    -moz-transform: scale(1.10, 1.10);
    -ms-transform: scale(1.10, 1.10);
    -o-transform: scale(1.10, 1.10);
    transform: scale(1.10, 1.10);
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: 0.5s;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 10px;
    background: #999;
    background: linear-gradient(to bottom, #fdfdfd, #ededed);
}

.dropzone .dz-preview .dz-image {
    position: relative;
    border-radius: 5px;
    width: 90px;
    height: 100px;
    transition: 0.15s;
    outline: 2px solid #fff;
}

.dropzone .dz-preview .dz-actions {
    margin-top: 5px;
}

.dropzone .dz-preview .dz-actions a {
    display: flex;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.7;
    padding: 7px;
    margin-left: 5px;
    border: 1px solid #dbdbdb;
    cursor: pointer;
}

.dropzone .dz-preview .dz-actions a:hover {
    opacity: 1;
    cursor: pointer;
}

.dropzone .dz-preview .dz-actions a i {
    font-size: 20px;
    cursor: pointer;
}

.dropzone .dz-preview .dz-details {
    position: initial;
    opacity: 1;
    padding: 0;
}

.dropzone .dz-preview .dz-image img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
    object-fit: cover;
    filter:blur(8px);
}

.dropzone.dz-clickable * {
    cursor: initial;
}
.dropzone .dz-size {
    margin-bottom: 0 !important;
}

.dz-remove i.bx.bx-trash {
    font-size: 16px;
    margin-right: 3px;
}

.dropzone .dz-preview .dz-remove {
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #f17c7c;
    margin-top: 0px;
}
.dropzone .dz-preview.dz-image-preview.main .dz-image {
    outline: 2px solid #0490ff;
    box-shadow: 0 0px 7px 3px #0083ff;
}

.dropzone .dz-preview .dz-remove:hover {
    color: #f00;
}

.dropzone svg g{
    fill: rgb(255, 0, 0);
}

.dropzone .dz-preview .dz-error-message:after {
    top: unset;
    bottom: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: none;
    border-top: 6px solid red;
}

.dropzone .dz-preview .dz-error-message {
    top: unset;
    bottom: 139px;
    background: linear-gradient(to bottom, #ff7c7c, #ff1717);
}

.dz-remove .custom-buttons .custom-button:nth-child(1) {
    color: #6ec3f7;
    opacity: 0;
    transform: translate(0px, 20px);
    transition: 0.5s;
}
.dz-remove .custom-buttons .custom-button:hover{
    text-decoration: underline;
    cursor:pointer;
}
[data-custom-type="remove"] {
    cursor: pointer !important;
}

.dz-remove .custom-buttons {
    transform: translate(0px, -14px);
    transition: 0.5s;
    margin-top:10px;
}

.dropzone .dz-preview.dz-image-preview:hover .custom-buttons {
    transform: translate(0px, 2px);
}
.dropzone .dz-preview.dz-image-preview:hover .custom-button:nth-child(1) {
    transform: translate(0px, -2px);
    opacity: 1;
}


.dropzone.dropzone-files .dz-preview.dz-image-preview {
    width: 110px;
}

.dropzone.dropzone-files .dz-preview.dz-file-preview .dz-image {
    border-radius: 5px;
    background: #999;
    background: linear-gradient(to bottom, #fdfdfd, #ededed);
}

.dropzone.dropzone-files .dz-preview .dz-image {
    border-radius: 5px;
    width: 100px;
    height: 100px;
}

.select2-container {
    display: block;
    flex-grow:1;
    width: auto;
    padding: 0.15rem .5rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container.select2-container--open{
    z-index:10000;
}
.select2-container[multiple]{
    padding: 0.075rem 0.05rem;
}
.select2.select2-container.select2-container--disabled {
    background-color: #eee;
}

span.select2-selection {
    border: none !important;
}
.select2-container .select2-selection--single{
    height: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 0;
    right: 1px;
    width: 30px;
}
.select2-container--open .select2-dropdown {
    top: -5px;
    left: -1px;
    border: 1px solid #dfe2e6;
    border-top: none;
    box-shadow: 0px 3px 6px -4px #555;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}

input.select2-search__field {
    display: block;
    width: auto;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input.select2-search__field:focus {    
    border-color: #3f5679 !important;
    box-shadow: 0 0 0 2px #3f567933 !important;
}
.select2-container .select2-selection--multiple {
    height: 24px;
    min-height: 24px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}
.select2-results__option .select-special-option {
    color: #004a6f;
}

.select2-results__option.select2-results__option--highlighted .select-special-option {
    color: #ffffff;
}
.select2-selection__rendered.__placeholder {
    color: #ccc !important;
}
select.form-control {
    color: #ccc;
}

.select2-container.select2-container--focus {
    border-color: #3f5679;
    box-shadow: 0 0 0 2px #3f567933;
}
.select2-container.select2-container--open {
    border-color: #3f5679;
    box-shadow: 0 0 0 2px #3f567933;
}

.select2-selection{
    outline:none;
}

.select2-hidden-accessible.is-invalid ~ .select2-container{
    border: 1px solid #dc3545 !important;
}
.select2-hidden-accessible.is-invalid ~ .select2-container.select2-container--focus {
    box-shadow: 0 0 0 2px #dc354533;
}
.select2-hidden-accessible.is-invalid ~ .select2-container.select2-container--open {
    box-shadow: 0 0 0 2px #dc354533;
}

.select2-hidden-accessible.is-valid ~ .select2-container{
    border: 1px solid #198754 !important;
}
.select2-hidden-accessible.is-valid ~ .select2-container.select2-container--focus {
    box-shadow: 0 0 0 2px #19875433;
}
.select2-hidden-accessible.is-valid ~ .select2-container.select2-container--open {
    box-shadow: 0 0 0 2px #19875433;
}
.select2-hidden-accessible.is-valid ~ .select2-container--disabled{
    border: 1px solid #e9ecef !important;    
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 0px;
    width: 100%;
}
.select2-selection.select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
    list-style: none;
    font-size: 12px;
    border: none;
    background-color: #495377;
    color: #fff;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
    outline: none;
    box-shadow: none !important;
    height: 24px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 20px;
}
.fv-plugins-bootstrap5-row-invalid .invalid-feedback {
    display: block;
}
.fv-plugins-message-container.invalid-feedback{
    margin-top:0;
    line-height: 1.2;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #495377 !important;
    color: white;
}



.file-management-link{
    color: #328cff !important;
    line-height: 1.2;
    font-size: 14px;
}

.file-management-link:hover{
    text-decoration: underline !important;
}

.new-doc-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: calc(100% - 24px);
    margin: 24px 0 24px 24px;
    background-color: #f3f3f3;
    border: 2px dotted #e7e7e7 !important;
    font-size: 20px;
    color: #bbc9d3;
    cursor: pointer;
    transition: 0.15s;
}

.new-doc-button i {
    font-size: 30px;
}

.new-doc-button:hover {
    background-color: #ebeaeb;
    border-color: #8f8f8f !important;
    color: #737373;
}
.modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal .modal-footer .spinner-border {
    width: 18px;
    height: 18px;
}

.table>:not(caption)>*>*{
    border:none;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgb(133 133 133 / 5%);
}

.swal2-popup {
    border-radius: 0;
}
.swal2-styled{
    border-radius: 0 !important;
}

.content-panel{
    background-color:#f3fbff;
}



table table thead th {
    padding: 3px 8px !important;
    font-size: 14px;
    font-weight: 600;
    color: #555 !important;
}

table table tbody td {
    padding: 3px 8px !important;
    font-size: 14px;
}

table table {
    border: 1px solid #ccc;
    margin: 0 3% !important;
    width: 93% !important;
}

table table tbody td .btn {
    width: 27px;
    height: 27px;
    padding: 0;
}
.dt_toolbar_text{
    margin-bottom: 0;
}
td.dataTables_empty {
    color: #9b9b9b;
}
.empty-table {
    padding: 10px;
}
.dataTables_scroll {
    margin-bottom: 0 !important;
}

table table tbody td .btn i {
    font-size: 14px;
}
.notifications {
    max-height: 500px;
    overflow: auto;
}
.notification {
    border-bottom: 1px solid #fff;
}
.notification:hover {
    background-color: #f1f1f1 !important;
    border-bottom: 1px solid #fff;
}
.box-list {
    background-color: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.box-list:hover {
    background-color: #ffffff5c !important;
}

.offcanvas.offcanvas-start {
    width: 1200px;
}
.offcanvas {
    transition: 0.15s;
}

.modal .modal-dialog {
    transition: transform .1s ease-out;
    transform: translate(0, -10px);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-content {
    border: none;
    border-radius: 3px;
}
.fade {
    transition: opacity .1s linear !important;
}


.swal2-container {
    z-index: 10001;
}

[contenteditable=true]:empty:not(:focus):before{
    content:attr(placeholder);
    color:#ccc;
}
[contenteditable=true] {
    outline: none;
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: var(--bs-border-radius-sm);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width)* 2));
}
[contenteditable=true]:focus {
    outline: none;
    border-color: #3f5679;
    box-shadow: 0 0 0 2px #3f567933;
}
.table-file-ext-icon {
    width: 36px;
    margin: 5px;
}
.offcanvas-header {
    padding: 5px var(--bs-offcanvas-padding-x);
    border-bottom: 1px solid #dfe2e6;
}
textarea::placeholder{
    color:#d1d1d1 !important;
}
.dt-buttons.btn-group .btn {
    margin: 0 10px;
    border-radius: 4px !important;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-weight: 400;
    font-size: 16px;
}

.flatpickr-current-month input.cur-year {
    font-weight: 400;
    font-size: 16px;
}

.flatpickr-current-month .numInputWrapper {
    margin-left: 25px;
}

.flatpickr-day {
    max-width: 39px;
    height: 33px;
    line-height: 33px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    margin-top: 18px;
}

.flatpickr-days {
    margin-top: 5px;
}

.flatpickr-current-month {
    margin-top: 7px;
}
.flatpickr-wrapper {
    display: block;
}

.menu-item {
    border: 1px solid transparent;
    cursor: pointer;
    transition: 0.05s;
}

.menu-item:hover {
    background-color: #f9f9f9 !important;
    border: 1px solid #ccc;
}
.dataTables_wrapper th{
    text-wrap: nowrap;
}
td.actions {
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-wrap: nowrap;
    background: #ffffffd4;
    text-align: center !important;
    box-shadow: inset 1px 0px 0px 0px #f3f3f3 !important;
}

tr.even td.actions {
    background-color: #ffffffe8;
}

tr.odd td.actions {
    background-color: #fbfbfbe8;
}

th.actions {
    box-shadow: inset 1px 0px 0px 0px #f3f3f3 !important;
    text-align: center !important;
}
tbody tr:nth-last-child(1) td:not(.dataTables_empty) {
    border-bottom: 1px solid #f3f3f3;
}
.filters-label {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    width: 23px;
    height: 100%;
    padding: 0;
    background-color: #3b3b3b;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transform: rotateZ(0deg);
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #2a597b;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #2a597b;
    border-color: #2a597b;
    text-align: center;
}
.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination .page-link {
    padding: 0.394rem 0.35rem;
}
div.loading-indicator img {
    width: 30px;
    margin-top: -6px;
}

div.loading-indicator {
    position: absolute;
    text-align: center;
    top: 88px;
    padding-top: 100px;
    bottom: 35px;
    backdrop-filter: blur(2px);
    opacity: 1;
    transition: 0.5s;
}
.form-check-input[type=checkbox]:indeterminate {
    background-color: #2a597b;
    border-color: #2a597b;
    --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e);
}
.form-check-input:checked {
    background-color: #2a597b;
    border-color: #2a597b;
}

#document-source-modal .card {
    height: 175px !important;
    cursor: pointer;
}

#document-source-modal .card:hover {
    background-color: #fafafa;
}

.documents-space .dropzone{
    position: absolute;
    pointer-events: all !important;
    margin: 0;
    top: 46px;
    left: 0;
    right: 0;
    margin-right: calc(var(--bs-gutter-x)* .5);
    margin-left: calc(var(--bs-gutter-x)* .5);
    height: calc(100% - 46px);
    min-height: 250px;
}
.documents-space .dropzone:not(.dz-started) {max-height: calc(100% - 46px);}

.documents-space {
    position: relative;
}
#document-viewer-modal .modal-body {
    padding: 0;
}
#file-viewer {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    background-color: #f7f7f7;
}
#file-viewer img {
    max-width: 100%;
    height: 100%;
    max-height: 600px;
    object-fit: scale-down;
}
#file-viewer object {
    width: 100%;
    height: 600px;
}

.autocomplete-items {
    display: block;
    position: absolute;
    width: 100%;
    top: -5px;
    left: -1px;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
    left: -100000px;
    z-index: 10051;
    border: 1px solid #dfe2e6;
    border-top: none;
    box-shadow: 0px 3px 6px -4px #555;
}

.autocomplete-items div{
    padding: 6px;
}

.autocomplete-active{
    background-color: #5897fb;
    color: white;
    cursor:pointer;
}
.dtfc-fixed-right button{
    position: relative;
}
.dtfc-fixed-right button img {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    z-index: 100000000000 !important;
}
.tooltip-inner{
    text-align: left !important;
}
.nav-link {
    cursor: pointer;
    color: #000;
    background-color: #ededed;
}
.gradient-wave {
    background-image: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(93, 211, 57) 50%, rgb(255 255 255 / 0%) 0%);
    background-size: 200% 100%;
    background-position: 100% 0;
}
  
.gradient-wave.animate {
    background-position: -100% 0;
    transition: background-position 1s;
}

.under-construction {
    position: absolute;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 3% 0;
    z-index: 10001;
    backdrop-filter: blur(2px);
    font-size: 20px;
    text-align: center;
    margin-top: 8%;
    top: 0;
    background: #00b8ff26;
    box-shadow: 0 12px 16px -3px #ccc;
}

.container-fluid.main-container.blured {
    filter: blur(2px);
}