.loyal-content-container {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 7px;
}
label.lb-iwoo-front span {
    font-size: 12px;
    font-weight: 200;
    color: #de3232;
}
.loyal-info-box {
    display: flex;
    background: white;
    padding: 15px;
    box-shadow: 0 5px 11px 0px rgb(0 0 0 / 6%);
    gap: 15px;
    border-radius: 8px;
    align-items: center;
}

.loyal-box-icon i {
    background: #a360d9;
    padding: 8px;
    color: white;
    border-radius: 5px;
    font-size: 30px;
}

.loyal-box-title {
    font-size: 16px;
    color: #585968;
    font-weight: 500;
}

.loyal-box-result {
    font-size: 16px;
    color: #a360d9;
}
.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 {
    background: #f3e5ff;
    padding: 8px;
    color: white;
    border-radius: 10px;
    width: 55px;
    height: 55px;
}
.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;
}


button.iwoo-auth-accordion:focus {
    background: white;
    color: #3f4045;
}

form#iwoo_auth_form {
    padding: 15px 0;
}

input.input_iwoo_front {
    margin-bottom: 10px !important;
    border-radius: 5px !important;
    border: solid 1px #e0e0e0 !important;
    padding: 5px !important;
    color: #50515c !important;
}

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;
    margin-top: -13px;
    font-size: 13px;
    margin-bottom: 15px;
    gap: 8px;
    border: dashed 2px #e9e9e9;
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
}

.iwoo_img_upload img {
    width: 25px;
}

span.MeliCardAuth {
    border-radius: 8px !important;
    background: linear-gradient(to right,rgb(159 135 241) ,rgb(138 71 245)) !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) {


.loyal-content-container {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 7px;
}

.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;
}
}
