:root {
  --secondary-color: #00B683;
  --darker-secondary-color: #0C8966;
  --blue-color : #1429A0;
  
  font-size: 16px !important;
}

html {
  font-family: 'Poppins', sans-serif;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

.footer{
  background-color:  #F6F6F7;
}

.getiColor {
  color: var(--blue-color);
}

.rumahLpkColor {
  color: var(--secondary-color) !important;
}

.bgRumahLpkColor {
  background-color: var(--secondary-color) !important;
}

.borderRumahLpkColor {
  border-color: var(--secondary-color) !important;
}

.confirmButtonModalRumahLpk {
  background-color: var(--secondary-color) !important;
}

.confirmButtonModalRumahLpk:hover {
  background-color: var(--darker-secondary-color) !important;
}

.cancelButtonModalRumahLpk {
  border-color: var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.cancelButtonModalRumahLpk:hover {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.textModalRumahLpk {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #A0A4A8;
}

.titleModalRumahLpk {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #25282B;
}

.blue-gradient-bg {
  background: rgb(215, 231, 250);
  background: linear-gradient(135deg,rgba(215, 231, 250, 1) 0%,rgba(255, 255, 255, 1) 20%,rgba(253, 254, 255, 1) 80%,rgba(215, 231, 250, 1) 100%);
}

.redblue-gradient-bg {
  background: rgb(254, 232, 233);
  background: linear-gradient(214deg, rgba(254, 232, 233, 1) 0%,rgba(255, 255, 255, 1) 30%,rgba(253, 254, 255, 1) 80%,rgba(215, 231, 250, 1) 100%);
}

.w-95 {
  width: 95% !important;
}

.w-90 {
  width: 90% !important;
}

.w-85 {
  width: 85% !important;
}

.w-80 {
  width: 80% !important;
}

.w-70 {
  width: 70% !important;;
}

.w-60 {
  width: 60% !important;;
}

.w-50 {
  width: 50% !important;;
}

.w-40 {
  width: 40% !important;
}

.w-30 {
  width: 30% !important;
}

.w-20 {
  width: 20% !important;
}

.w-15 {
  width: 15% !important
  ;
}

.w-10 {
  width: 10% !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.on-slicing, .loading {
  opacity: 0.5;
  pointer-events: none;
}
/* start::modify plugins css */
  /* sweetalert */
  .swal2-icon.swal2-icon-show {
    margin: auto !important;
    margin-top: 4rem !important;
  }

  .swal2-title {
    margin-top: 1rem !important;
  }
/* end::modify plugins css */

/* start::custom modal */
.custom-modal .swal2-html-container {
  max-height: 80vh;
  overflow: unset;
  margin: 0;
}
/* end::custom modal */

/* start::hide arrow up and down on input type number */
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
/* end::hide arrow up and down on input type number */

/* start::disable background scrolling while modal is opened */
  body.modal-open {
    overflow-y: hidden !important;
  }
/* end::disable background scrolling while modal is opened */