/* /Components/Admin/Admin.razor.rz.scp.css */

/*.btn-primary {
    width: 200px;
    padding: 10px;
    background-color: revert; 
    color: black;
    border: none;
    border-radius: 6px;
   
}
.btn-primary:hover {
        background-color: darkgray;
}
.btn-primary-logout {
    position:fixed;
    background-color: revert;
    color: black;
    border-radius: 6px;
    top:60px;
    right:20px;
}*/
/* /Components/Admin/AdminContactInfo.razor.rz.scp.css */
/* /Components/Admin/AdminEmails.razor.rz.scp.css */
/*.admin-container {
    gap: 20px; 
    justify-content: initial; 
    margin-top: 20px;
}

.admin-layout {
    display: flex;
}

.btn-primary {
    width: 200px;
    padding: 10px;
    background-color: revert; 
    color: black;
    border: none;
    border-radius: 6px;
}
.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}
.bi-pencil-square {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z'/%3E%3C/svg%3E");
}
    .btn-primary:hover {
        background-color: darkgray;
    }
.search-area {
    position: relative;
    box-sizing: border-box;
    width: 20%;
    margin-bottom: 10px;
    border-radius: 4px;
}

.search-area i.fa {
    position: absolute;
    right: 12px;
    top: 30px;
    font-size: 1.2em;
    z-index: 99;
    color: #cdcdcd;
}
.modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1px);
    background: rgba(55, 55, 55, 0.6);
}
.modal-box {
    background:white;
    padding:20px;
    border-radius:8px;
    width:75%;
    height:80%;
    overflow-y:auto;
}
.modal-close {
    float:right;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}
.dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.dialog-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    width: 300px;
}

.nested-table-container {
    border-left: 3px solid #0d6efd;
    margin: 10px 0;
    background-color: #f8f9fa;
}

.nested-table-container table {
    margin-bottom: 0;
}

.nested-table-container h6 {
    color: #495057;
    font-weight: 600;
}
.close-button {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
}

.dialog-footer {
    margin-top: 15px;
    text-align: right;
}

.ok-button {
    background-color: #28a745; 
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}*/
/* /Components/Admin/AdminTranslations.razor.rz.scp.css */
.modal_overlay[b-gpk5fq4kzj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(1px);
    background: rgba(55, 55, 55, 0.6);
}
.modal-box[b-gpk5fq4kzj] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    width: 75%;
    height: 80%;
    overflow-y: auto;
}
/* /Components/Layout/FallBackLayout.razor.rz.scp.css */

/* /Components/Layout/LandingLayout.razor.rz.scp.css */



 
/* /Components/Layout/MainLayout.razor.rz.scp.css */

    .top-row[b-49iyaj4t28]  a, .top-row[b-49iyaj4t28]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-49iyaj4t28]  a:hover, .top-row[b-49iyaj4t28]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-49iyaj4t28]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-49iyaj4t28] {
        justify-content: space-between;
    }

    .top-row[b-49iyaj4t28]  a, .top-row[b-49iyaj4t28]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-49iyaj4t28] {
        flex-direction: row;
    }

    .sidebar[b-49iyaj4t28] {
       /* width: 250px; */
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-49iyaj4t28] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-49iyaj4t28]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-49iyaj4t28], article[b-49iyaj4t28] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-49iyaj4t28] {
    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-49iyaj4t28] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */

@media (min-width: 641px) {
    .navbar-toggler[b-v58d5c7nmv] {
        display: none;
    }

    .nav-scrollable[b-v58d5c7nmv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rpb0c0eciz],
.components-reconnect-repeated-attempt-visible[b-rpb0c0eciz],
.components-reconnect-failed-visible[b-rpb0c0eciz],
.components-pause-visible[b-rpb0c0eciz],
.components-resume-failed-visible[b-rpb0c0eciz],
.components-rejoining-animation[b-rpb0c0eciz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-retrying[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-failed[b-rpb0c0eciz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rpb0c0eciz] {
    display: block;
}


#components-reconnect-modal[b-rpb0c0eciz] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-rpb0c0eciz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rpb0c0eciz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rpb0c0eciz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rpb0c0eciz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rpb0c0eciz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rpb0c0eciz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rpb0c0eciz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rpb0c0eciz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rpb0c0eciz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rpb0c0eciz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rpb0c0eciz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rpb0c0eciz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-rpb0c0eciz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-rpb0c0eciz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rpb0c0eciz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rpb0c0eciz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rpb0c0eciz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rpb0c0eciz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/FallBack.razor.rz.scp.css */
