body{
  font-family: Tajawal !important;
}
p{
  margin-bottom: 0px !important;
}
a{
  text-decoration: none;
}
label{
  margin-bottom: 0px;
  font-size: 14px;
}
img{
object-fit: cover;
}
.ml{
margin-left: 10px;
}
.card-label{
  font-size: 12px;
}
.float-right{
  float: right;
}
.time_counter{
  font-size: 20px;
}
.page-title{
  margin: 10px 0px 0px;
}
/* ---------------------------------------------------
  REAL ESTATE IMAGES AND MAP LOCATION
----------------------------------------------------- */
.location-map , .show-images{
display: none;
}
/* ---------------------------------------------------
  BANNER VIDEO
----------------------------------------------------- */
.banner-desktop{
/* overflow-x: hidden; */
}
.banner-mobile{
display: none;
overflow-x: hidden;
}
@media only screen and (max-width: 700px ) {
.banner-mobile{
  display: block;
}
.banner-desktop{
  display: none;
}
}

/* ---------------------------------------------------
  LANGUAGE
----------------------------------------------------- */
.nav-item{
list-style-type: none;
}
.second-lang , .select-language{
display: none;
cursor: pointer;
}
.selected-language , .option-eng , .option-ar{
cursor: pointer;
}
.select-language{
position: absolute;
background: #fff;
border-radius: 5px;
box-shadow: 0px 0px 2px;
z-index: 10;
cursor: pointer;
}
.option-ar:hover , .option-eng:hover{
background: #e0e0e0;
}
.language-menu{
  position: absolute;
  background: #ffffff;
  border-radius: 10px;
  display: none;
  list-style: none;
  width: 150px;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
  overflow: hidden;
}
.language-menu li{
margin-left: -40px;
margin-right: -40px;

}
/* ---------------------------------------------------
  NOTIFICATION
----------------------------------------------------- */
.alert-count {
position: absolute;
top: 0px;
left: 15px;
width: 18px;
height: 18px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-size: 12px;
font-weight: 500;
color: #fff;
background: #f62718;
}
.dropdown-large .dropdown-menu {
width: 360px;
border: 0;
padding: 0 0;
border-radius: 10px;
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.dropdown-large .msg-header {
padding: 0.8rem 1rem;
border-bottom: 1px solid #ededed;
background-clip: border-box;
background: #fff;
text-align: left;
display: flex;
align-items: center;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.dropdown-large .msg-header .msg-header-title {
font-size: 15px;
color: #1c1b1b;
font-weight: 500;
}
.dropdown-large .msg-header .msg-header-clear {
font-size: 12px;
color: #585858;
}
.header-notifications-list {
position: relative;
height: 360px;
}
.notification-scroller-hight {
max-height: 360px;
overflow: hidden;
overflow-y: scroll;
width: 100%;
}
.notification-scroller-hight::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #bbb;
border-radius: 15px;
}
.notification-scroller-hight::-webkit-scrollbar
{
width: 5px;
background-color: #bbb;
}
.notification-scroller-hight::-webkit-scrollbar-thumb
{
background-color:#cbcbcb;
border-radius: 15px;
}
.dropdown-large .msg-footer {
padding: 0.8rem 1rem;
color: #1c1b1b;
border-top: 1px solid #ededed;
background-clip: border-box;
background: 0 0;
font-size: 14px;
font-weight: 500;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
/* ---------------------------------------------------
  SIDEBAR STYLE
----------------------------------------------------- */

.filter-title{
  padding: 10px 10px;
  border-bottom: 1px solid #bdbdbd;
  font-size: 20px;
  box-shadow: 0px 0px 5px 0px;
  background: #fff;
}

#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #f8f8f8;
  color: #000;
  transition: all 0.5s;
  z-index: 100;
  position: fixed;
  height: 100%;
  border: 1px solid #e7e7e7;
  overflow: hidden;
  z-index: 2000;
  margin-left: 5px;
  border-radius: 15px;
  box-shadow: 0 6px 25px 0 rgb(0 0 0 / 17%);
  height: 90%;
}
#sidebar label{
  margin-bottom: 0px;
}
#sidebar .sidebar-header {
  border-bottom: 1px solid #bfbfbf;
}

#sidebar ul.components {
  padding: 0px 0px;
  /* max-height: 75%; */
  /* background: #c6c6c6;
  box-shadow: inset 0px 0px 5px; */
  border-bottom: 1px solid #c6c6c6;
}

@media only screen and (max-height: 680px) {
  #sidebar ul.components {
      /* max-height: 65%; */
  }
}

#sidebar ul .form-check {
  padding: 10px 25px;
}
#sidebar ul .li-div {
  padding: 10px 10px;
  border-bottom: 1px solid #c6c6c6;
}
.li-div p{
  display: inline;
}
.menu-icon {
  font-size: 24px;
  color: #6d6d6d;
}
.sidebar-scroller{
/* max-height: 65% !important; */
overflow: hidden;
overflow-y: scroll;
}
.sidebar-scroller::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #bbb;
border-radius: 15px;
}
.sidebar-scroller::-webkit-scrollbar
{
width: 5px;
background-color: #bbb;
}
.sidebar-scroller::-webkit-scrollbar-thumb
{
background-color:#cbcbcb;
border-radius: 15px;
}


@media only screen and (max-height: 780px){
  .sidebar-scroller{
      max-height: 70%;
      overflow: hidden;
      overflow-y: scroll;
    }
    .sidebar-scroller::-webkit-scrollbar-track
    {
      -webkit-box-shadow: inset 0 0 6px rgba(172, 172, 172, 0.3);
      background-color: #eee;
      border-radius: 15px;
      width: 5px;
    }
    .sidebar-scroller::-webkit-scrollbar
    {
      width: 10px;
      background-color: #eeeeee;
      width: 5px;
    }
    .sidebar-scroller::-webkit-scrollbar-thumb
    {
      background-color:#919191;
      border-radius: 15px;
      width: 5px;
    }
}


@media only screen and (min-height: 780px){
  .sidebar-scroller{
      max-height: 75%;
      overflow: hidden;
      overflow-y: scroll;
    }
    .sidebar-scroller::-webkit-scrollbar-track
    {
      -webkit-box-shadow: inset 0 0 6px rgba(172, 172, 172, 0.3);
      background-color: #eee;
      border-radius: 15px;
      width: 5px;
    }
    .sidebar-scroller::-webkit-scrollbar
    {
      width: 10px;
      background-color: #eeeeee;
      width: 5px;
    }
    .sidebar-scroller::-webkit-scrollbar-thumb
    {
      background-color:#919191;
      border-radius: 15px;
      width: 5px;
    }
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

#content {
  width: 100%;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.filter{
  display: none;
}
@media only screen and (max-width: 1500px) {
  .main-div{
      margin-left: 0px !important;
  }
  #sidebar {
      margin-left: -250px;
      height: 85%;
  }
  #sidebar.active {
      margin-left: 10px;
      height: 85%;
  }
  #sidebarCollapse span {
      display: none;
  }
  #sidebar{
      position: fixed;
      height: 85%;
  }
  .filter{
      display: block;
      transition: all 0.5s;
      z-index: 1;
  }
  .filter-btn-margin{
      margin-left: 265px !important;
      z-index: 2000;
  }
  .auction_search{
      margin-top: 15px;
  }
}
.filter-btn {
  margin: -10px 10px;
}
@media only screen and (max-width: 300px){
  .filter-btn-margin{
      margin-left: 125px !important;
      z-index: 2000;
      top: 80px;
  }
}
.sub-condition{
  margin-left: 25px;
  margin-top: 10px;
  width: 165px;
}
.rang-counter{
  border: 1px solid #b4b4b4;
}


