@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,900&display=swap");
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  z-index: 10;
}

nav li {
  list-style: none;
  font-size: 19px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

nav li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: 10px;
  font-weight: 400;
}

nav li svg {
  width: 25px;
}

nav li:hover {
  cursor: pointer;
  color: #e4e2e2;
}

nav .titlenav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
  height: 20%;
  text-align: center;
  font-weight: 900;
}

nav .titlenav h1 {
  cursor: pointer;
  font-family: "Roboto", sans-serif;
}

nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  height: 50%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

nav .list li {
  margin-bottom: 30px;
}

nav .settings {
  width: 80%;
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#form-input-project {
  font-family: "Roboto", sans-serif;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 15px;
  height: 25%;
  margin-bottom: 25px;
}

#form-input-project label {
  margin: 5px;
}

#form-input-project input {
  margin: 5px;
}

#form-input-project #submit-name-project {
  background-color: #aed6f1;
  color: white;
  border: none;
  padding: 5px;
  border-radius: 4px;
  cursor: pointer;
}

#settings-options {
  display: none;
  height: 100%;
  width: 100%;
}

#night-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  height: 50%;
  margin-top: 10px;
}

#night-mode span {
  margin-left: 4px;
  font-family: "Roboto", sans-serif;
}

#night-mode svg {
  cursor: pointer;
  margin-left: 4px;
}

#lag-en {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

#lag-en span {
  font-family: "Roboto", sans-serif;
  margin-left: 4px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
          box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto", sans-serif;
  background-color: rgba(250, 252, 252, 0.4);
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.content #homePage {
  display: block;
  height: 100%;
  width: 100%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.content .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95%;
  height: 10%;
}

.content .header ul {
  margin: 10px;
  cursor: pointer;
}

.content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10%;
}

.content .title #projects {
  font-size: 18px;
  width: 15%;
  font-weight: 300;
  margin-right: auto;
  margin-left: 15px;
}

.content .title select {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 10%;
  margin-right: 20px;
  background-color: rgba(174, 214, 241, 0.1);
  border-radius: 10px;
  padding: 6px;
  border: none;
}

.content .dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 91%;
}

.content .dashboard .card {
  background-color: rgba(174, 214, 241, 0.03);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  height: 77%;
  border-radius: 15px;
}

.content .dashboard .card .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.content .dashboard .card .top h2 {
  font-weight: 400;
  margin: 15px;
  font-size: 16px;
  width: 100%;
}

.content .dashboard .card .top .quantity {
  width: 10%;
  border-radius: 7px;
  background-color: rgba(174, 214, 241, 0.1);
  text-align: center;
}

.content .dashboard .card button {
  width: 80%;
  font-size: 24px;
  font-weight: 300;
  height: 30px;
  margin-bottom: 5px;
  background-color: rgba(174, 214, 241, 0.1);
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.content .dashboard .work {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: auto;
}

.content .dashboard .work #task {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 90%;
  background-color: white;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #fafcfc;
  margin: 10px;
  box-shadow: -1px 0px 22px -27px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 0px 22px -27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 0px 22px -27px rgba(0, 0, 0, 0.75);
}

.content .dashboard .work #task .titletask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px;
}

.content .dashboard .work #task .titletask h2 {
  font-weight: 400;
  font-size: 18px;
}

.content .dashboard .work #task .titletask svg {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.content .dashboard .work #task p {
  margin: 10px;
  width: 90%;
}

.content .dashboard .work #task #date {
  margin: 15px;
  margin-left: 5px;
}

.content .dashboard .work #task button {
  width: 50px;
  height: 30px;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.content #remove-project {
  background-color: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 5px;
  border: 1px solid rgba(255, 0, 0, 0.5);
  color: rgba(255, 0, 0, 0.5);
  margin-right: 20px;
  cursor: pointer;
}

/*
 * jsCalendar v1.4.4
 * 
 * 
 * MIT License
 * 
 * Copyright (c) 2019 Grammatopoulos Athanasios-Vasileios
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 * 
 */
/* Default Theme */
/* General style */
.jsCalendar * {
  margin: 0;
  padding: 0;
}

.jsCalendar table,
.jsCalendar table th,
.jsCalendar table td {
  border: 0;
}

/* Blue default */
.jsCalendar table {
  background-color: #FFFFFF;
  border-collapse: collapse;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  color: #000000;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 5px;
}

.jsCalendar thead .jsCalendar-title {
  height: 40px;
  line-height: 40px;
}

