/* Heading */
.text {
    font-size: 1.4rem;
    font-weight: 600;
    color: #6143e4;
}

.alert {
    font-size: 1.1rem;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.alert .close {
    font-size: 1.5rem;
}

/* Table */
.table-card {
    margin-top: 30px;
    background-color: #ffffff;
    width: 100%;
    /* padding: 2rem 0; */
    border-radius: 10px;
    border: 1px solid #e2e3e5;
}

.switch-auction {
    background-color: #ffffff;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e2e3e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin-top: 20px;
}

.small-filter {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    height: auto;
    border-width: 0.5px;
    font-weight: bold;
    color: #5271ff !important;
}

/* .small-filter option {
    color: #5271FF !important;
    font-weight: bold !important;
} */

    /* All tabs default color */
    .nav-tabs .nav-link {
        color: #FFFFFF !important;
        font-size: 12px;
        font-weight: 600;
        background-color: #6143E4 !important;
        border-radius: 10px;
        padding: 10px 15px;
        border: none !important;
    }

    /* Active tab - remove bottom border */
    .nav-tabs .nav-link.active {
        border-bottom: none !important;
        /* font-weight: 400; */
        background-color: #301b8f !important;
    }

    /* Optional hover effect */
    .nav-tabs .nav-link:hover {
        background-color: #301b8f !important;
    }

.select-btn {
    display: block;
    border: 1px solid #c2c1c1;
    border-radius: 5px;
    color: #6143e4;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    background-color: #ffffff;
    appearance: none;
}

.form-select-sm {
    padding: 0.25rem;
    border-width: 0.5px !important;
}

.details-row {
    background-color: #f9f9f9;
    border: none;
}

.details-container p {
    margin: 0.25rem 0;
}

.detailed-container {
    max-width: 100%;
    /* display: table; */
    /* width: 100%; */
}

.card-header {
    /* background-color: #f8f9fa; */
    font-weight: bold;
    padding: 10px 30px 20px 30px;
    /* border-bottom: 1px solid #C2C1C1; */
}

.btn-custom {
    color: #5271ff;
    font-weight: bold;
}

.table th,
.table td {
    text-align: center;
}

.table th {
    background-color: #f1f1f1;
    color: #5271ff;
}

.tab-content {
    padding: 20px 0px;
}

.pagination {
    justify-content: center;
}

.custom-dropdown {
    position: relative;
    /* display: inline-block; */
    box-shadow: inset 0 0 0 0.5px #6143e4;
    padding: 5px;
    border-radius: 5px;
}

.dropdown-btn {
    background-color: #fff;
    display: flex;
    gap: 10px;
    padding: 2px 5px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: #6143e4;
    text-align: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: -1%;
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    padding: 3px;
    max-width: 95px;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

.dropdown-content::-webkit-scrollbar {
    width: 5px;
}

.dropdown-content::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 10px;
}

.dropdown-content::-webkit-scrollbar-track {
    background-color: #ffffff;
    padding: 5px 0;
}

.dropdown-item {
    font-size: 10px;
    padding: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #e7e3fb;
}

.total-cars {
    font-size: 16px;
    font-weight: 600;
    color: #6143e4;
}

.card-body ul {
    list-style-type: none;
    /* padding: 1rem 2rem; */
    margin: 0;
}

.card-body ul li a {
    color: #6143e4;
    text-decoration: none;
}

.auction-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
    vertical-align: center;
}

.auction-table thead {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
}

.auction-table thead tr {
    color: #707073;
}

.auction-table thead tr th {
    padding: 1rem 0.5rem;
    font-size: 0.85rem;
    font-weight: 550;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.auction-table tbody {
    display: table-row-group;
    /* Maintain full width */
    max-height: 600px;
    overflow-y: auto;
}

.tbody-container table tbody::-webkit-scrollbar {
    width: 0.5rem;
}

.tbody-container::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 10px;
}

.auction-table tbody tr {
    background-color: #ffffff;
    transition: ease all 0.3s;
}

.auction-table tbody tr:hover {
    background-color: #ece8ff;
}

.auction-table tbody tr:hover button {
    background-color: #ece8ff;
}

.inner-table thead tr:hover {
    background-color: #f7f7f7;
}

