* {
  font-family: Roboto Light, sans-serif;
}

html, body {
  background-color: #f4f4f4;
  color: #222;
}

#processing_overlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.page-body {
  margin: 0px;
}

:root {
  --tblr-dark-mode-border-color: #181F23;
  --tblr-dark: #1F292E;
}

.container-md {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  min-height: 100vh;
  padding: 30px;
}

.card-header-sub {
  background-color: #0095c4 !important;
}

.show-invalid {
  display: block !important;
}

.button-container {
  text-align: right;
}

.card-header-complete {
  background-color: #454646;
}

.cover {
  background-color: rgba(137, 151, 185, 0.13);
  position: absolute;
  left: 0;
  width: 100%;
}

.edit-step {
  border-color: #fff !important;
  margin-left: auto;
}

.sticky-top {
  background-color: #fff;
  border-bottom: 1px solid #c0d3e6;
}

.step {
  display: none;
  margin-bottom: 20px;
}

#step_form {
  margin-top: 0;
  margin-bottom: 20px;
}

.step-header {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 14px;
}

.step-footer {
  border-top: 1px solid #ECEFF1;
  margin-top: 40px;
  padding-top: 10px;
  text-align: right;
}

.logo-image-container {
  align-items: center;
  display: flex;
}

.logo-image-container img {
  max-height: 96px;
}

@media screen and (max-width: 600px) {
  .step-item {
    font-size: 11px;
  }
}

@media screen and (max-width: 766px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 766px) {
  .show-mobile {
    display: auto;
  }
}

@media screen and (min-width: 767px) {
  .show-mobile {
    display: none;
  }
}
