.hide {
    display: none !important;
}

#loader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 1;
    background-color: #45444447;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinner animation */
#loader .spinner {
    /* border: 8px solid #f3f3f3; */
    border-top: 4px solid #ea7c11; /* Theme color */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    left: 55%;
    top: 45%;
}

/* Spin animation keyframes */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.content-wrapper .extracted-content {
    background-color: #ececec;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgb(157 157 157 / 12%);
    padding-top: 5px;
}

.extracted-content ul {
    list-style-type: none;
    padding: 10px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid white;
}

.extracted-content ul li:first-child {
    color: black;
    font-weight: 600;
    font-size: large;
}

#small-dialog.dialog-with-tabs.no-tabs .mfp-close {
    background-color: transparent;
    border: none;
}

.dashboard-box .headline.card-headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kanban-view .fun-fact-icon {
    height: auto;
    flex: 0;
    display: block;
    background-color: transparent !important;
}

.kanban-view .fun-facts-container {
    width: calc(100% + 20px);
    padding: 0 20px;
    margin-top: 20px;
}

.kanban-view .fun-fact {
    margin-right: 20px;
    margin-bottom: 20px;
}

.blue-bg {
    background-color: rgb(115, 203, 247, 20%);
}

.font-blue {
    color: #3184ae !important;
}

.green-bg {
    background-color: rgb(54, 189, 120, 10%);
}

.font-green {
    color: #36bd78 !important;
}

.orange-bg {
    background-color: rgba(239, 168, 15, 15%);
}

.font-orange {
    color: #efa80f !important;
}

.red-bg {
    background-color: rgb(222, 89, 89, 15%);
}

.font-red {
    color: #de5959 !important;
}

.dashboard-box .headline h3 i {
    color: #66676b;
}

.kanban-date-container {
    width: 180px;
    float: none;
    position: absolute;
    right: 20px;
    top: 10px;
}

.button.export-btn {
    color: #064d72;
    background-color: rgb(65 187 250 / 42%);
}

table.basic-table th {
    background-color: #e1e1e2;
    color: #000;
}

table.basic-table td {
    border-bottom: 1px solid #d7d7d7;
}

table.basic-table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.dashboard-status-button.green {
    background: rgb(54, 189, 120, 10%);
    color: #36bd78;
}

.dashboard-status-button.orange {
    background: rgba(239, 168, 15, 15%);
    color: #efa80f;
}

.dashboard-status-button.red {
    background: rgb(222, 89, 89, 15%);
    color: #de5959;
}

.dashboard-status-button.blue {
    background: rgb(115, 203, 247, 20%);
    color: #3184ae;
}

.detailed-list-table .checkbox label span.checkbox-icon {
    top: -7px;
}

#logo img {
    height: 74px;
}

.admin-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}

table.basic-table th, 
table.basic-table td {
    padding: 15px;
    vertical-align: middle;
}

.dataTables_paginate {
    margin: 20px 0;
}

.dataTables_paginate .pagination {
    display: flex;
    list-style: none;
    justify-content: flex-end;
}

.dis-flex {
    display: flex !important;
}

.blog-compact-item:before {
    content: none;
}

.blog-compact-item {
    background: transparent;
}

.dataTables_paginate .paginate_button {
    line-height: 20px;
}

.dataTables_paginate .paginate_button.disabled a {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.dataTables_paginate .paginate_button.active a {
    color: white !important;
    border: 1px solid #111;
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.dataTables_paginate .paginate_button a {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    border-radius: 2px;
}

span.mandatory {
    display: inline-block;
    color: red !important;
}

.blog-compact-item {
    z-index: unset;
}

.icons-table {
    border-radius: 2px;
    padding: 5px 10px;
    font-size: 20px;
    margin: 5px;
}

.dt-buttons button{
    padding: 10px;
    background: #737373;
    color: white;
    border-radius: 4px;
}

.dataTables_filter{
    width: 250px;
    float: right;
}

.dt-buttons{
    width: 150px;
    float: right;
    margin: 2px 10px;
}

.add-user{
    font-weight: bold;
    line-height: 50px;
    font-size: 20px;
}

.small-footer {
    left: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, 
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left: 35px !important;
}

.spinner-container,
.spinner-container-modal {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fbfbfb85;
    z-index: 11;
    display: none;
}

.lds-spinner {
    color: #1c4c5b
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
    box-sizing: border-box;
}
.lds-spinner {
    color: currentColor;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    left: calc(50% - 80px);
    top: calc(50% - 80px);
}
.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3.2px;
    left: 36.8px;
    width: 6.4px;
    height: 17.6px;
    border-radius: 20%;
    background: currentColor;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}
@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.dataTables_length {
    float: left;
    margin-left: 30px;
}

.dataTables_length label {
    display: flex;
    align-items: center;
}

.dataTables_length select {
    margin: 0 10px;
}

textarea {
    resize: none;
}

.spinner-container-modal .lds-spinner {
    left: calc(50% - 40px);
    top: calc(50% - 80px);
}

.chart-container {
    padding: 20px;
}

.dashboard-sidebar {
    flex: 0 0 250px !important;
}

.required{
    color: red;
    font-style: italic;
    font-size: 16px;
}

table.dataTable {
    border-collapse: collapse !important;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

table.dataTable thead {
    background-color: #ff9800;
    color: white;
    font-size: 14px;
}

table.dataTable thead th {
    padding: 12px;
    font-weight: 600;
    text-align: left;
}

table.dataTable tbody td {
    padding: 10px;
    font-size: 13px;
    vertical-align: middle;
    background-color: #fff;
}

.dataTables_wrapper .dataTables_filter input {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-weight: 400;
}

.dataTables_wrapper .dataTables_filter {
    margin-right: 5px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable tbody tr.even:hover td.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019) !important;
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}

table.dataTable tbody tr:hover td.sorting_1 {
    background-color: transparent !important;
}

/* Action buttons */
.btn-view, .btn-edit, .btn-delete {
    background: none;
    border: none;
    margin: 0 4px;
    cursor: pointer;
    transition: 0.2s;
    color: #7d7d7d;
    font-size: 22px;
}

.btn-view:hover { color: #1976D2; }
.btn-edit:hover { color: #388E3C; }
.btn-delete:hover { color: #D32F2F; }

.dashboard-nav ul li ul li a {
    padding: 5px;
}

input.with-border:read-only {
    background-color: #e9ecef;
    cursor: not-allowed;
}