.jsCalendar thead .jsCalendar-title-left {
  float: left;
}

.jsCalendar thead .jsCalendar-title-right {
  float: right;
}

.jsCalendar thead .jsCalendar-nav-left,
.jsCalendar thead .jsCalendar-nav-right {
  border-radius: 10px;
  color: #999999;
  cursor: pointer;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  margin: 10px 8px;
  text-align: center;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  width: 20px;
}

.jsCalendar thead .jsCalendar-nav-left:hover,
.jsCalendar thead .jsCalendar-nav-right:hover {
  background-color: #E2E2E2;
  color: #000000;
}

.jsCalendar thead .jsCalendar-nav-left {
  float: left;
}

.jsCalendar thead .jsCalendar-nav-right {
  float: right;
}

.jsCalendar thead .jsCalendar-title-name {
  cursor: default;
  float: left;
  font-size: 18px;
  font-weight: lighter;
  padding: 0 20px;
}

.jsCalendar thead .jsCalendar-nav-left:after {
  content: "<";
}

.jsCalendar thead .jsCalendar-nav-right:after {
  content: ">";
}

.jsCalendar thead .jsCalendar-week-days th {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

.jsCalendar thead .jsCalendar-week-days th,
.jsCalendar tbody td {
  border-radius: 18px;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  font-weight: lighter;
  height: 36px;
  line-height: 36px;
  margin: 1px 2px;
  text-align: center;
  -webkit-transition: color 0.1s, background-color 0.2s;
  transition: color 0.1s, background-color 0.2s;
  width: 36px;
}

.jsCalendar tbody td:hover {
  background-color: #E6E6E6;
}

.jsCalendar tbody td.jsCalendar-selected {
  background-color: #FFFFFF;
  border: 2px solid #E6E6E6;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.jsCalendar tbody td.jsCalendar-current {
  background-color: #52C9FF;
  border-radius: 18px;
  color: #FFFFFF;
}

.jsCalendar tbody td.jsCalendar-previous,
.jsCalendar tbody td.jsCalendar-next {
  color: #CACACA;
}

.jsCalendar tbody td.jsCalendar-previous:hover,
.jsCalendar tbody td.jsCalendar-next:hover {
  color: #FFFFFF;
}

.jsCalendar thead {
  display: block;
  margin: 4px 4px 0 4px;
}

.jsCalendar tbody {
  display: block;
  margin: 0 4px 4px 4px;
}

.jsCalendar ::-moz-selection {
  background: #83D8FF;
}

.jsCalendar ::selection {
  background: #83D8FF;
}

/* Yellow */
.jsCalendar.yellow tbody td.jsCalendar-current {
  background-color: #FFE31B;
}

.jsCalendar.yellow ::-moz-selection {
  background: #FDE74C;
}

.jsCalendar.yellow ::selection {
  background: #FDE74C;
}

/* Orange */
.jsCalendar.orange tbody td.jsCalendar-current {
  background-color: #FFB400;
}

.jsCalendar.orange ::-moz-selection {
  background: #FFB400;
}

.jsCalendar.orange ::selection {
  background: #FFB400;
}

/* Red */
.jsCalendar.red tbody td.jsCalendar-current {
  background-color: #F6511D;
}

.jsCalendar.red ::-moz-selection {
  background: #F6511D;
}

.jsCalendar.red ::selection {
  background: #F6511D;
}

/* Green */
.jsCalendar.green tbody td.jsCalendar-current {
  background-color: #7FB800;
}

.jsCalendar.green ::-moz-selection {
  background: #7FB800;
}

.jsCalendar.green ::selection {
  background: #7FB800;
}

/* Material Theme */
/* Blue default */
.jsCalendar.material-theme table {
  border-radius: 0;
}

.jsCalendar.material-theme thead {
  background-color: #52C9FF;
  color: #FFFFFF;
  margin: 0;
  padding: 4px 4px 0 4px;
}

.jsCalendar.material-theme thead .jsCalendar-title {
  display: block;
  position: relative;
}

.jsCalendar.material-theme thead .jsCalendar-title-name {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  font-size: 16px;
  left: 15px;
  position: absolute;
  right: 15px;
  text-align: center;
}

.jsCalendar.material-theme thead .jsCalendar-title-left,
.jsCalendar.material-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1;
}

.jsCalendar.material-theme thead .jsCalendar-nav-left,
.jsCalendar.material-theme thead .jsCalendar-nav-right {
  color: #FFFFFF;
}