.inner-table tbody tr:hover {
    background-color: #f7f7f7;
}

.auction-table tbody tr td {
    padding: 0.6rem 0.5rem;
    font-size: 0.77rem;
    font-weight: 400;
    text-align: center;
}

.shortlist-row {
    border-bottom: 1px solid #eeeeee;
}

.active-row {
    border-bottom: 1px solid #eeeeee;
}

.img-container {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    /* background-color: #f1eeff; */
    margin: 0;
    cursor: pointer;
}

.tbody-container {
    max-height: 550px;
    width: 100%;
    overflow-x: auto;
    overflow-y: visible;
    position: relative;
}

.extend-btn {
    position: unset;
    background-color: white;
    border: none;
    transition: ease all 0.3s;
}

.inner-table {
    width: 100%;
    border-collapse: collapse;
    vertical-align: center;
}

.inner-table thead {
    z-index: 0;
}

.inner-table thead tr {
    background-color: #f7f7f7;
}

.inner-table thead tr th {
    padding: 0.5rem 0.5rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #878790;
    text-align: center;
    border-bottom: none;
}

.inner-table tbody tr {
    background-color: #f7f7f7;
}

.inner-table tbody tr td {
    font-size: 0.7rem;
}

.cost-row {
    border-bottom: 1px solid #eeeeee;
}

.cost-row td {
    background-color: #f7f7f7;
}

.cost-row td:hover {
    background-color: #f7f7f7;
}

.cost-div.active {
    border-bottom: 2px solid #c2c1c1;
}

.cost-div .other-cost ,.cost-div .cost-div , .cost-div .cost-other-shortlist,.cost-div .cbr-cost-other{
  display: flex;
  gap: 5px;
  margin: 0;
  padding: 5px;
  background-color: #fffadb;
  border-radius: 5px;
  font-size: 0.7rem;
  color: #958100;
}

.cost-div .other-cost span,.cost-div .cost-div span, .cost-div .cost-other-shortlist span,.cost-div .cbr-cost-other span{
 font-weight: 600;
}

.suggest-bid {
    background-color: #e8ffdb;
    border-radius: 5px;
    font-size: 0.8rem;
    padding: 5px;
    color: #549a47;
    margin: 0%;
}


.has-image-access-mobile {
    position: relative;
    display: inline-block;
}

.source-badge-mobile {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background-color: #6f42c1; /* Purple */
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    opacity: 0.95;
}




.suggest-bid span {
  font-weight: 600;
}

.shortlisted-note {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
    margin: 0;
}

.other-cost input {
    border: 1px solid #c2c1c1;
    background-color: #fffadb;
    color: #958100;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px;
    border-radius: 5px;
    width: 80px;
}

.other-cost textarea {
    border: 1px solid #c2c1c1;
    background-color: #fffadb;
    color: #958100;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px;
    border-radius: 5px;
}

.other-cost label {
    font-size: 0.7rem;
    font-weight: 600;
    color: #958100;
}

.suggest-bid input {
    border: 1px solid #c2c1c1;
    background-color: #e8ffdb;
    color: #549a47;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 5px;
    border-radius: 5px;
    width: 80px;
}

.tradeMark {
    /* display: inline-block; */
    position: relative;
    border-radius: 5px;
    /* background-color: #fd6c29; */
    background: linear-gradient(135deg, #fd6c29, #ff9a3b);
    color: #fff;
    font-size: 10px;
    margin: 0;
    cursor: pointer;
}

.tradeMark::before,
.tradeMark::after {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    width: 300px;
    position: absolute;
    z-index: 10000;
}

/*!* Popup container using ::after *!*/
/*.tradeMark::after {*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-top: 6px solid transparent;*/
/*  border-bottom: 6px solid transparent;*/
/*  border-right: 8px solid #fff;*/
/*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
/*  left: calc(100% + 7px);*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*}*/

/*!* Popup arrow using ::before *!*/
/*.tradeMark::before {*/
/*  content: "Third-Party Content Attribution This vehicle was observed in google or website of the data source. Its details were collected at the request of our clients/ for market research. We do not claim ownership of this vehicle or any associated images, descriptions, or digital assets. All such content remains the property of the respective data source, to whom full credit is given.";*/
/*  background-color: #3A3A49;*/
/*  color: #fff;*/
/*  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
/*  padding: 8px 12px;*/
/*  white-space: normal;*/
/*  word-wrap: break-word;*/
/*  line-height: 1.5;*/
/*  border-radius: 6px;*/
/*  font-size: 12px;*/
/*  font-weight: normal;*/
/*  left: calc(100% + 15px);*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  z-index: 10000;*/
/*}*/

/*!* Show popup and arrow on hover *!*/
/*.tradeMark:hover::after,*/
/*.tradeMark:hover::before {*/
/*  opacity: 1;*/
/*}*/
/* Popup arrow using ::after */
.tradeMark::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #fff;
    /* Arrow points right now */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    right: calc(100% + 7px);
    /* Push to the left of the element */
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10001;
}

