.iwoo-coupon-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 12px;
    margin: 20px 0px;
}
table.iwoo-user-stats tbody tr td {
    padding: 8px;
}
table.iwoo-user-stats thead th {
    font-weight: 500;
    color: #515059;
    font-size: 14px;
}
.iwoo-loyalty-stats {
    background: white;
    box-shadow: 0 4px 40px 0px #6d727924;
    padding: 0 25px 25px 25px;
    border-radius: 12px;
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
.iwoo-suggested-coupons ul {
    margin-bottom: 0;
}

span.iwoo-coupon-copy img {
    width: 16px;
    margin: 0 5px 3px 5px;
    filter: opacity(0.7);
}
.loyal-box-result span.woocommerce-Price-amount.amount {
    color: #3e404d !important;
    font-size: 19px;
    font-weight: 400;
}
.iwoo-suggested-coupons {
    background: #f3f3f3a1;
    padding: 15px 15px 5px 15px;
    border-radius: 12px;
    border: solid 1px #e9e9e9;
}


.iwoo-suggested-coupons p strong {
    font-size: 14px;
    color: #40aa72;
    line-height: 24px;
    font-weight: 400;
}

.iwoo-suggested-coupons p {
    font-size: 16px;
    color: #4e4a58;
    line-height: 24px;
    font-weight: 400;
}
.iwoo-suggested-coupons ul li span {
    border: dashed 1px #925ef35c;
    padding: 0px 10px;
    border-radius: 4px;
    color: #925ef3;
}
.iwoo-suggested-coupons ul li {
    list-style: circle;
    list-style-type: disclosure-closed;
}
.iwoo-suggested-coupons ul li {
    color: #6a696d;
    font-size: 14px;
}
.loyalty-btn-panel {
    position: absolute;
    left: 15px;
    top: 15px;
    background: linear-gradient(to right, rgb(159 135 241 / 14%), rgb(138 71 245 / 19%)) !important;
    padding: 2px 15px;
    color: #5829a0;
    box-shadow: none !important;
    border-radius: 4px;
    height: 40px;
    font-size: 12px;
}

.loyalty-btn-panel:hover {
    color: #5829a0;
}

table.iwoo-user-stats {
    border: solid 3px white;
    margin: 0;
}
.loyalty-head {
    height: 125px;
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #483e53;
}
.loyalty-footer {
    border: solid 1px #eaeaea;
    border-radius: 6px;
}
.loyalty-head:before {
    content: "";
    width: 250px;
    height: 125px;
    right: 50%;
    background: #7322d312;
    position: absolute;
    border-radius: 0 0 500px 500px;
    top: 0;
    transform: translateX(50%);
}
.iwoo-coupon-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-family: inherit;
margin: 0;
}
td.iwoo-fullname img {
    border-radius: 100px;
    width: 32px;
}
span.iwoo-coupon-tag {
    background: linear-gradient(to right, rgb(159 135 241 / 14%), rgb(138 71 245 / 19%)) !important;
    padding: 2px 15px;
    color: #5829a0;
    border-radius: 4px;
}
.iwoo-admin-approved img {
    width: 30px;
    filter: invert(1);
}
.iwoo-admin-approved {
    background: #28b880;
    border-radius: 100%;
    padding: 12px;
}
.iwoo-admin-pending img {
    width: 30px;
    filter: invert(1);
}
.iwoo-admin-pending {
    background: #d39e11;
    border-radius: 100%;
    padding: 12px;
}

.iwoo-admin-rejected img {
    width: 30px;
    filter: invert(1);
    transform: rotate(45deg);
}
.iwoo-admin-rejected {
    background: #d34111;
    border-radius: 100%;
    padding: 12px;
}
span.iwoo-coupon-copy {
    background: white;
    padding: 8px 10px;
    color: #6e747c;
    width: 140px;
    display: inline-block;
    cursor: pointer;
    border: dashed 2px #9ea5ae2e;
    border-radius: 6px;
}

h4.iwoo-panel-coupon-title {
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3f;
}

span.iwoo-coupon-copy:hover {
    border: dashed 2px #9ea5ae78;
}

span.iwoo-coupon-tag span.woocommerce-Price-amount.amount bdi {
    font-size: 14px;
    color: #5829a0;
}
span.iwoo-coupon-tag span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    font-size: 10px;
    color: #5829a0a3 !important;
}
.iwoo-coupon-table thead {
    background-color: #ffffff;
    color: #333;
    box-shadow: 0 10px 20px 0 #00000012;
}

