html {
  height: 100%;
}
/* body {
  height: 100vh;
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

main {
  padding-top: 56px;
}

footer {
  height: 200px;
}

p {
  margin-bottom: 0px;
}

.select-form-type {
  width: 150px;
}

.form-explanation {
  font-size: 14px;
}

.bg-gray {
  /* background-color: #f0f2f5; */
  background-color: #EAF2F9;
  /* background-color: #BEC3C9; */
  /* background-color: #CCD0D5; */
  /* background-color: #DADDE1; */
}

.bg-bluegray {
  background-color: #EAF6FF;
}

.min-h-100 {
  min-height: 100%;
}

.data-table th, .data-table td {
  white-space: nowrap;
}

.data-table td.initialize-white-space {
  white-space: initial;
}
