@import '_content/BlazorColorPicker/BlazorColorPicker.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
/*.login-page {*/
/*    background-color: #1a1a1a;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.spaced-text {*/
/*    letter-spacing: 9px;*/
/*}*/

/*.login-container {*/
/*    width: 100%;*/
/*    max-width: 600px;*/
/*    padding: 20px;*/
/*    background: rgba(255, 255, 255, .015);*/
/*    backdrop-filter: blur(30px);*/
/*    border-radius: 24px;*/
/*    margin: 20px;*/
/*}*/

/*.login-button {*/
/*    width: 50%;*/
/*    margin-bottom: 12px;*/
/*    cursor: pointer;*/
/*    border-radius: 24px;*/
/*}*/

/*@media (max-width: 600px) {*/
/*    .login-container {*/
/*        padding: 15px;*/
/*    }*/

/*    .spaced-text {*/
/*        letter-spacing: 5px;*/
/*    }*/

/*    .login-button {*/
/*        width: 100%;*/
/*    }*/
/*}*/
/* /Layout/MainLayout.razor.rz.scp.css */
.main-layout[b-2q402izr5q] {
    background-color: white;
    min-height: 100vh;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-container[b-2q402izr5q] {
    background-color: white;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

.main-content[b-2q402izr5q] {
    background-color: white;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Your existing styles */
.page[b-2q402izr5q] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: white;
}

main[b-2q402izr5q] {
    flex: 1;
    background-color: white;
}

.sidebar[b-2q402izr5q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-2q402izr5q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-2q402izr5q]  a, .top-row[b-2q402izr5q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-2q402izr5q]  a:hover, .top-row[b-2q402izr5q]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-2q402izr5q]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/* If you're using dark mode, add this condition */
:global(.dark-mode) .main-layout[b-2q402izr5q],
:global(.dark-mode) .main-container[b-2q402izr5q],
:global(.dark-mode) .main-content[b-2q402izr5q],
:global(.dark-mode) .page[b-2q402izr5q],
:global(.dark-mode) main[b-2q402izr5q] {
    background-color: #121212;
}

@@media (max-width: 640.98px) {
    .top-row[b-2q402izr5q] {
        justify-content: space-between;
    }

        .top-row[b-2q402izr5q]  a, .top-row[b-2q402izr5q]  .btn-link {
            margin-left: 0;
        }
}

@@media (min-width: 641px) {
    .page[b-2q402izr5q] {
        flex-direction: row;
    }

    .sidebar[b-2q402izr5q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-2q402izr5q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-2q402izr5q]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-2q402izr5q], article[b-2q402izr5q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
