/* _content/SchillerBuildingBuilderBuild/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rt4a3opiv5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rt4a3opiv5] {
    flex: 1;
}

.sidebar[b-rt4a3opiv5] {
    z-index: 2;
    background-color: white;
    margin-top: 3px;
}

.top-row[b-rt4a3opiv5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-rt4a3opiv5]  a, .top-row[b-rt4a3opiv5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-rt4a3opiv5]  a:hover, .top-row[b-rt4a3opiv5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-rt4a3opiv5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-rt4a3opiv5] {
        justify-content: space-between;
    }

    .top-row[b-rt4a3opiv5]  a, .top-row[b-rt4a3opiv5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-rt4a3opiv5] {
        flex-direction: column;
    }

    .sidebar[b-rt4a3opiv5] {
        width: 100vw;
        height: 7vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-rt4a3opiv5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-rt4a3opiv5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-rt4a3opiv5], article[b-rt4a3opiv5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-rt4a3opiv5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-rt4a3opiv5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SchillerBuildingBuilderBuild/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d0ce45h1hg] {
    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-d0ce45h1hg] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-d0ce45h1hg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-d0ce45h1hg] {
    font-size: 1.1rem;
}

.bi[b-d0ce45h1hg] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.1rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' 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-d0ce45h1hg] {
    font-size: 0.9rem;
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .nav-item:first-of-type[b-d0ce45h1hg] {
        padding-left: 1rem;
    }

    .nav-item:last-of-type[b-d0ce45h1hg] {
        padding-right: 1rem;
    }

    .nav-item[b-d0ce45h1hg]  .nav-link {
        font-family: 'Alef';
        font-weight: bold;
        color: #2E3192;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-d0ce45h1hg]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-d0ce45h1hg]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-d0ce45h1hg] {
    display: flex;
    padding: 0;
}

.navbar-toggler:checked ~ .nav-scrollable[b-d0ce45h1hg] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-d0ce45h1hg] {
        display: none;
    }

    .nav-scrollable[b-d0ce45h1hg] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: 100%;
        overflow-y: hidden;
        width: calc(100vw - 3.5rem);
        white-space: nowrap;
        overflow-x: auto;
    }
}
/* _content/SchillerBuildingBuilderBuild/Components/Pages/About.razor.rz.scp.css */
@font-face {
    font-family: Birzia;
    src: url(/ProjectImages/DesignFiles/Birzia_Family/Birzia-Bold.otf);
    font-weight: 700;
}
.main_container[b-lfxw4j7fec] {
    display:flex;
    flex-direction:column;
}
    .main_container .sub_section_one[b-lfxw4j7fec] {
        height: 100vh;
        width: 100vw;
        position: relative;
    }
        .main_container .sub_section_one .big_logo[b-lfxw4j7fec] {
            position: absolute;
            bottom: 0%;
            left: 10%;
            height: 90vh;
            width: auto;
        }
        .main_container .sub_section_one .text_area[b-lfxw4j7fec] {
            position: absolute;
            right: 15%;
            top: 40%;
            width: 30%;
        }
            .main_container .sub_section_one .text_area h1[b-lfxw4j7fec] {
                font-family: 'Birzia';
                color: #2E3192;
                font-weight: bold;
                font-size: 2vw;
            }
            .main_container .sub_section_one .text_area h4[b-lfxw4j7fec] {
                font-family: 'Birzia';
                color: #2E3192;
                font-weight: bold;
                font-size: 1.5vw;
            }
            .main_container .sub_section_one .text_area p[b-lfxw4j7fec] {
                font-family: 'Birzia';
                margin-right: 0.5vw;
                border-right: 0.5vw solid #2E3192;
                padding-right: 0.3vw;
                color: #000000;
                font-size: 0.8vw;
            }
        .main_container .sub_section_one .second_image[b-lfxw4j7fec] {
            position: absolute;
            left: 5%;
            top: 5%;
            width: 60vh;
            height: 55vh;
        }
    .main_container .sub_section_two[b-lfxw4j7fec] {
        display:flex;
        flex-direction:column;
        height: 100vh;
        width: 100vw;
        position: relative;
        background-color: #2E3192;
    }
        .main_container .sub_section_two .text_trio[b-lfxw4j7fec] {
            padding-top: 5%;
            display: flex;
            width: 80%;
            height: 20%;
            margin-left: auto; /* Center horizontally */
            margin-right: auto; /* Center horizontally */
            justify-content: space-between;
        }
            .main_container .sub_section_two .text_trio .text_section[b-lfxw4j7fec]{
                width:20%;
                height:100%;
                padding-top:5%;
            }
                .main_container .sub_section_two .text_trio .text_section h4[b-lfxw4j7fec] {
                    color: #FFC107;
                    font-size: 2vw;
                    text-align: center;
                    font-family: 'Birzia';
                    font-weight: bold;
                }
                .main_container .sub_section_two .text_trio .text_section p[b-lfxw4j7fec] {
                    color: #ffffff;
                    font-family: 'Birzia';
                    font-size: 0.8vw;
                }
                .main_container .sub_section_two .text_trio .text_section .square[b-lfxw4j7fec] {
                    width: 1vw;
                    height: 1vw;
                    display: block;
                    margin-left: auto;
                    margin-right: auto;
                    color: #FFFFFF;
                }
    .main_container .sub_section_three[b-lfxw4j7fec] {
        display: flex;
        flex-direction: column;
        height: 100vh;
        width: 100vw;
        position: relative;
        background-color: #ffffff;
    }
        .main_container .sub_section_three .upside_down_squigly[b-lfxw4j7fec] {
            width: 80%;
            height: auto;
            position: absolute;
            right: 0%;
            top: -50%;
        }
        .main_container .sub_section_three .about_section[b-lfxw4j7fec] {
            position: absolute;
            right: 15%;
            top: 40%;
            width:100%;
            justify-content: space-between;
            display: flex;
            flex-direction: column;
        }
            .main_container .sub_section_three .about_section .sub_row[b-lfxw4j7fec] {
                width: 100%;
                padding-bottom: 2vh;
                display: flex; /* Enable flexbox */
                flex-direction: row; /* Ensure items are in a row */
                align-items: center; /* Center items vertically */
                gap: 0.8vw; /* Add some space between items */
            }
                .main_container .sub_section_three .about_section .sub_row p[b-lfxw4j7fec] {
                    color: #2E3192;
                    font-family: 'Birzia';
                    font-size: 0.8vw;
                    margin: 0; /* Remove default paragraph margins */
                    display: flex; /* Make the paragraph itself a flex container */
                    align-items: center; /* Center the text content vertically */
                    height: 100%; /* Ensure the paragraph takes full height */
                }
    .main_container .bottom_of_main[b-lfxw4j7fec]{
        position:relative;
        width:100vw;
        height:21vh;
        background-color:#EBEBFA;
        align-content:start;
    }
        .main_container .bottom_of_main .logo_img[b-lfxw4j7fec] {
            cursor: pointer;
            position: absolute;
            top: 50%;
            right: 2%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }
        .main_container .bottom_of_main .links_container[b-lfxw4j7fec] {
            position: absolute;
            top: 50%;
            left: 10vw;
            transform: translateY(-50%);
            display: flex;
            gap: 5vw; /* Space between the links */
        }

        .main_container .bottom_of_main .footer_link[b-lfxw4j7fec] {
            color: #2E3192; /* Change this to match your design */
            text-decoration: none;
            font-family: 'Birzia';
            font-weight: bold;
            font-size: 1vw; /* Adjust as needed */
        }
