body {
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Poppins';
}

.container-fluid {
    font-family: 'Poppins';
}

/* start of default scrollbar */
    /* Basic scrollbar styling for WebKit browsers (Chrome, Safari) */
    ::-webkit-scrollbar {
        width: 12px; /* Width of the scrollbar */
    }
    
    ::-webkit-scrollbar-track {
        background: #f1f1f1; /* Background color of the scrollbar track */
    }
    
    ::-webkit-scrollbar-thumb {
        background: #888; /* Color of the scrollbar thumb */
    }
    
    ::-webkit-scrollbar-thumb:hover {
        background: #555; /* Color of the scrollbar thumb on hover */
    }
    
    /* For Firefox */
    * {
        scrollbar-width: auto; /* or `thin` for a thinner scrollbar */
        scrollbar-color: #888 #f1f1f1; /* Thumb color and track color */
    }
/* end of default scrollbar */

body::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb, .custom-scrollbar::-webkit-scrollbar-thumb {
    background: #00A3CC;
    border-radius: 16px;
}

::-webkit-scrollbar {
    height: 6px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.navbar-nav {
    flex-grow: 1;
}

.parent-container {
    display: flex;
    justify-content: flex-end;
}

.logo-container img {
    max-width: 100%;
    height: auto;
    margin-left: 100px;
}

.logo {
    max-height: 40px;
}

.cyan {
    color: cyan;
}

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

.cyan-background img {
    width: 100%;
    height: auto;
}

.white-background {
    background-color: white;
    width: 100%;
}

.white-background {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

#component {
    width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row p {
    flex: 1;
    margin: 0;
}

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

.page-body {
    position: relative;
    text-align: center;
}

.card-style {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.style-text1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 3em;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.style-text2 {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding-top: 0px;
}

.style-text3 {
    width: 180px;
    height: 39px;
    padding: 8px;
    border-radius: 999px;
    border: 1px solid white;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

.style-text3 .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.style-text3 .text-white {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.img-fluid {
    max-width: 100%;
    max-height: 100%;
}

.img-profile {
    width: 24px;
    height: 24px; 
}

.img-transaksi {
    width: 76px;
    height: 76px;
    border-radius: 8px; 
}

.component1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    font-family: 'Poppins', sans-serif;
}

.font-text {
    font-size: 80px;
}

.font-text2 {
    font-size: 80px;
}

.active-text {
    color: #00A3CC !important;
}

.hidden-content {
    display: none;
}

.custom-p {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 10px;
    text-align: left;
    cursor: pointer;
}

.nav-link.active {
    background-color: #00A3CC;
    color: #ffffff;
    border-radius: 999px;
    border: 1px solid white;
}

.clickable-text {
    color: #00A3CC;
    cursor: pointer;
}

.clickable-text.clicked {
    color: white;
}

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

.scrolling-container {
    width: 100%;
    overflow: hidden;
}

.overflow-auto {
    overflow-x: auto;
    white-space: nowrap;
}

.overflow-auto::-webkit-scrollbar {
    display: none;
}

.cards-wrapper {
    display: flex;
    transition: transform 0.3s;
}

.col-lg-3 {
    flex: 0 0 auto;
    width: 230px;
    margin-right: 15px;
}

.livestream-container {
    display: flex;
    flex-direction: column;
}

.arrow-left {
    margin: 30px 0px 30px 30px;
}

.btn-back {
    width: 32px;
    height: 32px;
    margin: 20px 0px 20px 0px;
}

.btn-backMarket {
    position: relative;
    z-index: 1;
}

.btn-backHome {
    width: 32px;
    height: 32px;
    margin: 20px 0px 20px 60px;
}

.btn-menu.active, .btn-pembayaran.active, .btn-transaksi.active, .dropdown-item.active-dropdown-item {
    color: #00A3CC !important;
    font-weight: bold;
}

.btn-transaksi.dropdown-toggle::after {
    display: none;
}

#dropdown-chat-option.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 0px 8px 8px 8px;
    box-shadow: 1px 2px 8px 0px rgba(0, 171, 214, 0.22);
}

.dropdown-menu .dropdown-item {
    color: #00171D;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}

.active-column {
    border-bottom: 1px solid #00A3CC;
}

.blue-text {
    color: #00A3CC;
    font-weight: bold;
  }

.grey-text {
    color: #99A2A5;
}

.gray-text {
    color: #33454A;
}

.img1 {
    max-width: 100%;
    max-height: 100%;
    width: 48px;
    height: 48px;
    border-radius: 999px;
}

.imgPenjual {
    max-width: 100%;
    max-height: 100%;
    width: 48px;
    height: 48px;
    border-radius: 999px;
}

.imgMerchant {
    position: absolute;
    border-radius: 999px;
    z-index: 1;
    border: 2px solid #FFFFFF;
}

.img2 {
    max-width: 100%;
    max-height: 100%;
    width: 100px;
    height: 100px;
    border-radius: 999px;
}

.card-chat{
    padding: 16px;
    gap: 16px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 1px 1px 4px 0px rgba(94, 212, 255, 0.20);
    height: 650px;
    max-height: 100%;
}

.card-column1 {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 0px #5ED4FF;
    height: 100%;
}

.card-column2 {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 1px 1px 4px 0px #5ED4FF;
}

.card-column-filter {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 1px 1px 4px 0px rgba(0, 53, 69, 0.24);
}

.pilih-gambar {
    display: flex;
    padding: 6px;
    flex-direction: column;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #00A3CC;
    color: #00A3CC;
    cursor: pointer;
    text-decoration: none !important;
}

.pilih-gambar:hover, .hubungi-penjual:hover, .kunjungi-profil:hover, .btn-ubah:hover, .btn-cek-status:hover, .btn-batalkan:hover {
    background-color: #00A3CC;
    color: white;
}

.hubungi-penjual:hover img {
    filter: brightness(0) invert(1);
}

.btn-ubah {
    display: flex;
    width: 100px;
    height: 40px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #00A3CC;
    text-decoration: none;
    color: #00A3CC;
}

.lihat-detail {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #00A3CC;
    color: #00A3CC;
    font-size: 14px;
    width: 100px;
    height: 40px;
    cursor: pointer;
    text-decoration: none !important;
    margin-right: 2px;
}

.card-column3 {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 1px 1px 4px 0px #5ED4FF;
}

.card-column3 label {
    margin-bottom: 0px;
}

label {
    color: #9CA3A5;
    font-size: 14px;
}

.label-content {
    color: #07181F;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.label-content-id {
    color: #00A3CC;
    font-size: 14px;
    font-weight: 500;
}

.btn-link {
    color: #00A3CC !important;
    font-weight: bold !important;
    text-decoration: none !important;
    margin-left: 5px;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #002933;
    color: #fff;
    padding: 20px;
}

.info {
    display: flex;
    padding: 16px;
    border-radius: 999px;
    background: #E6FAFF;
    color: #00A3CC;
    padding-bottom: 0px;
    margin-bottom: 10px;
}  

.form-modal {
  display: flex;
  padding: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid #99A2A5;
  width: 100%;
  background-color: #E6E8E8;
}

.form-modal-area {
  display: flex;
  height: 100%;
  width: 100%;
  max-height: 200px;
  padding: 14px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #99A2A5;
  background-color: #E6E8E8;
}

.form-modal-date {
    padding: 14px;
    align-items: flex-start;
    border-radius: 999px;
    border: 1px solid #99A2A5;
    width: 100%;
}

.input-icon {
    position: absolute;
    top: 50%;
    margin-right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #000;
}

.radio-inline {
    margin: 10px;
}

.kategori-marketplace {
    color: #99A2A5;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.form-control::placeholder {
    color: #99A2A5;
    font-weight: 500;
}

#search-transaksi:focus, #searchChat:focus, #searchUser:focus {
    border-color: #00A3CC !important;
    border-left-color: transparent !important;
    caret-color: #00A3CC;
}

#search-wrapper-transaksi:focus-within span, #search-wrapper-chat:focus-within span, #search-wrapper-user:focus-within span {
    border-color: #00A3CC !important;
    border-right-color: transparent !important;
}

#search-transaksi, #search-wrapper-transaksi span, #searchChat, #search-wrapper-chat span, #searchUser, #search-wrapper-user span{
    transition: none !important;
}

#message:focus {
    caret-color: #00A3CC;
}