#slider-div {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

#slider-div>div {
  margin: 8px;
}

.slider-label {
  position: absolute;
  background-color: #eee;
  padding: 4px;
  font-size: 0.75rem;
}

.auction-bids-status{
  box-shadow: 2px 2px 3px;
  border-radius: 10px;
}
.auction-bids-tax{
box-shadow: -2px 2px 3px;
border-radius: 10px;
}
.auction-bids-tax p{
font-size: 14px;
}
.bid_tax span , .bid_commission span , .payment-tax-value , .payment-commission-value{
font-size: 11px;
color: #afa4f0;
}
@media only screen and (max-width: 576px) {
  .auction-bids-status {
    width: 100% !important;
  }
  .upcoming-status{
   width: 100% !important;
  }
  .auction-bids-tax {
    margin-top: 10px;
    width: 100% !important;
  }
}

.p-style{
  font-size: 12px;
}
.reserve-price-details{
  font-size: 18px;
}
.detail-row{
  font-size: 16px;
}
.card{
  box-shadow: 0px 0px 5px 0px;
}

/* Multiple range */

#slider-div {
display: flex;
flex-direction: row;
margin-top: 0px;
}

#slider-div>div {
margin: 8px;
}

.round{
background: #007bff;
}
.slider-track{
background: #939393;
}
.slider-selection{
background: #007bff;
}
#slider-max-label , #slider-min-label{
position: relative !important;
  top: 0 !important;
  left: 0 !important;
}
.form-validation{
  font-size: 10px;
  display: none;
  color: #de0000;
}
.incorrect_password{
display: none;
}
.msg-popup{
  z-index: 2001 !important;
}
.success-outer, .error-outer, .exits-outer{
  display: none;
}
.success-msg{
clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 37% 75%, 19% 100%, 21% 75%, 0 75%);
background: #00a531;
color: #fff;
box-shadow: 0px 0px 20px 0px #000;
height: 100px;
width: 25%;
}
.error-msg, .exits-msg{
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 37% 75%, 19% 100%, 21% 75%, 0 75%);
  background: #a50000;
  color: #fff;
  box-shadow: 0px 0px 20px 0px #000;
  height: 100px;
  width: 25%;   
}
.li-div a{
  text-decoration: none;
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .success-msg {
    width: 50% !important;
  }
}

@media only screen and (max-width: 600px) {
  .success-msg {
    width: 75% !important;
  }
}

.page-content {
  padding: 1.5rem 1.5rem 0.7rem 1.5rem;
}


/* ==============================*/
.indicator{
  border-color: #212529!important;
  border-width: 5px!important;
  border-left: 5px solid #000!important;
  border-radius: 10px;
  overflow: hidden;
  background: #e0e0e0;
  box-shadow: 0px 0px 5px 0px #000;
  color: #000;
}

.indicator-body{
  flex: 1 1 auto;
  padding: 1rem 1rem;
  border-left: none;
  border-radius: 10px;
  background: #f8f8f8f8;
  border: 1px solid #d7d7d7;
}
.indictor-content{
  font-size: 18px;
}
.indicator-counter{
  color: #fff;
  text-shadow: -1px -1px 4px #000;
}
.counter-indicator{
  font-size: 14px;
}
.indicator-icons{
width: 30%;
}
.indicator-icons img{
float: right;
}
.card-body{
background: #f8f8f8f8;
border: 1px solid #d7d7d7;
}
.border-3 {
  border-width: 3px!important;
}
.border-dark {
  border-color: #212529!important;
}
.border-start {
  border-left: 1px solid #dee2e6!important;
}
.border-0 {
  border: 0!important;
}
.card-img{
  height: 250px;
  overflow: hidden;
}
.auction-card-body{
  /* height: 235px; */
}
.card-body{
  background: #f9f9f9;
}
.info-card{
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
  border: 1px solid rgba(0,0,0,.125);
}
.vehicle-info-card{
  background: #f8f8f8f8;
  padding: 1rem 1rem;
}

.bids-label{
  position: absolute;
  float: right;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 0px 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px #000;
  font-size: 12px;
}
.card-currency{
  font-weight: 600;
}
.sidebarCollapse_btn{
  margin-left: 250px;
  transition: all 0.3s;
}
#sidebarCollapse{
  display: none;
}
@media only screen and (max-width: 768px) {
  /* #sidebar{
      position: absolute;
      height: 100%;
  } */
  #sidebarCollapse{
      display: block;
  }
}
.indicator-title{
  text-shadow: -1px -1px 0px #fff;
}
.user-name{
  font-size: 18px;
  font-weight: 600;
}
.auction-vehicle-title{
  background: #dad9d9;
  box-shadow: 0px 0px 2px 0px;
  border-radius: 10px 10px 0 0;
}
.session-response, .bid-amount-less , .processing-msg{
  display: none;
}
.session-response p, .bid-amount-less p{
  color: #f60000;
}
.insert-success{
  display: none;
}
.insert-success p{
  color: #14a44d;
}
.winner_bid{
  background-color: #14a44d;
  color: #fff;
  padding: 10px;
}

.session-response span{
  padding-left: 5px;
}
.min-balance{
  background-color: #a46a14;
  color: #fff;
  box-shadow: 0 4px 9px -4px #aa9900;
  padding: 10px;
}

.place_bid{
  margin-left: 10px;
}
.info-hands{
  font-size: 12px;
}
.btn-success{
  background-color: #14a44d;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
  border: none;
}
.btn-warning {
  background-color: #e4a11b;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
  border: none;
}
.btn-danger {
  background-color: #db0000;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
  border: none;
}
.btn-secondary{
  background-color: #6d6d6d;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
  border: none;
}
.btn-dark{
  background-color: #020202;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
  border: none;
}
.btn-primary{
  background-color: #007bff;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
  border: none;
}
.btn-info{
  background-color: #17a2b8;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
  border: none;  
}
.banner-descriptions{
  top: 35%;
}
#filter{
position: fixed;
/* margin-top: 30px !important; */
color: #fff;
background: #00000078;
/* margin-left: -20px; */
}
.filter-icon {
  font-size: 22px;
}
.banner-descriptions h1{
  font-size: 50px;
}
@media only screen and (max-width: 450px) {
  .banner-descriptions h1{
      font-size: 40px;
  }
}


