@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,200;1,400;1,700;1,900&display=swap);
html {
  height: 100vh;
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 62.5%;
  scrollbar-width: thin;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smooth: auto;
  scroll-behavior: smooth;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
  text-shadow: 0.1rem 0.1rem 1rem rgba(0, 0, 0, 0.1);
}

body {
  height: 100%;
  width: 100%;
}

html,
body {
  background-color: #fff;
}

ul,
li,
input,
div,
a,
span,
small,
button,
svg {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

form {
  display: block;
  height: 100%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px #545454;
}

.page_content {
  position: absolute;
  top: 68px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
@media only screen and (max-width: 37.5em) {
  .page_content {
    display: none;
  }
}
.page_content__aside, .page_content__main {
  display: inline-block;
  padding: 8px;
}
.page_content__aside {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: left 0.4s ease-in-out;
}
@media only screen and (max-width: 37.5em) {
  .page_content__aside {
    width: 100%;
    left: -150%;
    padding: 8px;
  }
}
.page_content__main {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: left 0.4s ease-in-out;
  overflow: hidden;
}
@media only screen and (min-width: 37.5em) {
  .page_content__main {
    top: 50%;
    max-width: 45rem;
    min-width: 45rem;
    max-height: 85rem;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    height: 90%;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 1px 1px 10px rgba(0, 0, 255, 0.2);
  }
}
@media only screen and (max-width: 62.5em) {
  .page_content__main {
    left: 0;
    overflow: hidden;
  }
}

.page_content-mobile {
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 37.5em) {
  .page_content-mobile {
    height: calc(var(--vh, 1vh) * 100);
  }
}

@media only screen and (min-width: 37.5em) {
  .toLogin .page_header,
.toLogin .page_content {
    display: none;
  }

  .toLogin .page_content-mobile {
    display: block;
  }

  .toLogin .page_content__main {
    background-size: cover;
    left: 0;
  }

  .toLogin .login {
    width: 45rem;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    box-shadow: 1px 1px 10px rgba(37, 61, 255, 0.3);
    border-radius: 10px;
  }
}
path,
svg {
  pointer-events: none;
}

.t-h1 {
  font-size: 3.5rem;
}

.t-h2 {
  font-size: 3.2rem;
}

.t-h3 {
  font-size: 2.9rem;
}

.t-h4 {
  font-size: 2.6rem;
}

.t-h5 {
  font-size: 2.3rem;
}

.t-h6 {
  font-size: 2rem;
}

.t-paragraph {
  font-size: 1.6rem;
  color: #454545;
  line-height: 1.2;
}

.t-paragraph.bold {
  font-weight: 600;
}

.t-small {
  font-size: 1.3rem;
  color: #454545;
}

.t-h1, .t-h2, .t-h3, .t-h4, .t-h5, .t-h6 {
  font-weight: 400;
  color: #000;
}

.t-h1.bold, .t-h2.bold, .t-h3.bold, .t-h4.bold, .t-h5.bold, .t-h6.bold {
  font-weight: 600;
  color: #000;
}

.login {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  overflow: hidden;
}

._login-header {
  position: absolute;
  top: -10rem;
  right: 0;
  left: 50%;
  height: 30rem;
  border-radius: 50%;
  width: 130%;
  background-color: #FE3E3F;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateX(-50%);
}
._login-header__logo {
  width: 100px;
  height: 125px;
  border-radius: 50%;
  overflow: hidden;
  transform: translateY(-10%);
}
._login-header__img {
  display: block;
  width: 100%;
  height: auto;
}

._login-wellcome {
  font-size: 3rem;
  font-weight: 400;
  margin-top: 22rem;
  text-align: center;
}

._login-paragraph {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
}

.error-login {
  color: red;
  font-size: 1.6rem;
  display: none;
}

._login-inputG {
  width: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(192, 92, 93, 0.15);
  border: 1px solid #fe3e3f;
  border-radius: 2.5rem;
  margin: 1rem;
  padding: 0 1rem;
}
._login-inputG__svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  fill: #636b6f;
  margin: 0 5px;
}
._login-inputG__svg._3x {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
._login-inputG input {
  border: none;
  box-shadow: none;
  background-color: transparent;
  padding: 1.4rem 0;
  font-size: 2rem;
  color: #454545;
}
._login-inputG input:focus {
  outline: none;
}

._login-buttonG {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FE3E3F;
  color: #fff;
  border: 1px solid #fe3e3f;
  border-radius: 2.5rem;
  margin: 1rem;
  padding: 0 1rem;
}
._login-buttonG__svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
._login-buttonG button {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  color: currentColor;
  padding: 1rem 1.5rem;
}
._login-buttonG button:focus {
  outline: none;
}

.loader-svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #FE3E3F;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s 0.1s ease;
}
.loader-svg svg {
  display: inline-block;
  width: 10rem;
  height: 10rem;
}
.loader-svg.open {
  opacity: 1;
  visibility: visible;
}
.loader-svg h4 {
  font-size: 3rem;
  color: #fff;
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(10rem);
  }
  80% {
    transform: translateX(-1rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes startOpacity {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  20% {
    transform: rotateY(0deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes startOpacity {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  20% {
    transform: rotateY(0deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes moveInTop {
  0% {
    opacity: 0;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  80% {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -52%);
  }
  100% {
    opacity: 1;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@keyframes moveInTop {
  0% {
    opacity: 0;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  80% {
    top: 5%;
    left: 50%;
    transform: translate(-50%, -52%);
  }
  100% {
    opacity: 1;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@-webkit-keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  80% {
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  80% {
    transform: translateY(2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
._animated-easy-out--top {
  -webkit-animation-name: moveInBottom;
          animation-name: moveInBottom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

._animated-easy-out--bottom {
  -webkit-animation-name: moveInTop;
          animation-name: moveInTop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

._animated-easy-out--right {
  -webkit-animation-name: moveInRight;
          animation-name: moveInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

._animated-easy-out--left {
  -webkit-animation-name: moveInLeft;
          animation-name: moveInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.login-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media only screen and (min-width: 37.5em) {
  .login-group {
    top: 58%;
  }
}

._login-form {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 5rem;
  transition: all 0.2s 0.1s;
  white-space: nowrap;
}

#null-pass2 {
  display: none;
}

.content {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 6rem;
  left: 0;
  overflow: hidden;
  background-color: #F5FEFF;
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
}

._dashboard-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 5rem;
  background-color: #FE3E3F;
  color: #fff;
}
._dashboard-header__title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
._dashboard-header__statuson {
  background-color: #29c88f;
  border: 1px solid #fff;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
._dashboard-header__statusoff {
  background-color: #c82f32;
  border: 1px solid #fff;
  color: #fff;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
._dashboard-header__paragraph {
  font-size: 1.4rem;
  font-weight: 300;
}
._dashboard-header__clock {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 3px;
}

._dashboard-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
._dashboard-main__localization {
  display: flex;
  align-items: center;
  font-size: 2rem;
  flex-wrap: wrap;
}
._dashboard-main__svg {
  width: 3rem;
  height: 3rem;
  display: inline-block;
}
._dashboard-main__location2, ._dashboard-main__location {
  margin: 1rem;
  font-size: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 25rem;
}
._dashboard-main__register {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
  margin-top: -1.5rem;
}

.buttonG {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FE3E3F;
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 2.5rem;
  margin: 1rem;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
}
.buttonG.register {
  background-color: #29c88f;
}
.buttonG__svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}
.buttonG button {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  font-weight: 300;
  color: currentColor;
  padding: 1rem 5px;
}
.buttonG button:focus {
  outline: none;
}
.buttonG button:disabled {
  cursor: not-allowed;
}
.buttonG.disabled {
  background-color: #cecece;
  cursor: not-allowed;
}

.time-line {
  width: 100%;
  overflow: hidden;
}
.time-line article {
  height: 100%;
  overflow: auto;
}
.time-line .time-line-list {
  margin: 0 15px;
  position: relative;
  padding: 0 1.5rem;
  overflow: auto;
  min-height: 320px;
  height: 100%;
}
.time-line .time-line-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding-bottom: 15px;
  position: relative;
  z-index: 3;
}
.time-line .time-line-list__item::before {
  content: "";
  position: absolute;
  left: 8px;
  width: 8px;
  height: 100%;
  background-color: #cecece;
  top: 0;
  z-index: -1;
}
.time-line .time-line-list__item--log {
  flex-basis: 230px;
  margin-left: 3.5rem;
  overflow: hidden;
}
.time-line .time-line-list__item--log::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  background-color: #29c88f;
  left: 0;
  top: 5px;
  border-radius: 50%;
  z-index: -1;
}
.time-line .time-line-list__item--log h2 {
  font-size: 2rem;
  font-weight: 300;
  color: #454545;
}
.time-line .time-line-list__item--log p {
  font-size: 1.4rem;
  font-weight: 300;
  margin-left: 5px;
  color: #454545;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.time-line .time-line-list__item h4 {
  flex-basis: calc(100% - 230px);
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 300;
  color: #454545;
}
.time-line .time-line-list__item h4 span {
  font-size: 1.2rem;
  line-height: 0;
}

._home-section {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  border-bottom: 2px solid rgba(41, 200, 143, 0.5);
  padding-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
._home-section__radio {
  flex: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 5px;
  cursor: pointer;
}
._home-section__radio input {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
._home-section__radio span {
  background-color: transparent;
  border: 1px solid #29c88f;
  padding: 5px 1rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  pointer-events: none;
  box-shadow: 0 6px 10px 0 rgba(41, 200, 143, 0.2);
}
._home-section__radio input:checked + span {
  background-color: #29c88f;
  box-shadow: 0 6px 10px 0 rgba(41, 200, 143, 0.2);
  border: 2px solid #ffffff;
  color: #fff;
  font-weight: 700;
  -webkit-animation: pureScaleFilter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: pureScaleFilter 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#status {
  left: 31%;
  margin-bottom: 1rem;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 37.5em) {
  #status {
    left: 27%;
  }
}

@-webkit-keyframes pureScaleFilter {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pureScaleFilter {
  0% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.container-menu-mobile {
  display: block;
  max-width: 45rem;
  min-width: 45rem;
  height: 6rem;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media only screen and (max-width: 37.5em) {
  .container-menu-mobile {
    position: fixed;
    max-width: 45rem;
    min-width: 45rem;
    bottom: 0;
    bottom: 0;
    z-index: 200;
  }
}

.icon {
  width: 2.6em;
  height: 2.6em;
  stroke: white;
  fill: transparent;
  stroke-width: 1pt;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
}

.menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #FE3E3F;
  list-style: none;
  padding: 0 3rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.menu__item {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 100;
  will-change: transform;
}
.menu__item::before {
  content: "";
  z-index: -1;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition: background-color 0.7s, transform 0.7s;
}
.menu__item.active {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
  transition: transform 0.3s, 0.3s, opacity 0.2s;
}
.menu__item.active::before {
  transform: scale(1.2);
  background-color: #fff;
}
@media only screen and (min-width: 37.5em) {
  .menu__item::after {
    content: "";
    z-index: -1;
    width: 5.2rem;
    height: 4.2rem;
    border-radius: 50%;
    position: absolute;
    transform: scale(0);
    transition: background-color 0.7s, transform 0.7s;
  }
  .menu__item.active::after {
    transform: scale(1.8);
    background-color: #FE3E3F;
    z-index: -2;
  }
}
.menu__item.active .icon {
  animation: strok 1.5s reverse;
  stroke: #858585;
}
.menu__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__border {
  left: 0;
  bottom: 99%;
  width: 10.9em;
  height: 2.4em;
  position: absolute;
  -webkit-clip-path: url(#menu);
          clip-path: url(#menu);
  will-change: transform;
  background-color: #FE3E3F;
  opacity: 0;
  transition: transform 0.3s, 0.3s;
  transform: translate3d(8px, 20px, 0);
}
@media only screen and (min-width: 37.5em) {
  .menu__border {
    display: none;
  }
}

.svg-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
}

@-webkit-keyframes strok {
  100% {
    stroke-dashoffset: 400;
  }
}

@keyframes strok {
  100% {
    stroke-dashoffset: 400;
  }
}
.page-login .container-menu-mobile {
  display: none;
}

.tab-content {
  display: block;
  height: 5.5rem;
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  -moz-appearance: none !important;
  scrollbar-width: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1rem 0;
}
.tab-list__item {
  position: relative;
  font-family: inherit;
  font-weight: 500;
  flex-basis: 31%;
  min-width: 31%;
  margin: 5px;
  font-size: 1.5rem;
  letter-spacing: 2px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  will-change: box-shadow, transform;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: background-color 0.2s 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.tab-list__item sup {
  color: #fe3e3f;
}
.tab-list__line {
  position: absolute;
  width: 30%;
  height: 2px;
  bottom: 5px;
  left: 5px;
  background-color: #fe3e3f;
  transition: 0.5s cubic-bezier(0.17, 0.67, 0.17, 1.33);
  z-index: 2;
}

.tab-container {
  position: absolute;
  top: 5.5rem;
  right: 0;
  left: 0;
  bottom: 1rem;
  padding: 1rem;
  overflow: auto;
}

.tab-display {
  list-style: none;
}
.tab-display__item {
  position: relative;
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.3rem;
  padding: 5px 2rem;
  box-shadow: 0 2px 1rem rgba(0, 69, 107, 0.1);
  border-radius: 5px;
  color: #454545;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  overflow: auto;
}
.tab-display__item.active {
  display: flex;
}

.article-display {
  margin: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article-display__day {
  font-size: 1.4rem;
  color: rgba(254, 62, 63, 0.7);
}
.article-display__header, .article-display__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.article-display__list {
  margin-bottom: 1rem;
}

.displayed {
  display: block;
  position: relative;
  height: 100%;
  list-style: none;
  overflow: hidden;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
  background-color: #fff;
  border-radius: 1rem;
}
.displayed__item {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  scrollbar-width: thin;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.displayed__item.active {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 1.3rem;
  padding: 2rem 2rem;
  border-radius: 5px;
  color: #454545;
}
.displayed__item--action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 4rem;
}
.displayed__action {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 4rem;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.overlay {
  position: fixed;
  background-color: transparent;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay p {
  color: #807d7d;
  font-size: 3rem;
  font-weight: bold;
}

body.open .overlay {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}
