

/** Countries select */
#zencom-country-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    
    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;
    align-items: center;
    border-radius: 5px;
}

.zencom-payment-option > label {
    margin-bottom: 0px;
    display: flex !important;
    align-items: center;
    flex-direction: row-reverse;
}

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

.zencom-payment-option > label > img {
    border: 1px solid #ececec;
    border-radius: 13px;
    height: 50px;
    width: 76px;
    padding: 2px 4px;
    margin-right: 10px;
    box-shadow: 0px 0px 4px 0px #22222229;
}

.zencom-paymen-additional-info {
    
}

/** 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-single-method-icon {
    height: 25px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    display: none;
}

.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;
}

.zencom-payment-group-count-children {
    display: none;
}

.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;
    padding-top: 5px;
    background-color: var(--bs-white);
}

.zencom-last-promoted-element {
    margin-bottom: 25px !important;
}

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

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

.zencom-payment-grouped div.zencom-payment-method-children-single.zencom-payment-method-active {
    border: 1px solid #222222;
}

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