@import url("faq-mobile.css");

.section-faq-banner,
.section-list {
height: max-content;
}
.form-search-faq {
border-radius: 15px;
}
.btn-search-faq {
background-color: #3cc0fe;
font-weight: 700;
color: #fff;
border-top-right-radius:15px;
border-bottom-right-radius:15px;
}
.wrapper-kategori {
display: grid;
gap: .5rem;
grid-auto-flow: column;
overflow-x: auto;
padding: .5rem .25rem;
}
.btn-content-faq,
.btn-content-faq:focus {
width: 100%;
border-radius: 15px;
box-shadow: 0 0px 8px 0px rgba(194,194,194,1) !important;
-webkit-box-shadow: 0 0px 8px 0px rgba(194,194,194,1) !important;
-moz-box-shadow: 0 0px 8px 0px rgba(194,194,194,1) !important;
font-weight: 800;
color: #5b5b5b;
}
.btn-content-faq:focus,
.btn-content-faq:active,
.btn-content-faq.active {
background-color: #fdd314;
}
.title-kategori {
overflow: hidden;
white-space: nowrap;
display: block;
text-overflow: ellipsis;
}
.card-faq {
border-radius: 15px;
border: none;
box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
-webkit-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
-moz-box-shadow: 0 6px 12px 0px rgba(194,194,194,1);
}
.card-header-title {
background-color: #fff;
border-bottom: #e4e4e4 1px solid;
margin: 0 1rem;
}
.btn-faq {
font-weight: 600;
color: #5b5b5b;
}
.btn-faq:hover,
.btn-faq:active {
text-decoration: none;
color: #000;
}
.btn-faq::after {
content: "\f107";
color: #333;
float: right;
margin-left: 8px;
font-family: "FontAwesome";
font-size: 20px;
}
.btn-faq[aria-expanded="true"]::after {
content: "\f106";
}
.btn-faq:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}
.faq-answer {
font-weight: 400;
color: #5b5b5b;
margin-bottom: .5rem;
}

/* Small devices (portrait phones, 575px and down) */
@media only screen and (max-width: 575px) {
.wrapper-kategori {
grid-template-columns: repeat(auto-fill,minmax(80%,1fr));
grid-auto-columns: minmax(80%,1fr);
}
}
/* Small devices (portrait tablets and large phones, 576px and up) */
@media only screen and (min-width: 576px) {
.wrapper-kategori {
grid-template-columns: repeat(auto-fill,minmax(60%,1fr));
grid-auto-columns: minmax(60%,1fr);
}
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.wrapper-kategori {
grid-template-columns: repeat(auto-fill,minmax(50%,1fr));
grid-auto-columns: minmax(50%,1fr);
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.wrapper-kategori {
grid-template-columns: repeat(auto-fill,minmax(40%,1fr));
grid-auto-columns: minmax(40%,1fr);
}
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.wrapper-kategori {
grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
grid-auto-columns: minmax(30%,1fr);
}
}

#appFAQPage .body-of-content.is-nav-show {
padding-top: 0 !important;
}

/* Search & Filter */
.wrapper-search-faq {
background-color: #fdd314;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

.fa-search {
color: #00000057;
}

.wrapper-input-search {
display: grid;
grid-template-columns: 1fr 10rem;
gap: 1rem;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 30px;
margin-top: 20px;
}
.btn-searching-filter {
font-weight: 400 !important;
padding: 13px;
background-color: black;
border-radius: 10px;
}
.wrapper-search-keyword-faq {
width: 100%;
position: relative;
}
.form-search-keyword-faq {
padding-right: 1.5rem;
color: #212529 !important;
border-radius: 10px;
font-size: 14px;
height: 50px;
}
.form-search-keyword-faq:focus {
border-color: #000000;
}
.form-search-keyword-faq::placeholder {
color: #8C8C8C;
font-size: 14px;
}
.form-search-keyword-faq:placeholder-shown + .btn-clear-keyword {
pointer-events: none;
}
.btn-clear-keyword {
font-size: 1.6em !important;
}
.btn-clear-keyword:focus,
.form-search-keyword-faq:focus,
#inputGroupPrependFilterAgen.btn-sortir.mainModalClick:focus,
#dropdownAgentOrder.dropdown-toggle.btn-sortir:focus {
box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0) !important;
-webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0) !important;
-moz-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0) !important;
}
#inputGroupPrependFilterAgen.btn-sortir.mainModalClick {
border: 1px solid transparent !important;
}
#dropdownAgentOrder.dropdown-toggle.btn-sortir::after {
display: none;
}
.dropdown-item.sortAgent,
.dropdown-item.sortAgent:focus {
border: none;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.form-search-keyword-faq::-webkit-input-placeholder {
font-style: italic;
}
.form-search-keyword-faq:-moz-placeholder {
font-style: italic;
}
.form-search-keyword-faq::-moz-placeholder {
font-style: italic;
}
.form-search-keyword-faq:-ms-input-placeholder {
font-style: italic;
}

.title-search-faq {
padding-top: 20px;
font-size: 30px;
}

.input-box{
position: relative;
}

.input-box i {
position: absolute;
right: 13px;
top:15px;
color:#ced4da;
}

.head-title-faq {
width: 100%;
text-align: center;
border-bottom: 2px solid #000;
line-height: 0.1em;
margin: 10px 0 20px;
font-size: 20px;
}

.head-title-faq span {
  background:#fff;
  padding:0 30px;
}

.column-content {
  float: left;
  width: 100%;
  padding: 10px;
  padding: 20px;
  text-align: center;
  border-radius: 10px !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) !important;
  border: 0 !important;
}

.wrapper-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 20px;
}

.card-head {
  justify-content: center;
  height: 150px;
  padding-bottom: 30px
}

.card-img-head {
  width: 25%;
}

.card-content {
  font-size: 14px;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-content a {
  color: inherit
}

.btn-searching-filter:hover {
  color: #fdd314;
}

.wrapper-content-bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 20px;
}

.column-content-bottom:nth-child(2) {
  border-left: 2px solid black;
  border-right: 2px solid black;
}

.column-content-bottom {
  text-align: center;
}

/* Detail FAQ */

.content-faq-detail {
  grid-template-columns: 1fr 20rem;
  display: grid;
  padding-left: 10% !important;
  padding-right: 10% !important;
  column-gap: 1.5rem;
}

.faq-title-detail {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.faq-topik-detail {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 20px;
}

.faq-breadcrumb {
  margin-bottom: 20px;
}

.faq-terkait-title {
  margin-bottom: 10px;
}

.sticky-side {
  position: sticky;
  top: 3.25rem;
}