* {
  font-family: "Noto Sans", sans-serif !important;
  scroll-behavior: smooth;
}

.input-helper-text {
  margin-top: 8px;
  font-size: 14px;
  color: grey;
}

.navbar {
  padding: 24px 24px;
}
.navbar .navbar-brand {
  font-size: 20px;
  font-weight: 500;
}

.navbar-brand {
  font-size: 20px;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link.active {
  font-weight: 600;
}
.navbar-light .btn-contact-us {
  background-color: #04ADD2;
  padding: 8px 16px;
  color: white;
  font-size: 14px;
  border-radius: 24px;
}

.section-header .header-wrapper {
  border-radius: 16px;
  height: 350px;
}
.section-header .header-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Warna dan transparansi overlay */
}
.section-header .header-wrapper .text-wrapper {
  padding: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-header .header-wrapper .text-wrapper .title {
  font-size: 32px;
  font-weight: 600;
  color: white;
}
.section-header .header-wrapper .text-wrapper .subtitle {
  color: white;
  font-size: 18px;
}

.section-popular-category {
  padding: 64px 0px;
}
.section-popular-category .title {
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 4px;
}
.section-popular-category .category-card {
  display: flex;
  background-color: rgb(248, 248, 248);
  align-items: center;
  border-radius: 8px;
}
.section-popular-category .category-card .img-wrapper img {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.section-popular-category .category-card .category-title {
  padding-left: 24px;
  font-size: 18px;
}

.section-latest {
  padding: 64px 0px;
}
.section-latest .title {
  font-size: 24px;
  font-weight: 600;
  color: black;
  margin-bottom: 4px;
}
.section-latest .subtitle {
  color: rgb(127, 127, 127);
  font-size: 14px;
}
.section-latest .card-item {
  margin-bottom: 24px;
}
.section-latest .card-item .img-wrapper img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-latest .card-item .text-wrapper {
  padding: 16px 0px;
}
.section-latest .card-item .text-wrapper .product-name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.section-latest .card-item .text-wrapper .product-author {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: gray;
}
.section-latest .card-item .text-wrapper .product-category {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: gray;
}
.section-latest .card-item .text-wrapper .product-desc {
  margin-bottom: 24px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* Sesuaikan tinggi baris */
  height: 3em; /* 2 * line-height untuk dua baris */
}
.section-latest .card-item .text-wrapper .btn-product-detail {
  background-color: white;
  padding: 8px 16px;
  color: #04ADD2;
  border: 2px solid #04ADD2;
  font-size: 14px;
  border-radius: 24px;
}

.section-footer {
  color: white;
  background-color: #04ADD2;
}
.section-footer a {
  color: white;
}

.section-header-detail {
  padding: 48px 0px;
  min-height: 500px;
}
.section-header-detail .breadcrumb {
  background-color: white !important;
  padding: 0px;
  margin-bottom: 48px;
}
.section-header-detail .breadcrumb .breadcrumb-item a {
  color: #6c757d !important;
  text-decoration: underline;
}
.section-header-detail .breadcrumb .breadcrumb-item a:hover {
  color: #6c757d !important;
}
.section-header-detail .breadcrumb .breadcrumb-item.active {
  color: #6c757d !important;
  font-weight: 600;
}
.section-header-detail #carouselExampleIndicators .carousel-inner .carousel-item {
  height: 500px;
}
.section-header-detail #carouselExampleIndicators .carousel-inner .carousel-item img {
  border-radius: 16px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Untuk memastikan gambar tidak terdistorsi */
}
.section-header-detail #carouselExampleIndicators .carousel-caption {
  padding: 10px;
  border-radius: 5px;
  bottom: 20px; /* Geser posisi caption sedikit ke atas */
}
.section-header-detail #carouselExampleIndicators .carousel-control-prev-icon,
.section-header-detail #carouselExampleIndicators .carousel-control-next-icon {
  padding: 10px;
  border-radius: 50%;
}
.section-header-detail #carouselExampleIndicators .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0.5); /* Warna indikator */
}
.section-header-detail #carouselExampleIndicators .carousel-indicators li.active {
  background-color: #fff; /* Warna indikator saat aktif */
}
.section-header-detail .detail-product-wrapper .product-name {
  font-size: 28px;
  color: black;
  margin-bottom: 16px;
}
.section-header-detail .detail-product-wrapper .product-location {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  color: #808080;
}
.section-header-detail .detail-product-wrapper .product-author {
  margin-bottom: 16px;
}
.section-header-detail .detail-product-wrapper .product-author .title {
  font-size: 16px;
  font-weight: 700;
}
.section-header-detail .detail-product-wrapper .badge-category {
  background-color: #e8fbff;
  color: #04ADD2;
  border-radius: 4px;
  padding: 8px 12px;
  margin-bottom: 16px;
}
.section-header-detail .detail-product-wrapper .helper {
  font-size: 16px;
  font-weight: 700;
}
.section-header-detail .detail-product-wrapper .product-desc {
  font-weight: 400;
  font-style: 14px;
  margin-bottom: 24px;
}
.section-header-detail .detail-product-wrapper .btn-buy {
  background-color: #04ADD2;
  color: white;
  font-size: 16px;
}

