.text-color-green {
  color: var(--color-header-middle-text-hover);
}

.text-color-yellow {
  color: var(--color-content-primary);
}

.text-center {
  text-align: center;
}

.mb-40 {
  margin-bottom: 40px;
}

/* Multi-Step Form Styling */
.order-block-wrap {
  position: relative;
}

.heading-open-sans h1,
.heading-open-sans h2,
.heading-open-sans h3,
.heading-open-sans h4,
.heading-open-sans h5,
.heading-open-sans h6 {
  font-family: "Open Sans", sans-serif;
}

.popup-show h1,
.popup-show h2,
.popup-show h3,
.popup-show h4,
.popup-show h5,
.popup-show h6 {
  font-family: "Open Sans", sans-serif;
}

.popup-show h2 {
  font-weight: 500;
}

.popup-show h3 {
  font-weight: 600;
}

.recipient-view-details-wrapper {
  margin-bottom: 30px;
}

.heading-open-sans h3 {
  font-size: 24px;
  font-weight: 500;
}

.heading-open-sans h4 {
  font-size: 22px;
  font-weight: 500;
}

.order-process-block p {
  color: #333;
}

.order-process-block .w-btn {
  font-size: 16px;
  padding: 12px 30px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.2 !important;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--color-content-secondary);
  color: #fff !important;
  border: 0 !important;
}
.order-process-block .w-btn.editBillingAddress{
   margin-top: 30px;
}
.order-process-block .w-btn.us-btn-style_5{
    background-color: var(--color-header-middle-text-hover);
}


.order-process-block .w-btn:hover {
  background: var(--color-content-link) !important;
}



.order-process-block .w-btn.us-btn-style_5:hover {
  background-color: var(--color-content-secondary) !important;
}





.order-process-block .w-btn.outline-btn {
  background: transparent;
  border: 1px solid #ccc !important;
  color: #333 !important;
}

.order-process-block .w-btn.outline-btn.sm-btn {
  padding: 8px 12px;
  font-size: 14px;
}

.order-process-block .w-btn.reverifyAddress {
  font-size: 13px;
}

.order-process-block .w-btn.back {
  padding-left: 50px;
  background: #809197;
}

.order-process-block .w-btn.next,
.order-process-block .w-btn.next-step {
  padding-right: 50px;
}

.order-process-block .w-btn.back:before,
.order-process-block .w-btn.next:before,
.order-process-block .w-btn.next-step:before {
  background-image: url(../image/direction-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(262deg) brightness(106%)
    contrast(101%);
  width: 22px;
  height: 22px;
  top: inherit;
  bottom: inherit;
}

.order-process-block .w-btn.back:before {
  left: 20px;
}

.order-process-block .w-btn.next:before,
.order-process-block .w-btn.next-step:before {
  transform: scale(-1);
  left: inherit;
  right: 20px;
}

.order-process-block {
  border: 1px solid #e3e7f0;
  border-radius: 20px;
  box-shadow: var(--box-shadow);
  overflow: hidden;
  padding: 40px 30px 60px;
  position: relative;
  background: #f0f4f7;
}

.order-process-block.pb-40 {
  padding-bottom: 40px;
}

.order-process-block.pb-40 .filter-container {
  margin-bottom: 0;
}

/* .order-process-block:after {
 background-image: url(../images/footer-pattern.png);
 bottom: 0;
 content: '';
 height: 60px;
 left: 0;
 position: absolute;
 transform: scale(-1);
 width: 100%;
} */
.order-process-block form {
  position: relative;
  z-index: 1;
}

.order-process-block .step {
  margin-top: 0;
  display: none;
  position: relative;
}


.order-process-block form #step1 .block-btn{
      position: absolute;
    right: 0;
    bottom: 0;
}

.order-block-wrap .animate-bee {
  right: -30px;
}

#popupModal {
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.popup-content {
  background: #fff;
  padding: 20px;
  text-align: center;
}

.order-process-block .tab-selections {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  overflow-y: auto;
  white-space: nowrap;
}

.order-process-block .tab-selections:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 100%;
  bottom: 0px;
}

.order-process-block .tab-selections .step-nav-item {
  border-radius: 20px 0 0 0;
  box-shadow: none;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  padding: 12px 35px 12px 20px;
  text-align: center;
  position: relative;
  border-left: 1px solid #ccc;
  flex-grow: 1;
  text-align: center;
  margin-left: -15px;
  background: #f7feff;
}

.order-process-block .tab-selections .step-nav-item:first-child {
  margin-left: 0;
}

.order-process-block .tab-selections .step-nav-item.active {
  background: var(--color-header-middle-text-hover);
  color: #fff;
}

.order-process-block .step-one {
  gap: 40px !important;
}

.order-process-block .organization-step {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.order-process-block .step-one .block-btn {
  text-align: right;
}

.order-process-block .steps-column {
  background: #fff;
  border-radius: 5px;
  padding: 20px 20px 30px;
  box-shadow: 0 0 15px 0 rgba(154, 161, 171, 0.05);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.order-process-block .organization-step .block-title {
  margin-bottom: 15px;
}

.order-process-block .organization-step .content-title {
  background: var(--color-header-middle-text-hover);
  padding: 15px 15px;
  text-align: center;
  color: #23172b;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.order-process-block .steps-column .block-btn {
  margin-top: 20px;
  text-align: right;
}

.order-process-block .next-with-ortHoney-affiliates {
  text-decoration: underline;
  color: #fff;
}

.order-process-block .next-with-ortHoney-affiliates:hover {
  color: #23172b;
}

.order-process-block .steps-column .select2-container {
  width: 100% !important;
}

.selection .select2-selection {
  /* background: var(--inputs-background, transparent); */
  background: #fff;
  border-color: var(--inputs-border-color, currentColor);
  border-radius: 0;
  border-style: solid;
  border-width: var(--inputs-border-width, 1px);
  box-shadow: var(--inputs-box-shadow, none);
  color: var(--inputs-text-color, inherit);
  min-height: 39px;
}

.select2-container .select2-dropdown {
  border-color: var(--color-header-middle-text-hover);
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 35px;
  min-height: 35px;
  line-height: 35px;
  border-color: var(--color-header-middle-text-hover) !important;
  box-shadow: none;
  color: #333 !important;
}

.select2-container.select2-container--default ul li {
  font-size: 14px;
}

.select2-container.select2-container--default .select2-results__option.select2-results__option--highlighted {
  color: #fff;
}

.lity-active {
  overflow: hidden;
}

.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 38px;
  text-align: left;
  padding: 0;
}

.select2-container--default .selection .select2-selection--single .select2-selection__clear {
  margin-right: 0;
}

.selection .woocommerce-ordering:after,
.selection .woocommerce-select:after,
.selection .select2-selection:after {
  color: #260340;
}

body .select2-results__option {
  color: #260340;
}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: var(--color-content-primary-grad);
}

/* .admin-bar .select2-container .select2-dropdown {
 margin-top: 33px;
} */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 42px;
  padding: 0 var(--inputs-padding, 1em);
  padding-inline-end: calc(var(--inputs-padding, 0.6em) * 2 + 0.8em);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  max-width: 390px;
  padding-bottom: 0;
  overflow-y: auto;
  align-items: center;
  /* width: 100%; */
}

.select2-container .select2-selection--multiple .select2-selection__rendered:has(.select2-selection__choice) {
  height: 44px;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #66aea9;
  border: 1px solid #66aea9;
  color: #fff;
  padding-right: 5px;
}

.select2-container.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  color: #333;
  opacity: 1;
}

.select2-container.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #333;
  opacity: 1;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0;
  color: #fff;
  border-right: 1px solid #fff;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  color: #333;
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #333;
}

.selection .woocommerce-ordering:after,
.selection .woocommerce-select:after,
.selection .select2-selection:after {
  margin-top: -5px;
}

.input-wrapp {
  margin: 0 0 10px;
}

.input-wrapp .bg-card {
  padding: 15px;
}

.bg-card {
  box-shadow: 0 0 0 2px rgba(154, 161, 171, 0.05);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}

.select2-container.select2-container--open .select2-selection {
  border-color: var(--color-header-middle-text-hover);
}

.select2-container.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 0px;
  box-shadow: 0px 0px 0px 1px var(--color-header-middle-text-hover);
  text-align: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  float: right;
  position: inherit;
  margin-right: 10px;
  margin-top: 0;
  height: auto;
}

.order-process-block .address-inner {
  margin: 25px auto;
  width: 100%;
}

.greeting-box .bg-card {
  max-width: 468px;
  margin: 0 auto;
  width: 100%;
}

.greeting-box .flex-column {
  margin: 0 0 20px;
  display: block;
}

.greeting-box .flex-column.textarea-div {
  margin: 0 0 0;
  text-align: left;
}

.greeting-box .w-separator.size_medium:empty {
  display: none;
}

.greeting-box .flex-column > span {
  font-size: 16px;
  color: #333;
  margin: 0 0 5px;
  display: flex;
  width: 100%;
}

/* Recipient Management Popup */
.popup-show {
  /* border: 3px solid #000; */
  box-shadow: 0 0 0 2px rgba(154, 161, 171, 0.05);
  background: #f0f4f7;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 980px;
  min-width: 980px;
  padding: 40px 40px;
  max-height: inherit !important;
  overflow-y: auto;
}

.popup-show form label {
  display: block;
}

.lity-close {
  align-items: center;
  -webkit-appearance: none;
  background: 0 0;
  background: 0 0;
  border: 0;
  border-radius: 9999px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 30px;
  text-align: center;
  text-decoration: none;
  top: 20px;
  width: 40px;
  z-index: 9994;
  color: #fff;
  background: #333;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  background: #333;
}

.site-form .form-row {
  margin: 0 0 16px;
}

.site-form .form-row:last-child {
  margin: 0 0 0;
}

.site-form .form-row label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #333;
  cursor: inherit;
  font-weight: 400 !important;
}

.popup-show .recipient-view-details-wrapper ul {
  list-style: none;
  margin: 0;
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 21px;
}

.popup-show .recipient-view-details-wrapper ul li {
  font-size: 16px;
  margin: 0;
  grid-column: span 6;
}

.popup-show .recipient-view-details-wrapper ul li label,
.recipient-view-greeting-box label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #333;
  cursor: inherit;
  width: 100%;
}

.popup-show .recipient-view-details-wrapper ul li span,
.recipient-view-greeting-box span {
  min-height: 39px !important;
  line-height: 39px !important;
  font-family: var(--inputs-font-family, inherit);
  font-size: var(--inputs-font-size, inherit);
  font-weight: var(--inputs-font-weight, inherit);
  letter-spacing: var(--inputs-letter-spacing, inherit);
  text-transform: var(--inputs-text-transform, inherit);
  border-radius: var(--inputs-border-radius, 0px);
  background: var(--inputs-background, transparent);
  border-color: var(--inputs-border-color, currentColor);
  color: var(--inputs-text-color, inherit);
  box-shadow: var(--inputs-box-shadow, none);
  border-width: var(--inputs-border-width, 1px);
  border-style: solid;
  width: 100%;
  transition: all 0.2s;
  background: #fff;
  display: flex;
  padding: 0 var(--inputs-padding, 0.6em);
}

.recipient-view-greeting-box {
  margin-top: 21px;
}

.recipient-view-greeting-box span {
  min-height: var(--inputs-height, 2em);
  height: calc(var(--inputs-height, 2em) * 3);
  padding: calc(var(--inputs-height, 2em) / 2 + var(--inputs-border-width, 1px) - 0.7em) var(--inputs-padding, 0.6em);
}

.popup-show .recipient-view-details-wrapper ul li::marker {
  color: var(--color-header-middle-text-hover);
}

body .lity-wrap {
  overflow: auto;
}

body .lity-wrap .lity-container {
  margin: 50px 0;
  max-height: inherit;
}

.admin-bar .lity-close {
  top: 20px;
}

/* .admin-bar .lity-close {
 right: 30px;
 top: 30px;
} */
.grid-two-col {
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.grid-two-col .form-row.gfield--width-half {
  grid-column: span 6;
}

.grid-two-col .form-row.gfield--width-third-half {
  grid-column: span 4;
}

.grid-two-col .form-row {
  grid-column: span 12;
}

.grid-two-col .footer-btn {
  grid-column: span 12;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap;
}

.grid-two-col .footer-btn button[type="submit"],
.grid-two-col .footer-btn button[type="button"] {
  font-size: 16px;
  padding: 10px 30px;
  text-transform: capitalize;
}

.grid-two-col .footer-btn button[type="submit"] {
  margin-left: auto;
}

body .grid-two-col input,
body .grid-two-col textarea {
  color: #333;
  background: #fff;
}

body .grid-two-col input {
  min-height: 39px !important;
  line-height: 39px !important;
}

body .grid-two-col input:focus {
  color: #333;
}

/* Input Error Styling */
.input-error {
  background-color: #ffe6e6;
  border: 2px solid red !important;
}

/* SweetAlert2 Container */
.swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 999999999;
}

