
.quicksand-<uniquifier> {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
}

#background-video {
  position: fixed; /* Fixes the video to the viewport */
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1; /* Puts the video behind other elements */
  object-fit: cover; /* Ensures the video covers the entire area while maintaining aspect ratio */
}

#home {
  width: 100px;
}

#open {
  width: 100px;
}

#approve {
  width: 100px;
}

#log {
    width: 100px;
}

#settings {
    width: 100px;
}

#office {
    width: 850px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #F97316;
}

.menu-container {
    width: 100vw;
    height: 100vh;
    background-color: black;
    align-content: center;
    position: fixed;
    overflow: auto;
}

.menu-logo {
    display: flex;
    align-items: flex-start;
}

#menulogo {
    width: 100px;
}

.menu-content {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 0;
}

.menu-content li {
    list-style-type: none;
}

.menu-link a {
  display: flex;
  align-items: center;   
  gap: 5px;
  text-decoration: none;
  color: white;
}

.menu-link a:visited {
    color: white;
}

.menu-link img {
  width: 100px;
  height: auto;
  display: block;     
}

.menu-link p {
  display: flex;
  align-items: center;   
  gap: 5px;
  color: white;    
}

.hidden-menu-link {
  display: inline-block;
}

.main-body-container {
    z-index: 100;
    width: 80%;
    position: relative;
    background-color: white;
    min-height: 95vh;
    border-radius: 40px;
    float: right;
    margin: 25px;
    /*box-shadow: 5px 5px 7px 5px orange,
                10px 10px 7px 5px yellow;*/
   
}

.main-body-content blockquote {
    text-align: center;
    font-weight: 700;
    font-size: 1.65rem;
}

.main-body-content h1, h2 {
    text-align: center;
}

.main-body-p {
    width: 75%;
    font-size: 1.42rem;
    text-align: center;
    margin: auto;
    padding: 30px;
}

.main-body-ul {
    width: 75%;
    margin: auto;
    padding: 30px;
    text-align: center;
    gap: 0;
}

.main-body-ul li {
    font-size: 1.42rem;
    margin: auto;
}

.cta {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cta-header {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.cta-button {
    padding: 15px;
    font-size: 1.75rem;
    border-radius: 20px;
    background-color: #F97316;
    color: #FFFFFF;
    width: 35%;
}

.cta-button:hover {
    background-color: #EA580C;
}

.cta-button:active {
    background-color: #C2410C;
}

.flex_login {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.flex_login-vertical {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 200px;
    align-items: center;
}



.flex_login a {
    width: 100%;
    text-align: center;
    overflow: hidden;
}



.flex-button {
    padding: 15px;
    font-size: 1.75rem;
    border-radius: 20px;
    background-color: #F97316;
    color: #FFFFFF;
    width: 50%;
}

.flex-button-a {
    padding: 15px;
    font-size: 1.75rem;
    border: 1px solid black;
    border-radius: 20px;
    background-color: #F97316;
    color: #FFFFFF;
    width: 50%;
    text-decoration: none;
    text-align: center;
    margin: 10px;
}

.flex-button-a:hover {
    background-color: #EA580C;
}

.flex-button-a:active {
    background-color: #C2410C;
}

.flex-button-b {
    padding: 15px;
    font-size: 1.75rem;
    border: 1px solid black;
    border-radius: 20px;
    background-color: #1F2937;
    color: #FFFFFF;
    width: 50%;
    text-decoration: none;
    text-align: center;
    margin: 10px;
}

.flex-button-b:hover {
    background-color: #111827;
}

.flex-button-b:active {
    background-color: #020617;
}

.what {
    height: 700px;
    margin: auto;
    padding-top: 250px;
}

.header-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo {
    width: 450px;
    margin: auto;
}

.thanks-logo-container{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    overflow: hidden;
}

.thanks-logo {
    width: 450px;
    margin: auto;
    margin-top: -200px;
}

.pop-up-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
}

.pop-up-content {
    height: 75%;
    width: 75%;
    background-color: white;
    margin: auto;
    border-radius: 40px;
    padding: 75px;
    overflow: scroll;
}

.pop-up-form {
    padding: 20px;
}

.pop-up-form input[type=text], input[type=email], input[type=password], input[type=date]{
    width: 100%;
    padding: 10px;
}

.pop-logo {
    width: 200px;
}

.pop-up-button-submit {
    padding: 12px;
    border-radius: 20px;
    background-color: #F97316;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 25%;
}

.pop-up-button-submit:hover {
    background-color: #EA580C;
}

.pop-up-button-submit:active {
    background-color: #C2410C;
}

.pop-up-button-cancel {
    padding: 12px;
    border-radius: 20px;
    background-color: #1F2937;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 25%;
}

.pop-up-button-cancel:hover {
    background-color: #111827;
}

.pop-up-button-cancel:active {
    background-color: #020617;
}

.alert-container {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    padding: 50px;
}

.alert-content {
    height: 75%;
    width: 75%;
    background-color: white;
    margin: auto;
    border-radius: 40px;
    padding: 75px;
    overflow: scroll;
}

.alert-form {
    padding: 20px;
}

.table-container {
    background-image: url('pictures/laboriq_no_wordmark.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.table {
    width: 95%;
    overflow: scroll;
    padding: 40px;
    margin: 50px;
    border-collapse: collapse;
    background-color: rgba(255,255,255, 0.5);
    backdrop-filter: blur(7px);
    border-radius: 15px;
}

/*tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

tr:hover {
    background-color: #f2f2f2;
}

.table caption {
    font-size: 1.88rem;
    padding: 15px;
    background-color: #9CA3AF;
}

.table th {
    font-size: 1.45rem;
    background-color: #1F2937;
    color: #FFFFFF;
    position: sticky;
}

.table td {
    text-align: center;
    padding: 10px;
    font-size: 1.25rem;
}

.deleteButton {
    padding: 12px;
    border-radius: 20px;
    background-color: #1F2937;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 100%;
}

.deleteButton:hover {
    background-color: #111827;
}

.deleteButton:active {
    background-color: #020617;
}

.updateButton {
    padding: 12px;
    border-radius: 20px;
    background-color: #F97316;
    color: #FFFFFF;
    font-size: 1.15rem;
    width: 100%;
}

.updateButton:hover {
    background-color: #EA580C;
}

.updateButton:active {
    background-color: #C2410C;
}

.updateButton2 {
    padding: 0px;
    color: #F97316;
    width: 100%;
}

.updateButton2:hover {
    cursor: pointer;
}

.deleteButton2 {
    padding: 0px;
    color: #1F2937;
    width: 100%;
}

.deleteButton2:hover {
    cursor: pointer;
}

.badge-container {
    position: relative;
    display: inline-block;
    }

.count {
    position: absolute;
    top: -8px;
    right: -25px;
    padding: 5px 8px;
    border-radius: 50%;
    background: #F97316;
    color: #FFFFFF;
    font-size: 15px;
    }
    
.hero-img-container {
    width: 100%;
}

.body-no-logo {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.body-no-logo-img img {
    width: 600px;
}
.body-no-logo-right {
    display: flex;
    flex-direction: column;
}

.chart-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.chart-content {
    width: 550px;
}

@media only screen and (max-width: 992px) {
    html {
        display: none;
        background-color: black;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
.hidden-menu-link {
    display: none;
}
.main-body-container {
    margin: 15px;
}

.main-body-content p {
    font-size: 1.25rem;
}

.main-body-content blockquote {
    font-size: 1.50rem;
}

.cta-button {
    font-size: 1.25rem;
}

#hello-user {
    display: none;
}
}
