.orangeIcon {
  color: var(--primary-color);
  font-size: 12px;
}

.attachment-text-font {
  font-size: 11px;
  color: var(--link-color);
  text-decoration: none;
}

#attributeTable th,
#attributeTable td {
  font-size: 13px;
}

.seller-label {
  font-size: 14px;
}

.custom-modal-footer {
  flex-wrap: wrap;
  align-items: center;
  justify-content: normal;
  padding: 0.75rem;
  border-top: 1px solid var(--tab-border-color);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.carousel-text {
  height: 200px;
}

.carousel-item.active {
  display: block;
}

.redinputDanger {
  color: var(--error-msg-color) !important;
  font-size: 14px;
  font-weight: normal;
}

.custom-control-input {
  z-index: 999 !important;
}

.carousel-control-prev,
.carousel-control-next {
  top: 75px;
  z-index: 1;
  width: 6%;
  color: white;
  text-align: center;
  opacity: 0.5;
  background-color: grey;
  height: 38px;
  border-radius: 5px;
}

.carousel-indicators li {
  background-color: grey;
}

.addfav-link {
  font-size: 0.975rem;
}

.inside-card {
  background-color: transparent !important;
  border: 0px;
}

.inside-card .card-header {
  border: 1px solid var(--border-color);
}

.correctionRemarks {
  display: none;
}

.fav-check input {
  width: 0;
  height: 0;
  opacity: 0;
}

.fav-check input + .fa-star {
  display: none;
}

.fav-check input:checked ~ .fa-star-o {
  display: none;
}

.fav-check input:checked ~ .fa-star {
  display: inline-block;
}

::ng-deep .dateFilter.paymentDateFilter .input-group {
  margin-bottom: 0 !important;
}

.grey-font {
  color: var(--mat-txtbox-txtcolor) !important;
}

.scrollTable {
  position: relative;
  overflow: auto;
  max-height: 200px;
}

.ag-cell p {
  margin-bottom: 0px;
}

.seller-product-scroll {
  max-height: 380px;
  overflow-y: auto;
}

::ng-deep .dateFilter.paymentDateFilter .input-group {
  margin-bottom: 0 !important;
  flex-wrap: initial;
}

.badge_custom_small {
  position: absolute;
  right: 0px;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -3px;
  font-size: 9px;
  background: var(--primary-color);
  color: white;
  font-weight: 600;
  line-height: 12px;
}
.badge_custom_small_red {
  position: absolute;
  right: 0px;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -3px;
  font-size: 9px;
  background: var(--error-msg-color);
  color: white;
  font-weight: 600;
  line-height: 12px;
}

.rfq-tooltip-table {
  min-height: 120px;
}

@media only screen and (min-width: 768px) {
  .input-width-40 {
    width: 40%;
  }
  .choose-plan{
    display: block;
  }
}

@media only screen and (max-width: 1400px) {
  .modal-body-scroll {
    max-height: 300px;
  }
}

.rfq-top-border {
  border-top: 3px solid var(--primary-color);
}

.rfq_submit {
  margin-left: 29%;
}

.fav-icon .fa-star {
  color: var(--reSubmit-bg);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}

/* Table option 3 */

.table-responsive-x {
  overflow-x: auto;
}

.rfq-comparison-table tbody tr td,
.rfq-comparison-table tbody tr th,
.rfq-comparison-table thead tr th {
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  padding: 0.3rem 0.5rem;
  min-width: 215px;
  max-width: 215px;
}

.rfq-comparison-table thead tr {
  background: var(--file-upload-table-td-even-bg);
}

/* .rfq-comparison-table tbody tr:not(:nth-child()) {
    border-bottom: 4px solid var(--white-color);
} */

/* Table option 2 */

.table-responsive-x {
  overflow-x: auto;
}

.rfq-table tbody tr td,
.rfq-table tbody tr th,
.rfq-table thead tr th {
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  min-width: 200px;
  padding: 0.3rem 0.5rem;
}

.rfq-table tbody tr th,
.rfq-table thead tr th:first-child {
  min-width: 200px;
}

.rfq-table tbody tr td,
.rfq-table tbody tr th {
  color: var(--rfq-table-header-color);
}

.rfq-table thead tr {
  background: var(--file-upload-table-td-even-bg);
}

/* .rfq-table tbody tr:not(:nth-child()) {
    border-bottom: 4px solid var(--white-color);
} */

.rfq-table tbody tr td:nth-of-type(even),
.rfq-table tbody tr th {
  background: var(--file-upload-table-td-even-bg);
}

.rfq-p {
  white-space: normal !important;
}

.rfq-product-modal {
  padding: 0 1rem;
  max-height: 450px !important;
  overflow: auto;
}

.partner-logistics_data {
  display: none;
}

::ng-deep .tooltip-inner,
::ng-deep .tooltip {
  min-width: 50px;
  max-width: 250px;
  text-align: center;
  z-index: 9999999999999;
}

::ng-deep .ag-theme-alpine .ag-ltr .ag-cell.rfq-custom-cell {
  border: 1px solid var(--step-border-color);
  height: 35px;
  margin-top: 7px;
}

::ng-deep .ag-row .rfq-custom-cell.ag-column-hover.ag-cell-focus {
  border: 1px solid #80bdff;
}

::ng-deep .dataTables_scrollBody .full-width-class {
  height: 220px !important;
  overflow: hidden;
}

/* Custom scrollbar for sidebar */

.inforecordtable {
  border-top: 1px solid var(--border-color);
}

.inforecordtable thead tr th {
  background: var(--file-upload-table-td-even-bg);
}

/* .inforecordtable tbody tr td:first-child {} */

.inforecordtable thead tr th:first-child,
.inforecordtable tbody tr td:first-child {
  /* background: var(--file-upload-table-th-bg); */
  position: sticky;
  min-width: 180px;
  z-index: 1;
}

.table-image td,
.table-image th {
  vertical-align: middle;
}

.inforecordtable td,
.inforecordtable thead th {
  font-size: 13px;
  vertical-align: middle;
  min-width: 225px;
  border-right: 1px solid var(--border-color);
  word-break: break-word !important;
}

/* .inforecordtable thead tr {
    background: var(--file-upload-table-th-bg);
  } */

/* 
.inforecordtable tbody tr {
    background: var(--file-upload-table-td-even-bg);
} */

/* .inforecordtable tbody tr td {
    border-top: 2px solid white;
} */

.inforecordtable .innerTable {
  border-top: 0px !important;
}

.table tbody + tbody {
  border-top: 0px !important;
}

/* .inforecordtable tbody tr:nth-of-type(odd) {
    background: var(--file-upload-table-td-odd-bg);
} */

.inforecordtable td,
.inforecordtable th {
  height: 42px;
  border-top: 1px solid var(--border-color);
}

.inforecordtable thead th {
  border-bottom: none;
  border-right: 1px solid var(--border-color);
  padding: 0;
}

.inforecordtable > tbody > tr > td.text-left,
.inforecordtable > tbody > tr > td > table > tbody > tr > td.text-left {
  padding-left: 1rem !important;
}

.inforecordtable .Prodtile-title {
  padding: 0 4px;
}

.headcol {
  width: 270px;
  left: 0;
  background: var(--file-upload-table-td-even-bg);
  border-top: 2px solid white;
  border-left: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
  min-height: 40px;
  /* padding: 0 !important; */
  font-weight: bold;
  text-align: left;
  padding-left: 10px !important;
  padding-right: 0px !important;

  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.headcol p {
  margin-top: 12px;
  line-height: 20px !important;
}

.PageHeader3 {
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 600;
  margin: 0rem 1rem 0 1rem;
}

.headcol span {
  height: 100%;
  align-items: center;
}

th.headcol {
  border: 0 !important;
}

.topScrollSection,
.bottomScrollSection {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}

.topScrollSection,
.horizontalTopScroll {
  height: 19px;
}

.topScrollSection::-webkit-scrollbar,
.bottomScrollSection::-webkit-scrollbar {
  width: 12px;
  height: 15px;
}

.topScrollSection::-webkit-scrollbar-track,
.bottomScrollSection::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.topScrollSection::-webkit-scrollbar-thumb,
.bottomScrollSection::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.rfq-ratemastercart-count {
  background-color: var(--primary-color);
  color: white;
  border: 2px solid var(--primary-color);
  font: 13px/15px Roboto;
  min-width: 50px;
  cursor: pointer;
  border-radius: 5px;
  padding: 8px 15px;
}

.rfq-ratemastercart-count:hover {
  background-color: transparent;
  color: var(--primary-color);
  text-decoration: none;
}
.codeApplied,
.cancelCouponCode {
  display: none;
}

.greyborder-panel {
  border: 15px solid var(--grey-panel-bgColor);
  padding: 15px;
}
.notificationmsg {
  background-color: var(--more-prodcts-background);
  font-size: 14px;
  position: relative;
}
.notificationmsg ::before{
  position: absolute;
  background-color: var(--primary-color);
  width: 4px;
  height:100%;
  content: "";
  left: 0;
  top:0
}  

/* product requested  page css */

.product-requested-search-btn {
  min-width: 41px;
  padding: 6px 9px;
}

.accordion .show-hide-product-icon.card-header:after {
  position: relative;
  bottom: 37px;
}

.accordion .product-show-hide-icon.card-header:after {
  display: none;
}

.scroll-for-accordion {
  overflow-y: scroll;
  max-height: 250px;
  overflow-x: hidden;
}

.error-font-size {
  font-size: 16px;
}

/* end here */
.tickmarkcolor {
  color: var(--green-text);
}
.card-text {
  font-size: 12px;
  min-height: 50px;
}
.text-disabled {
  color: var(--grey-input-datefiltr);
  cursor: not-allowed !important;
}
.inputprice-border-right {
  border-right: 1px solid var(--page-bg-color);
}
.Prodtile-img-wrap-50 {
  height: 50px !important;
  margin-bottom: 1rem;
}
.dimenstion-placement {
  margin-top: -35%;
}
.dimenstion-kg {
  margin-top: -18%;
  margin-right: 5%;
}
.dimension-custom input {
  width: 80% !important;
}
.dimension-mutliply {
  margin-left: -25%;
  margin-top: 12%;
}
.acceptstats {
  color: var(--green-text);
  font-size: 14px;
  font-weight: normal;
}
.exclamationcolor {
  color: var(--orange-color);
}

/* css for request_quote_welcome.html */
.copyfile-font-icon .fa-file-icon {
  font-size: 27px;
}

.card-text-fonts {
  font-size: 12px;
}

.card-hover-effect:hover {
  box-shadow: rgba(255, 255, 255, 0.5);
}

.card-bg-grey {
  background: var(--grey-panel-bgColor);
  background: var(--grey-panel-bgColor);
  padding: 0.75rem 12px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.cardbg-active {
  color: var(--primary-color) !important;
  background: transparent;
}
.card-text-fonts-active {
  color: var(--primary-color) !important;
  background: transparent;
}
.card-title-active {
  color: var(--primary-color) !important;
  background: transparent;
}

.cards-list-group .list-group-item.active,
.cards-list-group .list-group-item.active h5,
.cards-list-group .list-group-item.active .card-text-fonts,
.cards-list-group .list-group-item.active .fa-file-icon {
  color: var(--primary-color) !important;
  background: transparent;
}

.cards-list-group .list-group-item + .list-group-item {
  border-top-width: 1px;
}

.accordion .card-header-product-icon.card-header:after {
  bottom: 10px;
}

.product-card-header-height {
  max-height: 71px;
}

.disable-add-similer-text {
  color: var(--border-color1) !important;
}

@media (max-width: 767px) {
  .product-card-header-height {
    max-height: 96px;
  }
}

/* end css request_quote_welcome.html */

.lowprice-radius {
  background-color: var(--green-text);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  color: var(--green-text);
  display: inline-block;
}
.visible-collapse {
  visibility: collapse;
}
.noprice-radius {
  background-color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  color: transparent;
  display: inline-block;
}
.compare-quote-accordion .card-header:after {
  display: none;
}
.compare-quote-accordion .card-header .card-title::after {
  float: none;
  margin-left: 10px;
  font-family: "FontAwesome";
  content: "\f068";
}
/* .accordion .card-header.collapsed .card-title::after {
  /* symbol for "collapsed" panels 
  content: "\f067";
} */
.freezetable-column {
  position: sticky !important;
  left: 0 !important;
  z-index: 150 !important;
  background: transparent !important;
}
.freezetable-column-odd {
  position: sticky !important;
  left: 0 !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-odd-bg) !important;
}
.freezetable-column-even {
  position: sticky !important;
  left: 0 !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-even-bg) !important;
}
.freezetable-2column-odd {
  position: sticky !important;
  left: 181px !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-odd-bg) !important;
}
.freezetable-2column-even {
  position: sticky !important;
  left: 181px !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-even-bg) !important;
}
.released-radius {
  background-color: var(--green-text);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  color: var(--green-text);
  display: inline-block;
}
.notreleased-radius {
  background-color: var(--orange-color);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  color: var(--orange-color);
  display: inline-block;
}
.wmd-view-topscroll {
  height: 20px;
}
.wmd-view {
  height: auto;
}
.scroll-div1 {
  width: 1500px;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
}
.wmd-view-topscroll,
.wmd-view {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}
.scroll-div2 {
  width: 1500px;
  height: 20px;
}
.price-view-topscroll {
  height: 20px;
}
.price-view {
  height: auto;
}
.price-div1 {
  width: 1500px;
  overflow-x: scroll;
  overflow-y: hidden;
  height: 20px;
}
.price-view-topscroll,
.price-view {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}
.price-div2 {
  width: 1500px;
  height: 20px;
}

