.logoContainer
{
    width: 75%;
    min-width: 700px;
    margin: 0 auto 40px auto;
}

.mainForm 
{
    width: 75%;
    min-width: 700px;
    margin: 0 auto;
}

h2
{
    color: #373950;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}

.option
{
    padding: 20px;
    border: 3px solid #BBBBBB;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    color: #373950;
    cursor: pointer;
    background-color: #F7F7F7;
    border-radius: 10px;
}

.option.active
{
    background-color: #ffffff;
    border-color: #f00;
    
}

.twoOptions
{
    width: 40%;
    margin-right: 5%;
    margin-bottom: 20px;
}

.twoOptions:nth-child(2n+1)
{
    margin-right: 0;
}


.threeOptions
{
    margin-bottom: 20px;
    /* width: 8%; */
    margin-right: 20px;
    width: calc(29% - 40px);
}

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

.donationType
{
    margin-bottom: 20px;
}


.donationAmount
{
    margin-bottom: 20px;
}

.donarProgram{
    margin-bottom: 20px;
}

.donarProgram .option
{
    font-size: 20px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.mainForm input[type=text], .mainForm input[type=email]
{
    border: none;
    margin: 5px 0;
    min-height: 30px;
    background-color: #F7F7F7;
}

.mainForm input.fullUnderline
{
    width: 100%;
    margin-bottom: 20px;    
    /*border-bottom: solid 1px black;*/
}

.mainForm select.fullUnderline
{
    width: 100%;
    margin-top: 5px;
    height: 40px;
    /*border-bottom: solid 1px black;*/
}

.twoInputs
{
    width: calc(50% - 17px);
    margin-right: 30px;
    display: inline-block;
}

.twoInputs:nth-of-type(2n+1)
{
    margin-right: 0;
}

.donarInput input
{
    width: 100%;
}

.donarInput div
{
    margin-bottom: 20px;
}


.required
{
    color: red;
}

.requiredAddress
{
    color: red;
}

.TermsList li
{
    margin-bottom: 5px;
    line-height: 25px;
}

.companyInput
{
    display: none;
    margin-bottom: 20px;
}

.goldFlagInput
{
    display: block;
    margin-bottom: 20px;
}

#hiddenSubmit
{
    display: none;
}

#formSubmit
{
    width: 190px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    outline: none;
    margin: 15px 0 70px;
    font-weight: 600;
    letter-spacing: 2px;
    border: 1px solid #FF2D2D;
    background-color: #FF2D2D;
    border-radius: 5px;
    cursor: pointer;
}

#inputAmount
{
    margin: 5px 0;
    min-height: 30px;
    width: 300px;
    background-color: #F7F7F7;
    border: none;
}

#InputAmontContainer
{
    display: block;
}

.navbar-right
{
    text-align: right;
}

.arrow-down
{
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EF3E38;
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
    display: none;
}

.active .arrow-down
{
    display: unset;
}

.donarInfo .option
{
    position: relative;
    margin-bottom: 40px;
}

.donarInfo .option.active
{
    color: #fff;
    background-color: #EF3E38;
}

.donarInput input[type=radio]
{
    width: unset;
}

.titleContainer label
{
    margin-right: 50px;
}

.successContainer
{
    text-align: center;
    font-size: 20px;
}

.successForm
{
    text-align: center;
}

.successForm #successMsg
{
    margin-bottom: 40px;
}

.successForm #successMsgChi
{
    margin-bottom: 40px;
}


.successForm #amount
{
    font-size: 20px;
    margin-bottom: 40px;
}

.successForm #refNo
{
    font-size: 20px;
    margin-bottom: 40px;
}

.autosuffix {
    /* margin-left: 20px; */
    margin-top: 0px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);;
    display: inline-block;
    border-radius: 3px;
    position: absolute;
    list-style: none;
    padding-inline-start: 0px;
}
  
.autosuffix li{
    padding: 14px;
    padding-right: 20px;
    cursor: pointer;
    background: #ffffff;
}

.autosuffix li:hover{
    background: #dddddd;
}

#remarks{
    width: 50%;
}

.remarksOptionSection > *
{
    cursor: pointer;
}

.specialDonation
{
    margin-bottom: 10px;
    font-size: 20px;
}