@import '_content/dymaptic.GeoBlazor.Core/dymaptic.GeoBlazor.Core.8opetg2y0k.bundle.scp.css';

/* /App.razor.rz.scp.css */
.result-title[b-tgk11mh1xa] {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
    line-height: 1.4;
}
/* /Components/AddressEntity.razor.rz.scp.css */
/* /Components/AdvancedSearch.razor.rz.scp.css */
.filter[b-agw22fost5] {
  padding: 16px 12px;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.label[b-agw22fost5] {
  padding-bottom: 5px;
  color: #374151;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter";
}

[b-agw22fost5] .e-rowcell {
  vertical-align: top !important;
}

.clear-filter-button[b-agw22fost5] {
  text-align: right;
  margin: 0 0 1rem 0;
}
/* /Components/ArcGis/ArcGisMap.razor.rz.scp.css */
#mv[b-qn47doswyy] {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}
/* /Components/AttachmentTable.razor.rz.scp.css */
.e-toast-container .e-toast[b-fnx5mdt6xo] {
  background-color: red;
}

[b-fnx5mdt6xo] .e-removeDeleteButton .e-unboundcell .e-unboundcelldiv button.e-deleteButton {
  display: none;
}
/* /Components/AttachmentViewer.razor.rz.scp.css */
/* Fullscreen viewer styles */
.fullscreen-viewer-container[b-xputx3g5yf] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background: #ffffff;
    overflow: hidden;
}

.viewer-header[b-xputx3g5yf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    min-height: 60px;
    z-index: 1000;
}

.viewer-title[b-xputx3g5yf] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    word-break: break-all;
    max-width: calc(100% - 60px);
}

.close-button[b-xputx3g5yf] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.close-button:hover[b-xputx3g5yf] {
    background: #dc2626;
    transform: scale(1.05);
}

.close-button:active[b-xputx3g5yf] {
    transform: scale(0.95);
}

.viewer-content[b-xputx3g5yf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #f1f5f9;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .viewer-header[b-xputx3g5yf] {
        padding: 0.75rem 1rem;
        min-height: 50px;
    }
    
    .viewer-title[b-xputx3g5yf] {
        font-size: 1rem;
        max-width: calc(100% - 50px);
    }
    
    .close-button[b-xputx3g5yf] {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
    }
}

/* Ensure content fills available space */
.viewer-content > *[b-xputx3g5yf] {
    height: 100%;
    width: 100%;
}

/* Override any max-heights in the content area */
.viewer-content .attachment-content[b-xputx3g5yf] {
    max-height: none !important;
    height: 100% !important;
}

/* PDF viewer specific adjustments */
.viewer-content .pdf-loading-container[b-xputx3g5yf],
.viewer-content .image-viewer-container[b-xputx3g5yf],
.viewer-content .csv-viewer-container[b-xputx3g5yf] {
    height: 100% !important;
    border: none !important;
    border-radius: 0 !important;
}

/* Hide popout buttons in fullscreen mode */
.viewer-content .popout-button[b-xputx3g5yf] {
    display: none !important;
}

/* Ensure Syncfusion PDF viewer is responsive */
.viewer-content .e-pdfviewer[b-xputx3g5yf],
.viewer-content .e-pdfviewer .e-pv-page-container[b-xputx3g5yf],
.viewer-content .e-pdfviewer .e-pv-viewer-container[b-xputx3g5yf] {
    height: 100% !important;
    width: 100% !important;
}

/* Ensure images scale properly in fullscreen */
.viewer-content img[b-xputx3g5yf] {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

/* CSV grid adjustments for fullscreen */
.viewer-content .e-grid[b-xputx3g5yf] {
    height: 100% !important;
}

.viewer-content .e-grid .e-gridcontent[b-xputx3g5yf] {
    max-height: none !important;
}

/* Smooth transitions for resize */
.viewer-content *[b-xputx3g5yf] {
    transition: width 0.2s ease, height 0.2s ease;
}

/* Full viewport utilization */
html[b-xputx3g5yf], body[b-xputx3g5yf] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
/* /Components/AttachmentViewerPanel.razor.rz.scp.css */
.attachments-panel[b-bgckh5hrgf] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-width: 600px;
    width: 100%;
}

.attachment-header[b-bgckh5hrgf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0.5rem 0;
}

.attachment-title[b-bgckh5hrgf] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #374151;
}

.attachment-actions[b-bgckh5hrgf] {
    display: flex;
    gap: 0.5rem;
}