.rfq-accepted-products tbody tr td,
.rfq-accepted-products tbody tr th,
.rfq-accepted-products thead tr th {
  font-size: 13px;
  vertical-align: middle;
  position: relative;
  padding: 0.3rem 0.5rem;
}

.rfq-accepted-products thead tr {
  background: var(--file-upload-table-td-even-bg);
}

.plain-status-msg {
  /* background: var(--innertable-bg);
  border:1px solid var(--grey-color-border); */
  color: var(--mat-txtbox-txtcolor);
  padding: 5px;
  font-size: 14px;
}
.rfq-comparison-table tbody tr td,
.rfq-comparison-table tbody tr th,
.rfq-comparison-table thead tr th {
  vertical-align: top !important;
}
.rfq-comparison-table tbody tr td p {
  margin-bottom: 0 !important;
}
.custom-right {
  margin-left: 66% !important;
}
.product-inr {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 14px;
  word-break: break-word;
}
.product-Price {
  color: var(--border-color1);
  font-size: 0.875rem;
  margin-bottom: 5px;
  /* display: block; */
  min-height: 24px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  max-height: 48px;
  visibility: visible;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.highlight-match {
  background: var(--approval-color);
  color: var(--green-text);
}
.knowmorebi label {
  font-size: 12px !important;
}
.knowmorebi p {
  font-size: 12px !important;
}

/* css for text elipse in add_new-product.html */

.text-width-for-ellipse {
  width: 16em;
  display: block;
}

/* end css */
.productpopup-heading{
  padding-left: 1rem;
}
/*price tab grid */
.freezetable-column-odd-pricetab {
  position: sticky !important;
  left: 0 !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-odd-bg) !important;
  border-bottom: 0 !important;
}
.freezetable-column-odd-pricetab-header{
  background: var(--file-upload-table-td-even-bg)!important;

}
.freezetable-column-even-pricetab {
  position: sticky !important;
  left: 0 !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-even-bg) !important;
}
.freezetable-2column-odd-pricetab {
  position: sticky !important;
  left: 150px !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-odd-bg);
  border-bottom: 0 !important;

}
.freezetable-column-2even-pricetab {
  position: sticky !important;
  left: 150px !important;
  z-index: 150 !important;
  background: var(--file-upload-table-td-even-bg) !important;
  border-bottom: 0 !important;

}
.pricetabtable th, tr, td{
  border: 1px solid var(--tab-border-color);
}
.pricetabtable tr:nth-child(even) {
  background: var(--file-upload-table-td-even-bg) !important;
}
.pricetabtable tr:nth-child(odd) {
  background: var(--file-upload-table-td-odd-bg) !important;
}
.bg_yellow_modal {
  background: var(--highlight-background);
  font-size: 15px;
} 
.bg_price {
  background: var(--highlight-background);
  font-size: 11px;
} 

