 .nav-pills .nav-link {
                      background-color: #f8f9fa !important; /* Set active tab background color */
                      color: #1e5daa !important; /* Set active tab text color */
                      border-radius:0px!important;
                      transition: background-color 0.3s ease; /* Smooth transition for tab background color */
                    }


                    .nav-pills .nav-link.active {
                      background-color: #1e5daa !important; /* Set active tab background color */
                      color: white !important; /* Set active tab text color */
                      border-radius:0px!important;

                    }

                        .btn-success{

                                color:white!important;
                        }

