/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/history-line/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 992px) {
  .items .bs-popover-top {
    top: -3rem !important;
  }
}
.items .bs-popover-top .arrow {
  bottom: -0.5rem;
}
.items .bs-popover-right .arrow {
  left: -0.5rem;
}
.items .popover-header {
  font-weight: bold;
  padding-bottom: 0;
}
.items .popover-body {
  padding-top: 0.75rem;
}

.sec-history-line {
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
}
.sec-history-line .wrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .sec-history-line .wrapper {
    margin: 0 auto;
    width: 80%;
  }
}
.sec-history-line .line {
  background-color: #474747;
  display: block;
  height: calc(100% - 12rem + 0.5rem);
  left: 0.5rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 2.5px;
  z-index: -1;
}
@media (min-width: 992px) {
  .sec-history-line .line {
    height: 3px;
    left: initial;
    left: 10%;
    margin: 0 auto;
    /*            margin-top: calc($spacer * 1.3438); // 21.5px;*/
    top: calc(1rem + 5px);
    /*            transform: translateY(calc($spacer + -1.25px));*/
    transform: translateY(-50%);
    width: 80%;
  }
}
.sec-history-line .items {
  position: relative;
  margin: 10.5rem auto 0;
  width: 100%;
}
@media (max-width: 767.98px) {
  .sec-history-line .items .popover {
    margin-left: 4.5rem;
    max-width: initial;
    max-width: auto;
    width: calc(100% - 6rem);
  }
}
@media (min-width: 992px) {
  .sec-history-line .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10.5rem;
    margin: 0 auto;
    margin-top: 13.5rem;
    width: 80%;
  }
}
.sec-history-line .sec-history-line-item {
  min-height: 12rem;
  position: relative;
}
@media (min-width: 992px) {
  .sec-history-line .sec-history-line-item {
    min-height: initial;
    min-height: auto;
    height: calc(2rem + 5px);
    position: relative;
    width: calc(2rem + 5px);
  }
  .sec-history-line .sec-history-line-item:nth-child(even) .item-body {
    transform: translate(-50%, 1.5rem);
  }
}
.sec-history-line .sec-history-line-item.active button:before {
  background-color: #474747;
  border-radius: 50%;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 4.5rem;
  width: 4.5rem;
}
.sec-history-line .sec-history-line-item button {
  background-color: #08f;
  border: 5px solid #fff;
  border-radius: 50%;
  padding: 0;
  position: relative;
  height: calc(2rem + 5px);
  min-height: 2rem;
  min-width: 2rem;
  width: calc(2rem + 5px);
}
.sec-history-line .sec-history-line-item button:before {
  content: "";
  display: block;
  opacity: 0.0001;
  background-color: #474747;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 4.5rem;
  width: 4.5rem;
}
.sec-history-line .sec-history-line-item button:hover:before, .sec-history-line .sec-history-line-item button:focus:before {
  opacity: 1;
}
.sec-history-line .sec-history-line-item .item-body {
  background-color: #fff;
  left: 0.5rem;
  padding: 0.5rem 1rem;
  position: absolute;
  top: 3.75rem;
  transform: translate(-50%, 0);
}
@media (min-width: 992px) {
  .sec-history-line .sec-history-line-item .item-body {
    background-color: transparent;
    bottom: -4.5rem;
    left: 50%;
    padding: 0;
    top: auto;
    transform: translate(-50%, 0);
  }
}

/*# sourceMappingURL=style-index.css.map*/