/* _content/ClosetCAD360/Components/Account/IdentityMenu.razor.rz.scp.css */
#logout-button[b-k4fy3tj205]
{
    width: 100%;
}
/* _content/ClosetCAD360/Components/Account/Pages/ForgotPassword.razor.rz.scp.css */
/* _content/ClosetCAD360/Components/Account/Pages/Login.razor.rz.scp.css */
/* _content/ClosetCAD360/Components/Account/Pages/LoginWith2fa.razor.rz.scp.css */
#remember-me[b-fhvuczw1q1] {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

#auth-code[b-fhvuczw1q1] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* _content/ClosetCAD360/Components/Account/Pages/Manage/EnableAuthenticator.razor.rz.scp.css */

#auth-code[b-kwu637hokm] {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
/* _content/ClosetCAD360/Components/Account/Pages/Manage/ExternalLogins.razor.rz.scp.css */
.gsi-material-button[b-fky6djs5p0] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    width: 200px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    margin-top: 16px;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-fky6djs5p0] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-fky6djs5p0] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-fky6djs5p0] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-fky6djs5p0] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-fky6djs5p0] {
        cursor: default;
        background-color: #ffffff61;
        border-color: #1f1f1f1f;
    }

        .gsi-material-button:disabled .gsi-material-button-contents[b-fky6djs5p0] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-fky6djs5p0] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-fky6djs5p0],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-fky6djs5p0] {
        background-color: #303030;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-fky6djs5p0] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-fky6djs5p0] {
            background-color: #303030;
            opacity: 8%;
        }
/* _content/ClosetCAD360/Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.gsi-material-button[b-y69yer6e06] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    width: 200px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    margin-top: 16px;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon[b-y69yer6e06] {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper[b-y69yer6e06] {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents[b-y69yer6e06] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state[b-y69yer6e06] {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled[b-y69yer6e06] {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents[b-y69yer6e06] {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon[b-y69yer6e06] {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state[b-y69yer6e06],
.gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-y69yer6e06] {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover[b-y69yer6e06] {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-y69yer6e06] {
    background-color: #303030;
    opacity: 8%;
}
/* _content/ClosetCAD360/Components/Account/Shared/ManageLayout.razor.rz.scp.css */

#profile-container[b-005kvshazl] {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    text-align: center;
    padding-top: 20px;
}
/* _content/ClosetCAD360/Components/Account/Shared/ProfileImageUploader.razor.rz.scp.css */
#test-div[b-p6bsixvx78] {
    display: block;
    width: 300px !important;
    height: 300px !important;
}
/* _content/ClosetCAD360/Components/Dashboard/Pages/Dashboard.razor.rz.scp.css */
.dashboard[b-p86nkc4y4v]{
    height: 100%;
}
/* _content/ClosetCAD360/Components/Layout/AppBar/AppBar.razor.rz.scp.css */
text[b-int0x32s0a] {
}
/* _content/ClosetCAD360/Components/Layout/AppBar/ProjectSpaceField.razor.rz.scp.css */
.project-space-field[b-r7e2gkxoat] {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 28rem;
}

.project-name-field[b-r7e2gkxoat]{

    width: 10rem;
}

.space-name-field[b-r7e2gkxoat]{
    width: 17rem;
}
/* _content/ClosetCAD360/Components/Layout/AppBar/SyncState.razor.rz.scp.css */
#sync-icon-container[b-6dxkkvbyfv] {
    height: 1.5rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}
/* _content/ClosetCAD360/Components/Layout/AppBar/ViewSwitcher.razor.rz.scp.css */

.icon-container[b-gaul4jb5wu] {
    color: black;
    width: 36px;
    height: 36px;
}

#view-tab-container[b-gaul4jb5wu] {
    position: absolute;
    width: 288px;
    margin-left: -144px;
    left: max(50%, 800px);
}
/* _content/ClosetCAD360/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-f3yiznvjg2] {
    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-f3yiznvjg2] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ClosetCAD360/Components/Views/Plan/Pages/ViewPlan.razor.rz.scp.css */
/* _content/ClosetCAD360/Components/Views/Plan/Plan.razor.rz.scp.css */
*[b-uafvlsvu9j] {
    pointer-events: none;
}

.mouse-selection[b-uafvlsvu9j] {
    pointer-events: auto;
}

svg text[b-uafvlsvu9j] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.no-scale rect[b-uafvlsvu9j],
.no-scale path[b-uafvlsvu9j],
.no-scale polygon[b-uafvlsvu9j],
.no-scale line[b-uafvlsvu9j] {
    shape-rendering: auto !important;
    vector-effect: none !important;
    preserveAspectRatio: "none";
}
/* _content/ClosetCAD360/Components/Views/Plan/Toolbars/BottomLeftMenu.razor.rz.scp.css */
.view-settings[b-bevr2ufwpj] {
    display: block;
    align-items: center;
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 4;
}
/* _content/ClosetCAD360/Components/Views/Plan/Toolbars/PlanToolbar.razor.rz.scp.css */

/* _content/ClosetCAD360/Components/Views/Shared/RadialMenus/GenericRadialMenu.razor.rz.scp.css */
/* _content/ClosetCAD360/Components/Views/Shared/Toolbars/GenericToolbarPanel.razor.rz.scp.css */
.generic-toolbar-card[b-fnmyy6zj4y] {
    cursor: pointer;
    user-select: none;
    height: 5rem;
    width: 6rem;

}

.generic-toolbar-card:hover[b-fnmyy6zj4y] {
    filter: brightness(90%);
    -webkit-transition: 100ms -webkit-filter linear;
    -moz-transition: 100ms -moz-filter linear;
    -moz-transition: 100ms filter linear;
    -ms-transition: 100ms -ms-filter linear;
    -o-transition: 100ms -o-filter linear;
    transition: 100ms filter linear, 100ms -webkit-filter linear;
}
/* _content/ClosetCAD360/Components/Views/Shared/Toolbars/Toolbar.razor.rz.scp.css */
.panel-animate[b-v6dju2hs41] {
    animation: fadeSlideInLeft-b-v6dju2hs41 0.3s ease forwards;
}

@keyframes fadeSlideInLeft-b-v6dju2hs41 {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.tool-bar[b-v6dju2hs41] {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 2
}
/* _content/ClosetCAD360/Components/Views/Shared/Toolbars/ViewControl.razor.rz.scp.css */
.view-control[b-vk02i2olib] {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}
