/* /Atala/AtalaPreview.razor.rz.scp.css */
.hidden[b-ieg29ovilr] {
    visibility: hidden;
}
/* /Atala/AtalaViewer.razor.rz.scp.css */
#atala-toolbar-wrapper[b-nxeoo76dd5] {
    width: 1205px;
}

#atala-viewer-wrapper[b-nxeoo76dd5] {
    width: 890px;
    height: 800px;
    display: inline;
}

#atala-thumbnail-plus-viewer[b-nxeoo76dd5] {
    display: grid;
    grid-template-columns: 315px 890px;
}

#atala-thumbnailer-wrapper[b-nxeoo76dd5] {
    height: 800px;
    width: 315px;
    display: inline;
}

.hidden[b-nxeoo76dd5] {
    visibility: hidden;
}
/* /Components/Layouts/MainLayout.razor.rz.scp.css */
/* main page stuff */
div#page-wrapper[b-842fomtuxn] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: calc(100vh - 4rem);
}

div#page-wrapper.sidebar-is-collapsed[b-842fomtuxn] {
    grid-template-columns: 50px auto;
}
/* /Components/Layouts/StandaloneLayout.razor.rz.scp.css */
main[b-4w4lq1epg6] {
    margin: 0;
    height: 100vh;
    display: grid;
    align-items: center;
    justify-items: center;
    background-color: var(--light-blue-bg);
}

h1[b-4w4lq1epg6], h2[b-4w4lq1epg6] {
    margin-block: 12px;
}


/* /Components/Layouts/Topbar.razor.rz.scp.css */
[b-64kp59zb0c] ul > li {
    list-style: none;
}

ul[b-64kp59zb0c] {
    margin: 0;
    padding: 0;
}

/* topbar stuff */
header#topbar-wrapper[b-64kp59zb0c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--berkone-color);
    border-block-end: 1px solid #d6d5d5;
    height: calc(4rem - 1px);
    padding-inline: 0.50rem;
    min-width: fit-content;
}

img#logo[b-64kp59zb0c] {
    width: 300px;
}

[b-64kp59zb0c] input#copilot-input {
    padding-inline-start: 2.5rem;
    padding-block: 0.50rem;
    border-radius: 1rem;
    border-width: 1px;
    width: 309px;
    height: 35px;
    background: white url('icons/copilot-icon-sm.png') no-repeat scroll 0.5rem 0.25rem;
    font-size: 12px;
    font-weight: 400;
}

nav#topbar-icon-nav[b-64kp59zb0c]{
    display: inline-flex;
    justify-content: end;
    align-content: center;
}

nav#topbar-icon-nav > ul > li > a > svg[b-64kp59zb0c],
nav#topbar-icon-nav > ul > li > form > button[b-64kp59zb0c]
{
    color: white;
    cursor: pointer;
    border: none;
    background: none;
}

nav#topbar-icon-nav > ul[b-64kp59zb0c] {
    display: flex;
    gap: 10px;
}


/* /Components/Pages/Account/Login.razor.rz.scp.css */
main.login-main[b-5p6r3ht9f2] {
    margin: 0;
    display: flex;
    height: 100vh;
    flex-direction: row;
    align-items: stretch;
}

.berkconnect-logo[b-5p6r3ht9f2] {
    width: 550px;
    height: auto;
    padding-inline: 30px;
    align-self: end;
    margin-block-end: 40px;
}

.need-help-link[b-5p6r3ht9f2] {
    align-self: start;
    margin-block-start: 120px;
    color: var(--berkone-color);
    font-size: 15px;
}

.login-form-section[b-5p6r3ht9f2] {
    flex: 1;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    justify-items: center;
    background-color: var(--light-blue-bg);
}

.callout-section[b-5p6r3ht9f2] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--berkone-color);
    background-image: url('/images/cta.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0 !important;
}

.callout-card[b-5p6r3ht9f2] {
    background-color: #FFFCF4;
    width: 80%;
    padding: 8px;
    max-width: 100%;
    border-radius: 8px;
    display: grid;
    grid-template-rows: 1fr auto 1fr;
    justify-items: center;
    min-width: 250px;
}

.login-form-card[b-5p6r3ht9f2] {
    padding: 20px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    width: 300px;
    height: auto;
    max-width: 100%;
}

.remember-me-checkbox-label[b-5p6r3ht9f2] {
    opacity: 0.75;
    font-size: 14px;
}

.forgot-password-wrapper[b-5p6r3ht9f2] {
    margin-top: 16px;
}

