@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap");
* {
  font-family: "Nunito", sans-serif;
}

:root {
  --blue: #009cb1;
  --bluetrans: #009cb1b8;
  --verytransblue: #4ac5c521;
  --second: #00ceee;
  --secondtrans: #00ceeeae;
  --text: #004650;
  --bggradient: linear-gradient(267.75deg, #009cb1 -3.51%, #0be2ff 218.39%);
}
#progress {
  position: fixed;
  z-index: 1021;
  left: 0;
  top: 0;
  width: 100vw;
  height: 0.6vh;
  /* transform-origin: 0% 50%; aktifkan untuk dari kiri */
  box-shadow: none !important;
  transform: scaleX(0);
  background: var(--blue);
}
body {
  overflow-x: hidden;
  width: 100%;
  color: var(--text);
}
/* .is-loading {
  width: 100%;
  min-height: 400px;
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px; 
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite, fade-in 0.3s; /* Menambahkan efek fading 
} */
.skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 10px;
  height: 100%;
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1s shine linear infinite;
  z-index: 0;
}
@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card-informasi,
.image {
  position: relative;
}

/* img[loading="lazy"] {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
} */
/* .carousel-layanan .owl-height {
  height: min-content !important;
} */
img.loaded {
  opacity: 1 !important;
}

/* loader */
#konten {
  min-height: 40vh;
}

.loading {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  text-align: center;
  background-color: #ffffff;
  z-index: 999999;
}
.loading p {
  font-weight: 800;
}
.loader-fade-out {
  opacity: 0;
  visibility: hidden;
}
.tampilkan {
  opacity: 1 !important;
  visibility: visible !important;
}
/* end loader */
/* .dropdown-menu {
  transition: 0.5ms;
} */
#atas .row a {
  font-size: 0.9rem;
  font-weight: 500;
}
#atas .kiri a {
  color: var(--blue) !important;
}

#atas .kiri a i {
  border-radius: 100%;
  padding: 3px 5px;
  background-color: #4ac5c548;
  color: var(--blue) !important;
}

.navbar {
  font-weight: 800;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
/* .navbar::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  backdrop-filter: blur(10px);
} */
.navbar-nav {
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--blue);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bluetrans);
}
.headerlogo {
  display: flex;
  justify-content: center !important;
  justify-items: center !important;
}
/* .navbar {
  /* z-index: 3; 
} */
.navbar .nav-link,
.navbar-brand {
  font-weight: 900 !important;
  text-transform: uppercase;
}

.select button {
  border: #0000003b solid 1px;
  border-radius: 5px !important;
}
.select .dropdown-menu {
  padding-left: 7px !important;
  padding-right: 7px !important;
  color: var(--text) !important;
}

.select .dropdown-menu .selected {
  color: var(--second);
}
.select .dropdown-menu .active {
  color: var(--text);
}

.input-group-text {
  background-color: transparent !important;
  color: var(--blue);
  font-weight: bold;
  border-right: none;
}

.header-gambar {
  transition: 0.7s;
}

#dokter .card {
  z-index: 3;
  box-shadow: 0px 0px 5px 0px #8888884d;
  /* top: -120px; */
}
#dokter h4 {
  color: var(--blue);
}
#dokter h6 {
  font-size: 15px;
}

.cari button {
  text-transform: uppercase;
  font-weight: 700;
  background: var(--bggradient);
  border-radius: 20px;
  border: none;
}
.cari button:hover {
  border-color: #007585 !important;
  background: var(--blue) !important;
}
.title h5 {
  color: var(--blue);
}

.title h1 {
  font-weight: 700;
  color: var(--text);
}
/* .navbar .show {
  z-index: 1 !important;
} */
.select option {
  color: var(--text) !important;
}
.form-control:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 0.2rem rgba(87, 142, 225, 0.25) !important;
}

#berita {
  padding: 1px;
  background-color: #8adddd0c;
}

#berita .card :is(h1, h2, h3, h5, h6, p),
#pageArtikel .card :is(h1, h2, h3, h5, h6, p) {
  text-align: left !important;
  font-size: 13px;
}

#berita .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#unggulan .card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.card-berita {
  border-radius: 20px !important;
}
.bungkus-promo {
  height: max-content;
  width: 100%;
  border-radius: 10px;
  background-color: #8adddd12;
}
.bungkus-promo a {
  text-decoration: none;
}
.bungkus-promo a:hover {
  text-decoration: underline;
}

