.data-tooltip {
  position: relative;
  cursor: pointer;
  background: rgb(236, 217, 172);
  color: rgb(255, 250, 250);
  font-size: 18px;
  border-radius: 7em;
  padding: 0;
  text-align: center;
  width: 30px;
  z-index: 99;
}



.data-tooltip span {
  position: absolute;
  opacity: 0;
  width: 300px;
  transform: translateX(0%);
  bottom: 40px;
  padding: 0.5em;
  background-color: black;
  border-radius: 0.1em;
  color: white;
  text-align: center;
  transition: 0.2s;
  z-index: 100;

}


.data-tooltip:hover span {
  opacity: 0.8;
}

.erp-pembelian {
  padding: 32px 24px;
  border: solid 1px #e9e9e9;
  flex-grow: 0;
}

.erp-pembelian .erp-title {
  font-family: TruenoSBd;
  font-size: var(--sf-twenty);
  line-height: 25px;
  color: var(--sf-graydark);
  margin-bottom: 20px;
}

.erp-pembelian .erp-sep {
  margin: 15px 0 16px;
  border-top: 1px solid #e9e9e9;
}

.erp-pembelian .body1-lg {
  font-family: TruenoSBd;
  font-size: var(--sf-sixteen);
  line-height: var(--sf-twentyfour);
  color: var(--sf-graydark);
}

.erp-pembelian .subtitle-lg {
  font-family: TruenoRg;
  font-size: var(--sf-fourteen);
  line-height: var(--twentytwo);
  color: var(--sf-grayl);
}

.payment-title {
  font-family: 'TruenoSBd';
  font-size: 20px;
  line-height: 30px;
  color: #262626;
  border: none;
}

#place_order {
  border: 2px solid;
  background-color: white;
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  border-color: #ff1759;
  color: #ff1759;
}

#place_order:hover {
  background: #f44336;
  color: white;
}

/* .payment_box p {
display: none;
} */

.erp-accordion {
  margin-right: 36px;
}

.erp-accordion .accordion-body {
  padding: 5px 0px 23px 0px !important;
}

.erp-accordion .accordion-header {
  padding: 20px 0px;
  border-top: 1px solid #d9d9d9;
}

.erp-accordion .accordion-body .form-group {
  margin-bottom: 24px;
}

.erp-accordion .accordion-body .has-float-label label,
.erp-accordion .accordion-body .has-float-label>span {
  font-family: 'TruenoRg';
  color: #262626;
}

.erp-info1 {
  font-family: TruenoLt;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #555555;
  /* margin-bottom: 9px; */
  padding: 7px 0px;
}

.erp-info2 {
  font-family: TruenoRg;
  font-size: 16px;
  text-align: left;
  color: #262626;
  line-height: 26px;
  /* margin-bottom: 9px; */
  padding: 7px 0px;
}

.erp-info2 h5 {
  font-family: TruenoRg;
  font-size: 16px;
  color: #262626;
}

.erp-acheader {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 24px;
  padding: 24px 0px !important;
}

.erp-acheader .accordion-title {
  font-family: TruenoSBd;
  font-size: var(--sf-twenty) !important;
  line-height: var(--sf-twentyfour);
  line-height: 25px;
  color: #262626;
}

.card.mb-0.sf-accordion.erp-accordion .row {
  padding-left: 2px;
  margin: 0px 1px 0px 1px;
}

.erp-accordion .accordion-body .row:nth-of-type(odd) {
  background-color: #f5f5f5;
  align-items: center;
}

.erp-accordion .accordion-body .row:nth-of-type(even) {
  align-items: center;
}

@media (max-width: 768px) {
  .erp-accordion {
    margin-right: auto !important;
  }
}

/* preview image  */
.btn_upload {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  /* color: #fff;
  background-color: #2a72d4;
  border: 1px solid #166b8a; */
  /* padding: 5px 10px;
  width: 200px;
  height: 130px;
  margin: 0 20px 0 0;
  padding: 23.9px 15.6px 31px 15.6px; */
  border-radius: 4px;
  border: dashed 1px #979797;
  background-color: #f5f5f5;
  text-align: center;
  font-family: TruenoRg;
  font-size: 10px;
}

.btn_upload:hover,
.btn_upload:focus {
  background-color: #f5f5f5;
}

.upload-wrap {
  display: inline-block;
  align-items: flex-start;
  /* margin-top: 10px !important;
  width: 220px; */
}

.btn_upload input {
  cursor: pointer;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
  left: 0;
  right:0;
}

.upload-img {
  display: none;
  /* width: 200px; */
  width: 349px;
  height: 228.1px;
  position: relative;
}

.upload-img img {
  width: 100%;
  height: 130px;
}

.it {
  /* height: 100px;
  margin-left: 10px; */
}

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5 {
  display: none;
}