.ProdtileDiv:hover {
   -webkit-box-shadow: 0 3px 10px var(--cattile-black-opacity-color);
   -moz-box-shadow: 0 3px 10px var(--cattile-black-opacity-color);
   box-shadow: 0 3px 10px var(--cattile-black-opacity-color);
   padding-bottom:20px!important;
  }

/* new css starts here for search bar */

.addsku .categoriescls {
  color: var(--search-heading-color) !important;
  font-size: 12px;
}
.rfq-search-suggestion{
 
    left: 2px !important;
}
.ref-searchDiv{
  border-radius: 5px !important;

}
.ref-searchDiv .input-group-append{
background: transparent !important;
}
.ref-searchDiv button{
  color: var(--step-text-color) !important;
}

.ref-mainContent .headerOne{
  line-height: 26px !important;
}
.ref-mainContent h2 span{
  font-size: 16px !important;
  text-transform: capitalize !important;
}
.ref-mainContent h2 span::after{
  width: 40px !important;
  height: 3px !important;
}
.ref-verified-img-section .verified_img_text{
  height: 33px;
  width: 35px;
  max-width: 50px;
}
.ref-verified-img-section .trusted_img_text{
  height: 33px;
  width: 35px;
  max-width: 50px;
}
.ref-smalltext{
  position: relative;
    bottom: 8px;
    color: var(--step-text-color);
    font-size: 12px;
}
.ref-text{
  color: var(--step-text-color);
  font-size: 12px;
}
.rfq-row{
  margin: 0;
}
.ref-serach-body{
  display: none;
}
.ref-unorderedlist .ref-searchCategory{
  color: #5E5E5E !important;
  font-size: 12px !important;
  line-height: 24px;
  cursor: pointer;
}
.rfq-custom-checkbox{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  transform: translate(-50%, -50%);
}


