.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;
  }
}

@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;
  }
}

.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;
}
.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;
}
.drape-link.auction_link {
  color: #0086ff !important;
  font-weight: 500 !important;
}

.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;
}
.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;
}

.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 (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%;
}