/* _content/PerformanceManagerSsr/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4ydfyqf88l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4ydfyqf88l] {
    flex: 1;
}

.sidebar[b-4ydfyqf88l] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4ydfyqf88l] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4ydfyqf88l]  a, .top-row[b-4ydfyqf88l]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4ydfyqf88l]  a:hover, .top-row[b-4ydfyqf88l]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4ydfyqf88l]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4ydfyqf88l] {
        justify-content: space-between;
    }

    .top-row[b-4ydfyqf88l]  a, .top-row[b-4ydfyqf88l]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4ydfyqf88l] {
        flex-direction: row;
    }

    .sidebar[b-4ydfyqf88l] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4ydfyqf88l] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4ydfyqf88l]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4ydfyqf88l], article[b-4ydfyqf88l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4ydfyqf88l] {
    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-4ydfyqf88l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PerformanceManagerSsr/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4ba6nxqhh8] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-4ba6nxqhh8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-4ba6nxqhh8] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4ba6nxqhh8] {
    font-size: 1.1rem;
}

.bi[b-4ba6nxqhh8] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-4ba6nxqhh8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-4ba6nxqhh8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4ba6nxqhh8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4ba6nxqhh8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4ba6nxqhh8]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-4ba6nxqhh8]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-4ba6nxqhh8]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-4ba6nxqhh8] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-4ba6nxqhh8] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4ba6nxqhh8] {
        display: none;
    }

    .nav-scrollable[b-4ba6nxqhh8] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PerformanceManagerSsr/Components/Pages/ClientVesselConfig/Components/ClientConfigurationForDnvComponent.razor.rz.scp.css */
.client-config-for-dnv-wrapper[b-adktb0dvqc] {
    height: 20%;
    background-color: var(--enhanced-background-1);
    border-radius: 10px;
    margin: 5px;
    border: 1px solid var(--component-border);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px;
    color: var(--secondary-text);
    box-shadow: var(--shadow);
    text-shadow: var(--text-shadow);
    overflow-y: auto;
    overflow-x: hidden;
}

    .client-config-for-dnv-wrapper[b-adktb0dvqc]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .client-config-for-dnv-wrapper[b-adktb0dvqc]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 5px; /* Optional: Round the corners of the track */
    }

    .client-config-for-dnv-wrapper[b-adktb0dvqc]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 5px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .client-config-for-dnv-wrapper[b-adktb0dvqc]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.client-config-for-dnv-tuple[b-adktb0dvqc] {
    display: flex;
    width: 100%;
    height: 30%;
    align-items: center;
    justify-content: space-between;
    padding-right: 5vw;
    padding-left: 5vw;
    position: relative;
}

.config-dnv-tuple-text[b-adktb0dvqc] {
    font-size: calc(0.6vw + 0.6vh);
}

.client-for-dnv-name[b-adktb0dvqc] {
    font-size: calc(0.6vw + 0.6vh);
    height: 30%;
    align-items: center;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.title[b-adktb0dvqc] {
    font-size: calc(0.9vw + 0.9vh);
    height: 30%;
    display: flex;
    align-items: center;
    color: var(--main-text);
    text-shadow: var(--text-shadow);
    margin-left: 5px;
    margin-right: 5px;
}

.disabled-text[b-adktb0dvqc] {
    color: var(--error);
    font-size: calc(0.7vw + 0.7vh);
}

.enabled-text[b-adktb0dvqc] {
    color: var(--success);
    font-size: calc(0.7vw + 0.7vh);
}

button.disabled[b-adktb0dvqc] {
    pointer-events: none;
    opacity: 0.5;
}

.btn[b-adktb0dvqc] {
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
}

    .btn:hover[b-adktb0dvqc] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }
    .btn:active[b-adktb0dvqc] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .btn:active[b-adktb0dvqc],
    .btn:focus[b-adktb0dvqc] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--enhanced-background-2-active);
    }

.modal-content[b-adktb0dvqc] {
    background-color: var(--enhanced-background-1);
}

.modal-header[b-adktb0dvqc] {
    color: var(--warning);
}

.modal-body[b-adktb0dvqc] {
    color: var(--secondary-text);
}

.centered-div[b-adktb0dvqc] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
/* _content/PerformanceManagerSsr/Components/Pages/ClientVesselConfig/Components/DnvCompanyMappingRecordComponent.razor.rz.scp.css */
.dnv-company-mapping-record-wrapper[b-q1w6yxpsvo] {
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 5px;
    background-color: var(--enhanced-background-1);
    border-radius: 10px;
    padding: 15px;
    border: 1px solid var(--component-border);
    color: var(--secondary-text);
    box-shadow: var(--shadow);
    text-shadow: var(--text-shadow);
}

    .dnv-company-mapping-record-wrapper[b-q1w6yxpsvo]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .dnv-company-mapping-record-wrapper[b-q1w6yxpsvo]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 5px; /* Optional: Round the corners of the track */
    }

    .dnv-company-mapping-record-wrapper[b-q1w6yxpsvo]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 5px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .dnv-company-mapping-record-wrapper[b-q1w6yxpsvo]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.title[b-q1w6yxpsvo] {
    text-align: center;
    font-size: calc(0.9vw + 0.9vh);
    color: var(--main-text);
    text-shadow: var(--text-shadow);
}

.name[b-q1w6yxpsvo] {
    text-align: center;
    font-size: calc(0.6vw + 0.6vh);
}

.value-wrapper[b-q1w6yxpsvo] {
    display: flex;
    flex-direction: column;
    padding-right: 5vw;
    padding-left: 5vw;
    justify-content: space-around;
}

.tuple-wrapper[b-q1w6yxpsvo] {
    display: flex;
    height: 20%;
    font-size: calc(0.6vw + 0.6vh);
    align-items: center;
    justify-content: space-between;
    padding: 2px;
}

.tuple-text[b-q1w6yxpsvo] {
    white-space: nowrap;
    flex: 0.5;
}

.button-wrapper[b-q1w6yxpsvo] {
    display: flex;
    justify-content: flex-end;
    padding-right: 5vw;
    padding-left: 5vw;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 4vh;
}

.dnv-company-btn[b-q1w6yxpsvo] {
    margin: 2px;
    height: 4vh;
    font-size: calc(0.5vw + 0.5vh);
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
    display: flex;
    align-items: center;
}

    .dnv-company-btn:hover[b-q1w6yxpsvo] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .dnv-company-btn:active[b-q1w6yxpsvo] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .dnv-company-btn:active[b-q1w6yxpsvo],
    .dnv-company-btn:focus[b-q1w6yxpsvo] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--enhanced-background-2-active);
    }

.form-control[b-q1w6yxpsvo] {
    height: 3vh;
    flex: 0.8;
    min-width: 1px;
    font-size: calc(0.5vw + 0.5vh);
}

.spinner-container[b-q1w6yxpsvo] {
    display: flex;
    align-items: center;
    padding: 5px;
}

.is-invalid-custom[b-q1w6yxpsvo] {
    border: 1px solid var(--error);
}

    .is-invalid-custom:focus[b-q1w6yxpsvo] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--error);
    }

.disable-pointer[b-q1w6yxpsvo] {
    cursor: not-allowed;
}
/* _content/PerformanceManagerSsr/Components/Pages/ClientVesselConfig/Components/VesselConfigurationForDnvComponent.razor.rz.scp.css */
.vessel-config-for-dnv-wrapper[b-43azedtt97] {
    height: 40%;
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    display: flex;
    flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    margin: 5px;
    color: var(--secondary-text);
    box-shadow: var(--shadow);
    text-shadow: var(--text-shadow);
}

