.shadow-brand {
  box-shadow: 0px 1px 1px rgba(9, 30, 66, 0.25),
    0px 0px 1px rgba(9, 30, 66, 0.31);
}

.ke-kanan {
  right: -500px;
  transition: 0.5s;
}

.ke-kiri {
  transition: 0.5s;
}

#sum-title-popup-trigger:hover > #sum-title-popup {
  display: inline;
}

.text-overlay {
  color: black;
  opacity: 30%;
}

.swiper {
  width: 100%;
}
.justify-content-center {
  justify-content: center !important;
}
.d-flex {
  display: flex !important;
}
.align-items {
  align-items: center;
}

#circle-people-1, #circle-people-2, #circle-people-3, #circle-people-4, #circle-people-5, #circle-people-6, #circle-people-7, #circle-people-8, #circle-people-9 {
  visibility: hidden;
}

.test {
  left: 350px;
  bottom: 155px
}
button.people {
  border: 2px solid transparent;
  border-radius: 50%;
}

button.people:hover {
  border-color: crimson;
  background-color: white;
  color: crimson;
  z-index: 999
}

.select-wrap{
  max-width: 150px;
}

.option-2 {
  width: 50px;
}

.logo-company {
  /* width: 100%; */
  height: 40px;
  border-radius: 5px;
}

.dropbtn {
  cursor: pointer;
}

.dropdown {
  /*position: relative;*/
  display: inline-block;
}

.dropdown-content {
  display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    /* margin-top: 6px; */
    font-family: "Open Sans", sans-serif;
}

.dropdown-content-user{
  display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    font-family: "Open Sans", sans-serif;
    right: 0px;
}

.dropdown-content a {
  color: #035787;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content-user a {
  color: #035787;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown-content-user a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-content-user {
  display: block;
}

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    justify-content: right;
    text-align: right;
    margin-top: 12px;
}

.dataTables_wrapper {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: inherit;
}

thead {
    height: 42px;
    background-color: #005589;
    color: #fff;
}

tbody {
    background: #fff;
}

th {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: inherit;
}

th:nth-child(1) {
    border-radius: 5px 0px 0px 0px;
}

th:nth-last-child(1) {
    border-radius: 0px 5px 0px 0px;
}

td {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: inherit;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid #035787;
    background: white;
    box-shadow: none;
    margin-left: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fffdfd !important;
    border: 1pxsolidrgba(0, 0, 0, 0.3);
    background-color: rgba(230, 230, 230, 0.1);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: #035787;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
    margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 8px;
    /*text-align: center;*/
    text-decoration: none !important;
    cursor: pointer;
    color: #333 !important;
    border: 1px solid #065885;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #fff;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: #035787;
}

#flash-alert-js {
    display: none;
}

#flash-alert-error-js {
    display: none;
}

.batas_atas {
  margin-bottom: 10px;
  margin-left: 10px;
}

.batas_bawah {
  margin-top: 10px;
  margin-left: 10px;
}

#kpiModal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index:9999;
}

#kpiModalInside {
  position: fixed;
  width: 90%;
  top: 55%;
  left: 50%;
  text-align: center;
  background-color: #fafafa;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-50%,-50%);  
  transition: all 300ms ease-in-out;
}

#kpiModal.modal-open #kpiModalInside {
  opacity: 1;
  top: 50%;
}