.error-message {
  color: red;
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

/* WooCommerce Form Styling */
.woocommerce-form-login__rememberme {
  display: block !important;
}

/* Tooltip Styling */
.tooltip {
  /* border-bottom: 1px dotted black; */
  display: inline-flex;
  position: relative;
  gap: 5px;
  align-items: center;
}

.tooltip:after {
  display: block;
  width: 17px;
  height: 17px;
  position: relative;
  color: #333;
  background: #fff;
  border-radius: 9999px;
  content: "?";
  border: 1px solid #333;
  text-align: center;
  font-size: 12px;
}

.tooltiptext {
  font-size: 14px;
  color: #333;
}

/* Shipping Fields - Read Only */
#shipping input,
#shipping select {
  background-color: #f3f3f3;
  opacity: 0.6;
  pointer-events: none;
  /* Grey out the fields */
  /* Reduce visibility */
}

/* Quantity Input Styling */
body.woocommerce .quantity,
.quantity {
  border: none;
  gap: 0;
  justify-content: center;
  /* background: #66aea9; */
  align-items: center;
  overflow: hidden;
  padding: 0;
  display: inline-flex;
  border-radius: 0;
  /* box-shadow: 0 0.5em 1em -0.9em rgba(0, 0, 0, 0.3); */
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.quantity button,
body.woocommerce .quantity button {
  padding: 0;
  color: inherit;
  font-weight: bold;
  border: none;
  display: inline-block;
  min-width: 0;
  height: auto;
  line-height: 1;
  position: relative;
  font-size: 1.25em;
  text-indent: -999999px;
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
}

.quantity button.minus,
body.woocommerce .quantity button.minus {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.quantity button.plus,
body.woocommerce .quantity button.plus {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.quantity button:hover,
body.woocommerce .quantity button:hover {
  background: var(--color-header-middle-text-hover);
}

.quantity button:after,
.quantity button:before,
body.woocommerce .quantity button:after,
body.woocommerce .quantity button:before {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #333;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.quantity button.plus:after,
body.woocommerce .quantity button.plus:after {
  transform: rotate(90deg);
}

.quantity button:hover:after,
.quantity button:hover:before,
body.woocommerce .quantity button:hover:after,
body.woocommerce .quantity button:hover:before {
  background: #fff;
}

.quantity input.input-box,
body.woocommerce .quantity input.input-box {
  /* flex: 50px 0 0; */
  width: auto;
  min-width: 0;
  display: inline-block;
  text-align: center;
  appearance: textfield;
  border: none;
  box-shadow: none;
  color: #333;
  padding: 0 5px !important;
  background-color: #fff;
  font-size: 16px;
}

.quantity input.input-box:not([type="submit"]):focus,
.quantity input.input-box:focus,
body.woocommerce .quantity input.input-box:not([type="submit"]):focus,
body.woocommerce .quantity input.input-box:focus,
body.woocommerce .quantity input.input-box:focus {
  color: #333;
  background: #fff;
  border: none;
  box-shadow: none;
}

.greeting-box .flex-column.quantity-block {
  text-align: left;
}

.greeting-box .flex-column.quantity-block span {
}

/* Hide Number Input Spin Buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}

/* SweetAlert2 Input Width */
#swal2-input {
  width: auto !important;
}

.swal2-select {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* 10-03-25 */
.login-block {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
}

.login-container {
  border: 1px solid #e3e7f0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin: 0 auto;
  padding: 50px 30px 70px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.login-container span {
  width: 100%;
  margin-bottom: 20px;
  font-family: var(--h2-font-family, inherit);
  font-weight: var(--h2-font-weight, inherit);
  color: #333;
  font-size: 22px;
}

.login-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  /* top: -1px; */
  bottom: 0;
  background-image: url(../image/footer-pattern.png);
  transform: scale(-1);
}

.animate-bee {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.animate-bee .image-block {
  max-width: 40px;
}

.order-process-block .step#step3 .g-cols.via_grid {
  grid-template-columns: repeat(2, 1fr);
}

.order-process-block ul li::marker {
  color: var(--color-header-middle-text-hover);
}

.order-process-block input[type="file"] {
  padding: 0 !important;
}

.order-process-block input[type="file"]::file-selector-button {
  border: none;
  color: white;
  background-color: var(--color-header-middle-text-hover);
  cursor: pointer;
  transition: all 0.25s ease-in;
  cursor: pointer;
  padding: 0 15px;
}

.order-process-block input[type="file"]::file-selector-button:hover {
  background-color: var(--color-content-secondary);
  color: #fff;
  transition: all 0.25s ease-in;
}

.textarea-div .char-counter {
  font-size: 14px;
  display: inline-block;
  color: #333;
}

.textarea-div .char-counter span {
  font-weight: 600;
}

.textarea-div .description {
  font-size: 14px;
  padding-top: 10px;
}

.order-process-block .step#step3 .field-block {
  margin-bottom: 18px;
}

.order-process-block .step#step3 .field-block:last-child {
  margin: 0;
}

.order-process-block .step#step3 .title-block {
  color: #333;
  padding-bottom: 3px;
  display: inline-block;
}

.order-process-block .step#step3 .file-title {
  color: #333;
  padding-bottom: 5px;
  display: inline-block;
}

.order-process-block .step#step3 .file-lists {
  margin-bottom: 10px;
}

.order-process-block .step#step3 .file-title.format {
  font-style: italic;
  font-size: 16px;
  padding-bottom: 20px;
}

.order-process-block .step#step3 .file-lists .file-title {
  padding-bottom: 10px;
  font-weight: 500;
}

.order-process-block .step#step3 .submit-csv-btn {
  display: inline-flex;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: capitalize;
  gap: 5px;
}

.order-process-block .step#step3 .file-lists ul {
  margin-left: 30px;
}

.order-process-block .step#step3 .file-lists ul li {
  color: #333;
  font-size: 16px;
}

.button-block {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.button-block .submit_csv_file {
  font-size: 16px;
  padding: 10px 30px;
  text-transform: capitalize;
}

.order-process-block .address-block label:has(input[type="radio"]):last-child {
  margin: 0;
}

.order-process-block label:has(input[type="radio"]) {
  background-color: #0b1b35;
  margin-right: 12px;
  color: #fff;
  display: inline-block;
  background: #fff;
  /* border: 2px solid var(--color-header-transparent-text); */
  border-radius: 10px;
  box-shadow: none;
  color: #260340;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-align: center;
  position: relative;
  box-shadow: 0 0 0 2px rgba(154, 161, 171, 0.05);
}

.order-process-block label:has(input[type="radio"]) span {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  color: #333;
}

.order-process-block label:has(input[type="radio"]) span,
.order-process-block label:has(input[type="radio"]) {
  border-radius: 4px;
}

.order-process-block input:checked + span,
.order-process-block input[type="radio"]:checked + span {
  border-radius: 4px;
}

.order-process-block .order-filter-tab label:has(input[type="radio"]) span {
  background-color: #dee2e6;
}

.order-process-block .order-filter-tab label:has(input[type="radio"]) span,
.order-process-block .order-filter-tab label:has(input[type="radio"]) {
  border-radius: 4px 4px 0 0;
}

.order-process-block .order-filter-tab input:checked + span,
.order-process-block .order-filter-tab input[type="radio"]:checked + span {
  background: #ffffff;
  color: #333333 !important;
  border-radius: 4px 4px 0 0;
}

.order-process-block .address-icon {
  width: 30px;
  height: 30px;
}

.order-process-block input:checked + span .address-icon {
  filter: brightness(0) saturate(100%) invert(98%) sepia(12%) saturate(347%) hue-rotate(243deg) brightness(116%)
    contrast(100%);
}

.order-process-block label:has(input[type="radio"]) input {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 21px;
  height: 21px;
}

/* .order-process-block label:has(input[type="radio"]) input:checked {
 opacity: 1;
 background: #f5f4ee;
 border: 3px solid #fff;
 box-shadow: 0 0 0 3px #66aea9;
} */
/* .order-process-block label:has(input[type="radio"]) input:checked::before {
 background: #f5f4ee;
 color: var(--color-header-transparent-text);
 display: flex;
 justify-content: center;
 align-items: center;
 width: 12px;
 height: 12px;
 content: "✔";
} */
.order-process-block input:checked + span {
  background: var(--color-header-middle-text-hover);
  color: #fff !important;
  font-weight: bold;
}

.order-process-block .multiple-address-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 470px;
  margin: 0 auto;
  max-width: 100%;
}

.order-process-block .multiple-address-grid label:has(input[type="radio"]) {
  margin: 0;
}

.order-process-block .multiple-address-grid label:has(input[type="radio"]) span {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  min-height: auto;
  padding: 15px 20px;
  gap: 15px;
  text-align: left;
}

.order-process-block .multiple-address-grid .address-icon {
  width: 25px;
  height: 25px;
}

.order-process-block .step#step5 .field-item {
  margin-bottom: 18px;
}

.order-process-block .step#step5 .field-item:last-child {
  margin: 0;
}

.order-process-block .step#step5 label {
  color: #333;
  padding-bottom: 3px;
  display: inline-block;
}

.order-process-block table,
.custom-table table {
  border-collapse: separate;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background-color: #fff;
}

.order-process-block table thead,
.custom-table table thead {
  background-color: #ebeff6;
}

.order-process-block table td,
.order-process-block table th,
.custom-table table td,
.custom-table table th {
  border-right: 1px solid #dee2e6;
  font-size: 14px;
  border-color: #dee2e6;
  vertical-align: middle;
  color: #333;
}

.order-process-block table th:first-child,
.custom-table table th:first-child {
  border-top-left-radius: 10px;
}

.order-process-block table th:last-child,
.custom-table table th:last-child {
  border-top-right-radius: 10px;
}

.order-process-block table td:last-child,
.order-process-block table th:last-child,
.custom-table table td:last-child,
.custom-table table th:last-child {
  border-right: 0;
}

.order-process-block table tr:last-child td,
.custom-table table tr:last-child td {
  border-bottom: 0;
}

.order-process-block table th,
.custom-table table th {
  color: #333;
  font-weight: 600;
}

.order-process-block button.far,
.custom-table button.far,
.order-process-block a.far,
.recipient-lists-block a.far {
  background-color: #f0f4f7;
  display: inline-flex;
  margin-left: 0;
  margin-right: 10px;
  padding: 8px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: inherit;
}

.recipient-lists-block a.far:hover,
.order-process-block button.far:hover,
.order-process-block a.far:hover,
.custom-table button.far:hover {
  background-color: #e3e7f0;
}

.order-process-block button.far:last-child,
.order-process-block a.far:last-child,
.custom-table button.far:last-child {
  margin: 0;
}

.order-process-block button.far.fa-edit:hover,
.custom-table button.far.fa-edit:hover,
.order-process-block a.far.fa-edit:hover,
.order-process-block button.far.fa-eye:hover,
.order-process-block a.far.fa-eye:hover,
.recipient-lists-block a.far.fa-eye:hover {
  color: #007bff;
}

.order-process-block button.far.fa-trash:hover,
.order-process-block a.far.fa-trash:hover,
.custom-table button.far.fa-trash:hover {
  color: #ca3521;
}

.order-process-block table .editRecipient {
  margin-right: 10px;
}

.order-process-block .block-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.order-process-block .block-row > .block-row {
  margin: 0;
}

.order-process-block .block-row .num-count span {
  font-weight: 600;
  color: #333;
}

.order-process-block .block-row .block-title {
  margin: 0;
}

.order-process-block .textlink {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: 0.3s;
}

.order-process-block .textlink:hover {
  color: var(--color-header-middle-text-hover);
}

.order-process-block table button.keep_this_and_delete_others {
  background: transparent;
  text-decoration: underline;
  text-align: left;
  transition: 0.3s;
  margin-right: 10px;
  text-underline-offset: 5px;
}

.order-process-block table button.keep_this_and_delete_others:hover {
  color: var(--color-header-middle-text-hover);
}

.order-process-block .recipient-group-section .table-data {
  margin-bottom: 30px;
}

