/* ################################ */
/* #        LITTLE BANNER         # */
/* ################################ */


.hovertext {
  position: relative;
  /* border-bottom: 2px dotted #f80404; */
  border-bottom: 3px dashed #6bed07;
  }
  
  .hovertext:before {
  content: attr(data-hover);
  visibility: hidden;
  opacity: 0.95;
  width: 200px;
  background-color: #e8a90b;
  color: #484848;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  border: 3px solid #ac6c04;
  border-radius: 5px;
  padding: 10px;
  transition: opacity 0.1s ease-in-out;
  
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 110%;
  }
  
  .hovertext:hover:before {
  opacity: 1;
  visibility: visible;
  }
                

/* ################################ */
/* #        TABLE BANNER          # */
/* ################################ */

span.own3,
span.own4 {
  /* background: #3b3939; */
  /* background: #f7ba22; */
  background: #e8a90b;
  opacity: 0.95;
  /* border: 3px solid #c0bcbc; */
  border: 3px solid #ac6c04;
  border-radius: 7px;
  /* color: #c0bcbc; */
  color: #484848;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: justify;
  height: auto;
  /* width: max-content;
  min-width: 300px; */
  /* width: 400px;
  position: absolute;
  top: 40px;
  left: 15px;
  display: none;
  padding: 10px; */
  transition: opacity 0.1s ease-in-out;
  /* font-family: "Helvetica Neue", Arial, sans-serif; */
  /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09); */
  box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);
  z-index: 1;
}

span.own3 {
    width: 370px;
    position: absolute;
    top: 50px; /* Changed to percentage instead of px */
    left: 15px;
    display: none;
    padding: 10px;
}
span.own4 {
    width: 350px;
    position: absolute;
    top: 50px; /* Changed to percentage instead of px */
    right: -30px;
    display: none;
    padding: 10px;
}

  .own4 ul {
    list-style-type: "\1F449";
    padding-left: 2em;
  }
  .own4 li {
    padding-left: 1.5em;
    padding-bottom: 5px;
    padding-right: 0.5em;
  }
  .own4 li::marker {
    font-size: 1.5em;
    /* line-height: 0.1; */
  }

hover.own2 {
  position: relative;
  padding: 10px;
}

hover.own2:hover span {
  display: block;
}


.table.hoverstatus>tbody>tr:first-child>th {
  border: none;
}

.dd-label {
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: var(--ahpapp-navbar-text-color);
  color: #fff;
  font-weight: 500;
  /* font-weight: normal; */
  font-size: 1rem;
  padding: 0.2rem;
  text-align: center;
  border-radius: 1rem;
  }

.dd-label:hover {
    font-weight: bolder;
    color: #d1dfed;
    color: #e1f7ce;
    background-color: rgb(220, 244, 203, 0.6);
    /* text-shadow: 2px 2px 1px rgba(0,0,0,0.6); */
    border-radius: 1rem;
    transition: 0.3s;
}

  #scale {
    width: 170px;
  }
  #tips {
    width: 150px;
  }


