div.page_processing {
  padding: 10px;
  margin: auto;
  text-align: center;
  width: 200px;
  z-index: 999;
}

div.page_processing>div:last-child {
  height: 15px;
  margin: 1em auto;
  position: relative;
  width: 80px
}

div.page_processing>div:last-child>div {
  animation-timing-function: cubic-bezier(0,1,1,0);
  background: #0d6efd;
  background: rgb(var(--dt-row-selected));
  border-radius: 50%;
  height: 13px;
  position: absolute;
  top: 0;
  width: 13px
}

div.page_processing>div:last-child>div:first-child {
  animation: datatables-loader-1 .6s infinite;
  left: 8px
}

div.page_processing>div:last-child>div:nth-child(2) {
  animation: datatables-loader-2 .6s infinite;
  left: 8px
}

div.page_processing>div:last-child>div:nth-child(3) {
  animation: datatables-loader-2 .6s infinite;
  left: 32px
}

div.page_processing>div:last-child>div:nth-child(4) {
  animation: datatables-loader-3 .6s infinite;
  left: 56px
}

input.surat:focus {
  outline: 0;
  border-color: var(--bs-primary);
}

input.surat {
  line-height: 0;
  border: 0;
  border-bottom: 1px solid;
  width: 50px;
}

td.dtfc-fixed-right {
  box-shadow: none !important;
  border: none;
}

th.sorting_disabled.options.dtfc-fixed-right {
  border: none;
}

table.nowrap td,
table.nowrap th {
  white-space: nowrap;
}
.indicator-success:after {
  content: '';
  background: var(--bs-success);
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  height: 8px;
  width: 8px;
}

.indicator-invalid:after {
  content: '';
  background: var(--bs-danger);
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  height: 8px;
  width: 8px;
}

.indicator-warning:after {
  content: '';
  background: var(--bs-warning);
  border-radius: 50%;
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  height: 8px;
  width: 8px;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
}

span.select-info{
  display: none;
}

span.form-control{
  min-height: calc(1.83rem + 2px);
}

.bcPicker-picker{
  width: 100%;
  height: 100%;
  position:  relative;
  cursor: pointer;
  padding: 0;

}

.bcPicker-palette{
  width: 205px;
  position: absolute;
  bottom: -12px;
  left: 12px;
  padding: 5px;
  height: 95px;
  z-index: 99999;
  text-align : start;
  display: none;
}

.bcPicker-palette > .bcPicker-color{
  width: 20px;
  height: 20px;
  margin: 2px;
  display: inline-block;
  border: 1px solid #efefef;
}

option[data-jam="0"] {
  background-color: #1BC5BD80;
}
#anti .dataTables_processing {
  left: 50%;
  margin-left: -100px;
  margin-top: -26px;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: 10%;
  width: 200px;
  z-index: 999;
}
#hasilImport .label-danger {
  cursor: pointer;
}

.dataTables_wrapper .row {
  margin-top: 10px !important;
}

table.dataTable {
  margin-bottom: 0 !important;
}

