.signup-step-container i {
  margin-right: 10px;
}
.signup-step-container .form-control:focus,
.signup-step-container button:focus,
.signup-step-container input:focus {
  outline: 0;
  box-shadow: none;
}
.signup-step-container .form-control:disabled,
.signup-step-container .form-control[readonly] {
  background-color: #fff;
}
.signup-step-container .d-flex {
  display: flex;
}
.signup-step-container .justify-content-center {
  justify-content: center;
}
.signup-step-container .align-items-center {
  align-items: center;
}
.signup-step-container .bg-color {
  background-color: #333;
}
.signup-step-container {
  padding: 150px 0 60px;
}
.signup-step-container .wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}
.signup-step-container .wizard > div.wizard-inner {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.signup-step-container .connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 15px;
  z-index: 1;
}
.signup-step-container .wizard .nav-tabs > li.active > a,
.signup-step-container .wizard .nav-tabs > li.active > a:focus,
.signup-step-container .wizard .nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.signup-step-container span.round-tab {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #0e214b;
  font-weight: 500;
  border: 1px solid #ddd;
}
.signup-step-container span.round-tab i {
  color: #555;
}
.signup-step-container .wizard li.active span.round-tab {
  background: var(--orange);
  color: #fff;
  border-color: var(--orange);
}
.signup-step-container .wizard li.active span.round-tab i {
  color: #5bc0de;
}
.signup-step-container .wizard .nav-tabs > li.active > a i {
  color: var(--orange);
}
.signup-step-container .wizard .nav-tabs > li {
  width: 25%;
}
.signup-step-container .wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0;
  border: 5px solid transparent;
  border-bottom-color: red;
  transition: 0.1s ease-in-out;
}
.signup-step-container .wizard .nav-tabs > li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
}
.signup-step-container .wizard .nav-tabs > li a i {
  position: absolute;
  top: -15px;
  font-style: normal;
  white-space: nowrap;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.signup-step-container .wizard .nav-tabs > li a:hover {
  background: 0 0;
}
.signup-step-container .wizard .tab-pane {
  position: relative;
  padding-top: 20px;
}
.signup-step-container .wizard h3 {
  margin-top: 0;
}
.signup-step-container .next-step,
.signup-step-container .prev-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}
.signup-step-container .next-step {
  background-color: var(--orange);
}
.signup-step-container .skip-btn {
  background-color: #cec12d;
}
.signup-step-container .step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.signup-step-container .term-check {
  font-size: 14px;
  font-weight: 400;
}
.signup-step-container .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}
.signup-step-container .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}
.signup-step-container .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.signup-step-container .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.signup-step-container .footer-link {
  margin-top: 30px;
}
.signup-step-container .list-content {
  margin-bottom: 10px;
}
.signup-step-container .list-content a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}
.signup-step-container .list-content a[aria-expanded="true"] i {
  transform: rotate(180deg);
}
.signup-step-container .list-content a i {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s;
}
.signup-step-container .form-control[disabled],
.signup-step-container .form-control[readonly],
.signup-step-container fieldset[disabled] .form-control {
  background-color: #fdfdfd;
}
.signup-step-container .list-box {
  padding: 10px;
}
.signup-step-container .signup-logo-header .logo_area {
  width: 200px;
}
.signup-step-container .signup-logo-header .nav > li {
  padding: 0;
}
.signup-step-container .signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.signup-step-container .list-inline li {
  display: inline-block;
}
.signup-step-container .pull-right {
  float: right;
}
.signup-step-container input[type="checkbox"] {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.signup-step-container input[type="checkbox"]::after,
.signup-step-container input[type="checkbox"]::before {
  position: absolute;
  content: "";
  display: inline-block;
}
.signup-step-container input[type="checkbox"]::before {
  height: 16px;
  width: 16px;
  border: 1px solid #999;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 2px;
}
.signup-step-container input[type="checkbox"]::after {
  height: 5px;
  width: 9px;
  left: 4px;
  top: 4px;
}
.signup-step-container input[type="checkbox"]:checked::after {
  content: "";
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.signup-step-container input[type="checkbox"]:checked::before {
  background-color: var(--orange);
  border-color: var(--orange);
}
@media (max-width: 767px) {
  .signup-step-container .sign-content h3 {
    font-size: 40px;
  }
  .signup-step-container .wizard .nav-tabs > li a i {
    display: none;
  }
  .signup-step-container .signup-logo-header .navbar-toggle {
    margin: 8px 0 0;
  }
  .signup-step-container .signup-logo-header .logo_area {
    margin-top: 0;
  }
  .signup-step-container .signup-logo-header .header-flex {
    display: block;
  }
}
.fighter-section-cards .container,
.fighter-section-cards .container-fluid {
  max-width: 1200px;
  padding-top: 5%;
}
.fighter-section-cards .card-container {
  padding: 100px 0;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.fighter-section-cards .profile-card-2 {
  max-width: 300px;
  background-color: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  background-position: center;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
  border-radius: 10px;
}
.fighter-section-cards .profile-card-2 img {
  transition: 0.25s linear;
}
.fighter-section-cards .profile-card-2 .profile-fighter {
  position: absolute;
  left: 30px;
  bottom: 70px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  transition: 0.25s linear;
}
.fighter-section-cards .profile-card-2 .profile-title {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #fff;
  font-size: 13px;
  transition: 0.25s linear;
}
.fighter-section-cards .profile-card-2:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.fighter-section-cards .profile-card-2:hover .profile-fighter {
  bottom: 80px;
}
.fighter-section-cards .profile-card-2:hover .profile-title {
  bottom: 60px;
}
.cover-photo {
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.profile-photo {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -75px;
  cursor: pointer;
}
.profile-photo-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  object-fit: cover;
}
.upload-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem;
  color: white;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.cover-photo:hover .upload-icon,
.profile-photo:hover .upload-icon {
  display: block;
}
.file-input {
  display: none;
}
@property --val {
  syntax: "<integer>";
  inherits: true;
  initial-value: 0;
}
@property --e {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
.range-input-wrapper label {
  --c: #547980;
  --g: round(0.3em, 1px);
  --l: round(0.2em, 1px);
  --s: round(1.3em, 1px);
  --t: round(0.8em, 1px);
  --r: round(0.8em, 1px);
  timeline-scope: --thumb-view;
  translate: 0;
  font-size: 24px;
}
.range-input-wrapper input {
  width: 400px;
  height: var(--s);
  --_c: color-mix(in srgb, var(--c), #000 var(--p, 0%));
  appearance: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  font-size: inherit;
}
.range-input-wrapper input:focus-visible,
.range-input-wrapper input:hover {
  --p: 25%;
}
.range-input-wrapper input:active,
.range-input-wrapper input:focus-visible {
  --_b: var(--s);
}
.range-input-wrapper input[type="range" i]::-webkit-slider-thumb {
  height: var(--s);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 0 0 0 var(--_b, var(--l)) inset var(--_c);
  border-image: linear-gradient(90deg, var(--_c) 50%, #ababab 0) 0 1 /
    calc(50% - var(--l) / 2) 100vw/0 calc(100vw + var(--g));
  -webkit-appearance: none;
  appearance: none;
  transition: 0.3s;
  anchor-name: --thumb;
  view-timeline: --thumb-view inline;
  view-timeline-inset: var(--s);
}
.range-input-wrapper input[type="range"]::-moz-range-thumb {
  height: var(--s);
  width: var(--s);
  background: none;
  border-radius: 50%;
  box-shadow: 0 0 0 var(--_b, var(--l)) inset var(--_c);
  border-image: linear-gradient(90deg, var(--_c) 50%, #ababab 0) 0 1 /
    calc(50% - var(--l) / 2) 100vw/0 calc(100vw + var(--g));
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s;
  anchor-name: --thumb;
  view-timeline: --thumb-view inline;
  view-timeline-inset: var(--s);
}
.range-input-wrapper output {
  background: #cc333f;
  --val: var(--min);
  animation: range linear;
  animation-timeline: --thumb-view;
}
.range-input-wrapper output:before {
  content: counter(num);
  counter-reset: num var(--val);
  position-anchor: --thumb;
  position: absolute;
  inset-area: top span-all;
  color: #fff;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
  padding-block: 0.5em;
  width: 4em;
  background: inherit;
  --e: var(--val);
  transition: --e 0.1s ease-out;
  rotate: calc((var(--e) - var(--val)) * 2deg);
  transform-origin: 50% calc(100% + var(--s) / 2);
  border-bottom: var(--t) solid #0000;
  border-radius: var(--r) / var(--r) var(--r) calc(var(--r) + var(--t))
    calc(var(--r) + var(--t));
  --_m: 100% / var(--t) var(--t) no-repeat;
  --_g: 100%, #0000 99%, #000 102%;
  mask: linear-gradient(#000 0 0) padding-box,
    radial-gradient(100% 100% at 100% var(--_g)) calc(50% + var(--t) / 2)
      var(--_m),
    radial-gradient(100% 100% at 0 var(--_g)) calc(50% - var(--t) / 2) var(--_m);
}
.range-input-wrapper output.bottom:before {
  inset-area: bottom span-all;
  border-top: var(--t) solid #0000;
  border-bottom: none;
  rotate: calc((var(--val) - var(--e)) * 2deg);
  transform-origin: 50% calc(var(--s) / -2);
  border-radius: var(--r) / calc(var(--r) + var(--t)) calc(var(--r) + var(--t))
    var(--r) var(--r);
  --_m: 0 / var(--t) var(--t) no-repeat;
  --_g: 0, #0000 99%, #000 102%;
}
@keyframes range {
  0% {
    background: #8a9b0f;
    --val: var(--max);
  }
}
@supports not (anchor-name: ---) {
  .range-input-wrapper output {
    display: none;
  }
}