/* Popup box using ::before */
.tradeMark::before {
    content: "Third-Party Content Attribution This vehicle was observed in google or website of the data source. Its details were collected at the request of our clients/ for market research. We do not claim ownership of this vehicle or any associated images, descriptions, or digital assets. All such content remains the property of the respective data source, to whom full credit is given.";
    position: absolute;
    background-color: #3a3a49;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.5;
    border-radius: 6px;
    font-size: 12px;
    font-weight: normal;
    right: calc(100% + 15px);
    /* Move tooltip left of the element */
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 10000;
}

/* Show popup and arrow on hover */
.tradeMark:hover::after,
.tradeMark:hover::before {
    opacity: 1;
}


/* trademark mobile */
.tradeMarkWrapper , .specsWrapper {
  position: relative;
  display: inline-block;
}

.tradeMarkMobile , .other-specs-mobile {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  background: linear-gradient(135deg, #fd6c29, #ff9a3b);
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
}

 .specsWrapper .other-specs-mobile {
    background: transparent !important;
 }

/* Tooltip box */
.tooltipBox {
  position: absolute;
  bottom: 125%;
  left: 140px;
  transform: translateX(-50%);
  width: 280px;
  background: #333;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9999;

  /* ✅ Force proper horizontal wrapping */
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  text-align: left;
  display: block;
  writing-mode: horizontal-tb !important;  /* force horizontal text layout */
}


/* Arrow */
.tooltipBox::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Visible state */
.tooltipBox.active {
  opacity: 1;
  visibility: visible;
}


/* Main content styling for demo */
.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

h1 {
    margin-bottom: 20px;
    color: #333;
}

p {
    margin-bottom: 15px;
    line-height: 1.6;
}

/* Disclaimer Popup */
.disclaimer-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.disclaimer-popup-container {
    width: 550px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    animation: slideIn 0.4s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateY(30px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.disclaimer-popup-header {
    background: linear-gradient(135deg, #5a46e6, #4130c7);
    color: white;
    padding: 20px 25px;
    position: relative;
}

.disclaimer-popup-title {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 600;
}

.disclaimer-popup-title i {
    margin-right: 12px;
    font-size: 24px;
}

.disclaimer-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.disclaimer-popup-close:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

.disclaimer-popup-content {
    padding: 25px;
    max-height: 400px;
    overflow-y: auto;
}

.sorted-asc-icon {
    display: none;
}

.sorted-desc-icon {
    display: none;
}

.disclaimer-section {
    margin-bottom: 20px;
}

.disclaimer-list li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #3a3a49;
}

.popup-footer {
    display: flex;
    padding: 20px 25px;
    background: #f7f8fd;
    border-top: 1px solid #eee;
    align-items: center;
    justify-content: space-between;
}

.dont-show-again {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #666;
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
}

.checkbox {
    width: 18px;
    height: 18px;
    border: 2px solid #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    transition: all 0.2s;
}

.checkbox:hover {
    border-color: #5a46e6;
}

.checkbox.checked {
    background-color: #5a46e6;
    border-color: #5a46e6;
}

.checkbox.checked i {
    color: white;
    font-size: 12px;
}

.disclaimer-popup-button {
    background: #5a46e6;
    color: white;
    border: none;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
}

.disclaimer-popup-button:hover {
    background: #4130c7;
}

.disclaimer-popup-button i {
    margin-left: 8px;
}

/* Footer Style */
.dashboard-footer {
    background-color: white;
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.footer-left {
    color: #666;
    font-size: 14px;
}

.footer-right {
    display: flex;
    gap: 20px;
}

.footer-link {
    color: #666;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.footer-link:hover {
    color: #5a46e6;
}

.footer-link i {
    margin-right: 6px;
}

/* Disclaimer button - always visible in footer */
.disclaimer-button {
    background-color: rgba(90, 70, 230, 0.1);
    color: #5a46e6;
    border: none;
    border-radius: 6px;
    padding: 8px 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
}

.disclaimer-button:hover {
    background-color: rgba(90, 70, 230, 0.2);
}

.disclaimer-button i {
    margin-right: 6px;
}

/* Version indicator to show this is shown once daily */
.daily-indicator {
    background-color: #ff7043;
    color: white;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    right: -5px;
    font-weight: 500;
}

.filter-dropdown {
    position: relative;
    max-width: 200px;
}

.dropdown-button {
    width: 100%;
    padding: 10px 10px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #6143e4;
    font-weight: 500;
}

.dropdown-button:hover {
    background-color: #f9f9f9;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding-left: 5px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 1000;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.active {
    display: block;
}

.dropdown-option {
    cursor: pointer;
    display: flex;
    align-items: center;
    /* position: relative; */
}

.dropdown-option:hover {
    background-color: #f5f5f5;
}

.dropdown-option input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.dropdown-option input[type="checkbox"]:checked {
    background-color: #6143e4;
    border-radius: 4px;
}

.dropdown-option label {
    font-size: 14px;
    color: #3a3a49;
    font-weight: 500;
    margin: 0;
}

.apply-button {
    width: 100%;
    padding: 5px;
    background-color: #6143e4;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    margin-top: 10px;
    transition: ease all 0.3s;
}

.apply-button:hover {
    background-color: #2b07cc;
}

.modal-btn {
    border: 1px solid #6143e4;
    background-color: #fff;
    color: #6143e4;
    font-weight: 500;
    font-size: small;
    padding: 0.35rem 0.8rem;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.custom-modal {
    /* write the modal code for fixed height and overflow  */
    /* display: flex; */
    position: relative;
    width: 100%;
    pointer-events: auto;
    border-radius: 5px;
    max-height: 20rem !important;
    overflow-y: auto;
    overflow-x: hidden;
}

.modal-btn:hover {
    background-color: #6143e4;
    color: #fff;
}

.filter-modal-header {
    background-color: #6143e4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px 5px 0 0;
}

.filter-label {
    font-size: 1rem;
    font-weight: 500;
}

.submit-btn {
    background-color: #6143e4;
    color: #fff;
    font-weight: 500;
    font-size: small;
    padding: 0.35rem 0.8rem;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.submit-btn:hover {
    background-color: #3612d4;
}

.table-update-message {
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background-color: #ffffff;
    display: flex;
    border-bottom: 1px solid #e9d4ff;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.message-content strong {
    color: #3a3a49;
    font-weight: 600;
    font-size: 14px;
}

.message-content small {
    color: #3a3a49;
    font-weight: 500;
    font-size: 12px;
}

.table-update-message.none {
    display: none;
}

.table-update {
    color: #3a3a49;
    font-weight: 500;
    font-size: 15px;
}

.header-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.header-container.between-class {
    justify-content: space-between;
}

.header-container.end-class {
    justify-content: flex-end;
}

.next-update {
    color: #878790;
    font-size: 13px;
    font-weight: 400;
}

.share-modal-header {
    background-color: #6143e4;
}

.share-modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
}

.share-modal-header .share-close-btn {
    background-color: #6143e4;
    outline: none;
    color: #fff;
    border: none;
}

/* Loading Animation Styles */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    /* Higher than Bootstrap modal z-index */
}

.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loading-text {
    color: #6143e4;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.loading-spinner {
    position: relative;
    width: 100px;
    height: 100px;
}

.spinner-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 8px solid transparent;
    border-top-color: #6143e4;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

.spinner-circle:nth-child(2) {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    border-top-color: rgba(97, 67, 228, 0.8);
    animation-duration: 2s;
    animation-direction: reverse;
}

.spinner-circle:nth-child(3) {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
    border-top-color: rgba(97, 67, 228, 0.6);
    animation-duration: 2.5s;
}

.dots-container {
    display: flex;
    margin-top: 30px;
}

.dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6143e4;
    margin: 0 8px;
    opacity: 0;
    animation: fade 1.5s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.5s;
}

.dot:nth-child(3) {
    animation-delay: 1s;
}

.progress-bar {
    width: 250px;
    height: 8px;
    background-color: rgba(97, 67, 228, 0.2);
    border-radius: 4px;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

.progress {
    height: 100%;
    background-color: #6143e4;
    border-radius: 4px;
    width: 0%;
    transition: width 0.3s ease;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fade {
    0%,
    100% {
        opacity: 0;
        transform: scale(0.8);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.shortlisted-note:hover::after {
    content: attr(data-full-address);
    position: absolute;
    bottom: 60%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fffadb;
    color: #958100;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 0.7rem;
    margin-bottom: 10px;
    z-index: 100;
}

/* .shortlisted-note:hover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 10%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  margin-bottom: 4px;
} */
.tooltip-wrapper {
    position: relative;
}

.other-specs {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.tooltip-wrapper:hover .other-specs::after {
    content: attr(data-full-address);
    position: absolute;
    bottom:70%;
    left: 30%;
    background-color: #f7f7f7;
    color: #3a3a49;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 0.7rem;
    z-index: 100;
}

.auction-wrapper {
    background-color: #f5f3ff;
    min-height: 100vh;
    padding: 20px 35px 35px 35px;
    padding-bottom: 10px;
}

.filter-only-card {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e2e3e5;
    /* padding: 20px; */
    /* margin: ; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.filter-header-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-title {
    color: #3a3a49;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 0px;
}

.search-header {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #e2e3e5;
}

.search-header span {
    color: #3a3a49;
    font-size: 18px;
    font-weight: 600;
}

.split {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.split label {
    font-size: 14px;
    color: #69696e;
    margin-bottom: 8px;
    font-weight: 600;
}

.filter-header-section span {
    color: #3a3a49;
    font-size: 14px;
}

.filter-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.filter-main-btn2 {
    background: #6143e4;
    color: whitesmoke;
    width: auto;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 0px;
    min-width: 140px;
    transition: all 0.3s ease;
}

.filter-main-btn2:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 8px 25px rgba(97, 67, 228, 0.4); */
    color: white;
}

.clear-btn {
    width: auto;
    border: none;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 600;
    margin: 10px;
    min-width: 140px;
    transition: all 0.3s ease;
    background-color: #fff;
    color: #737373;
    border: 1px solid #e2e3e5;
}

.clear-btn:hover {
    transform: translateY(-3px);
    background-color: #f8f9ff;
    /* border: 1px solid #3A3A49; */
    color: #6143e4;
}

.filter-main-btn {
    background-color: #f3f3f3;
    color: #3a3a49;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    min-width: 140px;
    transition: all 0.3s ease;
    border: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
}

.filter-main-btn:hover {
    transform: translateY(-3px);
    background-color: #fff;
    border: 1px solid #3a3a49;
    color: #737373;
}

.filter-main-btn i {
    margin-right: 8px;
    font-size: 1.1rem;
}

.dropdown-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
    fill: #6c757d;
}

.dropdown-arrow.rotated {
    transform: rotate(180deg);
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 4px;
    display: none;
}

.dropdown-menu-custom.show {
    display: block;
}

.filter-dropdown-content {
    padding: 8px;
}

.form-check-custom {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.form-check-custom:hover {
    background-color: #f8f9fa;
}

.filter-form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    accent-color: #6f42c1;
    cursor: pointer;
}

.filter-label {
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #495057 !important;
    cursor: pointer !important;
    flex: 1 !important;
    margin: 0 !important;
}

.selected-filters {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dee2e6;
  /* display: none; */
}

.selected-count {
    font-size: 14px;
    font-weight: 600;
    color: #495057 !important;
}

.selected-filters.show {
    display: block;
}

.selected-filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.selected-filters-title {
    font-size: 16px;
    font-weight: 600;
    color: #495057;
}

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background-color: #e7d9ff;
    color: #6f42c1;
    border-radius: 16px;
    font-size: 13px;
    border: 1px solid #d1b3ff;
}

.filter-tag-category {
    font-weight: 600;
    text-transform: capitalize;
}

.remove-tag {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    color: #6f42c1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-tag:hover {
    background-color: #d1b3ff;
}

.close-icon {
    width: 12px;
    height: 12px;
    fill: currentColor;
}

.search-instructions {
    width: 100%;
    padding: 30px;
    background: #f8f9ff;
    border-radius: 10px;
    border: 1px solid #e2e3e5;
    background: white;
}

.instruction-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #495057;
}

.instruction-item:last-child {
    margin-bottom: 0;
}

.instruction-item i {
    color: #6143e4;
    margin-right: 12px;
    font-size: 1.1rem;
    width: 20px;
}

.grid-section {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 20px;
}

/* Modal Styling */
.filter-modal-header {
    background: linear-gradient(135deg, #6143e4 0%, #7c5aff 100%);
    color: white;
    border-radius: 8px 8px 0 0;
    padding: 15px 20px;
}

.submit-btn {
    background: linear-gradient(135deg, #6143e4 0%, #7c5aff 100%);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(97, 67, 228, 0.3);
}

.custom-modal {
    max-height: 400px;
    overflow-y: auto;
}

.filter-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 8px;
}

.form-check {
    padding: 8px 0;
    margin-left: 25px;
}

.form-check:last-child {
    border-bottom: none;
}

.filter-form-check-input:checked {
    background-color: #6143e4;
    border-color: #6143e4;
}

.header-section {
    margin-top: 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 16px;
}

.total-cars-badge {
    background: #ffffff;
    color: #3a3a49;
    width: 100%;
    height: 150px;
    padding: 20px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    border: 1px solid #e2e3e5;
    gap: 8px;
    /* box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3); */
}

.cars-badge-total {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    flex: 1;
}

.cars-badge-total span {
    font-size: 14px;
    color: #4a5568;
    /* font-weight: 500; */
}

.cars-badge-total p {
    font-size: 28px;
    color: #3a3a49;
    font-weight: 700;
}

.car-icon {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    background: #f5f3ff;
    border-radius: 10px;
}

.grid-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.shortlist-btn {
    background-color: #6143e4;
    /* background: linear-gradient(135deg, #8B5CF6, #A855F7); */
    color: #ffffff;
    width: 30%;
    border: none;
    padding: 12px 16px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

.shortlist-btn span {
    color: #ffffff;
}

.shortlist-btn:hover {
    transform: translateY(-1px);
    color: white;
}

.instructions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.instruction-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f3f4;
    transition: all 0.2s ease;
}

.instruction-item:last-child {
    border-bottom: none;
}

.instruction-item:hover {
    background-color: #f8f9ff;
    margin: 0 -12px;
    padding: 12px;
    border-radius: 8px;
}

.instruction-icon {
    color: #8b5cf6;
    font-size: 16px;
    margin-top: 2px;
    min-width: 20px;
}

.instruction-text {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.5;
    flex: 1;
}

.footer-note {
    text-align: center;
    color: #8b5cf6;
    font-size: 12px;
    margin-top: 20px;
    font-style: italic;
}

/* New CSS for left alignment in modals */
.modal-body.custom-modal {
    text-align: left;
}

/* Modal Styles */
.extend-modal-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: end;
    justify-content: center;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.extend-modal-overlay.active {
    opacity: 1;
    visibility: visible;
    display: flex !important;
    align-items: end !important;
}

.extend-modal-content {
    background: white;
    width: 100%;
    max-height: 80vh;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.extend-modal-overlay.active .extend-modal-content {
    transform: translateY(0);
}

.extend-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid #e5e7eb;
}

.extend-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #3a3a49;
}

.extend-close-btn {
    background: none;
    border: none;
    padding: 8px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s;
}

.extend-close-btn:hover {
    background-color: #f3f4f6;
}

.extend-close-btn svg {
    width: 24px;
    height: 24px;
    stroke: #6b7280;
}

.extend-modal-body {
    padding: 16px;
    overflow-y: auto;
    max-height: 70vh;
    padding-bottom: 80px;
}

.extend-detail-section {
    background-color: #f9fafb;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.extend-detail-section-title {
    font-weight: 600;
    color: #3a3a49;
    font-size: 16px;
    margin-bottom: 12px;
}

.extend-detail-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#split1 {
    order: 1;
}

#split2 {
    order: 2;
}

#split3 {
    order: 3;
}

#split4 {
    order: 5;
}

#split5 {
    order: 6;
}

