*,
*::before,
*::after {
  box-sizing: border-box;
}

body { 
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #F5F5F5;
  overflow-x: hidden;
}

.page-not-found {
  text-align: left;
  border: 1px solid #ccc;
}
.page-not-found .topPanel {
  background-color: white;
  border: 1px solid #ccc;
  padding: 0px;
  margin: 10px;
}
.page-not-found .title {
  font-size: larger;
  font-weight: bold; 
}

.main-page ul { 
  line-height: 30px;
  list-style: disc;
  padding-left: 0px;
}
.main-page li {
  margin-left: 20px;
}
.main-page h1 {
  text-align: center;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.home-page .otherProducts {
  margin-top: 0px;
}

.page {
  position: relative;
  top: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .page {
  top: 80px;
  width: calc(100% - 88px);
  left: 70px;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .sidebar-expanded ~ .page {
  transform: translateX(225px);
  }
}
.page-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0 0 2rem;
}
@media (min-width: 768px) {
  .page-content {
    gap: 2.25rem;
    padding: 3rem 0;
  }
}

.home-page {
  padding-top: 0;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .home-page {
  gap: 2.25rem;
  }
}
.home-page .container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.home-page h1 {
  text-align:center;
  padding-top:20px !important; 
  padding-bottom:20px !important;
  text-align: center;
}
@media (min-width: 768px) {
  .home-page .container {
  gap: 2.25rem;
  }
}
.home-page .actualizado {
  font-size:0.8em;
  padding-bottom: 20px;
}
.home-page h2.ranking {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 992px) { 
  .description {
    flex-direction: column !important;
  }
  .description img {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .description img {
    min-width: 300px !important;
  }
}
.ve-header-center {
  display: flex;
  margin: auto;
}

.top10-productos p, .top10-productos span { 
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 1rem
}
.top10-productos p:not(:last-of-type) { 
  margin-bottom: 1rem;
}

.other-products ul { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0px;
}
.other-products li { 
  margin: 5px 0px 5px 0px;
  background-color: #ffffff;
  border-radius: 10px;
  margin-right: 1%;
  float: left;
  display: flex;
}
@media (max-width: 768px) { 
  .other-products li {
   width: 99%;
  }
}
@media (min-width: 768px) { 
  .other-products li {
   width: 500px;
  }
}
.other-products img { 
  border-radius: 10px;
  margin-right: 10px;
}
.other-products li div { 
  padding-right: 10px;
}
.other-products li a {
  display: flex;
}
.other-products li a span {
  align-content: center;
}

.product-item, .product-prime { 
  border: solid #037082;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.product-item .ranking { 
  background-color: #c45500; 
  height: 25px; 
  float: left;
}
.product-item .ranking .number { 
  color: #fff; 
  font-size: 14px; 
  line-height: 25px; 
  padding: 0 8px;
}
.product-item .corner { 
  margin-bottom: 0; 
  color: #c45500; 
  border-right: 10px solid transparent; 
  border-top: 25px solid; 
  height: 0; 
  width: 0; 
  float: left;
}
@media (min-width: 768px) { 
  .product-item .description {
   display: flex;
  }
}
.product-item .description img { 
  max-width: 300px;
  max-height: 200px;
}
.product-item .description .right { 
  padding: 0px 0px 0px 15px;
}
.product-item .description .right .rating { 
}
.product-item .description .right .rating .text { 
  float: left;
  margin-top: 12px;
  margin-right: 5px;
}
.product-item .description .right .clients-rating { 
  padding-top: 11px;
  padding-left: 10px;
}
.product-item .description .right .clients-rating span { 
  font-size: 0.9rem;
  font-weight: bold;
  margin-left: 10px;
}
.product-item .description .right .clients-rating-number { 
  margin-left: 4px !important;
  font-weight: unset !important;
  font-family: sans-serif;
}
.product-item .price {
  margin-top: 20px;
}
.product-item .price span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #BF0019;
}
.product-item .description .right h3 {
  padding-top: 0px !important;
}
@media (min-width: 992px) {
  .product-item .description .right h3 {
  margin-top: 0px !important;
  }
}

.product-item .button-buy { 
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-item .button-buy a, .product-prime .button-buy { 
  font-weight: bold; 
  border-radius: 1.25rem; 
  line-height: 1rem; 
  padding: 0.75rem 1.5rem; 
  border: 1px solid transparent; 
  transition: none !important; 
  margin-bottom: 0; 
  border-color: #FFCF0F; 
  background-color: #FFCF0F; 
  color: rgba(0, 0, 0, 0.9); 
}
.product-item .pros-contras { 
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-item .pros-contras .pros, .product-item .pros-contras .contras { 
  margin-bottom: 20px;
}
@media (max-width: 992px) { 
  .product-item .pros-contras .pros, .product-item .pros-contras .contras {
   width: 100%;
  }
}
@media (min-width: 992px) { 
  .product-item .pros-contras .pros, .product-item .pros-contras .contras {
   width: 50%;
  }
}
.product-item .pros-contras img { 
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 4px;
}
.product-item ul {
  font-size: 1rem;
}

.product-prime { 
  max-width: 560px;
  margin: 40px auto 40px auto;
  background-color: #232F3E;
  color: white;
}
.product-prime .button-buy {
   max-width: 410px;
   text-align: center;
   margin: auto;
}

.chakra-progress { 
  position: relative;
  vertical-align: middle;
  font-size: 50px;
  width: 50px;
  float: left;
}
.chakra-progress svg {
  width: 50px;
  height: 50px;
  display: block;
}
.chakra-progress .circle-back { 
  fill: transparent;
  stroke: #edebe9;
}
.chakra-progress .circle-front { 
  fill: transparent;
  stroke: #2bbe00;
  transform-box: fill-box;
  transform-origin: center;
  transform: rotate(-90deg);
  transition: stroke-dashoffset 1s ease-in-out;
}
.chakra-progress .percentage { 
  font-size: 0.32em;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
}

.footer-text {  
  margin-top: 20px;
  font-size: 0.7rem;
}
.cookies { 
  text-align: center; 
  margin-top: 30px;
  font-size: 0.8rem;
}

#avisoCookieWrapp { 
  left: 0;
  top: 50px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  display: none;
}
#avisoCookieWrapp .dumbBoxCookies {
  max-width: 750px;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  padding: 24px;
  border-radius: 5px;
  background-color: #fff;
  display: block;
}
#avisoCookieWrapp .dumbBoxCookies h2 {
  font-size: 1.75em;
  line-height: 1.08em;
  font-weight: 400;
  color: #037082;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 700;
}
#avisoCookieWrapp .dumbBoxCookies div.main {
  margin-bottom: 40px;
}
#avisoCookieWrapp .dumbBoxCookies p {
  font-size: 1em;
  font-weight: 400;
  width: 100%;
  margin: 0 0 18px 0;
  padding: 0;
  float: none;
  color: #888;
  line-height: 1.5em;
  height: auto;
}
#avisoCookieWrapp .dumbBoxCookies a {
  text-decoration: none;
  color: #1e7d9f;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
