@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-MediumItalic.eot');
  src: local('Circular Std Medium Italic'), local('CircularStd-MediumItalic'),
      url('../fonts/CircularStd-MediumItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-MediumItalic.woff2') format('woff2'),
      url('../fonts/CircularStd-MediumItalic.woff') format('woff'),
      url('../fonts/CircularStd-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Black.eot');
  src: local('Circular Std Black'), local('CircularStd-Black'),
      url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-Black.woff2') format('woff2'),
      url('../fonts/CircularStd-Black.woff') format('woff'),
      url('../fonts/CircularStd-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Medium.eot');
  src: local('Circular Std Medium'), local('CircularStd-Medium'),
      url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-Medium.woff2') format('woff2'),
      url('../fonts/CircularStd-Medium.woff') format('woff'),
      url('../fonts/CircularStd-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-Bold.eot');
  src: local('Circular Std Bold'), local('CircularStd-Bold'),
      url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-Bold.woff2') format('woff2'),
      url('../fonts/CircularStd-Bold.woff') format('woff'),
      url('../fonts/CircularStd-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-BlackItalic.eot');
  src: local('Circular Std Black Italic'), local('CircularStd-BlackItalic'),
      url('../fonts/CircularStd-BlackItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-BlackItalic.woff2') format('woff2'),
      url('../fonts/CircularStd-BlackItalic.woff') format('woff'),
      url('../fonts/CircularStd-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std Book';
  src: url('../fonts/CircularStd-BookItalic.eot');
  src: local('Circular Std Book Italic'), local('CircularStd-BookItalic'),
      url('../fonts/CircularStd-BookItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-BookItalic.woff2') format('woff2'),
      url('../fonts/CircularStd-BookItalic.woff') format('woff'),
      url('../fonts/CircularStd-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std';
  src: url('../fonts/CircularStd-BoldItalic.eot');
  src: local('Circular Std Bold Italic'), local('CircularStd-BoldItalic'),
      url('../fonts/CircularStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-BoldItalic.woff2') format('woff2'),
      url('../fonts/CircularStd-BoldItalic.woff') format('woff'),
      url('../fonts/CircularStd-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Circular Std Book';
  src: url('../fonts/CircularStd-Book.eot');
  src: local('Circular Std Book'), local('CircularStd-Book'),
      url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
      url('../fonts/CircularStd-Book.woff2') format('woff2'),
      url('../fonts/CircularStd-Book.woff') format('woff'),
      url('../fonts/CircularStd-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body{
   font-family: 'Circular Std';
   font-weight: normal;
    font-size: 14px;
    line-height: 22px; 
}
a{
    color: #FF7E06;
}
a:hover{
  color: #FF7E06;
  text-decoration: underline;
}
img{
  max-width: 100%; 
} 
.btn-red{
  background: #EB5757  !important;  
  background-color: #EB5757 !important;
}
.bg-black{
  background-color: #000000;
}
.main-bggrey{
    background: #F7F8FA;
}
 
.txtcolor {
    color: #1D293F !important;
}
.txtcolor-lght{
  color:rgb(105 104 113 / 0.72) !important;
}
 
.text-underline{
    text-decoration: underline;
} 
.page-subhead{
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px; 
  color:rgb(105 104 113 / 0.72);
}
.page-head{ 
font-size: 42px;
line-height: 56px; 
text-align: center;
letter-spacing: -1.03448px; 
}
.sml-text, .cpy-rght{
  font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 16px;
}
.font-semibold {
    font-weight: 600  !important;
  }
.font-medium{
  font-weight: 500 !important;
}
.border-radius8{
  border-radius: 8px;
} 
  input::-webkit-input-placeholder { /* Edge */
  color:rgb(156 169 190 / 0.8) !important;
}

 input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:rgb(156 169 190 / 0.8) !important;
}

 input::placeholder, .lght-txtcolor{
  color:rgb(156 169 190 / 0.8) !important;
}
 
p, .footer-inner ul li a{  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;  
}
.p-lght{
  color: rgb(0 0 0 / 0.72);
}
.border-none{border: none;}
.img-uploader{    max-width: 96px;
  min-width: 96px;
  min-height: 96px;
  max-height: 96px;
  border-radius: 100%;
  overflow: hidden;border: 1px solid #f3efef !important;}
.tab-content{min-height: 85vh;}
.first{min-width: 160px;margin-bottom: 10px;}
.remove-btn{background: #FF7E06;
  border: 0;
  border-radius: 6px;
  color: #fff;
  font-family: 'product_sansbold';
  padding: 10px;
  font-size: 14px;
  line-height: 24px;}
.btn-custom span{color: white !important;}
.btn-custom, .bid-nav li  a.btn-custom {
  width: auto;
  height: 48px;
  background: #FF7E06;
  border-radius: 4px;
  color: #ffffff !important;
  line-height: 48px;
  padding: 0px 28px;
  font-weight: bold; 
  font-size: 14px;
}
.btn-custom:hover{
  opacity: 0.85;
}
.boxshadow{
  box-shadow: 0px 20px 61px rgba(0, 0, 0, 0.14); 
}
/***header***/
header .bid-nav ul li a{ 
font-style: normal;
font-weight: bold;
font-size: 16px !important;
color: #4a4a4a;
line-height: 48px;
margin-left: 58px;
}
/**Sign In**/
.footer-inner ul li:not(:last-child) a {
  margin-right: 20px;
}
.image-gallery-thumbnail .image-gallery-thumbnail-image {
  height: 85px !important;
  width: 100%;
}

/* .image-gallery-thumbnails-image{    height: 69px !important;
  object-fit: cover;} */
.login-container {
  padding: 32px 56px;
}

.input-style{
  background: #FFFFFF;
border: 1px solid #EAE9F2;
box-sizing: border-box;
border-radius: 4px;
font-size: 14px;
line-height: 24px; 
color: #9C9AAA;
}
.min-input{
  min-height: 56px;
}
.pwd-show {
  position: absolute;
  right: 7px;
  top: 17px;
  margin: 0px 20px;
} 
#topbar2 {
  background: #fff;
  border-bottom: 1px solid #ddd;
  position: fixed;
  left: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  transition: 0.3s all ease;
  z-index: 250;
  top: -71px;
}
.upload-image {
  max-height: 188px;
}
.docking-bar2 .side-navbar .dropdown-menu.show {

  position: absolute !important;
  will-change: transform;
  top: 100% !important;
  left: 0px !important;
  transform: translate3d(0px, 0, 0) !important;
  box-shadow: 0 5px 6px rgb(0 0 0 / 10%);
}

.upload-image img {
  width: 100%;
  min-height: 188px;
  object-fit: cover;
  max-height: 188px;
}

 .upload-product input {
  opacity: 0;
  width: 100%;
  position: absolute;
}
.detail-txt {
  word-break: break-all;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}
.rqtfre label{
  font-weight: normal;
font-size: 14px;
line-height: 16px; 
letter-spacing: normal;
color: #4a4a4a;
}
.rqtfre {
  padding: 40px 0px;
}
.offerButtons h2 {
  font-weight: 900;
  font-family: 'Circular Std';
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #4a4a4a;
}
.shortListedDropdown .dropleft.show .dropdown-toggle::before {
  transform: rotate(-85deg);
}
.modal-content { 
  border: none;
}
div#login {
  min-height: calc(100vh - 188px); display: flex;     padding-bottom: 20px !important;
  overflow: auto;
}.footer-inner ul li a {
  color: #fff;
}
.dropdown.show .dropdown-toggle::after {
  transform: rotate(182deg);
}
.side-navbar .dropdown .dropdown-toggle::after {
  transition:all ease  0.5s;
}
.pagination .prev, .pagination .next { 
  background-color: transparent;
}
.done-desk{
  display: none;
}
button.border-0.btn-link:hover svg path{
  stroke:#FF7E06;
}
.css-9mairk-control {
  border: 1px solid #e0e0e0 !important;
}



.newtbl .rdt_TableBody  .bhOsij , .newtbl .rdt_TableBody .iizuaN { 
  padding-left: 8px;
  padding-right: 8px;

}

.producttbl .rdt_TableBody .rdt_TableCell:nth-child(2) {
  color: #FF7E06;  cursor: pointer; 
}

  .rdt_TableHeadRow .rdt_TableCol{
  font-weight: bold;
font-size: 14px;
line-height: 16px;  
color: #4a4a4a;
}
.newtbl .grXuqL, .newtbl .rdt_TableCell{
 
font-size: 14px;
line-height: 16px;   
}
.categoryListingTable .rdt_TableRow{
  min-height: 64px;
}
.newtbl .khlPsW, .newtbl .grXuqL , .ezEBKV { 
  min-height: 56px !important;
}
  input[type=checkbox] {
  cursor: pointer;
}

  input[type=checkbox]:after {
content: " "; 
background-color: #ffffff;
display: inline-block;
border: 1px solid #C1C1C1;
visibility: visible;
width: 16px;
height: 16px;
border-radius: 2px;
top: -1px;
position: absolute;
}

 input[type=checkbox]:checked:after {
content: "";
background-image: url('../images/tick.svg');
background-color: #FF7E06; 
background-repeat: no-repeat; 
background-position: center;
border: none;
width: 16px;
height: 16px;
border-radius: 2px;
}
.newtbl .rdt_TableBody .dUbULe {
  padding-left: 8px;
  padding-right: 8px;
  color: #4a4a4a;
}
h2,span,h3,label,svg{ color: #4a4a4a;}
  .sc-lmoMya.kCEQys svg ,   .rdt_TableHeader{
  display: none !important;
} 
.newtbl .rdt_TableBody .rdt_TableRow .rdt_TableCell, .newtbl .rdt_TableHeadRow .rdt_TableCol{ 
  background: #FFFFFF; border-radius: 4px;
}
.newtbl .rdt_TableBody .rdt_TableRow, .newtbl .rdt_TableHeadRow {
  /* margin: 8px 0px; */
  background: transparent !important;
border: 1px solid #E0E0E0 !important;
box-sizing: border-box;
/* border-radius: 4px; */
}
/* .khlPsW {background-color: #FAFAFA !important;} */
.newtbl .ecDzaP, .newtbl .iAFSOj{
  background-color: transparent !important;
}
.product-item{background-color: white;}
  .rdt_Pagination {
  background-color: transparent !important;
  border: 0px !important;
  padding: 0px !important; 
}

 .box-shadow-none {
  box-shadow: none !important;
}
.profbtn .dropdown-menu.show{
  top: 10px !important;
  box-shadow: 0px 1px 6px rgb(4 4 4 / 10%);
  border: none;
}

/* .rdt_Pagination .sc-cxNHIi,  .rdt_Pagination span {
  display: none;
} */
#pagination-first-page{
  display: none;
}
#pagination-last-page{
  display:none;
}
button#dropdownMenuButton {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #4a4a4a;
}
.profbtn .dropdown-menu.show .dropdown-item {
  font-size: 15px;
}
.btn.focus, .btn:focus{
  box-shadow: none;
}
.dropdown.show button#dropdownMenuButton svg circle{
fill: #FF7E06 !important;
}
.share-link  input {
  color: #646464;
  text-align: left;
  padding-left: 50px;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff ;
  text-decoration: none;
  background-color: unset ;
}
.rdt_Table {
  background: transparent !important;
}
#pagination-next-page:hover:not(:disabled), #pagination-next-page:focus {
  background-color:transparent !important;
}
#pagination-next-page:hover:not(:disabled) svg path{
  stroke: #FF7E06;
}
#pagination-previous-page:hover:not(:disabled), #pagination-previous-page:focus {
  background-color:transparent !important;
}
#pagination-previous-page:hover:not(:disabled) svg path{
  stroke: #FF7E06;
}
#pagination-next-page {
  margin-left: 20px !important;
}
.rdt_Pagination{
  background-color: #F7F8FA !important;
}
.css-b8ldur-Input { 
  padding-top: 0px !important;
}
.iCxiXr { 
  padding-left: 8px !important;
}
.subcat-table .dUbULe { 
  font-size: 14px !important;
}
address p{
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #4a4a4a;
}