.forgot-password-link[b-5p6r3ht9f2] {
    font-size: 14px;
}

.feedback-callout-image[b-5p6r3ht9f2] {
    max-width: 100%;
    min-width: 300px;
    width: 300px;
    margin-top: 16px;
}

.feedback-callout-header[b-5p6r3ht9f2] {
    color: var(--berk-red);
    font-weight: 800;
    font-size: 32px;
    text-align: center;
}

.feedback-callout-details[b-5p6r3ht9f2] {
    color: var(--berkone-color);
    font-weight: 800;
    font-size: 15px;
    text-align: center;
}
/* /Components/Pages/Portal/Admin/Components/UserEdit.razor.rz.scp.css */
.vertical-stack[b-yh9hw1oxs0] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.button-tab-selector-section[b-yh9hw1oxs0] {
    display: flex;
    gap: 16px;
    justify-content: left;
}

.mode-button[b-yh9hw1oxs0] {
    border: 2px solid var(--berkone-color);
    border-radius: 60px;
    padding: 10px 22px;
    background: var(--light-blue-bg);
    color: var(--berkone-color);
    font-size: 16px;
    cursor: pointer;

    &:hover {
        background: var(--berk-white-hover);
    }

    &.active[b-yh9hw1oxs0] {
        background: var(--berkone-color);
        color: white;
        border: none;
    }
}

dl[b-yh9hw1oxs0] {
    & dt {
        display: inline;
        font-weight: 600;
    }

    & dd[b-yh9hw1oxs0] {
        display: inline;
        margin: 0;
    }

    /* create a space between terms (dd + dt means apply css to the dt if it is preceded by a dd)*/
    & dd + dt[b-yh9hw1oxs0] {
        margin-left: 28px;
    }
}

.action-button[b-yh9hw1oxs0] {
    border: none;
    border-radius: 60px;
    padding: 8px 18px;
    font-size: 16px;
    cursor: pointer;
    color: white;

    &.blue {
        background: var(--berkone-color);
    }
    &.blue:hover[b-yh9hw1oxs0] {
        background: var(--berkone-hover-color);
    }
        
    &.green[b-yh9hw1oxs0] {
        background: var(--berk-green); 
    }
    &.green:hover[b-yh9hw1oxs0] {
        background: var(--berk-green-hover); 
    }

    &.gray[b-yh9hw1oxs0] { 
        background: var(--berk-gray); 
    }
    &.gray:hover[b-yh9hw1oxs0] { 
        background: var(--berk-gray-hover); 
    }

    &.red[b-yh9hw1oxs0] { 
        background: var(--berk-red); 
    }
    &.red:hover[b-yh9hw1oxs0] {
        background: var(--berk-red-hover); 
    }
}

.tab-layout-container[b-yh9hw1oxs0] {
    min-width: 400px;
}
.tab-bar[b-yh9hw1oxs0] {
    display: flex;

    & button {
        border-radius: 12px 12px 0 0;
        border: 1px solid #bbb;
        border-bottom: none;
        font-size: 16px;
        padding: 8px 12px;
        background: white;
        cursor: pointer;

        &:hover {
            background: var(--berk-white-hover);
        }

        & + button[b-yh9hw1oxs0] {
            border-left: none;
        }

        &.active[b-yh9hw1oxs0] {
            background: var(--berkone-color);
            color: white;
        }
    }
}

label.berk-form-label span.label-details[b-yh9hw1oxs0] {
    font-weight:  500;
}

.role-selector[b-yh9hw1oxs0] {
    max-width: 250px;
    padding-left: 24px;

    & .berk-form-control {
        font-weight: 600;
        color: var(--berkone-color);
    }
}

.tab-content[b-yh9hw1oxs0] {
    background: white;
    border: 1px solid #bbb;
    margin: 0;
    padding: 12px;
    border-radius: 0 6px 6px 6px;
}

table.access-control-table[b-yh9hw1oxs0] {
    & tr.repository-row {
    }
    & tr.document-class-row[b-yh9hw1oxs0] {
    }
}

.text-danger[b-yh9hw1oxs0] {
    color: red;
    font-weight: 600;
}

.disabled[b-yh9hw1oxs0] {
    background-color: var(--berk-white-hover);
}

