
.theme-wizard-custom .nav-pills .nav-link.active {
  color: #fff !important;
}
.theme-wizard-custom .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
  color: var(--falcon-gray-600);
  display: block;
}
.theme-wizard-custom .nav-link .nav-item-circle {
  color: var(--falcon-gray-500);
  background-color: var(--falcon-theme-wizard-custom-nav-item-circle-bg);
  border: 2px solid var(--falcon-gray-300);
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  line-height: 2.25rem;
  padding: 0;
  text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.theme-wizard-custom .nav-link.active {
  color: var(--falcon-primary) !important;
}
.theme-wizard-custom .nav-link.active .nav-item-circle {
  background-color: var(--falcon-primary) !important;
  color: #fff;
  border-color: var(--falcon-primary);
}
.theme-wizard-custom .nav-link.done {
  color: var(--falcon-success);
}
.theme-wizard-custom .nav-link.done .nav-item-circle {
  background-color: var(--falcon-success) !important;
  color: #fff;
  border-color: var(--falcon-success);
}
.theme-wizard-custom .nav-link.done .nav-item-circle .check-icon {
  display: inline-block;
}
.theme-wizard-custom .nav-link.done .nav-item-circle-parent:before {
  background-color: var(--falcon-success);
}
.theme-wizard-custom .nav-link .nav-item-circle .check-icon {
  display: none;
}
.theme-wizard-custom .nav-link .nav-item-circle-parent {
  display: block;
}
.theme-wizard-custom .nav-link .nav-item-circle-parent:before {
  content: "";
  height: 2px;
  width: 101%;
  position: absolute;
  left: 51%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: var(--falcon-gray-300);
}
.theme-wizard-custom .nav-item:not(:first-child) .active .nav-item-circle-parent:after {
  content: "";
  width: 50%;
  position: absolute;
  left: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background-color: var(--falcon-success);
}
.theme-wizard-custom .nav-item-circle-parent {
  position: relative;
  padding: 0 1rem;
}
.theme-wizard-custom .nav-item-circle {
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.theme-wizard-custom .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-wizard-custom .nav-item:first-child .nav-item-circle-parent:before, .theme-wizard-custom .nav-item:last-child .nav-item-circle-parent:before {
  width: 50%;
}
.theme-wizard-custom .nav-item:first-child .nav-item-circle-parent:before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.theme-wizard-custom .nav-item:last-child .nav-item-circle-parent:before {
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.theme-wizard-custom .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.theme-wizard-custom .wizard-lottie-wrapper {
  height: 1px;
  position: relative;
  padding-bottom: 11.875rem;
  overflow: hidden;
}
.theme-wizard-custom .wizard-lottie-wrapper .wizard-lottie {
  width: 21.25rem;
  height: auto;
  -webkit-transform: translateY(-73%);
  -ms-transform: translateY(-73%);
  transform: translateY(-73%);
}


/*change colors*/

/*body {
    background-color: rgb(251, 253, 255);
}*/

/*.navbar-light #navbarVerticalCollapse {
    background-color: white;
}*/

/*
.btn-primary {
    background-color: #d30405;
    border-color: black;
}

.btn:hover {
    background-color: #990707;
}


.btn-link {
    color: #d30405;
}

.btn-link:hover {
    background-color: #f942421a;
    color: #d30405;
}

.navbar-vertical .navbar-nav .nav-item .nav-link.active {
    color: #d30405;
}

.theme-wizard-custom .nav-link.active .nav-item-circle {
    background-color: #d30405;
}

:root,
[data-bs-theme=light] {
    --falcon-primary: #d30405;
    --falcon-link-color-rgb: 211, 4, 5;
    --falcon-primary-rgb: 211, 4, 5;
    --falcon-body-bg: rgb(251, 253, 255);
    --falcon-bg-shape-bg: rgb(179, 33, 0);
    /*--falcon-navbar-vertical-default-bg-color: white;*/
    --falcon-bg-navbar-glass: white;
    --falcon-bg-circle-shape: linear-gradient(-45deg,rgba(9,25,43,.41),#d30405);
    --falcon-bg-circle-shape: none;
    --falcon-bg-circle-shape-bg: #d30405;
    --falcon-bg-shape-bg-ltd: linear-gradient(-45deg, #f94949, #d30405);
    --falcon-bg-shape-bg-dtl: linear-gradient(-45deg, #f94949, #d30405);
    --falcon-card-gradient: linear-gradient(-45deg, #f94949, #d30405);
}

[data-bs-theme=dark] {
    --falcon-primary: #d30405;
    --falcon-link-color-rgb: 211, 4, 5;
    --falcon-primary-rgb: 211, 4, 5;
    --falcon-body-bg: rgb(9,9,9);
    --falcon-bg-shape-bg: rgb(179, 33, 0);
    
    --falcon-bg-navbar-glass: rgba(11, 23, 39, 0.96);
    
    /*--falcon-navbar-vertical-default-bg-color: var(--falcon-bg-navbar-glass);*/

}
*/