/**
* jQuery wizard v0.4.4
* https://github.com/amazingSurge/jquery-wizard
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.hide {
  display: none;
}

.wizard-pane {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.wizard-pane.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.wizard-pane.activing {
  visibility: visible;
}

.wizard-content {
  position: relative;
  padding: 0;
  -webkit-transition: height .2s ease;
  transition: height .2s ease;
}

.current {
  color: #00f !important;
}

.done {
  color: #008000 !important;
}

.error {
  color: #f00 !important;
}

.disabled {
  cursor: not-allowed !important;
}

.wizard-steps-center {
  text-align: center;
}

.wizard-pane {
  padding: 10px;
}

.wizard-content {
  /* border: 1px solid #aaa; */
}

.wizard-steps {
  padding: 0;
  margin: 15px 0 50px;
  list-style: none;
  text-align: center;
  display: inline-block;
}
.wizard-steps > li {
  display: inline-block;
  /* padding: 5px 10px; */
  margin-right: 50px;
  color: #e2e2e2;
  cursor: pointer;
}
.wizard-steps>li.disabled>a {
  color: #c4c4c4!important;
}
.wizard-steps > li:last-child {
  margin-right: 0;
}

.wizard-steps > li:hover {
  color: #333;
}
.wizard-steps > li > a {
  border-radius: 0;
  color: #e2e2e2;
}
.wizard-steps > li.active > a {
  border-radius: 0;
  background-color: transparent;
  border-color: transparent;
  color: #2750e4;
  font-weight: 700;
  font-size: 14px;
}
.wizard-steps > li.active > a:hover {
  background-color: transparent;
  color: #2750e4;
}
.wizard-steps > li > a:hover {
  background-color: transparent!important;
}
.wizard-steps > li.done > a {
  color: #ffcc00!important;
  font-weight: normal;
  font-size: 14px;
}
.wizard-steps > li.current > a {
  color: #2750e4!important;
  font-weight: 700;
}

