body {
   
  color: rgba(211, 211, 211, 0.903);
  background-image: url('./images/kotibackground.png');
  background-color:black;
  background-repeat:repeat;
  font-size: 0.8em;
  
  font-family: Verdana, Geneva, Tahoma, sans-serif;
 
}



.appDiv {
  background-color:black; 
  width: 100%;
  height: 100%; 
}

.navDiv {
  width: 100%;
}

.topTitle 
{
  color: rgb(212 212 212 / 84%);
  font-size: 1.0em;
  font-weight: bold;
  margin-left: 3px;
  padding-top: 18px;
  position:absolute;
}


h3 {
  color: rgb(212 212 212 / 84%);
  font-size: 1.0em;
}

.largeLogo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  height: auto;
}

.logo {
  float: left;
  width: 10%;
  height: auto;
}


.formDiv {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  height: auto;
  text-align: center;
}
.form {
  text-align: center; 
  width: 100%;

}


button {
  background-color: rgb(47 54 65 / 69%); 
  border: 1px solid rgb(58 62 75 / 58%);
  border-radius: 8px;
  color: rgb(212 212 212);
  padding: 4px 17px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size:1em;
  
  font-weight: bold;
  width:30%;
  transition: 0.2s;
}
button:hover {
  background-color: rgb(89 91 126 / 60%);  
  color: white;
  
}

button:active {
  transform: translateY(2px);
  transform: translateX(2px);
}
.adminButton {
  width:90%;
}
.navButton {
  padding: 5px 0px;
  width:20%;
  height:15%;
  font-size:0.9em;
  font-weight: bold;
}
.miniNavButton {
  padding: 0px 0px;
  font-size: 0.7em;
  background-color: rgb(47 54 65 / 0%); 
  border: 1px solid rgb(58 62 75 / 0%);
  color: rgb(127, 127, 127);
  padding: 4px 17px;
  width:fit-content;
  font-weight: normal;;
}

.searchBar {
  padding: 0px 0px;
  font-size: 0.7em;
  background-color: rgba(60, 45, 78, 0.459); 
  border: 1px solid rgb(58 62 75 / 0%);
  color: rgb(127, 127, 127);
  padding: 4px 17px;
  width:fit-content;
  font-weight: normal;;
}
.formButton {
  width:30%;
}
.contentNavButton
{
  width: 33%;
  font-size:0.7em;
  margin-left: 0;
  margin-right: 0;
  padding: 2px 2px;
}
.documentDownloadLinks
{
  margin: auto;
  width: 750px;
  background-color: rgb(47 54 65 / 69%); 
  border-radius: 8px;
}
.documentDownloadButton
{
  width: 70px;
  vertical-align: middle;
  text-align: center;
  font-size:0.8em;
  margin-left: 10%;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 2px 2px;
  
}
.mapsLink
{
  color: rgb(212 212 212);
  margin-left: 5px;
}



.name {
    width:25%;
    border-radius: 25px;
    height: max-content;
    padding-top: 1%;
    padding-bottom: 1%;
    text-align: center;
}

input {
  background-color: rgb(76 79 97 / 64%); 
  border: 1px solid rgb(89 97 115 / 58%);
  text-align: center;
  border-radius: 25px;
  width: 40%;
  height: 40%;
  padding-top: 1%;
  padding-bottom: 1%;
  color: rgb(0, 0, 0);
}
.issueInput
{
width: 100%;
height: 120%;   
border-radius: 8px;
padding-top: 5%;
padding-bottom: 5%;
color: rgb(211 210 210);
overflow: scroll;
overflow: hidden;
}



input[type="checkbox"] {
  appearance: none; /* Remove default checkbox styling */
  -webkit-appearance: none;
  background-color: rgba(139, 54, 189, 0.815);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #6b4688; /* Darker border for contrast */
  border-radius: 0.15em;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  
}

/* Style when checkbox is checked */
input[type="checkbox"]:checked {
  background-color: rgba(215, 175, 252, 0.897); /* Greenish shade */
  border-color: #eedbffb9; /* Change border color */
}

/* Optional: add a checkmark indicator */
input[type="checkbox"]:checked::after {
  content: '✔'; /* Unicode checkmark */
  font-size: 0.75em;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.15em;
}

table{
  width: 100%;
  font-size: 0.8em;;
  border-collapse:collapse;
}

tr {
  transition: 0.2s;
  border-collapse:collapse;
}

tr:nth-child(even) {
    background-color: #44444448;
  }
  tr:nth-child(odd) {
      background-color: #1b1b1bcb;
    }
tr:hover {
    background-color: rgb(50 48 62 / 76%);
  }
  
td{
  text-align: center;
  padding-top: 1%;
  padding-bottom: 1%;
  border-collapse:separate
}


.adminTable{
  width: 100%;
}

textarea {
  background-color: rgb(76 79 97 / 64%); 
  border: 1px solid rgb(89 97 115 / 58%); 
  text-align: center;
  width: 50%;
  height: 20%;
  resize: 'none';
  overflow: scroll;
  overflow: hidden;
  border-radius: 8px;
  padding: 5px 15px;
  padding-top: 1%;
  padding-bottom: 5%;
  color: rgb(255, 255, 255);
  resize: none;

}
.noteTextArea
{
  background-color: rgb(76 79 97 / 64%); 
  border: 1px solid rgb(89 97 115 / 58%);
  padding-top: 2%;
  padding-bottom: 2%;
  width: 75%;
  color: rgb(255, 255, 255);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  overflow: scroll;
  overflow: hidden;
}
.noteLabel
{
  margin-bottom: 0px;
}
.notesIndicatorCell
{
  width: 50px;
  border-left: hidden;
}
.noteSymbol
{
  width: 18px;
  height: 18px;
  vertical-align: bottom;
  
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  body {
    font-size: 0.7em;
  }
  .navButton {
    font-size: 0.8em;
    width: 25%;
  }
  .miniNavButton {
    font-size: 0.8em;;
  }
}






.navbar {
  overflow: hidden;
  background-color: #0E0615;
}

.navbar a {
  float: left;

  color: rgba(211, 211, 211, 0.903);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {

  border: none;
  outline: none;
  color: rgba(211, 211, 211, 0.903);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #0e0615;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0e0615;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: rgba(211, 211, 211, 0.903);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #1b1124e0;
}

.dropdown:hover .dropdown-content {
  display: block;
}






select {
  background-color: #835e92ab;
  border: 2px solid #6b4688;
  border-radius: 8px;
  padding: 2px;
  font-size: 12px;
  color: #ffffffc9;
  cursor: pointer;
  width: 100px;
}

/* Change color on hover */
select:hover {
  background-color:  #84698fab;
}











/*q bar//////////////////*/

#queueBar {
  position: fixed;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 60px; /* Thin bar */
  background-color: #311f3a;
  color: rgba(182, 182, 182, 0.453);
  font-size: smaller;
  display: flex;
  align-items:baseline;
  justify-content: center;
  overflow: hidden;
}

#queueItems { 
  white-space: nowrap; /* Prevent wrapping */
  overflow: hidden;    /* Hide overflow */
  text-overflow: ellipsis; /* Show ellipsis if text overflows */

  width: 100%;
}

#hlighted{
  background-color: rgba(172, 125, 253, 0.07);
  padding: 0px;  
  width: 100%;
}


@keyframes scroll {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}






