.hide {
  display: none !important;
}

@font-face {
  font-family: 'Ultron';
  src: url('../assets/font/Bangers-Regular.woff') format('woff');
}

.title-h1 {
  font-family: 'Ultron', sans-serif;
  text-align: center;
  font-size: 60px;
  margin-bottom: 9vh;
}

.next-heading {
  border-top: #ddd 1px solid;
}

@media only screen and (max-width: 424px) {

  .panel,
  .title {
    margin-top: 0;
  }
}

/* -------------------------------------------------------------------------
  VERTICAL STEPPERS
-------------------------------------------------------------------------- */

/* Steps */
.step {
  position: relative;
  min-height: 1em;
  color: gray;
}

.step+.step {
  margin-top: 1.5em
}

.step>div:first-child {
  position: static;
  height: 0;
}

.step>div:not(:first-child) {
  margin-left: 1.5em;
  padding-left: 1em;
}

.step.step-active {
  color: green;
}

.step.step-active .circle {
  background-color: green;
}

.step.step-progress {
  color: #4285f4;
}

.step.step-progress .circle {
  background-color: #4285f4;
}

.step.step-danger {
  color: maroon;
}

.step.step-danger .circle {
  background-color: maroon;
}

/* Circle */
.circle {
  background: gray;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  box-shadow: 0 0 0 3px #fff;
}

/* Vertical Line */
.circle:after {
  content: ' ';
  position: absolute;
  display: block;
  top: 1px;
  right: 50%;
  bottom: 1px;
  left: 50%;
  height: 100%;
  width: 1px;
  transform: scale(1, 2);
  transform-origin: 50% -100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.step:last-child .circle:after {
  display: none
}

/* Stepper Titles */
.title {
  line-height: 1.5em;
  font-weight: bold;
}

.caption {
  font-size: 0.8em;
}

.fa {
  padding-top: 3;
}

.hide {
  display: none;
}

.transparent {
  opacity: 0;
  cursor: default;
}

/* -------------------------------------------------------------------------
  VERTICAL MIDDLE MODAL
-------------------------------------------------------------------------- */

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* -------------------------------------------------------------------------
  PANEL MIDDLE
-------------------------------------------------------------------------- */

.panel-div {
  margin-top: -4vh;
}

@media screen and (max-width: 991px) {

  .title-h1 {
    font-size: 40px;
    margin-bottom: 0;
  }

  .panel-div {
    margin-top: -0;
  }

}

.text-ultron {
  color: #672330 !important;
  text-shadow: 2px 2px #ff0000;
}

.cursor-pointer {
  cursor: pointer;
}

.step-clone {
  display: none;
}

#pulling-modal>.modal-dialog>.modal-content>.modal-body {
  height: 50vh !important;
  overflow-y: auto !important;
}

.mt-4 {
  margin-top: 4px;
}

#tooltips-hover {
  position: absolute;
  top: 10px;
  border: 1px solid #7777;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-radius: 5px;
  z-index: 9999;
  background-color: black;
  color: white;
}

#tooltips-hover:before {
  content: '';
  position: absolute;
  bottom: -15px;
  /* background-color: #777; */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 13px solid transparent;
  border-top: 19px solid black;
  /* left: 22px; */
}

#tooltips-hover2 {
  position: absolute;
  top: 14px;
  border: 1px solid #7777;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  border-radius: 5px;
  z-index: 9999;
  background-color: black;
  color: white;
}

#tooltips-hover2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  /* background-color: #777; */
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 13px solid transparent;
  border-top: 19px solid black;
  left: 22px;
}