.center {
  margin: auto;
  width: 50%;
  max-width: 400px;
  min-width: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

/* Page Loader for Lazy Loading */
.page-loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background-color: #f8f9fa;
}

.loader-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #249ee4;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin-bottom: 20px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.page-loader p {
  color: #666;
  font-size: 16px;
  margin: 0;
}

/* Alert Badge Counter */
.unread-badge {
  position: absolute !important;
  top: -7px !important;
  right: -25px !important;
  color: black;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  z-index: 10;
}

/* Error Boundary Styles */
.error-boundary-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  background-color: #f8f9fa;
}

.error-boundary-container h2 {
  color: #dc3545;
  margin-bottom: 15px;
}

.error-boundary-container p {
  color: #666;
  margin-bottom: 20px;
}

div.loader {
  font-size: 100px;
}

.loaded {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.subcatData {
  overflow: hidden;
  display: none;
}

ul.toggletab-bx {
  display: block !important;
  border-bottom: 0px;
  width: 100%;
}

.show_more>ul>li button {
  cursor: pointer;
}

.search-btn-link {
  width: 37px;
  height: 37px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #249ee4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe8c84', endColorstr='#fe6258', GradientType=0);
}

.show_more>ul>li button {
  cursor: pointer;
}

.cusotm-scroll {
  margin-left: 10px;
}

.location-search-input {
  width: 100%;
  background: transparent;
  border-bottom: 1px solid #6d7985;
  padding: 0 8px 0 8px;
  font-size: 15px;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  height: 35px;
}

.icon_input.Location .autocomplete-dropdown-container p {
  font-size: 13px;

  line-height: 23px;
}

.toggle-bx li {
  line-height: 26px;
}

.toggle-bx li a {
  font-size: 14px;
  /* color: #495867 !important; */
}

.sidebarleft_newinner .MuiIconButton-label {
  color: #249ee4;
  font-size: 15px;
}

.product-listing-sideBar .MuiPaper-elevation1 {
  border-bottom: #33333329 solid 0px;
}

.product-listing-sideBar .MuiAccordionSummary-content.Mui-expanded,
.product-listing-sideBar .MuiAccordion-root.Mui-expanded {
  border: 0;

}

.MuiAccordionSummary-content.Mui-expanded,
.MuiAccordion-root.Mui-expanded {
  margin: 0 !important;
}

.MuiAccordionSummary-root.Mui-expanded {
  min-height: 48px !important;
}

.MuiAccordionSummary-content {
  margin: 0;
  font-size: 16px;
  color: #495867;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  display: flex;
  flex-grow: 1;
  transition: margin 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.product-listing-sideBar-colum .location-search-input {
  border-bottom-width: 1px;
  border-color: #c5c5c5;
  font-size: 12px;
}

.MuiPaper-elevation1 {
  border-bottom: #33333329 solid 1px;
  box-shadow: none !important;
}

.autocomplete-dropdown-container {
  font-size: 13px;
  padding: 10px 0;
  margin: 0;
  line-height: 26px;
}

.MuiAccordion-root:before {
  display: none;
}

.product-listing-sideBar-colum.sideBar-location .form-group {
  margin-bottom: 0;
}

.upload-img-wall {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  background-color: #f5f5f5;
  overflow: hidden;
  max-height: 170px;
}

.upload-img-wall img {
  opacity: 0;
}

.uploadGalleryBox .upload-img-wall img {
  opacity: 100;
}

.uploadGalleryBox .text a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.uploadGalleryBox .text {
  background: #249ee4;
}

#panel1a-content ul.toggletab-bx.nav-tabs .nav-item {
  padding-bottom: 16px;
  margin-right: 5px;
  border-bottom: rgb(51 51 51 / 10%) solid 1px;
  padding-top: 10px;
}

ul.toggletab-bx {
  display: block !important;
  border-bottom: 0px;
  width: 100%;
  overflow: auto;
  max-height: 200px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 15px;
}

ul.toggletab-bx::-webkit-scrollbar {
  width: 5px;
}

/* Track */
ul.toggletab-bx::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 10px;
}

