/* /Features/Admin/Disciplines/DisciplineInputForm/DisciplineInputForm.razor.rz.scp.css */
legend[b-jswuxof0ix] {
  display: none !important;
}
.py-5[b-jswuxof0ix] {
  padding: 10px 0;
}
.my-5[b-jswuxof0ix] {
  margin: 10px 0;
}

.required-asterisk[b-jswuxof0ix] {
  color: #d9534f; /* bootstrap danger red */
  margin-left: 4px;
}

.invalid-field[b-jswuxof0ix] {
  border: 1px solid #d9534f !important;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.08);
}

/* ensure datepicker input inherits the invalid style */
.invalid-field .k-input[b-jswuxof0ix],
.k-input.invalid-field[b-jswuxof0ix] {
  border-color: #d9534f !important;
}

.k-required-validation-message[b-jswuxof0ix] {
  color: #d9534f;
  font-size: 0.875rem;
  margin-top: 4px;
}

.nosearchdata[b-jswuxof0ix] {
    padding: 10px;
    color: #888;
}
/* /Features/Admin/Projects/ProjectInputForm/ProjectInputForm.razor.rz.scp.css */
legend[b-vwzcwric6v] {
  display: none !important;
}
.py-5[b-vwzcwric6v] {
  padding: 10px 0;
}
.my-5[b-vwzcwric6v] {
  margin: 10px 0;
}

.required-asterisk[b-vwzcwric6v] {
  color: #d9534f; /* bootstrap danger red */
  margin-left: 4px;
}

.invalid-field[b-vwzcwric6v] {
  border: 1px solid #d9534f !important;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.08);
}

/* ensure datepicker input inherits the invalid style */
.invalid-field .k-input[b-vwzcwric6v],
.k-input.invalid-field[b-vwzcwric6v] {
  border-color: #d9534f !important;
}

.k-required-validation-message[b-vwzcwric6v] {
  color: #d9534f;
  font-size: 0.875rem;
  margin-top: 4px;
}
/* /Features/Admin/Projects/ProjectInputForm/ProjectUserInputForm.razor.rz.scp.css */
legend[b-ovyu4lmcdw] {
  display: none !important;
}
.py-5[b-ovyu4lmcdw] {
  padding: 10px 0;
}
.my-5[b-ovyu4lmcdw] {
  margin: 10px 0;
}

.required-asterisk[b-ovyu4lmcdw] {
  color: #d9534f; /* bootstrap danger red */
  margin-left: 4px;
}

.invalid-field[b-ovyu4lmcdw] {
  border: 1px solid #d9534f !important;
  box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.08);
}

/* ensure datepicker input inherits the invalid style */
.invalid-field .k-input[b-ovyu4lmcdw],
.k-input.invalid-field[b-ovyu4lmcdw] {
  border-color: #d9534f !important;
}

.k-required-validation-message[b-ovyu4lmcdw] {
  color: #d9534f;
  font-size: 0.875rem;
  margin-top: 4px;
}
/* /Features/Admin/SystemAdmin/AdminUserForm/AdminUserForm.razor.rz.scp.css */
.button-row[b-6xasfjq3ma] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem; /* space between buttons */
    margin-top: 1rem;
}

.equal-btn[b-6xasfjq3ma] {
    flex: 1; /* make each button grow equally */
    text-align: center;
}
.wide-btn[b-6xasfjq3ma] {
    width: 150px;
}
/* /Features/Admin/Users/EmployeeSelection/EmployeeSelectionComponent.razor.rz.scp.css */
.selected-enployees-container[b-yh4h6g32r3] {
    border: 1px solid #e0e0e0;
    padding: 0.2rem 0.3rem;
}

.blue-background[b-yh4h6g32r3] {
    background-color: #043162;
    color: white; /* Set text color to contrast with the blue background */
    padding: 5px 10px; /* Optional: Add padding for better aesthetics */
}

.center-align[b-yh4h6g32r3] {
    text-align: center;
    width: 100%;
}
/* /Features/Admin/Users/UserDetail/UserDetailComponent.razor.rz.scp.css */
.rightline[b-20uxjp6y5r] {
    margin-left: auto;
    color: #00783F;
    border-color: #00783F;
    border-radius: 40px;
    background-color: #D4FDD0;
    font-style: var(--lato-web-DS-lato-small-font-style);
    font-family: var(--lato-web-DS-lato-small-font-family);
    font-size: var(--lato-web-DS-lato-small-font-size);
    width: 98px;
    height: 25px;
    text-align: center;
    letter-spacing: var(--lato-web-DS-lato-small-letter-spacing);
    line-height: var(--lato-web-DS-lato-small-line-height);
    border-style: solid;
    border-width: 1px;
}

.leftline[b-20uxjp6y5r] {
    margin-right: auto;
}

.UserPrj[b-20uxjp6y5r] {
    display: flex;
    justify-content: space-between;
    width: 400px;
    position: relative;
    padding: 5px;
}

.ToggleSwitch[b-20uxjp6y5r] {
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding:  25px;    
}
.nil-margin[b-20uxjp6y5r]{
    margin: 0px;
}



/* /Features/Common/Components/ErrorNotification/ErrorDetailsModal.razor.rz.scp.css */
/* Minimal, focused styles for ErrorDetailsModal - keep wrapping and prevent horizontal scroll */

.error-details-container[b-aeutkd3u6o] {
  padding: 18px;
  max-height: none;
  overflow: visible;
  box-sizing: border-box;
}

.error-summary[b-aeutkd3u6o] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.error-summary h4[b-aeutkd3u6o] {
  margin: 0;
  color: #c82333;
  font-size: 1rem;
}

.error-list[b-aeutkd3u6o] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Visual styling for each error - keep compact but distinct */
.error-item[b-aeutkd3u6o] {
  border: 1px solid rgba(220, 53, 69, 0.2);
  border-radius: 8px;
  padding: 12px;
  background: #fff9f9;
  /* allow vertical expansion but prevent horizontal overflow */
  overflow-x: hidden;
  overflow-y: visible;
}

.error-header[b-aeutkd3u6o] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.error-badge[b-aeutkd3u6o] {
  background: #dc3545;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
}
.status-code[b-aeutkd3u6o] {
  background: #6c757d;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.error-message[b-aeutkd3u6o] {
  color: #333;
  margin-bottom: 8px;
}
.error-reference[b-aeutkd3u6o] {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 8px;
}