@media (min-width: 320px) and (max-width: 767.98px) {
  .ref-verified-img-section .verified_img_text {
    height: 33px;
    width: 22px;
    max-width: 50px;
}
.ref-verified-img-section .trusted_img_text {
  height: 33px;
  width: 22px;
  max-width: 51px;
}
.accordion .show-hide-product-icon.card-header:after {
  position: relative;
  bottom: 48px;
}
}
/* new css starts here for search bar */


/* request_quote_welcome.html css starts */
.header-breadcrumb {
  padding: 16px 24px;
}

.btn-circle span {
  /* width: 60px; */
 border: 1px solid var(--primary-color)!important;
 color:var(--primary-color)!important;
}

.view-product-main{
  display: none ;
}

.ag-theme-alpine .ag-row.ag-row-last {
  border-bottom: 0px;
}

/* quick rfq page css*/

.product-image {
  width: 48px;
  height: 48px;
}
.product-image img {
  width: 46px;
  height: 46px;
}
.product-in-detail p, .rfq-order p{
     color: var(--step-text-color);
}

.rfq-order ::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background: var(--divider-color);
  left: -16px;
  top: 0;
}
.rfq-for-more-products {
  background-color: var(--more-prodcts-background);
  color:   var(--tile-title-color);
  padding: 16px 20px;
}
.rfq-for-more-products ::before{
  position: absolute;
  background-color: var(--primary-color);
  width: 4px;
  height:100%;
  content: "";
  left: 0;
  top:0
}
/* .breadCrumbs {
  width: 100% !important;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
} */
.text-red {
  color: var(--error-msg-color);
}
.quick-rfq-page table{
  border-radius: 0px !important;
  overflow: auto !important;
  box-shadow: none !important;
  margin-bottom: 8px !important;
}
.modal-content {
  border-top: 0px !important;
}
.transaction-table-desktop {
  display: block;
}
.transactionTable-mobile {
  display: none;
}
.datebasedtable-desktop {
  display: block;
}
.datebasedtable-mobile {
  display: none;
}
.rfq-for-more-products-eligible {
  padding:12px 20px;
  width: 100%;
}



