.margin-top-10{
    margin-top:10px;
}
label.error,.validation_error{
    color: #ff0000;
    font-size: 12px;
}

#snackbar {
    visibility: hidden;
    min-width: 110px;
    margin-left: -75px;
    background-color: #303538;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 6px;
    position: fixed;
    z-index: 1;
    right: 21%;
    bottom: 80px;
    font-size: 14px;
    border-radius: 30px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.reached a{
	background: var(--secondary);
}

input.donation_type{
    display:none;
}