/* onboarding style*/


.row-margin-top-bottom {
  margin-top: -15px;
  margin-bottom: -15px;
}

#cinField,
.mobileOtpInput,
.emailOtpInput,
.pan-verfication-section,
#actionBtn-section,
#addcertificateSection,
#documentPreview {
  display: none;
}

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

.orangeIcon:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.info-text-msg {
  font-size: 12px;
  letter-spacing: 1px;
}

.selectHide {
  display: none;
}

.amountBased {
  display: none;
}

.fileUploadTooltip ul {
  padding-left: 20px;
  margin: 10px auto;
}

.fileUploadTooltip .tooltip-inner {
  width: 278px;
  max-width: 100%;
  text-align: left;
}

.undoIcon {
  color: var(--step-text-color);
  height: 18px;
  width: 18px;
  font-weight: normal;
}

.greenLabel {
  color: var(--green-color);
  padding: 0px 3px;
}

.redLabel {
  color: var(--error-msg-color);
  padding: 0px 3px;
}

.amberLabel {
  color: var(--primary-color) !important;
  padding: 0px 3px;
}

.greenLabelbg {
  background-color: var(--approval-color);
  padding: 0px 3px;
}

.redLabelbg {
  background-color: var(--correction-color);
  padding: 0px 3px;
}

.amberLabelbg {
  background-color: var(--pending-color);
  padding: 0px 3px;
}
.orangeLabelbg {
  background-color: var(--resubmit-color);
  padding: 0px 3px;
}

.statusBtn .commonBtn {
  font-size: 12px;
  min-width: 126px;
  margin: 0 5px;
}

.review-labels svg {
  margin-right: 4px;
}

.tooltiptext {
  display: none;
  width: 240px;
  background-color: black;
  color: white;
  text-align: left;
  border-radius: 3px;
  padding: 3px 5px;
  top: -51px;
  font-size: 14px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}

.doc-tooltip .toolTipDiv {
  width: 150px;
}

.badge_custom_page {
  right: 3px;
  border-radius: 30%;
  height: 18px;
  width: 18px;
  justify-content: center;
  align-items: center;
  top: -3px;
  font-size: 9px;
  background: var(--primary-color);
  color: white;
  font-weight: 600;
  line-height: 12px;
}

.actionReason {
  /*display: none;*/
  width: 100%;
}

.additionalDocInfo {
  width: 250px;
  background: var(--info-div-bg);
  position: absolute;
  top: 100px;
  color: white;
  padding: 10px;
  border-radius: 5px;
  z-index: 999999;
  left: 80px;
  font-size: 12px;
}

.customAdditionalInfoTooltip {
  position: fixed;
  width: 100%;
}

.addressReason {
  display: none;
}

.partnerReasons {
  display: none;
}

.certificateReason {
  display: none;
}

/* basic positioning */

.legend {
  list-style: none;
  font-size: 14px;
  padding: 0;
}

.legend li {
  float: left;
  margin-right: 10px;
}

.legend span {
  border: 1px solid var(--grey-mat-datefilter-border);
  float: left;
  width: 25px;
  height: 15px;
  margin: 2px 2px;
}

.legend .approvedLegend {
  background-color: var(--approval-color);
}

.legend .correctionLegend {
  background-color: var(--correction-color);
}

.legend .pendingLegend {
  background-color: var(--pending-color);
}
.legend .resubmitLegend {
  background-color: var(--resubmit-color);
}
.custom-table tbody tr td {
  height: 42px;
}
.material-icons {
  font-family: "Material Icons" !important;
}
.actionBtn,
.actionBtn:hover,
.actionBtn:disabled,
.actionBtn:disabled:hover {
  border: none;
  background-color: transparent;
}
#notransfee {
  display: none;
}
/* media query */

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

.ellipsis {
  white-space: nowrap;
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.addreswrap {
  word-break: break-word;
  width: 200px;
}
.custom-spacing {
  margin: 0px !important;
  padding-left: 0px !important;
}
#other-reason {
  display: none;
}
#dteofinc {
  display: none;
}
.entityId_Name {
  font-size: 0.9rem !important;
}
.entity-detail {
  line-height: 0.8;
  font-size: 0.9rem !important;
}
.brand-border {
  border: 1px solid var(--input-border) !important;
}
/*----------------for safari browser--------------*/
_::-webkit-full-page-media,
_:future,
:root,
.infoIcon {
  position: unset !important;
}

