.irs--round .irs-handle {
  border-color: #0d1985;
}

.irs--round .irs-bar {
  background-color: #0d1985;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  background-color: #0d1985;
  color: #fff;
}

.irs--round .irs-single:before {
  border-top-color: #0d1985;
}

.irs--round .irs-grid-text {
  color: #333 !important;
}

.header {
  background: #ffffff !important;
  border-bottom: 1px solid #c9c9c9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

footer {
  background: #fff !important;
}
.bringer-footer-line-2 a {
  color: black !important;
}
footer .align-center {
  color: #000000 !important;
}

.list {
  padding: 20px;
}

.list li {
  list-style: none;
  display: flex;
  column-gap: 20px;
  margin-bottom: 20px;
}
.demo_register {
  cursor: pointer;
}
.list li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

@media (max-width: 744px) {
  .bringer-header-rp {
    display: none;
  }
}

@media (max-width: 356px) {
  .js-grid-text-1 {
    visibility: hidden !important;
  }
}

.container_demo {
  text-align: center;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 450px;
  width: 100%;
  max-width: 584px;
  color: black;
}

#investment-amount {
  width: 80%;
  height: 50px;
  padding: 10px;
  margin: 10px 0;
  font-size: 16px;
  color: black;

  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
}

.demo_btn {
  padding: 10px 20px;
  margin: 10px 5px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 8px;
  background: #0d8515 !important;
  color: #fff;
  width: 200px;
}

.demo_btn:disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
}

#error-message {
  color: red;
  font-weight: bold;
}

#investment-status {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #0d1985;
}

#time-elapsed {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
}

* {
  scroll-behavior: smooth;
}
.bg_page {
  background-image: url("../img/page_bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.backlight-top .stg-container {
  max-width: 1000px;
}
.bringer-parallax-media img {
  max-width: 100px !important;
  height: 100px !important;
  margin: auto;
}
.form_wrap {
  border: none;
  border-radius: 8px !important;
  background-color: #ededed;
}
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.step_text {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  gap: 12px;
}
.step_text h4 {
  margin-bottom: 0;
}
.list li {
  font-size: 12px;
}
.list li img {
  width: 48px;
  height: auto;
}
.star {
  height: 12px;
  width: auto;
  margin-right: 20px;
  margin-bottom: 7px;
}
.market {
  max-width: 167px;
  margin: auto;
  height: 80px;
  border-radius: 8px;
  background: #e3e3e3;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1),
    0px 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.calc {
  border: 3px solid #f6514a;
  padding: 32px 40px !important;
}
@media (min-width: 744px) {
  .bringer-parallax-media img {
    max-width: 200px !important;
    height: 200px !important;
  }
  .step {
    display: flex;
    flex-direction: row !important;
  }
  .step_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left;
    gap: 24px;
  }
  .list li {
    font-size: 24px;
  }
  .video {
    margin-top: 60px;
  }

  .irs-handle.changed::before {
    left: -100px;
  }
  .irs-single {
    z-index: 2;
  }
}
@media (min-width: 961px) {
  .money_wrap {
    order: 2;
  }
  .money_text__wrap {
    order: 1;
  }
}
.demo__tile {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
@media (min-width: 768px) {
  .demo__tile {
    font-size: 24px;
  }
}
#balance {
  font-weight: 16px;
}
.demo_register {
  margin-top: auto;
  color: white;
}
