fieldset.scheduler-border {
    width: 100%;
    text-align: left;
    border: 1px groove #ddd !important;
    padding: 0 5px !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 1em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.tooltip-inner {
    background-color: #202942 !important;
    padding: 10px;
    font-size: 14px;
    text-align: justify;
}

.bg-fund {
    background: url('../../images/pendanaan.jpg') no-repeat 100%;
    background-size: cover;
}

.bg-borrow {
    background: url('../../images/pinjaman.jpg') no-repeat 100%;
    background-size: cover;
}

.bg-about {
    background: url('../../images/tentang-klikacc.jpg') no-repeat 100%;
    background-size: cover;
}

.mt-min-2 {
    margin-top: -20px
}

.mb-min-1 {
    margin-bottom: -10px
}

.light-background {
    background-color: #f3f4f7 !important;
}

#loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    z-index: 999;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-group .form-control.error {
    display: block;
    background-color: #fcc6c6;
    margin : 0px 0px;
}

.form-group .error {
    margin : 0px 0px;
}

.form-group .form-control.valid {
    background-color: #e8f0fe;
}


.separator {
  display: flex;
  align-items: center;
  text-align: center;
}
.separator::before, .separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator::before {
  margin-right: .25em;
}
.separator::after {
  margin-left: .25em;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text::before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text::after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

.button-menu{
   font-size: 12px !important;
}


.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:65px;
  /* background-color:#4FC85D; */
  color:#FFF;
  border-radius:50px;
  text-align:center;
}


.my-float{
margin-top:15px;
}

.terms {
  height: 350px;
  overflow: scroll;
  border: 1px solid #ccc;
  background: #eee;
  margin: 5px 0;
  padding: 10px 20px;
}


