<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0 0 70px 0!important;
}
 .navmCard {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    background-color: #99cc66;
    display: flex;
    overflow-x: auto;
    z-index: 100000;
}

.nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    min-width: 50px;
    overflow: hidden;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 13px;
    color: #444444!important;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: background-color 0.1s ease-in-out;
    font-weight: normal!important;
    text-shadow: none!important;
}

.nav__link:hover {
    background-color: #eeeeee;
}

.nav__link:active {
    color: #009578;
}

.nav__icon {
    font-size: 18px;
}
.notification .badge {
  position: absolute;
  top: -2px;
  right: -12px;
  border-radius: 50%;
  width:22px;
  height: 20px;
  background: red;
  color: white;
}
.badge {
  text-align: center;
  color: white;
  font-size:16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal!important;
  padding-top:4px;
}
.notificationoval .badgeoval {
  position: absolute;
  top: -2px;
  right: -20px;
  border-radius: 25%;
  width:30px;
  height: 16px;
  background: orange;
  color: white;
}
.badgeoval {
  text-align: center;
  color: white;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold!important;
  padding-top:4px;
  z-index: 200000
}
.hero-image {
  background-image: url("/images/mobilebg.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  background-position: center; /* Center the image */
  background-repeat:no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.menubar-imagehome {
background: -webkit-linear-gradient(#4682B4,white); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4682B4,white); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4682B4,white); /* For Firefox 3.6 to 15 */
background: linear-gradient(#4682B4,white); /* Standard syntax (must be last) */
}
.menubar-imagealt {
background: -webkit-linear-gradient(#4682B4,#4682B4); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4682B4,#4682B4); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4682B4,#4682B4); /* For Firefox 3.6 to 15 */
background: linear-gradient(#4682B4,#4682B4); /* Standard syntax (must be last) */
}
.menubar-image {
background: -webkit-linear-gradient(#4682B4,#4682B4); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#4682B4,#4682B4); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#4682B4,#4682B4); /* For Firefox 3.6 to 15 */
background: linear-gradient(#4682B4,#4682B4); /* Standard syntax (must be last) */
}



</pre></body></html>