.iti__hide {
  display: none;
}

pre {
  margin: 0 !important;
  display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none;
}

input,
button {
  margin: 0;
  padding: 15px 12px;
  font-size: 100%;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

input[disabled],
button[disabled] {
  background-color: #eee;
}

input,
select {
  border: 1px solid #ccc;
  width: 250px;
}

::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bbb;
}

button {
  color: #fff;
  background-color: #428bca;
  border: 1px solid #357ebd;
}
button:hover {
  background-color: #3276b1;
  border-color: #285e8e;
  cursor: pointer;
}

#result {
  margin-bottom: 100px;
}

/* REQUEST CSS */

form {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

form input {
  width: 100%;
}

#fadeable {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 20px;
  z-index: 999;
}

#load,
#finalMessage {
  display: none;
  color: white !important;
}

#load *,
#finalMessage * {
  color: white !important;
}

#buttonSubmit:disabled {
  cursor: not-allowed !important;
  background-color: #08513f !important;
}
.form-group.input-wrapper .terms-div {
  gap: 10px;
  display: flex;
  align-items: start;
  justify-content: left;
  text-align: left;
  user-select: none;
}

.form-group input {
  margin: 7px 5px 0 0;
  width: fit-content;
  cursor: pointer;
}

.form-group p {
  font-size: 13px;
}

.form-group p u {
  color: blue;
}

#submit-request {
  width: 100%;
}
.nxreg-form-loader-ctr {
  padding: 0px 20px;
}
.form-group.input-wrapper {
  margin: 0;
}
