:root {
    --whiteHover_Alyssa: #f8f8f8;
    --blueAlyssa : #204180;
    --blue_Alyssa : #204180;
    --blueHover_Alyssa : #24498d;
    --blueInactive_Alyssa : #18305fe6;
    --blueTrans_Alyssa : #204180e6;
    --orangeHover_Alyssa : #fd760f;
    --orange_Alyssa : #ff7000;
    --orangeInactive_Alyssa : #b85000;
    --orangeDisabled_Alyssa : #fbd6b9;
    --grayLight_Alyssa : #EFECEC;
    --grayLight_Alyssa_2 : #e1e1e1;
    --grayMiddle_Alyssa : #D1D1D1;
    --grayStrong_Alyssa : #6D6D6D;
    --grayMiddleStrong_Alyssa : #989898;
    --grayMoreStrong_Alyssa : #545353;
    --grayMarking_Alyssa : #4b4848;
    --grayMarkingHover_Alyssa : #4b484873;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav-main {
    transform: translateX(-100%); /* oculto en móviles */
  }

  .nav-main.active {
    transform: translateX(0); /* mostrar cuando tenga la clase 'active' */
  }

  .menu-toggle {
    display: block;
  }
  .content-profile.info-profile {
      gap: 0px;
   }
   .content-profile.info-profile .text-profile{
      font-size: 12px;
   }
   nav.profile {
      padding-left: 0px !important;
   }
   .profile .logo-and-menu {
      display: flex;
    }
    .sections-container {
        flex-direction: column !important;
        padding-bottom: 10px !important;
    }
    #self-management-module {
        margin-top: 30px;
        align-self: start;
    }
    ul.list-sections {
        flex-direction: column !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .nav-novelty div {
        font-size: 1.8vw !important;
    }
    .container-div {
        padding-left: 0px;
    }
}
.menu-toggle {
  font-size: 24px;
  z-index: 1100;
  background: none;
  border: none;
  color: #204180;
}

body {
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #204180;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.timer_schedulle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.8vh;
    height: 0.8vh;
    z-index: 500;
    display: flex;
    justify-content: right;
}
.timer_schedulle span {
    background-color: var(--orange_Alyssa);
    height: 0.8vh;
    display: flex;
    width: 0%;
    transition: all 15s;
    animation: width 15s;
    animation-fill-mode: forwards;
}
@keyframes width {
    100% {
        width: 100%;
    }
}
.container-div {
    height: 100vh;
    padding-top: 9vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.nav-main {
    display: inline-block;
    width: 12vw;
    min-width: 100px;
    background: white;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 498;
}
nav.profile {
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: white;
    height: 9vh;
    min-height: 3.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px #204180 solid;
    z-index: 499;
}
.profile a {
    text-decoration: none !important;
}
.content-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #204180;
    font-weight: 400;
}
.content-title {
    gap: 0.51rem;
    font-size: 1.2rem;
    font-weight: 700;
}
.text-logo {
    text-decoration: none !important;
}
.info-profile {
    font-size: 1.6rem;
    gap: 1.5rem;
}
.img-logo {
    background: url(../image/Produempak_Logo.png) no-repeat center/contain;
    width: 3rem;
    height: 3rem;
}
span.text-profile {
    text-align: center;
    font-size: 1rem;
    margin: 0;
}
span.icon-profile {
    height: 9vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.5rem;
    color: #204180;
}
span.icon-profile:hover {
    background-color: #e96e28;
    color: white;
    cursor: pointer;
}
section.sect-navbar {
    margin-top: 20vh;
}
ul.content-navbar {
    margin: 0;
    padding: 0;
    /* font-size: 2rem; */
    display: flex;
    list-style: none;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    gap: 0.5vw;
    margin-top: 1vh;
}
.content-navbar li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.content-navbar .logo-description-nav {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    user-select: none;
}

.content-navbar a:link,
.content-navbar a:active,
.content-navbar a:visited,
.content-navbar a:hover {
    text-decoration: none 
}