.vessel-config-title-wrapper[b-43azedtt97] {
    height: 20%;
    display: flex;
    align-items: center;
    font-size: calc(0.9vw + 0.9vh);
    justify-content: center;
    color: var(--main-text);
    text-shadow: var(--text-shadow);
}

.vessel-config-main-wrapper[b-43azedtt97] {
    height: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-right: 5vw;
    padding-left: 5vw;
}

.vessel-config-footer-wrapper[b-43azedtt97] {
    height: 20%;
    align-items: center;
    display: flex;
    justify-content: end;
}

.vessel-config-company_id[b-43azedtt97] {
    display: flex;
    height: 20%;
    font-size: calc(0.6vw + 0.6vh);
    align-items: center;
    justify-content: space-between;
}

.vessel_config_pusher[b-43azedtt97] {
    display: flex;
    height: 20%;
    font-size: calc(0.6vw + 0.6vh);
    align-items: center;
    justify-content: space-between;
}

.vessel_cutoff_Date[b-43azedtt97] {
    display: flex;
    height: 20%;
    font-size: calc(0.6vw + 0.6vh);
    align-items: center;
    justify-content: space-between;
}

.form-check-input[b-43azedtt97] {
    height: 100%;
    width: 2vh;
    margin: 0;
}

.form-check-label[b-43azedtt97] {
    flex: 0.5;
    white-space: nowrap;
}

.form-control[b-43azedtt97] {
    height: 3vh;
    flex: 0.8;
    min-width: 1px;
    font-size: calc(0.5vw + 0.5vh);
}

.form-check-wrapper[b-43azedtt97] {
    width: 20vw;
    display: flex;
    height: 2vh;
    justify-content: flex-end;
    align-items: center;
}

#navtorcompany_id_label[b-43azedtt97] {
    flex: 0.5;
    white-space: nowrap;
}

#cutoffdate_label[b-43azedtt97] {
    flex: 0.5;
    white-space: nowrap;
}

.spinner-border-config[b-43azedtt97] {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.btn[b-43azedtt97] {
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
}

    .btn:hover[b-43azedtt97] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .btn:active[b-43azedtt97] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .btn:active[b-43azedtt97],
    .btn:focus[b-43azedtt97] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #333333;
    }

.is-invalid-custom[b-43azedtt97] {
    border: 1px solid var(--error);
}

    .is-invalid-custom:focus[b-43azedtt97] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--error);
    }
/* _content/PerformanceManagerSsr/Components/Pages/ClientVesselConfig/Pages/ClientVesselConfigPage.razor.rz.scp.css */
.page-wrapper[b-jfiqabuan5] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

#client-vessel-config-page[b-jfiqabuan5]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px; /* Adjust to half of the padding to fit within the content area */
    border: 1px solid var(--component-border); /* Inner border color */
    pointer-events: none;
}

.title-div[b-jfiqabuan5] {
    height: 20%;
    width: 100%;
    background-color: var(--background);
    display: flex;
    color: var(--main-text);
}

.title[b-jfiqabuan5] {
    align-items: center;
    display: flex;
    padding: 5px;
    font-size: calc(0.7vw + 0.7vh);
    padding-left: 1vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 20px;
    text-shadow: var(--text-shadow);
    font-weight: bold;
}

.side-bar[b-jfiqabuan5] {
    height: 100%;
    width: 25%;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-left: 1px solid var(--component-border);
    border-bottom: 1px solid var(--component-border);
    color: var(--secondary-text);
    padding-bottom: 5vh;
}

.main-content[b-jfiqabuan5] {
    height: 100%;
    width: 75%;
    background-color: var(--background);
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    border-right: 1px solid var(--component-border);
    border-bottom: 1px solid var(--component-border);
    padding-right: 25px;
    padding-bottom: 5vh;
}

.child-container-2-3[b-jfiqabuan5] {
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 100%;
}

.sidebar-interactable[b-jfiqabuan5] {
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.sidebar-text[b-jfiqabuan5] {
    padding: 5px;
}

.combo-box-container[b-jfiqabuan5] {
    height: 45%;
    justify-content: center;
    display: flex;
    width: calc(110%* 2 / 3);
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
}

.clear-btn[b-jfiqabuan5] {
    width: 50%;
    height: 4vh;
    font-size: calc(0.5vw + 0.5vh);
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    margin-top: 10px;
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clear-btn:hover[b-jfiqabuan5] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .clear-btn:active[b-jfiqabuan5] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .clear-btn:active[b-jfiqabuan5],
    .clear-btn:focus[b-jfiqabuan5] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--enhanced-background-2-active);
    }
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Components/DnvReportsFiltersComponent.razor.rz.scp.css */
.dnv-reports-filter-component-wrapper[b-7ok962m5u4] {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
    width: 100%;
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    border-radius: 10px;
    box-shadow: var(--shadow);
    font-size: calc(0.5vh + 0.5vw);
    overflow:auto;
}

    .dnv-reports-filter-component-wrapper[b-7ok962m5u4]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .dnv-reports-filter-component-wrapper[b-7ok962m5u4]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .dnv-reports-filter-component-wrapper[b-7ok962m5u4]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .dnv-reports-filter-component-wrapper[b-7ok962m5u4]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }


.end-date-picker[b-7ok962m5u4] {
    display: flex;
    flex: 0.4;
    align-items: center;
}

.start-date-picker[b-7ok962m5u4] {
    display: flex;
    flex: 0.4;
    align-items: center;
}

.date-picker-tuple[b-7ok962m5u4] {
    display: flex;
    height: 20%;
    justify-content: space-evenly;
}

.all-report-tuple[b-7ok962m5u4] {
    display: flex;
    height: 10%;
    margin: 5px;
}

.filter-components[b-7ok962m5u4] {
    display: flex;
    height: 50%;
    justify-content:space-evenly;
}

.filter-text[b-7ok962m5u4] {
    white-space: nowrap;
    align-items: center;
    display: flex;
    font-size: calc(0.5vw + 1vh);
    margin: 5px;
    color: var(--main-text);
    text-shadow:var(--text-shadow);
}

.title[b-7ok962m5u4] {
    height: 10%;
    font-size: calc(0.7vw + 0.7vh);
    text-shadow: var(--text-shadow);
}

.form-check-input[b-7ok962m5u4] {
    width: 2vh;
    height: 2vh;
    margin: 0;
}

.sidebar-text[b-7ok962m5u4] {
    padding-left: 5px;
    font-size: calc(0.5vw + 0.5vh) !important;
    text-shadow: var(--text-shadow);
}

.checkbox-container[b-7ok962m5u4] {
    display: flex;
    align-items: center;
}

.filter-components-box-wrapper[b-7ok962m5u4] {
    flex: 0.3;
    overflow-x: hidden;
    margin-right: 10px;
    display: flex;
    border-radius: 10px;
    flex-direction: column;
    box-shadow: var(--small-shadow);
    text-shadow: var(--text-shadow);
}

.header-line[b-7ok962m5u4] {
    color: black;
    text-shadow: var(--text-shadow);
}

.form-control[b-7ok962m5u4]{
    height:3vh;
}
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Components/MultipleClientsDnvReportsFiltersComponent.razor.rz.scp.css */
.Multiple-Clients-Dnv-Reports-Filters-Component-Wrapper[b-k9pb9njq99] {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--component-border);
    box-shadow: var(--shadow);
    background-color: var(--enhanced-background-1);
    padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.Multiple-Clients-Dnv-Reports-Filters-Component-Wrapper[b-k9pb9njq99] {
    overflow: auto;
    overflow-x: hidden;
    width: 90%;
}

    .Multiple-Clients-Dnv-Reports-Filters-Component-Wrapper[b-k9pb9njq99]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .Multiple-Clients-Dnv-Reports-Filters-Component-Wrapper[b-k9pb9njq99]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .Multiple-Clients-Dnv-Reports-Filters-Component-Wrapper[b-k9pb9njq99]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .Multiple-Clients-Dnv-Reports-Filters-Component-Wrapper[b-k9pb9njq99]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.filter-text[b-k9pb9njq99] {
    white-space: nowrap;
    align-items: center;
    display: flex;
    font-size: calc(0.6vw + 0.6vh);
    color: var(--main-text);
    text-shadow: var(--text-shadow);
}

