﻿
/** Added on Dec 24 2021 **/
.modal-header{
    border-bottom: 1px dashed #efefef!important;
}

.donate-btn {
    background-color: #396837;
    padding: .5rem;
    margin-left: .8rem;
    -webkit-box-shadow: 7px 7px 3px -1px rgb(255 26 26 / 9%);
    box-shadow: 7px 7px 3px -1px rgb(255 26 26 / 9%);
    color: #fff;
}

    .donate-btn:hover {
        background-color: #005098 !important;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
    }

    #price{
        margin: 2rem 0;
    }

/** Added on Dec 27 2021 **/
.stripPrice-box {
        border: 2px solid #0071bc!important;
        cursor: pointer;
        /* color: #0071bc; */
        font-weight: bold;
        padding:  0.5rem 2rem;
        width: auto;
}


#doantionBoxModal .active {
    background-color: #0071bc;
    color: white;
} 

.modal .modal-content .close{
    color: #0071bb!important;
    font-size: 1.85rem;
}

#doantionBoxModal .customAmountBox {
    font-size: 1.35rem;
    width: 300px;
    padding: 1rem;
    margin-left: 1rem;
}

@media only screen and (min-width: 767px){
    #header-utility {
        margin-top: 3rem;
    }

    .stripPrice-box {
        width: 300px;
        padding: 0.5rem!important;
    }
}

/** Added on Dec 23 2021 **/
input#pay,
button#close-btn{
    /* margin-top: 1rem!important; */
    width: 100px;
    margin-left: 0!important;
    font-size: 15.5px;
}

#donate-box > label{
    font-size: 17px;
}

.modal .modal-content {
    border: 1px solid #e6f2ff;
    padding: 2.5rem!important;

}

.modal-footer{
    border-top: 1px dashed #efefef!important;
    padding: 1.5rem 0;
    justify-content: flex-start!important;
}

/* #donate-box,
#options{
    display: flex;
    flex-wrap: wrap;
} */

@media only screen and (max-width: 667px) {
    .stripPrice-box{
    width: auto!important;
    }
}

/** Added on Dec 24 2021 **/
.modal-title{
    font-size: 4.5rem!important;
    font-weight: 400!important;
    color:#0350a4!important;
}

#priceDiv{
    margin: 0;
}

#donate-box{
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 667px){
    #doantionBoxModal .customAmountBox{
        width: 100%;
    }
}

.modal .modal-content .close {
    color: #0071bb!important;
    font-size: 2.5rem;
    top: 2.85rem;
    right: 2rem;
    opacity: 1;
}

.selectPriceBox{
    border: none!important;
    background-color: #dc3545!important;
    color: #fff!important;
}
