/* Additional styles for the user profile view */

/* Fix profligate spacing: */
.profile dt {
  margin-bottom: 0;
}
.profile dd {
  padding-bottom: 0;
  margin-bottom: 12px;
}

.profile dl {
  padding: 2ex 1em;
  margin-bottom: 0;
}
.profile .form-type-checkbox {
  padding: 0;
}

.warning-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
}

.warning-modal-content {
  box-shadow: 2px 4px 10px rgba(0,0,0,0.4);
}