.title[b-k9pb9njq99] {
    height: 3%;
    font-size: calc(0.7vw + 0.7vh);
    text-shadow: var(--text-shadow);
    justify-content: center;
}

.multi-client-select-wrapper[b-k9pb9njq99] {
    height: 30%;
    max-height: 30%;
    min-height: 30%;
}

.multi-vessel-select-wrapper[b-k9pb9njq99] {
    height: 30%;
    max-height: 30%;
    min-height: 30%;
}

.start-date-picker[b-k9pb9njq99] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 80%;
}

.end-date-picker[b-k9pb9njq99] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 80%;
}

.all-clients-and-vessels-toggle-wrapper[b-k9pb9njq99] {
    align-items: center;
    justify-content: space-between;
    width: 80%;
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.no-date-filter-wrapper[b-k9pb9njq99] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all-vessels-toggle-wrapper[b-k9pb9njq99] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    flex-direction: row;
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.date-options-wrapper[b-k9pb9njq99] {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin: 5px;
    height: 20%;
    justify-content: space-evenly;
}

#stopDateTime[b-k9pb9njq99] {
    width: 60%;
    font-size: calc(0.5vw + 0.5vh);
}

#startDateTime[b-k9pb9njq99] {
    width: 60%;
    font-size: calc(0.5vw + 0.5vh);
}

.datetime-text[b-k9pb9njq99] {
    min-width: 40%;
    max-width: 40%;
}

.checkbox-container[b-k9pb9njq99] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check-input[b-k9pb9njq99] {
    width: 2vh;
    height: 2vh;
    margin: 0;
}
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Components/MultipleClientsReportPanelComponent.razor.rz.scp.css */
.Multiple-Clients-Report-Panel-Component-wrapper[b-1i50kilxk6] {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--component-border);
    box-shadow: var(--shadow);
    background-color: var(--enhanced-background-1);
    padding: 10px;
}

.spinner-container[b-1i50kilxk6] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}

.title[b-1i50kilxk6] {
    height: 10%;
    font-size: calc(0.7vw + 0.7vh);
    color: var(--main-text);
    display: flex;
    align-items: center;
    text-shadow: var(--text-shadow);
    justify-content: center;
    display: block;
    text-align: center;
    width: 100%;
}

.client-name[b-1i50kilxk6] {
    font-weight: bold;
    color: var(--main-text);
    font-size: calc(0.7vw + 0.7vh);
    text-shadow: var(--text-shadow);
}

.vessel-name[b-1i50kilxk6] {
    font-weight: bold;
    color: var(--main-text);
    font-size: calc(0.5vw + 0.5vh);
    text-shadow: var(--text-shadow);
}

.tuple-date[b-1i50kilxk6] {
    width: 13%;
    display: flex;
    justify-content: center;
}

.tuple-from[b-1i50kilxk6] {
    width: 13%;
    display: flex;
    justify-content: center;
}

.tuple-to[b-1i50kilxk6] {
    width: 13%;
    display: flex;
    justify-content: center;
}

.tuple-to-date[b-1i50kilxk6] {
    width: 13%;
    display: flex;
    justify-content: center;
}

.tuple-performance-status[b-1i50kilxk6] {
    width: 20%;
    display: flex;
    justify-content: center;
    padding-left: 10px;
}

.performance-status[b-1i50kilxk6] {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.badges[b-1i50kilxk6] {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
}

.badges-header[b-1i50kilxk6] {
    justify-content: center;
    padding:0 !important;
}

.badge[b-1i50kilxk6] {
    margin: 2px;
    display: flex;
    align-items: center;
}

.error[b-1i50kilxk6] {
    color: var(--error);
    text-shadow: var(--text-shadow);
}

.report-tuple[b-1i50kilxk6] {
    display: flex;
    justify-content: space-between;
}

    .report-tuple:not(:last-child)[b-1i50kilxk6] {
        border-bottom: 1px solid var(--component-border);
    }

.success[b-1i50kilxk6] {
    color: var(--success);
}

.custom-clipboard-btn[b-1i50kilxk6] {
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-image: url('https://img.icons8.com/?size=100&id=30&format=png&color=FFFFFF');
    background-color: transparent;
    margin: 2px;
}

    .custom-clipboard-btn:focus[b-1i50kilxk6] {
        background-image: url('https://cdn3.iconfinder.com/data/icons/flat-actions-icons-9/512/Tick_Mark-256.png');
    }

.report-tuple-text[b-1i50kilxk6] {
    font-size: calc(0.4vw + 0.4vh) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
}

.table-header[b-1i50kilxk6] {
    display: flex;
    justify-content: space-between;
    color: var(--main-text);
    font-weight: bold;
    border-bottom: 1px solid var(--component-border);
    background-color: var(--enhanced-background-2);
}

.vessel-table-wrapper[b-1i50kilxk6] {
    border: 1px solid var(--component-border);
    font-size: calc(0.4vw + 0.4vh);
    background-color: var(--enhanced-background-1);
}

.separator[b-1i50kilxk6] {
    position: relative;
}

    .separator:not(:last-child)[b-1i50kilxk6]::after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px; /* Adjust to control distance from the span */
        height: 100%; /* Makes the line stretch the height of the span */
        border-right: 1px solid var(--component-border); /* Adjust color and thickness of the line */
    }

.scrolling-div-wrapper[b-1i50kilxk6] {
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 90%;
    width: 100%;
    justify-content: flex-start;
    background-color: var(--enhanced-background-2-active);
    padding: 5px;
    border: 1px solid var(--component-border);
    border-radius: 5px;
}

    .scrolling-div-wrapper[b-1i50kilxk6]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .scrolling-div-wrapper[b-1i50kilxk6]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .scrolling-div-wrapper[b-1i50kilxk6]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .scrolling-div-wrapper[b-1i50kilxk6]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.btn[b-1i50kilxk6] {
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
}

    .btn:hover[b-1i50kilxk6] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .btn:active[b-1i50kilxk6] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .btn:active[b-1i50kilxk6],
    .btn:focus[b-1i50kilxk6] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--enhanced-background-2-active);
    }

.custom-refresh-btn[b-1i50kilxk6] {
    background-image: url('https://img.icons8.com/?size=100&id=54313&format=png&color=FFFFFF');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-item[b-1i50kilxk6] {
    padding-left: 10px;
}

.header-wrapper[b-1i50kilxk6] {
    display: flex;
    position: relative;
    width: 100%;
    height: 10%;
}
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Components/MultiSelectClientsComboBoxComponent.razor.rz.scp.css */
.component-wrapper[b-5q27va3s4l] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    border-radius: 10px;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    color: var(--secondary-text);
    box-shadow: var(--small-shadow);
    text-shadow: var(--text-shadow);
}

.client-wrapper[b-5q27va3s4l] {
    overflow: auto;
    overflow-x: hidden;
    width: 90%;
}

    .client-wrapper[b-5q27va3s4l]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .client-wrapper[b-5q27va3s4l]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .client-wrapper[b-5q27va3s4l]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .client-wrapper[b-5q27va3s4l]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.client-list-tuple[b-5q27va3s4l] {
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--component-border);
    border-radius: 5px;
    justify-content: start;
    background-color: var(--enhanced-background-2);
    margin: 2px;
}

