/* .portable {
    overflow: auto;
    height: 100px;
}
.portable thead th {
    position: sticky;
    top: 0;
    z-index: 1;
} */

.pt-sm-80 {
    margin-top: 0;
}

.nav-link-active-bg {
    background-color: #153448 !important;
}

.btn-bg-primary {
    background-color: #153448 !important;
    border-color: #153448 !important;
    color: #fff !important;
}

.bg-color-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff) !important;
}

.bg-color-green {
    background: linear-gradient(45deg, #28bea0, #51dbc0) !important;
}

.bg-color-yellow {
    background: linear-gradient(45deg, #FFB64D, #ffcb80) !important;
}

.bg-color-pink {
    background: linear-gradient(45deg, #FF5370, #ff8095) !important;
}

.bg-color-purple {
    background: linear-gradient(45deg, #845ef7, #b47cff) !important;
}

.bg-color-orange {
    background: linear-gradient(45deg, #FFB64D, #ffcb80) !important;
}

.bg-color-red {
    background: linear-gradient(45deg, #fc2549, #fc5c77) !important;
}

@media screen and (min-width: 576px) {
    .pt-sm-80 {
        margin-top: 80px;
    }
}
