/* /Components/Dashboard/UsersDesigns.razor.rz.scp.css */
.user-designs-container[b-2iiimzkn36] {
    background-image: url('https://cinchquilt.com/wp-content/uploads/2024/03/CINCHQuilt_Logo_1x1_Desaturated.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
/* /Components/Design/DesignSidebarSlides/DesignBordersSlide.razor.rz.scp.css */

.border-option[b-nijas0hb44] {
    position: relative;
}

    .border-option.active[b-nijas0hb44]::before {
        content: "\F26A";
        font-family: 'bootstrap-icons';
        font-size: 1.25em;
        position: absolute;
        left: -.5em;
        top: -.5em;
        color: #673AB7; /* Plump Purple */
        background-color: #FFFFFF;
    }
/* /Components/Design/DesignSidebarSlides/DesignTreeStructureSlide.razor.rz.scp.css */

.block-dimensions[b-jl6xmx6xce] {
    font-size: 0.7em;
}

.block-structure-info.highlight[b-jl6xmx6xce] {
    background-color: var(--bs-highlight-bg) !important;
}
/* /Components/Design/Navigation/ToolsTopBarTools/GridLines.razor.rz.scp.css */
.grid-line-weight.selected[b-3ex4t95zum]::before {
    font-family: "bootstrap-icons" !important;
    content: '\F26A';
    position: absolute;
    color: #673AB7; /* Color Plump Purple */
}
/* /Components/Design/Navigation/ToolsTopBarTools/Sashing.razor.rz.scp.css */

.sashing-color.selected[b-rs8qd5p7zy]::before {
    font-family: "bootstrap-icons" !important;
    content: '\F26A';
    position: absolute;
    color: #673AB7; /* Color Plump Purple */
}
/* /Components/Design/Navigation/ToolsTopBarTools/SmartFit.razor.rz.scp.css */
.smart-fit-working-type.selected[b-51swghm8yh]::before {
    font-family: "bootstrap-icons" !important;
    content: '\F26A';
    position: absolute;
    font-size: 2em;
    right: 10px;
    color: #673AB7; /* Color Plump Purple */
}
/* /Components/Elements/QToast.razor.rz.scp.css */

.toast-success > div[b-9zv9b2det6] {
    background-color: #15CA20; /* Vivid Green from SASS */
}

.toast-info > div[b-9zv9b2det6] {
    background-color: #0DCAF0; /* Spiro Disco Ball */
}

.toast-warning > div[b-9zv9b2det6] {
    /*background-color: #F7F7FF; /* Ghost White */
}

.toast-error > div[b-9zv9b2det6] {
    background-color: #FD3550; /* Sizzling Red */
}
/* /Components/Global/FullScreenLoading.razor.rz.scp.css */
.full-screen-loading-overlay[b-fa4jr25tc0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9999 !important;
}

.full-screen-loading-overlay[b-fa4jr25tc0]:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.65;
}
/* /Components/Global/SocialSharing.razor.rz.scp.css */


.social-logo[b-pckeaewtyd] {
    background-image: url('/content/img/ui/SocialSprite.png');
    background-repeat: no-repeat;
    width: 75px;
    height: 75px;
}

.social-logo.fb[b-pckeaewtyd] {
    background-position: 0px 0px;
}

.social-logo.ins[b-pckeaewtyd] {
    background-position: -75px 0px;
}

.social-logo.yt[b-pckeaewtyd] {
    background-position: -150px 0px;
}
/* /Components/Mobile/MobileDashboard.razor.rz.scp.css */

.mobile-dashboard[b-3psyrggfcs] {
    background-image: url('https://cinchquilt.com/wp-content/uploads/2024/03/CINCHQuilt_Logo_1x1_Desaturated.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    .mobile-dashboard .coming-soon[b-3psyrggfcs] {
        position: relative;
    }

    .mobile-dashboard .coming-soon[b-3psyrggfcs]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        border-radius: var(--bs-border-radius-xl);
    }

    .mobile-dashboard .coming-soon[b-3psyrggfcs]::after {
        content: 'COMING SOON!';
        position: absolute;
        top: 40px;
        left: 0;
        transform: rotate(-45deg);
        color: #FFF;
        font-size: 2em;
    }
/* /Components/Modals/BlockRepeaterDialog.razor.rz.scp.css */
.block-repeater-type.selected[b-gzmz4fghdc]::before {
    font-family: "bootstrap-icons" !important;
    content: '\F26A';
    position: absolute;
    font-size: 2em;
    top: -25px;
    color: #673AB7; /* Color Plump Purple */
}
/* /Components/Modals/ImageLibraryDialog.razor.rz.scp.css */
.library-image.selected[b-rcheealgd2]::before {
    font-family: "bootstrap-icons" !important;
    content: '\F26A';
    position: absolute;
    font-size: 2.5em;
    color: #673AB7; /* Color Plump Purple */
}

.grouping-type.selected[b-rcheealgd2]::after {
    font-family: "bootstrap-icons" !important;
    content: '\F26A';
    color: #673AB7; /* Color Plump Purple */
}

.library-folder .card-body[b-rcheealgd2] {
    font-size: 1.5em;
}

.library-folder .card-body i[b-rcheealgd2] {
    font-size: 3em;
}
/* /Components/Modals/YardageCalculatorDialog.razor.rz.scp.css */

.cut-strip[b-ylnbj6kgoi] {
    background-image: url("/content/img/ui/CutStrips-Sprite.png");
    width: 600px;
    height: 50px;
}

    .cut-strip.square[b-ylnbj6kgoi], .cut-strip.square-horiz[b-ylnbj6kgoi] {
        background-position: 4px -153px;
    }

    .cut-strip.rectangle[b-ylnbj6kgoi] {
        background-position: 4px -200px;
    }

    .cut-strip.rectangle-horiz[b-ylnbj6kgoi] {
        background-position: 4px -252px;
    }

    .cut-strip.triangle[b-ylnbj6kgoi], .cut-strip.triangle-horiz[b-ylnbj6kgoi] {
        background-position: 4px -53px;
    }

    .cut-strip.righttriangle[b-ylnbj6kgoi], .cut-strip.righttriangle-horiz[b-ylnbj6kgoi] {
        background-position: 4px -103px;
    }

    .cut-strip.parallelogram[b-ylnbj6kgoi], .cut-strip.parallelogram-horiz[b-ylnbj6kgoi] {
        background-position: 4px -4px;
    }

    .cut-strip.custom[b-ylnbj6kgoi], .cut-strip.custom-horiz[b-ylnbj6kgoi] {
        display: none;
    }
/* /Layouts/DefaultAuthenticatedLayout.razor.rz.scp.css */
.page[b-8zn8yrv8fp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8zn8yrv8fp] {
    flex: 1;
}

.sidebar[b-8zn8yrv8fp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8zn8yrv8fp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8zn8yrv8fp]  a, .top-row[b-8zn8yrv8fp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-8zn8yrv8fp]  a:hover, .top-row[b-8zn8yrv8fp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-8zn8yrv8fp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8zn8yrv8fp] {
        display: none;
    }

    .top-row.auth[b-8zn8yrv8fp] {
        justify-content: space-between;
    }

    .top-row[b-8zn8yrv8fp]  a, .top-row[b-8zn8yrv8fp]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8zn8yrv8fp] {
        flex-direction: row;
    }

    .sidebar[b-8zn8yrv8fp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8zn8yrv8fp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-8zn8yrv8fp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-8zn8yrv8fp], article[b-8zn8yrv8fp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layouts/DefaultLayout.razor.rz.scp.css */
.page[b-cv0qilg3x0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-cv0qilg3x0] {
    flex: 1;
}

.sidebar[b-cv0qilg3x0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-cv0qilg3x0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-cv0qilg3x0]  a, .top-row[b-cv0qilg3x0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-cv0qilg3x0]  a:hover, .top-row[b-cv0qilg3x0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-cv0qilg3x0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-cv0qilg3x0] {
        display: none;
    }

    .top-row.auth[b-cv0qilg3x0] {
        justify-content: space-between;
    }

    .top-row[b-cv0qilg3x0]  a, .top-row[b-cv0qilg3x0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-cv0qilg3x0] {
        flex-direction: row;
    }

    .sidebar[b-cv0qilg3x0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-cv0qilg3x0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-cv0qilg3x0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-cv0qilg3x0], article[b-cv0qilg3x0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layouts/DesignLayout.razor.rz.scp.css */
.page[b-e0pw1ugqr1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-e0pw1ugqr1] {
    flex: 1;
}

.sidebar[b-e0pw1ugqr1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-e0pw1ugqr1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e0pw1ugqr1]  a, .top-row[b-e0pw1ugqr1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-e0pw1ugqr1]  a:hover, .top-row[b-e0pw1ugqr1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-e0pw1ugqr1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-e0pw1ugqr1] {
        display: none;
    }

    .top-row.auth[b-e0pw1ugqr1] {
        justify-content: space-between;
    }

    .top-row[b-e0pw1ugqr1]  a, .top-row[b-e0pw1ugqr1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e0pw1ugqr1] {
        flex-direction: row;
    }

    .sidebar[b-e0pw1ugqr1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e0pw1ugqr1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-e0pw1ugqr1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-e0pw1ugqr1], article[b-e0pw1ugqr1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layouts/MobileLayout.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
.login-background[b-x4m971pqr1] {
    background-image: url('https://cinchquilt.com/wp-content/uploads/2024/03/LoginSplash_01-3936355699-e1709550976755.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