.client-list-tuple-checkbox[b-5q27va3s4l] {
    padding: 10px;
}

.client-list-tuple-name[b-5q27va3s4l] {
    font-size: 0.8vw;
    overflow: hidden;
    word-break: break-word;
}

.spinner-container[b-5q27va3s4l] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}

.header-line[b-5q27va3s4l] {
    border-bottom: 1px solid var(--component-border);
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 2px;
    color: var(--main-text);
    font-size: calc(0.6vw + 0.6vh);
    text-shadow: var(--text-shadow);
}
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Components/ReportActionPanelComponent.razor.rz.scp.css */
.component-wrapper[b-3bcfjoo9j3] {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10px;
    justify-content: space-evenly;
    border: 1px solid var(--component-border);
    border-radius: 10px;
    box-shadow: var(--shadow);
    background-color: var(--enhanced-background-1);
}

.reports[b-3bcfjoo9j3] {
    flex: 0.4;
    border: 1px solid var(--component-border);
    border-radius: 10px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    box-shadow: var(--small-shadow);
    padding: 5px;
}

    .reports[b-3bcfjoo9j3]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .reports[b-3bcfjoo9j3]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .reports[b-3bcfjoo9j3]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .reports[b-3bcfjoo9j3]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.button-board[b-3bcfjoo9j3] {
    flex: 0.1;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90%;
}

.button-board-wrapper[b-3bcfjoo9j3] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: auto;
}
    .button-board-wrapper[b-3bcfjoo9j3]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .button-board-wrapper[b-3bcfjoo9j3]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .button-board-wrapper[b-3bcfjoo9j3]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .button-board-wrapper[b-3bcfjoo9j3]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.prominent-btn[b-3bcfjoo9j3] {
    flex: 1;
    min-height: calc(1.2vw + 2vh);
}

.non-prominent-btn[b-3bcfjoo9j3] {
    flex: 0.5;
    white-space: nowrap;
    min-height: calc(1.2vw + 0.5vh);
}

.btn-all[b-3bcfjoo9j3] {
    width: 60%;
    margin: 2px;
    font-size: calc(0.5vw + 0.5vh);
    overflow: hidden;
}

.spinner-container[b-3bcfjoo9j3] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}

.missing-report-tuple[b-3bcfjoo9j3] {
    cursor: default;
    color: var(--error);
    white-space: nowrap;
}

.tuple-wrapper-button[b-3bcfjoo9j3] {
    border-color: transparent;
    border: 1px solid var(--component-border);
    background-color: var(--enhanced-background-2);
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1rem;
    color: var(--secondary-text);
    text-shadow: var(--text-shadow);
}

    .tuple-wrapper-button:focus[b-3bcfjoo9j3] {
        box-shadow: none;
    }

.selected-report[b-3bcfjoo9j3] {
    background-color: var(--enhanced-background-2-selected);
    color: var(--main-text);
    border: 1px solid transparent;
}

    .selected-report:hover[b-3bcfjoo9j3] {
        background-color: var(--enhanced-background-2-selected-hover);
        color:black;
        text-shadow:none;
    }

.performance-reports-wrapper[b-3bcfjoo9j3] {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 0.4;
}

.dnv-reports-wrapper[b-3bcfjoo9j3] {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 0.4;
}

.performance-reports[b-3bcfjoo9j3] {
    flex: 0.9;
}

.dnv-reports[b-3bcfjoo9j3] {
    flex: 0.9;
}

.title[b-3bcfjoo9j3] {
    flex: 0.1;
    color: var(--main-text);
    text-shadow: var(--text-shadow);
}

.tuple[b-3bcfjoo9j3] {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: calc(0.6vh + 0.6vw);
}

.tuple-wrapper-button:not(.selected-report):hover[b-3bcfjoo9j3] {
    background-color: var(--enhanced-background-2-hover);
}

.flags[b-3bcfjoo9j3] {
    flex: 0.3;
    justify-content: flex-start;
    display: flex;
}

.badge[b-3bcfjoo9j3] {
    margin-right: 5px;
}

.dnv-time[b-3bcfjoo9j3] {
    flex: 0.7;
    display: flex !important;
    justify-content: space-evenly !important;
}

.alert-notice-wrapper[b-3bcfjoo9j3] {
    flex: 0.1;
    color: var(--error);
}

.report-btn[b-3bcfjoo9j3] {
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 10px rgba(0, 0, 0, 0.3);
}

    .report-btn:hover[b-3bcfjoo9j3] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .report-btn:active[b-3bcfjoo9j3] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .report-btn:active[b-3bcfjoo9j3],
    .report-btn:focus[b-3bcfjoo9j3] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #333333;
    }

.active-report-btn[b-3bcfjoo9j3] {
    background-color: var(--enhanced-background-2-selected);
    border: 1px solid transparent;
}

    .active-report-btn:hover[b-3bcfjoo9j3] {
        background-color: var(--enhanced-background-2-selected-hover);
        color:black;
        text-shadow:none;
    }
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Components/ReportTypesComboBoxComponent.razor.rz.scp.css */
.header-line[b-jok8xv5a8p] {
    border-bottom: 1px solid var(--component-border);
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 2px;
    color: var(--main-text);
}

.align-horizontal[b-jok8xv5a8p] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    overflow-y: hidden;
    overflow-x: auto;
    height: 5vh;
    font-size: calc(0.6vw + 0.6vh) !important;
}

    .align-horizontal[b-jok8xv5a8p]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .align-horizontal[b-jok8xv5a8p]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .align-horizontal[b-jok8xv5a8p]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .align-horizontal[b-jok8xv5a8p]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.filter-text[b-jok8xv5a8p] {
    font-size: calc(0.6vw + 0.6vh);
}

.tuple-wrapper[b-jok8xv5a8p] {
    display:flex;
    width:100%;
    flex-direction:column;
    overflow-y: auto;
    overflow-x: hidden;
}

    .tuple-wrapper[b-jok8xv5a8p]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .tuple-wrapper[b-jok8xv5a8p]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .tuple-wrapper[b-jok8xv5a8p]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .tuple-wrapper[b-jok8xv5a8p]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.report-types-list-tuple-name[b-jok8xv5a8p] {
    height: min-content;
    white-space: nowrap;
}

.horizontal-tuple[b-jok8xv5a8p] {
    justify-content: center !important;
    font-size: calc(0.6vw + 0.6vh);
    height: min-content;
    color: var(--main-text);
}

.horizontal-wrapper[b-jok8xv5a8p] {
    height: min-content !important;
    border: none !important;
    box-shadow: none !important;
    text-shadow: var(--text-shadow);
    min-height: fit-content;
}

.report-types-combo-box-wrapper[b-jok8xv5a8p] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--enhanced-background-1);
    border-radius: 10px;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    border: 1px solid var(--component-border);
}

    .report-types-combo-box-wrapper[b-jok8xv5a8p]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .report-types-combo-box-wrapper[b-jok8xv5a8p]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .report-types-combo-box-wrapper[b-jok8xv5a8p]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .report-types-combo-box-wrapper[b-jok8xv5a8p]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.report-types-list-tuple[b-jok8xv5a8p] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    margin: 2px;
    padding: 5px;
}

