  body {
    font-family: "Poppins";
    font-weight: 400;
  }
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 95px;
  }
  .container1 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .container2 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 70px;
  }
  .container3 {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 55px;
  }
  .container4 {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 95px;
  }
  .top-bar {
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    z-index: 999;
  }
  .logo {
    width: 100%;
    max-width: 100px;
    margin: 0;
    margin-left: 30px;
    display: block;
  }
  .login-btn {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0;
    margin-right: 30px;
    padding: 0;
    cursor: pointer;
  }
  .jumbotron {
    background-color: #fff;
    padding: 2rem;
    box-shadow: none;
  }
  .logo-main {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  .logo-medium {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .nice-picture {
    width: 100%;
    max-width: 128px;
    margin: 0 auto;
    display: block;
  }
  .nice-bigger-picture {
    width: 100%;
    max-width: 256px;
    margin: 0 auto;
    display: block;
  }
  .btn {
    display: block;
    margin: 2rem auto;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 1rem 2rem;
    background-color: #1979E4;
    color: #fff;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    max-width: 50%;
  }
  .btn:hover {
    background-color: #1FE179;
    color: #fff;
    text-decoration: none;
  }
  @media (max-width: 768px) {
    .jumbotron {
      padding: 1rem;
      box-shadow: none;
    }
    .logo-main {
      max-width: 200px;
    }
  }
  .display-3 {
    font-size: 1rem;
    padding: 2rem;
    margin-top: 1.5rem;
    font-weight: 400;
  }
  .display-4 {
    font-size: 1.2rem;
    padding: 2rem;
    margin-top: 1.5rem;
    font-weight: 400;
  }
  .display-5 {
    font-size: 1.8rem;
    padding: 2rem;
    margin-top: 1.5rem;
    font-weight: 400;
  }
  .display-6 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    font-weight: 400;
  }
  .p {
    font-weight: 400;
  }
  .p-fat {
    font-weight: 700;
  }
  input[type=text] {
    border: 1.5px solid #000;
    padding: 10px;
    background-color: #000;
    font-size: 16px1.2rem;
    color: #fff;
    width: 50%;
    border-radius: 5px;
  }
  .spinner {
    margin: 100px auto;
    width: 50px;
    height: 50px;
    position: relative;
  }

  .spinner:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 3px solid #1979E4;
    border-top-color: transparent;
    animation: spinner 0.6s linear infinite;
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }
  
  .statusbar {
    height: 30px;
    width: 100%;
    background-color: #000;
    z-index: 998;
    position: fixed; bottom: 0px;
    color: #fff;
    font-size: 0.7rem;
    padding-right: 2.5rem;
    padding-top: 0.5rem;
    text-align: center;
  }

  select {
    min-width: 50%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #000;
    font-size: 1.2rem;
    color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6%208L10%2012L14%208%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  
  select:focus {
    outline: none;
    box-shadow: 0 0 5px #ddd;
  }

  input:valid {
    border: 3px solid #1FE179;
  }

  input:invalid {
    border: 3px solid #F80945;
  }

  input:focus {
    outline: none;
    box-shadow: none;
  }

  .sk-cube-grid {
    width: 70px;
    height: 70px;
    margin: 100px auto;
  }
  
  .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #1979E4;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
            animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
  }
  .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
            animation-delay: 0s; }
  .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  
  @-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1); 
    }
  }
  
  @keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
      -webkit-transform: scale3D(1, 1, 1);
              transform: scale3D(1, 1, 1);
    } 35% {
      -webkit-transform: scale3D(0, 0, 1);
              transform: scale3D(0, 0, 1);
    } 
  }

  ul {
    text-align: left;
    list-style-position: inside;
  }

  .back-button {
    position: fixed;
    top: 100px; /* 100px from the top */
    right: 20px; /* Adjusted to not stick to the very edge */
    z-index: 1000; /* Ensures it stays on top of other content */
    background-color: #1979E4; /* Example blue color, change as needed */
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* Optional: adds shadow for better visibility */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .back-button img {
      width: 20px;
      height: 20px;
  }

  .btn-secondary-custom {
    background-color: #353436; 
    color: white; 
    border-color: #353436;
  }

  .lds-grid-navvis-loading-icon {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: auto; /* Center horizontally */
}

.lds-grid-navvis-loading-icon div {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #1979E4;
    animation: navvis-loading-animation 1.2s linear infinite;
}

.lds-grid-navvis-loading-icon div:nth-child(1) {
    top: 0;
    left: 0;
    animation-delay: 0s;
}

.lds-grid-navvis-loading-icon div:nth-child(2) {
    top: 0;
    left: 24px;
    animation-delay: -0.4s;
}

.lds-grid-navvis-loading-icon div:nth-child(3) {
    top: 0;
    left: 48px;
    animation-delay: -0.8s;
}

.lds-grid-navvis-loading-icon div:nth-child(4) {
    top: 24px;
    left: 0;
    animation-delay: -0.4s;
}

.lds-grid-navvis-loading-icon div:nth-child(5) {
    top: 24px;
    left: 24px;
    animation-delay: -0.8s;
}

.lds-grid-navvis-loading-icon div:nth-child(6) {
    top: 24px;
    left: 48px;
    animation-delay: -1.2s;
}

.lds-grid-navvis-loading-icon div:nth-child(7) {
    top: 48px;
    left: 0;
    animation-delay: -0.8s;
}

.lds-grid-navvis-loading-icon div:nth-child(8) {
    top: 48px;
    left: 24px;
    animation-delay: -1.2s;
}

.lds-grid-navvis-loading-icon div:nth-child(9) {
    top: 48px;
    left: 48px;
    animation-delay: -1.6s;
}

@keyframes navvis-loading-animation {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
}

/* Additional styles for loading page */
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.loading-jumbotron {
  background-color: #fff;
  padding: 2rem;
  box-shadow: none;
  text-align: center;
}
