/* _content/FurChauffeur.Web/Components/Layout/MainLayout.razor.rz.scp.css */
nav[b-fe0du1xnsl] {
    width: 75vw;
    user-select: none;
}

    nav li[b-fe0du1xnsl] {
        text-align: center;
        flex: auto;
    }

nav ul[b-fe0du1xnsl] {
    display: flex;
    padding: 0;
    list-style: none;
}

[b-fe0du1xnsl] nav a {
    font-size: .7em !important;
}

.nav a[b-fe0du1xnsl] {
    padding: 0 10px;
    text-decoration: none;
    border: 1px solid #000;
    display: flex;
    height: 2rem;
    align-items: center;
    justify-content: center;
    color: #000;
    white-space: nowrap;
}

[b-fe0du1xnsl] .mud-nav-item {
    width: inherit;
}

[b-fe0du1xnsl] .mud-nav-link {
    width: inherit;
    padding-bottom: 0px;
}

    [b-fe0du1xnsl] .mud-nav-link .mud-nav-link-text {
        margin-left: 0px;
        margin-inline-start: 0px;
    }

    [b-fe0du1xnsl] .mud-nav-link:hover:not(.mud-nav-link-disabled) {
        background-color: transparent !important;
    }

    [b-fe0du1xnsl] .mud-nav-link:focus:not(.mud-nav-link-disabled) {
        background-color: transparent !important;
    }

[b-fe0du1xnsl] .underline-animation {
    display: inline-block;
    position: relative;
}

    [b-fe0du1xnsl] .underline-animation::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        transition: transform 0.25s ease-out;
    }

    [b-fe0du1xnsl] .underline-animation:nth-child(even)::after {
        background-color: var(--primary-highlight);
    }

    [b-fe0du1xnsl] .underline-animation:nth-child(odd)::after {
        background-color: var(--secondary-highlight);
    }

    [b-fe0du1xnsl] .underline-animation:hover::after, [b-fe0du1xnsl] .underline-animation.active-navigation::after {
        transform: scaleX(.5);
    }

    [b-fe0du1xnsl] .underline-animation.center:hover::after {
        transform-origin: bottom center;
    }

[b-fe0du1xnsl] .mud-appbar {
    justify-content: center;
}

.app-bar[b-fe0du1xnsl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 16px;
}

[b-fe0du1xnsl] .mud-main-content {
    min-height: calc(100vh - var(--mud-appbar-height));
}

