@font-face {
  font-family: "Lexend";
  src: url(/css/Lexend-VariableFont_wght.ttf) format("truetype");
}

body {
    height: 100%;
    background-color: #6DB39C;
}

.navbar-bg {
    background-color: #6DB39C;
}

/*
@BLACK  = #292929;
@BLUE   = #9ddee7;
@WHITE  = #FFFFFF;
@RED    = #EC8783;
@YELLOW = #FAD961;
@GREEN  = #c9E2A2;
@GRAY   = #EBEBEB;
*/

* {
    font-family: Lexend;
  }

main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.nav-link {
    color: Black;
    font-size: 1.1em;
}

.nav-link a
{
    color: black;
    text-decoration: none;
}

.nav-link a:link
{
    color: black;
    text-decoration: none;
}
.nav-link a:hover {
    color: gray;
}

#test-8 {
    min-width:  440px;
    max-height: 300px;
    min-height: 300px;
    margin-bottom: 20px;
}

#test-4 {
    max-height: 230px;
    min-height: 230px;
    margin-bottom: 20px;
}

#test-2 {
    max-height: 230px;
    min-height: 230px;
    margin-bottom: 20px;
}

#test-1 {
    max-width:  110px;
    max-height: 110px;
    min-height: 110px;
    margin-bottom: 20px;
}

#test-inside{
    padding:5px;
    border-radius: 10px; 
    height:100%;
    width:100%;
    background-color: #FFFFFF;
}
#test-inside p {
    font-size:20px;
    text-align: center;
}

.site-index a
{
color: black;
text-decoration: none;
}
.site-index a:link
{
color: black;
text-decoration: none;
}
.site-index a:hover {
    color: grey;
}

.breadcrumb a 
{
color: black;
text-decoration: none;
}

.breadcrumb li.active
{
color: black;
text-decoration: none;
font-size:1.25rem;

}

.breadcrumb li
{
    color: black;
    text-decoration: none;
    font-size:1.25rem;
}

.breadcrumb a:link
{
color: black;
text-decoration: none;
}
.breadcrumb a:hover {
    color: grey;
}

.breadcrumb {
    background: white;
    border-radius: 5px; 
}


.py-3{
    background-color: #EBEBEB;
}

.heavy {
      color: #2D527C;
      font-size:100px;
      font-family: Lexend;
      font-style: oblique;
      text-align: center;
    }
    
.heavybar {
      color: #2D527C;
      font-size:240px;
      font-family: Lexend;
      font-style: oblique;
      text-align: center;
}
    
.sites-index {
    padding: 15px 15px 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}    

.modal-img {
    max-height: 70vh; /* keeps it inside viewport */
    object-fit: contain;
}

#pill {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 20px;
  margin: 5px;
  color: #000;
  font-size: 13px;
  text-align: center;
  position: relative;
  transition: filter 0.3s ease;
}

#pill:hover {
    opacity: .6; /* Background color on hover */
}

.radioboxx label,
.radioboxx input {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 80px;
  height: 20px;
  border: 1px solid #CCC;
  padding: 0;
  background: white;
  cursor: pointer;

}

.radioboxx input[type="radio"]:checked + label{
    background: lightblue;
}

.radioboxx input[type="radio"] {
    display: none;
}

.radioboxx label:hover {
  background: #DDD;
}

/* Wrapper so we can position the badge */
.nav-bell-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Default (no alerts) color = muted */
.navbar .nav-link .nav-bell-wrapper .bell {
  color: #6c757d; /* Bootstrap text-muted-ish */
}

/* When there are alerts, flip the color to your brand red */
.navbar .nav-link .nav-bell-wrapper.has-alerts .bell {
  color: #EC8783; /* your coral/red */

}



/* Badge styling + positioning (Bootstrap-like) */
.count-badge {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  display: inline-block;
  min-width: 1.0rem;
  height: 1.0rem;
  padding: 0 .25rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
   line-height: 1.4;
  text-align: center;
  background: #EC8783;     /* red bubble */
  color: #fff;             /* white text */
  box-shadow: 0 0 0 2px #fff; /* little ring to separate from background */
}

/* Make the tap target comfy on touch */
.nav-bell-wrapper .bell {
  width: 36px;
  height: 36px;
  transition: transform 0.2s ease;
}
.nav-bell-wrapper:hover .bell {
  transform: scale(1.05);
}