.otp-box input.form-control {
  margin: 2%;
}

.otp-box {
  margin-bottom: 0px !important;
}

.form-control:disabled {
  background-color: #3e333e !important;
  opacity: 0.6;
  cursor: auto;
}

.form-box h3 {
  color: white;
}

span.form-error {
  color: #c30707 !important;
  margin-left: 1%;
  font-weight: 400 !important;
}

.customloader {
  z-index: 1111 !important;
}

.fade.modal.fade.form-modal.custom-modal.modal.show {
  background: rgb(39 50 74 / 70%);
  color: white;
}

.custom-modal .modal-body {
  text-align: center;
  padding: 20px;
  background: #382a3a;
}

.custom-modal .modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.logout-modal-button {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.btn-primary {
  background-color: #007bff;
  color: white;
  border: none;
}

.btn-secondary {
  background-color: #6c757d;
  color: white;
  border: none;
}

.btn-primary:hover,
.btn-secondary:hover {
  opacity: 0.9;
}

.customStyle {
  color: white !important;
}

.customStyle ul {
  list-style: revert !important;
  margin: revert !important;
  padding: revert !important;
}

input.custom-password-field.is-invalid {
  background-image: none !important;
}

.remember-forgot-box a {
  color: #01a0e0;
  text-decoration: underline;
}

.forgot-password a label {
  cursor: pointer;
}

.site-bg {
  min-height: 763px !important;
}

.footer .section-padding {
  padding: 133px 0px 0px 0px;
}

.bid-list {
  min-height: 150px;
  max-height: 150px;
  overflow: auto;
  margin-right: -7px;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #6c2064;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(48 10 44);
}

.profile-image-box {
  width: 98px;
  height: 98px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 19px;
}

.upload-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.upload-btn:hover {
  background-color: #0056b3;
}

.upload-btn:active {
  background-color: #004085;
}

.file-input {
  display: none;
}

.upload-btn:focus {
  outline: none;
}

.bid-list::-webkit-scrollbar {
  width: 0px !important;
}

.padding-custom-class {
  padding: 24px 0px !important;
}

.custom-header-user {
  height: inherit;
  margin-right: 6px;
}

.custom-header-user span:last-child {
  padding: 0;
}

.select-payment {
  background: none !important;
}

.pagination ul li button,
.pagination ul li div {
  color: white !important;
}

.pagination {
  justify-content: center;
}

.search-list ul li:hover {
  background: #443944;
}

.search-list ul li {
  cursor: pointer;
}

.custom-pagination ul li .Mui-selected {
  color: var(--white);
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #00AEEF, #92278F, #B43AB0, #00AEEF) !important;
}

.custom-pagination ul li .Mui-selected:hover {
  background-position: 100% 0;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: var(--white);
}

img.twitter {
  width: 108px;
  height: 38px;
}

img.yahoo {
  background: #bdbbbb;
  padding: 10px;
  border-radius: 10px;
}

h3.productnotfound {
  text-align: center;
  color: white;
  padding: 15%;
}

.filterlink {
  font-size: 15px;
  color: var(--blue);
  font-weight: 600;
}

.show {
  display: block;
}

.ti-close {
  font-size: 26px;
  font-size: 26px;
}

.modal-header .btn-close {
  padding: 0;
  margin: 0;
  height: 0;
  margin-top: -16px !important;
}

.redeem-btn-box button.btn {
  margin-right: 29px;
}

.form-error {
  color: red;
}

.buy-bid-table-bg {
  height: 260px;
  overflow: auto;
  margin-bottom: 50px;
}

.buy-bid-table-bg::-webkit-scrollbar {
  width: 0px !important;
}

.col-md-6.popupWinner h2,
.col-md-6.popupWinner h3 {
  color: white;
}

.col-md-6.popupWinner {
  float: left;
}

.col-md-6.popupWinner.right {
  text-align: end;
}

.watch-add-btn.custombutton {
  text-align: justify;
  margin-top: 34% !important;
}

.col-md-6.popupWinner p {
  font-weight: 600;
  font-size: 22px;
}

i.ti.ti-heart {
  cursor: pointer;
}

.cutombox-model img {
  height: 233px;
  width: 100%;
}

.progress {
  background-color: #e0e0e0;
  border-radius: 10px;
  width: 100%;
}

.progress-bar {
  height: 100%;
  border-radius: 10px;
  transition: width 0.3s ease-in-out;
}

.share-btn img {
  width: 30px;
  height: auto;
}

.container.customStyle.auction {
  text-align: initial;
}

.countdown-circle {
  position: relative;
  width: 50px;
  height: 50px;
}

.countdown-circle svg {
  transform: rotate(-90deg);
  color: gray;
}

.countdown-circle circle {
  transition: stroke-dashoffset 1s linear;
}

.countdown-number {
  position: absolute;
  top: 52%;
  left:25px;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  color: white;
}

.customModetTest {
  text-align: end !important;
}

.textareaclass {
  width: 100%;
  border-radius: 10px;
  background: #3f303f;
  color: white;
}

.textareaclass:focus-visible {
  outline: none;
}

textarea#message {
  color: white;
}