.label {
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  font-size: 0.8rem;
  background-color: #EBEDF3;
  color: #3F4254;
  font-weight: 400;
  font-size: 0.8rem;
}
.label.label-primary {
  color: #FFFFFF;
  background-color: #3699FF;
}
.label.label-outline-primary {
  background-color: transparent;
  color: #3699FF;
  border: 1px solid #3699FF;
}
.label.label-outline-primary.label-outline-2x {
  border: 2px solid #3699FF;
}
.label.label-light-primary {
  color: #3699FF;
  background-color: #E1F0FF;
}
.label.label-secondary {
  color: #3F4254;
  background-color: #E4E6EF;
}
.label.label-outline-secondary {
  background-color: transparent;
  color: #3F4254;
  border: 1px solid #E4E6EF;
}
.label.label-outline-secondary.label-outline-2x {
  border: 2px solid #E4E6EF;
}
.label.label-light-secondary {
  color: #E4E6EF;
  background-color: #EBEDF3;
}
.label.label-success {
  color: #ffffff;
  background-color: #1BC5BD;
}
.label.label-outline-success {
  background-color: transparent;
  color: #1BC5BD;
  border: 1px solid #1BC5BD;
}
.label.label-outline-success.label-outline-2x {
  border: 2px solid #1BC5BD;
}
.label.label-light-success {
  color: #1BC5BD;
  background-color: #C9F7F5;
}
.label.label-info {
  color: #FFFFFF;
  background-color: #3699FF;
}
.label.label-outline-info {
  background-color: transparent;
  color: #3699FF;
  border: 1px solid #3699FF;
}
.label.label-outline-info.label-outline-2x {
  border: 2px solid #3699FF;
}
.label.label-light-info {
  color: #3699FF;
  background-color: #E1F0FF;
}
.label.label-warning {
  color: #ffffff;
  background-color: #FFA800;
}
.label.label-outline-warning {
  background-color: transparent;
  color: #FFA800;
  border: 1px solid #FFA800;
}
.label.label-outline-warning.label-outline-2x {
  border: 2px solid #FFA800;
}
.label.label-light-warning {
  color: #FFA800;
  background-color: #FFF4DE;
}
.label.label-danger {
  color: #ffffff;
  background-color: #F64E60;
}
.label.label-outline-danger {
  background-color: transparent;
  color: #F64E60;
  border: 1px solid #F64E60;
}
.label.label-outline-danger.label-outline-2x {
  border: 2px solid #F64E60;
}
.label.label-light-danger {
  color: #F64E60;
  background-color: #FFE2E5;
}
.label.label-light {
  color: #7E8299;
  background-color: #F3F6F9;
}
.label.label-outline-light {
  background-color: transparent;
  color: #3F4254;
  border: 1px solid #F3F6F9;
}
.label.label-outline-light.label-outline-2x {
  border: 2px solid #F3F6F9;
}
.label.label-light-light {
  color: #F3F6F9;
  background-color: #F3F6F9;
}
.label.label-dark {
  color: #ffffff;
  background-color: #181C32;
}
.label.label-outline-dark {
  background-color: transparent;
  color: #181C32;
  border: 1px solid #181C32;
}
.label.label-outline-dark.label-outline-2x {
  border: 2px solid #181C32;
}
.label.label-light-dark {
  color: #181C32;
  background-color: #D1D3E0;
}
.label.label-white {
  color: #3F4254;
  background-color: #ffffff;
}
.label.label-outline-white {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.label.label-outline-white.label-outline-2x {
  border: 2px solid #ffffff;
}
.label.label-light-white {
  color: #ffffff;
  background-color: #ffffff;
}
.label.label-inline {
  width: auto;
  padding: 0.75rem 0.5rem;
  border-radius: 0.2rem;
}
.label.label-inline.label-md {
  padding: 0.8rem 0.6rem;
}
.label.label-inline.label-lg {
  padding: 0.9rem 0.75rem;
}
.label.label-inline.label-xl {
  padding: 1rem 0.85rem;
}
.label.label-pill {
  border-radius: none;
}
.label.label-rounded {
  border-radius: 0.42rem;
}
.label.label-square {
  border-radius: 0;
}
.label.label-dot {
  display: inline-block;
  font-size: 0 !important;
  vertical-align: middle;
  text-align: center;
}
.label.label-inline {
  width: auto;
}
.label.label-dot {
  line-height: 6px;
  min-height: 6px;
  min-width: 6px;
  height: 6px;
  width: 6px;
}
.label.label-sm {
  height: 16px;
  width: 16px;
  font-size: 0.75rem;
}
.label.label-sm.label-inline {
  width: auto;
}
.label.label-sm.label-dot {
  line-height: 4px;
  min-height: 4px;
  min-width: 4px;
  height: 4px;
  width: 4px;
}
.label.label-lg {
  height: 24px;
  width: 24px;
  font-size: 0.9rem;
}
.label.label-lg.label-inline {
  width: auto;
}
.label.label-lg.label-dot {
  line-height: 8px;
  min-height: 8px;
  min-width: 8px;
  height: 8px;
  width: 8px;
}
.label.label-xl {
  height: 28px;
  width: 28px;
  font-size: 1rem;
}
.label.label-xl.label-inline {
  width: auto;
}
.label.label-xl.label-dot {
  line-height: 10px;
  min-height: 10px;
  min-width: 10px;
  height: 10px;
  width: 10px;
}

.tip{
  background-color: #263646;
  padding: 0 14px;
  line-height: 27px;
  position: absolute;
  border-radius: 4px;
  z-index: 100;
  color: #fff;
  font-size: 12px;
  animation-name: tip;
  animation-duration: .6s;
  animation-fill-mode: both
}
.tip:before{
  content: "";
  background-color: #263646;
  height: 10px;
  width: 10px;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: -4px;
  left: 17px
}
#copied_tip{
  animation-name: come_and_leave;
  animation-duration: 1s;
  animation-fill-mode: both;
  bottom: -35px;
  left:2px
}
.cardhv:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
.cardhv {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

.fw-7 {
  font-weight: 700 !important;
}

.titik::after {
  content: ":";
  float: right;
}

dt {
  padding-right: 0 !important;
}

.separator {
  display: flex;
  align-items: center;
}

.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--bs-border-color);
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .7em;
}

