.qty_box{
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}

.custom_donation_box{
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
}

.error{
    color: red !important;
    margin-left: 10px;
}

.txt_yellow{
    color:#F6D469 !important;
}

.bg_yellow{
    background-color: #F6D469 !important;
}

.msg-danger{
    color: red !important;
}

.msg-success{
    color: green !important;
}

.user_dashboard_stats{
    text-align: center;
}

.bg_green{
    background-color: #05A254 !important;
    color: white !important;
}

.sidebar_menu{
    list-style: none;
    padding: 0px;
}

.sidebar_menu li{
    background-color: #F6D469;
    color: black;
    padding-left: 10px;
    margin-top: 10px;
    border-radius: 6px;
}

.custom_form label{

    font-weight: bold;
    color: black;
}

.custom_form .form-group{
    margin-top:15px;
}

.custom_form .error{
    font-size:12px;
}

.custom_form input{
    font-size: 14px;
}

#signup_form .error{
    font-size: 12px;
    margin-left: 0px;

}
#login_form .error{
    font-size: 12px;
    margin-left: 0px;

}

.dashboard_stats{

    border:1px solid #6C4E13;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 5px black;
}

.page-header__title p{
    color:#F6D469 !important; 
}

.member_about{
    border: 1px solid black;
    padding: 20px;
    border-radius: 10px;
}

@media(min-width: 991px){
    .mobile_only{
        display: none;
    }
}