/* @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");

:root {
  --accent-color: rgb(255, 255, 255);
  --accent-color-fg: #ffffff;
  --backdrop-color: #ffffff;
  --app-content-background-color: #ffffff;
  --inset-shadow: rgba(7, 43, 74, 0.3);
  --outset-shadow: rgba(223, 240, 255, 0.25);
  --clay-box-shadow: rgba(7, 43, 74, 0.3);
  --clay-background-color: #c0d8ec;
  --clay-fg-color: #444;
}

body {
  background-color: var(--backdrop-color);
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.flex-centerr {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.containerr {
  padding: 1rem 1rem 1.5rem;
}

.stage {
  max-width: 400px;
  width: 400px;
  margin: 0 auto;
}

.home.active {
  color: var(--accent-color);
}
.home-style {
  --app-content-background-color: #ffffff;
}

.products.active {
  --outset-shadow: rgba(247, 167, 103, 0.45);
  --inset-shadow: rgba(149, 62, 8, 0.45);
  --clay-box-shadow: rgba(211, 69, 20, 0.4);
  --clay-background-color: #d34514;
  --clay-fg-color: #f1f2f3;
  color: #ffffff;
}
.products-style {
  --app-content-background-color: #d36e5a;
}

.services.active {
  --outset-shadow: rgba(255, 159, 40, 0.45);
  --inset-shadow: rgba(88, 54, 13, 0.45);
  --clay-box-shadow: rgba(88, 54, 13, 0.4);
  --clay-background-color: #ed9426;
  --clay-fg-color: #f1f2f3;
  color: #ffffff;
}
.services-style {
  --app-content-background-color: #ed9426;
}

.about.active {
  --outset-shadow: rgba(93, 255, 85, 0.45);
  --inset-shadow: rgba(28, 78, 26, 0.45);
  --clay-box-shadow: rgba(28, 78, 26, 0.4);
  --clay-background-color: #4dd146;
  --clay-fg-color: #f1f2f3;
  color: rgb(255, 255, 255);
}
.about-style {
  --app-content-background-color: #4dd146;
}

.help.active {
  --outset-shadow: rgba(230, 230, 230, 0.45);
  --inset-shadow: rgba(81, 81, 81, 0.45);
  --clay-box-shadow: rgba(81, 81, 81, 0.4);
  --clay-background-color: #a3a3a3;
  --clay-fg-color: #f1f2f3;
  color: #ffffff;
}
.help-style {
  --app-content-background-color: #a3a3a3;
}

.tabbarr {
  background-color: var(--app-content-background-color);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  height: 90px;
  display: flex;
  flex-direction: column;
  box-sizing: content-box;
  position: relative;
  overflow: hidden;
  transition: background-color 0.4s;
}
.tabbarr ul,
.tabbarr li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabbarr ul {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #dc143c;
  align-self: center;
  justify-content: center;
  height: 70px;
}
.tabbarr li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  margin-right: 5px;
  transition: all 0.4s;
  background-color: "";
  width: 70px;
  height: 70px;
  position: relative;
  color: #ffffff;
  cursor: pointer;
}
.tabbarr li:last-child {
  margin-right: 0;
}

.tabb-style4 li {
  width: 70px;
  height: 100px;
  flex-direction: column;
  overflow: hidden;
}
.tabb-style4 li span {
  position: relative;
  top: 3px;
  transition: top 0.4s ease-out, font-size 0.2s ease-out;
  text-shadow: inset 2px 2px 4px var(--clay-box-shadow);
}
.tabb-style4 li:after {
  width: 100%;
  height: -20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  bottom: -30px;
  opacity: 0;
  transition: bottom 0.2s ease-out, opacity 0.4s ease-out;
}
.tabb-style4 li.active:after {
  opacity: 1;
  bottom: 2px;
  text-shadow: inset 2px 2px 8px var(--clay-box-shadow);
}
.tabb-style4 li:nth-child(1):after {
  content: "history";
}
.tabb-style4 li:nth-child(2):after {
  content: "report";
}
.tabb-style4 li:nth-child(3):after {
  content: "absensi";
}
.tabb-style4 li:nth-child(4):after {
  content: "sakit";
}
.tabb-style4 li:nth-child(5):after {
  content: "cuti";
}
.tabb-style4 .active span {
  font-size: 1.1rem;
  top: -4px;
} */



body {
  padding: 10px;
  padding-bottom: 50px;
}

h1 {
  margin-bottom: 20px;
}

.cd__main{
   position: fixed;
   width: 100% !important;
   height: 720px;
   border: 2px solid #bbb;
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  height: 90px;
  box-shadow: 0 -2px 5px -2px #ffffff;
  background-color: #dc143c;
}
.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
}
.mobile-bottom-nav__item--active {
  color: rgb(44, 124, 243);
}
.mobile-bottom-nav__item-content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .mobile-bottom-nav {
    display: none; /* This is how it looks on desktop */
  }
}

