/*stasrt:custom css*/
.nocursor{
  cursor:default;
  pointer-events: none;
}
.custom-button-outlined {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: transparent;
  border: 1px solid #F4C23D;
  position: relative;
  height: 40px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  cursor: pointer;
  font-weight: bold;
}

.custom-button-outlined a {
  display: flex;
  justify-content: space-between; /* This ensures the text and icon are pushed to opposite ends */
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 15px; /* Adjust padding to ensure elements are not flush against the edges */
  padding-top:3px;
}

.custom-button-outlined a i {
  margin: 0;
  padding: 0; /* Adjusted to remove extra padding on the icon */
  background-color: transparent; /* Adjust background of the icon if necessary */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}





.custom-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F4C23D;
  position: relative;
  height: 50px;
  width: 200px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.custom-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 0px; /* Ensure padding is evenly distributed */
}

.custom-button i {
  margin: 0; /* Reset margin to ensure fitting */
  padding: 0 15px; /* Adjust padding for the icon area, ensuring no extra space on the right */
  background-color: #F0B20E; /* Default background color */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}












#curr_date_and_time{
  font-weight: bold;
}
#seconds_to_end_cont{
  display:none;
}
.bidMessage{
  text-align: center;
  display:none;
}
.neutralBid{
  color:black;
}
.winningBid{
  color:green;
}
.loosingBid{
  color:red;
}
a{ text-decoration: none}
.tc{ text-align: center;}

#topMsgCont{
  position: absolute;
  top:0px; right:0px;
}
#topMsgMenu{
  display: none;
  position: absolute;
  top:80px;
  right:0px;
  background-color: white;
  border:1px solid silver;
  margin:0px;
  padding: 0px;
  text-align: center;
  clear: both;
}
#topMsgMenu li{
position: relative;
margin:0px;
padding:15px;
border:1px solid silver;
width:200px;
clear: both;
}
#topProfileCont{
 position: absolute;
 top:40px; right: 50px;
}
#topProfileMenu{
  display: none;
  position: absolute;
  background-color: white;
  border:1px solid silver;
  margin:0px;
  padding: 0px;
  text-align: center;
  clear: both;
}
#topProfileMenu li, #topLangCont li{
  position: relative;
  margin:0px;
  padding:15px;
  border:1px solid silver;
  width:100%;
  clear: both;
}


.sub-menu{ width: 300px; min-width: 300px; max-width: 300px;}
.sub-menu li{ padding:20px;  white-space:nowrap; }

#topLangSel{
  float: right;
  right:120px;
  top:-4px;
}
#topLangCont{
  display: none;
  position: absolute;
  background-color: white;
  border:1px solid silver;
  margin:0px;
  padding: 0px;
  text-align: center;
  clear: both;
  right:0px;
}

