#sidebar ul li a.active {
  color: #fff;
  background: #2f89fc;
  border-bottom: 1px solid #2f89fc;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

ul#singularmenu,
ul#paymenu,
ul#combinedmenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

body {
  background: #f1f1f1 !important;
}


.loader {
  margin: auto;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3c4f5c;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  animation: spin 2s linear infinite;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 99999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

div.monthlypaymentplan {
  display: none;
}


table.dataTable td {
      color: #212529;
    }


div#content h2.mb-4 {
  margin-left: 20px;
}


span.ui.input input {
    margin-bottom: 10px;
}    

.tabel {
	margin-top: 5px;
}

/* datatable input */
.dt-datetime-clear {
	cursor: pointer;
	color: #3174c7 !important;
	text-decoration: none !important;
}

.ui .input {
	margin-top: 2px;
}