.rmv {
  cursor: pointer;
  color: #929292;
  display: inline-block;
  margin: 10px -40px;
  position: absolute;
  width: 28px;
  height: auto;
  border-radius: 75px 75px;
  border: 0;
  font-family: 'TruenoRg';
  background: #fff;
}

.rmv:hover {
  background: #555555;
}

.view-img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 37px;
  background: #ebebeb;
  width: 100%;
  text-align: center;
  font-family: TruenoRg;
  font-size: 16px;
  color: #929292;
  padding: 8px;
  box-sizing: border-box;

}

.view-img span {
  margin-right: 8px;
}

.view-img img {
  width: 22px;
  height: 15px;
}

/* preview image */

.same-checkbox {
  position: absolute;
  right: 40px;
  top: 10px;
}

.same-checkbox label {
  font-family: 'TruenoLt';
  font-size: 14px;
  color: #7b7b7b;
  line-height: 2;
  padding-left: 25px;
}

.valid-box {
  display: none;
}

/* payment method */
#payment-method-list {
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

#payment-method-list ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

#payment-method-list ul li {
  cursor: pointer;
}

#payment-method-list h2,
#payment-method-list .total strong {
  font-family: "TruenoSBd";
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

#payment-method-list .mb-24 {
  margin-bottom: 24px;
}

#payment-method-list .mb-8 {
  margin-bottom: 8px;
}

#payment-method-list h5,
#payment-method-list .total span {
  font-family: 'TruenoRg';
  font-size: 16px;
  line-height: 1.63;
  color: #262626;
}

#payment-method-list li,
#payment-method-list .list {
  padding: 10px 12px 10px 21px;
  margin-bottom: 16px;
}

#payment-method-list li .row {
  align-items: center;
}

#payment-method-list li label {
  margin: 0px !important;
}

#payment-method-list li .form-group {
  margin-bottom: 1px;
}

#payment-method-list li span,
#payment-method-list .total .form-group p {
  font-family: 'TruenoLt';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.57;
  color: #262626;
}

#payment-method-list li img {
  margin-right: 25px;
}

#payment-method-list input:focus {
  outline: none !important;
}

#payment-method-list .w-80 {
  width: 392px;
}

#payment-method-list input[type="text"] {
  height: 48px;
  border-radius: 0px;
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: 'TruenoRg';
}

#payment-method-list .total span {
  color: #9d9d9d;
}

#payment-method-list .total .form-group p {
  font-size: 16px;
  color: #555555;
}

#payment-method-list .total strong {
  color: #ff1659;
}

#payment-method-list .hide {
  display: none;
}

#payment-method-list .ml-n-15 {
  margin-left: -15px;
}

#payment-method-list .mt-24 {
  margin-top: 24px;
}

#payment-method-list .icon-input-btn {
  background-color: #ff1659;
  border-radius: 0px;
  height: 49px;
  display: inline-block;
}

#payment-method-list .back {
  font-size: 14px;
  font-weight: 600;
  font-family: 'TruenoSBd';
  margin-bottom: 21px;
}

#payment-method-list .icon-input-btn input,
.icon-input-btn i {
  color: white;
}

#payment-method-list .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(255 22 89 / 0.25);
}

#payment-method-list .border.noborder .col-6:first-child {
  padding-left: 0px;
  margin-left: -7px;
}

#payment-method-list .border.noborder .col-6:nth-child(2) {
  padding-right: 0px;

}

@media (max-width: 768px) {
  #payment-method-list .w-80 {
    width: 100%;
  }
}

#payment-method-list .checkbox-custom,
#payment-method-list .radio-custom {
  opacity: 0;
  position: absolute;
}

#payment-method-list .checkbox-custom,
#payment-method-list .checkbox-custom-label,
#payment-method-list .radio-custom,
#payment-method-list .radio-custom-label {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

#payment-method-list .checkbox-custom-label,
#payment-method-list .radio-custom-label {
  /* position: relative; */
}

#payment-method-list .checkbox-custom+.checkbox-custom-label::before,
#payment-method-list .radio-custom+.radio-custom-label::before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 5px;
}

#payment-method-list .checkbox-custom:checked+.checkbox-custom-label:before {
  content: "";
  background: rebeccapurple;
  color: #fff;
}

#payment-method-list .radio-custom+.radio-custom-label:before {
  border-radius: 50%;
}

#payment-method-list .radio-custom:checked+.radio-custom-label:before {
  content: "";
  color: #ffff;
  background: #e62e56;
  border-color: #e62e56;

}

#payment-method-list .radio-custom:checked+.radio-custom-label::after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
  transition: transform ease 0.25s;
  will-change: transform;
  position: absolute;
  top: 11px;
  right: 4px;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
  /* outline: 1px solid #ddd; */
  /* focus style */
}

.pmt_method_list_e-wallet {}