/* Force wrapping of long messages/stack traces; do NOT add internal scrollbars */
.error-message-content[b-aeutkd3u6o],
.validation-list li[b-aeutkd3u6o] {
  white-space: pre-wrap !important; /* preserve line breaks but wrap */
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  max-width: 100% !important;
}

.validation-errors[b-aeutkd3u6o] {
  margin-top: 6px;
}
.validation-list[b-aeutkd3u6o] {
  margin: 6px 0 0 18px;
  padding: 0;
}
.validation-list li[b-aeutkd3u6o] {
  margin-bottom: 6px;
  color: #c82333;
}

.member-names[b-aeutkd3u6o] {
  font-weight: 700;
  color: #495057;
  margin-right: 6px;
}
.no-errors[b-aeutkd3u6o] {
  text-align: center;
  padding: 18px;
  color: #6c757d;
}
/* /Features/Common/Components/ErrorNotification/ErrorNotificationIcon.razor.rz.scp.css */
.error-notification-icon[b-e7s3kg3w4n] {
  position: fixed;
  bottom: 78px; /* Position above footer */
  right: 18px;
  background-color: rgba(200, 30, 45, 0.95); /* strong error red */
  color: white;
  border-radius: 8px; /* rounded square for a badge-like look */
  width: 44px; /* smaller */
  height: 44px; /* smaller */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(200, 30, 45, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  z-index: 1000;
}

.error-notification-icon:hover[b-e7s3kg3w4n] {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(200, 30, 45, 0.36);
}

.error-notification-icon i[b-e7s3kg3w4n] {
  font-size: 18px; /* smaller icon */
  line-height: 1;
}

.error-count[b-e7s3kg3w4n] {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #ffc107;
  color: #000;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  border: 2px solid white;
}

/* subtle pulse removed to reduce distraction */

/* Responsive adjustments */
@media (max-width: 768px) {
  .error-notification-icon[b-e7s3kg3w4n] {
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 15px;
  }

  .error-notification-icon i[b-e7s3kg3w4n] {
    font-size: 20px;
  }

  .error-count[b-e7s3kg3w4n] {
    width: 20px;
    height: 20px;
    font-size: 10px;
    top: -6px;
    right: -6px;
  }
}

/* Error details modal helpers */
.error-details-container[b-e7s3kg3w4n] {
  max-height: 72vh;
  overflow: auto;
  padding: 12px;
}
.error-message[b-e7s3kg3w4n] {
  margin-top: 8px;
}
.error-message-content[b-e7s3kg3w4n] {
  white-space: pre-wrap; /* preserve line breaks */
  word-break: break-word; /* break long words/stack traces */
  overflow-wrap: anywhere;
  max-width: 100%;
}
.error-list .error-item[b-e7s3kg3w4n] {
  border: 1px solid rgba(220, 53, 69, 0.15);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: #fff9f9;
}
.validation-errors[b-e7s3kg3w4n] {
  margin-top: 8px;
}
.validation-list[b-e7s3kg3w4n] {
  margin: 6px 0 0 0;
  padding-left: 18px;
  list-style: disc;
}
.validation-list li[b-e7s3kg3w4n] {
  white-space: pre-wrap; /* preserve newlines but wrap long words */
  word-break: break-word; /* break long tokens */
  overflow-wrap: anywhere;
  hyphens: auto;
}
.error-item[b-e7s3kg3w4n],
.error-list[b-e7s3kg3w4n],
.validation-errors[b-e7s3kg3w4n] {
  box-sizing: border-box;
}
.no-errors[b-e7s3kg3w4n] {
  padding: 20px;
  text-align: center;
}
/* /Features/Common/Components/FileUploader/FileUploader.razor.rz.scp.css */
.file-uploader-window[b-4atf4le7p3]
{
   background-color:white;
}

.k-window-titlebar[b-4atf4le7p3]
{
    background-color:white;
}
/* /Features/Common/Components/FilterComponents/ColumnHeader/FilterableColumnHeader.razor.rz.scp.css */
.filterable-column-header[b-ulv3cfnr1c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    position: relative; /* Establishes positioning context for popup */
    width: 100%;
}

.column-title[b-ulv3cfnr1c] {
    flex: 1;
    font-weight: 500;
}

.filter-ellipsis[b-ulv3cfnr1c] {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 4px 8px;
    color: #666;
    border-radius: 4px;
    transition: all 0.2s;
    line-height: 1;
}

    .filter-ellipsis:hover[b-ulv3cfnr1c] {
        background: #f0f0f0;
    }

    .filter-ellipsis.active[b-ulv3cfnr1c] {
        color: #005a9e;
        background: #e3f2fd;
    }

.filter-popup-container[b-ulv3cfnr1c] {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    top: 30px;
}
.holds-filter-icon[b-ulv3cfnr1c]{
    cursor: pointer;   
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.holds-filter-icon.active[b-ulv3cfnr1c] {
    color: #fff;
    background-color: #004987;
}

/* /Features/Common/Components/FilterComponents/ContainsFilter/ContainsFilterComponent.razor.rz.scp.css */
.contains-filter-popup[b-c45n5uur5r] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.filter-header[b-c45n5uur5r] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.filter-icon[b-c45n5uur5r] {
    font-size: 20px;
}

.filter-content[b-c45n5uur5r] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-row[b-c45n5uur5r] {
    width: 100%;
}

.filter-operator[b-c45n5uur5r] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.filter-text-input[b-c45n5uur5r] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

    .filter-text-input:focus[b-c45n5uur5r] {
        outline: none;
        border-color: #005a9e;
    }

.filter-logic[b-c45n5uur5r] {
    display: flex;
    gap: 0;
    margin: 4px 0;
}

.logic-button[b-c45n5uur5r] {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

    .logic-button:first-child[b-c45n5uur5r] {
        border-radius: 4px 0 0 4px;
        border-right: none;
    }

    .logic-button:last-child[b-c45n5uur5r] {
        border-radius: 0 4px 4px 0;
    }

    .logic-button.active[b-c45n5uur5r] {
        background: #005a9e;
        color: white;
        border-color: #005a9e;
    }

    .logic-button:hover:not(.active)[b-c45n5uur5r] {
        background: #f5f5f5;
    }

.filter-actions[b-c45n5uur5r] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.btn-filter[b-c45n5uur5r],
.btn-clear[b-c45n5uur5r] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-filter[b-c45n5uur5r] {
    background: #005a9e;
    color: white;
    border-color: #005a9e;
}

    .btn-filter:hover[b-c45n5uur5r] {
        background: #004578;
        border-color: #004578;
    }

.btn-clear[b-c45n5uur5r] {
    background: white;
    color: #333;
}

    .btn-clear:hover[b-c45n5uur5r] {
        background: #f5f5f5;
    }
/* /Features/Common/Components/FilterComponents/DateFilter/DateFilterComponent.razor.rz.scp.css */
.date-filter-popup[b-q0yn3sew5q] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.filter-header[b-q0yn3sew5q] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.filter-icon[b-q0yn3sew5q] {
    font-size: 20px;
}

.filter-content[b-q0yn3sew5q] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-row[b-q0yn3sew5q] {
    width: 100%;
}

.filter-operator[b-q0yn3sew5q] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.filter-date-input[b-q0yn3sew5q] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

    .filter-date-input:focus[b-q0yn3sew5q] {
        outline: none;
        border-color: #005a9e;
    }

.filter-logic[b-q0yn3sew5q] {
    display: flex;
    gap: 0;
    margin: 4px 0;
}

.logic-button[b-q0yn3sew5q] {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

    .logic-button:first-child[b-q0yn3sew5q] {
        border-radius: 4px 0 0 4px;
        border-right: none;
    }

    .logic-button:last-child[b-q0yn3sew5q] {
        border-radius: 0 4px 4px 0;
    }

    .logic-button.active[b-q0yn3sew5q] {
        background: #005a9e;
        color: white;
        border-color: #005a9e;
    }

    .logic-button:hover:not(.active)[b-q0yn3sew5q] {
        background: #f5f5f5;
    }

.filter-actions[b-q0yn3sew5q] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.btn-filter[b-q0yn3sew5q],
.btn-clear[b-q0yn3sew5q] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-filter[b-q0yn3sew5q] {
    background: #005a9e;
    color: white;
    border-color: #005a9e;
}

    .btn-filter:hover[b-q0yn3sew5q] {
        background: #004578;
        border-color: #004578;
    }

.btn-clear[b-q0yn3sew5q] {
    background: white;
    color: #333;
}

    .btn-clear:hover[b-q0yn3sew5q] {
        background: #f5f5f5;
    }
/* /Features/Common/Components/FilterComponents/DropdownFilter/DropdownFilterComponent.razor.rz.scp.css */
.dropdown-filter-popup[b-hgaxxiabsx] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.filter-header[b-hgaxxiabsx] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.filter-icon[b-hgaxxiabsx] {
    font-size: 20px;
}

.filter-content[b-hgaxxiabsx] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-row[b-hgaxxiabsx] {
    width: 100%;
}

.filter-dropdown[b-hgaxxiabsx] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

    .filter-dropdown:focus[b-hgaxxiabsx] {
        outline: none;
        border-color: #005a9e;
    }

.filter-actions[b-hgaxxiabsx] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.btn-filter[b-hgaxxiabsx],
.btn-clear[b-hgaxxiabsx] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-filter[b-hgaxxiabsx] {
    background: #005a9e;
    color: white;
    border-color: #005a9e;
}

    .btn-filter:hover[b-hgaxxiabsx] {
        background: #004578;
        border-color: #004578;
    }

.btn-clear[b-hgaxxiabsx] {
    background: white;
    color: #333;
}

    .btn-clear:hover[b-hgaxxiabsx] {
        background: #f5f5f5;
    }
/* /Features/Common/Components/FilterComponents/MultiSelectFilter/MultiSelectFilterComponent.razor.rz.scp.css */
.multiselect-filter-popup[b-rpm3ngap22] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.filter-header[b-rpm3ngap22] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.filter-icon[b-rpm3ngap22] {
    font-size: 20px;
}

.filter-content[b-rpm3ngap22] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-row[b-rpm3ngap22] {
    width: 100%;
}

.filter-search-input[b-rpm3ngap22] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' stroke='%23666' stroke-width='2'/%3E%3Cpath d='m21 21-4.35-4.35' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 40px;
}

    .filter-search-input:focus[b-rpm3ngap22] {
        outline: none;
        border-color: #005a9e;
    }

.filter-options[b-rpm3ngap22] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
}

.filter-option[b-rpm3ngap22] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
}

    .filter-option:hover[b-rpm3ngap22] {
        background: #f5f5f5;
    }

    .filter-option input[type="checkbox"][b-rpm3ngap22] {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

    .filter-option span[b-rpm3ngap22] {
        flex: 1;
        font-size: 14px;
    }

.filter-actions[b-rpm3ngap22] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.btn-filter[b-rpm3ngap22],
.btn-clear[b-rpm3ngap22] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-filter[b-rpm3ngap22] {
    background: #005a9e;
    color: white;
    border-color: #005a9e;
}

    .btn-filter:hover[b-rpm3ngap22] {
        background: #004578;
        border-color: #004578;
    }

.btn-clear[b-rpm3ngap22] {
    background: white;
    color: #333;
}

    .btn-clear:hover[b-rpm3ngap22] {
        background: #f5f5f5;
    }
/* /Features/Common/Components/FilterComponents/NumericFilter/NumericFilterComponent.razor.rz.scp.css */
.contains-filter-popup[b-oz2ms1kjp0] {
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 320px;
    padding: 16px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.filter-header[b-oz2ms1kjp0] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 500;
}

.filter-icon[b-oz2ms1kjp0] {
    font-size: 20px;
}

.filter-content[b-oz2ms1kjp0] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-row[b-oz2ms1kjp0] {
    width: 100%;
}

.filter-operator[b-oz2ms1kjp0] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23666' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
}

.filter-text-input[b-oz2ms1kjp0] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

    .filter-text-input:focus[b-oz2ms1kjp0] {
        outline: none;
        border-color: #005a9e;
    }

.filter-logic[b-oz2ms1kjp0] {
    display: flex;
    gap: 0;
    margin: 4px 0;
}

.logic-button[b-oz2ms1kjp0] {
    flex: 1;
    padding: 10px 16px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
}

    .logic-button:first-child[b-oz2ms1kjp0] {
        border-radius: 4px 0 0 4px;
        border-right: none;
    }

    .logic-button:last-child[b-oz2ms1kjp0] {
        border-radius: 0 4px 4px 0;
    }

    .logic-button.active[b-oz2ms1kjp0] {
        background: #005a9e;
        color: white;
        border-color: #005a9e;
    }

    .logic-button:hover:not(.active)[b-oz2ms1kjp0] {
        background: #f5f5f5;
    }

.filter-actions[b-oz2ms1kjp0] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.btn-filter[b-oz2ms1kjp0],
.btn-clear[b-oz2ms1kjp0] {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-filter[b-oz2ms1kjp0] {
    background: #005a9e;
    color: white;
    border-color: #005a9e;
}

    .btn-filter:hover[b-oz2ms1kjp0] {
        background: #004578;
        border-color: #004578;
    }

.btn-clear[b-oz2ms1kjp0] {
    background: white;
    color: #333;
}

    .btn-clear:hover[b-oz2ms1kjp0] {
        background: #f5f5f5;
    }
/* /Features/Common/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-59ogadkw44] {
    background-color: black;
    text-align: left;
    color: white;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    
}

.footer-container[b-59ogadkw44] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}



@media (max-width: 400px) {
    .footer-container[b-59ogadkw44] {
        max-width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: flex-start; /* Change from space-between to flex-start */
    }
}

