@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Mulish", serif;
  /* background-color: #f8f8f9; */
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  color: #179ca1;
  font-weight: 700;
}

header {
  background-color: #fff;
}

main {
  max-width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 0px;
}

/* Hero */
.hero {
  margin: 6px 0px;
  position: relative;
  display: block;
}
/* Content Post */
.content-post {
  /* padding: 15px 0px; */
  background-color: #fff;
}

.content-post h2 {
  font-size: 26px;
  margin: 0px 0px 15px 0px;
  font-weight: 900;
}

.content-post ol,
li {
  line-height: 1.7em;
}

.content-post p {
  margin-bottom: 10px;
}

.btn-1d7871 {
  background-color: #179ca1;
  color: #fff;
  border-color: #179ca1;
}

.content-post h5 {
  font-weight: 700;
  color: #031b4e;
  margin: 10px 0px;
}

section {
  padding: 30px 0px;
  border-bottom: 1px solid #edeff1;
}

.jenis-penyakit ul,
.solusi ul,
.list-box {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

.jenis-penyakit,
.kapan-harus {
  background-color: #f6f6f6;
}

.jenis-penyakit h4,
.mengapa-harus .body-box-content-column h4 {
  font-size: 18px;
}

.jenis-penyakit ul {
  margin-bottom: 15px;
}

.jenis-penyakit ul li {
  display: flex;
  flex-direction: column;
  min-height: 200px;
  font-weight: 700;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 10px;
  text-align: center;
}

.jenis-penyakit ul li img {
  width: 65px !important;
  height: 65px !important;
  margin: 0 auto;
}

.jenis-penyakit ul li h4,
.mengapa-harus h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #171717;
}

.jenis-penyakit ul li:hover {
  border-color: #09243c;
}

.mengapa-harus a,
.perawatan a {
  text-decoration: none;
  font-weight: 700;
}
.mengapa-harus span,
.perawatan a span {
  color: #179ca1;
}

.mengapa-harus .img-box-column {
  max-width: 90px;
}

.mengapa-harus .img-box-column img {
  width: 90px;
  height: 85px;
}

.mengapa-harus .body-box-content-column {
  margin-bottom: 15px;
}

.kapan-harus .container-box-column .body-box-content-column {
  padding: 20px 0;
  border-bottom: 1px solid #179ca1;
  min-height: 120px;
}

.kapan-harus .container-box-column .box-column {
  margin-bottom: 15px;
}

.kapan-harus .container-box-column .body-box-content-column h4 {
  font-size: 20px;
}

.list-box {
  display: flex;
  gap: 10px;
}

.list-box li {
  text-align: center;
}

.list-box li img {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  margin-bottom: 15px;
}

.number-list {
  justify-content: center;
  background: #179ca1;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  color: #fff;
}

.divider {
  width: calc(100% + 30px);
  display: block;
  margin-left: -15px;
  height: 1px;
  background-color: #dadee2;
  margin-top: -25px;
  position: relative;
  z-index: 1;
}

.list-box li h4 {
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
}

.owl-theme .owl-dots {
  display: none;
}

/* Chat Fitur */
.wrapper-profil-chat {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
  gap: 15px;
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.wrapper-profil-chat .profil-dktr {
  position: relative;
}

.wrapper-profil-chat .profil-dktr::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #00e092;
  animation: myAnim 2s ease 0s infinite normal forwards;
}

@keyframes myAnim {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.wrapper-profil-chat img {
  width: 60px;
  height: 60px;
}

.wrapper-profil-chat span {
  /* margin-left: 10px; */
  font-size: 24px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
}

.chat {
  background-image: url("../img/bg.jpg");
  padding: 20px 0px 100px 0px;
}

.chat .jam {
  color: #333;
  text-align: center;
  font-size: 24px;
}

.content-text-chat {
  margin: 10px 10px 5px 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 5px 5px 5px 0px;
  position: relative;
}

.content-text-chat span {
  position: absolute;
  border-width: 0.5rem 0.5rem 1rem 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  top: 0;
  left: -8px;
  transform: rotateZ(0deg);
}

.content-text-chat a {
  text-decoration: none;
  color: #000;
}

.content-text-chat a:hover {
  text-decoration: underline;
}

.hidden {
  visibility: hidden;
}

/* Button Kirim Chat */
.tombol-chat {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  max-width: 41rem;
  padding: 0px;
}

.wrapper-tombol-chat {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.83em 0% 0.7em;
  background-color: #fff;
}

.form {
  width: 80%;
}

.form a {
  text-decoration: none;
}

.button a {
  color: #fff;
  text-decoration: none;
}

.button a:hover {
  border-bottom: 1px solid #fff;
}

.wrapper-tombol-chat .icon,
.button {
  padding: 8px;
}

@media screen and (min-width: 576px) {
  .content-text-chat {
    width: 80%;
  }
}

@media screen and (max-width: 576px) {
  .wrapper-profil-chat {
    padding: 10px;
  }
  .wrapper-profil-chat span {
    font-size: 18px;
  }

  .list-box li {
    width: 100%;
  }

  .list-box {
    flex-direction: column;
  }
}

@media screen and (max-width: 480px) {
  .content-text-chat {
    width: 90%;
    margin-left: 15px;
    /* font-size: 14px; */
  }
}
