* {
  font-family: "Open Sans", sans-serif;
}

.spacer {
  min-height: 100px;
}

/* FAQ */
.jumbo-style {
  min-height: 150px;
}

.margin-top-style {
  margin-top: 2%;
}

.text-title {
  font-weight: 700 !important;
  font-size: 3em !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.text-title-sub {
  font-weight: 600;
  font-size: 1.5em;
  text-decoration: none;
  margin-top: 6%;
}

.btn-search {
  color: #fff;
  background-color: #005e4e;
  border-radius: 10px;
  padding: 5px 25px;
}

.btn-search:hover {
  border-color: #fff;
  opacity: 0.9;
}

.form-control:focus,
.btn-search:focus {
  border-color: #005e4e;
  /* box-shadow: inset 0 1px 1px #005E4E, 0 0 8px #005E4E; */
}

input[type="text"] {
  /* border: 3px solid #fff; */
  border-radius: 10px;
  transition: 0.5s;
  /* outline: none; */
}

.card-style {
  height: 220px;
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(138, 149, 158, 0.2);
  padding: 10%;
}

.card-style a {
  color: #1f1f1f;
}

.card-style:hover,
.card-style a:hover {
  border: 5px solid #005e4e;
  transform: scale(1.1);
  transition: all 0.2s ease;
  cursor: pointer;
  text-decoration: none;
}

.chat-style {
  position: absolute;
  top: 100%;
  right: 1%;
  cursor: pointer;
}

.chat-style:hover {
  transform: scale(1.1);
}

.accordion-style {
  background-color: #fff;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 20px rgba(138, 149, 158, 0.2);
}

.accordion-style:hover {
  border: 5px solid #005e4e;
  cursor: pointer;
}

.fa-chevron-circle-down {
  transition: all 0.2s ease;
}

.icon-style {
  color: #005e4e;
  background-color: #fff;
}

.accordion-style.collapsed .fa-chevron-circle-down {
  transform: rotate(180deg);
}

/* Pembuatan Kampanye */
.jumbo-style-create {
  margin-top: -6%;
}

.breadcrumb {
  background-color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.text-list {
  color: #1f1f1f;
  text-decoration: none;
}

.btn-outline-style {
  background-color: #fff;
  color: #005e4e;
  border: 3px solid #005e4e;
  padding: 5px 25px;
}

.btn-outline-style:hover,
.btn-outline-style a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.margin-title-sub {
  margin: 4% 6%;
}

.margin-icon {
  margin: 10% 10%;
}

.margin-text-sub {
  margin: 4% 6%;
}

.p-more-article {
  margin-top: 4%;
}

.text-terms {
  color: #1f1f1f;
}

.img-terms:hover {
  transform: scale(2);
}

.text-bold {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .text-title {
    font-size: 2em !important;
  }

  .btn-search {
    display: none;
  }

  .chat-style {
    display: none;
  }

  .margin-icon {
    margin: 25% 10%;
  }

  .jumbo-style-create {
    margin-top: -15%;
  }
}
