.gradient {
    background: linear-gradient(90deg, #0891b2 40%, #e4a11b 80%);
}
/* #0284c7 */

body {
    font-size: 13px;
    color: #212529;
    background-color: white;
}

.title {
    font-size: 24px;
    color: white;
    text-align: center;
    text-transform: capitalize;
}

/* table.table a {
    margin: 0;
    color: #AECB35;
} */

.card-body {
    background-color: light-grey;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.dashheader {
    padding: 4px;
    color: black;
}

/** Include content mdb/css/style.min.css **/
.sidebar-fixed {
    height: 100vh;
    width: 160px;
    padding: 4px;
    font-size: 14px;
    font-family: "Source+Sans+Pro", "Nunito", "Raleway";
    /* background-color:#5e729f; */

}
.sidebar-fixed .list-group .active {
    border-radius: 5px;
}
.sidebar-fixed .logo-wrapper {
    padding: 2.5rem;
}
.sidebar-fixed .logo-wrapper img {
    max-height: 50px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: black;
    background-color: #5b785e;
    border-radius: 6px;
}

@media (min-width: 1200px) {
    .navbar,
    .page-footer,
    main {
        padding-left: 160px;
    }
}
@media (max-width: 1199.98px) {
    .sidebar-fixed {
        display: none;
    }
}

.main-content {
        /* padding-left: 1.5rem; */
        background-color: white;
}
.card-bg {
    padding: 30px;
    min-width: 250px;
    min-height: 150px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    font-family: "Source+Sans+Pro", "Raleway";
    align-content: center;
    background-color: #0891b2; /* rgb(14 116 144) #2482bc #5f6ca1;*/
}