.pmt_method_list_e-wallet ul {}

.pmt_method_list_e-wallet ul li {
  border-top: 1px solid #f0f0f0;
}

.pmt_method_list_e-wallet ul li:first-child {
  border-top: none;
}

.card-form {
  padding: 21px 15px 15px 16px;
  border: solid 1px #d9d9d9;
  background-color: #fafafa;
  margin-top: 20px;
}

.payment-title {
  font-family: TruenoSBd;
  font-size: 20px;
  line-height: 30px;
  color: #262626;
  border: none;
}

.loader-img {
  width: 50px;
  display: none;
}

/* payment method */

#prev-img-1,
#prev-img-2 {
  width: 80%;
  height: 100%;
}

@media (max-width: 768px) {
  .erp-accordion {
    margin-right: auto !important;
  }
}

#cust_smb_channel {
  opacity: 1;
  position: static;
  margin: 0px 10px 5px 0px;
  height: 20px;
  width: 20px;
}

#cust_smb_channel_field label {
  margin: 0 0 20px 5px;
  font-family: 'TruenoRg';
  font-size: 12px;
  display: flex;
  align-items: center;
}

.order_delivery_status_cls {
  width: 100%;
}
.inpt-grp {
  position: absolute;
  right: 1px;
  top: 0px;
  background: #cacaca;
  height: calc(1.5em + 1.5rem + -1px);
  line-height: 48px;
  padding: 0px 20px;
}
#office_365_domain_name{
  padding-right: 198px;
}

/* sales management */

.sales_email_list,#trans_search_list {
  list-style: none;
}
#sm_suggesstion-box{
  width: 100%;
  line-height: 25px;
  font-family: TruenoRg;
  z-index: 1;
  position: absolute;
  background-color: #fafafa;
  font-size: 14px;
  padding: 6px 0px 0px 10px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: none;
}
#tr_suggesstion-box{
  width: 94%;
  font-family: TruenoLt;
  z-index: 1;
  position: absolute;
  background-color: #fafafa;
  font-size: 14px;
  padding: 6px 0px 0px 10px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  display: none;
}

#sm_suggesstion-box ul{
  list-style: none;
}

#cust_sales_pic{
  position: relative;
}

.sm_icon-container {
  position: absolute;
  right: 10px;
  top: 14px;
}
.tr_icon-container {
  position: absolute;
  right: 20px;
  top: 10px;
}
.sm_loader {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
  animation: around 5.4s infinite;
  display: none;
  
}


