@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&display=swap');
/* Customize website's scrollbar like Mac OS

Not supports in Firefox and IE */
/* total width */
.content::-webkit-scrollbar {
  display: none; }

body {
  font-family: 'DM Sans', sans-serif;
  background: #F4F4F4;
  font-size: 14px;
  color: #3B3B3B;
  font-weight: 400;
  scrollbar-width: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: none; }

*:focus {
  outline: none; }

  a:hover {
    text-decoration: none;
  }

h2 {
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3B3B3B; }

h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #3B3B3B; }

h4 {
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 20px; }
  h4 span {
    float: right; }

h5 {
  font-size: 12px; }

label {
  position: relative;
  color: #B3B3B3;
  margin-bottom: 7px;
  display: block; }
  label small {
    position: absolute;
    top: 20px;
    left: 50px; }
  label span {
    float: right;
    color: #3B3B3B; }

button:disabled {
  background: #f9f9f9 !important;
  border: 1px solid #B3B3B3 !important;
  color: #B3B3B3 !important; }

p {
  line-height: 18px; }

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #3B3B3B; }

a:hover {
  color: #ecb862 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none; }


.like-a {
  transition: 0.3s ease-in-out;
}

.smooth-tr {
  transition: 0.2s ease-in-out;
}

.mx-10 {
  margin: 0px 3px;
}

.icon {
  width: 100px;
  height: 30px;
}

.icon-20 {
  font-size: 20px !important;
}

.icon-30 {
  font-size: 30px !important;
}

.icon-40 {
  font-size: 40px !important;
}

.a-span {
  position: absolute;
  top: 20px;
  right: 0; }

.font-2 {
  font-family: 'Bebas Neue', cursive; }

.font-3 {
  font-family: 'Jura', sans-serif;
}

.text-12 {
  font-size: 12px; }

.text-10 {
  font-size: 10px;
}

.text-bold {
  font-weight: 700; }

.text-block {
  display: block;
  width: 100%;
}

.text-italic {
  font-style: italic; }

.text-spaced {
  letter-spacing: 2px; }

.text-uppercase {
  text-transform: uppercase; }

.text-like-btn.btn-muted {
  border: 1px solid #bfbfbf;
}

.text-like-btn.btn-block {
 width: 100%;
 display: block;
}

.text-center {
  text-align: center; }

.text-v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.text-right {
  text-align: right; }

.text-blue {
  color: #ECB862; }

.text-green {
  color: #00880d; }

.text-orange {
  color: #DF5C3B; }
  .text-orange a {
    color: #DF5C3B; }

.text-white {
  color: #FFF; }
  .text-white a {
    color: #FFF; }

.bg-primary {
  background: #3B3B3B; }

.bg-blue {
  background: #ECB862; }

.bg-green {
  background: #00880d; }

.bg-orange {
  background: #DF5C3B; }

.bg-red {
  background: #CF3B41; }

.act-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20%;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.main {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  height: 100%;
  background: #F9F9F9;
  box-shadow: 0px 10px 28px 9px rgba(0,0,0,0.05);
-webkit-box-shadow: 0px 10px 28px 9px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 10px 28px 9px rgba(0,0,0,0.05);
  overflow: hidden; }

.main-mitra {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  height: 100%;
  overflow: hidden;
  background: #3B3B3B; }
  .main-mitra h2 {
    color: #FFF; }
  .main-mitra h4 {
    color: #B3B3B3; }

.fade-active {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.page {
  height: 100%;
  overflow: auto; }

.content {
  position: relative;
  height: 100%;
  padding-bottom: 100px;
  overflow: auto;
  scrollbar-width: none; }

.topbar {
  background: #FFF;
  height: 60px;
  color: #ECB862; }
  .topbar .circle-bg-sm i {
    color: #ECB862; }

.header, .mini-header {
  background: #ECB862; }

.header {
  height: 150px;
  padding-top: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px; }

.header-info {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #FFF;
  border-radius: 10px;
}
  .header-info label {
    color: #FFF; }

.promo-slide {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  padding: 0px;
  padding-bottom: 30px; }
  .promo-slide .swiper-pagination {
    position: absolute;
    bottom: 40px; }
  .promo-slide .bottom-right {
    position: absolute;
    right: 24px;
    bottom: 45px;
    z-index: 2; }
    .promo-slide .bottom-right a {
      background: #ECB862;
      color: #FFF;
      font-size: 12px;
      font-weight: 700;
      padding: 5px 10px;
      border-radius: 3px;
      border-bottom-right-radius: 6px;
      text-decoration: none; }

.swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%; }

.circle-bg-lg {
  position: relative;
  width: 100px;
  height: 100px;
  background: #FFF;
  border: 1px dashed #B3B3B3;
  border-radius:5px;
  margin: 0 auto; }
  .circle-bg-lg label {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    height: 30px;
    width: 30px;
    background: #ecb862;
    border-radius: 100%;
    padding-top: 4px;
    padding-left: 2px; }
    .circle-bg-lg label i {
      color: #7A4C00;
      font-size: 20px; }

.img-frame {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.img-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 150%;
  height: auto;
}

.circle-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  overflow: hidden; }

.rounded-bg {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  overflow: hidden;
  background: #3B3B3B; }
  .rounded-bg img {
    width: 35px;
    height: auto; }

.booking-menu {
  padding: 0px 20px;
}

.booking-menu i {
  font-size: 25px;
  text-align: center;
}

.rounded-bg-sm {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  background: #3B3B3B; }
  .rounded-bg-sm img {
    width: 30px;
    height: auto; }

.circle-bg {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden; }
  .circle-bg i {
    font-size: 30px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

.circle-bg-sm {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden; }
  .circle-bg-sm i {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }

.right-action {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .right-action i {
    font-size: 20px;
    color: #B3B3B3;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%); }

.no-photo {
  width: 80%;
  margin-left: 5px;
  margin-top: 10px; }

.bg-gradient-gray {
  background: #3d8fc2;
  background: -moz-linear-gradient(38deg, #3d8fc2 0%, #99c7e3 100%);
  background: -webkit-linear-gradient(38deg, #3d8fc2 0%, #99c7e3 100%);
  background: linear-gradient(38deg, #3d8fc2 0%, #99c7e3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d8fc2",endColorstr="#99c7e3",GradientType=1); }

.bg-gradient-orange {
  background: #db5512;
  background: linear-gradient(45deg, #db5512 0%, #e3b399 100%); }

.dark-badge, .light-badge {
  position: relative;
  height: 30px;
  width: 100%;
  border-radius: 20px;
  margin-top: 5px;
  padding-top: 7px; }
  .dark-badge small, .light-badge small {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #FFF;
    left: 50%;
    transform: translateX(-50%); }
  .dark-badge i, .light-badge i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 3px;
    color: #EEB965;
    font-size: 18px; }

.dark-badge {
  background: rgba(80, 184, 255, 0.3); }

.light-badge {
  background: #FFF;
  border: 1px solid #B3B3B3;
  text-align: center; }

.mini-header {
  position: absolute;
  top: 0px;
  width: 100%;
  padding-top: 20px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: 2px;
  text-align: center;
  z-index: 10; }

.data {
  width: 100%;
  height: 100%;
  margin-top: 50px;
  padding-top: 15px;
  z-index: 1;
  overflow: auto; }

.card {
  position: relative;
  background: #FFF;
  min-height: 100px;
  height: auto;
  border-radius: 10px;
  margin: 10px 0;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 15px -3px rgba(33, 49, 71, 0.1);
  -moz-box-shadow: 0px 8px 15px -3px rgba(33, 49, 71, 0.1);
  box-shadow: 0px 8px 15px -3px rgba(33, 49, 71, 0.1); }
  .card .head {
    background: #3b3b3b;
    color: #fff;
    height: 30px;
    padding: 8px;
    font-size: 12px; }

    .card .head label {
    color: #fff;
 }
  .card h4 {
    color: #3B3B3B; }

.drop-area {
  border-radius: 5px;
  border: 1px dashed #B3B3B3;
  overflow: hidden; }
  .drop-area i {
    font-size: 40px; }

.card-bottom-action {
  position: absolute;
  width: 100%;
  height: 45px;
  left: 0;
  bottom: 0;
  background: #ECB862;
  text-align: center;
  padding-top: 15px; }
  .card-bottom-action a {
    color: #FFF;
    font-weight: 700;
    text-decoration: none; }

.card-h-120 {
  height: 120px; }

.card-h-150 {
  height: 150px; }

.card-outline {
  position: relative;
  background: #f9f9f9;
  min-height: 100px;
  height: auto;
  border-radius: 10px;
  margin: 10px 0;
  overflow: hidden;
  border: 1px solid #B3B3B3; }
  .card-outline .head {
    background: #ECB862;
    color: #FFF;
    height: 40px;
    width: 100%;
    padding: 5px 20px;
    margin-top: -5px; }

.card-img {
  position: relative;
  width: 100%;
  height: 130px;
  background: #3B3B3B;
  overflow: hidden; }
  .card-img .bottom-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    color: #FFF;
    width: 50px;
    height: 30px;
    font-weight: 700;
    padding-top: 7px;
    padding-left: 10px;
    border-radius: 3px;
    background: #CF3B41; }
  .card-img img {
    width: 100%; }

.banner-card {
  width: 100%;
  height: 115px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px; }

.bg-kartu-atm {
  background: url(https://bikinundangan.co.id/assets/img/bg-kartu-atm.jpg) no-repeat !important;
  background-size: cover !important;
}

.notif-sukses {
  background: #00cb98 !important;
}

.notif-error {
  background: orange !important;
}

.list-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  min-height: 70px;
  width: 100%;
  padding: 0 15px; }

.list-info-2 {
  height: auto;
  min-height: 70px;
  width: 100%;
  padding: 10px; }

.dark-card {
  position: relative;
  background: #3B3B3B;
  min-height: 120px;
  border-radius: 10px;
  margin: 10px 0;
  overflow: hidden; }
  .dark-card .red-label {
    position: absolute;
    padding-top: 2px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 700;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    background: #CF3B41; }
  .dark-card h4 {
    color: #FFF; }
  .dark-card .bb-1 {
    border-bottom: 1px solid #000; }
  .dark-card .badge-success, .dark-card .badge-primary, .dark-card .badge-warning {
    background: #3B3B3B; }

.blog-card {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 120px; }
  .blog-card .thumb {
    height: 120px;
    width: 100px;
    background: #B3B3B3;
    overflow: hidden; }
    .blog-card .thumb img {
      height: 100%;
      width: auto; }
  .blog-card .blog-info {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 100px;
    height: 120px; }
    .blog-card .blog-info .time {
      position: absolute;
      bottom: 15px;
      width: 200px; }

.card-service {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -30px;
  overflow: hidden;
  padding: 0px 15px;
  background: #FFF;
  border-radius: 10px; }
  .card-service .bottom-right {
    position: absolute;
    right: 24px;
    bottom: 45px;
    z-index: 2; }
    .card-service .bottom-right a {
      background: #CF3B41;
      color: #FFF;
      font-size: 12px;
      font-weight: 700;
      padding: 5px 10px;
      border-radius: 3px;
      border-bottom-right-radius: 6px;
      text-decoration: none; }

.swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden; }
  .swiper-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 110%; }

.home-stats {
  position: relative;
  margin-top: -20px;
  height: 190px;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  padding: 10px; }

.img-center {
  display: block;
  margin: 0 auto; }

.img-center-hv {
  position: absolute;
  top: 50%;
  transform: translateX(50%) translateY(-50%); }

.p-10 {
  padding: 10px; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-10 {
  margin-bottom: 10px; }

.bb-1 {
  border-bottom: 1px solid #F9F9F9; }

.bb-1b {
  border-bottom: 1px solid #B3B3B3; }

.divider-50 {
  height: 50px;
  width: 100%; }

.from-bottom-container {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 50%;
  height: 100%;
  top: 0;
  width: 400px;
  z-index: 10;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  padding-bottom: 70px;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100%) translateX(-50%);
  -moz-transform: translateY(100%) translateX(-50%);
  -ms-transform: translateY(100%) translateX(-50%);
  -o-transform: translateY(100%) translateX(-50%);
  transform: translateY(100%) translateX(-50%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  .from-bottom-container.is-visible {
    left: 50%;
    height: 100%;
    bottom: 0;
    -webkit-transform: translateY(0%) translateX(-50%);
    -moz-transform: translateY(0%) translateX(-50%);
    -ms-transform: translateY(0%) translateX(-50%);
    -o-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%); }
  .from-bottom-container .booking-content {
    position: absolute;
    bottom: 0;
    height: 500px;
    width: 100%;
    background: #FFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden; }
    .from-bottom-container .booking-content label {
      display: block;
      font-size: 12px;
      margin-bottom: 10px; }
    .from-bottom-container .booking-content .booking-form {
      position: relative;
      margin-top: 60px;
      height: 100%;
      overflow: auto;
      padding-bottom: 150px; }
      .from-bottom-container .booking-content .booking-form i {
        position: absolute; }

.title {
  position: absolute;
  top: 0;
  width: 100%;
  background: #FFF;
  height: auto;
  border-bottom: 2px solid #f9f9f9;
  z-index: 2; }

.title-dark {
  position: absolute;
  top: 0;
  width: 100%;
  background: #3B3B3B;
  height: auto;
  border-bottom: 2px solid #ECB862;
  z-index: 2; }
  .title-dark .back {
    color: #FFF; }
    .title-dark .back i {
      color: #FFF; }

.action {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #FFF;
  min-height: 70px;
  heigh: auto; }

.back {
  position: absolute;
  left: 0;
  height: 100%;
  padding-top: 5px; }
  .back a {
    color: #3B3B3B; }
  .back i {
    font-size: 30px; }

.open-form-container {
  /* by default it's hidden - on top of the viewport */
  position: absolute;
  left: 0;
  height: 100%;
  top: 50%;
  width: 400px;
  z-index: 2;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  padding-bottom: 70px;
  background: #f9f9f9;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-50%) translateX(100%);
  -moz-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  -o-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 10; }
  .open-form-container.is-visible {
    left: 0;
    height: 100%;
    bottom: 50%;
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%); }
  .open-form-container .result-content {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .open-form-container .result-content label {
      display: block;
      font-size: 12px;
      margin-bottom: 10px; }

.from-right-container {
  /* by default it's hidden - on top of the viewport */
  position: absolute;
  left: 0;
  height: 100%;
  top: 50%;
  width: 400px;
  z-index: 2;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  padding-bottom: 70px;
  background: #f9f9f9;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-50%) translateX(100%);
  -moz-transform: translateY(-50%) translateX(100%);
  -ms-transform: translateY(-50%) translateX(100%);
  -o-transform: translateY(-50%) translateX(100%);
  transform: translateY(-50%) translateX(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  z-index: 10; }
  .from-right-container.is-visible {
    left: 0;
    height: 100%;
    bottom: 50%;
    -webkit-transform: translateY(-50%) translateX(0%);
    -moz-transform: translateY(-50%) translateX(0%);
    -ms-transform: translateY(-50%) translateX(0%);
    -o-transform: translateY(-50%) translateX(0%);
    transform: translateY(-50%) translateX(0%); }
  .from-right-container .result-content {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .from-right-container .result-content label {
      display: block;
      font-size: 12px;
      margin-bottom: 10px; }

@media (max-width: 400px) {
  .from-bottom-container, .open-form-container, .from-right-container {
    width: 100%; } }

.bottom-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: #FFF;
  z-index: 10;
  font-size: 12px;
  -webkit-box-shadow: 0px -7px 12px -3px rgba(0, 42, 78, 0.12);
  -moz-box-shadow: 0px -7px 12px -3px rgba(0, 42, 78, 0.12);
  box-shadow: 0px -7px 12px -3px rgba(0, 42, 78, 0.12); }

.tab-menu {
  text-align: center;
  font-weight: 700;
  padding-top: 10px;
  color: #B3B3B3; }
  .tab-menu .icon-home {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url("../img/icon_home.svg") no-repeat;
    background-position: center;
    background-size: 70%; }
  .tab-menu .icon-pemesanan {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url("../img/icon_pemesanan.svg") no-repeat;
    background-position: center;
    background-size: 70%; }
  .tab-menu .icon-notifikasi {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url("../img/icon_notifikasi.svg") no-repeat;
    background-position: center;
    background-size: 80%; }
  .tab-menu .icon-profil {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url("../img/icon_profil.svg") no-repeat;
    background-position: center;
    background-size: 70%; }
  .tab-menu.active {
    background-color: #fff;
    color: #3B3B3B;
    border-bottom: 1px solid #fff;
    display: block; }
    .tab-menu.active .icon-home {
      margin: 0 auto;
      width: 30px;
      height: 30px;
      background: url("../img/icon_home_aktif.svg") no-repeat;
      background-position: center;
      background-size: 70%; }
    .tab-menu.active .icon-pemesanan {
      margin: 0 auto;
      width: 30px;
      height: 30px;
      background: url("../img/icon_pemesanan_aktif.svg") no-repeat;
      background-position: center;
      background-size: 70%; }
    .tab-menu.active .icon-notifikasi {
      margin: 0 auto;
      width: 30px;
      height: 30px;
      background: url("../img/icon_notifikasi_aktif.svg") no-repeat;
      background-position: center;
      background-size: 80%; }
    .tab-menu.active .icon-profil {
      margin: 0 auto;
      width: 30px;
      height: 30px;
      background: url("../img/icon_profil_aktif.svg") no-repeat;
      background-position: center;
      background-size: 70%; }

/* Component */
.btn {
  padding: 12px 25px;
  border-radius: 5px;
  margin-top: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  font-family: 'DM Sans', sans-serif; }

.btn-block, .form-block {
  display: block;
  width: 100%; }

.btn-primary {
  color: #ECB862 !important;
  background: #000;
  border: 2px solid #000;
}

.btn-primary:hover {
  background: #3B3B3B;
  border: 2px solid #000; 
}

.btn-red {
  border: 1px solid #CF3B41;
  background: #CF3B41;
  color: #FFF; }

.btn-orange {
  border: 1px solid #DF5C3B;
  background: #DF5C3B;
  color: #FFF; }

.btn-gold {
  border: 1px solid #ECB862;
  background: #ECB862;
  color: #7A4C00; }

.btn-gold:hover {
  color: #7A4C00 !important; }

.btn-gold-outline {
  border: 1px solid #ECB862;
  background: #fff;
  color: #7A4C00; }

.btn-gold-light {
  border: 1px solid rgba(36, 141, 185, 0.1);
  color: #ECB862;
  background: rgba(36, 141, 185, 0.1); }
  .btn-gold-light i {
    color: #DF5C3B; }

.btn-google {
  border-radius: 10px;
  border: none;
  padding: 20px 0px;
  background: #FFF;
  background-size: 25px;
  background-position: 30px;
  background-repeat: no-repeat;
  color: #3B3B3B; }

.btn-outline-muted {
  border: 1px solid #B3B3B3;
  background: #FFF;
  color: #B3B3B3; }

.btn-outline-red {
  border: 1px solid #DF5C3B;
  background: #FFF;
  color: #DF5C3B; }

input, textarea {
  font-family: 'DM Sans', sans-serif;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  padding: 15px 10px;
  margin-bottom: 15px;
  width: 100%;
  color: #3B3B3B; }
  input::placeholder, textarea::placeholder {
    color: #B3B3B3; }

option::disabled {
  color: #B3B3B3; }

.like-form {
  position: relative;
  border: 1px solid #B3B3B3;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
  width: 100%;
  min-height: 40px;
  height: auto; }
  .like-form i {
    position: absolute;
    top: 40%;
    transform: translateY(-60%);
    left: 10px;
    font-size: 25px;
    color: #B3B3B3; }
  .like-form img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 35px; }
  .like-form h4 {
    margin-left: 50px; }
    .like-form h4 span {
      float: right; }
      .like-form h4 span i {
        position: relative;
        color: #3B3B3B;
        font-size: 18px; }

.icon-blue {
  color: #ECB862;
  font-size: 25px;
  margin-left: 5px; }

.form-list {
  position: relative;
  width: 100%; }
  .form-list label {
    position: absolute;
    top: 17px;
    left: 10px; }
    .form-list label i {
      color: #B3B3B3;
       }
    .form-list .right-action {
      position: absolute;
      right: 5px;
      top: 11px;
      width: 20px;
      height: 20px;
    }
    .form-list .right-action a i:hover {
      color: #ECB862;
    }

    .form-list .right-action a i {
      font-size: 14px;
      margin-top: 3px;
    }

    .form-list textarea {
      padding-bottom: 20px;
    }
  .form-list input, .form-list textarea, .form-list select {
    background: none;
    border: none;
    width: 100%;
    padding: 15px 15px 15px 35px;
    color: #3B3B3B;
    transition: ease 0.3s;
    border-radius: 0;
    font-family: 'DM Sans', sans-serif; }
    .form-list input:focus, .form-list textarea:focus {
      background: #FFF;
      border-bottom: 1px solid #ECB862 ;
      -webkit-box-shadow: 0px 3px 0px 0px rgba(236,184,98,0.3);
      -moz-box-shadow: 0px 3px 0px 0px rgba(236,184,98,0.3);
      box-shadow: 0px 3px 0px 0px rgba(236,184,98,0.3);
      color: #3B3B3B; }
    .form-list input::placeholder {
      color: #B3B3B3; }
    .form-list input[type="date"] {
      background: #FFF; }
  .form-list button {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border: none;
    padding: 20px 0px;
    color: #FFF;
    background: #ECB862;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'DM Sans', sans-serif; }
  .form-list p {
    color: #DF5C3B;
    font-size: 11px;
    margin-bottom: 20px; }

.form-list-outline {
  position: relative;
  width: 100%; }
  .form-list-outline label {
    position: absolute;
    top: 13px;
    left: 5px; }
    .form-list-outline label i {
      color: #B3B3B3;
      font-size: 25px; }
  .form-list-outline input {
    background: none;
    border: 1px solid #B3B3B3;
    width: 100%;
    padding: 15px 15px 15px 50px;
    transition: ease 0.3s;
    color: #3B3B3B;
    font-family: 'DM Sans', sans-serif; }
    .form-list-outline input:focus {
      background: #FFF;
      -webkit-box-shadow: 0px 6px 21px -8px rgba(35, 98, 150, 0.2);
      -moz-box-shadow: 0px 6px 21px -8px rgba(35, 98, 150, 0.2);
      box-shadow: 0px 6px 21px -8px rgba(35, 98, 150, 0.2);
      color: #3B3B3B; }
    .form-list-outline input::placeholder {
      color: #B3B3B3;
      letter-spacing: 1px;
      font-size: 12px;
      font-weight: 400; }
  .form-list-outline textarea {
    background: none;
    border: 1px solid #B3B3B3;
    width: 100%;
    padding: 15px 15px 15px 50px;
    transition: ease 0.3s;
    font-weight: 700;
    font-family: 'DM Sans', sans-serif;
    font-size: 12px; }
    .form-list-outline textarea:focus {
      background: #FFF;
      -webkit-box-shadow: 0px 6px 21px -8px rgba(35, 98, 150, 0.2);
      -moz-box-shadow: 0px 6px 21px -8px rgba(35, 98, 150, 0.2);
      box-shadow: 0px 6px 21px -8px rgba(35, 98, 150, 0.2);
      color: #3B3B3B; }
    .form-list-outline textarea::placeholder {
      color: #B3B3B3;
      letter-spacing: 1px;
      font-size: 12px; }
  .form-list-outline select {
    background: none;
    border: 1px solid #B3B3B3;
    width: 100%;
    padding: 15px 15px 15px 50px;
    transition: ease 0.3s;
    font-family: 'DM Sans', sans-serif;
    color: #3B3B3B; }
    .form-list-outline select option {
      color: #3B3B3B; }
    .form-list-outline select:focus {
      background: #FFF;
      border-bottom: 2px solid #FFF;
      -webkit-box-shadow: 0px 6px 21px -8px rgba(0,0,0, 0.2);
      -moz-box-shadow: 0px 6px 21px -8px rgba(0,0,0, 0.2);
      box-shadow: 0px 6px 21px -8px rgba(0,0,0, 0.2);
      color: #3B3B3B; }
  .form-list-outline button {
    display: block;
    width: 100%;
    margin-top: 30px;
    border-radius: 10px;
    border: none;
    padding: 20px 0px;
    color: #FFF;
    background: #ECB862;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'DM Sans', sans-serif; }
  .form-list-outline p {
    color: #DF5C3B;
    font-size: 11px;
    margin-bottom: 20px; }

.form-bg-dark input {
  color: #FFF;
  border-bottom: 1px solid #B3B3B3; }

.form-bg-light input, .form-bg-light textarea, .form-bg-light select {
  color: #3B3B3B;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,.125); }

.form-bg-light select option:checked {
    color: yellow;
}

.like-a-ph {
      color: #B3B3B3;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 12px; }

.voucher-bg {
  position: absolute;
  bottom: 80px;
  left: 0;
  background-size: 95%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 110px;
  padding: 10px 20px; }
  .voucher-bg .bottom-action {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 5px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px; }

.vertical-dotted {
  height: 30px;
  width: 20px;
  border-right: 2px dotted #B3B3B3; }

.floating-button {
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 2;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 100%; }
  .floating-button .has-notif {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #CF3B41;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    z-index: 3; }
  .floating-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #7A4C00;
    font-size: 25px; }

    .floating-button:hover {
      width: 55px;
      height: 55px;
      right: 12.5px;
      bottom: 17.5px;
    }

.bg-circle {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
    background: #ECB862;
  }

.bg-circle * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

.bg-wa {
  background: #25d366; }

.floating-bar {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 8px 15px -3px rgba(33, 49, 71, 0.1);
  -moz-box-shadow: 0px 8px 15px -3px rgba(33, 49, 71, 0.1);
  box-shadow: 0px 8px 15px -3px rgba(33, 49, 71, 0.1); }
  .floating-bar a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    width: 90%; }

.floating-gradient {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70px;
  width: 100%;
  background: #f9f9f9;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f9f9f9 100%); }

  .floating-shadow {
    -webkit-box-shadow: 0px 4px 13px 8px rgba(23,10,1,0.07);
    -moz-box-shadow: 0px 4px 13px 8px rgba(23,10,1,0.07);
    box-shadow: 0px 4px 13px 8px rgba(23,10,1,0.07);
  }

.line-chart {
  -webkit-animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
  animation: fadeIn 600ms cubic-bezier(0.57, 0.25, 0.65, 1) 1 forwards;
  opacity: 0;
  width: 100%; }

.badge-success {
  color: #00880d;
  border-radius: 3px;
  background: none !important;
  padding: 2px; }

.badge-primary {
  color: #ECB862;
  border-radius: 3px;
  background: none !important;
  padding: 2px; }

.badge-warning {
  color: #DF5C3B;
  border-radius: 3px;
  background: none !important;
  padding: 2px; }

.card-border-blue {
  border: 2px solid #ECB862; }

.cover-img img {
  border-radius: 10px;
  box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.09);
  -webkit-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.09);
  -moz-box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.09);
}

#load_images {
  width: 90%;
  margin: 0 auto;
  padding: 5px; }
  #load_images .img-card {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block; }
    #load_images .img-card .delete-act {
      position: absolute;
      right: 3px;
      bottom: 3px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #ECB862;
      padding: 1.5px; }
      #load_images .img-card .delete-act i {
        color: #FFF; }


  .br-10 {
    border-radius: 10px;
  }

  .mr-10 {
    margin-right: 10px;
  }

  .like-a {
    padding: 3px;
  }

  .like-a:hover {
    color: #ecb862 !important;
    background: #f9f9f9;
    border-radius: 5px;
    cursor: pointer;
  }


/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}


.switch-form input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-form {
  position: absolute;
  cursor: pointer;
  right: 0;
  bottom: -6px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider-form:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider-form {
  background-color: #ecb862;
}

input:focus + .slider-form {
  box-shadow: 0 0 1px #ecb862;
}

input:checked + .slider-form:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded slider-forms */
.slider-form.round {
  border-radius: 25px;
  width: 52px;
  height: 25px;
}

.slider-form.round:before {
  border-radius: 50%;
}

.img-captcha {
  position: absolute;
  top: -3px;
  right: 20px;
}

.item.service-info img {
  border-radius: 10px;
}

.owl-dot.active span {
 background: #ecb862 !important;
}