/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tkt7j2nba0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tkt7j2nba0] {
    flex: 1;
}


.top-row[b-tkt7j2nba0] {
    display: flex;
    justify-content: space-around;
}


#blazor-error-ui[b-tkt7j2nba0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tkt7j2nba0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayoutWithNavigation.razor.rz.scp.css */
.page[b-qq1dwdfi6f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qq1dwdfi6f] {
    flex: 1;
}

nav[b-qq1dwdfi6f] {
    display: flex;
    flex-direction: column;
}

    nav h1[b-qq1dwdfi6f] {
        display: flex;
        justify-content: center;
    }

    nav .step-container[b-qq1dwdfi6f] {
        margin-top: 1rem;
        display: flex;
        justify-content: center;
    }

        nav .step-container .steps[b-qq1dwdfi6f] {
            position: relative;
            display: flex;
            justify-content: center;
            gap: 10%;
            width:100%;
        }

            nav .step-container .steps[b-qq1dwdfi6f]::before {
                content: "";
                width: 100%;
                height: 2px;
                background-color: var(--color-primary);
                position: absolute;
                left: 0;
                top: calc(50% - 1px);
                z-index: 0;
            }

    nav .steps[b-qq1dwdfi6f]  > a.active > span {
        border: dashed 2px var(--color-primary);
    }

    nav .steps[b-qq1dwdfi6f]  > a, nav .steps[b-qq1dwdfi6f]  span {
        width: 3rem;
        height: 3rem;
        text-decoration: none;
        font-weight: 400;
        font-size: 1.5rem;
        z-index: 1;
    }

        nav .steps[b-qq1dwdfi6f]  > a span, nav .steps[b-qq1dwdfi6f]  > span span {
            border-radius: 50px;
            color: var(--color-primary);
            display: block;
            width: 100%;
            height: 100%;
            background-color: white;
            border: solid 2px var(--color-primary);
            justify-content: center;
            align-items: center;
            display: flex;
        }

    nav .steps[b-qq1dwdfi6f]  > span span {
        background-color: var(--gray-300);
        border: solid 2px var(--gray-400);
        color: var(--gray-500);
    }


.top-row[b-qq1dwdfi6f] {
    display: flex;
    justify-content: space-around;
}


#blazor-error-ui[b-qq1dwdfi6f] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-qq1dwdfi6f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wr5x3yg8qq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-wr5x3yg8qq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wr5x3yg8qq] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wr5x3yg8qq] {
    font-size: 1.1rem;
}

.bi[b-wr5x3yg8qq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-wr5x3yg8qq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-wr5x3yg8qq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-wr5x3yg8qq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-wr5x3yg8qq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wr5x3yg8qq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wr5x3yg8qq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wr5x3yg8qq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-wr5x3yg8qq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wr5x3yg8qq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wr5x3yg8qq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wr5x3yg8qq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wr5x3yg8qq] {
        display: none;
    }

    .nav-scrollable[b-wr5x3yg8qq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Confirmation.razor.rz.scp.css */
.header[b-nmoeuerj86] {
    justify-content: space-evenly;
    display: flex;
}

.img-container[b-nmoeuerj86] {
    max-height:200px;
}

.img-container img[b-nmoeuerj86] {
    height:fit-content;
    width:120px;
    display:inline-block;
}

.title[b-nmoeuerj86] {
    text-align:center;
}
/* /Components/Pages/Step02.razor.rz.scp.css */
.timeslot[b-0qp8ev2fog] {
    padding: .25rem .5rem;
    border: solid 1px var(--gray-400);
    margin: 0;
    display: inline-block;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: var(--bs-border-radius);
    font-size: .875em;
    margin:0 0.5rem 0.5rem 0;
}

    .timeslot:hover[b-0qp8ev2fog], .timeslot--active[b-0qp8ev2fog] {
        background-color: var(--color-primary);
        color: #FFF;
    }

.calendar-container[b-0qp8ev2fog] {
    display:inline-block;
}

.veterinarian-selector[b-0qp8ev2fog] {
    display:flex;
    justify-content:end;
    align-content:end;
}

.month-toggle[b-0qp8ev2fog] {
    cursor:pointer;
}
/* /Components/Shared/Button.razor.rz.scp.css */
/* /Components/Shared/Calendar.razor.rz.scp.css */
.calendar-grid[b-dzu4jdec38] {
    --cell-size: 50px;
    max-width: 100%;
    padding: 1px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: fit-content;
}

.spinner[b-dzu4jdec38] {
    display:none;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index:10;
}
.calendar-grid.loading .spinner[b-dzu4jdec38] {
    display: block;
}
.loading[b-dzu4jdec38]::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #FFF;
    opacity: 0.7;
    position: absolute;
}

 .day[b-dzu4jdec38] {
    height: 50px;
    width: 50px;
    align-content: center;
    border-bottom: solid 1px #EBEBEB;
    border-right: solid 1px #EBEBEB;
    padding:10px;
    text-align:center;
}
     .day.first[b-dzu4jdec38] {
        border-left: solid 1px #EBEBEB;
    }
     .day.first-week[b-dzu4jdec38] {
        border-top: solid 1px #EBEBEB;
    }

    .day.selected[b-dzu4jdec38] {
        transition: all 0.4s;
        font-weight: bold;
        background-color: var(--bs-primary);
        color:#FFF;
    }

.day.available[b-dzu4jdec38] {
    background-color: rgba(var(--bs-primary-rgb),0.4);
}

    .day.available:hover[b-dzu4jdec38] {
        background-color: rgba(var(--bs-primary-rgb),0.7);
        color:#FFF;
    }




    .day.selected[b-dzu4jdec38], .day.selected:hover[b-dzu4jdec38] {
        background-color: var(--color-primary);
        color: #FFF;
    }




    .day[b-dzu4jdec38], .day-name[b-dzu4jdec38] {
        transition: all 0.4s;
        background-color: white;
        text-align: center;
        position: relative;
    }
    /* first column */
    .day-name[b-dzu4jdec38] {
        font-weight: bold;
        background: #f2f2f2;
        padding: 5px 0;
        text-align:center;
    }

    .day.today[b-dzu4jdec38]::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background-color: var(--color-primary);
        left: 5px;
        top: 5px;
        border-radius: 50%;
        color: #000;
    }

    .day.today.selected[b-dzu4jdec38]::before {
        background-color: white;
    }
