body {
  background: linear-gradient(to bottom, #000000 0%, #0e0e0e 40%, #0f0f0f 150%), linear-gradient(to top, rgba(10, 10, 10, 0.4) 0%, rgba(0,0,0,0.25) 200%);
  background-repeat: no-repeat;
  min-height: 100vh;
}
.login-div {
  margin: 10vh auto;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 2px;
  border-style: solid;
  border-image: 
    linear-gradient(
      to bottom, 
      rgba(0, 0, 0, 0) 0%, rgb(250, 48, 48) 50%,
      rgba(0, 0, 0, 0)
    ) 1 100%;
  padding: 3em;
  border-radius: 20px;
  font-family: "Space Grotesk", sans-serif;
  box-shadow: rgba(255, 46, 46, 0.5) 0px 0px 5px;
  animation: fade-in 1s ease-in-out;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

input {
  transition: background-color 0.3s ease; /* Smooth transition for background color */
}

input.invalid {
  background-color: #fd6a76; /* Light red */
  border: 2px solid #dc3545; /* Red border */
}

h3 {
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 20px;
}

h1 {
  text-decoration: underline;
}

.login-button {
    padding: 8px;
    border: none;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 8px;
    background: #6D81CD;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.font-header-color {
  color: #6D81CD;
}

.font-white {
  color: white;
}

.note {
    margin-top: 2em;
    font-size: small;
    color: #0c8a8f;
    font-weight: bold;
}

.f-logo {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.wiz-f-div {
  position: relative;
}

.wiz-f {
  position: fixed;
  bottom: 10px;
  left: 10px;
  transform: scale(0.2); /* Scale the image down to 10% */
  transform-origin: bottom left; /* Scale from bottom-left corner */
}

.text-color-white {
  color: whitesmoke;
}

.text-color-red {
  color: rgb(255, 60, 60);
  font-weight: 300;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.text-red {
  color: rgb(250, 48, 48, 0.3);
}

.stats {
  margin: auto;
}

.stat-list {
  list-style: none;
  font-size: 0.8em;
}

.stat-list li {
  display: inline;
  background-color: #fd6a76;
  margin-left: 5px;
  border: 1px solid black;
  padding: 2px 2px;
  border-radius: 5px;
  cursor: pointer;
}
.admin-button {
  cursor: pointer;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 7px;
  margin-right: 7px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  background-color: #8BC6EC;
  background-image: linear-gradient(to top, #0a0f14 0%, #0f161b 100%); 
  padding: 5px;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0 1px 1px rgba(1, 255, 179, 0.30), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 3px 6px rgba(1, 255, 179, 0.10), 0 8px 16px rgba(0,0,0,0.11);
}

.dataTables_wrapper 
        div.dataTables_length select,
        .dataTables_wrapper 
        div.dataTables_filter input {
     color: black;
     background-color: white;
}

.account-div {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Space Grotesk", sans-serif;
    background-color: #8BC6EC;
    background-image: linear-gradient(to top, #0a0f14 0%, #0f161b 100%); 
    padding: 20px;
    border-radius: 100px 15px 100px 10px;
    box-shadow: 0 1px 1px rgba(211, 211, 211, 0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
    animation: fade-in 1s ease-in-out;
  }

.bold {
    font-weight: bold;
}

.char-names {
    list-style: none;
    padding: 0;
}

.panel {
    display: flex;
    margin: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    background-image: linear-gradient(120deg, #101922 0%, #161f27 100%);
    border-radius: 30px 5px 30px 5px;
    padding: 10px;
    border: 1px solid black;
    color: #8899ac;
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 0 2px 2px rgba(0,0,0,0.11), 0 4px 4px rgba(0,0,0,0.11), 0 6px 8px rgba(0,0,0,0.11), 0 8px 16px rgba(0,0,0,0.11);
}

.panel-red {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background-color: #973434;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    animation: slide-down 1s ease-in-out;
}

.panel-yellow {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    background-color: #FFA600;
    border-radius: 10px;
    border: 1px solid black;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    animation: slide-down 1s ease-in-out;
}

.search-div {
    margin: auto;
    color: whitesmoke;
    margin-top: 100px;
    width: 90%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Space Grotesk", sans-serif;
    background-color: #8BC6EC;
    background-image: linear-gradient(120deg, #101922 0%, #161f27 100%);    
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px black;
    animation: fade-in 1s ease-in-out;
}

.log-div {
  margin: auto;
  color: whitesmoke;
  margin-top: 100px;
  width: 80%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Space Grotesk", sans-serif;
  background-color: #8BC6EC;
  background-image: linear-gradient(120deg, #101922 0%, #161f27 100%);  
    padding: 20px;
    border-radius: 20px;
    box-shadow: 5px 5px 5px black;
    animation: fade-in 1s ease-in-out;
}

.admin-badge {
    background-color: rgb(196, 77, 77);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: x-small;
    margin-left: 5px;
    font-family: "Space Grotesk", sans-serif;
}

.find-badge {
  background-color: #7785cc;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: x-small;
  margin-left: 5px;
  font-family: "Space Grotesk", sans-serif;
  cursor: pointer;
}

.flash {
  background-color: #ff77bb;
  padding: 5px;
  border-radius: 5px;
  color: black;
}

.row-hover:hover {
    background-color: #56b6a1;
    cursor: pointer;
    color: whitesmoke;
}

.img-preview {
    width: 200;
    height: 200px;
    border-radius: 20px;
    margin: 10px;
    box-shadow: 5px 5px 5px black;
}

.user-badge {
    background-color: rgb(98, 0, 255);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: x-small;
    margin-left: 5px;
    font-family: "Space Grotesk", sans-serif;
}


.search-badge {
    background-color: #3a8b7a;
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: x-small;
    margin-left: 5px;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
}

.search-badge:hover {
  background-color: #253f39;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: x-small;
  margin-left: 5px;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
}

.checkButton {
  background-color: #8b3a3a;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: x-small;
  margin-left: 5px;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

.synSubmitButton {
  background-color: #3a8b7a;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: x-small;
  margin-left: 5px;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

.synSubmitButton:hover {
  background-color: #253f39;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: x-small;
  margin-left: 5px;
  cursor: pointer;
  font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
}

.synAcceptButton {
      appearance: none;
      background-color: #2ea44f;
      border: 1px solid rgba(27, 31, 35, .15);
      border-radius: 6px;
      box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
      box-sizing: border-box;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
      font-size: 14px;
      font-weight: 600;
      line-height: 20px;
      padding: 6px 16px;
      position: relative;
      text-align: center;
      text-decoration: none;
      user-select: none;
      -webkit-user-select: none;
      touch-action: manipulation;
      vertical-align: middle;
      white-space: nowrap;
    }
    
    .synAcceptButton:focus:not(:focus-visible):not(.focus-visible) {
      box-shadow: none;
      outline: none;
    }
    
    .synAcceptButton:hover {
      background-color: #2c974b;
    }
    
    .synAcceptButton:focus {
      box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
      outline: none;
    }
    
    .synAcceptButton:disabled {
      background-color: #94d3a2;
      border-color: rgba(27, 31, 35, .1);
      color: rgba(255, 255, 255, .8);
      cursor: default;
    }
    
    .synAcceptButton:active {
      background-color: #298e46;
      box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
    }

    .synReturnButton {
        appearance: none;
        background-color: rgb(98, 0, 255);
        border: 1px solid rgba(27, 31, 35, .15);
        border-radius: 6px;
        box-shadow: rgba(27, 31, 35, .1) 0 1px 0;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: -apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        padding: 6px 16px;
        position: relative;
        text-align: center;
        text-decoration: none;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        vertical-align: middle;
        white-space: nowrap;
        margin-bottom: 5px;
      }
      
      .synReturnButton:focus:not(:focus-visible):not(.focus-visible) {
        box-shadow: none;
        outline: none;
      }
      
      .synReturnButton:hover {
        background-color: rgb(143, 73, 255);
      }
      
      .synReturnButton:focus {
        box-shadow: rgba(46, 164, 79, .4) 0 0 0 3px;
        outline: none;
      }
      
      .synReturnButton:disabled {
        background-color: rgb(98, 0, 255);
        border-color: rgba(27, 31, 35, .1);
        color: rgba(255, 255, 255, .8);
        cursor: default;
      }
      
      .synReturnButton:active {
        background-color: rgb(98, 0, 255);
        box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
      }

.synBackButton {
    padding: 5px;
    border: none;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 8px;
    background: #3a8b7a;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.synBackButton:hover {
    background: #56b6a1;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.charNode {
    margin: 1px;
    padding: 1px 1px;
    background-color: #3a8b7a;
    border-radius: 1px;
    color: white;
    font-size: small;
}

.charNodeTwo {
    margin: 1px;
    padding: 1px 2px;
    background-color: #8c00ff;
    border-radius: 1px;
    color: white;
    font-size: small;
}
.charNodeThree {
    margin: 1px;
    padding: 1px 1px;
    background-color: rgb(255, 174, 0);
    border-radius: 1px;
    color: white;
    font-size: small;
}
.charNodeFour {
    margin: 1px;
    padding: 1px 1px;
    background-color: rgb(16, 0, 158);
    border-radius: 1px;
    color: white;
    font-size: small;
}
.charNodeFive {
    margin: 1px;
    padding: 1px 1px;
    background-color: rgb(0, 162, 255);
    border-radius: 1px;
    color: white;
    font-size: small;
}

.delete {
    background-color: rgb(255, 66, 66);
    color: white;
    padding: 5px;
    border-radius: 5px;
    font-size: x-small;
    margin-left: 5px;
    cursor: pointer;
    font-family: "Space Grotesk", sans-serif;
    border: 1px solid black;
    box-shadow: 1px 1px 1px black;
}

.delete:hover {
  background-color: rgb(255, 121, 121);
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-size: x-small;
  margin-left: 5px;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  border: 1px solid black;
  box-shadow: 1px 1px 1px black;
}

/* Style the Image Used to Trigger the Modal */
#myImg1, #myImg2, #myImg3  {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #myImg:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    height: 100%;
    max-height: 500px;
  }

  #table.dataTable tbody tr:hover {
    background-color: #164142;
  }

  .display {
    width: 100%;
  }

  .codebox {
    /* Below are styles for the codebox (not the code itself) */
    border:1px solid black;
    background-color:#0a0f14;
    width:500px;
    overflow:auto;    
    padding:10px;
    border-radius: 5px;
}
.codebox code {
    /* Styles in here affect the text of the codebox */
    font-size:0.9em;
    color: #298e46;
    /* You could also put all sorts of styling here, like different font, color, underline, etc. for the code. */
}

  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close, .close2 {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #4400ff;
    font-size: 60px;
    font-weight: bold;
    transition: 0.3s;
    opacity: 1;
  }
  
  .close:hover,
  .close:focus, .close2:hover,
  .close2:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }