/* HTML5 support for older browsers. */
footer, aside, main, article {
  border-radius: 5px;
}

html {
  height: 100%; 
}

body {
  background: #ffffff;
  color: #324a6c;
  font-family: "Eurostile Next Semibold", "Helvetica Neue", sans-serif;
  margin: 0px; 
  height: 100%;
 }  

.hardhat-image {
  background: url(images/Helmet.svg) no-repeat 24px center;
  width: 75px;
  height: 24px; 
}


.containerIndex {
  padding: 10px 10px 0px 10px;
  display: flex;
  justify-content: space-around;
}

.container {
  /* padding: 30px 10px 0px 10px; */
  display: flex;
  justify-content: space-around;
  height: 100%;
  padding: 0px; 
}

.containerdiv {
  background:  #ffffff;
  /* background:  #000000aa; */
  width: 600px;
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(255,255,255,0 0.5);
  /* opacity: 0.70; */
  height: 100%;
}

    
@media (max-height: 600px) {
  h1 {
    display: none;
  }
}
.contentdiv {
  max-width: 400px;
  display: grid;
  row-gap: 40px;
}

/* Stylingen på Huvudtexten. */
.title
    {
      text-align: left;
      display: flex;
      color: #324a6c;
      font-family: "Eurostile Next Semibold", "Helvetica Neue", sans-serif;
      font-size: 20px;
      font-weight: 350;
      border-bottom: 1px solid #dbe3ec;
      padding-bottom: 10px;
    }

  select {
    font-size: 16px;
    padding: 5px 10px;
  }

/* Text styligen på Inputrubriken. */
  .inputheader {
    font-size: 1rem;
    color: #282828;
    font-weight: 325;
    padding-bottom: 0px;
    margin: 10px 0 0px 0;
  }

  input[type="text"], textarea {
    font-size: 20px;
    padding: 10px;
    width: 80%;
    box-sizing: border-box;
  }

  /* button {
    font-size: 22px;
    padding: 10px 15px;
  } */

  /* Base button styles */
.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #396ed3;
  border: none;
  cursor: pointer;
  font-family: 'Eurostile Next Semibold', sans-serif;
  transition: background-color 0.3s ease;
  width: 90%; 
  max-width: 400%;
}

/* Base button styles */
.rightButton {
  display: inline-block;
  padding:  0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px; 
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #396ed3;
  border: none;
  cursor: pointer;
  font-family: 'Eurostile Next Semibold', sans-serif;
  transition: background-color 0.3s ease;
  width: 350px; 
  max-width: 90%;
}

.inputdiv {
  width: 350px; 
  max-width: 90%;
  height: 50px;
}

.inputinput {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-left: 15px;  
  width: 75%;
  font-size: 20px; 
}

/* Hover effect */
.button:hover {
  background-color: #7d9bc1;
}

/* Disabled state */
.button:disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.h3 {
  color:rgb(93, 93, 93)
}


/* Checkout-specific styles below */

#map {
  position: relative;
  /* background-color: black; */
  background-color: #000000;
  height: 100%; 
}

.userDiv {
  height: 60px; 
}

/* Links */
  a {
    color: #dbe3ec;
    text-decoration: none; 
  }
  a:visited {
    color: #dbe3ec;;
  }
  a:hover {
    color: #be9436;
  }

 

  .discreet-link:link{
    color: rgb(93, 93, 93);
    text-decoration: none;
  }
  .discreet-link:visited{
    color: rgb(93, 93, 93);
    text-decoration: none;
  }
  .discreet-link:hover{
    color: rgb(93, 93, 93);
  }
  .discreet-link:active{
    color: rgb(93, 93, 93);
    text-decoration: none;
  }

  animated-button {
    background-color: #2091eb;
    color: white;
    font-size: 22px;
    padding: 10px 15px;
    width: 400px;
    height: 50px;
  }