.report-types-list-tuple-checkbox[b-jok8xv5a8p] {
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-check-input[b-jok8xv5a8p] {
    width: 2vh;
    height: 2vh;
    margin: 0;
}
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Components/SingleVesselComboBoxComponent.razor.rz.scp.css */
.vessel-combo-box[b-epuu8dtbsh] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--enhanced-background-1);
    border-radius: 10px;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    border: 1px solid var(--component-border);
    box-shadow: var(--small-shadow);
    text-shadow: var(--text-shadow);
}

.vessel-wrapper[b-epuu8dtbsh] {
    overflow: auto;
    overflow-x: hidden;
    width: 90%;
}

    .vessel-wrapper[b-epuu8dtbsh]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .vessel-wrapper[b-epuu8dtbsh]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .vessel-wrapper[b-epuu8dtbsh]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .vessel-wrapper[b-epuu8dtbsh]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.vessel-list-tuple[b-epuu8dtbsh] {
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--component-border);
    border-radius: 5px;
    justify-content: start;
    margin:2px;
    background-color: var(--enhanced-background-2);
}

.vessel-list-tuple-checkbox[b-epuu8dtbsh] {
    padding: 10px;
}

.vessel-list-tuple-name[b-epuu8dtbsh] {
    font-size: 0.8vw;
    overflow: hidden;
    text-shadow: var(--text-shadow);
    word-break: break-word;
}

.spinner-container[b-epuu8dtbsh] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}

.header-line[b-epuu8dtbsh] {
    border-bottom: 1px solid grey;
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 2px;
    color: var(--main-text);
    text-shadow: var(--text-shadow);
    font-size: calc(0.6vw + 0.6vh);
}
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Pages/ManageDnvReportsPage.razor.rz.scp.css */
.page-wrapper[b-gjof0d143u] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--background);
    color: var(--secondary-text);
    position: relative;
    background-clip: content-box;
}

#manage-dnv-reports-page[b-gjof0d143u]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px; /* Adjust to half of the padding to fit within the content area */
    border: 1px solid var(--component-border); /* Inner border color */
    pointer-events: none;
}

.dnv-log-out-put-wrapper[b-gjof0d143u] {
    height: 20%;
    border-radius: 10px;
    padding: 10px;
}

.dnv-main-view-wrapper[b-gjof0d143u] {
    height: 45%;
    border-radius: 10px;
    padding: 10px;
}

.dnv-reports-filters-wrapper[b-gjof0d143u] {
    height: 35%;
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}
/* _content/PerformanceManagerSsr/Components/Pages/ManageDnvReports/Pages/ManageMultipleClientsDnvReportsPage.razor.rz.scp.css */
.page-wrapper[b-u30txtr2ih] {
    height: 100%;
    width: 100%;
    display: flex;
    background-color: var(--background);
    color: var(--secondary-text);
    position: relative;
}

.page-filters-wrapper[b-u30txtr2ih] {
    width: 35%;
    height: 100%;
    padding: 10px;
    justify-content: center;
    display: flex;
}

.page-reports-and-log-wrapper[b-u30txtr2ih] {
    width: 65%;
    height: 100%;
    padding: 10px;
}

.multi-client-report-wrapper[b-u30txtr2ih]{
    height:60%;
    width:100%;
}

.button-wrapper[b-u30txtr2ih] {
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.log-wrapper[b-u30txtr2ih]{
    height:30%;
    width:100%;
}

.report-btn[b-u30txtr2ih] {
    max-height: 100%;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
    font-size: calc(0.6vw + 0.6vh);
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 10px rgba(0, 0, 0, 0.3);
}

    .report-btn:hover[b-u30txtr2ih] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .report-btn:active[b-u30txtr2ih] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .report-btn:active[b-u30txtr2ih],
    .report-btn:focus[b-u30txtr2ih] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #333333;
    }
/* _content/PerformanceManagerSsr/Components/Pages/MasterVesselSync/Components/MainImportComponent.razor.rz.scp.css */
.import-container[b-6hvrbal6yg] {
    height: 100%;
    width: 100%;
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    border-radius: 10px;
    color: var(--secondary-text);
    box-shadow: var(--shadow);
    text-shadow: var(--text-shadow);
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}

.gap[b-6hvrbal6yg] {
}

.btn[b-6hvrbal6yg] {
    height: 50px;
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
}

    .btn:hover[b-6hvrbal6yg] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .btn:active[b-6hvrbal6yg] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .btn:active[b-6hvrbal6yg],
    .btn:focus[b-6hvrbal6yg] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #333333;
    }

.is-invalid-custom[b-6hvrbal6yg] {
    border: 1px solid var(--error);
}

    .is-invalid-custom:focus[b-6hvrbal6yg] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--error);
    }


/* _content/PerformanceManagerSsr/Components/Pages/MasterVesselSync/Components/MasterVesselImoSearchComponent.razor.rz.scp.css */
.master-vessel-search-box[b-vbkfz9moau] {
    height: 10%;
    justify-content: space-around;
    align-items: center;
    width: 100%; 
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    display: flex;
    flex-direction: row;
    border-radius: 10px;
    color: var(--secondary-text);
    box-shadow: var(--shadow);
    text-shadow: var(--text-shadow);
}

.master-vessel-title-wrapper[b-vbkfz9moau] {
    height: 30%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: calc(0.7vw + 0.7vh);
    justify-content: center;
    color: var(--main-text);
    text-shadow: var(--text-shadow);
}

#imo-label[b-vbkfz9moau] {
    flex:;
    white-space: nowrap;
}


.master-vessel-footer-wrapper[b-vbkfz9moau] {
    height: 30%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.form-check-input[b-vbkfz9moau] {
    height: 100%;
    width: 2vh;
    margin: 0;
}

.form-check-label[b-vbkfz9moau] {
    flex: 0.5;
    white-space: nowrap;
}

.form-control[b-vbkfz9moau] {
    height: 3vh;
    flex: 0.8;
    min-width: 1px;
    font-size: calc(0.5vw + 0.5vh);
}

.form-check-wrapper[b-vbkfz9moau] {
    width: 20vw;
    display: flex;
    height: 2vh;
    justify-content: flex-end;
    align-items: center;
}

#imo-label[b-vbkfz9moau] {
    flex: 0.5;
    white-space: nowrap;
    width: auto;
}

#cutoffdate_label[b-vbkfz9moau] {
    flex: 0.5;
    white-space: nowrap;
}

.spinner-border-config[b-vbkfz9moau] {
    --bs-spinner-width: 1.5rem;
    --bs-spinner-height: 1.5rem;
}

.btn[b-vbkfz9moau] {
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
}

    .btn:hover[b-vbkfz9moau] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .btn:active[b-vbkfz9moau] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .btn:active[b-vbkfz9moau],
    .btn:focus[b-vbkfz9moau] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #333333;
    }

.is-invalid-custom[b-vbkfz9moau] {
    border: 1px solid var(--error);
}

.is-invalid-custom:focus[b-vbkfz9moau] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--error);
}


/* _content/PerformanceManagerSsr/Components/Pages/MasterVesselSync/Components/MasterVesselInfoDisplayComponent.razor.rz.scp.css */

.vessel-box[b-cc01frwa0y] {
    height: 100%;
    overflow:auto; 
    max-height:100%
}

.master-vessel-select[b-cc01frwa0y] {
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid var(--component-border);
    border-radius: 10px;
    color: var(--secondary-text);
    box-shadow: var(--shadow);
    text-shadow: var(--text-shadow);
    margin-top: 5px;
    margin-bottom: 5px;
}

.selected-vessel[b-cc01frwa0y] {
        background-color: #e0f7fa;
        transition: background-color 0.2s;
    }


/* _content/PerformanceManagerSsr/Components/Pages/MasterVesselSync/Pages/NewMasterVesselData.razor.rz.scp.css */

.page-wrapper[b-6kd3ja7w0w] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}


