/* sticky-footer.css */
main > .container {
    padding: 60px 15px 0;
}

.footer {
    background-color: #f5f5f5;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}


/* custom.css */

body {
    margin: 0;
    font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.bg-dark-blue {
    color: #495057;
    background-color: #364150;
}

.bg-light-blue {
    background-color: #f7f9fc;
}

.table thead > tr > th {
    border: none;
}

.table tbody > tr > td {
    border-left: none;
    border-right: none;
}

.feather {
    width: 18px;
    height: 18px;
}

.cursor-pointer {
    cursor: pointer;
}

.nav-pills .nav-link.active {
    color: #fff!important;
    background-color: #364150;
}