/* /Pages/Petsitting/Add.razor.rz.scp.css */

/* /Pages/Petsitting/Index.razor.rz.scp.css */
.planning-common-width[b-kect19cs9f] {
    width: 33.333%;
}
/* /Pages/Petsitting/Planning.razor.rz.scp.css */
.planning-common-width[b-r8r760au0g] {
    width: 33.333%;
}
/* /Pages/Travels/Index.razor.rz.scp.css */
.planning-common-width[b-w8nisxg74c] {
    width: 33.333%;
}
/* /Pages/Travels/Planning.razor.rz.scp.css */
.planning-common-width[b-7z46lbblqi] {
    width: 33.333%;
}
/* /Pages/Worktimes/Index.razor.rz.scp.css */
.planning-common-width[b-icr1qqb4bf] {
    width: 33.333%;
}
/* /Shared/AuthLayout.razor.rz.scp.css */

/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */


/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
}*/
/* /Shared/ToastBase.razor.rz.scp.css */
.toast[b-mebbjcrtj8] {
    display: none;
    padding: 1rem;
    color: #fff;
    z-index: 1;
    position: fixed;
    width: 20rem;
    border-radius: 1rem;
    top: 2rem;
    right: 1rem;
}

@media (min-width: 992px) {
    .toast[b-mebbjcrtj8] {
        top: 2rem;
        left: unset;
        right: 2rem;
    }
}

.toast-icon[b-mebbjcrtj8] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body[b-mebbjcrtj8] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p[b-mebbjcrtj8] {
        margin-bottom: 0;
    }

.toast-visible[b-mebbjcrtj8] {
    display: flex;
    flex-direction: row;
    animation: fadein-b-mebbjcrtj8 1.5s;
}

@keyframes fadein-b-mebbjcrtj8 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