.order-process-block .heading-title {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.customer-order-details-section h3 {
  margin-bottom: 10px;
}

.orthoney-datatable-warraper #sales-representative-affiliate-table_wrapper.dataTables_wrapper .dataTables_filter,
.customer-order-details-section .orthoney-datatable-warraper#recipient-order-data  .dataTables_wrapper .dataTables_filter{ margin-bottom: 20px;}
.order-process-block .customer-order-details {
  margin-bottom: 18px;
  display: flex;
  gap: 20px;
}

.order-process-block .customer-order-details .woocommerce-customer-details {
  border-radius: 18px;
  padding: 30px;
  border: 1px solid #dee2e6;
  color: #333;
  background-color: #ffffff;
  width: 100%;
  max-width: 350px;
}

.order-process-block .heading-title .table-title {
  margin: 0;
}

.order-process-block .download-csv {
  /* text-align: right; */
  margin-bottom: 20px;
}

.order-process-block .download-csv .heading-title p {
  padding-top: 10px;
  font-size: 14px;
}

.order-process-block .two-cta-block {
  display: flex;
  gap: 10px 18px;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: flex-end;
}

.swal2-actions .swal2-confirm {
  background-color: var(--color-header-middle-text-hover) !important;
}

.order-process-block .unverified-block {
  margin-bottom: 30px;
}

.order-process-block .recipient-group-section .title {
  margin-bottom: 10px;
}

.order-process-block .group-name {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #333;
}

.order-process-block .group-name button.far {
  margin-left: 5px;
}

body .order-process-block textarea,
body .order-process-block input,
body .order-process-block input:focus {
  color: #333;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

body .order-process-block textarea {
  white-space: pre-wrap;
}

body .order-process-block input,
body .order-process-block input:focus {
  min-height: 39px !important;
  line-height: 39px !important;
}

.order-process-block label {
  cursor: inherit;
}

.swal2-popup .swal2-title,
.loader .swal2-title {
  text-align: center;
  font-size: 28px;
  padding-top: 25px;
  font-weight: 600;
  font-family: inherit;
  color: var(--color-content-heading);
}

.swal2-popup .swal2-icon {
  width: 3.5em;
  height: 3.5em;
}

.swal2-popup .swal2-icon .swal2-x-mark .swal2-x-mark-line-left {
  left: 0.7625em;
}

.swal2-popup .swal2-icon .swal2-x-mark .swal2-x-mark-line-right {
  right: 0.8em;
}

.swal2-popup .swal2-icon .swal2-x-mark .swal2-x-mark-line-left,
.swal2-popup .swal2-icon .swal2-x-mark .swal2-x-mark-line-right {
  top: 1.6125em;
  width: 1.9375em;
  height: 0.3125em;
}

.swal2-popup .swal2-icon .swal2-icon-content {
  font-size: 2.75em;
}

.swal2-popup p {
  font-size: 17px;
  color: #333;
  margin: 0 0 18px 0;
}

.swal2-popup .swal2-actions .swal2-styled {
  font-size: 16px;
}

.swal2-popup .swal2-icon .swal2-success-line-tip {
  top: 1.875em !important;
  left: 0.4125em !important;
  width: 1.2625em !important;
}

.swal2-popup .swal2-icon .swal2-success-line-long {
  top: 1.675em !important;
  right: 0.5em !important;
  width: 1.9375em !important;
}

.swal2-popup .swal2-icon .swal2-success-circular-line-right {
  width: 3.75em !important;
  height: 5.5em !important;
}

/* end 10-03-25 */
body .woocommerce-form-row label,
body .woocommerce .form-row label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #333;
  font-weight: 400;
}

body .woocommerce input,
body .woocommerce input:focus,
body .woocommerce textarea {
  color: #333;
}

body .woocommerce-error {
  color: #721c24;
  background-color: #f8d7da;
  /* border-color: #f5c6cb; */
  border-radius: 5px;
}

.yith-wcaf-registration-form .existing-customer-login a {
  text-decoration: underline;
  font-weight: 500;
}

body .woocommerce input[type="checkbox"]:before {
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
}

body .woocommerce input[type="checkbox"]:checked {
  background-color: var(--color-content-primary);
}

.affiliate-dashboard-block {
  display: flex;
  gap: 30px;
}

.affiliate-dashboard-block .col-left {
  flex: 300px 0 0;
}

.affiliate-dashboard-block .col-right {
  flex: 1 0 0;
}

.user-registration {
  border: 1px solid #e3e7f0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 850px;
  margin: 0 auto;
  padding: 40px 30px 70px !important;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow) !important;
}

body.user-registration-page.user-registration-account .user-registration.ur-frontend-form {
  max-width: 850px !important;
}

.user-registration .custom-login-paragraph {
  font-size: 14px;
  padding-bottom: 15px;
}

.login-register-block .user-registration {
  box-shadow: none !important;
  border: none !important;
  max-width: 100% !important;
  padding: 0 50px !important;
  overflow: visible;
}

.login-register-block .user-registration:before {
  display: none;
}

.user-registration:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  background-image: url(../image/footer-pattern.png);
  transform: scale(-1);
  left: 0;
  right: 0;
}

body.user-registration-page
  .user-registration:not(.user-registration-MyAccount)
  .register
  .ur-form-row
  .ur-form-grid
  .user-registration-error {
  background: transparent !important;
  border: none !important;
  padding: 0;
  font-size: 14px !important;
  margin: 5px 0 0 !important;
  color: #ff030b;
}

.user-registration .register .ur-form-row .form-row {
  color: #333;
}

.user-registration .register .ur-form-row .user-registration-error:before,
.user-registration .register .ur-form-row .user-registration-error:after {
  display: none;
}

.user-registration .register .ur-button-container {
  padding: 0 !important;
  margin: 0 !important;
}

.user-registration .register .ur-button-container .ur-submit-button {
  margin-left: 0;
  padding: 1.2em 2.4em;
}

.user-registration .register {
  column-gap: 30px;
  width: 100%;
}

.user-registration .register .ur-form-row {
  display: flex;
  column-gap: 30px;
}

.user-registration .register .ur-form-row .ur-form-grid {
  padding: 0;
  width: 100% !important;
}

.user-registration .register .ur-form-row .ur-form-grid label,
.user-registration .register .ur-form-row .ur-form-grid legend {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #333;
  font-weight: 400 !important;
}

.user-registration .register .ur-form-row .ur-form-grid input[type="text"],
.user-registration .register .ur-form-row .ur-form-grid input[type="email"],
.user-registration .register .ur-form-row .ur-form-grid input[type="number"],
.user-registration .register .ur-form-row .ur-form-grid input[type="password"],
.user-registration .register .ur-form-row .ur-form-grid input[type="text"]:focus,
.user-registration .register .ur-form-row .ur-form-grid textarea {
  min-height: 39px !important;
  line-height: normal !important;
  color: #333;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.user-registration .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview {
  top: 70% !important;
}

.user-registration .register .ur-form-row span.input-wrapper .ur-icon {
  color: #333;
}

.user-registration .ur-form-grid .ur-field-item.field-checkbox ul li input[type="checkbox"] {
  margin: 0 10px 0 0;
  border-radius: 0 !important;
}

.user-registration .ur-form-grid .ur-field-item.field-checkbox ul li input[type="checkbox"]:checked {
  background: var(--color-content-primary);
}

.user-registration .ur-form-grid .ur-field-item.field-checkbox ul li input[type="checkbox"]:checked::before {
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
}

/* .order-block-wrap:before {
 content: "";
 background: rgba(0, 0, 0, 0.5);
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 z-index: 10;
 border-radius: 20px;
} */
/* .loader {
 width: 48px;
 height: 48px;
 border: 3px solid #fff;
 border-radius: 50%;
 display: inline-block;
 position: relative;
 box-sizing: border-box;
 animation: rotation 1s linear infinite;
 position: absolute;
 transform: translate(-50%, -50%);
 left: 50%;
 top: 50%;
 z-index: 10;
}
.loader::after {
 content: "";
 box-sizing: border-box;
 position: absolute;
 left: 0;
 top: 0;
 background: #ff3d00;
 width: 16px;
 height: 16px;
 transform: translate(-50%, 50%);
 border-radius: 50%;
}
@keyframes rotation {
 0% {
   transform: rotate(0deg);
 }
 100% {
   transform: rotate(360deg);
 }
} */
body.user-registration-page .user-registration:not(.user-registration-MyAccount) {
  margin: 94px auto !important;
}

body.user-registration-page .login-register-block .user-registration:not(.user-registration-MyAccount) {
  margin: 0 auto 60px !important;
  max-width: 100% !important;
}

.user-registration .login {
  width: 100%;
}

.user-registration .ur-frontend-form.login .ur-form-grid {
  padding: 0;
}
.notify-form form .mc4wp-form-fields label,
body .user-registration .ur-frontend-form.login label {
  margin-top: 0 !important;
  font-size: 16px !important;
  display: block;
  color: #333 !important;
  font-weight: 400 !important;
  cursor: inherit;
}

.user-registration .login .ur-form-row .ur-form-grid input[type="text"],
.user-registration .login .ur-form-row .ur-form-grid input[type="email"],
.user-registration .login .ur-form-row .ur-form-grid input[type="number"],
.user-registration .login .ur-form-row .ur-form-grid input[type="password"],
.user-registration .login .ur-form-row .ur-form-grid input[type="text"]:focus,
.user-registration .login .ur-form-row .ur-form-grid textarea {
  min-height: 39px !important;
  line-height: normal !important;
  color: #333 !important;
  margin: 0 !important;
  border: none !important;
  border-radius: 0 !important;
}

.user-registration .user-registration-form__label input[type="checkbox"]:checked {
  background: var(--color-header-middle-text-hover);
}

.user-registration .user-registration-form__label input[type="checkbox"]:checked::before {
  color: #fff;
}

.user-registration .lost_password a,
.user-registration .user-registration-register a {
  color: var(--color-header-middle-text-hover) !important;
}

.user-registration .lost_password a:hover,
.user-registration .user-registration-register a:hover {
  color: #333 !important;
}

.user-registration .user-registration-register a {
  font-size: 16px !important;
}

.user-registration .lost_password {
  transform: translateY(-93px);
}

.user-registration .register .ur-form-row .ur-form-grid label.ur-label[data-label="Checkbox"] {
  margin: 0 !important;
  display: none;
}

body .user-registration button[type="submit"].user-registration-Button,
body .user-registration input[type="submit"].user-registration-Button {
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  padding: 1em 2.4em !important;
  background: var(--color-content-primary) !important;
  border-color: transparent;
  color: #ffffff !important;
}

body .user-registration input[type="submit"].user-registration-Button {
  margin-top: 15px;
}

body .user-registration button[type="submit"].user-registration-Button:hover,
body .user-registration input[type="submit"].user-registration-Button:hover {
  background-color: var(--color-content-secondary) !important;
}

body .user-registration-social-connect-networks .ursc-login-media {
  width: auto !important;
}

body .user-registration-social-connect-networks .ursc-login-media a {
  background: transparent !important;
  /* box-shadow: var(--box-shadow)  !important; */
  display: flex !important;
  position: relative;
  gap: 10px;
  justify-content: center;
  padding: 13px 25px !important;
  border: 1px solid #db4437;
  align-items: center;
}

/* body .user-registration-social-connect-networks .ursc-login-media a:after {
 content: 'Google';
 color: #DB4437;
 display: flex;
 line-height: 1;
 font-size: 15px;
 font-weight: 600;
} */
body .user-registration-social-connect-networks .ursc-login-media a .ursc-login-text {
  color: #db4437;
  display: flex;
  line-height: 1 !important;
  font-size: 15px !important;
  font-weight: 600;
  padding: 0 !important;
}

.login-register-block .user-registration-passwordless-login {
  display: none;
}

body .user-registration-social-connect-networks .ursc-login-media a .ursc-login-with-google {
  background-image: url(../image/google-icon.svg) !important;
  width: 18px !important;
  height: 18px !important;
}

body .user-registration-social-connect-networks .ursc-network-lists {
  width: auto !important;
}

.register-social-block {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.custom-passwordless-link,
.user-registration .custom-login-btn a {
  display: flex !important;
  position: relative;
  gap: 10px;
  justify-content: center;
  padding: 7.6px 15px !important;
  border: 1px solid #ccc;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #333;
  border-radius: 4px;
}

.custom-passwordless-link::before,
.user-registration .custom-login-btn a::before {
  background-image: url(../image/login-icon.svg);
  background-repeat: no-repeat;
  width: 30px !important;
  height: 29px !important;
  content: "";
  background-size: contain;
  background-position: center center;
}

.user-registration .ur-form-row span.input-wrapper .ur-icon {
  color: #333;
}

.user-registration .user-registration-passwordless-login a {
  background: transparent !important;
  border: 1px solid #ccc !important;
  color: #333 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  padding: 0.9em 2.4em !important;
}

.user-registration .user-registration-passwordless-login a:hover {
  background-color: var(--color-content-secondary) !important;
  color: #fff !important;
}

.order-process-block .recipient-group-nav {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  white-space: nowrap;
  overflow-y: auto;
}

.order-process-block .recipient-group-nav .scroll-section-btn {
  /* background: #f7feff; */
  color: #333;
  padding: 5px 15px;
  /* border: 1px solid #ccc; */
  border-bottom: none;
  margin-right: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: transparent;
  border-bottom: 3px solid var(--color-header-middle-text-hover);
}

.btn-underline {
  background: transparent;
  text-decoration: underline;
  text-align: left;
  transition: 0.3s;
  color: var(--color-header-middle-text-hover);
  text-underline-offset: 5px;
  padding: 0;
}

.btn-underline:hover {
  color: #333;
}

.user-registration .register .ur-button-container {
  flex-wrap: wrap;
}

.user-registration .register .ur-button-container .ur-submit-button {
  width: auto;
}

.user-registration .register .ur-button-container .registration-form-link {
  width: 100%;
  margin-top: 15px;
  font-size: 15px;
  color: #333;
}

.login-register-block .g-cols {
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  gap: 0 !important;
}

.login-register-block .overlay-bg {
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--color-content-primary);
  color: #fff;
}