#split6 {
    order: 7;
}

.extend-detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb;
}

.extend-detail-item.suggested-bid {
    background: #5d2feb;
    border: 1px solid #10b981;
    border-radius: 6px;
    padding: 8px 12px;
}

.extend-detail-item.suggested-bid .extend-detail-label , .extend-detail-item.suggested-bid .extend-detail-value{

    color:#fff;

}

.extend-detail-item:last-child {
    border-bottom: none;
}

.extend-detail-label {
    display: flex;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}
.btn-primary.suggested-bid-mobile-save {
  background-color: #5d2feb;
}

.est-premium-popup , .est-transport-popup ,.est-price-popup,.cbr-cost-modal-button{
    cursor: pointer;
}

.extend-detail-label svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    stroke: #6b7280;
}

.extend-detail-value {
    font-size: 14px;
    color: #3a3a49;
    font-weight: 400;
}

.extend-detail-value.warning {
    color: #ea580c;
}

.extend-cost-highlight {
    background: white;
    border-radius: 8px;
    padding: 12px;
    margin-top: 12px;
}

.extend-btn-close {
    width: 100%;
    background-color: #4b5563;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    margin-top: 24px;
    margin-bottom: 16px;
}

.spacing {
    height: 24px;
}

.mobile-table-card {
    display: none;
    width: 100%;
    flex-direction: column;
    /* padding: 10px; */
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #e2e3e5;
}

