﻿.billing_container {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0px;
    padding: 10px 2%;
    width: 100%;
    box-sizing: border-box;
    /*border: 1px solid black;*/
}

.form_width {
    width: 60%;
}

.amount_container {
    /*display: block;*/
    /*width: 100%;*/
    margin: 10px;
    padding: 2% 3%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.1em;
    width: 35%;
/*    border: 1px solid #1166a3;*/
    box-shadow: 0 0 0 1px #c0f862;
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    box-shadow: var(--bs-box-shadow), inset 0 0 7px 1px white;
    --side: calc(10vh + 10vw);
    background: url(Image/h_bg.png) no-repeat;
    background-size: contain;
    background-color: #ffffff9e;
}

    .amount_container .or_h {
        color: #1166a3;
        font-weight: bold;
        font-size: calc(1.175rem + (1vw)) !important;
    }

    .amount_container .order_amt {
        box-sizing: border-box;
        font-size: 1.3em;
        color: #1166a3;
        padding: 10px 0;
    }

/*.amount_container .order_amt div {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
            font-size: 1.2em;
        }

            .amount_container .order_amt div nav {
                font-weight: bold;
            }*/

.read_only_input {
    outline: none;
    /*border: none;*/
    margin-left: 10px;
    text-align: right;
    padding: 5px 10px;
    color: #1166a3;
    width: 70%;
    /*width: 100%;
    border-radius: 5px;
    border: 1px solid #1166a3;
    box-shadow: 0 0 0 1px #c0f862;*/
    /*font-size: 1.3em;*/
}

.pp_d input[type="checkbox"].form_check {
    accent-color: #10a690;
}

.pp_d label.check_label a {
    margin-left: 10px;
    font-weight: 600;
    /*color: #0d6efd;*/
    color: #1166a3;
}



table.amount_table {
    /*border: 1px solid;*/
    width: 100%;
}

    table.amount_table tbody {
        color: black;
    }

        table.amount_table tbody tr td {
            padding: 5px;
            text-align: right;
        }

    table.amount_table tfoot {
        color: #1166a3;
        font-weight: 600;
        border-top: 2px solid #10a690;
        font-size: 1.2em;
    }

        table.amount_table tfoot tr td {
            padding: 7px 5px;
            text-align: right;
        }


/*payment_status*/

.payment_status {
    display: flex;
    align-items: center;
    margin: 5% auto;
    /*margin: 10px;*/
    padding: 2% 3%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.1em;
    width: 35%;
    /*border: 1px solid #1166a3;*/
    box-shadow: 0 0 0 1px #c0f862;
    color:;
}


    .payment_status .read_only {
        outline: none;
        border: none;
        margin-left: 10px;
        text-align: right;
        padding: 5px 10px;
        color: #1166a3;
    }

    .payment_status .payment_status_output {
        font-size: 2em;
        text-transform: capitalize;
        margin-bottom: 20px;
        color: #1166a3;
        text-shadow: 0 0 2px #c0f862;
        font-weight: bold;
    }
    .payment_status .pay_status{
        /*width: 100%;*/
        border: 1px solid;
        box-sizing: border-box;
    }
    .payment_status .pay_status tr td {
        padding: 5px;
    }

    @media only screen and (max-width: 800px) {
        .billing_container {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap-reverse;
        margin: auto;
        padding: 10px;
    }

    .form_width {
        width: 100%;
    }

    .amount_container {
        width: 100%;
    }
}



.p_p_form {
    display: block;
    margin: 10px 5%;
    padding: 2%;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.1em;
        border: none;
    backdrop-filter: blur(5px);
    border-radius: 1rem;
    box-shadow: var(--bs-box-shadow), inset 0 0 7px 1px white;
    --side: calc(10vh + 10vw);
    background: url(Image/h_bg.png) no-repeat;
    background-size: contain;
    background-color: #ffffff9e;
}