* {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
/* classes */
.loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  font-family: Roboto;
}
.loading div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10vh;
}
@keyframes arrows {
  0%,
  100% {
    color: black;
    transform: translateY(0);
  }
  50% {
    color: #3ab493;
    transform: translateY(20px);
  }
}
.loading span {
  --delay: 0s;
  animation: arrows 1s var(--delay) infinite ease-in;
}
.body {
  display: none;
}
.nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1;
  top: 0;
}
.navlogged {
  display: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1;
  top: 0;
}
.logo img {
  padding: 0 25px 0 0;
}
.logo {
  font-family: Ropa Sans;
  font-size: 20px;
  font-weight: 650;
}
.logs {
  display: flex;
  flex-direction: row;
  margin: 0 0 35px 0;
}
.logBtn {
  position: absolute;
  padding: 9px 0 0 0;
  right: 30%;
  font-family: Ropa Sans;
  font-size: 17px;
  cursor: pointer;
  transition: color 0.3s linear;
}
.logBtn:hover {
  color: #f45d48;
}
.signBtn {
  width: 80px;
  position: absolute;
  height: 34px;
  right: 19.9%;
  font-size: 14px;
  background-color: #078080;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.sign {
  text-align: center;
  font-family: Ropa Sans;
  font-size: 17px;
  padding: 9px 0 9px 0;
  color: white;
}
.signBtn:hover {
  background-color: #0aadad;
}
/* logged */
.navlogged {
  display: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  box-shadow: 0px -3px 15px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1;
  top: 0;
}
.taps {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 0;
}
.tap {
  padding: 9px 25px 0 15px;
  font-family: Ropa Sans;
  font-size: 17px;
  cursor: pointer;
  transition: color 0.3s linear;
}
.taps a:hover {
  color: #f45d48;
}
.taps a:hover {
  color: #f45d48;
}
.tap img {
  width: 15px;
}
/* sidebar */
.sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 20%;
  min-height: 100vh;
  background-color: #f6f6f6;
  box-shadow: 0px -3px 15px #ccc;
  font-family: Ropa Sans;
}
.sidebar h1 {
  margin: 100px 0 30px 0;
  font-size: 2.5vw;
}
.sidebar span {
  width: 100%;
  padding: 30px 0 30px 0;
  text-align: center;
  transition: 0.5s linear;
  color: #585858;
}
.sidebar a {
  font-size: 1.5vw;
}
.sidebar span:hover {
  box-shadow: 0 0 50px -10px #3ab493 inset;
}
.active {
  color: white !important;
  background-color: #3ab493;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 100px;
  font-family: Roboto;
}
/* profile */
.profile {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.profile span {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 20px 0;
}
.input h3 {
  width: 100%;
  padding: 5px 20px 5px 0;
  line-height: 30px;
}
.input i {
  background-color: white;
}
.input input::placeholder {
  color: #ccc;
}
.input input {
  border: 2px solid #f6f6f6;
  padding: 0 40px 0 40px;
  text-align: center;
  font-size: 20px;
  outline: none;
  transition: border 0.3s linear;
  border-radius: 10px 0 0 10px;
}
.input input:focus {
  border: 2px solid #f45d48;
}
.input-container input:focus ~ label,
.input-container input:valid ~ label {
  top: -12px;
  font-size: 12px;
}
.save {
  padding: 10px;
  background-color: #f6f6f6;
  color: white;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  transition: background-color 0.5s linear;
}
.save:hover {
  background-color: #f45d48;
}
.disabled {
  cursor: default;
  color: -internal-light-dark-color(rgb(84, 84, 84), rgb(170, 170, 170));
  background-color: -internal-light-dark-color(
    rgba(239, 239, 239, 0.3),
    rgba(59, 59, 59, 0.3)
  );
}
.disabled:hover {
  background-color: rgba(239, 239, 239, 0.3) !important ;
}
/* privacy */
.privacy {
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.privacy span {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 20px 0;
}
.privacy h3 {
  width: 100%;
  padding: 5px 20px 5px 0;
  line-height: 30px;
}
/* account */
.account {
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.account span {
  display: flex;
  justify-content: center;
  margin: 10px;
}
.signout {
  padding: 15px;
  margin: 0 10px;
  font-family: Ropa Sans;
  font-size: 23px;
  cursor: pointer;
  color: #f6f6f6;
  background-color: #585858;
  border-radius: 15px;
  transition: 0.5s linear;
}
.signout:hover {
  color: #585858;
  background-color: #f6f6f6;
}
.delete {
  padding: 15px;
  margin: 0 10px;
  font-family: Ropa Sans;
  font-size: 23px;
  cursor: pointer;
  color: white;
  background-color: #e85d04;
  border-radius: 15px;
  transition: 0.5s linear;
}
.delete:hover {
  color: #e85d04;
  background-color: #d00000;
}
/* switch */
.switch {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 34px;
}

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

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

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

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

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

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

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

.account {
  display: none;
}
.act {
  display: flex;
}
/* Keyframes */

/* Fonts */
@font-face {
  font-family: Quotes;
  src: url(./assets/font/Crimson_Pro/CrimsonPro-Italic-VariableFont_wght.ttf);
  font-style: italic;
}
@font-face {
  font-family: Quotes;
  src: url(./assets/font/Crimson_Pro/CrimsonPro-VariableFont_wght.ttf);
  font-style: normal;
}
@font-face {
  font-family: DM Sans;
  src: url(./assets/font/DM_Sans/DMSans-Regular.ttf);
}
@font-face {
  font-family: DM Sans;
  src: url(./assets/font/DM_Sans/DMSans-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: J Sans;
  src: url(./assets/font/Josefin_Sans/JosefinSans-VariableFont_wght.ttf);
}
@font-face {
  font-family: Ropa Sans;
  src: url(./assets/font/Ropa_Sans/RopaSans-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(./assets/font/Roboto-3/Roboto-Regular.ttf);
  font-weight: normal;
}
@font-face {
  font-family: Roboto;
  src: url(./assets/font/Roboto-3/Roboto-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Habibi;
  src: url(./assets/font/Habibi/Habibi-Regular.ttf);
}