@media only screen and (max-width: 560px) {
  .mobile-padding {
    padding: 16px 16px !important;
  }
  .mobile-margin {
    margin: 16px 16px !important;
  }
  .mobile-padding-top-0 {
    padding: 0px 16px 16px !important;
  }
  .product-details-rfq-order-more-rfq, .product-details-rfq-order {
    display: block !important;
  }
  .rfq-order ::before {
    display: none;
  }
  .product-in-detail {
    margin-bottom: 16px;
  }
  .product-in-detail h3 {
    padding-bottom: 2px;
  }
  .rfq-order {
    margin-bottom: 16px;
  }
  .back-proceed-btn {
    float: none!important;
  }
  .back-proceed-btn button{
    width: 100%;
    display: block;
    margin-bottom:10px;
  }
  .quick-rfq-form .col-12{
    padding: 0px  !important;
  }
  #Addanother {
    margin: 10px 0px 0px!important;
    display: block;
  }
  .transactionTable table tr td:nth-child(2){
    min-width: 200px !important;
  }
  .available-credit {
    margin: 0px 0px 16px!important;
}
  .dateFilter {
    flex-wrap: nowrap !important;
  }
  .dateFilter input {
    min-width: auto !important;
  }
  .transaction-table-desktop {
    display: none;
  }
  .transactionTable-mobile {
    display: block;
  }
  .buyrer-remarks {
    margin-top: 16px !important;
  }
  .datebasedtable-desktop {
    display: none;
  }
  .datebasedtable-mobile {
    display: block;
  }
  .transaction-datebased-table {
    margin-top:0px !important;
  }
  .paymenttype .col-lg-6 {
    margin-bottom: 11px !important;
  }

  .Paymentdetails .col-lg-6 {
    margin-bottom: 12px !important;
  }
  .transactionTable-mobile .col-6:nth-child(1), .datebasedtable-mobile .col-6:nth-child(1){
    padding-right: 0px !important;
  }
  .transactionTable-mobile input::placeholder {
    font-size: 12px !important;
  } 
  .datebasedtable-mobile input::placeholder {
    font-size: 12px !important;
  } 
  #Addanother-mob {
    font-size: 12px !important;
  }
  #deleteIconMobile {
    padding: 3px 15px;
  }
}

