a.editable-click {
    color: black;
    border-bottom: none !important;
}
a.editable-click:hover {
    text-decoration: none important;
    border-bottom: dashed 1px #0088cc !important;
}
.editable-container .editable-buttons .btn {
    font-size: 14px;
    padding: 6px 12px;
    margin: 0 2px;
}
.editable {
    font-size: 18px;
    line-height: 26px;
}

.note-group-select-from-files {
    display: none;
}

hr  {
    margin-top: 10px;
    margin-bottom: 10px;
}

.js-user-filter-select + .select2-container {
    display: block;
    width: 100% !important;
}

.js-user-filter-select + .select2-container .select2-selection--single {
    height: calc(1.5em + 0.5rem + 2px) !important;
    min-height: calc(1.5em + 0.5rem + 2px) !important;
    padding: 0.25rem 2rem 0.25rem 0.75rem !important;
    background-color: #fff !important;
    border: 1px solid #d9dee3 !important;
    border-radius: 0.375rem !important;
    font-size: 0.875rem !important;
    line-height: 1.5 !important;
}

.js-user-filter-select + .select2-container .select2-selection__rendered {
    display: block !important;
    padding: 0 !important;
    color: #566a7f !important;
    line-height: 1.5 !important;
}

.js-user-filter-select + .select2-container .select2-selection__placeholder {
    color: #a8aaae !important;
}

.js-user-filter-select + .select2-container .select2-selection__arrow {
    top: 50% !important;
    right: 0.75rem !important;
    width: 0.75rem !important;
    height: 0.75rem !important;
    transform: translateY(-50%) !important;
}

.js-user-filter-select + .select2-container .select2-selection__arrow b {
    border-color: #6f6b7d transparent transparent transparent !important;
}

.select2-dropdown.user-filter-select2-dropdown {
    background-color: #fff !important;
    z-index: 9999 !important;
}

.select2-dropdown.user-filter-select2-dropdown .select2-results,
.select2-dropdown.user-filter-select2-dropdown .select2-results__options,
.select2-dropdown.user-filter-select2-dropdown .select2-results__option,
.select2-dropdown.user-filter-select2-dropdown .select2-results__group {
    background-color: #fff !important;
}

.select2-dropdown.user-filter-select2-dropdown > .select2-results > .select2-results__options {
    max-height: 360px !important;
    overflow-y: auto !important;
}

.select2-dropdown.user-filter-select2-dropdown .select2-results__options--nested {
    max-height: none !important;
    overflow: visible !important;
}

.select2-dropdown.user-filter-select2-dropdown .select2-results__option {
    clear: both !important;
    display: block !important;
    float: none !important;
    min-height: 36px !important;
    line-height: 20px !important;
    padding: 8px 12px !important;
    white-space: nowrap !important;
}

.select2-dropdown.user-filter-select2-dropdown .select2-results__group {
    clear: both !important;
    display: block !important;
    min-height: 34px !important;
    line-height: 20px !important;
    padding: 8px 12px 6px !important;
    font-weight: 600 !important;
}

.select2-dropdown.user-filter-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background-color: #5b8def !important;
    color: #fff !important;
}

.dashboard-filter-row {
    --bs-gutter-y: 0.75rem;
}

.dashboard-filter-row .form-label {
    margin-bottom: 0.35rem;
    font-weight: 600;
}

.dashboard-filter-row .form-select,
.dashboard-filter-row .form-control,
.dashboard-filter-row .select2-container {
    width: 100% !important;
}

.dashboard-filter-row.is-loading {
    opacity: 0.65;
}

.dashboard-data-shell {
    position: relative;
}

.dashboard-data-shell.is-loading::before {
    position: absolute;
    inset: 0;
    z-index: 8;
    display: block;
    content: "";
    background: #fff;
    border-radius: 0.375rem;
}

.dashboard-data-shell.is-loading .dashboard-data-content {
    opacity: 0;
}

.dashboard-loading-feedback {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 9;
    width: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

.dashboard-loading-feedback.is-loading {
    display: block;
}

.dashboard-skeleton-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.2rem;
}

.dashboard-skeleton-card {
    min-height: 168px;
    padding: 1.2rem;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.04);
}

.dashboard-skeleton-card--small {
    grid-column: span 3;
}

.dashboard-skeleton-card--wide,
.dashboard-skeleton-card--table {
    grid-column: span 6;
    min-height: 260px;
}

.dashboard-skeleton-line,
.dashboard-skeleton-chart,
.dashboard-skeleton-row {
    display: block;
    overflow: hidden;
    background: #eef2f7;
    border-radius: 0.35rem;
    position: relative;
}

.dashboard-skeleton-line::after,
.dashboard-skeleton-chart::after,
.dashboard-skeleton-row::after {
    position: absolute;
    inset: 0;
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
    animation: dashboard-skeleton-shimmer 1.2s infinite;
}

.dashboard-skeleton-line {
    height: 0.8rem;
    margin-bottom: 0.85rem;
}

.dashboard-skeleton-line--sm {
    width: 44%;
}

.dashboard-skeleton-line--md {
    width: 58%;
}

.dashboard-skeleton-line--lg {
    width: 72%;
    height: 1.55rem;
}

.dashboard-skeleton-chart {
    height: 64px;
    margin-top: 1.15rem;
}

.dashboard-skeleton-chart--tall {
    height: 170px;
}

.dashboard-skeleton-row {
    height: 2.3rem;
    margin-top: 0.85rem;
}

@keyframes dashboard-skeleton-shimmer {
    100% {
        transform: translateX(100%);
    }
}

@media (max-width: 767.98px) {
    .dashboard-filter-row {
        --bs-gutter-x: 0.75rem;
        align-items: flex-start !important;
    }

    .dashboard-filter-row > .dashboard-filter-field {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        width: 50% !important;
    }

    .dashboard-filter-row > .dashboard-date-range-field {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .dashboard-filter-row .form-label {
        display: block;
        min-height: 1.1rem;
        font-size: 0.8125rem;
        line-height: 1.1;
        white-space: nowrap;
    }

    .dashboard-filter-row .form-select,
    .dashboard-filter-row .form-control,
    .dashboard-filter-row .js-user-filter-select + .select2-container .select2-selection--single {
        min-height: 38px !important;
        font-size: 0.875rem !important;
    }
}

@media (max-width: 991.98px) {
    .dashboard-skeleton-card--small {
        grid-column: span 6;
    }

    .dashboard-skeleton-card--wide,
    .dashboard-skeleton-card--table {
        grid-column: span 12;
    }
}

@media (max-width: 575.98px) {
    .dashboard-skeleton-grid {
        gap: 0.85rem;
    }

    .dashboard-skeleton-card {
        grid-column: span 12;
        min-height: 140px;
        padding: 1rem;
    }
}

@media (max-width: 359.98px) {
    .dashboard-filter-row > .dashboard-filter-field,
    .dashboard-filter-row > .dashboard-date-range-field {
        flex-basis: 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}
