/* _content/MyClinicPilot/Components/Layout/MainLayout.razor.rz.scp.css */


/*main {
    margin-top: var(--nav-height);*/ /* Use the dynamic height */
/*}*/
/* _content/MyClinicPilot/Components/Layout/NavMenu.razor.rz.scp.css */
/* Custom style for the navbar background color */
.navbar-custom[b-x6ciwf8m7e] {
    background-color: var(--primary-color);
}
/* _content/MyClinicPilot/Components/Pages/Clinics.razor.rz.scp.css */
/* Set text color for all tabs */
.container-fluid .nav-tabs .nav-item .nav-link[b-lbk7tcz8kp] {
    color: black !important; /* Set text color to black for inactive tabs */
}

    /* Custom styles for the active tab */
    .container-fluid .nav-tabs .nav-item .nav-link.active[b-lbk7tcz8kp] {
        background-color: var(--tab-active-background-color) !important; /* Desired background color for selected tab */
        color: black !important; /* Ensure the active tab also has black text */
        border-color: transparent !important; /* Removing border color */
    }
/* _content/MyClinicPilot/Components/Pages/EditBooking.razor.rz.scp.css */
.booking[b-mmsnyz9f0q] {
    position: absolute;
    width: 100%;
}
    .booking-pending[b-mmsnyz9f0q] {
        background-color: lightblue; /* Light blue for pending bookings */
    }

    .booking-started[b-mmsnyz9f0q] {
        background-color: lightgreen; /* Light green for started bookings */
    }

    .booking-gap[b-mmsnyz9f0q] {
        background-color: darkblue; /* Dark blue for booking gaps */
        color: white; /* Optional: white text for better contrast */
    }

.booking-active[b-mmsnyz9f0q] {
    width: 15%;
    height: 100%; /* Ensure it takes full height */
    display: flex;
    align-items: start;
    justify-content: start;
}
    .booking-active-pending[b-mmsnyz9f0q] {
        background-color: darkblue; /* Dark blue for active pending bookings */
    }

    .booking-active-started[b-mmsnyz9f0q] {
        background-color: darkgreen; /* Dark green for active started bookings */
    }

    .booking-active-gap[b-mmsnyz9f0q] {
        background-color: darkblue; /* Dark blue for booking gaps */
        color: white; /* Optional: white text for better contrast */
    }

.booking-content[b-mmsnyz9f0q] {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    position: relative;
}
    .booking-content-end-of-slot[b-mmsnyz9f0q] {
        border-bottom: 0.5px solid black; /* Add black bottom border */
    }

.icon-container[b-mmsnyz9f0q] {
    display: flex;
    align-items: flex-start;
}

.double-booked-icon[b-mmsnyz9f0q] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
}

.hour[b-mmsnyz9f0q] {
    border: 1px solid #ddd; /* Solid border for hour */
    background: repeating-linear-gradient( 45deg, rgba(211, 211, 211, 0.5), rgba(211, 211, 211, 0.5) 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px ); /* Checkered effect */
    height: 80px; /* Fixed height for hour */
    min-width: 200px; /* Set min width for hour */
    max-width: 400px; /* Set max width for hour */
    overflow: hidden; /* Prevent overflow */
    position: relative; /* Positioning context for absolute children */
    word-wrap: break-word; /* Allow text to wrap within the available width */
    white-space: normal; /* Allow text to wrap within the available height */
}

.timeslot[b-mmsnyz9f0q] {
    border: 1px solid #ddd; /* Solid border for timeslot */
    height: 80px; /* Fixed height for timeslot */
    width: 40px; /* Fixed width for timeslot */
    overflow: hidden; /* Prevent overflow */
}

/*Css for small screens*/
/* Bootstrap's default collapse behavior */
.collapse[b-mmsnyz9f0q] {
    overflow: hidden; /* Prevents unwanted content spill */
}

