@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/HolidaySuites.Blazor/Components/Authentication/Login.razor.rz.scp.css */
a[b-yv85cay3nk] {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
}
/* _content/HolidaySuites.Blazor/Components/Manage/Statistics/CompletedTasksPerUserSummary.razor.rz.scp.css */
th:first-child[b-r46jrctvcw], td:first-child[b-r46jrctvcw] {
    position: sticky;
    left: 0px;
}
/* _content/HolidaySuites.Blazor/Components/Manage/Tasks/Helpers/TodoTable.razor.rz.scp.css */
#table-wrapper[b-qh0z97khcc] {
    position: relative;
    margin: 15px;
    max-height: 85vh;
    overflow: scroll;
    scroll-snap-type: y mandatory;
    /*
                border-radius: 10px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
                */
}

#todo-table tr:nth-child(1)[b-qh0z97khcc] {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1000;
}

#todo-table tr:nth-child(2)[b-qh0z97khcc] {
    position: sticky;
    top: 44px;
    background-color: #F2F2F2;
    z-index: 1000;
}

#todo-table tr[b-qh0z97khcc] {
    scroll-snap-align: start;
}
/* _content/HolidaySuites.Blazor/Components/Shared/Tooltip.razor.rz.scp.css */
.tooltip-wrapper[tooltip-css-identifier] {
    position: relative;
    display: inline-block;
}

.tooltip-clickable[tooltip-css-identifier] {
    cursor: pointer;
}

.tooltip-non-clickable[tooltip-css-identifier] {
    cursor: help;
}

span[tooltip-css-identifier] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    margin-bottom: 5px;
    background-color: white;
    color: black;
    font-weight: lighter;
    font-size: smaller;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
}

    span[tooltip-css-identifier]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[tooltip-css-identifier] {
    visibility: visible;
}
/* _content/HolidaySuites.Blazor/Components/Tasks/Creation/CreateRecurringTaskForm.razor.rz.scp.css */

#hs-collapse-2[b-0q1uvhupho] {
    overflow: hidden;
    transition: height 200ms;
}
/* _content/HolidaySuites.Blazor/Components/Tasks/MoreInfoTodo.razor.rz.scp.css */
.big-round-button:hover[b-s924lnmrbo] {
    background-color: #0056b3; /* Darker blue on hover */
}

.big-round-button:active[b-s924lnmrbo] {
    transform: scale(0.95); /* Slightly shrink on click */
}

.big-round-button-container[b-s924lnmrbo] {
    position: fixed;
    bottom: 30px;
}

.big-round-button[b-s924lnmrbo] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
/* _content/HolidaySuites.Blazor/Components/UserActions/LastActionPage.razor.rz.scp.css */

#hs-logs > *[b-ck1ototl3b] {
    color: var(--hs-text-color);
}

#hs-collapse[b-ck1ototl3b] {
    overflow: hidden;
    transition: height 200ms;
}

.mh-80[b-ck1ototl3b] {
    max-height: 80vh;
}

@media (min-width: 768px) {
    .mh-md-90[b-ck1ototl3b] {
        max-height: 90vh;
    }
}

.timeline-1[b-ck1ototl3b] {
    border-left: 3px solid #b565a7;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(177, 99, 163, 0.09);
    margin: 0 auto;
    position: relative;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 40%;
}

@media (max-width: 767px) {
    .timeline-1[b-ck1ototl3b] {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline-1 .event[b-ck1ototl3b] {
    border-bottom: 1px dashed #000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline-1 .event[b-ck1ototl3b] {
        padding-top: 30px;
    }
}

.timeline-1 .event:last-of-type[b-ck1ototl3b] {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline-1 .event[b-ck1ototl3b]:before,
.timeline-1 .event[b-ck1ototl3b]:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline-1 .event[b-ck1ototl3b]:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline-1 .event[b-ck1ototl3b]:before {
        left: 0px;
        text-align: left;
    }
}

.timeline-1 .event[b-ck1ototl3b]:after {
    -webkit-box-shadow: 0 0 0 3px #b565a7;
    box-shadow: 0 0 0 3px #b565a7;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline-1 .event[b-ck1ototl3b]:after {
        left: -31.8px;
    }
}
/* _content/HolidaySuites.Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[main-layout-scope] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[main-layout-scope] {
    flex: 1;
}

.sidebar[main-layout-scope] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color:var(--hs-secondary-blue);
}

.top-row[main-layout-scope] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[main-layout-scope]  a, .top-row .btn-link[main-layout-scope] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[main-layout-scope] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[main-layout-scope] {
        display: none;
    }

    .top-row.auth[main-layout-scope] {
        justify-content: space-between;
    }

    .top-row a[main-layout-scope], .top-row .btn-link[main-layout-scope] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[main-layout-scope] {
        flex-direction: row;
    }

    .sidebar[main-layout-scope] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[main-layout-scope] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[main-layout-scope], article[main-layout-scope] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/HolidaySuites.Blazor/Shared/NavMenu.razor.rz.scp.css */
/* Mobile devices */
@media only screen and (max-width: 480px) {
    #hs-nav[nav-menu-scope] {
        max-height: 60vh;
    }
}

/* Tablet devices in landscape mode */
@media only screen and (min-device-width: 600px) and (max-device-width: 1600px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-width: 600px) and (max-device-width: 1600px) and (orientation: landscape) and (min-resolution: 144dpi) {
    #hs-nav[nav-menu-scope] {
        max-height: 30vh;
    }
}

/* Desktop devices */
@media only screen and (min-width: 768px) {
    #hs-nav[nav-menu-scope] {
        max-height: 68vh;
    }
}

#hs-nav[nav-menu-scope] {
    overflow-x: hidden;
    overflow-y: scroll;
}

.navbar-toggler[nav-menu-scope] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[nav-menu-scope] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[nav-menu-scope] {
    font-size: 1.1rem;
}

.oi[nav-menu-scope] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[nav-menu-scope] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[nav-menu-scope] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[nav-menu-scope] {
        padding-bottom: 1rem;
    }

    .nav-item[nav-menu-scope]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[nav-menu-scope]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[nav-menu-scope]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item-username[nav-menu-scope] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

@media (min-width: 641px) {
    .navbar-toggler[nav-menu-scope] {
        display: none;
    }

    .collapse[nav-menu-scope] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


/* width */
[nav-menu-scope]::-webkit-scrollbar {
    width: 10px;
}

/* Track */
[nav-menu-scope]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
[nav-menu-scope]::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    [nav-menu-scope]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
