.wrapper-invite-member {
  /*position: fixed !important;*/
  /*right: 65px;*/
  /*bottom: 20px;*/
  /*width: 60px;*/
  /*height: 60px;*/
  /*z-index: 9;*/
}

.wrap-invite-member {
  z-index: 999997;
  height: 100%;
  width: 100%;
}

.invite-member {
  width: 60px;
  height: 60px;
  display: flex;
  border-radius: 50%;
  background: #ffc000;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.invite-member:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgb(255 192 0 / 39%), 0 4px 8px rgb(255 192 0 / 17%);
}

/**form**/
.field-form input,
.field-form textarea {
  position: relative;
  width: 100%;
  padding: 12px;
  margin-bottom: 0;
  font-size: 12px;
  color: #9c9c9c;
  background: #fff;
  border: 1px solid rgb(207, 230, 241);
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 16px;
}

.field-form label.libele-form {
  position: absolute;
  top: 6px;
  font-size: 12px;
  /* transform: translateY(-50%); */
  left: 12px;
  font-weight: bold;
  margin: 0;
}

.field-form {
  position: relative;
  margin-bottom: 15px;
}

.wrap-form {
  margin-top: 20px;
  width: 100%;
}
.invitation-modal .modal-dialog{
  width: 400px;
}
.wrapper-form-invite-member {
  max-width: 400px;
  margin: auto;
}

.field-form label.libele-form.input-noempty {
  top: -5px !important;
  font-size: 10px;
  color: #9c9c9c;
}

.field-form input:focus + label {
  top: -5px;
  font-size: 10px;
  color: #9c9c9c;
}

.wrap-field {
  padding: 0 10px;
  /* text-align: center; */
}
.entete-form {
  background: #0070c0;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.field-form textarea {
  height: 80px;
}

.field-form textarea + label {
  top: 25px !important;
}

.field-form textarea:focus + label {
  top: -5px !important;
  font-size: 10px;
  color: #9c9c9c;
}

.field-form textarea {
  height: 80px;
}

.field-form textarea + label {
  top: 25px !important;
}

p.description-form {
  margin: 0;
  margin-top: 20px;
  text-align: center;
  padding: 0 6px;
}

.wrap-field button {
  width: 100%;
  color: #0070c0;
  margin-bottom: 15px;
  padding: 8px 20px !important;
  border-radius: 50px;
  outline: 0 !important;
  background: #fff;
  border: 1px solid #0070c0 !important;
  font-size: 14px;
}
.wrap-field button:hover {
  background: #fff;
  color: #0070c0;
}

.wrap-field label {
  display: none;
}

p.messageError {
  color: #ff0000bf;
  font-size: 11px;
  position: relative;
  margin: 0;
  padding-top: 5px;
  padding-left: 5px;
}

p.messageError:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #ff00188c;
}