/* Handle */
ul.toggletab-bx::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
}

/* Handle on hover */
ul.toggletab-bx::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.bcatelist_bx.mCustomScrollbar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.bcatelist_bx.mCustomScrollbar::-webkit-scrollbar-track {
  background-color: #e3e3e3;
  border-radius: 10px;
}

/* Handle */
.bcatelist_bx.mCustomScrollbar::-webkit-scrollbar-thumb {
  background: #707070;
  border-radius: 10px;
}

/* Handle on hover */
.bcatelist_bx.mCustomScrollbar::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.gridList {
  color: #249ee4 !important;
}

.hideD {
  display: none;
}

.searchLogo {
  display: none;
}

.alert-danger {
  /* margin-left: 20px; */
}

.nodataOverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%) !important;
  z-index: 9 !important;
  display: none;
}

body.nodata .nodataOverlay {
  display: block;
}

.detail-owner-header time {
  font-size: 12px;
  color: #495867;
  font-weight: 400;
  padding-left: 5px;
  display: inline-block;
  /* margin-top: 7px; */
}

.report_section_padding {
  padding: 10px 25px;
}

.send_report_btn {
  padding: 14px 15px;
  text-align: center;
  color: #fff !important;
  font-weight: 500;
  font-size: 20px !important;
  border: 1px solid #efefef;
  background: #249ee4 !important;
  border-radius: 0 0 10px 0 !important;
  box-shadow: none !important;
  outline: none !important;
  border-bottom-color: transparent;
}

.Cancel_report_btn {
  padding: 14px 15px !important;
  text-align: center;
  color: #495867 !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  border: 1px solid #efefef;
  background: transparent !important;

  box-shadow: none !important;
  outline: none !important;
}

.report_section_heading {
  border-bottom: 1px solid #f1f1f1;
  font-size: 16px;
  font-weight: 600;
  margin-left: -15px;
  color: #333;
  padding-bottom: 10px;
  margin-right: -15px;
}

.report_section_heading i {
  color: #249ee4;
  margin-right: 5px;
}

.report_ul {
  max-height: 120px;
  overflow: auto;
  margin-top: 15px;
}

.report_ul ul li .check-box.big label {
  font-size: 14px;
  text-transform: capitalize;
}

/* width */
.report_ul::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

/* Track */
.report_ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.report_ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.report_ul::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}

.information_more_report {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin: 20px 0px;
  min-height: 40px;
  padding: 15px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 15px;
}

.top-right-anchor ul li+li.dropdown button {
  background-color: transparent;
}

.top-right-anchor ul li+li.dropdown li {
  width: 100%;
  display: flex;
  align-items: center;
}

.top-right-anchor ul li+li.dropdown .dropdown-menu {
  padding: 0;
  width: 360px;
  max-height: 300px;
  /* overflow-x: auto; */
  margin-top: 20px;
  right: -102px !important;
  left: unset !important;
}

.top-right-anchor ul li+li.dropdown .dropdown-menu .dropdown-item {
  padding: 12px 23px 10px 8px;
  border-bottom: rgb(51 51 51 / 10%) solid 1px;
}

.img-block_nav img {
  width: 40px;
  height: 40px;
  text-align: center;
}

.alert_heading {
  background: #f5f5f5;
  color: #333;
  font-size: 17px;
  padding: 9px;
  font-weight: 600;
}

.rIcon i {
  font-size: 16px;
}

.rIcon_message {
  margin-left: 10px;
  flex-grow: 1;
  text-align: right;
}

.rIcon_message i {
  font-size: 15px;
}

.notifation_message {
  line-height: 20px;
  font-size: 15px;
}

.img-block_nav {
  text-align: center;
  max-width: 70px;
  margin: 0 auto;
  position: relative;
}

.notifation_author_mess {
  color: #249ee4;
  font-size: 17px;
  padding-top: 3px;
}

.top-right-anchor ul li+li.dropdown .dropdown-item.active,
.top-right-anchor ul li+li.dropdown .dropdown-item:active {
  color: #333;
  text-decoration: none;
  background-color: #f8f9fa;
}