.about_overlay[b-lfxw4j7fec] {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
    .about_overlay .pop_up_div[b-lfxw4j7fec] {
        display: flex;
        width: fit-content; /* Adjust to content width */
        height: fit-content; /* Adjust to content height */
        max-width: 30%; /* Maximum width to prevent too wide popups */
        background-color: #EBEBFA;
        padding: 20px; /* Add some padding around content */
        cursor: default; /* Reset cursor for popup content */
        border-radius: 5px; /* Optional: rounded corners */
        position:relative;
        flex-direction:column;
    }
        .about_overlay .pop_up_div h1[b-lfxw4j7fec] {
            font-family: 'Birzia';
            color: #2E3192;
            font-weight: bold;
            font-size: 2vw;
        }

        .about_overlay .pop_up_div h4[b-lfxw4j7fec] {
            font-family: 'Birzia';
            color: #2E3192;
            font-weight: bold;
            font-size: 1.5vw;
        }

        .about_overlay .pop_up_div p[b-lfxw4j7fec] {
            font-family: 'Birzia';
            margin-right: 0.5vw;
            border-right: 0.5vw solid #2E3192;
            padding-right: 0.3vw;
            color: #000000;
            font-size: 0.8vw;
        }
/* _content/SchillerBuildingBuilderBuild/Components/Pages/CostumerViewerProject.razor.rz.scp.css */
.headline-box[b-phvjtfnibp] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #2E3192;
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
}

    .headline-box h3[b-phvjtfnibp] {
        font-family: 'Alef';
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
    }

.headline-box2[b-phvjtfnibp] {
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    padding-top: 5px;
    margin-top: 20px;
    background-color: #7677B8;
    display: inline-block;
    margin-right: 40px;
}

