

body, html {
  height: 100%;
  margin: 0;
  background: var(--color-apg-grey);
  padding: 0;
  top: 0;
  position: relative;
}
.main-wrapper {
  margin-top: 4rem;
}
.menu-logo img {
  height: 100%;
  width: auto;
}
.menu-logo {
  flex: 1;
  margin: 1rem 0 0 1rem;
}
.main-container-inner {
  min-height: 100%;
  border-radius: 20px;
  margin: 0;
}
.main-container {
  background: var(--color-blue);
  padding: 0 2rem 2rem 2rem;
  height: auto;
  width: calc(100% - 4rem);
}
header.header-main .top-menu {
  background: var(--color-grey);
  height: 100%;
  display: flex;
}
header.header-main {
  left: 0;
  position: sticky;
  top: 0;
  /* border-top-left-radius: 20px; */
  /* border-top-right-radius: 20px; */
  right: 0;
  height: 6rem;
  background: var(--color-blue);
  padding-top: 2rem;
}
header.header-main .top-menu {
  width: 100%;
  height: 100%;
  position: relative;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.pane-container * {
  z-index: 0;
  position: relative;
}
.pane-container {
  position: relative;
  margin-top: -6rem;
}
header {
  z-index: 1;
}
#tabs {
  display: flex;
  justify-content: right;
  list-style: none;
  height: 100%;
  margin: 0 10% 0 0;
}
#tabs li {
  list-style: none;
  height: auto;
  margin: 1rem 3rem;
  display: flex;
  margin: 0 3rem;
  justify-content: center;
}
#tabs li a {
  height: 70%;
  width: 100%;
  cursor: pointer;
  padding: 0 2rem;
  font-size: 2rem;
  background: var(--color-blue);
  color: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
  margin: 0 2rem;
  display: flex;
  /* height: 100%!important; */
  flex-direction: column;
  justify-content: center;
}
#tabs li a.inactive {
  color: var(--color-blue);
  background: transparent;
  border-radius: 0;
}
#tabs li a.inactive:hover {
  color: var(--color-white);
  background: var(--color-blue);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  position: relative;
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:template-container] [97.1893] DESIGN*/
/*******************************************************************/
/* 0.3 D>D */
/* db 156 */