@keyframes around {
  0% {
    transform: rotate(0deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

.sm_loader::after, .sm_loader::before {
  content: "";
  background: white;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-color: #333 #333 transparent transparent;
  border-style: solid;
  border-radius: 20px;
  box-sizing: border-box;
  top: 0;
  left: 0;
  animation: around 0.7s ease-in-out infinite;
}

.sm_loader::after {
  animation: around 0.7s ease-in-out 0.1s infinite;
  background: transparent;
}

/* My acount sign up*/

.esp-login-box, .esp-signup-box,.esp-forgot-box,.esp-change-box{
  width:100%;
  margin:24px auto;
  border:1px solid #e9e9e9;
  background-color: #fff;
  padding:32px;
  font-family: TruenoLt;
  
}
.esp-signup-box .esp-title,.esp-login-box .esp-title,.esp-forgot-box .esp-title,.esp-change-box .esp-title{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  font-family: TruenoRg;
  padding-bottom:4px;
}
.esp-signup-box .form-group{
  margin:10px auto 8px auto;
}
.esp-signup-box .form-group input{
  border: 1px solid #7b7b7b;
  margin-top:15px;
  padding:5px 16px;
  max-height:46px;
}
.esp-signup-box .esp-error .form-group input{
  border: 1px solid #ff0000;
  color:#ff0000;

}

.esp-signup-box .esp-msg,.esp-forgot-box .esp-msg,.esp-forgot-box .esp-msg,.esp-change-box .esp-msg{
  font-size:10px;
  line-height: 24px;
  font-weight: 300;
  color:#262626;
  line-height: normal;
  font-family: TruenoLt;
  padding:0px 16px;
}
.esp-signup-box .esp-link{
  font-size:14px;
  color:#262626;
  font-weight:300;
  font-family:TruenoLt;
  /* padding-top:32px; */
  text-align: center;
}
.esp-signup-box .esp-link {
  color:#000;
  font-weight:600;
}
.esp-signup-box .esp-link a, .esp-login-box .esp-link a{
  font-family: TruenoSBd;
}
.esp-signup-box  span.password-input,
.esp-login-box  span.password-input,
.esp-forgot-box span.password-input,
.esp-change-box span.password-input,
.esp-p-info-d-sec span.password-input{
  display: contents;
}


@media (min-width:721px){
  .esp-container{
      max-width:392px;margin:auto; display: flex;
  }
  .esp-toggle-password{
      position:relative;
      top:1rem !important;
      left:18.5rem !important;

  }
}
@media only screen and (max-width: 720px){
  .esp-container{
      max-width:100%;
  }
  .esp-toggle-password{
      position:relative;
      top:1rem !important;
      left:92% !important;
  }


}
.woocommerce-error {
margin-top: 12px;
display: block;
list-style-type: none;
background: #ff818136;
padding: 4px 7px 5px 12px;
font-family: TruenoLt;
font-size: 15px;
}
.woocommerce-error li strong{
  font-family: TruenoRg;

}
/* My acount sign up*/
/* Style for E mail verification popup starts */
.esp-mail-dialog{
    width:393px;
    font-family: TruenoLt;
    
}
.esp-mail-dialog .modal-content .modal-body{
    padding:32px;

}
.modal-body .esp-mail-icon img{
    margin-left:50%;
    transform:translateX(-50%);
    margin-bottom:18px;

}
.modal-body .esp-mail-title{
    font-size: 24px;
    line-height: 30px;
    font-weight:600;
    color:#262626;
    font-family: TruenoRg;

}
.esp-mail-dialog .class_btn {
  text-align: center;
}
.modal-body .esp-mail-des{
    font-size: 14px;
    line-height:20px;
    color:#262626;
    padding:16px 0px;
    font-family: TruenoLt;

}
.modal-body .esp-mail-des span{
    font-weight:600;
    color: #000;
    font-family: TruenoRg;
}
.modal-body .esp-mail-btn{
    border: 2px solid var(--reddish-pink);
    transform:translateX(50%);
    margin-top:26px;
    margin:auto;
    text-transform: uppercase;
    margin-bottom:100px;
    font-family: TruenoLt;
    font-size:16px;
    font-weight:600;
}

/* Style for E mail verification popup starts */

/* Styles for login page starts*/



.esp-login-box .form-group,.esp-signup-box .form-group,.esp-forgot-box .form-group,.esp-change-box .form-group{
    margin:10px auto 8px auto;
}
.esp-login-box .form-group input,.esp-signup-box .form-group input,.esp-forgot-box .form-group input,.esp-change-box .form-group input{
    border: 1px solid #7b7b7b;
    margin-top:22px;
    padding:5px 25px 5px 16px;
    max-height:46px;
}
.esp-login-box .form-group input[type="password"],.esp-signup-box .form-group input[type="password"]{
    padding:5px 55px 5px 16px !important;

}
.esp-login-box .esp-info-text{
    font-size:12px;
    font-weight: 300;
    color:#555;
    text-align: right;
    text-decoration: underline;
    
}
/* reset cross mark style */
/* .esp-container .form-group  */
.esp-container .esp-reset-btn{
    position: absolute;
    top:5px;
    right:4px;
    text-align: center;
    padding:5px;
    border: none;
    background-color: #fff0;
    font-size: 25px;
    font-weight: 600;
    user-select: none;
    display: inline;
}
.esp-hidden-btn{
    display: none !important;
}
.esp-container .esp-reset-password{
    right:10% !important;
}
.esp-container .esp-reset-btn:hover{
 cursor: pointer;
}
/* .esp-container .form-control:not(:focus) ~.esp-reset-btn {
    visibility: hidden;
} */




/* styles for error msg */
.esp-error .esp-error-msg{
    display: block;
    position:relative;
    top:0px !important;
    left:0px !important;
    font-size:10px;
    color: #ce0000 !important;
    padding:8px 16px 0px 16px;
}
.esp-error-msg{
    display:none;
}
.esp-error input{
    border: 1px solid #ce0000 !important;
    color:#ce0000 !important;
}
.esp-error input ~ span{
    color:#ce0000;
    
}
.esp-login-box .esp-link {
  font-size: 14px;
  color: #262626;
  font-weight: 300;
  font-family: TruenoLt;
  padding-top: 32px;
  text-align: center;
}

.esp-forgot-box .sub_txt,.esp-change-box .sub_txt{
  font-family: TruenoLt;
  font-size: 14px;
  line-height: 21px;
  margin: 10px 0 24px 0;
}
.esp-forgot-box button,.esp-change-box button{
  margin-top:15px;
  width:100%;
  font-family: TruenoRg;
}
.woocommerce-password-strength {
  margin-top: 5px;
}
.esp-signup-box .button {
width:100%;
font-family: TruenoLt;
}
.esp-success-msg .esp-msg-info {
  display: inline-block;
  border: 2px solid #00b256;
  color: #00b256;
  padding: 0px 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  height: 20px;
}
.woocommerce-message {
  font-family: TruenoLt;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 0px 7px 0px 12px;
}
.woocommerce-message .esp-success-msg-strong,.woocommerce-error .class_link {
  font-family: TruenoRg;
  color: #000;

}
/* Styles for login page ends*/

/* Style for personal profile Starts  */
.esp-personal-info-window{
  background:#f4f4f4;
  height:328px;
}
.esp-personal-info-window .breadcrumb-3{
  background-color: transparent !important;
}
.esp-overlay-box{
  transform: translateY(-262px);
}
.esp-overlay-box .esp-personal-info-box{
  max-width:1038px;
  margin:auto;
  overflow: visible;
  padding:5px 10px;

}
.esp-personal-info-box p{
  font-weight: 300;
}
.esp-p-info-u-sec .esp-p-info-nav{
  margin-top:24px;
}
.woocommerce .esp-p-info-nav a{
  width:100%;
  padding-top: 16px !important;
  padding-bottom:16px !important;

}
.esp-p-info-u-sec .esp-p-info-nav .bg-white{
  background-color: #fff !important;
}
.esp-p-info-u-sec .esp-p-info-nav .btn-teritiary{
  border:1px solid #fff !important

}
.esp-p-info-u-sec .esp-signup-btn{
  font-family: TruenoSBd;
  float:right;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding:13px 20px !important;
}

.esp-p-info-d-sec h3 + p{
  font-size: 16px;
  font-weight: 300;
  line-height: 1.63;
  color: #7b7b7b;
  }
.esp-p-info-d-sec .row{
  margin-top:32px;

}
.esp-p-info-d-sec .row h5{
  margin-bottom: 23.9px;
}
.esp-p-info-d-sec .esp-img-box{
  max-width:349px;
  /* height:228.1px; */
  margin:auto;
  position:relative;
  border-radius:7px;
}
.esp-p-info-d-sec .esp-has-rest-btn .form-control{
  border:1px solid #797979;
  margin-top:22px;
}

.esp-p-info-d-sec .esp-img-box img{
  width:100%;
  height:100%;
  /* width:349px;
  height:228.1px; */
}
.esp-img-box .btn_upload{
  width:349px;
  height:228.1px;

}
.esp-img-box .loader-img{
  width: 40px !important;
  height: 40px !important;
  border: none;
  transform: translate(-50%,-50%);
  margin-left: 10%;
  margin-top: 34%;
}
.esp-p-info-d-sec .esp-img-box button{
  width:100%;opacity:0.89;border:1px solid #959595;color:#959595;position:absolute;bottom:0px;left:0px;
}
.esp-img-box .esp-model-close-btn{
  color: #959595;
  position: absolute;
  border-radius: 50%;
  background-color:#fff;
  top: 1px !important;
  left: 97% !important;
  height: 30px;
  width: 30px !important;
  border-radius: 30px;
  padding: 2px !important;
  z-index: 1;
}
.esp-img-box .esp-model-close-btn span{
  margin-right:0 !important;
}
.esp-img-box .modal-header{
  padding:0px !important;

}
.esp-img-box .modal-body{
  padding:10px 10px;
}
.esp-img-box .modal-body img{
  width:100% !important;
}
.esp-p-info-d-sec .esp-img-box a i{
  padding-right:4px;
}
.esp-p-info-d-sec .esp-p-btn-grid button{
  width:100px;
}
.esp-p-info-d-sec .esp-p-btn-grid button:first-child{
  margin-right:8px;
}
.esp-p-info-d-sec .esp-img-box + div{
  width:349px;
  margin:auto;
  padding:24px 15px;
}
.esp-p-info-d-sec .esp-img-box + div p{
  font-size:12px;
  line-height:18px;
  text-align: center;
}
.esp-p-info-d-sec{
  font-family: TruenoLt;
  padding:32px;
  background-color: #fff;
  margin-top:16px;
  border: 1px solid #e9e9e9;
}
.esp-p-info-d-sec p{
  color:#7b7b7b;
}

.esp-p-info-d-sec .esp-reset-btn{
  position: absolute;
  top:5px;
  right:4px;
  text-align: center;
  padding:5px;
  border: none;
  background-color: #fff0;
  font-size: 25px;
  font-weight: 600;
  user-select: none;
  display: inline;
}
.esp-p-info-d-sec .esp-reset-btn:hover{
  cursor: pointer;
}

.esp-save-dialog{
  width: 480px;
  height: 225px;
  margin:auto;
}

.esp-p-info-d-sec .esp-save-dialog .btn-teritiary{
  padding: 12px 16px !important;
}
.esp-save-dialog .modal-content{
  margin-top:50%;
}

@media (max-width:576px){
  .esp-dialog-btn-box .esp-sm-btn{
      width:100% !important;
  }
  .esp-dialog-btn-box div:not(:first-child){
      margin-top:10px;
  }
}

/* Styles used in Company Information */
.esp-p-info-d-sec .esp-drop-down select{
  width:100%;
  
}
.esp-p-info-d-sec .esp-tax-title{
  margin:0px !important
}
.esp-p-info-d-sec .esp-tax-title

.esp-p-info-d-sec .has-float-label textarea{
  margin-top:22px;
} 
.esp-p-info-d-sec .esp-tax-note p{
  font-size:16px;
  color:#262626;
}
.esp-p-info-d-sec .esp-tax-note .esp-tax-note-op{
  font-size:12px;
  line-height: 1.38;
  color:#7b7b7b;
  font-style: italic;

}
.esp-p-info-d-sec .has-float-label>span{
  background-color: #fff;
}

.esp-p-info-d-sec .form-group select,.esp-p-info-d-sec .form-group textarea{
  border: 1px solid #7b7b7b !important;
}
.esp-p-info-d-sec .form-group textarea{
  height:133px;
}



.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 195px;
  overflow-y: scroll;
}
.autocomplete-items div {
  padding: 10px 10px 10px 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
  font-family: TruenoLt;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  background: url(../img/ico-location.png) no-repeat 7px #FFF;
}
.locationEmptyError{
  line-height: 20px;
  display: block;
  font-size: 12px;
  margin: -10px 0 10px 0;
}
.company_postal_code::after,.delivery_postal_code::after{
  content: "\02C7";
  position: absolute;
  right: 1.5rem;
  top: 20%;
  width: 0;
  font-size: 33px;
  color: #7b7b7b;
  opacity: 0.8;
}
.pcode_select {
  cursor: pointer;
  max-height: 150px;
  background: white;
  float: left;
  width: 100%;
  overflow-y: auto;
  position: absolute;
  z-index: 9;
  top: 50px;
  border: 1px solid #dedede;
  display: none;
}
.pcode_select p {
  width: 90%;
  display: block;
}
.pcode_select p {
  border: none;
  border-bottom: 1px solid #7b7b7b !important;
  background-color: #ffffff;
  font-family: TruenoLt;
  font-size: 16px;
  color: #000;
  margin-left: 2%;
  padding: 12px 0px;
}
.label_tax_invoice{
  display: flex;
}
.label_tax_invoice span{
  display: flex;
  flex-direction: column;
  font-family: 'TruenoLt';
  font-size: 18px;
  padding-right: 30px;
}
.label_tax_invoice span span{
  font-family: 'TruenoLt';
  font-size: 16px;
  font-style: italic;
  margin-top: 8px;
}
#company_tax_invoice,#delivery_same_personal_info,#delivery_address_same_personal_info{
  opacity: 1;
  position: static;
  margin: 0px 10px 5px 0px;
  height: 20px;
  width: 20px;
  accent-color: #ff1659;
}
.main_cls_chk {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.main_cls_chk h5{
  margin-bottom: 0px !important;

}
.sub_cls_chk {
  display: flex;
  align-items: center;
}
.sub_cls_chk input {
  margin-bottom: 0px !important;
}
.woocommerce-MyAccount-navigation-link:not(.is-active) {
  filter: grayscale(1);
}
.esp-p-info-u-sec .my_nav_btn {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
.esp-p-info-u-sec .my_nav_btn:disabled {
color:var(--reddish-pink);
}
.woocommerce .info_success_msg {
  font-family: TruenoRg;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 4px 7px 5px 12px;
  margin-top: 12px;

}
.esp-p-info-u-sec {
  font-family: TruenoLt;
}
.esp-p-info-u-sec h2 {
  font-family: 'TruenoSBd';
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  color:#000;

}
.esp-p-info-u-sec h2 + p {
  font-size: 16px !important;
  line-height: 1.63;
  font-weight: 300;
}
.esp-p-info-d-sec h3{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  font-family: 'TruenoSBd';
  margin-bottom: 8px;
}
.esp-p-info-d-sec h5{
  font-family: TruenoRg;
  font-size:20px;
}
.esp-img-box .esp-file-des {
  width: 349px; 
  margin: auto;
  padding: 24px 15px;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}


@media (max-width:768px){
  .esp-p-info-u-sec .esp-p-info-nav{
      overflow-x: scroll;
      flex-wrap: nowrap;
  }
  .esp-p-info-u-sec .esp-signup-btn{
    float:left;
    font-size: 12px;
    padding:7px 12px !important;

  }
  .esp-p-info-u-sec h2 {
    font-size: 24px !important;
    margin-bottom: 8px;
  
  }
  .esp-p-info-u-sec h2 + p {
    font-size: 14px !important;
    margin-bottom: 8px;
  }
  .esp-p-info-u-sec .row:first-child{
    padding:8px 16px !important
  }
  .esp-p-info-u-sec .row:first-child > div{
    padding: 0 !important;
  }
  .esp-p-info-d-sec{
    padding:24px 16px !important;
  }
  .esp-p-info-d-sec h3 + p{
    font-size: 14px;
    line-height: 1.57;
    }
    .esp-p-info-d-sec h5{
      font-size:16px;
    }
    .main_cls_chk {
     gap:10px
    }

    .esp-img-box .esp-file-des {
      width: 315px;
    }
    .my_acc_link {
      font-size: 14px;
    }
    .rmv {
      margin: 47px -40px;
    }
  
  
}

.esp-change-box .d_skip_cont_class {
  text-align: end;
  margin-top: 10px;
  font-size: 14px;
  text-decoration: underline;
}

/* Styles for Order confirm page */

.esp-buyer-details{
  border:1px solid #e9e9e9;
  padding:24px;
}
.esp-buyer-details h4{
  color:#262626;
  font-size:24px;
  font-weight: 600;
  font-family: "TruenoSBd";
  line-height: 1.25;
  margin-bottom:16px;
}
.esp-buyer-details .esp-buyer-detail-col{
  padding:0 !important;
}
.esp-buyer-details .esp-buyer-detail-col h5, .esp-sales-name h5{
  font-family: "TruenoRg";
  margin-bottom: 4px;
}
.esp-sales-name .esp-msg{
  font-size:10px;
  color:#262626;
  line-height:1.2;
  padding:0px 12px;
  margin-top:4px;

}
.esp-order-confirmation p{
  font-family: "TruenoLt";
}
.esp-buyer-details .esp-buyer-detail-col p:first-child{
  font-size:14px;
  color:#ff1659;
  font-weight: 300;
  font-family: "TruenoLt";
  margin-bottom:12px;
}
.esp-buyer-details .esp-buyer-detail-col p:not(:first-child){
  font-size:14px;
  font-weight:300;
  font-family: TruenoLt;
  color:#000;
  line-height:1.57;
  margin-bottom:4px;

}
.esp-buyer-details .esp-buyer-detail-col .btn{
  padding:6px 12px !important;
  font-size:10px;

}

.esp-buyer-details .esp-tax-note{
  padding-right:20px;
}
.esp-buyer-details .esp-tax-note p{
  font-size:16px;
  color:#000;
  font-family: "TruenoLt";
  font-weight:300;
}
.esp-buyer-details .esp-tax-note .esp-tax-note-op{
  font-size:12px;
  line-height: 1.38;
  color:#7b7b7b;
  font-style: italic;

}

.esp-order-confirmation .esp-reset-btn{
  position: absolute;
  top:5px;
  right:4px;
  text-align: center;
  padding:5px;
  border: none;
  background-color: #fff0;
  font-size: 25px;
  font-weight: 600;
  user-select: none;
  display: inline;
}
.esp-order-confirmation .esp-reset-btn:hover{
  cursor: pointer;
}
.esp-product-row {
  padding: 24px;
  border-bottom: 1px solid #e9e9e9;
}

.esp-product-row img {
  vertical-align: middle;
  border-style: none;
}

.esp-product-row .esp-product-display {
  padding-top: 15px;
  padding-bottom: 15px;
}

.esp-product-row .esp-product-display .esp-product-detail p {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 300;
  font-family: TruenoLt;
  color: #555;
}
.esp-product-row .esp-product-display .esp-product-detail h6 {
  font-size: 16px;
  line-height: normal;
  font-weight: 600;
  font-family: TruenoSBd;
  color: #000;
  margin-top: 8px;
}
.woocommerce {
  font-family: TruenoLt;
}
.woocommerce em.error{
  padding-top: 10px;
  display: inline-block;
  font-family: 'TruenoRg';
  font-style: inherit;
  font-size: 14px;

}
.erp-accordion {
  margin-right: 0px !important;

}

.esp-toggle-password {
  font-size: 18px !important;
  position: absolute;
  top: 1rem !important;
  left: 90% !important;
  color: #7b7b7b !important;
  cursor: pointer;
}

.my_acc_link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: 240px;
  line-height: normal;
  word-break: break-all;
}
.my_acc_link img{
  width: 22px;
  
}
.my_acc_link p, .my_acc_link a{
  margin-left: 5px;
  font-family: TruenoRg;
  font-size: 14px;

}

.my-acc-pop-in_content {
display: flex;
flex-direction: column;
font-family: TruenoRg;
row-gap: 30px;
}
.my-acc-pop-in_content div {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px;
gap: 10px;
}

.my-acc-pop-in_content div img{
  width: 40px;
}

.popover.tool_my_acc_class {
  border-radius: 30px;
  padding: 15px;
  border: 1px solid;
}

.popover.tool_my_acc_class .arrow {
 display: none;
}

@media only screen and (max-width: 423px) {
  .my_acc_link {
   width: 150px;
  }
}

@media (max-width: 768px) {
  .erp-navbar-brand {
      width: 99px !important;
  }
  .erp-navbar-brand img {
      width: 100% !important;
  }
}

/* transaction list */

.trans-box{
  padding: 10px 18px;
  border: solid 1px #c4c4c4;
 }
 .trans-box a{
   text-decoration: none;
 }
 .trans-box .title1{
  font-family: "TruenoSBd";
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  color: #000;
  margin-bottom: 24px;
 }
 .trans-box .trans-filter{}
 .trans-box .trans-filter .form-control{
  height: 40px;
 }
 .trans-list{
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
  /* padding: 14px; */
  margin: 20px 0;
 }
 .trans-list .trans-details{
   border-bottom: solid 1px #c4c4c4;
   margin-bottom: 14px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 12px;
 }
 .search-wraper{
  display: flex;
  justify-content: space-between;
 }
 .trans-list .title2{
font-family: TruenoLt;
font-size: 12px;
font-weight: 300;
line-height: 18px;
color: #262626;
}
.trans-list .title2 span{
font-family: TruenoSBd;
}

.trans-list .title4{
font-family: TruenoLt;
font-size: 12px;
font-weight: 300;
line-height: 18px;
color: #262626;
}
.trans-list .title4 span{
font-family: TruenoSBd;
}
 .trans-list .prod-info{
   display: flex;
   justify-content: space-between;
   align-items: end;
 }
 .trans-list .prod-info .media-box{
  display: flex;
 }
 .trans-list .prod-info .prod-img{
   width: 100px;
   min-height: 100px;
   margin-right: 30px;
 }
 .trans-list .prod-info .prod-img img{
   width: 100%;
 }
 .trans-list .prod-total{
  display: flex;
   justify-content: space-between;
   align-items: end;
   margin-top: 14px;
 }
 .prod-detail{}
 .prod-detail .prod-title{
  font-family: TruenoSBd;
font-size: 16px;
font-weight: 300;
line-height: 24px;
text-align: left;
color: #000;
 }
 .prod-detail .prod-qt{
  font-family: TruenoLt;
font-size: 12px;
font-weight: 300;
line-height: 18px;
text-align: left;
color: #262626;
 }
 .btn-status{
font-family: TruenoSBd;
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-align: center;
text-transform: capitalize;
min-width: 100px;
padding: 3px 14px;
border-radius: 5px;
 }
 .status-new{
  color: #5cabf8;
   background: #e0ebf5;
 }
 .status-progress{
   color: #df8244;
   background: #fffed1;
 }
 .status-done{
   color: #67c84d;
   background: #e5efdb;
 }
 .has-search .form-control {
  width: 100%;
  height: 40px; 
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.575rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 9px;
  bottom: 17px;
}
.seprator{
display: flex;
height: 1px;
border-bottom: solid 1px #c4c4c4;
margin: 14px 0px;
}
.trans-list .title5{
  font-family: TruenoSBd;
font-size: 16px;
font-weight: 300;
line-height: 24px;
text-align: left;
color: #000;
margin-bottom: 14px;
text-transform: capitalize;
 }
 .trans-box-container {
  border: #555;
  padding: 0 !important;
  margin-top: 20px;
 }
 @media (max-width: 768px) {
  .trans-list .prod-info .media-box {
  display: block;
}
.trans-list .prod-info .prod-img {
  margin-bottom: 16px;
}
.search-wraper {
  display: block;
  justify-content: space-between;
}
 }


 .woocommerce-MyAccount-content .page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  margin-top: 15px;
}

.woocommerce-MyAccount-content ul.page-numbers li {
  margin-right: 5px;
}

.woocommerce-MyAccount-content ul.page-numbers li .prev{
  margin-right: 0px !important;
}

.woocommerce-MyAccount-content ul.page-numbers li span {
  font-family: TruenoRg;
  font-size: 14px;
  color: #9d9d9d;
  border: none;
}

.woocommerce-MyAccount-content ul.page-numbers li .current {
  background-color: #ff1659;
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
}

.woocommerce-MyAccount-content ul.page-numbers li a {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
}
.check_sts_new {
  background: #00b0f0;
  padding: 15px;
  margin-bottom: 12px;
  color: #fff;
}
.check_sts_pro{
  background: #00cc66;
  padding: 15px;
  margin-bottom: 12px;
  color: #fff;
}
.check_sts_com {
  background: #00cc66;
  padding: 15px;
  margin-bottom: 12px;
  color: #fff;
}
#way_bill_no {
  border: none;
}
.div_bill_no {
  display: flex;
  justify-content: space-between;
}
.trans-list .copy-btn {
  line-height: 30px;
  font-family: TruenoSBd;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
  color: #ff1659;
  font-style: normal;
  border: none;
  background: #fff;
}
#way_bill_no:focus {
  border: none !important;
}
.trans_list_body {
  padding: 12px;
}
/* transaction list */

.trans-list .prod-info .woocommerce-price-suffix {
  display: none;
}