﻿body {
    background: #f5f5f5;
    font-family: Inter,sans-serif;
}

.container {
    max-width: 1100px;
}

.mainCard {
    background: #fff;
    border: 2px solid #59b56a;
    border-radius: 8px;
    padding: 20px;
}

.pageTitle {
    text-align: center;
    color: #17395c;
    font-weight: 700;
    font-size: 28px;
}
.ecma-dropdown {
    width: 100%;
    height: 42px;
    padding: 0 40px 0 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    cursor: pointer;
    outline: none;
    /* Remove default browser style */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Custom arrow */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='%23888' viewBox='0 0 16 16'%3E%3Cpath d='M3.2 5.5L8 10.3l4.8-4.8.9.9L8 12.1 2.3 6.4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    transition: all .25s ease;
}

    .ecma-dropdown:hover {
        border-color: #8bc34a;
    }

    .ecma-dropdown:focus {
        border-color: #4caf50;
        box-shadow: 0 0 0 3px rgba(76,175,80,.15);
    }

    .ecma-dropdown option {
        padding: 8px;
        font-size: 14px;
    }
.section {
    border: 1px solid #59b56a;
    border-radius: 5px;
    padding-top:10px;
    margin:10px;
}
.error {
    border: 2px solid red !important;
}
.Amount {
    font-weight: bold;
    border: 0px solid white;
    font-size: 24px;
    margin-top: -10px;
    color: #00D11C;
}
.label {
    color: #428299;
    font-weight:bold;
    font-size:14px;
}
.btnPay {
    width: 33%;
    height: 50px;
    background: #171352;
    border: none;
    color: white;
    font-size: 18px;
    border-radius: 25px;
    margin-top: 15px;
    margin-left: 17%;
}

.Mobile {
    margin-left: 3%;
}
