body {
  background-color: #f5f5f5;
}

.align-items-center {
  align-items: center;
}

.d-block {
  display: block;
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.form-inline {
  display: inline-block;
}

.fs-14 {
  font-size: 14px;
}

.fw-bold {
  font-weight: bold;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.mb-0 {
  margin-bottom: 0;
}

.mr-2 {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.mt-2 {
  margin-top: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.translation-box-show {
  font-weight: bold;
  color: #337ab7;
}

.translation-box-show:hover {
  cursor: pointer;
}

.translation-box {
  padding: 10px;
  border: 1px solid;
  border-radius: 4px;
  margin-top: 10px;
  background-color: #ddd;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.valign-middle {
  vertical-align: middle !important;
}

.word-wrap-break {
  word-wrap: break-word;
}

@media (max-width: 767px) {
  .modal-centred {
    align-items: inherit;
    display: block;
    justify-content: inherit;
  }
}

@media (min-width: 768px) {
  .modal-centred {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
