:root {
--affwp-creative-preview-width: 10rem;
--affwp-card-padding: 1.5rem;
}
.fancybox__backdrop {
--fancybox-bg: rgba(0, 0, 0, 0.5);
}
table.affwp-table {
text-align: left;
width: 100%;
border: none;
margin: 0 0 1.5rem;
border-collapse: collapse;
}
table.affwp-table th,
table.affwp-table td {
text-align: left;
border: 2px solid rgba(0, 0, 0, 0.03);
color: #666;
padding: 0.3em 1em;
max-width: 100%;
}
table.affwp-table th {
background: #fafafa;
font-weight: bold;
}
.affwp-form {
margin-bottom: 1.5rem;
}
.affwp-form fieldset {
border: none;
}
.affwp-form legend {
font-size: 120%;
margin-bottom: 1em;
}
.affwp-form textarea,
.affwp-form input[type="text"],
.affwp-form input[type="password"],
.affwp-form input[type="email"],
.affwp-form input[type="url"] {
box-sizing: border-box;
}
.affwp-form input {
border: 1px solid #eaeaea;
border: 1px solid rgba(51, 51, 51, 0.1);
}
.affwp-form input[type="text"].required,
.affwp-form input[type="password"].required,
.affwp-form input[type="email"].required,
.affwp-form input[type="url"].required {
color: inherit;
}
.affwp-form input[type="checkbox"] {
display: inline-block;
}
.affwp-form label {
cursor: pointer;
}
.affwp-form label + input,
.affwp-form label + textarea,
.affwp-form label + select {
width: 100%;
}
.affwp-form .affwp-field-terms-of-use-content {
background-color: #fff;
border: 1px solid rgba(51, 51, 51, 0.1);
color: #444;
padding: 0 1rem;
margin: 1rem 0 0.5rem 0;
height: 8rem;
overflow-y: auto;
overflow-x: hidden;
font-size: 14px;
}
.affwp-form .affwp-field-terms-of-use-content * {
font-size: 14px;
}
.affwp-form .affwp-label-radio,
.affwp-form .affwp-label-checkbox-multiple {
display: flex;
align-items: center;
}
.affwp-form .affwp-label-checkbox-multiple input,
.affwp-form .affwp-label-radio input {
margin: 0 5px 0 0;
}
.affwp-hidden {
display: none;
}
.affwp-wrap {
margin-bottom: 20px;
}
#affwp-custom-links-table .affwp-custom-link {
cursor: pointer;
}
.affwp-custom-link-row {
display: flex;
justify-content: space-between;
gap: 4rem;
position: relative;
}
.affwp-custom-link-actions {
display: flex;
gap: 1rem;
align-items: center;
visibility: hidden;
opacity: 0;
transition: opacity 0.1s ease-out;
}
.affwp-custom-link-actions button:hover {
background: transparent;
border: 0;
}
.affwp-custom-link-action {
color: #666;
transition: color 0.1s ease-in;
cursor: pointer;
width: 20px;
height: 20px;
display: inline-block;
}
#affwp-custom-links-table
td[data-field="link"]:hover
.affwp-custom-link-actions {
visibility: visible;
opacity: 1;
} button.affwp-tooltip,
.affwp-copy-button {
appearance: none;
-webkit-appearance: none;
background-color: transparent;
border: none;
margin: 0;
padding: 0;
background-color: unset !important;
display: flex;
}
.affwp-tooltip-url-copy,
.affwp-tooltip-button-copy {
cursor: pointer;
}
.affwp-tooltip-help {
cursor: help;
}  .affwp-row {
display: flex;
justify-content: space-between;
align-items: center;
gap: 4rem;
}
.affwp-row:hover .affwp-row-actions {
visibility: visible;
opacity: 1;
}
.affwp-row-header {
font-size: 0.875rem;
}
.affwp-row-actions {
display: flex;
gap: 1rem;
align-items: center;
visibility: hidden;
opacity: 0;
transition: opacity 0.1s ease-out;
}
.affwp-row-action {
color: #666;
transition: color 0.1s ease-in;
cursor: pointer;
width: 20px;
height: 20px;
display: inline-block;
}  .affwp-card__tooltip {
cursor: help;
}
.affwp-card__tooltip p {
margin-bottom: 1rem;
}
.affwp-card__tooltip svg {
width: 1.25rem;
height: 1.25rem;
}
.tippy-box[data-theme~="affwp"] .tippy-content {
padding: 1rem;
}
.tippy-box[data-theme~="affwp"] .tippy-content p {
margin-bottom: 1rem;
}
.tippy-box[data-theme~="affwp"] .tippy-content p:last-child {
margin-bottom: 0;
}
.affwp-card__header:has(.affwp-card__tooltip) {
display: flex;
justify-content: space-between;
align-items: start;
gap: 0.5rem;
}  .affwp-card.affwp-affiliate-link {
margin-bottom: 1.5rem;
}
.affwp-affiliate-link__display {
display: flex;
flex-direction: column;
gap: 1rem;
}
.affwp-affiliate-link__toggle {
margin-top: 0.5rem;
display: inline-block;
}
.affwp-affiliate-link__input {
cursor: pointer;
}  .affwp-affiliate-landing-pages .affwp-affiliate-link__display:not(:last-child) {
padding-bottom: 1rem;
border-bottom: 1px solid rgba(17, 24, 39, 0.05);
margin-bottom: 1rem;
}  .affwp-link-sharing {
display: flex;
flex-direction: column;
gap: 0.5rem;
margin-top: 1.5rem;
}
.affwp-link-sharing__options {
display: flex;
gap: 1rem;
flex-wrap: wrap;
}
.affwp-link-sharing__icon {
display: flex;
justify-content: center;
align-items: center;
}
.affwp-link-sharing__icon svg {
width: 2rem;
height: 2rem;
color: rgba(0, 0, 0, 0.75);
}
.affwp-link-sharing__x svg {
width: 1.5rem;
height: 1.5rem;
}
.affwp-link-sharing__qrcode {
cursor: pointer;
} .affwp-errors,
.affwp-notice {
border-radius: 2px;
border: 1px solid #e6db55;
margin: 0 0 21px 0;
background: #ffffe0;
color: #333;
}
.affwp-error,
.affwp-notice {
padding: 10px;
} .affwp-notice-error {
border-color: #d63638;
background: #fcf0f1;
color: #8a1f23;
}
p.affwp-error {
margin: 0 !important;
}
#affwp-affiliate-dashboard h4 {
margin-bottom: 20px;
}
#affwp-graphs-filter {
margin-bottom: 20px;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
margin: 0 0 20px 0;
padding: 0;
border: none;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li {
display: inline-block;
padding: 0 10px 0 0;
margin: 0;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li.active {
font-weight: bold;
}
#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li a {
text-decoration: none;
}
#affwp-affiliate-dashboard .affwp-graph {
margin-bottom: 20px;
}
#affwp-affiliate-dashboard .affwp-graph table {
width: auto;
}
#affwp-affiliate-dashboard-visits {
table-layout: fixed;
}
#affwp-affiliate-dashboard-visits .visit-url {
width: 30%;
}
#affwp-affiliate-dashboard-visits .referring-url {
width: 30%;
}
#affwp-affiliate-dashboard-visits .referral-status {
width: 15%;
}
#affwp-affiliate-dashboard-visits .visit-date {
width: 25%;
}
#affwp-affiliate-dashboard .affwp-send-notifications-wrap label,
.affwp-form .affwp-tos,
.affwp-form .affwp-user-remember {
width: auto;
}
#affwp-affiliate-dashboard-payouts-service {
margin-bottom: 50px;
}
.affwp-form select#affwp-payout-service-account-type,
.affwp-form select#affwp-payout-service-country {
width: 100%;
}
.visit-converted i {
display: inline-block;
position: relative;
top: 2px;
left: 2px;
}
.visit-converted i:before {
font-family: "dashicons";
font-style: normal;
}
.visit-converted.yes i:before {
content: "\f147";
color: #5e95ef;
}
.visit-converted.no i:before {
content: "\f158";
color: #ef6c5e;
} .affwp-creative pre {
background-color: rgba(0, 0, 0, 0.01);
border: 1px solid rgba(51, 51, 51, 0.1);
line-height: 1.5;
max-width: 100%;
overflow: auto;
padding: 1em;
white-space: pre-wrap;
word-wrap: break-word;
}
.affwp-creative pre,
.affwp-creative code {
hyphens: none;
}
.affwp-creative:not(.affwp-creatives-view .affwp-creative) {
margin-bottom: 40px;
padding-bottom: 20px;
border-bottom: 1px solid #eaeaea;
border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.affwp-creative:last-of-type:not(
.affwp-creatives-view .affwp-creative:last-of-type
) {
border-bottom: none;
padding-bottom: 0;
} .affwp-table-wrap {
overflow-x: auto;
}
table.affwp-table {
word-wrap: break-word;
table-layout: auto;
}
.screen-reader-text {
position: absolute;
margin: -1px;
padding: 0;
height: 1px;
width: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
border: 0;
word-wrap: normal !important;
} .affwp-table-responsive td:before {
content: attr(data-th) ":\00a0";
font-weight: bold;
}
.affwp-table-responsive td:before {
display: none;
} .affwp-spinner {
margin: auto;
padding: 0;
width: 2rem;
height: 2rem;
}
.affwp-spinner svg {
width: 100%;
height: 100%;
vertical-align: top;
animation: affwp-spinner-rotate 2s linear infinite;
}
.affwp-spinner svg * {
stroke-width: 2.75;
fill: none;
}
.affwp-spinner svg *:first-child {
stroke: rgba(0, 0, 0, 0.1);
}
.affwp-spinner svg *:last-child {
stroke: rgba(17, 24, 28, 0.8);
animation: affwp-spinner-dash 2s ease-in-out infinite;
}
@keyframes affwp-spinner-rotate {
100% {
transform: rotate(360deg);
}
}
@keyframes affwp-spinner-dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
} #affwp-affiliate-dashboard-creatives .affwp-creatives-types-menu {
list-style: none;
display: inline-flex;
margin: 0 0 1.5rem;
padding: 0.125rem;
background-color: rgba(0, 0, 0, 0.05);
gap: 0.125rem;
}
#affwp-affiliate-dashboard-creatives .affwp-view-switcher {
list-style: none;
display: flex;
margin: 0 0 0 auto;
padding: 0;
}
#affwp-affiliate-dashboard-creatives .affwp-creatives-types-menu a {
text-decoration: none;
padding: 0.25rem 0.75rem;
font-weight: 500;
display: inline-block;
transition: background-color 0.1s ease-in;
}
#affwp-affiliate-dashboard-creatives .affwp-creatives-types-menu li,
#affwp-affiliate-dashboard-creatives .affwp-view-switcher li {
margin: 0;
padding: 0;
}
#affwp-affiliate-dashboard-creatives .affwp-creatives-types-menu .active a {
background: rgba(255, 255, 255, 1);
color: rgba(0, 0, 0, 0.75);
}
.affwp-view-switcher {
justify-content: end;
}
.affwp-view-switcher li .affwp-view-switcher__button {
padding: 0.5rem;
color: rgba(0, 0, 0, 0.3);
display: inline-flex;
border: 1px solid transparent;
}
.affwp-view-switcher li {
background-color: transparent;
transition: background-color 0.1s linear;
}
.affwp-view-switcher li:hover:not(.active) {
background-color: rgba(0, 0, 0, 0.05);
}
.affwp-view-switcher .active svg,
.affwp-view-switcher .affwp-view-switcher__button:hover svg {
color: rgba(0, 0, 0, 0.75);
}
.affwp-creatives-table {
display: flex;
flex-direction: column;
width: 100%;
}
.affwp-creatives-table-row {
display: flex;
position: relative;
}
.affwp-creatives-table-cell {
flex: 1;
min-width: 0;
align-items: center;
}
.affwp-creatives-table-cell[data-column="type"] {
flex-direction: column;
align-items: start;
justify-content: center;
}
.affwp-creatives-table-cell[data-column="date_updated"] {
justify-content: end;
}
.affwp-creatives-table-row {
padding: 1.5rem 0;
}
.affwp-creatives-view--as-list .affwp-creative {
border-top: 1px solid rgba(0, 0, 0, 0.03);
gap: 1.5rem;
position: relative;
flex-direction: column;
}
.affwp-creatives-list-header {
display: none;
}
.affwp-creatives-list-header
> div[data-sorted="true"][data-order="asc"]
> a::after {
content: " \2191";
}
.affwp-creatives-list-header
> div[data-sorted="true"][data-order="desc"]
> a::after {
content: " \2193";
}
.affwp-creative-name-wrap {
display: flex;
gap: 1.5rem;
flex-direction: column;
}
.affwp-creatives-view--as-grid .affwp-creative-name {
white-space: nowrap;
}
.affwp-creatives-view--as-grid .affwp-creative-name {
overflow: hidden;
text-overflow: ellipsis;
}
.affwp-creatives-view--as-grid .affwp-creative-name,
#affwp-creatives-modal .affwp-creative-name {
font-weight: 600;
}
#affwp-creatives-modal .affwp-creative-name {
margin-bottom: 0.25rem;
margin-top: 0;
font-size: 2rem;
line-height: 1.1;
}
.affwp-creatives-item-actions {
align-items: center;
}
.affwp-creatives-item-actions form {
margin: 0;
padding: 0;
}
.affwp-creatives-list-column-label {
display: block;
font-weight: 600;
line-height: 1;
margin-bottom: 0.25rem;
}
.affwp-creative-preview {
border: 2px solid rgba(0, 0, 0, 0.03);
padding: 0.25rem;
display: flex;
justify-content: center;
overflow: hidden;
transition: border 0.1s linear;
}
.affwp-creative:hover .affwp-creative-preview {
border: 2px solid rgba(0, 0, 0, 0.08);
}
.affwp-creatives-view--as-grid .affwp-creative-preview {
height: 100%;
aspect-ratio: 1;
margin-bottom: 0.5rem;
}
.affwp-creative-preview img {
max-width: 100%;
}
.affwp-creatives-view--as-grid .affwp-creative:hover {
cursor: pointer;
}
.affwp-creative img {
object-fit: contain;
height: 100%;
}
.affwp-creatives-view--as-list img {
max-height: var(--affwp-creative-preview-width);
} .affwp-modal * {
margin: 0;
}
.affwp-modal__header {
margin-bottom: 1.5rem;
}
.affwp-modal__header h2 {
margin-bottom: 0.5rem;
}
.affwp-modal__actions {
margin-top: 1.5rem;
display: flex;
justify-content: space-between;
align-items: center;
gap: 4rem;
}
.affwp-modal__button {
align-self: start;
}  .affwp-modal__qr-code {
display: flex;
justify-content: center;
}
.affwp-modal__body:has(.affwp-modal__qr-code) {
border: 2px solid rgba(0, 0, 0, 0.03);
padding: 2rem;
}  #affwp-creatives-modal {
width: 100%;
max-width: 960px;
padding: 4rem;
gap: 2rem;
}
.affwp-copy-textarea-content {
min-height: 8rem;
resize: none;
width: 100%;
}
#affwp-creatives-modal .affwp-creative-section-preview {
display: flex;
flex-direction: column;
gap: 1rem;
}
#affwp-creatives-modal .affwp-creative-preview {
padding: 2rem;
}
#affwp-creatives-modal .affwp-creative-preview img {
height: auto;
}
#affwp-creatives-modal .affwp-creative-preview + form.affwp-creative-copy-form {
margin-top: 2rem;
}
.affwp-print-button {
margin-left: auto;
}
#affwp-printable-area {
display: none;
}
.affwp-creative-details {
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.affwp-creative-details > div {
line-height: 1.3;
}
.affwp-creative-file-extension {
font-weight: 600;
}
.affwp-creative-section-title {
font-weight: 600;
font-size: 1.3rem;
line-height: 1;
}
#affwp-creatives-modal .affwp-creative-subtitle,
.affwp-creative-file-details {
color: rgba(0, 0, 0, 0.6);
display: inline-flex;
align-items: center;
}
#affwp-creatives-modal form,
#affwp-creatives-modal p {
margin: 0;
}
.affwp-creative-section-code {
margin-top: 2rem;
}
.affwp-creative-copy-form {
display: flex;
flex-direction: column;
align-items: start;
gap: 1rem;
}
.affwp-creative-separator {
margin: 0 0.5rem;
}
.affwp-creatives-view--as-grid {
--gap: 2rem;
--max-columns: 5;
display: grid;
gap: var(--gap);
grid-template-columns: repeat(
auto-fill,
minmax(
max(
var(--affwp-creative-preview-width),
100% / var(--max-columns) - var(--gap)
),
1fr
)
);
}
.affwp-creatives-view--as-grid .affwp-creative-type,
.affwp-creatives-view--as-grid .affwp-creative-size {
color: rgba(0, 0, 0, 0.6);
}
.is-draggable .fancybox__content {
cursor: default;
}
.affwp-infinite-scroll-trigger[data-state="loading"] {
text-align: center;
}
.affwp-infinite-scroll-trigger .affwp-spinner {
display: none;
}
.affwp-infinite-scroll-trigger[data-state="loading"] .affwp-spinner {
display: inline-block;
}
.affwp-creative[data-type="text_link"] .affwp-creative-preview {
padding: 1rem;
}
.affwp-creatives-filters {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 1rem;
justify-content: space-between;
margin-bottom: 1rem;
}
#affwp-affiliate-dashboard-creatives .affwp-creatives-filters form,
#affwp-affiliate-dashboard-creatives
.affwp-creatives-filters
.affwp-category-dropdown,
#affwp-affiliate-dashboard-creatives
.affwp-creatives-filters
.affwp-category-dropdown
select,
#affwp-affiliate-dashboard-creatives
.affwp-creatives-filters
input[type="submit"] {
margin-bottom: 0;
}
.affwp-category-dropdown > div {
display: flex;
align-items: center;
gap: 0.5rem;
} .affwp-button[download][href=""] {
opacity: 0.5;
pointer-events: none;
cursor: not-allowed;
}
@media (min-width: 768px) {
.affwp-creatives-view--as-list .affwp-creative {
flex-direction: row;
}
.affwp-creatives-table-cell {
display: flex;
}
.affwp-creative-name-wrap {
flex-direction: row;
align-items: center;
}
.affwp-creatives-list-column-label {
display: none;
}
.affwp-creatives-view--as-list .affwp-creative img {
object-fit: contain;
}
.affwp-creatives-view--as-list .affwp-creative-preview {
align-items: center;
height: var(--affwp-creative-preview-width);
width: var(--affwp-creative-preview-width);
flex-shrink: 0;
box-sizing: border-box;
}
.affwp-creative[data-type="text_link"] .affwp-creative-preview {
font-size: 0.875rem;
}
.affwp-creatives-view--as-list .affwp-creative-name {
font-weight: 600;
}
.affwp-creative-id,
.affwp-creative-size {
font-size: 0.875rem;
}
.affwp-creatives-list-header {
display: flex;
gap: 1.5rem;
}
.affwp-creatives-list-header,
.affwp-creatives-view--as-list .affwp-creative {
position: relative;
}
.affwp-creatives-view--as-list .affwp-creatives-list-header > div:first-child,
.affwp-creatives-view--as-list .affwp-creative > div:first-child {
flex-grow: 3;
}
.affwp-creatives-list-header > div:first-child,
.affwp-creative > div:first-child {
padding-left: 0;
}
.affwp-creatives-view--as-list
.affwp-creative
> .affwp-creatives-item-actions {
position: relative;
}
.affwp-creatives-view--as-list
.affwp-creative
> .affwp-creatives-item-actions {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: end;
padding: 0;
}
.affwp-creatives-item-actions button,
.affwp-creative-last-updated {
transition: opacity 0.1s ease-in;
}
.affwp-creatives-item-actions button {
visibility: hidden;
opacity: 0;
}
.affwp-creatives-item-actions:hover {
cursor: pointer;
}
.affwp-creatives-table-row:hover .affwp-creatives-item-actions button {
visibility: visible;
position: relative;
right: 0;
opacity: 1;
}
.affwp-creative-last-updated {
opacity: 1;
}
.affwp-creatives-table-row:hover .affwp-creative-last-updated {
opacity: 0;
}
}
@media (min-width: 480px) {
#affwp-affiliate-dashboard-url-generator .affwp-affiliate-link,
.affwp-affiliate-link__display {
flex-direction: row;
}
.affwp-affiliate-link__input {
flex-grow: 1;
}
.affwp-link-sharing {
flex-direction: row;
align-items: center;
}
} .affwp-card {
border: 1px solid rgba(17, 24, 39, 0.05); box-shadow:
rgba(0, 0, 0, 0) 0px 0px 0px 0px,
rgba(0, 0, 0, 0) 0px 0px 0px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
rgba(0, 0, 0, 0.1) 0px 1px 2px -1px;
}
.affwp-card .affwp-card__header:not(.affwp-affiliate-link__tooltip) * {
margin: 0;
}
.affwp-card__header,
.affwp-card__actions {
padding: 1.5rem;
}
.affwp-card__header + .affwp-card__actions {
padding-top: 0;
}
.affwp-card__content--form {
display: grid;
gap: 1rem;
}
.affwp-card__content,
.affwp-card__footer {
padding: var(--affwp-card-padding);
padding-top: 0;
} .affwp-card--compact {
border-radius: 0.25rem;
}
.affwp-card--compact .affwp-card__header,
.affwp-card--compact .affwp-card__content,
.affwp-card--compact .affwp-card__footer {
padding: 1rem;
}
@media (max-width: 767px) {
#affwp-affiliate-dashboard-campaign-stats
.affwp-table-responsive
td.affwp-table-no-data {
display: block;
}
#affwp-affiliate-dashboard-visits
.affwp-table-responsive
td.affwp-table-no-data:before,
#affwp-affiliate-dashboard-payouts
.affwp-table-responsive
td.affwp-table-no-data:before,
#affwp-affiliate-dashboard-referrals
.affwp-table-responsive
td.affwp-table-no-data:before {
display: none;
}
.affwp-table-responsive td:last-child {
margin-bottom: 20px;
}
.affwp-table-responsive td:first-child {
background-color: #fafafa;
}
.affwp-table-responsive td:before {
display: inline-block;
}
.affwp-table-responsive th {
display: none;
}
.affwp-table-responsive td {
display: flex;
justify-content: space-between;
}
.affwp-custom-link-row {
flex-direction: column;
gap: 0;
}
.affwp-custom-link-actions {
visibility: visible;
opacity: 1;
padding: 10px 0;
}
}
@media print {
body.affwp-affiliate-area-creatives * {
display: none;
}
#affwp-printable-area {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#affwp-printable-area img {
display: inline-block;
}
} .affwp-coupon-url-section {
margin-top: 1rem;
max-width: 500px;
}
.affwp-coupon-url-section:hover .affwp-row-actions {
visibility: visible;
opacity: 1;
}
#affwp-affiliate-dashboard-coupons .affwp-tooltip-url-copy {
cursor: pointer;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.affwp-copy-coupon-url {
display: flex;
align-items: center;
} .affwp-registration-submitted form fieldset {
display: none;
} .affwp-stripe-payouts {
margin-bottom: 2rem;
} .affwp-stripe-payouts__status {
padding: 12px 15px;
margin-bottom: 1em;
border-radius: 4px;
border-left: 4px solid;
}
.affwp-stripe-payouts__status--connected {
background-color: #f6fef7;
border-left-color: #46b450;
color: #1a5d1f;
}
.affwp-stripe-payouts__status--warning {
background-color: #fffdf0;
border-left-color: #ffb900;
color: #6b5600;
}
.affwp-stripe-payouts__status--error {
background-color: #fef2f2;
border-left-color: #dc3545;
color: #7f1d1d;
} .affwp-stripe-payouts__account-info {
display: block;
}
.affwp-stripe-payouts__account-info-label {
display: block;
margin-bottom: 0.5em;
}
.affwp-stripe-payouts__account-info-value {
display: inline-block;
padding: 3px 8px;
background-color: rgba(255, 255, 255, 0.7);
border: 1px solid rgba(70, 180, 80, 0.3);
border-radius: 3px;
font-family: monospace;
font-size: 0.9em;
color: inherit;
} .affwp-stripe-payouts__country-select {
display: block;
margin-bottom: 16px;
} .affwp-stripe-payouts__actions {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
margin-top: 10px;
}
.affwp-stripe-payouts__link--reonboard {
font-size: 0.85em;
opacity: 0.75;
} .affwp-stripe-notice {
padding: 12px;
margin-bottom: 1em;
border-radius: 4px;
border-left: 4px solid;
}
.affwp-stripe-notice--success {
background-color: #f0f8f0;
border-left-color: #46b450;
}
.affwp-stripe-notice--error {
background-color: #fef2f2;
border-left-color: #dc3545;
}
.affwp-stripe-notice--info {
background-color: #e8f4fd;
border-left-color: #2196f3;
}
.affwp-stripe-notice__message {
margin: 0 !important;
}
.affwp-stripe-notice__link {
font-weight: 600;
} .affwp-payout-method-context {
padding: 12px 15px;
margin-bottom: 1em;
border-radius: 4px;
border-left: 4px solid #ccd0d4;
background-color: #f6f7f7;
}
.affwp-payout-method-context--active {
border-left-color: #2271b1;
background-color: #f0f6fc;
}
.affwp-payout-method-context__heading {
display: block;
font-weight: 600;
margin-bottom: 0.4em;
}
.affwp-payout-method-context__detail {
margin: 0;
} .affwp-badge {
display: inline-block;
padding: 0.15em 0.6em;
border-radius: 999px;
font-size: 0.85em;
font-weight: 600;
line-height: 1.6;
white-space: nowrap;
}
.affwp-badge--success {
background-color: #e6f4ea;
color: #137333;
}
.affwp-badge--warning {
background-color: #fef7e0;
color: #8a6d00;
}
.affwp-badge--danger {
background-color: #fce8e6;
color: #c5221f;
}
.affwp-badge--neutral {
background-color: #f1f3f4;
color: #5f6368;
}
.affwp-badge--info {
background-color: #e8f0fe;
color: #1967d2;
} .affwp-payout-summary {
container-type: inline-size;
container-name: affwp-payout-summary;
display: flex;
flex-wrap: wrap;
gap: 1rem;
margin-bottom: 1.5rem;
}
.affwp-payout-summary__stat { flex: 1 1 9rem;
min-width: 0;
padding: 0.85rem 1rem;
border: 1px solid #e2e4e7;
border-radius: 8px;
background-color: #fff;
} @container affwp-payout-summary (min-width: 22rem) {
.affwp-payout-summary__stat {
flex-basis: calc( ( 100% - 1rem ) / 2 );
}
}
@container affwp-payout-summary (min-width: 34rem) {
.affwp-payout-summary__stat {
flex-basis: calc( ( 100% - 2rem ) / 3 );
}
}
.affwp-payout-summary__label {
display: block;
font-size: 0.8em;
color: #5f6368;
margin-bottom: 0.25rem;
}
.affwp-payout-summary__value {
display: block;
font-size: 1.4em;
font-weight: 700;
line-height: 1.2;
}
.affwp-payout-summary__meta {
display: block;
font-size: 0.8em;
color: #5f6368;
margin-top: 0.2rem;
}@font-face {
font-family: "WC-Mix-And-Match";
src: url(//getinsaltd.com/wp-content/plugins/woocommerce-mix-and-match-products/assets/fonts/WC-Mix-And-Match.eot?v=2.3);
src: url(//getinsaltd.com/wp-content/plugins/woocommerce-mix-and-match-products/assets/fonts/WC-Mix-And-Match.eot?v=2.3#iefix) format("embedded-opentype"), url(//getinsaltd.com/wp-content/plugins/woocommerce-mix-and-match-products/assets/fonts/WC-Mix-And-Match.woff?v=2.3) format("woff"), url(//getinsaltd.com/wp-content/plugins/woocommerce-mix-and-match-products/assets/fonts/WC-Mix-And-Match.ttf?v=2.3) format("truetype"), url(//getinsaltd.com/wp-content/plugins/woocommerce-mix-and-match-products/assets/fonts/WC-Mix-And-Match.svg?v=2.3#WC-Mix-And-Match) format("svg");
font-weight: normal;
font-style: normal;
}
.summary-add-to-cart-form-mnm {
clear: both;
margin-bottom: 3em;
}
.summary-add-to-cart-form-mnm:before {
display: table;
content: " ";
clear: both;
}
.woocommerce-no-js .mnm_form.has-plus-minus-buttons .product-quantity .button {
display: none;
}
.js .mnm_message,
.woocommerce-js .mnm_message {
display: none;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .quantity,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .quantity {
display: flex !important;
width: 8em;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .quantity.required .button,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .quantity.required .button {
display: none;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .button,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .button {
background: none;
border: 0;
color: initial;
cursor: pointer;
font-size: 1em;
font-weight: bold;
height: 2.5em;
line-height: 1;
margin: 0;
opacity: 1;
padding: 0;
width: 2.5em;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .button:disabled,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .button:disabled {
cursor: not-allowed;
opacity: 0.2;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .button--minus,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .button--minus {
order: 1;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .button--plus,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .button--plus {
order: 3;
margin-left: auto;
margin-right: auto;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .qty,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .qty {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
flex: 1 1 auto;
font-size: 1em;
line-height: 1;
height: 2.5em;
margin: 0 0.25em;
order: 2;
padding: 0;
text-align: center;
width: 2.5em;
}
.js .mnm_form.has-plus-minus-buttons .product-quantity .qty::-webkit-inner-spin-button, .js .mnm_form.has-plus-minus-buttons .product-quantity .qty::-webkit-outer-spin-button,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .qty::-webkit-inner-spin-button,
.woocommerce-js .mnm_form.has-plus-minus-buttons .product-quantity .qty::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.mnm_form .child-item.outofstock {
filter: grayscale(100%);
opacity: 50%;
}
.mnm_form .child-item dl.variation {
font-size: var(--wp--preset--font-size--small, 0.875em);
display: grid;
grid-template-columns: auto auto;
grid-row-gap: 0.3em;
margin: 0;
padding: 0;
}
.mnm_form .child-item dl.variation dt {
font-weight: bold;
margin: 0;
}
.mnm_form .child-item dl.variation dd {
margin: 0;
}
.mnm_form.has-center-aligned-quantity .child-item dl.variation {
justify-content: center;
}
.mnm_form .mnm_child_product_images {
position: relative;
}
.mnm_form .mnm_child_product_images figure {
margin: 0;
}
.mnm_form .mnm_child_product_images figure .zoom {
cursor: zoom-in;
}
.mnm_form .product-quantity .quantity {
display: flex;
position: relative;
width: -moz-max-content;
width: max-content;
}
.mnm_form .product-quantity .quantity .mnm-checkbox {
min-height: initial;
height: initial;
width: initial;
margin-right: 0 !important;
}
.mnm_form .product-quantity .quantity .mnm-checkbox + label {
margin-left: 0.25em;
margin-bottom: 0;
}
.mnm_form .product-quantity .stock, .mnm_form .product-quantity .unavailable {
font-size: 0.875em;
}
.mnm_form .wc_mnm_child_item_error {
visibility: hidden;
background: var(--wc-red, #a00);
color: var(--wc-primary-text, #FFF);
font-size: small;
position: absolute;
z-index: 1;
padding: 0.5em 1em;
border-radius: 0.25em;
text-align: center;
min-width: 8em;
top: 0;
left: 50%;
transform: translate(-50%, -120%);
line-height: 1.4;
}
.mnm_form .wc_mnm_child_item_error > span::after {
z-index: -1;
content: " ";
position: absolute;
top: 98%;
left: 50%;
margin-left: -0.25em;
background: var(--wc-red, #a00);
transform: rotate(45deg);
transform-origin: top right;
height: 0.875em;
width: 0.875em;
}
.mnm_form .wc_mnm_child_item_error.show {
visibility: visible;  animation: wc_mnm_fadein 0.5s, wc_mnm_fadeout 0.5s 3s;
}
.mnm_form { }
.mnm_form .mnm_reset {
margin-bottom: 3em !important;
display: initial;
}
.mnm_form .mnm_reset:after {
font-family: "WC-Mix-And-Match";
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-left: 0.618em;
content: "\e031";
text-decoration: none;
display: inline-block;
transform: scaleX(-1);
}
.mnm_form .mnm_message_content {
list-style: none;
margin: 0;
}
.mnm_form .mnm_message_content li {
margin-left: 0;
margin-top: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
.mnm_form .mnm_price::before {
display: table;
content: " ";
clear: both;
}
.mnm_form .mnm_price .total, .mnm_form .mnm_price .mnm_counter {
font-weight: bold;
}
.mnm_form .mnm_price .total {
margin-right: 0.25em;
}
.mnm_form .mnm_price .mnm_counter {
margin-left: 0.25em;
}
.mnm_form .mnm_button_wrap button.disabled, .mnm_form .mnm_button_wrap button:disabled {
opacity: 0.2;
} .mnm_form.layout_tabular table {
border-width: 0 !important;
display: table;
width: 100%;
}
.mnm_form.layout_tabular table th, .mnm_form.layout_tabular table td {
border: 0;
}
.mnm_form.layout_tabular table thead {
word-break: normal;
}
.mnm_form.layout_tabular table td {
vertical-align: top;
width: inherit;
}
.mnm_form.layout_tabular table .child-item {
display: table-row;
width: 100%;
}
.mnm_form.layout_tabular table .product-thumbnail {
width: 15%;
}
.mnm_form.layout_tabular table .product-thumbnail .mnm_image img {
display: block;
max-width: 100%;
width: auto;
height: auto;
}
.mnm_form.layout_tabular table .woocommerce-loop-product__title {
font-size: 1em;
font-weight: normal;
margin-top: 0;
}
.mnm_form.layout_tabular table .product-quantity {
text-align: center;
}
.mnm_form.layout_tabular table .product-details {
text-align: left;
}
.mnm_form.layout_tabular table dl {
font-size: 85%;
} .mnm_form.layout_grid.has-center-aligned-quantity .product-quantity .quantity {
float: none;
margin-left: auto;
margin-right: auto;
}
.mnm_form.layout_grid .products.has-flex {
display: flex;
flex-wrap: wrap;
}
.mnm_form.layout_grid .products .product {
display: flex;
flex-direction: column;
}
.mnm_form.layout_grid .products .product .mnm_image {
width: 100%;
max-width: 100%;
margin: 0 auto;
text-align: center;
}
.mnm_form.layout_grid .products .product .mnm_image a.image {
overflow: hidden;
display: block;
}
.mnm_form.layout_grid .products .product .product-details {
width: 100%;
margin-bottom: 1em;
}
.mnm_form.layout_grid .products .product .product-quantity {
margin-top: auto;
width: 100%;
} @media (min-width: 1040px) {
body:not(.wp-admin) .mnm_form.layout_tabular .products .product-thumbnail {
width: 20%;
}
body:not(.wp-admin) .mnm_form.layout_tabular .products .product-thumbnail .mnm_image {
min-width: 5em;
}
body:not(.wp-admin) .mnm_form.layout_tabular .products .woocommerce-loop-product__title {
font-size: 1.125em;
}
} @media (max-width: 568px) {
.woocommerce .mnm_form.has-mobile-layout .mnm_table thead, .woocommerce-page .mnm_form.has-mobile-layout .mnm_table thead {
display: none;
}
.woocommerce .mnm_form.has-mobile-layout .product, .woocommerce-page .mnm_form.has-mobile-layout .product {
width: 100% !important;
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 1em;
padding: 0;
margin-bottom: 1.625em;
}
.woocommerce .mnm_form.has-mobile-layout .product > *, .woocommerce-page .mnm_form.has-mobile-layout .product > * {
flex-basis: 100%;
padding: 0;
}
.woocommerce .mnm_form.has-mobile-layout .product > *.product-thumbnail, .woocommerce .mnm_form.has-mobile-layout .product > *.product-details, .woocommerce-page .mnm_form.has-mobile-layout .product > *.product-thumbnail, .woocommerce-page .mnm_form.has-mobile-layout .product > *.product-details {
flex: 1;
text-align: left;
}
.woocommerce .mnm_form.has-mobile-layout .product .woocommerce-loop-product__title, .woocommerce-page .mnm_form.has-mobile-layout .product .woocommerce-loop-product__title {
margin-top: 0;
}
.woocommerce .mnm_form.has-mobile-layout .product .product-quantity .quantity, .woocommerce-page .mnm_form.has-mobile-layout .product .product-quantity .quantity {
display: block;
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
width: -moz-fit-content;
width: fit-content;
}
}
.shop_table .mnm_table_container td {
border-bottom: none !important;
}
.shop_table .mnm_table_container dl {
font-size: 85%;
}
.shop_table .mnm_table_container a.edit_container_in_cart_text {
margin-top: 1em;
font-size: 0.75em;
display: inline-block;
}
.shop_table .mnm_table_item {
border-bottom: none !important;
border-top: none !important;
}
.shop_table .mnm_table_item td {
border-top: none !important;
font-size: 85%;
font-weight: normal;
}
.shop_table .mnm_table_item:not(.mnm_table_item_last) td {
border-bottom: none !important;
}
.shop_table .mnm_table_item .mnm_child_item_arrow_wrap:before {
font-family: "WC-Mix-And-Match";
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
margin-right: 0.618em;
content: "\f148";
text-decoration: none;
display: inline-block;
align-self: center;
transform: rotate(90deg) scaleX(1);
opacity: 0.25;
display: inline-block;
margin-right: 0.5em;
}
.shop_table .mnm_table_item .product-thumbnail img {
max-width: 70px !important;
display: block;
float: right;
}
.shop_table .mnm_table_item .product-thumbnail .mnm_child_item_arrow_wrap {
display: flex;
}
.shop_table .mnm_table_item .product-thumbnail .mnm_child_item_arrow_wrap:before {
margin-left: auto;
margin-right: auto;
}
.shop_table .mnm_table_item .mnm-quantity {
font-size: 85%;
}
.shop_table .mnm_table_item dl.variation {
font-size: 100%;
}
.shop_table.cart .product-name .mnm_child_item_arrow_wrap::before {
display: none;
}
.rtl .mnm_form .mnm_reset:after {
transform: scaleX(1) ;
}
.rtl .cart .mnm_table_item .mnm_child_item_arrow_wrap::before, .rtl .shop_table .mnm_table_item .mnm_child_item_arrow_wrap::before {
transform: rotate(-90deg) scaleX(-1) ;
}  @keyframes wc_mnm_fadein {
from {
transform: translate(-50%, 0);
opacity: 0;
}
to {
transform: translate(-50%, -120%);
opacity: 1;
}
}
@keyframes wc_mnm_fadeout {
from {
transform: translate(-50%, -120%);
opacity: 1;
}
to {
transform: translate(-50%, 0);
opacity: 0;
}
} .single-product div.product form.cart .mnm_child_products.tabular .quantity {
margin-right: 0;
}
.single-product div.product form.cart .mnm_item p.price {
font-size: initial;
margin-bottom: 0;
}
.single-product div.product form.cart .mnm_item p.price .woocommerce-Price-amount.amount {
font-size: initial;
} .wishlist_mnm_items, .wishlist_mnm_notice {
font-size: 85%;
} .woocommerce div.product.elementor form.cart.mnm_form {
display: block !important;
} .product-type-mix-and-match #ppc-button, .product-type-mix-and-match #ppcp-messages {
display: none !important;
} .product-type-mix-and-match #wcpay-payment-request-wrapper, .product-type-mix-and-match #wcpay-payment-request-button-separator {
display: none !important;
} .theme-twentytwenty:not(.wp-admin) .mnm_status .mnm_message, .theme-twentytwentyone:not(.wp-admin) .mnm_status .mnm_message, .theme-twentytwentytwo:not(.wp-admin) .mnm_status .mnm_message, .theme-twentytwentythree:not(.wp-admin) .mnm_status .mnm_message {
padding: 1em 2em;
margin: 0 0 2rem 0;
}
.theme-twentytwenty:not(.wp-admin) .mnm_status .mnm_message ul, .theme-twentytwenty:not(.wp-admin) .mnm_status .mnm_message li, .theme-twentytwentyone:not(.wp-admin) .mnm_status .mnm_message ul, .theme-twentytwentyone:not(.wp-admin) .mnm_status .mnm_message li, .theme-twentytwentytwo:not(.wp-admin) .mnm_status .mnm_message ul, .theme-twentytwentytwo:not(.wp-admin) .mnm_status .mnm_message li, .theme-twentytwentythree:not(.wp-admin) .mnm_status .mnm_message ul, .theme-twentytwentythree:not(.wp-admin) .mnm_status .mnm_message li {
padding: 0;
}
.theme-twentytwentyfour:not(.wp-admin) .mnm_status .mnm_message ul, .theme-twentytwentyfour:not(.wp-admin) .mnm_status .mnm_message li, .theme-twentytwentyfive:not(.wp-admin) .mnm_status .mnm_message ul, .theme-twentytwentyfive:not(.wp-admin) .mnm_status .mnm_message li {
padding: 0;
}
.theme-twentytwentyfive .mnm_form.layout_grid .mnm_item {
text-align: center;
}