.text-gold{
    color:#ecce70 !important;
}

.text-danger{
    color:#c1272d;
}

.row.border-gold{
    /*border:2px solid #583214;*/
    background: linear-gradient(to right, #fcf4d6,#f0d88c,#d6b561,#ac8744, #a17b3d);
    padding: 2px;
    border:none;
}

.col-12.border-gold{
    background: black;
    border:none;
}

.border-gold{
    background-size: 500% 500% !important;
    animation: gradient 3s ease infinite;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gshare-text-holder b{
    color:#a17b3d;
    letter-spacing: 5px
}

.gshare-text-holder p{
    color:white;
}

.gshare-card-holder{
    color:#a17b3d;
}

.gshare-card-text-holder{
    position: absolute;
    top: 7%;
    left: 8%;
}

.gshare-card-subtitle{
    color:#573114;
}

.gshare-card-amount{
    color:#c1272d;
    border: 1px solid #c1272d;
    padding: 5px;
}

.gshare-card-icon{
    position: absolute;
    max-width: 15%;
    right: 12%;
    top: 5%;
}