main {
  margin: 3% 6%;
  box-sizing: border-box;
  position: relative;
}

/* Bagian Pertanyaan */
.pertanyaan {
  padding: 0;
}

.pertanyaan-head {
  color: #0494e3;
}

.pertanyaan h1 {
  font-size: 23px;
  margin-bottom: 10px;
}

.user-info img {
  width: 25px;
}

.user-info a,
.user-info small {
  font-size: 12px;
}

.pertanyaan p {
  font-size: 15px;
}

.pertanyaan button {
  background-color: white;
  color: white;
  border: 1px solid #ebebeb;
  padding: 5px 10px;
}

.pertanyaan button:hover {
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.pertanyaan button a {
  color: black;
}
/* Bagian Jawaban */
.jawaban {
  margin-top: 30px;
}

.jawaban p {
  font-size: 15px;
}

.jawaban .actions .btn {
  font-weight: 600;
  color: black;
  font-size: 13px;
}

.jawaban .actions a:hover {
  font-weight: 700;
}

.response {
  background-color: #fafafa;
  padding: 20px;
}

.card-body {
  padding: 1rem;
}

.vote-up {
  border-radius: 10px 10px 0 0;
}

.vote-down {
  border-radius: 0 0 10px 10px;
}

.vote-up,
.vote-down {
  border: 1px solid black;
}

/* Kebab Menu (options) */
.kebab {
  cursor: pointer;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 16px;
}

.kebab figure {
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: black;
  margin: 3px 0;
}

.middle {
  transition: all 0.25s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  transform: scale(1);
  position: relative;
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: blur(0.1px);
  filter: blur(0.1px);
}

.middle.active {
  transform: scale(4.5);
  transition: all 0.25s cubic-bezier(0.32, 2.04, 0.85, 0.54);
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
}

.cross {
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  margin-top: -1px;
  font-family: "Nunito", sans-serif;
  color: white;
  transition: all 0.2s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  font-size: 22px;
  user-select: none;
}

.cross.active {
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.15s cubic-bezier(0.32, 2.04, 0.85, 0.54);
}

.dropdown-kebab {
  position: absolute;
  right: 0;
  top: 2.5em;
  transition: all 0.25s ease-out;
  transform: scale(0);
  transform-origin: 100% 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  position: absolute;
  z-index: 1001;
  background-color: #fff;
}

.dropdown-kebab li {
  display: block;
  width: 100%;
}
.isi-pertanyaan {
  background-color: red;
}
.dropdown-kebab li a {
  width: 100%;
  padding: 1em 25px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  font-size: 11px;
}

.dropdown-kebab li a:hover {
  background: #ebebeb;
  text-decoration: none;
}

.dropdown-kebab:hover ul {
  transform: scale(1);
}

.dropdown-kebab.active {
  transform: scale(1);
  transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);
}

@media only screen and (min-width: 480px) {
  .btn-ask {
    display: inline-block;
  }
}

  /* Modal Label */
  #updatePertanyaan label:not(.label-anon),
  #updateJawaban label:not(.label-anon),
  .replyPertanyaan label:not(.label-anon) {
  font-weight: 500;
}
/* End Modal Update Pertanyaan */

/* Modal Delete Pertanyaan */
.text-delete {
  font-size: 15px;
}
/* End Modal Delete Pertanyaan */

/* //////////////
Anonymous Fitur
//////////////*/
/* .input-anon {
  display: flex;
  margin-bottom: -2%;
  margin-left: 5%;
}
.label-anon {
  width: 300%;
}
.check-anon {
  margin-left: 20%;
} */

/*/////////////////////////////////////
Second Comment (Reply Comment)
//////////////////////////////////////*/

.second-comment {
  /* margin-left: 10%; */
  width: 100%;
  /* padding: 5%; */
  /* padding-bottom: 1%; */
}

.second-comment .card {
  background-color: #fafafa;
  border: none;
}
.second-comment .card {
  background-color: #fafafa;
  border: none;
}

