:host {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: Roboto;
}

.nav-bar-cntr {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 4px 0 var(--color-ti-shadow-grey-light);
}

.nav-title-cntr {
  display: flex;
  width: 210px;
  align-items: center;
  justify-content: space-evenly;
  color: var(--color-ti-text-grey-darker);
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
}

.nav-bar-main {
  width: 45%;
}

.nav-content-container {
  height: calc(100% - 58px);
  width: 100%;
}

.ftr-icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid var(--color-ti-white);
  background-color: var(--color-ti-primary-red);
  box-shadow: 0 2px 4px 0 var(--color-ti-shadow-grey-light);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-ti-white);
}

.icon-style {
  height: 14px;
  width: 14px;
}

.nav-page-ctr,
.nav-page-holder {
  height: 100%;
}
