.app-search .form-select {
  border: 1px solid #ffffff;
  color: rgb(255 255 255);
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.show-row-table {
  display: table-row;
}
.hide {
  display: none;
}
.box-icon {
  width: fit-content;
  padding: 10px;
  border-radius: 6px;
  margin-left: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.toast-top-right {
  top: 100px !important;
}
ol.ui-sortable {
  list-style: none;
  padding-left: 0px !important;
}
ol.ui-sortable li {
  background: #d5ffd5;
  padding: 10px 15px;
  border-radius: 4px;
  box-shadow: rgb(15 34 58 / 12%) 0px 1px 4px;
  margin-bottom: 8px;
  cursor: grab;
}
.card-greeting {
  background: #dbd8f9;
  border: none;
}
.card-greeting .card-body {
  padding: 35px 40px;
}
.card-greeting h3 {
  color: #6c63ff;
  font-weight: 600;
}
.card-greeting p {
  font-weight: 600;
  font-size: 17px;
}
.skeleton-box {
  display: inline-block;
  height: 1em;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD;
}
.skeleton-box::after{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
  content: '';
}
@keyframes shimmer {
  100% {
      transform: translateX(100%);
  }
}
span.select2-container.select2-container--default.select2-container--open{
  z-index: 999999;
}
.content-neraca {
  padding: 15px 23px;
  border-radius: 8px;
  margin-bottom: 18px;
}
.list-account .child-1{
  width: 60%;
}
.list-account .child-2{
  width: 40%;
}
.navbar-header .dropdown .dropdown-menu.form-select-mobile{
  left: 0px !important;
  right: 0px  !important;
  border: none  !important;
}
@media (min-width: 1200px) {
  body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
      max-width: 90% !important;
  }
}
.nav-pills .nav-link:hover{
  background-color: #e3e3e3;
  color:#252525 !important;
}
.nav-pills .nav-link {
  background: #ececec;
  margin-left: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.nav-pills .nav-item:first-child .nav-link {
  margin-left: 0px;
}

.nav-pills.nav-cus .nav-link.active{
  background-color: #1c74bb;
}
.nav-pills.nav-cus .nav-link.active:hover{
  background-color: #1c74bb;
  color:#ffffff !important;
}