.promo-disable {
  opacity: 0.6;
}
/* #footer {
  background: linear-gradient(to right, var(--blue), var(--second), #01adc7);
} */
#footer {
  background: var(--bggradient);
}
#footer h4 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  /* text-transform: uppercase; */
  position: relative;
  /* padding-bottom: 12px; */
}

#footer .footer-links {
  margin-bottom: 30px;
}
#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-links ul i {
  padding-right: 2px;
  /* color: #d0d4fc; */
  font-size: 12px;
  line-height: 0;
}
#footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-links ul a {
  text-decoration: none;
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 0.5;
  font-size: 12pt;
}
#footer .footer-links ul a:hover {
  color: rgba(0, 0, 0, 0.858);
}
#footer .container {
  padding: 60px 20px;
}

/* #footer .social-links img:hover {
  -webkit-filter: invert(0.4) brightness(0.5);
  filter: invert(0.4) brightness(0.5);
} */
.copyright-area {
  text-align: center;
  /* margin-top: 20px; */
}
.copyright-area p {
  line-height: initial;
  color: #fff;
  /* margin-bottom: 0; */
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: none !important;
  box-shadow: none !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search {
  padding: 0.5rem 0.375rem !important;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-search
  .select2-search__field:focus {
  border-color: var(--blue) !important;
  box-shadow: 0 0 0 0.2rem rgba(87, 142, 225, 0.25) !important;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  background-color: var(--blue) !important;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option[aria-selected="true"]:not(
    .select2-results__option--highlighted
  ) {
  color: #000 !important;
  background-color: #949ba581 !important;
}
.offcanvas.show .navbar-nav .nav-link {
  color: var(--blue); /* Change the color to your preference */
}
.nav-link {
  color: var(--text);
  transition: 0.3s;
}
/*  */
/*/////////////////////////////////////////////////////////// Page Artikel ///////////////////////////////////////////////////////////// */
/*  */
#row-content img,
.detail-event img {
  max-width: 100% !important;
  height: auto !important;
}

.thumb-box-article a:hover .overlay-box {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
}

.overlay-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5%;
  padding-bottom: 1.5%;

  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75)
  );
  border-radius: 10px;
  color: white;
}
.thumb-box-article {
  display: flex;
  position: relative;
}
.thumb-box-article span {
  font-size: 11pt;
}

.thumb-box-article h5 {
  font-size: 13pt;
}

.thumb-box-article:hover {
  box-shadow: 0px 2px 20px rgb(58 58 58 / 29%);
  cursor: pointer;
}
.thumb-box-article .image {
  width: 100%;
  float: left;
  border-radius: 10px;
  /* height: 507px; */
  object-fit: cover;
}

#pageArtikel p {
  margin: 0px;
}
#pageArtikel .konten p {
  margin-top: 1rem;
}
#pageArtikel .card {
  /* width: 280px;
  height: 520px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  transition: all 0.5s ease;
  /* cursor: pointer; */
  user-select: none;
  z-index: 10;
  overflow: hidden;
}

#pageArtikel .card .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

#pageArtikel .card:hover {
  color: #fff;
  /* transform: scale(1.025); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

#pageArtikel .card:hover .backgroundEffect {
  bottom: 0;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: var(--bggradient);
  animation: popBackground 0.3s ease-in;
}

@keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;
  }

  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%;
  }

  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
}

#pageArtikel .card .pic {
  position: relative;
}

#pageArtikel .card .pic img {
  width: 100%;
  /* height: 280px; */
  /* object-fit: cover; */
}

#pageArtikel .card .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background: var(--bggradient);
  color: white;
  position: absolute;
  bottom: 0px;
  transition: all ease;
}

#pageArtikel .card .date .day {
  font-size: 14px;
  font-weight: 600;
}

#pageArtikel .card .date .month,
#pageArtikel .card .date .year {
  font-size: 10px;
}

#pageArtikel .card .content {
  font-size: 13px;
}
.clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 130px;
  /* min-height: 120px; */
  overflow: hidden;
}
#pageArtikel .card:hover .text-muted {
  color: #fff !important;
}

#pageArtikel .card .content {
  padding: 0 20px;
}

#pageArtikel .card .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background: var(--bggradient);
  border-radius: 25px;
  font-size: 12px;
  border: none;
}

