
.required-field label[data-v-364a6f91]::after {
  content: " *";
  color: red;
}

/* RQ.eAk.DP03.19 - Validation highlighting */
.is-invalid[data-v-364a6f91] {
  border-color: #dc3545 !important;
  border-width: 2px !important;
}

/* Multiselect validation */
.is-invalid[data-v-364a6f91] .multiselect__tags {
  border-color: #dc3545 !important;
  border-width: 2px !important;
  background-color: #fff5f5 !important;
}
.is-invalid[data-v-364a6f91] .multiselect__select {
  border-color: #dc3545 !important;
}

/* Radio buttons validation */
.is-invalid[data-v-364a6f91] .custom-control-input ~ .custom-control-label {
  color: #dc3545 !important;
}
.is-invalid[data-v-364a6f91] .custom-radio {
  border: 2px solid #dc3545;
  border-radius: 4px;
  padding: 5px;
  background-color: #fff5f5;
}

/* Form select validation */
.is-invalid.custom-select[data-v-364a6f91],
.is-invalid[data-v-364a6f91] .custom-select {
  border-color: #dc3545 !important;
  border-width: 2px !important;
  background-color: #fff5f5 !important;
}

/* Bootstrap form-control validation */
.is-invalid.form-control[data-v-364a6f91] {
  border-color: #dc3545 !important;
  border-width: 2px !important;
  background-color: #fff5f5 !important;
}




















































































































































































































































/* reuse your calendar styles */
.calendar-container[data-v-31cb499f] {
  padding: 20px;
}
.calendar-header[data-v-31cb499f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.month-year[data-v-31cb499f] {
  font-weight: 500;
  font-size: 16px;
}
.calendar-weekdays[data-v-31cb499f] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-bottom: 10px;
}
.weekday[data-v-31cb499f] {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  color: #6c757d;
  padding: 5px;
}
.calendar-days[data-v-31cb499f] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.calendar-day[data-v-31cb499f] {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.calendar-day[data-v-31cb499f]:hover:not(.disabled) {
  background: #e9ecef;
}
.calendar-day.other-month[data-v-31cb499f] {
  color: #adb5bd;
}
.calendar-day.today[data-v-31cb499f] {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
}
.calendar-day.selected[data-v-31cb499f] {
  background: #28a745;
  color: #fff;
}
.calendar-day.disabled[data-v-31cb499f] {
  color: #ced4da;
  cursor: not-allowed;
}
.calendar-footer[data-v-31cb499f] {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.indicators-filter[data-v-219f06c3] {
  display: inline-block;
}

/* Match PassportOfProgram filter button styling */
.filter-dropdown[data-v-219f06c3] .btn {
  background: #fff;
  border: 1px solid #dee2e6;
  color: #495057;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.filter-dropdown[data-v-219f06c3] .btn:hover {
  background: #f8f9fa;
  border-color: #adb5bd;
}
.filter-dropdown[data-v-219f06c3] .btn:focus,
.filter-dropdown[data-v-219f06c3] .btn:active {
  background: #fff;
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.filter-btn-content[data-v-219f06c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.filter-btn-content .icon-filter[data-v-219f06c3] {
  font-size: 16px;
}
.filter-content[data-v-219f06c3] {
  min-width: 320px;
  max-width: 400px;
  padding: 20px;
}
.filter-header[data-v-219f06c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}
.filter-header span[data-v-219f06c3] {
  font-weight: 600;
  font-size: 16px;
  color: #212529;
}
.filter-header i[data-v-219f06c3] {
  cursor: pointer;
  font-size: 18px;
  color: #6c757d;
}
.filter-header i[data-v-219f06c3]:hover {
  color: #212529;
}
.filter-block[data-v-219f06c3] {
  margin-bottom: 16px;
}
.filter-block[data-v-219f06c3] .form-group {
  margin-bottom: 0;
}
.filter-block[data-v-219f06c3] label {
  font-weight: 500;
  font-size: 13px;
  color: #495057;
  margin-bottom: 6px;
}
.filter-actions[data-v-219f06c3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e9ecef;
}
.filter-actions .btn[data-v-219f06c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

