/* Write your custom CSS here */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  font-family: 'Poppins', sans-serif !important;
  color: #090113;
}

/* Smart Wizard */
.wizard {
    height: 500px;
  }
.wizard .anchor {
    float: left;
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: block;
    position: relative;
    width: 100%;
  }
  .wizard .anchor:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #D5D5D5;
    z-index: 1;
  }
  .wizard .anchor li {
    float: left;
    display: block;
  }
  .wizard .anchor li a {
    font-size: 14px;
    color: #656d78;
    text-decoration: none;
    display: block;
    line-height: 18px;
    padding: 10px 20px 15px 0px;
    position: relative;
  }
  .wizard .anchor li a .stepNumber {
    display: none;
  }
  .wizard .anchor li a .stepDesc {
    font-weight: 400;
  }
  .wizard .anchor li a .stepDesc small {
    color: #999;
    font-weight: 300;
  }
  .wizard .anchor li a:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #D5D5D5;
    z-index: 2;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .wizard .anchor li a:after {
    content: " ";
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 22px;
    height: 22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #FFF;
    border: 3px solid #D5D5D5;
    z-index: 3;
    text-align: center;
    line-height: 17px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #DDD;
  }
  .wizard .anchor li a.done:after {
    border-color: #95b75d;
    content: "\f00c";
    font-family: FontAwesome;
    color: #95b75d;
    font-size: 10px;
  }
  .wizard .anchor li a.done:before {
    background: #95b75d;
  }
  .wizard .anchor li a.error:after {
    border-color: #b64645;
    content: "\f00d";
    font-family: FontAwesome;
    color: #b64645;
    font-size: 10px;
  }
  .wizard .anchor li a.error:before {
    background: #b64645;
  }
  .wizard .anchor li a.selected:after {
    border-color: #33414e;
    content: "\f0da";
    font-family: FontAwesome;
    color: #33414e;
    font-size: 13px;
    padding-left: 2px;
  }
  .wizard .anchor li a.selected:before {
    background: #33414e;
  }
  .wizard .stepContainer,
  .wizard .actionBar {
    float: left;
    width: 100%;
    margin-top: 30px;
    height: 400px !important;
  }
  .wizard .actionBar {
    margin-top: 20px;
  }
  .wizard .actionBar .btn.pull-right {
    margin-left: 5px;
  }
  .wizard .actionBar .btn-primary {
    display: none;
  }
  .wizard .actionBar .loader {
    display: none;
  }
  .wizard .anchor.steps_1 li {
    width: 100%;
  }
  .wizard .anchor.steps_2 li {
    width: 50%;
  }
  .wizard .anchor.steps_3 li {
    width: 33.333333%;
  }
  .wizard .anchor.steps_4 li {
    width: 25%;
  }
  .wizard .anchor.steps_5 li {
    width: 20%;
  }
  .wizard .anchor.steps_6 li {
    width: 16.666666%;
  }
  .wizard .anchor.steps_7 li {
    width: 14.285714%;
  }
  .wizard .anchor.steps_8 li {
    width: 12.5%;
  }
  /* END Smart Wizard */

  .box{
      border: 1px solid #bdbdbd;
      margin: 5px 5px 5px 0;
  }

  .box-block{
    border: 1px solid #bdbdbd;
    background-color: #bdbdbd;
    color: #FFF;
    text-align: center;
    margin: 5px 5px 5px 0
  }

  #markers {
    margin: 0px 25px; 
      position: absolute;
      right: 0;
      bottom: 90px;
      z-index: 7;
      background-color: #FFFFFF;
      border-radius: 2px;
      height: 40px;
      width: 40px;
}
.drag {
  position: absolute;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
 


/* Autocomplete */
.ui-autocomplete {
  background: #FFF;
  border: 1px solid #D5D5D5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: scroll;
  max-width: 360px;
}
.ui-autocomplete .ui-menu-item {
  background: #FFF;
  border-bottom: 1px solid #D5D5D5;
  line-height: 20px;
  padding: 8px 15px;
}
.ui-autocomplete .ui-menu-item:first-child {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: 0px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
.ui-autocomplete .ui-menu-item:hover {
  background: #F5F5F5;
}
.ui-autocomplete .ui-menu-item.ui-state-focus,
.ui-autocomplete .ui-menu-item.ui-state-active {
  margin: 0px;
}
.ui-autocomplete:after,
.ui-autocomplete:before {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.ui-autocomplete:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #FFF;
  border-width: 5px;
  margin-left: -5px;
}
.ui-autocomplete:before {
  border-color: rgba(213, 213, 213, 0);
  border-bottom-color: #D5D5D5;
  border-width: 6px;
  margin-left: -6px;
}
/* End Autocomplete */

.btn-cilik{
  padding:6px !important;
}

.btn-primary{
  background-color: #572d86;
  color: #fff;
  border-radius: 4px;
}

.btn-primary .text-button {
  color: #fff;
}

.btn-danger {
  border-radius: 4px;
}

.btn.btn-primary.active{
  background-color: #d9534f !important;
  color: #fff;
  border:1px solid transparent;
}

.image-crop{
  /*max-width: 512px;*/
}

.selectedrow{
  background-color: #572d86 !important;
  color: #fff !important;
}

.qrcode{
  padding: 5px 5px 5px 0;
  margin-left: -15px; 
}

.mapbox{
  width: 320px;
  height: 275px;
  margin-right: -15px;
}

.peta{
  width:100%;
  height:512px;
}

.prop-header{
  background-image: linear-gradient(to right, #572d86 , #f04e6a) !important;
  height:64px;
}

.prop-header-logo{
  background:white !important;
  height:64px;
}


.prop-header-title{
  color:white;
  font-weight: 800;
}


.prop-image-space{
  background: #bdbdbd !important ;     
  padding-top: 4px; 
  height:25px;
}

.prop-image-title{
  color:white !important;
  margin-top: 0px;
}

.div2print{
  width:100%;
  height:576px;
  margin:5px;
}

.div2print2{
  width:100%;
  min-height:576px; 
  margin-bottom:40px; 
}

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }

  
} 


/** SPINNER CREATION **/

.loader {
  position: relative;
  text-align: center;
  margin: 15px auto 35px auto;
  z-index: 9999;
  display: block;
  width: 80px;
  height: 80px;
  border: 10px solid #6a1b9a;
  border-radius: 50%;
  border-top-color: #6a1b9a;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.uppercase{
  text-transform: uppercase;
}

.text-left{
  text-align: left !important;
}

.bg-custom{
  background-image: linear-gradient(to right, #572d86 , #f04e6a);
  border-radius: .75em;
}

.text-white{
  color: white !important;
}

.d-flex{
  display: flex !important;
}

.justify-content-between{
  justify-content: space-between;
}

.justify-content-center{
  justify-content: center;
}

.justify-content-around{
  justify-content: space-around;
}

.justify-content-end{
  justify-content: flex-end;
}

.justify-content-start{
  justify-content: flex-start;
}

.font-large{
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
}

.font-normal{
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 2px;
  margin-right: 2px;
}

.bold {
  font-weight: bold !important;
}

.m-1{
  margin: .50em !important;
}

.my-1{
  margin-top: .50em !important;
  margin-bottom: .50em !important;
}

.mx-1{
  margin-left: .50em !important;
  margin-right: .50em !important;
}

.bg-secondary{
  border: 1px solid #ddd!important;
  border-radius: .75em;
  background: #ddd;
}

.m-0{
  margin:0 !important;
}

.mt-0{
  margin-top: 0 !important;
}

.btn-outline-primary {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #572d86;
  color: #572d86;
}

.btn-outline-primary:hover {
  background-color: #572d86;
  color: #fff;
}

.btn-outline-danger {
  border: 1px solid #d9534f;
  background-color: #fff;
  color: #d9534f;
  border-radius: 4px;
}

table.borderless td,table.borderless th{
  border: none !important;
}

.table-sm td, .table-sm>tbody>tr>td, .table-sm>tbody>tr>th, .table-sm>tfoot>tr>td, .table-sm>tfoot>tr>th, .table-sm>thead>tr>td, .table-sm>thead>tr>th {
  padding: 3px !important;
}

.table-custom{
  border: 1px solid #FCFAFD !important;
  border-collapse: collapse !important;
}

.table-custom th, .table-custom td {
  border: 1px solid #f7f1fa !important;
  text-align: left;
  padding: 8px !important;
}

.table-custom th {
  border: 1px solid #FCFAFD !important;
  background-color: #FCFAFD;
  color: #090113;
}

.table-custom td {
  color: #090113;
}

.table-custom tr:nth-child(even) {
  background-color: #FCFAFD;
}

.btn-link {
  color: #572d86;
}

.btn-link:hover{
  color: #7ED32C;
}

.scrollable-modal {
  max-height: calc(100vh - 212px);
  overflow-y: auto;
}

.data-detail{
  font-size: 16px;
}

.panel-modal{
  border-radius: 8px !important;
}

.panel-modal p {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.panel-custom{
  border-radius: 8px !important;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 1280px) {
  .panel-modal {
    height: fit-content;
  }

  .info-box-stats .info-box-title {
    font-size: 10px !important;
  }

  .panel-modal p {
    font-size: 16px !important;
    margin: 0 !important;
  }

  #select-titik {
    margin-top: 16px;
  }
}