@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Common.JsInterop/Majorsoft.Blazor.Components.Common.JsInterop.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.GdprConsent/Majorsoft.Blazor.Components.GdprConsent.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Modal/Majorsoft.Blazor.Components.Modal.bundle.scp.css';
@import '_content/Majorsoft.Blazor.Components.Toggle/Majorsoft.Blazor.Components.Toggle.bundle.scp.css';

/* _content/CapricornAikidoKaiac/Content/Components/InMaintenanceComponent.razor.rz.scp.css */


.container-maintenance[b-ewgf6y1jni] {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 10%;
}

h1[b-ewgf6y1jni] {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #0078d7;
}

p[b-ewgf6y1jni] {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.icon[b-ewgf6y1jni] {
    font-size: 5rem;
    margin-bottom: 1rem;
    color: #0078d7;
}

/* Optional: simple animation */
@keyframes pulse-b-ewgf6y1jni {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

.icon[b-ewgf6y1jni] {
    animation: pulse-b-ewgf6y1jni 2s infinite;
}

/* Responsive */
@media (max-width: 480px) {
    h1[b-ewgf6y1jni] {
        font-size: 2rem;
    }

    p[b-ewgf6y1jni] {
        font-size: 1rem;
    }

    .icon[b-ewgf6y1jni] {
        font-size: 3rem;
    }
}
/* _content/CapricornAikidoKaiac/Content/Components/NewsletterComponent.razor.rz.scp.css */
.subscribe-container[b-f00llzsgzm] {
    padding: 25px 0 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

form input[b-f00llzsgzm] {
    min-width: 300px;
}
  


/* Responsive */
@media (max-width: 799px) {
    .subscribe-container[b-f00llzsgzm] {
        flex-direction: column;
        align-items: stretch;
        padding: 25px
    }
        .subscribe-container form[b-f00llzsgzm] {
            display: flex;
            flex-grow: 1;
            gap: 10px;
            flex-direction: column;
        }
        .subscribe-container span[b-f00llzsgzm] {
            margin-bottom: 10px;
        }

        .subscribe-container input[b-f00llzsgzm] {
            width: 100%;
            margin-bottom: 10px;
        }

        .subscribe-container button[b-f00llzsgzm] {
            width: 100%;
        }
}
/* _content/CapricornAikidoKaiac/Content/Components/SkeletonComponent.razor.rz.scp.css */
.skeleton[b-p9pdg5ntb4] {
    background-color: #ccc;
    border-radius: 4px;
    animation: pulse-b-p9pdg5ntb4 1.5s infinite ease-in-out;
}

@keyframes pulse-b-p9pdg5ntb4 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.skeleton-container[b-p9pdg5ntb4] {
    width: 100%;
    height: 100vh;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.header[b-p9pdg5ntb4] {
    display: flex;
    justify-content: space-between;
}

    .header .skeleton[b-p9pdg5ntb4] {
        height: 30px;
        width: 35%;
    }

.categories[b-p9pdg5ntb4] {
    height: 60px;
    width: 60%;
    margin: 0 auto;
}

.main-image[b-p9pdg5ntb4] {
    height: 50vh;
    width: 100%;
}

.bottom-section[b-p9pdg5ntb4] {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
}

.bottom-left[b-p9pdg5ntb4] {
    width: 45%;
}

    .bottom-left .skeleton[b-p9pdg5ntb4] {
        height: 100%;
    }

.bottom-right[b-p9pdg5ntb4] {
    width: 50%;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    gap: 2rem;
    /*padding-left: 20px;*/
}

    .bottom-right .skeleton[b-p9pdg5ntb4] {
        height: 20px;
    }
/* _content/CapricornAikidoKaiac/Content/Layout/MainLayout.razor.rz.scp.css */
.page[b-xma2yw6727] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xma2yw6727] {
    flex: 1;
}

.sidebar[b-xma2yw6727] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xma2yw6727] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xma2yw6727]  a, .top-row[b-xma2yw6727]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xma2yw6727]  a:hover, .top-row[b-xma2yw6727]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xma2yw6727]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xma2yw6727] {
        justify-content: space-between;
    }

    .top-row[b-xma2yw6727]  a, .top-row[b-xma2yw6727]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xma2yw6727] {
        flex-direction: row;
    }

    .sidebar[b-xma2yw6727] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xma2yw6727] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xma2yw6727]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xma2yw6727], article[b-xma2yw6727] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xma2yw6727] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-xma2yw6727] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