#avisoCookieWrapp .dumbBoxCookies div.cookieButtons {
  width: 250px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
#avisoCookieWrapp .dumbBoxCookies div.cookieButtons a.cookieButConf {
  display: block;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
  float: left;
  background-color: #eee;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  color: #037082;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}
#avisoCookieWrapp .dumbBoxCookies div.cookieButtons a.cookieButAcc {
  display: block;
  width: 120px;
  height: 40px;
  box-sizing: border-box;
  float: right;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #037082;
  border-radius: 5px;
}
#avisoCookieWrapp .overlay {
  background-color: rgba(0, 0, 0, .8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#gestionCookies {  
  left: 0;
  top: 50px;
  position: absolute;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  display: none;
}
#gestionCookies .overlay {
  background: rgba(0,0,0,.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
#gestionCookies .dumbBoxCookies {
  max-width: 750px;
  position: relative;
  z-index: 20;
  margin: 0 auto;
  border-radius: 10px;
  background-color: #fff;
}
#gestionCookies .dumbBoxCookies .modalHeader {
  padding: 15px 30px 0px 30px;
}
#gestionCookies .dumbBoxCookies .modalHeader h3 {
  font-size: 1.3125em;
  line-height: 1.23em;
  font-weight: 700;
  color: #037082;
  text-align: center;
  padding-bottom: 30px;
}
#gestionCookies .dumbBoxCookies .modalHeader p {
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 400;
  color: #037082;
  text-align: center;
  padding: 20px 0;
}
#gestionCookies div.asButtons {
  float: right;
  overflow: hidden;
  margin: 5px;
  display: flex;
}
#gestionCookies div.asButtons .cookieAll {
  float: left;
  background-color: #1b870b;
}
#gestionCookies div.asButtons .cookieNone {
  float: right;
  background-color: #9c1a1a;
  margin-left: 10px;
}
#gestionCookies div.asButtons .butAS {
  opacity: .3;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: .875em;
  margin: 5px;
  display: inline-block;
}
#gestionCookies div.asButtons .current {
  opacity: 1;
}
#gestionCookies a.cookies-popup-close, #avisoCookieWrapp a.cookies-popup-close {
  opacity: .5;
  font-size: 35px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  transition: .5s;
  cursor: pointer;
  float: right;
}
#gestionCookies div.cookies-popup-title {
  padding: 10px 20px 0;
}
#gestionCookies .dumbBoxCookies .modalActions {
  padding: 20px 10px;
  border-top: 2px solid #037082;
}
#gestionCookies .serviceHeader {
  position: relative;
}
#gestionCookies .serviceHeader label {
  background-color: #037082;
  font-size: .9375em;
  font-weight: 700;
  color: #fff;
  padding: 8px 30px;
  display: inline-block;
  cursor: pointer;
}
#gestionCookies .serviceHeader .serviceInfo {
  background-color: #037082;
  padding: 15px 30px;
  font-size: .8125em;
  line-height: 1.2em;
  font-weight: 400;
  color: #fff;
  width: 70%;
  position: absolute;
  display: none;
}
#gestionCookies .serviceHeader label.current+.serviceInfo {
  display: block;
}
#gestionCookies .serviceWrapp {
  margin-bottom: 20px;
}
#gestionCookies .service {
  background-color: rgba(51,51,51,.1);
  overflow: hidden;
  padding: 20px;
  border-left: 5px solid #9c1a1a;
}
#gestionCookies .service:hover {
  background-color: rgba(51,51,51,.2);
}
#gestionCookies .service .serviceName {
  float: left;
}
#gestionCookies .service .serviceName h3 {
  font-size: 1.125em;
  color: #037082;
  font-weight: 400;
  margin-bottom: 15px;
}
#gestionCookies .service .serviceName a {
  font-size: .8125em;
  color: #424242;
  font-weight: 700;
  text-decoration: none;
}
#gestionCookies .service .serviceName a:hover {
  text-decoration: underline;
}
#gestionCookies .currentService {
  border-left: 5px solid #1b870b;
}
#gestionCookies #butSCWrapp {
  padding: 0 30px;
  overflow: hidden;
}
#gestionCookies #butSCWrapp a {
  display: block;
  width: 150px;
  height: 40px;
  box-sizing: border-box;
  float: right;
  font-size: 18px;
  line-height: 38px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #037082;
  border-radius: 5px;
  cursor: pointer;
}
#gestionCookies #butSCWrapp a:hover {
  background-color: #565656;
}

