/* Your Custom CSS Goes here */

/* Step Wizard Form Section */
/* .step-wizard-list{
  list-style-type: none;
  display: flex;
  position: relative;
  z-index: 10;
}

.step-wizard-item{
  padding: 0 20px;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 170px;
  position: relative;
}

.step-wizard-item + .step-wizard-item::after{
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  background: #27313f;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  z-index: -10;
}

.progress-count{
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  color: transparent;
}

.progress-count::after{
  content: "";
  height: 40px;
  width: 40px;
  background: #27313f;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -10;
}

.progress-count::before{
  content: "";
  height: 10px;
  width: 20px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center center;
}

.progress-label{
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.current-item .progress-count::before,
.current-item ~ .step-wizard-item .progress-count::before{
  display: none;
}

.current-item ~ .step-wizard-item .progress-count::after{
  height: 10px;
  width: 10px;
}

.current-item ~ .step-wizard-item .progress-label{
  opacity: 0.5;
}

.current-item .progress-count::after{
  background: #fff;
  border: 2px solid #27313f;
}

.current-item .progress-count{
  color: #27313f;
} */

/* .logo{
  padding-top: 2.1rem !important;
  padding-bottom: 2.1rem !important;
}

.hidden-sidebar-logo{
  padding-top:  0.1rem !important;
} */

.pagination .page-item .material-icons{
  font-size: 18px;
  vertical-align: top;
  line-height: 1.2;
}

.icon-text-middle{
  line-height: 0.5;
  vertical-align: middle;
}

.icon-text-default{
  font-size: 14px; margin-top: -2px;
}

.registration-left-card{
  width: auto;
}

.confirmation-group .avatar{
  left: 50%; transform: translateX(-50%);
}

.material-icons-inverse{
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.member_id_copier:hover {
  color: #2269f5;
  text-decoration: underline;
  transition: 0.2s;
  cursor: pointer;
}

.inline-icon {
  vertical-align: -4px;
  font-size: 20px !important;
}

.inline-icon-2{
  vertical-align: -5px;
  font-size: 18px !important;
}

/* .app-menu>ul>li.active-page>a, .app-menu>ul>li.open>a, .app-menu>ul>li>a:hover {
  color: #4bad48;
}

.app-menu>ul>li.active-page>a i, .app-menu>ul>li.open>a i, .app-menu>ul>li>a i:hover {
  color: #4bad48;
} */

.card-clickable{
  text-decoration: none;
}

@media (min-width: 768px) {
  .registration-left-card{
    width: 250px;
  }

  .confirmation-group .avatar{
    left: 0%; transform: translateX(0);
  }
}
/* End of Step Wizard Form Section */
