@import '_content/QuickTie.UI.Common/QuickTie.UI.Common.zd8tqdynql.bundle.scp.css';

/* /Components/Layout/Main/Footer.razor.rz.scp.css */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pvx7wgxfbx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pvx7wgxfbx] {
    flex: 1;
}

.sidebar[b-pvx7wgxfbx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.back-to-top[b-pvx7wgxfbx] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    border-radius: 50%;
    background: #1e3a8a;
    padding: 0.5rem;
    border: 2px solid transparent; /* Start with a transparent border */
    cursor: pointer;
    transition: border-color 0.3s;
}

.progress-border[b-pvx7wgxfbx] {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background: red; /* Color of the progress border */
    transform-origin: left; /* Scale from the left */
    transition: transform 0.2s ease; /* Smooth transition */
    width: 100%; /* Full width */
}

.top-row[b-pvx7wgxfbx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pvx7wgxfbx]  a, .top-row[b-pvx7wgxfbx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-pvx7wgxfbx]  a:hover, .top-row[b-pvx7wgxfbx]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-pvx7wgxfbx]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-pvx7wgxfbx] {
        justify-content: space-between;
    }

        .top-row[b-pvx7wgxfbx]  a, .top-row[b-pvx7wgxfbx]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-pvx7wgxfbx] {
        flex-direction: column;
    }

    .sidebar[b-pvx7wgxfbx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pvx7wgxfbx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-pvx7wgxfbx]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }
/*
    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
*/

}

#blazor-error-ui[b-pvx7wgxfbx] {
    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-pvx7wgxfbx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/EngineeringAndDesign/Helpers/ProductDesignSelector.razor.rz.scp.css */
.icon-nav-item[b-faaj8ehjjj] {
    min-width: 100px;
}
/* /Components/Pages/Others/CertificationDownload.razor.rz.scp.css */
.builder-section[b-o2cwedfj9x] {
    background: url("./assets/images/backgrounds/flag_img.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
/* /Components/Pages/Others/ThankYou.razor.rz.scp.css */
.builder-section[b-byfkd2l23u] {
    background: url("./assets/images/backgrounds/flag_img.jpg") no-repeat;
    background-position: center;
    background-size: cover;
}
/* /Components/Pages/Products/Products.razor.rz.scp.css */
.product-price[b-rghkbueu63] {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #9e3039;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

    .product-price span[b-rghkbueu63] {
        color: #c7c7c7;
        text-decoration: line-through;
        margin-left: 10px;
        font-weight: 600;
    }

.limited-height[b-rghkbueu63] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
}
/* /Components/Pages/Products/QuickTies/Masonry.razor.rz.scp.css */
.card-details p[b-p2nfslxbnc] {
    padding-bottom: 0px;
    margin: 0;
}

.card[b-p2nfslxbnc] {
    background: transparent;
    border: none;
}
/* /Components/Pages/Products/QuickTies/Wood.razor.rz.scp.css */
.card-details p[b-jlql0hejju] {
    padding-bottom: 0px;
    margin: 0;
}

.card[b-jlql0hejju] {
    background: transparent;
    border: none;
}
/* /Components/Pages/Resources/Components/GuideCard.razor.rz.scp.css */
button[b-h7ckes0sqb] {
    background: #9e3039;
}

.product-card[b-h7ckes0sqb] {
    max-width: none !important;
}
/* /Components/Pages/Resources/Components/VideoCard.razor.rz.scp.css */
iframe[b-4g7xwm52vt] {
    width: 100%;
    height: 350px;
}
/* /Components/Shared/BackToTop.razor.rz.scp.css */
.progress-wrap[b-2uod7cslka] {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress[b-2uod7cslka] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lightScrollIcon[b-2uod7cslka]::after {
    color: #ecedf3 !important;
}

.progress-wrap:hover[b-2uod7cslka]::after {
    opacity: 0;
}

.progress-wrap:hover[b-2uod7cslka]::before {
    opacity: 1;
}

.progress-wrap svg path[b-2uod7cslka] {
    fill: none;
}

.progress-wrap svg.progress-circle path[b-2uod7cslka] {
    stroke: #9e3039;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/* /Components/Shared/ProductCard.razor.rz.scp.css */
img[b-xihgus0hj7] {
    max-width: 400px;
    max-height: 400px;
}