.iwoo-coupon-table th, .iwoo-coupon-table td {
    padding: 16px 16px !important;
    text-align: center !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #38393b;
}


.loyal-content-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    padding: 0 0 40px 0;
}

label.lb-iwoo-front span {
    font-size: 12px;
    font-weight: 200;
    color: #de3232;
}
.loyal-info-box {
    display: flex;
    background: white;
    padding: 2.25rem;
    gap: 15px;
    border-radius: 8px;
    position: relative;
    align-items: flex-start;
    border: solid 1px #ededed;
    flex-direction: column;
    box-shadow: 0 4px 40px 0 #0000000f;
}

.loyal-box-result span.loyal-msg span.woocommerce-Price-amount.amount bdi {
    font-size: 0.7rem !important;
    font-weight: 400 !important;
    color: #424244 !important;
}
.loyal-box-result span.loyal-msg {
    font-size: 0.7rem;
    font-weight: 500;
    color: #424244;
}
.loyal-box-result span.loyal-msg span.woocommerce-Price-amount.amount bdi span.woocommerce-Price-currencySymbol {
    font-size: 0.6rem !important;
}
.loyal-box-icon i {
    background: #a360d9;
    padding: 8px;
    color: white;
    border-radius: 5px;
    font-size: 30px;
}

.loyal-box-title {
    font-size: 0.9rem;
    color: #878f9b;
    font-weight: 400;
}
.loyal-box-result span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    color: #878f9b !important;
    font-size: 0.8rem;
    font-weight: 400;
}

.loyal-box-result {
    font-size: 1.2rem;
    font-weight: 500;
    color: #424244;
}

.loyal-box-result span.woocommerce-Price-amount.amount bdi {
    font-size: 1.2rem !important;
    font-weight: 500 !important;
    color: #424244 !important;
}
.loyal-notice {
    background: linear-gradient(to right,rgb(159 135 241) ,rgb(138 71 245))!important;
    padding: 3px 15px;
    border-radius: 4px;
    color: white;
    margin: 10px 0;
    box-shadow: 0 5px 11px 0px rgb(0 0 0 / 6%);
    font-size: 14px;
}

.loyal-notice strong {
    background: #976ff3;
    padding: 2px 16px;
    border-radius: 4px;
    color: white;
    margin: 3px 0 3px 10px;
    font-size: 21px;
}

.loyal-box-icon img {
    padding: 5px;
    width: 32px;

    height: 32px;
}

.loyal-info-box:hover .loyal-box-icon {
    background: linear-gradient(to right, rgb(159 135 241), rgb(138 71 245)) !important;
        transition:0.5s;

}

.loyal-info-box:hover .loyal-box-icon img {
    filter: brightness(5);
        transition:0.5s;

}

.loyal-info-box:before {
    content: "";
    width: calc(100% - 20%);
    height: 5px;
    background: #f7f7f8;
    border-radius: 10px;
    position: absolute;
    bottom: 14px;
    right: 28px;

}

