body {
  background: #F4F7FD;
  color: #3c4142;
  font-size: 14px !important;
  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";
}

.bordered {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h3 {
  text-align: center;
}

label {
  width: 100%;
}

#step-1-next, #step-2-1-next {
  border: none;
  background-color: white;
}
#step-1-next:disabled, #step-2-1-next:disabled {
  i {color: rgb(221, 221, 221);}
}
#webhook-form {
  width: 400px;
  display: flex;
  justify-content: center;
  margin: auto;
  flex-flow: column;
}

#ticketHeader {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 15px 0;

  #supportContainer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    background-color: white;
    font-size: 1.2em;
    box-sizing: border-box;
  }
  #supportWidget {
    overflow: hidden;
    width: 150px;

  }

  #supportUpper {
    background-color: #1D91A5;
    color: white;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;    padding: 4px;
  }
  #supportLower{
    color: #112326;
    display: flex;
    justify-content: center;
    flex-grow: 3;
    padding: 3px;
    span {
          margin: 16px 5px;
          text-align: center;
    }
  }
}

/* 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;
  width: 32px;
  i {
    margin: auto;
  }
}

.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;
}
button.btn {
  span.button-desc {
    font-size: 0.6rem;
  }
}