ul[role=tablist] {
    flex-wrap: wrap;
}
    .back-to-top i {
        color: black;
        font-size: 28px;
        line-height: 0;
    }


:root { --bg-main: #242c42 !important; }

.bg-main { background-color: var(--bg-main) !important; }

.section-bg { background-color: #f1f6fe; }

.section-title { text-align: center; }

.navbar .nav-link {
    color: black !important;
    font-weight: bold !important;
}

.section-title h1 {
    color: #434175;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.section-title h1::after {
    background: #5a5af3;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: calc(50% - 100px);
    position: absolute;
    width: 200px;
}

.dashboard-statistic-icon {
    height: 3rem;
    width: 3rem;
}

.dashboard-statistic-icon i { font-size: 2.25rem; }

.dashboard-statistic-icon-shape {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    padding: 12px;
    text-align: center;
}


.footer-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    position: relative;
    border-bottom: solid 1px black;
}

.footer-links { margin-bottom: 30px; }

.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links ul i {
    color: #106eea;
    font-size: 18px;
    line-height: 1;
    padding-right: 2px;
}

.footer-links ul li {
    padding: 5px 0;
}

.footer-links ul li:first-child { padding-top: 0; }

.footer-links ul a {
    color: black;
    display: inline-block;
    line-height: 1;
}

.footer-links ul a:hover {
    font-weight: bolder;
    text-decoration: none;
}


@media (max-width: 767px) {
    .dropdown-menu {
        max-height: 300px;
        overflow-y: scroll;
    }

    .list-group-item {
        flex-wrap: nowrap;
    }

    .badge {
        margin-top: 0.5rem;
        margin-left: auto;
        display: block;
    }
}
