.wrapper {
  overflow: visible
}

table {
  border-collapse: collapse !important;
}

#full-screen-load {
  width: 100%;
  text-align: center;
  height: 100%;
  position: absolute;
  z-index: 100000000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  right: 0;
  bottom: 0;
  display: none;
}

#full-screen-load .spinner-border {
  position: absolute;
  top: 50%;
}

#lc_login {
  width: 200px;
  font-size: 24px;
  height: 60px;
  margin: 30px auto 0;
}

#HFX-header-promo {
  width: 100%;
  text-align: center
}

#HFX-header-promo img {
  max-width: 1024px;
  margin: 100px auto -60px;
}

.table-border-dark {
  border: #1D1D1D 1px solid;
}

.nav-link-menu {
  font-size: 17px;
}

.btn-purple {
  background-color: #3E34F9
}

.mark-green,
.hit-profit-target,
.eval-qualified,
.in-profit {
  color: #c7fbc2 !important;
}

.mark-green {
    background-color: transparent;
    color: #4AFF88;
    padding: 0;
    border: none;
    font-style: bold;
}

.no-profit {
  background-color: #F8B0B0 !important;
}

.btn-purple:hover {
  background-color: #4739EE
}

.header {
  background-image: none;
  padding-top: 150px;
}

main {
  padding: 150px 0 125px 0;
}

.crc-scroll-nav main {
  padding-top: 30px;
}

main {
  color: #333
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  color: #4aff88;
}

.header-title-text {
  margin-bottom: 10px;
}

.no-owl-pricing .pricing-card-section {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 60px;
  width: 300px;
}

.pricing-owl .owl-item img {
  width: auto !important
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  margin-top: 20px;
  display: block;
}

.pricing-plan-cards-section .owl-stage {
  padding-top: 20px;
  padding-bottom: 40px;
}

.pricing-title-section {
  margin-bottom: 0px;
}

.pricing-card-special {
  background-color: #009121;
  color: #EBEAE6;
  text-align: center;
  padding: 10px 10px 30px;
  border-radius: 20px;
  margin-bottom: -24px;
}

.owl-prev,
.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
}

.owl-prev {
  left: -20px;
  width: 50px
}

.owl-next {
  right: -20px;
  width: 50px
}

.owl-prev i,
.owl-next i {
  transform: scale(2, 5);
  color: #333;
}

.question-answer-holder {
  background-color: #333;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #EBEAE6;
}

.chart-container {
  padding: 30px;
  background-color: #333;
}

.chart-holder {
  max-height: 350px;
  height: 350px
}

.showcase-container img {
  max-height: 160px;
}

@media screen and (max-width: 1199.2px) {
  #hpbullets {
    text-align: left
  }

  .nav-btn {
    width: 100%;
  }

  .nav-btn .btn {
    margin-bottom: 5px;
    padding: 10px
  }

  .cta-title {
    font-size: 24px;
  }

  .btn-xs-block {
    display: block;
    text-align: center
  }

  .chart-container .chart-title {
    font-size: 1.1rem;
  }

  .chart-container p {
    font-size: .6rem;
  }

  .owl-prev {
    left: -20px;
    width: 40px
  }

  .owl-next {
    right: -20px;
    width: 40px
  }

  .pricing-owl .owl-item img {
    display: none !important;
  }

  .owl-theme .owl-dots,
  .owl-theme .owl-nav {
    margin-top: 20px;
    display: block;
  }

  .pricing-plan-cards-section .owl-stage {
    padding-bottom: 20px;
  }
}

