@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

body {
  max-width: 650px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  background-color: #f8f8f9;
  color: #5f5f61;
}

/* img {
  width: 100%;
} */

/* h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
} */

h1,
h2,
h3,
span {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

h4,
h5,
h6 {
  color: #5f5f61;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 15px 0px;
}

header {
  background-color: #fff;
}

main {
  max-width: 100%;
  height: 100%;
  /* overflow-y: scroll; */
  padding-bottom: 0px;
  /* color: #fff; */
  /* background-color: #ddd; */
}

#content-post {
  background-color: #f2f2f2;
  padding: 25px 0px 0px 0px;
}

p {
  margin: 0px;
}

#content-post .body-content h2 {
  font-size: 24px;
}

#content-post .body-content span {
  color: #07913c;
  border-bottom: 2px solid #07913c;
  font-weight: 700;
  margin: 0px;
}

#content-post .body-content .content-list {
  padding: 20px 0px;
}

#content-post .body-content .content-list .box-list {
  text-decoration: none;
  height: 100%;
  box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.08);
}

#content-post .body-content .content-list .box-list {
  border: none;
}

#content-post .body-content .content-list .box-list img {
  transition: all 0.35s ease;
}

#content-post .body-content .content-list .box-list:hover img {
  transform: scale(1.3);
}

#content-post .body-content .content-list .box-list p {
  color: #5f5f61;
  font-size: 14px;
}

.box-list-two .icon-title img {
  margin-right: 10px;
}

.btn-primary {
  background-color: #07913c !important;
}

/* Hero */
.hero {
  margin: 6px 0px 0px 0px;
  position: relative;
}

/* Chat Fitur */
.wrapper-profil-chat {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  gap: 5px;
  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"); */
  background-color: #f4f6fb;
  padding: 20px 0px 100px 0px;
}

.chat .jam {
  /* color: #000; */
  text-align: right;
  font-family: "Poppins", sans-serif;
}

.content-text-chat {
  margin: 10px 10px 5px 20px;
  font-weight: 700;
}

.content-text-chat .body-text {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  /* color: #000; */
  padding: 15px;
  border-radius: 10px 10px 10px 0px;
  position: relative;
  box-shadow: 0px 0px 24px 4px rgba(0, 0, 0, 0.08);
}

.content-text-chat .icon-body-chat {
  display: flex;
  align-items: end;
  gap: 5px;
}
.content-text-chat .icon-body-chat .title-body-chat > span {
  font-weight: 800;
}

.content-text-chat .icon-body-chat img {
  width: 40px;
  height: 40px;
}

.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: 10px;
  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 (max-width: 768px) {
}

@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;
  }
}

@media screen and (max-width: 480px) {
  .content-text-chat {
    width: 90%;
    margin-left: 15px;
    font-size: 14px;
  }
}
