body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

main {
  height: 100vh;
  height: -webkit-fill-available;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: .25rem .5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), .85);
}

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}

.menu {
  color: #fff;
  background-color: rgb(9, 9, 9);
  position: relative;
  width: 73px;
  transition: all linear 300ms;
}

.menu hr {
  background: linear-gradient(90deg, rgb(133, 200, 107) 0%, rgb(23, 95, 139) 100%);
  height: 2px;
  opacity: 1;
  border: 0;
  margin-bottom: 5px;
}

.navbar-brand-img {
  width: 100%;
}

.menu .nav-link {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px;
  color: #919191;
}

body.menu-expanded .menu .nav-link {
  flex-direction: row;
  justify-content: start;
}

body .nome-aluno-logado {
  display: none;
}

body.menu-expanded .nome-aluno-logado {
  display: block;
}

.menu .nav-pills .nav-link,
.menu span {
  font-size: 12px;

  font-family: "Geomanist-Regular";
  font-size: 10px;
  font-weight: 400;
  text-align: center;
}

.menu svg,
.container-login svg {
  width: 20px;
  height: 20px;
}

.menu a.nav-link.active svg path {
  transition: 300ms;
  stroke: rgb(255, 0, 72) !important;
}

.menu .fas {
  font-size: 30px;
  margin: 0;
}

body.menu-expanded .menu .fas {
  font-size: 20px;
  margin-right: 5px;

}

.menu .nav-pills .nav-link.active,
.menu .nav-pills .show>.nav-link {
  background-color: rgb(23, 23, 23);
  /* background-color: rgb(55, 55, 55); */
  /* font-size: 10px; */
}

.menu .nav-pills .nav-link.active .fas,
.menu .nav-pills .show>.nav-link .fas {
  color: rgb(23, 23, 23);
  color: #fff;
}

.lista-menu li {
  width: 100%;
}

.lista-menu li a,
.container-login {
  /**/
  min-height: 70px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  padding: 14px 13px !important;
  margin-bottom: 5px !important;
  border-radius: 6px !important;
  gap: 6px;
}

.lista-menu li:hover svg path {
  transition: 300ms;
  stroke: rgb(255, 0, 72) !important;
}

.lista-menu li:hover a {
  background-color: rgb(23, 23, 23);
}

.lista-menu li a {
  color: rgb(145, 145, 145) !important;
}

.lista-menu li a.active {
  color: rgb(255, 255, 255) !important;
  font-weight: 400;
}

.container-login {
  display: flex;
  flex-direction: column;
  color: rgb(145, 145, 145);
  text-decoration: none;
}


#toggleMenu-button {
  position: absolute;
  left: 60px;
  top: 20px;
  /* */
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: rgb(30, 30, 30);
  border: 1px solid rgb(36, 36, 36);
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  z-index: 2;
  transition: left linear 300ms;
}


body .show-menu-expanded,
body.menu-expanded .hide-menu-expanded {
  display: none;
}

body.menu-expanded .show-menu-expanded {
  display: block;
}


body.menu-expanded .menu {
  width: 273px;
}



body.menu-expanded #toggleMenu-button {
  transform: rotate(180deg);
  left: 260px;
}

body:not(.menu-expanded) .fs-4 {
  display: none;
}

.container-logo {
  padding: 10px;
}

.list-login {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-login li a:hover {
  background-color: rgb(23, 23, 23);
  color: #fff;
}

.register svg {
  width: 38px !important;
  height: 26px;
}

.list-login li:not(.register) a:hover svg path,
.list-login li a:hover svg ellipse {
  stroke: rgb(255, 0, 72) !important;
}

.menu-expanded .lista-menu li a,
.menu-expanded .lista-menu li a span {
  justify-content: flex-start !important;
  font-size: 14px !important;
  line-height: 14px;
  font-family: Geomanist-Medium !important;
}

.menu-expanded .container-login span.show-menu-expanded {
  display: flex;
  text-decoration: none;
  font-family: Geomanist-Medium !important;
  font-size: 14px !important;
  line-height: 14px;
}

.menu-expanded .container-login {
  flex-direction: row;
  justify-content: flex-start !important;
}

.menu-expanded .container-logo {
  padding: 30px;
}

.list-login li.register a:hover,
.list-login li a:hover,
.lista-menu li:hover a {
  background-color: rgb(101 48 209) !important;
  color: #fff !important;
}

.list-login li.register label {
  background-color: #232323;
  width: 38px !important;
  height: 26px;
  overflow: hidden;
  color: #F8F8F8;
  font-size: 8px;
  width: 100% !important;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.list-login li.register a.container-login {
  padding: 4px !important;
}

.menu .nav-pills .nav-link.active,
.menu .nav-pills .show>.nav-link {
  background-color: rgba(101, 48, 209, 0.23);
}