html {
  scroll-behavior: smooth;
}
.login-remember{
  text-align:left;
}
.existing-user-pic{
  width:100px;
  height:100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius:50%;
  margin-right: auto;
  margin-left: auto;
}

.toggle-button-cover {
  
}

.button-cover {
    margin: 22px 15px;
}

.button-cover,
.knobs,
.layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  width: 110px;
  height: 36px;
  overflow: hidden;
}

.button.r,
.button.r .layer {
  border-radius: 100px;
}

.button.b2 {
  
}

/*
.checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}
*/
.knobs {
  z-index: 2;
}

.layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 15 */
#button-15 .knobs:before,
#button-15 .knobs:after {
  position: absolute;
  top: 0;
  width: 85px;
  height: 36px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 10px 4px;
  opacity: 1;
  border-radius: 0;
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-15 .knobs:before {
  content: "Ya";
  left: 0;
  background-color: #03a9f4;
}

#button-15 .knobs:after {
  content: "Tidak";
  right: 0;
  opacity: 0;
  transform: scale(4);
  background-color: #f44336;
}

#button-15 .checkbox:checked + .knobs:before {
  opacity: 0;
  transform: scale(4);
}

#button-15 .checkbox:checked + .knobs:after {
  opacity: 1;
  transform: scale(1);
}

#button-15 .checkbox:checked ~ .layer {
  background-color: #fcebeb;
}

.status-filter-box {
  border-radius: 10px;
  text-align: center;
  background: #fff;
}
.status-filter-box > h5 {
  font-size: 15px;
  padding: 14px 15px 0px;
}
.status-filter-box > .total {
  padding: 0 15px 15px;
}

.total-filter-box{
  border:3px solid #5DC394;
  color:#5DC394;
  cursor: pointer;
}
.total-filter-box:hover{
  background:#5DC394;
  color:#fff;
}
.total-filter-box.active{
  background:#5DC394;
  color:#fff;
}
.total-filter-box.active:hover{
  background:#fff;
  color:#5DC394;
}

.active-filter-box{
  /* border:3px solid #0061A7;
  color:#0061A7; */
  border:3px solid #125efa;
  color:#125efa;
  cursor: pointer;
}
.active-filter-box:hover{
  /* background:#0061A7; */
  background:#125efa;
  color:#fff;
}
.active-filter-box.active{
  /* background:#0061A7; */
  background:#125efa;
  color:#fff;
}
.active-filter-box.active:hover{
  background:#fff;
  /* color:#0061A7; */
  color:#125efa;

}

.nonactive-filter-box{
  border:3px solid #D32F2E;
  color:#D32F2E;
  cursor: pointer;
}
.nonactive-filter-box:hover{
  background:#D32F2E;
  color:#fff;
}
.nonactive-filter-box.active{
  background:#D32F2E;
  color:#fff;
}
.nonactive-filter-box.active:hover{
  background:#fff;
  color:#D32F2E;
}

.existing_info_mapping{
  margin-top:10px;
  margin-left:10px;
}
.sync_box{
  text-align: right;
  padding-right: 0;
}
.sync_btn{
  border-radius:0;
}
.mr-5{
  margin-right:5px;
}
.ml-5{
  margin-left:5px;
}

.small-bar-filter{
  margin-top:0px;
}

.text-danger {
  font-weight: bold;
  color: #ED5565;
}
#luastanah-error{
  display:none !important;
}
#luasbangunan-error{
  display:none !important;
}
label.specific-error {
  color: #cc5965;
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 768px) and (max-width: 980px) {
  .small-bar-filter{
    margin-top:5px;
  }
}