.deadline .ha-footer {
  display: none;
}

.deadline form {
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding-top: 1rem;
}

.deadline .form-with-icon {
  position: relative;
}

.deadline .form-icon {
  position: absolute;
  left: 1rem;
  top: 0.5rem
}

.deadline .form-control {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0.625rem 1rem 0.625rem 3rem;
}

.deadline .form-control::placeholder {
  color: var(--ha-body-color);
  opacity: 1;
}

.deadline .button-container {
  margin-top: auto;
}

.deadline .vc {
  width: 320px;
  padding: 1.5rem;
  font-family: 'CircularXX-Web', sans-serif;
}

.deadline .vc[data-vc-calendar-hidden] {
  display: none;
}


.deadline .vc-date__btn {
  color: var(--ha-body-color);
  text-align: center;
  font-size: 1rem;
  aspect-ratio: 1;
}

.deadline .vc-date__btn:hover {
  border-radius: 50%;
}

.deadline [data-vc-date-disabled] [data-vc-date-btn] {
  opacity: 0.5;
}

.deadline [data-vc-date-today] [data-vc-date-btn] {
  border-radius: 50%;
  background: var(--bs-border-color);
  color: var(--bs-primary);
  font-weight: 400;
}

.deadline [data-vc-date-selected] [data-vc-date-btn] {
  border-radius: 50%;
  background: var(--bs-link-color);
  color: #fff;
}

.deadline [data-vc-arrow] {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 1px solid var(--bs-border-color);
  background: #fff;
}

.deadline [data-vc-arrow]:hover {
  border-radius: 6.25rem;
  background: rgba(20, 60, 85, 0.04);
}

.deadline [data-vc-arrow]::before {
  transform: none;
}

.deadline [data-vc-arrow=prev]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.4 12L16 16.6L14.6 18L8.6 12L14.6 6L16 7.4L11.4 12Z' fill='%23143C55'/%3E%3C/svg%3E");
}

.deadline [data-vc-arrow=next]::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6 12L8 7.4L9.4 6L15.4 12L9.4 18L8 16.6L12.6 12Z' fill='%23143C55'/%3E%3C/svg%3E");
}

.deadline .vc-week__day {
  color: var(--ha-body-color);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.deadline .vc-month, .deadline .vc-year {
  color: var(--bs-primary);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
}
