@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Components/GeneratePdfComponent.razor.rz.scp.css */
*[b-vm1993aq33] {
    line-height: 1.2 !important; /* Force 10px line-height globally */
}

.spacer[b-vm1993aq33] {
    flex: 1; /* Fills remaining space dynamically */
}

/* The PDF preview keeps the A4 size for PDF generation integrity */
#pdf-preview[b-vm1993aq33] {
    width: 210mm;
    /* Remove min-height to avoid trailing page */
    /* min-height: 297mm; */
    background: #fff;
    /*margin: 20px auto;*/
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 10mm;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: black;
}


/* Add styling for visual clarity */
div[class^="div"][b-vm1993aq33] {
    text-align: left;
    font-weight: 400;
}

#company-logo img[b-vm1993aq33] {
    width: 150px;   /* Match the width of div1 */
    height: 75px;  /* Desired height for the logo image */
    object-fit: contain; /* Ensure the image scales correctly */
}

#buyer-section[b-vm1993aq33]{
    font-size: 9.5pt;
}

#delivery-info-header[b-vm1993aq33]{
    font-weight: bold;
    font-size: 11pt;
}

#buyer-info-header[b-vm1993aq33]{
    font-weight: bold;
    font-size: 11pt;
}

#company-info[b-vm1993aq33] {
    font-size: 8pt;
}

#branch-info[b-vm1993aq33] {
    font-size: 8pt;
}

#order-info[b-vm1993aq33] {
    border-style: solid;
    border-width: 1px;
    font-size: 8pt;
    padding: 5px;
}

#legal-info[b-vm1993aq33] {
    font-size: 8pt;
    margin-top: 5px;
}

#products-table[b-vm1993aq33]{
    font-size: 9pt!important;
}

/* General text and table adjustments for responsiveness */
table[b-vm1993aq33], tr[b-vm1993aq33], td[b-vm1993aq33], th[b-vm1993aq33] {
    font-size: 9pt;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.report-odseq-qty[b-vm1993aq33] {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

/* Column Widths */
.pdf-table colgroup col[b-vm1993aq33] {
    width: auto;
}

/* Images */
#company-logo img[b-vm1993aq33] {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}


.report-detail-image[b-vm1993aq33] {
    max-width: 175px;
    max-height: 175px;
    width: auto;       /* Ensures aspect ratio is preserved */
    height: auto;      /* Ensures aspect ratio is preserved */
    object-fit: contain;
    margin-top: 5px;
}

.signature-image[b-vm1993aq33] {
    margin-left:10px;
    height: 75px;
    image-rendering: auto; 
}

.bottom-section[b-vm1993aq33]{
    font-size: 9pt;
}


/* PDF Content Styles */
.pdf-container[b-vm1993aq33] {
    width: 100%;
    overflow: auto;
}

.pdf-title[b-vm1993aq33] {
    text-align: center;
    font-size: 24pt;
    font-weight: bold;
    margin-bottom: 20px;
}

.pdf-section[b-vm1993aq33] {
    margin-bottom: 5px;
}

.pdf-label[b-vm1993aq33] {
    font-weight: bold;
}

.pdf-content[b-vm1993aq33] {
    line-height: 1.2;
    text-align: justify;
}

.pdf-image[b-vm1993aq33] {
    max-width: 100%;
    height: auto;
}

.page-break:not(:last-child)[b-vm1993aq33] {
    page-break-after: always;
}
    /* Prevent a trailing blank page by turning off page-break on the last such element */
    .page-break:last-of-type[b-vm1993aq33] {
        page-break-after: auto;
    }

.avoid-page-break[b-vm1993aq33] {
    page-break-inside: avoid;
}

/* Header and Footer */
.pdf-header[b-vm1993aq33],
.pdf-footer[b-vm1993aq33] {
    position: absolute;
    left: 20mm;
    right: 20mm;
    color: gray;
    font-size: 12pt;
}

.pdf-header[b-vm1993aq33] {
    top: 10mm;
}

.pdf-footer[b-vm1993aq33] {
    text-align: center;
}

/* Hide Elements Not Needed in PDF */
.no-print[b-vm1993aq33] {
    display: none;
}

/* CSS for page breaks */
@media print {
    /* General rules */
    *[b-vm1993aq33] {
        box-sizing: border-box;
    }

    /* Avoid breaking inside paragraphs */
    p[b-vm1993aq33] {
        page-break-inside: avoid;
    }

    /* Control page breaks after sections */
    .pdf-section[b-vm1993aq33] {
        page-break-after: auto;
        page-break-inside: avoid;
    }

    /* Force page breaks before elements with the class 'page-break' */
    .page-break[b-vm1993aq33] {
        page-break-before: always;
    }

    /* Avoid breaking inside the signature section */
    .avoid-page-break[b-vm1993aq33] {
        page-break-inside: avoid;
    }

    .pdf-container[b-vm1993aq33] {
        padding: 1.5in 0.5in; /* Consistent top and side padding */
        margin: 0; /* Avoid margin conflicts */
    }

    .pdf-section[b-vm1993aq33] {
        page-break-inside: avoid;
    }

    .page-break[b-vm1993aq33] {
        page-break-before: always;
        padding-top: 1.5in; /* Add top padding after a forced page break */
    }
}

.pdf-save-btn[b-vm1993aq33]{
    position: fixed; /* Fixed positioning relative to the viewport */
    right: 20px; /* 20px from the right */
    bottom: 20px; /* 20px from the bottom */
    z-index: 1000; /* High z-index to ensure it's above other content */
    border-radius: 10px;
}

/* Parent Grid Container */
.parent[b-vm1993aq33] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
}


/* Buyer and Delivery Info */
#buyer-info[b-vm1993aq33], #delivery-info[b-vm1993aq33] {
    flex: 1;                         /* Take equal width */
    display: flex;                   /* Use Flexbox */
    flex-direction: column;          /* Stack content vertically */
    margin-right: 0px;              /* Optional spacing */
}

