body,
html {
  height: 100%;
}
#root {
  min-height: 100vh;
  flex: 1;
  display: flex;
  flex-direction: column;
}

#root * {
  position: relative;
}
#root #mainContent {
  padding-top: 0 !important;
}

#profileErrorIcon {
  position: absolute !important;
  margin-right: 10px;
  margin-bottom: 5px;
}

#root #infoIcon {
  position: absolute;
}

.react-datepicker-popper {
  z-index: 9999 !important;
}

.react-datepicker-wrapper {
  width: 100%;
}
input {
  outline: none !important;
}

select {
  background-position: right 10px center;
}