.jsCalendar.material-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme thead .jsCalendar-nav-right:hover {
  background-color: #03A9F4;
}

.jsCalendar.material-theme thead .jsCalendar-title-right {
  right: 0;
}

.jsCalendar.material-theme thead .jsCalendar-week-days th {
  font-size: 14px;
  text-shadow: none;
}

/* Yellow */
.jsCalendar.material-theme.yellow thead {
  background-color: #FFE31B;
}

.jsCalendar.material-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #E2CA23;
}

/* Orange */
.jsCalendar.material-theme.orange thead {
  background-color: #FFB400;
}

.jsCalendar.material-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #D49600;
}

/* Red */
.jsCalendar.material-theme.red thead {
  background-color: #F6511D;
}

.jsCalendar.material-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #BB3D16;
}

/* Green */
.jsCalendar.material-theme.green thead {
  background-color: #7FB800;
}

.jsCalendar.material-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.material-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000;
}

/* Classic Theme */
/* Blue default */
.jsCalendar.classic-theme table,
.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right,
.jsCalendar.classic-theme thead .jsCalendar-week-days th,
.jsCalendar.classic-theme tbody td,
.jsCalendar.classic-theme tbody td.jsCalendar-current {
  border-radius: 0;
}

.jsCalendar.classic-theme thead {
  background-color: #52C9FF;
  margin: 0;
  padding: 4px 4px 0 4px;
}

.jsCalendar.classic-theme thead .jsCalendar-title-row,
.jsCalendar.classic-theme thead .jsCalendar-title {
  display: block;
  width: 100%;
}

.jsCalendar.classic-theme thead .jsCalendar-title {
  position: relative;
}

.jsCalendar.classic-theme thead .jsCalendar-title-name {
  color: #FFFFFF;
  font-size: 16px;
  left: 41px;
  position: absolute;
  right: 41px;
  text-align: center;
  text-shadow: none;
}

.jsCalendar.classic-theme thead .jsCalendar-title-left,
.jsCalendar.classic-theme thead .jsCalendar-title-right {
  position: absolute;
  z-index: 1;
}

.jsCalendar.classic-theme thead .jsCalendar-title-right {
  right: 0;
}

.jsCalendar.classic-theme thead .jsCalendar-nav-left,
.jsCalendar.classic-theme thead .jsCalendar-nav-right {
  color: #FFFFFF;
  text-shadow: none;
}

.jsCalendar.classic-theme thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme thead .jsCalendar-nav-right:hover {
  background-color: #03A9F4;
}

.jsCalendar.classic-theme thead .jsCalendar-week-days {
  background-color: #FFFFFF;
  display: block;
  margin: 0 -4px;
}

.jsCalendar.classic-theme thead .jsCalendar-week-days th {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-shadow: none;
}

.jsCalendar.classic-theme tbody td {
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  margin: -1px 0 0 -1px;
  padding: 1px 1px 0 1px;
  width: 38px;
}

.jsCalendar.classic-theme tbody {
  margin: 0;
}

.jsCalendar.classic-theme tbody td.jsCalendar-selected {
  background-color: #CCEFFF;
  border-bottom: 0;
  border-left: 1px solid #DADADA;
  border-right: 0;
  border-top: 1px solid #DADADA;
  height: 36px;
  line-height: 36px;
}

.jsCalendar.classic-theme tbody td.jsCalendar-current.jsCalendar-selected {
  background-color: #52C9FF;
  text-shadow: 0 0 3px #000000;
}

/* Yellow */
.jsCalendar.classic-theme.yellow thead {
  background-color: #FFE31B;
}

.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.yellow thead .jsCalendar-nav-right:hover {
  background-color: #E2CA23;
}

/* Orange */
.jsCalendar.classic-theme.orange thead {
  background-color: #FFB400;
}

.jsCalendar.classic-theme.orange thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.orange thead .jsCalendar-nav-right:hover {
  background-color: #D49600;
}

/* Red */
.jsCalendar.classic-theme.red thead {
  background-color: #F6511D;
}

.jsCalendar.classic-theme.red thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.red thead .jsCalendar-nav-right:hover {
  background-color: #BB3D16;
}

/* Green */
.jsCalendar.classic-theme.green thead {
  background-color: #7FB800;
}

.jsCalendar.classic-theme.green thead .jsCalendar-nav-left:hover,
.jsCalendar.classic-theme.green thead .jsCalendar-nav-right:hover {
  background-color: #639000;
}

