.slider-validate-pass {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  color: var(--zaui-brand, #006aff);
  background: rgba(0, 106, 255, 0.2);
  border-radius: 4px;

  .left-text {
    flex: 1;
    padding: 12px;
    font-weight: 500;
    text-align: center;
  }

  .right-icon {
    display: flex;
    align-items: center;
    align-self: flex-end;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;

    .svg-icon {
      svg {
        width: 16px;
        height: 16px;
      }
    }
  }
}

.slider-validate {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 12px;
  color: #616161;
  background: #f2f2f2;
  border-radius: 4px;
  cursor: pointer;

  .svg-icon {
    height: 18px !important;
    margin-right: 12px;
    svg {
      width: 18px;
      height: 18px;
    }
  }

  .pending {
    margin-top: -18px;
    font-size: 32px;
  }
}