_::-webkit-full-page-media,
_:future,
:root,
.customFile .custom-file-label {
  padding-left: 0.2em !important;
}
/*----------------for Edge browser--------------*/
.custom-reuploadfile-label {
  padding: 0.375rem 0.4rem !important;
}
.disableAnchorTag {
  pointer-events: none;
}

.scrollBody {
  height: 200px;
  overflow-y: auto;
}
@supports (-ms-ime-align: auto) {
  .infoIcon {
    position: unset !important;
  }
  .customFile .custom-file-label {
    padding-left: 0.2em !important;
  }
}
@media only screen and (max-width: 320px) {
  img.buyer-img {
    display: none !important;
  }
  .grey-panel-mob {
    background: transparent !important;
    padding: 1rem;
    border-bottom: 2px solid white;
  }
  .custom-spacing {
    margin: 3px !important;
    padding-left: 12px !important;
  }
  .commonBtn {
    min-width: 94px !important;
    font: 10px / 15px Roboto !important;
    border-radius: 5px;
    padding: 5px 7px !important;
  }
  .tabdrop {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .tabmain {
    display: none !important;
  }
  .dropview {
    font-size: 15px;
  }
  .dropimgview .verified_img_text {
    height: 30px;
    width: 60px;
    max-width: 60px;
  }
  .droptext {
    float: left !important;
    margin-left: 15px !important;
    margin-top: 10px !important;
    font-size: 10px !important;
  }
  .dropimgview .verified_img_text {
    height: 30px;
    width: 60px;
    max-width: 60px;
  }
  .dropimgview {
    width: 88% !important;
    margin-left: -6px !important;
  }
  .entityinfo label {
    font-size: 12px;
  }
  .entityinfo p {
    font-size: 12px;
  }

  .tradelogo {
    width: 65px !important;
    height: 65px !important;
    margin-left: -26px !important;
    margin-top: 10px !important;
  }
  .font-responsive .font-14 {
    font-size: 12px !important;
  }
  .respsection .font-14 {
    font-size: 10px !important;
  }
  .respsection .font-15 {
    font-size: 10px !important;
  }
  .font-responsive .font-16 {
    font-size: 12px !important;
  }
  .font-responsive .contact-address-text {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 450px) {
  img.buyer-img {
    display: none !important;
  }
  .grey-panel-mob {
    background: transparent !important;
    padding: 1rem;
    border-bottom: 2px solid white;
  }
  .custom-spacing {
    margin: 3px !important;
    padding-left: 12px !important;
  }
  .commonBtn {
    min-width: 94px !important;
    font: 10px / 15px Roboto !important;
    border-radius: 5px;
    padding: 5px 7px !important;
  }
  .tabdrop {
    display: block !important;
    margin-bottom: 15px !important;
  }
  .tabmain {
    display: none !important;
  }
  .dropview {
    font-size: 15px !important;
  }
  .droptext {
    float: left !important;
    margin-left: 15px !important;
    margin-top: 10px !important;
    font-size: 10px !important;
  }
  .dropimgview .verified_img_text {
    height: 30px;
    width: 60px;
    max-width: 60px;
  }
  .dropimgview {
    width: 88% !important;
    margin-left: -6px !important;
  }
  .entityinfo label {
    font-size: 12px;
  }
  .entityinfo p {
    font-size: 12px;
  }

  .tradelogo {
    width: 65px !important;
    height: 65px !important;
    margin-left: -26px !important;
    margin-top: 10px !important;
  }
  .font-responsive .font-14 {
    font-size: 12px !important;
  }
  .respsection .font-14 {
    font-size: 10px !important;
  }
  .respsection .font-15 {
    font-size: 10px !important;
  }
  .font-responsive .font-16 {
    font-size: 12px !important;
  }
  .font-responsive .contact-address-text {
    font-size: 12px !important;
  }
}

.doc-name {
  margin-left: 1.8rem !important;
  margin-right: 0rem !important;
}

.actionbtn {
  margin-left: 0.3rem;
}
.scroll-modal-body {
  height: 350px;
  overflow: auto;
  margin-right: 10px;
}
.no-scroll-modal {
  height: auto;
  overflow: hidden;
}
.org-id {
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 600;
}
.actionwidth {
  width: 15% !important;
}
.anchorTagColor {
  color: var(--primary-color);
}
.icon-pantooltip {
  margin-right: 17%;
  margin-top: -14%;
}
.sinzy-txt {
  font-size: 0.875rem;
  text-decoration: underline;
  padding: 0 5px;
}
.sinzy-txt::after {
  content: "|";
  padding: 0 0 0 10px;
  display: inline;
}
.membership-align {
  vertical-align: sub;
}
.tabdrop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .address-margin {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 450px) and (max-width: 575.98px) {
  img.buyer-img {
    display: none !important;
  }
  .grey-panel-mob {
    background: transparent !important;
    padding: 1rem;
    border-bottom: 2px solid white;
  }
  .custom-spacing {
    margin: 3px !important;
    padding-left: 12px !important;
  }
  .commonBtn {
    min-width: 94px !important;
    font: 10px / 15px Roboto !important;
    border-radius: 5px;
    padding: 5px 7px !important;
  }
  .icon-pantooltip {
    margin-right: 36%;
    margin-top: -12%;
  }
  .tabdrop {
    display: block !important;
    margin-bottom: 10px !important;
  }
  .tabmain {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .width-60 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .vertical-scrol {
    height: 400px;
    overflow: scroll;
    overflow-y: visible;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-spacing {
    margin: 3px !important;
    padding-left: 12px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .custom-spacing {
    margin: 3px !important;
    padding-left: 12px !important;
  }
  .icon-pantooltip {
    margin-right: 36%;
    margin-top: -9%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .custom-spacing {
    margin: 3px !important;
    padding-left: 12px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .width-md-35 {
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  .width-md-35 {
    width: 35%;
  }
}
@media only screen and (max-width: 576px) {
  .width-md-35 {
    width: 100%;
  }
  .icon-pantooltip {
    margin-right: -14%;
    margin-top: -16%;
  }
}
@media only screen and (max-width: 365px) {
  .margin-sm-3 {
    margin-right: 8px;
  }
  .icon-pantooltip {
    margin-right: 62%;
    margin-top: -19%;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari only override */
  ::i-block-chrome,
  .infoIcon {
    position: unset !important;
  }
}

/* selleber_business_details_form.html */
.other {
  padding-right: 70px;
}
.addBTN,
.xBTN-textbox {
  position: absolute;
  box-shadow: none !important;
  text-decoration: none !important;
  top: 30px;
}
.addBTN {
  right: 20px;
  font-size: 14px;
}
.xBTN-textbox {
  right: 68px;
  color: var(--step-border-color);
}

.multiselect-selected-text {
  width: 80%;
  display: inline-block;
  text-overflow: ellipsis;
  text-align: left;
  overflow: hidden;
}

.margin-top-align-filenameDoc {
  margin-top: 18px;
}

#labelsDiv .lableTags {
  background: var(--sidebar-off-white-bg);
  padding: 9px 12px;
  color: var(--tile-title-color);
  font-size: 14px;
  border-radius: 100px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#labelsDiv .removeTags {
  color: var(--breadcrumb-text-color);
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
  margin: -1px 0px 0px 7px;
  display: inline-block;
}

.removeTags::after {
  cursor: pointer !important;
}

.removeTags:hover::after {
  color: black;
}

.bg-white-bottom {
  border-bottom: 1px solid var(--step-border-color);
}
.dropview {
  font-size: 24px;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 15px !important;
}
.text-muted-color {
  color: var(--text-muted-color);
}
.contact-address-text {
  font-size: 14px;
  color: var(--address-color);
}
.email-address-text {
  color: var(--email-color);
}
.bg-grey-bottom {
  background: var(--grey-bg-section-color);
}
.text-muted-location-color {
  color: var(--text-muted-location-color);
}
.tradelogo {
  width: 93px;
  height: 94px;
  margin-left: 3px;
}
.dropimgview {
  width: 90%;
}
.verified_text_green {
  width: 80px;
  max-width: 80px;
}

/* new css starts here */
.employe_details_input {
  margin: 0 5px 0 0;
  width: 30%;
  padding: 0px;
  background: transparent;
  border: none;
}
.employe_details_slect {
  padding: 0px !important;
  text-align: center;
}
.employe_details_row {
  border-bottom: 1px solid var(--input-border);
}
.accordion {
  background-color: var(--grey-panel-bgColor);
}

/* .accordianTitle:after {
  content: "\f078";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  transition: all 0.5s;
  font-family: 'FontAwesome';
}
.accordianTitle.collapsed:after {
  content: "\f078";
  -webkit-transform: rotate(180deg);
 -moz-transform: rotate(180deg);
 transform: rotate(180deg);
} */

 
 
.custom-control-input:indeterminate ~ .custom-control-label::before {
  background: var(--primary-color) !important;
  box-shadow: none;
}
.custom-childCheckBox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-childCheckBox .custom-control-input:checked ~ .custom-control-label::before,
.custom-childCheckBox .custom-control-input:focus ~ .custom-control-label::before,
.custom-childCheckBox .custom-control-label::before {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}

.custom-childCheckBox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg style='enable-background:new 0 0 24 24;' version='1.1' viewBox='0 0 24 24' fill='%235ca595' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='info'/%3E%3Cg id='icons'%3E%3Cpath d='M10,18c-0.5,0-1-0.2-1.4-0.6l-4-4c-0.8-0.8-0.8-2,0-2.8c0.8-0.8,2.1-0.8,2.8,0l2.6,2.6l6.6-6.6 c0.8-0.8,2-0.8,2.8,0c0.8,0.8,0.8,2,0,2.8l-8,8C11,17.8,10.5,18,10,18z' id='check'/%3E%3C/g%3E%3C/svg%3E") !important;
  cursor: pointer;
   
}
.custom-childCheckBox .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg fill='%23dee2e6' stroke='%23ffffff' style='enable-background:new 0 0 24 24;' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='info'/%3E%3Cg id='icons'%3E%3Cpath d='M14.8,12l3.6-3.6c0.8-0.8,0.8-2,0-2.8c-0.8-0.8-2-0.8-2.8,0L12,9.2L8.4,5.6c-0.8-0.8-2-0.8-2.8,0 c-0.8,0.8-0.8,2,0,2.8L9.2,12l-3.6,3.6c-0.8,0.8-0.8,2,0,2.8C6,18.8,6.5,19,7,19s1-0.2,1.4-0.6l3.6-3.6l3.6,3.6 C16,18.8,16.5,19,17,19s1-0.2,1.4-0.6c0.8-0.8,0.8-2,0-2.8L14.8,12z' id='exit'/%3E%3C/g%3E%3C/svg%3E") !important;
  cursor: pointer;
 
}

.custom-childCheckBox .custom-control-label::before,
.custom-childCheckBox .custom-control-label::after {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -15px;
}
 

@media only screen and (min-width: 768px) and (max-width: 1180px) {
  .employe_details_input {
    width: 40%;
  }
  .employe_details_slect {
    padding: 0 !important;
    text-align: center;
  }
}
/* new css ends here */

@media screen and (min-width: 992px){
.entity_Products .col-lg {
    flex: 1;
    min-width: 20%;
    max-width: 20%;
    padding: 0;
}
}
.entity-product-min-height{
  margin-bottom: 0px;
  height: 100%;
}
.entity-product-min-height .entitydiv {
  min-height: 285px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid var(--searchpage-bg-color);
  padding:40px 16px;
}
.entity-product-min-height .img-badge-section {
  text-align: left;
  padding: 0 0 10px;
  width: 100%!important;
}
.entity-product-min-height .Prodtile-img-wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
  aspect-ratio: 1/1;
  height: 127px;
}
.entity-product-min-height .entitydiv .Prodtile-title {
  height: 18px;
  -webkit-line-clamp: 1;
  font-weight: 500 !important;
  padding: 0 8px;
  font-size: 14px;
  color: var(--mobile-menu-list-color);
}
.entity-product-min-height .Prodtile-label-plp {
  color: var(--buyer-primary-color) !important;
  font-weight: 600;
  line-height: 14px;
  display: block;
  font-size: 14px;
}
.microsite-entity-name{
  white-space: normal;
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow: hidden;
  vertical-align: middle;
  word-break:break-word;
}
@media (max-width: 767px) {
.entity-product-min-height .Prodtile-img-wrap{
  margin: 0 auto;
    text-align: center;
    position: relative;
    aspect-ratio: 1/1;
    height: 105px;
    width: 110px;
}
.entity-product-min-height .entitydiv{
  min-height: 219px;
  height: 100%;
  border-radius: 4px;
  border: 1px solid var(--searchpage-bg-color);
  padding: 24px 14px;
}
.container-class{
  padding: 0;
  background-color: white;
}
.tab-pane{
  border: 1px solid transparent!important;
}
.bg-white-bottom{
  border: 1px solid transparent;
}
.content-mobile-wrapper{
  padding: 0;
  overflow: unset;
}
.tabmain {
  display: flex;
  max-width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 2px;
  flex-wrap: nowrap;
}
.tabmain::-webkit-scrollbar {
  display: none;
}
/* .main-nav-item .nav-link:hover{
  background-color: white;
}
.main-nav-item .nav-link.active{
  background-color: white;
} */
}