@font-face {
  font-family: "belly";
  src: url("../fonts/belly-font/belly.ttf") format(truetype);
}

/* Start Custom CSS Design For SPS  */
.card{
    background-color: #fede3b !important;
}
.btn, .btn-outline-primary, .btn-block{
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}
.btn-outline-primary:hover{
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}
.table td, .table th{
    border-top: 1px solid #6f42c1;
}
/* .fa, .fab, .fad, .fal, .far, .fas{
    color: #6f42c1;
} */

.btn, .btn-success{
    color: #fff !important;
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
}
.btn, .btn-success:hover{
    color: #fff !important;
    background-color: #6f42c1 !important;
    border-color: #6f42c1 !important;
}
.main-sidebar{
    background-color: #6f42c1 !important;
}
footer .float-right, .d-none, .d-sm-inline, b::before{
    /* display: none !important; */
    /* font-weight: bold !important;
    color: navy !important;
    content: "Reference " !important;
    content: none !important; */
}
.main-footer {
    color: #6f42c1 !important;
}
body.jazzmin-login-page{
    background-color: #6f42c1 !important;
}

/* Welcome Page  */
.title_align{
    text-align: center;
    padding: 25px;
    /* font-family:"belly"; */
    font-family: cursive;
}

/* End Custom CSS Design For SPS  */

