/* You can add global styles to this file, and also import other style files */
.bs-popover-top .popover-body {
  background: #333e48 !important;
  color: #fff;
  border-radius: 4px;
}

.popover::before {
  color: #fff;
}

.popover a {
  color: #fff !important;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  border-top-color: #333e48;
}

.btn-icon-o.btn-icon-sm {
  width: 17px;
  height: 18px;
  font-size: 0.75rem;
  line-height: 24px;
  margin-left: 5px;
}

.header_container {
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.progress_container {
  height: 5px;
  max-height: 5px;
  background: #d1d4d3;
}

.progress_bar {
  transition: width 2s, height 0s;
  background: #1b789c;
  height: 5px;
}

.btn-icon_right {
  padding-right: 2rem;
}

.btn.btn-icon_right span {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  align-items: center !important;
  display: inline-flex !important;
  flex-direction: row !important;
  font-size: 1.345em;
  height: 100%;
  justify-content: center !important;
  right: 0;
  line-height: 1;
  margin-right: 0;
  position: absolute;
  top: 1px;
  width: 2.5rem;
}

.progress_bar:hover {
  /*width: 70% !important;*/
}

.required_quest {
  color: red;
  font-size: 16px;
  top: 0;
}

@media only screen and (max-width: 768px) {
  h1.h1 {
    font-size: 1.3rem;
  }
}