.btn-beli-dulu {
    display: flex;
    padding: 8px;
    justify-content: center;
    border-radius: 999px;
    background: #00A3CC;
    color: #E6E8E8;
    font-size: 13px;
    width: 100%;
    border: none;
    text-decoration: none;
}

.btn-tawar-dulu {
    display: flex;
    padding: 8px;
    justify-content: center;
    border-radius: 999px;
    background: #FFEA00;
    color: black;
    font-size: 13px;
    width: 100%;
    border: none;
    text-decoration: none;
}

.btn-beli-dulu2, .btn-kirimPesan, .btn-undang {
    display: flex;
    padding: 8px;
    justify-content: center;
    border-radius: 999px;
    background: #00A3CC;
    color: #E6E8E8;
    font-size: 14px;
    width: 170px;
    border: none;
    text-decoration: none;
}

.btn-konfirmasi:hover, .btn-belanja-lagi:hover {
    background: #fff;
    color: #00A3CC;
    border: 1px solid #00A3CC;
}

.btn-konfirmasi {
    display: flex;
    width: 200px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #00A3CC;
    color: #FFFFFE;
    text-decoration: none;
    font-size: 14px;
}

.btn-beli {
    display: flex;
    width: 200px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #99A2A5;
    overflow: hidden;
    color: #FFFFFE;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.form-check:not(:last-child) {
    margin-bottom: 15px;
}

