.large-text 
{
  font-size: 48px;
  font-weight: bold;
  text-align:center;
  color: 403c3c;
  /* color: #056ac8; */
}

.no-border-region
{
  border: none!important;
  box-shadow:none !important;
}

.nav-bar-big-font
{
  font-weight: bold;
  font-size:24px;
}

.my-highlighted-list-item {
            background-color: yellow;
            font-weight: bold;
        }
        .my-special-list-item {
            color: rgb(255, 0, 4);
            font-weight:bolder;
            font-size:50px !important;
        
        }

    .t-Button-label {
    font-family: "Arial", serif;
    font-size: 16px!important;
    color: rgb(253, 253, 255);
    font-weight: normal!important;
   }

   .t-NavigationBar-item {
            margin-right: 32px; /* Adjust as needed */
        }

.t-Header-navBar {
    height: 60px !important;
}
