/** Global */
/* cyrillic-ext */
@font-face {
    font-family: 'Nunito-Zencom';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTk3j6zbXWjgevT5.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Nunito-Zencom';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTA3j6zbXWjgevT5.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* vietnamese */
@font-face {
    font-family: 'Nunito-Zencom';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTs3j6zbXWjgevT5.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Nunito-Zencom';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTo3j6zbXWjgevT5.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Nunito-Zencom';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/nunito/v26/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshdTQ3j6zbXWjgeg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/** Countries select */
#zencom-country-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-family: 'Nunito-Zencom';
    margin: 24px 0px;
}

#zencom-country-container > label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #222222;
}

#zencom-country-container > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-bottom: 1px solid #727272;
    outline: none;
    font-weight: 700;
    color: #222222;
    font-size: 16px;
    background: url('/modules/zencom/views/img/icons/arrow.png') right no-repeat;
}

/** Payments methods */
.zencom-payment-option {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 5px;
    padding: 20px 0;
    border-top: 1px solid rgba(178, 178, 178, 0.4);
    margin-bottom: 0 !important;
}

.zencom-payment-option > label {
    width: 100%;
    margin-bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.zencom-payment-option > label > span {
    font-family: 'Nunito-Zencom';
    font-weight: 700;
    font-size: 16px;
    text-align: left;
}

.zencom-payment-option > label > img {
    border-radius: 13px;
    height: 50px;
    width: 76px;
    padding: 2px 4px;
    margin-right: 10px;
}

.zencom-paymen-additional-info {
    font-family: 'Nunito-Zencom';
}

/** External method */
#zencom-image-container {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
}

#zencom-container-count-external {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 4px;
    gap: 2px;
}

#zencom-methods-count-external {
    color: #A3A3A3;
    margin-left: 5px;
    font-weight: 700;
    font-size: 12px;
}

.zencom-payment-group-icons-container {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.zencom-payment-group-icons .zencom-payment-group-count-children {
    display: inline-block;
}

.zencom-payment-group-icons {
    display: flex;
    align-items: center;
    gap: 5px;
}

.zencom-payment-group-icons .zencom-single-method-icon {
    border: 1px solid #EBEBEB;
    border-radius: 4px;

    display: none;
    width: 35px;
    height: 22px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.zencom-payment-group-icons .zencom-single-method-icon img {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;

    max-width: 33px;
    max-height: 20px;
}

.zencom-single-method-icon.zencom-active {
    display: block;
}

/** Blick code */
#zencom-blick-headeling {
    color: #727272;
}

#zencom-digits {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.zencom-digit-input {
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    margin: 0 5px;
    border: none;
    border-bottom: 1px solid #727272;
    outline: none;
}

.zencom-digit-input:focus {
    border-bottom: 1px solid black;
}

#zencom-divider {
    width: 8px;
    height: 2px;
    border-radius: 6px;
    background-color: #A3A3A3;
}

#zencom-where-to-get-code {
    margin-top: 10px;
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline #A3A3A3;
    color: #222222;
}

/** Card widget style */
#zencom-card-info {
    margin-bottom: 20px;
    max-width: 300px;
}

.zencom-payment-form {
    width: 100%;
    max-width: 500px;
}

#zencom-card-numbers {
    margin-bottom: 30px;
}

#zencom-card-numbers, #zencom-card-names {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#zencom-card-names {
    margin-bottom: 10px;
}

.zencom-input-holder {
    display: flex;
    align-items: center;
    border: 1px solid #D3D4DC;
    padding: 2px 10px;
    border-radius: 3px;
}

.zencom-icons {
    width: 20px;
}

#zencom-card-exp-cvv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.zencom-label {
    display: block;
    font-weight: bold;
    margin-bottom: 8px;
}

.zencom-card-inputs {
    width: 100%;
    padding: 10px;
    border: 0px;
    font-size: 16px;
    color: #333;
    outline: none;
}

#zencom-car-number-holder {
    width: 100%;
}

