﻿.nav.nav-tabs.nav-dashboard-tabs {
    --nav-tabs-underline-size: 4px;
}

    .nav.nav-tabs.nav-dashboard-tabs .nav-link {
        color: #063B5D;
    }

        .nav.nav-tabs.nav-dashboard-tabs .nav-link.active {
            font-weight: 600;
        }

.row-shortcut-list h6 {
    color: #063B5D;
    font-weight: 600;
}

.bordered-title {
    color: var(--primary-color);
    font-weight: 700;
    position: relative;
}

    .bordered-title::before {
        content: '';
        width: 36px;
        height: 8px;
        background-color: #063B5D;
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
    }
.row-shortcut-list .svg ,
.row-shortcut-list svg {
     
 
    width: auto;
    height: 100%;
    position: relative;
    transform: none;
}
