/* Import separate CSS */
@import url("../../fonts.css");
@import url("kantor-kami-mobile.css");
@import url("kantor-kami-tablet.css");
@import url("kantor-kami-desktop.css");
@import url("../../general-styles/footer.css");
@import url("../../general-styles/navbar.css");
@import url("../../general-styles/general.css");

.section-kantor-banner {
  height: max-content;
}
.container-content-banner {
  position: relative;
  display: block;
  width: 100%;
}
.img-banner-kantor {
  opacity: 1;
  display: block;
  width: 100%;
  height: 15rem;
  object-fit: cover;
  border-radius: 20px;
  backface-visibility: hidden;
}
.banner-content-title {
  position: absolute;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #f1f1f1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: inherit;
}
.title-banner {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.dropdown-menu-sortir {
  height: 11rem;
  max-height: 11rem;
  overflow: scroll;
}
.btn-content-kantor {
  width: inherit;
  border-radius: 15px;
  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);
  font-weight: 800;
  color: #5b5b5b;
}
.btn-content-kantor.active {
  background-color: #fdd314;
}
.card-kantor {
  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-left: 1rem;
  margin-right: 1rem;
}
.btn-kantor,
.btn-kantor-loading {
  font-weight: 800;
  color: #5b5b5b;
}
.btn-kantor:hover {
  text-decoration: none;
  color: #000;
}
.btn-kantor:active {
  text-decoration: none;
  color: #000;
}
.btn-kantor img {
  vertical-align: middle;
  padding-bottom: 0.2rem;
  padding-right: 0.5rem;
}
.btn-kantor::after {
  content: "\f107";
  color: #333;
  float: right;
  margin-left: 8px;
  font-family: "FontAwesome";
  font-size: 20px;
}
.btn-kantor[aria-expanded="true"]::after {
  content: "\f106";
}
.nama-kantor {
  font-weight: 700;
  color: #000;
  font-size: 1.1rem;
}
.alamat-kantor {
  font-weight: 400;
  color: #000;
}
.list-kantor {
  cursor: pointer;
}
/* Detail Bisnis Unit */
.section-content-detail-unit {
  height: max-content;
}
.container-detail-unit,
.wrapper-list-sub-unit {
  display: grid;
}
.card-sidebar,
.card-bisnis-unit {
  padding: 1rem;
  border: none;
  border-radius: 20px;
  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);
}
.title-menu-sidebar {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
}
.border-bottom {
  width: 25%;
  border-bottom: 2px solid #fdd314!important
}
.card-sidebar-list-sub-unit {
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 8px 0px rgba(194,194,194,1);
  -webkit-box-shadow: 0 0 8px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0 0 8px 0px rgba(194,194,194,1);
}
.link-list-sub-unit {
  color: #000;
}
.link-list-sub-unit:hover {
  color: #7f7f7f;
  text-decoration: none;
}
.title-unit,
.title-sub-unit,
.subtitle-sub-unit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.title-unit,
.title-sub-unit {
  font-weight: 700;
}
.title-unit {
  font-size: 1.5rem;
  line-height: 1.25;
}
.subtitle-sub-unit,
.subtitle-contact-sub-unit {
  font-size: .875em;
}
.subtitle-contact-sub-unit {
  overflow: hidden;
}
.btn-direction {
  background-color: #fdd314;
  border-radius: 12px;
  font-size: .875em;
}