/* _content/CadmusAgencyWebsite/Components/Layout/Footer.razor.rz.scp.css */
.agency-footer[b-w9vk200dcp] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.agency-footer-buttons[b-w9vk200dcp] {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.agency-footer-buttons[b-w9vk200dcp] {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

@media only screen and (max-width: 1200px) {
    .agency-footer-buttons[b-w9vk200dcp] {
        flex-direction: column;
        gap: 10px;
    }
}
/* _content/CadmusAgencyWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7l7f0o8x45] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7l7f0o8x45] {
    flex: 1;
}

.sidebar[b-7l7f0o8x45] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7l7f0o8x45] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7l7f0o8x45]  a, .top-row[b-7l7f0o8x45]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7l7f0o8x45]  a:hover, .top-row[b-7l7f0o8x45]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7l7f0o8x45]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7l7f0o8x45] {
        justify-content: space-between;
    }

    .top-row[b-7l7f0o8x45]  a, .top-row[b-7l7f0o8x45]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7l7f0o8x45] {
        flex-direction: row;
    }

    .sidebar[b-7l7f0o8x45] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7l7f0o8x45] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7l7f0o8x45]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7l7f0o8x45], article[b-7l7f0o8x45] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7l7f0o8x45] {
    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-7l7f0o8x45] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CadmusAgencyWebsite/Components/Layout/SiteContent.razor.rz.scp.css */
.parent[b-we1l4dpyqr] {
    display: flex;
    justify-content: center;
    padding-top: var(--site-content-padding-top);
    padding-bottom: var(--site-content-padding-bottom);
}

.child[b-we1l4dpyqr] {
    width: 95vw;
    max-width: var(--site-content-width);
}
/* _content/CadmusAgencyWebsite/Components/Modules/Admin/AdminEditor.razor.rz.scp.css */
@media (min-width: 1000px) {
    .message-section[b-yt9y09fqbq] {
        display: none;
    }
}

.switch-container[b-yt9y09fqbq] {
    display: flex;
    align-items: center;
    gap: 8px;
}


.site-management-button[b-yt9y09fqbq] {
    display: flex;
    flex-direction: row;
    margin-right: 75px;
}

.editor-top-container[b-yt9y09fqbq] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.editor-commands[b-yt9y09fqbq] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

@media (max-width: 800px) {
    .editor-top-container[b-yt9y09fqbq] {
        flex-direction: column;
    }

    .editor-commands[b-yt9y09fqbq] {
        flex-direction: column;
    }

    .site-management-button[b-yt9y09fqbq] {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}
/* _content/CadmusAgencyWebsite/Components/Modules/Theme/ThemeToggle.razor.rz.scp.css */
.wrapper[b-k6k96z6kp3] {
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    background: #fff;
    box-sizing: inherit;
    background-color: transparent;
}

#hide-checkbox[b-k6k96z6kp3] {
    opacity: 0;
    height: 0;
    width: 0;
    display: none;
}

.toggle[b-k6k96z6kp3] {
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 25px;
    background: #211042;
    border-radius: 12px;
    transition: 500ms;
    overflow: hidden;
}

.toggle-button[b-k6k96z6kp3] {
    position: absolute;
    display: inline-block;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #FAEAF1;
    overflow: hidden;
    box-shadow: 0 0 8px 4px rgba(255, 255, 255);
    transition: all 500ms ease-out;
}

.crater[b-k6k96z6kp3] {
    position: absolute;
    display: inline-block;
    background: #FAEAF1;
    border-radius: 50%;
    transition: 500ms;
}

.crater-1[b-k6k96z6kp3] {
    background: #FFFFF9;
    width: 21px;
    height: 21px;
    left: 2px;
    bottom: 2px;
}

.crater-2[b-k6k96z6kp3] {
    width: 5px;
    height: 5px;
    top: -2px;
    left: 11px;
}

.crater-3[b-k6k96z6kp3] {
    width: 4px;
    height: 4px;
    top: 5px;
    right: -1px;
}

.crater-4[b-k6k96z6kp3] {
    width: 2px;
    height: 2px;
    top: 6px;
    left: 7px;
}

.crater-5[b-k6k96z6kp3] {
    width: 4px;
    height: 4px;
    top: 10px;
    left: 42px;
}

.crater-6[b-k6k96z6kp3] {
    width: 2px;
    height: 2px;
    top: 12px;
    left: 5px;
}

.crater-7[b-k6k96z6kp3] {
    width: 3px;
    height: 3px;
    bottom: 1px;
    left: 9px;
}

.star[b-k6k96z6kp3] {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 1px 0 2px 2px rgba(255, 255, 255);
}

.star-1[b-k6k96z6kp3] {
    width: 1px;
    height: 1px;
    right: 22px;
    bottom: 10px;
}

.star-2[b-k6k96z6kp3] {
    width: 2px;
    height: 2px;
    right: 17px;
    top: 2px;
}

.star-3[b-k6k96z6kp3] {
    width: 1px;
    height: 1px;
    right: 1px;
    bottom: 4px;
}

.star-4[b-k6k96z6kp3] {
    width: 1px;
    height: 1px;
    right: 10px;
    bottom: 12px;
}

.star-5[b-k6k96z6kp3] {
    width: 1px;
    height: 1px;
    right: 2px;
    bottom: 9px;
}

.star-6[b-k6k96z6kp3], .star-7[b-k6k96z6kp3], .star-8[b-k6k96z6kp3] {
    width: 2px;
    height: 1px;
    border-radius: 1px;
    transform: rotate(-45deg);
    box-shadow: 1px 0px 1px 1px #FFF;
    animation-name: travel-b-k6k96z6kp3;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.star-6[b-k6k96z6kp3] {
    right: 7px;
    bottom: 7px;
    animation-delay: -2s;
}

.star-7[b-k6k96z6kp3] {
    right: 12px;
    bottom: 15px;
}

.star-8[b-k6k96z6kp3] {
    right: 22px;
    top: 2px;
    animation-delay: -4s;
}

@keyframes travel-b-k6k96z6kp3 {
    0% {
        transform: rotate(-45deg) translateX(17px);
    }

    50% {
        transform: rotate(-45deg) translateX(-5px);
        box-shadow: 1px 0px 1px 1px #FFF;
    }

    100% {
        transform: rotate(-45deg) translateX(-7px);
        width: 1px;
        height: 1px;
        opacity: 0;
        box-shadow: none;
    }
}

#hide-checkbox:checked + .toggle[b-k6k96z6kp3] {
    background: #24D7F7;
}

    #hide-checkbox:checked + .toggle .toggle-button[b-k6k96z6kp3] {
        background: #F7FFFF;
        transform: translateX(25px);
        box-shadow: 0 0 9px 1px rgba(255, 255, 255);
    }

        #hide-checkbox:checked + .toggle .toggle-button .crater[b-k6k96z6kp3] {
            transform: rotate(-45deg) translateX(17px);
        }

    #hide-checkbox:checked + .toggle .star[b-k6k96z6kp3] {
        animation: move-b-k6k96z6kp3 2s infinite;
        transform: none;
        box-shadow: none;
    }

    #hide-checkbox:checked + .toggle .star-1[b-k6k96z6kp3] {
        width: 10px;
        height: 2px;
        border-radius: 2px;
        background: #FFF;
        left: 5px;
        top: 6px;
        box-shadow: none;
    }

    #hide-checkbox:checked + .toggle .star-2[b-k6k96z6kp3] {
        width: 3px;
        height: 3px;
        background: #FFF;
        left: 6px;
        top: 6px;
        box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    #hide-checkbox:checked + .toggle .star-3[b-k6k96z6kp3] {
        width: 4px;
        height: 4px;
        background: #FFF;
        left: 9px;
        top: 5px;
        box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    #hide-checkbox:checked + .toggle .star-4[b-k6k96z6kp3] {
        width: 3px;
        height: 3px;
        background: #FFF;
        left: 11px;
        top: 5px;
        box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    #hide-checkbox:checked + .toggle .star-5[b-k6k96z6kp3] {
        width: 15px;
        height: 4px;
        border-radius: 4px;
        background: #FFF;
        left: 7px;
        bottom: 5px;
        box-shadow: none;
    }

    #hide-checkbox:checked + .toggle .star-6[b-k6k96z6kp3] {
        width: 4px;
        height: 4px;
        background: #FFF;
        border-radius: 50%;
        left: 9px;
        bottom: 5px;
        box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    #hide-checkbox:checked + .toggle .star-7[b-k6k96z6kp3] {
        width: 6px;
        height: 6px;
        background: #FFF;
        border-radius: 50%;
        left: 13px;
        bottom: 5px;
        box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    #hide-checkbox:checked + .toggle .star-8[b-k6k96z6kp3] {
        width: 5px;
        height: 5px;
        background: #FFF;
        border-radius: 50%;
        left: 17px;
        top: 15px;
        box-shadow: -1px 0 1px 0 rgba(0, 0, 0, 0.1);
    }

@keyframes move-b-k6k96z6kp3 {
    0% {
        transform: none;
    }

    25% {
        transform: translateX(1px);
    }

    100% {
        transform: translateX(-1px);
    }
}

p[b-k6k96z6kp3] {
    text-align: center;
    letter-spacing: 4px;
    background: #34495e;
    color: #FFF;
}

    p.morning[b-k6k96z6kp3] {
        background: #e67e22;
    }
/* _content/CadmusAgencyWebsite/Components/Pages/Admin.razor.rz.scp.css */
.tab-content[b-s77lirk43x] {
    padding-top: 25px;
}

@media (min-width: 1200px) {
    .message-section[b-s77lirk43x] {
        display: none;
    }
}
/* _content/CadmusAgencyWebsite/Components/Pages/Custom.razor.rz.scp.css */
.edit-button[b-rt76z7ezkt] {
    display: flex;
    justify-content: center;
}
/* _content/CadmusAgencyWebsite/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-2uqf7xdflk] {
    height: var(--content-height);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-password-icon[b-2uqf7xdflk] {
    position: relative;
    top: -25px;
    float: right;
}