figcaption {
  caption-side: bottom;
  color: #666;
  font-size: 0.7rem;
  line-height: 1.42;
  margin: 0;
  padding: 30px 5px 5px;;
  text-align: left;
}
.wp-element-caption, figcaption, figure figcaption+.sub-caption {
  border-bottom: 1px solid
}

ol,
ul {
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;h
}

.top10-productos a {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

.top10-productos table {
  caption-side: bottom;
  border-collapse: collapse;
}
.top10-productos th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.top10-productos thead,
.top10-productos tbody,
.top10-productos tfoot,
.top10-productos tr,
.top10-productos td,
.top10-productos th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

.top10-productos button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

.calendar--month-nav-button, .button, .header-button, .toggle-sidebar-button {
  -webkit-appearance: button;
  border: unset;
  padding: unset;
  display: block;
  font: unset;
  color: initial;
  cursor: pointer;
  background-color: unset;
  margin: 0;
}
.calendar--month-nav-button:not(:disabled), .button:not(:disabled), .header-button:not(:disabled), .toggle-sidebar-button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-display: auto;
  font-family: "sek-pro-icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sek-pro-icons.eot?1707739571916");
  src: url("../fonts/sek-pro-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/sek-pro-icons.woff2?1707739571916") format("woff2"), url("../fonts/sek-pro-icons.woff?1707739571916") format("woff"), url("../fonts/sek-pro-icons.ttf?1707739571916") format("truetype"), url("../fonts/sek-pro-icons.svg?1707739571916#sek-icons") format("svg");
}
[class=pro], [class^=pro-], [class*=" pro-"] {
  display: inline-block;
  font-family: "sek-pro-icons" !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.pro-chevron-up-icon:before {
  content: "\e00b";
}

.top10-productos h6, .top10-productos h5, .top10-productos h4, .top10-productos h3, .top10-productos h2, .top10-productos h1 { 
  color: #000000;
  font-weight: 500;
  line-height: 1.25;
  font-weight: bold;
}
.page h6, .page h5, .page h4, .page h3, .page h2, .page h1 {
  padding-top: 10px;
}

.top10-productos h3 {
  font-size: 20px;
}
.top10-productos h4 {
  font-size: 1.375rem;
}
.top10-productos h5 {
  font-size: 16px;
}
.top10-productos h6 {
  font-size: 14px;
}

.top10-productos p {
  font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
  letter-spacing: 0;
}

.overlay {
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1.25rem;
}
@media (min-width: 768px) {
  .container {
  padding: 0 5rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-right: -10px;
  margin-left: -10px;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 20px;
}

.header {
  background: radial-gradient(#058294, #037082);
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 500;
  height: 60px;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .header {
  height: 80px;
  padding-right: 1.5rem;
  }
}

.header-left {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 3;
  gap: unset;
  text-align: center;
}
.header-left .h1 {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .header-left .h1 {
    padding-left: 10px;
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .header-left .h1 {
    color: #FFFFFF;
    font-size: 1.8rem !important;
    padding-left: 20px;
    padding-top: 10px;
  }
}
@media (min-width: 500px) {
  .header-left .h1 {
    font-size: 1.2rem;
  }
}

.header-right {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  justify-content: flex-end;
  position: relative;
}
.header-right .action {
  position: initial;
}
@media (min-width: 576px) {
  .header-right .action {
  position: relative;
  }
}

.toggle-sidebar {
  height: 100%;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .toggle-sidebar {
  width: 70px;
  }
}

.toggle-sidebar-button {
  background: #FFCF0F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 30px !important;
  height: 32px;
  width: 42px;
}
@media (min-width: 768px) {
  .toggle-sidebar-button {
  height: 38px;
  width: 50px;
  }
}
.toggle-sidebar-button svg {
  width: 15px;
}
@media (min-width: 768px) {
  .toggle-sidebar-button svg {
  width: 18px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}

.top10-logo {
  display: none;
  height: 65px;
}
@media (min-width: 768px) {
  .top10-logo {
  display: inline-block;
  }
}
@media (min-width: 768px) {
  .top10-logo-sm {
  display: none;
  }
}

.header-button {
  border-radius: 6px !important;
  padding: 0.75rem 0.75rem;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header-button:hover, .header-button.active {
  background-color: rgba(0, 0, 0, 0.1);
}

.header-button-icon {
  color: #FFFFFF;
  font-size: 1.5rem;
}

.header-button.active + div {
  top: calc(100% + 1.25rem);
  right: 0;
  visibility: visible;
  opacity: 1;
}

.sidebar {
  background-color: #ffffff;
  position: fixed;
  transform: translateX(-100%);
  width: 100%;
  top: 60px;
  height: calc(100vh - 80px);
  transition: width 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 20;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) { 
  .sidebar {
  transform: translateX(0);
  top: 80px;
  width: 70px;
  }
}
.sidebar-expanded {
  transform: translateX(0);
}
@media (min-width: 768px) {
  .sidebar-expanded {
  width: 313px;
  box-shadow: 10px 8px 14px 0 rgba(0, 0, 0, 0.03);
  }
}
.sidebar-nav {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sidebar-nav {
  width: 313px;
  }
}
.sidebar-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #000000;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-user-select: none;
   -moz-user-select: none;
      user-select: none;
  justify-content: flex-start;
  padding: 0.7rem 1.3rem;
}
.sidebar-nav-link:hover {
  background-color: rgba(107, 118, 130, 0.12);
}
.sidebar-nav-submenu {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.5rem 2rem 1.5rem calc(2rem + 1rem);
  background-color: #F3F3F3;
}
[data-status=opened] .sidebar-nav-submenu {
  display: flex;
}
[data-status=closed] .sidebar-nav-submenu {
  display: none;
}
.sidebar-nav-sublink {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
}
.sidebar-nav-icon {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.active .sidebar-nav-icon img {
  filter: invert(69%) sepia(78%) saturate(1241%) hue-rotate(19deg) brightness(101%) contrast(98%);
}
.sidebar-nav-icon img {
  width: auto;
  height: 100%;
}
.sidebar-nav-item-label {
  flex-grow: 0;
  flex-shrink: 1;
  opacity: 0;
  font-weight: 500;
  text-wrap: nowrap;
  display: none;
}
.sidebar-expanded .sidebar-nav-item-label {
  opacity: 1;
  display: block;
}
.active .sidebar-nav-item-label {
  font-weight: 600;
}
.sidebar-nav-chevron {
  margin-left: auto;
  display: none;
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sidebar-expanded .sidebar-nav-chevron {
  display: block;
}
[data-status=opened] .sidebar-nav-chevron {
  transform: rotate(0);
}
[data-status=closed] .sidebar-nav-chevron {
  transform: rotate(180deg);
}
.layer-close {
  position: fixed;
  height: 100%;
  top: 80px;
  width: calc(100% - 88px);
  background-color: transparent;
  cursor: pointer;
  transform: translateX(88px);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  visibility: hidden;
  z-index: 10;
}
.sidebar-expanded + .layer-close {
  transform: translateX(313px);
  width: calc(100% - 313px);
  height: calc(100% - 80px);
  pointer-events: all;
  visibility: visible;
}