.Mui-focused {
  border: none;
}

.time-box {
  width: 40%;
}

.customwidth {
  width: 50%;
}

.time-box.customBoxStart, .time-box.customwidth{
  font-size: 12px !important;
  width: 100%;
  border-radius: 0%;
}

.custommessgaeroor p#message-helper-text {
  display: none;
}

.bids {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #291B29;
  background: color(display-p3 0.153 0.110 0.157);
  border-radius: 10px;
  font-size: 14px;
  color: var(--white);
  padding: 9.5px 15px;
}

.earn-title-image figure img {
  width: 96px !important;
}

.menucustom{
  color:white;
}

.menucustom:focus{
  color:white;
}

.menucustom:hover{
  color:white;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: white;
}

.time-box.customwidth.custom-ticket-style {
  width: 100%;
  margin-bottom: 159px;
  border-radius: 0;
  text-align: center;
  padding: 13px;
  transform: rotateZ(45deg);
  left: 38%;
}

/* .time-box.customwidth.custom-ticket-style {
  width: 100%;
  margin-bottom: 73px;
  border-radius: 0;
  text-align: center;
  padding: 13px;
} */

.btnnew{
    height: 30px !important;
    line-height: 42px  !important;
    padding: 0px 25px  !important;
    font-size: 15px  !important;
    font-weight: 500  !important;
    border: none  !important;
    border-radius: 6px  !important;
    color: var(--white)  !important;
    -moz-transition: all .4s ease-in-out  !important;
    -o-transition: all .4s ease-in-out  !important;
    -webkit-transition: all .4sease-in-out  !important;
    transition: all .4sease-in-out  !important;
    background-size: 300% 100%  !important;
    background-image: linear-gradient(to right, #00AEEF, #92278F, #B43AB0, #00AEEF)  !important;
}

.sub-category-box {
  margin-left: 21px;
}

.headerCutomMenu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background: var(--bg4);
    color: white;
    cursor: pointer;
}

.headerSubCutomMenu{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  color: white;
  cursor: pointer;
}

.filter-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  padding: 10px 20px;
  background-color: #000; 
  border-radius: 8px;
}

.filter-select {
  display: flex;
  align-items: center;
  background-color: #111;
  color: #fff;
  border: 1px solid #333;
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  appearance: none;
  min-width: 180px;
}

.filter-select:focus {
  outline: none;
  border-color: #666;
}

.filter-select option {
  background: #222;
  color: #fff;
}

.filter-icon {
  margin-right: 8px;
}

.absolute.shadow-lg {
  position: absolute;
  left: 35%;
}

.absolute.shadow-lg .react-datepicker__header h2.react-datepicker__current-month {
  color: black;
  font-size: large;
}

p.productnotfoundText {
  text-align: center;
  margin: 0;
  padding: 0px;
  margin-top: -14%;
}

.search-list-box {
  margin-bottom: 16px;
}

.search-list-box ul#searchResults {
  margin-left: 12px;
}

.customlistSearch{
  z-index: 98;
  width: 31.6%;
}

.customlistSearch ul#searchResults {
  margin-left: 0;
}

.customlistSearch ul#searchResults .category-icon-title{
  padding: 5px;
  padding-left: 0;
}

.customlistSearch .search-list-box{
  margin-bottom: 0px;
}

.navbar-nav li .submenu-box.cityList {
  width: auto !important;
}

.fans-love-xp {
  background: #1f1120;
  color: #fff;
  padding: 60px 0;
}

.reviews-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top:30px;
}

.review-card {
  background: #3A303B;
  border-radius: 10px;
  width: 300px;
}

.review-image {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 10px;
}

.review-text {
  margin: 15px 0;
  padding: 0px 20px 0px 20px;
}

.review-event {
  font-size: 0.9rem;
  color: #bbb;
  padding: 0px 20px 0px 20px;
}

.review-event strong{
  color: white;
}
.search-drop-down-box {
  z-index: 83;
}

.search-date-city-box.mb-4.search-box.searchboxcustom select.form-control {
  background: rgba(255, 255, 255, 0.3);
  padding-left: 17px;
}

/* .customwhyfanslove img.review-image {
  border-radius: 12px 12px 0px 0px !important;
} */

.customwhyfanslove .review-card{
  border-radius: 12px !important;
}

p.review-text {
  height: 104px;
}

.date-btnbox {
  left: 10px;
  font-size: 19px;
  border-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 22px 0px 22px 0px;
  margin: 0;
  height: 0;
  width: 32%;
}