/*buyer_acceptance_new_response page css */
.font-medium {
  font-weight: 500;
}
.buyer-heading-link {
  border:1px solid var(--divider-color);
  background-color: white;
  display: flex;
  justify-content: space-between;
}
.buyer_acceptance_new_response_table .ag-root-wrapper{
  border:0px !important;
}


/* Start Quick RFQ Response Page */
.respond-box-section .respond-box-right{
  color: var(--tile-content-color);
}
.respond-box-section .respond-box-left{
  background-color: var(--respond-bg);
  border:1px solid var(--percent-off-light-color);
  color: var(--percent-off-light-color);
  border-radius:19px;
  text-align: center;
  max-width:200px;
}
.product-img-details-quick-rfq-response .product-image, .selected-product-img-details .product-image{
  width: 48px;
  height: 48px;
  position: relative;
}
.product-img-details-quick-rfq-response .product-image img, .selected-product-img-details .product-image img{
  width: 46px;
  height: auto;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
}
.product-detail-quick-rfq-response, .selected-product-detail{
  overflow: hidden;
}
.product-detail-quick-rfq-response .product-title, .selected-product-detail .product-title{
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-detail-quick-rfq-response p, .selected-product-detail p{
  color:var(--tile-title-color);
}
.product-detail-quick-rfq-response p span.skuID, .selected-product-detail p span.skuID{
  color: var(--tile-content-color);
}
.product-delivery-details-quick-rfq-response .delivery-icon img, .product-quantity-details-quick-rfq-response img{
  width:24px;
}

.box-divider-1:after{
  content:'';
  position:absolute;
  display: block;
  width:1px;
  height:100%;
  top:0px;
  left:0px;
  background-color: var(--divider-color);
}
.expected-delivery-section .delivery-date-box .days-remaining{
  color: var(--tile-content-color);
}

.price-details-section .input-group-text{
  background-color: transparent;
  line-height: 1.5 !important;
  border: 1px solid #ced4da !important;
  color: var(--tile-content-color);
}

.price-details-section .form-control:disabled + .input-group-append .input-group-text, .price-details-section .form-control[readonly] +  .input-group-append .input-group-text{
  background-color: var(--breadcrumb-bg-color) !important;
  opacity: 1;
}

.price-details-section .form-control:focus {
  border:1px solid #80bdff !important;
}

.table-view-specification td{
  width:25%;
}

.product-img-box{
  width:130px;
  height:130px;
}
.product-img-box img{
  width:100%;
  height:auto;
}
.product-price-details{
  color:var(--primary-color);
}

.exact-match-box{
  color: var(--active-green);
  background-color: var(--exact-match-bg);
  border-radius:4px;
}

@media only screen and (max-width: 991px) {
  .box-divider-1:after{
    display: none;
  }
  .delivery-payment-details-quick-rfq-response{
    border-top:1px solid var(--divider-color);
    border-bottom:1px solid var(--divider-color);
  }
  .remark-quick-rfq-response{
    border-bottom:1px solid var(--divider-color);
  }
  .table-view-specification td{
    width:auto;
  }
  .dp-quick-rfq-response.dimenstion-placement {
    margin-top: -7%;
}
.dp-quick-rfq-response.dimenstion-kg {
  margin-top: -6%;
}
.quick-rfq-response-verified-img-section .trusted_img_text, .quick-rfq-response-verified-img-section .verified_img_text{
  height: 33px;
  width: 35px;
  max-width: 51px;
}
.quick-rfq-response-entity-name  {
  max-width: 70%!important;
}
}

/* End Quick RFQ Response Page */


/* Warehouse Saved Address Quick RFQ Page*/
.saved-address-container {
  display: flex;
  flex-wrap: wrap;
  margin-right:-8px;
  margin-left:-8px;
}
.saved-address-cmn {
  width: 23.6%;
  border: 1px solid var(--prodtile-border);
  padding: 16px;
  font-size: 14px;
  margin: 0px 8px 16px 8px;
  min-height: 233px;
  position: relative;
}
.saved-address-cmn button {
  position: absolute;
  bottom: 15px;
}
.saved-address-cmn h6 {
  font-family: 'Roboto';
  font-weight: 600;
  color:var(--tile-title-color);
  margin-bottom: 8px;
}
.saved-address-cmn p{
  overflow: hidden;
position: relative;
max-height: 75px;
visibility: visible;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
text-overflow: ellipsis;
word-break: break-word;
margin-bottom:0;
line-height:24px;
}
.saved-address-back-btn {
  padding: 0px 0px 24px 0;
  width: 100%;
  background: white;
  display: flex;
  justify-content: end;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .saved-address-cmn:nth-child(4) {
    margin-right: 15px;
}
.saved-address-cmn button{
  position:static;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .saved-address-cmn{
    width: 31%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .saved-address-cmn{
    width: 97%;
  }
}
@media (max-width: 576px){
  .saved-address-cmn {
    width: 95%;
    margin: 0px auto 10px auto;
    min-height: auto;
  }
  .saved-address-cmn button {
    position: static;
  }
}
/* End Warehouse Saved Address Quick RFQ Page*/


@media only screen and (max-width: 560px) {
  .buyer-heading-link {
    display: block;
    padding: 15px;
  }
}

/* quick rfq response CSS  starts*/

.quick-rfq-response-heading-links {
  display: flex;
  justify-content: space-between;
  width:100%;
} 
.quick-rfq-response-repsonse-dashboard-link {
  display: flex;
  justify-content: space-between;
  width: 23%;
  align-items: center;
}
#downloadDocument .modal-content{
  width: 60%;
  margin: 0 auto;
}
#downloadDocument .disable-text {
  color: #666;
}

/*Quick RFQ Acceptance   */
.rfq-acceptance-seller-response-header, .header-and-left-links{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-and-left-links h3 {
  font-size: 20px;
  font-weight: 500;
}
.rfq-acceptance-seller-response-header a {
  font-size: 14px;
}
.star-rating .star-value {
  height: 100%;
  position: absolute;
}

.star-rating .star-value {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url("assets/images/star_1.svg");
  background-repeat: repeat-x;
}
.individual-seller-left-right {
  display: flex;
  justify-content: space-between;
}
.individual-seller-left {
  width: 85%;
}
.wearhouse-quantity {
  display: flex;
  align-items: center;
}
.accept-decline-resubmit-btns {
  text-align: right;
}
.lowest-price {
  color: white;
 background-color: var(--active-green);
 border-radius: 2px;
 padding: 2px 8px;
 width: 74%;
}
.individual-seller-heading-long {
  display: inline-block;
  width: 70%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.font-italic {
  font-style: italic;
}
.no-repsonses-yet {
  text-align: center;
}
.mobile-view-header-right-dropdown .dropdown-toggle::after{
  display: none !important;
}

.text-red {
color: var(--error-msg-color);

}
.text-green {
  color: var(--green-text);
}
.view-remark-align-right {
  right:0;
}
.declined-status, .resubmitted-status, .accepted-status, .accepted-checker, .declined-checker, .accept-release-checker {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 560px){
  .quick-rfq-response-entity-name {
      max-width: 67%!important;
  }
  .mobile-padding-bottom-zero {
    padding-bottom: 0px !important;
  }
  .header-and-left-links h3 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0px !important;
  }
  .individual-seller-name-icon-mobile {
    display: flex;
    justify-content: space-between;
  }
  .individual-seller-heading-long-mobile {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .individual-seller-heading-long-mobile-quick-response {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .rfq-acceptance-btn-mobile {
     border-radius: 0px;
    border-color: var(--divider-color) !important;
  }
  .border-right {
    border-right: 1px solid var(--divider-color) !important;
  }
  .border-left {
    border-left: 1px solid var(--divider-color) !important;
  }
  .accept-decline-resubmit-btns-mobile {
    display: flex;
    justify-content: space-around;
    min-width:  100% !important;
  }
  #overflow_text {
    display: none;
  }
  #toggle_text {
    cursor: pointer;

  }
  #overflow_text_1 {
    display: none;
  }
  #toggle_text_1 {
    cursor: pointer;

  }
}