#client-vessel-config-page[b-6kd3ja7w0w]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px; /* Adjust to half of the padding to fit within the content area */
    border: 1px solid var(--component-border); /* Inner border color */
    pointer-events: none;
}

.title-div[b-6kd3ja7w0w] {
    height: 20%;
    width: 100%;
    background-color: var(--background);
    display: flex;
    color: var(--main-text);
}

.title[b-6kd3ja7w0w] {
    align-items: center;
    display: flex;
    padding: 5px;
    font-size: calc(0.7vw + 0.7vh);
    padding-left: 1vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 20px;
    text-shadow: var(--text-shadow);
    font-weight: bold;
}

.side-bar[b-6kd3ja7w0w] {
    height: 100%;
    width: 20%;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-left: 1px solid var(--component-border);
    border-bottom: 1px solid var(--component-border);
    color: var(--secondary-text);
    padding-bottom: 5vh;
}

.main-content[b-6kd3ja7w0w] {
    height: 100%;
    width: 80%;
    background-color: var(--background);
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    border-right: 1px solid var(--component-border);
    border-bottom: 1px solid var(--component-border);
    padding-right: 10px;
    padding-bottom: 5vh;
}

.child-container-2-3[b-6kd3ja7w0w] {
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 100%;
}

.sidebar-interactable[b-6kd3ja7w0w] {
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.sidebar-text[b-6kd3ja7w0w] {
    padding: 5px;
}

.combo-box-container[b-6kd3ja7w0w] {
    height: 100%;
    justify-content: center;
    display: flex;
    width: 100%;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    margin-left: 20px
}

.clear-btn[b-6kd3ja7w0w] {
    width: 50%;
    height: 4vh;
    font-size: calc(0.5vw + 0.5vh);
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    margin-top: 10px;
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clear-btn:hover[b-6kd3ja7w0w] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .clear-btn:active[b-6kd3ja7w0w] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .clear-btn:active[b-6kd3ja7w0w],
    .clear-btn:focus[b-6kd3ja7w0w] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--enhanced-background-2-active);
    }


    .master-vessel-container[b-6kd3ja7w0w] {
        background-color: var(--enhanced-background-1);
        margin: 5px;
        color: var(--secondary-text);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding 20px;
        padding: 15px;
        border: 1px solid var(--component-border);
        border-radius: 10px;
        color: var(--secondary-text);
        box-shadow: var(--shadow);
        text-shadow: var(--text-shadow);
    }



/* _content/PerformanceManagerSsr/Components/Pages/MasterVesselSync/Pages/UpdateMasterVesselData.razor.rz.scp.css */

.page-wrapper[b-l3zlfogrgf] {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}


#client-vessel-config-page[b-l3zlfogrgf]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px; /* Adjust to half of the padding to fit within the content area */
    border: 1px solid var(--component-border); /* Inner border color */
    pointer-events: none;
}

.title-div[b-l3zlfogrgf] {
    height: 20%;
    width: 100%;
    background-color: var(--background);
    display: flex;
    color: var(--main-text);
}

.title[b-l3zlfogrgf] {
    align-items: center;
    display: flex;
    padding: 5px;
    font-size: calc(0.7vw + 0.7vh);
    padding-left: 1vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    margin-bottom: 20px;
    text-shadow: var(--text-shadow);
    font-weight: bold;
}

.side-bar[b-l3zlfogrgf] {
    height: 100%;
    width: 20%;
    background-color: var(--background);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border-left: 1px solid var(--component-border);
    border-bottom: 1px solid var(--component-border);
    color: var(--secondary-text);
    padding-bottom: 5vh;
}

.main-content[b-l3zlfogrgf] {
    height: 100%;
    width: 80%;
    background-color: var(--background);
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    border-right: 1px solid var(--component-border);
    border-bottom: 1px solid var(--component-border);
    padding-right: 10px;
    padding-bottom: 5vh;
}

.child-container-2-3[b-l3zlfogrgf] {
    display: flex;
    flex-direction: row;
    height: 90%;
    width: 100%;
}

.sidebar-interactable[b-l3zlfogrgf] {
    display: flex;
    flex-direction: row;
    padding: 5px;
    align-items: center;
}

.sidebar-text[b-l3zlfogrgf] {
    padding: 5px;
}

.combo-box-container[b-l3zlfogrgf] {
    height: 100%;
    justify-content: center;
    display: flex;
    width: 100%;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    margin-left: 20px
}

.clear-btn[b-l3zlfogrgf] {
    width: 50%;
    height: 4vh;
    font-size: calc(0.5vw + 0.5vh);
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    margin-top: 10px;
    text-shadow: var(--text-shadow);
    box-shadow: var(--small-shadow);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .clear-btn:hover[b-l3zlfogrgf] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .clear-btn:active[b-l3zlfogrgf] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .clear-btn:active[b-l3zlfogrgf],
    .clear-btn:focus[b-l3zlfogrgf] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem var(--enhanced-background-2-active);
    }


    .master-vessel-container[b-l3zlfogrgf] {
        background-color: var(--enhanced-background-1);
        margin: 5px;
        color: var(--secondary-text);
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding 20px;
        padding: 15px;
        border: 1px solid var(--component-border);
        border-radius: 10px;
        color: var(--secondary-text);
        box-shadow: var(--shadow);
        text-shadow: var(--text-shadow);
    }



/* _content/PerformanceManagerSsr/Components/Pages/Shared/ClientsComboBoxComponent.razor.rz.scp.css */
.clients-combo-box[b-qx018pfurr] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    border-radius: 10px;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    color: var(--secondary-text);
    box-shadow: var(--small-shadow);
    text-shadow: var(--text-shadow);
}

.client-tuple-wrapper[b-qx018pfurr] {
    overflow: auto;
    overflow-x: hidden;
    width: 90%;
}

    .client-tuple-wrapper[b-qx018pfurr]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .client-tuple-wrapper[b-qx018pfurr]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .client-tuple-wrapper[b-qx018pfurr]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .client-tuple-wrapper[b-qx018pfurr]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }




.client-list-tuple[b-qx018pfurr] {
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--component-border);
    border-radius: 5px;
    justify-content: start;
    background-color: var(--enhanced-background-2);
    margin: 2px;
}

.client-list-tuple-checkbox[b-qx018pfurr] {
    padding: 10px;
}

.client-list-tuple-name[b-qx018pfurr] {
    font-size: 0.8vw;
    overflow: hidden;
    word-break: break-word;
}

.spinner-container[b-qx018pfurr] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}

.header-line[b-qx018pfurr] {
    border-bottom: 1px solid var(--component-border);
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 2px;
    color: var(--main-text);
    font-size: calc(0.6vw + 0.6vh);
    text-shadow: var(--text-shadow);
}
/* _content/PerformanceManagerSsr/Components/Pages/Shared/Log.razor.rz.scp.css */
.log-component-wrapper[b-5w4av0ua06] {
    height: 100%;
    width: 100%;
    padding:15px;
    border: 1px solid var(--component-border);
    background-color: var(--background);
    color: var(--main-text);
}

.log-component-header[b-5w4av0ua06] {
    height: 10%;
    width: 100%;
    display: flex;
}

.log-component-main[b-5w4av0ua06] {
    height: 80%;
    width: 100%;
}