/* Small Screens: Ensure correct collapsing */
@media (max-width: 767px) {
    .navbar-toggler[b-mmsnyz9f0q] {
        margin-left: 0px !important; /* Fully left-align toggle */
        margin-top: 15px; /* Increased margin for better spacing */
        margin-bottom: 15px; /* Increased margin for better spacing */
        background-color: var(--primary-color) !important; /* Ensures visibility */
        padding: 10px 15px; /* Increased padding for a larger click area */
        color: white !important; /* Ensures all text inside the button is white */
        border-radius: 0; /* Removes rounded corners */
    }

    #booking-navigation.collapse[b-mmsnyz9f0q] {
        display: none !important; /* Properly hides */
    }

    #booking-navigation.show[b-mmsnyz9f0q] {
        display: block !important; /* Correctly expands */
        width: 100%;
    }

    #booking-navigation[b-mmsnyz9f0q] {
        position: static !important; /* Removes sticky behavior */
    }

    #edit-booking-content[b-mmsnyz9f0q], #edit-gap-content[b-mmsnyz9f0q] {
        margin-left: 10px !important; /* Adds 10px left margin */
    }

    #booking-content-summary[b-mmsnyz9f0q] {
        flex-direction: column !important; /* Stacks items vertically */
    }

    #patientContainer[b-mmsnyz9f0q],
    #consultationDetailsContainer[b-mmsnyz9f0q] {
        width: 100% !important; /* Ensures full width when stacked */
    }
}
/* _content/MyClinicPilot/Components/Pages/FinancialStatement.razor.rz.scp.css */
.address[b-rzsdh79m5k] {
    font-size: 12px;
    line-height: 1;
    color: #777;
}

