html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}
body {
    margin-bottom: 60px;
}

@media (max-width: 576px) {
    .navbar-nav .nav-link.active::after {
        bottom: -5px !important; /* Reduce the bottom position to prevent overlap */
    }
}

/*
.TopURL {
    background-color: #38843B;
    color: white !important;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 0 25px 0 5px;
    outline: 0;
    text-decoration-line: none;
    width: 100px;
}
    .TopURL:hover {
        text-decoration-color: #ffffff;
        text-decoration: underline;
    }
.GreenText {
    color: #19a419;
    font-size: 16px;
}
    .GreenText:hover {
        text-decoration-color: #19a419 !important;
        text-decoration: none;
    }
.titleCard{
    padding:10px;
}*/