body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  /* height: -webkit-fill-available; */
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor;
}

.bg-t1 {
    background-color: #005CAD;
}

.nav-link-profile {
    color: #ffffff !important;
}

.t1-logo {
    width: 250px;
}

.main-container {
    padding-top: 20px;
    overflow-y: auto;
    height: 100%;
}

.breadcrumb {
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #eeeeee;
}

.breadcrumb-item {
    padding: 5px;
}

.bx--data-table-container {
  background-color: #ffffff;
}

.form-row {
  margin-bottom: 10px;
}