#pageArtikel .card:hover .content .btn {
  background: #fff;
  color: var(--blue);
  box-shadow: #0000001a 0px 3px 5px;
}

#pageArtikel .card .content .btn .fas {
  font-size: 10px;
  padding-left: 5px;
}

#pageArtikel .card .content .foot .admin {
  color: #1b9ce3;
  font-size: 12px;
}

#pageArtikel .card:hover .content .foot .admin {
  color: #fff;
}

#pageArtikel .card .content .foot .icon {
  font-size: 12px;
}

.detail img {
  border-radius: 10px;
}

/*  */
/*/////////////////////////////////////////////////////////// Page End Artikel ///////////////////////////////////////////////////////////// */
/*  */

/*  */
/*/////////////////////////////////////////////////////////// Page Kontak Contact ///////////////////////////////////////////////////////////// */
/*  */

.btn.btn-tertiary {
  color: #fff;
  background: var(--bggradient);
  /* background: #009cb1; */
  border-color: #009cb1;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.btn.btn-tertiary:hover,
.btn.btn-tertiary:focus {
  border-color: #007585 !important;
  background: #007585 !important;
}
.btn.btn-tertiary.btn-link {
  color: #009cb1;
  background: transparent;
}
.btn.btn-tertiary .icon i {
  color: #009cb1;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn.btn-round {
  border-radius: 40px;
}
.btn-tertiary .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  bottom: 0;
  background: #fff;
}
.btn-tertiary .icon i {
  font-size: 20px;
}
.btn-tertiary .icon.icon-round {
  border-radius: 50%;
}

