/* /Pages/PageLoader.razor.rz.scp.css */

/* /Pages/UserLogin.razor.rz.scp.css */
body[b-7u0feqo0zy] {
}

/* /Pages/UserLogs.razor.rz.scp.css */
ul[b-m7rqfn8g31], li[b-m7rqfn8g31] {
    list-style: none;
    padding: 0;
}

.container[b-m7rqfn8g31] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background: linear-gradient(45deg, #209cff, #68e0cf);
    padding: 3rem 0;
}

.wrapper[b-m7rqfn8g31] {
    background: #eaf6ff;
    padding: 2rem;
    border-radius: 15px;
}

h1[b-m7rqfn8g31] {
    font-size: 1.1rem;
    font-family: sans-serif;
}

.sessions[b-m7rqfn8g31] {
    margin-top: 2rem;
    border-radius: 12px;
    position: relative;
}

li[b-m7rqfn8g31] {
    padding-bottom: 1.5rem;
    border-left: 1px solid #abaaed;
    position: relative;
    padding-left: 20px;
    margin-left: 10px;
}

    li:last-child[b-m7rqfn8g31] {
        border: 0px;
        padding-bottom: 0;
    }

    li[b-m7rqfn8g31]:before {
        content: "";
        width: 15px;
        height: 15px;
        background: white;
        border: 1px solid #4e5ed3;
        box-shadow: 3px 3px 0px #bab5f8;
        box-shadow: 3px 3px 0px #bab5f8;
        border-radius: 50%;
        position: absolute;
        left: -10px;
        top: 0px;
    }

.time[b-m7rqfn8g31] {
    color: #2a2839;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

@media screen and (min-width: 601px) {
    .time[b-m7rqfn8g31] {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 600px) {
    .time[b-m7rqfn8g31] {
        margin-bottom: 0.3rem;
        font-size: 0.85rem;
    }
}

p[b-m7rqfn8g31] {
    color: #4f4f4f;
    font-family: sans-serif;
    line-height: 1.5;
    margin-top: 0.4rem;
}

@media screen and (max-width: 600px) {
    p[b-m7rqfn8g31] {
        font-size: 0.9rem;
    }
}
/* /Shared/LandlordLayout.razor.rz.scp.css */
.page[b-ygatmxknsc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ygatmxknsc] {
    flex: 1;
}

.sidebar[b-ygatmxknsc] {
    background-image: linear-gradient(180deg, rgb(58, 6, 71) 0%, #403442 70%);
}

.top-row[b-ygatmxknsc] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ygatmxknsc]  a, .top-row[b-ygatmxknsc]  .btn-link {
        white-space: nowrap;
        /*        margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .top-row[b-ygatmxknsc]  a:hover, .top-row[b-ygatmxknsc]  .btn-link:hover {
            text-decoration: none;
        }

        .top-row[b-ygatmxknsc]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ygatmxknsc] {
        display: none;
    }

    .top-row.auth[b-ygatmxknsc] {
        justify-content: space-between;
    }

    .top-row[b-ygatmxknsc]  a, .top-row[b-ygatmxknsc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ygatmxknsc] {
        flex-direction: row;
    }

    .sidebar[b-ygatmxknsc] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ygatmxknsc] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-ygatmxknsc]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-ygatmxknsc], article[b-ygatmxknsc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/LandlordNavMenu.razor.rz.scp.css */
.navbar-toggler[b-jzrofbtu75] {
    background-color: rgba(255, 255, 255, 0.8);
}

.top-row[b-jzrofbtu75] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jzrofbtu75] {
    font-size: 1.1rem;
}

.oi[b-jzrofbtu75] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jzrofbtu75] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jzrofbtu75] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jzrofbtu75] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jzrofbtu75]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-jzrofbtu75]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-jzrofbtu75]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-jzrofbtu75] {
        display: none;
    }

    .collapse[b-jzrofbtu75] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-jzrofbtu75] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-463k8eco5x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-463k8eco5x] {
    flex: 1;
}

.sidebar[b-463k8eco5x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-463k8eco5x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-463k8eco5x]  a, .top-row[b-463k8eco5x]  .btn-link {
        white-space: nowrap;
        /*        margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .top-row[b-463k8eco5x]  a:hover, .top-row[b-463k8eco5x]  .btn-link:hover {
            text-decoration: none;
        }

        .top-row[b-463k8eco5x]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-463k8eco5x] {
        display: none;
    }

    .top-row.auth[b-463k8eco5x] {
        justify-content: space-between;
    }

    .top-row[b-463k8eco5x]  a, .top-row[b-463k8eco5x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-463k8eco5x] {
        flex-direction: row;
    }

    .sidebar[b-463k8eco5x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-463k8eco5x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-463k8eco5x]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-463k8eco5x], article[b-463k8eco5x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-p3j3x3ve8z] {
    background-color: rgba(255, 255, 255, 0.8);
}

.top-row[b-p3j3x3ve8z] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-p3j3x3ve8z] {
    font-size: 1.1rem;
}

.oi[b-p3j3x3ve8z] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-p3j3x3ve8z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-p3j3x3ve8z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-p3j3x3ve8z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-p3j3x3ve8z]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-p3j3x3ve8z]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-p3j3x3ve8z]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-p3j3x3ve8z] {
        display: none;
    }

    .collapse[b-p3j3x3ve8z] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-p3j3x3ve8z] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