.offer-price
{
  font-size: 30px;

}

/*****responsive*****/
@media(min-width:580px){
  .login-container { 
    width: 560px;
    min-width: 560px;
}
}
@media(min-width:1200px){
  .login-100 {
    min-height: calc(100vh - 188px);
    overflow: auto;
  }
  
}
@media(max-width:1199px){
  .done-desk{
    display: block !important;
    position: fixed;
    width: 100%;
    background: white;
    z-index: 1;
    box-shadow: 0 5px 6px rgb(0 0 0 / 10%);
  } 
  .open {
    display: block;
}
  #topbar2 {
    display: none !important;
  }
  
  .mainContentWrapper{
    margin-left: 0% !important;
  }
  .sideBar.position-fixed {
    position: unset !important;
}
}
@media(max-width:992px){
  
  

.container {
  max-width: 100%;
} 
.p-m15{
  padding: 0px 15px;
}

.sideBar {
  width: 100%; 
}
.active-sidebar {
  width: 96% !important;
}
.new-posting .dashContentHeader ,.new-posting .dashboardCardRow , .add-product .dashContentHeader, .add-product .dashboardCardRow {
  padding: 0px 15px !important;
}


}



@media(max-width:767px){
  div#login {
    min-height: calc(100vh - 249px); 
}

  .footer-inner .justify-content-end {
    justify-content:center !important;
    margin-top: 10px;
}
.cpy-rght { 
  text-align: center;
  margin-top: 13px !important;
  padding: 0px !important;
  margin-left: 0px !important;
}
.page-head {
  font-size: 30px;
  line-height: 40px; 
}
 .footer-grid div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-inner .justify-content-end ul {
    text-align: center;
    justify-content: center;
}
.pb-logo{ 
  justify-content: center !important; 
}

}

@media(max-width:480px){
  .btn-custom, .bid-nav li a.btn-custom{ 
    height: 40px; 
    line-height: 40px;
    padding: 0px 14px;
  }
 header .bid-nav ul li a { 
    margin-left: 6px;
}
.login-container {
  padding: 30px;
}
.page-head {
  font-size: 24px;
  line-height: 28px;
}
}