.individual-seller-tiles-wrapper > p{
  color: var(--step-text-color);

}

/* request quote */
.request-quote-queries-call, .request-quote-seller-payout, .matching-best-seller-matching-best-seller p{
  color: var(--step-text-color) ;
}
.request-quote-available-credit, .fulfilled-by-landt-sufin-details p, .matching-best-seller-matching-best-seller h4, .recomended-sellers-heading{
  color: var(--tile-title-color);
}

.selectedSellers {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.selectedSellers .chips {
  background-color: var(--sidebar-off-white-bg);
  border-radius: 18px;
  font-size: 14px;
  color: var(--tile-title-color);
  padding: 8px 9px;
  margin-right: 3px;
}
.selectedSellers .chips span {
  overflow: hidden;
  max-width: 15ch;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: bottom;
}

.price-details-section .form-group label{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  }
  .price-details-section .form-group label span{
    display: contents;
  }
.search-results {
  display: none;
}
.addsku-broad-btn button, #searchid {
  border:none;
}

.ref-searchDiv button {
  color: var( --step-text-color) !important;
  padding: 4px 10px;
}
.searchDiv input{
  border: 1px solid var(--input-border) !important;
}
.rfq-search-suggestion {
  padding: 10px;
  border-radius: 4px;
  height: 100px;
  overflow: auto;
}
.categoriescls {
  font-size: 12px;
  color: var(--search-heading-color);
}
.single-order-landing-price, .date-value {
  color:var(--step-text-color)
}
#newPack {
  display: none;
}
.add-new-pack{
  color: var(--primary-color);
}
.add-new-pack:hover {
  color: var(--primary-color) !important;
}
.plus-icon-thin-border {
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    padding: 3px 4px;
    font-size: 9px;
}


