@import '_content/Majorsoft.Blazor.Components.Common.JsInterop/Majorsoft.Blazor.Components.Common.JsInterop.bundle.scp.css';

/* _content/com.aosmith.qr.ui/Components/ProductDocuments.razor.rz.scp.css */
[b-rzigxlxl88] button {
    width: 100%;
}

[b-rzigxlxl88] .rz-button {
    padding: 0.5rem;
}

@media (max-width: 380px) {
    [b-rzigxlxl88] .rz-button-text {
        font-size: .75rem;
    }
}
/* _content/com.aosmith.qr.ui/Components/ProductSummary.razor.rz.scp.css */
[b-lu5rwh79jp] img {
    max-height: 200px;
}

@media (max-width: 600px) {
    [b-lu5rwh79jp] img {
        max-height: 175px;
    }
}
/* _content/com.aosmith.qr.ui/Components/Spinner.razor.rz.scp.css */
.spinner[b-2b5xq0qrh0] {
    animation: spin-b-2b5xq0qrh0 1000ms linear infinite;
    border-bottom: 16px solid #007933;
    border-left: 16px solid #007933;
    border-radius: 50%;
    border-right: 16px solid #007933;
    border-top: 16px solid #bdbdbd;
    height: 80px;
    width: 80px;
}

@keyframes spin-b-2b5xq0qrh0 {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}
