/* frontend.v2.indicator.css */
.kyc-indicator-lenders-label {
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(0,0,0,.54);
    line-height: 1.25;
    position: relative;
    bottom: 1px;
}
.pulse {
    margin: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: orange;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(163, 236, 179);
    animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(255, 165, 0, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(255, 165, 0, 0);
      box-shadow: 0 0 0 10px rgba(255, 165, 0, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
      box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
  }
}

.kyc-indicator strong {
    color: black;
    font-weight: 600;
}
.kyc-indicator .subject {
    height: unset;
}
.kyc-indicator .subject h2 {
    padding: 1.0rem 0;
}
.kyc-indicator .kyc-indicator-layer-wrapper {
    transition: transform .3s ease, -webkit-transform .3s ease;
    height: 8px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.kyc-indicator .kyc-indicator-layer-wrapper > div {
    height: 100%;
    width: 100%;
}
.kyc-indicator .kyc-indicator-layer-wrapper div.kyc-indicator-layer-bottom {
    position: absolute;
    background-color: #e7e8ea;
}
.kyc-indicator .kyc-indicator-layer-wrapper div.kyc-indicator-layer-middle {
    position: absolute;
    background-color: rgb(163, 236, 179);
    width: 55%;
    border-radius: 5px;
}
.kyc-indicator .kyc-indicator-layer-wrapper div.kyc-indicator-layer-top {
    position: absolute;
    background-color: rgb(57, 181, 74);
    width: 5%;
    border-radius: 5px;
}
.kyc-indicator-desktop {
    padding-top: 29px;
    padding-left: 15px;
}
.kyc-indicator-mobile {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px;
    z-index: 999;
}
.kyc-indicator {
    background-color: white;
}
.kyc-indicator-mobile-shadow {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.kyc-indicator-amount-label {
    color: rgba(0,0,0,.54);
    font-weight: 300;
    font-size: 0.85rem;
}
.kyc-indicator-amount-value {
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 0px;
    margin-bottom: 15px;
}
.kyc-indicator-border {
    height: 1px;
    box-shadow: inset 0 -1px 0 0 #e7e8ea;
}
.kyc-indicator-total-label {
    font-size: 0.85rem;
    font-weight: 300;
    /*color: #000;*/
    color: rgba(0,0,0,.54);
}
.kyc-indicator-total-label::first-letter {
    text-transform: uppercase;
}
.kyc-indicator-mobile .kyc-indicator-total-label {
    color: rgba(0,0,0,.54);
}
.kyc-indicator-desktop .kyc-indicator-total-value {
    font-weight: 600;
    font-size: 1.25rem;
    margin-top: 0px;
    margin-bottom: 5px;
}
.kyc-indicator-total-value {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgb(57, 181, 74);
}
.kyc-indicator-mobile .kyc-indicator-total-value {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgb(57, 181, 74);
}
.kyc-indicator-step-label {
    font-size: 0.85rem;
    font-weight: 300;
    color: #000;
}
.kyc-indicator-step-value {
    font-size: 0.85rem;
    font-weight: 300;
    color: #000;
}
.kyc-indicator-step-extra {
    font-size: 0.85rem;
    font-weight: 300;
    color: #000;
}
.input-group-badge-hide-init {
    display: none !important;
}
.kyc-indicator-badge-section {
    padding: 0 0.5rem;
    background: rgb(57, 181, 74);
    color: white;
    font-size: 0.70rem;
    font-weight: 300;
    text-align: center;
    border-radius: 15px;
}
span.kyc-indicator-badge-section {
    line-height: 1.5;
    display: inline-block;
    margin-left: 5px;
}
.kyc .pre-approve-badge {
    position: absolute;
    right: 10px;
    padding: 0 0.5rem;
    background: rgb(57, 181, 74);
    color: white;
    font-size: 0.70rem;
    font-weight: 300;
    text-align: center;
    border-radius: 15px;
    top: 17px;
}
.kyc-indicator-badge {
    position: absolute;
    right: 10px;
    padding: 0 0.5rem;
    background: rgb(57, 181, 74);
    color: white;
    font-size: 0.70rem;
    font-weight: 300;
    text-align: center;
    border-radius: 15px;
    top: 17px;
}