.notificationCount {
  background: none !important;
  position: absolute;
  font-size: 11px;
  left: 23px;
  width: 38%;
  border-radius: 10px;
  top: 2px;
  text-align: center;
  font-weight: 500;
}

.additional-info{
  color: white;
}

.buy-it-price-des.additional-info.mt-4 strong {
  font-weight: 600;
}

a.btn.detailpageButton {
  float: inline-end;
}

.paymenybox{
  justify-items: center;
}
.paymenybox .bg-white{
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  padding: 18px;
  width: 50%;
  display: grid;
  border-radius: 26px;
}

.complete-status.pending span {
  background: #febc14;
}

.complete-status.failed span {
  background: red;
}


.time-box.customwidth.detailPageSoldOut {
  right: auto;
  width: 100%;
  bottom: auto;
  top: 11%;
  border-radius: 0;
  text-align: center;
  position: absolute;
  transform: rotateZ(45deg);
  left: 45%;
}

.after-payment-full-image {
  position: relative;
  overflow: hidden;
}

/* .time-box.customwidth.detailPageSoldOut {
  right: auto;
  width: 100%;
  bottom: auto;
  top: 37%;
  border-radius: 0;
  text-align: center;
  position: absolute;
} */

.after-paymnet-des {
  position: relative;
}

.customboxstylelink {
  cursor: pointer;
}

.nav-tabs .nav-link {
  color: white !important;
  background-color: transparent;
  border: none;
}

.nav-tabs .nav-link.active {
  color: black !important;
  border: none;
}

.date-picker-box-home {
  position: absolute;
  top: 100%; 
  left:55%;
  z-index: 10;
  background: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  border-radius: 18px;
  margin-top: 4px; 
}

select.form-control {
  background-image: url(../../images/down-arrow.png) !important;
  appearance: none;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  appearance: none !important;
}

.time-box {
  font-size: 14px !important;
  width: 48%;
}

header {
  z-index: 1000 !important;
}

.customSlick .slick-list .slick-track {
  display: inline-flex;
}

a.position-relative.responsiveMenu {
  margin-left: 6px;
  background: none;
}

.responsiveMenu .dropdown-item {
  width: 100%;
  border-radius: 0;
}

.arrow-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 0.9rem;
}

.rotate-right {
  transform: rotate(0deg);
}

.rotate-down {
  transform: rotate(90deg);
}

.cursor-pointer {
  cursor: pointer;
}

.custom-slider .slick-dots {
  bottom: 10px;
}

.custom-slider .slick-dots li button:before {
  color: #ffffff;
  font-size: 10px;
}

.slick-dots li.slick-active button:before{
  opacity: 0.75;
  color: #ffffff;
}

.socialLogin{
  margin: 0 !important;
  height: 0 !important;
}

.form-foot.socialLoginBox {
  margin: 0;
  margin-top: 10px;
  border-top: 1px dashed white;
  padding-top: 14px;
}

span.socialLogin div {
  border-radius: 18px;
  border: 2px solid white;
  color: white;
  width: 38px;
  padding: 4px 3px 4px 10px;
  margin-left: 24px;
  margin-right: 8px;
}






.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

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

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

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4caf50;
}

input:checked + .slider:before {
  transform: translateX(26px);
}
.slide-content-box figure img{
  object-fit: fill !important;
}

/* .list-detail-img img{width: 100%; border-radius: 10px; aspect-ratio: 10/4; object-fit: contain; background: var(--bg2);} */
.buy-it-price-des{position: sticky; top:100px;}
.time-box.info {
  background: #3290ff;
  width: 55%;
}
.complete-status.info span {
  background: #3290ff;
}

.comming-box{
  width: 85%;
}

.CopyWright{
  color: #d6d6e2;
  display: flex;
  justify-content: center;
}


.listBider{
  border-radius: 49px;
  width: 45px;
  height: 45px;
  object-fit: cover;
}

.bidhistoryImg{
  width: 45px;
    height: 45px;
    border-radius: 122px;
    margin-right: 11px;
}

.site-logo {
  width: 192px;
  height: 60px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .site-logo {
    width: 150px;
    height: 48px;
  }
}

@media (max-width: 576px) {
  .site-logo {
    width: 120px;
    height: 40px;
  }
}
.hide-content-for-mobile{
  display:block
}
.hide-content-for-browser{
  display: none !important;
}

@media (max-width: 992px) {
  .hide-content-for-mobile {
   display: none !important;
  }
  .hide-content-for-browser {
   display: inline-block !important;
   display: flex !important;

  }
}
.list-detail-content-mobile{
  padding-top: 0 !important;
}

.image-icon-category {
  width: 33px;
  height: 33px;
  max-width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}
.loader-spinner {
  text-align: center;
  font-size: 14px;
  color: #888;
}