.zencom-toggle-visibility {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.zencom-eye-icon {
    width: 20px;
    height: auto;
    outline: none;
}

.zencom-tooltip {
    cursor: pointer;
    font-size: 14px;
    color: #888;
}

#zencom-car-exp-date-holder, #zencom-card-cvc-holder {
    width: 100%;
}

#zencom-card-names {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.zencom-terms {
    font-size: 14px;
    font-family: "Nunito-Zencom";
    font-weight: 500;
    line-height: 18px;
    display: block;
    margin-top: 24px;
}

.zencom-terms a {
    color: black;
    text-decoration: underline;
    font-weight: 700;
}

#zencom-card-icon-info {
    width: 100%;
}

@media only screen and (max-width: 383px) {
    #zencom-card-exp-cvv {
        flex-direction: column;
        gap: 10px;
    }
}

.zencom-payment-grouped {
    text-align: left;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-left: -20px;
}
.zencom-payment-grouped-promoted {
    margin-bottom: -20px;
}

.zencom-payment-grouped div.zencom-payment-method-children-single {
    border: 1px solid #ececec;
    border-radius: 13px;
    cursor: pointer;
    height: 46px;
    width: 70px;
    text-align: center;
    box-shadow: 0 0 4px 0 #22222229;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zencom-payment-grouped-promoted div.zencom-payment-method-children-single {
    display: none !important;
}

.zencom-promoted-label {
    font-family: 'Nunito-Zencom';
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
}

.zencom-payment-grouped-text {
    margin-left: -20px;
    margin-bottom: 15px;
}

.zencom-payment-grouped div.zencom-payment-method-children-single.zencom-payment-method-active {
    border: 2px solid #22e243;
}

.zencom-payment-grouped div.zencom-payment-method-children-single > img {
    max-width: 60px;
    max-height: 36px;
}

/** Fee **/
.zencom-payment-fee {
    margin-left: -20px;
    color: #a3a3a3;
    font-size: 12px;
    font-weight: 400;
    margin-top: -15px;
    margin-bottom: 20px;
}
.zencom-payment-fee strong {
    font-weight: 700;
}

/** Cashback **/
.zencom-cashback-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
    padding-left: 10px;
    text-align: right;
    cursor: pointer;
}

.zencom-cashback-info .zencom-cashback-label-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.zencom-cashback-info .zencom-cashback-label {
    font-size: 12px;
    color: #666;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 3px;
}

.zencom-cashback-info .zencom-tooltip-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #aaa;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    vertical-align: middle;
}

.zencom-cashback-info .zencom-cashback-amount {
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODQiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCA4NCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik03NCAxMUMzMi4wMjI3IDEwLjczNjQgNTAuNDkyNyAxMC44NTI0IDIxLjEwODYgMTAuNjY3OSIgc3Ryb2tlPSIjMjJFMjQzIiBzdHJva2Utd2lkdGg9IjE4LjU0MDUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgogICAgPHBhdGggZD0iTTMzLjUzMTcgMTAuNjgyNUMzMC41NzcgMTAuODA0MiAyOC4wNjA0IDguOTU1MDMgMjcuOTEwOCA2LjU1MjMxQzI3Ljc2MTIgNC4xNDk1OSAzMC4wMzUyIDIuMTAzMTggMzIuOTg5OSAxLjk4MTUyQzM1Ljk0NDYgMS44NTk4NiAzOC40NjExIDMuNzA5MDIgMzguNjEwNyA2LjExMTc0QzM4Ljc2MDMgOC41MTQ0NiAzNi40ODY0IDEwLjU2MDkgMzMuNTMxNyAxMC42ODI1WiIgZmlsbD0iIzIyRTI0MyIvPgogICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMi4xNjgyIDEuNDI5MTJDMTYuNjc1IDEuMjg0NDkgMTEuMTk0NyAxLjIxNTQ4IDUuNjgyNTggMS4yMjkxMUMyLjY0Mzk5IDEuMjMyMzEgMC4yMDAyNjQgMy4yNyAwLjI2NTI1NSA1LjczMjM4QzAuMzgyNTUxIDguMTkxNyAyLjYzNzk1IDkuNzg3NzQgNS43ODAxIDEwLjE0MjNDOC45NTgyMyAxMC40OTg1IDExLjExMDQgMTIuNDI2MSAxMi4xMjgxIDE0LjcwOTRDMTMuMjI0MSAxNy4xNTEyIDE1LjEzNyAxOS4yMjIzIDE5LjA1NTggMTkuMzAwNEwyMS42MTczIDE5LjM2MkwyMi4xNjgyIDEuNDI5MTJaIiBmaWxsPSIjMjJFMjQzIi8+Cjwvc3ZnPgo=) no-repeat;
    background-size: 84px 28px;
    height: 28px;
    width: 74px;
    color: black;
    font-weight: bold;
    font-size: 14px;
    line-height: 28px;
    padding: 0 0 0 10px;
    margin-top: 4px;
    text-align: center;
}

