﻿/*************************************/
/*                                   */
/*       Style for Galvanic          */
/*                                   */
/*************************************/

:root {
    --font-color-2: #72c02c;
    --btn-secondary-color-1: #E9ECED;
}

/* Verify User */
.card.verify-user,
.card.payment-method,
.card.payment-summary {
    border-radius: 20px;
}

.verify-user .lbl-owner-name {
    font-weight: bold;
}

.verify-user .divider,
.payment-method .divider,
.payment-summary .divider {
    border: solid 1px #e8e8e8;
}

.verify-user .balance-remain {
    color: var(--font-color-2);
}

.verify-user .balance-remain-icon {
    width: 40px;
    height: 40px;
}

.verify-user .fix-price-btn {
    border-width: 2px;
    border-style: solid;
    border-color: var(--font-color-2);
    color: var(--font-color-2);
    border-radius: 0.5rem !important;
}

    .verify-user .fix-price-btn:hover {
        background-color: var(--font-color-2);
        color: #ffffff;
    }

.verify-user .coupon-code {
    border-radius: 1.5rem;
}

.verify-user .coupon-code-apply {
    border-radius: 1.5rem;
    background-color: var(--font-color-2);
    color: #ffffff;
}

    .verify-user .coupon-code-apply:disabled {
        background-color: var(--font-color-2);
    }

.verify-user .btn-continue,
.payment-method .btn-continue,
.payment-summary .btn-continue {
    height: 3rem;
    border-radius: 1.5rem;
}

.verify-user .promotion-code-detail, .payment-method .promotion-code-detail {
    border-radius: 1.0rem;
    background-color: var(--font-color-2);
}

.verify-user .promotion-code-detail-icon, .payment-method .promotion-code-detail-icon {
    width: 1.8rem;
    height: 1.8rem;
}

.verify-user .promotion-code-active, .payment-method .promotion-code-active {
    color: #ffffff;
    font-weight: bold;
}

.verify-user .promotion-code-amount, .payment-method .promotion-code-amount {
    color: #ffffff;
    font-weight: bold;
}

.verify-user .promotion-divider, .payment-method .promotion-divider {
    border: solid 1px #ffffff;
}

.verify-user .promotion-code-descr, .payment-method .promotion-code-descr {
    color: #ffffff;
}

.verify-user .promotion-code-remove {
    background-color: #ffffff;
    color: var(--font-color-2)
}

/* Topup */
.payment-method .payment-method-title, .payment-summary .payment-summary-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.payment-method .payment-method-amount {
    font-size: 1.7rem;
    font-weight: bold;
}

.payment-method .payment-method-option {
    border-radius: 1.5rem;
    border: solid 1px #e8e8e8;
    padding: 1rem 1.5rem 1rem 1.5rem;
    margin-bottom: 0.7rem;
}

/* Summary */
.payment-summary .credit-balance {
    font-size: 1.5rem;
    font-weight: bold;
}

.payment-summary .summary-status {
    font-size: 0.9rem;
}

/* Custom Dialog */
.dialog-custom .bootbox-close-button.close {
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.dialog-custom .modal-header {
    border-bottom: none;
    margin-bottom: -1rem;
}

.dialog-custom .modal-footer {
    border-top: none;
    padding: 1rem;
}

.dialog-custom .alert-icon-image {
    width: 50px;
    height: 50px;
}

.dialog-custom .alert-content-display {
    padding: 1.5rem 1.5rem 0rem 1.5rem;
    font-size: 1.2rem;
}

.dialog-custom .modal-content {
    border-radius: 1.5rem;
}

.dialog-custom .btn-dialog-custom-alert-close {
    background-color: var(--btn-secondary-color-1);
    border: none;
    color: #000000;
    font-weight: bold;
    width: 100%;
    height: 3rem;
    border-radius: 1.5rem;
}

.dialog-custom .btn-dialog-custom-confirm-close {
    background-color: var(--btn-secondary-color-1);
    border: none;
    color: #000000;
    font-weight: bold;
    width: 40%;
    height: 3rem;
    border-radius: 1.5rem;
}

.dialog-custom .btn-dialog-custom-confirm-ok {
    width: 40%;
    height: 3rem;
    border-radius: 1.5rem;
}