﻿@media only screen and (min-width: 767px) {
    #header-utility {
        margin-top: 3rem;
    }
}

.donate-btn {
    background-color: #e10909;
    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;
    }
.stripPrice-box {
    width: 62px;
    border: 1px solid;
    padding: 16px;
    margin: 5px;
    cursor: pointer;
}

.selectPriceBox {
    border: 2px solid #9c27b0;
}

#doantionBoxModal .active {
    background-color: #9c27b0;
    color: white;
}

#doantionBoxModal .customAmountBox {
    width: 170px;
    margin-left: 73px;
}
