fieldset {
  margin-top: 0.5em;
  background-color: rgb(126, 219, 219);
}

/* display label, inside infolabel class, aligned on the right side*/
.infoLabel label {
  display: inline-block;
  width: 100%;
  text-align: right;
}

/* display an empty box to check before each option, in a listbox */
.listBox option::before {
  content: "\2610";
  width: 1.3em;
  text-align: center;
  display: inline-block;
}

/* display a checked box before each chosen option, in a listbox */
.listBox option:checked::before {
  content: "\2611";
}

/* For legend elements with class 'col-form-label' */
legend.col-form-label {
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  text-align: center;
}

.content input[type="text"] {
  background: #fff;
  border: 1px solid #ddd;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  box-shadow: none;
}

.content textarea {
  background: #fff;
  border: 1px solid #db5d50;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #888;
  box-shadow: none;
}

.content textarea input[type="text"]::-moz-placeholder,
.content textarea input[type="text"]:-ms-input-placeholder,
.content textarea input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
}

.multipleLines option {
  word-wrap: break-word;
  white-space: normal;
}

.counter {
  border-radius: 5px;
}

/* .password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
} */

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}

.password-toggle-icon i:hover {
  color: #000;
}

.img-inside-div {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #212529;
}
