:root {
  --primary-color: #48447c;
}

.btn {
  --bs-btn-font-size: 1.05rem;
}

@media (max-width: 1200px) {
  .logo-row {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(var(--bs-light-rgb));
  padding: 38px;
  display: flex;
  justify-content: center;
  gap: 20px;
  z-index: 3;
}
.logo-row a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo-row a:first-child img { left: 24px; }
.logo-row a:last-child img  { left: 133px; }
}




.custom-body {
  position: relative;
  color: white;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.custom-body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.home-intro {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.software-intro {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-top: unset !important;
}

.participate-intro {
  height: 100vh;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
}

#tools-cll-content {
  position: absolute;
  top: 30%;
  z-index: 1;
  padding: 20px;
  width: 100%;
  max-width: 1400px;
}

.tools-about-content {
  display: flex;
  align-items: center;
  padding: 5rem 3rem;
  background-color: #ffffff;
  border-radius: 20px;
  flex-wrap: wrap;
  overflow: hidden;
}

.tools-intro-content {
  display: flex;
  flex-direction: column;
  padding: 3rem 1.5rem;
  margin: 1.7rem 0rem;
  background-color: #ffffff;
  color: black;
  border-radius: 20px;
  width: 80%;
  height: fit-content;
}

.tools-intro-content p {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}

.tools-intro-content h4 {
  font-size: clamp(1.275rem, 2vw, 2rem);
}

.tools-about-section {
  display: flex;
  padding: 5rem 3rem;
  position: relative;
  min-height: 100vh;
  justify-content: center;
  align-items: center;
}

.tools-intro-section {
  display: flex;
  padding: 2rem 2rem;
  position: relative;
  height: 100vh;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tools-about-content-w-100 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  flex-wrap: wrap;
  height: fit-content;
  opacity: 1;
}

.text-content h4 {
  text-transform: uppercase;
  color: #8e44ad;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
}

.text-content h3 {
  text-transform: uppercase;
  color: #8e44ad;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1.5px;
  display: block;
  align-self: center;
}

.text-content h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: #333333;
}

.text-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #555555;
}

.text-content p.highlighted {
  font-size: 1.1rem;
  background: linear-gradient(135deg, rgba(255, 255, 0, 0.3), rgba(255, 153, 51, 0.3));
  border-left: 4px solid #f39c12;
  padding: 10px;
  margin: 10px 0;
  animation: slideIn 1.5s ease-in-out forwards;
  border-radius: 8px;
}

.text-content img {
  object-fit: scale-down;
  border-radius: 10px;
  margin: 10px 0;
}