.login-register-block .overlay-bg:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(107, 190, 86, 0.65);
}

.login-register-block .overlay-bg .vc_column-inner {
  position: relative;
  z-index: 1;
}

.login-register-block .overlay-bg h2 {
  font-family: inherit !important;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
}

.login-register-block .overlay-bg p {
  font-size: 16px;
  line-height: normal;
}

.login-register-block .overlay-bg a {
  background: #fff !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: capitalize;
  letter-spacing: 0.02em;
  padding: 0.8em 2.4em !important;
  border-radius: 4px;
  display: inline-block;
}

.login-register-block .overlay-bg a:hover {
  background: var(--color-content-secondary) !important;
  color: #fff;
}

.login-register-block .login-title {
  margin: 60px 0 40px;
  padding: 0 50px 20px;
}

.login-register-block .login-title h2 {
  font-family: inherit;
  font-weight: 600;
}

.user-registration .custom-login-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  justify-content: center;
  display: flex;
}

.exceptions {
  margin: 0 auto;
}

.exceptions ul {
  margin: 0;
}

.exceptions strong {
  margin-bottom: 15px;
  color: #333;
  display: block;
}

.exceptions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.exceptions ul li {
  list-style: none;
  flex: 100% 0 0;
  border-bottom: 1px solid #e4e7e9;
  height: 100%;
  margin: 0;
  color: var(--color-header-middle-text-hover) !important;
  font-size: 16px;
  padding: 6px 0;
  display: flex;
  background: transparent;
  border-radius: 0px;
  font-weight: 600;
  align-items: center;
}

.exceptions ul li.total-recipients,
.exceptions ul li.total-recipients span {
  font-weight: bold;
  font-size: 20px;
  border: 0px;
}

.exceptions ul li span {
  color: #333;
  display: inline-flex;
  flex-grow: 1;
  font-weight: 400;
  font-size: 14px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  display: none;
}

.viewAllRecipientsPopupCheckoutContent {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 16px;
  border-top: 1px solid hsla(0, 0%, 7%, 0.11);
  padding-top: 16px;
}

.viewAllRecipientsPopupCheckoutContent .item {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}

.viewAllRecipientsPopupCheckoutContent .item strong {
  color: #333;
}

.viewAllRecipientsPopupCheckoutContent .viewAllRecipientsPopupCheckout:hover {
  color: var(--color-header-middle-text-hover) !important;
}

.forgot-block .vc_column-inner {
  border: 1px solid #e3e7f0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 520px;
  margin: 0 auto;
  padding: 40px 30px 70px !important;
  border-radius: 20px !important;
  position: relative;
  overflow: hidden;
  box-shadow: var(--box-shadow) !important;
  flex-direction: column;
  width: 100%;
}

body.user-registration-page .forgot-block .user-registration:not(.user-registration-MyAccount) {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible;
}

.forgot-block .user-registration:before {
  display: none;
}

.forgot-block .vc_column-inner:before {
  content: "";
  display: block !important;
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  background-image: url(../image/footer-pattern.png);
  transform: scale(-1);
  left: 0;
  right: 0;
}

.forgot-block .wpb_text_column {
  width: 100%;
}

.forgot-block .w-btn-wrapper {
  margin: 0 !important;
  display: flex !important;
}

.forgot-block .custom-login-btn {
  color: var(--color-content-primary) !important;
  text-decoration: underline;
  position: relative;
  font-size: 16px;
  background: transparent;
  padding: 0;
  text-transform: none;
  font-weight: 400;
}

body .forgot-block .custom-login-btn:hover {
  background: transparent;
  color: #333 !important;
}

.wp-block-woocommerce-checkout {
  background: #f0f4f7;
  padding: 0 !important;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout {
  max-width: 1340px;
  margin: 0 auto;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
  position: relative;
  background: #fff;
  border-right: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
}

.wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main::before {
  content: "";
  background: #fff;
  position: absolute;
  left: calc(-50vw + 50%);
  top: 0;
  width: 100%;
  height: 100%;
}

.wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  text-transform: capitalize;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 15px;
  color: #333;
  padding-top: 5px;
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  color: #fff;
  font-size: 18px;
}

.wp-block-woocommerce-checkout .is-large .wc-block-checkout__sidebar {
  top: 54px;
  margin: 0;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 20px;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title {
  background-color: var(--color-header-middle-text-hover);
  padding-top: 16px;
  margin: 0;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: #333;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-item__label,
.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-formatted-money-amount,
.wp-block-woocommerce-checkout .wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  color: #333;
}

.wp-block-woocommerce-checkout .wc-block-checkout__form {
  position: relative;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox > span,
.wp-block-woocommerce-checkout .wc-block-components-payment-method-label,
.wp-block-woocommerce-checkout #shipping input,
.wp-block-woocommerce-checkout #shipping select,
.wp-block-woocommerce-checkout
  .wc-block-components-shipping-rates-control__package
  .wc-block-components-radio-control__label,
.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-checkout__shipping-option--free,
.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-content,
.wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea,
.wp-block-woocommerce-checkout .wc-block-components-checkbox__label,
.wp-block-woocommerce-checkout
  .wc-block-components-address-card
  address
  .wc-block-components-address-card__address-section {
  color: #333;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"],
.wc-block-components-form .wc-block-components-text-input input[type="number"],
.wc-block-components-form .wc-block-components-text-input input[type="password"],
.wc-block-components-form .wc-block-components-text-input input[type="tel"],
.wc-block-components-form .wc-block-components-text-input input[type="text"],
.wc-block-components-form .wc-block-components-text-input input[type="url"],
.wc-block-components-text-input input[type="email"],
.wc-block-components-text-input input[type="number"],
.wc-block-components-text-input input[type="password"],
.wc-block-components-text-input input[type="tel"],
.wc-block-components-text-input input[type="text"],
.wc-block-components-text-input input[type="url"],
.wc-block-checkout__form .wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: rgba(0, 0, 0, 0.15) !important;
  border: none !important;
}

.wp-block-woocommerce-checkout
  .wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout
  .wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px currentColor;
}

.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"] {
  border: none;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  font-size: 16px;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  border-radius: 4px;
  padding: 1.2em 2.4em;
  background: var(--color-content-primary);
  border-color: transparent;
  color: #ffffff !important;
  width: auto;
  text-transform: capitalize;
  transition: 0.3s;
}

.wp-block-woocommerce-checkout
  .wp-block-woocommerce-checkout-actions-block
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button:hover {
  background: var(--color-content-secondary);
  border-color: transparent;
  color: #ffffff !important;
}

body .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row {
  justify-content: flex-end;
}

.wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  padding-top: 38px;
  margin: 0 0 38px;
}

.l-main .woocommerce {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: var(--site-content-width, 1200px);
}

.woocommerce .woocommerce-order {
  padding: 80px 0;
}

.woocommerce .woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 22px;
  color: #008000;
  text-align: center;
  font-weight: bold;
  padding: 0 20px;
}

body .woocommerce-thankyou-order-details {
  border-collapse: separate;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
  display: inline-flex;
  overflow: hidden;
}

body .woocommerce-thankyou-order-details li {
  border-right: 1px solid #dee2e6;
  font-size: 14px;
  border-color: #dee2e6;
  vertical-align: middle;
  margin: 0;
  color: #333;
  font-weight: 600;
}

body .woocommerce-thankyou-order-details li:last-child {
  border-right: 0px;
}

body .woocommerce-thankyou-order-details li label {
  background-color: #ebeff6;
  display: block;
  padding: 0.6rem 1rem;
}

body .woocommerce-thankyou-order-details li strong {
  padding: 0.6rem 1rem;
}

.order-process-wrapp {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0 20px;
}

.woocommerce-thankyou-order-details li strong {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce .woocommerce-order p {
  color: #333;
}

.woocommerce-customer-details .addresses .woocommerce-column {
  background: #f0f4f7;
  border-radius: 6px;
  padding: 20px 20px 30px;
  /* box-shadow: 0 0px 10px 0 rgba(154, 161, 171, 0.10); */
}

.woocommerce-customer-details .addresses .woocommerce-column address {
  color: #333;
}

.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
  font-family: "Open Sans", sans-serif;
}

.woocommerce .woocommerce-order .woocommerce-table--order-details tr td,
.woocommerce .woocommerce-order .woocommerce-table--order-details tr th {
  border-right: 1px solid #dee2e6;
  font-size: 14px;
  border-color: #dee2e6;
  vertical-align: middle;
  color: #333;
  border-bottom: 1px solid #dee2e6;
  padding: 0.6rem 1rem;
}

.woocommerce .woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce .woocommerce-order .woocommerce-table--order-details tr th:last-child {
  border-right: 0;
}

.woocommerce .woocommerce-order .woocommerce-table--order-details tr td ul {
  margin-left: 0 !important;
}

.woocommerce .woocommerce-order .woocommerce-table--order-details tr td p {
  margin-bottom: 12px;
}

.woocommerce .woocommerce-order .woocommerce-table--order-details {
  width: 100%;
  background: transparent;
  border-collapse: separate;
  border: 1px solid #dee2e6;
  border-radius: 0;
  border-top-width: 4px;
  border-top-color: var(--color-content-primary);
}

.woocommerce .woocommerce-order .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce .woocommerce-order .woocommerce-table--order-details tfoot tr:last-child td {
  border-bottom: none;
}

.wc-block-components-form .wc-block-components-checkout-step.wc-block-checkout__shipping-fields,
.wc-block-checkout__shipping-option {
  display: none;
}

.text-right {
  text-align: right;
}

body.user-registration-page
  .user-registration:not(.user-registration-MyAccount)
  .ur-button-container
  .ur-submit-button {
  text-transform: inherit;
}

body.user-registration-page .user-registration.ur-frontend-form form .ur-button-container.ur-button-container {
  display: flex;
  width: 100%;
}

body.user-registration-page .user-registration.ur-frontend-form form .ur-button-container.ur-button-container button {
  width: 100%;
}

body.user-registration-page .user-registration.ur-frontend-form form div[style="clear:both"] {
  display: none;
}

body.user-registration-page .user-registration.ur-frontend-form form .user-registration-social-connect-networks {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  position: relative;
  margin-top: 32px;
}

body.user-registration-page .user-registration.ur-frontend-form form .user-registration-social-connect-networks:before {
  content: "or";
  font-size: 14px;
  line-height: 24px;
  background: #fff;
  padding: 0 10px;
  display: block;
  z-index: 1;
  position: relative;
  color: #333;
  letter-spacing: 0.15px;
}

body.user-registration-page .user-registration.ur-frontend-form form .user-registration-social-connect-networks:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #d9d9d9;
  z-index: 0;
}

body.user-registration-page
  .user-registration.ur-frontend-form
  form
  .user-registration-social-connect-networks
  li.ursc-login-media {
  margin: 0;
}

.wc-block-checkout__form .wc-block-components-text-input {
  display: flex;
  flex-wrap: wrap;
}

.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input.is-active input[type="email"],
.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input.is-active input[type="number"],
.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input.is-active input[type="password"],
.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input.is-active input[type="tel"],
.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input.is-active input[type="text"],
.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input.is-active input[type="url"],
.wc-block-checkout__form .wc-block-components-text-input input:-webkit-autofill,
.wc-block-checkout__form .wc-block-components-text-input.is-active input[type="email"],
.wc-block-checkout__form .wc-block-components-text-input.is-active input[type="number"],
.wc-block-checkout__form .wc-block-components-text-input.is-active input[type="password"],
.wc-block-checkout__form .wc-block-components-text-input.is-active input[type="tel"],
.wc-block-checkout__form .wc-block-components-text-input.is-active input[type="text"],
.wc-block-checkout__form .wc-block-components-text-input.is-active input[type="url"],
.wc-block-checkout__form .wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input input[type="text"] {
  padding: 0 var(--inputs-padding, 0.6em) !important;
  min-height: 39px !important;
  line-height: 39px !important;
  height: 39px;
  order: 1;
  border-radius: 0px;
}

.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-checkout__form .wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input input:-webkit-autofill + label,
.wc-block-checkout__form .wc-block-components-text-input.is-active label,
.wc-block-checkout__form
  .wc-blocks-components-select
  .wc-blocks-components-select__container
  .wc-blocks-components-select__label,
.wc-block-checkout__form.wc-block-components-form .wc-block-components-text-input label {
  transform: inherit !important;
  position: initial;
  display: flex;
  width: 100%;
  order: 0;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: #333;
  cursor: inherit;
}

