.gdpmui h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.gdpmui p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.gdpmui ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.gdpmui ul ul {
  margin-bottom: 0;
}

.gdpmui a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.gdpmui a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.gdpmui a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

.gdpmui a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.gdpmui h4,
.gdpmui .gdpm-h2 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.gdpmui .gdpm-h2 {
  font-size: 2rem;
}

.gdpmui h4 {
  font-size: 1.5rem;
}

.gdpmui .gdpm-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.gdpmui .gdpm-col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .gdpmui .gdpm-col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.gdpmui .gdpm-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .gdpmui .gdpm-btn {
    transition: none;
  }
}

.gdpmui .gdpm-btn:hover {
  color: #212529;
  text-decoration: none;
}

.gdpmui .gdpm-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.gdpmui .gdpm-btn:disabled {
  opacity: 0.65;
}

.gdpmui .gdpm-btn:not(:disabled):not(.gdpm-disabled) {
  cursor: pointer;
}

.gdpmui .gdpm-btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.gdpmui .gdpm-btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.gdpmui .gdpm-btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.gdpmui .gdpm-btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.gdpmui .gdpm-btn-primary:not(:disabled):not(.gdpm-disabled):active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.gdpmui .gdpm-btn-primary:not(:disabled):not(.gdpm-disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.gdpmui .gdpm-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.gdpmui .gdpm-btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.gdpmui .gdpm-btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.gdpmui .gdpm-btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.gdpmui .gdpm-btn-secondary:not(:disabled):not(.gdpm-disabled):active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.gdpmui .gdpm-btn-secondary:not(:disabled):not(.gdpm-disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.gdpmui .gdpm-btn-block {
  display: block;
  width: 100%;
}

.gdpmui .gdpm-btn-block + .gdpm-btn-block {
  margin-top: 0.5rem;
}

.gdpmui input[type="submit"].gdpm-btn-block,
.gdpmui input[type="reset"].gdpm-btn-block,
.gdpmui input[type="button"].gdpm-btn-block {
  width: 100%;
}

.gdpmui .gdpm-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.gdpmui .gdpm-card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.gdpmui .gdpm-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.gdpmui .gdpm-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.gdpmui .gdpm-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.gdpmui .gdpm-my-0 {
  margin-top: 0 !important;
}

.gdpmui .gdpm-my-0 {
  margin-bottom: 0 !important;
}

.gdpmui .gdpm-mb-1 {
  margin-bottom: 0.25rem !important;
}

.gdpmui .gdpm-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.gdpmui .gdpm-mb-3,
.gdpmui .gdpm-my-3 {
  margin-bottom: 1rem !important;
}

.gdpmui .gdpm-ml-2 {
  margin-left: 0.5rem !important;
}

.gdpmui .gdpm-mb-5,
.gdpmui .gdpm-my-5 {
  margin-bottom: 3rem !important;
}

.gdpmui .gdpm-p-3 {
  padding: 1rem !important;
}

.gdpmui .gdpm-py-3 {
  padding-top: 1rem !important;
}

.gdpmui .gdpm-py-3 {
  padding-bottom: 1rem !important;
}

@media (min-width: 992px) {
  .gdpmui .gdpm-mb-lg-0 {
      margin-bottom: 0 !important;
  }
}

.gdpmui .gdpm-text-nowrap {
  white-space: nowrap !important;
}

.gdpmui .gdpm-text-center {
  text-align: center !important;
}

.gdpmui .gdpm-text-primary {
  color: #007bff !important;
}

.gdpmui a.gdpm-text-primary:hover,
.gdpmui a.gdpm-text-primary:focus {
  color: #0056b3 !important;
}

.gdpmui .gdpm-text-secondary {
  color: #6c757d !important;
}

.gdpmui a.gdpm-text-secondary:hover,
.gdpmui a.gdpm-text-secondary:focus {
  color: #494f54 !important;
}

.gdpmui .gdpm-text-dark {
  color: #343a40 !important;
}

.gdpmui a.gdpm-text-dark:hover,
.gdpmui a.gdpm-text-dark:focus {
  color: #121416 !important;
}

.gdpmui .gdpm-text-muted {
  color: #6c757d !important;
}