html,
body {
  height: 100%;
}
.booking-kode {
  font-weight: bold;
  font-size: 30px;
}

body {
  background: #f1f1f1;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
  font-size: 11pt;
}

.main {
  margin: 10px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.p-5{
    padding: 1rem !important;
}

.main::before {
  z-index: -1;
  content: "";
  width: 187px;
  height: 118px;
  background-image: url("../images/bgleftbottom.png");
  top: 30px;
  left: 30px;
  position: absolute;
}

.main::after {
  z-index: -1;
  content: "";
  background-image: url("../images/bglefttop.png");
  width: 187px;
  height: 327px;
  bottom: 30px;
  right: 30px;
  position: absolute;
}

.m-welcome {
  font-family: Poppins, sans-serif;
}

.m-welcome p {
  margin-top: 50px;
  font-family: "Open Sans", sans-serif;
}

.m-welcome h1,
.m-welcome h3 {
  font-weight: 700;
}

.m-welcome h1 {
  color: #8dc63f;
  font-size: 3em;
}

.m-welcome h1 span {
  color: #0b5391;
}

.btn {
  font-family: Poppins, sans-serif;
  font-weight: bold;
}

.btn-lg-blank,
.btn-lg-green,
.btn-lg-blue,
.btn-lg-w {
  border-radius: 50px;
  padding: 15px;
  font-size: 1em;
  width: 75%;
}

.btns {
  border-radius: 5px !important;
  height: 70px !important;
  font-size: 1em !important;
  margin: 2px !important;
  width: 100% !important;
}
.btnst {
  border-radius: 35px !important;
  height: 70px !important;
  font-size: 1em !important;
  margin: 2px !important;
  width: 100% !important;
}

.btn-lg-blank {
  background: none;
  color: #345a00;
}

.btn-lg-green {
  background: #8dc63f;
  color: #345a00;
}

.btn-lg-green:hover {
  background: #a4d266;
  color: #345a00;
}

.btn-lg-w {
  background: #950ea5;
  color: #ffffff;
}

.btn-lg-w:hover {
  background: #a529cd;
  color: #610d7e;
}

.btn-lg-blue {
  background: #0b5391;
  color: #ffffff;
}

.btn-lg-blue:hover {
  background: #0f6ec0;
  color: #ffffff;
}

.copyright {
  padding: 30px 50px;
  position: absolute;
  width: 100%;
  z-index: -1;
  bottom: 5px;
  margin: 0 auto;
  font-size: 10pt;
}

.m-form-control-search {
  border-radius: 50px;
  padding: 15px;
  font-size: 1em;
  width: 75%;
  text-align: center;
  margin: 0 auto;
}

.m-form-control {
  border-radius: 12px;
  line-height: 2;
}

.custom-bottom-modal{
  position: fixed !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-width: 850px !important;
  width: 100% !important;
  margin: 0 !important;
}

.m-pasien {
  margin-top: 5%;
  background: #ffffff;
  border-radius: 12px;
  position: relative;
}

.m-pasien-character {
  background: #f0f6fb;
}

.m-pasien-character-alt {
  background: #fbf7f0;
}

.m-pasien-character-alt2 {
  background: #ffe6cf;
}

.m-pasien-character,
.m-pasien-character-alt,
.m-pasien-character-alt2 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
  width: 100%;
  height: 100%;
}

.m-pasien-character img,
.m-pasien-character-alt img,
.m-pasien-character-alt2 img {
  position: absolute;
  top: 20px;
  right: 10px;
}

.m-pasien-character-alt-bottom {
  background: #ffe6cf;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  display: block;
  width: 100%;
  height: 100%;
}

.m-pasien-character-alt-bottom img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.m-page-title {
  margin-top: 5%;
}

.m-page-title h1 {
  font-size: 24px;
  color: #0b5391;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 0.5;
}

.m-page-title span {
  color: #8d938c;
}

.m-btn-search {
  margin-top: 30px;
}

.m-btn-search button {
  padding: 10px 13px;
  border-radius: 12px;
  background: #8dc63f;
  color: #345a00;
}

.m-btn-search button:hover {
  background: #a4d266;
  color: #345a00;
}

.m-btn-search-alt button {
  padding: 10px 40px;
  border-radius: 12px;
  background: #0b5391;
  color: #ffffff;
}

.m-btn-search-alt button:hover {
  background: #0f6ec0;
  color: #ffffff;
}

.card {
  border-radius: 12px;
  border-color: #e5e5e5;
}

.card-title {
  font-family: "Poppins", sans-serif;
}

.card-text {
  color: #8d938c;
}

.card-clickable {
  cursor: pointer;
  height: 225px;
  min-width: 100%;
  display: block;
}

.card-clickable-2 {
  cursor: pointer;
  height: 135px;
  min-width: 100%;
  display: block;
}

.m-checked {
  display: none;
  position: relative;
}

.m-checked:checked + label .card {
  border-color: #0b5391;
  color: #000000;
}

.selecctall .card {
  padding: 10px 20px;
}

.selecctall .checked {
  position: absolute;
  top: 32px;
  left: 58px;
  z-index: 1;
}

.checked-place {
  width: 40px;
  height: 40px;
  display: block;
  background: #8dc63f;
  border-radius: 50px;
  margin-bottom: 20px;
  position: relative;
}

.checked-place .checked {
  display: none;
  position: absolute;
  left: 13px;
  top: 13px;
}

.color-1 {
  background-color: #faff02;
}

.color-2 {
  background-color: #61c6ff;
}

.color-3 {
  background-color: #f475e8;
}

.color-4 {
  background-color: #ff7c02;
}

.color-5 {
  background-color: #1528cc;
}

.color-6 {
  background-color: #8dc63f !important;
}

.dokter {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.selectdokter .card {
  position: relative;
}

.selectdokter .card-clickable {
  cursor: pointer;
  height: 80px;
  min-width: 430px;
  display: block;
}

.selectdokter .checked-place {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  position: relative;
  top: 25px;
  left: 25px;
}

.selectdokter .checked-place .checked {
  display: none;
  position: absolute;
  left: 9px;
  top: 7px;
}

/*# sourceMappingURL=style.css.map */

input[type="text"] {
  text-align: center;
}

.loader {
  margin: auto;
  /* position: absolute; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* width: 10%; */
  height: auto;
}

#container-loader {
  display: none;
  position: absolute;
  border-radius: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.6);
  padding: 2em;
  z-index: 99999;
  width: 20vw;
  background-color: #fff;
}

.ui-autocomplete {
  max-height: 60vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-autocomplete li {
  border-bottom: 1px solid #e9ecef;
}

.card-payment:hover {
  cursor: pointer;
}