.wc-block-components-form .wc-block-components-validation-error {
  order: 2;
  position: absolute;
  bottom: -18px;
}

.wc-block-checkout__form .wc-blocks-components-select .wc-blocks-components-select__container {
  height: auto;
  border-radius: 0;
}

.wc-block-checkout__form .wc-block-components-textarea {
  font-family: var(--inputs-font-family, inherit);
  font-size: var(--inputs-font-size, inherit);
  font-weight: var(--inputs-font-weight, inherit);
  letter-spacing: var(--inputs-letter-spacing, inherit);
  text-transform: var(--inputs-text-transform, inherit);
  border-radius: var(--inputs-border-radius, 0px);
  background: var(--inputs-background, transparent);
  border-color: var(--inputs-border-color, currentColor);
  color: var(--inputs-text-color, inherit);
  box-shadow: var(--inputs-box-shadow, none);
  border-width: var(--inputs-border-width, 1px);
  border-style: solid;
  width: 100%;
  transition: all 0.2s;
}

.wc-block-checkout__form .wc-blocks-components-select .wc-blocks-components-select__expand {
  top: calc(50% + 12px);
}

.wc-block-checkout__form .wc-block-checkout__add-note .wc-block-components-textarea:focus {
  background: var(--inputs-focus-background, transparent);
  border-color: var(--inputs-focus-border-color, currentColor);
  box-shadow: var(--inputs-focus-box-shadow, none);
}

.wc-block-checkout__form .sc-gjcoXW {
  border: none;
  box-shadow: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.wc-block-checkout__form .wc-block-authnet-gateway-container input[type="tel"] {
  border-left: 1px solid;
  min-height: 40px !important;
  border-color: rgba(0, 0, 0, 0.15);
  line-height: 40px !important;
}

.wc-block-checkout__form .sc-gjcoXW input {
  background-color: transparent;
}

.wc-block-checkout__form .wc-block-authnet-gateway-container .sc-gjcoXW input {
  background: transparent;
  color: #333;
}

.wc-block-checkout__form .wc-block-authnet-gateway-container input[type="number"],
.wc-block-checkout__form .wc-block-authnet-gateway-container input[type="number"]:focus,
.wc-block-checkout__form .wc-block-authnet-gateway-container input[type="tel"],
.wc-block-checkout__form .wc-block-authnet-gateway-container input[type="tel"]:focus,
.wc-block-checkout__form .wc-block-authnet-gateway-container input[type="text"],
.wc-block-checkout__form .wc-block-authnet-gateway-container input[type="text"]:focus {
  background-color: transparent;
  color: #333;
}

.wp-block-woocommerce-checkout
  .wc-block-checkout__form
  .wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wp-block-woocommerce-checkout
  .wc-block-checkout__form
  .wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px var(--color-content-primary);
  border-radius: 0px;
}

.wc-block-checkout__form .wc-block-components-address-card {
  border-radius: 0px;
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 1px solid var(--color-header-middle-text-hover);
}

body .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: var(--color-header-middle-text-hover);
}

.swal2-popup .exceptions {
  margin-top: 20px;
}

.swal2-popup .exceptions strong {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.top-bar-menu ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  row-gap: 4px;
}

.l-header .l-subheader.at_top {
  height: auto;
  line-height: inherit;
  padding-top: 8px;
  padding-bottom: 10px;
}

body .l-header.sticky .l-subheader.at_top {
  line-height: inherit;
  height: auto;
}

html body.header_hor .l-subheader-cell.at_right > * {
  margin-left: 0;
}

.top-bar-menu ul li {
  margin: 0 12px 0 0px;
  padding-right: 12px;
  position: relative;
  line-height: 1.1;
  font-size: 14px;
}

.top-bar-menu ul li a {
  font-size: 14px;
}

.top-bar-menu ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  background: #fff;
  height: calc(100% - 8px);
}

.top-bar-menu ul li:last-child:after {
  display: none;
}

.top-bar-menu ul li:last-child {
  margin: 0 0 0 0px;
  padding-right: 0;
}

.view-order-btn {
  text-align: center;
}

.page-id-685 #user-registration .ur-frontend-form .user-registration-form-login .ur-form-row .ursc-login-media--google {
  display: none;
}

.admin-bar .select2-container--open .select2-dropdown {
  margin-top: 33px;
}

/* .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__country {
 display: none;
} */
body .woocommerce-order .woocommerce-thankyou-order-details {
  display: none;
}

body .woocommerce-order .order-process-wrapp .woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-order .woocommerce-order-details {
  display: none;
}

.woocommerce-order .woocommerce-customer-details {
  display: none;
}

html body .w-btn.outline-btn.round-btn {
  background-color: #f0f4f7;
  display: inline-flex;
  margin-left: 0;
  margin-right: 10px;
  padding: 8px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border: none;
}

html body .w-btn.outline-btn.round-btn:hover i {
  color: #007bff;
}

.incomplete-order-block .w-btn.sm-btn {
  margin-right: 5px;
}

.pagination {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.pagination a {
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  border-radius: 10px;
  font-weight: 600;
}

.pagination a.active,
.pagination a:hover {
  background: var(--color-content-link);
  color: #fff !important;
  border-color: var(--color-content-link);
}

/* Dashboard */
.dashboard-block .recipient-lists-block table {
  width: 100%;
}

.dashboard-block .recipient-lists-block table th {
  text-align: left;
}


.dashboard-block .w-btn.us-btn-style_1 {
  font-size: 12px;
  padding: 12px 30px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  letter-spacing: 0.02em;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: transparent;
  cursor: pointer;
  background-color: var(--color-header-middle-text-hover);
}


.dashboard-block .w-btn.us-btn-style_1:hover {
  background-color: var(--color-content-secondary);
  color: #fff !important;
}


.order-block-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.order-process-dashboard {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px 30px 60px;
  position: relative;
  margin: 0 auto;
  background: #f0f4f7;
  box-shadow: var(--box-shadow);
  border: 1px solid #e3e7f0;
}

body .woocommerce .order-process-block .button {
  text-transform: capitalize;
}

.woocommerce-MyAccount-content .order-process-block .heading-title {
  margin-bottom: 28px;
}

.dashboard-block .block-row {
  display: grid;
  gap: 24px;
}

.dashboard-block .block-row .item {
  padding: 24px 0;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(154, 161, 171, 0.05);
  border-radius: 10px;
}

.dashboard-block .block-row .item .description {
  color: #333;
  line-height: 24px;
  padding: 0 24px;
}

.place-order .row-block {
  margin-bottom: 18px;
  border-bottom: 2px solid #f0f4f7;
  padding: 0 24px 20px;
}

.place-order .block-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  flex: 1 0 0;
}

.order-process-block table,
.custom-table table {
  border-collapse: separate;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background-color: #fff;
}

.order-process-block table thead,
.custom-table table thead {
  background-color: #ebeff6;
}

.order-process-block table td,
.order-process-block table th,
.custom-table table td,
.custom-table table th {
  border-right: 1px solid #dee2e6;
  font-size: 14px;
  border-color: #dee2e6;
  vertical-align: middle;
  color: #333;
  text-transform: none!important;
}

.order-process-block table th:first-child,
.custom-table table th:first-child {
  border-top-left-radius: 10px;
}

.order-process-block table th:last-child,
.custom-table table th:last-child {
  border-top-right-radius: 10px;
}

.order-process-block table td:last-child,
.order-process-block table th:last-child,
.custom-table table td:last-child,
.custom-table table th:last-child {
  border-right: 0;
}

.order-process-block table tr:last-child td,
.custom-table table tr:last-child td {
  border-bottom: 0;
  text-transform: capitalize;
}

.order-process-block table th,
.custom-table table th {
  color: #333;
  font-weight: 600;
}

.order-process-block button.far,
.custom-table button.far {
  background-color: #f0f4f7;
  display: inline-flex;
  margin-left: 0;
  margin-right: 10px;
  padding: 8px;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}

.order-process-block button.far:hover,
.custom-table button.far:hover {
  background-color: #e3e7f0;
}

.order-process-block button.far:last-child,
.custom-table button.far:last-child {
  margin: 0;
}

.order-process-block button.far.fa-edit:hover,
.custom-table button.far.fa-edit:hover,
.order-process-block button.far.fa-eye:hover {
  color: #007bff;
}

.order-process-block button.far.fa-trash:hover,
.custom-table button.far.fa-trash:hover {
  color: #ca3521;
}

.two-col-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.one-col-grid {
  margin-top: 30px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(154, 161, 171, 0.05);
  border-radius: 10px;
}

.two-col-grid .cl-left,
.two-col-grid .cl-right {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(154, 161, 171, 0.05);
  border-radius: 10px;
}

.two-col-grid.two-column-block {
  margin: 20px 0;
}

.two-col-grid.two-column-block .order-process-block {
  height: 100%;
}

.two-col-grid.two-column-block .cl-left,
.two-col-grid.two-column-block .cl-right {
  padding: 0;
}

.two-col-grid.two-column-block .update-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.two-col-grid.two-column-block .update-price input#product_price {
  width: 100%;
}

.row-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
}

.row-block h4 {
  margin: 0;
  color: #260340;
}

.button-icon-underline,
.recipient-lists-block table .w-btn {
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 14px;
  text-underline-offset: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon-txt-btn {
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 14px;
  text-underline-offset: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  color:#000;
}

.button-icon-underline img,
.icon-txt-btn img,
.action-link img,
.list-user-img {
  object-fit: contain;
  object-position: center;
  width: 20px;
  height: 20px;
}

a.button-icon-underline,
button.button-icon-underline {
  margin: 5px;
}

.list-user-img {
  width: 20px;
  height: 20px;
}

.user-list {
  display: flex;
  align-items: center;
  gap: 5px;
}

.status-dots {
  width: 10px;
  height: 10px;
  border-radius: 9999px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.sucess {
  background-color: #70c66f;
}

.pending {
  background-color: #e9cd62;
}

.in-active {
  background-color: #dd6161;
}

.button-icon-underline,
.dashboard-block .recipient-lists-block table .w-btn {
  padding: 0;
  color: #333;
  text-align: left;
}

.button-icon-underline:hover,
.dashboard-block .recipient-lists-block table .w-btn:hover {
  color: var(--color-content-primary);
}

.dashboard-block .recipient-lists-block table .w-btn:before {
  display: none;
}

h1.checkout-title {
  padding-top: 0;
  text-transform: capitalize;
  margin: 0 0 30px;
  position: relative;
  padding-bottom: 17px;
}

h1.checkout-title:after {
  content: "";
  width: 120px;
  height: 3px;
  background: var(--color-content-border);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* affiliation dashboard */
.dashboard-block .block-row.three-block-col {
  grid-template-columns: repeat(3, 1fr);
}

.dashboard-block .dashboard-heading {
  margin-bottom: 30px;
}

.recent-commissions {
  margin-top: 30px;
}

.dashboard-card {
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 15px 0 rgba(154, 161, 171, 0.05);
  border-radius: 10px;
}

.dashboard-block .sub-heading {
  padding: 0 24px;
  font-weight: 600;
  font-size: 22px;
}

.icon-card {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f4f7;
  border-radius: 50%;
}

.icon-card:hover {
  background-color: #f0f4f7;
}

.icon-card img {
  width: 24px;
}

.dashboard-block .dashboard-heading .item {
  padding-left: 24px;
  padding-right: 24px;
}

.dashboard-block .dashboard-heading .row-block {
  padding: 0;
  margin: 0;
}

.dashboard-block .dashboard-heading .block-title {
  margin-bottom: 0;
}

/* end */
/* end */
.yith-wcaf-registration-form .forms-container .register-title {
  width: 100%;
  display: none;
}

.yith-wcaf-registration-form .forms-container {
  /* display: flex;
 flex-wrap: wrap;
 align-items: center;
 border: 1px solid #e3e7f0;
 border-radius: 20px;
 box-shadow: var(--box-shadow);
 overflow: hidden;
 padding: 40px 30px 60px;
 position: relative;
 background: #f0f4f7;
 position: relative;
 overflow: hidden;*/
  max-width: 100%;
  margin-left: 50px;
  margin-right: 50px;
}

.yith-wcaf-registration-form .forms-container .register-form {
  width: 100%;
}

.yith-wcaf-registration-form .forms-container .register {
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.yith-wcaf-registration-form .forms-container .register .form-row.gfield--width-half {
  grid-column: span 6;
}

.yith-wcaf-registration-form .forms-container .register .select2-container {
  width: 100% !important;
}

.yith-wcaf-registration-form .forms-container .register .form-row,
.yith-wcaf-registration-form .forms-container .register .existing-customer-login {
  grid-column: span 12;
  margin-bottom: 16px;
}

.yith-wcaf-registration-form .password-wrapper {
  position: relative;
}

.yith-wcaf-registration-form .password-wrapper input.input.input-text {
  padding-right: 40px;
}

.yith-wcaf-registration-form .password-wrapper a.toggle-button {
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
}

body .order-process-block button.show-password-input:empty,
body .register-form button.show-password-input:empty {
  display: none;
  padding: 0;
}

.affiliate-dashboard .filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.affiliate-dashboard .filter-container input,
.affiliate-dashboard .filter-container .select2 {
  flex: 1 0 0;
}

body .register-form input:not(.input-checkbox, .button),
body .register-form input:focus:not(.input-checkbox, .button) {
  min-height: 39px !important;
  line-height: 39px !important;
  color: #333;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yith-wcaf-registration-form .forms-container .register .form-row:last-child {
  text-align: right;
  margin-bottom: 0;
}

.order-process-block .woocommerce-Address .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
  border-bottom: 2px solid #e0e8ef;
  padding-bottom: 30px;
}

.order-process-block .woocommerce-Address .woocommerce-Address-title .block-title {
  margin: 0;
}

.order-process-block .woocommerce-Address .woocommerce-Address-title .edit {
  font-size: 13px;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 4px;
  padding: 1.2em 2.4em;
  background: var(--color-content-primary);
  border-color: transparent;
  color: #ffffff !important;
}

.order-process-block .woocommerce-Address .woocommerce-Address-title .edit:hover {
  background: var(--color-content-secondary);
  border-color: transparent;
  color: #ffffff !important;
}

.order-process-block .woocommerce-Address address {
  color: #000;
  font-size: 18px;
}

.woocommerce-form-row,
.woocommerce .form-row span#account_display_name_description {
  font-size: 14px;
}

/* dev css */
.recipient-group-section.failed-recipient-show #failCSVData .heading-title p,
.recipient-group-section.failed-recipient-show #failCSVData .editRecipient,
.recipient-group-section.failed-recipient-show #failCSVData .deleteRecipient {
  display: none;
}

table tr.hide {
  display: none;
}

#duplicateCSVData tr.hide {
  display: table-row;
}