/* Manage Discount Order Page */
.manage-order-discount-section{
  min-height:408px;
}

.rfq-id-table-section.border-top, .price-table-view-section.border-top{
  border-top: 1px solid var(--sidebar-off-white-bg)!important;
}
.price-details-box.left-box.border-right{
  border-right: 1px solid var(--sidebar-off-white-bg)!important;
}
.rfq-order-discount-documents .upload-note{
  color: var(--tile-content-color);
}

/* .customFileIcon.customUploadIcon{
  background-image: url('assets/images/Upload.svg');
  background-size: 14px 14px;
  top: 4px;
  width:14px;
  height:14px;
} */

.edit-price-table tr th, .edit-price-table tbody tr td{
  min-width:140px;
}

.price-details-section .price-details-box .price-heading-name{
  min-width:160px;
}

.edit-price-table tbody tr td, .rfq-id-table tbody tr td{
  font-size: 14px !important;
}

@media only screen and (max-width: 767px){
  .edit-price-table-table thead tr th, .rfq-id-table thead tr th{
    white-space: nowrap;
  }
}

@media only screen and (max-width: 575px){
  .price-details-box.left-box.border-right{
    border-right:none !important;
  }
}

/* End Manage Discount Order Page */


/* Start Auto Logistics Discount Page */

.auto-logistics-discount-section{
  min-height:429px;
}

.type-order-value-table-container
{
  border-top: 1px solid var(--sidebar-off-white-bg)!important;
}

.type-discount-table tr th, .type-discount-table tbody tr td{
  min-width:200px
}

.type-discount-table tr th:first-child, .type-discount-table tbody tr td:first-child{
  width:200px;
  min-width:200px
}

.type-discount-table tbody tr td, .type-order-value-table tbody tr td{
  font-size: 14px !important;
}

.type-discount-table tbody tr td input{
  width:131px;
}

.type-order-value-table tr th, .type-order-value-table tbody tr td{
  min-width: 446px;
}

.type-order-value-table tr:first-child th:first-child, .type-order-value-table tbody tr td:first-child{
  width:270px;
  min-width:270px;
}

.type-order-value-table tbody tr td select, .type-order-value-table tbody tr td input{
  width:100px;
}

/* End Auto Logistics Discount Page */
.fulfilled-know-more-link {
  color: var(--link-color) !important;
  cursor: pointer;
}

.milestone-table tbody td{
  width: 150px;

}
.milestone-table tbody td:first-child{
  width: auto !important;
}
.btn-unique-sbmt-disabled {
  border: 2px solid var(--border-color1) !important;
}
.select-best-seller {
  padding-top: 40px !important;
}
#sellerDetailsPopupTest .modal-dialog {
  max-width: 630px;
}
.shipped-recomned {
  color: var(--active-green);
  display: inline-block;
}
.text-muted-immediate, .text-muted-shipped {
  color: #6c757d;
}