.banner-descriptions h1{
  text-shadow: -2px -2px 2px #000;
}
.process_title{
  font-size: 18px;
  line-height: 24px;
  color: #333;
  padding-top: 15px;
}
.steps-ul li{
  width: 20%;
}
.card{
  border-radius: 10px;
  box-shadow: 0 6px 25px 0 rgb(0 0 0 / 17%);
}
.border-4 {
border-width: 4px!important;
}
.border-dark {
border-color: #212529!important;
}
.border-top {
border-top: 1px solid #dee2e6!important;
}
.border-0 {
border: 0!important;
}
.bidding-btn{
  border: none;
  border-radius: 6px;
  background: #509500;
  color: #fff;
  font-size: 14px;
  box-shadow: 0px 1px 3px #65b902;
}
.timer{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 10px;
  text-align: center;
}
.timer span{
  color: #787777;
  border: 1px solid #a0a0a0;
  font-weight: 600;
  padding: 2px;
  border-radius: 5px;
}
.steps-content{
  text-align: center;
  width: 20%;
}
.steps-content img{
  width: 60%;
}
.min-screen-logo{
  width: 20%;
  display: none;
}



@media only screen and (max-width: 800px) {
  .steps-content{
      width: 30%;
  }
  .max-screen-logo{
      display: none;
  }
  .min-screen-logo{
      display: block;
  }
}
@media only screen and (max-width: 600px) {
  .steps-content{
      width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .steps-content{
      width: 100%;
  }
}
.contact-us i{
  font-size: 32px;
  letter-spacing: 2px;
}
.about-us p{
  font-size: 16px;
  font-weight: 400;
}
.show-history , .show-vehicle-info{
  display: none;
}
.current-bid-card{
  position: absolute;
  right: 10px;
}

.min-screen{
  background: #d2d2d2;
  display: none;
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0 6px 25px 0 rgb(0 0 0 / 17%);
}

@media only screen and (max-width: 580px) {
  .col-xs-4{
      flex: 0 0 auto;
      width: 33.33%;
  }
  .col-xs-6{
    flex: 0 0 auto;
    width: 50%;
}
}

@media only screen and (max-width: 769px) {
  .min-screen{
      display: block;
  }
  .max-screen{
      display: none;
  }
  .detail-page-content{
    margin-bottom: 110px;
  }
  .hight_message{
    margin-bottom: 165px;
  }
  .non_hegist_message{
    margin-bottom: 90px;
  }
  /* .auction-vehicle-details-card{
      margin-bottom: 110px !important; 
  } */
}

.parts-info{
  box-shadow: 0px 0px 5px;
  border-radius: 10px;
  margin: 10px;
}
.vehicle-info , .bid-info{
  background: #f2f2f2;
  margin: 10px;
  border-radius: 10px;
}
.vehicle-notes{
  background: #f2f2f2;
  border-radius: 10px;
}
.vehicle-notes-inner{
  max-height: 175px !important;
  overflow: hidden;
  overflow-y: scroll;
}
.vehicle-notes-inner::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #bbb;
  border-radius: 15px;
}
.vehicle-notes-inner::-webkit-scrollbar
{
  width: 5px;
  background-color: #bbb;
}
.vehicle-notes-inner::-webkit-scrollbar-thumb
{
  background-color:#4b4b4b;
  border-radius: 15px;
}
.brand-logo{
  position: absolute;
  right: 10px;
  width: 10%;
}
.history-data{
  font-size: 14px; 
}
.aution-status{
  float: right;
  background: #40ac00;
  border-radius: 5px;
  padding: 1px 7px;
  color: #fff;
  font-size: 11px;
  margin: 0 5px;
}
.upcoming-status{
  background: #0199ee;
  border-radius: 5px;
  padding: 3px 7px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: system-ui;
  box-shadow: 0px 2px 5px 1px #7b7b7b;
  width: 50%;
}
.waiting-status{
  background: #0199ee;
  border-radius: 5px;
  padding: 3px 7px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: system-ui;
  box-shadow: 0px 5px 5px 1px #7b7b7b;
  width: 50%;
}

.ended-status{
  background: #a1a2a0;
  border-radius: 5px;
  padding: 3px 7px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: system-ui;
  box-shadow: 0px 5px 5px 1px #7b7b7b;
  width: 50%;
}
.sold-status{
  background: #23aa01;
  border-radius: 5px;
  padding: 3px 7px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: system-ui;
  box-shadow: 0px 5px 5px 1px #7b7b7b;
  width: 50%;
}
@media only screen and (max-width: 1000px){
  .waiting-status , .ended-status , .sold-status{
      width: 100%;
  }
}

.nav-item{
  margin: 2px 2px;
  font-weight: 600;
  font-size: 16px;
  color: #000 !important;
}
.active-page{
  color: #696969 !important;
  border-bottom: 2px solid #2d2d2d;
}
.header-content{
  z-index: 1100;
  right: 73px;
  top: 15;
  position: fixed;
}
.header-div{
  display: inline-block;
}
.header-div a{
  color: rgba(0,0,0,.5);
}
.min-500{
  display: none;
}
@media only screen and (max-width: 500px){
  .header-session{
      display: none;
  }
  .min-500{
      display: block;
  }
}
.header-session-links{
  float: right;
  margin: 5px 5px;
}
.header-session-links a{
  color: #000;
}

/* =========================================== */