.footer[b-rzsdh79m5k] {
    background-color: var(--primary-color);
    color: #ffffff;
    width: 210mm; /* Matches A4 width */
    position: fixed; /* Ensures footer stays at the bottom */
    bottom: 0 !important;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.logo[b-rzsdh79m5k] {
    text-align: left;
    vertical-align: top;
}

/* Additional rules for Syncfusion layout */
main[b-rzsdh79m5k] {
    margin-bottom: 30mm; /* Ensures no overlap with footer */
}

/* Force new page when necessary */
.page-break[b-rzsdh79m5k] {
    page-break-before: always; /* Ensures content starts on a new page */
}

/* Rules for tables and rows */
table[b-rzsdh79m5k] {
    page-break-inside: auto; /* Allows splitting within table */
}

tr[b-rzsdh79m5k] {
    page-break-inside: avoid; /* Prevents splitting rows */
}

th[b-rzsdh79m5k], td[b-rzsdh79m5k] {
    page-break-inside: avoid; /* Avoids breaking table cells across pages */
}

@media print {
    .address[b-rzsdh79m5k], .footer[b-rzsdh79m5k], main[b-rzsdh79m5k], .logo[b-rzsdh79m5k] {
        -webkit-print-color-adjust: exact !important;
    }

    tr[b-rzsdh79m5k] {
        -webkit-print-color-adjust: exact !important;
        background-color: inherit !important;
    }

        tr:nth-child(even)[b-rzsdh79m5k] {
            background-color: #e9ecef !important;
        }

        tr:nth-child(odd)[b-rzsdh79m5k] {
            background-color: white !important;
        }

    /* Footer should repeat in print output */
    footer[b-rzsdh79m5k] {
        position: fixed; /* Ensure placement at the bottom */
        bottom: 0;
        width: 210mm; /* Matches A4 width */
        height: 20mm; /* Footer height */
    }

    /* Optional margin adjustments for print */
    main[b-rzsdh79m5k] {
        margin-bottom: 30mm; /* Leave room for the footer */
    }
}
/* _content/MyClinicPilot/Components/Pages/Invoice.razor.rz.scp.css */
.address[b-slnhq5amj1] {
    font-size: 12px;
    line-height: 1;
    color: #777;
}

.footer[b-slnhq5amj1] {
    background-color: var(--primary-color);
    color: #ffffff;
    width: 210mm; /* Matches A4 width */
    position: fixed; /* Ensures footer stays at the bottom */
    bottom: 0 !important;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.logo[b-slnhq5amj1] {
    text-align: left;
    vertical-align: top;
}

/* Additional rules for Syncfusion layout */
main[b-slnhq5amj1] {
    margin-bottom: 30mm; /* Ensures no overlap with footer */
}

/* Force new page when necessary */
.page-break[b-slnhq5amj1] {
    page-break-before: always; /* Ensures content starts on a new page */
}

/* Rules for tables and rows */
table[b-slnhq5amj1] {
    page-break-inside: auto; /* Allows splitting within table */
}

tr[b-slnhq5amj1] {
    page-break-inside: avoid; /* Prevents splitting rows */
}

th[b-slnhq5amj1], td[b-slnhq5amj1] {
    page-break-inside: avoid; /* Avoids breaking table cells across pages */
}

@media print {
    .address[b-slnhq5amj1], .footer[b-slnhq5amj1], main[b-slnhq5amj1], .logo[b-slnhq5amj1] {
        -webkit-print-color-adjust: exact !important;
    }

    tr[b-slnhq5amj1] {
        -webkit-print-color-adjust: exact !important;
        background-color: inherit !important;
    }

        tr:nth-child(even)[b-slnhq5amj1] {
            background-color: #e9ecef !important;
        }

        tr:nth-child(odd)[b-slnhq5amj1] {
            background-color: white !important;
        }

    /* Footer should repeat in print output */
    footer[b-slnhq5amj1] {
        position: fixed; /* Ensure placement at the bottom */
        bottom: 0;
        width: 210mm; /* Matches A4 width */
        height: 20mm; /* Footer height */
    }

    /* Optional margin adjustments for print */
    main[b-slnhq5amj1] {
        margin-bottom: 30mm; /* Leave room for the footer */
    }
}
/* _content/MyClinicPilot/Components/Pages/PatientNewBooking.razor.rz.scp.css */
.ui-datepicker .ui-datepicker-header[b-qzxzt59iln] {
    background-color: var(--custom-background-color);
    color: black; /* Ensure text is readable */
}

.available-day a[b-qzxzt59iln] {
    background-color: white !important;
    color: black; /* Ensure text is readable */
}

/* Style for selected day to match buttons */
.ui-datepicker .ui-datepicker-current-day a[b-qzxzt59iln] {
    background-color: var(--primary-color) !important; /* Match button primary color */
    color: white !important; /* Match button text color */
}
/* selection box styling */
.selection-box[b-qzxzt59iln] {
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
    width: 250px; /* Sets a fixed width */
    height: 150px; /* Sets a fixed height */
    overflow: hidden; /* Prevents content overflow */
    text-align: center; /* Centers text horizontally */
}
    /* Hover effect for location boxes */
    .selection-box:hover[b-qzxzt59iln] {
        background-color: #e6f7ff;
    }
    /* Hover colour remain on a selected item */
    .selection-box.selected[b-qzxzt59iln] {
        background-color: #e6f7ff; /* Keeps the hover color */
        border-color: #007acc; /* Optional: Add a distinct border for clarity */
    }

/* Address line styling inside location boxes */
.location-address-line[b-qzxzt59iln] {
    margin: 0 !important; /* Completely removes additional spacing between lines */
    line-height: 1 !important; /* Sets the line height to 1 for tightly packed lines */
    font-size: 0.9rem !important; /* Keeps text readable */
    color: #333 !important; /* Maintains a neutral color */
}
/* _content/MyClinicPilot/Components/Pages/PaymentReceipt.razor.rz.scp.css */
.address[b-qloiw4i18q] {
    font-size: 12px;
    line-height: 1;
    color: #777;
}

.footer[b-qloiw4i18q] {
    background-color: var(--primary-color);
    color: #ffffff;
    width: 210mm; /* Matches A4 width */
    position: fixed; /* Ensures footer stays at the bottom */
    bottom: 0 !important;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.logo[b-qloiw4i18q] {
    text-align: left;
    vertical-align: top;
}

/* Additional rules for Syncfusion layout */
main[b-qloiw4i18q] {
    margin-bottom: 30mm; /* Ensures no overlap with footer */
}

/* Force new page when necessary */
.page-break[b-qloiw4i18q] {
    page-break-before: always; /* Ensures content starts on a new page */
}

/* Rules for tables and rows */
table[b-qloiw4i18q] {
    page-break-inside: auto; /* Allows splitting within table */
}

tr[b-qloiw4i18q] {
    page-break-inside: avoid; /* Prevents splitting rows */
}

th[b-qloiw4i18q], td[b-qloiw4i18q] {
    page-break-inside: avoid; /* Avoids breaking table cells across pages */
}

@media print {
    .address[b-qloiw4i18q], .footer[b-qloiw4i18q], main[b-qloiw4i18q], .logo[b-qloiw4i18q] {
        -webkit-print-color-adjust: exact !important;
    }

    tr[b-qloiw4i18q] {
        -webkit-print-color-adjust: exact !important;
        background-color: inherit !important;
    }

        tr:nth-child(even)[b-qloiw4i18q] {
            background-color: #e9ecef !important;
        }

        tr:nth-child(odd)[b-qloiw4i18q] {
            background-color: white !important;
        }

    /* Footer should repeat in print output */
    footer[b-qloiw4i18q] {
        position: fixed; /* Ensure placement at the bottom */
        bottom: 0;
        width: 210mm; /* Matches A4 width */
        height: 20mm; /* Footer height */
    }

    /* Optional margin adjustments for print */
    main[b-qloiw4i18q] {
        margin-bottom: 30mm; /* Leave room for the footer */
    }
}
/* _content/MyClinicPilot/Components/Pages/Schedule.razor.rz.scp.css */
.grid-container[b-5obiw8uaaq] {
    display: grid;
    grid-template-columns: 50px repeat(7, 1fr);
    gap: 0.25px;
}

    .grid-container > div[b-5obiw8uaaq] {
        border: 1px solid #dee2e6;
        padding: 0.5rem;
        position: relative;
    }

.timeslot[b-5obiw8uaaq] {
    width: 50px;
    height: 80px; /* Fixed height for timeslot */
    overflow: hidden; /* Prevent overflow */
}

.hour[b-5obiw8uaaq] {
    height: 80px; /* Fixed height for hour */
    overflow: hidden; /* Prevent overflow */
    position: relative; /* Positioning context for absolute children */
    word-wrap: break-word; /* Allow text to wrap within the available width */
    white-space: normal; /* Allow text to wrap within the available height */
}

    .hour-working[b-5obiw8uaaq] {
        background: repeating-linear-gradient( 45deg, rgba(211, 211, 211, 0.5), rgba(211, 211, 211, 0.5) 10px, rgba(255, 255, 255, 0.5) 10px, rgba(255, 255, 255, 0.5) 20px ); /* Checkered effect */
    }

.day-header[b-5obiw8uaaq], .time-header[b-5obiw8uaaq] {
    min-height: auto; /* Allow auto height for day headers */
    white-space: nowrap; /* Prevent text wrap in headers */
}

.booking[b-5obiw8uaaq] {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

    .booking-pending[b-5obiw8uaaq] {
        background-color: lightblue; /* Light blue for pending bookings */
    }

    .booking-started[b-5obiw8uaaq] {
        background-color: lightgreen; /* Light green for started bookings */
    }

    .booking-gap[b-5obiw8uaaq] {
        background-color: darkblue; /* Dark blue for booking gaps */
        color: white; /* Optional: white text for better contrast */
    }

/* Custom CSS for reduced highlighted booking label size */
.text-small-highlighted-orange[b-5obiw8uaaq] {
    background-color: #ff8c00;
    color: #ffffff; /* ensures white text */
    font-size: 0.875em !important;
}
.text-small-highlighted-indigo[b-5obiw8uaaq] {
    background-color: #4b0082;
    color: #ffffff; /* ensures white text */
    font-size: 0.875em !important;
}

.booking-content[b-5obiw8uaaq] {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    padding-bottom: 2px; /* Add some padding between bookings */
    position: relative;
}

    .booking-content-end-of-slot[b-5obiw8uaaq] {
        border-bottom: 2px solid #cccccc; /* Use a lighter border color */
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); /* Add a subtle shadow effect */
    }

.icon-container[b-5obiw8uaaq] {
    display: flex;
    align-items: flex-start;
}

.double-booked-icon[b-5obiw8uaaq] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
}

#datePicker[b-5obiw8uaaq] {
    position: absolute;
    z-index: 1000;
}