.image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    /* border-radius: 10px; */
    background: #f5f3ff;
}

.mobile-card-details {
    padding: 0px;
}

.mobile-auction-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.mobile-auction-title span {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a49;
}

/* Dropdown Styles */
.pricing-dropdown-container {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: white;
}

.pricing-dropdown-header {
    padding: 12px 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9fafb;
    transition: background-color 0.2s ease;
    user-select: none;
    /* border: 1px solid #e2e3e5; */
    /* border-radius: 10px; */
}

.pricing-dropdown-header:hover {
    background: #f3f4f6;
}

.pricing-dropdown-header.active .pricing-dropdown-arrow {
    transform: rotate(180deg);
}

.pricing-dropdown-title {
    font-weight: 500;
    color: #374151;
    font-size: 15px;
}

.pricing-dropdown-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    stroke: #6b7280;
}

.pricing-dropdown-content {
    overflow: hidden !important;
    transition: all 0.3s ease;
    background: white;
}

.pricing-dropdown-content.collapsed {
    max-height: 0;
}

.pricing-dropdown-content.expanded {
    max-height: 600px;
    /* Adjust based on your content */
}

.pricing-dropdown-body {
    padding: 16px;
}

/* Note/Alert Styles */
.note-alert {
    background-color: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 16px;
}

