.eslData {
  height: calc(100vh - 457px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.informationErorr {
  height: calc(100vh - 457px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.informationErorr p {
  color: #000;
  font-size: 22px;
}
span.clear-icon {
  position: absolute;
  z-index: 9;
  top: 14px;
  right: 12px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  cursor: pointer;
}

span.clear-icon:hover {
  box-shadow: 0 0 6px 0px #ceb8b859;
}
span.search-list-link svg {
  width: 22px;
  height: 22px;
  rotate: 270deg;
}
span.search-list-link {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}

.dataDesc a {
  color: #007bff !important;
}
.contact-seller-cta-form {
  flex-direction: column;
}
.avilableCard {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.avilableCard > p {
  font-size: 22px;
  line-height: 1.37;
  color: #5c6c7b;
  font-weight: 400;
  margin-bottom: 0px !important;
}
.avilableCard > p > span {
  font-weight: 600;
  color: black;
}

p.contact-seller-p {
  /* margin-bottom: 15px !important; */
}

.avilableCard_no_flex {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.avilableCard_no_flex > p {
  font-size: 22px;
  line-height: 1.37;
  color: #5c6c7b;
  font-weight: 400;
}

.avilableCard_no_flex > p > span {
  font-weight: 600;
  color: black;
}

.clock-icon {
  margin-right: 3px;
}

.copied {
  display: none;
}
.copied.show {
  display: block;
  position: absolute;
  background-color: color(srgb 0.4435 0.6896 0.9939);
  color: #fff;
  min-width: 101px;
  text-align: center;
  font-size: 14px;
  left: -15px;
  margin-top: 5px;
  border-radius: 4px;
}

.userPicker-modal {
  background-color: transparent;
  border-width: 0px;
}
.userPicker-container {
  display: flex;
  flex-direction: column;
  background: #176be8;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  background-clip: padding-box;
}

.iframe-modal.modal .modal-content {
  background-color: transparent; /* Makes the modal content transparent */
  border: none; /* Removes borders */
  box-shadow: none; /* Removes default Bootstrap shadow */
}

.boat-report-modal {
  background-color: transparent;
  border-width: 0px;
  border-radius: 16px;
}

.add-user-info-container {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border-radius: 12px;
  overflow: hidden;
  background-clip: padding-box;
}

.react-select__control--is-focused {
  box-shadow: none !important;
  height: 48px;
  border-radius: 6px !important;
}

.form-control:focus {
  border-color: #2684ff !important;
}
.bid-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 500;
  overflow: hidden;
  font-size: 14px;
  @include phone {
    font-size: 14px;
  }
}

/* @media screen and (min-width: 991px){

  section.bids-info-sec .bids-info-wrpr{
    display: initial;
  }

  section.bids-info-sec .bids-info-wrpr .nav.nav-tabs{
    position: sticky;
    top: 60px;
    max-width: 250px;
    float: left;
  }
  
} */

.subscription-plans-container {
  margin-block: 70px;
  margin-inline: 76px;
}

.plans-grid-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  gap: 40px;
  width: "100%";
  margin-top: 50px;
  padding-bottom: 50px;
}

.plan-info-container {
  width: 249px;
  position: relative;
  background-color: white;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  border: 1px solid #eaecf0;
  box-shadow: 0px 4px 6px -2px #10182808;
  box-shadow: 0px 12px 16px -4px #10182814;
}
.plan-popular-tag {
  left: 0;
  right: 0;
  top: -34px;
  font-weight: 900;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 44px;
  width: 100%;
  position: absolute;
  text-align: center;
  color: white;
  padding-top: 10px;
  background: linear-gradient(104.26deg, #248bff 12.26%, #176be8 62.75%);
}

.plan-button {
  width: 100%;
  min-height: 48px;
  text-transform: capitalize;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-description {
  margin-top: 30px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media (max-width: 800px) {
  .plans-grid-container {
    margin-top: 10px;
  }
  .plan-info-container {
    width: 350px;
  }
  .plan-popular-tag {
    top: 0px;
  }
}
.similarboat-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 508px) {
  .similarboat-grid-container {
    grid-template-columns: 1fr;
  }
}

.similarboat-card-wrpr {
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  margin-bottom: 10px;
}

.similarboat-card-top {
  position: relative;
  overflow: hidden;
}

.similarboat-card-top .boat-img {
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  width: 100%;
  height: 202px;
}

.similarboat-card-top .boat-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.similarboat-card-wrpr:hover .similarboat-card-top .boat-img img {
  transform: scale(1);
}

.grid_button_transparent {
  position: relative;
  display: flex;
  flex: 1;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  font-weight: 500;
  font-size: 16px;
  padding-inline: 20px;
  border: 1px solid #d9d9d9;
  color: #101010;
}

.grid_button_light {
  position: relative;
  display: flex;
  flex: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  font-weight: 500;
  font-size: 16px;
  color: #5c6c7b;
  padding-inline: 20px;
}

.history-button-wrapper {
  position: relative;
  cursor: pointer;
}

.hover-info {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 10%;
  transform: translateX(-70%);
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  width: max-content;
  max-width: 300px;
  white-space: normal;
  z-index: 1000;
  font-size: 14px;
}

.history-button-wrapper:hover .hover-info {
  display: block;
}

@media (max-width: 508px) {
  .hover-info {
    transform: translateX(-65%);
  }
}

.image-gallery-thubnail-custom-class {
  margin-top: 10px;
  min-width: 178px;
  width: 178px;
  height: 178px;
  border-radius: 12px;
  overflow: hidden;
  border: none;
}
.image-gallery-thubnail-custom-class:hover {
  border: 4px solid #176be8;
}

.image-gallery-thubnail-custom-class-selected {
  border: 4px solid #176be8;
}

.image-gallery-thumbnail-arrow-right-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  min-width: 40px;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  right: 0;
}
.image-gallery-thumbnail-arrow-left-arrow {
  position: absolute;
  top: 50%;
  min-width: 40px;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  z-index: 1;
  left: 0;
}

@media (max-width: 508px) {
  .image-gallery-thubnail-custom-class {
    min-width: 108px;
    width: 108px;
    height: 108px;
  }
}

.sticky-card-wrapper {
  padding-bottom: 10px;
  background-color: white;
  position: sticky;
  top: 81px;
  z-index: 11;

  overflow: visible;
}

.custom-link {
  color: #176be8;
  cursor: pointer;
}

.similar-boat-img {
  visibility: visible;
}

.similar-boat-img:hover {
  visibility: hidden;
}

.sell-boat-container {
  max-width: 70% !important;
}

@media (max-width: 508px) {
  .sell-boat-container {
    max-width: 100% !important;
  }
  .grid_button_transparent {
    padding-block: 12px;
    flex-direction: column;
  }
}

.boat-report-modal {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  justify-content: center;
  align-items: center;
  padding-block: 0 !important;
  overflow: hidden;
}

.boat-report-dialog {
  min-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

.boat-report-content {
  width: 90%;
  height: 80%;
  overflow: hidden;
  overflow-y: hidden !important;
  border-radius: 16px;
}

.boat-report-info-container {
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .boat-report-content {
    height: 90%;
  }
}

/* .sticky-card-wrapper.sticky {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
} */

@media screen and (min-width: 768px) {
  .customer-slider .banner-header {
    top: 25px;
  }
  .customer-slider .ag-vacancy-block {
    padding: 0px;
  }
  .customer-slider .ag-vacancy-block .ag-vacancy_content {
    padding: 60px 0px 80px;
  }
  .js-vacancy_list .slick-slider .slick-list {
    width: calc(100% - 56px);
  }
  .ag-vacancy-block .slick-arrow {
    height: 50px;
    line-height: 50px;
    width: 50px;
    outline: none;
    top: 40%;
    margin-top: 12px;
    opacity: 1 !important;
    background-size: 22px;
  }
  .ag-vacancy-block .slick-arrow:hover {
    background-color: #fff;
  }
  .js-vacancy_list .slick-slider {
    position: relative;
  }

  .ag-vacancy-block .slick-arrow.slick-prev {
    left: -30px;
    background-position: 38% 52%;
  }
  .ag-vacancy-block .slick-arrow.slick-next {
    right: 0;
    background-position: 50% 50%;
  }

  .ag-vacancy_box div.slick-current {
    z-index: 1;
  }
  .ag-vacancy-block .slick-arrow {
    z-index: 99999;
  }
}

@media screen and (min-width: 1801px) {
  .ag-vacancy-block .slick-arrow.slick-prev {
    left: -50px;
  }
  .ag-vacancy-block .slick-arrow.slick-next {
    /* right: 10px; */
  }
  .ag-vacancy_item {
    width: 100%;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  div.ag-vacancy_box {
    width: calc(45vw - 124px);
  }
  .js-vacancy_list .slick-slider .slick-list {
    width: calc(100% - 6px);
  }
  .ag-vacancy-block .slick-arrow.slick-prev {
    left: -50px;
  }
  .ag-vacancy-block .slick-arrow.slick-next {
    /* right: 10px; */
  }
  .ag-vacancy_item {
    min-height: 390px;
    width: 100%;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  div.ag-vacancy_box {
    width: calc(50vw - 114px);
  }
  .js-vacancy_list .slick-slider .slick-list {
    width: calc(100% - 6px);
  }
  .ag-vacancy-block .slick-arrow.slick-prev {
    left: -50px;
  }
  .ag-vacancy-block .slick-arrow.slick-next {
    /* right: 10px; */
  }
  .ag-vacancy_item {
    min-height: 390px;
    width: 100%;
  }
}

@media screen and (min-width: 1381px) and (max-width: 1440px) {
  div.ag-vacancy_box {
    width: calc(50vw - 34px);
  }
  .js-vacancy_list .slick-slider .slick-list {
    width: calc(100% - 6px);
  }
  .ag-vacancy-block .slick-arrow.slick-prev {
    left: -58px;
  }
  .ag-vacancy-block .slick-arrow.slick-next {
    /* right: 10px; */
  }
}

@media screen and (min-width: 1241px) and (max-width: 1380px) {
  div.ag-vacancy_box {
    width: calc(50vw - 34px);
  }
  .customer-slider .banner-header {
    padding-left: 35px;
  }
  .banner-header .banner-heading {
    font-size: 22px;
  }
  .ag-vacancy-block .slick-arrow.slick-prev {
    left: -50px;
  }
  .ag-vacancy-block .slick-arrow.slick-next {
    /* right: 15px; */
  }
}

@media screen and (min-width: 1121px) and (max-width: 1240px) {
  div.ag-format-container {
    max-width: 960px;
    width: 100%;
  }
  div.ag-vacancy_box {
    width: calc(100% - 10px);
    padding-left: 35px;
  }
  .ag-vacancy_box .slick-current ~ div.slick-active {
    margin-left: 160px;
  }
  .banner-header .banner-heading {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1120px) {
  div.ag-format-container {
    max-width: 960px;
    width: 100%;
  }
  div.ag-vacancy_box {
    width: calc(100% - 5px);
    padding-left: 35px;
  }
  .ag-vacancy_box .slick-current ~ div.slick-active {
    margin-left: 160px;
  }
  .banner-header .banner-heading {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  div.ag-vacancy_box {
    width: calc(100% - 10px);
    padding-left: 35px;
  }
  .ag-vacancy_box .slick-current ~ div.slick-active {
    margin-left: 160px;
  }
  .banner-header .banner-heading {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  div.ag-vacancy_box {
    width: calc(100% - 10px);
    padding-left: 35px;
  }
  .banner-header .banner-heading {
    font-size: 17px;
  }
  div.ag-vacancy_box {
    width: 100%;
  }
  .header div.mobile-menu {
    top: 66px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ag-vacancy-block .slick-arrow {
    z-index: 99999;
  }
  div.ag-format-container {
    max-width: 750px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .customer-slider .slide-right {
    width: 100%;
  }
  .banner-section.customeBanner {
    padding: 0;
  }
  .profile-header-sec .profile-header {
    text-align: center;
  }

  .header div.mobile-menu {
    top: 52px;
  }

  .reserve-indicator-wrap {
    justify-content: start !important;
  }
}

@media screen and (max-width: 580px) {
  /********** profile tab *************/
  .priceRow {
    flex-direction: column;
  }
  .priceRow .priceInfoCol {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .priceRow .priceInfoCol .bid-total {
    margin-left: 20px !important;
  }
  .priceRow .priceInfoCol .bid-label {
    margin-left: 0px !important;
  }
  .bids-info-sec div.tab-content .bid-info .start-end-time {
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    flex-direction: column;
  }
  .with-flex-details {
    flex-wrap: wrap;
  }
}

.feedbacks-slider-arrow-container {
  margin-top: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  /* margin-bottom: -30px; */
}

.feedbacks-slider-arrow {
}

.feedbacks-slider-left-arrow {
}

.feedbacks-slider-right-arrow {
}

.animated-container {
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  max-height: 500px; /* Adjust to the maximum height you want when expanded */
}

.boat-details--expand-view-content {
  transition: max-height 0.3s ease-in-out;
}

.listing-count-text {
  margin-top: -24px;
}

@media (max-width: 992px) {
  .listing-count-text {
    margin-top: 0px;
  }
}

.react-image-video-lightbox .ril__closeButton {
  font-size: 28px !important;
  color: red !important;
  top: 10px !important;
  right: 10px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
}

.react-image-video-lightbox div:has(> div:contains("×")) {
  font-size: 28px !important;
  color: red !important;
}

.empty-link-button {
  padding: 10px 0;
  min-width: 200px;
  border: 2px solid black;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}

.empty-link-button:hover {
  background-color: #f2f2f2;
  border-color: #333;
}

.custom-dropdown-menu {
  position: absolute;
  transform: translateX(-90%);
  right: 0;
  z-index: 100000;
  background-color: black;
  padding-block: 0.5rem;
  white-space: nowrap;

  /* 🔥 Force content-based width */
  min-width: unset !important;
  width: max-content !important;
  max-width: none !important;
}

.custom-dropdown-menu .dropdown-item {
  color: white;
  transition: background-color 0.2s ease;
}

.custom-dropdown-menu .dropdown-item:hover {
  background-color: #343a40;
  color: white;
}

.bg-transparent-modal .modal-content {
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.bg-transparent-modal .modal-backdrop {
  background-color: transparent !important;
}

.placeholderColor {
  background: #0000000d;
}

.xmlDocBoatTitle {
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: black;
}
.xmlDocBoatDescription {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 12px;
  color: gray;
  line-break: anywhere;
}

.xmlDocBoatInfo {
  font-weight: 600;
  font-size: 12px;
  color: black;
}

.xmlDocBoatImage {
  width: 110px;
  height: 70px;
  background-color: #0000000d;
  overflow: hidden;
  border-radius: 12px;
  flex-shrink: 0;
  border: 1px solid #e0e8f2;
}

.xmlDocBoatImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.react-select__control
  .react-select__indicator-separator.css-1u9des2-indicatorSeparator {
  display: none;
}

.react-select__control.css-13cymwt-control {
  height: 48px;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  border-radius: 6px;
}
.react-select__control--is-focused {
  font-size: 14px !important;
}
.btn-group-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.btn-group-wrapper p {
  margin: 0px !important;
}

.phone-number-input-padding .form-control {
  padding-left: 50px !important;
  color: #101010 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  font-family: "Poppins", sans-serif;
}

.btn-white-border {
  background: transparent;
  border: 1px solid white;
  font-weight: 700;
  font-size: 18px;
  color: white;
  border-radius: 12px;
  padding: 14px 32px;
  margin-block: 8px;
}
.btn-white-border:hover {
  background: white;
  color: #176be8;
}

.btn-white-bg {
  background: white;
  border: 1px solid #5c6c7b;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #5c6c7b;
  padding: 12px 32px;
  border-radius: 6px;
}
.btn-white-bg:hover {
  color: #176be8;
  border-color: #176be8;
}
.action-small-icon {
  width: 22px;
}
.react-daterange-picker__wrapper {
  border-radius: 6px;
  border: 1px solid #c5c5c5;
  padding: 2px 6px;
}
.custom-select__indicator-separator {
  display: none;
}
.cstm-dropdown-select .custom-select__control {
  background: #f8f8ff !important;
  border-radius: 20px !important;
  font-size: 14px !important;
}

.hot-icon {
  position: absolute;
  top: 4px;
  height: 21px;
  background-position: -156px -44px;
  left: 8px;
  background: rgb(255 255 255 / 90%);
  border-radius: 4px;
  display: flex;
  padding: 0px 5px;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  z-index: 99;
}
.grey-overlay {
  width: 100%;
  height: 100%;
  background: #0a0a0a21;
  position: absolute;
  border-radius: 6px;
}
.min-viewport {
  height: auto;
  min-height: auto;
  border: none;
  width: 100%;
}
.full-width-image {
  display: block;
  max-width: 100%;
  width: 90%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.blackBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 37px;
  background: black;
  color: #fff;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid black;
  padding: 12px 24px;
}
@media (max-width: 480px) {
  .blackBtn {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
  }
}
.blackBtn:active {
  outline: none;
  background: black !important;
  transition: all ease 250ms;
}
.blackBtn:hover {
  color: black;
  border: 1px solid black;
  background: transparent;
  transition: all ease 250ms;
  box-shadow: none;
}

.blueBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 37px;
  background: #176be8;
  color: #fff;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #176be8;
  padding: 12px 24px;
}
@media (max-width: 480px) {
  .blueBtn {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
  }
}
.blueBtn:active {
  transition: all ease 250ms;
}

.blueBtn:hover {
  transform: scale(0.98);
  color: white;
  border: 1px solid #124fb0;
  background: #124fb0;
  transition: all ease 250ms;
}

.blueLightBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  color: #176be8;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #176be8;
  padding: 12px 24px;
}
@media (max-width: 480px) {
  .blueLightBtn {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
  }
}
.blueLightBtn:active {
  transition: all ease 250ms;
}
.blueLightBtn:hover {
  transform: scale(0.98);
  color: #124fb0;
  border: 1px solid #124fb0;
}

.redLightBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: none;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 37px;
  background: transparent !important;
  color: red !important;
  transition: all ease 250ms;
  line-height: 1.4;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid red !important;
  padding: 12px 24px;
}

@media (max-width: 480px) {
  .redLightBtn {
    width: 100%;
    font-size: 14px;
    padding: 12px 15px;
  }
}

.redLightBtn:hover {
  transform: scale(0.98);
  color: rgb(185, 52, 52) !important;
  border: 1px solid rgb(185, 52, 52) !important;
  background: transparent !important;
  transition: all ease 250ms;
}
.reverse-price-tag {
  display: flex;
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  font-weight: 500;
  font-size: 16px;
  padding-inline: 20px;
  border: 1px solid #d9d9d9;
  color: #101010;
  min-width: 150px;
  max-width: 240px;
}
.checkbox-drag-wraper {
  display: flex;
  gap: 10px;
}
.hidden {
  visibility: hidden;
}
.cursor-pointer {
  cursor: pointer;
}
.cstm-button-group {
  display: flex;
  gap: 8px;
}

.thead-boat-td {
  min-width: 410px;
}

.common-boat-td {
  min-width: 130px;
}
.last-update-td {
  min-width: 140px;
}


.header-nav-item.auction_link_wrapper {
  position: relative;
}
.header-nav-item.auction_link_wrapper svg {
  position: absolute;
  left: -1px;
  top: 1px;
}

@media only screen and (max-width: 991px) {
  .header-nav-item.auction_link_wrapper svg {
    position: absolute;
    left: -25px;
    top: 6px;
  }
}
.blueLightBtn.small {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}
.profile-submit-btn-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 12px;
}
.redLightBtn.small {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}
.button-cstm-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.congrats-image-wrap {
  border-radius: 50%;
  border: 1px solid #ebebeb;
  height: 200px;
  width: 200px;
  padding: 10px;
  object-fit: contain;
  overflow: inherit;
}
.bulk-delete-container {
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(-10px);
  max-height: 0;
}

.bulk-delete-container.visible {
  opacity: 1;
  transform: translateY(0);
  max-height: 100px;
}

.toggle-switch-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  margin: 0px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 1px;
  bottom: 2px;

  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #007bff;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
.blur {
  opacity: 0.5;
}
.newComment-icon {
  position: absolute;
  top: 3px;
  right: auto;
  width: 23px;
  height: 23px;
  background-position: -156px -44px;
  background: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -4px;
  cursor: pointer;
}
.newComment-icon button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-button-newComment {
  background: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  border: none;
}
#mobile_view_scroll .navbar-nav.header-nav {
  /* padding: 0px 20px; */
}
.err-msg {
  color: red;
  font-size: 12px;
  padding-top: 5px;
}
.xml-radio-button-groups {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.rbc-calendar {
  overflow: auto;
}
.rbc-month-view {
  min-width: 600px;
}
@media screen and (max-width: 375px) {
  .inven-header-btn-group {
    flex-direction: column !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 794px) {
  .inven-header-btn-group {
    /* flex-direction: column !important; */
    gap: 17px;
  }
}
.accept-invite-frm-wrap {
  margin: auto;
  max-width: 600px;
  padding: 60px;
}

@media screen and (max-width: 768px) {
  .event-title {
    font-size: 10px;
  }
  .event-tag.auction-end {
    font-size: 10px !important ;
  }
}
.btn-wrap-vertically {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 24px;
  cursor: pointer;
}

.staff-card .btn-danger img {
  width: 13px;
}

.staffListing .staff-card .staff-user {
  width: 90%;
  overflow: hidden;
}
.staffListing .profile-info-data {
  width: 71%;
  display: flex;
  flex-direction: column;
}
.staffListing .profile-info-data .staff-member-name,
.staff-member-email {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.staff-card .btn-danger {
  min-width: 32px;
}
.staff-profile-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  min-width: 50px;
}

.staff-btn-action-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.staff-btn-action-group .edit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #248afe;
}
@media (max-width: 576px) {
  div#v-pills-tabContent .table-pagination {
    justify-content: center;
  }

  div#v-pills-tabContent .table-pagination .pagination {
    gap: 4px;
  }
  .staffListing .staff-card {
    padding: 0px;
  }
  .table-pagination .pagination li a {
    padding: 3px;
    min-width: 30px;
  }
}
.overflow-auto {
  overflow: auto;
}
.max-w-600 {
  max-width: 600px;
}
.line-height-160 {
  line-height: 160%;
}
.cstm-dropdown-select.custom-multi-select.css-b62m3t-container {
  max-width: 260px;
}
@media (max-width: 576px) {
  .cstm-dropdown-select.custom-multi-select.css-b62m3t-container {
    max-width: 100%;
  }
}
@media screen and (min-width: 481px) and (max-width: 707px) {
  .dashboard-info-sec .chart-card .chart-header div.header-bar-chart {
    width: 100%;
    justify-content: left;
  }
}
.dashboard-info-sec
  .chart-card
  .chart-header
  .custom-select__option--is-selected {
  background-color: #fff !important;
  color: #333 !important;
}

.dashboard-info-sec .chart-card .chart-header div.header-bar-chart {
  width: 70%;
}
.dashboard-info-sec .chart-card .chart-header .custom-select__indicator {
  padding: 10px 3px;
}
.dashboard-info-sec .chart-card .chart-header .custom-select__value-container {
  padding: 0;
  flex-wrap: nowrap;
}

.dashboard-info-sec .chart-card .chart-header .custom-multi-select {
  max-width: 320px;
  min-width: 320px;
}
.dashboard-info-sec
  .chart-card
  .chart-header
  .custom-multi-select
  .custom-select__control {
  padding-right: 5px;
}
.dashboard-info-sec
  .chart-card
  .chart-header
  .custom-select__value-container
  .custom-select__multi-value {
  max-width: 71%;
}
.rbc-row-segment {
  margin: 4px 0px;
}
.cstm-dropdown-select.with-min-width {
  font-size: 14px;
  min-width: 150px;
}
.selected-tags-wrapper {
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.selected-tags-wrapper .tag {
  background: #f0f0f0;
  border-radius: 20px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.selected-tags-wrapper .remove-btn {
  background: none;
  border: none;
  font-size: 16px;
  margin-left: 6px;
  cursor: pointer;
}
.dot-cstm {
  font-size: 24px;
  line-height: 0;
}
.upsell-card .service-icon {
  width: 40px;
  height: 30px;
  border-radius: 4px;
  object-fit: cover;
}
.photoshop-cstm-box .service-image {
  max-width: 290px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 6px;
  width: 100%;
  aspect-ratio: 3 / 2;
  max-height: 145px;
  /* object-fit: contain; */
  object-fit: cover;
}
.font-size-18 {
  font-size: 18px;
}
.custom-offcanvas .offcanvas-content {
  overflow: auto;
  height: calc(100vh - 140px);
}

textarea.form-control.place-cstm {
  padding: 10px;
}
.profile-sec
  .profile-content-wrpr
  .tab-content
  .transaction-detail
  thead
  th:first-child {
  padding-left: 20px !important;
}
.profile-sec
  .profile-content-wrpr
  .tab-content
  .transaction-detail
  tr
  td:first-child {
  padding-left: 20px !important;
}
.info-inventory-manage {
  /* background: #176be8; */
  padding: 6px 38px;
  margin-bottom: 16px;
}
.inventory-text-warning {
  color: #4e3608;
  font-weight: 500;
  margin: 4px 0px;
  line-height: 200%;
  background: #fff8e3;
  border-radius: 10px;
  border: 1px solid #ff9a07;
  padding: 8px 16px;
  font-size: 12px;
}
.link.link-white.link-button {
  /* color: #0070f3; */
  color: #fff;
  font-size: 14px;
  background: #176be8;
  border-radius: 50px;
  padding: 4px 8px;
  border: 1px solid #176be8;
  transition: all 0.3s;
}
.link.link-white.link-button:hover {
  background: transparent;
  color: #176be8;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .inventory-text-warning {
    text-align: center;
  }
}
.cstm-contact-link {
  font-weight: 600;
  text-decoration: underline !important;
}
.cstm-max-title {
  max-width: 140px;
}
.btn-cstm-grouping {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 576px) {
  .btn-cstm-grouping {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .cstm-selectedRange {
    text-align: left !important;
  }
}
.cstm-selectedRange {
  text-align: end;
}
.inventoryMangingBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .inventoryMangingBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.planStatusBar .container {
  max-width: 100%;
}
.info-inventory-manage .container {
  max-width: 100%;
}
.mylistings-content .info-inventory-manage {
  padding: 0px;
}
.dashboard-info-sec .info-inventory-manage {
  padding: 0px;
}
.mylistings-content .info-inventory-manage .container {
  max-width: 100%;
  padding: 0px;
  margin-bottom: 10px;
}
.dateWithIcon
  .react-datepicker__input-container
  .react-datepicker__calendar-icon {
  top: 8px;
  right: 10px;
}
.dateWithIcon .react-datepicker__view-calendar-icon input {
  padding: 6px 40px 5px 10px;
}
.customDate {
  border-radius: 8px;
  border: 1px solid #a09e9e;
}
.planStatusBar .plan-wrapper {
  flex-wrap: wrap;
  padding: 5px 0px;
}
.table-pagination {
  margin-bottom: 20px;
}
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  li.react-datepicker__time-list-item {
  color: #000;
}

.cstm-horiz-card {
  margin-top: 20px;
  display: flex;
  gap: 16px;
  width: 100%;
  flex-direction: column;
}
.cstm-horiz-card .no-data-block {
  padding: 0px;
}

@media (max-width: 850px) {
  .cstm-horiz-card {
    flex-direction: column;
  }
}

.cstm-horiz-card .cstm-card {
  /* background: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  gap: 12px;
  padding: 0px 16px;
  padding-bottom: 20px;
}
.cstm-horiz-card .cstm-card .boat-card-wrpr {
  width: 120px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 8px;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.cstm-horiz-card .cstm-card .boat-img {
  width: auto;
  object-fit: contain;
  transform: scale(1.01);
  transition: all 0.3s;
}
.cstm-horiz-card .cstm-card .boat-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cstm-horiz-card .cstm-card .boat-name {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}
.cstm-horiz-card .cstm-card p {
  font: 12px;
  margin: 0px;
}
.enquiry-wrap {
  width: 100%;
  background: #fff;
  border-radius: 0.75rem;
  padding: 0px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
  border: 1px solid #eee;
}
.enquiry-cstm-header {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 18px; */
  border-bottom: 1px solid #eee;
  padding: 10px 16px;
}
.primary-link {
  color: #0086ff !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline !important;
  cursor: pointer !important;
}
.enquiryText {
  font-size: 16px;
  line-height: 1.37;
  color: #000;
  font-weight: 600;
  margin: 0px;
}

.user-info-cstm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4px;
}
.user-contact-phone {
  font-size: 12px;
  font-weight: 500;
  /* color: #dc3545; */
  margin: 0px;
}
.red {
  color: #dc3545;
}
.user-call-info {
  cursor: pointer;
  gap: 2px;
  margin: 10px 0px;
}

.horizontalCard {
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  padding: 8px;
}
.horizontalCard .slide-user-details .user-img {
  object-fit: cover;
}
.infinite-scroll-component.infinite-column-view {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.skelton-custom-flex {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.link-group-header {
  display: flex;
  gap: 12px;
}
.horizontalCard .slide-bid {
  border: 1px solid #e0e8f2;
}
div#modal-common {
  max-width: 900px;
}
.with-flex-details {
  display: flex;
  align-items: center;
  gap: 8px;
}
.horizontalCard .slide-details .slide-bid {
  padding: 6;
  font-size: 12px;
}
.with-border {
  border: 1px solid #c6c6c6;
}
.heading-title p {
  font-size: 16px;
  line-height: 1.37;
  color: #000;
  font-weight: 600;
}

.custom-dropdown-menu-white {
  position: absolute;
  transform: translateX(-78%);
  right: 0;
  z-index: 100000;
  background-color: #ffffff;
  padding-block: 0px;
  white-space: nowrap;
  top: 150% !important;
  /* 🔥 Force content-based width */
  min-width: unset !important;
  width: max-content !important;
  max-width: none !important;
}

.custom-dropdown-menu-white .dropdown-item {
  color: #000;
  transition: background-color 0.2s ease;
  padding: 10px 20px;
}
.custom-dropdown-menu-white .dropdown-item:active {
  background: transparent;
}
.custom-dropdown-menu-white .dropdown-item:focus {
  border: none;
}

.border-bottom-grey {
  border-bottom: 1px solid #ddd;
}
.overflow-hidden {
  overflow: hidden;
}
.long-content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  max-height: calc(1.8em * 3);
}
.vertical-align-middle {
  vertical-align: middle;
}
.custom-width-100 .react-datepicker-wrapper {
  width: 100%;
}

.imageCard-cstm {
  position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1140px) {
  .header-nav-item.auction_link_wrapper svg {
    left: -12px;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1376px) {
  .header-nav-item.auction_link_wrapper svg {
    left: -6px;
  }
}

@media screen and (min-width: 1920px) {
  .safari-class.header-nav-item.auction_link_wrapper.has-menu svg {
    left: -9px;
    top: -1px;
  }
}

@media screen and (min-width: 2800px) {
  .safari-class.header-nav-item.auction_link_wrapper.has-menu svg {
    left: -27px;
    top: -5px;
  }
}

.accordin-dropdown {
  /* box-shadow: 1px 0px 0px 4px rgb(97 98 99 / 8%); */
  padding: 12px;
  border-radius: 8px;
}
.mobile-drop-cstm .filter {
  border: none;
  padding: 10px 0px;
}

.mobile-drop-cstm ul li {
  font-size: 12px;
  line-height: 1.9;
}
.mobile-drop-cstm .mobile-accordin {
  overflow: auto;
  max-height: calc(100vh - 350px);
}
.mobile-drop-cstm.all-filter-wrpr .filter .filter-header .btn-link {
  font-size: 12px;
}
.header .mobile-menu ul.navbar-nav.header-nav {
  padding: 0px 20px;
}
.gap-4 {
  gap: 4px;
}
.gap-10 {
  gap: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.common-min-width {
  min-width: 120px;
}
.offers-table {
  overflow-x: auto;
}
.amount-cstm-number span {
  word-wrap: break-word;
  display: inline-block;
  width: 100%;
  word-break: break-all;
}
.user-img img {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  object-fit: cover;
}
.text-underline {
  text-decoration: underline;
}
.inquiry-table {
  overflow-x: auto;
}

.table thead.inventory-table-headings th {
  border-bottom: 1px solid #dee2e6;
}

.inventory-table tbody tr td {
  border-top: 0px;
}

@media screen and (max-width: 580px) {
  .date-range-form .react-datepicker {
    min-width: 600px;
  }
  .date-range-form .react-datepicker-popper {
    width: 100%;
    overflow: auto;
  }
}
.font-weight-500 {
  font-weight: 500;
}
.modal-backdrop {
  z-index: 1050;
}

.reserve-status-container {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 16px 18px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  justify-content: space-between;
  /* max-width: 400px; */
  max-width: 600px;
  width: 100%;
}

.reserve-status-dots {
  display: flex;
  gap: 6px;
}

.reserve-status-dot {
  width: 12px;
  height: 12px;
  background-color: #e0e0e0;
  border-radius: 50%;
}

.reserve-status-dot.active {
  background-color: #ff4d4d;
}

.reserve-status-label {
  font-size: 16px;
  font-weight: 500;
  color: #4a5568; /* dark gray */
}

.reserve-status-badge {
  /* background-color: #fff0f0; */
  /* color: #d32f2f; */
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 14px;
}

.reserve-status-info-icon {
  font-size: 18px;
  color: #9ca3af;
  cursor: pointer;
}

.react-select__control.react-select__control--is-disabled {
  height: 48px;
}

@media screen and (max-width: 580px) {
  .reserve-status-label {
    font-size: 12px;
  }
  .cstm-dots-wrapper {
    gap: 6px;
  }
  .right-content-reserve-status {
    gap: 6px;
  }
}

@media screen and (max-width: 767px) {
  .profile-header .profile-name h2 {
    font-size: 18px;
  }
  .mobile-menu .search-wrpr.mobile-slide-search {
    width: 100%;
    max-width: 400px !important;
  }
}
