.red {
  color: red;
}

.ui-datepicker {
  background-color: white;
  border: 0.1rem solid var(--primary-xl);
  padding: 1rem;
  border-radius: 0.5rem;
}

.ui-datepicker-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ui-datepicker-title {
  flex: 100% 0 0;
  padding: 0.5rem 0;
}

.ui-state-default {
  color: var(--primary);
  text-decoration: none;
}

.ui-datepicker-unselectable > .ui-state-default {
  color: lightgray !important;
}

.ui-datepicker-week-end > .ui-state-default {
  color: #c7c7c7 !important;
}

.ui-datepicker-week-end {
  display: none;
}

.capt {
  display: flex;
  flex-direction: column;
}

.capt img {
  width: 6rem;
  padding-bottom: 1rem;
}

#id_captcha_1 {
  width: 100%;
  font-size: 0.85rem;
  border: 0.05rem solid var(--primary) !important;
  color: var(--primary-xd);
}

@media screen and (min-width: 600px) {
  #id_captcha_1 {
    min-width: 80%;
  }
}

.ui-icon {
  cursor: pointer;
}
