@media (max-width: 64em) {
  .l-page-sidebar.mb-xl.lg\:my-l {
    overflow-x: hidden;
  }
}
/* ***********************
    css for custom coded form - non-T4/FormAssembly/Slate
*********************** */
.form-custom {
  /* begin span background-color unset */
  /* end span background-color unset *

  /* Visually distinguish helper text and error messaging */
  /* CRITICAL: Never remove outline without providing a highly visible substitute */
  /* HIDE request type divs */
  /* accessible datepicker updates */
  /* drag & drop files css */
  /* ADDED to check background circle for clicked date */
}
.form-custom div.date label {
  color: var(--color-light) !important;
  font-size: var(--size-step-0) !important;
  font-weight: 600 !important;
}
.form-custom div.form h3 {
  padding-bottom: 1em;
}
.form-custom div#id-datepicker-1 {
  background-color: var(--color-light);
  position: fixed !important;
  top: 100px !important;
  /* left: 100px !important; */
  z-index: 999999 !important;
}
.form-custom div#id-datepicker-1 h2#id-grid-label {
  color: var(--color-dark);
  font-size: 1em;
  font-weight: 600;
}
.form-custom div#result {
  margin: auto;
  width: 100%;
  border: 0px solid red;
  text-align: left;
}
.form-custom form#clickupForm h3, .form-custom form#clickupForm h4 {
  margin: 2em 0 1em 0;
}
.form-custom form#clickupForm h4 {
  color: var(--color-light) !important;
}
.form-custom form#clickupForm .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.25rem;
}
.form-custom form#clickupForm .form-group label {
  font-weight: 600;
}
.form-custom .form__input {
  color: #4A4A4A !important; /* #4A4A4A */
}
.form-custom input[type=text], .form-custom input[type=email], .form-custom select {
  color: #4A4A4A !important; /* #4A4A4A */
}
.form-custom input::placeholder {
  color: #707070 !important; /* 696969 */
}
.form-custom #department {
  background-color: #DDEBF9 !important;
  max-width: 100% !important;
  padding: var(--space-2xs) !important;
  --flow-space: var(--space-3xs);
  margin-block-start: var(--flow-space, 1.5rem);
  border: none;
  border-radius: 0.375rem;
  color: var(--color-dark);
  padding: var(--space-2xs);
  width: 100%;
}
.form-custom input::placeholder, .form-custom textarea::placeholder {
  color: #707070 !important; /* 696969 */
}
.form-custom .required:not(.choices):not(select):not(.wfAutosuggest) {
  background-color: unset !important;
}
.form-custom .wFormContainer .wForm .inputWrapper textarea:read-only {
  background-color: unset !important;
}
.form-custom .field-required {
  display: none; /* none */
  color: var(--color-light);
  font-size: 0.9rem;
  font-style: italic;
  margin-top: 0.25rem;
}
.form-custom .form-hint {
  color: var(--color-light);
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.25rem;
}
.form-custom .form-error {
  font-size: 0.875rem;
  color: #d93025; /* High contrast red */
  font-weight: bold;
  margin-top: 0.25rem;
}
.form-custom span.required {
  color: var(--color-light) !important;
}
.form-custom input:focus, .form-custom button:focus {
  outline: 3px solid #005a9c; /* High contrast blue */
  outline-offset: 2px;
}
.form-custom .required {
  color: #d93025;
}
.form-custom .request-section {
  display: none;
}
.form-custom .group {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important; /* space between input and button */
}
.form-custom .group button {
  flex: 0 0 auto !important; /* button keeps its natural width */
}
.form-custom .group input {
  flex: 1 !important; /* input grows to fill available space */
}
.form-custom button.icon.red {
  background-color: transparent !important;
  color: var(--color-light) !important;
  width: unset !important;
}
.form-custom button.remove-file {
  width: 200px;
  margin: 2em 0 0 1em;
}
.form-custom button#submit-btn {
  background-color: var(--color-yellow) !important;
  width: 300px;
}
.form-custom .button-container {
  display: flex;
  justify-content: left;
  margin: 2em 0;
  width: 100%;
}
.form-custom .dropzone, .form-custom .dropzone {
  cursor: pointer;
}
.form-custom p label {
  cursor: pointer;
}
.form-custom .dropzone {
  border: 2px dashed #999;
  padding: 20px;
  text-align: center;
  margin-bottom: 1rem;
}
.form-custom .dropzone.dragover {
  border-color: #005a9c;
  background: #f0f8ff;
}
.form-custom .datepicker-dialog h2 {
  text-transform: capitalize;
}
.form-custom .datepicker-dialog.shadow {
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: var(--shadow);
}
.form-custom .datepicker-dialog table.dates td[aria-selected=true] .target-completion-date {
  background-color: var(--color-yellow) !important; /* #DDEBF9 */
  font-weight: 600 !important;
  color: var(--color-blue-dark) !important;
}
.form-custom .datepicker-dialog table.dates td[tabindex="0"] {
  /*
  background-color: var(--color-yellow) !important;
  font-weight: 600 !important;
  color: var(--color-blue-dark) !important;
  */
  /* break */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  aspect-ratio: 1/1;
  height: 2.25rem;
  line-height: 1;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  background-color: #DDEBF9;
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: 600;
  color: var(--color-blue) !important;
}
.form-custom .c-table thead tr:first-of-type th {
  color: var(--color-blue);
}