/*/////////////////////////////////////
First Comment (Reply Jawaban)
//////////////////////////////////////*/
.first-comment {
  padding: 5%;
  margin-left: -4%;
}

/*/////////////////////////////////////
Box Jawaban
//////////////////////////////////////*/

.box-jawaban {
  display: block;
}

/*/////////////////////////////////////
Ceklis & button Helped
//////////////////////////////////////*/
.time-answer i {
  color: rgb(79, 192, 79);
  font-size: 25px;
  margin-left: 1%;
}
.btn-helped {
  color: grey;
  color: white !important;
  font-size: 15px;
  margin-right: 3px;
  padding: 5px;
  background-color: #0494e3;
  border-radius: 5px;
}
.btn-helped:hover {
  color: black !important;
  text-decoration: none;
  background-color: #fafafa;
  border: 1px solid #0494e3;
}

/*/////////////////////////////////////
Keyword
//////////////////////////////////////*/
.keyword-ket {
  margin-top: 2%;
  text-align: justify;
  font-size: 12px;
}

/*/////////////////////////////////////
Button Share in Modal
//////////////////////////////////////*/

.url {
  width: 100%;
  margin-bottom: 3%;
  border-radius: 5px;
  border: 1px solid grey;
  font-size: 15px;
}

.btn-action-share {
  text-align: center;
}
.btn-copy {
  padding: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.btn-copy:hover,
.btn-copy:active,
.btn-copy:focus {
  color: aquamarine;
}
.btn-fb {
  padding: 5px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}
.btn-fb a:hover {
  text-decoration: none;
  color: #64a2ff;
}

/*/////////////////////////////////////
Delete Modal
//////////////////////////////////////*/
.tombol-batal {
  padding: 7px;
  margin-right: 2%;
  border-radius: 5px;
  border: none;
}
.btn-delete {
  padding: 7px;
  margin-right: 2%;
  border-radius: 5px;
  border: none;
}
/* .footer-modal-confirm {
  text-align: center;
  padding: 2%;
} */

.icon-helped {
  color: green;
  font-size: 20px;
}

/* .related-questions { */
  /* border: 2px solid #fff;
  background-color: #fafafa;
  height: 100%;
  border-radius: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: black;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
/* } */

.related-questions p {
  margin-bottom: 0.3rem;
}

.related-questions a {
  text-decoration: underline;
  color: #0494e3;
  font-size: 12px;
}

.related-questions span {
  color: #0494e3;
}

.text-truncate-container > p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 578px) {
  .pertanyaan {
    margin-top: 20px;
  }
  .pertanyaan h1 {
    font-size: 16px;
  }
  .kebab {
    top: 0;
  }
  .cross {
    top: 1.7vw;
  }
  .profile-img img {
    width: 40px;
  }
  .profile-info a,
  small {
    font-size: 11px;
  }
  .related-questions {
    margin-top: 50px;
  }
  .actions a {
    /* margin-right: 3px !important; */
    padding: 3px;
  }
  .actions .bi-bookmark a {
    margin-right: 1px;
  }

  /* .actions .bi-exclamation-circle-fill a {
    margin-left: 10px;
  } */

  .time {
    margin-left: 100px;
  }
  .helped {
    background-color: #fafafa;
  }
  .fa-check i {
    width: 5px;
  }
  .helped p {
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    margin-bottom: 5px;
    border-radius: 20px;
  }
  .icon-helped {
    font-size: 12px;
  }
  .bi-bookmark {
    margin-left: 2px !important;
  }
  .kebab figure {
    width: 4px;
    height: 4px;
  }
  .related-questions {
    margin-top: 40px;
  }
}

@media (min-width: 578px) {
  .cross {
    top: 1.3vw;
  }
  .helped i,
  .helped p {
    font-size: 12px;
    vertical-align: middle;
  }
  .related-questions {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .cross {
    top: 1.1vw;
  }
  .related-questions {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .level-2 {
    margin-left: 65px;
  }

  .cross {
    top: 0.9vw;
  }
}

@media (min-width: 1200px) {
  .cross {
    top: 0.8vw;
  }
}