.btn-tertiary {
  padding: 12px 16px;
  cursor: pointer;
  border-width: 1px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-tertiary span {
  margin-left: -20px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-tertiary:hover,
.btn-tertiary:active,
.btn-tertiary:focus {
  outline: none !important;
}
.btn-tertiary:hover span,
.btn-tertiary:active span,
.btn-tertiary:focus span {
  margin-left: -10px;
}
.btn-tertiary small {
  background: #e6e6e6;
  padding: 2px 8px;
  color: rgba(0, 0, 0, 0.3);
}
.btn-tertiary .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  bottom: 0;
  background: #fff;
}
.btn-tertiary .icon i {
  font-size: 20px;
}
.btn-tertiary .icon.icon-round {
  border-radius: 50%;
}
/*  */
/*/////////////////////////////////////////////////////////// End Page Kontak Contact ///////////////////////////////////////////////////////////// */
/*  */

/*  */
/*/////////////////////////////////////////////////////////// Page Profile ///////////////////////////////////////////////////////////// */
/*  */

.bg-breadcrumbs {
  color: var(--blue);
  background: var(--verytransblue);
  border-radius: 8px;
  padding: 10px;
}

.customCard {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #013b425e;
  padding: 10px;
  color: var(--text);
}
.customCard h4,
.customCard h5 {
  color: var(--blue);
}

.extra-value {
  background: var(--bggradient);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: white;
  font-size: 35pt;
  font-weight: bolder;
  padding-top: 20px;
  margin-left: 20px;
}

.inner-facility,
.inner-hospital {
  background: #f5f7ff;
  border-radius: 10px;
  /* box-shadow: 0px 0px 30px #013b421f; */
}

.hospital-info {
  padding: 15px 15px 0 15px;
  height: 100%;
}
.inner-facility:hover,
.inner-hospital:hover {
  box-shadow: 0px 6px 12px rgba(67, 139, 150, 0.25);
  cursor: pointer;
}
.facility-img img,
.hospital-img img {
  border-radius: 10px 10px 0px 0px;
  width: 100% !important;
  /* height: 200px !important; */
  object-fit: cover !important;
  /* position: relative; */
}
form,
.pos-rel {
  position: relative;
}
.hospital-img span {
  background: white;
  width: 90.91px;
  border: 1px solid #3e9cd0;
  padding: 2px 3px;
  border-radius: 20px;
  font-size: 10pt;
  position: absolute;
  text-align: center;
  bottom: 10px;
  right: 10px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.icon-maps-hospital {
  padding: 6px 12px !important;
}
.wd-ic-hs {
  width: 20px !important;
}
.a-none {
  text-decoration: none !important;
}

.btn-gradientblue {
  background: var(--bggradient);
  color: white !important;
  border-radius: 5px;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.btn-outline-gradient {
  background-color: transparent;
  border: 1px solid #3e9cd0;
  border-radius: 5px;
}
.btn-outline-gradient:hover {
  background-color: lightgrey;
}
.btn-gradientblue:hover {
  background: var(--blue) !important;
  color: #ffffff !important;
  border: 1px solid #ced4da !important;
}
.listcabang h5 {
  color: var(--blue);
}
.listcabang .text-disabled {
  color: var(--text);
}
/*  */
/* END Page Pofile */
/*  */

.floating-button-group {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateX(0);
  position: fixed;
  right: 5px;
  bottom: 60px;
  z-index: 100;
}

.floating-button-group.hidden {
  opacity: 0;
  transform: translateX(100%);
}
.floating-button.blue {
  background: var(--blue);
}

.floating-button {
  visibility: hidden;
  opacity: 0;
  background: #25d366;
  margin-top: 0.5em;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 50% 50%;
  transition: all 0.4s;
  color: white;
  /* font-size: 18pt; */
}

.floating-button.active {
  visibility: visible;
  opacity: 1;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

.popup-content {
  background-color: white;
  width: 60%;
  margin: 15% auto;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  /* font-size: 28px; */
  cursor: pointer;
}

#promoModal .modal-body {
  border-bottom-right-radius: var(--bs-modal-inner-border-radius) !important;
  border-bottom-left-radius: var(--bs-modal-inner-border-radius) !important;
}

.frame-vid {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  z-index: 1;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.dropdown-menu {
  /* --bs-dropdown-bg: var(--second); */
  --bs-dropdown-link-hover-bg: var(--bluetrans);
  --bs-dropdown-link-active-bg: var(--blue);
}
/* .dropdown-menu li:hover {
  background-image: linear-gradient(
    to right,
    var(--blue),
    var(--blue),
    var(--second)
  );
} */

.promo,
.unggulan {
  border-bottom: none;
  font-weight: 800 !important;
}

#unggulan .card {
  --bs-card-border-color: var(--blue);
}
#unggulan .card:hover {
  box-shadow: 0 0 5px var(--bluetrans);
}

.s-menu-divider {
  border: none;
  border-right: 3px solid var(--blue);
  height: 22px;
  margin: 0 16px;
}
#dokter .nav-pills .nav-link.active,
#dokter .nav-pills .show > .nav-link {
  color: white;
  background-color: var(--blue);
}
#dokter .nav-pills a span {
  white-space: nowrap;
}
.navbar .navbar-toggler:focus {
  box-shadow: none !important;
}
#dokter .nav {
  --bs-nav-link-hover-color: var(--blue);
}
#dokter .nav-underline .nav-link.active,
#dokter .nav-underline .show > .nav-link {
  color: var(--blue);
}
#dokter .nav-underline .nav-link span {
  transition: scale 0.4s;
}
#dokter .nav-underline .nav-link.active span {
  display: block;
  scale: 1.1;
}
/* Sembunyikan scrollbar dari Chrome, Safari dan Opera */
.nav-pills::-webkit-scrollbar {
  scroll-behavior: smooth;
  display: none;
}

/* Sembunyikan scrollbar untuk IE, Edge dan Firefox */
.nav-pills {
  scroll-behavior: smooth;
  -ms-overflow-style: none; /* IE dan Edge */
  scrollbar-width: none; /* Firefox */
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__option--highlighted {
  color: #fff !important;
  /* background-color: #e9ecef; */
}

/* Loader */
.loader {
  display: block;
  position: relative;
  height: 12px;
  width: 200px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  overflow: hidden;
}
.loader::after {
  content: "";
  width: 40%;
  height: 100%;
  background: var(--blue);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: animloader 2s linear infinite;
}

@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
/* .owl-nav.disabled {
  display: none;
} */
/* end Loader */
.caroseul-unggulan .owl-dots .owl-dot.active span,
.caroseul-unggulan .owl-dots .owl-dot:hover span {
  background: var(--blue);
}

.caroseul-unggulan .owl-dots .owl-dot span {
  background: #009cb174;
}

.s-overlay-content {
  align-items: flex-end;
  background: linear-gradient(1turn, #000, rgba(51, 51, 51, 0) 75%);
  bottom: 0;
  display: flex;
  filter: drop-shadow(0 4px 24px rgba(0, 0, 0, 0.08));
  flex-wrap: wrap;
  height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
}
.s-overlay-content:hover {
  background: none;
}
#penghargaan h6,
#penghargaan p {
  color: white;
}

/* Penghargaan */

.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}

