section.tutorial-container .modal-content {
  background: #fff !important;
  border-color: #cdcdcd !important;
  color: #000 !important;
  border-radius: 10px !important;
}

section.tutorial-container .modal-header {
  border-bottom: 0px;
}

section.tutorial-container .modal-header button {
  z-index: 1;
}

section.tutorial-container .modal-footer {
  border-top: 0px;
}

section.tutorial-container #tutorial_popup_welcome {
  padding: 0px 10px;
}

section.tutorial-container #tutorial_popup_welcome .header-logo {
  height: 100%;
  background-repeat: no-repeat;
  height: 300px;
  background-size: contain;
  background-position: center;
  width: 100%;
  margin-top: -30px;
}

section.tutorial-container #tutorial_popup_welcome .modal-footer {
  margin: 0;
  padding: 0;
}

section.tutorial-container #tutorial_popup_welcome .btn-panel *:not(last-child) {
  margin-bottom: 10px;
}

section.tutorial-container .main-label {
  font-weight: 700;
  font-size: 1.4em;
}

section.tutorial-container .sub-label {
  font-size: 1.2em;
}

section.tutorial-container .btn-primary {
  padding: 10px;
  border-radius: 5px;
}

section.tutorial-container .btn-skip {
  color: #777777;
  text-decoration: underline;
}

section.tutorial-container .floating-container {
  border-radius: 10px;
  background-color: #293644;
  color: #fff;
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 10;
  min-height: 100px;
  min-width: 250px;
  font-weight: 600;
  width: 100%;
  max-width: 300px;
  overflow: hidden;
  z-index: 10000;
}

section.tutorial-container .floating-container .floating-header {
  width: 100%;
}

section.tutorial-container .floating-container .floating-header .close {
  margin: 0;
  position: absolute;
  right: 0;
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  padding: 0px 10px;
}

section.tutorial-container .floating-container .floating-content {
  width: 90%;
}

section.tutorial-container .floating-container .floating-button-group {
  margin-top: 10px;
  bottom: 5px;
}

section.tutorial-container .floating-container .floating-button-group button {
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 600;
  min-width: 80px;
  border-color: #fff;
}

section.tutorial-container .floating-container .floating-button-group button:not(last-child) {
  margin-right: 5px;
}

div.red-dot {
  width: 10px;
  height: 10px;
  background: red;
  border-radius: 50%;
  right: 10px;
  bottom: 5px;
  position: absolute;
}

div.red-dot.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.promocard div.red-dot {
  right: 15px;
  bottom: 15px;
}

@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
/*# sourceMappingURL=digital_voucher_generic_tutorial.css.map */