/* Make every display none */
/* BACKGROUND */
body {
  background-color: #d7ebf7;
  font-family: "GT Eesti", Helvetica, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

#local-language {
  position: absolute;
  right: 60px;
  top: 140px;
}

#no-local-language {
  margin: 0px;
  padding: 10px 5px;
  padding: 10px 5px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
}

.img-fluid {
  height: 4.5rem;
}

/* BODY */
main {
  width: 100vw;
  height: calc(100vh - 10rem);
}

.local-storage,
.no-local-storage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
}

.box {
  height: 17rem;
  width: 15rem;
  padding: .5rem;
  border: .3rem solid #cb333b;
  background-color: #F5FAFD;
  margin: 1rem;
  text-align: center;
  position: relative;
  border-radius: 10px;
}

.sub-box {
  height: 5rem;
  width: 50rem;
  padding: 1rem;
  border: .3rem solid #cb333b;
  background-color: #F5FAFD;
  margin: 1rem;
  position: relative;
  border-radius: 10px;
}

.shn {
  background-image: url("https://i.imgur.com/bwphYF0.png");
  background-size: contain;
}

.sub-title {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.container-title {
  font-size: 1.2rem;
}

.container-header {
  font-size: 1rem;
}


/* BUTTON */
.launch-button,
button {
  background-color: #5eb6e4;
  border: none;
  color: white;
  padding: 20px 32px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: 0.5s;
  text-decoration: none;
}

.launch-button {
  position: absolute;
  bottom: 10px;
  right: calc(10rem - 110px);
  width: 90px;
  padding: 17px 32px;
}



.sub-launch-button {
  position: absolute;
  right: 30px;
  bottom: 25px;
}

a {
  text-decoration: none;
  color: white;
}

button:hover {
  box-shadow: 0 0 5px #808080;
}

input,
select {
  padding: 10px 5px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
}

.no-storage-title{
  width: 60%;
}

form .container {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 60%;
  padding: 10px;
}

.save-button {
  margin: auto;
  display: flex;
  justify-content: center;
}

form .container div {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.container-description {
  margin: 15px;
}

.large {
  width: 70%;
  margin-right: 15px;
}

.small {
  width: 25%;
  margin-right: 15px;
}

.medium {
  width: calc(100% / 3);
  margin-right: 15px;
}

main {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
}

/* FHjs */
.formhero-cancel-button {
  background-color: #686b6d !important;
  border: 0 !important;
  font-size: 16px;
  margin-right: 20px !important;
  margin-top: -10px !important;
}