.live-dot_notifaction {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 5px solid #ffffff;
  background: #249ee4;
  border-radius: 50%;
  bottom: 0 !important;
  right: 5px;
  top: 25px !important;
}

.upcomingin_List::-webkit-scrollbar,
.event-list-box::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

/* Track */
.upcomingin_List::-webkit-scrollbar-track,
.event-list-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.upcomingin_List::-webkit-scrollbar-thumb,
.event-list-box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* width */
.top-right-anchor ul li+li.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}

/* Track */
.top-right-anchor ul li+li.dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle */
.top-right-anchor ul li+li.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
.top-right-anchor ul li+li.dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 10px;
}

.live_dot_bell {
  position: absolute;
  width: 8px;
  height: 9px;
  /* border: 5px solid #ffffff; */
  background: #249ee4;
  border-radius: 50%;
  top: 0px !important;
  /* right: 0; */
}

/* Notification count badge for mobile bottom navigation */
.notification-count-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  z-index: 10;
}

.file_upload_btn {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-radius: 10px;
  /* justify-content: flex-end; */
  justify-content: center;
  padding: 10px 0px 30px 0;
}

.file_upload_btn label {
  z-index: 1;

  padding: 9px 21px;
  font-weight: 400;

  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 70px;
}

.file_upload_btn span {
  border-bottom: 0;
}

.img_profileSec {
  background: #ffffff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.img_profileSec .img_block {
  max-width: 200px;
  height: 200px;
  margin: 0 auto;
  text-align: center;
}

.number-reveal-btn span {
  vertical-align: text-bottom;
}

.inner-review {
  width: 100%;
  padding-left: 90px;
}

.form-control-line.line_input {
  width: 100%;
  background: transparent;
  border-bottom: 2px solid rgb(109 121 133 / 30%);
  padding: 0 8px 0 8px;
  font-size: 15px;
  color: #666;

  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  height: 75px;
}

.input_detail_form {
  width: 100%;
  margin-top: 20px;
}

.img_block_container {
  padding-top: 30px;
  padding-bottom: 20px;
}

.img_profileSec .img_block img {
  border-radius: 8px;
}

.heder_motoe.headerfor_search {
  height: auto;
  height: auto;
  padding: 80px 0;
  margin-top: 40px;
}

.report_section_padding .form-group label {
  font-size: 14px;
}

.no_alerts {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  padding: 35px 0;
}

.dropdown_scroll .dropdown-menu {
  max-height: 200px;
  overflow: auto;
}

.dropdown_scroll .dropdown-item {
  cursor: pointer;
}

.dropdown_scroll .dropdown-item.active,
.dropdown_scroll .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #f5f5f5;
}

.Streaming_heading span {
  color: #249ee4;
  text-align: center;
}

/* .Streaming_text .txt h3{  font-weight: 500; font-size: 18px;} */

.search-and-location .autocomplete-dropdown-container {
  line-height: 30px !important;
  font-size: 13px;
  position: absolute !important;
  z-index: 1;

  max-height: 180px !important;

  overflow: auto !important;
}

.search-and-location .autocomplete-dropdown-container div {
  padding: 0px 10px;
}