.fancy-text {
  color: transparent;
  background: linear-gradient(#607D8B, #949666, #607D8B);
  -webkit-background-clip: text;
  background-clip: text;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fancy-title {
  font-size: 1rem;
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: bold;
  color: transparent;
  background: linear-gradient(#607D8B, #949666, #607D8B);
  -webkit-background-clip: text;
  background-clip: text;
  animation: gradient-move 5s infinite;
}

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

.btn-learn-more {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(135deg, #8e44ad, #3498db);
  color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  width: max-content;
  border: 2px solid transparent;
}

.btn-learn-more:hover {
  background: #ffffff;
  color: #3498db;
  border: 2px solid #3498db;
}

.tools-card {
  background: #ffffff;
  padding: 3rem 3rem;
  text-align: center;
  transition: transform 0.3s;
  border-radius: 15px;
  height: max-content;
  border: none;
  font-size: unset;
  display: block;
  width: 45;
}

.tools-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.tools-card h3 {
  margin: 10px 0;
  font-size: 1.25rem;
  color: #333;
}

.tools-card p {
  font-size: 0.9rem;
  color: #666;
}

.platform-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
  overflow: hidden;
  height: 100vh;
}

.image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.iso {
  width: min-content;
  height: 300px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#overlay.visible {
  display: block;
  opacity: 1;
}

.extra-space {
  background-color: transparent;
  pointer-events: none;
  z-index: -1;
}

#footer-software {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max-content;
  z-index: -1;
  pointer-events: none;
}

.footer-visible {
  z-index: 1 !important;
  pointer-events: auto !important;
}

.enlargeable {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
}

.image-enlarged {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: 1000;
  border-radius: 16px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.scroll-down-circle {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  height: 3rem;
  background-color: #acac3c;
  z-index: 2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
  animation: fade-in 2s linear forwards;
  animation-timeline: view();
}

@media (max-width: 768px) {
  .scroll-down-circle {
    bottom: 1%;
  }
}

.scroll-down-circle:hover {
  transform: translateX(-50%) scale(1.1);
  background-color: #8c8c2a;
}

.scroll-down-circle .arrow {
  color: #fff;
  font-size: 1.5rem;
  animation: bounce 1.5s infinite;
}

.parent-container {
  vertical-align: top;
  text-align: center;
  position: relative;
}

.header-section {
  margin-top: unset !important;
  padding: 4rem 0rem 2rem 0rem;
}

.number-box-container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  height: 5.6rem;
  width: 100%;
  flex-wrap: nowrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.number-box1 {
  width: 100%;
  height: 100%;
  background-color: #c4c454;
  color: #315d65;
  text-align: center;
  line-height: 5rem;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.middle-box {
  width: 100%;
  height: 100%;
  background-color: #6b66ca;
  color: #315d65;
  text-align: center;
  line-height: 5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.number-box3 {
  width: 100%;
  height: 100%;
  background-color: #c4c454;
  color: #315d65;
  text-align: center;
  line-height: 5rem;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.number-float {
  opacity: 1;
  font-size: 1.3rem;
  font-weight: 500;
  background-color: #315d65;
  color: white;
  width: 3.4em;
  height: 3.4em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line {
  opacity: 1;
  width: 3px;
  height: 3.2em;
  background-color: #315d65;
  position: absolute;
  bottom: -2.5rem;
}

.label {
  opacity: 1;
  position: absolute;
  top: 150%;
  color: #315d65;
  font-size: 20px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  white-space: normal;
  text-wrap: wrap;
}

.justify-custom {
  text-align: justify;
  text-justify: inter-word;
}

.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-wrap {
  flex-grow: 1;
}

.content {
  max-width: 50%;
}

.card-custom {
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 10px;
  box-sizing: border-box;
  overflow: auto;
}

.card-custom-background-image {
  background-color: red !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.card-title-projects {
  font-weight: bold;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;*/
}

.masthead.less-padding {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

#typed-brand {
  display: inline-block;
  vertical-align: baseline;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  color: #34305f;
}

.typed-cursor {
  display: inline;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: inherit;
  vertical-align: baseline;
  color: var(--primary-color);
}

#typed-brand.main-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

#myCarousel {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

#myCarousel .carousel-control:focus,
#myCarousel .carousel-control:active {
  outline: none;
  box-shadow: none;
}

#myCarousel .carousel-control {
  border: none;
}

#myCarousel .carousel-control::before {
  outline: none;
  box-shadow: none;
}

#myCarousel .carousel-indicators li {
  width: 30px;
  height: 5px;
  border-width: 1px;
  margin: 0 4px;
  background-color: #f1f1f1;
  border-radius: 15%;
  transition: background-color 0.15s, transform 0.15s;
}

#myCarousel .carousel-indicators .active {
  background-color: #434343;
  transform: scale(1.2);
}

#myCarousel .carousel-indicators li:hover {
  background-color: #999;
  cursor: pointer;
}

#myCarousel .carousel-inner .item img {
  position: relative;
  filter: brightness(85%);
  z-index: 0;
  animation: zoomEffect 3.5s ease-in-out forwards;
}

#myCarousel .carousel-inner .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#myCarousel .carousel-inner .item {
  overflow: hidden;
}

#myCarousel .carousel-indicators {
  z-index: 2;
  bottom: 5px;
}

@keyframes zoomEffect {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.04);
  }
}

@media (max-width: 740px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
  }

  .footer-images {
    margin-top: 10px;
    justify-content: center;
  }
}

.select_btn {
  border: 0.15em solid #3a366a;
  background-color: transparent;
  color: #34305f;
  text-align: center;
  align-content: center;
}