.select2-container.select2-container--default.select2-container--open {
  z-index: 999999 !important;
}

.loader {
  transition: all 0.5s ease-in-out;
  display: block;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.loader > div > .swal2-html-container {
  margin-bottom: 25px;
}

.loader > div > h2 {
  font-size: 28px;
  padding-top: 25px;
}

.loader > div {
  width: var(--swal2-width);
  max-width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 25px;
  text-align: center;
}

.loader .loader-5 {
  margin: auto;
  width: 2.2em;
  height: 2.2em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* end */
.order-process-block .heading-title .block-title {
  margin: 0;
}

body.affiliate-dashboard.role-affiliate_team_member .affiliate-dashboard-change-admin-menu-item {
  display: none;
}

body.affiliate-dashboard.role-affiliate_team_member .affiliate-dashboard-link-customer-menu-item {
  display: none;
}

body.affiliate-dashboard.role-affiliate_team_member .affiliate-dashboard-user-list-menu-item {
  display: none;
}

.sales-representative-dashboard {
  display: none;
}

.sales-representative-dashbaord .block-row .place-order.item .see-all {
  display: none;
}

.no-customers,
.no-organizations {
  max-width: 550px;
  margin: 0 auto;
  border: 1px solid #dee2e6;
  background-color: #ebeff6;
  text-align: center;
  padding: 8px 10px;
  color: #333;
  border-radius: 4px;
}

.btn-with-arrow {
  position: relative;
  padding-right: 28px;
  font-size: 16px;
  font-weight: 600;
}

.btn-with-arrow:after {
  content: "";
  position: absolute;
  background-image: url(../image/direction-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(262deg) brightness(106%)
    contrast(101%);
  width: 22px;
  height: 22px;
  right: 0;
  top: 1px;
  transform: rotate(180deg);
}

.order-process-block.two_cols > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.user-registration .form-row .ur-checkbox-list {
  display: flex;
}

.user-registration .user-registration-message {
  width: 100%;
}

.wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
  display: none;
}

.no-available-msg {
  text-align: center;
}

.required {
  color: #ff4f55;
}

.ur-submit-button .ur-front-spinner {
  display: inline-flex;
  align-items: center;
  margin-bottom: -3px;
}

.woocommerce h1,
.woocommerce h2,
.woocommerce h3,
.woocommerce h4,
.woocommerce h5,
.woocommerce h6 {
  font-family: var(--h1-font-family) !important;
}

.orthoney-datatable-warraper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  border: 0;
}

.orthoney-datatable-warraper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table thead {
  background-color: #fff;
  visibility: collapse;
}

.orthoney-datatable-warraper .dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table thead th {
  border: 0;
}

.orthoney-datatable-warraper .dataTables_wrapper #customer-jar-orders-table_filter,
.orthoney-datatable-warraper .dataTables_wrapper #customer-orders-table_filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 13px;
  gap: 20px;
  text-align: none;
  background: #fff;
  border-radius: 0;
  padding: 20px 20px 0 20px;
}

.orthoney-datatable-warraper #customer-jar-orders-table_filter.dataTables_filter {
  float: none;
}

.orthoney-datatable-warraper .dataTables_wrapper label {
  font-size: 15px;
  font-weight: 500;
  color: var(--color-content-heading);
}

.orthoney-datatable-warraper .dataTables_wrapper label span {
  min-height: auto !important;
}

.orthoney-datatable-warraper .dataTables_wrapper label {
  margin-right: 0 !important;
  text-align: left;
}

.orthoney-datatable-warraper .dataTable {
  width: 100% !important;
}

.orthoney-datatable-warraper .dataTables_wrapper input:focus,
.orthoney-datatable-warraper .dataTables_wrapper input,
.orthoney-datatable-warraper .dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
  border-radius: 5px;
  border: 0;
  min-height: 35px !important;
  font-size: 13px;
  height: 35px;
  background: #fff;
  display: block;
}

.orthoney-datatable-warraper table#customer-jar-orders-table tbody td:nth-child(2) {
  white-space: nowrap;
}

.orthoney-datatable-warraper .dataTables_wrapper label span.select2-selection {
  border-radius: 4px;
  height: 35px;
  line-height: 35px;
}

.orthoney-datatable-warraper
  .dataTables_wrapper
  label
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  font-size: 13px;
  color: #809197;
}

.orthoney-datatable-warraper .dataTables_wrapper label .selection .woocommerce-ordering:after,
.orthoney-datatable-warraper .dataTables_wrapper label .selection .woocommerce-select:after,
.selection .select2-selection:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 3px solid #809197;
  border-top: 3px solid #809197;
  transform: rotate(135deg);
  margin-right: 0;
  margin-left: 0;
  font-size: 0;
  right: 6px;
  bottom: 0;
  margin: auto;
  top: 0;
}


.orthoney-datatable-warraper .dataTables_wrapper label.customer-select-filter span.select2 {
  width: 250px;
}
.orthoney-datatable-warraper .dataTables_wrapper label.jar-select-customer {
  width: 200px;
}

.orthoney-datatable-warraper .dataTables_wrapper label.yearblock {
  max-width: 130px;
}

.orthoney-datatable-warraper .dataTables_wrapper label.rangeblock {
  display: flex;
  flex-direction: column;
}

.orthoney-datatable-warraper .dataTables_wrapper label.rangeblock label {
  order: 1;
}

.orthoney-datatable-warraper .dataTables_wrapper label.rangeblock .ui-slider {
  order: 2;
  margin: 12px 0 0 0;
}

.orthoney-datatable-warraper .dataTables_wrapper label.rangeblock input {
  order: 3;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  text-align: center;
}

.orthoney-datatable-warraper .dataTables_wrapper .custom-pdf-export-type-wrapper {
  display: flex;
  width: calc(100% + 40px);
  gap: 15px;
  padding-top: 20px;
  border-top: 0;
  background: #f0f4f7;
  margin: 0px -20px 0;
  justify-content: end;
}

.orthoney-datatable-warraper table {
  border-collapse: separate;
  border: 1px solid #dee2e6 !important;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: none !important;
  margin-bottom: 20px;
}

.orthoney-datatable-warraper .dataTables_scroll .dataTables_scrollHead table {
  border-radius: 10px 10px 0 0;
}

.orthoney-datatable-warraper .dataTables_scroll .dataTables_scrollHead table thead tr th {
  border-bottom: 0;
}

.orthoney-datatable-warraper .dataTables_scroll .dataTables_scrollBody table {
  border-radius: 0 0 10px 10px;
}

.orthoney-datatable-warraper table thead {
  background-color: #ebeff6;
}

.orthoney-datatable-warraper table th {
  white-space: nowrap;
}

/* .orthoney-datatable-warraper table td{
 border: 0;
} */
.orthoney-datatable-warraper table td,
.orthoney-datatable-warraper table th {
  font-size: 14px;
  border-color: #dee2e6 !important;
  vertical-align: middle;
  color: #333;
  text-transform: capitalize;
  box-shadow: none !important;
  padding: 0.6rem 1rem !important;
}

.orthoney-datatable-warraper table td[data-label="Status"].error-message {
  color: #dd1a1a;
  font-weight: 600;
}

.orthoney-datatable-warraper #group-recipient-table td,
.orthoney-datatable-warraper #incomplete-order-table tbody td {
  border-bottom: 0 !important;
}

.orthoney-datatable-warraper .paging_simple_numbers {
  gap: 5px;
}

.orthoney-datatable-warraper .dataTables_wrapper .paging_simple_numbers .paginate_button {
  color: #fff !important;
  border-radius: 4px;
  cursor: pointer;
  background: var(--color-content-primary);
}

.orthoney-datatable-warraper .dataTables_wrapper .paging_simple_numbers .paginate_button.current {
  background-color: #572c7c;
}

.orthoney-datatable-warraper .dataTables_wrapper .paging_simple_numbers .paginate_button:hover {
  color: #fff !important;
}

.orthoney-datatable-warraper .dataTables_wrapper .paging_simple_numbers .paginate_button.disabled {
  cursor: inherit !important;
  background: #809197 !important;
  color: #fff !important;
}

.orthoney-datatable-warraper tr:not(.group-header):nth-child(even) {
    background: #f8f8f8!important;
}
.orthoney-datatable-warraper
  .dataTables_wrapper
  .paging_simple_numbers
  .paginate_button:hover:not(.paging_simple_numbers .paginate_button.disabled) {
  background: var(--color-content-secondary) !important;
}

.user-registration-message-container {
  width: 100%;
}

.multiple-address-grid .error-message {
  text-align: left;
}

.woocommerce-MyAccount-content .woocommerce-message {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 10px;
}

.wc-block-components-address-form {
  align-items: flex-start;
}

.wc-block-components-address-form .wc-block-components-validation-error {
  margin-bottom: 10px;
  position: static !important;
}

.wc-block-components-address-form .wc-block-components-text-input input#billing-phone {
  order: 2;
  padding: 0 var(--inputs-padding, 0.6em) !important;
  min-height: 39px !important;
  line-height: 39px !important;
  height: 39px;
  border-radius: 0;
}

.ur-form-grid .ur-pro-input-icon-padding {
  padding-left: 20px !important;
}

.ur-form-grid span.ur-icon {
  display: none;
}

.register-form .ur-icon:before {
  position: absolute;
  top: 42px;
  left: 10px;
  color: #000;
  z-index: 1;
}

.register-form .form-row .woocommerce-input-wrapper input,
.register-form .form-row .woocommerce-input-wrapper .select2-selection,
.register-form .form-row label {
  font-family: var(--font-family);
}

.register-form .form-row .woocommerce-input-wrapper .select2-selection,
.register-form .form-row .woocommerce-input-wrapper input.input-text {
  padding-left: 20px !important;
  line-height: 1 !important;
}

.register-form #profile_oam_heart_field label .optional {
  display: none;
}

.user-registration form.register .password-input-group .input-password {
  padding-right: 40px !important;
}

.incomplete-order-block #incomplete-order-table_filter {
  margin-bottom: 20px;
}

#viewAllRecipientsPopupCheckout .popup-show .table-wrapper {
  /* max-height: 550px !important; */
  max-height: 75vh !important;
  overflow-y: auto;
}

#viewAllRecipientsPopupCheckout .popup-show .table-wrapper .dataTables_wrapper {
  width: 97%;
  margin: 0 auto;
}

.orthoney-datatable-warraper .dataTables_wrapper input[type="checkbox"] {
  height: 20px !important;
  min-height: 20px !important;
  position: relative;
}

.orthoney-datatable-warraper .dataTables_wrapper input[type="checkbox"]:before {
  top: 0;
  position: absolute;
  left: 0;
  height: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
}

.order-process-block label[for="multiple_address"] {
  margin: 0 !important;
}

.wp-block-woocommerce-checkout.is-loading {
  max-width: 1440px;
  background: transparent !important;
}

.register-form .register label {
  margin-bottom: 12px !important;
  font-size: 15px !important;
  color: #222 !important;
  line-height: 19px;
}

.register-form .register .form-row {
  margin-bottom: 24px !important;
}

.register-form .register .form-row .checkbox {
  margin-bottom: 0 !important;
}

