body {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  font: 11pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.preloader{
  z-index: 9999999 !important;
  /* opacity: 0.5; */
}

.progress-bar{
  width: 100%
}

.heading_container{
  display: block !important;
}

.swal-popup{
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

#modal-iframe{
  z-index: 999999;
}

.modal-body{
  overflow: hidden;
}

#peta_makam{
position: absolute;
top: 0;
bottom: 0;
height: 100%;
width: 100%;
}

/* add height full or 100% importart to modal extra large, large, small */
.modal-xl, .modal-lg, .modal-sm {
  height: 100% !important;
  margin: 0;
}

.modal-xl .modal-content, .modal-lg .modal-content, .modal-sm .modal-content {
  height: 100% !important;
  border: 0;
  border-radius: 0;
}


/* adding class Modal Fullscreen on Bootstrap 5 */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* tambahan */
.card-lima{
  height: 500px;
}

.dz-tinggi{
  min-height: 20px !important;
}

.dz-pesan{
  margin: 0px !important;
}

.noresi{
  width:250px;color:#000000;
}

.icon-size-file{
  font-size:50px;margin-bottom:-10px;
}

/* menu left */
.nav-active-left {
  padding-left: 1.5rem !important;
}

.nav-subactive-left {
  padding-left: 2rem !important;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
/* end Modal fullscreen */


.form-center {
  width: 100%;
  max-width: 330px;
/* min-height:450px; */
  padding: 15px;
  margin: auto;
  background-color: #ffffff;
}


/* .form-center .checkbox {
  font-weight: 400;
}

.form-center .form-floating:focus-within {
  z-index: 2;
}

.form-center input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-center input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
} */