.report-field[b-vm1993aq33]{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.report-header[b-vm1993aq33]{
    display: grid;
    grid-template-columns: 1fr 0.85fr 0.85fr 1.3fr;
}

#delivery-info[b-vm1993aq33] {
    margin-right: 0; /* Remove margin from the last item */
}

/* Bordered Box */
.bordered-box[b-vm1993aq33] {
    border: 1px solid black;
    padding: 10px;
    box-sizing: border-box;
    flex: 1;             /* Fill the available height */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.signature-bordered-box[b-vm1993aq33]{
    border: 1px solid black;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
    flex: 1;             /* Fill the available height */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdf-section-signature[b-vm1993aq33]{
    margin-bottom: 5px;
}

/* Optional: Ensure strong tags are aligned consistently */
#buyer-info > strong[b-vm1993aq33], #delivery-info > strong[b-vm1993aq33] {
    margin-bottom: 5px;
}

.nested-grid[b-vm1993aq33] {
    display: flex;
    justify-content: space-between;
}

.nested-grid > div[b-vm1993aq33] {
    /* For the first three divs */
    flex: 1;
    margin-right: 10px; /* Optional spacing */
}

.nested-grid > div:last-child[b-vm1993aq33] {
    /* For the last div (div4) */
    flex: 1.25; /* 25% wider */
    margin-right: 0;
}
/* Style for individual divs */
.div1[b-vm1993aq33] {
    grid-row: 1 / 2;
    grid-column: 1 / 2;

}

.div2[b-vm1993aq33] {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
    width: 100%; /* Reduce its width */
    justify-self: start; /* Align it within its grid cell */

}

.div3[b-vm1993aq33] {
    grid-row: 1 / 2;
    grid-column: 3 / 4;
    width: 100%;
    justify-self: start; /* Align it within its grid cell */
  
}

.div4[b-vm1993aq33] {
    grid-row: 1 / 2;
    grid-column: 4 / 5;
    justify-self: stretch; /* Align it within its grid cell */

}

/* Buyer Section */
.div5[b-vm1993aq33] {
    grid-column: 1 / -1; /* Span all columns */
    grid-row: 2;
    display: flex;       /* Use Flexbox */
    flex-wrap: nowrap;
    justify-content: space-between; /* Evenly distribute space */

}

.div6[b-vm1993aq33] {
    grid-column: 3 / 5; /* Spans two columns */
    grid-row: 2;

}

.div7[b-vm1993aq33] {
    grid-column: 1 / -1;
 
}

.div8[b-vm1993aq33] {
    grid-column: 1 / -1; /* Span all columns */
    grid-row: 4;
    display: flex; /* Use Flexbox */
    flex-wrap: nowrap;
    justify-content: space-between; /* Evenly distribute space */
}

.div9[b-vm1993aq33] {
    grid-column: 3 / 5; /* Spans two columns */
    grid-row: 4;
  
}

.div10[b-vm1993aq33] {
    grid-column: 1 / 5; /* Spans all columns */
    grid-row: 5;

}

.div11[b-vm1993aq33] {
    grid-column: 1 / 5; /* Spans all columns */
    grid-row: 6;

}

.pdf-scale-container[b-vm1993aq33] {
    transform-origin: top;
}


/* On larger screens, show at full scale */
@media (min-width: 1200px) {
    /* No scaling, full size */
    .pdf-scale-container[b-vm1993aq33] {
        transform: scale(1);
    }
}

/* On medium screens, slightly scale down */
@media (max-width: 1199px) and (min-width: 800px) {
    .pdf-scale-container[b-vm1993aq33] {
        transform: scale(0.8);
        /* Since we scale down, we need some extra space so the user sees full page */
        width: calc(210mm / 0.8);
        height: auto;
    }
}

/* On smaller screens, scale down more */
@media (max-width: 799px) {
    .pdf-scale-container[b-vm1993aq33] {
        transform: scale(0.48);
        width: calc(210mm / 0.5);
        height: auto;
    }

}
/* /Components/ImperialMeasurementInput.razor.rz.scp.css */
input:valid[b-43y4esnt7q], input:invalid[b-43y4esnt7q] {
    border: none;
    box-shadow: none;
}

.valid.modified[b-43y4esnt7q]{
   outline: none!important;
}
/* /Components/MetricMeasurementInput.razor.rz.scp.css */
input:valid[b-mtkxornc40], input:invalid[b-mtkxornc40] {
    border: none;
    box-shadow: none;
}

.valid.modified[b-mtkxornc40] {
    outline: none!important;
}

.input-box-append[b-mtkxornc40] {
    border-style: solid;
    border-width: 1px;
    border-radius: 0px 5px 5px 0px;
    background-color: #e5e5e57d;
    padding: 0.5px 3px 0.5px 2px;
    font-weight: 600;
    margin-left: -1px;
}
/* /Components/ReportPreviewComponent.razor.rz.scp.css */

.pdf-viewer[b-6e6xuqk5t8] {
    background-color: #e3e3e3;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    box-sizing: border-box;
}



/* Ensure images and tables remain contained */
#pdf-preview table[b-6e6xuqk5t8], #pdf-preview img[b-6e6xuqk5t8] {
    max-width: 100%;
    height: auto;
}