.loyal-info-box:hover:before {
    content: "";
    width: calc(100% - 20%);
    height: 5px;
    background: linear-gradient(to right, rgb(159 135 241), rgb(138 71 245)) !important;
    border-radius: 10px;
    position: absolute;
    bottom: 14px;
    right: 28px;
    transition:0.5s;
}
.loyal-info-box .loyal-box-icon {
    background: #f7f7f8;
    color: white;
    border-radius: 0.6rem;
        transition:0.5s;

    width: 56px;
    height: 56px;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.cu-coupon-code-list {
    background: white;
    padding: 19px 10px 0 10px;
    position: relative;
    margin: 25px 0 0 0;
    box-shadow: 0 5px 11px 0px rgb(0 0 0 / 6%);
    border-radius: 8px;
    font-size: 14px;
}
.coupon-front-row {
    display: flex;
    gap: 7px;
}

button.iwoo-copy-coupon img {
    width: 17px !important;
}

button.iwoo-copy-coupon:hover {
    background: white !important;
}

input.cpiwoo {
    padding: 0 !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #646271 !important;
    font-weight: 300 !important;
    border: none !important;
    width: 100% !important;
    background: unset !important;
    height: max-content !important;
}
.coupon-iwoo-sub_header:hover .coupon-iwoo-sub_header-name input.cpiwoo {
    color: white !important;
}

button.iwoo-copy-coupon {
    padding: 4px 5px !important;
    background: #e8e8e8 !important;
    border-radius: 46px !important;
    position: absolute;
    right: -13px;
    top: 4px;
}

.coupon-iwoo-ui-clm {
    width: 100%;
}

span.iwoo-no-code {
    color: #f45d56;
    padding: 2px 9px;
    border-radius: 4px;
    margin: 0 90px 0 0;
}
span.heading-code-table {
    background: #a360d9;
    border-radius: 4px;
    padding: 2px 10px;
    color: white;
    position: absolute;
    top: -15px;
    right: 5px;
}


.iwoo_content_panel {
    background: white;
    padding: 15px;
    box-shadow: 0 5px 11px 0px rgb(0 0 0 / 4%);
    border-radius: 8px;
}


/* Style the buttons that are used to open and close the accordion panel */
.iwoo-auth-accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    box-shadow: 0 1px 3px 0 rgb(201 201 201 / 7%);
    display: flex;
    width: 100%;
    border: solid 1px whitesmoke;
    outline: none;
    transition: 0.4s;
    justify-content: space-between;
    align-items: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .iwoo-auth-accordion {
    border-radius: 5px 5px 0 0;

}

/* Style the accordion panel. Note: hidden by default */
.auth-panel-tab {
    padding: 0 18px;
    background-color: white;
    border-radius: 5px;
    max-height: 0;
    margin-top: 5px;
    box-shadow: 0 1px 3px 0 rgb(201 201 201 / 7%);
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

button.iwoo-auth-accordion:hover {
    background: white;
    color: #3f4045;
}
button.iwoo-auth-accordion{
    text-align: right;
    border-radius: 5px;
    margin: 10px 0 0 0;
}

.hide-iwoo-btn {
    display: none !important;
}
.luhn-invalid {
    border: 1px solid #a82828 !important;
    background-color: #e74c4c12 !important;
}
.luhn-valid {
    border: solid 1px #89c0a5 !important;
    background: #2c835817 !important;
}




.iwoo-auth-field-error {
    border: 2px solid red !important;
}
button.iwoo-auth-accordion:focus {
    background: white;
    color: #3f4045;
}

form#iwoo_auth_form {
    padding: 15px 0;
}

.iwoo-two-cols input.input_iwoo_front {
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border: solid 1px #e0e0e0;
    padding: 5px !important;
    height: 45px !important;
    color: #50515c !important;
    width:100%;
}

label.lb-iwoo-front {
    font-size: 14px;
    font-weight: 200;
    color: #666871;
}
.iwoo-auth-accordion-title img {
    width: 30px;
    border: solid 1px #dddddd;
    padding: 3px;
    border-radius: 4px;
    margin-left: 8px;
}


.iwoo-auth-section {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4,1fr);
}
.iwoo-auth-finance-section {
    display: grid;
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
}
.iwoo-auth-clm {
    margin-right: 20px;
}
select#iwoo-auth-select {
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border: solid 1px #e0e0e0 !important;
    padding: 5px !important;
    color: #50515c !important;
    width: 100% !important;
}

.iwoo-auth-accordion-verify {
    color: #16bc56;
    background: #16bc5624;
    width: max-content;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 200;
}

.iwoo-auth-accordion-verify-process {
    color: #c6bc20;
    background: #c5bb152e;
    border-radius: 5px;
    width: max-content;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 200;
}

.iwoo-auth-accordion-verify-failed {
    color: #c62045;
    background: #c6204521;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    width: max-content;
    font-weight: 200;
}


.iwoo-bank-card {
    width: 350px;
    position: relative;
    height: 170px;
    display: flex;
    padding: 5px 15px;
    border-radius: 15px;
    z-index: 2;
    background: linear-gradient(to right,rgb(159 135 241) ,rgb(138 71 245))!important;
    flex-direction: column;
    justify-content: space-around;
}

.iwoo-bank-name {
    color: white;
    font-size: 10px;
    font-family: monospace;
}

.iwoo-bank-card:before {
    width: 290px;
    height: 170px;
    content: "";
    background: linear-gradient(to right,rgb(159 135 241 / 47%) ,rgb(138 71 245 / 48%))!important;
    position: absolute;
    top: 15px;
    z-index: -1;
    right: 0;
    margin: 0 30px;
    border-radius: 15px;
}

