<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*===== VARIABLES CSS =====*/
:root {
  /*===== Colors =====*/
  /* --secondary-color: hsl(213, 65%, 36%);
  --accent-color: hsl(46, 93%, 59%); */
}
/*===== BASE =====*/
* {
  box-sizing: border-box;
  /* font-size: 14px; */
}

html {
  font-size: 16px;
}

body {
  position: relative;
  margin: var(--topbar-height) 0 0 0 !important;
  padding: 0 0;
  transition: var(--primary-transition-time);
  background-color: var(--white-color) !important;
  color: black;
}

.sidebar &gt; div.sidenav &gt; div &gt; a.sidebar__logo {
  text-decoration: none;
  height: 90px;
}

.sidebar div a {
  text-decoration: none;
}

.topbar i,
.sidebar i {
  color: var(--primary-color);
  font-size: var(--icon-font-size) !important;
}

/*===== Topbar =====*/
.menu-button {
  color: var(--secondary-color);
  font-size: 1.5rem;
  cursor: pointer;
}

.topbar {
  width: 100%;
  height: var(--topbar-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 0;
  background-color: transparent;
  z-index: calc(var(--z-fixed) - 3);
  transition: var(--primary-transition-time);
  /* box-shadow: 0 0 10px 0 rgba(39, 39, 39, 0.795); */
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  background-color: #ffffff;
}

#topbar__user__name {
  font-size: 0.3rem !important;
}

/*===== Sidebar =====*/
.sidebar {
  position: fixed;
  top: 0;
  left: -78%;
  width: var(--sidebar-width);
  height: 100vh;
  background-color: var(--sidebar-color);
  /* padding: 0 0.2rem 0 0; */
  transition: var(--primary-transition-time);
  z-index: var(--z-fixed);
  box-shadow: 0px 0px 5px 1px rgba(39, 39, 39, 0.616);
}

.sidebar &gt; div.sidenav &gt; div &gt; div.side__list {
  overflow-y: auto;
  overflow-x: hidden !important;
  height: calc(100vh - 90px);
  /* max-height: 88vh; */
  /* margin-top: 5rem; */
}

.side__list &gt; .sidenav__link &gt; svg path {
  fill: var(--secondary-color) !important;
}

.sidenav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

.sidebar__logo,
.sidenav__link,
.sidebar__help {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1.1rem;
  padding: 0.7rem 0 0.7rem 1.2rem;
  color: #fff;
}

.sidebar__logo {
  padding: 0.7rem 0 0.8rem 0.1rem;
  /* margin-top: 1rem; */
  column-gap: 0.6rem;
  /* margin-bottom: 0.5rem; */
}

.sidebar__logo img {
  width: 136px;
}

.show__img__logo {
  width: 100px !important;
  margin-left: 16%;
}

.show__tittle__logo {
  display: block;
  margin-left: -15px;
}

.show__logo {
  justify-content: center;
}

.sidebar__help:hover {
  cursor: pointer;
}

.sidebar__help {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* .sidebar__logo-hide {
  display: none;
  transition: 1s;
} */

.sidebar__logo-icon {
  font-size: 1.25rem;
  color: var(--primary-color);
}

.sidenav__link {
  position: relative;
  color: var(--sidebarElementTextColor);
  transition: 0.3s;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--sidebarElementBorderColor);
}

.sidebar__logo-name {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1rem;
}

.sidebar__logo-name,
.nav__name {
  padding-left: 5px;
}

.nav__name {
  font-size: 14px;
}

.sidenav__link:hover {
  background-color: var(--sidebarElementBackgroundHoverColor);
  color: var(--sidebarElementTextHoverColor);
}

.sidenav__icon {
  font-size: 1.25rem;
}

/*Show navbar movil*/
.show-sidebar {
  left: 0;
}

/* .side__list &gt; .sidenav__link &gt; svg path {
  fill: var(--primary-color) !important;
} */

/*Active links*/
.sidenav__link__active {
  background-color: var(--sidebarElementBackgroundHoverColor);
  color: var(--sidebarElementTextHoverColor);
}

.body__content {
  transition: var(--primary-transition-time);
  padding: 15px 15px;
}

.sidebar__fade {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.1s;
  z-index: calc(var(--z-fixed) - 1);
}

#options__wrapper {
  display: flex;
  flex-direction: row;
}

button#btn__notifications {
  background-color: transparent;
  border: 0;
  margin: 0 12px;
}

button#btn__notifications &gt; span#number__alert__notifications {
  background-color: #f02849;
  border-radius: 100%;
  position: absolute;
  width: 17px;
  height: 17px;
  color: white;
  font-weight: bold;
  font-size: 0.7rem;
  transform: translate(16px, -8px);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===== Profile menu topbar ===== */
.user_info {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: var(--primary-color);
  font-size: 18px;
  padding: 5px 10px 5px 5px;
  border-radius: 5px;
  border: 0;
  margin-right: 7px;
  margin-top: 0px;
  z-index: calc(var(--z-fixed) - 2);
  padding: 6px 55px 6px 55px;
  margin-bottom: 60px;
}
/* #user_info{
  background-color: var(--blue-color);  
} */

.tittle_plataforma {
  background-color: var(--light-color) !important;
  margin-right: -10px !important;
  padding: 20px 40px 6px 30px !important;
}

.user_info &gt; span#username__topbar {
  /* display: none; */
  color: var(--primary-color);
  font-weight: bold;
  margin-left: 7px;
}
.mi-perfil {
  color: var(--light-color) !important;
}

