
body{
    font-size: 16px;
}

.bd-navbar {
    background-color: #712cf9;
    padding: .75rem 0;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}

.app-header{
    background: linear-gradient(223.82deg,#94009f -23.38%,#1d3181 104.9%);
}
/* 
.app-button-rounded{
    border-radius: 20px;
} */

.app-list-group .list-group-item:nth-child(odd){
    background: linear-gradient(to right, #ebeef4, #ffffff);
}
.app-list-group .list-group-item:nth-child(even){
    background: linear-gradient(to left, #ebeef4, #ffffff);
}

.text-primary{
    color: #1d3181!important;
    font-family: math;
}

.btn-outline-primary {
    color: darkblue;
    border-color: darkblue;
}
.btn-outline-primary:hover, .btn-outline-primary:active{
    color: #fff;
    background-color: darkblue;
    border-color:darkblue;
}
.btn-outline-primary:focus{
    box-shadow: none;
}

.app-card-blue{
    background: url(./../image/make-nct.e65f618c.svg);
    background-size: cover;
    padding: 10px;
    color: white;
    border-radius: 10px;
}
.app-card-purple{
    background: url(./../image/track-status.3e860843.svg);
    background-size: cover;
    padding: 10px;
    color: white;
    border-radius: 10px;
}
.app-card-green{
    background: url(./../image/view-portfolio.07905361.svg);
    background-size: cover;
    padding: 10px;
    color: white;
    border-radius: 10px;
}

.footer {
    position: fixed;
    height: 30px;
    background-color: white;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.app-label-small{
    /* font-size: 0.8em; */
    opacity: 0.75;
}

.app-table_layout td{
    border:0;
}

.app-adjust-top{
    top: 200px!important;
}

/* .container{
    padding: 5px;
} */
