.btn.btn-outline-secondary {
  border-color: #d3d8dc;
  color: #d3d8dc;
}
.btn-outline-secondary {
  border-color: #d3d8dc;
}

.table-hover tbody tr:hover {
  cursor: pointer;
}
tbody tr {
  cursor: pointer;
}
.list-group-item-primary {
  color: #004085;
  background-color: transparent;
}
.card-header {
  border-bottom: none;
}
.card-body {
  background-color: #fff;
}
.card {
  background-color: transparent;
  border: none;
}
.frontend-card {
  background: white;
  border-radius: 20px;
  padding: 20px;
}

.range-wrap {
  position: relative;
  margin: 0.5rem auto 1.5rem;
}

.range {
  width: 100%;
}

.bubble {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
}

.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -1px;
  left: 50%;
}

ol.progressRR[data-steps="2"] li {
  width: 49%;
}
ol.progressRR[data-steps="3"] li {
  width: 33%;
}
ol.progressRR[data-steps="4"] li {
  width: 24%;
}
ol.progressRR[data-steps="5"] li {
  width: 19%;
}
ol.progressRR[data-steps="6"] li {
  width: 16%;
}
ol.progressRR[data-steps="7"] li {
  width: 14%;
}
ol.progressRR[data-steps="8"] li {
  width: 12%;
}
ol.progressRR[data-steps="9"] li {
  width: 11%;
}

.progressRR {
  width: 100%;
  list-style: none;
  list-style-image: none;
  margin: 20px 0 20px 0;
  padding: 0;
  position: sticky;
}

.progressRR li {
  float: left;
  text-align: center;
  position: relative;
}

.progressRR .name {
  display: block;
  /* vertical-align: bottom; */
  text-align: center;
  margin-bottom: 1em;
  color: black;
  opacity: 0.3;
}

.progressRR .step {
  color: black;
  border: 1px solid silver;
  background-color: white;
  border-radius: 50%;
  line-height: 2.1em;
  width: 2.2em;
  height: 2.2em;
  display: inline-block;
  z-index: 0;
  box-shadow: 1px 1px 3px #dcdcdc;
}

.progressRR .step span {
  opacity: 0.3;
}

.progressRR .active .name,
.progressRR .active .step span {
  opacity: 1;
}

.progressRR .step:before {
  content: "";
  display: block;
  background-color: silver;
  height: 0.1em;
  width: 50%;
  position: absolute;
  bottom: 1em;
  left: 0;
  z-index: -1;
}

.progressRR .step:after {
  content: "";
  display: block;
  background-color: silver;
  height: 0.1em;
  width: 50%;
  position: absolute;
  bottom: 1em;
  right: 0;
  z-index: -1;
}

.progressRR li:first-of-type .step:before {
  display: none;
}

.progressRR li:last-of-type .step:after {
  display: none;
}

.progressRR .done .step,
.progressRR .done .step:before,
.progressRR .done .step:after,
.progressRR .active .step,
.progressRR .active .step:before {
  background-color: yellowgreen;
}

.progressRR .done .step,
.progressRR .active .step {
  border: 3px solid yellowgreen;
}
.progressRR .done .step span {
  visibility: hidden;
}
.progressRR .done .step span:after {
  content: "\2713";
  visibility: visible;
  padding-right: 6px;
  font-weight: 800;
  color: #0b4552;
}

.hover:hover {
  background-color: rgb(235 239 0 / 18%);
  cursor: pointer;
}

.badge-outline-success {
  border: 1px solid #28a745;
  color: #28a745;
}
.badge-outline-primary {
  border: 1px solid #007bff;
  color: #007bff;
}
.badge-outline-secondary {
  border: 1px solid #6c757d;
  color: #6c757d;
}

body {
  color: #254380;
}
#introtext h1 {
  font-size: 5rem;
  line-height: 1;
}
#introtext h1 span {
  color: #ffb570;
}
#introtext p {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 300;
  font-weight: 300;
}
.btn-primary {
  color: #fff;
  background-color: #ffbf70;
  border-color: #ffbf70;
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.banner-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 300;
  padding-top: 50px;
}
.port-price-header-img {
  height: 650px;
  /* clip-path: polygon(0 0, 100% 0, 100% 200px, 30% 300px, 0 200px); */
  background-size: contain;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100%;
  position: relative;
}

/* _______________________ RESPONSIVE _______________________ */

@media screen and (max-width: 768px) {
  #introtext h1 {
    font-size: 3.5rem;
    line-height: 1;
    text-align: center;
  }
  #portprice {
    padding: 10px 10px;
    background-color: #bbbec4;
    display: block;
  }
  .port-price-header-img {
    background-size: cover;
    width: 100%;
    height: 100vh;
  }
  .banner-title {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    padding: 9% 20%;
  }
  img.animated-gif {
    width: 100%;
    padding-top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .introtext h2 {
    font-size: 1.4rem;
  }
  #introtext h1 {
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    margin-top: 60px;
  }
  #introtext p {
    font-size: 1.5rem;
  }
  img.filterimage {
    width: 160px;
  }
  .port-price-header-img {
    height: inherit;
  }
}

.stage-two .heading-row {
  padding: 10px 15px;
}
.stage-two .sub-heading-row {
  padding-left: 15px;
}
.stage-two .questions-card {
  border-bottom: 1px solid #d7d7d7;
  padding-top: 10px;
  padding-bottom: 10px;
}
.stage-two .questions-row {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
.stage-two .questions-col {
  width: 90%;
}
.stage-two .questions-order-text {
  font-size: 0.8rem;
  padding-top: 13px;
  border-bottom: 1px solid #d7d7d7;
}
.stage-two .order-col {
  width: 10%;
}
.stage-two .order-text {
  font-size: 0.8rem;
  padding-top: 0.1rem;
}
.stage-two .title-col {
  width: 100%;
}
.stage-two .options-card {
  border-left: 1px dashed #eee;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
}
.stage-two .options-row {
  padding: 0.75rem 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.stage-two .options-col {
  width: 85%;
  margin-left: auto;
}
.stage-two .options-actions-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding: 0 10px;
  margin-top: 10px;
}
.stage-two .options-actions-button {
  font-size: 0.8rem;
  padding: 0.2rem 0.4rem;
}
.stage-two .results-col {
  width: 55px;
}
.stage-two .results-font {
  font-size: 1.5em;
}

@media screen and (min-width: 450px) {
  .frontend-card {width: 50%;}
}

@media screen and (min-width: 1200px) {
  .stage-two .heading-row {
    padding: 10px 15px;
  }
  .stage-two .sub-heading-row {
    padding-left: 15px;
  }
  .stage-two .questions-card {
    border-bottom: 1px solid #d7d7d7;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .stage-two .questions-row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .stage-two .questions-col {
    width: 500px;
  }
  .stage-two .questions-order-text {
    font-size: 0.8rem;
    padding-top: 13px;
    border-bottom: 1px solid #d7d7d7;
  }
  .stage-two .order-col {
    width: 35px;
  }
  .stage-two .order-text {
    font-size: 0.8rem;
    padding-top: 0.1rem;
  }
  .stage-two .title-col {
    width: 341px;
  }
  .stage-two .options-card {
    border-left: 1px dashed #eee;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px;
  }
  .stage-two .options-row {
    padding: 0.75rem 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
  }
  .stage-two .options-col {
    width: 559px;
  }
  .stage-two .options-actions-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 10px;
    margin-top: 10px;
  }
  .stage-two .options-actions-button {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
  }
  .stage-two .results-col {
    width: 55px;
  }
  .stage-two .results-font {
    font-size: 1.5em;
  }
}