/*start:registration*/
.regCont h2{ cursor: pointer;}
.darkBlueBg{ background-color: #336699}
.lightBlueBg{ background-color:#F5FAFE }
.paddingTB{ padding-top: 20px; padding-bottom: 20px;}
.paddingALL{ padding: 20px;}
.textcenter{ text-align: center}
.fontbold{ font-weight: bold}
.red{ color:red; font-weight: bold}
.hide{
  display:none;
}
@media only screen and (max-width: 992px) {
  .hide-mobile{ display: none;}
}
.border{ border:1px solid silver}
.cursor{ cursor: pointer;}
.yelowBtnDef{
  background-color:#F4C23D;
  color:black;
  padding: 20px;
  border:1px solid silver;
  cursor: pointer;
}
.yelowBtnAct{
  background-color:#F0B20E;
  color:black;
  padding: 20px;
  border:1px solid silver;
  cursor: pointer;
}
.blueBtnDef{
  background-color:#F5FAFE;
  color:black;
  padding: 20px;
  border:1px solid silver;
  cursor: pointer;
  font-weight: normal;
}
.blueBtnAct{
  background-color: #336699;
  color:white;
  padding: 20px;
  border:1px solid silver;
  font-weight: bold;
}
.float-right{
  position: relative;
  float: left;
}
#personCompanySel{ display: none}
#companyCont{ display: none}

.email{
  position: relative;
  width:100%;
  border:1px solid #EEE;
  padding:10px;
  background-color: white;
  color:#757979;
  padding-left: 40px;
  margin-bottom: 20px;
}
.email:focus{
  outline: 0;
}
.check_sp{
  position:relative; top:-20px; margin-left:60px; cursor:pointer;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

/**/

/*end:registration*/
input:focus, textarea:focus, select:focus{  background-color: #F5FAFE;  }
.active{ text-decoration: underline;}


.h4{ font-size: 25px;  color:black; }
.h4a{ font-size: 25px;  color:red; font-weight: bold;}





/*start:auction items*/
.diabled-item{
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.countdown, .countdown_ended{
  /*
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background-color: #F4C23D;
  color: #222222;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;/**/
 
  position:absolute; 
  left:0px; top:0px;
  background-color: #F4C23D;
  color:#222222;
  padding:10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
/**/
}

.heart_bg{
  position:absolute; right:0px; top:50px;
  background-color: #F4C23D;
  color:#222222;
  padding:10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
}


.single_item_price{
  position:absolute; right:0px; top:0px;
  background-color: #F4C23D;
  color:#222222;
  padding:10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.single_item_title{
  position:relative;
  overflow:hidden;
  border:1px solid white;
  line-height: 1.0em; height: 2.4em;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.0vh;
  font-weight: bold;
}
.item_photo{
  margin-bottom:10px; width:100%;
  height: auto;
  overflow: hidden;
}
.photo_crop{
  position: relative;
  width: 100%;
  height:auto;
  max-height: 550px;

  overflow: hidden;
}
.photo_crop img{
  object-fit: cover;
}
.single_listing{ border:1px solid silver; overflow: hidden;}
.npm{ padding: 0px; margin: 0px;}

#place_new_bid{ position: relative;; left:140px;}


.up-content{ height: auto;  }
.up-content h2{ overflow: hidden;}

.item_title{
  top:0px;
  margin: 0px;
  position: relative;
  width:100%;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size:20px;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines you want */
  -webkit-box-orient: vertical;
  line-height: 20px; /* Your desired line height, e.g., 24px */
  height: 54px; /* Height based on line-height and number of lines, e.g., 48px for 2 lines */
/**/
}
.lbb{ background-color:#F5FAFE }
/*end:auction items*/

input:focus, textarea:focus, select:focus{  background-color: #F5FAFE;  }
.active{ text-decoration: underline;}
.bd{ border:1px dashed}
.cp{ cursor: pointer;}
.black{ color:black}

@media (max-width:991px) {
  .hide-mobile{ display: none}

}
@media (min-width:991px) {
  .photo_crop{ max-height: 200px}
  .show-mobile{ display:none}
}

.password-container {
    position: relative;
    display: flex;
    align-items: center; /* Vertically center the children */
}

.toggle-password {
  position:relative;
    cursor: pointer;
    color: #333; /* Change the color if needed */
    right: 18px; /* Adjust spacing between icon and input field */
    top:-12px;

}

/*start:item*/
#webSocketMessage {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  text-align: left;
  padding: 10px 10px;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  display: none;
}

#status_shape {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
  transition: background-color 0.3s ease;
}
.infoBox {
  white-space: nowrap;
}

.totalPrice {
  font-size: 18px;
}

.costCont {
  clear: both;
}

.costLeft {
  float: left;
  text-align: left;
}

.costCenter {
  float: right;
  text-align: right;
  padding-right: 20px;
}

.costRight {
  float: right;
  text-align: right;
}
.dec {
  border: 1px solid silver;
  width: 90px;
  height: 70;
  margin-left: auto;
  margin-right: auto;
}
.fancyPic img {
  position: relative;
  top: 0px;
  vertical-align: top;
  cursor: pointer;
}
/*end:item*/
.lotCont{ padding-top:10px; padding-bottom:20px; }
#photoGallery{ border:1px solid silver; margin-bottom: 20px;}
.gallCont{ padding: 20px; text-align: center;}
/*start:profile-sell*/

/*end:profile-sell*/


#topProfileMenu li {
  cursor: pointer;
}
#topLangCont li {
  cursor: pointer; /* Example to show the hand cursor */
}

#ratingsMenu li{ 
    float: left;
    width: 40%;
    box-sizing: border-box; /* Ensures padding and borders are included in the width */
    text-align:center;
}

#ratingsMenu li:after {
    content: "";
    display: table;
    clear: both;
}
#ratings_tab_cont div{
    padding-bottom:10px;
}
.leftNavActive{
  font-weight:bold;
}

/*end:custom css*/
