/* ---------- COLORS  ---------- */
/* ---------- FONTS  ---------- */
.add-user-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 3;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap {
    margin-bottom: 10px;
  }
}
.add-user-wrap__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  gap: 1%;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap__header {
    flex-wrap: wrap;
  }
}
.add-user-wrap__header .input-wrap:nth-of-type(1),
.add-user-wrap__header .input-wrap:nth-of-type(2),
.add-user-wrap__header .input-wrap:nth-of-type(3) {
  width: 150%;
  max-width: 320px;
  margin-right: 6px;
}
.add-user-wrap__header .input-wrap:nth-of-type(1) input,
.add-user-wrap__header .input-wrap:nth-of-type(2) input,
.add-user-wrap__header .input-wrap:nth-of-type(3) input {
  padding-right: 35px;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap__header .input-wrap:nth-of-type(1),
  .add-user-wrap__header .input-wrap:nth-of-type(2),
  .add-user-wrap__header .input-wrap:nth-of-type(3) {
    max-width: 100%;
  }
}
@media only screen and (max-width: 920px) {
  .add-user-wrap__header .input-wrap {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.add-user-wrap__header .input-wrap:last-of-type {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .add-user-wrap__header .input-wrap:nth-of-type(1),
  .add-user-wrap__header .input-wrap:nth-of-type(2),
  .add-user-wrap__header .input-wrap:nth-of-type(3) {
    width: 100%;
    max-width: 200%;
  }
}
.add-user-wrap #signatories-form\  > div > div.input-wrap > div {
  left: 88%;
}
.add-user-wrap #signatories-form > div > div.input-wrap > div {
  left: 88%;
}
.add-user-wrap .suggestions-list {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 2px;
  max-height: 150px;
  overflow-y: auto;
  background-color: white;
  position: absolute;
  width: 19%;
  top: 44px;
  font-size: 13px;
  z-index: 3;
  left: 234px;
  box-shadow: 0 12px 18px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1600px) {
  .add-user-wrap .suggestions-list {
    width: 15%;
  }
}
.add-user-wrap .validation-failed {
  color: #AE2443;
  font-size: 13px;
  margin-top: 5px;
  position: absolute;
  left: 59%;
  top: 8%;
  font-size: 11px;
}
@media (min-width: 1600px) {
  .add-user-wrap .validation-failed {
    left: 47%;
    top: 6%;
    font-size: 12px;
  }
}
.add-user-wrap .validation-failed.template {
  left: 44%;
  font-size: 11px;
}
@media (min-width: 1600px) {
  .add-user-wrap .validation-failed.template {
    left: 35%;
    font-size: 12px;
  }
}
.add-user-wrap #signatories-form > div.validation-failed.name {
  left: 18%;
}
@media (min-width: 1600px) {
  .add-user-wrap #signatories-form > div.validation-failed.name {
    left: 14%;
    font-size: 12px;
  }
}
.add-user-wrap #signatories-form > div.validation-failed.template-name {
  left: 3%;
}
@media (min-width: 1600px) {
  .add-user-wrap #signatories-form > div.validation-failed.template-name {
    font-size: 12px;
  }
}
.add-user-wrap #signatories-form > div.validation-failed.template-surname {
  left: 24%;
}
@media (min-width: 1600px) {
  .add-user-wrap #signatories-form > div.validation-failed.template-surname {
    left: 19%;
    font-size: 12px;
  }
}
.add-user-wrap #signatories-form > div.validation-failed.templete-email {
  left: 44%;
}
@media (min-width: 1600px) {
  .add-user-wrap #signatories-form > div.validation-failed.templete-email {
    left: 36%;
    font-size: 12px;
  }
}
.add-user-wrap .templates {
  left: 40px;
  width: 19%;
}
@media (min-width: 1600px) {
  .add-user-wrap .templates {
    width: 15%;
  }
}
.add-user-wrap .templates.surname {
  left: 300px;
  width: 19%;
}
@media (min-width: 1600px) {
  .add-user-wrap .templates.surname {
    width: 15%;
    left: 311px;
  }
}
.add-user-wrap .templates.email {
  left: 558px;
  width: 19%;
}
@media (min-width: 1600px) {
  .add-user-wrap .templates.email {
    width: 15%;
    left: 584px;
  }
}
.add-user-wrap .surname {
  left: 495px;
}
@media (min-width: 1600px) {
  .add-user-wrap .surname {
    width: 15%;
    left: 507px;
  }
}
.add-user-wrap .email {
  left: 755px;
}
@media (min-width: 1600px) {
  .add-user-wrap .email {
    width: 15%;
    left: 781px;
  }
}
.add-user-wrap .suggestions-list li {
  padding: 8px;
  cursor: pointer;
}
.add-user-wrap .suggestions-list li:hover {
  background-color: #f0f0f0;
}
.add-user-wrap__tags {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap__tags {
    flex-direction: column;
    margin-right: 10px;
    align-items: flex-start;
  }
}
.add-user-wrap__tags li {
  margin-right: 26px;
  position: relative;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap__tags li {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 920px) {
  .add-user-wrap__tags li:last-child {
    margin-bottom: 0;
  }
}
.add-user-wrap__tags li:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../../../images/arrow-forward-icon.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
  display: none;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap__tags li:after {
    top: 100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.add-user-wrap__tags.toggle-on li:after {
  display: block;
}
.add-user-wrap__tags.toggle-on li:last-child:after {
  display: none;
}
.add-user-wrap .bulk-send-wrap {
  display: none;
}
.add-user-wrap.bulk-send-active {
  width: 100%;
}
.add-user-wrap.bulk-send-active .add-user-wrap__header > .input-wrap, .add-user-wrap.bulk-send-active .add-user-wrap__header > .button {
  display: none;
}
.add-user-wrap.bulk-send-active .add-user-wrap__tags, .add-user-wrap.bulk-send-active > .toggle {
  display: none;
}
.add-user-wrap.bulk-send-active .bulk-send-wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap.bulk-send-active .bulk-send-wrap {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 820px) {
  .add-user-wrap.bulk-send-active .bulk-send-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.add-user-wrap.bulk-send-active .bulk-send-wrap .input-wrap {
  min-width: 240px;
  margin-bottom: 0;
}
@media only screen and (max-width: 820px) {
  .add-user-wrap.bulk-send-active .bulk-send-wrap .input-wrap {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 820px) {
  .add-user-wrap.bulk-send-active .bulk-send-wrap .input-wrap {
    min-width: 100%;
  }
}
.add-user-wrap.bulk-send-active .bulk-send-wrap .button {
  white-space: nowrap;
  margin-right: 10px;
}
.add-user-wrap .toggle {
  white-space: nowrap;
}
.add-user-wrap .button__ghost--primary {
  white-space: nowrap;
  flex: 1;
  justify-content: left;
}
@media only screen and (max-width: 920px) {
  .add-user-wrap .button__ghost--primary {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 420px) {
  .add-user-wrap > .toggle {
    flex: 1;
  }
}
@media only screen and (max-width: 420px) {
  .add-user-wrap > .toggle label {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 420px) {
  .add-user-wrap > .toggle label span {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }
}

/*# sourceMappingURL=add-user.css.map */
