.alert .close {
  color: $wk-primary-gray-tint4;
  font-size: 36px;
  font-weight: lighter;
  opacity: 1;
  top: -10px;

  &:hover {
    color: $wk-primary-gray-tint2;
  }
}

.alert-container{
  position: fixed;
  z-index: 999999;
  right: 20px;
  top: 20px;
}