#calendarPage {
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#calendarPage .auto-jsCalendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  font-size: 50px;
}

#calendarPage .info-calendar {
  width: 50%;
  height: 60%;
  margin: 5px;
}

#calendarPage .info-calendar .day-work {
  border: 1px solid rgba(128, 128, 128, 0.6);
  height: 25px;
  width: 60%;
  margin: 5px;
}

#calendarPage .info-calendar .task-work {
  border: 1px solid rgba(128, 128, 128, 0.6);
  height: 25px;
  width: 60%;
  margin: 5px;
}

#background-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: none;
}

#background-popup #popup-login {
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 450px;
  height: 500px;
  border-radius: 5px;
  box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.57);
  -webkit-box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: 1px 1px 20px -1px rgba(0, 0, 0, 0.57);
  font-family: "Roboto", sans-serif;
}

#background-popup #popup-login h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15%;
  font-size: 30px;
}

#background-popup #popup-login h1 {
  font-size: 25px;
  text-align: center;
}

#background-popup #popup-login form {
  width: 90%;
  height: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#background-popup #popup-login form #email-div, #background-popup #popup-login form #password-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 90%;
  height: 25%;
}

#background-popup #popup-login form #email-div input, #background-popup #popup-login form #password-div input {
  height: 65%;
  width: 90%;
}

#background-popup #popup-login form #buttons-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  height: 20%;
}

#background-popup #popup-login form #buttons-input button {
  width: 40%;
  height: 95%;
  background: none;
  border: 1px solid black;
  color: black;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
}

#background-popup #popup-login #fast-log-in-buttons {
  width: 80%;
  height: 25%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#background-popup #popup-login #fast-log-in-buttons button {
  border-radius: 5px;
  cursor: pointer;
  width: 40%;
  height: 40%;
}

#state {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  color: red;
}

@-webkit-keyframes displayPopUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayPopUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fromtop {
  -webkit-animation: displayPopUp 1s linear forwards;
          animation: displayPopUp 1s linear forwards;
}

@-webkit-keyframes desvanecerse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes desvanecerse {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.desvanecerse {
  -webkit-animation: desvanecerse 0.5s linear forwards;
          animation: desvanecerse 0.5s linear forwards;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background-color: #f7fcff;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body footer {
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: flex-end;
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Roboto", sans-serif;
}

body footer div {
  margin-left: 5px;
}

body footer div a {
  margin: 5px;
}

body footer svg {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body footer svg:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.container {
  z-index: 1;
  margin-top: 50px;
  background-color: white;
  width: 65%;
  height: 80vh;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.container .content {
  width: 80%;
}

button > * {
  pointer-events: none;
}

svg > * {
  pointer-events: none;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
  }
}

.rotate {
  -webkit-animation: rotate 1s forwards;
          animation: rotate 1s forwards;
}

@-webkit-keyframes return {
  0% {
    -webkit-transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes return {
  0% {
    -webkit-transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.return {
  -webkit-animation: return 1s forwards;
          animation: return 1s forwards;
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes down {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

.down {
  -webkit-animation: down 1s forwards;
          animation: down 1s forwards;
}

@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}

@keyframes up {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
}

.up {
  -webkit-animation: up 1s forwards;
          animation: up 1s forwards;
}

@-webkit-keyframes up1 {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes up1 {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

.up1 {
  -webkit-animation: up1 1s forwards;
          animation: up1 1s forwards;
}

@-webkit-keyframes down1 {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes down1 {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

.down1 {
  -webkit-animation: down1 1s forwards;
          animation: down1 1s forwards;
}

@-webkit-keyframes down2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes down2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

.down2 {
  -webkit-animation: down2 1s forwards;
          animation: down2 1s forwards;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    z-index: 1;
  }
  100% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
    z-index: 1;
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
    z-index: 1;
  }
  100% {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
    z-index: 1;
  }
}

@-webkit-keyframes slideLeft2 {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideLeft2 {
  0% {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.slideLeft {
  -webkit-animation: slideLeft 0.5s forwards;
          animation: slideLeft 0.5s forwards;
}

.slideLeft2 {
  -webkit-animation: slideLeft2 0.5s forwards;
          animation: slideLeft2 0.5s forwards;
}

@-webkit-keyframes down3 {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}

@keyframes down3 {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
  }
}

.down3 {
  -webkit-animation: down3 1s forwards;
          animation: down3 1s forwards;
}

.dragging {
  opacity: 0.5;
}
/*# sourceMappingURL=main.css.map */