.header {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #f8f8f8;
  background-color: #03cd5c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header h1 {
  margin: 0;
}

.footer {
  height: 40px;
  color: #f8f8f8;
  background-color: #1f6fd6;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer p {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.min-vh-100 {
  min-height: 100vh;
}

.flex-grow-1 {
  flex-grow: 1;
}

.p-4 {
  padding: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

div.scrollmenu {
  overflow-y: auto;
  white-space: nowrap;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

table.ui.table * {
  font-size: 12px;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.vs__clear {
  display: none !important;
}

.vs__selected-options {
  flex-wrap: inherit !important;
  padding: 0;
}

.vs__actions {
  padding: 2px 3px 0 2px !important;
}

.vs__dropdown-toggle {
  border: 1px solid rgba(34, 36, 38, 0.15) !important;
}

.vs__search {
  padding: 0 2px !important;
  border: none !important;
  height: 22px !important;
}

.ui.steps .step.active {
  cursor: default !important;
}

.ui.steps .step {
  cursor: default !important;
}

.ui.fixed {
  position: fixed;
  z-index: 101;
  margin: 0em;
  width: 100%;
}

.ui[class*="bottom fixed"] {
  border-bottom: none;
  border-left: none;
  border-right: none;
  bottom: 0px;
  left: 0px;
  top: auto;
  right: auto;
}

.controls-step {
  background-color: #f1f6f9;
  padding: 20px;
}

.theming-container {
  padding-top: 3em;
}

.docs-header {
  font-size: 3em;
  text-align: center;
  font-weight: normal;
}

.ui.container.fluid {
  width: 100% !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