.wizard-buttons {
  margin-top: 10px;
  text-align: center;
}
.wizard-buttons > a {
  padding: 6px 12px;
  margin-right: 15px;
  border-color: #2750e4;
  color: #fff;
  background-color: #2750e4;
  border-radius: 0;
}
.wizard-buttons > a.disabled {
  color: #fff;
  border-color: #6284ff;
  background-color: #6284ff;
}
.step-line {
  position: absolute;
  height: 2px;
  top: 40px;
  background-color: #c4c4c4;
  width: 60%;
  margin-left: -30%;
  left: 50%;
}
.step-line-index-1 {
  background: #ffcc00;
  background: -moz-linear-gradient(left, #ffcc00 0%, #ffcc00 50%, #c4c4c4 51%, #c4c4c4 100%);
  background: -webkit-linear-gradient(left, #ffcc00 0%,#ffcc00 50%,#c4c4c4 51%,#c4c4c4 100%);
  background: linear-gradient(to right, #ffcc00 0%,#ffcc00 30%,#c4c4c4 31%,#c4c4c4 100%);
}
.step-line-index-2 {
  background: #ffcc00;
  background: -moz-linear-gradient(left, #ffcc00 0%, #ffcc00 50%, #c4c4c4 51%, #c4c4c4 100%);
  background: -webkit-linear-gradient(left, #ffcc00 0%,#ffcc00 50%,#c4c4c4 51%,#c4c4c4 100%);
  background: linear-gradient(to right, #ffcc00 0%,#ffcc00 65%,#c4c4c4 66%,#c4c4c4 100%);
}
.step-line-index-3 {
  background: #ffcc00;
  background: -moz-linear-gradient(left, #ffcc00 0%, #ffcc00 50%, #c4c4c4 51%, #c4c4c4 100%);
  background: -webkit-linear-gradient(left, #ffcc00 0%,#ffcc00 50%,#c4c4c4 51%,#c4c4c4 100%);
  background: linear-gradient(to right, #ffcc00 0%,#ffcc00 99%,#c4c4c4 100%,#c4c4c4 100%);
}
@media(max-width: 1023px) {
  .title-aplikasi-kredit-online {
    color: #666666;
  }
  .step-line {
    display: none
  }
  .wizard-steps {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wizard-steps li {
    display: block;
    width: 100%;
    /* border: 2px solid #d4d4d4; */
  }
  .wizard-steps > li.current > a, .wizard-steps > li.active > a {
    color: #666666!important;
    font-size: 18px;
  }
  .wizard-steps li .fa-circle, .wizard-steps li br {
    display: none;
  }
  .wizard-steps li.disabled, .wizard-steps li.done {
    display: none;
  }
  .wizard-steps li.current {
    display: block;
  }
  .wizard-steps-owl-item {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 15px;
    position: relative;
  }
  .owl-nav {
    display: none;
  }
  .wizard-steps-owl-item.current {
    font-weight: 700;
  }
  .wizard-steps-owl-item .current i {
    color: #2750e4;
  }
  .step-item-line-1, .step-item-line-2, .step-item-line-3, .step-item-line-4 {
    position: absolute;
  }
  .step-item-line-1 {
    top: 14px;
    right: 0;
    width: 50%;
    height: 2px;
    z-index: -1;
    background-color: #c4c4c4
  }
  .step-item-line-2, .step-item-line-3 {
    top: 14px;
    right: 0;
    width: 100%;
    height: 2px;
    z-index: -1;
    background-color: #c4c4c4
  }
  .step-item-line-4 {
    top: 14px;
    left: 0;
    width: 50%;
    height: 2px;
    z-index: -1;
    background-color: #c4c4c4
  }
  .owl-item.active .wizard-steps-owl-item {
    font-weight: 700;
    color: #2750e4;
  }
  .owl-item.active .wizard-steps-owl-item .step-wizard-line {
    background-color: #c4c4c4
  }
  .preview-right-permohonan {
    position: absolute;
    bottom: 0;
    right: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #c4c4c4;
  }
  .preview-right-jaminan {
    position: absolute;
    bottom: 0;
    right: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #c4c4c4;
  }
  .preview-right-data-keuangan {
    position: absolute;
    bottom: 0;
    right: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #c4c4c4;
  }
  .preview-left-permohonan {
    position: absolute;
    bottom: 0;
    left: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #c4c4c4;
  }
  .preview-left-jaminan {
    position: absolute;
    bottom: 0;
    left: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #c4c4c4;
  }
  .preview-left-data-pribadi {
    position: absolute;
    bottom: 0;
    left: 2px;
    font-size: 12px;
    font-weight: normal;
    color: #c4c4c4;
  }
  .mobile-ws-container {
    position: relative;
  }
  .mobile-ws-container ul {
    display: inline-table;
    position: relative;
  }
  .mobile-ws-container ul li.active a {
    background-color: transparent;
    color: #2750e4!important;
  }
  .mobile-ws-container ul li a:hover, .mobile-ws-container ul li a:focus, .mobile-ws-container ul li.active a:hover, .mobile-ws-container ul li.active a:focus {
    background-color: transparent!important;
  }
  .mobile-ws-container ul li.active a:hover, .mobile-ws-container ul li.active a:focus {
    color: #2750e4;
  }
  .mobile-ws-container ul li a {
    color: #c4c4c4;
    font-size: 10px;
    padding: 5px 10px 0;
  }
  .mobile-ws-container ul li.done a {
    color: #ffcc00
  }
  .mobile-step-line {
    position: absolute;
    height: 2px;
    top: 15px;
    background-color: #c4c4c4;
    width: calc(100% - 20px);
    margin-left: 0;
    left: 10px;
    z-index: -1;
  }
  .mobile-step-line-index-1 {
    background: #ffcc00;
    background: -moz-linear-gradient(left, #ffcc00 0%, #ffcc00 50%, #c4c4c4 51%, #c4c4c4 100%);
    background: -webkit-linear-gradient(left, #ffcc00 0%,#ffcc00 50%,#c4c4c4 51%,#c4c4c4 100%);
    background: linear-gradient(to right, #ffcc00 0%,#ffcc00 30%,#c4c4c4 31%,#c4c4c4 100%);
  }
  .mobile-step-line-index-2 {
    background: #ffcc00;
    background: -moz-linear-gradient(left, #ffcc00 0%, #ffcc00 50%, #c4c4c4 51%, #c4c4c4 100%);
    background: -webkit-linear-gradient(left, #ffcc00 0%,#ffcc00 50%,#c4c4c4 51%,#c4c4c4 100%);
    background: linear-gradient(to right, #ffcc00 0%,#ffcc00 65%,#c4c4c4 66%,#c4c4c4 100%);
  }
  .mobile-step-line-index-3 {
    background: #ffcc00;
    background: -moz-linear-gradient(left, #ffcc00 0%, #ffcc00 50%, #c4c4c4 51%, #c4c4c4 100%);
    background: -webkit-linear-gradient(left, #ffcc00 0%,#ffcc00 50%,#c4c4c4 51%,#c4c4c4 100%);
    background: linear-gradient(to right, #ffcc00 0%,#ffcc00 99%,#c4c4c4 100%,#c4c4c4 100%);
  }
}