.outer-card{
  background-image: linear-gradient(to right, #444444 , #989898);
  padding: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 20px 0px;
  font-family: emoji;
  color: #fff;
}
.inner-card p{
  margin: 0px;
  font-size: 16px;
}

.card-logo{
  width: 140px;
  float: right;
}
.chip-img{
  width: 90px;
  margin: 10px 0px;
}
.card-balance{
  float: right;
  font-size: 30px;
}

.quick_payment_outer{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: none;
  background: #0000001a;
}
.outer-popup{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2000;
  height: 100%;
  width: 100%;
  background: rgba(15,23,42,.6);
  backdrop-filter: blur(8px);
  display: none;
  transition: height 0.2s;
  z-index: 2001;
}
.inner-popup{
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
}
.popup-title h6{
  font-size: 24px;
  font-weight: bold;
}
.popup-title img{
  width: 15%;
}
@media only screen and (max-width: 895px) {
  .inner-popup{
    max-height: 80vh;
    overflow: hidden;
    overflow-y: scroll;
  }
  .responsive-height{
    height: 75vh;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.wallet_packages th{
  font-size: 16px;
}
.wallet_packages td{
  font-size: 14px;
}
.close_div{
  float: right;
  color: #eb0606;
  cursor: pointer;
}
.navbar{
border-radius: 0px 0px 10px 10px;
box-shadow: 0 6px 25px 0 rgb(0 0 0 / 17%);
border-bottom: 1px solid #d8d8d8;
}
/* .navbar-nav{
margin-right: -40px;
} */
.language-flage{
  width: 25px;
  border-radius: 20%;
}

.navbar-collapse{
  z-index: 1;
}


@media only screen and (max-width: 1635px){
  .navbar-brand{
      width: 10%;
  }
  
  .header_logo{
    width: 75% !important;
  }
  .logo-size{
    width: 40% !important;
  }
  .nav-item{
    font-size: 13px;
  }
}
@media only screen and (max-width: 1300px){
  .navbar-brand{
      width: 12%;
  }
  .header_logo{
    width: 75% !important;
  }
  .logo-size{
    width: 40% !important;
  }
  .nav-item{
    font-size: 13px;
  }
}
@media only screen and (max-width: 1100px){
  .navbar-brand{
      width: 13%;
  }
  .header_logo{
    width: 100% !important;
  }
  .logo-size{
    width: 40% !important;
  }
  .nav-item{
    font-size: 13px;
  }
}
@media only screen and (min-width: 1101px){
  .navbar-brand{
    width: 13%;
  }
  .logo-size{
    width: 30% !important;
  }
}
@media only screen and (max-width: 991px){
  .navbar-brand{
      width: 20%;
  }
  .navbar-float-right{
    float: right;
  }
  .navbar-float-left{
    float: left;
  }
  .logo-size{
    width: 50% !important;
  }
  .nav-item{
    font-size: 13px;
  }
}

@media only screen and (min-width: 801px){
  .auction-vehicles{
      margin-left: 0px;
    }
}
@media only screen and (max-width: 800px){
  .navbar-brand{
      width: 25%;
  }
  .navbar-float-right{
    float: right;
  }
  .navbar-float-left{
    float: left;
  }
  .logo-size{
    width: 35% !important;
  }
}
@media only screen and (max-width: 690px){
  .navbar-brand{
      width: 26%;
  }
  .navbar-float-right{
    float: right;
  }
  .navbar-float-left{
    float: left;
  }
  .logo-size{
    width: 35% !important;
  }
}
@media only screen and (max-width: 500px){
  .navbar-brand{
      width: 32%;
  }
  .navbar-float-right{
    float: right;
  }
  .navbar-float-left{
    float: left;
  }
}
@media only screen and (max-width: 455px){
  .navbar-brand{
      width: 35%;
  }
}


.main-div{
  margin-top: 85px;
}

.outer-img-show{
  position: absolute;
  z-index: 1;
}


#inputPreview {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.bid-button{
  float: right;
}



/* ======================================== */

.header-navbar{
  box-shadow: 0px 0px 20px #989898;
}
.header-session{
  position: absolute;
  right: 10;
}
.header-session-item{
  display: inline-block;
}


/*======================================*/


.ms-auto {
  margin-left: auto!important;
}
.indicator-card{
  background: #f8f8f8f8;
  border-left: 3px solid #000;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
  border-radius: 10px;
}
.indicator-card-body{
  border: 1px solid #d7d7d7;
  padding: 10px;
  flex: 1 1 auto;
  border-radius: 10px;
}
.card-tages {
  width: 50%;
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.card-tages h6{
font-size: 12px;
}
.counter-number{
  font-size: 24px;
}
.request-title{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  width: 25%;
  padding: 10px;
  box-shadow: 0px 2px 3px;
  border-radius: 10px;
}
@media only screen and (max-width: 700px){
  .request-title{
      width: 100%;
  }
}
.request-card-body{
  background: #f8f8f8f8;
}
.label-span{
  font-weight: 600;
  font-size: 10px;
}
.loader-line{
  height: 3px;
  position: relative;
  overflow: hidden;
  background-color: #ddd;
  margin: 10px auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.loader-line:before {
  content: "";
  position: absolute;
  left: -50%;
  height: 3px;
  width: 40%;
  background-color: coral;
  -webkit-animation: lineAnim 1s linear infinite;
  -moz-animation: lineAnim 1s linear infinite;
  animation: lineAnim 1s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

@keyframes lineAnim {
  0% {
      left: -40%;
  }
  50% {
      left: 20%;
      width: 80%;
  }
  100% {
      left: 100%;
      width: 100%;
  }
}
.loader-line{
  display: none;
}
.success-popup{
  z-index: 2001;
}
.success-submited , .success_vehicle-info , .video-update , .success_real_estate{
  display: none;
}
.success-msg{
  clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 37% 75%, 19% 100%, 21% 75%, 0 75%);
  background: #00a531;
  color: #fff;
  box-shadow: 0px 0px 20px 0px #000;
  height: 80px;
}

input[type=checkbox]{
  margin-left: 27px;
  line-height: normal;
  width: 25px !important;
  height: 15px !important;
}
.filter-label{
  font-size: 16px;
  font-weight: 600;
}
.filter-sub-label{
  font-size: 14px;
  font-weight: 600;
}
.filter-dropdown{
  width: 100%;
  border: none;
  background: #0000;
  border-bottom: 1px solid #b9b9b9;
}
.filter-dropdown:focus-visible{
  outline: none;
}
.filter-dropdown option{
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 5px;
  font-size: 14px;
}

.dropzone{
  border: 2px dashed rgb(103 58 183) !important;
  border-radius: 20px;
  font-family: sans-serif;
  margin: 10px auto;
}
.update_information{
  display: none;
}
.claim-number-vehicle-details {
  position: absolute;
  right: 30px;
  top: 1px;
  padding: 10px;
  border-radius: 10px;
}


/* ============================================ */
/* ============================================ */
/* ============================================ */
/* ============================================ */
/* ============================================ */
.hide-card-btn{
  display: none;
}
.card-btn{
  right: 8px;
  bottom: 8px;
  position: fixed;
}
.show-card-btn{
  z-index: 100;
}
.waiting-card-outer{
  position: fixed;
  bottom: 50px;
  right: 8px;
  background: #ccc;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #00000091;
  display: none;
  z-index: 100;
}
.waiting-card-inner{
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}
.waiting-card-inner::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #bbb;
border-radius: 15px;
}
.waiting-card-inner::-webkit-scrollbar
{
width: 5px;
background-color: #bbb;
}
.waiting-card-inner::-webkit-scrollbar-thumb
{
background-color:#4b4b4b;
border-radius: 15px;
}
.close-card{
  cursor: pointer;
}
.increment-btn , .decrement-btn{
  font-weight: 100;
  font-size: 20px;
  background: #008e8b !important;
}

@media only screen and (max-width: 1000px) {
  .ended-auction-responsive{
      max-width: 1000px !important;
      overflow: hidden;
      overflow-x: scroll;
  }
  .ended-auction-responsive::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #bbb;
    border-radius: 15px;
  }
  .ended-auction-responsive::-webkit-scrollbar
  {
    height: 5px;
    background-color: #bbb;
  }
  .ended-auction-responsive::-webkit-scrollbar-thumb
  {
    background-color:#4b4b4b;
    border-radius: 15px;
  } 
}

.time-counter{
  background: #ebebeb;
  color: #000;
  font-weight: 600;
}
.auction-time-counter{
  border-radius: 20px 0px;
  border: 1px solid #cfcfcf;
  background: #eeeeee;
  color: #000;
  font-weight: 600;
}
.timer-indecator{
  font-size: 14px;
}
.auction-card-brand{
width: 45px;
}
.auction-card-body{
  color: #000;
}
.vehicle-name , .card-content{
  font-size: 13px;
}
.vehicle-name span{
  font-size: 16px;
}
.bit-btn{
  background-color: #000;
  color: #fff;
  box-shadow: 0px 0px 5px #000;
}


.info-counter{
  width: 20%;
}
@media only screen and (max-width: 800px) {
  .info-counter{
      width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .info-counter{
      width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  .info-counter{
      width: 100%;
  }
}
.auction-waiting-card{
  font-size: 14px;
}
.current_bid span{
  font-size: 15px;
}
.owl-carousel{
  background: #ffff !important;
}
.highest-bidder , .participant-bidder{
  font-size: 12px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ended-auction{
  font-size: 12px;
  background: #828282;
  position: absolute;
}
.auction-filter-ended-time{
  font-weight: 400;
  font-size: 14;
}

.auction-details-time td{
  border: 1px dashed #989898;
  padding: 10px;
  background: #f2f2f2;
}

.auction-details-time td h6 p{
  font-size: 12px;
}
.detail-label{
  font-weight: 600;
  font-size: 14px;
}
.detail-value{
  margin-left: 10px;
  font-size: 14px;
}
.detail-row{
  border-bottom: 1px solid #cccccc;
}
.bid_amount{
  font-size: 18px;
  font-weight: 600;
}

/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* PAGE LOADER */
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* ============================================================ */
/* .loader-outer{
  position: absolute;
}
.loader {
  color: rgb(88, 88, 88);
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  z-index: 1500;
}

@media only screen and (min-width: 900px) {
  .loader-outer{
      margin: 15% 45%;
  }
}
@media only screen and (max-width: 899px) {
  .loader-outer{
      margin: 15% 35%;
  }
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
} */

.filter_loader{
  display: none;
}
.auction_filter_loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid rgb(83, 83, 83);
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.auction_filter_loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #FF3D00;
  border-left: 4px solid transparent;
}
/* ===================================================== */

.close-confirmation{
position: fixed;
right: 22px;
}



/* ================================================= */
/* Filter */
.auction-status{
color: #9e9e9e;
cursor: pointer;
}
.active-auction{
color: rgb(0 159 92);
}
.auction-status-active{
padding: 5px;
border-radius: 5px;
box-shadow: 0px 0px 5px #000;
cursor: pointer;
background: #f8f8f8;
border: 1px solid #fff;
}
.auction-status h6 , .auction-status-active h6{
font-weight: 600;
}

.animation{
display: flex;
justify-content: center;
align-items: center;
}
.animation_card{
width: 100%;
background: #fff;
border-radius: 5px;
box-shadow: 0px 0px 5px #00000061;
}
@keyframes shine {
to {
  background-position-x: -200%;
}
}
.animation_title {
height: 40px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
border-radius: 5px;
background-size: 200% 100%;
animation: 1s shine linear infinite;
}

.animation_details {
height: 100px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
border-radius: 5px;
background-size: 200% 100%;
animation: 1s shine linear infinite;
}
.card__image {
height: 150px;
width: 180px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
border-radius: 5px;
background-size: 200% 100%;
animation: 1s shine linear infinite;
}

.seller-info-animation {
height: 45px;
border-top-left-radius: 0;
border-top-right-radius: 0;
background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
border-radius: 5px;
background-size: 200% 100%;
animation: 1s shine linear infinite;
}
.animation-hr{
background: rgb(179, 179, 179);
}
.top-right{
  position: absolute;
  top: 8px;
  right: -10px;
}
.top-right p , .top-left-right p{
padding: 0px 26px;
font-size: 15px;
color: #fff;
border-radius: 20px;
font-size: 12px;
}
.bidder-position{
position: absolute;
top: 36px;
right: -10px;
}
.bidder-position p , .bidder-position-left-right p{
padding: 0px 26px;
font-size: 10px;
color: #fff;
border-radius: 20px;
}
.bottom-logo{
position: absolute;
left: 10px;
bottom: 13px;
}

.similar-card-inner{
border-bottom: 1px dashed #bbb;
}
.similar-card-inner p{
font-size: 11px;
color: #8f8f8f;
}
.similar-card-inner h6{
font-weight: 600;
font-size: 14px;
}

/* .bid-info , .vehicle-info{
max-height: 315px;
overflow: hidden;
overflow-y: scroll;
} */



.vehicle-info-details, .bidding-history-scroller{
max-height: 315px;
overflow: hidden;
overflow-y: scroll;
}

.bidding-history-scroller::-webkit-scrollbar-track, .vehicle-info-details::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #bbb;
border-radius: 15px;
}
.bidding-history-scroller::-webkit-scrollbar, .vehicle-info-details::-webkit-scrollbar
{
width: 5px;
background-color: #bbb;
}
.bidding-history-scroller::-webkit-scrollbar-thumb, .vehicle-info-details::-webkit-scrollbar-thumb
{
background-color:#cbcbcb;
border-radius: 15px;
}

.widgets-icons-2{
background: #ededed;
width: 56px;
height: 56px;
display: flex;
align-items: center;
justify-content: center;
background-color: #ededed;
font-size: 27px;
border-radius: 10px;
}

/* =========================== */
.card-auction{
border-radius: 10px;
box-shadow: 0 6px 25px 0 rgb(0 0 0 / 17%);
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0,0,0,.125);
}

.time_num span{
border: 1px solid rgb(238 238 238);
padding:0px 5px;
border-radius: 5px;
font-weight: 600;
background: #f7f7f7;
}
.time_num p{
margin-bottom: 10px !important;
}
.auction-img{
max-height: 250px;
overflow: hidden;
width: 40%;
}
.card-img-top{
border-radius: 10px;
height: 150px;
object-fit: cover;
}
.seller-info p{
font-size: 12px;
}
.seller-info img{
width: 30px;
}
/* @media only screen and (min-width: 1000px ) {
.card-auction-body{
  width: 70%;
}
} */

.card-auction-body{
  width: 60%;
}
.payment-icons{
  display: inline;
}

.payment-icons img{
  width: 55px;
  border-radius: 5px;
  height: 35px;
}
.content-title{
  background: #efefef;
  padding: 10px;
}

.process-title h5{
  font-size: 16px !important;
}
.brand-logo-td{
  width: 55%;
}
.provider-logo-td{
  width: 7%;
}
.step-type:hover{
  background: rgb(215, 215, 215);
}
.step-type{
  cursor: pointer;
}
.step-1-content, .step-2-content, .step-3-content{
  display: none;
}
.success-entry, .exists-entry, .empty-field , .selected-brand{
  display: none;
}


.bidder_pending_status{
  border-radius: 0px 7px 0px 7px !important;
  font-size: 12px;
  background: #00b9c3;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
}
.bidder_rejected_status{
  border-radius: 0px 7px 0px 7px !important;
  font-size: 12px;
  background: #c30000;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
}
.bidder_muroor_disable{
  border-radius: 0px 7px 0px 7px !important;
  font-size: 12px;
  background: #f4cc00;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
}
.bidder_approved_status{
  border-radius: 0px 7px 0px 7px !important;
  font-size: 12px;
  background: #6bc300;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 9px -4px #000;
}
.bidder-category , .seller-category , .vehicles_category {
  cursor: pointer;
  border-radius: 10px;

}
.bidder-category:hover, .seller-category:hover  , .vehicles_category:hover{
  background: #efefef;
}

.active-bidder-type , .active-seller-type{
  background: #efefef;

}


.winning-history-scroller{
  max-height: 360px;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
}
.winning-history-scroller::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #bbb;
  border-radius: 15px;
}
.winning-history-scroller::-webkit-scrollbar
{
  width: 5px;
  background-color: #bbb;
}
.winning-history-scroller::-webkit-scrollbar-thumb
{
  background-color:#cbcbcb;
  border-radius: 15px;
}


.loader-spring {
  width: 48px;
  height: 48px;
  border: 5px solid #d2d2d2;
  border-bottom-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  }

  .disable{
    border-radius: 0px 7px 0px 7px !important;
    font-size: 12px;
    background: #f4cc00;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 9px -4px #000;
  }
  .enable{
    border-radius: 0px 7px 0px 7px !important;
    font-size: 12px;
    background: #6bc300;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 9px -4px #000;
  }
  .pending{
    border-radius: 0px 7px 0px 7px !important;
    font-size: 12px;
    background: #00b9c3;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 9px -4px #000;
  }
  .rejected{
    border-radius: 0px 7px 0px 7px !important;
    font-size: 12px;
    background: #c30000;
    text-align: center;
    color: #fff;
    box-shadow: 0 4px 9px -4px #000;
  }
  .registration-form{
    display: none;
  }


  .sidebar-scroller{
    /* max-height: 65% !important; */
    overflow: hidden;
    overflow-y: scroll;
  }
  .sidebar-scroller::-webkit-scrollbar-track
  {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #bbb;
    border-radius: 15px;
  }
  .sidebar-scroller::-webkit-scrollbar
  {
    width: 5px;
    background-color: #bbb;
  }
  .sidebar-scroller::-webkit-scrollbar-thumb
  {
    background-color:#cbcbcb;
    border-radius: 15px;
  }
  
  
  @media only screen and (max-height: 780px){
      .sidebar-scroller{
          max-height: 70%;
          overflow: hidden;
          overflow-y: scroll;
        }
        .sidebar-scroller::-webkit-scrollbar-track
        {
          -webkit-box-shadow: inset 0 0 6px rgba(172, 172, 172, 0.3);
          background-color: #eee;
          border-radius: 15px;
          width: 5px;
        }
        .sidebar-scroller::-webkit-scrollbar
        {
          width: 10px;
          background-color: #eeeeee;
          width: 5px;
        }
        .sidebar-scroller::-webkit-scrollbar-thumb
        {
          background-color:#919191;
          border-radius: 15px;
          width: 5px;
        }
  }
  
  
  @media only screen and (min-height: 780px){
      .sidebar-scroller{
          max-height: 80%;
          overflow: hidden;
          overflow-y: scroll;
        }
        .sidebar-scroller::-webkit-scrollbar-track
        {
          -webkit-box-shadow: inset 0 0 6px rgba(172, 172, 172, 0.3);
          background-color: #eee;
          border-radius: 15px;
          width: 5px;
        }
        .sidebar-scroller::-webkit-scrollbar
        {
          width: 10px;
          background-color: #eeeeee;
          width: 5px;
        }
        .sidebar-scroller::-webkit-scrollbar-thumb
        {
          background-color:#919191;
          border-radius: 15px;
          width: 5px;
        }
  }
  

  .info-title{
    background: #bbb;
    border-radius: 7px 7px 0px 0px;
  }

  .data-table {
    max-height: 360px;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
    }
    .data-table::-webkit-scrollbar-track
    {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #bbb;
    border-radius: 15px;
    }
    .data-table::-webkit-scrollbar
    {
    width: 5px;
    background-color: #bbb;
    }
    .data-table::-webkit-scrollbar-thumb
    {
    background-color:#cbcbcb;
    border-radius: 15px;
    }
    
.model-data-table{
  max-height: 360px;
  overflow: hidden;
  overflow: scroll;
  width: 100%;
}
.model-data-table::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #bbb;
  border-radius: 15px;
}
.model-data-table::-webkit-scrollbar
{
  width: 5px;
  background-color: #bbb;
}
.model-data-table::-webkit-scrollbar-thumb
{
  background-color:#cbcbcb;
  border-radius: 15px;
}