.form-container {
  background-image: url(../images/funing_bg.png);
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 30px 25px;
  border-radius: 10px;
  box-shadow: 0 0 25px -15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.form-container:before,
.form-container:after {
  content: '';
  height: 50%;
  width: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.form-container:after {
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
}

.form-container .title {
  color: #4AFF88;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 15px;
}

.form-container .social-links {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}

.form-container .social-links li {
  display: inline-block;
  margin: 0 3px;
}

.form-container .social-links li a {
  color: #555;
  line-height: 27px;
  height: 28px;
  width: 28px;
  border: 1px solid #555;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
}

.form-container .social-links li a:hover {
  color: #EBEAE6;
  background-color: #4AFF88;
}

.form-container .description {
  color: #EBEAE6;
  font-size: 13px;
  margin: 0 0 10px;
  display: block;
}

.form-horizontal .form-group {
  color: #EBEAE6;
  margin: 0 0 15px;
}

.form-horizontal .form-group:last-of-type {
  text-align: left;
  margin-bottom: 35px;
}

.form-horizontal .form-control {
  color: #4AFF88;
  background: #F7F8F9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  height: 40px;
  padding: 6px 12px;
  border-radius: 50px;
  border: 2px solid #EBEAE6;
  box-shadow: none;
  background-color: black;
}

.form-horizontal .form-control:focus {
  border-color: #4AFF88;
  color: #4AFF88;
  box-shadow: none;
  background-color: black;
}

.form-horizontal .form-control::placeholder {
  color: #e1e1e1;
  font-size: 14px;
  font-weight: 300;
}

.form-horizontal .form-group .check-label {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin: -2.5px 0 0;
  vertical-align: text-top;
  display: inline-block;
}

.form-horizontal .form-group .check-label a {
  color: #4AFF88;
  transition: all 0.3s ease;
}

.form-group-color {
  color: #4AFF88;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #004225; /* Change this to your desired color */
  border-color: #004225;
}

.username-input {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #004225;
    text-align: center;
    white-space: nowrap;
    background-color: black;
    border: 2px solid #EBEAE6;
    border-radius: var(--bs-border-radius)
}

.form-group-color:hover {
  color: #32D463;
}

.form-horizontal .form-group .check-label a:hover {
  text-decoration: underline;
}

.form-horizontal .checkbox {
  height: 17px;
  width: 17px;
  min-height: auto;
  margin: 0 3px 0 0;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}

.form-horizontal .checkbox:before {
  content: '';
  height: 6px;
  width: 12px;
  border-bottom: 2px solid #EBEAE6;
  border-left: 2px solid #EBEAE6;
  opacity: 1;
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  top: 2.5px;
  transition: all 0.3s ease;
}

.form-horizontal .checkbox:checked {
  background-color: #4AFF88;
  border-color: #4AFF88;
}

.form-horizontal .checkbox:checked:before {
  opacity: 1;
}

.form-horizontal .checkbox:not(:checked):before {
  opacity: 0;
}

.form-horizontal .checkbox:focus {
  outline: none;
}

.form-horizontal .btn {
  color: #EBEAE6;
  background-color: #4AFF88;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  width: 130px;
  padding: 11px;
  margin: 0 10px 10px 0;
  border: 2px solid #EBEAE6;
  border-radius: 15px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.form-horizontal .btn.signin {
  color: #EBEAE6;
  background-color: black;
}

.form-horizontal .btn:hover,
.form-horizontal .btn:focus {
  color: #4AFF88;
  background-color: #EBEAE6;
  box-shadow: 0 0 5px #4AFF88, 0 0 15px #4AFF88 inset;
}

.form-horizontal .btn.signin:hover,
.form-horizontal .btn.signin:focus {
  box-shadow: 0 0 5px #4AFF88;
}

.footer-logo img {
  max-width: 100%;
  width: 300px;
}

.about-text {
  overflow: hidden;
}

.about-highlighted {
  font-family: Poppins;
  font-weight: 600;
  font-size: 21px;
  padding: 4px 17px;
  border-radius: 10px;
  margin-bottom: 25px;
  max-width: 220px;
  color: #EBEAE6;
  background-color: #009121;
}

.innovate-highlighted {
  font-family: Poppins;
  font-weight: 600;
  font-size: 21px;
  padding: 4px 17px;
  border-radius: 10px;
  margin-bottom: 25px;
  max-width: 273px;
  color: #EBEAE6;
  background-color: #009121;
}

.video-highlighted {
  font-family: Poppins;
  font-weight: 600;
  font-size: 21px;
  padding: 4px 17px;
  border-radius: 10px;
  margin-bottom: 25px;
  max-width: 290px;
  color: #EBEAE6;
  background-color: #009121;
}

.btn-success {
  background-color: #009121;
}

.btn-discord {
  background-color: #7289DA;
  color: #FFF;
  border-color: #596CB0;
}

.signin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.signin-form {

  padding: 15px 29px !important;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
  background-color: #FFF;
}

.card-background {
  background-image: url(../images/bannerhero.jpg);
  border-radius: 50px;
}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code {
  border-radius: 3px;
}

.callout+.bs-callout {
  margin-top: -5px;
}

.callout-default {
  border-left-color: #777;
}

.callout-default h4 {
  color: #777;
}

.callout-primary {
  border-left-color: #428bca;
}

.callout-primary h4 {
  color: #428bca;
}

.callout-success {
  border-left-color: #5cb85c;
}

.callout-success h4 {
  color: #5cb85c;
}

.callout-danger {
  border-left-color: #d9534f;
}

.callout-danger h4 {
  color: #d9534f;
}

.callout-warning {
  border-left-color: #f0ad4e;
}

.callout-warning h4 {
  color: #f0ad4e;
}

.callout-info {
  border-left-color: #5bc0de;
}

.callout-info h4 {
  color: #5bc0de;
}

.callout-bdc {
  border-left-color: #29527a;
}

.callout-bdc h4 {
  color: #29527a;
}

.badge-ninjatrader {
  background-color: #a7262c;
  color: #FFF;
}

.badge-tradovate {
  background-color: #257fff;
  color: #FFF;
}

.badge-tradingview {
  background-color: #131722;
  color: #FFF;
}

.badge-other {
  background-color: #A3A3A3;
  color: #FFF;
}