@charset "UTF-8";
/*Header Icons*/

.header-icon-wrapper {
  border-left: var(--border-thick);
  border-right: var(--border-thick);
  box-sizing: content-box;
  position: absolute;
  height: 70px;
}

#header-logo {
  width: 74.5px;
  left: -2.5px;
  position: absolute;
}

#burger-menu {
  right: -2.5px;
  width: 74.5px;
}

/*Logo*/

#header h2 {
  font-size: 28px!important;
}

#header, #header-workspace, #header-form {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
}

.background-header {
  background-color: rgba(255, 255, 255, 0.98);
	border-bottom: var(--border-thick);
  box-sizing: content-box;
  box-shadow: var(--outer-shadow-bottom);
}

#logo {
  position: fixed;
  top: 12.5px;
  left: 12.5px;
  z-index:60;
}

#logo > img {
  width: 45px;
}

#logo > h2 {
  font-family: Comfortaa-300;
  margin: 0 0 0 10px;
  text-align: center;
  position: fixed;
  top: 20px;
}

.inline {
  display: inline-block;
}

/*Navigation Bar*/

#navbar li {
  float: none;
  position: relative;
  transform: translateY(20vh) translateX(25%);
}
#navbar li a {
  font-size: 30px!important;
  line-height: 60px;
}
#navbar {
  display: none;
  position: absolute;
  top: 72.5px;
  right: 0;
  width: 600px;
  max-width: 100vw;
  height: calc(100vh - 72.5px);
  box-sizing: content-box;
	border-left: var(--border-thick);
  box-shadow: var(--outer-shadow-left);
}

.active {
  color: #de5a4d;
}

#logo {
  width: 30%;
}

/*button mobile menu*/

.button_container {
  z-index: 80;
  position: fixed;
  top: 24px;
  right: 20px;
  width: 32px;
  height: 24px;
  cursor: pointer;
}

.button_container span {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 4px;
  transition: all .35s ease;
  border: none;
  background: rgb(50,50,50);
  border-radius: 2px;
}

.button_container span:nth-of-type(2) {
  top: 10px;
}

.button_container span:nth-of-type(3) {
  top: 20px;
}

.transform-top {
  transform-origin: center;
  transform: rotate(45deg) translateY(7px) translateX(7px);
}

.transform-bottom {
  transform-origin: center;
  transform: rotate(-45deg) translateY(-7px) translateX(7px);
}

/* Login */

.material-symbols-rounded {
  font-size: 48px!important;
}

#login > span, #logout > span {
  top: 18%;
  left: calc(50% - 24px);
  position: absolute;
}

#login, #logout {
  right: 74.5px;
  width: 74.5px;
}