/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* =========================INSPECTION=========================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */
/* ============================================================== */

.inspection-label{
  font-size: 14px;
}
.inspection-tag{
  padding: 2px 10px;
  border-radius: 10px;
  margin: 0px 5px;
  font-size: 12px;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
.inspection-tag:hover{
  background-color: #4ba94f;
  border: 1px solid #4ba94f;
  color: #fff;
}

.inspection-tag-selected{
  background-color: #4ba94f;
  border: 1px solid #4ba94f;
  color: #fff;
}
.inspection-type{
  border-radius: 10px;
  cursor: pointer;
}
.inspection-type:hover{
  background: #dbdbdb;
}
.inspection-type-selected{
  background: #dbdbdb;
}
.comments-input{
  display: none;
}
.inspection_question{
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 15px;
}
.engine_form , .tires_form , .electronic_form , .road_form , .interior_form{
  display: none;
}


  
.approvel-timeDate{
  font-size: 12px;
  color: #4CAF50;
  background: #4caf502e;
  padding: 2px 5px;
  border-radius: 10px;
  line-height: 1.1;
}
.rejected-timeDate{
  font-size: 12px;
  color: #F44336;
  background: #F443362e;
  padding: 2px 5px;
  border-radius: 10px;
  line-height: 1.1;
}
.pending-timeDate{
  font-size: 12px;
  color: #007bff;
  background: #007bff2e;
  padding: 2px 5px;
  border-radius: 10px;
  line-height: 1.1;
}
.table-counter{
  background-color: #efefef;
}
.buyer-contract{
  background-color: #9c9c9c;
  color: #fff;
  border-radius: 10px;
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  list-style: none;
}

.action-response{
  display: none;
}
.counter-card {
  background-color: #efefef;
  border-radius: 0.5rem;
}
.counter-text {
  color: #0a3153;
}
.counter-number {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #334155;
}
/* .counter-icons {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 22px;
  color: #0a3153;
} */
.response-message{
  display: none;
}



.login-form{
  border-radius: 15px;
  box-shadow: 8px 16px 16px hsl(0deg 0% 0% / 0.25);
  overflow: hidden;
  border: 1px solid #b0b0b0 !important;
  background: #fff;
}
.form-icons {
  position: absolute;
  padding: 7px 12px;
  background: #b7b7b7;
  color: #fff;
  border-radius: 18px 0 0 18px;
}
.login-input {
  border-radius: 18px;
  padding: 0 40px;
}

.login-btn {
  border: none;
  padding: 7px 0px;
  border-radius: 15px;
  color: #fff;
  background: #28a745;
  box-shadow: 0 6px 25px 0 rgb(0 0 0 / 17%);
}
.muroor_logo {
  width: 20%;
}
.muroor-tag {
  font-size: 14px;
  font-weight: bold;
}
.counter-card {
  background-color: #efefef;
  border-radius: 0.5rem;
  box-shadow: 4px 8px 16px hsl(0deg 0% 0% / 0.25);
}
.counter-number {
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: #334155;
}
.counter-icons {
  font-size: 30px;
  background-color: #565656;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.counter-text {
  color: #5c656d;
  font-size: 1rem;
  font-weight: bold;
}
.counter-sm-text {
  font-size: 10px;
  background-color: #565656;
  color: transparent;
  text-shadow: 2px 2px 3px rgba(255,255,255,0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
.counter-sm-index span {
  font-weight: bold;
}
.table-shadow{
  box-shadow: 8px 16px 16px hsl(0deg 0% 0% / 0.25);
  border-radius: 10px;
}

.fixed-header, .fixed-header-ar , .fixed-header-en{
  position: sticky;
  top: 0;
  z-index: 100;
  display: block;
  width: 100%;
}
.fixed-header-ar  tr  th{
width: 6%;
}
.fixed-header-en  tr  th{
width: 7%;
}
.scrollable-body , .scrollable-body-en, .scrollable-body-ar{
  display: block;
  max-height: 70vh !important;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 0px;
}
.scrollable-body-ar > tr >td{
  width: 6%;
}
.scrollable-body-en > tr >td{
  width: 7%;
}

.scrollable-body::-webkit-scrollbar-track, .scrollable-body-en::-webkit-scrollbar-track, .scrollable-body-ar::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #ababab;
  border-radius: 15px;
}
.scrollable-body::-webkit-scrollbar, .scrollable-body-en::-webkit-scrollbar, .scrollable-body-ar::-webkit-scrollbar
{
  width: 7px;
  background-color: #bbb;
}
.scrollable-body::-webkit-scrollbar-thumb, .scrollable-body-en::-webkit-scrollbar-thumb, .scrollable-body-ar::-webkit-scrollbar-thumb
{
  background-color:#cbcbcb;
  border-radius: 15px;
}
.view-tag{
  font-size: 14px;
  color: #009cff;
  cursor: pointer;
}
.sky-color{
  color: #009cff;
}
.status-text-size{
  font-size: 12px;
  width: 70%;
}
.success-status{
  padding: 2px 0px;
  color: #0bb231;
  background: #0bb23133;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 10px;
  border: 1px solid;
  font-weight: bold;
}
.success-status-dot{
    background: #0bb231;
    width: 5px;
    height: 5px;
    border-radius: 15px;
}
.warning-status{
  padding: 2px 0px;
  color: #ffc107;
  background: #ffc10733;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 10px;
  border: 1px solid;
  font-weight: bold;
}
.warning-status-dot{
    background: #ffc107;
    width: 5px;
    height: 5px;
    border-radius: 15px;
}
.danger-status{
  padding: 2px 0px;
  color: #ff0707;
  background: #ff070733;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 10px;
  border: 1px solid;
  font-weight: bold;
}
.danger-status-dot{
    background: #ff0707;
    width: 5px;
    height: 5px;
    border-radius: 15px;
}
.pending-status{
  padding: 2px 0px;
  color: #009cff;
  background: #009cff33;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 10px;
  border: 1px solid;
  font-weight: bold;
}
.pending-status-dot{
    background: #009cff;
    width: 5px;
    height: 5px;
    border-radius: 15px;
}
.successType{
  padding: 2px 0px;
  color: #0bb231;
  background: #0bb23133;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
  cursor: pointer;
}
.pendingType{
  padding: 2px 0px;
  color: #009cff;
  background: #009cff33;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
  cursor: pointer;
}
.warningType{
  padding: 2px 0px;
  color: #ffc107;
  background: #ffc10733;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
  cursor: pointer;
}
.dangerType{
  padding: 2px 0px;
  color: #ff0707;
  background: #ff070733;
  display: flex;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
  justify-content: center;
  cursor: pointer;
}
.width-3{
  width: 3% !important;
}
.width-0{
  width: 0% !important;
}
.width-6{
  width: 6% !important;
}
.datetime_td{
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
.serial-num-tag{
  font-size: 12px;
  font-weight: bold;
  background: #c2c2c2;
  padding: 3px 3px;
  border-radius: 5px;
}
.table_icon{
  color: #8e8e8e;
}
.table-tag{
  font-size: 12px;
}
.current_page {
  background: #c6c6c6;
  font-weight: bold;
}
.li-div a i {
  font-size: 18px;
  color: #6d6d6d;
}

.accept-btn{
  font-weight: bold;
  background: #28a745;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.reject-btn{
  font-weight: bold;
  background: #f20404;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.comments_td{
  color: #a3a3a3;
  font-size: 14px;
}
.status-tags{
  user-select: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 10px 0px;
}
.all-status-tag{
  background: #c2c2c233;
  border: 1px solid #c2c2c2;
}
.pending-launching-status-tag{
  background: #c2c2c233;
  border: 1px solid #c2c2c2;
}
.pending-status-tag{
  background: #009cff33;
  border: 1px solid #009cff;
  color: #009cff;
}
.confirmed-status-tag{
  background: #0bb23133;
  border: 1px solid #0bb231;
  color: #0bb231;
}
.rejected-status-tag{
  background: #ff070733;
  border: 1px solid #ff0707;
  color: #ff0707;
}
.delivery-status-tag{
  background: #2b98f233;
  border: 1px solid #056eb9;
  color: #0468b0;
}
.ownership-status-tag{
  background: #01840c33;
  border: 1px solid #547000;
  color: #697a37;
}
.agreement-status-tag{
  background: #f0f0ef;
  border: 1px solid #bcb71b;
  color: #aaa518;
}
.accepted-status-tag{
  background: #b5f3bb;
  border: 1px solid #37894d;
  color: #37894d;
}
.active-all-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(164 164 164 / 50%), 0 4px 6px -4px rgb(170 170 170 / 50%);
  font-weight: bold;
}
.active-pending-launching-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px rgb(164 164 164 / 50%), 0 4px 6px -4px rgb(170 170 170 / 50%);
  font-weight: bold;
}
.active-pending-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000, 0 0 #0000,0 10px 15px -3px #009cff9c,0 4px 6px -4px #009cff9c;
  font-weight: bold;
}
.active-ownership-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000, 0 0 #0000,0 10px 15px -3px #00ffa69c,0 4px 6px -4px #0d9d459c;
  font-weight: bold;
}
.active-accepted-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000, 0 0 #0000,0 10px 15px -3px #20966d9c,0 4px 6px -4px #239e529c;
  font-weight: bold;
}
.active-delivery-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000, 0 0 #0000,0 10px 15px -3px #44b3d29c,0 4px 6px -4px #5bc7e59c;
  font-weight: bold;
}
.active-agreement-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000, 0 0 #0000,0 10px 15px -3px #e5e3af9c,0 4px 6px -4px #c29e5d9c;
  font-weight: bold;
}
.active-confirm-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000,0 0 #0000, 0 0 #0000,0 10px 15px -3px #28a7459e,0 4px 6px -4px #28a7459e;
  font-weight: bold;
}
.active-rejected-status-tag{
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #ff070770, 0 4px 6px -4px #ff070769;
  font-weight: bold;
}
/* .confirmation-auction-payment, .confirm-action-tag{
  background: #0bb23133;
  color: #0bb231;
  text-align: center;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid;
  padding: 1px 5px;
}
.rejection-auction-payment, .reject-action-tag{
  background: #ff070733;
  color: #ff0707;
  text-align: center;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid;
  padding: 1px 5px;
} */
.confirm-action-tag{
  background: #0bb23133;
  color: #0bb231;
  text-align: center;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid;
  padding: 1px 5px;
}
.reject-action-tag{
  background: #ff070733;
  color: #ff0707;
  text-align: center;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid;
  padding: 1px 5px;
}
.confirmation-auction-payment{
  font-size: 18px;
  cursor: pointer;
  padding: 4px 0px;
  line-height: 1.2;
}
.rejection-auction-payment{
  font-size: 18px;
  cursor: pointer;
  padding: 4px 0px;
  line-height: 1.2;
}
.assign-auction-next-bidder{
  cursor: pointer;
  color: #009cff;
  /* background: #009cff33; */
  /* text-align: center;
  border-radius: 7px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid;
  padding: 1px 5px; */
}
.edit_bank_account{
  cursor: pointer;
}
.table-tag {
  font-size: 12px;
}
.bannerDate , .bannerTime{
  font-size: 24px;
}
.bannerTimerForm , .timeError{
  display: none;
}
.dataTypeContent{
  font-size: 12px;
  padding: 2px 5px;
  background: #dadada;
  border-radius: 5px;
}
.slip-img{
  width: 100% !important;
}
.slip-img-container{
  width: 25%;
}