.section-product-list {
  min-height: 600px;
}
.section-product-list .header-title {
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.section-product-list .header-title:hover {
  text-decoration: none;
}
.section-product-list .filter-wrapper .header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-product-list .filter-wrapper .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
.section-product-list .filter-wrapper .form-check {
  margin-bottom: 12px;
}
.section-product-list .filter-wrapper .btn-apply-filter {
  background-color: #04ADD2;
  color: white;
  font-size: 16px;
  margin-top: 24px;
}
.section-product-list .filter-wrapper .btn-reset-filter {
  background-color: white;
  color: grey;
  font-size: 16px;
  margin-top: 24px;
}
.section-product-list .product-wrapper .header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 48px;
}
.section-product-list .product-wrapper .card-item {
  margin-bottom: 24px;
}
.section-product-list .product-wrapper .card-item .img-wrapper img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-product-list .product-wrapper .card-item .text-wrapper {
  padding: 16px 0px;
}
.section-product-list .product-wrapper .card-item .text-wrapper .product-name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.section-product-list .product-wrapper .card-item .text-wrapper .product-category {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: gray;
}
.section-product-list .product-wrapper .card-item .text-wrapper .product-author {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
  color: gray;
}
.section-product-list .product-wrapper .card-item .text-wrapper .product-desc {
  margin-bottom: 24px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* Sesuaikan tinggi baris */
  height: 3em; /* 2 * line-height untuk dua baris */
}
.section-product-list .product-wrapper .card-item .text-wrapper .btn-product-detail {
  background-color: white;
  padding: 8px 16px;
  color: #04ADD2;
  border: 2px solid #04ADD2;
  font-size: 14px;
  border-radius: 24px;
  height: 39px;
}