[b-fe0du1xnsl] .mud-container {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-fe0du1xnsl] section {
    min-height: 100vh;
}

    [b-fe0du1xnsl] section:nth-child(even) {
        background-image: url(./images/secondary-background.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    [b-fe0du1xnsl] section:nth-child(odd) {
        background-image: url(./images/primary-background.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

[b-fe0du1xnsl] .mud-container {
    min-height: inherit;
}

    [b-fe0du1xnsl] .mud-container > div {
        width: 75vw;
    }

        [b-fe0du1xnsl] .mud-container > div > .mud-paper {
            min-height: 50vh;
        }

[b-fe0du1xnsl] .logo {
    height: var(--mud-appbar-height);
    max-width: 100%;
    max-height: 80%;
    margin: auto;
}

[b-fe0du1xnsl] .social-media-link {
    color: var(--mud-palette-text-primary) !important;
}

@media screen and (max-width: 600px) {
    nav[b-fe0du1xnsl] {
        width: 80vw;
    }

    .copyright-text[b-fe0du1xnsl] {
        font-size: .6em;
    }
}
/* _content/FurChauffeur.Web/Components/Pages/Home.razor.rz.scp.css */
[b-0uy0fne11b] img {
    max-width: 100%;
    max-height: 100%;
}
/* _content/FurChauffeur.Web/Components/Sections/About.razor.rz.scp.css */
[b-4chx7dc5ju] {
    text-align: center;
}

[b-4chx7dc5ju] .mud-paper {
    border: 5px solid var(--secondary-highlight);
}

[b-4chx7dc5ju] .center {
    margin: 0 auto;
}

[b-4chx7dc5ju] .chauffeur-image {
    height: 100%;
}
/* _content/FurChauffeur.Web/Components/Sections/Book.razor.rz.scp.css */
[b-pc86ocgf2k] .rates-header {
    color: var(--secondary-highlight);
}

[b-pc86ocgf2k] {
    text-align: center;
}

[b-pc86ocgf2k] .mud-paper {
    border: 5px solid var(--primary-highlight);
}

[b-pc86ocgf2k] a {
    color: var(--primary-highlight) !important;
}

[b-pc86ocgf2k] .our-rates {
    width: 50%;
    border-radius: 5px;
    border-color: transparent !important;
    background-color: var(--primary-color) !important;
    margin: 0 auto;
}

[b-pc86ocgf2k] hr {
    border: 1px solid var(--secondary-highlight);
}

[b-pc86ocgf2k] h4 {
    color: var(--primary-highlight);
}

@media screen and (max-width: 600px) {
    [b-pc86ocgf2k] .our-rates {
        width: 75%;
        margin-top: 8px;
    }

        [b-pc86ocgf2k] .our-rates > .mud-grid-item {
            justify-content: center !important;
        }

        [b-pc86ocgf2k] .our-rates span {
            margin: 0px !important;
        }

    [b-pc86ocgf2k] .content-container {
        margin-top: 8px;
        margin-bottom: 8px;
    }

    [b-pc86ocgf2k] .rate-key {
        margin-top: 16px;
        margin-bottom: 12px;
    }
}
/* _content/FurChauffeur.Web/Components/Sections/Questionnaire.razor.rz.scp.css */
[b-c2r2csee0s] .mud-paper {
    border: 5px solid var(--primary-highlight);
}

[b-c2r2csee0s] .questionnaire-container {
    height: 50vh;
    width: 100%;
}

@media screen and (max-width: 600px) {
    [b-c2r2csee0s] .questionnaire-container {
        height: 75vh;
    }
}
/* _content/FurChauffeur.Web/Components/Sections/QuickAccess.razor.rz.scp.css */
[b-sqilkt9xt3] section.mud-carousel {
    min-height: 30vh !important;
    margin-bottom: 5% !important;
}

[b-sqilkt9xt3] {
    text-align: center;
}

[b-sqilkt9xt3] .mud-paper {
    height: 56vh !important;
    border: 5px solid var(--secondary-highlight);
}

[b-sqilkt9xt3] a {
    color: var(--primary-highlight) !important;
}

[b-sqilkt9xt3] .hours-of-operation {
    width: 35%;
    border-radius: 5px;
    border-color: transparent !important;
    background-color: var(--primary-color) !important;
    margin: 0 auto;
}

[b-sqilkt9xt3] hr {
    border: 1px solid var(--primary-highlight);
}

@media screen and (max-width: 1600px) {
    [b-sqilkt9xt3] .mud-paper {
        height: 60vh !important;
    }
}

@media screen and (max-width: 1300px) {
    [b-sqilkt9xt3] .mud-paper {
        height: 70vh !important;
    }

    [b-sqilkt9xt3] .hours-of-operation {
        width: 60%;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1100px) {
    [b-sqilkt9xt3] .mud-paper {
        height: 90vh !important;
    }

    [b-sqilkt9xt3] .hours-of-operation {
        width: 60%;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1000px) {
    [b-sqilkt9xt3] .mud-paper {
        height: 70vh !important;
    }

    [b-sqilkt9xt3] .hours-of-operation {
        width: 60%;
        margin-top: 8px;
    }
}


@media screen and (max-width: 600px) {
    [b-sqilkt9xt3] section.mud-carousel {
        min-height: 50vh !important;
    }

    [b-sqilkt9xt3] .mud-paper {
        height: 100vh !important;
        border: 5px solid var(--secondary-highlight);
    }

    [b-sqilkt9xt3] .hours-of-operation {
        width: 75%;
        margin-top: 8px;
    }

    [b-sqilkt9xt3] .hours-of-operation > .mud-grid-item {
        justify-content: center !important;
    }

    [b-sqilkt9xt3] .hours-of-operation span {
        margin: 0px !important;
    }

    [b-sqilkt9xt3] .mud-paper {
        height: 70vh;
    }
}

@media screen and (max-width: 400px) {
    [b-sqilkt9xt3] .mud-paper {
        height: 150vh !important;
    }
}
/* _content/FurChauffeur.Web/Components/Sections/Schedule.razor.rz.scp.css */
[b-gjuc6e5gs5] {
    text-align: center;
}

[b-gjuc6e5gs5] .mud-paper {
    border: 5px solid var(--secondary-highlight);
}

[b-gjuc6e5gs5] .warning-message {
    position: relative;
    top: 10vh;
}

[b-gjuc6e5gs5] .warning-message span {
    color: var(--primary-highlight);
    font-weight: bold;
    text-decoration: underline;
}

[b-gjuc6e5gs5] .contact-us-message {
    position: relative;
    top: 8vh;
}

@media screen and (max-width: 1600px) {
    [b-gjuc6e5gs5] .contact-us-message {
        position: relative;
        top: 5vh;
    }

    [b-gjuc6e5gs5] .warning-message {
        top: 4vh;
    }
}

@media screen and (max-width: 1300px) {
    [b-gjuc6e5gs5] .contact-us-message {
        position: relative;
        top: 3vh;
    }

    [b-gjuc6e5gs5] .warning-message {
        top: 0;
    }
}


@media screen and (max-width: 600px) {
    [b-gjuc6e5gs5] .warning-message {
        top: 0;
        margin-top: 10%;
    }

    [b-gjuc6e5gs5] .contact-us-message {
        position: relative;
        top: 2vh;
    }

    [b-gjuc6e5gs5] .service-container, [b-gjuc6e5gs5] dropoff-container {
        margin-bottom: 24px;
    }
}
