.circleLoading__SCvdF {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

  .circleLoading__SCvdF div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid;
    border-radius: 50%;
    animation: lds-ring__1UIpO 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #4f9bcf transparent transparent transparent;
  }

  .circleLoading__SCvdF div :nth-child(1) {
      animation-delay: -0.45s;
    }

  .circleLoading__SCvdF div :nth-child(2) {
      animation-delay: -0.3s;
    }

  .circleLoading__SCvdF div :nth-child(3) {
      animation-delay: -0.15s;
    }

@keyframes lds-ring__1UIpO {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mainContainer__2LTzH {
  display: flex;
  flex-direction: column;
  min-width: 100%;
  /* width: max-content; */
  min-height: 100vh;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.center__vFuAh {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tippy-touch {
    cursor: pointer !important;
  }
  .tippy-notransition {
    transition: none !important;
  }
  .tippy-popper {
    max-width: 400px;
    perspective: 800px;
    z-index: 9999;
    outline: 0;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    pointer-events: none;
  }
  .tippy-popper.html-template {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
  .tippy-popper[x-placement^="top"] [x-arrow] {
    border-top: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    margin: 0 9px;
  }
  .tippy-popper[x-placement^="top"] [x-arrow].arrow-small {
    border-top: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
  }
  .tippy-popper[x-placement^="top"] [x-arrow].arrow-big {
    border-top: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    bottom: -10px;
  }
  .tippy-popper[x-placement^="top"] [x-circle] {
    transform-origin: 0 33%;
  }
  .tippy-popper[x-placement^="top"] [x-circle].enter {
    transform: scale(1) translate(-50%, -55%);
    opacity: 1;
  }
  .tippy-popper[x-placement^="top"] [x-circle].leave {
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-arrow] {
    border-top: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-arrow] {
    border-top: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-top: 5px solid rgba(0, 0, 0, 0.7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .tippy-popper[x-placement^="top"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-top: 10px solid rgba(0, 0, 0, 0.7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .tippy-popper[x-placement^="top"] [data-animation="perspective"] {
    transform-origin: bottom;
  }
  .tippy-popper[x-placement^="top"] [data-animation="perspective"].enter {
    opacity: 1;
    transform: translateY(-10px) rotateX(0);
  }
  .tippy-popper[x-placement^="top"] [data-animation="perspective"].leave {
    opacity: 0;
    transform: translateY(0) rotateX(90deg);
  }
  .tippy-popper[x-placement^="top"] [data-animation="fade"].enter {
    opacity: 1;
    transform: translateY(-10px);
  }
  .tippy-popper[x-placement^="top"] [data-animation="fade"].leave {
    opacity: 0;
    transform: translateY(-10px);
  }
  .tippy-popper[x-placement^="top"] [data-animation="shift"].enter {
    opacity: 1;
    transform: translateY(-10px);
  }
  .tippy-popper[x-placement^="top"] [data-animation="shift"].leave {
    opacity: 0;
    transform: translateY(0);
  }
  .tippy-popper[x-placement^="top"] [data-animation="scale"].enter {
    opacity: 1;
    transform: translateY(-10px) scale(1);
  }
  .tippy-popper[x-placement^="top"] [data-animation="scale"].leave {
    opacity: 0;
    transform: translateY(0) scale(0);
  }
  .tippy-popper[x-placement^="bottom"] [x-arrow] {
    border-bottom: 7px solid #333;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    top: -7px;
    margin: 0 9px;
  }
  .tippy-popper[x-placement^="bottom"] [x-arrow].arrow-small {
    border-bottom: 5px solid #333;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    top: -5px;
  }
  .tippy-popper[x-placement^="bottom"] [x-arrow].arrow-big {
    border-bottom: 10px solid #333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    top: -10px;
  }
  .tippy-popper[x-placement^="bottom"] [x-circle] {
    transform-origin: 0 -50%;
  }
  .tippy-popper[x-placement^="bottom"] [x-circle].enter {
    transform: scale(1) translate(-50%, -45%);
    opacity: 1;
  }
  .tippy-popper[x-placement^="bottom"] [x-circle].leave {
    transform: scale(0.15) translate(-50%, -5%);
    opacity: 0;
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-arrow] {
    border-bottom: 7px solid #fff;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-bottom: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-arrow] {
    border-bottom: 7px solid rgba(0, 0, 0, 0.7);
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-bottom: 5px solid rgba(0, 0, 0, 0.7);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
  }
  .tippy-popper[x-placement^="bottom"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-bottom: 10px solid rgba(0, 0, 0, 0.7);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="perspective"] {
    transform-origin: top;
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="perspective"].enter {
    opacity: 1;
    transform: translateY(10px) rotateX(0);
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="perspective"].leave {
    opacity: 0;
    transform: translateY(0) rotateX(-90deg);
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="fade"].enter {
    opacity: 1;
    transform: translateY(10px);
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="fade"].leave {
    opacity: 0;
    transform: translateY(10px);
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="shift"].enter {
    opacity: 1;
    transform: translateY(10px);
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="shift"].leave {
    opacity: 0;
    transform: translateY(0);
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="scale"].enter {
    opacity: 1;
    transform: translateY(10px) scale(1);
  }
  .tippy-popper[x-placement^="bottom"] [data-animation="scale"].leave {
    opacity: 0;
    transform: translateY(0) scale(0);
  }
  .tippy-popper[x-placement^="left"] [x-arrow] {
    border-left: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -7px;
    margin: 6px 0;
  }
  .tippy-popper[x-placement^="left"] [x-arrow].arrow-small {
    border-left: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    right: -5px;
  }
  .tippy-popper[x-placement^="left"] [x-arrow].arrow-big {
    border-left: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    right: -10px;
  }
  .tippy-popper[x-placement^="left"] [x-circle] {
    transform-origin: 50% 0;
  }
  .tippy-popper[x-placement^="left"] [x-circle].enter {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  .tippy-popper[x-placement^="left"] [x-circle].leave {
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-arrow] {
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-left: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-arrow] {
    border-left: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-left: 5px solid rgba(0, 0, 0, 0.7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .tippy-popper[x-placement^="left"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-left: 10px solid rgba(0, 0, 0, 0.7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .tippy-popper[x-placement^="left"] [data-animation="perspective"] {
    transform-origin: right;
  }
  .tippy-popper[x-placement^="left"] [data-animation="perspective"].enter {
    opacity: 1;
    transform: translateX(-10px) rotateY(0);
  }
  .tippy-popper[x-placement^="left"] [data-animation="perspective"].leave {
    opacity: 0;
    transform: translateX(0) rotateY(-90deg);
  }
  .tippy-popper[x-placement^="left"] [data-animation="fade"].enter {
    opacity: 1;
    transform: translateX(-10px);
  }
  .tippy-popper[x-placement^="left"] [data-animation="fade"].leave {
    opacity: 0;
    transform: translateX(-10px);
  }
  .tippy-popper[x-placement^="left"] [data-animation="shift"].enter {
    opacity: 1;
    transform: translateX(-10px);
  }
  .tippy-popper[x-placement^="left"] [data-animation="shift"].leave {
    opacity: 0;
    transform: translateX(0);
  }
  .tippy-popper[x-placement^="left"] [data-animation="scale"].enter {
    opacity: 1;
    transform: translateX(-10px) scale(1);
  }
  .tippy-popper[x-placement^="left"] [data-animation="scale"].leave {
    opacity: 0;
    transform: translateX(0) scale(0);
  }
  .tippy-popper[x-placement^="right"] [x-arrow] {
    border-right: 7px solid #333;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: -7px;
    margin: 6px 0;
  }
  .tippy-popper[x-placement^="right"] [x-arrow].arrow-small {
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: -5px;
  }
  .tippy-popper[x-placement^="right"] [x-arrow].arrow-big {
    border-right: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -10px;
  }
  .tippy-popper[x-placement^="right"] [x-circle] {
    transform-origin: -50% 0;
  }
  .tippy-popper[x-placement^="right"] [x-circle].enter {
    transform: scale(1) translate(-50%, -50%);
    opacity: 1;
  }
  .tippy-popper[x-placement^="right"] [x-circle].leave {
    transform: scale(0.15) translate(-50%, -50%);
    opacity: 0;
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-circle] {
    background-color: #fff;
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-arrow] {
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-arrow].arrow-small {
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.light-theme [x-arrow].arrow-big {
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-circle] {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-arrow] {
    border-right: 7px solid rgba(0, 0, 0, 0.7);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-arrow].arrow-small {
    border-right: 5px solid rgba(0, 0, 0, 0.7);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .tippy-popper[x-placement^="right"] .tippy-tooltip.transparent-theme [x-arrow].arrow-big {
    border-right: 10px solid rgba(0, 0, 0, 0.7);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .tippy-popper[x-placement^="right"] [data-animation="perspective"] {
    transform-origin: left;
  }
  .tippy-popper[x-placement^="right"] [data-animation="perspective"].enter {
    opacity: 1;
    transform: translateX(10px) rotateY(0);
  }
  .tippy-popper[x-placement^="right"] [data-animation="perspective"].leave {
    opacity: 0;
    transform: translateX(0) rotateY(90deg);
  }
  .tippy-popper[x-placement^="right"] [data-animation="fade"].enter {
    opacity: 1;
    transform: translateX(10px);
  }
  .tippy-popper[x-placement^="right"] [data-animation="fade"].leave {
    opacity: 0;
    transform: translateX(10px);
  }
  .tippy-popper[x-placement^="right"] [data-animation="shift"].enter {
    opacity: 1;
    transform: translateX(10px);
  }
  .tippy-popper[x-placement^="right"] [data-animation="shift"].leave {
    opacity: 0;
    transform: translateX(0);
  }
  .tippy-popper[x-placement^="right"] [data-animation="scale"].enter {
    opacity: 1;
    transform: translateX(10px) scale(1);
  }
  .tippy-popper[x-placement^="right"] [data-animation="scale"].leave {
    opacity: 0;
    transform: translateX(0) scale(0);
  }
  .tippy-popper .tippy-tooltip.transparent-theme {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .tippy-popper .tippy-tooltip.transparent-theme[data-animatefill] {
    background-color: transparent;
  }
  .tippy-popper .tippy-tooltip.light-theme {
    color: #26323d;
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.1), 0 4px 80px -8px rgba(0, 20, 60, 0.2);
    background-color: #fff;
  }
  .tippy-popper .tippy-tooltip.light-theme[data-animatefill] {
    background-color: transparent;
  }
  .tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: 0.95rem;
    padding: 0.4rem 0.8rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333;
  }
  .tippy-tooltip--small {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
  .tippy-tooltip--big {
    padding: 0.6rem 1.2rem;
    font-size: 1.2rem;
  }
  .tippy-tooltip[data-animatefill] {
    overflow: hidden;
    background-color: transparent;
  }
  .tippy-tooltip[data-interactive] {
    pointer-events: auto;
  }
  .tippy-tooltip[data-inertia] {
    transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
  }
  .tippy-tooltip [x-arrow] {
    position: absolute;
    width: 0;
    height: 0;
  }
  .tippy-tooltip [x-circle] {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 130%;
    width: calc(110% + 2rem);
    left: 50%;
    top: 50%;
    z-index: -1;
    overflow: hidden;
    transition: all ease;
  }
  .tippy-tooltip [x-circle]:before {
    content: "";
    padding-top: 90%;
    float: left;
  }
  @media (max-width: 450px) {
    .tippy-popper {
      max-width: 96%;
      max-width: calc(100% - 20px);
    }
  }

/* DayPicker styles */
  .DayPicker {
    display: inline-block;
    font-size: 12px;
  }
  .DayPicker-wrapper {
    position: relative;

    flex-direction: row;
    padding-bottom: 1em;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
    width: 240px;
  }
  .DayPicker-Months {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .DayPicker-Month {
    display: table;
    margin: 0 1em;
    margin-top: 1em;
    border-spacing: 0;
    border-collapse: collapse;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;
  }
  .DayPicker-NavBar {}
  .DayPicker-NavButton {
    position: absolute;
    top: 24px;
    right: 1.5em;
    left: auto;

    display: inline-block;
    margin-top: 2px;
    width: 1.25em;
    height: 1.25em;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    color: #8B9898;
    cursor: pointer;
  }
  .DayPicker-NavButton:hover {
    opacity: 0.8;
  }
  .DayPicker-NavButton--prev {
    margin-right: 1.5em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAVVJREFUWAnN2G0KgjAYwPHpGfRkaZeqvgQaK+hY3SUHrk1YzNLay/OiEFp92I+/Mp2F2Mh2lLISWnflFjzH263RQjzMZ19wgs73ez0o1WmtW+dgA01VxrE3p6l2GLsnBy1VYQOtVSEH/atCCgqpQgKKqYIOiq2CBkqtggLKqQIKgqgCBjpJ2Y5CdJ+zrT9A7HHSTA1dxUdHgzCqJIEwq0SDsKsEg6iqBIEoq/wEcVRZBXFV+QJxV5mBtlDFB5VjYTaGZ2sf4R9PM7U9ZU+lLuaetPP/5Die3ToO1+u+MKtHs06qODB2zBnI/jBd4MPQm1VkY79Tb18gB+C62FdBFsZR6yeIo1YQiLJWMIiqVjQIu1YSCLNWFgijVjYIuhYYCKoWKAiiFgoopxYaKLUWOii2FgkophYp6F3r42W5A9s9OcgNvva8xQaysKXlFytoqdYmQH6tF3toSUo0INq9AAAAAElFTkSuQmCC');
  }
  .DayPicker-NavButton--next {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAwCAYAAAB5R9gVAAAABGdBTUEAALGPC/xhBQAAAXRJREFUWAnN119ugjAcwPHWzJ1gnmxzB/BBE0n24m4xfNkTaOL7wOtsl3AXMMb+Vjaa1BG00N8fSEibPpAP3xAKKs2yjzTPH9RAjhEo9WzPr/Vm8zgE0+gXATAxxuxtqeJ9t5tIwv5AtQAApsfT6TPdbp+kUBcgVwvO51KqVhMkXKsVJFXrOkigVhCIs1Y4iKlWZxB1rX4gwlpRIIpa8SDkWmggrFq4IIRaJKCYWnSgnrXIQV1r8YD+1Vrn+bReagysIFfLABRt31v8oBu1xEBttfRbltmfjgEcWh9snUS2kNdBK6WN1vrOWxObWsz+fjxevsxmB1GQDfINWiev83nhaoiB/CoOU438oPrhXS0WpQ9xc1ZQWxWHqUYe0I0qrKCQKjygDlXIQV2r0IF6ViEBxVTBBSFUQQNhVYkHIVeJAtkNsbQ7c1LtzP6FsObhb2rCKv7NBIGoq4SDmKoEgTirXAcJVGkFSVVpgoSrXICGUMUH/QBZNSUy5XWUhwAAAABJRU5ErkJggg==');
  }
  .DayPicker-NavButton--interactionDisabled {
    display: none;
  }
  .DayPicker-Caption {
    display: table-caption;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    text-align: center;
  }
  .DayPicker-Caption>div {
    font-weight: 500;
    font-size: 1.15em;
  }
  .DayPicker-Weekdays {
    display: table-header-group;
    margin-top: 1em;
  }
  .DayPicker-WeekdaysRow {
    display: table-row;
  }
  .DayPicker-Weekday {
    display: table-cell;
    padding: 0.5em;
    color: #8B9898;
    text-align: center;
    font-size: 0.875em;
  }
  .DayPicker-Weekday abbr[title] {
    border-bottom: none;
    text-decoration: none;
  }
  .DayPicker-Body {
    display: table-row-group;
  }
  .DayPicker-Week {
    display: table-row;
  }
  .DayPicker-Day {
    display: table-cell;
    padding: 0.5em;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    width: 30px;
  }
  .DayPicker-WeekNumber {
    display: table-cell;
    padding: 0.5em;
    min-width: 1em;
    border-right: 1px solid #EAECEC;
    color: #8B9898;
    vertical-align: middle;
    text-align: right;
    font-size: 0.75em;
    cursor: pointer;
  }
  .DayPicker--interactionDisabled .DayPicker-Day {
    cursor: default;
  }
  .DayPicker-Footer {
    padding-top: 0.5em;
  }
  .DayPicker-TodayButton {
    border: none;
    background-color: transparent;
    background-image: none;
    box-shadow: none;
    color: #4A90E2;
    font-size: 0.875em;
    cursor: pointer;
  }
  /* Default modifiers */
  .DayPicker-Day--today {
    color: #538FB8;
    font-weight: 700;
  }
  .DayPicker-Day--outside {
    color: #8B9898;
    cursor: default;
  }
  .DayPicker-Day--disabled {
    color: #DCE0E0;
    cursor: default;
    /* background-color: #eff1f1; */
  }
  /* Example modifiers */
  .DayPicker-Day--sunday {
    background-color: #F7F8F8;
  }
  .DayPicker-Day--sunday:not(.DayPicker-Day--today) {
    color: #DCE0E0;
  }
  .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
    position: relative;

    background-color: #538FB8;
    color: #F0F8FF;
  }
  .DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside):hover {
    background-color: #5da0cc;
  }
  .DayPicker:not(.DayPicker--interactionDisabled) .DayPicker-Day:not(.DayPicker-Day--disabled):not(.DayPicker-Day--selected):not(.DayPicker-Day--outside):hover {
    background-color: #F0F8FF;
  }
  /* DayPickerInput */
  .DayPickerInput {
    display: inline-block;
  }
  .DayPickerInput-OverlayWrapper {
    position: relative;
  }
  .DayPickerInput-Overlay {
    position: absolute;
    left: 0;
    z-index: 1;

    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  }
*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

h3 {
  font-weight: 300;
}

a {
  text-decoration: none;
}

html {
  color: #354052;
  font-family: 'IBM Plex Sans', sans-serif;;
  font-weight: 500;
  font-size: 1rem;
}

input {
  font-family: inherit;
}

textarea:focus,
input:focus {
  /* outline-style: solid; */
  outline-width: 1px;
  outline-color: #538fb8;
  /* outline: 0; */
  /* box-shadow: 0 0 3px #538fb8; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

a:active, a:focus, button:active, button:focus {
    outline: none !important;
  }

a:hover, button:hover {
  text-decoration: unset !important;
  color: unset !important;
  }
