.g-10,
.gy-10 {
    --bs-gutter-y: 2.5rem
}

.g-10,
.gx-10 {
    --bs-gutter-x: 2.5rem
}

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

.ta-navbar .nav-item.vani-active {
    background: #0d6efd1a !important;
    border-radius: 7px;
    transition: background .3s
}

.ta-navbar .nav-item.vani-active .nav-link {
    color: #0d6efd !important
}

.ta-navbar .nav-item.vani-active .nav-link i {
    font-weight: 700
}

.text-vani {
    color: #0d6efd !important
}