/*
 Theme Name:   Bigpage-Divi-Child
 Description:  Divi Child Theme
 Author:       Bigpage
 Author URI:   http://bigpage.in/
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentyfifteenchild
 
*/


.donation_amountbox {
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    padding: 1rem;
    width: 100%;
}

.headingsDonate {
    color: #fff;
    background-color: #8C343F;
    border: 1px solid black;
    padding: 10px;
    text-align: center;
    font-size: 26px;
    display: inline-block;
}

.donation_amountbox .input_groupbox {
    display: flex;
    width: 80%;
    padding: 5px 0;
}

.donation_amountbox .input_groupbox label {
    color: #212529;
    font-weight: 700;
    display: inline-block;
    padding: 0 15px 0 0;
    min-width: 95px;
    margin: 8px 0;
    line-height: 50px;
}

.donation_amountbox .input_groupbox input.form-control {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ced4da;
}

.donation_amountbox .input_groupbox .btn.btn-success {}

.donation_amountbox .tax {
    color: #000;
    font-size: 14px;
    margin-top: 15px;
}

.btn-success {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #172C66;
    border-color: #2e6da4;
    text-align: center;
    width: 100%;
}

.btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

@media (max-width: 400px) { 
    .headingsDonate { font-size: 20px; display: block; text-align: center;}
    .donation_amountbox .input_groupbox { width: 100%; display: table;}
    .donation_amountbox .input_groupbox label { line-height: 24px;}
}