
/*# sourceMappingURL=custom.min.css.map */

/* .btn-primary{
    background-color: rgb(5, 7, 99);
} */

.profile-wid-bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .9;
    /* background: #05175f;
    background: -webkit-gradient(linear, left bottom, left top, from(#00bcd4), to(#05175f)); */
    background: linear-gradient(-45deg, #006699 50%, #003366);
}

