// .a-Menu--current{
//     // text-decoration: underline !important;
//     // border-radius: 15px !important;
//     text-decoration-thickness: 3px !important;
//     color:#79C522 !important;
// }

// .t-Header-nav {
//     background-color: #fbf9f8;
//         padding-bottom: 20px;
// }
// // .a-MenuBar>ul {

// //     }
// // .t-Header-nav .a-MenuBar-item .a-MenuBar-label {
// //     background: black;
// //     color: white;
// //     border-radius: 15px;
// // }

// .t-Header-nav .a-MenuBar-item .a-MenuBar-label {
//  --color: #00A97F;
//  padding: 0.8em 1.7em;
//  background-color: transparent;
//  border-radius: .3em;
//  position: relative;
//  overflow: hidden;
//  cursor: pointer;
//  transition: .5s;
//  font-weight: 400;
//  font-size: 17px;
//  border: 1px solid;
//  font-family: inherit;
//  text-transform: uppercase;
//  color: var(--color);
//  z-index: 1;
// }

// .t-Header-nav .a-MenuBar-item .a-MenuBar-label::before, .button::after {
//  content: '';
//  display: block;
//  width: 50px;
//  height: 50px;
//  transform: translate(-50%, -50%);
//  position: absolute;
//  border-radius: 50%;
//  z-index: -1;
//  background-color: var(--color);
//  transition: 1s ease;
// }

// .t-Header-nav .a-MenuBar-item .a-MenuBar-label::before {
//  top: -1em;
//  left: -1em;
// }

// .t-Header-nav .a-MenuBar-item .a-MenuBar-label::after {
//  left: calc(100% + 1em);
//  top: calc(100% + 1em);
// }

// .t-Header-nav .a-MenuBar-item .a-MenuBar-label:hover::before, .button:hover::after {
//  height: 410px;
//  width: 410px;
// }

// .t-Header-nav .a-MenuBar-item .a-MenuBar-label:hover {
//  color: rgb(10, 25, 30);
// }

// .t-Header-nav .a-MenuBar-item .a-MenuBar-label:active {
//  filter: brightness(.8);
// }


// .t-Header-nav .a-MenuBar {
//      padding-top: 10px;
//     background:#e8eaf4;
//     }
//     .a-MenuBar-label {
//     padding: 10px;
//     align-items: center;
//     -webkit-appearance: none;
//     -moz-appearance: none;
//     appearance: none;
//     background-color: transparent;
//     border: none;
//     color: inherit;
//     cursor: inherit;
//     display: flex;
//     font: inherit;
//     outline: none;
//      padding-block-end: var(--a-menubar-item-padding-y,0px);
//      padding-block-start: var(--a-menubar-item-padding-y,0px); 
//      padding-inline-end: var(--a-menubar-item-padding-x,0px); 
//      padding-inline-start: var(--a-menubar-item-padding-x,0px);
//     text-align: inherit;
//     text-decoration: none;
//     -webkit-user-select: none;
//     -moz-user-select: none;
//     user-select: none;
// }

// .t-Header-nav {
//     background-color: #e8eaf4;
//     padding-bottom: 15px;
//     padding-top: 8px;
//     padding-left: 10px;
//     padding-right: 10px;
// }

// .t-Header-branding{
//     border-bottom-width: 0px; 
//     border-bottom-style: none; 
//     border-bottom-color: none;
// }

// #B47465432261181418646{
//     background-color: blue;
// }

// .t-Body-contentInner{
//     margin-top: 20px;
// }




.t-Header-nav .a-MenuBar-item .a-MenuBar-label {
     background-color: green;
    padding: 20px 35px;
    font-size: 22px;
    border-right: 1px solid white;
    }