#tut-container * {
  box-sizing: border-box;
}

#tut-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999900;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: none;
}

.tut-tooltip-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999901;
  width: 100%;
  height: 100%;
  /* display: none; */
}

/* .tut-tooltip-container.tut-active {
  display: block !important;
} */

.tut-svg-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999902;
  width: 100%;
  height: 100%;
  display: none;
}

.tut-tooltip-container.tut-active .tut-svg-container {
  display: block !important;
}

.tut-tooltip {
  position: absolute;
  z-index: 99999903;
  width: 576px;
  margin-left: 1.75em;
  margin-right: 1.75em;
  padding-top: 1.75em;
  padding-left: 1.75em;
  padding-right: 1.75em;
  /* border: 1px solid #dee2e6; */
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(33, 37, 41, .075);
  background-color: #fff;
  color: #000;
  font-size: 16px;
  opacity: 0;
  transition: all .18s ease;
}

.tut-tooltip::before,
.tut-tooltip::after {
  content: "";
  position: absolute;
  z-index: 99999904;
  width: 0px;
  height: 0px;
  margin: auto;
}

.tut-tooltip-container.tut-active .tut-tooltip {
  opacity: 1 !important;
}

.tut-tooltip--right-center {
  top: 50%;
  transform: translateY(-50%);
}

.tut-tooltip--right-center::after {
  right: -42px;
  top: 0;
  bottom: 0;
  border: 24px solid transparent;
  border-left: 20px solid #fff;
}

.tut-tooltip--none-none {
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 1.75em), calc(-50% - 1.75em));
}

.tut-tooltip__title {
  margin: 0;
  /* font-size: 1.25em; */
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.tut-tooltip__title > i {
  color: #2cbc4b;
}

.tut-tooltip__title > i.fc-pink {
  color: #FF747D !important;
}

.tut-tooltip__description {
  /* font-size: 1em; */
  font-size: 14px;
  margin: 1em 0 1.75em;
  text-align: center;
}

.tut-tooltip__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 520px;
  height: auto;
  text-align: center;
}

.tut-tooltip__img--margin-bottom {
  margin-bottom: 1.75em !important;
}

.tut-body .bnr_special {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.tut-body #js-areabnrArea {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.tut-body .areabnr_area_loading {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