.repo-access-checkbox[b-yh9hw1oxs0] {
    width: 16px;
    height: 16px;
}
/* /Components/Pages/Portal/Admin/Users.razor.rz.scp.css */
.new-users-button[b-qz1kzh9iml] {
    background: var(--light-blue-bg);
    color: var(--berkone-color);
    font-weight: 600;
    font-size: 16px;
    padding: 2px 28px;
    border: 2px solid var(--berkone-color);
    border-radius: 9999px;
    text-align: center;
    cursor: pointer;

    &:hover {
        background: var(--light-blue-bg-hover)
    }
}

.table-checkbox[b-qz1kzh9iml] {
    width: 16px;
    height: 16px;
}

td:has(input[type="checkbox"])[b-qz1kzh9iml] {
    padding: 4px;
}
/* /Components/Shared/BlazorErrorUI.razor.rz.scp.css */
#blazor-error-ui[b-6j9wxqq7ik] {
    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-6j9wxqq7ik] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Shared/Card.razor.rz.scp.css */
.b-card[b-j05sg4pjhz] {
    background-color: var(--light-blue-bg);
    border-radius: 8px;
    padding: 4px;
    display: grid;
    grid-template-rows: auto 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
    align-content: start;
}
    .b-card.expanded[b-j05sg4pjhz] {
        grid-template-rows: auto 1fr;
    }

    #header[b-j05sg4pjhz] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        border: none;
        background-color: transparent;
        overflow: hidden;
        border-radius: 8px;
        margin-block: 8px;
        padding-inline: 8px;
        margin-block-end: 6px;
    }

    #title[b-j05sg4pjhz] {
        margin: 0;
        font-weight: 700;
        color: var(--berkone-color);
        font-size: 24px;
    }
#expand-button[b-j05sg4pjhz] {
    background: transparent;
    border: none;
    display: inline-flex;
    align-items: center;
}

    #expand-arrow[b-j05sg4pjhz]  {
        color: var(--berkone-color);
        cursor: pointer;
    }
    #expand-arrow[b-j05sg4pjhz] {
        transition: transform 0.3s ease-in-out;
        cursor: pointer;
        transform-origin: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;

    }
    #expand-arrow.expanded[b-j05sg4pjhz] {
        transform-origin: center;
        transform: rotate(180deg);
    }

    
    #body-wrapper[b-j05sg4pjhz] {
        overflow: hidden;
        opacity: 0;
        transition: opacity 0.2s ease-in-out;
    }
        #body-wrapper.expanded[b-j05sg4pjhz] {
            opacity: 1.0;
        }

    #body[b-j05sg4pjhz] {
        padding: 8px;
    }
.right-side-of-header[b-j05sg4pjhz] {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}
/* /Components/Shared/Card_Empty.razor.rz.scp.css */
.b-card[b-spk819aelk] {
    background-color: var(--light-blue-bg);
    border-radius: 8px;
    padding-block: 14px;
    padding-inline: 10px;
}

    .b-card header[b-spk819aelk] {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .button-wrapper[b-spk819aelk], .collapse-button-wrapper[b-spk819aelk] {
        align-items: center;
        align-content: center;
        align-self: center;
    }

    .b-card header div button[b-spk819aelk] {
        color: var(--berkone-color);
        border-radius: 100px;
        border: 2px solid var(--berkone-color);
        background-color: #ffffff;
        font-size: 14px;
        padding-inline: 18px;
        padding-block: 2px;
    }

    .b-card h1[b-spk819aelk] {
        margin: 0;
        font-weight: 700;
        color: var(--berkone-color);
        font-size: 24px;
    }
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.spinner[b-229kwhm5zd] {
    width: 40px;
    height: 40px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin-b-229kwhm5zd 1s linear infinite;
}

@keyframes spin-b-229kwhm5zd {
    to {
        transform: rotate(360deg);
    }
}

/* /Components/Shared/Modal.razor.rz.scp.css */
.modal[b-1sex0ffel3] {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.50);
    z-index: 999;
}

.modal.show[b-1sex0ffel3] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-1sex0ffel3] {
    background-color: var(--light-blue-bg);
    padding: 4px;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
}

.modal-header[b-1sex0ffel3] {
    margin-block: 8px;
    padding-inline: 8px;
    padding-inline-end: 0;
    margin-block-end: 0;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header-text[b-1sex0ffel3] {
    font-family: 'Neue Plak Extended', sans-serif;
    font-weight: 700;
    color: var(--berkone-color);
    font-size: 24px;
}

.modal-body[b-1sex0ffel3] {
    padding: 8px;
}

button[b-1sex0ffel3] {
    color: var(--berkone-color);
    cursor: pointer;
    background: transparent;
    border: none;
    border-radius: 8px;
}
