@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol" !important;
  background: #f3f3f3;
}

.wrapper {
  width: 70%;
  margin: auto;
}

.text-kendaraan {
  color: #0077b6 !important;
}

a {
  color: #0077b6;
}
.banner {
  height: 130px;
  background-color: #0077b6;
  border-radius: 0 0 50% 50%;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
  padding-top: 25px;
  color: #fff;
}

@media (max-width: 575.98px) {
  .isi {
    padding: 100px 2px 2px 5px !important;
  }

  /* .banner {
        height: 130px !important;
    } */
}

@media (max-width: 767.98px) {
  .wrapper {
    margin: auto;
    width: 100%;
  }

  .banner {
    height: 110px !important;
    padding-top: 10px !important;
  }

  p.text-hasil-cari {
    font-size: 10px !important;
  }

  .footer {
    width: 100% !important;
  }

  .footer-login {
    width: 100% !important;
  }
  .footer-login-text {
    font-size: 12px !important;
  }

  img.poto-detail-kendaraan {
    height: 200px !important;
  }

  img.poto_profil {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 991.98px) {
  .banner {
    height: 200px;
  }
  img.poto_profil {
    width: 150px !important;
    height: 150px !important;
  }
}

@media (max-width: 1399.98px) {
  .banner {
    height: 120px;
    padding-top: 15px;
  }

  .pencarian {
    margin-top: 10px;
  }

  p.text-hasil-cari {
    font-size: 14px;
  }
}

/* PENCARIAN */
.pencarian {
  padding: 10px;
  background: #fff;
  height: auto;
  width: 95%;
  border-radius: 10px;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
  margin-top: 20px;
  color: #0077b6;
}

input.form-control,
textarea.form-control,
select.form-select {
  border: 1px solid #0077b6;
  background-color: #f8f9fa;
}

button#cari {
  background: #0077b6;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
}

.btn.btn-kendaraan {
  background: #0077b6;
  color: #fff;
  width: 100%;
}
.btn.btn-kendaraan-merah {
  background: #842029;
  color: #fff;
  width: 100%;
}

ul.dropdown-menu.dropdown-menu-end.show {
  font-size: 14px;
}

button.btn.btn-outline-secondary.dropdown-toggle {
  color: #0077b6;
  background: #fff;
  border: 1px solid #0077b6;
  margin: 0 3px;
  font-size: 12px;
  padding: 2px 5px;
}

/* ISI */
.isi {
  height: auto;
  padding: 100px 2px 2px 2px;
  margin-bottom: 100px;
}

.card-title {
  font-size: 12px;
  font-weight: 600;
  color: #0077b6;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

a.card-footer-kendaraan {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}

.card-footer.p-1.text-center {
  background-color: #0077b6;
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 25%);
}

img.card-img-top {
  height: 100px;
  object-fit: cover;
}

.poto-list-kendaraan {
  height: 70px;
  object-fit: cover;
  width: 100px;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
}
.lihat {
  background-color: #dc3545bd !important;
  margin-block-start: 11px;
  margin-left: -20px;
  font-weight: 100;
  z-index: 0;
}

span.harga {
  font-size: 14px;
  font-weight: 700;
  color: #842029;
}

