@charset "UTF-8";
.body-container.open .leftmenu {
  width: 49px;
  min-width: 49px;
  overflow: hidden;
}

.body-container.open .containerMenu {
  transform: translateX(-290px);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.body-container.open .search-input-leftmenu {
  transform: translateX(-290px);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.body-container.open .search-icon-leftmenu {
  transform: translateX(-290px);
  transition: transform 0.2s ease;
  pointer-events: none;
}

.body-container.open .user-info {
  transform: translateX(-275px);
  pointer-events: none;
  transition: transform 0.2s ease;
}

.body-container.open .leftmenu-button {
  transform: translateX(0px);
}

.body-container.open .logout-button {
  transform: translateX(275px);
}

.body-container.open .footerMenu {
  transform: translateX(-275px);
  pointer-events: none;
}

.leftmenu {
  width: 290px;
  position: relative;
  background-color: #1B2654;
  transition: width 0.3s ease;
}
.leftmenu .headerMenu {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px;
  transform: translateX(0);
  transition: transform 0.4s ease;
}
.leftmenu .headerMenu .user-info {
  display: block;
  width: 85%;
  color: white;
  padding-top: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: transform 0.4s ease;
}
.leftmenu .headerMenu .leftmenu-button {
  top: 14px;
  right: 2px;
  display: flex;
  position: absolute;
  justify-content: right;
  z-index: 1;
}
.leftmenu .search-input-leftmenu {
  height: 48px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1529411765);
  opacity: 70%;
  padding: 1em;
  cursor: text;
  position: absolute;
  transition: 0.15s ease-in-out;
  color: rgba(255, 255, 255, 0.5882352941);
}
.leftmenu .search-input-leftmenu.focused {
  background: #ffffff;
  color: black;
  opacity: 100%;
}
.leftmenu .search-icon-leftmenu {
  position: relative;
  top: 13px;
  right: 11px;
  color: rgba(255, 255, 255, 0.5882352941);
  cursor: text;
  transition: 0.15s ease-in-out;
}
.leftmenu .search-icon-leftmenu.focused {
  color: black;
  opacity: 100%;
}
.leftmenu .containerMenu {
  width: 290px;
  min-width: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(0);
  transition: transform 0.4s ease;
}
.leftmenu .containerMenu .leftmenu-list {
  font-size: 14px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 0;
}
.leftmenu .containerMenu .leftmenu-list li .leftmenu-item {
  width: 100%;
  height: 35px;
  font-size: 14px;
  padding: 0.4vh 0 0 2vh;
  display: block;
  align-items: center;
  padding-top: 5px;
  transition: 0.2s;
  color: white;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.leftmenu .containerMenu .leftmenu-list li .leftmenu-item.accordion {
  margin: 0 0;
  padding: 0.4vh 0 0 2vh;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  align-items: center;
}
.leftmenu .containerMenu .leftmenu-list li .leftmenu-item.accordion2 {
  margin: 0 0;
  padding: 0.4vh 0 0 2vh;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  align-items: center;
}
.leftmenu .containerMenu .leftmenu-list li .leftmenu-item.accordion3 {
  margin: 0 0;
  padding: 0.4vh 0 0 2vh;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  transition: 0.4s;
  align-items: center;
}
.leftmenu .containerMenu .leftmenu-list li .leftmenu-item.item-selected {
  background-repeat: no-repeat;
  background-position: 2% 45%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel {
  display: flex;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.2941176471);
  transition: max-height 0.4s ease-in-out;
  box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.3), inset 0px -5px 5px -5px rgba(0, 0, 0, 0.3);
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel .leftmenu-list {
  width: 100%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel .leftmenu-list li {
  width: 100%;
  height: 100%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel .leftmenu-list li .leftmenu-item {
  padding-left: 40px;
  padding-top: 7px;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel .leftmenu-list li .item-selected {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel2 {
  display: flex;
  max-height: 0;
  color: black;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2941176471);
  flex-direction: column;
  transition: max-height 0.4s ease-in-out;
  box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.3), inset 0px -5px 5px -5px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel2 .leftmenu-list {
  width: 100%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel2 .leftmenu-list li .leftmenu-item {
  padding-left: 50px;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel2 .leftmenu-list .item-selected {
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: 10% 50%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel3 {
  display: flex;
  max-height: 0;
  overflow: hidden;
  margin: 0;
  flex-direction: column;
  background-color: rgba(8, 8, 8, 0.1921568627);
  transition: max-height 0.4s ease-in-out;
  box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0), inset 0px -5px 5px -5px rgba(255, 255, 255, 0.007);
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel3 .leftmenu-list {
  width: 100%;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel3 .leftmenu-list li .leftmenu-item {
  padding-left: 70px;
}
.leftmenu .containerMenu .leftmenu-list li .submenu-panel3 .leftmenu-list .item-selected {
  background-repeat: no-repeat;
  background-position: 32% 50%;
}
.leftmenu .footerMenu {
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px;
  transform: translateX(0);
  transition: transform 0.4s ease;
}
.leftmenu .footerMenu .logout-button {
  display: flex;
  justify-content: right;
  z-index: 1;
}
.leftmenu .footerMenu .clickeableItem {
  z-index: 1;
}

.containerEmpresas {
  max-height: 40vh;
  overflow: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1vh;
}
.containerEmpresas .optEmpresa {
  height: 10vh;
  background: linear-gradient(90deg, #1b2654, 0%, rgba(27, 38, 84, 0.92) 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.containerEmpresas .optEmpresa img {
  width: 40px;
}
.containerEmpresas .optEmpresa p {
  color: white;
  margin-left: 1vh;
  font-size: 12px;
}

.containerEmpresas::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.containerEmpresas::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 10px;
}

.containerEmpresas::-webkit-scrollbar-thumb {
  background-color: #1B2654;
  border-radius: 10px;
}

.containerEmpresas::-webkit-scrollbar-thumb:hover {
  background-color: #1B2654;
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.062);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 20%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

.circles li:nth-child(11) {
  left: 10%;
  width: 100px;
  height: 100px;
  animation-delay: 40s;
  animation-duration: 15s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 100%;
  }
}
.containerMenu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.containerMenu::-webkit-scrollbar-track {
  background-color: #1B2654;
  border-radius: 4px;
}

.containerMenu::-webkit-scrollbar-thumb {
  background-color: #1B2654;
  border-radius: 2px 4px 4px 2px;
}

.containerMenu::-webkit-scrollbar-thumb:hover {
  background-color: #1B2654;
}

.accordion:after {
  content: "▾";
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.accordion2:after {
  content: "▾";
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.accordion3:after {
  content: "▾";
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.active2:after {
  content: "▴";
}

.active:after {
  content: "▴";
}

.active3:after {
  content: "▴";
}

.blue-scroll::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.blue-scroll::-webkit-scrollbar-track {
  background-color: #949494;
  border-radius: 4px;
}

.blue-scroll::-webkit-scrollbar-thumb {
  background: #38405f;
  border-radius: 2px 4px 4px 2px;
}

.blue-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #1B2654;
}