html,
body {
  height: 100%;
  width: 100%;
  justify-content: center;
  background: linear-gradient(90deg, #222, #111);
}

.card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 8px, rgba(255, 255, 255, 0.05) -4px -4px 8px;
  background: unset;
  color: #fff;
}

.card.is-wide {
  width: 1500vw;
  padding-left: 8rem;
  padding-right: 8rem;
}

.card.has-text-centered .card-header,
.card.has-text-centered .card-content,
.card.has-text-centered .card-footer {
  justify-content: center;
  align-items: center;
}

.card.has-text-centered h1 {
  font-size: 3rem;
  font-family: 'IBM Plex Sans', sans-serif;
}

.card.has-text-centered h2 {
  font-size: 2rem;
  font-style: bold;
  font-family: 'IBM Plex Sans', monospace;
}

.card.has-text-centered h3 {
  font-size: 1rem;
  line-height: 125%;
  font-family: 'IBM Plex Sans', monospace;
}

.card.has-text-centered h4 {
  font-size: 1.5rem;
  line-height: 125%;
  font-family: 'IBM Plex Sans', monospace;
}

input {
  font-family: 'IBM Plex Sans', monospace;
}

label {
  font-family: 'IBM Plex Mono', monospace;
}

.card-header {
  padding-top: 4vh;
  height: 10vh;
}

.card-content {
  padding: 2rem;
}

.card-footer {
  padding: 1rem 0;
  border: none;
  font-size: .9rem;
}

.header-image {
  height: 100px;
  width: 100px;
  object-fit: contain;
  margin: 25px;
}

.main-card {
  opacity: 0;
  margin-top: 4vh;
  margin-bottom: 4vh;
  margin-left: 8vw;
  margin-right: 8vw;
}

.simple-input {
  display: flex;
  flex-direction: row;
}

.simple-input label {
  width: 250px;
  text-align: left;
}

.simple-input, .controls {
  text-align: left;
  flex-grow: 1!important;
}

.sortable-input {
  display: flex;
  flex-direction: row;
}

.sortable-input label {
  width: 230px;
  margin-left: 6px;
}

.sortable-input, .controls {
  flex-grow: 1!important;
}

.sortable-container, .nav-tabs {
  margin-right: 10px;
}

.ui-sortable-handle {
  display: flex;
  margin-bottom: 20px;
}

.ui-sortable-handle div {
  width: 100%;
}

.ui-sortable li {
  display: flex;
}

.ui-sortable div {
  width: 100%;
}

.ui-sortable {
  margin-bottom: 15px;
}

.nav {
  background-color: #6c6c6c;
}

.nav a {
  color: #fff;
}

.form-control {
  background: unset;
  color: #fff;
  border: 1px solid #444;
}

.sortable-input label {
  min-width: 230px;
}

.form-group {
  margin: 0 0 25px 25px;
}

.nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
}

.btn-primary, .btn-primary:active, .btn-primary:visited {
  padding: 24px 36px;
  background-color: #F65F26 !important;
  border-color: #F65F26 !important;
  color: #000000 !important;
}

.btn-success, .btn-success:active, .btn-success:visited {
  background-color: #F65F26 !important;
  border-color: #F65F26 !important;
  color: #000000 !important;
}

.swal-button, .swal-button:active, .swal-button:visited {
  background-color: #F65F26 !important;
  border-color: #F65F26 !important;
  color: #000000 !important;
  border: 0px;
}

.btn-primary:hover {
  background-color: #923817 !important;
  border-color: #923817 !important;
}

.locale-title {
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 0 0 10px 25px;
  font-size: 2rem;
}

.locale-text {
  font-family: 'IBM Plex Sans', sans-serif;
  padding: 0 0 25px 25px;
  font-size: 1rem;
}

.save-btn {
  margin: 3vh 0 3vh 0;
}