/* _content/Meddix.Organizer.Client/Components/Controls/Icon.razor.rz.scp.css */
.icon-container[b-bsgzeqmi7j] {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.icon[b-bsgzeqmi7j] {
    color: white;
    display: flex;
    justify-content: center;
}
/* _content/Meddix.Organizer.Client/Components/Controls/Scheduler/AppointmentScheduler.razor.rz.scp.css */
/* _content/Meddix.Organizer.Client/Components/Controls/Scheduler/CalendarSpecificationScheduler.razor.rz.scp.css */
.popup-text-header[b-esryst5bex] {
    margin-right: auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* _content/Meddix.Organizer.Client/Components/Controls/Scheduler/CalenderSpecification.razor.rz.scp.css */
/* _content/Meddix.Organizer.Client/Components/Controls/Scheduler/SchedulerTimeSpanTemplate.razor.rz.scp.css */
.scheduler-timespan-template[b-cpugyo94jx] {
    display: flex;
    position: absolute;
    margin: 0;
    background-color: transparent;
    pointer-events: none;
}
/* _content/Meddix.Organizer.Client/Components/Controls/SidebarButton.razor.rz.scp.css */
.button[b-kts85myi0c] {
    border: none;
    background: transparent;
    color: white;
    width: 100%;
    height: 50px;
    padding: 0;
}

.button:hover[b-kts85myi0c] {
    background: #00000030;
}

.button-current[b-kts85myi0c] {
    background: #00000030;
}

.button-content[b-kts85myi0c] {
    display: flex;
    flex-direction: row;
    justify-content: left;
    width: 100%;
}

.button-icon[b-kts85myi0c] {
    width: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.button-text[b-kts85myi0c] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
    font-size: 16px;
}
/* _content/Meddix.Organizer.Client/Components/Controls/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[b-3zkhozieoi] {
    position: relative;
    display: inline-block;
}

.tooltip-wrapper .tooltip-content[b-3zkhozieoi] {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip content */
    position: absolute;
    z-index: 1;
    transition-delay: 0s;
    transition-property: visibility;
}

.tooltip-wrapper:hover .tooltip-content[b-3zkhozieoi] {
    visibility: visible;
    transition-delay: 1s;
}

.tooltip-left[b-3zkhozieoi] {
    right: 105%;
}

.tooltip-top[b-3zkhozieoi] {
    left: 50%;
    bottom: 115%;
}

.tooltip-right[b-3zkhozieoi] {
    left: 105%;
}

.tooltip-bottom[b-3zkhozieoi] {
    left: 50%;
    top: 115%;
}

.tooltip-wrapper .tooltip-bottom[b-3zkhozieoi]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
}

.tooltip-wrapper .tooltip-top[b-3zkhozieoi]::after {
    content: " ";
    position: absolute;
    top: 100%; /* At the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip-wrapper .tooltip-left[b-3zkhozieoi]::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%; /* To the right of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent black;
}

.tooltip-wrapper .tooltip-right[b-3zkhozieoi]::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}
/* _content/Meddix.Organizer.Client/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xkjhmion2e] {
    justify-content: left;
    display: flex;
    flex-direction: row;
    height: 100vh;
    font-family: var(--bs-font-sans-serif);
}

.sidebar[b-xkjhmion2e] {
    background-image: linear-gradient(180deg, var(--bs-primary) 0%, var(--bs-black) 150%);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.content[b-xkjhmion2e] {
    width: 100%;
}

.header[b-xkjhmion2e] {
    padding-top: 0.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: left;
    flex-direction: column;
}

.header-app[b-xkjhmion2e] {
    display: flex;
    flex-direction: row;
}

.header-app-icon[b-xkjhmion2e] {
    min-width: 50px;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.header-app-text[b-xkjhmion2e] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
    font-size: 16px;
    color: white;
}

.body[b-xkjhmion2e] {
    height: 100%;
}

.footer[b-xkjhmion2e] {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}
/* _content/Meddix.Organizer.Client/Components/Pages/MeddixScheduler.razor.rz.scp.css */
/* _content/Meddix.Organizer.Client/Components/Pages/PreallocationEditor.razor.rz.scp.css */
/* _content/Meddix.Organizer.Client/Components/Pages/Settings.razor.rz.scp.css */
