body {
  background: #F4F7FD;
  color: #3c4142;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

form {
  margin: 10px;
  padding: 10px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1 1 auto;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
}

#file-form>div,
#indexDiv {
  margin: 10px;
  padding: 10px;
  width: 400px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex: 1 1 auto;
  box-sizing: border-box;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  border-radius: 8px;
}

.drop-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  text-align: center;
  /* width: fit-content; */
}

.drop-area p {
  padding: 5px;
}

.drop-area.dragging {
  border-color: #39c;
}

input[type="text"] {
  width: 200px;
}

input[type="tel"] {
  width: 200px;
}

input[type="email"] {
  width: 200px;
}

textarea {
  max-width: fit-content;
  /* min-width: fit-content; */
}

h2 {
  font-size: 2rem;
  margin: 2rem 0;

  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

h3 {
  text-align: center;
}

#succButton {
  width: 80px;
}

#succContainerDiv,
#failContainerDiv {
  margin: 3vw;
}

.valasztas {
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e6e4e9;
  padding: 10px;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.valasztas:hover {
  color: white;
  background-color: #1D91A5;
}

input[type="radio"]:checked+.valasztas {
  color: white;
  background-color: #1D91A5;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

#szolgaltatoMegnevezeseDiv {
  display: none;
}

#dobozosMegnevezeseDiv {
  display: none;
}

#languageDIV {
 position: fixed;
 right: 50px;
 top: 50px;
}
#languageDIV a {
  text-decoration: none;
  color: #1D91A5;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#languageDIV i{
  font-size: 2em;
}


/* transition */
.hidden {
  opacity: 0;
  transition: opacity 0.5s ease;
  height: 0;
  overflow: hidden;
}

.visible {
  opacity: 1;
  transition: opacity 0.5s ease;
  height: auto;
}

/* transition END*/


.backButton,
.nextButton {
  font-size: 24px;

}

span {
  justify-content: space-between;
  margin: 16px 5px;
}

/* unvisited link */
a:link {
  color: black;
}

/* visited link */
a:visited {
  color: black;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: black;
  text-decoration: none;
}

/* selected link */
a:active {
  color: black;
  text-decoration: none;
}

a {
  text-decoration: none;
}


/* captcha */
#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

h3>i {
  font-size: 6vw;
  color: #1D91A5
}

#failContainerDiv>h3>i {
  color: rgb(168, 3, 3);

}

@media only screen and (max-width: 600px) {
  h3>i {
    font-size: 40px;
  }
    div>#languageDIV{
      
     top: auto;
      bottom: 50px ;
    }
}



/* upload multi files */

#file-list {
  margin-top: 10px;
  padding: 10px;
}

.file-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 5px;
}

.file-item span {
  margin-right: 10px;
}

.delete-button {
  cursor: pointer;
  color: red;
}

/* form {
  border-color: #1D91A5;
  background-color: #1D91A5;


} */

.btn-dark {
  --bs-btn-bg: #1D91A5 !important;
  --bs-btn-border-color: #1D91A5 !important;
}

.backButton i,
.nextButton i {
  cursor: pointer;
  color: #555555;
  font-size: 36px;
}

.middle-btn{
  display: flex;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
}
.middle-btn button {
width: 70px;

}
.btn-dark i{
  font-size: 25px;
}
.btn-dark{
  padding: 4px;
}


#file-form>div{
  display: none;
}