@import url('../vendor/bootstrap-5.2.0-dist/css/bootstrap.min.css');
@import url('../vendor/bootstrap-icons-1.9.1/bootstrap-icons.css');
@import url('../vendor/fancyapps/fancybox.css');
@import url('https://unpkg.com/dropzone@5/dist/min/dropzone.min.css');

/* custom css */
html, body {
  height: 100%;
  overflow: hidden;
}

body {
  color: #353434;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #C20606;
}

.text-bold {
  font-weight: bold;
}

.text-danger {
  color: #C20606;
}

.btn {
  border: 0;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
}
.btn:hover,
.btn:focus,
.btn:active {
  border: 0;
}
.btn:focus {
  box-shadow: none;
}

.btn-lg {
  font-size: 14px;
}

.btn-with-icon {
  display: flex;
  align-items: center;
}
.btn-with-icon .bi {
  height: 17px;
  margin-right: 5px;
}
.btn-with-icon .bi:before {
  font-size: 28px;
  line-height: 17px;
}
.btn-danger {
  background-color: #C20606;
  border-color: #C20606;
}
.btn-danger:hover {
  background-color: #a00202;
  border-color: #a00202;
}

.btn-back {
  padding: 0;
  font-size: 24px;
}

.btn-edit .bi:before {
  font-size: 20px !important;
}

.form-label {
  font-weight: 600;
}
.form-control,
.form-select {
  font-size: 14px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #b32e2e;
}

.form-group-flex {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: .375rem .75rem;
  border-radius: .375rem;
}
.form-group-flex .form-control {
  border: 0;
  padding: 0;
  line-height: 1;
}
.form-group-flex .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group-flex .btn {
  padding: 0;
  padding-left: 10px;
  border: 0;
}

.input-group input {
  border-right: 0;
}
.input-group .input-group-text {
  background: none;
}

.wrapper {
  position: relative;
  display: flex;
  height: 100%;
}

.wrapper-mobile {
  display: none;
}

.sidebar {
  height: 100%;
  width: 20rem;
  background: #fff;
  display: block;
  padding: 1rem;
  overflow-y: auto;
}

.content-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}

.card-login {
  width: 24rem;
  margin: 0 auto;
  border: 0;
  margin-top: 6rem;
  padding: 1.5rem;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.13);
}

.detail-content {
  display: none;
}

.detail-open .sidebar {
  width: 45%;
}
.detail-open .sidebar .menu-wrap {
  display: none;
}
.detail-open .content-wrap {
  width: 55%;
}
.detail-open .content-wrap .header-wrap {
  justify-content: end;
}
.detail-open .content-wrap .header-wrap .form-search {
  display: none;
}
.detail-open .content-wrap .widget-summary {
  display: none;
}

.detail-open .menu-wrap {
  display: none;
}
.detail-open .detail-content {
  display: block;
}

.form-wrap {
  display: none;
}

.form-open .form-wrap {
  display: block;
}
.form-open .sidebar {
  width: 45%;
}
.form-open .sidebar .menu-wrap {
  display: none;
}
.form-open .content-wrap {
  width: 55%;
}
.form-open .content-wrap .widget-summary {
  display: none;
}
.form-open .popup-notes-bottom {
  display: block;
}

.form-user-wrap {
  display: none;
}

.form-user-open .form-user-wrap {
  display: block;
}
.form-user-open .sidebar {
  width: 100%;
}
.form-user-open .sidebar .menu-wrap {
  display: none;
}
.form-user-open .content-wrap {
  width: 100%;
}
.form-user-open .content-wrap .widget-summary {
  display: none;
}
.form-user-open .popup-notes-bottom {
  display: block;
}

.form-search .form-control {
  height: 23px;
}

#map-wrap {
  display: block;
  width: 100%;
  height: 100%;
}

.logo-wrap {
  display: flex;
  align-items: center;
}
.logo-wrap img {
  height: 32px;
  margin-right: 10px;
}
.logo-wrap .text {
  text-transform: uppercase;
  font-weight: 600;
}