.select_btn:hover {
  border-color: white;
  background-color: #34305f;
}

.whole-row {
  text-align: justify;
}

.custom-fade {
  opacity: 0;
  animation: fadeIn 1.25s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.circle {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  animation: float 4.5s ease-in-out infinite;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  min-width: 18rem;
  cursor: pointer;
  transition: background 0.5s ease-in-out, transform 0.3s ease, box-shadow 0.3s ease;
}

.circle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  z-index: 0;
  transition: filter 0.3s ease;
}

.circle1 {
  background: linear-gradient(145deg, #c0e3ca, #449b53);
  animation-delay: 0s;
}

.circle2 {
  background: linear-gradient(145deg, #cae5ed, #357eb9);
  animation-delay: 0.75s;
}

.circle3 {
  background: linear-gradient(145deg, #f3e3f3, #48447C);
  animation-delay: 1.5s;
}

.circle1:hover::before,
.circle2:hover::before,
.circle3:hover::before {
  filter: brightness(0.8);

}

.circular-modal {
  border-radius: 50%;
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  border: none;
}

.circular-modal .modal-header {
  border-bottom: none;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.circular-modal .modal-title {
  font-size: 18px;
  color: #333;
  margin: 0;
}

.circular-modal .modal-body {
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: black;
}

.shape {
  height: 100%;
  width: 50px;
  shape-margin: 2.6px;
}

.shape-left {
  float: left;
}

.shape-right {
  float: right;
}

.text {
  font-size: 3.9px;
  width: 100px;
  height: 100%;
  text-align: center;
  line-height: 1.6;
  color: white;
  hyphens: auto;
  text-shadow: 0 .2px .3px rgba(0, 0, 0, .3);
}

.text p {
  margin: 0;
  text-align: justify;
  text-align-last: center;
  font-size: 3px;
  color: black;
}

.circle h4 {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
    scale: 0.95;
  }

  50% {
    transform: translateY(-1.25rem);
    scale: 1
  }
}

.hover-zoom {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hover-zoom:hover {
  transform: scale(1.02);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  text-align: center;
  background-color: #ecf0f1;
}

.project-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 0rem 1rem;
  text-align: center;
  background-color: #ecf0f1;
}

.project-card.left,
.custom-card.left {
  text-align: left;
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

.project-card>.card-body {
  display: flex;
  flex-direction: column;
}

.project-card>.card-body>.btn {
  display: inline-block;
  align-self: start;
  margin-top: auto;
}

.img-thumbnail {
  width: 210px;
  max-height: 297px;
  object-fit: cover;
}

.contact-btn {
  top: 72px;
  background: #a0abb5;
  z-index: 1;
}

.contact-btn:hover {
  background: #686b6d;
}

.contact-us-title {
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .contact-us-title {
  bottom: 10vh;
  }
}


@media (max-height: 700px) {
  .contact-us-title {
    bottom: 15vh;
  }
}

@media (max-height: 500px) {
  .contact-us-title {
    bottom: 25vh;
  }
}

::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #757575;
}

@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1620px;
  }
}

.page-1 {
  background: linear-gradient(#ffffff, #f0f2f5);
}

.page-2 {
  background: linear-gradient(#f0f2f5, #d6d9db);
}

.page-3 {
  background: linear-gradient(#d6d9db, #aab3a0);
}

.page-4 {
  background: linear-gradient(#aab3a0, #79846c);
}

.page-5 {
  background: linear-gradient(#607D8B, #b2b46a);
}

.overlay-text {
  display: none;
}

.overlay-text p {
  font-size: 1.3rem;
  font-weight: 500;
}

.hover-zoom:hover .overlay-text {
  display: block;
}

#interactive-container {
  position: fixed;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 9999;
}

#current-section-text {
  position: absolute;
  top: 0%;
  left: 100%;
  transform: translateY(-80%);
  color: var(--primary-color);
  font-size: 1.2rem;
  font-weight: 600;
  /* white-space: nowrap; */
  text-align: left;
  margin-left: 10px;
  transition: top 0.3s ease-out;
  max-width: 130px;
  width: 130px;
  word-break: break-word;
}

#current-section-text:hover {
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

@media (max-width: 1000px) {
  #current-section-text {
    display: none;
  }
}

#interactive-bar {
  position: relative;
  width: 5px;
  height: 88vh;
  background: transparent;
  overflow: hidden;
}

#interactive-bar .progress {
  position: absolute;
  width: 100%;
  height: 0;
  background: repeating-linear-gradient(0deg,
      var(--primary-color),
      var(--primary-color) 40px,
      transparent 40px,
      transparent 50px
    );
  transition: height 0.3s ease-out;
}

.publication-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1rem;
}