.register-form .register .form-row input {
  color: #383838 !important;
  font-size: 14px;
}

.register-form .register input[name="register"] {
  border: 0;
  padding: 10px 24px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-right: 0;
  transition: all 0.3s;
  text-transform: capitalize;
}

.register-form .register .error-msg {
  font-size: 14px !important;
  margin: 5px 0 0 !important;
  color: #ff030b;
  font-family: "Open Sans";
  display: inline-block;
  line-height: 19px;
  letter-spacing: 0.18px;
}

.filter-jar-order-by-wc-order {
  text-decoration: underline;
}

.badge-group {
  display: flex;
  gap: 15px;
  margin-right: 10px;
}

.badge-group .badge {
  color: #333;
  position: relative;
  font-size: 23px;
  background: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge-group .badge .badge-number {
  position: absolute;
  top: -15px;
  font-size: 9px;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background: var(--color-content-secondary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  left: 26px;
}

.badge img {
  width: 27px;
  height: 27px;
  display: inline-block;
}

.links-group {
  display: flex;
  gap: 15px;
  align-items: center;
}

.links-group .vline {
  width: 2px;
  height: 30px;
  background: #d9d9d9;
  display: inline-block;
  position: relative;
  top: 3px;
}

.exceptions .exceptions-wrapper {
  display: flex;
  gap: 30px;
}

.exceptions .exceptions-wrapper .sub-exceptions {
  flex: 1;
}

#multiStepForm .recipient-group-section .heading-title .search-icon {
  width: 40px;
  height: 40px;
  display: flex;
  background: #fff;
  border-radius: 100%;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}

#multiStepForm .recipient-group-section .heading-title .search-icon .icon {
  width: 25px;
  height: 25px;
  background-image: url(https://orthoney.appnet-projects.com/wp-content/uploads/2025/05/magnifying-glass.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#multiStepForm .recipient-group-section .heading-title .search-icon.close .icon {
  background-image: url(https://orthoney.appnet-projects.com/wp-content/uploads/2025/05/close-icon.png);
  background-size: 19px;
}

#multiStepForm .heading-title .right-col {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 15px;
  align-items: center;
}

#multiStepForm .recipient-group-section .heading-title {
  align-items: end;
  flex-wrap: nowrap;
}

.orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter {
  text-align: left;
}

#multiStepForm .orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -54px;
  right: 48px;
  width: 0px;
  transition: all 0.3s ease;
}

#multiStepForm .orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter.open {
  opacity: 1;
  visibility: visible;
  width: 370px;
  transition: all 0.3s ease;
}

body.page-id-313 header .l-subheader-cell.at_right .w-btn,
body.page-id-262 header .l-subheader-cell.at_right .w-btn {
  display: none;
}

.lity-close:active {
  top: 20px !important;
}

.table-with-search-block .dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
}

.customer-email-search {
  display: flex;
  gap: 5px;
}

.customer-email-search.linked-customer-search {
  width: 100%;
}

.filter-container .customer-email-search input {
  border-radius: 5px;
  border: 0;

  font-size: 13px;
  height: 35px;
  background: #fff;
  display: block;
}

.form-deisgn form input,
.form-deisgn form select,
.form-deisgn form textarea {
  border-radius: 5px;
  border: 0;

  font-size: 13px;
  height: 35px;
  background: #fff;
  display: block;
}

.product-price-box {
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-price-box .col-left {
  position: relative;
}

.product-price-box .col-left .error-message {
  position: absolute;
}

#customer-jar-orders-table_wrapper .dataTables_length,
#customer-orders-table_wrapper .dataTables_length {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
}

#customer-jar-orders-table_filter .jar_filter_btton,
#customer-jar-orders-table_filter .jar_reset_btton,
#customer-orders-table_filter .filter_btton,
#customer-orders-table_filter .reset_btton {
  margin-top: 20px;
}

#customer-jar-orders-table_filter button.jar_filter_btton,
#customer-orders-table_filter button.filter_btton {
  background: var(--color-content-link);
}

#customer-jar-orders-table_filter button.jar_filter_btton:hover,
#customer-orders-table_filter button.filter_btton:hover {
  background-color: var(--color-content-secondary) !important;
}

.lity .lity-container form input,
.lity .lity-container form select,
.lity .lity-container form .select2-selection,
body.woocommerce-account .woocommerce-EditAccountForm input,
body.woocommerce-account .woocommerce-EditAccountForm select,
body.woocommerce-account .woocommerce-change-password-wrapper select,
body.woocommerce-account .woocommerce-change-password-wrapper input {
  border-radius: 5px;
  border: 0;
  min-height: 35px !important;
  font-size: 13px;
  height: 35px;
  background: #fff;
  display: block;
}

.lity .lity-container form textarea,
body.woocommerce-account .woocommerce-EditAccountForm textarea,
body.woocommerce-account .woocommerce-change-password-wrapper textarea {
  border-radius: 5px;
  border: 0;
  min-height: 35px !important;
  font-size: 13px;
  background: #fff;
  display: block;
}

#recipient-manage-popup input:focus,
#recipient-manage-popup button:focus,
#recipient-manage-popup textarea:focus {
  box-shadow: rgba(6, 5, 1, 0.153) 0px 0px 0px 1px;
  border: 1px solid orange;
}

.dataTable tbody td .red-text {
  font-weight: 700;
  color: red;
}

.dataTable tbody td .green-text {
  font-weight: 700;
  color: var(--color-content-link);
}

.user-registration .login a.custom-signup-link {
  font-size: 13px;
  line-height: 1.2 !important;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.02em;
  border-radius: 4px;
  padding: 1.2em 2.4em;
  background: var(--color-content-secondary);
  border-color: transparent;
  color: #ffffff !important;
  display: block;
  width: 100%;
  text-align: CENTER;
}

.user-registration .login a.custom-signup-link:hover {
  background-color: var(--color-header-middle-text-hover);
}

#multiStepForm .orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter.open label,
#multiStepForm .orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter.open label input {
  width: 100%;
}
table#customer-orders-table thead tr th:last-child,
table#customer-jar-orders-table thead tr th:last-child{
   width:110px !important
}
.notify-form form .mc4wp-form-fields label{
    margin-bottom: 12px;
    display: inline-block;
}
.notify-form form .mc4wp-form-fields input{
    min-height: 39px !important;
    height: 100%;
}
.notify-form form .mc4wp-form-fields > p {
    margin-bottom: 24px;
}

#sales-representative-affiliate-commission-table_filter input[type="search"],
#sales-representative-customer-table_filter input[type="search"],
#admin-organizations-commission-table_filter input[type="search"],
#admin-organizations-table_filter input[type="search"],
#admin-sales-representative-table_filter input[type="search"],
#admin-customer-table_filter input[type="search"]{
  width:170px !important; 
}

.affiliate-dashboard #sales-representative-affiliate-table_filter {
    display: flex;
    align-items: center;
    gap: 10px;
}
.affiliate-dashboard #sales-representative-affiliate-table_filter input{
  margin: 0!important;
}
.affiliate-dashboard #sales-representative-affiliate-table_filter input[type="search"]{
  width: 170px!important;
}
.customer-login-btn{
  padding-left: 0;
}
.icon-txt-btn img{
  width: 15px;
  height: 15px;
}
/* responsive */
@media (min-width: 993px) {
  .order-process-block table td .thead-data,
  .custom-table table td .thead-data {
    display: none;
  }
  .affiliate-dashboard #sales-representative-affiliate-table_length{
    margin-bottom: 10px;
  }
}

@media (max-width: 1350px) {
  .order-process-block .tab-selections .step-nav-item {
    padding: 12px 25px 12px 15px;
  }
}

@media (max-width: 1279px) {
  .order-process-block .tab-selections .step-nav-item {
    font-size: 13px;
  }
  
.order-process-block form #step1 .block-btn{
      position: relative;
    right: 0;
    bottom: 0;
}
}

@media (max-width: 1200px) {
  .order-process-block .address-inner {
    margin: 25px auto 0;
  }

  .order-process-block .step#step3 .g-cols.via_grid {
    gap: 20px;
  }

  .order-process-block .heading-title {
    flex-wrap: wrap;
  }

  .popup-show {
    min-width: 100%;
  }

  body .lity-wrap .lity-container {
    padding: 0 20px;
    width: 100%;
  }

  .admin-bar .lity-close {
    top: 10px;
  }

  .order-process-block .tab-selections:before {
    display: none;
  }

  .order-process-block .tab-selections {
    gap: 10px;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    overflow-y: inherit;
    white-space: normal;
  }

  .order-process-block .tab-selections .step-nav-item {
    grid-column: span 4;
    margin: 0;
    border: 1px solid #ccc;
    padding: 12px 16px 12px 16px;
    font-size: 14px;
    border-radius: 10px;
    place-content: center;
  }

  .dashboard-block .two-col-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .order-process-block.two_cols > div {
    grid-template-columns: auto;
    gap: 40px;
  }
}

@media (max-width: 1023.99px) {
  body.user-registration-page .login-register-block .user-registration:not(.user-registration-MyAccount) {
    margin: 0 auto 40px !important;
  }

  .login-register-block .user-registration {
    padding: 0 40px !important;
  }

  .login-register-block .login-title {
    margin: 40px 0 40px;
    padding: 0 40px 10px;
  }

  .yith-wcaf-registration-form .forms-container {
    margin: 0 40px;
  }
}

@media (max-width: 1023px) {
  .login-register-block .overlay-bg {
    order: 3;
  }

  body td,
  body th {
    padding: 0.6rem 0.6rem;
  }

  .order-process-block .recipient-group-nav {
    white-space: normal;
    overflow-y: inherit;
    border-bottom: 0px;
    flex-wrap: wrap;
    display: flex;
    gap: 5px;
    row-gap: 10px;
  }

  .order-process-block .recipient-group-nav .scroll-section-btn {
    width: calc(33.3333% - 5px);
    margin: 0;
  }
}

@media (max-width: 992px) {
  .order-process-block .step#step3 .g-cols.via_grid {
    grid-template-columns: 1fr;
  }

  .order-process-block .step#step3 .submit-csv-btn {
    padding: 10px 20px;
  }

  .grid-two-col {
    column-gap: 20px;
  }

  .woocommerce-form-row,
  .woocommerce .form-row {
    margin: 0 0 1rem;
  }

  .order-process-block table,
  .custom-table table {
    display: block;
    width: 100%;
  }

  .order-process-block table thead,
  .custom-table table thead {
    display: none;
  }

  .order-process-block table tbody,
  .custom-table table tbody {
    display: block;
    width: 100%;
  }

  .order-process-block table tbody tr,
  .custom-table table tbody tr {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-bottom: 1px solid #dee2e6 !important;
    background: #fff;
    margin-bottom: 20px;
    border-top: 1px solid #dee2e6 !important;
  }

  .order-process-block table td,
  .custom-table table td {
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #dee2e6 !important;
    padding-right: 20px;
    word-break: break-all;
  }

  .order-process-block table td .thead-data,
  .custom-table table td .thead-data {
    background: #ebeff6;
    padding: 0.6rem 0.7rem;
    flex: 180px 0 0;
    margin-right: 15px;
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 1.1;
    word-break: break-all;
  }

  .order-process-block table tbody tr.group-header,
  .custom-table table tbody tr.group-header {
    padding: 12px 12px;
    background: #eee;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .order-process-block table tbody tr.group-header:first-child,
  .custom-table table tbody tr.group-header:first-child {
    margin-top: 0;
    border-top: 0px solid #dee2e6 !important;
  }

  .order-process-block table tbody tr.group-header td,
  .custom-table table tbody tr.group-header td {
    display: block;
    border-right: 0;
    padding: 0;
  }

  .order-process-block table td:last-child,
  .custom-table table td:last-child {
    border-bottom: 0 !important;
  }

  .order-process-block table,
  .custom-table table {
    border: none;
    border-radius: 0;
    background-color: transparent;
  }

  .order-process-block button.far,
  .custom-table button.far {
    font-size: 13px;
    margin-right: 6px;
    padding: 7px;
    align-self: center;
  }

  .order-process-block table td:last-child,
  .order-process-block table th:last-child,
  .custom-table table td:last-child,
  .custom-table table th:last-child {
    border-right: 1px solid #dee2e6;
  }

  .order-process-block table tbody tr.group-header td,
  .custom-table table tbody tr.group-header td {
    border-right: 0;
  }

  .order-process-block table tbody tr:first-child,
  .custom-table table tbody tr:first-child {
    border-top: 1px solid #dee2e6 !important;
  }

  .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100%;
    border-right: none;
  }

  .wp-block-woocommerce-checkout .is-large .wc-block-checkout__sidebar {
    width: 100%;
  }

  body .woocommerce-thankyou-order-details li {
    flex: 50% 0 0;
  }

  .dashboard-block .block-row.three-block-col {
    grid-template-columns: repeat(2, 1fr);
  }

  .orthoney-datatable-warraper .dataTables_wrapper > div {
    margin-bottom: 0px;
    width: 100%;
    gap: 10px;
  }

  .orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter label,
  .orthoney-datatable-warraper .dataTables_wrapper .dataTables_length label {
    width: 100%;
    margin: 0 !important;
  }

  .exceptions .exceptions-wrapper {
    flex-wrap: wrap;
  }

  .exceptions .exceptions-wrapper .sub-exceptions {
    flex: auto;
  }

  #multiStepForm .recipient-group-section .heading-title {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }

  #multiStepForm .orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter {
    left: 48px;
    margin-top: 0;
  }

  #multiStepForm .orthoney-datatable-warraper .dataTables_wrapper .dataTables_filter.open {
    width: 80% !important;
  }

  #customer-jar-orders-table_wrapper .dataTables_length,
  #customer-orders-table_wrapper .dataTables_length {
    position: relative;
    margin: 10px 0;
    bottom: 0;
  }

  #customer-jar-orders-table_wrapper .dataTables_length label,
  #customer-orders-table_wrapper .dataTables_length label {
    display: block;
  }

  #customer-jar-orders-table_filter .jar_filter_btton,
  #customer-jar-orders-table_filter .jar_reset_btton,
  #customer-orders-table_filter .filter_btton,
  #customer-orders-table_filter .reset_btton {
    margin-top: 0px;
  }
}