.section-akun {
  min-height: 100vh;
  padding: 32px 0px;
}
.section-akun .menu-akun {
  padding: 24px;
}
.section-akun .menu-akun .profile-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
.section-akun .menu-akun .profile-email {
  font-size: 14px;
  color: gray;
}
.section-akun .menu-akun a {
  text-decoration: none;
  color: black;
}
.section-akun .menu-akun a .menu-item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.section-akun .menu-akun a .menu-item.active {
  color: #04ADD2 !important;
}
.section-akun .menu-akun a .menu-item:hover {
  color: #0385a2 !important;
}
.section-akun .menu-akun a .menu-item .title {
  padding-left: 8px;
}
.section-akun .profile-wrapper .header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.section-akun .profile-wrapper .btn-update-profile {
  background-color: #04ADD2;
  padding: 8px 16px;
  color: white;
  font-size: 16px;
}
.section-akun .barang-wrapper .btn-update-profile {
  background-color: #04ADD2;
  padding: 8px 16px;
  color: white;
  font-size: 16px;
}
.section-akun .barang-wrapper .header-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-akun .barang-wrapper .header-wrapper .header-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
}
.section-akun .barang-wrapper .header-wrapper .btn-product-add {
  color: #0385a2;
  font-weight: 600;
}
.section-akun .barang-wrapper .card-item {
  margin-bottom: 24px;
}
.section-akun .barang-wrapper .card-item .img-wrapper img {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.section-akun .barang-wrapper .card-item .text-wrapper {
  padding: 16px 0px;
}
.section-akun .barang-wrapper .card-item .text-wrapper .product-name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.section-akun .barang-wrapper .card-item .text-wrapper .product-category {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: gray;
}
.section-akun .barang-wrapper .card-item .text-wrapper .product-desc {
  margin-bottom: 24px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* Sesuaikan tinggi baris */
  max-height: 3em; /* 2 * line-height untuk dua baris */
}
.section-akun .barang-wrapper .card-item .text-wrapper .badge {
  color: white;
}
.section-akun .barang-wrapper .card-item .text-wrapper .btn-product-edit {
  border: 1.5px solid #04ADD2;
  color: #04ADD2;
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 14px;
}
.section-akun .barang-wrapper .card-item .text-wrapper .btn-product-edit:hover {
  background-color: #04ADD2;
  color: white;
  border: 1.5px solid #04ADD2;
}
.section-akun .barang-wrapper .card-item .text-wrapper .btn-product-delete {
  border: 1.5px solid red;
  color: red;
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 14px;
}
.section-akun .barang-wrapper .card-item .text-wrapper .btn-product-delete:hover {
  background-color: red;
  color: white;
  border: 1.5px solid red;
}

.section-login {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-login .card-login {
  background-color: white;
  padding: 24px;
  border-radius: 8px;
  padding: 40px 0px;
}
.section-login .card-login .img-wrapper {
  margin-bottom: 24px;
}
.section-login .card-login .img-wrapper img {
  width: 25%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.section-login .card-login .header-wrapper {
  margin-bottom: 48px;
}
.section-login .card-login .header-wrapper .title {
  font-size: 24px;
  font-weight: 600;
  color: black;
}
.section-login .card-login .header-wrapper .subtitle {
  color: gray;
  font-size: 16px;
}
.section-login .card-login .btn-forgot {
  color: black;
  text-decoration: underline;
}
.section-login .card-login .btn-login {
  margin-top: 48px;
  background-color: #04ADD2;
  padding: 12px 20px;
  color: white;
  font-size: 16px;
}
.section-login .card-login .register-text {
  text-align: center;
  text-decoration: underline;
}
.section-login .card-login .register-text a {
  color: black;
}

.section-cart {
  min-height: 100vh;
}
.section-cart .breadcrumb {
  background-color: white !important;
  padding: 0px;
  margin-bottom: 48px;
}
.section-cart .breadcrumb .breadcrumb-item a {
  color: #6c757d !important;
  text-decoration: underline;
}
.section-cart .breadcrumb .breadcrumb-item a:hover {
  color: #6c757d !important;
}
.section-cart .breadcrumb .breadcrumb-item.active {
  color: #6c757d !important;
  font-weight: 600;
}
.section-cart .card-request-item {
  border: 1px solid rgb(205, 205, 205);
  border-radius: 8px;
  padding: 24px;
}
.section-cart .card-request-item .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
}
.section-cart .card-request-item .img-wrapper img {
  width: 100%;
}
.section-cart .card-request-item .text-wrapper .name {
  font-size: 18px;
  font-weight: 600;
}
.section-cart .card-request-item .text-wrapper .category-wrapper {
  margin: 8px 0px;
}
.section-cart .card-request-item .text-wrapper .desc {
  margin-bottom: 24px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* Sesuaikan tinggi baris */
  height: 7.5em; /* 2 * line-height untuk dua baris */
}
.section-cart .btn-buy {
  background-color: #04ADD2;
  color: white;
  padding: 12px 0px;
}

.section-transaction .breadcrumb {
  background-color: white !important;
  padding: 0px;
  margin-bottom: 48px;
}
.section-transaction .breadcrumb .breadcrumb-item a {
  color: #6c757d !important;
  text-decoration: underline;
}
.section-transaction .breadcrumb .breadcrumb-item a:hover {
  color: #6c757d !important;
}
.section-transaction .breadcrumb .breadcrumb-item.active {
  color: #6c757d !important;
  font-weight: 600;
}
.section-transaction .card-order-wrapper {
  padding: 32px;
  border: 1px solid rgb(205, 205, 205);
  border-radius: 8px;
  margin-bottom: 48px;
}
.section-transaction .card-order-wrapper .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 48px;
}
.section-transaction .card-order-wrapper .card-order {
  margin-bottom: 56px;
}
.section-transaction .card-order-wrapper .card-order .action-buttons .btn-reject {
  background-color: white;
  padding: 8px 16px;
  color: #c90d26;
  border: 2px solid #c90d26;
  font-size: 14px;
  border-radius: 24px;
}
.section-transaction .card-order-wrapper .card-order .action-buttons .btn-reject:hover {
  background-color: #c90d26;
  color: #ffffff;
}
.section-transaction .card-order-wrapper .card-order .action-buttons .btn-accept {
  background-color: white;
  padding: 8px 16px;
  color: #0dc96e;
  border: 2px solid #0dc96e;
  font-size: 14px;
  border-radius: 24px;
}
.section-transaction .card-order-wrapper .card-order .action-buttons .btn-accept:hover {
  background-color: #0dc96e;
  color: white;
}
.section-transaction .card-order-wrapper .card-order .reason-wrapper .reason {
  font-size: 16px;
  color: rgb(116, 116, 116);
}
.section-transaction .card-order-wrapper .card-order .reason-wrapper .reason-title {
  font-size: 16px;
  font-weight: 600;
}
.section-transaction .card-order-wrapper .card-order .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-transaction .card-order-wrapper .card-order .header .text-wrapper .order-id {
  font-size: 20px;
  font-weight: 500;
}
.section-transaction .card-order-wrapper .card-order .header .text-wrapper .order-id .badge-info {
  font-size: 14px !important;
  font-weight: normal !important;
}
.section-transaction .card-order-wrapper .card-order .header .text-wrapper .order-date {
  font-size: 16px;
  color: rgb(116, 116, 116);
  margin-bottom: 24px;
}
.section-transaction .card-order-wrapper .card-order .header .btn-detail {
  background-color: white;
  padding: 8px 16px;
  color: #04ADD2;
  border: 2px solid #04ADD2;
  font-size: 14px;
  border-radius: 24px;
  height: 39px;
}
.section-transaction .card-order-wrapper .card-order .item-wrapper .order-item .info {
  margin-bottom: 24px;
}
.section-transaction .card-order-wrapper .card-order .item-wrapper .order-item .img-wrapper {
  margin-bottom: 24px;
  border-radius: 24px;
  border: 1px solid rgb(196, 196, 196);
}
.section-transaction .card-order-wrapper .card-order .item-wrapper .order-item .img-wrapper img {
  border-radius: 24px;
  width: 100%;
  background-size: cover;
  background-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-transaction .card-order-wrapper .card-order .item-wrapper .order-item .text-wrapper .product-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.section-transaction .card-order-wrapper .card-order .item-wrapper .order-item .text-wrapper .product-desc {
  margin-bottom: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em; /* Sesuaikan tinggi baris */
  height: 5.8em; /* 2 * line-height untuk dua baris */
}
.section-transaction .card-chat-wrapper {
  padding: 32px;
  border: 1px solid rgb(205, 205, 205);
  border-radius: 8px;
  margin-bottom: 48px;
}
.section-transaction .card-chat-wrapper .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 48px;
}

.section-help .text-wrapper {
  border-radius: 16px;
  padding: 48px;
  background-color: #F7F8FA;
  text-align: center;
}
.section-help .text-wrapper .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.section-help .text-wrapper .subtitle {
  font-size: 14px;
  color: rgb(172, 172, 172);
  margin-bottom: 8px;
  margin-bottom: 32px;
}
.section-help .text-wrapper .btn-helper {
  background-color: #04ADD2;
  padding: 8px 16px;
  color: #fff;
  border: 2px solid #04ADD2;
  font-size: 14px;
  border-radius: 24px;
}/*# sourceMappingURL=main.css.map */