.wrap-menu {
  margin-top: 2rem;
}
.wrap-menu ul {
  margin: 0;
  margin-top: 10px;
  padding-left: 10px;
  list-style: none;
  display: none;
}
.wrap-menu ul:first-child {
  margin: 0;
  padding: 0;
  display: block;
}
.wrap-menu ul li {
  margin-bottom: 10px;
}
.wrap-menu ul li a {
  color: #8E8E8E;
  font-weight: 500;
}
.wrap-menu ul li a:hover {
  color: #C20606;
}
.wrap-menu ul li.dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-menu ul li.dropdown > a:after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  content: "\f285";
}
.wrap-menu ul li.dropdown ul.dropdown-wrap.active {
  display: block;
}
.wrap-menu ul > li.dropdown > a.active:after {
  content: "\f282";
}
.wrap-menu ul li.dropdown a .bi-star-fill {
  color: #ffbc5a;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header-wrap .form-search {
  width: 50%;
}
.header-wrap .form-search .form-group-flex {
  box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
}

.profile-wrap {
  display: flex;
  align-items: center;
}
.profile-wrap .btn-with-icon {
  box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
}
.profile-wrap .btn-avatar {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 2rem;
  border: 0;
  background-color: #ccc;
  box-shadow: 1px 10px 10px rgba(0,0,0,0.1);
}
.profile-wrap .btn-avatar img {
  height: 40px;
}

.widget-summary {
  position: absolute;
  bottom: 20px;
  left: 26%;
  z-index: 100;
  background: #fff;
  padding: .7rem;
  border-radius: 10px;
  box-shadow: 1px 10px 10px rgba(0,0,0,0.2);
  display: flex;
}
.widget-summary .item-summary {
  padding: .1rem 1rem;
  border-right: 1px solid #E6E6E6;
}
.widget-summary .item-summary:last-child {
  border-right: 0;
}
.widget-summary .item-summary .value {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 26px;
}
.widget-summary .item-summary p {
  margin: 0;
  font-weight: 600;
}

.infoWindowMap {
  background: #fff;
  border-radius: 10px;
  width: 270px;
}
.infoWindowMap .imageInfo {
  width: 100%;
  height: 150px;
  overflow: hidden;
  background: #ccc;
}
.infoWindowMap .imageInfo img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.infoWindowMap .descriptionInfo {
  padding-top: 15px;
  line-height: 21px;
}
.infoWindowMap .descriptionInfo h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.detail-content .header-detail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-detail {
  margin-top: 15px;
}
.content-detail p {
  margin-bottom: 10px;
}
.content-detail .title-content {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.content-detail .subtitle-content {
  font-size: 16px;
  text-transform: capitalize;
}
.content-detail .list-image-wrap {
  padding-top: 15px;
}

.list-image-wrap {
  padding-bottom: 20px;
}
.list-image {
  display: flex;
  padding-top: 15px;
}
.list-image .item-image {
  width: 142px;
  height: 186px;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
}
.list-image .item-image img {
  width: 142px;
  height: 186px;
  object-fit: cover;
}

.widget-data-asset {
  padding-top: 20px;
}
.widget-data-asset .title-content {
  padding-bottom: 15px;
}

.form-check-input:checked {
  background-color: #c20506;
  border-color: #c20506;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgb(194 5 8 / 30%);
}

.modal-header {
  border: 0;
}

.modal-title {
  font-size: 16px;
}

.modal-footer {
  border: 0;
  padding-top: 0;
  justify-content: start;
}

.modal-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .3);
}
.modal-alert.show {
  display: flex;
}
.modal-alert .modal-area {
  width: 70%;
  max-width: 350px;
  background: #fff;
  padding: 1.3rem;
  border-radius: 6px;
  text-align: center;
}
.modal-alert .modal-area .modal-title {
  font-size: 18px;
  padding-bottom: 10px;
}
.modal-alert .modal-area .modal-button-area {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.table-centered th,
.table-centered td {
  text-align: center;
}

.popup-notes-bottom {
  display: none;
  position: absolute;
  bottom: 3rem;
  left: 35%;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: .375rem .765rem;
  border-radius: 25px;
}

.dropzone-wrap,
.dropzone-wrap * {
  box-sizing: border-box
}

.dropzone-wrap {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, .3);
  background: #fff;
  padding: 20px 20px;
  width: 100%;
  border: 2px dashed #e1e1e1;
  border-radius: 8px;
}

