.gn-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.navbar {
    min-height: 70px;
}


/*Brand Name
-----------------------------------------


/* Brand Name */
.brand-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

/* GN */
.brand-gn {
    color: #FFD700; /* Gold */
}

/* Consultancy */
.brand-consultancy {
    color: #FFFFFF; /* White */
    margin-left: 3px;
}


.navbar-nav .nav-link:hover {
    font-size: 18px;
    color: yellow !important;
    text-shadow: 0 0 8px gold, 0 0 16px gold, 0 0 25px gold;
}

.brand-tagline {
    font-family: "Dancing Script", cursive;
    font-size: 11px; /* Smaller than brand name */
    font-weight: 300;
    line-height: 1.2;
    margin-top: 2px;
    letter-spacing: 0.5px;

.dropdown-menu{
    min-width: 260px;
    border-radius: 12px;
}

.dropdown-item {
    padding: 12px 18px;
    width: 25px;
}
/*
.dropdown-item i {
        
    }*/

.dashboard-card {
    border: none;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    transition: .3s;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

    .dashboard-card:hover {
        transform: translateY(-8px);
    }

    .dashboard-card .icon {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
        margin-bottom: 15px;
    }

        .dashboard-card .icon i {
            color: white;
            font-size: 28px;
        }

    .dashboard-card h2 {
        font-weight: bold;
        margin-bottom: 5px;
    }

    .dashboard-card h6 {
        color: #6c757d;
    }

.card {
    border-radius: 20px;
}

.table td,
.table th {
    vertical-align: middle;
}