.wrong-password{
  display: none;;
}
.otp-form , .otp-expire, .otp-incorrect , .resend-otp{
  display: none;
}
.otp-input {
  box-shadow: 0 6px 6px 0 rgb(0 0 0 / 17%) !important;
  font-size: 24px;
  -moz-appearance: textfield;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 0.5rem !important;
  text-align: center !important;
  margin: 5px !important;
  height: 45px !important;
  width: 45px !important;
  border-radius: 10px !important;
}
.fill-otp {
  background: #28a745 !important;
  color: #fff !important;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-iteration-count: 0;
  animation-duration: normal;
  animation-fill-mode: both;
}
.actionTD{
  display: flex;
}
.actionIcon{
  cursor: pointer;
}
.headerROW th{
  color: #6c757d !important;
  font-weight: normal
}
.servicesList, .hideServicesList{
  display: none;
}
.showServicesList , .hideServicesList{
  cursor: pointer;
}
.showUpdatingLogo{
  border-radius: 50%;
}

.submenu {
  display: none; /* Hidden by default */
  padding-left: 0px;
}

.submenu-active {
  display: block; /* Show the submenu when active */
}

.arrow-icon {
  margin-left: auto;
}

.fa-chevron-up, .fa-chevron-down {
  transition: transform 0.3s;
}