.container_main[b-phvjtfnibp] {
    display: flex;
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.fixed-width[b-phvjtfnibp] {
    flex: 0 0 auto;
    /* Or a fixed width, e.g., width: 200px; */
}

.child_center[b-phvjtfnibp] {
    /* Center vertically and horizontally */
    /*margin: -25px 0 0 -25px;  Apply negative top and left margins to truly center the element */
    position: relative;
    top: 40%;
    margin-left: 40px;
    margin-right: 25px;
    flex-direction: column;
}

p[b-phvjtfnibp] {
    font-family: 'Alef';
    color: #7677B8;
    font-weight: bold;
    font-size: 22px;
}

.flexible-width[b-phvjtfnibp] {
    background-color: #EBEBFA;
    flex-flow: column wrap;
    height: 100vh;
}

.headline-box2 h4[b-phvjtfnibp] {
    font-family: 'Alef';
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

.wrapper[b-phvjtfnibp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

    .wrapper .card-container[b-phvjtfnibp] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .wrapper .card[b-phvjtfnibp] {
        min-width: 15%; /* DIVIDE 100 BY AMOUNT OF CARDS WANTED AND TAKE SLIGHTLY BELOW */
        text-align: center;
        margin: 15px;
    }

        .wrapper .card .title[b-phvjtfnibp] {
            background-color: wheat; /* TITLE BG COLOR */
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 5px 5px 0px 0px;
        }

            .wrapper .card .title span[b-phvjtfnibp] {
                color: white;
            }

        .wrapper .card .number[b-phvjtfnibp] {
            border: 3px solid #7677B8;
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 0px 0px 5px 5px;
        }

            .wrapper .card .number span[b-phvjtfnibp] {
                color: #7677B8;
            }
/* _content/SchillerBuildingBuilderBuild/Components/Pages/CostumerViewerProjectEdittor.razor.rz.scp.css */
.headline-box[b-34d7dz7yvz] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #2E3192;
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
}

    .headline-box h3[b-34d7dz7yvz] {
        font-family: 'Alef';
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
    }

.headline-box2[b-34d7dz7yvz] {
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    padding-top: 5px;
    margin-top: 20px;
    background-color: #7677B8;
    display: inline-block;
    margin-right: 40px;
}

.container_main[b-34d7dz7yvz] {
    display: flex;
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.fixed-width[b-34d7dz7yvz] {
    flex: 0 0 auto;
    /* Or a fixed width, e.g., width: 200px; */
}

.child_center[b-34d7dz7yvz] {
    /* Center vertically and horizontally */
    /*margin: -25px 0 0 -25px;  Apply negative top and left margins to truly center the element */
    position: relative;
    top: 40%;
    margin-left: 40px;
    margin-right: 25px;
    flex-direction: column;
}

p[b-34d7dz7yvz] {
    font-family: 'Alef';
    color: #7677B8;
    font-weight: bold;
    font-size: 22px;
}

.flexible-width[b-34d7dz7yvz] {
    background-color: #EBEBFA;
    flex-flow: column wrap;
    height: 100vh;
}

.headline-box2 h4[b-34d7dz7yvz] {
    font-family: 'Alef';
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

.wrapper[b-34d7dz7yvz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

    .wrapper .card-container[b-34d7dz7yvz] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .wrapper .card[b-34d7dz7yvz] {
        min-width: 15%; /* DIVIDE 100 BY AMOUNT OF CARDS WANTED AND TAKE SLIGHTLY BELOW */
        text-align: center;
        margin: 15px;
    }

        .wrapper .card .title[b-34d7dz7yvz] {
            background-color: wheat; /* TITLE BG COLOR */
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 5px 5px 0px 0px;
        }

            .wrapper .card .title span[b-34d7dz7yvz] {
                color: white;
            }

        .wrapper .card .number[b-34d7dz7yvz] {
            border: 3px solid #7677B8;
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 0px 0px 5px 5px;
        }

            .wrapper .card .number span[b-34d7dz7yvz] {
                color: #7677B8;
            }
/* _content/SchillerBuildingBuilderBuild/Components/Pages/CustomerView.razor.rz.scp.css */
.module-header[b-llyv8eotdb] {
    width: 100%;
    height: 30%;
    margin-top: 2vh;
}

.module-header[b-llyv8eotdb] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .module-header .general-info[b-llyv8eotdb] {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        top: 10%;
        right: 1.5%;
    }

        .module-header .general-info .location[b-llyv8eotdb] {
            background-color: #2e3192;
            color: white;
            border-radius: 3px;
            padding: 10px 20px 10px 20px;
            margin-bottom: 5px;
        }

        .module-header .general-info .version[b-llyv8eotdb] {
            background-color: #686ab4;
            color: white;
            border-radius: 3px;
            padding: 10px 20px 10px 20px;
            margin-bottom: 5px;
            font-size: 1rem;
        }

        .module-header .general-info .module-number[b-llyv8eotdb] {
            background-color: #A2A3D6;
            color: white;
            border-radius: 3px;
            padding: 10px 20px 10px 20px;
            font-size: 1rem;
        }
    .module-header .frontal-button[b-llyv8eotdb] {
        text-decoration: none;
        background-color: #ffc107;
        width: 10vw;
        height: 10vh;
        position: relative;
        top: 10%;
        left: 1.5%;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        display:flex;
        justify-content:center;
    }
        .module-header .frontal-button a[b-llyv8eotdb]{
            align-self:center;
            font-size:2.5vh;
        }
.failure-data[b-llyv8eotdb]{
    display:flex;
    min-height:70%;
    width:100%;
    padding-right: 1.5%;
    flex-direction:row;
}
    .failure-data .failure-container[b-llyv8eotdb] {
        width: 25%;
        display: flex;
        flex-direction: row;
        row-gap:1vh;
        justify-content: space-evenly;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

        .failure-data .failure-container .failure-card[b-llyv8eotdb] {
            margin-left: 2vw;
            height:fit-content;
        }

        .failure-data .failure-container[data-cards="5"] .failure-card[b-llyv8eotdb] {
            margin-left: 3vw;
            height: fit-content;
        }

.failure-card[b-llyv8eotdb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7vw;
    height: 7vh;
    border-radius: 5px;
}

    .failure-card .failure-amount[b-llyv8eotdb] {
        font-size: 2rem;
        height: 50%;
        text-align: center;
        height: auto;
    }

    .failure-card .failure-desc[b-llyv8eotdb] {
        font-size: 0.9rem;
        min-height: auto;
        text-align: center;
    }

.failure-per-module[b-llyv8eotdb] {
    height: calc(75% - 2vh);
    width: 82%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .failure-per-module .span[b-llyv8eotdb] {
        right: 0;
    }

.failure-data .failure-table[b-llyv8eotdb]::-webkit-scrollbar {
    display: block;
    position: relative;
    width: 0.8vw;
}

.failure-data .failure-table[b-llyv8eotdb]::-webkit-scrollbar-thumb {
    background-color: #7677B8;
    border-radius: 0.4vw;
    border: 3px solid #c5c6e6;
}

.failure-data .failure-table[b-llyv8eotdb]::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #c5c6e6;
    margin: 3vh 0;
}
/* 1 - 10 cards version */
.failure-data .failure-table[b-llyv8eotdb] {
    width: 100%;
    height: 100%;
    align-self: end;
    background-color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    overflow-y: scroll;
    margin: 0.1%;
    border-radius: 10px;
}

    .failure-data .failure-table a[b-llyv8eotdb] {
        width: 9.5%;
    }
    .failure-data .failure-table .failure-card[b-llyv8eotdb] {
        cursor: pointer;
        margin: 0.5% 1.25%;
        height: 110%;
        width: 100%;
    }

a[b-llyv8eotdb] {
    text-decoration: none;
}
/* _content/SchillerBuildingBuilderBuild/Components/Pages/CustomerViewFailure.razor.rz.scp.css */
.headline-box[b-10spb1imrb] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #2E3192;
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
}

    .headline-box h3[b-10spb1imrb] {
        font-family: 'Alef';
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
    }

.headline-box2[b-10spb1imrb] {
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    padding-top: 5px;
    margin-top: 20px;
    background-color: #7677B8;
    display: inline-block;
    margin-right: 40px;
}

.container_main[b-10spb1imrb] {
    display: flex;
    width: 100vw;
    /*height: 100vh;*/
    margin: 0;
}

.fixed-width[b-10spb1imrb] {
    flex: 0 0 auto;
    /* Or a fixed width, e.g., width: 200px; */
}

.child_center[b-10spb1imrb] {
    /* Center vertically and horizontally */
    /*margin: -25px 0 0 -25px;  Apply negative top and left margins to truly center the element */
    position: relative;
    top: 40%;
    margin-left: 40px;
    margin-right: 25px;
    flex-direction: column;
}

p[b-10spb1imrb] {
    font-family: 'Alef';
    color: #7677B8;
    font-weight: bold;
    font-size: 22px;
}

.flexible-width[b-10spb1imrb] {
    background-color: #EBEBFA;
    flex: 1;
}

.headline-box2 h4[b-10spb1imrb] {
    font-family: 'Alef';
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

.wrapper[b-10spb1imrb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #EBEBFA;
    margin-left: 20px;
    margin-right: 20px;
}

    .wrapper .card-container[b-10spb1imrb] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .wrapper .card[b-10spb1imrb] {
        min-width: 15%; /* DIVIDE 100 BY AMOUNT OF CARDS WANTED AND TAKE SLIGHTLY BELOW */
        text-align: center;
        margin: 15px;
    }

        .wrapper .card .title[b-10spb1imrb] {
            background-color: wheat; /* TITLE BG COLOR */
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 5px 5px 0px 0px;
        }

            .wrapper .card .title span[b-10spb1imrb] {
                color: white;
            }

        .wrapper .card .number[b-10spb1imrb] {
            border: 3px solid #7677B8;
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 0px 0px 5px 5px;
        }

            .wrapper .card .number span[b-10spb1imrb] {
                color: #7677B8;
            }
/* _content/SchillerBuildingBuilderBuild/Components/Pages/CustomerViewFloor.razor.rz.scp.css */
@font-face {
    font-family: Birzia;
    src: url(DesignFiles/Birzia_Family/Birzia-Bold.otf);
    font-weight: 700;
}

.container_main[b-ddzzscuygc] {
    display: flex;
    width: 100vw;
    height: 89vh;
    margin: 0;
}

    .container_main .return-container[b-ddzzscuygc] {
        width: 8%;
    }

.canvas-wrapper[b-ddzzscuygc] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .canvas-wrapper .menu[b-ddzzscuygc] {
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* Or a fixed width, e.g., width: 200px; */
    }

        .canvas-wrapper .menu .categories[b-ddzzscuygc] {
            height: 30%;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

            .canvas-wrapper .menu .categories .category-item[b-ddzzscuygc] {
                width: 100%;
                height: 24%;
                margin-bottom: 2px;
                display: flex;
                justify-content: center;
                align-content: center;
                border-radius: 3px;
            }

    .canvas-wrapper .canvas-container[b-ddzzscuygc] {
        display: flex;
        justify-content: center;
        align-items:center;
        width: 100%;
        height: 100%;
    }


.child_center[b-ddzzscuygc] {
    /* Center vertically and horizontally */
    /*margin: -25px 0 0 -25px;  Apply negative top and left margins to truly center the element */
    position: relative;
    top: 40%;
    margin-left: 40px;
    margin-right: 25px;
    flex-direction: column;
}

p[b-ddzzscuygc] {
    font-family: 'Alef';
    color: #7677B8;
    font-weight: bold;
    font-size: 22px;
}

.color-input-container[b-ddzzscuygc] {
    float: right;
}

.color-pair[b-ddzzscuygc] {
    border-radius: 3px;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 40px;
}

    .color-pair span[b-ddzzscuygc] {
        font-family: 'Birzia';
        font-weight: bold;
    }

.flexible-width[b-ddzzscuygc] {
    background-color: #EBEBFA;
    flex: 1;
    display: inline;
}

.headline-box[b-ddzzscuygc] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #2E3192;
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
}

    .headline-box h3[b-ddzzscuygc] {
        font-family: 'Alef';
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
    }

.headline-box2[b-ddzzscuygc] {
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    padding-top: 5px;
    margin-top: 20px;
    background-color: #7677B8;
    display: inline-block;
    margin-right: 40px;
}
.headline-box2 h4[b-ddzzscuygc] {
    font-family: 'Alef';
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}
.wrapper[b-ddzzscuygc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

    .wrapper .card-container[b-ddzzscuygc] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .wrapper .card[b-ddzzscuygc] {
        min-width: 15%; /* DIVIDE 100 BY AMOUNT OF CARDS WANTED AND TAKE SLIGHTLY BELOW */
        text-align: center;
        margin: 15px;
    }

        .wrapper .card .title[b-ddzzscuygc] {
            background-color: wheat; /* TITLE BG COLOR */
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 5px 5px 0px 0px;
        }

            .wrapper .card .title span[b-ddzzscuygc] {
                color: white;
            }

        .wrapper .card .number[b-ddzzscuygc] {
            border: 3px solid #7677B8;
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 0px 0px 5px 5px;
        }

            .wrapper .card .number span[b-ddzzscuygc] {
                color: #7677B8;
            }
.image_container[b-ddzzscuygc] {
    flex: 1;
    display: flex;
    height: 90vh;
    background-color: #EBEBFA;
    flex-direction: column;
    max-width: 87%;
}

    .image_container .topHalf[b-ddzzscuygc] {
        display: flex;
        flex: 1;
        padding: 0;
        flex-direction: row;
        min-height: 75%;
        max-height: 93%;
    }

        .image_container .topHalf .right[b-ddzzscuygc] {
            width: 10%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 2vh;
        }

            .image_container .topHalf .right .titles[b-ddzzscuygc] {
                display: flex;
                justify-content: space-between;
                flex-direction: column;
                height: 25%;
            }

                .image_container .topHalf .right .titles .main_one[b-ddzzscuygc] {
                    color: #FFFFFF;
                    background-color: #2E3192;
                    width: max-content;
                    height: 22%;
                    max-width: none;
                    border-radius: 3px;
                    text-align: center;
                    white-space: nowrap;
                    font-size: 3.5vh;
                    padding-left: 0.5vh;
                    padding-right: 0.5vh;
                    font-family: 'birzia';
                }

                .image_container .topHalf .right .titles .sub_title[b-ddzzscuygc] {
                    color: #FFFFFF;
                    background-color: #5557A9;
                    width: auto;
                    text-align: center;
                    height: 20%;
                    border-radius: 3px;
                    font-size: 2.8vh;
                    font-family: 'birzia';
                }

            .image_container .topHalf .right .buttons_list[b-ddzzscuygc] {
                display: flex;
                justify-content: space-between;
                height: auto;
            }

                .image_container .topHalf .right .buttons_list .button_container[b-ddzzscuygc] {
                    width: 20%;
                    background-color: #FFFFFF;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

            .image_container .topHalf .right .category_list[b-ddzzscuygc] {
                flex: 1;
                display: flex;
                justify-content: top;
                flex-direction: column;
                font-size: 2vh;
                font-family: 'birzia';
            }

                .image_container .topHalf .right .category_list p[b-ddzzscuygc] {
                    margin: 0;
                    width:100%;
                    padding-bottom: 0.4vh;
                }

        .image_container .topHalf .left[b-ddzzscuygc] {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-left: 0.8vw;
            justify-content: space-between;
            padding: 2vh;
            padding-right: 0vh;
        }

            .image_container .topHalf .left .top[b-ddzzscuygc] {
                min-width: 0; /* Prevent flex item from overflowing */
                flex-shrink: 0; /* Prevent the element from shrinking too much */
                min-height: 11%;
                display: flex;
                justify-content: left;
                gap: 2vw;
                align-self: flex-end;
                overflow-x: scroll;
            }

                .image_container .topHalf .left .top .p_container[b-ddzzscuygc] {
                    height: 5vh;
                    align-self: flex-end;
                }
                    .image_container .topHalf .left .top .p_container img[b-ddzzscuygc]{
                        height:100%;
                        width:100%;
                    }

                    .image_container .topHalf .left .main_image_cointainer[b-ddzzscuygc] {
                        
                        flex: 1;
                        width: 100%;
                        padding:0;
                        border: 3px solid green;
                        display: flex;
                    }

                        .image_container .topHalf .left .main_image_cointainer .main_image_canvas[b-ddzzscuygc] {
                            width: 69vw;
                            height: 70vh;
                            margin-top: 0;
                            max-width: 100%;
                        }

    .image_container .botHalf[b-ddzzscuygc] {
        display: flex;
        justify-content: space-between;
        padding: 0.5vw;
        pointer-events: none;
        align-items: flex-end;
        padding-top: 0;
    }

        .image_container .botHalf .direction_button[b-ddzzscuygc] {
            background-color: #2E3192;
            font-size: 2vh;
            font-family: 'birzia';
            pointer-events: auto;
            border-radius: 3px;
            width: auto;
            padding: 0.5vw;
            text-decoration: none;
            height: auto;
            text-align: center;
        }
            .image_container .botHalf .direction_button a[b-ddzzscuygc] {
                text-decoration: none;
                pointer-events: auto;
                color: white;
            }

        .image_container .botHalf .zoom_container[b-ddzzscuygc] {
            pointer-events: auto;
        }

            .image_container .botHalf .zoom_container .proggers[b-ddzzscuygc] {
                //background-color: #A2A3D6;
                pointer-events: auto;
                color: #2E3192;
                border-radius: 3px;
            }

            .image_container .botHalf .zoom_container .zoom_title[b-ddzzscuygc] {
                font-size: 2vh;
                pointer-events: auto;
                font-family: 'birzia';
                color: #5C5C5A;
            }

    .image_container .left .direction_button[b-ddzzscuygc] {
        background-color: #2E3192;
        font-size: 2vh;
        font-family: 'birzia';
        border-radius: 3px;
        width: auto;
        padding: 0.5vw;
        align-self: flex-end;
        height: auto;
        text-decoration: none;
        text-align: center;
    }
        .image_container .left .direction_button a[b-ddzzscuygc] {
            text-decoration: none;
        }
/* _content/SchillerBuildingBuilderBuild/Components/Pages/CustomerViewFrontal.razor.rz.scp.css */
@font-face {
    font-family: Birzia;
    src: url(/DesignFiles/Birzia_Family/Birzia-Bold.otf);
    font-weight: 700;
}

.container_main[b-44v1g1of02] {
    display: flex;
    width: 100vw;
    height: 89vh;
    margin: 0;
}

    .container_main .return-container[b-44v1g1of02] {
        width: 8%;
    }

.canvas-wrapper[b-44v1g1of02] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .canvas-wrapper .menu[b-44v1g1of02] {
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* Or a fixed width, e.g., width: 200px; */
    }

        .canvas-wrapper .menu .categories[b-44v1g1of02] {
            height: 30%;
            width: 100%;
            display: flex;
            flex-direction: column;
        }

            .canvas-wrapper .menu .categories .category-item[b-44v1g1of02] {
                width: 100%;
                height: 24%;
                margin-bottom: 2px;
                display: flex;
                justify-content: center;
                align-content: center;
                border-radius: 3px;
            }

    .canvas-wrapper .canvas-container[b-44v1g1of02] {
        display: flex;
        justify-content: center;
        align-items:center;
        width: 100%;
        height: 100%;
    }


.child_center[b-44v1g1of02] {
    /* Center vertically and horizontally */
    /*margin: -25px 0 0 -25px;  Apply negative top and left margins to truly center the element */
    position: relative;
    top: 40%;
    margin-left: 40px;
    margin-right: 25px;
    flex-direction: column;
}

p[b-44v1g1of02] {
    font-family: 'Alef';
    color: #7677B8;
    font-weight: bold;
    font-size: 22px;
}

.color-input-container[b-44v1g1of02] {
    float: right;
}

.color-pair[b-44v1g1of02] {
    border-radius: 3px;
    padding-right: 20px;
    padding-left: 20px;
    display: inline-block;
    margin-right: 40px;
}

    .color-pair span[b-44v1g1of02] {
        font-family: 'Birzia';
        font-weight: bold;
    }

.flexible-width[b-44v1g1of02] {
    background-color: #EBEBFA;
    flex: 1;
    display: inline;
}

.headline-box[b-44v1g1of02] {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    border-radius: 3px;
    background-color: #2E3192;
    display: inline-block;
    margin-right: 40px;
    margin-top: 20px;
}

    .headline-box h3[b-44v1g1of02] {
        font-family: 'Alef';
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
    }

.headline-box2[b-44v1g1of02] {
    padding-left: 20px;
    border-radius: 3px;
    padding-right: 20px;
    padding-top: 5px;
    margin-top: 20px;
    background-color: #7677B8;
    display: inline-block;
    margin-right: 40px;
}
.headline-box2 h4[b-44v1g1of02] {
    font-family: 'Alef';
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
}
.wrapper[b-44v1g1of02] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}

    .wrapper .card-container[b-44v1g1of02] {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .wrapper .card[b-44v1g1of02] {
        min-width: 15%; /* DIVIDE 100 BY AMOUNT OF CARDS WANTED AND TAKE SLIGHTLY BELOW */
        text-align: center;
        margin: 15px;
    }

        .wrapper .card .title[b-44v1g1of02] {
            background-color: wheat; /* TITLE BG COLOR */
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 5px 5px 0px 0px;
        }

            .wrapper .card .title span[b-44v1g1of02] {
                color: white;
            }

        .wrapper .card .number[b-44v1g1of02] {
            border: 3px solid #7677B8;
            padding-top: 5px;
            font-family: 'Alef';
            font-size: 20px;
            font-weight: bold;
            padding-bottom: 5px;
            border-radius: 0px 0px 5px 5px;
        }

            .wrapper .card .number span[b-44v1g1of02] {
                color: #7677B8;
            }
.image_container[b-44v1g1of02] {
    flex: 1;
    display: flex;
    height: 90vh;
    background-color: #EBEBFA;
    flex-direction: column;
    max-width: 87%;
}

    .image_container .topHalf[b-44v1g1of02] {
        display: flex;
        flex: 1;
        padding: 0;
        flex-direction: row;
        min-height: 75%;
        max-height: 93%;
    }

        .image_container .topHalf .right[b-44v1g1of02] {
            width: 10%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding: 2vh;
        }

            .image_container .topHalf .right .titles[b-44v1g1of02] {
                display: flex;
                justify-content: space-between;
                flex-direction: column;
                height: 25%;
            }

                .image_container .topHalf .right .titles .main_one[b-44v1g1of02] {
                    color: #FFFFFF;
                    background-color: #2E3192;
                    width: max-content;
                    height: 22%;
                    max-width: none;
                    border-radius: 3px;
                    text-align: center;
                    white-space: nowrap;
                    font-size: 3.5vh;
                    padding-left: 0.5vh;
                    padding-right: 0.5vh;
                    font-family: 'birzia';
                }

                .image_container .topHalf .right .titles .sub_title[b-44v1g1of02] {
                    color: #FFFFFF;
                    background-color: #5557A9;
                    width: auto;
                    text-align: center;
                    height: 20%;
                    border-radius: 3px;
                    font-size: 2.8vh;
                    font-family: 'birzia';
                }

            .image_container .topHalf .right .buttons_list[b-44v1g1of02] {
                display: flex;
                justify-content: space-between;
                height: auto;
            }

                .image_container .topHalf .right .buttons_list .button_container[b-44v1g1of02] {
                    width: 20%;
                    background-color: #FFFFFF;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

            .image_container .topHalf .right .category_list[b-44v1g1of02] {
                flex: 1;
                display: flex;
                justify-content: top;
                flex-direction: column;
                font-size: 2vh;
                font-family: 'birzia';
            }

                .image_container .topHalf .right .category_list p[b-44v1g1of02] {
                    margin: 0;
                    width:100%;
                    padding-bottom: 0.4vh;
                }

        .image_container .topHalf .left[b-44v1g1of02] {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            margin-left: 0.8vw;
            justify-content: space-between;
            padding: 2vh;
            padding-right: 0vh;
        }

            .image_container .topHalf .left .top[b-44v1g1of02] {
                min-width: 0; /* Prevent flex item from overflowing */
                flex-shrink: 0; /* Prevent the element from shrinking too much */
                min-height: 11%;
                display: flex;
                justify-content: left;
                gap: 2vw;
                align-self: flex-end;
                overflow-x: scroll;
            }

                .image_container .topHalf .left .top .p_container[b-44v1g1of02] {
                    height: 95%;
                    align-self: flex-end;
                }
                    .image_container .topHalf .left .top .p_container img[b-44v1g1of02]{
                        height:100%;
                        width:100%;
                    }

                    .image_container .topHalf .left .main_image_cointainer[b-44v1g1of02] {
                        flex: 1;
                        width: 100%;
                        border: 3px solid green;
                        display: flex;
                    }

                .image_container .topHalf .left .main_image_cointainer .main_image_canvas[b-44v1g1of02] {
                    width: 69vw;
                    height: 70vh;
                    max-width: 100%;
                }

    .image_container .botHalf[b-44v1g1of02] {
        display: flex;
        pointer-events: none;
        justify-content: center;
        align-items: center;
        padding: 0.5vw;
    }

        .image_container .botHalf .direction_button[b-44v1g1of02] {
            background-color: #2E3192;
            font-size: 2vh;
            font-family: 'birzia';
            pointer-events: auto;
            border-radius: 3px;
            width: auto;
            padding: 0.5vw;
            text-decoration: none;
            height: auto;
            text-align: center;
        }
            .image_container .botHalf .direction_button a[b-44v1g1of02] {
                text-decoration: none;
                pointer-events: auto;
                color: white;
            }

        .image_container .botHalf .zoom_container[b-44v1g1of02] {
            align-self: center;
            display: flex;
            pointer-events: auto;
        }

            .image_container .botHalf .zoom_container .proggers[b-44v1g1of02] {
                //background-color: #A2A3D6;
                color: #2E3192;
                border-radius: 3px;
                pointer-events: auto;
            }

            .image_container .botHalf .zoom_container .zoom_title[b-44v1g1of02] {
                font-size: 2vh;
                pointer-events: auto;
                font-family: 'birzia';
                color: #5C5C5A;
            }

    .image_container .left .direction_button[b-44v1g1of02] {
        background-color: #2E3192;
        font-size: 2vh;
        font-family: 'birzia';
        border-radius: 3px;
        width: auto;
        padding: 0.5vw;
        align-self: flex-end;
        height: auto;
        text-decoration: none;
        text-align: center;
    }
        .image_container .left .direction_button a[b-44v1g1of02] {
            text-decoration: none;
        }
/* _content/SchillerBuildingBuilderBuild/Components/Pages/CustomerViewModule.razor.rz.scp.css */
.module-header[b-sz6j94sbpn] {
    width: 100%;
    height: 30%;
    margin-top: 2vh;
}

.module-header[b-sz6j94sbpn] {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

    .module-header .general-info[b-sz6j94sbpn] {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        top: 10%;
        right: 1.5%;
    }

        .module-header .general-info .location[b-sz6j94sbpn] {
            background-color: #2e3192;
            color: white;
            border-radius: 3px;
            padding: 10px 20px 10px 20px;
            margin-bottom: 5px;
        }

        .module-header .general-info .version[b-sz6j94sbpn] {
            background-color: #686ab4;
            color: white;
            border-radius: 3px;
            padding: 10px 20px 10px 20px;
            margin-bottom: 5px;
            font-size: 1rem;
        }

        .module-header .general-info .module-number[b-sz6j94sbpn] {
            background-color: #A2A3D6;
            color: white;
            border-radius: 3px;
            padding: 10px 20px 10px 20px;
            font-size: 1rem;
        }

    .module-header .frontal-button[b-sz6j94sbpn] {
        text-decoration: none;
        background-color: #ffc107;
        width: 10vw;
        height: 10vh;
        position: relative;
        top: 10%;
        left: 1.5%;
        border-radius: 5px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
    }

        .module-header .frontal-button a[b-sz6j94sbpn] {
            text-decoration: none;
            align-self: center;
            font-size: 2.5vh;
        }

.failure-data[b-sz6j94sbpn] {
    display: flex;
    min-height: 70%;
    width: 100%;
    padding-right: 1.5%;
    flex-direction: row;
}

    .failure-data .failure-container[b-sz6j94sbpn] {
        width: 25%;
        display: flex;
        flex-direction: row;
        row-gap: 1vh;
        justify-content: space-evenly;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

        .failure-data .failure-container .failure-card[b-sz6j94sbpn] {
            margin-left: 2vw;
            height: fit-content;
        }

        .failure-data .failure-container[data-cards="5"] .failure-card[b-sz6j94sbpn] {
            margin-left: 3vw;
            height: fit-content;
        }

.failure-card[b-sz6j94sbpn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7vw;
    height: 7vh;
    border-radius: 5px;
}

    .failure-card .failure-amount[b-sz6j94sbpn] {
        font-size: 2rem;
        height: 50%;
        text-align: center;
        height: auto;
    }

    .failure-card .failure-desc[b-sz6j94sbpn] {
        font-size: 0.9rem;
        min-height: auto;
        text-align: center;
    }

.failure-per-module[b-sz6j94sbpn] {
    height: calc(75% - 2vh);
    width: 82%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .failure-per-module .span[b-sz6j94sbpn] {
        right: 0;
    }

.failure-data .failure-table[b-sz6j94sbpn]::-webkit-scrollbar {
    display: block;
    position: relative;
    width: 0.8vw;
}

.failure-data .failure-table[b-sz6j94sbpn]::-webkit-scrollbar-thumb {
    background-color: #7677B8;
    border-radius: 0.4vw;
    border: 3px solid #c5c6e6;
}

.failure-data .failure-table[b-sz6j94sbpn]::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #c5c6e6;
    margin: 3vh 0;
}
/* 1 - 10 cards version */
.failure-data .failure-table[b-sz6j94sbpn] {
    width: 100%;
    height: 100%;
    align-self: end;
    background-color: white;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    overflow-y: scroll;
    margin: 0.1%;
    border-radius: 10px;
}

    .failure-data .failure-table a[b-sz6j94sbpn] {
        width: 9.5%;
    }

    .failure-data .failure-table .failure-card[b-sz6j94sbpn] {
        cursor: pointer;
        margin: 0.5% 1.25%;
        height: 110%;
        width: 100%;
    }

a[b-sz6j94sbpn] {
    text-decoration: none;
}
/* _content/SchillerBuildingBuilderBuild/Components/Pages/Home.razor.rz.scp.css */
@font-face {
    font-family: Birzia;
    src: url(/ProjectImages/DesignFiles/Birzia_Family/Birzia-Bold.otf);
    font-weight: 700;
}
.main_container[b-7n0lse26bl] {
    display:flex;
    flex-direction:column;
}
.main_container .main_image_1[b-7n0lse26bl]{
    display:flex;
    position:relative;
}
    .main_container .main_image_1 img[b-7n0lse26bl]{
        width:100%;
        max-height:90vh;
        margin-left:0;
    }
    .main_container .main_image_1 .text_container[b-7n0lse26bl]{
        position: absolute;
        top:25%;
        right:10%;
    }
        .main_container .main_image_1 .text_container h4[b-7n0lse26bl] {
            font-family: 'Birzia';
            font-weight:bold;
            font-size: 3vw;
            white-space: pre-line;
            color: #ffffff;
        }
        .main_container .main_image_1 .text_container p[b-7n0lse26bl] {
            font-family: 'Alef';
            font-size: 1vw;
            color: #ffffff;
            font-weight: bold;
        }
    .main_container .main_image_1 .button_container[b-7n0lse26bl] {
        position: absolute;
        top: 55%;
        width:22%;
        right: 10%;
    }
        .main_container .main_image_1 .button_container .the_button[b-7n0lse26bl] {
            width: 100%;
            font-family: 'Birzia';
            background-color: #2E3192;
            color:#ffffff;
            display:inline-block;
            font-size:20px;
            border-color:#2E3192;
            border-radius: 3px;
            
        }
        .main_container .main_image_1 .button_container .log_in_container[b-7n0lse26bl] {
            width: 100%;
            background-color: #ffffff;
            display: none;
        }
            .line[b-7n0lse26bl] {
                width: 80%;
                display: flex;
                align-content:center;
                font-family: 'Birzia';
                color: #000000;
                font-size: 14px;
            }
            [b-7n0lse26bl] .line p{
                width: 50%;
                font-family: 'Birzia';
            }
            .line_p[b-7n0lse26bl] {
                width: 50%;
                font-family: 'Birzia';
            }
            [b-7n0lse26bl] .line input {
                width: 40%;
            }
            .lineInput[b-7n0lse26bl]{
                width:40%;
            }
                .line .buttonW[b-7n0lse26bl] {
                    width: 50%;
                    margin-right:40%;
                    background-color: #FFCC35;
                    color: #2E3192;
                    font-family: "Birzia";
                }

    .main_container .sub_section[b-7n0lse26bl] {
        height: 65vh;
        width: 100%;
        position: relative;
    }
        .main_container .sub_section .first_squigly[b-7n0lse26bl] {
            position: absolute;
            top: 7%;
            left: 30%;
            width: 11.5vw;
            height: auto;
        }
        .main_container .sub_section .top_right_corner_1[b-7n0lse26bl] {
            position: absolute;
            top: 5%;
            right: 5%;
            font-family: 'Alef';
            font-size: 1.5vw;
            color: #2E3192;
        }
        .main_container .sub_section .text_area[b-7n0lse26bl] {
            position: absolute;
            right: 20%;
            top: 35%;
            width: 30%;
        }
            .main_container .sub_section .text_area h1[b-7n0lse26bl] {
                font-family: 'Birzia';
                color: #2E3192;
                font-weight: bold;
                font-size: 1.5vw;
            }
            .main_container .sub_section .text_area p[b-7n0lse26bl] {
                font-family: 'Birzia';
                margin-right:0.5vw;
                border-right: 0.5vw solid #2E3192;
                padding-right:0.3vw;
                color: #000000;
                font-size: 0.8vw;
            }
        .main_container .sub_section .second_image[b-7n0lse26bl] {
            position: absolute;
            left: 5%;
            top: 5%;
            width: 60vh;
            height: 55vh;
        }
    .main_container .tutorial_section[b-7n0lse26bl]{
        position:relative;
        width:100vw;
        height:90vh;
    }
        .main_container .tutorial_section .squigly[b-7n0lse26bl]{
            position:absolute;
            bottom:0%;
            right:0%;
            height:110%;
            width:auto;
        }
        .main_container .tutorial_section .explanation_video[b-7n0lse26bl]{
            position:absolute;
            top:20%;
            right:30%;
            width:40%;
        }
            .main_container .tutorial_section .explanation_video h4[b-7n0lse26bl] {
                font-family: 'Birzia';
                color: #2E3192;
                font-weight: bold;
                font-size: 1.5vw;
            }
            .main_container .tutorial_section .explanation_video .img_thing[b-7n0lse26bl] {
                width: 60vh;
                height: 36vh;
            }
.main_container .bottom_of_main[b-7n0lse26bl] {
    position: relative;
    width: 100vw;
    height: 21vh;
    background-color: #EBEBFA;
    align-content: start;
}

    .main_container .bottom_of_main .logo_img[b-7n0lse26bl] {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 2%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .main_container .bottom_of_main .links_container[b-7n0lse26bl] {
        position: absolute;
        top: 50%;
        left: 10vw;
        transform: translateY(-50%);
        display: flex;
        gap: 5vw; /* Space between the links */
    }

    .main_container .bottom_of_main .footer_link[b-7n0lse26bl] {
        color: #2E3192; /* Change this to match your design */
        text-decoration: none;
        font-family: 'Birzia';
        font-weight: bold;
        font-size: 1vw; /* Adjust as needed */
    }
/* _content/SchillerBuildingBuilderBuild/Components/Pages/Test.razor.rz.scp.css */
@font-face {
    font-family: 'birzia';
    font-weight: 400;
    src: url('/ProjectImages/Birzia-Regular.woff2') format('woff2'), src: url('/ProjectImages/Birzia-Regular.woff') format('woff');
}

.body[b-cuyqz9wwjg] {
    display: flex;
    flex-direction: row;
}

.side_menu_container[b-cuyqz9wwjg] {
    display: flex;
    max-height: 90%;
    flex-direction: column;
    width: 16vw;
    min-height: 85%;
    justify-content: space-between;
}

    .side_menu_container .side_menu[b-cuyqz9wwjg] {
        width: 12vw;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 40%;
    }

        .side_menu_container .side_menu .item[b-cuyqz9wwjg] {
            width: 40%;
            height: 4vh;
            font-size: 3.5vh;
            font-family: 'birzia';
            background-color: #FFC107;
            text-align: center;
            border-radius: 3px;
            border: none; /* Remove the border */
            background-color: #000000;
        }

    .side_menu_container .back_button[b-cuyqz9wwjg] {
        border-color: #FFC107;
        font-size: 3vh;
        width: 40%;
        font-family: 'birzia';
        text-align: center;
        border-radius: 3px;
        border-width: 3px;
        border-style: solid;
    }
    .side_menu_container .send_to_manager[b-cuyqz9wwjg] {
        color: #FFFFFF;
        font-size: 2vh;
        width: 85%;
        height: 4vh;
        font-family: 'birzia';
        text-align: center;
        border-radius: 3px;
        border-width: 3px;
        background-color: #2E3192;
    }

.main_action_window[b-cuyqz9wwjg] {
    flex: 1;
    display: flex;
    height: 90vh;
    background-color: #EBEBFA;
    flex-direction: column;
    padding: 1%;
    max-width: 87%;
}

    .main_action_window .top_part[b-cuyqz9wwjg] {
        display: flex;
        height: 10%;
        min-width: 90%;
    }

        .main_action_window .top_part .main_title[b-cuyqz9wwjg] {
            width: 60%;
        }

            .main_action_window .top_part .main_title h1[b-cuyqz9wwjg] {
                font-size: 3vh;
                padding-left: 0.5vh;
                padding-right: 0.5vh;
                text-align: right;
                padding-bottom: 0;
                margin-bottom: 0;
                color: #2E3192;
                font-weight: bold;
                font-family: 'birzia';
            }

        .main_action_window .top_part .angle_views[b-cuyqz9wwjg] {
            width: 39%;
            display:flex;
            justify-content: left;
            padding: 0.2vw;
        }
            .main_action_window .top_part .angle_views a[b-cuyqz9wwjg] {
                height: 100%;
                margin-right:1vw;
                align-self: flex-end;
            }

            .main_action_window .main_interaction_window[b-cuyqz9wwjg] {
                height: 70vh;
                display: flex;
            }

        .main_action_window .main_interaction_window .non_image[b-cuyqz9wwjg] {
            height: 100%;
            width: 25%;
            display: flex;
            flex-direction: column;
        }

            .main_action_window .main_interaction_window .non_image .titles[b-cuyqz9wwjg] {
                height: 15%;
                width: 100%;
                padding:1%;
            }

                .main_action_window .main_interaction_window .non_image .titles p[b-cuyqz9wwjg] {
                    font-size: 2vh;
                    font-weight: bold;
                    padding-left: 0.5vh;
                    margin:0;
                    padding-right: 0.5vh;
                    text-align: right;
                    color: #2E3192;
                    font-family: 'birzia';
                }

            .main_action_window .main_interaction_window .non_image .error_types_container[b-cuyqz9wwjg] {
                background-color: #FFFFFF;
                border-radius: 10px;
                width: 80%;
                max-height: 75%;
                flex: 1;
                align-self: center;
                margin-top: 5%;
                font-size: 2vh;
                font-family: 'birzia';
            }
                .main_action_window .main_interaction_window .non_image .error_types_container p[b-cuyqz9wwjg] {
                    margin: 0;
                    width:80%;
                    padding-bottom: 0.4vh;
                }

        .main_action_window .main_interaction_window .image_controller_container[b-cuyqz9wwjg] {
            height: 100%;
            flex: 1;
            display: flex;
        }

            .main_action_window .main_interaction_window .image_controller_container .buttons_and_sidebar[b-cuyqz9wwjg] {
                display: flex;
                width: 11%;
                height: 90%;
            }
                .main_action_window .main_interaction_window .image_controller_container .buttons_and_sidebar .buttons_list[b-cuyqz9wwjg] {
                    display: flex;
                    gap: 2%;
                    align-content: center;
                    justify-content: center;
                    flex-direction: column;
                    height: 100%;
                    width:50%;
                }

                    .main_action_window .main_interaction_window .image_controller_container .buttons_and_sidebar .buttons_list .button_container[b-cuyqz9wwjg] {
                        background-color: #FFFFFF;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }
            .main_action_window .main_interaction_window .image_controller_container .image_and_bottombar[b-cuyqz9wwjg] {
                flex: 1;
                height: 100%;
                display:flex;
                align-content:center;
                justify-content:center;
                flex-direction: column;
            }

                .main_action_window .main_interaction_window .image_controller_container .image_and_bottombar .img_container[b-cuyqz9wwjg] {
                    height: 90%;
                    display:flex;
                    flex-direction:column;
                    justify-content:left;
                }

                .main_action_window .main_interaction_window .image_controller_container .image_and_bottombar .bottom_slider_container[b-cuyqz9wwjg] {
                    flex: 1;
                    font-size: 2vh;
                    font-family: 'birzia';
                    pointer-events: auto;
                    color: ##5C5C5A;
                    align-self: center;
                }
    .main_action_window .dir_buttons_container[b-cuyqz9wwjg]{
        flex:1;
        display:flex;
        width:100%;
        justify-content:space-between;
    }
        .main_action_window .dir_buttons_container .direction_buttons[b-cuyqz9wwjg] {
            background-color: #FFC107;
            font-size: 2vh;
            pointer-events: auto;
            font-family: 'birzia';
            border-radius: 3px;
            width: auto;
            padding: 0.5vw;
            height: auto;
            text-align: center;
        }
.choice_overlay[b-cuyqz9wwjg] {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
}
    .choice_overlay .pop_up_div[b-cuyqz9wwjg] {
        display: flex;
        width: fit-content; /* Adjust to content width */
        height: fit-content; /* Adjust to content height */
        max-width: 30%; /* Maximum width to prevent too wide popups */
        background-color: #EBEBFA;
        padding: 20px; /* Add some padding around content */
        cursor: default; /* Reset cursor for popup content */
        border-radius: 5px; /* Optional: rounded corners */
        position: relative;
        flex-direction: row;
    }