.options__box {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  background-color: white;
  box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
  padding: 0px 5px;
  z-index: calc(var(--z-fixed));
  border-radius: 0 0 10px 10px;
}

.options__box &gt; div.wrapper_options_box {
  overflow-x: auto;
  max-height: 300px;
}

.options__box &gt; div.wrapper_options_box::-webkit-scrollbar {
  padding-top: 15px;
  width: 4px;
  height: 4px;
}

.options__box &gt; div.wrapper_options_box::-webkit-scrollbar-thumb {
  background: var(--accent-color);
  border-radius: 10px;
}

.options__box &gt; div.wrapper_options_box::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: inset 7px 10px 12px 0px #f0f0f0;
}

.options__box &gt; .close__options {
  display: flex;
  justify-content: flex-end;
}

.options__box &gt; .close__options &gt; .btn__close__options {
  background-color: transparent;
  border: 0;
  padding: 7px 5px;
}

.options__box ul {
  list-style-type: none;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.options__box ul &gt; a,
.options__box ul &gt; a:focus {
  text-decoration: none;
  color: black;
}

.options__box ul &gt; a &gt; li {
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}

.options__box ul &gt; hr {
  padding: 0 !important;
  background-color: rgb(230, 230, 230) !important;
  margin: 5px;
}

.align__content__center {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px 0;
}

#footer__sidebar {
  text-align: center;
  /* margin: 0px 20px 20px 10px; */
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
div.side__list {
  scrollbar-width: auto;
  scrollbar-color: gray #ffffff;
}

/* Chrome, Edge, and Safari */
div.side__list::-webkit-scrollbar {
  width: 5px;
}

div.side__list::-webkit-scrollbar-track {
  background: #ffffff;
}

div.side__list::-webkit-scrollbar-thumb {
  background-color: #e4e4e4;
  border-radius: 10px;
  border: 3px solid transparent;
}

@media screen and (max-width: 767px) and (height: 568px) {
  .sidenav__link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  #footer__sidebar {
    position: fixed;
    top: 100vh;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    z-index: calc(var(--z-fixed) - 1);
    /* height: 30; */
    background-color: rgb(255, 255, 255);
    padding-top: 5px;
    padding-left: calc(var(--sidebar-width-minimized) + 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    font-weight: 600;
    box-shadow: 0 -3px 3px 3px rgba(39, 39, 39, 0.2);
    z-index: 30;
  }
}

/* ===== MEDIA QUERIES=====*/
@media screen and (min-width: 768px) {
  body {
    padding-left: calc(var(--sidebar-width) - 11rem);
    padding-bottom: calc(var(--footer-height) + 30px) !important;
  }

  .topbar {
    left: 0;
    padding: 0 0 0 6.2rem;
  }

  section.sidebar {
    left: 0;
    width: var(--sidebar-width-minimized);
    z-index: var(--z-fixed);
    /* padding: 1rem 1rem 0 0; */
  }

  section.sidebar:hover {
    width: var(--sidebar-width);
  }

  /* .sidebar__logo {
    margin-top: 1rem;
  } */

  /*Show sidebar desktop*/
  .show-sidebar {
    width: var(--sidebar-width);
  }

  /*Add padding body desktop*/
  .body-pd {
    padding-left: calc(var(--sidebar-width) + 25px);
  }

  body .body__content h1 {
    font-size: calc(var(--normal-font-size) + 0.7rem);
  }

  .content-margin {
    margin-left: 152px;
  }

  .body__content {
    margin-bottom: var(--footer-height);
  }

  .options__box {
    top: calc(var(--topbar-height) + 5px);
    right: 5px;
    width: 23vw;
    border: 1px solid gray;
    border-radius: 10px;
  }

  .options__box &gt; .close__options {
    display: none;
  }

  #user__options__heading &gt; div &gt; img,
  .user_info &gt; span &gt; img {
    border-radius: 100%;
  }

  .options__box ul &gt; a &gt; li:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .options__box ul &gt; a &gt; li &gt; span {
    padding-right: 7px;
  }

  #user__options__heading {
    padding-top: 5px;
  }

  #user__hover__details {
    position: absolute;
    transform: translate(-30%, 80%);
    font-size: 11px;
    color: white;
    padding: 10px;
    border-radius: 10px;
    background-color: #4f5355;
  }

  /* .user_info &gt; span#username__topbar {
    display: block;
  } */

  .user_info:hover {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
  }

  /* .sidebar:hover .sidebar__logo img {
    width: 100px !important;
    margin-left: 5%;
  } */

  /* .sidebar:hover .sidebar__logo-name {
    display: block;
    margin-left: -15px;
  } */
}

@media screen and (max-width: 767px) {
  .options__box {
    top: calc(var(--topbar-height) + 5px);
    right: 5px;
    width: 40vw;
    border: 1px solid gray;
    border-radius: 10px;
  }
  .sidebar &gt; div.sidenav &gt; div &gt; div.side__list {
    /* max-height: 81vh; */
  }
}

@media screen and (max-width: 500px) {
  .options__box {
    top: calc(var(--topbar-height) + 5px);
    right: 5px;
    width: 70vw;
    border: 1px solid gray;
    border-radius: 10px;
  }
  #username__topbar {
    display: none;
  }
  #fraseMotivadoraText {
    margin-left: 10px;
    font-size: 0.8rem;
  }
  .user_info {
    padding: 6px 15px 6px 15px;
    margin-bottom: 38px;
  }
}

#inicio .cls-1 {
  fill: #feb200 !important;
}

#inicio .cls-2 {
  fill: #e1251b !important;
}
</pre></body></html>