.auth-bg {
    background-image: url("../images/s7_health.png");
    background-position: center;
    background-size: cover;
    position: relative;
}

    .auth-bg .bg-auth-overlay {
        background: linear-gradient(to right, #405189, #405189); /* Replace with your primary color */
        opacity: 0.9;
        position: absolute;
        inset: 0;
        z-index: 0;
    }



.report-label {
    white-space: normal;
    background-color: #f8f9fa; /* Light grey for label cells */
    font-weight: bold;
}

.report-data {
    background-color: #ffffff; /* White for data cells */
}

.report-cell {
    border: 1px solid #dee2e6; /* Bootstrap table border color */
    padding: 0.5rem;
}

.report-table th,
.report-table td {
        padding: 2px 4px !important;
    font-size: 11px !important;
    white-space: normal;
        word-break: break-word;
        min-width: 200px;
}

.report-table thead th {
    background-color: #ffffff;
    vertical-align: middle;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

[ng-cloak], .ng-cloak {
    display: none !important;
}

.report-table thead th {
    position: sticky;
    top: 0;
/*    background: #212529;*/
/*    color: white;*/
    z-index: 1;
}


.custom-multiselect {
    position: relative;
/*    max-width: 400px;*/
    font-family: Arial, sans-serif;
}

.selected-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 6px;
}

.tag-item {
    display: flex;
    align-items: center;
    background-color: #f1f3f5;
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 14px;
    color: #333;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: background 0.2s ease;
}

    .tag-item:hover {
        background-color: #e0e0e0;
    }

.tag-label {
    margin-right: 8px;
}

.tag-remove {
    border: none;
    background: none;
    color: #888;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

    .tag-remove:hover {
        color: #d00;
    }


.options-list {
    position: absolute;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

    .options-list.open {
        max-height: 200px; /* adjust as needed */
        opacity: 1;
        pointer-events: auto;
    }

    .options-list li a {
        display: block;
        padding: 7px 12px;
        cursor: pointer;
        text-decoration: none;
        color: #333;
    }

        .options-list li a:hover {
            background-color: #007bff;
            color: white;
        }

.option-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 1rem;
    color: #333;
}

    .option-btn:hover, .option-btn:focus {
        background-color: #e9ecef;
        outline: none;
    }


.section-header {
    font-size: 1.25rem;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .section-header i {
        color: #5a5a5a;
        font-size: 1.1rem;
    }

.service-section {
    margin-top: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #ccc;
}

.form-check-label {
    font-weight: 500;
}

.form-control,
.form-check-input {
    border-radius: 0.5rem;
}

.caregiver-card {
    cursor: pointer;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}

    .caregiver-card:hover {
        box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    }

.bi-check-circle-fill,
.bi-circle {
    font-size: 1.2rem;
}

.card-body h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

.card-body .row > div {
    margin-bottom: 8px;
}
