/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 22, components/forms/tooltip/tooltip.scss */
.ui-tooltip {
  padding: 20px;
  position: absolute;
  z-index: 9999;
  max-width: 500px;
  box-shadow: 3px 4px 5px rgba(1, 1, 1, 0.2);
  background-color: #dde0e8;
  color: #253455;
}

/* line 32, components/forms/tooltip/tooltip.scss */
.tooltip-arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

/* line 41, components/forms/tooltip/tooltip.scss */
.tooltip-arrow.top {
  top: -16px;
  bottom: auto;
}

/* line 45, components/forms/tooltip/tooltip.scss */
.tooltip-arrow.top::after {
  bottom: -20px;
  top: auto;
}

/* line 51, components/forms/tooltip/tooltip.scss */
.tooltip-arrow.left {
  left: 20%;
}

/* line 55, components/forms/tooltip/tooltip.scss */
.tooltip-arrow::after {
  content: '';
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #dde0e8;
}