.iwoo-bank-card:after {
    width: 250px;
    height: 170px;
    content: "";
    background: linear-gradient(to right,rgb(159 135 241 / 12%) ,rgb(138 71 245 / 10%))!important;
    position: absolute;
    z-index: -1;
    top: 30px;
    right: 0;
    margin: 0 50px;
    border-radius: 15px;
}
.iwoo-bank-card-top {
    text-align: center;
    color: white;
}

.iwoo-bank-card-sheba {
    font-size: 12px;
    font-family: monospace;
}
.iwoo-bank-card-number {
    font-size: 22px;
    font-family: monospace;
    font-weight:700;
}

.iwoo-bank-card-middle {
    display: flex;
    color: white;
    font-family: monospace;
    justify-content: space-between;
}
.iwoo-bank-card-btm {
    display: flex;
    color: white;
    font-family: monospace;
    justify-content: space-between;
}

.iwoo-bank-card-expire {
    font-family: monospace;
}

.iwoo-auth-finance {
    display: flex;
    justify-content: space-between;
}

.iwoo-auth-accordion-not-compeleted {
    color: #7f16bc;
    background: #7f16bc1c;
    width: max-content;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 200;
}


input#fileToUpload_iwoo {
    border: dashed 2px #504bbd4d;
    border-radius: 8px;
    color: #504bbd;
    padding: 25px;
    cursor: pointer;
    background: #ffffff;
}

span.bank-iwoo-success {
    font-size: 12px !important;
    font-weight: 200 !important;
    width: max-content;
    color: #1aac78 !important;
    background: #e5ffef !important;
    padding: 2px 8px !important;
    border-radius: 5px !important;
}

span.bank-iwoo-error {
    font-size: 12px !important;
    width: max-content;
    font-weight: 200 !important;
    color: #de3232 !important;
    background: #ffe5e5 !important;
    padding: 2px 8px !important;
    border-radius: 5px !important;
}

.iwoo-auth-left-notice {
    display: flex;
    align-items: center;
    gap: 10px;
}

.iwoo-auth-left-notice-text {
    font-size: 11px;
    color: #515462;
    font-weight: 400;
    position: relative;
    border-left: solid 1px #d4d4d4;
    padding-left: 10px;
}

.iwoo-auth-left-notice-text:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #a360d985;
    position: absolute;
    right: -13px;
    top: 2px;
    animation: iwoobit 1s infinite;

}

@keyframes iwoobit {
  0%   {border: solid 5px white;}
  25%   {border: solid 4px white;}
  50%   {border: solid 3px white;}
  75%   {border: solid 2px white;}
  100%   {border: solid 1px white;}

}

.loyal-box-result span {
    font-size: 14px;
    color: #585968;
}

.loyal-box-result span span.level {
    background: linear-gradient(to right,rgb(159 135 241) ,rgb(138 71 245))!important;
    padding: 0px 7px;
    color: white;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 13px;
}

.coupon-iwoo-ui-top {
    background: white;
    padding: 7px 15px;
    position: relative;
    display: flex;
    margin: 10px 0 0 0;
    box-shadow: 0 5px 11px 0px rgb(0 0 0 / 6%);
    border-radius: 8px;
    font-size: 13px;
    justify-content: space-between;
}

.coupon-iwoo-name {
    color: #3a3e4e;
    font-size: 13px;
}

strong.st {
    color: #8d52f4;
    font-size: 13px;
}

.coupon-iwoo-ui-btm {
    background: white;
    padding: 10px;
    position: relative;
    margin: 7px 0 0 0;
    box-shadow: 0 5px 11px 0px rgb(0 0 0 / 6%);
    border-radius: 8px;
    font-size: 13px;
}

.coupon-iwoo-header {
    display: flex;
    justify-content: space-between;
    border: solid 1px #eeeeee;
    border-radius: 7px;
    padding: 5px 10px;
    text-align: center;
    margin-bottom: 10px;
}

.coupon-iwoo-sub_header {
    display: flex;
    justify-content: space-between;
    border: solid 1px #eeeeee;
    margin-top: 5px;
    position: relative;
    border-radius: 7px;
    padding: 5px 10px;
    text-align: center;

}

.coupon-iwoo-header-name {
    color: #53525f;
    font-size: 13px;
    width: 25%;
}