/* Optional: Styling for when submenu is active */
.submenu-active .fa-chevron-down {
  display: none;
}

.submenu-active .fa-chevron-up {
  display: inline-block;
}
.submenu li{
  list-style: none;
  margin-top: 4px;
  padding: 8px 0px;
  padding-left: 30px;
  border-bottom: 1px solid #dfdede;
}

.drag {
  cursor: pointer; 
}
.sortable-placeholder {
  height: 60px; /* Match the height of your table rows */
  background-color: #f0f0f0;
  border: 1px dashed #ccc;
  display: table-row; /* Ensure it behaves like a table row */
  vertical-align: middle; /* Align content properly */
}

.ui-sortable-helper {
  display: table-row;
  width: 100%; /* Ensure it matches the table width */
  background-color: #fff; /* Optional: Add background color to helper */
  border: 1px solid #ddd; /* Optional: Add border to distinguish it */
}
.brand-row{
  height: 70px;
}

.settings-container a{
  list-style: none;
  color: inherit;
}

.settings-container a:hover{
  color: #4d4d4d;
}

.toggle-submenu{
  cursor: pointer;
  user-select: none;
}

.submenu li:hover{
  background-color: #dcdcdc;
  transition: all 0.4s;
  cursor: pointer;

}

#sidebar ul .li-div:hover{
  background-color: #acabab;
  transition: all 0.4s;
}

