.signup-form {
  margin-top: 40px;
}

.auth-shell--application .signup-form .kvkk-consent .form-check-label,
.auth-shell--application .signup-form .kvkk-label,
.auth-shell--application .signup-form .kvkk-consent__copy {
  text-align: left;
}

.auth-shell--application .signup-form .kvkk-consent__inner {
  align-items: center;
}

@media (min-width: 769px) {
  .signup-shell {
    width: min(92vw, 500px);
  }
}

@media (max-width: 768px) {
  .signup-shell {
    width: min(calc(100vw - 76px), 440px);
  }

  .signup-form {
    margin-top: 22px;
  }

  .signup-form > .mb-3,
  .signup-form > .form-check,
  .signup-form > .auth-actions,
  .signup-form > .auth-footer-note,
  .auth-shell--application .signup-form > .form-check,
  .auth-shell--application .signup-form > .auth-actions,
  .auth-shell--application .signup-form > .auth-footer-note {
    width: min(calc(100% - 28px), 304px);
  }

}

.flatpickr-calendar {
  border: 1px solid rgba(118, 38, 49, .58);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(18, 18, 22, .98), rgba(8, 8, 12, .98));
  box-shadow: 0 22px 54px rgba(0, 0, 0, .54), 0 0 0 1px rgba(255, 255, 255, .04) inset;
  color: #f5f5f5;
  overflow: hidden;
}

.flatpickr-calendar.arrowTop::before,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowBottom::after {
  border-bottom-color: rgba(18, 18, 22, .98);
  border-top-color: rgba(18, 18, 22, .98);
}

.flatpickr-months {
  position: relative;
  z-index: 20;
  overflow: visible;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  background: transparent;
  color: #fff;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month {
  overflow: visible;
}

.flatpickr-innerContainer {
  position: relative;
  z-index: 1;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  border-radius: 10px;
  color-scheme: dark;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.flatpickr-current-month input.cur-year:hover,
.flatpickr-current-month input.cur-year:focus {
  background: rgba(255, 255, 255, .06);
}

.flatpickr-current-month .flatpickr-monthDropdown-months option {
  color: #fff;
  background: #111115;
}

.flatpickr-current-month .flatpickr-monthDropdown-months option:checked,
.flatpickr-current-month .flatpickr-monthDropdown-months option:hover {
  color: #fff;
  background: #5a1723;
}

.flatpickr-calendar.yk-month-enhanced .flatpickr-current-month .flatpickr-monthDropdown-months {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.yk-flatpickr-month {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: top;
}

.yk-flatpickr-month__trigger {
  position: relative;
  min-width: 84px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  padding: 2px 24px 2px 6px;
  font: inherit;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.yk-flatpickr-month__trigger::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid rgba(255, 255, 255, .8);
  border-bottom: 2px solid rgba(255, 255, 255, .8);
  transform: translateY(-65%) rotate(45deg);
}

.yk-flatpickr-month__trigger:hover,
.yk-flatpickr-month__trigger:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, .06);
}

.yk-flatpickr-month__panel {
  display: none;
  position: absolute;
  z-index: 80;
  top: calc(100% + 8px);
  left: 0;
  width: 142px;
  overflow: visible;
  padding: 8px 7px 8px 6px;
  border: 1px solid rgba(118, 38, 49, .72);
  border-radius: 12px;
  background: #101014;
  box-shadow: 0 16px 38px rgba(0, 0, 0, .52);
}

.yk-flatpickr-month__scroll {
  display: grid;
  gap: 3px;
  max-height: 210px;
  overflow: auto;
  padding-right: 5px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rgba(125, 31, 47, .82) transparent;
}

.yk-flatpickr-month__scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.yk-flatpickr-month__scroll::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 999px;
}

.yk-flatpickr-month__scroll::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7d1f2f, rgba(85, 18, 31, .82));
  border: 3px solid #101014;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(85, 18, 31, .35);
}

.yk-flatpickr-month__scroll::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #8a2637, #5a1723);
}

.yk-flatpickr-month.is-open .yk-flatpickr-month__panel {
  display: block;
}

.yk-flatpickr-month__option {
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, .86);
  padding: 8px 10px;
  font-size: .95rem;
  line-height: 1.1;
  text-align: left;
  cursor: pointer;
}

.yk-flatpickr-month__option:hover,
.yk-flatpickr-month__option:focus-visible {
  outline: 0;
  color: #fff;
  background: rgba(255, 255, 255, .08);
}

.yk-flatpickr-month__option.is-selected {
  color: #fff;
  background: linear-gradient(180deg, #7d1f2f, #55121f);
}

.flatpickr-current-month span.cur-month {
  color: #fff;
  font-weight: 600;
}

.flatpickr-current-month span.cur-month:hover {
  background: transparent;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: rgba(255, 255, 255, .78);
  fill: currentColor;
  border-radius: 10px;
  transform: translateY(-2px);
  transition: background .16s ease, color .16s ease;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #fff;
  background: rgba(118, 38, 49, .28);
}

.flatpickr-weekdays {
  background: rgba(255, 255, 255, .03);
}

span.flatpickr-weekday {
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
}

.flatpickr-days {
  border: 0;
}

.dayContainer {
  background: transparent;
}

.flatpickr-day {
  color: rgba(245, 245, 245, .9);
  border: 1px solid transparent;
  border-radius: 12px;
  transition: background .14s ease, border-color .14s ease, color .14s ease, box-shadow .14s ease;
}

.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: rgba(255, 255, 255, .28);
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .08);
}

.flatpickr-day.today {
  color: #fff;
  border-color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .04);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover {
  color: #fff;
  border-color: rgba(152, 47, 62, .95);
  background: linear-gradient(180deg, #7d1f2f, #55121f);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .32);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  color: rgba(255, 255, 255, .18);
  background: transparent;
  border-color: transparent;
}

.numInputWrapper span {
  border-color: rgba(255, 255, 255, .1);
}

.numInputWrapper span:hover {
  background: rgba(255, 255, 255, .08);
}

.numInputWrapper span.arrowUp::after {
  border-bottom-color: rgba(255, 255, 255, .72);
}

.numInputWrapper span.arrowDown::after {
  border-top-color: rgba(255, 255, 255, .72);
}