.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  /* -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); */
}

@media (min-width: 900px) {
  .news-card {
    height: 20rem;
  }
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 0;
}

.news-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*     background: rgba(255,0,0,.5); */
}

.news-card .image,
.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.news-card__text-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /* background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}

.news-card__title {
  transition: color 1s ease;
  margin-bottom: 0.5rem;
}

.news-card__post-date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card::before {
    background: none;
  }
  .news-card__text-wrapper {
    z-index: 999;
    clip-path: inset(0 var(--_i, 100%) 0 0);
  }
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .news-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  /* .news-card:hover .news-card__title {
    color: var(--blue);
  } */
  /* .news-card:hover .news-card__image, */
  .news-card:hover .image {
    transform: scale(1.2);
    z-index: -1;
  }
  .news-card:hover .news-card__text-wrapper {
    --_i: 0%;
  }
}

.news-card__excerpt {
  font-size: 0.9rem;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-card__read-more {
  background: #000;
  color: #bbb;
  display: block;
  white-space: nowrap;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  border: 1px solid #444;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: max-content;
  margin-left: auto;
  position: relative;
  z-index: 9999999;
}

.news-card__read-more i {
  position: relative;
  left: 0.2rem;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-card__read-more:hover i {
  left: 0.5rem;
  color: var(--bluetrans);
}
/* end penghargaan */

/* berita */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

/* #newberita .container {
  min-height: 100vh;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
} */

#berita p {
  margin: 0px;
}

#berita .card {
  /* width: 280px;
  height: 520px; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
  transition: all 0.5s ease;
  /* cursor: pointer; */
  user-select: none;
  z-index: 10;
  overflow: hidden;
}

#berita .card .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

#berita .card:hover {
  color: #fff;
  /* transform: scale(1.025); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

#berita .card:hover .backgroundEffect {
  bottom: 0;
  height: 320px;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: var(--bggradient);
  animation: popBackground 0.3s ease-in;
}

@keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }

  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;
  }

  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%;
  }

  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
}

#berita .card .pic {
  position: relative;
}

#berita .card .pic img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

#berita .card .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 70px;
  background: var(--bggradient);
  color: white;
  position: absolute;
  bottom: 0px;
  transition: all ease;
}

#berita .card .date .day {
  font-size: 14px;
  font-weight: 600;
}

#berita .card .date .month,
#berita .card .date .year {
  font-size: 10px;
}

#berita .card .content {
  font-size: 12px;
}
/* .clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
} */
.clamp-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 138px;
  overflow: hidden;
}
#berita .card:hover .text-muted {
  color: #fff !important;
}

#berita .card .content {
  padding: 0 20px;
}

#berita .card .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  background: var(--bggradient);
  border-radius: 25px;
  font-size: 12px;
  border: none;
}

#berita .card:hover .content .btn {
  background: #fff;
  color: var(--blue);
  box-shadow: #0000001a 0px 3px 5px;
}

#berita .card .content .btn .fas {
  font-size: 10px;
  padding-left: 5px;
}

#berita .card .content .foot .admin {
  color: #1b9ce3;
  font-size: 12px;
}

#berita .card:hover .content .foot .admin {
  color: #fff;
}

#berita .card .content .foot .icon {
  font-size: 12px;
}

