.nav-header .brand-logo {
    background-color: #fff;
}
.image-preview {
    margin-bottom: 0.5rem;
}
.image-preview img {
    max-width: 50px;
    height: auto;
}
.accordion-item:first-of-type .accordion-button{
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.workflow_button_item.invalid .accordion-header {
    border-color: #f00;
}
.card-body[data-type="text"] .bootstrap-select .dropdown-menu.inner li:last-child a,
.card-body[data-type="field"] .bootstrap-select .dropdown-menu.inner li:last-child a,
.card-body[data-type="rating"] .bootstrap-select .dropdown-menu.inner li:last-child a,
.card-body[data-type="choice"] .bootstrap-select .dropdown-menu.inner li:last-child a {
    color: #0D99FF;
}
.preview-btn {
    position: absolute;
    right: 15px;
    top: 10px;
}
.choice_item .ck.ck-editor .ck-content {
    min-height: 80px;
}
.performance-actions {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.performance-actions .form-control {
    max-width: 180px;
    height: 35px;
}
.performance-actions .btn {
    padding: 6.5px 21px;
    border: none;
}

td.dataTables_empty, .active-projects tbody tr td.dataTables_empty:last-child {
    text-align: center;
}

.offcanvas.schedule-report-modal {
    width: 70%;
}
.offcanvas.schedule-report-popup{
    width: 512px;
}
.statistic {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.email_download_report {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
#email-report-form {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
#email-report-form input.error {
    margin-top: 0;
}
.offcanvas table.source-data td {
    word-break: break-word;
}
table.source-data th, table.source-data td {
    padding: 5px 5px;
}