@media (max-width: 782px) {
  .admin-bar .select2-container--open .select2-dropdown {
    margin-top: 46px !important;
  }

  .order-process-block table td .thead-data,
  .custom-table table td .thead-data {
    flex: 100px 0 0;
  }
}

@media (max-width: 767px) {
  .login-register-block .user-registration {
    padding: 0 20px !important;
  }

  .login-register-block .login-title {
    padding: 0 20px 0px;
  }

  .yith-wcaf-registration-form .forms-container {
    margin: 0 20px;
  }

  .order-process-block {
    padding: 40px 20px 40px;
  }

  .order-process-block .organization-step .content-title {
    font-size: 18px;
    line-height: normal;
  }

  .order-process-block label:has(input[type="radio"]) span {
    line-height: normal;
  }

  .order-process-block .step#step3 .file-lists ul {
    margin-left: 25px;
  }

  .order-process-block .step#step3 .file-lists ul li {
    font-size: 14px;
  }

  .heading-open-sans h1,
  .heading-open-sans h2,
  .heading-open-sans h3,
  .heading-open-sans h4,
  .heading-open-sans h5,
  .heading-open-sans h6 {
    line-height: normal;
  }

  .grid-two-col,
  .popup-show .recipient-view-details-wrapper ul {
    column-gap: 20px;
  }

  .popup-show .recipient-view-details-wrapper ul {
    row-gap: 15px;
  }

  .order-process-block .recipient-group-nav .scroll-section-btn {
    font-size: 16px;
  }

  .order-process-block .tab-selections .step-nav-item {
    grid-column: span 4;
    padding: 10px;
    font-size: 12px;
  }

  .site-form .form-row label,
  .popup-show .recipient-view-details-wrapper ul li label,
  .recipient-view-greeting-box label {
    font-size: 14px;
  }

  .order-process-block .group-name {
    flex-wrap: wrap;
    font-size: 16px;
    margin-bottom: 22px;
  }

  p.num-count {
    font-size: 15px;
  }

  .order-process-block .recipient-group-nav .scroll-section-btn {
    width: calc(50% - 3px);
    margin: 0;
  }

  .swal2-popup .swal2-actions {
    padding: 0.8em 1em 0;
  }

  .swal2-popup .swal2-actions .swal2-styled {
    width: 100%;
  }

  .yith-wcaf-registration-form .forms-container .register .form-row.gfield--width-half {
    grid-column: span 12;
  }

  .order-process-dashboard {
    padding: 40px 20px 40px;
  }
}

@media (max-width: 700px) {
  html body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main,
  html body .wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-checkout__sidebar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  body .wp-block-woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-bottom: 60px;
    padding-top: 40px;
  }

  html body .wc-block-components-sidebar-layout .wc-block-components-sidebar.wc-block-checkout__sidebar {
    padding-top: 20px;
  }

  .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    padding: 12px 20px;
  }

  body
    .wc-block-checkout__sidebar
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title
    .wc-block-components-checkout-order-summary__title-icon {
    fill: #fff;
  }

  body
    .wc-block-checkout__sidebar
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title
    .wc-block-components-formatted-money-amount {
    color: #fff;
  }

  html
    body
    .wc-block-checkout__sidebar
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  html
    body
    .wc-block-checkout__sidebar
    .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-totals-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  body .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title {
    margin-bottom: 30px;
  }

  html body .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
    display: none;
    padding: 0;
  }

  html body .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
    padding-top: 0;
  }
}

@media (max-width: 600px) {
  .order-process-block label:has(input[type="radio"]) {
    width: 100%;
    margin: 0 0 15px;
  }

  .popup-show {
    padding: 40px 20px;
  }

  .lity-close {
    height: 35px;
    width: 35px;
    right: 30px !important;
    top: 10px !important;
  }

  .grid-two-col .form-row.gfield--width-half,
  .popup-show .recipient-view-details-wrapper ul li,
  .grid-two-col .form-row.gfield--width-third-half {
    grid-column: span 12;
  }

  .user-registration .user-registration-social-connect-networks .custom-passwordless-link,
  .user-registration .custom-login-btn,
  .user-registration .custom-login-btn a {
    width: 100%;
  }

  .user-registration .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 {
    width: 100% !important;
  }

  .user-registration .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 li {
    width: 100% !important;
  }

  .order-process-block .tab-selections {
    gap: 6px;
  }

  .order-process-block .tab-selections .step-nav-item {
    border-radius: 5px;
    padding: 8px;
    line-height: 1.3;
  }

  .order-process-block .organization-step .content-title {
    font-size: 16px;
  }

  .order-process-block .tab-selections .step-nav-item {
    grid-column: span 6;
  }

  .order-process-block .organization-step .content-title a {
    display: inline-block;
  }

  .order-process-block .recipient-group-nav {
    margin-top: 40px;
  }

  .order-process-block .recipient-group-nav .scroll-section-btn {
    width: 100%;
    margin: 0;
    border: 1px solid var(--color-header-middle-text-hover);
    border-radius: 0;
  }

  .wc-block-checkout__form .wc-block-authnet-gateway-container input[type="tel"] {
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.15) !important;
  }

  html body .wc-block-authnet-gateway-container input#cardNumber,
  html body .wc-block-authnet-gateway-container input#expiryDate,
  html body .wc-block-authnet-gateway-container input#cvc,
  .wc-block-authnet-gateway-container .qaJVi svg {
    width: 100% !important;
  }

  .wc-block-authnet-gateway-container .qaJVi svg {
    padding-bottom: 7px;
    height: auto;
    max-width: 30px;
    margin: 0 auto;
  }

  .wc-block-checkout__form .wc-block-authnet-gateway-container .sc-gjcoXW {
    flex-wrap: wrap;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  body .woocommerce-thankyou-order-details li {
    flex: 100% 0 0;
  }

  .row-block {
    flex-wrap: wrap;
  }

  .row-block h4 {
    width: 100%;
    margin-bottom: 16px;
  }

  .pagination {
    gap: 8px;
  }

  .pagination a {
    width: 34px;
    height: 34px;
    border-radius: 6px;
  }

  .dashboard-block .block-row.three-block-col {
    grid-template-columns: repeat(1, 1fr);
  }

  .place-order .block-title {
    font-size: 20px;
  }

  .icon-card {
    width: 34px;
    height: 34px;
  }

  .icon-card img {
    width: 20px;
  }

  .place-order .row-block {
    padding: 0 24px 16px;
    margin-bottom: 16px;
  }

  .dashboard-block .block-row .item {
    padding: 16px 0;
  }

  .dashboard-block .dashboard-heading .item {
    padding: 16px 24px;
  }

  .place-order .block-title {
    flex: 100% 0 0;
    margin-bottom: 16px;
  }
  .affiliate-dashboard #sales-representative-affiliate-table_filter {
    flex-wrap: wrap;
  }
  .affiliate-dashboard #sales-representative-affiliate-table_filter input[type="search"],
  #admin-organizations-table_filter input[type="search"]{
    width: 100% !important;
  }
  .table-with-search-block .dataTables_wrapper .dataTables_filter{
      flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .incomplete-order-block.order-process-block td {
    padding: 0 0.7rem 10px;
    flex-wrap: wrap;
    border-left: 1px solid #dee2e6;
  }

  .incomplete-order-block.order-process-block .thead-data,
  .incomplete-order-block.custom-table table td .thead-data {
    flex: 100% 0 0;
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    border-right: 0px;
    border-left: 0px;
    padding-left: 0;
    position: relative;
    margin: 0;
  }

  .incomplete-order-block.order-process-block .thead-data:after,
  .incomplete-order-block.custom-table table td .thead-data:after,
  .incomplete-order-block.order-process-block .thead-data:before,
  .incomplete-order-block.custom-table table td .thead-data:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    background: #ebeff6;
    width: 100%;
    height: 100%;
  }

  .incomplete-order-block.order-process-block .thead-data:before,
  .incomplete-order-block.custom-table table td .thead-data:before {
    left: inherit;
    right: 100%;
  }

  .top-bar-menu ul li {
    font-size: 13px;
  }

  .top-bar-menu ul li a {
    font-size: 13px;
  }

  .btn-with-arrow {
    padding-right: 26px;
    font-size: 14px;
  }

  .btn-with-arrow:after {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 395px) {
  .user-registration .lost_password {
    position: absolute;
    right: 20px;
  }

  .grid-two-col {
    display: block;
  }

  .two-cta-block .w-btn.outline-btn {
    width: 100%;
    justify-content: center;
  }

  .two-cta-block .w-btn {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .button-block {
    flex-wrap: wrap;
  }

  .order-process-block .w-btn {
    width: 100%;
  }

  .order-process-block .w-btn.back {
    justify-content: flex-end;
  }

  .order-process-block .w-btn.next {
    justify-content: flex-start;
  }

  .grid-two-col .footer-btn button[type="submit"],
  .grid-two-col .footer-btn button[type="button"] {
    width: 100%;
  }

  .order-process-block table td,
  .custom-table table td {
    padding: 0 0.7rem 10px;
    flex-wrap: wrap;
    border-left: 1px solid #dee2e6;
  }

  .order-process-block table td .thead-data,
  .custom-table table td .thead-data {
    flex: 100% 0 0;
    margin-bottom: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
    border-right: 0px;
    border-left: 0px;
    padding-left: 0;
    position: relative;
  }

  .order-process-block table td .thead-data:after,
  .custom-table table td .thead-data:after,
  .order-process-block table td .thead-data:before,
  .custom-table table td .thead-data:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    background: #ebeff6;
    width: 100%;
    height: 100%;
  }

  .order-process-block table td .thead-data:before,
  .custom-table table td .thead-data:before {
    left: inherit;
    right: 100%;
  }
}

@media (max-width: 319px) {
  .order-process-block .tab-selections .step-nav-item {
    grid-column: span 12;
  }
}

@media (min-width: 676px) {
  .wp-block-woocommerce-checkout {
    margin-top: -6px;
  }
}

#profile_consent_field .woocommerce-input-wrapper .optional{
  display: none !important;
}
.upload_type_output_label .tooltip{
  position: absolute;
    right: 20px;
    top: 18px;
}

body.dashboard-active .top-bar-menu .customer-dashboard a,
body.sales-representative-dashboard-active .top-bar-menu .sales-representative-dashboard-link a,
body.organization-dashboard-active .top-bar-menu .organization-dashboard a,
body.administrator-dashboard-active .top-bar-menu .administrator-dashboard-link a{
    color:#6BBE56;
    font-weight: 900;
}


.wc-block-components-form.wc-block-checkout__form.show-message{
  margin-top: 110px;
  padding-top: 30px;
}

.wc-block-components-form.wc-block-checkout__form.show-message.errorbox2{
  margin-top: 220px;
}

.wc-block-components-form.wc-block-checkout__form.show-message .organization-not-active-error-message{
  position: absolute;
  bottom: 100%;
  
}
.wc-block-components-form.wc-block-checkout__form.show-message .organization-not-active-error-message .error-message-box{
  background: #d27f7f;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
         
.dashboard-heading.block-row .item.error-message-box,
.wc-block-components-form.wc-block-checkout__form.show-message .organization-not-active-error-message .error-message-box{
  background: #ff0000;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.dashboard-heading.block-row .item.error-message-box .block-title{
  color: #fff;
}

.dashboard-heading.block-row .item.success-message-box,
.wc-block-components-form.wc-block-checkout__form.show-message .organization-not-active-error-message .success-message-box{
  background: #6BBE56;
  color: #fff;
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.dashboard-heading.block-row .item.success-message-box .block-title{
  color: #fff;
}