/* DASHBOARD SUB HEADER SETTINGS */
.nonprofit-subheader-section {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    background-color: rgba(116, 204, 211, 0.05);
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 8%);
}
.nonprofit-subheader-section .nav > li > a {
    padding: 10px 15px;
    text-align: center;
}
.nonprofit-subheader-section .nav-pills > li {
    display: inline-block;
    text-align: center;
}
.nonprofit-subheader-section .nav-pills > li > a {
    display: block;
    white-space: normal;
    line-height: 1.2;
}

.nonprofit-subheader-section .nav-pills > li > a:hover,
.nonprofit-subheader-section .nav-pills > li > a:focus {
    background-color: rgba(72, 82, 87, 0.6);
    color: #ffff !important;

}
.nonprofit-subheader-section .nav-pills > li > p {
    margin-bottom: 0;
}
.nonprofit-subheader-section .nav-pills > li:not(:last-child) {
    border-right: 1px solid #ccc;
}
/* custom styling for dropdown */
.nonprofit-subheader-section .dropdown {
    padding-right: 2px;
}
/* Custom styles for dropdown menu */
.nonprofit-subheader-section .dropdown-menu {
    width: auto; /* Adjust the width as per your preference */
}
.nonprofit-subheader-section .dropdown-menu.columns-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.nonprofit-subheader-section .dropdown-menu .copy-section {
    padding: 15px;
}
/* Additional styles for multi-column dropdown */
.nonprofit-subheader-section .dropdown-menu.multi-column {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
}
.nonprofit-subheader-section .dropdown-menu.multi-column > li {
width: 50%; /* Adjust column width as per your preference */
}
.dropdown-menu>li>a {
    text-align: left;
}
.nav-description {
    font-size: 12px;
}