.note-title {
    font-weight: 600;
    color: #92400e;
    font-size: 14px;
    margin-bottom: 4px;
}

.note-text {
    color: #b45309;
    font-size: 14px;
}

/* Pricing Grid */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.pricing-item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
}

.pricing-item.cost-other,
.pricing-item.cbr-cost {
    border-radius: 5px;
}

.pricing-label {
    font-size: 14px;
    color: #666;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}

.pricing-value {
    font-weight: 600;
    font-size: 16px;
}

.pricing-retail {
    color: #dc2626;
}

.pricing-transport {
    color: #ea580c;
}

.pricing-auction {
    color: #ca8a04;
}

.pricing-cbr {
    color: #7c2d12;
}

/* Suggested Bid */
.suggested-bid {
    background: #ecfdf5;
    border: 1px solid #10b981;
    border-radius: 6px;
    padding: 12px;
    text-align: left;
}

.suggested-bid .pricing-label {
    color: #047857;
    font-size: 14px;
}

.suggested-bid .pricing-value {
    color: #059669;
    font-size: 24px;
    font-weight: 700;
}

.mobile-auction-details {
    display: flex;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 10px;
}

.auc-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
}

.auc-title span {
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

.auc-details {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 5px;
    width: 50%;
}

.auc-details span {
    font-size: 14px;
    color: #3a3a49;
    font-weight: 400;
}

.button-details {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.shortlist-button-details {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auction-table .transport-ballpark-caution {
    position: relative;
    display: inline-block;
    cursor: pointer; /* pointer cursor */
    color: #fd6c29 !important;
    font-size: 15px;
    margin-left: 10px;
}

.auction-table .transport-ballpark-caution::before {
    content: attr(data-tip);
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: #3a3a49;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.5;

    display: block;
    white-space: nowrap; /* force one line */
    width: max-content; /* size to content */
    max-width: 60ch; /* optional safety cap */
    overflow: hidden; /* with cap: hide overflow */
    text-overflow: ellipsis; /* … if it exceeds cap */

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s;
    z-index: 10000;
    pointer-events: none;
}

.auction-table .transport-ballpark-caution:hover::before,
.auction-table .transport-ballpark-caution:focus-visible::before {
    opacity: 1;
    visibility: visible;
}

@media (hover: none) {
    .auction-table .transport-ballpark-caution::before {
        right: auto;
        left: 0;
        top: 100%;
        transform: none;
    }
}

.share-button {
    width: 25%;
    background-color: #007aff;
    color: #ffffff;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.download-button {
    width: 25%;
    background-color: #00a63e;
    color: #ffffff;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
    .mobile-card-container {
        display: none;
    }
    /* Popup box style */
    .hover-popup {
        position: fixed;
        background: #F5F3FF;
        border-radius: 8px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
        padding: 20px;
        z-index: 1000;
        min-width: 350px;
        max-width: 500px;
        display: none;
        pointer-events: auto;
    }

    /* Data layout style */
    .popup-content-table {
        display: table;
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
    }

    .popup-row {
        display: table-row;
    }

    .popup-cell {
        display: table-cell;
        padding: 4px 6px;
    }

    .popup-label {
        font-weight: bold;
        text-align: left;
    }

    .popup-value {
        text-align: right;
    }

    .popup-summary {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;
        font-weight: bold;
    }

    .share-button {
        width: 100%;
    }

    .download-button {
        width: 100%;
    }

@media (max-width: 927px) {

    .img-container {
        background-size: auto;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 100%;
        height: auto;
    }

    .share-btn,
    .download-btn {
        display: none;
    }

    .mobile-card-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }

    .auction-wrapper {
        padding: 15px;
    }

    .auction-table {
        display: none;
    }

    .mobile-table-card {
        display: block !important;
    }

    .tbody-container {
        padding: 10px 15px;
    }

    .auction-wrapper
        .mobile-card-container
        .mobile-table-card
        .button-details
        .extend-btn {
        position: unset;
        background-color: #6143e4;
        border-radius: 10px;
        color: #ffffff;
        padding: 10px 15px;
    }
    .auction-wrapper
        .mobile-card-container
        .mobile-table-card
        .shortlist-button-details
        .extend-btn {
        position: unset;
        background-color: #6143e4;
        color: white;
        padding: 10px 15px;
        border-radius: 10px;
    }

    .auction-wrapper
        .mobile-card-container
        .mobile-table-card
        .button-details.shortlisted-button-details {
        display: inline-block;
        position:relative;
    }

     .auction-wrapper
        .mobile-card-container
        .mobile-table-card
        .button-details.shortlisted-button-details
        .extend-btn.extend-view-detail {
        position: absolute;
        padding: 6px 10px;
        border-radius: 6px;
        right:90px;
    }

    .auction-wrapper
        .mobile-card-container
        .mobile-table-card
        .button-details.shortlisted-button-details
        .extend-btn.suggested-bid-mobile {
            position: absolute;
            right:10px;
            padding: 6px 10px;
            border-radius: 6px;
    }


    .tradeMark {
        padding: 10px 15px;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        border-radius: 10px;
    }
}

@media (max-width: 838px) {
    .filter-header-section {
        flex-wrap: wrap;
        gap: 20px;
    }

    .shortlist-btn {
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 642px) {
    .table-update-message {
        flex-direction: column;
        align-items: start;
    }

    .grid-container {
        flex-direction: row;
    }

    .grid-section {
        flex-direction: column;
    }

    .share-button,
    .download-button {
        width: 50%;
    }

    .search-header span {
        font-size: 16px;
    }
}