.form-check {
    margin-left: 5px;
}
  
.form-check-label {
    color: #00171D;
    margin-left: 5px;
}

input[type="checkbox"] {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    border: 1px solid var(--Monochromatic-DEALDULU-400, #667477);
}

.category-checkbox {
    border-radius: 4px;
}

.kunjungi-profil {
    display: flex;
    width: 100%;
    max-width: 366px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #00A3CC;
    color: #00A3CC;
    font-size: 14px;
    margin: 0 auto;
    background: #fff;
}

.hubungi-penjual {
    display: flex;
    height: 36px;
    width: 200px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    border: 1px solid #00A3CC;
    color: #00A3CC;
    font-size: 14px;
    text-decoration: none;
}

.btn-ikuti {
    display: flex;
    width: 170px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    border: 1px solid #07181F;
    color: #07181F;
    font-size: 14px;
    text-decoration: none;
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.icon-img {
    width: 30px;
    height: 30px;
}

.card-detail {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 1px 1px 4px 0px rgba(0, 123, 255, 0.24);
}

.card-detailDD, .card-promo {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 1px 1px 4px 0px rgba(0, 123, 255, 0.24);
}

.card-BidDuluList {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 1px 1px 4px 0px rgba(0, 123, 255, 0.24);
}

.card-review {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 1px 2px 4px 0px #00ABD640;
    height: 115px;
}

.card-transaksi {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    background: #FFFFFE;
    box-shadow: 0px 1px 5px 0px rgba(0, 171, 214, 0.25);
}

.img-produk {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 140px;
    border-radius: 8px;
}

.img-produk2 {
    width: 100%;
    height: 100%;
    max-width: 85px;
    max-height: 85px;
    border-radius: 8px;
}

.jumlah-text {
    color: #07181F;
    font-size: 14px;
}

.cara-bayar {
    color: #39464C;
    font-size: 14px;
    padding-bottom: 15px;
}

.btn-cek-status {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #00A3CC;
    text-decoration: none;
    font-size: 14px;
    color: #00A3CC;
}

.btn-belanja-lagi {
    display: flex;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #00A3CC;
    color: #FFFFFE;
    text-decoration: none;
    font-size: 14px;
}

.copy-container {
    position: relative;
    display: inline-block;
}

.copy-btn {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

.copy-btn:hover {
    opacity: 0.7;
}

.text-to-copy {
    user-select: none;
    pointer-events: none;
}

.copy-btn:active img {
    visibility: hidden;
}

.info-status {
    display: flex;
    padding: 4px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    border-radius: 120px;
    background: #F5FDFF;
    color: #00ABD6;
    font-size: 10px;
    font-weight: bold;
}

.pre-order {
    justify-content: center;
    display: flex;
    border-radius: 120px;
    background: #00ABD6;
    color: #07181F;
    font-size: 12px;
    width: 80px;
    align-items: center;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    /* padding: 5px 10px; */
    margin: 0;
    /* color: #000; */
}

.pagination button:focus {
    outline: none;
}

.prev-btn img {
    transform: scaleX(-1);
}

.page-numbers {
    display: flex;
}

.active-btn {
    color: #00A3CC !important;
    border: none;
    outline: none;
    box-shadow: none;
}

.active-btn2 {
    color: #00A3CC !important;
    font-weight: bold !important;
    border: none;
    outline: none;
    box-shadow: none;
}

.active-col {
    border-bottom: 2px solid #00A3CC;
}

.page-numbers button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 15px;
}

.page-numbers button.active {
    color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    background: rgba(0, 123, 255, 0.95);
}

.form-check-input[type="radio"] {
    width: 18px;
    height: 18px;
    border: 2px solid #667477;
    outline: none;
    cursor: pointer;
}

.form-check-input[type="radio"]:checked {
    background-color: #00A3CC;
}

.btn-simpan{
    display: flex;
    width: 100%;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    color: #FFFFFE;
}

.btn-simpan:hover {
    border: 1px solid #00A3CC;
    color: #00A3CC;
}

.btn-simpan:disabled {
    color: #FFFFFE;
}

.disabled-img img  {
    filter: grayscale(100%) brightness(40%);
}

.btn-batalkan{
    display: flex;
    width: 100%;
    height: 42px;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    color: #00ABD6;
    background-color: #FFFFFE;
    border: 1px solid #00ABD6;
}

.btnKonfirmasi{
    display: flex;
    width: 100%;
    height: 42px;
    padding: 16px 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 999px;
    color: #FFFFFE;
}

.modal-profile-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)* .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

@media (max-width: 768px) {
    .style-text1 {
        font-size: 2.5em;
    }

    .style-text2 {
        font-size: 14px; 
    }

    .style-text3 {
        width: 150px;
        height: 34px;
        font-size: 12px;
        padding: 6px;
    }
}