.footer-content[b-59ogadkw44] {
    background-color: #231f20;
    padding: 20px 50px;
    display: flex;
    gap: 90px;
}



@media (max-width: 991px) {
    .footer-content[b-59ogadkw44] {
        flex-wrap: wrap;
        padding: 20px;
    }
}

.copyright-text[b-59ogadkw44] {
    font-family: Lato, sans-serif;
    color: #fff;
    display: flex; /* Set display to flex */
    align-items: center;
}

@media (max-width: 991px) {
    .copyright-text[b-59ogadkw44] {
        flex-basis: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.legal-links[b-59ogadkw44] {
    font-family: Lato, sans-serif;
    margin-left: 50px;
}

.terms-use[b-59ogadkw44], .privacy-policy[b-59ogadkw44] {
    text-decoration: underline;
    color: #fff;
}

    .terms-use[b-59ogadkw44]:after {
        content: '|';
        margin: 0 10px;
    }
/* /Features/Common/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-g2aixsh9zl] {
  position: relative;
  display: flex;
  flex-direction: column;
}

.header-main[b-g2aixsh9zl] {
    background: linear-gradient(90deg, #004987 38.59%, #007EE7 165.23%);
}
.layout[b-g2aixsh9zl]{
    padding: 0px;
}
.main[b-g2aixsh9zl] {
  flex: 1;
  padding: 0px 32px;
}
#blazor-error-ui[b-g2aixsh9zl] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-g2aixsh9zl] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}
/* /Features/Common/Components/NavMenu/NavMenu.razor.rz.scp.css */
.header-custom[b-k19yjs3qan] {
    color: #fff !important;
    height: 70px;
    align-items: center;
}

.app-logo-style[b-k19yjs3qan] {
    height: 40px;
    margin-right: 10px;
}

.logo-style[b-k19yjs3qan] {
    height: 40px;
}

.c-pointer[b-k19yjs3qan] {
    cursor: pointer;
}


.admin-container[b-k19yjs3qan] {
    position: relative;
}

.admin-dropdown-menu[b-k19yjs3qan] {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 220px;
    animation: dropdownFadeIn-b-k19yjs3qan 0.2s ease-in-out;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

    .admin-dropdown-menu ul li[b-k19yjs3qan] {
        padding: 8px 12px;
        border-bottom: 1px solid #ccc;
    }

        .admin-dropdown-menu ul li a[b-k19yjs3qan] {
            text-decoration: none;
            color: #333;
            display: block;
        }

        .admin-dropdown-menu ul li:hover[b-k19yjs3qan] {
            color: #000;
            font-weight: bold;
        }



/* === INVISIBLE OVERLAY (for click-outside) === */
.overlay[b-k19yjs3qan] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 999; /* below dropdown */
}

.admin-dropdown-menu ul li:last-child[b-k19yjs3qan] {
    border-bottom: none;
}

/* === ANIMATION === */
@keyframes dropdownFadeIn-b-k19yjs3qan {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-user-details[b-k19yjs3qan] {
    position: absolute;
    top: 100%;
    left: 27%;
    margin-top: 8px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    min-width: 220px;
    animation: dropdownFadeIn-b-k19yjs3qan 0.2s ease-in-out;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
    .admin-user-details ul li[b-k19yjs3qan] {
        padding: 8px 0px;
        border-bottom: 1px solid #ccc;
    }

        .admin-user-details ul li a[b-k19yjs3qan] {
            display: block;
        }

.userdetailsoverlay[b-k19yjs3qan] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 999;
}
/* /Features/HoldDetail/HoldDetail.razor.rz.scp.css */
.button-row[b-92oip64tby] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem; /* space between buttons */
    margin-top: 1rem;
}

.equal-btn[b-92oip64tby] {
    flex: 1; /* make each button grow equally */
    text-align: center;
}
.wide-btn[b-92oip64tby] {
    width: 150px;
}
.doc-save-icon[b-92oip64tby], .doc-cancel-icon[b-92oip64tby] {
    cursor: pointer;
    display: flex;
    box-shadow: 0px 1px 3px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .doc-save-icon:hover[b-92oip64tby] {
        color: #004987;
    }

    .doc-cancel-icon:hover[b-92oip64tby] {
        color: #FF7F7F;
    }
.hold-details-icon-edit[b-92oip64tby] {
    font-size: 12px;
    cursor: pointer;
    padding-right: 10px;
}

.popup-inp-cust-width[b-92oip64tby] {
    width: 200px;
    border: 1px solid #D1D1D1;
    outline: none;
    height: 35px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 10px;
    background-color: #fff;
    color: #888E93;
}
/* /Features/HoldsDashboard/Components/FilterSection/FilterSection.razor.rz.scp.css */
.filter-section[b-otqla98rh2] {
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.filter-label[b-otqla98rh2] {
  font-weight: 600;
  color: #495057;
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
}

.filter-dropdown[b-otqla98rh2],
.filter-input[b-otqla98rh2],
.filter-search[b-otqla98rh2] {
  width: 100%;
  height: 38px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: white;
}

.filter-dropdown:focus[b-otqla98rh2],
.filter-input:focus[b-otqla98rh2],
.filter-search:focus[b-otqla98rh2] {
  border-color: #004987;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 73, 135, 0.25);
}

.search-container[b-otqla98rh2] {
  position: relative;
  display: flex;
}

.filter-search[b-otqla98rh2] {
  flex: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-button[b-otqla98rh2] {
  background: #004987;
  border: 1px solid #004987;
  color: white;
  padding: 0 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.search-button:hover[b-otqla98rh2] {
  background: #003666;
}

.filter-actions[b-otqla98rh2] {
  border-top: 1px solid #e0e0e0;
  padding-top: 16px;
}

.btn[b-otqla98rh2] {
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary[b-otqla98rh2] {
  background-color: #004987;
  border-color: #004987;
  color: white;
}

.btn-primary:hover[b-otqla98rh2] {
  background-color: #003666;
  border-color: #003666;
}

.btn-outline-secondary[b-otqla98rh2] {
  border-color: #6c757d;
  color: #6c757d;
  background: transparent;
}

.btn-outline-secondary:hover[b-otqla98rh2] {
  background-color: #6c757d;
  color: white;
}

.me-1[b-otqla98rh2] {
  margin-right: 0.25rem;
}

.me-2[b-otqla98rh2] {
  margin-right: 0.5rem;
}

.mt-3[b-otqla98rh2] {
  margin-top: 1rem;
}

.g-3 > *[b-otqla98rh2] {
  gap: 1rem;
}

.row[b-otqla98rh2] {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}

.col-lg-3[b-otqla98rh2] {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 0.5rem;
}

.col-md-6[b-otqla98rh2] {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0.5rem;
}

.align-items-end[b-otqla98rh2] {
  align-items: flex-end;
}
/* /Features/HoldsDashboard/Components/LayoutSection/LayoutSection.razor.rz.scp.css */
.layout-section[b-ouk04j9ro1] {
  background: white;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.layout-controls[b-ouk04j9ro1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.view-toggle[b-ouk04j9ro1] {
  display: flex;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.layout-btn[b-ouk04j9ro1] {
  background: white;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
  transition: all 0.2s ease;
  border-right: 1px solid #e0e0e0;
}

.layout-btn:last-child[b-ouk04j9ro1] {
  border-right: none;
}

.layout-btn:hover[b-ouk04j9ro1] {
  background: #f8f9fa;
  color: #495057;
}

.layout-btn.active[b-ouk04j9ro1] {
  background: #004987;
  color: white;
}

.layout-btn.active:hover[b-ouk04j9ro1] {
  background: #003666;
}

.layout-info[b-ouk04j9ro1] {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

.item-count[b-ouk04j9ro1] {
  padding: 4px 8px;
  background: #f8f9fa;
  border-radius: 4px;
}
.export-dwl-btn[b-ouk04j9ro1] {
    background-color: #004987;
    color: #fff;
    font-size: 14px;
    outline: none;
    height: 40px;
    width: 124px;
    border: none;
    border-radius: 6px;
    
}
/* /Features/HoldsDashboard/Components/PaginationControlsBar/PaginationControlsBar.razor.rz.scp.css */
.pagination-controls[b-dnvg0pnydj] {
  background: white;
  border-radius: 8px;
  padding: 10px 10px;
  margin-top: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.pagination-info[b-dnvg0pnydj] {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.page-info[b-dnvg0pnydj] {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

.page-size-selector[b-dnvg0pnydj] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #495057;
}

.page-size-selector select[b-dnvg0pnydj] {
  padding: 4px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  background: white;
}

.pagination-nav[b-dnvg0pnydj] {
  display: flex;
  align-items: center;
  gap: 4px;
}

.page-btn[b-dnvg0pnydj] {
  background: white;
  border: 1px solid #e0e0e0;
  color: #6c757d;
  cursor: pointer;
  border-radius: 4px;
  font-size: 12px;
  transition: all 0.2s ease;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn:hover:not(:disabled)[b-dnvg0pnydj] {
  background: #f8f9fa;
  border-color: #004987;
  color: #004987;
}

.page-btn.active[b-dnvg0pnydj] {
  background: #004987;
  border-color: #004987;
  color: white;
  font-weight: 600;
}

.page-btn:disabled[b-dnvg0pnydj] {
  background: #f8f9fa;
  color: #dee2e6;
  cursor: not-allowed;
  border-color: #dee2e6;
}

.page-jump[b-dnvg0pnydj] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #495057;
}

.page-jump input[b-dnvg0pnydj] {
  padding: 4px 8px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
}
/* /Features/HoldsDashboard/Components/TabContainer/TabContainer.razor.rz.scp.css */
.tab-container[b-n5o7mai70s] {
  width: 100%;
}

.tab-headers[b-n5o7mai70s] {
  display: flex;
  margin-bottom: 20px;
}

.tab-header[b-n5o7mai70s] {
  padding: 10px 10px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  color: #6f6f6f;
}

.tab-header:hover:not(.disabled)[b-n5o7mai70s] {
  background-color: #f5f5f5;
}

.tab-header.active[b-n5o7mai70s] {
    border-bottom-color: #0073CE;
    color: #0073CE;
}

.tab-header.disabled[b-n5o7mai70s] {
  color: #ccc;
  cursor: not-allowed;
}

.tab-content[b-n5o7mai70s] {
  min-height: 400px;
}

.tab-pane[b-n5o7mai70s] {
  display: none;
}

.tab-pane.active[b-n5o7mai70s] {
  display: block;
}
/* /Features/HoldsDashboard/Components/Views/HoldIdsView/HoldIdsView.razor.rz.scp.css */
.widget-style2[b-rrxezowj0f] {
    background: #fff;
    border: 1px solid #e6eef8;
    border-radius: 8px;
    padding: 16px;
    min-height: 140px;
}

.txt-style4[b-rrxezowj0f] {
    font-weight: 700;
    font-size: 16px;
    color: #3E3E3E;
}

.txt-style5[b-rrxezowj0f] {
    color: #495057;
    font-size: 14px;
}

/* Badges used in both grid and list */
.status-badge[b-rrxezowj0f],
.priority-badge[b-rrxezowj0f] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-open[b-rrxezowj0f] {
    background: #e3f2fd;
    color: #1976d2;
}

.status-inprogress[b-rrxezowj0f] {
    background: #fff3e0;
    color: #f57c00;
}

.status-resolved[b-rrxezowj0f] {
    background: #e8f5e8;
    color: #388e3c;
}

.status-closed[b-rrxezowj0f] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.priority-high[b-rrxezowj0f] {
    background: #ffebee;
    color: #d32f2f;
}

.priority-medium[b-rrxezowj0f] {
    background: #fff3e0;
    color: #f57c00;
}

.priority-low[b-rrxezowj0f] {
    background: #e8f5e8;
    color: #388e3c;
}

/* List/table styles */
.holds-list-container[b-rrxezowj0f] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.holds-list-header[b-rrxezowj0f] {
    padding: 12px 16px;
    font-weight: 600;
}

.list-group[b-rrxezowj0f] {
    margin: 0;
    padding: 0;
}

.list-group-item[b-rrxezowj0f] {
    padding: 12px 16px;
}

    .list-group-item:last-child[b-rrxezowj0f] {
        border-bottom: none;
    }

/* Simple empty state */
.empty-list[b-rrxezowj0f] {
    text-align: center;
    padding: 40px 16px;
    color: #6c757d;
}

.filter-options-popup[b-rrxezowj0f] {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    top: 30px;
}

.filter-options-popup1[b-rrxezowj0f] {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    right: 0;
    top: 30px;
}

.grid-header-wrapper[b-rrxezowj0f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.filter-options-popup :last-child[b-rrxezowj0f] {
    right: 0;
}



.custom-table-container[b-rrxezowj0f] {
    /*height: 300px;
    overflow-x: auto;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 14px;*/
}

.custom-table-header[b-rrxezowj0f],
.custom-table-body[b-rrxezowj0f] {
    display: block;
}

.custom-table-row-thead[b-rrxezowj0f] {
    display: flex;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    width: 100%; /* Ensure header fills width */
}

.custom-table-row[b-rrxezowj0f] {
    display: flex;
    white-space: nowrap;
    width: 100%; /* Ensure rows fill width */
}

    .custom-table-row:hover[b-rrxezowj0f] {
        background-color: #F2F8FC;
    }

.custom-table-row-header[b-rrxezowj0f] {
    display: flex;
    padding: 10px;
    align-items: center;
    background-color: #E9E9E9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-table-row.header[b-rrxezowj0f] {
    background-color: #f5f5f5;
    font-weight: bold;
}

.cell[b-rrxezowj0f] {
    white-space: normal;
    flex: 1 1 auto; /* CHANGED: Allow cells to grow and shrink */
    min-width: 100px; /* Optional: set minimum width */
    padding: 8px;
    box-sizing: border-box;
    overflow: visible;
    text-overflow: ellipsis;
    border-bottom: 1px solid #ddd;
}

    .cell:last-child[b-rrxezowj0f] {
        border-right: none;
    }

.custom-table[b-rrxezowj0f] {
    width: 100%;
    border-collapse: collapse;
}

    .custom-table th[b-rrxezowj0f], .custom-table td[b-rrxezowj0f] {
        border: 1px solid #ddd;
        padding: 8px;
    }

.header-container[b-rrxezowj0f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.filter-wrapper[b-rrxezowj0f] {
    position: relative;
    display: inline-block;
}

.filter-icon[b-rrxezowj0f] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 6px;
}

.filter-popup[b-rrxezowj0f] {
    position: absolute;
    top: 24px;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    width: 220px;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


/* Default (right aligned) */
.right-popup[b-rrxezowj0f] {
    right: 0;
}

/* For first columns, shift left so popup is visible */
.left-popup[b-rrxezowj0f] {
    left: 0;
}

.doc-save-icon[b-rrxezowj0f], .doc-cancel-icon[b-rrxezowj0f] {
    cursor: pointer;
    display: flex;
    box-shadow: 0px 1px 3px;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.risk-icon-edit[b-rrxezowj0f] {
    cursor: pointer;
    font-size: 10px;
    padding-right: 5px;
}



.doc-save-icon:hover[b-rrxezowj0f] {
    color: #004987;
}

.doc-cancel-icon:hover[b-rrxezowj0f] {
    color: #FF7F7F;
}

.inline-popup[b-rrxezowj0f] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #b3d4fc; /* 🌟 Mild blue border */
    border-radius: 6px;
    padding: 6px 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

    .inline-popup:hover[b-rrxezowj0f] {
        border-color: #6ca0dc; /* Slightly darker blue on hover */
        box-shadow: 0 2px 8px rgba(108, 160, 220, 0.25);
    }


    .inline-popup select[b-rrxezowj0f] {
        min-width: 110px;
    }

.add-risk-btn[b-rrxezowj0f] {
    color: #0060A5 !important;
    background-color: white !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: 500;
    transition: color 0.2s ease, transform 0.1s ease;
    text-align: left;
}

    .add-risk-btn:hover[b-rrxezowj0f] {
        color: #004b80 !important; /* Slightly darker blue on hover */
        transform: scale(1.05);
    }

    .add-risk-btn:focus[b-rrxezowj0f] {
        outline: none !important;
        box-shadow: none !important;
    }

.popup-inp-cust-width[b-rrxezowj0f] {
    width: 200px;
    border: 1px solid #D1D1D1;
    outline: none;
    height: 35px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 10px;
    background-color: #fff;
    color: #888E93;
}

.holdid-tooltip-icon[b-rrxezowj0f] {
    width: 15px;
    cursor: pointer;
}

.holdid-nav-icon-cell:hover[b-rrxezowj0f] {
    background-color: #DCECF8;
}

.grid-wrapper[b-rrxezowj0f] {
    position: relative;
}

.grid-click-catcher[b-rrxezowj0f] {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: transparent;
}


/*Hide Show Popup Style*/
.column-menu-overlay[b-rrxezowj0f] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    backdrop-filter: blur(2px);
}

.column-menu-window .k-window-content[b-rrxezowj0f] {
    padding: 16px;
}

.column-menu-window .k-window-titlebar[b-rrxezowj0f] {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* Container */
.column-menu-list[b-rrxezowj0f] {
    display: block;
    width: 100%;
}

/* Each row */
.column-menu-list label[b-rrxezowj0f] {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
padding: 8px 10px;
gap: 10px;
box-sizing: border-box;
cursor: pointer;
white-space: nowrap; /* prevents wrapping */
}

/* Hover */
.column-menu-list label:hover[b-rrxezowj0f] {
background-color: #f4f6f8;
}

/* Checkbox */
.column-menu-list input[type="checkbox"][b-rrxezowj0f] {
flex-shrink: 0;
width: 16px;
height: 16px;
cursor: pointer;
appearance: none;
border: 2px solid #c5c9ce;
border-radius: 4px;
background: #fff;
position: relative;
}

/* Checked */
.column-menu-list input[type="checkbox"]:checked[b-rrxezowj0f] {
background-color: #2563eb;
border-color: #2563eb;
}

/* Checkmark */
.column-menu-list input[type="checkbox"]:checked[b-rrxezowj0f]::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.column-menu-actions[b-rrxezowj0f] {
    display: flex;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #dee2e6;
}

.cursor-pointer[b-rrxezowj0f] {
    cursor: pointer;
}

.column-menu-header[b-rrxezowj0f] {
    position: relative;
}

.hs-btn-reset[b-rrxezowj0f] {
    background-color: #004987;
    color: #FFF;
    border: none;
    font-size: 12px;
    outline: none !important;
    height: 35px;
    width: 100%;
    border-radius: 5px;
}

.hs-btn-cancel[b-rrxezowj0f] {
    background-color: #FFF;
    color: #004987;
    border: 1px solid #004987;
    font-size: 12px;
    outline: none !important;
    height: 35px;
    width: 100%;
    border-radius: 5px;
}
.hs-show-icon[b-rrxezowj0f] {
    width: 25px;
    height: 25px;
    font-size: 12px;
    /*box-shadow: 0px 1px 3px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0073CE;
}
.hs-hide-icon[b-rrxezowj0f] {
    width: 25px;
    height: 25px;
    font-size: 12px;
    /*box-shadow: 0px 1px 3px;*/
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0073CE;
}

.word-break[b-rrxezowj0f] {
    white-space: normal;
    overflow-wrap: anywhere; /* breaks long words anywhere */
    word-break: break-word; /* fallback for older browsers */
}


.table-scroll-container[b-rrxezowj0f] {
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
    border: 1px solid #ccc;
    height: calc(100vh - 500px);
    min-height: 250px;
    max-height: calc(100vh - 280px);
}

/* Ensure table fills container */
.table-scroll-container table[b-rrxezowj0f] {
    width: 100%;
    table-layout: auto; /* Allow dynamic column sizing */
    border-collapse: collapse;
}
/* /Features/HoldsDashboard/Components/Views/LineIdsView/LineIdsView.razor.rz.scp.css */
.widget-style2[b-uwt5xk5y48] {
    background: #fff;
    border: 1px solid #e6eef8;
    border-radius: 8px;
    padding: 16px;
    min-height: 140px;
}

.txt-style4[b-uwt5xk5y48] {
    font-weight: 700;
    font-size: 16px;
    color: #3E3E3E;
}

.txt-style5[b-uwt5xk5y48] {
    color: #495057;
    font-size: 14px;
}

/* Badges used in both grid and list */
.status-badge[b-uwt5xk5y48],
.priority-badge[b-uwt5xk5y48] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-open[b-uwt5xk5y48] {
    background: #e3f2fd;
    color: #1976d2;
}

.status-inprogress[b-uwt5xk5y48] {
    background: #fff3e0;
    color: #f57c00;
}

.status-resolved[b-uwt5xk5y48] {
    background: #e8f5e8;
    color: #388e3c;
}

.status-closed[b-uwt5xk5y48] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.priority-high[b-uwt5xk5y48] {
    background: #ffebee;
    color: #d32f2f;
}

.priority-medium[b-uwt5xk5y48] {
    background: #fff3e0;
    color: #f57c00;
}

.priority-low[b-uwt5xk5y48] {
    background: #e8f5e8;
    color: #388e3c;
}

/* List/table styles */
.holds-list-container[b-uwt5xk5y48] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.holds-list-header[b-uwt5xk5y48] {
    padding: 12px 16px;
    font-weight: 600;
}

.list-group[b-uwt5xk5y48] {
    margin: 0;
    padding: 0;
}

.list-group-item[b-uwt5xk5y48] {
    padding: 12px 16px;
}

    .list-group-item:last-child[b-uwt5xk5y48] {
        border-bottom: none;
    }

/* Simple empty state */
.empty-list[b-uwt5xk5y48] {
    text-align: center;
    padding: 40px 16px;
    color: #6c757d;
}

.filter-options-popup[b-uwt5xk5y48] {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    top: 30px;
}

.filter-options-popup1[b-uwt5xk5y48] {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    right: 0;
    top: 30px;
}

.grid-header-wrapper[b-uwt5xk5y48] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .filter-options-popup :last-child[b-uwt5xk5y48] {
        right: 0;
    }


.custom-table-header[b-uwt5xk5y48],
.custom-table-body[b-uwt5xk5y48] {
    display: block;
}

.custom-table-row-thead[b-uwt5xk5y48] {
    display: flex;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}

.custom-table-row[b-uwt5xk5y48] {
    display: flex;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}
.custom-table-row:hover[b-uwt5xk5y48] {
    background-color: #F2F8FC;
}
.custom-table-row-header[b-uwt5xk5y48] {
    display: flex;
    padding: 10px;
    align-items: center;
    background-color: #E9E9E9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.custom-table-row.header[b-uwt5xk5y48] {
    background-color: #f5f5f5;
    font-weight: bold;
}

.cell[b-uwt5xk5y48] {
    flex: 0 0 auto;
    padding: 8px;
    box-sizing: border-box;
    overflow: visible;
    text-overflow: ellipsis;
}

    .cell:last-child[b-uwt5xk5y48] {
        border-right: none;
    }
/* /Features/HoldsDashboard/Components/Views/WbsAreaView/WbsAreaView.razor.rz.scp.css */
.txt-style4[b-xumm5g3lgs] {
    font-weight: 700;
    font-size: 16px;
    color: #3E3E3E;
}

.txt-style5[b-xumm5g3lgs] {
    color: #495057;
    font-size: 14px;
}

/* Badges used in both grid and list */
.status-badge[b-xumm5g3lgs],
.priority-badge[b-xumm5g3lgs] {
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-open[b-xumm5g3lgs] {
    background: #e3f2fd;
    color: #1976d2;
}

.status-inprogress[b-xumm5g3lgs] {
    background: #fff3e0;
    color: #f57c00;
}

.status-resolved[b-xumm5g3lgs] {
    background: #e8f5e8;
    color: #388e3c;
}

.status-closed[b-xumm5g3lgs] {
    background: #f3e5f5;
    color: #7b1fa2;
}

.priority-high[b-xumm5g3lgs] {
    background: #ffebee;
    color: #d32f2f;
}

.priority-medium[b-xumm5g3lgs] {
    background: #fff3e0;
    color: #f57c00;
}

.priority-low[b-xumm5g3lgs] {
    background: #e8f5e8;
    color: #388e3c;
}

/* List/table styles */
.holds-list-container[b-xumm5g3lgs] {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}

.holds-list-header[b-xumm5g3lgs] {
    padding: 12px 16px;
    font-weight: 600;
}

.list-group[b-xumm5g3lgs] {
    margin: 0;
    padding: 0;
}

.list-group-item[b-xumm5g3lgs] {
    padding: 12px 16px;
}

    .list-group-item:last-child[b-xumm5g3lgs] {
        border-bottom: none;
    }

/* Simple empty state */
.empty-list[b-xumm5g3lgs] {
    text-align: center;
    padding: 40px 16px;
    color: #6c757d;
}

.filter-options-popup[b-xumm5g3lgs] {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    top: 30px;
}

.filter-options-popup1[b-xumm5g3lgs] {
    box-shadow: 0px 1px 3px;
    background: #fff;
    position: absolute;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    width: 18vw;
    right: 0;
    top: 30px;
}

.grid-header-wrapper[b-xumm5g3lgs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


    .filter-options-popup :last-child[b-xumm5g3lgs] {
        right: 0;
    }


.custom-table-container[b-xumm5g3lgs] {
    height: 300px;
    overflow-x: auto;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.custom-table-header[b-xumm5g3lgs],
.custom-table-body[b-xumm5g3lgs] {
    display: block;
}

.custom-table-row-thead[b-xumm5g3lgs] {
    display: flex;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}

.custom-table-row[b-xumm5g3lgs] {
    display: flex;
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
}

.wbs-nav-icon:hover[b-xumm5g3lgs] {
    background-color: #DCECF8;
}

.custom-table-row-header[b-xumm5g3lgs] {
    display: flex;
    padding: 10px;
    align-items: center;
    background-color: #E9E9E9;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.custom-table-row.header[b-xumm5g3lgs] {
    background-color: #f5f5f5;
    font-weight: bold;
}

.cell[b-xumm5g3lgs] {
    flex: 0 0 auto;
    padding: 8px;
    box-sizing: border-box;
    overflow: visible;
    text-overflow: ellipsis;
}

    .cell:last-child[b-xumm5g3lgs] {
        border-right: none;
    }
.wbs-code-txt:hover[b-xumm5g3lgs]{
    text-decoration: underline;
}
/* /Features/HoldsDashboard/Components/WidgetsSection/WidgetsSection.razor.rz.scp.css */
.widget-container2.clickable[b-iuafljs0e3] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.widget-container2.clickable:hover[b-iuafljs0e3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.widget-container2.clickable:hover .txt-style9[b-iuafljs0e3] {
    text-decoration: underline;
}

.widget-container2.clickable:active[b-iuafljs0e3] {
    transform: translateY(0);
}

.widget-container3.clickable[b-iuafljs0e3] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.widget-container3.clickable:hover[b-iuafljs0e3] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.widget-container3.clickable:hover .txt-style9[b-iuafljs0e3] {
    text-decoration: underline;
}

.widget-container3.clickable:active[b-iuafljs0e3] {
    transform: translateY(0);
}
.widget-container4.clickable[b-iuafljs0e3] {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .widget-container4.clickable:hover[b-iuafljs0e3] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

        .widget-container4.clickable:hover .txt-style9[b-iuafljs0e3] {
            text-decoration: underline;
        }

    .widget-container4.clickable:active[b-iuafljs0e3] {
        transform: translateY(0);
    }


/* /Features/HoldsDashboard/HoldsDashboard.razor.rz.scp.css */
.add-holds-panel[b-s9l5ssj4d6]{
    /*display: flex;
    height: 80px;
    align-items: center;*/
    position: absolute;
    top: 5px;
    right: 0;
}

.dashboard-header[b-s9l5ssj4d6] {
    margin-bottom: 24px;
}

.dashboard-title[b-s9l5ssj4d6] {
  font-size: 28px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 8px 0;
}

.my-holds-content[b-s9l5ssj4d6] {
  padding-bottom: 70px;
}
/* /Features/Identity/Account/Login.razor.rz.scp.css */

.split-left[b-y6fmn8er3e], .split-right[b-y6fmn8er3e] {
    height: 100vh;
}

.split-left[b-y6fmn8er3e] {
    background-color: #f8f9fa;
    padding: 2rem;
    position: relative;
}

.logo[b-y6fmn8er3e] {
    width: 100px;
    height: 50px;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.center-content[b-y6fmn8er3e] {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -15%);
    text-align: center;
}

.login-footer[b-y6fmn8er3e] {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    text-align: center;
    font-size: 16px;
    color: #888E93;
}

.login-footer-link-color[b-y6fmn8er3e] {
    color: #888E93;
}

.split-right img[b-y6fmn8er3e] {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.theme-color-primary[b-y6fmn8er3e] {
    color: #004987;
}

.theme-color-secondary[b-y6fmn8er3e] {
    color: #888E93;
}

.welcome-text-style[b-y6fmn8er3e] {
    font-size: 32px;
}

.welcome-subtext-style[b-y6fmn8er3e] {
    font-size: 18px;
}

.login-btn[b-y6fmn8er3e] {
    width: 250px;
    height: 45px;
    border: 1px solid #004987;
    color: #004987;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    background-color: #fff;
    border-radius: 5px;
}
.login-btn-logo[b-y6fmn8er3e] {
    height: 20px;
    margin-right: 10px;
}
/* /Features/PrivacyPolicy/PrivacyPolicy.razor.rz.scp.css */
.tou-title-txt[b-tunajumgky] {
    font-size: 28px;
    color: #004987;
    margin: 0px;
    margin-bottom: 20px;
    font-weight: bold;
}

.tou-header-txt[b-tunajumgky] {
    font-size: 18px;
    color: #004987;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: bold;
}

.tou-txt[b-tunajumgky] {
    font-size: 15px;
    margin: 0px;
    margin-bottom: 10px;
    text-align: justify;
}
/* /Features/ProjectPicker/ProjectPicker.razor.rz.scp.css */
.button-row[b-bwo0jr51ri] {
    display: flex;
    justify-content: space-between;
    gap: 0.5rem; /* space between buttons */
    margin-top: 1rem;
}

.equal-btn[b-bwo0jr51ri] {
    flex: 1; /* make each button grow equally */
    text-align: center;
}
.wide-btn[b-bwo0jr51ri] {
    width: 150px;
}
/* /Features/TermsOfUse/TermsOfUse.razor.rz.scp.css */
.tou-title-txt[b-dmzy7ddtk7] {
    font-size: 28px;
    color: #004987;
    margin: 0px;
    font-weight: bold;
}
.tou-header-txt[b-dmzy7ddtk7] {
    font-size: 18px;
    color: #004987;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: bold;
    text-transform: capitalize;
}
.tou-txt[b-dmzy7ddtk7] {
    font-size: 15px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: justify;
}