/* Signature image also scales proportionally */
.signature-image[b-6e6xuqk5t8] {
    max-width: 100%;
    height: auto;
}

/* Buttons and other controls */
.pdf-preview-close-btn[b-6e6xuqk5t8] {
    position: sticky;
    top: 10px;
    float: right;
    background-color: #ff5f5f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.pdf-preview-close-btn:hover[b-6e6xuqk5t8] {
    background-color: #ff1c1c;
}





/* Full-page modal styling */
.blazored-modal-container.full-screen-modal[b-6e6xuqk5t8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Optional: semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.blazored-modal.full-screen-modal[b-6e6xuqk5t8] {
    width: 100%;
    height: 100%;
    background-color: white;
    overflow: scroll;
    position: relative;
}

/* Hide the default close button if desired */
.blazored-modal .blazored-modal-close[b-6e6xuqk5t8] {
    display: none;
}

.pdf-preview-close-btn-container[b-6e6xuqk5t8] {
    position: sticky;
    top: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 1000;
    /* This container will stick at the top as you scroll,
       keeping the button at the top-right corner. */
}

.pdf-preview-close-btn[b-6e6xuqk5t8] {
    position: fixed;
    background-color: #ff5f5f;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pdf-preview-close-btn:hover[b-6e6xuqk5t8] {
    background-color: #ff1c1c;
}

@media (max-width: 799px) {
    .pdf-preview-close-btn[b-6e6xuqk5t8] {
        top: 2px;
        transform: scale(0.75);
        right: 4px;
    }
}
/* /Pages/CustomSignaturePad.razor.rz.scp.css */
.signature-pad-footer[b-s3kcpw46c8] {
    display: flex;
    flex-direction: column;
    padding: 10px;
    gap: 15px;
}

.signature-pad-footer .control-buttons[b-s3kcpw46c8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.control-group[b-s3kcpw46c8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.control-group label[b-s3kcpw46c8] {
    margin-bottom: 5px;
    font-weight: bold;
}

.slider-container[b-s3kcpw46c8] {
    position: relative;
    width: 150px;
}

.slider-container input[type="range"][b-s3kcpw46c8] {
    width: 100%;
}

.slider-container .dot-size-display[b-s3kcpw46c8] {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.9rem;
    background: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.erase-button[b-s3kcpw46c8] {
    margin-left: auto;
}

.modal-footer[b-s3kcpw46c8] {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
    gap: 10px;
}

.sketch-canvas[b-s3kcpw46c8]{
    border: 1px;
    border-style: dashed;
    margin: 10px;
    user-select: none;
    touch-action: none;
}

html[b-s3kcpw46c8], body[b-s3kcpw46c8] {
    height: 100%;
    margin: 0;
    padding: 0;
}
/* /Pages/DrawingBoard.razor.rz.scp.css */
.toolbar[b-yer2xe79dh] {
    margin-bottom: 10px;
}

button[b-yer2xe79dh] {
    margin-right: 10px;
}
/* /Pages/ProductDetailModal.razor.rz.scp.css */
.modal-overlay[b-fuyjk0jpah] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-fuyjk0jpah] {
    background: #ffffff;
    border-radius: 8px;
    padding: 1.5em;
    max-width: 600px;
    width: 90%;
    animation: fadeIn-b-fuyjk0jpah 0.3s ease-in-out;
}

.modal-header[b-fuyjk0jpah] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
}

.modal-title[b-fuyjk0jpah] {
    font-size: 1.5em;
    font-weight: bold;
    color: #333;
}

.close-button[b-fuyjk0jpah] {
    background: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
    color: #333;
    transition: color 0.2s ease;
}

.close-button:hover[b-fuyjk0jpah] {
    color: #ff0000;
}

.product-detail-body[b-fuyjk0jpah] {
    display: flex;
    gap: 1.5em;
    flex-wrap: wrap;
}

.product-image img[b-fuyjk0jpah] {
    width: 100%;
    height: auto;
    max-width: 320px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.product-info ul[b-fuyjk0jpah] {
    list-style: none;
    padding: 0;
    font-size: 1.1em;
    color: #555;
}

.product-info li[b-fuyjk0jpah] {
    margin-bottom: 0.5em;
}

.product-info strong[b-fuyjk0jpah] {
    color: #333;
}

.box-shadow[b-fuyjk0jpah] {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
}

@keyframes fadeIn-b-fuyjk0jpah {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Pages/TechEventIntervention.razor.rz.scp.css */
[b-h7t5bfa4rc] .rz-switch {
    zoom: 0.7 !important;
}
/* /Shared/Loading.razor.rz.scp.css */

.lds-roller[b-841pfhwmi3] {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div[b-841pfhwmi3] {
  animation: lds-roller-b-841pfhwmi3 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

  .lds-roller div[b-841pfhwmi3]:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000000;
    margin: -4px 0 0 -4px;
  }

  .lds-roller div:nth-child(1)[b-841pfhwmi3] {
    animation-delay: -0.036s;
  }

    .lds-roller div:nth-child(1)[b-841pfhwmi3]:after {
      top: 63px;
      left: 63px;
    }

  .lds-roller div:nth-child(2)[b-841pfhwmi3] {
    animation-delay: -0.072s;
  }

    .lds-roller div:nth-child(2)[b-841pfhwmi3]:after {
      top: 68px;
      left: 56px;
    }

  .lds-roller div:nth-child(3)[b-841pfhwmi3] {
    animation-delay: -0.108s;
  }

    .lds-roller div:nth-child(3)[b-841pfhwmi3]:after {
      top: 71px;
      left: 48px;
    }

  .lds-roller div:nth-child(4)[b-841pfhwmi3] {
    animation-delay: -0.144s;
  }

    .lds-roller div:nth-child(4)[b-841pfhwmi3]:after {
      top: 72px;
      left: 40px;
    }

  .lds-roller div:nth-child(5)[b-841pfhwmi3] {
    animation-delay: -0.18s;
  }

    .lds-roller div:nth-child(5)[b-841pfhwmi3]:after {
      top: 71px;
      left: 32px;
    }

  .lds-roller div:nth-child(6)[b-841pfhwmi3] {
    animation-delay: -0.216s;
  }

    .lds-roller div:nth-child(6)[b-841pfhwmi3]:after {
      top: 68px;
      left: 24px;
    }

  .lds-roller div:nth-child(7)[b-841pfhwmi3] {
    animation-delay: -0.252s;
  }

    .lds-roller div:nth-child(7)[b-841pfhwmi3]:after {
      top: 63px;
      left: 17px;
    }

  .lds-roller div:nth-child(8)[b-841pfhwmi3] {
    animation-delay: -0.288s;
  }

    .lds-roller div:nth-child(8)[b-841pfhwmi3]:after {
      top: 56px;
      left: 12px;
    }

@keyframes lds-roller-b-841pfhwmi3 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-o8ghm99vcx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sync-banner-general[b-o8ghm99vcx] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #dc3545; /* Bootstrap danger color for consistency */
    color: white;
    text-align: center;
    padding: 15px 10px;
    font-family: 'Arial', sans-serif;
    font-size: 1.1rem;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #c82333;
    z-index: 1000;
    border-radius: 5px 5px 0 0;
    opacity: 0.95;
    display: none; /* Initially hidden */
}

.sync-banner-general a[b-o8ghm99vcx] {
    color: #ffffcc; /* Light yellow for better readability */
    text-decoration: underline;
    font-weight: bold;
}

.sync-banner-current[b-o8ghm99vcx] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffc107; /* Bootstrap warning color for a vibrant look */
    color: black; /* Ensures readability */
    text-align: center; /* Centers the text for better focus */
    padding: 15px 10px; /* Consistent padding for visual harmony */
    font-family: 'Arial', sans-serif; /* Clean, readable font */
    font-size: 1.1rem; /* Slightly larger font for emphasis */
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    border-top: 3px solid #e0a800; /* Slightly thicker border for a defined edge */
    z-index: 1000; /* Keeps the banner on top */
    border-radius: 5px 5px 0 0; /* Rounded corners at the top */
    opacity: 0.95; /* Slight transparency for a softer look */
    display: none; /* Ensures it's hidden until needed */
}

    .sync-banner-current a[b-o8ghm99vcx] {
        color: #0056b3; /* Deeper blue for links to stand out on the yellow background */
        text-decoration: none; /* No underline to keep it clean */
        font-weight: bold; /* Bold for emphasis */
        padding: 0 5px; /* Padding around links for easier clickability */
        background-color: rgba(255, 255, 255, 0.3); /* Subtle background highlight for links */
        border-radius: 4px; /* Rounded corners for link backgrounds */
        transition: background-color 0.3s, color 0.3s; /* Smooth transition for hover effects */
    }

        .sync-banner-current a:hover[b-o8ghm99vcx], .sync-banner-current a:focus[b-o8ghm99vcx] {
            background-color: rgba(255, 255, 255, 0.5); /* Lighter background on hover/focus for visibility */
            color: #000; /* Change color to black for better contrast on hover/focus */
            text-decoration: none; /* Ensure no underline on hover */
        }


.main[b-o8ghm99vcx] {
    flex: 1;
}

.sidebar[b-o8ghm99vcx] {
    background-color: lightgray;
}

.top-row[b-o8ghm99vcx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o8ghm99vcx]  a, .top-row .btn-link[b-o8ghm99vcx] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-o8ghm99vcx] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-o8ghm99vcx] {
        display: none;
    }

    .top-row.auth[b-o8ghm99vcx] {
        justify-content: space-between;
    }

    .top-row a[b-o8ghm99vcx], .top-row .btn-link[b-o8ghm99vcx] {
        margin-left: 0;
    }
}

@media (min-width: 900px) {
    .page[b-o8ghm99vcx] {
        flex-direction: row;
    }

  .sidebar[b-o8ghm99vcx] {
    width: auto;
    max-width: 250px;
    position: sticky;
    top: 0;
    background-color: lightgray;
  }

    .top-row[b-o8ghm99vcx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-o8ghm99vcx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vuuu6o98t2] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-vuuu6o98t2] {
/*    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);*/
}

.navbar-brand[b-vuuu6o98t2] {
    font-size: 1.1rem;
}

.oi[b-vuuu6o98t2] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-vuuu6o98t2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vuuu6o98t2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vuuu6o98t2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vuuu6o98t2]  a {
/*        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;*/
    }

.nav-item[b-vuuu6o98t2]  a.active {
/*    background-color: rgba(255,255,255,0.25);
    color: white;*/
}

.nav-item[b-vuuu6o98t2]  a:hover {
/*    background-color: rgba(255,255,255,0.1);
    color: white;*/
}


/*1000px isnt wide...*/
@media (min-width: 1100px) {
    .navbar-toggler[b-vuuu6o98t2] {
        display: none;
    }

    .collapse[b-vuuu6o98t2] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