.publication-list li {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.authors {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  transition: height 0.4s ease-in-out;
}

.authors-full {
  -webkit-line-clamp: unset !important;
  transition: height 0.4s ease-in-out;
}

.toggle-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.1rem;
  text-decoration: underline;
  padding: 0;
}

.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}

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

.custom-list li {
  position: relative;
  padding-left: 5vw;
  margin-bottom: 1rem;
  text-align: start;
}

.hover-list, .hover-list a {
  text-decoration:none;
  color: #3C4967 !important;
}

.hover-list:hover {
  color: #6610f2 !important;
}

.hover-list a:hover {
  color: #6610f2 !important;
}

.story-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  margin-top: unset !important;
  min-height: 100vh;
  padding-bottom: 10rem;
}

@media (max-height: 500px) {
  .story-section {
    overflow: scroll;
  }
}
@media (max-width: 700px) {
  ul {
    padding-inline-start: 1rem !important;
    padding-left: 0rem !important;
  }
}

.about-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 4rem 3rem;
  background-color: #ffffff;
  border-radius: 20px;
  opacity: 0;
  scale: 0.5;
  overflow: hidden;
}

.final-section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  margin-top: unset !important;
  height: 90vh;
  padding-bottom: 10rem;
}

.sub-section-template {
  background-color: white;
  border-radius: 1.5rem;
  padding: 1rem 3rem;
  margin: 2rem;
}

.project-type-card {
  padding: 3rem 3rem 2rem 3rem;
}

@media (max-width: 1120px) {
    .project-type-card {
        padding: 2rem 0.5rem 2rem 0.5rem;
    }
}

.modal-body-participate {
  font-size: 1.3rem !important;
  font-weight: 500 !important;
}

.custom-list li::before {
  content: '➜';
  position: absolute;
  left: 0;
  font-size: inherit;
  margin-right: 2px;
}

.menu-image {
  position: fixed;
  bottom: 8px;
  height: 60px;
  z-index: 2;
}

.text h1 {
  font-size: 4px;
  margin-bottom: 5px;
  padding-top: 10px;
}

.text p:focus {
  outline: none;
  box-shadow: none;
}

.menu-toggle {
  /* position: fixed;
  right: 15px;
  top: 15px; */
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #354B60;
  line-height: 50px;
  z-index: 999;
  border-radius: 20px;
}

.menu-toggle:focus,
.menu-toggle:hover {
  color: #fff;
}

.menu-toggle:hover {
  background: #343a40;
}

.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 4;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  color: #fff;
}

.scroll-to-top:hover {
  background: #343a40;
}

.scroll-to-top i {
  font-weight: 800;
}

#sidebar-wrapper {
  position: fixed;
  z-index: 3;
  right: 0;
  width: 250px;
  height: 100%;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #354B60;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px;
}

.sidebar-nav li a {
  text-decoration: none;
  color: #fff;
  background: #354B60;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #48447c;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  font-size: 1.2rem;
  background: #354B60;
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}

.sidebar-nav>.sidebar-brand a {
  color: #fff;
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  transition: all 0.4s ease 0s;
}

.menu-group {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  right: 15px;
  top: 15px;
  width: 50px;
  text-align: center;
  /* height: 200px; */
  background-color: none;
  z-index: 998;

}

.home-button {
  /* position: fixed;
  right: 15px;
  top: 60px; */
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #354B60;
  line-height: 50px;
  z-index: 999;
  border-radius: 20px;
}