.filter-toggle-btn[b-bgckh5hrgf] {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.uploader-container[b-bgckh5hrgf] {
    border: 2px dashed #d1d5db;
    border-radius: 0.375rem;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    animation: slideDown-b-bgckh5hrgf 0.3s ease-out;
}

.uploader-container:hover[b-bgckh5hrgf] {
    border-color: #9ca3af;
}

.attachment-preview-container[b-bgckh5hrgf] {
    position: relative;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    overflow: hidden;
    background: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.attachment-content[b-bgckh5hrgf] {
    position: relative;
    min-height: 200px;
    max-height: 400px;
    overflow: hidden;
}

.filename-display[b-bgckh5hrgf] {
    padding: 0.75rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    word-break: break-all;
}

.delete-button[b-bgckh5hrgf] {
    padding: 0.5rem;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
}

/* Responsive width adjustments */
@media (max-width: 768px) {
    .attachments-panel[b-bgckh5hrgf] {
        max-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .attachments-panel[b-bgckh5hrgf] {
        max-width: 500px;
    }
}

@media (min-width: 1025px) {
    .attachments-panel[b-bgckh5hrgf] {
        max-width: 600px;
    }
}

@media (min-width: 1440px) {
    .attachments-panel[b-bgckh5hrgf] {
        max-width: 700px;
    }
}

@media (max-width: 640px) {
    .attachment-header[b-bgckh5hrgf] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .attachment-title[b-bgckh5hrgf] {
        font-size: 1rem;
    }
    
    .filter-toggle-btn[b-bgckh5hrgf] {
        font-size: 0.75rem;
        padding: 0.375rem 0.75rem;
    }
}

/* Animations */
@keyframes slideDown-b-bgckh5hrgf {
    from {
        opacity: 0;
        transform: translateY(-10px);
        max-height: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
        max-height: 200px;
    }
}
/* /Components/AuthorityHolderClientRecord.razor.rz.scp.css */
/* /Components/AuthorityRecord.razor.rz.scp.css */
/* /Components/ClientRecord.razor.rz.scp.css */
/* /Components/ClientWarningModal.razor.rz.scp.css */
.client-warning-modal-container[b-su6hiw9s44] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.client-warning-modal-container.hidden[b-su6hiw9s44] {
  display: none;
}

.client-warning-modal-container.visible[b-su6hiw9s44] {
  display: block;
}

.client-warning-modal-backdrop[b-su6hiw9s44] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.client-warning-modal[b-su6hiw9s44] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.client-warning-modal-content[b-su6hiw9s44] {
  display: flex;
  flex-direction: column;
}

.client-warning-modal-header[b-su6hiw9s44] {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  position: relative
}

.client-warning-icon[b-su6hiw9s44] {
  font-size: 24px;
  margin-right: 12px;
}

.client-warning-modal-header h2[b-su6hiw9s44] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
}

.client-warning-modal-body[b-su6hiw9s44] {
  padding: 16px;
  max-height: 60vh;
  overflow-y: auto;
}

.client-warning-modal-footer[b-su6hiw9s44] {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  gap: 8px;
}

.client-warning-btn[b-su6hiw9s44] {
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

.client-warning-btn:hover[b-su6hiw9s44] {
  background-color: #e9ecef;
}

.client-warning-btn-primary[b-su6hiw9s44] {
  background-color: #0EA5A3;
  border-color: rgb(1 45 32);
  color: rgb(1 45 32);
}

.client-warning-btn-primary:hover[b-su6hiw9s44] {
  background-color: #007c51;
  color: white;
}
/* /Components/CommentThread.razor.rz.scp.css */
[b-r39uohdhd7] textarea {
  padding: 10px !important;
  box-sizing: border-box;
}

.minimised[b-r39uohdhd7]  textarea {
  height: 44px !important;
}

.create-actions[b-r39uohdhd7] {
  padding-top: 8px;
}

.comment[b-r39uohdhd7] {
  padding: 16px 0 0 4px;
}

.comment-name[b-r39uohdhd7] {
  font-size: 14px;
  font-weight: bold;
}

.comment-body[b-r39uohdhd7] {
  color: #545454;
  font-size: 14px;
  padding: 4px 0;
}

.comment-body > p[b-r39uohdhd7] {
  white-space: pre-line;
  margin: 0;
}

.comment-date[b-r39uohdhd7] {
  padding-left: 8px;
  font-size: 14px;
}

.comment-edited[b-r39uohdhd7] {
  padding-left: 8px;
  color: #999999;
  cursor: default;
}

.comment-actions button[b-r39uohdhd7] {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  margin-right: 8px;
}

.comment-actions button:hover[b-r39uohdhd7] {
  text-decoration: underline;
}

.filter[b-r39uohdhd7] {
  padding: 16px 12px;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.label[b-r39uohdhd7] {
  padding-bottom: 5px;
  color: #374151;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter";
}

.clear-filter-button[b-r39uohdhd7] {
  text-align: right;
  margin: 0 0 1rem 0;
}
/* /Components/CopyableText.razor.rz.scp.css */
.icon[b-yysicyg805] {
  cursor: pointer;
  opacity: 0.7;
}

.icon:hover[b-yysicyg805] {
  opacity: 0.9;
}
/* /Components/CsvAttachmentViewer.razor.rz.scp.css */
.popout-button[b-ixon3wvv00] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.popout-button:hover[b-ixon3wvv00] {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.csv-viewer-container[b-ixon3wvv00] {
    position: relative;
    background: white;
    border-radius: 0.375rem;
    overflow: hidden;
}

.csv-loading-container[b-ixon3wvv00] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
}

.csv-error-container[b-ixon3wvv00] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fef2f2;
    border: 1px solid #fca5a5;
    border-radius: 0.375rem;
}

.loading-content[b-ixon3wvv00] {
    text-align: center;
    color: #6b7280;
}

.error-content[b-ixon3wvv00] {
    text-align: center;
    color: #dc2626;
}
/* /Components/ErrorModal.razor.rz.scp.css */
.error-modal-container[b-iyefd7pepn] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.error-modal-container.hidden[b-iyefd7pepn] {
    display: none;
}

.error-modal-container.visible[b-iyefd7pepn] {
    display: block;
}

.error-modal-backdrop[b-iyefd7pepn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.error-modal[b-iyefd7pepn] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.error-modal-content[b-iyefd7pepn] {
    display: flex;
    flex-direction: column;
}

.error-modal-header[b-iyefd7pepn] {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    position: relative
}

.error-icon[b-iyefd7pepn] {
    font-size: 24px;
    margin-right: 12px;
}

.error-modal-header h2[b-iyefd7pepn] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #dc3545;
    flex-grow: 1;
}

.error-modal-body[b-iyefd7pepn] {
    padding: 16px;
    max-height: 60vh;
    overflow-y: auto;
}

.error-details-container[b-iyefd7pepn] {
  margin-top: 16px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 8px;
  background-color: #f8f9fa;
}

.error-details-container.hidden[b-iyefd7pepn] {
    display: none;
}

.error-details-container h3[b-iyefd7pepn] {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}

#error-details[b-iyefd7pepn] {
    margin: 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 12px;
    font-family: monospace;
    max-height: 200px;
    overflow-y: auto;
}

.error-modal-footer[b-iyefd7pepn] {
    display: flex;
    justify-content: flex-end;
    padding: 16px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    gap: 8px;
}

.error-btn[b-iyefd7pepn] {
    padding: 8px 16px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    background-color: #f8f9fa;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s;
}

.error-btn:hover[b-iyefd7pepn] {
    background-color: #e9ecef;
}

.error-btn-primary[b-iyefd7pepn] {
  background-color: #0EA5A3;
  border-color: rgb(1 45 32);
  color: rgb(1 45 32);
}

.error-btn-primary:hover[b-iyefd7pepn] {
    background-color: #0069d9;
}

.close-btn-container[b-iyefd7pepn] {
    display: flex;
    justify-content: end;
}

.close-btn[b-iyefd7pepn] {
  padding: 6px 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s
}

.close-btn:hover[b-iyefd7pepn] {
  background-color: #e9ecef;
}
/* /Components/Experimental.razor.rz.scp.css */
.filter[b-t44l2ckjk5] {
  padding: 16px 12px;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.label[b-t44l2ckjk5] {
  padding-bottom: 5px;
}
/* /Components/Feature/FeatureView.razor.rz.scp.css */
/* /Components/FriendlyAuthorize.razor.rz.scp.css */
.filter[b-mhymugckoi] {
  padding: 16px 12px;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.label[b-mhymugckoi] {
  padding-bottom: 5px;
}
/* /Components/ImageAttachmentViewer.razor.rz.scp.css */
.popout-button[b-k9tlnj4a2q] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    padding: 0.25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.popout-button:hover[b-k9tlnj4a2q] {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.image-viewer-container[b-k9tlnj4a2q] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border-radius: 0.375rem;
    overflow: hidden;
}

.image-loading-container[b-k9tlnj4a2q] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 0.375rem;
}

.loading-content[b-k9tlnj4a2q] {
    text-align: center;
    color: #6b7280;
}
/* /Components/JsonViewer.razor.rz.scp.css */
.icon[b-f07363aum3] {
  cursor: pointer;
  opacity: 0.7;
}

.icon:hover[b-f07363aum3] {
  opacity: 0.9;
}
/* /Components/Map/FmsMap.razor.rz.scp.css */
.float-text[b-b8omd2a93q] {
  background-color: #fff;
  z-index: 999;
  top: 30px;
  position: relative;
  height: 24px;
  line-height: 24px;
  padding-left: 10px;
  padding-right: 10px;
}
/* /Components/NoticeTable.razor.rz.scp.css */
/* /Components/PdfAttachmentViewer.razor.rz.scp.css */
.pdf-viewer-container[b-zgi9ruln6e] {
  position: relative;
}

.popout-button[b-zgi9ruln6e] {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.25rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.popout-button:hover[b-zgi9ruln6e] {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.pdf-loading-container[b-zgi9ruln6e] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0.375rem;
}

.loading-content[b-zgi9ruln6e] {
  text-align: center;
  color: #6b7280;
}
/* /Components/PdfViewer.razor.rz.scp.css */
/* /Components/Pickers/ApplicationDevelopmentalTriggersPicker.razor.rz.scp.css */
/* /Components/Pickers/ApplicationLocalityPicker.razor.rz.scp.css */
/* /Components/Pickers/ApplicationNatureOfDevelopmentPicker.razor.rz.scp.css */
/* /Components/Pickers/ApplicationPicker.razor.rz.scp.css */

/* /Components/Pickers/ApplicationSARARegionPicker.razor.rz.scp.css */
/* /Components/Pickers/ApplicationTeamPicker.razor.rz.scp.css */

/* /Components/Pickers/ApplicationTypePicker.razor.rz.scp.css */
/* /Components/Pickers/AquacultureTypePicker.razor.rz.scp.css */
/* /Components/Pickers/AssessmentLevelPicker.razor.rz.scp.css */
/* /Components/Pickers/AuthorityStatusChangeReasonTypePicker.razor.rz.scp.css */
/* /Components/Pickers/BetterPicker.razor.rz.scp.css */
/* /Components/Pickers/ClientPicker.razor.rz.scp.css */
[b-i3xwkbkoc8] .error {
  border: 1px solid red;
}
/* /Components/Pickers/ClientTypePicker.razor.rz.scp.css */
/* /Components/Pickers/CountryPicker.razor.rz.scp.css */
/* /Components/Pickers/DistrictCodePicker.razor.rz.scp.css */
/* /Components/Pickers/DisturbanceTypePicker.razor.rz.scp.css */
/* /Components/Pickers/FacilityTypePicker.razor.rz.scp.css */
/* /Components/Pickers/FishHabitatAreaPicker.razor.rz.scp.css */
/* /Components/Pickers/ForestrySystemTypePicker.razor.rz.scp.css */
/* /Components/Pickers/JobTypePicker.razor.rz.scp.css */
/* /Components/Pickers/MarinePlantPicker.razor.rz.scp.css */
/* /Components/Pickers/MeasureSystemPicker.razor.rz.scp.css */
/* /Components/Pickers/MuidPicker.razor.rz.scp.css */
/* /Components/Pickers/MultiSelectUserPicker.razor.rz.scp.css */

/* /Components/Pickers/PaymentStatusPicker.razor.rz.scp.css */
/* /Components/Pickers/ProductClassPicker.razor.rz.scp.css */
/* /Components/Pickers/ProductCodePicker.razor.rz.scp.css */
/* /Components/Pickers/SalesDocketTypePicker.razor.rz.scp.css */
/* /Components/Pickers/SalesPermitTypePicker.razor.rz.scp.css */
/* /Components/Pickers/SaleUnitParameterTypePicker.razor.rz.scp.css */
/* /Components/Pickers/ScreenTypePicker.razor.rz.scp.css */
/* /Components/Pickers/TeamRolePicker.razor.rz.scp.css */
[b-tmh7pr196x] .error {
  border: 1px solid red;
}
/* /Components/Pickers/TidalAquacultureTypePicker.razor.rz.scp.css */
/* /Components/Pickers/UserPicker.razor.rz.scp.css */
[b-xxgr4gnf62] .error {
  border: 1px solid red;
}
/* /Components/Pickers/WorkTimeFrameTypePicker.razor.rz.scp.css */
/* /Components/Pickers/WorkTypePicker.razor.rz.scp.css */
/* /Components/Pickers/WorkWaterwayColourTypePicker.razor.rz.scp.css */
/* /Components/QuickSearch.razor.rz.scp.css */
.search-container[b-rv20768tp0] {
  display: flex;
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 6px;
  padding: 0;
  margin: 0;
}

.search-container:focus-within[b-rv20768tp0] {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.search-icon[b-rv20768tp0] {
  padding: 12px 16px;
  color: #313132;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-item[b-rv20768tp0] {
  padding: 12px 16px;
  border-bottom: none;
  cursor: pointer;
}

.search-item-content[b-rv20768tp0] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.search-item-main[b-rv20768tp0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-item-display[b-rv20768tp0] {
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

.search-item-id[b-rv20768tp0] {
  color: #666;
  font-size: 12px;
  font-family: monospace;
}

.loading-container[b-rv20768tp0] {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 40px 20px;
}

.loading-text[b-rv20768tp0] {
  color: #666;
  font-size: 14px;
}

.empty-results[b-rv20768tp0],
.initial-state[b-rv20768tp0] {
  text-align: center;
  color: #999;
  font-size: 14px;
  padding: 40px 20px;
}

.search-group-section[b-rv20768tp0] {
  background: #f8f9fa;
  padding: 8px 16px;
  font-weight: 600;
  color: #495057;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.group-advanced-link[b-rv20768tp0] {
  color: #666;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  display: block;
  font-style: italic;
}

.group-advanced-link:hover[b-rv20768tp0] {
  text-decoration: underline;
  color: #40a9ff;
}
/* /Components/Records/ClientRecord2.razor.rz.scp.css */
/* /Components/Records/FishingLocationRecord.razor.rz.scp.css */
/* /Components/Records/LogBookTypeCaabSpeciesRecord.razor.rz.scp.css */
/* /Components/Records/LogBookTypeGearRecord.razor.rz.scp.css */
/* /Components/Search/ActivityNoticeAdvancedSearch.razor.rz.scp.css */
[b-y2534yf3p9] .e-pager .e-numericcontainer .e-pager-default {
  display: none;
}

[b-y2534yf3p9] .e-pager .e-lastpage {
  display: none;
}

[b-y2534yf3p9] .e-pager .e-parentmsgbar {
  display: none;
}

[b-y2534yf3p9] .e-pager .e-np {
  display: none;
}


/* /Components/Search/AivrAdvancedSearch.razor.rz.scp.css */
[b-zuzwwsn8zo] .e-pager .e-numericcontainer .e-pager-default {
  display: none;
}

[b-zuzwwsn8zo] .e-pager .e-lastpage {
  display: none;
}

[b-zuzwwsn8zo] .e-pager .e-parentmsgbar {
  display: none;
}

[b-zuzwwsn8zo] .e-pager .e-np {
  display: none;
}


/* /Components/Search/ApiAdvancedSearch.razor.rz.scp.css */
[b-581ovy6xmf] .e-pager .e-numericcontainer .e-pager-default {
  display: none;
}

[b-581ovy6xmf] .e-pager .e-lastpage {
  display: none;
}

[b-581ovy6xmf] .e-pager .e-parentmsgbar {
  display: none;
}

[b-581ovy6xmf] .e-pager .e-np {
  display: none;
}


/* /Components/Search/ApplicationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ApplicationAuthorityAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ApplicationClientAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/AueAccountAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/AuthorityAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/AuthorityApplicationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/AuthorityClientAssociationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/AuthorityVmsDeviceAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ClientAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ClientAssociationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ClientAuthorityAssociationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ClientInvoiceAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ClientVmsDeviceAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/CommunicationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/CommunicationDetailAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ConditionsSearch.razor.rz.scp.css */
/* /Components/Search/DetailNoticeAdvancedSearch.razor.rz.scp.css */
.table-head-none[b-9680mjh91x] {
  border-bottom: hidden;
}

.action-tag[b-9680mjh91x] {
  padding: 4px 8px;
  text-transform: Uppercase;
  font-weight: bold;
  color: white;
  border-radius: 3px;
}

.action-create[b-9680mjh91x],
.action-insert[b-9680mjh91x] {
  background-color: #49cc90;
}

.action-update[b-9680mjh91x],
.action-correct[b-9680mjh91x] {
  background-color: #fca130;
}

.action-manual[b-9680mjh91x] {
  background-color: #61affe;
}

.action-suspend[b-9680mjh91x],
.action-cancel[b-9680mjh91x],
.action-delete[b-9680mjh91x] {
  background-color: #f93e3e;
}

.tabs-wrapper .e-tab[b-9680mjh91x] {
  text-align: start;
}

.tabs-wrapper .e-detailindentcell[b-9680mjh91x] {
  border: none;
}

.tabs-wrapper .e-tab-header[b-9680mjh91x] {
  border-top: none;
}
/* /Components/Search/DetailQmsHistoryAdvancedSearch.razor.rz.scp.css */
.table-head-none[b-hr7zdoyc2r] {
  border-bottom: hidden;
}

.action-tag[b-hr7zdoyc2r] {
  padding: 4px 8px;
  text-transform: Uppercase;
  font-weight: bold;
  color: white;
  border-radius: 3px;
}

.action-create[b-hr7zdoyc2r],
.action-insert[b-hr7zdoyc2r] {
  background-color: #49cc90;
}

.action-update[b-hr7zdoyc2r],
.action-correct[b-hr7zdoyc2r] {
  background-color: #fca130;
}

.action-manual[b-hr7zdoyc2r] {
  background-color: #61affe;
}

.action-suspend[b-hr7zdoyc2r],
.action-cancel[b-hr7zdoyc2r],
.action-delete[b-hr7zdoyc2r] {
  background-color: #f93e3e;
}
/* /Components/Search/FinanceAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/ForestryClientAdvancedSearch.razor.rz.scp.css */
.show-all[b-t37t2tp2zd] {
  color: inherit;
}

.show-all:hover[b-t37t2tp2zd] {
  color: #0000EE;
}
/* /Components/Search/JobAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/JobBatchAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/LbsDetailHistoryAdvancedSearch.razor.rz.scp.css */
.table-head-none[b-g9tup6v6fy] {
  border-bottom: hidden;
}

.action-tag[b-g9tup6v6fy] {
  padding: 4px 8px;
  text-transform: Uppercase;
  font-weight: bold;
  color: white;
  border-radius: 3px;
}

.action-create[b-g9tup6v6fy],
.action-insert[b-g9tup6v6fy] {
  background-color: #49cc90;
}

.action-update[b-g9tup6v6fy],
.action-correct[b-g9tup6v6fy] {
  background-color: #fca130;
}

.action-manual[b-g9tup6v6fy] {
  background-color: #61affe;
}

.action-suspend[b-g9tup6v6fy],
.action-cancel[b-g9tup6v6fy],
.action-delete[b-g9tup6v6fy] {
  background-color: #f93e3e;
}
/* /Components/Search/LbsHistoryAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/LiveAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/LiveMapAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/LogBookAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/LogOperationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/LogPageReceiptAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/LogPageScanAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/MapApplicationAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/NoticeAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/QmsDetailHistoryAdvancedSearch.razor.rz.scp.css */
.table-head-none[b-rhu7pbmte3] {
  border-bottom: hidden;
}

.action-tag[b-rhu7pbmte3] {
  padding: 4px 8px;
  text-transform: Uppercase;
  font-weight: bold;
  color: white;
  border-radius: 3px;
}

.action-create[b-rhu7pbmte3],
.action-insert[b-rhu7pbmte3] {
  background-color: #49cc90;
}

.action-update[b-rhu7pbmte3],
.action-correct[b-rhu7pbmte3] {
  background-color: #fca130;
}

.action-manual[b-rhu7pbmte3] {
  background-color: #61affe;
}

.action-suspend[b-rhu7pbmte3],
.action-cancel[b-rhu7pbmte3],
.action-delete[b-rhu7pbmte3] {
  background-color: #f93e3e;
}
/* /Components/Search/QmsHistoryAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/RoaDetailHistoryAdvancedSearch.razor.rz.scp.css */
.table-head-none[b-x7a4dbbgjo] {
  border-bottom: hidden;
}

.action-tag[b-x7a4dbbgjo] {
  padding: 4px 8px;
  text-transform: Uppercase;
  font-weight: bold;
  color: white;
  border-radius: 3px;
}

.action-create[b-x7a4dbbgjo],
.action-insert[b-x7a4dbbgjo] {
  background-color: #49cc90;
}

.action-update[b-x7a4dbbgjo],
.action-correct[b-x7a4dbbgjo] {
  background-color: #fca130;
}

.action-manual[b-x7a4dbbgjo] {
  background-color: #61affe;
}

.action-suspend[b-x7a4dbbgjo],
.action-cancel[b-x7a4dbbgjo],
.action-delete[b-x7a4dbbgjo] {
  background-color: #f93e3e;
}

.show-more[b-x7a4dbbgjo] {
  margin: 0.75rem;
  padding: 0.75rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease-in-out;
  background-color: white;
}

.show-more:hover[b-x7a4dbbgjo] {
  color: #0000EE;
  background-color: #f9fafb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
/* /Components/Search/RoaHistoryAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/SalesDocketAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/SalesInvoiceAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/SalesPermitAdvancedSearch.razor.rz.scp.css */
.show-all[b-adujofkykj] {
    color: inherit;
}

.show-all:hover[b-adujofkykj] {
    color: #0000EE;
}
/* /Components/Search/SeasonAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/SpeciesAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/TaskAdvancedSearch.razor.rz.scp.css */
/* /Components/Search/TripsAdvancedSearch.razor.rz.scp.css */
/* /Components/SectionHeader.razor.rz.scp.css */
.filter-toggle-btn[b-t2xf0mey4d] {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

@media (max-width: 640px) {
    .filter-toggle-btn[b-t2xf0mey4d] {
        font-size: 0.75rem;
        padding: 0.375rem 0.75rem;
    }
}
/* /Components/Secure.razor.rz.scp.css */
/* /Components/SecureMenuItem.razor.rz.scp.css */
/* /Components/TaskCommentThread.razor.rz.scp.css */

/* /Components/Toast.razor.rz.scp.css */
/* /Components/TransactionModal.razor.rz.scp.css */
.transaction-form[b-ar1st8imr4] {
    padding: 20px 0;
}

.form-group[b-ar1st8imr4] {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.form-label[b-ar1st8imr4] {
    display: block;
    font-weight: 500;
    margin-right: 10px;
    color: #333;
    white-space: nowrap;
}

.form-label.required[b-ar1st8imr4]::after {
    content: " *";
    color: #ff4d4f;
}

.transaction-modal-container[b-ar1st8imr4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.transaction-modal-container.hidden[b-ar1st8imr4] {
  display: none;
}

.transaction-modal-container.visible[b-ar1st8imr4] {
  display: block;
}

.transaction-modal-backdrop[b-ar1st8imr4] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.transaction-modal[b-ar1st8imr4] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 600px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.transaction-modal-content[b-ar1st8imr4] {
  display: flex;
  flex-direction: column;
}

.transaction-modal-header[b-ar1st8imr4] {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  position: relative
}

.transaction-modal-header h2[b-ar1st8imr4] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
}

.transaction-modal-body[b-ar1st8imr4] {
  padding: 16px;
  max-height: 60vh;
  overflow-y: auto;
}

.transaction-modal-footer[b-ar1st8imr4] {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  gap: 8px;
}

.transaction-btn[b-ar1st8imr4] {
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

.transaction-btn:hover[b-ar1st8imr4] {
  background-color: #e9ecef;
}

.transaction-btn-primary[b-ar1st8imr4] {
  background-color: #0EA5A3;
  border-color: rgb(1 45 32);
  color: rgb(1 45 32);
}

.transaction-btn-primary:hover[b-ar1st8imr4] {
  background-color: #007c51;
  color: white;
}
/* /Components/UserDisplay.razor.rz.scp.css */
/* /Components/Ux/MarkdownDocument.razor.rz.scp.css */
[b-xjwllv2ej6] h1 {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

[b-xjwllv2ej6] h2 {
  font-size: 21px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-top: 32px;
}

[b-xjwllv2ej6] h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-top: 16px;
}

[b-xjwllv2ej6] p {
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  padding-top: 12px;
  line-height: 26px;
  margin: 0;
}

[b-xjwllv2ej6] div pre {
  padding: 15px;
}

[b-xjwllv2ej6] table {
  width: 100%;
  margin: 16px 0 8px 0;
}

[b-xjwllv2ej6] thead {
  text-transform: uppercase;
}

[b-xjwllv2ej6] thead th {
  padding: 0 16px 8px 16px;
}

[b-xjwllv2ej6] tbody {
  box-shadow: 0 0 0 2px rgb(229, 231, 235);
  border-radius: 2px;
}

[b-xjwllv2ej6] td {
  padding: 16px;
}

[b-xjwllv2ej6] tbody tr:nth-child(odd) {
  background-color: rgb(243, 244, 246);
}
/* /Components/Ux/UxHeader.razor.rz.scp.css */
/* /Components/Ux/UxPanel.razor.rz.scp.css */
/* /Components/ValueGrid/ValueGrid.razor.rz.scp.css */
/* /Components/ValueGrid/ValueItem.razor.rz.scp.css */
/* /Components/WarningModal.razor.rz.scp.css */
.warning-modal-container[b-axkx1v34zf] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.warning-modal-container.hidden[b-axkx1v34zf] {
  display: none;
}

.warning-modal-container.visible[b-axkx1v34zf] {
  display: block;
}

.warning-modal-backdrop[b-axkx1v34zf] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.warning-modal[b-axkx1v34zf] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.warning-modal-content[b-axkx1v34zf] {
  display: flex;
  flex-direction: column;
}

.warning-modal-header[b-axkx1v34zf] {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  position: relative
}

.warning-icon[b-axkx1v34zf] {
  font-size: 24px;
  margin-right: 12px;
}

.warning-modal-header h2[b-axkx1v34zf] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
}

.warning-modal-body[b-axkx1v34zf] {
  padding: 16px;
  max-height: 60vh;
  overflow-y: auto;
}

.warning-modal-footer[b-axkx1v34zf] {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  gap: 8px;
}

.warning-btn[b-axkx1v34zf] {
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

.warning-btn:hover[b-axkx1v34zf] {
  background-color: #e9ecef;
}

.warning-btn-primary[b-axkx1v34zf] {
  background-color: #0EA5A3;
  border-color: rgb(1 45 32);
  color: rgb(1 45 32);
}

.warning-btn-primary:hover[b-axkx1v34zf] {
  background-color: #007c51;
  color: white;
}
/* /Components/WorkflowView.razor.rz.scp.css */
/* /Pages/Activity/ActivityNoticeHeader.razor.rz.scp.css */

/* /Pages/Activity/ActivityNoticeIndex.razor.rz.scp.css */
/* /Pages/Activity/ActivityNoticeView.razor.rz.scp.css */
/* /Pages/Activity/Components/LandingPointFeature.razor.rz.scp.css */

/* /Pages/Activity/Components/PositionFeature.razor.rz.scp.css */

/* /Pages/Aivr/AivrHeader.razor.rz.scp.css */

/* /Pages/Aivr/AivrIndex.razor.rz.scp.css */
/* /Pages/Aivr/AivrView.razor.rz.scp.css */
/* /Pages/Api/ApiIndex.razor.rz.scp.css */
/* /Pages/Api/ApiView.razor.rz.scp.css */
/* /Pages/Api/Components/ApiDetailsFeature.razor.rz.scp.css */
/* /Pages/Api/Components/ApiHeader.razor.rz.scp.css */

/* /Pages/Application/ApplicationEdit.razor.rz.scp.css */
/* /Pages/Application/ApplicationIndex.razor.rz.scp.css */
.duedate[b-dv8ir0m02h] {
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
}

.client[b-dv8ir0m02h] {
  font-size: 13px;
}

.client-type[b-dv8ir0m02h] {
  font-weight: 500;
}

.container[b-dv8ir0m02h] {
  padding: 16px;
}

.kanban-container[b-dv8ir0m02h] {
  padding: 6px;
}

.view-selection[b-dv8ir0m02h] {
  display: flex;
  align-items: center;
}
/* /Pages/Application/ApplicationView.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAddressesFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAdviceRequestedFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationApplicantFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationApplicantLinkFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationApprovedPlanReferenceIDFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAquacultureOccuranceFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAquacultureTypeFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAreaOfWorksFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAssessingOfficerFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAssessmentLevelFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAuthorityCancellationReasonFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAuthorityFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAuthorityQuotaSuspendedUnitsFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationAuthoritySuspensionReasonFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationClientAuthoritiesFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationClientUpdateFeature.razor.rz.scp.css */
[b-fghdplypxy] .rich-text ol, [b-fghdplypxy] .rich-text ul {
  padding-left: 40px !important;
}
/* /Pages/Application/Components/ApplicationCommentThread.razor.rz.scp.css */

/* /Pages/Application/Components/ApplicationConditionsFeature.razor.rz.scp.css */
[b-0srubzgbjo] .e-rowdragdrop {
  vertical-align: top;
  padding-top: 0.6rem;
}
/* /Pages/Application/Components/ApplicationDAReferenceIDFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDateOfApplicationFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDateWorkCommencedFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDateWorkCompletedFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDelegateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDetailsFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDevelopmentalTriggersFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDisturbanceTypeFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationDueDateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationEDocsLocationFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationEDocsReferenceIDFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationExpectedCompletionDateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationExpiryDateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationFacilityTypeFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationFeatures.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationFeeInvoiceFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationFeeReceiptFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationFeesFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationFishHabitatAreaFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationHeader.razor.rz.scp.css */

/* /Pages/Application/Components/ApplicationIntendedOutcomeReasonFeature.razor.rz.scp.css */
[b-rsl9sfq965] .rich-text ol, [b-rsl9sfq965] .rich-text ul {
  padding-left: 40px !important;
}
/* /Pages/Application/Components/ApplicationIssueDateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationLocalityFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationLocationsFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationMarineBondFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationMarinePlantFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationMeetingFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationMyDasFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationNatureOfDevelopmentFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationOwnerSameAsClientFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationParentApplicationFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationPaymentDateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationPaymentStatusFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationPendingFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationPondSurfaceAreaFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationProposedDevelopmentFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationProposedImpactAreaFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationReceivedDateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationReferenceIDComponent.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationResponseDeadlineDateFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationRPDsFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationSaraRegionFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationSpeciesFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationSystemLinkDlsFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationTankFloorAreaFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationTeamFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationTimeFrameFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationTransferFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationWithdrawalFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationWorkTimeFrameFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationWorkTypeFeature.razor.rz.scp.css */
/* /Pages/Application/Components/ApplicationWorkWaterwayColourFeature.razor.rz.scp.css */
/* /Pages/Application/Components/AquacultureAuthoritySurrenderReasonFeature.razor.rz.scp.css */
/* /Pages/AueAccount/Components/AccountActivityFeature.razor.rz.scp.css */
/* /Pages/AueAccount/Components/AccountNoticeFeature.razor.rz.scp.css */
/* /Pages/AueAccount/Components/AueAccountDetailsFeature.razor.rz.scp.css */
/* /Pages/Authority/AuthorityIndex.razor.rz.scp.css */
/* /Pages/Authority/AuthorityView.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityApplicationsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityApprovedPlanReferenceIDFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityAquacultureTypeFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityAssessmentLevelFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityAuthorityTypeFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityBoatFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityBoatMarkFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityCardExpiryFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityCardFromDateFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityClientAssociationsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityClientAuthorisationsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityClientFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityComingSoonFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityCommentThread.razor.rz.scp.css */

/* /Pages/Authority/Components/AuthorityCommentThreadFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityCommunicationFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityConditionElementsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityConditionsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityDetailsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityDevelopmentAddressesFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityDevelopmentFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityEdocsReferenceIDFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityeFisherFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityEligibilityFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityFeatures.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityFeesFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityFisheryDisplayFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityFisheryFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityHeader.razor.rz.scp.css */

/* /Pages/Authority/Components/AuthorityHistoryFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityIssueDateFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityLicenceYearsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityLicenseNumberFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityLocalityFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityLocationsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityLogbooksFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityMyDasFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityNoticesFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityNumberOfCardsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityProposedDevelopmentFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityQuotaFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityRenewalNoticeSentFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityRPDsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthoritySpeciesFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityStatusFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthoritySystemLinkDlsFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityValidToDateFeature.razor.rz.scp.css */
/* /Pages/Authority/Components/AuthorityVmsDevicesFeature.razor.rz.scp.css */
/* /Pages/Client/ClientCreate.razor.rz.scp.css */
/* /Pages/Client/ClientEdit.razor.rz.scp.css */
/* /Pages/Client/ClientHeader.razor.rz.scp.css */

/* /Pages/Client/ClientIndex.razor.rz.scp.css */
.fms-quicksearch-overlay[b-q0nquq6oi1] {
  /*border: 10px solid red;*/
}
/* /Pages/Client/ClientView.razor.rz.scp.css */
/* /Pages/Client/Components/ClientAccountBalanceFeature.razor.rz.scp.css */
/* /Pages/Client/Components/ClientApplicationsFeature.razor.rz.scp.css */
/* /Pages/Client/Components/ClientAssociations.razor.rz.scp.css */
/* /Pages/Client/Components/ClientAuthorities.razor.rz.scp.css */
/* /Pages/Client/Components/ClientCommentThread.razor.rz.scp.css */

/* /Pages/Client/Components/ClientFinanceFeature.razor.rz.scp.css */
/* /Pages/Client/Components/ClientForm.razor.rz.scp.css */
.tab-contents[b-b7jv18okg1] {
  padding: 0 16px;
}
/* /Pages/Client/Components/ClientHistoryFeature.razor.rz.scp.css */
/* /Pages/Client/Components/ClientLogbooksFeature.razor.rz.scp.css */
/* /Pages/Client/Components/ClientSystemLinkDlsFeature.razor.rz.scp.css */
/* /Pages/Client/Components/ClientUpdateForm.razor.rz.scp.css */
.tab-contents[b-m12asauygj] {
  padding: 0 16px;
}
/* /Pages/Client/Components/ClientWarningsFeature.razor.rz.scp.css */
/* /Pages/ClientInvoice/ClientInvoiceHeader.razor.rz.scp.css */

/* /Pages/ClientInvoice/ClientInvoiceIndex.razor.rz.scp.css */
/* /Pages/ClientInvoice/ClientInvoiceView.razor.rz.scp.css */
/* /Pages/Dashboard/Dashboard.razor.rz.scp.css */
/* /Pages/DevTools/Templates/TemplatePreview.razor.rz.scp.css */
/* /Pages/DevTools/Templates/TemplatesHeader.razor.rz.scp.css */

/* /Pages/FeatureService/FeatureManagement.razor.rz.scp.css */
/* Card layout styles */
.grid[b-kjj28z08nk] {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem;
}

.grid-cols-1[b-kjj28z08nk] {
  flex-direction: column;
}

@media (min-width: 768px) {
  .md\:grid-cols-2[b-kjj28z08nk] {
    flex-direction: row;
  }
}

.gap-4[b-kjj28z08nk] {
  gap: 1rem;
}

.mt-4[b-kjj28z08nk] {
  margin-top: 1rem;
}

/* Card styles */
.card[b-kjj28z08nk] {
  background-color: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin: 0.5rem;
}

@media (min-width: 768px) {
  .card[b-kjj28z08nk] {
    flex: 1 1 calc(50% - 1rem);
    max-width: calc(50% - 1.5rem);
  }
}

.card-header[b-kjj28z08nk] {
  background-color: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 1rem;
}

.card-title[b-kjj28z08nk] {
  color: #333;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.card-body[b-kjj28z08nk] {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-footer[b-kjj28z08nk] {
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding: 1rem;
}

/* Alert styles */
.alert[b-kjj28z08nk] {
  border-radius: 0.375rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.alert-info[b-kjj28z08nk] {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

/* Button fixes */
.btn-fixed-width[b-kjj28z08nk] {
  min-width: 120px;
}

/* Fix for button color during processing state */
.e-btn.e-success:not(:disabled):hover[b-kjj28z08nk],
.e-btn.e-success:not(:disabled):focus[b-kjj28z08nk],
.e-btn.e-success:not(:disabled):active[b-kjj28z08nk] {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
}

.e-btn.e-primary:not(:disabled):hover[b-kjj28z08nk],
.e-btn.e-primary:not(:disabled):focus[b-kjj28z08nk],
.e-btn.e-primary:not(:disabled):active[b-kjj28z08nk] {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: white !important;
}

.e-btn.e-info:not(:disabled):hover[b-kjj28z08nk],
.e-btn.e-info:not(:disabled):focus[b-kjj28z08nk],
.e-btn.e-info:not(:disabled):active[b-kjj28z08nk] {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: white !important;
}

/* Override Syncfusion button styles */
.e-btn:not(:disabled)[class*="e-"][b-kjj28z08nk] {
  transition: none !important;
}

.e-btn:not(:disabled).e-success[b-kjj28z08nk] {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: white !important;
}

.e-btn:not(:disabled).e-primary[b-kjj28z08nk] {
  background-color: #007bff !important;
  border-color: #007bff !important;
  color: white !important;
}

.e-btn:not(:disabled).e-info[b-kjj28z08nk] {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: white !important;
}

/* Standard button styles */
.e-btn:not(:disabled)[b-kjj28z08nk] {
  transition: none !important;
  background-color: #f8f9fa !important;
  border-color: #ddd !important;
  color: #212529 !important;
}

/* Disabled button styles - Add these styles to fix the issue with higher specificity */
.e-btn.e-success:disabled[b-kjj28z08nk],
.e-btn.e-success.e-disabled[b-kjj28z08nk],
.e-css.e-btn.e-success:disabled[b-kjj28z08nk],
.e-css.e-btn.e-success.e-disabled[b-kjj28z08nk] {
  background: #e9ecef !important;
  border-color: #dee2e6 !important;
  box-shadow: none !important;
  color: #6c757d !important;
  opacity: 0.65 !important;
}

.e-btn.e-primary:disabled[b-kjj28z08nk],
.e-btn.e-primary.e-disabled[b-kjj28z08nk],
.e-css.e-btn.e-primary:disabled[b-kjj28z08nk],
.e-css.e-btn.e-primary.e-disabled[b-kjj28z08nk] {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #6c757d !important;
  opacity: 0.65 !important;
}

.e-btn.e-info:disabled[b-kjj28z08nk],
.e-btn.e-info.e-disabled[b-kjj28z08nk],
.e-css.e-btn.e-info:disabled[b-kjj28z08nk],
.e-css.e-btn.e-info.e-disabled[b-kjj28z08nk] {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #6c757d !important;
  opacity: 0.65 !important;
}

.e-btn:disabled[b-kjj28z08nk],
.e-btn.e-disabled[b-kjj28z08nk],
.e-css.e-btn:disabled[b-kjj28z08nk],
.e-css.e-btn.e-disabled[b-kjj28z08nk] {
  background-color: #e9ecef !important;
  border-color: #dee2e6 !important;
  color: #6c757d !important;
  opacity: 0.65 !important;
  cursor: not-allowed !important;
}
/* /Pages/FeatureService/FeatureServiceHeader.razor.rz.scp.css */

/* /Pages/Finance/FinanceHeader.razor.rz.scp.css */

/* /Pages/Finance/FinanceIndex.razor.rz.scp.css */
/* /Pages/Jobs/JobBatchIndex.razor.rz.scp.css */
/* /Pages/Jobs/JobIndex.razor.rz.scp.css */
/* /Pages/Jobs/JobView.razor.rz.scp.css */
/* /Pages/Live/LiveIndex.razor.rz.scp.css */
.duedate[b-sqnd40oux4] {
  font-weight: 600;
  font-size: 12px;
  margin-top: 4px;
}

.client[b-sqnd40oux4] {
  font-size: 13px;
}

.client-type[b-sqnd40oux4] {
  font-weight: 500;
}

.container[b-sqnd40oux4] {
  padding: 16px;
}

.kanban-container[b-sqnd40oux4] {
  padding: 6px;
}

.view-selection[b-sqnd40oux4] {
  display: flex;
  align-items: center;
}
/* /Pages/LogBook/LogBookHeader.razor.rz.scp.css */

/* /Pages/LogBook/LogBookIndex.razor.rz.scp.css */
/* /Pages/LogBook/LogBookView.razor.rz.scp.css */
/* /Pages/LogOperation/Components/LogOperationDetailCommentThread.razor.rz.scp.css */

/* /Pages/LogOperation/LogOperationHeader.razor.rz.scp.css */

/* /Pages/LogOperation/LogOperationIndex.razor.rz.scp.css */
/* /Pages/LogOperation/LogOperationView.razor.rz.scp.css */
/* /Pages/LogPageReceipt/LogPageReceiptCreate.razor.rz.scp.css */
/* /Pages/LogPageReceipt/LogPageReceiptHeader.razor.rz.scp.css */

/* /Pages/LogPageReceipt/LogPageReceiptIndex.razor.rz.scp.css */
/* /Pages/LogPageReceipt/LogPageReceiptView.razor.rz.scp.css */
/* /Pages/LogPageScan/LogPageScanHeader.razor.rz.scp.css */

/* /Pages/LogPageScan/LogPageScanIndex.razor.rz.scp.css */
/* /Pages/LogPageScan/LogPageScanView.razor.rz.scp.css */
/* /Pages/Maps.razor.rz.scp.css */

/* /Pages/MigrationDashboard/MigrationDashboardHeader.razor.rz.scp.css */

/* /Pages/Permission/PermissionHeader.razor.rz.scp.css */

/* /Pages/Permission/PermissionRole.razor.rz.scp.css */
.user-picker-section[b-fkh7kqxfap] {
  display: flex;
  gap: 8px;
  align-items: center;
}

.content-layout[b-fkh7kqxfap] {
  background: white;
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 24px;
}

.section-title[b-fkh7kqxfap] {
  font-size: 28px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.system-role-message[b-fkh7kqxfap] {
  color: #8c8c8c;
  font-size: 14px;
}

.system-permissions-list[b-fkh7kqxfap] {
  margin-top: 16px;
  padding-left: 20px;
}

.system-permissions-list li[b-fkh7kqxfap] {
  margin-bottom: 4px;
  color: #595959;
}

.transfer-container[b-fkh7kqxfap] {
  width: 100%;
  height: auto;
}

.transfer-panel[b-fkh7kqxfap] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  height: 400px;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  overflow: hidden;
}

.transfer-section[b-fkh7kqxfap] {
  display: flex;
  flex-direction: column;
  background: #fafafa;
  height: 400px;
}

.transfer-header[b-fkh7kqxfap] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: white;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}

.transfer-title[b-fkh7kqxfap] {
  font-weight: 500;
  color: #262626;
}

.transfer-count[b-fkh7kqxfap] {
  color: #8c8c8c;
  font-size: 12px;
}

.transfer-list[b-fkh7kqxfap] {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
}

.transfer-item[b-fkh7kqxfap] {
  padding: 12px;
  margin-bottom: 4px;
  background: white;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.transfer-item:hover[b-fkh7kqxfap] {
  border-color: #1890ff;
  background: #f6ffed;
}

.transfer-item.selected[b-fkh7kqxfap] {
  background: #e6f7ff;
  border-color: #1890ff;
}

.permission-title[b-fkh7kqxfap] {
  font-weight: 500;
  font-size: 14px;
  color: #262626;
  margin-bottom: 4px;
}

.permission-description[b-fkh7kqxfap] {
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.4;
}

.transfer-controls[b-fkh7kqxfap] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px 8px;
  background: #fafafa;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
}

.save-section[b-fkh7kqxfap] {
  margin-top: 16px;
  text-align: left;
}

.link-button[b-fkh7kqxfap] {
  background: none;
  border: none;
  color: #1890ff;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  font: inherit;
  font-size: 14px;
}

.link-button:hover[b-fkh7kqxfap] {
  text-decoration: underline;
}

.empty-state[b-fkh7kqxfap] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #bfbfbf;
  text-align: center;
}

.empty-icon[b-fkh7kqxfap] {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}

.empty-text[b-fkh7kqxfap] {
  font-size: 14px;
  color: #bfbfbf;
}

.header-actions[b-fkh7kqxfap] {
  display: flex;
  align-items: center;
  gap: 12px;
}

.select-all-checkbox[b-fkh7kqxfap] {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.select-all-checkbox input[type="checkbox"][b-fkh7kqxfap] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}

.select-all-checkbox .checkmark[b-fkh7kqxfap] {
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  position: relative;
  transition: all 0.2s;
}

.select-all-checkbox:hover .checkmark[b-fkh7kqxfap] {
  border-color: #1890ff;
}

.select-all-checkbox input:checked ~ .checkmark[b-fkh7kqxfap] {
  background-color: #1890ff;
  border-color: #1890ff;
}

.select-all-checkbox .checkmark[b-fkh7kqxfap]:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.select-all-checkbox input:checked ~ .checkmark[b-fkh7kqxfap]:after {
  display: block;
}

.remove-user-btn[b-fkh7kqxfap] {
  padding: 8px 16px;
  border: 1px solid #ff4d4f;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #ff4d4f;
  transition: background-color 0.2s;
}

.remove-user-btn:hover[b-fkh7kqxfap] {
  background-color: #fad7d7;
}

.modal-container[b-fkh7kqxfap] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-container.hidden[b-fkh7kqxfap] {
  display: none;
}

.modal-container.visible[b-fkh7kqxfap] {
  display: block;
}

.modal-backdrop[b-fkh7kqxfap] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal[b-fkh7kqxfap] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.modal-content[b-fkh7kqxfap] {
  display: flex;
  flex-direction: column;
}

.modal-header[b-fkh7kqxfap] {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  position: relative
}

.modal-header h2[b-fkh7kqxfap] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
}

.modal-body[b-fkh7kqxfap] {
  padding: 16px;
  max-height: 60vh;
  overflow-y: auto;
}

.modal-footer[b-fkh7kqxfap] {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  gap: 8px;
}

.btn[b-fkh7kqxfap] {
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

.btn:hover[b-fkh7kqxfap] {
  background-color: #e9ecef;
}

.btn-primary[b-fkh7kqxfap] {
  background-color: #0EA5A3;
  border-color: rgb(1 45 32);
  color: rgb(1 45 32);
}

.btn-primary:hover[b-fkh7kqxfap] {
  background-color: #007c51;
  color: white;
}
/* /Pages/Permission/PermissionSearch.razor.rz.scp.css */
.content-layout[b-263phtnizy] {
  border-radius: 6px;
}

.team-details-section[b-263phtnizy] {
  margin-bottom: 15px;
}

.business-unit-field[b-263phtnizy] {
  max-width: 400px;
  margin-bottom: 16px;
}

.link-button[b-263phtnizy] {
  background: none;
  border: none;
  color: #1890ff;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  font: inherit;
}

.link-button:hover[b-263phtnizy] {
  text-decoration: underline;
}

.modal-form[b-263phtnizy] {
  padding: 20px 0;
}

.form-group[b-263phtnizy] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.form-label[b-263phtnizy] {
  display: block;
  margin-right: 10px;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.form-label.required[b-263phtnizy]::after {
  content: " *";
  color: #ff4d4f;
}

.error-message[b-263phtnizy] {
  color: #ff4d4f;
  font-size: 12px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

h3[b-263phtnizy] {
  margin: 24px 0 16px 0;
  font-size: 32px;
}

h3:first-of-type[b-263phtnizy] {
  margin-top: 0;
}

.modal-container[b-263phtnizy] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-container.hidden[b-263phtnizy] {
  display: none;
}

.modal-container.visible[b-263phtnizy] {
  display: block;
}

.modal-backdrop[b-263phtnizy] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal[b-263phtnizy] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.modal-content[b-263phtnizy] {
  display: flex;
  flex-direction: column;
}

.modal-header[b-263phtnizy] {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  position: relative
}

.icon[b-263phtnizy] {
  font-size: 24px;
  margin-right: 12px;
}

.modal-header h2[b-263phtnizy] {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  flex-grow: 1;
}

.modal-body[b-263phtnizy] {
  padding: 16px;
  max-height: 60vh;
  overflow-y: auto;
}

.modal-footer[b-263phtnizy] {
  display: flex;
  justify-content: flex-end;
  padding: 16px;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  gap: 8px;
}

.btn[b-263phtnizy] {
  padding: 8px 16px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: #f8f9fa;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.2s;
}

.btn:hover[b-263phtnizy] {
  background-color: #e9ecef;
}

.btn-primary[b-263phtnizy] {
  background-color: #0EA5A3;
  border-color: rgb(1 45 32);
  color: rgb(1 45 32);
}

.btn-primary:hover[b-263phtnizy] {
  background-color: #007c51;
  color: white;
}

.remove-team-role-btn[b-263phtnizy] {
  padding: 8px 16px;
  border: 1px solid #ff4d4f;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  font-size: 14px;
  color: #ff4d4f;
  transition: background-color 0.2s;
}

.remove-team-role-btn:hover[b-263phtnizy] {
  background-color: #fad7d7;
}
/* /Pages/Permission/PermissionUser.razor.rz.scp.css */
.content[b-w4hhrlnu7v] {
  background: white;
  margin-top: 24px;
  margin-right: 24px;
  margin-left: 24px;
  height: calc(100vh - 120px);
}

.tab-content[b-w4hhrlnu7v] {
  padding: 16px;
}

.user-form-grid[b-w4hhrlnu7v] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.form-column[b-w4hhrlnu7v] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-field[b-w4hhrlnu7v] {
  display: flex;
  flex-direction: column;
}

.section-header[b-w4hhrlnu7v] {
  font-weight: 600;
  font-size: 16px;
  color: #262626;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
}

.signature-upload[b-w4hhrlnu7v] {
  max-width: 512px;
  margin-bottom: 16px;
}

.signature-image img[b-w4hhrlnu7v] {
  max-height: 176px;
  width: auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.team-roles[b-w4hhrlnu7v] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.role-link[b-w4hhrlnu7v] {
  background: none;
  border: none;
  color: #1890ff;
  cursor: pointer;
  text-decoration: none;
  padding: 0;
  font: inherit;
  font-size: 14px;
}

.role-link:hover[b-w4hhrlnu7v] {
  text-decoration: underline;
}

.role-link:not(:last-child)[b-w4hhrlnu7v]::after {
  content: "";
  margin-left: 8px;
}

.e-file-container[b-w4hhrlnu7v] {
  display: block;
  margin-bottom: 1rem;
  font-family: Arial, sans-serif;
}

.file-header[b-w4hhrlnu7v] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.25rem;
}

.e-file-name[b-w4hhrlnu7v] {
  font-weight: 600;
  color: #333;
}

.uploading-content[b-w4hhrlnu7v] {
  text-align: center;
  padding: 1rem;
}

.spinner[b-w4hhrlnu7v] {
  margin: 10px auto;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #0078d7;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
/* /Pages/Product/Components/ProductPricingTab.razor.rz.scp.css */
[b-qpc2zr994p] .selected-price-type-cell {
    background-color: #f9fafb !important;
}

[b-qpc2zr994p] .selected-price-type-first-cell {
    border-left: 4px solid rgb(75, 85, 99) !important;
}

[b-qpc2zr994p] tr.e-row:hover .selected-price-type-cell {
    background-color: #f3f4f6 !important;
}
/* /Pages/Recreation/Index.razor.rz.scp.css */
.task-meta-item[b-zdgfl8mfur] {
  margin-bottom: 16px;
}

textarea:focus.inline-edit[b-zdgfl8mfur], input:focus.inline-edit[b-zdgfl8mfur] {
  outline: none;
} 

textarea.inline-edit[b-zdgfl8mfur], input.inline-edit[b-zdgfl8mfur] {
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: none;
}

/*textarea.inline-edit {
  min-height: 30vh;
}*/

textarea:hover.editable[b-zdgfl8mfur], input:hover.editable[b-zdgfl8mfur] {
  background-color: #f3f3f3 !important;
}

textarea.editing.editable[b-zdgfl8mfur], input.editing.editable[b-zdgfl8mfur] {
  border: 1px solid #f3f3f3;
  background-color: #fff !important;
}

.inline-edit-controls[b-zdgfl8mfur] {
  margin-top: 6px;
}

h5.indent[b-zdgfl8mfur] {
  padding-left: 8px;
}

div[b-zdgfl8mfur]  .e-inplaceeditor, div[b-zdgfl8mfur]  .e-editable-value-container {
  width: 100%;
}

div[b-zdgfl8mfur]  .e-inplaceeditor .e-editable-action-buttons {
  right: auto !important;
}

div.description[b-zdgfl8mfur]  span.e-editable-value {
  white-space: pre-line;
}

div.description.editable[b-zdgfl8mfur]  span.e-editable-value, div.description[b-zdgfl8mfur]  .desc > .e-textbox {
  min-height: 20vh !important;
}

.title[b-zdgfl8mfur], .description[b-zdgfl8mfur] {
  margin-bottom: 42px;
}

.padded[b-zdgfl8mfur] {
  
}
/* /Pages/SalesDocket/CypressDocketsGrid.razor.rz.scp.css */
.required[b-0cy34plh71]::after {
    content: '*';
    color: #dc2626; /* Tailwind text-red-600 */
    margin-left: 2px;
}

.docket-status[b-0cy34plh71] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #f3f4f6;
    color: #374151;
}

[b-0cy34plh71] .e-grid .e-gridcontent .e-success,
[b-0cy34plh71] .e-grid .e-gridcontent .e-danger {
    height: 30px !important;
    font-size: 0.8125rem !important;
    padding: 4px 14px !important;
    min-width: 75px;
}

[b-0cy34plh71] .selected-docket-cell {
    background-color: #f9fafb !important;
}

[b-0cy34plh71] .selected-docket-first-cell {
    border-left: 4px solid rgb(75, 85, 99) !important;
}

[b-0cy34plh71] tr.e-row:hover .selected-docket-cell {
    background-color: #f3f4f6 !important;
}
/* /Pages/SalesDocket/DocketDetailsGrid.razor.rz.scp.css */
.required[b-0icz9wxlin]::after {
    content: '*';
    color: #dc2626; /* Tailwind text-red-600 */
    margin-left: 2px;
}
/* /Pages/SalesDocket/SalesDocketCreate.razor.rz.scp.css */
.attachment-viewer-container[b-zg4d2ay9mf] {
  min-width: 300px;
}
/* /Pages/SalesDocket/SalesDocketEdit.razor.rz.scp.css */
.attachment-viewer-container[b-nyczxzkh83] {
  min-width: 300px;
}
/* /Pages/SalesDocket/SalesDocketHeader.razor.rz.scp.css */

/* /Pages/SalesDocket/SalesDocketIndex.razor.rz.scp.css */
/* /Pages/SalesDocket/SalesDocketUpload.razor.rz.scp.css */
/* /Pages/SalesDocket/SalesDocketView.razor.rz.scp.css */
.side-viewer-container[b-1eilcaaqjq] {
  min-width: 300px;
}

.docket-version-panel[b-1eilcaaqjq] {
  padding: 16px 12px;
  margin-bottom: 5px;
  background-color: #fafafa;
}

.docket-version-inner[b-1eilcaaqjq] {
  width: 16rem;
}

.docket-version-title[b-1eilcaaqjq] {
  padding-bottom: 5px;
  color: #374151;
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter";
}
/* /Pages/SalesInvoice/SalesInvoiceAdjustmentCreate.razor.rz.scp.css */
/* /Pages/SalesInvoice/SalesInvoiceCreate.razor.rz.scp.css */
/* /Pages/SalesInvoice/SalesInvoiceGenerated.razor.rz.scp.css */
/* /Pages/SalesInvoice/SalesInvoiceHeader.razor.rz.scp.css */

/* /Pages/SalesInvoice/SalesInvoiceIndex.razor.rz.scp.css */
/* /Pages/SalesInvoice/SalesInvoiceView.razor.rz.scp.css */
.screen-view-container[b-irrwammb2v] {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 1rem;
}
/* /Pages/SalesPermits/Components/SalesUnitPricing.razor.rz.scp.css */
[b-s44t0uzui5] .selected-price-type-cell {
    background-color: #f9fafb !important;
}

[b-s44t0uzui5] .selected-price-type-first-cell {
    border-left: 4px solid rgb(75, 85, 99) !important;
}

[b-s44t0uzui5] tr.e-row:hover .selected-price-type-cell {
    background-color: #f3f4f6 !important;
}
/* /Pages/SalesPermits/SalesPermitCreate.razor.rz.scp.css */
.required[b-afhnnf7478]::after {
    content: '*';
    color: #dc2626; /* Tailwind text-red-600 */
    margin-left: 2px;
}
/* /Pages/SalesPermits/SalesPermitEdit.razor.rz.scp.css */
/* /Pages/SalesPermits/SalesPermitHeader.razor.rz.scp.css */

/* /Pages/SalesPermits/SalesPermitIndex.razor.rz.scp.css */
/* /Pages/SalesPermits/SalesPermitNovate.razor.rz.scp.css */
/* /Pages/SalesPermits/SalesPermitView.razor.rz.scp.css */
/* /Pages/SaleUnit/SaleUnitHeader.razor.rz.scp.css */

/* /Pages/SaleUnit/SaleUnitTransfer.razor.rz.scp.css */
/* /Pages/Seasons/Components/DefaultSeasonSelect.razor.rz.scp.css */
.default-season-select[b-obgittjfj5]  .e-grid .e-row.invalid-row .e-rowcell:nth-child(n + 2) {
    opacity: 0.5;
}
/* /Pages/Seasons/Components/SeasonCommentThread.razor.rz.scp.css */

/* /Pages/Seasons/SeasonHeader.razor.rz.scp.css */

/* /Pages/Seasons/SeasonIndex.razor.rz.scp.css */
/* /Pages/Seasons/SeasonView.razor.rz.scp.css */
/* /Pages/Species/SpeciesHeader.razor.rz.scp.css */

/* /Pages/Species/SpeciesIndex.razor.rz.scp.css */
/* /Pages/Tasks/Components/TaskApplicationFeature.razor.rz.scp.css */
/* /Pages/Tasks/Components/TaskComponent.razor.rz.scp.css */
.task-meta-item[b-osqlag7ief] {
  margin-bottom: 16px;
}

textarea:focus.inline-edit[b-osqlag7ief], input:focus.inline-edit[b-osqlag7ief] {
  outline: none;
} 

textarea.inline-edit[b-osqlag7ief], input.inline-edit[b-osqlag7ief] {
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: none;
}

/*textarea.inline-edit {
  min-height: 30vh;
}*/

textarea:hover.editable[b-osqlag7ief], input:hover.editable[b-osqlag7ief] {
  background-color: #f3f3f3 !important;
}

textarea.editing.editable[b-osqlag7ief], input.editing.editable[b-osqlag7ief] {
  border: 1px solid #f3f3f3;
  background-color: #fff !important;
}

.inline-edit-controls[b-osqlag7ief] {
  margin-top: 6px;
}

h5.indent[b-osqlag7ief] {
  padding-left: 8px;
}

div[b-osqlag7ief]  .e-inplaceeditor, div[b-osqlag7ief]  .e-editable-value-container {
  width: 100%;
}

div[b-osqlag7ief]  .e-inplaceeditor .e-editable-action-buttons {
  right: auto !important;
}

div.description[b-osqlag7ief]  span.e-editable-value {
  white-space: pre-line;
}

div.description.editable[b-osqlag7ief]  span.e-editable-value, div.description[b-osqlag7ief]  .desc > .e-textbox {
  min-height: 20vh !important;
}

.title[b-osqlag7ief], .description[b-osqlag7ief] {
  margin-bottom: 42px;
}

.padded[b-osqlag7ief] {
  
}
/* /Pages/Tasks/Components/TaskDecision.razor.rz.scp.css */
/* /Pages/Tasks/Components/TaskTypeApplicationClient.razor.rz.scp.css */
.e-toast-container .e-toast[b-v27v4telns] {
  background-color: red;
}
/* /Pages/Tasks/Components/TaskUploadFileFeature.razor.rz.scp.css */
/* /Pages/Tasks/TaskChecklist.razor.rz.scp.css */
/* /Pages/Tasks/TaskCreate.razor.rz.scp.css */
.task-form-container[b-s7vwsy2haz] {
  padding: 16px;
  background: white;
}

.task-form-grid[b-s7vwsy2haz] {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

.form-main-section[b-s7vwsy2haz] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-side-section[b-s7vwsy2haz] {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 500px;
}

.title-form-field[b-s7vwsy2haz] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.description-form-field[b-s7vwsy2haz] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.due-date-form-field[b-s7vwsy2haz] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.team-role-form-field[b-s7vwsy2haz] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.assigned-user-form-field[b-s7vwsy2haz] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.date-field-label[b-s7vwsy2haz] {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  margin-bottom: -25px;
}

.field-label[b-s7vwsy2haz] {
  font-size: 16px;
  font-weight: 500;
  color: #262626;
}

.field-label.required[b-s7vwsy2haz]::after {
  content: " *";
  color: #ff4d4f;
  font-weight: bold;
}

.e-input-group[b-s7vwsy2haz] {
  border-radius: 6px;
}

.e-input-group:focus-within[b-s7vwsy2haz] {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.e-datepicker .e-input-group[b-s7vwsy2haz] {
  min-height: 40px;
}

.validation-message[b-s7vwsy2haz] {
  color: #ff4d4f;
  font-size: 14px;
}

.assigned-user-form-field:has(.field-validation-error:not(:empty)) .assigned-user[b-s7vwsy2haz] {
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.25);
}

.team-role-form-field:has(.field-validation-error:not(:empty)) .team-role[b-s7vwsy2haz] {
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.25);
}

.due-date-form-field:has(.field-validation-error:not(:empty)) .due-date[b-s7vwsy2haz] {
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.25);
}

.description-form-field:has(.field-validation-error:not(:empty)) .description[b-s7vwsy2haz] {
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.25);
}

.title-form-field:has(.field-validation-error:not(:empty)) .title[b-s7vwsy2haz] {
  border-radius: 5px;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.25);
}
/* /Pages/Tasks/TaskHeader.razor.rz.scp.css */

/* /Pages/Tasks/TaskIndex.razor.rz.scp.css */
/* /Pages/Tasks/TaskView.razor.rz.scp.css */
.task-meta-item[b-xo4am0h3vx] {
  margin-bottom: 16px;
}

textarea:focus.inline-edit[b-xo4am0h3vx], input:focus.inline-edit[b-xo4am0h3vx] {
  outline: none;
} 

textarea.inline-edit[b-xo4am0h3vx], input.inline-edit[b-xo4am0h3vx] {
  border: none;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: none;
}

/*textarea.inline-edit {
  min-height: 30vh;
}*/

textarea:hover.editable[b-xo4am0h3vx], input:hover.editable[b-xo4am0h3vx] {
  background-color: #f3f3f3 !important;
}

textarea.editing.editable[b-xo4am0h3vx], input.editing.editable[b-xo4am0h3vx] {
  border: 1px solid #f3f3f3;
  background-color: #fff !important;
}

.inline-edit-controls[b-xo4am0h3vx] {
  margin-top: 6px;
}

h5.indent[b-xo4am0h3vx] {
  padding-left: 8px;
}

div[b-xo4am0h3vx]  .e-inplaceeditor, div[b-xo4am0h3vx]  .e-editable-value-container {
  width: 100%;
}

div[b-xo4am0h3vx]  .e-inplaceeditor .e-editable-action-buttons {
  right: auto !important;
}

div.description[b-xo4am0h3vx]  span.e-editable-value {
  white-space: pre-line;
}

div.description.editable[b-xo4am0h3vx]  span.e-editable-value, div.description[b-xo4am0h3vx]  .desc > .e-textbox {
  min-height: 20vh !important;
}

.title[b-xo4am0h3vx], .description[b-xo4am0h3vx] {
  margin-bottom: 42px;
}
/* /Pages/Trip/Components/TripCommentThread.razor.rz.scp.css */

/* /Pages/Trip/Components/TripDetailsFeature.razor.rz.scp.css */
/* /Pages/Trip/TripHeader.razor.rz.scp.css */

/* /Pages/Trip/TripIndex.razor.rz.scp.css */
/* /Pages/Trip/TripView.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

.sidebar[b-n4n0en9zto] {
  transition: transform 0.3s ease-in-out, background 0.3s linear;
  z-index: 999;
}

@media (max-width: 1279.98px) {
  .sidebar[b-n4n0en9zto] {
    background: linear-gradient( color-mix(in srgb, var(--theme-primary) 99%, transparent), color-mix(in srgb, var(--theme-primary) 80%, transparent) ), url('/img/topographic-background.jpg');
  }
}

.sidebar.slide-out[b-n4n0en9zto] {
  transform: translateX(-100%);
  background-color: transparent;
}

.sidebar.slide-in[b-n4n0en9zto] {
  transform: translateX(0);
}

.main-content[b-n4n0en9zto] {
  transition-property: margin-left;
}

.backdrop[b-n4n0en9zto] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.backdrop.show[b-n4n0en9zto] {
  opacity: 1;
}

.release-footer[b-n4n0en9zto] {
  padding: 3px 10px;
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-euaz15vpmu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-euaz15vpmu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-euaz15vpmu] {
    font-size: 1.1rem;
}

.oi[b-euaz15vpmu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-euaz15vpmu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-euaz15vpmu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-euaz15vpmu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-euaz15vpmu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-euaz15vpmu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-euaz15vpmu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-euaz15vpmu] {
        display: none;
    }

    .collapse[b-euaz15vpmu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/PrintLayout.razor.rz.scp.css */
