.header-gradient{
    background-image: linear-gradient(to right,#E12A7D , #991B69);
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary ,.btn-primary:disabled{
    background-color: #E12A7D;
    border-color: none;
}

.primary-color-text{
    color:#E12A7D;
}

.number-circle-color-1{
    stop-color: #F069B5;
}

.number-circle-color-2{
    stop-color:#96E3E4;
}

.banner{
    background-color: #000000;
}
.spinner{
    color:#da85c1;
}

.logo-image{
    background-image: url("https://wallet-uk-asp.s3.eu-west-2.amazonaws.com/psychiclight-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:contain;
    height:46px;
    width:130px;

}