.log-component-footer[b-5w4av0ua06] {
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.log-component-header-searchbox[b-5w4av0ua06] {
    align-self: center;
    display: flex;
    height: 40%;
    width: 20%;
    border: 1px solid var(--component-border);
    border-radius: 5px;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    flex: 0 0 30%;
    font-size: 1rem;
    background-color: var(--enhanced-background-2);
}

.log-main-header[b-5w4av0ua06] {
    background-color: var(--enhanced-background-1);
    height: 7%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.header-text[b-5w4av0ua06] {
    color: var(--main-text);
    font-weight: 400;
    font-size: calc(0.5vw + 0.5vh);
    opacity: 0.8;
    letter-spacing: 0.5px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap-mode: nowrap;
}

.level-header[b-5w4av0ua06] {
    width: 10%;
}

.time-header[b-5w4av0ua06] {
    width: 15%
}

.heading-header[b-5w4av0ua06] {
    width: 10%;
}

.description-header[b-5w4av0ua06] {
    width: 40%;
}

.order-by-header[b-5w4av0ua06] {
    width: 10%;
}

.pagination-header[b-5w4av0ua06] {
    width: 15%;
}

.pagination[b-5w4av0ua06]{
    margin:0;
}

.log-main[b-5w4av0ua06] {
    height: 93%;
    width: 100%;
    background-color: var(--enhanced-background-1);
    overflow: auto;
}

    .log-main[b-5w4av0ua06]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .log-main[b-5w4av0ua06]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .log-main[b-5w4av0ua06]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .log-main[b-5w4av0ua06]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.dropdown[b-5w4av0ua06] {
    display: flex;
    flex: 0 0 20%;
    margin-right: 15%;
    height: 40%;
    align-self: center;
}

.dropdown-li[b-5w4av0ua06]{
}

.dropdown-item[b-5w4av0ua06] {
    font-size: calc(0.5vw + 0.5vh);
    color: var(--secondary-text);
}

    .dropdown-item:active[b-5w4av0ua06] {
        background-color: var(--enhanced-background-2-active);
    }

    .dropdown-item:hover[b-5w4av0ua06] {
        background-color: var(--enhanced-background-2-hover);
    }

.dropdown-toggle[b-5w4av0ua06] {
    background-color: transparent;
    color: red;
    border: 1px solid var(--component-border);
    transition: box-shadow 0.3s ease;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
    text-align: end;
    --bs-btn-padding-y: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    align-content: center;
    font-size: calc(0.5vw + 0.5vh);
}

    .dropdown-toggle:active[b-5w4av0ua06] {
        color: black;
        background-color: var(--enhanced-background-2);
    }

.dropdown-menu[b-5w4av0ua06] {
    text-align: center;
    width: 100%;
    --bs-dropdown-link-active-bg: #DCDCDC;
    --bs-dropdown-bg: var(--enhanced-background-2);
}

.page-link[b-5w4av0ua06] {
    color: var(--secondary-text);
    border: none;
    background-color: transparent;
}

    .page-link:hover[b-5w4av0ua06] {
        border-bottom: 1px solid var(--enhanced-background-2-hover);
    }
    .page-link:focus[b-5w4av0ua06]{
        box-shadow:none;
    }
    .page-link:disabled[b-5w4av0ua06]{
        background-color: var(--enhanced-background-1);
    }

.page-item.active .page-link[b-5w4av0ua06] {
    z-index: 3;
    border-bottom: 1px solid var(--component-border);
    color: var(--main-text);
    background-color:transparent;
}


.header-dropdown[b-5w4av0ua06] {
    display: flex;
    flex: 0 0 20%;
    height: 40%;
    align-self: center;
    margin-right: 5px;
}

.header-dropdown-toggle[b-5w4av0ua06] {
    background-color: transparent;
    color: black;
    border: none;
    text-align: end;
    --bs-btn-padding-y: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: none;
}

    .header-dropdown-toggle:focus[b-5w4av0ua06] {
        box-shadow: none;
    }
    .header-dropdown-toggle:active[b-5w4av0ua06] {
        background-color: transparent;
        color:black;
    }

    #log-component-header-search-button[b-5w4av0ua06] {
        width: 30%;
        border: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: calc(0.5vw + 0.5vh);
    }

/* Basic button style */
.click-effect[b-5w4av0ua06] {
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:none !important;
}

    /* Click (active) effect */
    .click-effect:active[b-5w4av0ua06] {
        transform: scale(0.95); /* Slightly shrinks the button */
    }

#search[b-5w4av0ua06] {
    background-image: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-256.png');
    background-repeat: no-repeat;
    text-indent: 5px;
    background-size: contain;
    background-position: left;
    transition: background-image 0.3s ease;
    width: 70%;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: var(--enhanced-background-2);
    color:var(--main-text);
}

    #search:focus[b-5w4av0ua06] {
        background-image: none;
    }

    #search:not(:focus):not(:placeholder-shown)[b-5w4av0ua06] {
        background-image: none;
    }

.btn[b-5w4av0ua06] {
    color: var(--main-text);
    background-color: var(--enhanced-background-2);
    border: 1px solid var(--component-border);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 1px 10px rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: center;
    display: flex;
}

    .btn:hover[b-5w4av0ua06] {
        background-color: var(--enhanced-background-2-hover); /* Slightly lighter color */
    }

    .btn:active[b-5w4av0ua06] {
        background-color: var(--enhanced-background-2-active); /* Darker shade */
        color: var(--main-text);
        border-color: var(--component-border);
    }

    .btn:active[b-5w4av0ua06],
    .btn:focus[b-5w4av0ua06] {
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #333333;
    }
/* _content/PerformanceManagerSsr/Components/Pages/Shared/LogOutputComponent.razor.rz.scp.css */
.component-header-wrapper[b-m2erx2u7pl] {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 10px;
    justify-content: flex-start;
    border: 1px solid var(--component-border);
    box-shadow: var(--shadow);
    background-color: var(--enhanced-background-1);
    flex-direction: column;
    text-shadow: var(--text-shadow);
    font-family: monospace;
    font-size: calc(0.4vh + 0.4vw);
    border-radius: 10px;
    /*    overflow: hidden;*/
}

.log-component-box[b-m2erx2u7pl] {
    overflow: auto;
    height: 300px;
}

.component-wrapper[b-m2erx2u7pl] {
    overflow: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    justify-content: flex-start;
    background-color: var(--enhanced-background-2-active);
    padding: 5px;
    border: 1px solid var(--component-border);
    border-radius: 5px;
}

    .component-wrapper[b-m2erx2u7pl]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .component-wrapper[b-m2erx2u7pl]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 5px; /* Optional: Round the corners of the track */
    }

    .component-wrapper[b-m2erx2u7pl]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 5px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .component-wrapper[b-m2erx2u7pl]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.Information[b-m2erx2u7pl] {
    color: var(--secondary-text);
    word-break: break-word;
}

.Warning[b-m2erx2u7pl] {
    color: var(--warning);
    word-break: break-word;
}

.Success[b-m2erx2u7pl] {
    color: var(--success);
    word-break: break-word;
}

.Error[b-m2erx2u7pl] {
    color: var(--error);
    word-break: break-word;
}

.header-line[b-m2erx2u7pl] {
    display: flex;
    width: min-content;
    justify-content: flex-start;
    margin: 2px;
    color: var(--main-text);
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7), 0 0 10px rgba(255, 255, 255, 0.2);
}
/* _content/PerformanceManagerSsr/Components/Pages/Shared/LogTuple.razor.rz.scp.css */
.log-tuple[b-hlz9s58r82] {
    height: fit-content;
    padding-bottom: 1px;
}

.tuple-button[b-hlz9s58r82] {
    width: 100%; /* Ensure the button takes full width of its parent */
    padding: 10px;
    background-color: var(--enhanced-background-2);
    color: var(--secondary-text);
    border: none;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Optional, for hover effect */
    display: flex;
    align-items: center;
}

    /* Add hover effect on button */
    .tuple-button:hover[b-hlz9s58r82] {
        background-color: var(--enhanced-background-2-hover);
    }