.dropzone-wrap.dz-clickable {
  cursor: pointer
}

.dropzone-wrap.dz-clickable * {
  cursor: default
}

.dropzone-wrap.dz-clickable .dz-message,
.dropzone-wrap.dz-clickable .dz-message * {
  cursor: pointer
}

.dropzone-wrap.dz-started .dz-message {
  display: none
}

.dropzone-wrap.dz-drag-hover {
  border-style: solid
}

.dropzone-wrap.dz-drag-hover .dz-message {
  opacity: .5
}

.dropzone-wrap .dz-message {
  text-align: center;
  margin: 2em 0
}

.dropzone-wrap .dz-message .dz-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit
}

.dropzone-wrap .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px
}

.dropzone-wrap .dz-preview:hover {
  z-index: 1000
}

.dropzone-wrap .dz-preview:hover .dz-details {
  opacity: 1
}

.dropzone-wrap .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone-wrap .dz-preview.dz-file-preview .dz-details {
  opacity: 1
}

.dropzone-wrap .dz-preview.dz-image-preview {
  background: #fff
}

.dropzone-wrap .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear
}

.dropzone-wrap .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none
}

.dropzone-wrap .dz-preview .dz-remove:hover {
  text-decoration: underline
}

.dropzone-wrap .dz-preview:hover .dz-details {
  opacity: 1
}

.dropzone-wrap .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, .9);
  line-height: 150%
}

.dropzone-wrap .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px
}

.dropzone-wrap .dz-preview .dz-details .dz-filename {
  white-space: nowrap
}

.dropzone-wrap .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, .8);
  background-color: rgba(255, 255, 255, .8)
}

.dropzone-wrap .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis
}

.dropzone-wrap .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent
}

.dropzone-wrap .dz-preview .dz-details .dz-filename span,
.dropzone-wrap .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, .4);
  padding: 0 .4em;
  border-radius: 3px
}

.dropzone-wrap .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px)
}

.dropzone-wrap .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10
}

.logout-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  /* padding: 12px 16px; */
  z-index: 1;
  margin: 40px;
  margin-right: 100px;
  border-radius: 10px;
}

.logout:hover .logout-content {
  display: block;
}


.dropzone-wrap .dz-preview .dz-image img {
  display: block
}

.dropzone-wrap .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone-wrap .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone-wrap .dz-preview .dz-success-mark,
.dropzone-wrap .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px
}

.dropzone-wrap .dz-preview .dz-success-mark svg,
.dropzone-wrap .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px
}

.dropzone-wrap .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear
}

.dropzone-wrap .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in
}

.dropzone-wrap .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite
}

.dropzone-wrap .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, .9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden
}

.dropzone-wrap .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out
}

.dropzone-wrap .dz-preview.dz-error .dz-error-message {
  display: block
}

.dropzone-wrap .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto
}

.dropzone-wrap .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: .5em 1.2em;
  color: #fff
}

.dropzone-wrap .dz-preview .dz-error-message:after {
  content: "";
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626
}

.image-area {
  position: relative;
  width: 120px;
  /*height: 160px;*/
  /*background: #333;*/
}

.image-area img{
  /*max-width: 100%;
  height: auto;*/
  width: 120px;
  height: 160px;
}

.remove-image {
  display: none;
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 10em;
  padding: 2px 6px 3px;
  text-decoration: none;
  font: 700 21px/20px sans-serif;
  background: #555;
  border: 3px solid #fff;
  color: #FFF;
  box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}

.remove-image:hover {
  background: #E54E4E;
  padding: 3px 7px 5px;
  top: -11px;
  right: -11px;
}

.remove-image:active {
  background: #E54E4E;
  top: -10px;
  right: -11px;
}

.modal-alert {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .3);
}
.modal-alert.show {
  display: flex;
}
.modal-alert .modal-area {
  width: 70%;
  max-width: 350px;
  background: #fff;
  padding: 1.3rem;
  border-radius: 6px;
  text-align: center;
}
.modal-alert .modal-area .modal-title {
  font-size: 18px;
  padding-bottom: 10px;
}
.modal-alert .modal-area .modal-button-area {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.logout-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  /* padding: 12px 16px; */
  z-index: 1;
  margin: 40px;
  margin-right: 100px;
  border-radius: 10px;
}