.delete-btn i{
  cursor: pointer;
  user-select: none;
}

.edit-btn i{
  cursor: pointer;
  user-select: none;
}

.close-popup{
  cursor: pointer;
  user-select: none;
}

#smartwizard .fa-plus{
  cursor: pointer;
  user-select: none;
}
#smartwizard .fa-trash-o{
  cursor: pointer;
  user-select: none;
}

#smartwizard .fa-pencil-square-o{
  cursor: pointer;
  user-select: none;
}

.cursor-pointer{
  cursor: pointer;
  user-select: none;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #008a06;
}

input:focus + .slider {
  box-shadow: 0 0 1px #008a06;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.fixed-size-box {
  width: 100%;          
  height: 300px;       
  overflow-y: auto;    
  border: 1px solid #ddd; 
  padding: 10px;       
  box-sizing: border-box; 
}
.vehicleImg {
  transition: transform 0.6s ease-in-out; 
}

.vehicleImg:hover {
  transform: scale(1.8);
}
 .vehicleBox:hover{
  background-color: #eaeaea;
  transition: all 0.4s ease-in-out;
 }

/* Search Bar */
.search {
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  transition: all 0.3s;
}

.search:focus {
  outline: none;
  border-color: #28a745;
  box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}

/* Pagination */
.pagination {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}

.pagination li {
  list-style: none;
}

.pagination li a {
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid #28a745;
  color: #28a745;
  border-radius: 5px;
  transition: all 0.3s;
}

.pagination li.active a,
.pagination li a:hover {
  background-color: #28a745;
  color: white;
}

/* Order Boxes */
.vehicleBox {
  background: #f8f9fa;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
}
.status-label.completed {
  color: green;  
  font-weight: bold;
}
.status-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.status-circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    z-index: 2;
}

.filled {
    background-color: green;
    border-color: green;
}

.status-line {
    position: absolute;
    top: 7px; /* Center the line between circles */
    left: 100%;
    width: 50px; /* Adjust based on spacing */
    height: 2px;
    background-color: #ccc;
    z-index: 1;
}
.img-container{
  max-height: 200px;
  min-height: 200px;
  width: 100%;
  object-fit: cover;
}
.fixed-height-container{
  max-height: 15vh;
  min-height: 15vh;
}

.share-menu a {
    display: block;
    padding: 4px 6px;
    color: #333;
    text-decoration: none;
}
.share-menu a:hover {
    background-color: #f0f0f0;
}