.logo-page {
    color: #204180;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 0.5vw;
    font-size: 1vw;
    word-wrap: break-word;
    height: 5vh;
    transition: all 0.5s;
    gap:0.2vw;
    list-style-type: none;
    text-decoration: none;
}
.logo-page .logo-section {
    font-size: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
}
.logo-page p {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 0;
    padding: 0;
}
.animate-logo-page {    
    animation: 0.3s desaparecer linear;
    transition: all 0.3s;
}
@keyframes desaparecer {
    0% {
        background-color: #ff7000;
    }
    100% {
        background-color: transparent;
    }
}
.logo-description-nav:hover .logo-page {
    background-color: #ff7000;
    color: white;
    animation: 1s show ease-out;
    transition: all 1s;
}
@keyframes show {
    0% {
        background-color: white;
    }
    100% {
        background-color: #ff7000;
    }
}
.item-nav-active {    
    background-color: #ff7000;
    color: white;
    transition: 2s all;
}
.user-list {
    flex-direction: column;
    border-left: 0;
}
.user-list p {
    padding: 5px 10px;
    line-height: 3vh;
    transition: 0.5s all;
    cursor: pointer;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-list p:hover {
    background-color: #ff7000;
    transition: 1s all;
}
section.sect-errors {
    width: 12vw;
    position: absolute;
    bottom: 0;
    font-size: 1vw;
}
.content-errors {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
span.num-errors {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    background-color: #6D6D6D;
    color: white;
    padding: 0 0.2vw;
    height: 1.2vw;
    border-radius: 100px;
    margin-left: 1.3vw;
}
.content-errors svg {
    font-size: 4vw;
    color: #989898;
}
.sect-errors p {
    color: #6D6D6D;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

/* --- Errors --- */

.container-message {
    position: fixed;
    top: 9vh;
    width: 40%;
    background-color: #ff7000;
    border-right: 12px white solid;
    border-bottom: 0.8vh white solid;
    color: white;
    padding: 0.5rem 2rem 1.5vw;
    height: 13vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    user-select: none;
    z-index: 500;
}

.container-errors {
    position: fixed;
    display: flex;
    top: 9vh;
    bottom: 0;
    right: 0;
    width: 23%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #ffffffcc;
    user-select: none;
    z-index: 500;
}
section.errors-container {
    background-color: #ff7000;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 9vh;
    color: white;
}
section.list-errors {
    padding: 1rem 0;
    overflow: auto;
    display: flex;
    gap: 1rem;
    user-select: text;
    flex-direction: column;
    flex-wrap: nowrap;
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-color: #404040 white;   /* scroll thumb and track */
}
section.list-errors::-webkit-scrollbar {
    width: 0.7rem;
  }  
section.list-errors::-webkit-scrollbar-track {
    background-color: #D1D1D1;
}  
section.list-errors::-webkit-scrollbar-thumb {
    background-color: #404040;
    border: 3px solid #D1D1D1;
}

article.article-error {
    background-color: #D1D1D1;
    color: #404040;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.2rem 0.5rem;
    position: relative;
    overflow-wrap: break-word;
}
article.article-error p {
    margin: 0;
}
.delete_Error {
    position: absolute;
    right: 3%;
    font-weight: bolder;
}
.delete_Error:hover {
    cursor: pointer;
}
.list-errors_Title {
    width: 94%;
}
.message-h4 {
    font-size: 1.2rem;
    font-weight: 450;
    margin: 0;
}
span.icon-message {
    font-size: 2.5rem;
}
.time_date {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    font-size: 1vw;
}
.time_date span {    
    padding: 0 2vw;
}
span.time-duration {
    background-color: white;
    color: var(--blueAlyssa);
}
span.date-got {
    color: white;
    background-color: var(--blueAlyssa);
}
.errors-exist svg, .errors-exist p{
    color: #ff7000 !important;
}
.errors-exist span {
    background-color: #204180 !important
}

.title-errors {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1vw;
}
b.close-article {
    padding: 0 .5vw;
    user-select: none;
}
b.close-article:hover {
    cursor: pointer;
    font-weight: 600;
}
.container-load {
    display: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fffffff7;
    z-index: 1000;
    flex-direction: column;
}
.container-load section {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin-top: 9vh;
}
span#closeLoad {
    position: absolute;
    top: 13vh;
    right: 14vh;
    font-size: 2.5vw;
}
span#closeLoad:hover{
    cursor: pointer;
}
span.circle {
    background-color: #204180;
    border-radius: 100px;
    padding: 1.4rem 2rem;
    margin: 0 2rem;
    position: relative;
    top: 25vh;
    animation-name: load_wait;
    animation-duration: 2.5s;
    animation-timing-function: cubic-bezier(0.21, 0.51, 0.38, 1.01);
    animation-iteration-count: infinite;
    transition: all 1s;
}

span.circle-1 { left:0; animation-delay: 0s;}
span.circle-2 { left:0; right: 0; animation-delay: 1s;}
span.circle-3 { right:0; animation-delay: 2s;}
@keyframes load_wait {
    0% {
        top: 25vh;
    }
    50% {
        top: -25vh;
        margin: 0%;
    }    
    100% {
        top: 25vh;
    }
}
.loading {
    position: absolute;
    top: 0;
    margin-top: 14vh;
    font-size: 1.5vw;
    font-weight: 600;
}
span.point {
    display: initial;
    animation-name: show_points;
    animation-timing-function: ease-in;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    transition: all 1s;
}
span.point-1 {animation-delay: 0s;}
span.point-2 {animation-delay: 1s;}
span.point-3 {animation-delay: 2s;}
@keyframes show_points {
    40% {
        opacity: 0;
    }
}
.timer-wait {
    position: absolute;
    top: 0;
    margin-top: 19vh;
    font-size: 1.5vw;
    font-weight: 600;
}

.doubleClick {
    top: 20px;
    color: #ff7000;
}