.pagination-outer {
  text-align: center;
}
.pagination {
  background-color: #fff;
  font-family: "Oswald", sans-serif;
  padding: 10px 15px;
  box-shadow: 0 3px 5px var(--verytransblue);
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.pagination li a.page-link {
  color: var(--blue);
  background: transparent;
  /* font-size: 23px; */
  font-weight: 400;
  line-height: 35px;
  height: 35px;
  width: 35px;
  padding: 0;
  margin: 0 5px;
  border: none;
  border-radius: 0;
  display: block;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0.1s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link {
  color: var(--bluetrans);
  background: #f5f5f5;
  box-shadow: 0 0 10px -2px var(--verytransblue);
}
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  width: auto;
}
.pagination li:first-child a.page-link:hover,
.pagination li:last-child a.page-link:hover {
  background-color: transparent;
  text-shadow: 0 0 3px var(--verytransblue);
  box-shadow: none;
}
.pagination li a.page-link:before {
  content: "";
  background-color: var(--bluetrans);
  height: 150%;
  width: 5px;
  transform-origin: left bottom;
  position: absolute;
  left: -5px;
  bottom: 0;
  transition: all 0.3s ease 0s;
}
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:before {
  transform: rotate(90deg);
  bottom: 2px;
}
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before {
  display: none;
}
@media only screen and (max-width: 480px) {
  .pagination {
    font-size: 0;
    display: block;
  }
  .pagination li {
    display: inline-block;
    margin: 0 0 10px;
  }
}
.select2-container--bootstrap-5 .select2-dropdown {
  z-index: 1019;
}

a {
  cursor: pointer;
  color: var(--text);
  text-decoration: none;
}
.team .member {
  overflow: hidden;
  text-align: left;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}
.team .member .member-img {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  border-radius: 10px 10px 0px 0px;
}
.team .member .member-info {
  padding: 10px 15px 20px 15px;
  height: 60px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 13pt;
  color: var(--text);
}

.team .member .member-info span {
  display: block;
  font-size: 10pt;
  font-weight: 400;
  color: #585858;
}
.member-btn {
  margin: 5px;
}
.member-btn .btn {
  font-size: 12px;
}
.section-header {
  text-align: center;
  padding-bottom: 20px;
}
.pt10-pb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.d-flex-article {
  display: flex !important;
  /* height: 85px; */
}
.pl5-w100 {
  padding-left: 5px;
  width: 100%;
}
.body-text h6 {
  font-size: 10pt;
}
.displaytable-pt10 {
  padding-top: 10px;
  display: table;
}
.btn-outline-whitesmoke {
  color: var(--text);
  border: 2px solid #ced4da;
  border-radius: 5px;
}
.btn-outline-whitesmoke:hover {
  background-color: lightgrey;
  color: #436a80;
}
.fix-msafari {
  height: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  align-self: center;
  flex-direction: column;
}
.modal-header {
  border-bottom: unset;
}
.modal h5 {
  font-size: 12pt;
}
.schedule-body {
  background-color: var(--verytransblue);
  padding-bottom: 0.5em;
}
.schedule-doctor {
  padding: 1.5rem;
}

.schedule-doctor .doctor-img {
  height: auto;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}

.schedule-doctor .doctor-img img {
  overflow: hidden;
  border-radius: 50%;
  -moz-border-radius: 50%;
  object-fit: cover;
}
.schedule-doctor .doctor-img {
  position: relative;
  overflow: hidden;
  height: 60px;
  border-radius: 50%;
}
.section-sechedule {
  border-radius: 15px;
  border: 1px solid #d9e4eb;
  background-color: white;
}
.section-sechedule div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal :is(.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6) {
  margin-bottom: 5px !important;
}
.p-11 {
  padding: 11px;
}
.schedule-padding {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.section-sechedule .date-schedule {
  border-bottom: 1px solid #d9e4eb;
  padding-bottom: 10px;
}
.bg-hourpick {
  list-style-type: none;
  padding: 0;
}
.bg-hourpick li {
  font-size: 10pt;
  margin: 3px;
  background-color: var(--verytransblue);
  border-radius: 5px;
  padding: 5px;
}
.bg-hourpick li:hover {
  background-color: var(--bluetrans);
  color: white;
  cursor: pointer;
}

.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  /* cursor: pointer; */
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container--bootstrap-5
  .select2-dropdown
  .select2-results__options
  .select2-results__option.select2-results__message {
  color: var(--text);
}
.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg) !important;
}

/*font Variables*/
/*Color Variables*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300i,400,400i,500,700,900");
.multi_step_form {
  display: block;
  /* overflow: hidden; */
}
.multi_step_form #msform {
  text-align: center;
  position: relative;
  padding-top: 20px;
  /* min-height: 300px; */
  max-width: 810px;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
}
.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}
.multi_step_form #msform .tittle h2 {
  font: 500 24px/35px "Roboto", sans-serif;
  color: #3f4553;
  padding-bottom: 5px;
}
.multi_step_form #msform .tittle p {
  font: 400 16px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset {
  border: 0;
  padding: 20px 30px 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
}
.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}
.multi_step_form #msform fieldset h3 {
  font: 500 18px/35px "Roboto", sans-serif;
  color: #3f4553;
}
.multi_step_form #msform fieldset h6 {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
  padding-bottom: 30px;
}
.multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.multi_step_form
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}
.multi_step_form
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag
  .iti-arrow {
  border: 0;
}
.multi_step_form
  #msform
  fieldset
  .intl-tel-input
  .flag-container
  .selected-flag
  .iti-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset #phone {
  padding-left: 80px;
}
.multi_step_form #msform fieldset .form-group {
  padding: 0 10px;
}
.multi_step_form #msform fieldset .fg_2,
.multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}
.multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px;
}
.multi_step_form #msform fieldset .form-control,
.multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  /* padding: 0 20px;
  height: auto; */
  font: 400 15px/48px "Roboto", sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.multi_step_form #msform fieldset .form-control.placeholder,
.multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-moz-placeholder,
.multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:hover,
.multi_step_form #msform fieldset .form-control:focus,
.multi_step_form #msform fieldset .product_select:hover,
.multi_step_form #msform fieldset .product_select:focus {
  border-color: var(--bluetrans);
}
.multi_step_form #msform fieldset .form-control:focus.placeholder,
.multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent;
}
.multi_step_form
  #msform
  fieldset
  .form-control:focus::-webkit-input-placeholder,
.multi_step_form
  #msform
  fieldset
  .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .product_select:after {
  display: none;
}
.multi_step_form #msform fieldset .product_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset .product_select .list {
  width: 100%;
}
.multi_step_form #msform fieldset .done_text {
  padding-top: 40px;
}
.multi_step_form #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: var(--bggradient);
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform fieldset .done_text h6 {
  line-height: 23px;
}
.multi_step_form #msform fieldset .code_group {
  margin-bottom: 60px;
}
.multi_step_form #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  color: #5f6771;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}
.multi_step_form #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}
.multi_step_form #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: var(--bggradient);
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform fieldset .passport h4 {
  font: 500 15px/23px "Roboto", sans-serif;
  color: #5f6771;
  padding: 0;
}
.multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
}
.multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771;
}
.multi_step_form
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label
  i {
  font-size: 20px;
  padding-right: 10px;
}
.multi_step_form
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label:hover,
.multi_step_form
  #msform
  fieldset
  .input-group
  .custom-file
  .custom-file-label:focus {
  background: var(--bggradient);
  border-color: var(--bluetrans);
  color: #fff;
}
.multi_step_form #msform fieldset .input-group .custom-file input {
  display: none;
}
.multi_step_form #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}
.multi_step_form #msform fieldset .file_added li {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset .file_added li a {
  color: var(--bluetrans);
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.multi_step_form #msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}
.multi_step_form #msform #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100% / 3);
  float: left;
  position: relative;
  font: 500 13px/1 "Roboto", sans-serif;
}
.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "\f12e";
}
.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "\f2f6";
}
.multi_step_form #msform #progressbar li:before {
  content: "\f12f";
  font: normal normal normal 30px/50px Ionicons;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
.multi_step_form #msform #progressbar li:after {
  content: "";
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1;
}
.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}
.multi_step_form #msform #progressbar li.active {
  color: var(--bluetrans);
}
.multi_step_form #msform #progressbar li.active:before,
.multi_step_form #msform #progressbar li.active:after {
  background: var(--bggradient);
  color: white;
}
.multi_step_form #msform .action-button {
  background: var(--bggradient);
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid var(--bluetrans);
  margin: 3px 5px;
  text-transform: uppercase;
  display: inline-block;
}
.multi_step_form #msform .action-button:hover,
.multi_step_form #msform .action-button:focus {
  background: #405867;
  border-color: #405867;
}
.multi_step_form #msform .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
}
.multi_step_form #msform .previous_button:hover,
.multi_step_form #msform .previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}

:not(.form-control:disabled).form-control[readonly] {
  background-color: unset;
  opacity: 1;
}

.nomer-antri {
  text-align: center;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  /* font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; */
  font-weight: 800;
  color: #007585;
  /* letter-spacing: 5px; */
}

.text-horizontal p {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e5e7e9;
  line-height: 0.1em;
  margin: 10px 0 20px;
  color: #8ea7b8;
}
.text-horizontal p span {
  background: #f7f8f9;
  padding: 0 10px;
}
.doctor-img .rounded-img {
  height: 60px;
  width: 60px;
  overflow: hidden;
  position: relative;
  border-radius: 50% !important;
}

.img-container {
  overflow: hidden;
  position: relative;
  width: 100px;
  float: left;
  border-radius: 10px;
}

.img-fluid {
  transform: scale(1.43);
}
#profil .img-fluid {
  transform: none !important;
}
