.form-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2; }

.form-actions.custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: white; }
  .form-actions.custom button.danger {
    background-color: #cf202e;
    border: none; }
  .form-actions.custom button,
  .form-actions.custom a {
    font-family: 'ProximaNova', sans-serif;
    font-weight: bold;
    border-radius: 15px;
    padding: 7px 10px;
    font-size: 14px;
    min-width: 100px;
    text-transform: uppercase;
    outline: none;
    border: 1px solid var(--dark-red-color, #119cce);
    background-color: var(--dark-red-color, #119cce);
    color: white;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0; }
    .form-actions.custom button:hover,
    .form-actions.custom a:hover {
      outline: none;
      color: var(--dark-red-color, #119cce);
      background-color: var(--dark-red-color, #119cce)BB; }
    .form-actions.custom button.disabled, .form-actions.custom button[disabled],
    .form-actions.custom a.disabled,
    .form-actions.custom a[disabled] {
      pointer-events: none;
      background-color: #949494;
      color: #f0f0f0;
      border-color: #949494; }
    .form-actions.custom button.disabled, .form-actions.custom button[disabled],
    .form-actions.custom a.disabled,
    .form-actions.custom a[disabled] {
      pointer-events: none; }

.form-actions.custom:before,
.form-actions.custom:after {
  display: none; }

.form-actions.custom .btn-wrapper input,
.form-actions.custom .btn-wrapper button,
.form-actions.custom .btn-wrapper a,
.form-actions.custom .btn-wrapper .dropdown {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px; }

.form-actions.custom .btn-wrapper .dropdown input {
  margin: 0; }

.form-actions.custom .btn-wrapper .dropdown button {
  width: 100%; }

.form-actions.custom .btn-wrapper:last-of-type {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end; }

.labelDeleteAllUsers {
  font-size: 16px; }

@media (max-width: 800px) {
  .form-actions.custom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: initial;
    position: initial;
    width: 100%; }
    .form-actions.custom .btn-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-flex-grow: 1;
      flex-grow: 1; }
      .form-actions.custom .btn-wrapper:not(:last-of-type) {
        margin-bottom: 5px; }
      .form-actions.custom .btn-wrapper input, .form-actions.custom .btn-wrapper button, .form-actions.custom .btn-wrapper a, .form-actions.custom .btn-wrapper .dropdown {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        width: 100%;
        margin: 0; }
        .form-actions.custom .btn-wrapper input + input,
        .form-actions.custom .btn-wrapper input + button,
        .form-actions.custom .btn-wrapper input + a,
        .form-actions.custom .btn-wrapper input + .dropdown, .form-actions.custom .btn-wrapper button + input,
        .form-actions.custom .btn-wrapper button + button,
        .form-actions.custom .btn-wrapper button + a,
        .form-actions.custom .btn-wrapper button + .dropdown, .form-actions.custom .btn-wrapper a + input,
        .form-actions.custom .btn-wrapper a + button,
        .form-actions.custom .btn-wrapper a + a,
        .form-actions.custom .btn-wrapper a + .dropdown, .form-actions.custom .btn-wrapper .dropdown + input,
        .form-actions.custom .btn-wrapper .dropdown + button,
        .form-actions.custom .btn-wrapper .dropdown + a,
        .form-actions.custom .btn-wrapper .dropdown + .dropdown {
          margin-top: 5px; }
        .form-actions.custom .btn-wrapper input input,
        .form-actions.custom .btn-wrapper input ul,
        .form-actions.custom .btn-wrapper input li, .form-actions.custom .btn-wrapper button input,
        .form-actions.custom .btn-wrapper button ul,
        .form-actions.custom .btn-wrapper button li, .form-actions.custom .btn-wrapper a input,
        .form-actions.custom .btn-wrapper a ul,
        .form-actions.custom .btn-wrapper a li, .form-actions.custom .btn-wrapper .dropdown input,
        .form-actions.custom .btn-wrapper .dropdown ul,
        .form-actions.custom .btn-wrapper .dropdown li {
          width: 100%; }
    .form-actions.custom .btn-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .form-actions.custom .btn-wrapper.reverse {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse; }
        .form-actions.custom .btn-wrapper.reverse input, .form-actions.custom .btn-wrapper.reverse button, .form-actions.custom .btn-wrapper.reverse a, .form-actions.custom .btn-wrapper.reverse .dropdown {
          margin-top: 0; }
          .form-actions.custom .btn-wrapper.reverse input:not(:last-child), .form-actions.custom .btn-wrapper.reverse button:not(:last-child), .form-actions.custom .btn-wrapper.reverse a:not(:last-child), .form-actions.custom .btn-wrapper.reverse .dropdown:not(:last-child) {
            margin-top: 5px; }
    .form-actions.custom.reverse {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .form-actions.custom.reverse .btn-wrapper:not(:last-of-type) {
        margin-top: 5px; } }

/*# sourceMappingURL=form_actions.css.map */