.custom-settings-tab {
    display: flex;
    justify-content: start;
    /* gap: 50px; */
    list-style: none;
    padding-left: 0px;
}

#pills-tab .nav-item {
    width: 25%;
}

#pills-tab .nav-link {
    color: #868686;
    font-size: 20px;
    font-weight: 500;
    width: 100%;
    padding: 10px;
    /* border-right: 1px solid red; */
}

#pills-tab .nav-link.active {
    color: #051284 !important;
    background-color: #ffffff !important;
    border-bottom: 3px solid #051284;
}


/* header style  */

.settings-title{
    font-size: 30px;
    font-weight: 600;
    /* color: #051284; */

}

.user-email{
    font-size: 20px;
    font-weight: 500;
    color: #8A8A8A;
}

.section-title{
    font-size: 20px;
    font-weight: 600;
}

.section-subtitle{
    font-size: 14px;
    font-weight: 500;
}