.card-text i {
  color: #842029;
}
.card-text {
  font-size: 10px;
  color: #000;
}
.card-text-12 {
  font-size: 12px;
  color: #000;
}
.card-text-14 {
  font-size: 14px;
  color: #000;
}
.card-text.alamat {
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

a.page-link {
  color: #0077b6;
  font-size: 18px;
  padding: 2px 14px;
}

a.page-link:hover {
  background: #0077b6;
  color: #fff;
}

a.page-link:active {
  background: #0077b6;
  color: #fff;
}

.active > .page-link,
.page-link.active {
  z-index: -1;
  color: var(--bs-pagination-active-color);
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

.pagination {
  box-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
  border-radius: 5px;
  margin-bottom: 20px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.content-placeholder {
  display: inline-block;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(8%, #eeeeee),
    color-stop(18%, #dddddd),
    color-stop(33%, #eeeeee)
  );
  background: -webkit-linear-gradient(
    left,
    #eeeeee 8%,
    #dddddd 18%,
    #eeeeee 33%
  );
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  -webkit-background-size: 800px 104px;
  background-size: 800px 104px;
  height: inherit;
  position: relative;
}

button.btn.btn-outline-secondary {
  background: #0077b6;
  color: #fff;
}

/* JUDUL */
.judul {
  height: 35px;
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 0 3px 0 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0077b6;
  box-shadow: 0px 2px 5px rgb(0 0 0 / 25%);
}

span.badge.fw-semibold {
  background: #842029;
  height: 30px;
  color: #f8f9fa;
  border: 1px solid;
}

/* FOOTER */
.footer {
  position: fixed;
  bottom: 0;
  background-color: #f3f3f3;
  padding: 0px 5px 10px 5px;
  width: 70%;
  display: flex;
  height: 70px;
}
.footer-login {
  position: fixed;
  bottom: 0;
  padding: 0px 5px 0px 5px;
  width: 70%;
}
.footer-login-text {
  background-color: #0077b6;
  border-radius: 20px 20px 0 0;
  box-shadow: 0px -1px 5px 0px #0a0a0a85;
  padding: 10px 10px 30px;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

span.mata {
  position: relative;
  top: -30px;
  margin: 0 10px;
  float: right;
  font-size: 18px;
}
.menu-footer {
  background-color: #0077b6;
  border-radius: 20px;
  box-shadow: 0px 2px 5px 0px #0a0a0aa1;
  padding: 0 20px;
  color: #fff;
}

.item-menu {
  line-height: 15px;
  padding-top: 5px;
}

.item-menu a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}

.item-menu span {
  font-size: 10px;
}

a.item-menu-tengah {
  top: -20px;
  position: relative;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 40px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
  margin-left: 15px;
}

/* LOGIN DAFTAR */
.login_daftar {
  background: #fff;
  border-radius: 20px;
  margin: 20px auto 160px auto;
  padding: 10px;
  width: 95%;
  font-size: 12px;
  color: #0077b6;
  font-weight: 500;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
}
.judul_login_daftar {
  color: #0077b6;
  font-size: 1.2rem;
}

/* DETAIL KENDARAAN */
.detail-kendaraan {
  background: #fff;
  border-radius: 20px;
  margin: -100px auto 130px auto;
  padding: 15px;
  width: 95%;
  color: #0077b6;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
}

img.poto-detail-kendaraan {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  object-fit: cover;
  box-shadow: 1px 2px 5px rgb(0 0 0 / 50%);
}

.judul_detail_kendaraan {
  font-size: 13px;
  color: #0077b6;
  font-weight: 600;
}

img.poto-pemilik-kendaraan {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.ms-auto.flex-column.text-center.bisaja {
  background: #0077b6;
  color: #fff;
  padding: 1px;
  font-size: 14px;
  border-radius: 5px;
  width: 36px;
  height: 36px;
}

span.harga-kendaraan {
  font-size: 20px;
  font-weight: 700;
  color: #842029;
  text-shadow: 0px 3px 5px #84202996;
}

button.btn-rental {
  background: #842029;
  color: #fff;
  width: auto;
  box-shadow: 0px 3px 5px #2125296b;
}

/* client */
.client-konten {
  background: #ffffff;
  width: 95%;
  height: auto;
  margin: 0px auto 100px auto;
  border-radius: 20px;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
  display: flex;
}

img.poto_profil {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
  margin: -80px auto auto auto;
  display: block;
}

.poto-profil {
  margin-top: -35px !important;
}
.ganti-poto-profil {
  color: #ffffff !important;
  font-size: 20px;
}

/* ULASAN */
.hasil-ulasan {
  width: fit-content;
}
img.poto-ulasan {
  width: 30px;
  height: 30px;
  border-radius: 10px;
}

.jawaban-ulasan {
  background: #e9e9e9;
  padding: 5px;
  border-radius: 5px;
}
.poto_penyewa {
  width: 30px;
  height: 30px;
  background-color: #0077B6;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  text-align: center;
  padding: 3px;
}

/* klik bintang rating */
.jq-ry-container {
  position: relative;
  padding: 0 5px;
  line-height: 0;
  display: block;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
  margin: auto;
}
.jq-ry-container[readonly="readonly"] {
  cursor: default;
}
.jq-ry-container > .jq-ry-group-wrapper {
  position: relative;
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group {
  position: relative;
  line-height: 0;
  z-index: 10;
  white-space: nowrap;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group > svg {
  display: inline-block;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-normal-group {
  width: 100%;
}
.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group {
  width: 0;
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/* TAMBAH KENDARAAN */
.poto-mobil {
  max-height: 200px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 5px rgb(0 0 0 / 25%);
  margin-bottom: 5px;
}

/* sweetalert2 button */
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #0077b6;
  color: #fff;
  font-size: 1em;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: .9rem;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}
