.agent-listing-table {
  max-height: 300px; /* Set your desired fixed height */
  overflow: hidden; /* Hide the scrollbar */
  position: relative;
}
.agent-listing-table table {
  width: 100%; /* Ensure the table takes full width */
  border-collapse: collapse;
}
.agent-listing-table thead,
.agent-listing-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed; /* Ensure the width of the columns is evenly distributed */
}
.agent-listing-table thead {
  position: sticky;
  top: 0;
  background-color: white; /* Adjust as needed */
  z-index: 1;
}
.accordion-collapse .agent-listing-table thead {
  position: relative;
}
.agent-listing-table tbody {
  display: block;
  max-height: 250px; /* Adjust to account for header height */
  overflow-y: scroll; /* Allow scrolling within tbody */
  width: 100%;
  scroll-behavior: smooth; /* Enable smooth scrolling */
}
.accordion-collapse .agent-listing-table tbody {
  display: block;
  max-height: 750px; /* Adjust to account for header height */
  overflow-y: scroll; /* Allow scrolling within tbody */
  width: 100%;
  scroll-behavior: smooth; /* Enable smooth scrolling */
}
.accordion-collapse .agent-listing-table {
  max-height: 500px;
}
.agent-listing-table tbody::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.row-slide-up {
  animation: slideUp 1s ease-in-out forwards;
}
.broadcast-active .left-sidebar {
  width: 0;
  opacity: 0;
  min-width: 0;
  padding: 0;
}
.broadcast-active .page-content-wrap {
  position: relative;
  margin-left: 0;
}
.broadcast-active .page-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}
.card.card-body.listing-view ul.list-row {
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.list-rows {
  border-bottom: 0px;
}
.accordion-collapse table.responsive-table tr {
  cursor: pointer;
}
.agent-single {
  padding-top: 30px;
}
.broadcast-active .agent-detail-link {
  pointer-events: none !important;
}
.agent-detail-link {
  color: #231f20;
}
p.no-data {
  padding-top: 15px;
  text-align: center;
  display: block;
}
.modal-body.p30 .appraisals {
  color: #833219;
}
.modal-body.p30 .listings {
  color: #e57201;
}
.modal-body.p30 .sold {
  color: #732841;
}
input.without-currency {
  border-left: var(--bs-border-width) solid var(--bs-border-color) !important;
}
.edit-target-error {
  display: block;
  width: 100%;
  margin-top: 10px;
  color: red;
  margin-bottom: 0px;
}
.row.not-editable {
  margin-bottom: 30px;
}
.card-box.agent-box-no-agent.make-center > div {
  margin: 0px auto;
}
.card-box.agent-box-no-agent.make-center {
  text-align: center;
}
.has-broadcast-option {
  position: relative;
}
.has-broadcast-option .broadcast {
  position: absolute;
  top: 15px;
  right: calc(var(--bs-gutter-x) * 0.5);
  width: 25%;
}
@media only screen and (min-width: 768px) {
  ul.all-right {
    margin-bottom: 15px;
    margin-top: -15px;
  }
}
@media only screen and (min-width: 250px) and (max-width: 767px) {
  ul.all-right .order1 {
    margin-bottom: 0px;
  }
  .has-broadcast-option .broadcast {
    display: none !important;
    /* position: relative;
    width: 100%;
    margin-bottom: 10px; */
  }
} 

.count-widget.c6,
#nav-super_saturday .leaderboard-auctions .tab-titles {
    background: #231f20;
    border-color: #231f20;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}

#nav-super_saturday .listing-sold .city-list-collapse li strong, 
#nav-super_saturday .listing-sold .tab-titles h2 {
    color: #fff;
}

#nav-super_saturday .leaderboard-auctions .tab-titles h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    min-height: 0;
}

/*
#nav-super_saturday .tab-titles h2 {
  background: #231f20;
  border-color: #231f20;
}

#nav-super_saturday .count-widget.c6 {
  background: #231f20;
}
*/