.error-button[b-hlz9s58r82] {
    background-color: #ff9999;
    color: black;
    border-radius: 0px;
    border: 1px solid grey;
}

    .error-button:hover[b-hlz9s58r82] {
        background-color: var(--error);
    }

.warning-button[b-hlz9s58r82] {
    background-color: #ffd699;
    color: black;
    border-radius: 0px;
    border: 1px solid grey;
}

    .warning-button:hover[b-hlz9s58r82] {
        background-color: var(--warning);
    }

.success-button[b-hlz9s58r82] {
    background-color: #ccffcc;
    color: black;
    border-radius: 0px;
    border: 1px solid grey;
}

    .success-button:hover[b-hlz9s58r82] {
        background-color: var(--success);
    }

.information-button[b-hlz9s58r82] {
    background-color: var(--enhanced-background-2);
    color: var(--secondary-text);
    border-radius: 0px;
    border: 1px solid var(--component-border);
}

    .information-button:hover[b-hlz9s58r82] {
        background-color: var(--enhanced-background-2-hover);
    }

.tuple-level[b-hlz9s58r82] {
    width: 10%;
}

.tuple-time[b-hlz9s58r82] {
    width: 15%;
}

.tuple-heading[b-hlz9s58r82] {
    width: 10%;
}

.tuple-description[b-hlz9s58r82] {
    text-overflow: ellipsis;
    text-wrap-mode: nowrap;
    max-width: 42vw;
}

.tuple-text[b-hlz9s58r82] {
    text-align: start;
    margin: 0;
    font-size: 0.9vw;
    text-overflow: ellipsis;
    overflow: hidden;
}

.active-tuple-button[b-hlz9s58r82]{
    border-bottom:none;
}

.information-button.active-tuple-button[b-hlz9s58r82] {
    background-color: var(--enhanced-background-2-active);
}
.success-button.active-tuple-button[b-hlz9s58r82] {
    background-color: var(--success);
}
.warning-button.active-tuple-button[b-hlz9s58r82] {
    background-color: var(--warning);
}
.error-button.active-tuple-button[b-hlz9s58r82] {
    background-color: var(--error);
}

/* The description section (hidden initially) */
.tuple-detailed-description[b-hlz9s58r82] {
    overflow: hidden; /* Hide the content when collapsed */
    padding: 0 10px; /* Padding for some spacing */
    background-color: var(--enhanced-background-2-hover);
    transition: max-height 0.4s ease-out, padding 0.4s ease-out; /* Smooth transition */
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    color:var(--main-text);
}

    /* Expanded description when visible */
    .tuple-detailed-description.show[b-hlz9s58r82] {
        max-height: 1000px; /* Set a large max-height value for transition */
        padding: 10px; /* Add padding when expanded */
    }
/* _content/PerformanceManagerSsr/Components/Pages/Shared/TvaApiClientsComboBoxComponent.razor.rz.scp.css */
.clients-combo-box[b-c46ty9yhke] {
    height: 100%;
    width: 90%;
    display: flex;
    align-items: center;
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    border-radius: 10px;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    color: var(--secondary-text);
    box-shadow: var(--small-shadow);
    text-shadow: var(--text-shadow);
    margin: 5px;
}

.client-tuple-wrapper[b-c46ty9yhke] {
    overflow: auto;
    overflow-x: hidden;
    width: 90%;
}

    .client-tuple-wrapper[b-c46ty9yhke]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .client-tuple-wrapper[b-c46ty9yhke]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .client-tuple-wrapper[b-c46ty9yhke]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .client-tuple-wrapper[b-c46ty9yhke]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }




.client-list-tuple[b-c46ty9yhke] {
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--component-border);
    border-radius: 5px;
    justify-content: start;
    background-color: var(--enhanced-background-2);
    margin: 2px;
}

.client-list-tuple-checkbox[b-c46ty9yhke] {
    padding: 10px;
}

.client-list-tuple-name[b-c46ty9yhke] {
    font-size: 0.8vw;
    overflow: hidden;
    word-break: break-word;
}

.spinner-container[b-c46ty9yhke] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}

.header-line[b-c46ty9yhke] {
    border-bottom: 1px solid var(--component-border);
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 2px;
    color: var(--main-text);
    font-size: calc(0.6vw + 0.6vh);
    text-shadow: var(--text-shadow);
}
/* _content/PerformanceManagerSsr/Components/Pages/Shared/VesselComboBoxComponent.razor.rz.scp.css */
.vessels-combo-box[b-v01px5drp9] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--enhanced-background-1);
    border: 1px solid var(--component-border);
    border-radius: 10px;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    padding: 5px;
    color: var(--secondary-text);
    box-shadow: var(--small-shadow);
    text-shadow: var(--text-shadow);
}

.vessel-wrapper[b-v01px5drp9] {
    overflow: auto;
    overflow-x: hidden;
    width: 90%;
}

    .vessel-wrapper[b-v01px5drp9]::-webkit-scrollbar {
        width: 8px; /* Width of the scrollbar */
        height: 8px; /* Height of the scrollbar */
    }

    .vessel-wrapper[b-v01px5drp9]::-webkit-scrollbar-track {
        background: transparent; /* Make the track invisible */
        border-radius: 10px; /* Optional: Round the corners of the track */
    }

    .vessel-wrapper[b-v01px5drp9]::-webkit-scrollbar-thumb {
        background-color: var(--enhanced-background-2); /* Light color for the thumb */
        border-radius: 10px; /* Optional: Rounded thumb edges */
        border: 2px solid rgba(0, 0, 0, 0.2); /* Optional: Add some border around the thumb */
    }

        .vessel-wrapper[b-v01px5drp9]::-webkit-scrollbar-thumb:hover {
            background-color: var(--enhanced-background-2-scroll-hover); /* Make it brighter on hover */
        }

.vessel-list-tuple[b-v01px5drp9] {
    display: flex;
    flex-direction: row;
    width: 95%;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--component-border);
    border-radius: 5px;
    justify-content: start;
    background-color: var(--enhanced-background-2);
    margin: 2px;
}

.vessel-list-tuple-checkbox[b-v01px5drp9] {
    padding: 10px;
}

.vessel-list-tuple-name[b-v01px5drp9] {
    font-size: 0.8vw;
    overflow: hidden;
    word-break: break-word;
}

.spinner-container[b-v01px5drp9] {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    align-items: center;
}

.header-line[b-v01px5drp9] {
    border-bottom: 1px solid var(--component-border);
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 2px;
    color: var(--main-text);
    text-shadow: var(--text-shadow);
    font-size: calc(0.6vw + 0.6vh);
}
/* _content/PerformanceManagerSsr/Components/Pages/Users/ExistingUsers.razor.rz.scp.css */
.main-div[b-fo7j0z71sp] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.button-group[b-fo7j0z71sp] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.results-box[b-fo7j0z71sp] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.data-grid[b-fo7j0z71sp] {
    height: calc(100vh - 7rem);
}

.results-info[b-fo7j0z71sp] {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: end;
}

.results-text[b-fo7j0z71sp] {
    margin: 0;
}
/* _content/PerformanceManagerSsr/Components/Pages/Users/NewUsers.razor.rz.scp.css */
.main-div[b-uny77n9s9n] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.button-group[b-uny77n9s9n] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.results-box[b-uny77n9s9n] {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.data-grid[b-uny77n9s9n] {
    height: calc(100vh - 7rem);
}

.results-info[b-uny77n9s9n] {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: end;
}

.results-text[b-uny77n9s9n] {
    margin: 0;
}