/* ===home=== */
.page-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
}

@media (max-width: 767px) {
  .page-title {
    font-size: 35px;
    margin-bottom: 14px;
  }
}

.page-description {
  max-width: 465px;
  font-size: 18px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .page-description {
    font-size: 14px;
  }
}

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e9ecef;
  color: var(--bs-secondary-color);
  margin-right: 16px;
  transition: all 0.3s ease-in-out;
}

.footer-social-links .social-link:last-child {
  margin-right: 0;
}

.footer-social-links .social-link:hover {
  text-decoration: none;
  background-color: rgb(63, 128, 234);
  color: #fff;
}

/* ===loading=== */
#loading {
  z-index: 1800;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

table.dataTable.fixedHeader-locked {
  position: absolute !important
}

@media print {
  table.fixedHeader-floating {
    display: none
  }
}

/* ===Anim=== */

.animate__delay-1s {
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: text;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-left: 10px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  overflow: hidden;
  word-break: keep-all
}

.is-invalid .select2-selection {
  border-color: var(--bs-form-invalid-border-color);
}

.is-invalid .select2-selection:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-danger-rgb), .25);
}

.select2-container--bootstrap4 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap4 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
  color: #fff;
  background-color: #3f80ea;
  }
/* ===modalconfirm=== */

.modal-confirm {
  color: #434e65;
  width: 525px;
}

.modal-confirm .modal-content {
  padding: 20px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}

.modal-confirm .modal-header {
  background: var(--bs-teal);
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 36px;
  margin: 10px 0;
}

.modal-confirm .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}

.modal-confirm .close:hover {
  opacity: 0.8;
}

.modal-confirm .icon-box {
  color: #fff;
  width: 95px;
  height: 95px;
  display: inline-block;
  border-radius: 50%;
  z-index: 9;
  border: 5px solid #fff;
  padding: 15px;
  text-align: center;
}

.modal-confirm .icon-box i {
  font-size: 64px;
  margin: -4px 0 0 -4px;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
  text-align: center;
  margin: -20px -20px 0;
  border-radius: 5px 5px 0 0;
  padding: 35px;
}
.modal-confirm .modal-header.modal-danger {
  background: var(--bs-danger);
}

.modal-confirm .modal-header.modal-success {
  background: var(--bs-teal);
}

.modal-confirm .modal-header.modal-tanya {
  background: var(--bs-warning);
}

.live-blue{
  display:block;
  background-color:var(--bs-primary);
  animation:pulse-blue 500ms infinite;
}

@keyframes pulse-blue{
  0%{
    box-shadow:var(--bs-primary) 0 0 0 0;
  }
  75%{
    box-shadow:#ff69b400 0 0 0 5px;
  }
}