.logout:hover .logout-content {
  display: block;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #c20506;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@media (max-width: 768px) {
  html, body {
    overflow: auto;
    padding-top: 2.3rem;
  }

  .wrapper {
    display: none;
  }

  .wrapper-mobile {
    display: block;
    color: #3C3C3C;
  }

  .header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #EDEDED;
  }
  .header-mobile .btn-back {
    border: 0;
    background: none;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1rem;
  }
  .header-mobile .profile-wrap .btn-with-icon {
    padding: 0.3rem 0.1rem;
  }
  .header-mobile .profile-wrap .btn-with-icon .bi {
    margin: 0
  }
  .header-mobile .profile-wrap .btn-avatar {
    margin-left: 1rem;;
    width: 32px;
    height: 32px;
  }
  .header-mobile .btn-edit-mobile {
    align-items: baseline;
    padding: 0;
  }
  
  .content-mobile {
    padding: 1rem;
  }

  .content-mobile .wrap-page .loading-block {
    display: block;
    text-align: center;
    margin-top: 2rem;
  }
  .content-mobile .title-section {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: capitalize;
  }

  .wrap-page .title-content {
    font-size: 1.1rem;
    line-height: 1.1rem;
    margin-bottom: .8rem;
  }

  .content-mobile .wrap-page .header-detail {
    display: none;
  }

  .content-mobile .wrap-page .form-area {
    margin: 0 !important;
  }

  .form-area .status-sertifikat-option {
    display: block !important;
  }

  .list-widget-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .list-widget-mobile .item {
    padding: 1rem;
    border-radius: 10px;
    background: #F8F8F8;
    font-size: 1rem;
    width: 47%;
  }
  .list-widget-mobile .item .value {
    font-size: 10vw;
    line-height: 10vw;
    margin-bottom: .5rem;
  }
  .list-widget-mobile .item p {
    margin: 0;
    font-size: 4vw;
  }
  .list-widget-mobile .item-selengkapnya {
    background: #C20606;
    color: #fff;
  }
  .list-widget-mobile .item-selengkapnya .iconn {
    font-size: 2rem;
  }

  .head-kantor-mobile {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: .5rem;
    margin-bottom: 1.5rem;
  }
  .head-kantor-mobile h4 {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
  }
  .head-kantor-mobile p {
    margin: 0;
  }
  .head-kantor-mobile .btn-detail-kantor {
    background: none;
    border: 0;
    padding: 0;
  }

  .list-data-kantor {
    display: block;
  }
  .list-data-kantor .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    padding: .5rem 1rem;
    border-radius: 6px;
    background: #F8F8F8;
    font-weight: 600;
    margin-bottom: .5rem;
    text-transform: capitalize;
    cursor: pointer;
  }
  .list-data-kantor .item .util-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
  .list-data-kantor .item .util-block .star-icon {
    color: #ffbc5a;
    font-size: 1rem;
  }
  .list-data-kantor .item .util-block .jumlah-block {
    color: #C20606;
  }

  .list-image-wrap {
    margin-bottom: 1rem;
  }

  .list-image-inlineflex {
    overflow: auto;
    margin-right: -1rem;
    margin-left: -1rem;
    padding-left: 1rem;
  }
  .list-image-inlineflex .list-image {
    display: inline-flex;
    padding-top: 0;
  }

  .table-mobile {
    display: block;
    border-radius: 6px;
    border: 1px solid #DBDBDB;
  }
  .table-mobile .row {
    padding: 1rem .5rem;
    padding-bottom: 0.2rem;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .2rem;
    border-bottom: 1px solid #DBDBDB;
  }
  .table-mobile .row:last-child {
    border: 0;
  }
  .table-mobile .row .column {
    flex: 0 0 47%;
    padding-bottom: .8rem;
  }
  .table-mobile .row .column p {
    margin-bottom: .1rem;
  }

  .wrap-list-image-form {
    overflow: auto;
  }
  .wrap-list-image-form .list-image {
    display: inline-flex;
  }
}