/* Popup Menu WhatsApp - Online Patient Registration */
.online_preg_popup_menu {
  justify-content: center;
  align-items: center;
  bottom: 70px;
  right: 80px;
  position: fixed;
  width: 0px;
  height: 0px;
  background: var(--whcol);
  transition: 0.5s;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
}
.online_preg_popup_menu.active {
  width: 250px;
  height: 250px;
  box-shadow: 2px 2px 3px var(--tricol);
  transition: 0.5s;
}
.online_preg_popup_menu .toggle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background: var(--dtricol);
  transition: 0.5s;
}
.online_preg_popup_menu .toggle.active {
  background: var(--dtricol);
}
.online_preg_popup_menu .toggle::before {
  content: "Pendaftaran Online";
  position: absolute;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  color: var(--whcol);
  font-weight: 400;
  transition: 0.5s;
}
.online_preg_popup_menu ul {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.online_preg_popup_menu ul li {
  position: relative;
  list-style: none;
  width: 100%;
}
.online_preg_popup_menu ul li a:hover {
  background: var(--pricol);
}
.online_preg_popup_menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: var(--pricol);
}
.online_preg_popup_menu ul li a .icon {
  position: relative;
  display: block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 70px;
}

.online_preg_popup_menu ul li a .icon .img {
  font-size: 24px;
  color: var(--tricol);
}
.online_preg_popup_menu ul li a .title {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: start;
  white-space: nowrap;
  font-size: 16px;
}
.online_preg_popup_menu ul li:hover a .icon .fa,
.online_preg_popup_menu ul li:hover .title {
  color: var(--whcol);
}

.general_patient_tog:hover,
.bpjs_patient_tog:hover,
.lab_tog:hover,
.radio_tog:hover {
  font-weight: bold;
}

/* Popup Menu Phone - Hotline */
.hotline_popup_menu {
  justify-content: center;
  align-items: center;
  bottom: 125px;
  right: 80px;
  position: fixed;
  width: 0px;
  height: 0px;
  background: var(--whcol);
  transition: 0.5s;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
}
.hotline_popup_menu.active {
  width: 250px;
  height: 250px;
  box-shadow: 2px 2px 3px var(--foucol);
  transition: 0.5s;
}
.hotline_popup_menu .toggle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
  background: var(--foucol);
  transition: 0.5s;
}
.hotline_popup_menu .toggle.active {
  background: var(--foucol);
}
.hotline_popup_menu .toggle::before {
  content: "Saluran Telepon";
  position: absolute;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 50px;
  color: var(--whcol);
  font-weight: 400;
  transition: 0.5s;
}
.hotline_popup_menu ul {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.hotline_popup_menu ul li {
  position: relative;
  list-style: none;
  width: 100%;
}
.hotline_popup_menu ul li a:hover {
  background: var(--seccol);
}
.hotline_popup_menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: var(--foucol);
}
.hotline_popup_menu ul li a .icon {
  position: relative;
  display: block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 70px;
}

.hotline_popup_menu ul li a .icon .img {
  font-size: 24px;
  color: var(--foucol);
}
.hotline_popup_menu ul li a .title {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: start;
  white-space: nowrap;
  font-size: 16px;
}
.hotline_popup_menu ul li:hover a .icon .fa,
.hotline_popup_menu ul li:hover .title {
  color: var(--whcol);
}

.general_patient_tog:hover,
.bpjs_patient_tog:hover,
.lab_tog:hover,
.radio_tog:hover {
  font-weight: bold;
}