.zencom-payment-group-count-children-rest {
    color: #A3A3A3;
    margin-left: 5px;
    font-weight: 700;
    font-size: 12px;
}

.zencom-fee-info {
    font-size: 12px;
    color: #A3A3A3;
    margin-top: 4px;
    margin-left: 36px;
    margin-bottom: 1em;
}

.zencom-fee-info strong {
    font-weight: 600;
}

.zen-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
}
.zen-modal-content.zen-cashback-modal {
    background-color: #ffffff;
    border-radius: 16px;
    width: 400px;
    max-width: 90vw;
    position: relative;
    padding: 32px;
}
.zen-modal-content.zen-cashback-modal .zen-modal-header {
    border-bottom: none;
    text-align: center;
    margin-bottom: 12px;
    padding: 24px 24px 0 24px;
}
.zen-modal-content.zen-cashback-modal .zen-modal-header h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.4;
}
.zen-modal-content.zen-cashback-modal .zen-modal-header .zen-modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: none;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #000;
    opacity: 0.5;
    font-weight: 300;
}
.zen-modal-content.zen-cashback-modal .zen-modal-header .zen-modal-close:hover {
    opacity: 1;
}
.zen-modal-content.zen-cashback-modal .zen-modal-body {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    line-height: 1.6;
}
.zen-modal-content.zen-cashback-modal .zen-modal-body p {
    text-align: center;
    margin-bottom: 24px;
}
.zen-modal-content.zen-cashback-modal .zen-modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.zen-modal-content.zen-cashback-modal .zen-modal-body ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
    text-align: left;
}
.zen-modal-content.zen-cashback-modal .zen-modal-body ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 42px;
    height: 42px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2232%22%20height=%2232%22%20viewBox=%220%200%2032%2032%22%20fill=%22%23000%22%3E%3Cpath%20d=%22M13.78%203.22a.75.75%200%200%201%200%201.06l-7.25%207.25a.75.75%200%200%201-1.06%200L2.22%208.78a.75.75%200%200%201%201.06-1.06l2.25%202.25%206.72-6.72a.75.75%200%200%201%201.06%200z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
.zen-modal-content.zen-cashback-modal .zen-modal-footer {
    border-top: none;
    margin-top: 24px;
    text-align: center;
}
.zen-modal-content.zen-cashback-modal .zen-modal-footer .action.secondary {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 10px 24px;
    color: #000;
    background-color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    transition: background-color 0.3s, color 0.3s;
    width: 100%;
    cursor: pointer;
}
.zen-modal-content.zen-cashback-modal .zen-modal-footer .action.secondary:hover {
    background-color: #000;
    color: #ffffff;
}

/* RWD */
@media (max-width: 768px) {
    #zencom-digits {
        gap: 5px;
    }
    .zencom-digit-input {
        width: 30px;
        height: 30px;
        font-size: 18px;
        margin: 0 2px;
    }

    .zencom-payment-group-icons-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .zencom-payment-option > label > img {
        height: 30px;
        width: 40px;
        margin-right: 5px;
    }


    .zencom-cashback-info .zencom-cashback-label {
        flex-direction: row;
        font-size: 10px;
    }
}