.progrss_block .img-block {
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.or_text_color {
  color: #249ee4;
  font-size: 16px;
  margin: 8px 0px;
}

.list_item_link {
  color: #249ee4 !important;
  vertical-align: unset;
}

.Jvideochat_cus .number-reveal-btn {
  font-size: 14px;
  position: static;
}

.similar_item_countdown {
  display: block;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #249ee4;
}

.order_refund_text {
  text-align: center;
  color: red;
}

.multi_regularcont ol li {
  list-style-type: decimal;
  /* Specifies a numbered list */
  margin-left: 20px;
  /* Optional: Add left margin for indentation */
  padding-left: 10px;
  font-size: 16px;
  /* Optional: Add padding for better alignment */
}

.auction_button {
  align-items: flex-end;
}

.share-bx-review {
  background: #ffffff;
  border: 1px solid #eeeef0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 25px;
  margin-top: 30px;
}

ul.toggletab-bx li.active a {
  font-weight: 700 !important;
  color: #000;
}

.unread_message_count {
  position: absolute !important;
  left: 14px;
  top: -11px !important;
  z-index: 3;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  background: #249ee4;
  /* line-height: 33px; */
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-slide-in {
  animation: slide-in 0.3s ease-out forwards;
}

/* Disable page scroll when overlay open */
.no-scroll,
.no-scroll body {
  overflow: hidden;
}

/* Transparent overlay with slight blur */
.vc-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  /* transparent — site dikh raha hoga */
  backdrop-filter: blur(4px);
  /* optional: subtle blur */
  -webkit-backdrop-filter: blur(4px);
  z-index: 2000;
  display: grid;
  place-items: center;
}

/* Fullscreen stage (no extra margins = no extra scroll) */
.vc-stage {
  position: relative;
  width: 100vw;
  height: 100dvh;
  /* mobile address bar issues fix */
  max-width: 100vw;
  max-height: 100dvh;
  overflow: hidden;
  border-radius: 0;
  /* true fullscreen */
}

/* Remote video fills entire stage */
.vc-remote {
  position: absolute;
  top: 48px;
  /* aur space */
  bottom: 48px;
  left: 48px;
  right: 48px;
  border-radius: 20px;
  overflow: hidden;
  background: #101418;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.vc-remote {
  top: calc(env(safe-area-inset-top, 48px));
  left: calc(env(safe-area-inset-left, 48px));
  right: calc(env(safe-area-inset-right, 48px));
  bottom: calc(env(safe-area-inset-bottom, 48px));
}

/* Video fit */
.vc-remote video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Local PIP */
.vc-local {
  position: absolute;
  top: 20px;
  right: 20px;
  width: clamp(120px, 18vw, 240px);
  aspect-ratio: 4 / 3;
  border: 3px solid #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.vc-local video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Timer chip */
.vc-timer {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 6px 10px;
  font-weight: 600;
  background: rgba(220, 38, 38, 0.92);
  color: #fff;
  border-radius: 999px;
}

/* Bottom controls */
.vc-controls {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 9999;
}

.vc-btn {
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.vc-btn--danger {
  background: #e53935;
  color: #fff;
}

.vc-btn-red {
  width: 70px;
  height: 70px;
  border: 0;
  border-radius: 999px;
  background: #e53935 !important;
  display: grid;
  color: #fff;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  cursor: pointer;
}


.live-dot.online {
  background-color: #22c55e;
  /* green */
}

.live-dot.offline {
  background-color: #9ca3af;
  /* gray */
}

.live-dot.incall {
  background-color: #ef4444;
  /* red */
}

.system-message {
  display: flex;
  justify-content: center;
  margin: 8px 0;
}

.system-message .chat_hello {
  display: flex !important;
  align-items: center;
  gap: 6px;
  /* icon aur text ke beech spacing */
  background: #f3f3f3;
  padding: 6px 14px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  max-width: 70%;
  /* center msg too long ho to wrap ho jaye */
}

.system-message .chat_hello img {
  width: 18px;
  height: 18px;
  display: block;
}

.col-lg-2 .vc-overlay-new {
  position: relative;
  /* fullscreen avoid */
  width: 100%;
  height: auto;
  margin-top: 160px;
}

.col-lg-2 video {
  width: 100%;
  /* col-lg-2 ke andar fit ho jayega */
  height: auto;
  object-fit: cover;
  /* optional - zoom/crop ke liye */
  border-radius: 8px;
  /* optional - rounded look */
}

.vc-remote-new {
  position: relative;
  width: 100%;
}

.vc-remote-new video {
  width: 100%;
  /* col-lg-2 ke andar pura fit hoga */
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
  /* video ka crop adjust hoga */
  background: #000;
  /* blank jagah black dikhega */
}

.vc-stage-new {
  position: relative;
  /* width: 100vw
1318px
; */
  height: 100dvh;
  max-width: 100vw;
  max-height: 100dvh;
  overflow: hidden;
  border-radius: 0;
}

.vc-stage-mobile {
  position: relative;
  /* height: 100dvh; */
  max-width: 100vw;
  max-height: 100dvh;
  overflow: hidden;
  border-radius: 0;
}

.vc-controls-new {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}

.vc-controls-new .vc-btn--danger {
  background: #e53935;
  color: #fff;
}

.vc-controls-new .vc-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  /* background: #fff; */
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  cursor: pointer;
  margin: 5px;
}

.vc-controls-new {
  display: flex;
}

.vc-controls-new .vc-btn-select {
  width: 150px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  /* background: #fff; */
  display: grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.vc-btn-select {
  background-color: #222;
  /* dark background for consistency */
  color: #fff;
  /* white text */
  border: 1px solid #444;
  /* subtle border */
  border-radius: 8px;
  /* rounded corners */
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
}

.vc-btn-select:hover {
  background-color: #333;
  border-color: #666;
}

.vc-btn-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.6);
}

.vc-btn-select option {
  background: #222;
  color: #fff;
}

.vc-placeholder {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vc-placeholder-icon {
  font-size: 4rem;
  opacity: 0.8;
  margin-bottom: 8px;
}

.vc-placeholder--local {
  background-color: #111;
  opacity: 0.9;
  font-size: 0.9rem;
}

.vc-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.vc-small {
  position: absolute;
  top: 10px;
  /* top-right corner */
  right: 10px;
  width: 120px;
  /* small preview size */
  height: 160px;
  z-index: 2;
  border: 2px solid white;
  border-radius: 8px;
  cursor: pointer;
}

/* ✅ Transparent overlay — page visible behind */
.vc-overlay {
  position: fixed;
  inset: 0;
  background: transparent;
  /* no dark shade */
  backdrop-filter: none;
  /* remove blur if any */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  pointer-events: none;
  /* ensures clicks pass through background */
}

/* Center popup container for video call */
.vc-popup {
  position: relative;
  width: 480px;
  height: 360px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.85);
  /* keep black only behind the video box itself */
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  /* so you can click inside popup */
}

/* Fit remote video inside popup */
.vc-popup .vc-remote video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Local preview small top-right */
.vc-popup .vc-local {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 120px;
  height: 90px;
  border: 2px solid white;
  border-radius: 8px;
  overflow: hidden;
}

/* Bottom control buttons */
.vc-popup .vc-controls {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
}

@media (max-width: 768px) {
  .vc-popup {
    width: 90vw;
    height: 60vh;
    border-radius: 12px;
  }

  .vc-popup .vc-local {
    width: 100px;
    height: 75px;
    top: 8px;
    right: 8px;
  }

  .vc-popup .vc-controls {
    bottom: 6px;
    gap: 8px;
  }

  .vc-popup .vc-btn {
    width: 50px;
    height: 50px;
  }

  .vc-popup .vc-timer {
    top: 8px;
    left: 8px;
    padding: 4px 8px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .vc-popup {
    width: 95vw;
    height: 55vh;
  }

  .vc-popup .vc-local {
    width: 80px;
    height: 60px;
  }

  .vc-popup .vc-btn {
    width: 44px;
    height: 44px;
  }

  .vc-popup .vc-controls {
    bottom: 4px;
  }

  .vc-btn-red {
    width: 44px;
    height: 44px;
  }
}

.live-chat-overlay {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 90%;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  pointer-events: none;
}

.chat-messages {
  /* max-height: 200px; */
  overflow-y: auto;
  display: flex;
  flex-direction: column-reverse;
  pointer-events: none;
}

.chat-msg {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 4px 8px;
  margin: 3px 0;
  font-size: 14px;
  width: fit-content;
}

.chat-input {
  display: flex;
  gap: 6px;
  pointer-events: auto;
  margin-top: 6px;
  margin-bottom: 45px;
}

.chat-input input {
  flex: 1;
  border-radius: 20px;
  border: none;
  padding: 6px 12px;
  /* background: rgba(255, 255, 255, 0.1); */
  /* color: white; */
  outline: none;
}

.chat-input button {
  border: none;
  background: none;
  color: white;
  cursor: pointer;
}

@media (max-width: 768px) {
  .vc-stage-new {
    max-height: 400px;
    height: auto;
    /* Optional: keeps it flexible */
  }
}

/* Transaction History Styles */
.transaction-history-component {
  padding: 20px 0;
}

.transaction-filters {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.transaction-filters label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.transaction-filters .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 15px;
}

.transaction-list {
  margin-top: 20px;
}

.transaction-item {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.transaction-item img {
  max-height: 80px;
  object-fit: cover;
}

.transaction-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  border-radius: 8px;
  color: #249ee4;
}

.transaction-item .badge {
  padding: 5px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 500;
}

.badge-success {
  background-color: #28a745;
  color: white;
}

.badge-warning {
  background-color: #ffc107;
  color: #333;
}

.badge-secondary {
  background-color: #6c757d;
  color: white;
}

.receipt-header {
  border-bottom: 2px solid #249ee4;
  padding-bottom: 15px;
}

.receipt-header h3 {
  color: #249ee4;
  font-weight: 700;
}

.modal-backdrop {
  z-index: 1040;
}

.modal {
  z-index: 1050;
}

@media print {

  .modal-backdrop,
  .modal-footer .btn-secondary {
    display: none;
  }

  .modal {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
}

@media (max-width: 768px) {

  .transaction-item .col-md-2,
  .transaction-item .col-md-3,
  .transaction-item .col-md-4 {
    margin-bottom: 15px;
  }

  .transaction-item .text-right {
    text-align: left !important;
  }
}

/* Cookie Acceptance Banner */
.cookie-acceptance-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 20px;
  max-height: 400px;
  overflow-y: auto;
}

.cookie-acceptance-banner::-webkit-scrollbar {
  width: 8px;
}

.cookie-acceptance-banner::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.cookie-acceptance-banner::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

.cookie-acceptance-banner::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cookie-banner-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.cookie-text {
  flex: 1;
  min-width: 300px;
  margin-bottom: 15px;
  max-height: 250px;
  overflow-y: auto;
  padding-right: 10px;
}

.cookie-text::-webkit-scrollbar {
  width: 6px;
}

.cookie-text::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.cookie-text::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

.cookie-text::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.cookie-text h4 {
  color: #249ee4;
  margin-bottom: 10px;
  font-size: 18px;
}

.cookie-text p {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-text a {
  color: #249ee4;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.cookie-buttons .btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.cookie-buttons .btn-necessary {
  background-color: #6c757d;
  color: white;
}

.cookie-buttons .btn-necessary:hover {
  background-color: #5a6268;
}

.cookie-buttons .btn-reject {
  background-color: #dc3545;
  color: white;
}

.cookie-buttons .btn-reject:hover {
  background-color: #c82333;
}

.cookie-buttons .btn-accept {
  background-color: #28a745;
  color: white;
}

.cookie-buttons .btn-accept:hover {
  background-color: #218838;
}

@media (max-width: 768px) {
  .cookie-acceptance-banner {
    max-height: 500px;
    padding: 15px;
  }

  .cookie-banner-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-text {
    min-width: 100%;
    max-height: 200px;
    margin-bottom: 10px;
  }

  .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }

  .cookie-buttons .btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cookie-acceptance-banner {
    max-height: 600px;
    padding: 10px;
  }

  .cookie-text h4 {
    font-size: 16px;
  }

  .cookie-text p {
    font-size: 13px;
  }

  .cookie-buttons .btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* Help Center Search */
.help-center-search {
  margin-top: 30px;
  margin-bottom: 30px;
}

.help-center-search .search-box {
  position: relative;
}

.help-center-search .search-box input {
  padding: 15px 45px 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  transition: all 0.3s ease;
}

.help-center-search .search-box input:focus {
  outline: none;
  border-color: #249ee4;
  box-shadow: 0 0 0 3px rgba(36, 158, 228, 0.1);
}

.help-center-search .search-box .search-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 18px;
  pointer-events: none;
}

.help-center-search .search-box input:focus+.search-icon {
  color: #249ee4;
}

/* Pre-Bid Icon Styles */
.pre-bid-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #249ee4;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.pre-bid-badge {
  background-color: #249ee4;
  color: white;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

/* Pre-Bid Action Panel */
.pre-bid-action-panel {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

.btn-pre-bid-now {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
  transition: all 0.3s ease;
}

.btn-pre-bid-now:hover {
  background: linear-gradient(135deg, #218838 0%, #1ea87a 100%);
  box-shadow: 0 6px 20px rgba(40, 167, 69, 0.4);
  transform: translateY(-2px);
}

.btn-pre-bid-now:active {
  transform: translateY(0);
}

.auction-card {
  position: relative;
}

.auction-card .pre-bid-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

/* Pre-Bid Now Tab Button */
.pre-bid-now-btn {
  background-color: #249ee4;
  color: white;
  padding: 8px 16px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.pre-bid-now-btn:hover {
  background-color: #249ee4;
  color: white;
}

.pre-bid-now-btn i {
  font-size: 12px;
}

/* Tab with Pre-Bid Indicator */
.nav-item.has-pre-bid .nav-link {
  position: relative;
}

.nav-item.has-pre-bid .nav-link::after {
  content: 'Pre-Bid';
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #249ee4;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 10px;
  font-weight: 600;
}

/* Point 4: Quiet Banner for Scheduled Calls */
.scheduled-call-banner {
  background: #28a745;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  z-index: 2100;
  position: relative;
}

.scheduled-call-banner .btn-link {
  text-decoration: none;
  font-weight: 600;
}

/* Point 3: Mobile Schedule Popup */
.mobile-schedule-trigger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #249ee4;
  color: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  font-weight: 600;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.schedule-mobile-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 1500;
  max-height: 80vh;
  overflow-y: auto;
  padding: 20px;
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
}

.schedule-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1499;
}

.schedule-popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.schedule-popup-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* Phase 4: Advanced Streaming & Bidding UI */
.ls-badge-container {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 100;
  display: flex;
  gap: 10px;
}

.ls-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
}

.ls-badge-live {
  background: rgba(220, 53, 69, 0.85);
  /* Slightly softer red */
  color: #fff;
}

.ls-badge-viewer {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ls-badge-dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  margin-right: 6px;
}

.pulse {
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(220, 53, 69, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
  }
}

.ls-bidding-glass {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.ls-bidding-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ls-bidding-amount {
  font-size: 28px;
  font-weight: 800;
  color: #249ee4;
  text-shadow: 0 0 15px rgba(36, 158, 228, 0.4);
}

.ls-bidding-controls {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.ls-bid-input-group {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 0 15px;
  transition: all 0.3s ease;
}

.ls-bid-input-group:focus-within {
  background: rgba(255, 255, 255, 0.15);
  border-color: #249ee4;
}

.ls-currency {
  font-weight: 600;
  color: #aaa;
  margin-right: 10px;
}

.ls-bid-input {
  background: transparent;
  border: none !important;
  color: #fff !important;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  outline: none;
}

.ls-place-bid-btn {
  background: linear-gradient(135deg, #249ee4 0%, #1a7eb8 100%);
  border: none;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  padding: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  width: 100%;
}

.ls-place-bid-btn:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(36, 158, 228, 0.4);
}

.ls-place-bid-btn:active:not(:disabled) {
  transform: translateY(0);
}

.ls-place-bid-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: #555 !important;
}

.ls-last-bidder {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #ccc;
  background: rgba(0, 0, 0, 0.2);
  padding: 8px 12px;
  border-radius: 40px;
}

.ls-bidder-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #249ee4;
  object-fit: cover;
}

/* Mobile Bottom Sheet for Bidding */
@media (max-width: 991px) {
  .ls-bidding-glass {
    border-radius: 20px;
    margin-top: 20px;
  }
}










/* ========================================
   HELP CENTER SEARCH BAR - All Tabs
   Learn to Sell, Getting Started, Buying, Safety Tips
   ======================================== */

/* Search container - top position after heading */
.learn-search-container-top {
  margin: 20px auto 30px auto !important;
  max-width: 600px !important;
  width: 100% !important;
}

/* Search box wrapper */
.learn-search-box {
  position: relative !important;
  width: 100% !important;
  display: block !important;
}

/* Search input field */
.learn-search-box .form-control {
  width: 100% !important;
  padding: 14px 45px 14px 20px !important;
  border: 2px solid #e0e0e0 !important;
  border-radius: 25px !important;
  font-size: 15px !important;
  background-color: #ffffff !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* Search input focus state */
.learn-search-box .form-control:focus {
  outline: none !important;
  border-color: #249ee4 !important;
  box-shadow: 0 4px 12px rgba(36, 158, 228, 0.15) !important;
  background-color: #fff !important;
}

/* Search input placeholder */
.learn-search-box .form-control::placeholder {
  color: #999 !important;
  opacity: 1 !important;
}

/* Clear button (×) */
.learn-search-box .search-clear-btn {
  position: absolute !important;
  top: 50% !important;
  right: 15px !important;
  transform: translateY(-50%) !important;
  background: none !important;
  border: none !important;
  font-size: 24px !important;
  color: #999 !important;
  cursor: pointer !important;
  padding: 0 !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
  border-radius: 50% !important;
  line-height: 1 !important;
}

/* Clear button hover */
.learn-search-box .search-clear-btn:hover {
  color: #333 !important;
  background-color: #f0f0f0 !important;
}

/* Clear button active */
.learn-search-box .search-clear-btn:active {
  transform: translateY(-50%) scale(0.95) !important;
}

/* Search icon (optional - if you want to add search icon) */
.learn-search-box::before {
  content: '\f002' !important;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900 !important;
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  transform: translateY(-50%) !important;
  color: #999 !important;
  font-size: 16px !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.learn-search-box .form-control {
  padding-left: 50px !important;
}

/* Mobile responsive */
@media (max-width: 767px) {
  .learn-search-container-top {
    margin: 16px auto 20px auto !important;
    padding: 0 16px !important;
  }

  .learn-search-box .form-control {
    padding: 12px 40px 12px 45px !important;
    font-size: 14px !important;
    border-radius: 20px !important;
  }

  .learn-search-box .search-clear-btn {
    font-size: 20px !important;
    right: 10px !important;
  }
}

/* Tablet responsive */
@media (min-width: 768px) and (max-width: 1023px) {
  .learn-search-container-top {
    max-width: 500px !important;
  }
}

/* Dark mode support (if needed) */
.bg-light-dark .learn-search-box .form-control {
  background-color: #ffffff !important;
  color: #333 !important;
}

/* Help Center specific adjustments */
.helpComponent .learn-search-container-top {
  margin-top: 24px !important;
}

/* Animation for search results */
@keyframes fadeInSearch {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.learn-search-container-top {
  animation: fadeInSearch 0.4s ease-out !important;
}

/* No search results message styling - Compact */
.no-search-results {
  text-align: center !important;
  padding: 15px 20px !important;
  background: transparent !important;
  border-radius: 8px !important;
  margin: 16px 0 !important;
  box-shadow: none !important;
}

.no-search-results p {
  margin: 0 !important;
  font-size: 14px !important;
  color: #666 !important;
  font-weight: 500 !important;
}

.no-search-results strong {
  color: #249ee4 !important;
  font-weight: 700 !important;
}

.number-reveal-btn {

  padding: 10px 16px
}

.video-icon {
  width: 18px;
  margin-right: 6px;
  filter: invert(51%) sepia(86%) saturate(1590%) hue-rotate(176deg) brightness(92%) contrast(91%);
}

/* Mobile no results - Compact */
@media (max-width: 767px) {
  .no-search-results {
    padding: 20px 16px !important;
    margin: 12px 0 !important;
  }

  .no-search-results p {
    font-size: 13px !important;
  }
}