.coupon-iwoo-header-amount {
    color: #53525f;
    font-size: 13px;
    width: 25%;
}

.coupon-iwoo-header-type {
    color: #53525f;
    font-size: 13px;
    width: 25%;
}

.coupon-iwoo-header-date {
    color: #53525f;
    font-size: 13px;
    width: 25%;
}

.coupon-iwoo-sub_header-name {
    font-size: 13px;
    color: #646271;
    font-weight: 300;
    width: 25%;
    padding: 0 5px;
}

.coupon-iwoo-sub_header-amount {
    font-size: 13px;
    color: #646271;
    font-weight: 300;
    width: 25%;
    padding: 0 5px;
}

.coupon-iwoo-sub_header-type {
    font-size: 13px;
    color: #646271;
    padding: 0 5px;
    font-weight: 300;
    width: 25%;
}

.coupon-iwoo-sub_header-date {
    font-size: 13px;
    color: #f43744;
    font-weight: 300;
    padding: 0 5px;
    width: 25%;
}

.coupon-iwoo-close img {
    width: 17px;
    transform: rotate(45deg);
}

.coupon-iwoo-sub_header:hover {
    background: linear-gradient(to right,rgb(159 135 241) ,rgb(138 71 245))!important;
    color: white;
    cursor: pointer;
}

.coupon-iwoo-sub_header:hover .coupon-iwoo-sub_header-name {
    color: white;
}

.coupon-iwoo-sub_header:hover .coupon-iwoo-sub_header-amount {
    color: white;
}

.coupon-iwoo-sub_header:hover .coupon-iwoo-sub_header-type {
    color: white;
}

.coupon-iwoo-sub_header:hover .coupon-iwoo-sub_header-date {
    color: white;
}

label.lb-iwoo-front-birth {
    font-size: 14px;
    font-weight: 200;
    display: grid;
}

img.iwoo-cou-copy {
    display:none;
    font-size: 12px;
    color: #635f6a;
    padding: 1px 0;
}


span.iwoo-coupon-des-front {
    position: absolute;
    display: inline-block;
    visibility: hidden;
    background-color: #43454b;
    color: #ffffff;
    border-radius: 7px;
    padding: 1px 5px;
    top: 95%;
    right: 0;
    width: 50%;
    text-align: center;
    z-index: 99999999;
    font-size: 13px;
}

.coupon-iwoo-sub_header:hover .iwoo-coupon-des-front {
    visibility: visible;
}






input[type=file]::file-selector-button {
    border-radius: 8px !important;
    background: linear-gradient(to right,rgb(159 135 241) ,rgb(138 71 245)) !important;
    padding: 5px 9px !important;
    color: white !important;
    box-shadow:unset !important;
    height: 35px !important;
    border:unset !important;
    cursor:pointer !important;
}

.iwoo_img_upload:hover {
    border: dashed 2px #9933e963;
}

.iwoo_img_upload {
    background: white;
    display: flex;
    padding: 25px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 15px;
    gap: 8px;
    border: dashed 2px #e9e9e9;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
}


span.MeliCardAuth {
    border-radius: 8px !important;
    background: linear-gradient(to right, rgb(200 200 200), rgb(162 162 162)) !important;
    padding: 5px 16px !important;
    font-size: 13px;
    color: white !important;
    box-shadow: unset !important;
    height: 35px !important;
    border: unset !important;
    cursor: pointer !important;
}

.iwoo_img_upload img.cardmeli {
    width: 100%;
    border-radius: 8px;
}


@media only screen and (max-width: 860px) {

.iwoo-coupon-wrapper {
    overflow-x: auto;
    background: #fff;
    border-radius: 12px;
    margin: 20px 10px !important;
}
.loyal-content-container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 7px;
    margin: 0 10px;
}
h4.iwoo-panel-coupon-title {
    font-size: 16px;
    font-weight: 500;
    color: #3d3d3f;
    margin: 0 10px;
}
.coupon-front-row {
    display: grid !important;
    grid-template-columns: repeat(1,1fr) !important;
    gap: 7px !important;
}

.iwoo-auth-section {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1,1fr);
}

.iwoo-auth-finance {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
    
.iwoo-auth-finance-section {
    display: grid;
    width: 100%;
    gap: 10px;
    grid-template-columns: repeat(1,1fr);
}


.iwoo-bank-card {
    margin: 0 11px 0 30px;
}
}
