.table th,
.table td {
  vertical-align: middle;
}

.table:not(.without-button) th:last-of-type {
  min-width: 200px;
}

.modal-container {
  padding: 25px;
}

.heading {
  position: absolute;
  top: 0;
  background-color: #4a94d2;
  color: #fff;
  left: 0;
  padding: 15px 25px;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  height: 55px;
  cursor: pointer;
}

.modal-container > .heading + form {
  margin-top: 45px;
}

.modal-container > .heading + .alert {
  margin-top: 45px;
}

.modal-footer {
  width: 100%;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

