HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/resources/views/paymentGateway/pay/css.blade.php
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">

<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 2rem;
    }

    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2rem;
    }

    .back-button {
        font-size: 1.2rem;
        background-color: transparent;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        border: none;
        text-align: left
    }

    .container {
        display: flex;
        justify-content: space-between;
    }

    @media (max-width: 768px) {
        .container {
            flex-direction: column;
        }
    }

    .step-section {
        padding: 2rem;
        flex: 1;
    }

    @media (max-width: 768px) {
        .step-section {
            padding: 0rem;
        }
    }

    .summary-section {
        background: #fff;
        padding: 2rem;
        border-radius: 12px;
        box-shadow: 0 1px 2px 3px rgba(0, 0, 0, 0.08);
        flex: 1;
    }

    h2 {
        margin-top: 0;
    }

    .step-title {
        margin-bottom: 1rem;
    }

    .payment-option {
        display: flex;
        align-items: center;
        padding: 1rem;
        border: 2px solid #ccc;
        border-radius: 8px;
        margin-bottom: 1rem;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .payment-option:hover {
        border-color: #999;
    }

    .payment-option input {
        margin-right: 1rem;
        cursor: pointer;
    }

    .payment-option img {
        margin-left: auto;
        height: 24px;
    }

    .summary-section h3 {
        margin-bottom: 1rem;
    }

    .info-line {
        display: flex;
        align-items: center;
        margin-bottom: 0.5rem;
    }

    .info-line span {
        margin-left: 0.5rem;
    }

    .summary-pricing {
        margin-top: 1rem;
    }

    .summary-pricing p {
        margin: 0.5rem 0;
        display: flex;
        justify-content: space-between;
    }

    .total {
        font-weight: bold;
        font-size: 1.1rem;
    }

    .continue-btn {
        display: block;
        width: 100%;
        padding: 12px;
        background-color: #ccc;
        color: #333;
        border: none;
        border-radius: 6px;
        text-align: center;
        cursor: not-allowed;
        font-size: 16px;
        margin: 10px 0px;
    }

    .continue-btn:enabled {
        background-color: <?php echo $corporateIdentity->btnBox_color ?>;
        color: white;
        cursor: pointer;
    }

    .timer {
        display: flex;
        flex-flow: column;
        text-align: center;
        font-size: 1rem;
        color: #000;
        margin-right: 1.5rem;
    }

    @media (max-width: 768px) {
        .timer {
            margin-right: 0;
        }
    }

    .timer-o-clock {
        font-size: 1.2rem;
        font-weight: bold;
        text-align: center;
    }
</style>