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

#mainContent {
  flex: 1;
}

#my-tooltip {
  opacity: 1 !important;
  position: absolute !important;
}

#root #homeGradient {
  position: absolute !important;
}

#inheritPosition * {
  position: inherit !important;
}

#inheritPosition .react-tooltip {
  position: absolute !important;
}

#inheritPosition .react-tooltip,
#inheritPosition .react-tooltip * {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
input {
  outline: none !important;
}

#inheritPosition .react-tooltip [dir='auto'] {
  position: relative !important;
}
.react-datepicker-popper {
  z-index: 9999 !important;
}

.react-datepicker-wrapper {
  width: 100%;
}

#root #header {
  width: 100%;
  background: #fff;
  top: 0;
}

#root #avatarGradient {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
}
#root #slantGradientCorner {
  position: absolute;
  height: 160%;
  width: 104%;
  top: 0;
  background: linear-gradient(263.45deg, #4e86aa -1.31%, #0d415a 100%);
  clip-path: polygon(0% 0%, 100% 0%, 20% 617%, 0% 230%);
  z-index: 9;
}
#root #slantGradientCornerChallenge {
  position: absolute;
  height: 160%;
  width: 104%;
  top: 0;
  background: linear-gradient(263.45deg, #3f7e73 -1.31%, #3f7e73 100%);
  clip-path: polygon(0% 0%, 100% 0%, 20% 617%, 0% 230%);
  z-index: 9;
}
#root #gradientBorder {
  position: absolute;
  background: white;
  width: 104.5%;
  height: 100%;
  top: 0;
  left: 0;
  clip-path: polygon(1% 1%, 74% 1%, 99% 99%, 26% 99%);
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 23% 968%, 0% 300%);
}

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

#root #dropdown {
  position: absolute !important;
}

#root #webToast {
  position: fixed !important;
  bottom: 110px;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  padding: 0 84px;
  left: 0;
  right: 0;
}

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