.cls-lasso-header-background {
  background-color: #1e1e1e;
}

.navbar-toggler {
  color: #fff;
  border: none;
}

.navbar-toggler-icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.auth-links a {
  white-space: nowrap;
}

.lasso-logo {
  max-width: 80%;
  max-height: 90px;
}

@media (max-width: 991.98px) {
  .auth-links {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
  }

  .navbar-collapse {
    padding: 10px 0;
  }

  .navbar-nav .nav-link {
    color: #fff !important;
  }

  .auth-links .btn {
    margin-bottom: 5px;
  }
}

/* Auth buttons */
.login-register-buttons {
    display: inline-block;
    background-color: #e60000;
    color: white !important;
    text-decoration: none !important;
    padding: 2px 16px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 999px;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.login-register-buttons:hover {
    background-color: #cc0000;
}

/* Vertical red separator */
/* Red vertical separator between nav links and auth buttons */
.nav-separator {
    height: 28px;
    border-left: 2px solid #e60000; /* Red color */
    margin-left: 30px;
    padding-left: 30px;
}
