/* _content/CTAG_WEBAPP/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l17zdts1oe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l17zdts1oe] {
    flex: 1;
}






@media (min-width: 641px) {
    .page[b-l17zdts1oe] {
        flex-direction: row;
    }

    .sidebar[b-l17zdts1oe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l17zdts1oe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l17zdts1oe]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l17zdts1oe], article[b-l17zdts1oe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l17zdts1oe] {
    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-l17zdts1oe] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CTAG_WEBAPP/Components/Pages/Search.razor.rz.scp.css */
/* Search */

.logo[b-jpgk86ksn0] {
    position: absolute;
    left: 32px;
    top: 32px;
}

.search-container[b-jpgk86ksn0] {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 960px;
    background-color: #FFF8ED;
    display: flex;
}

.form-container[b-jpgk86ksn0] {
    flex: 1 0 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.login-form[b-jpgk86ksn0] {
    display: flex;
    width: 100%;
    max-width: 360px;
    flex-direction: column;
    align-items: flex-start;
}

    .login-form h1[b-jpgk86ksn0] {
        font-size: 30px;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .login-form p[b-jpgk86ksn0] {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 32px;
        padding-right: 4rem;
    }

.form-group[b-jpgk86ksn0] {
    margin-bottom: 24px;
    width: 100%;
    position: relative;
}

    .form-group label[b-jpgk86ksn0] {
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .form-group input[b-jpgk86ksn0] {
        width: 100%;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 10px;
        font-size: 16px;
    }

.form-options[b-jpgk86ksn0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.search-container .search-icon[b-jpgk86ksn0] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #999; /* Icon color */
    font-size: 18px; /* Icon size */
    pointer-events: none; /* Allows clicks to go through to input */
}


.sign-up-link[b-jpgk86ksn0] {
    font-size: 14px;
    margin: 0 auto;
}

    .sign-up-link a[b-jpgk86ksn0] {
        color: #ff00ff;
        text-decoration: none;
    }

        .sign-up-link a:hover[b-jpgk86ksn0] {
            text-decoration: underline;
        }


.image-container[b-jpgk86ksn0] {
    flex: 1 0 840px;
}

    .image-container img[b-jpgk86ksn0] {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

/* Helpers */

.h-100dvh[b-jpgk86ksn0] {
    height: 100dvh;
}




@media screen and (max-width: 600px) {
    .form-container[b-jpgk86ksn0] {
        flex: 1 1 400px;
        padding: 0 10px;
    }


    .image-container[b-jpgk86ksn0] {
        display: none;
    }
}


