@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
.m4-0 {
  margin: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.p4-0 {
  padding: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.cf-ext {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.cf-int100 {
  margin: 0 auto;
  min-width: 100px;
  width: 100%;
}

.cf-int050 {
  margin: 0 auto;
  min-width: 100px;
  width: 50%;
}

.cf-int033 {
  margin: 0 auto;
  min-width: 100px;
  width: 33.33%;
}

.cf-int025 {
  margin: 0 auto;
  min-width: 100px;
  width: 25%;
}

.cf-int020 {
  margin: 0 auto;
  min-width: 100px;
  width: 20%;
}

.fl-c::first-letter {
  text-transform: capitalize;
}

.ta-c {
  text-align: center;
}

.ta-j {
  text-align: justify;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ls-n {
  list-style: none;
}

.bg-p {
  background: pink;
}

.cupo {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, a, b, i, span {
  color: #020304;
}

b {
  font-weight: 500;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
  margin-top: 30px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 30px;
}

h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 30px;
}

h4 {
  font-size: 25px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}

h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
}

h6 {
  font-size: 19px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

p, a, b, button, i, input, label, span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (prefers-color-scheme: dark) {
  h1, h2, h3, h4, h5, h6, p, a, b, i, label, span {
    color: rgba(254, 254, 254, 0.937254902);
  }
}
footer {
  background: #f1f1f5;
  border-top: 1.5px solid #020304;
  height: 40px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (prefers-color-scheme: dark) {
  footer {
    background: #020304;
    border-top: 1px solid #fefefe;
    color: #fefefe;
  }
}
header {
  align-items: center;
  background-image: linear-gradient(to bottom, #fefefe, #fefefe 50px, transparent 100%);
  display: flex;
  left: 0px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100% auto;
  z-index: 100;
}
header .logo {
  height: 50px;
  margin: 10px;
  width: 150px;
}
header .logo .in {
  background-image: url("../media/img/app/logo/booole_app-delivery_app-aplicacion_mensajeria-reparto-aplicacion_web-main_light_logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  width: auto;
}
header .center {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: center;
  left: 0;
  margin-left: 170px;
  margin-right: 170px;
  margin-top: 10px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: auto;
}
header .center .in {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: inline-flex;
  font-family: "AllRound", sans-serif;
  font-size: 15px;
  height: 34px;
  justify-content: center;
  margin: 8px 4px;
  width: 34px;
}
header .center .in:hover {
  background: #000000;
  color: #fefefe;
}
header .center .in:hover i {
  color: #fefefe;
}
header .center .in.hora, header .center .in.hr {
  font-size: 12px;
  line-height: 11px;
  text-align: center;
}
header .center .in i {
  color: #020304;
}
header nav {
  background: #fefefe;
  border-radius: 25px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: flex;
  margin: 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: auto;
}
header nav .access {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 100px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: flex;
  font-family: "AllRound", sans-serif;
  font-size: 15px;
  float: left;
  height: 34px;
  justify-content: center;
  margin: 8px;
  text-align: center;
  width: 34px;
}
header nav .access:hover {
  background: #000000;
}
header nav .access:hover i {
  color: #fefefe;
}
header nav .access.hora, header nav .access.hr {
  font-size: 12px;
  line-height: 11px;
  padding-top: 5px;
}
header nav .access i {
  color: #020304;
}

#btn-menu {
  display: none;
}

.container-menu {
  position: fixed;
  width: 275px;
  height: 100vh;
  top: 0;
  right: 0;
  transition: all 500ms ease;
  opacity: 0;
  overflow: hidden;
  padding: 0px 0px 0px 5px;
  visibility: hidden;
  z-index: 999999999;
}

#btn-menu:checked ~ .container-menu {
  opacity: 1;
  visibility: visible;
}

.menu-content {
  background: #fefefe;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  height: 100%;
  max-width: 275px;
  padding-top: 60px;
  position: relative;
  right: -280px;
  transition: all 500ms ease;
  width: 100%;
}
.menu-content nav {
  transform: translateY(15%);
}
.menu-content nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.menu-content nav ul li {
  align-items: center;
  background: #f1f1f5;
  border: 1px solid transparent;
  border-radius: 20px;
  display: flex;
  height: 38px;
  justify-content: right;
  letter-spacing: 0.5px;
  margin: 10px 20px;
  text-transform: capitalize;
}
.menu-content nav ul li:hover {
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
.menu-content nav ul li:hover .access {
  background: #000000;
}
.menu-content nav ul li:hover .access i {
  color: #fefefe;
}
.menu-content nav ul li .access {
  align-items: center;
  background: #fefefe;
  border-radius: 100px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: flex;
  font-family: "AllRound", sans-serif;
  font-size: 12px;
  float: left;
  height: 28px;
  justify-content: center;
  margin: 5px;
  text-align: center;
  width: 28px;
}
.menu-content nav ul li .access.hora, .menu-content nav ul li .access.hr {
  font-size: 12px;
  line-height: 11px;
  padding-top: 5px;
}
.menu-content nav ul li .access i {
  color: #020304;
  font-size: 14px;
}
.menu-content .top {
  display: inline-flex;
  position: absolute;
  right: 10px;
  top: 9px;
  width: auto;
}
.menu-content .top .access {
  align-items: center;
  border-radius: 100px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: flex;
  font-family: "AllRound", sans-serif;
  font-size: 15px;
  float: left;
  height: 34px;
  justify-content: center;
  margin: 8px;
  text-align: center;
  width: 34px;
}
.menu-content .top .access:hover {
  background: #000000;
}
.menu-content .top .access:hover i {
  color: #fefefe;
}
.menu-content .top .access.hora, .menu-content .top .access.hr {
  font-size: 12px;
  line-height: 11px;
  padding-top: 5px;
}
.menu-content .top .access i {
  color: #020304;
}
.menu-content div.menu-footer {
  bottom: 0;
  left: 0;
  margin-bottom: 60px;
  position: absolute;
  right: 0;
}
.menu-content div.menu-footer .in {
  border-radius: 20px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  margin: 20px;
  padding: 10px;
}

#btn-menu:checked ~ .container-menu .menu-content {
  right: 0px;
}

@media (prefers-color-scheme: dark) {
  header {
    background: #000000;
    background: linear-gradient(to bottom, #000000, #000000 50px, transparent 100%);
    /*.logo{
        background-image:url($logodarkmode);
        box-shadow:$d-boxshadow;
    }*/
  }
  header .center {
    background: #000000;
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  header .center .in {
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
    color: #fefefe;
  }
  header .center .in i {
    color: #fefefe;
  }
  header nav {
    background: #000000;
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  header nav .access {
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  header nav .access i {
    color: #fefefe;
  }
  .menu-content {
    background: #000000;
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  .menu-content .top .access {
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  .menu-content .top .access i {
    color: #fefefe;
  }
  .menu-content nav ul li {
    background: #303030;
    color: #fefefe;
  }
  .menu-content nav ul li .access {
    background: #000000;
  }
  .menu-content nav ul li .access i {
    color: #fefefe;
  }
  .menu-content nav ul li:hover {
    border: 1px solid rgba(241, 241, 245, 0.7333333333);
  }
  .menu-content nav ul li:hover i {
    background: #000000;
    color: rgba(241, 241, 245, 0.7333333333);
  }
}
@media screen and (max-width: 350px) {
  header .center {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .center {
    display: none;
  }
  div.container-menu div.menu-content div.menu-footer {
    margin-bottom: 10px;
    margin-top: 60px;
    position: relative;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  header .center {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  header .center {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  header .center {
    display: block;
  }
}
body {
  background: #fefefe;
  bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  left: 0;
  min-width: 370px;
  margin: 0px 0px 40px 0px;
  overflow: hidden;
  padding: 50px 0px 0px 0px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
body main {
  height: 100%;
  margin: 0px 0px 0px 0px;
  min-width: 300px;
  overflow-y: scroll;
  padding-bottom: 40px;
  width: 100%;
  z-index: -1;
}
body main section {
  margin: 10px;
  min-width: 300px;
  padding-top: 20px;
}

input:not(input[type=checkbox]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fefefe;
  border: none;
  border-radius: 18px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  font-family: "Ubuntu", sans-serif;
  height: 36px;
  margin: 10px;
  padding: 0px 16px;
  width: 170px;
}
input:not(input[type=checkbox]):hover, input:not(input[type=checkbox]):active, input:not(input[type=checkbox]):focus {
  background: #000000;
  color: #fefefe;
  outline: none;
}

input[type=email],
input[name=username] {
  text-transform: lowercase;
}

button, .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fefefe;
  border: none;
  border-radius: 20px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  color: #020304;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  height: 40px;
  margin: 10px;
  padding: 0px 16px;
  text-transform: uppercase;
  width: 170px;
}
button:hover, button:active, button:focus, .button:hover, .button:active, .button:focus {
  background: #000000;
  color: #fefefe;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #000000;
  }
  input {
    background: #303030;
    color: rgba(254, 254, 254, 0.937254902);
  }
  input:hover, input:active, input:focus {
    background: #fefefe;
    color: #020304;
    outline: none;
  }
  button, .button {
    background: #303030;
    color: rgba(254, 254, 254, 0.937254902);
  }
  button:hover, button:active, button:focus, .button:hover, .button:active, .button:focus {
    background: #fefefe;
    color: #020304;
  }
}
div.error-code {
  align-items: center;
  background: #fefefe;
  bottom: 0;
  display: grid;
  justify-items: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 100000;
}

main.home section {
  align-items: center;
  display: flex;
  justify-content: center;
}
main.home section .in {
  margin-top: 100px;
  text-align: center;
}

main.login section {
  align-items: center;
  display: flex;
  justify-content: center;
}

main.register h1 {
  margin-bottom: 50px;
}
main.register .cf-int050 {
  min-width: 300px;
}

main.dashboard {
  background: transparent;
}
main.dashboard .access {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: flex;
  font-family: "AllRound", sans-serif;
  font-size: 15px;
  float: left;
  height: 34px;
  justify-content: center;
  margin: 8px;
  text-align: center;
  width: 34px;
}
main.dashboard .access:hover {
  background: #000000;
}
main.dashboard .access:hover i {
  color: #fefefe;
}
main.dashboard .access.hora, main.dashboard .access.hr {
  font-size: 12px;
  line-height: 11px;
  padding-top: 5px;
}
main.dashboard .access i {
  color: #020304;
}
main.dashboard .access.dashboard-menu {
  margin: 30px 0px 0px 18px;
}
main.dashboard .main-content {
  border: 1px solid transparent;
  border-radius: 20px;
  bottom: 50px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  overflow-x: scroll;
  padding: 0px 20px 20px 20px;
  right: 8px;
  position: fixed;
  top: 70px;
}
main.dashboard .main-content h1 {
  color: #020304;
}
main.dashboard #btn-dashboard-menu {
  display: none;
}
main.dashboard .menu-content {
  background: #fefefe;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  height: auto;
  left: -200px;
  margin: 70px 0px 0px 8px;
  opacity: 0;
  overflow: hidden;
  padding: 60px 0px 20px 0px;
  position: fixed;
  top: 0;
  transition: all 500ms ease;
  width: 200px;
  z-index: 9999999;
}
main.dashboard .menu-content nav {
  transform: translateY(15%);
}
main.dashboard .menu-content nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
main.dashboard .menu-content nav ul li {
  align-items: center;
  background: #f1f1f5;
  border: 1px solid transparent;
  border-radius: 20px;
  display: flex;
  height: 38px;
  justify-content: left;
  letter-spacing: 0.5px;
  margin: 10px 20px;
  padding: 0px 15px;
  text-transform: capitalize;
}
main.dashboard .menu-content nav ul li:hover {
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
main.dashboard .menu-content nav ul li:hover .access {
  background: #000000;
}
main.dashboard .menu-content nav ul li:hover .access i {
  color: #fefefe;
}
main.dashboard .menu-content nav ul li .access {
  align-items: center;
  background: #fefefe;
  border-radius: 100px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: flex;
  font-family: "AllRound", sans-serif;
  font-size: 12px;
  float: left;
  height: 28px;
  justify-content: center;
  margin: 5px;
  text-align: center;
  width: 28px;
}
main.dashboard .menu-content nav ul li .access.hora, main.dashboard .menu-content nav ul li .access.hr {
  font-size: 12px;
  line-height: 11px;
  padding-top: 5px;
}
main.dashboard .menu-content nav ul li .access i {
  color: #020304;
  font-size: 14px;
}
main.dashboard .menu-content .top {
  display: inline-flex;
  position: absolute;
  left: 10px;
  top: 9px;
  width: auto;
}
main.dashboard .menu-content .top .access {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  display: flex;
  font-family: "AllRound", sans-serif;
  font-size: 15px;
  float: left;
  height: 34px;
  justify-content: center;
  margin: 0px 0px 0px -1px;
  text-align: center;
  width: 34px;
}
main.dashboard .menu-content .top .access:hover {
  background: #000000;
}
main.dashboard .menu-content .top .access:hover i {
  color: #fefefe;
}
main.dashboard .menu-content .top .access.hora, main.dashboard .menu-content .top .access.hr {
  font-size: 12px;
  line-height: 11px;
  padding-top: 5px;
}
main.dashboard .menu-content .top .access i {
  color: #020304;
}
main.dashboard .menu-content div.menu-footer {
  bottom: 0;
  left: 0;
  margin-bottom: 60px;
  position: absolute;
  right: 0;
}
main.dashboard .menu-content div.menu-footer .in {
  border-radius: 20px;
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
  margin: 20px;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  main.dashboard .main-content {
    left: 220px;
  }
  main.dashboard .main-content h1 {
    margin-top: 10px;
  }
  main.dashboard .menu-content {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  main.dashboard .menu-content .top span {
    line-height: 1.3em;
    margin-left: -20px;
    margin-top: 8px;
    text-align: left;
  }
  main.dashboard label[for=btn-dashboard-menu] {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  main.dashboard .main-content {
    left: 8px;
  }
  main.dashboard .main-content h1 {
    margin-left: 30px;
    margin-top: 0px;
    text-align: right;
  }
  main.dashboard .menu-content .top span {
    line-height: 1.1em;
    margin-top: 2px;
    text-align: right;
    width: 130px;
  }
  main.dashboard label[for=btn-dashboard-menu] {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  main.dashboard label[for=btn-dashboard-menu] i.fi.fi-rr-menu-burger {
    z-index: 1;
  }
  main.dashboard #btn-dashboard-menu:checked ~ .menu-content {
    left: 0px;
    opacity: 1;
    visibility: visible;
  }
}
@media (prefers-color-scheme: dark) {
  main.dashboard .access {
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  main.dashboard .access i {
    color: #fefefe;
  }
  main.dashboard .access:hover {
    border: 1px solid rgba(241, 241, 245, 0.7333333333);
  }
  main.dashboard .main-content {
    background-color: #111;
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  main.dashboard .main-content h1 {
    color: rgba(241, 241, 245, 0.7333333333);
  }
  main.dashboard .menu-content {
    background: #000000;
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  main.dashboard .menu-content .top .access {
    box-shadow: 0 2px 5px 1px rgba(255, 255, 255, 0.1);
  }
  main.dashboard .menu-content .top .access i {
    color: #fefefe;
  }
  main.dashboard .menu-content .top .access:hover {
    border: 1px solid rgba(241, 241, 245, 0.7333333333);
  }
  main.dashboard .menu-content nav ul li {
    background: rgba(241, 241, 245, 0.7333333333);
  }
  main.dashboard .menu-content nav ul li:hover {
    border: 1px solid rgba(241, 241, 245, 0.7333333333);
  }
}

main.dashboard .main-content section {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
main.dashboard .main-content #avatarContainer {
  align-items: center;
  background: pink;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100px;
}
main.dashboard .main-content #avatarLabel {
  cursor: pointer;
  display: inline-block;
}
main.dashboard .main-content #avatarImage {
  margin: auto;
}
main.dashboard .main-content #avatarInput {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
main.dashboard .main-content td.label.password {
  line-height: 3.5em;
}
main.dashboard .main-content td.td-button {
  text-align: center;
}
main.dashboard .main-content td.td-button button {
  width: 90%;
}
main.dashboard .main-content #updateMessage,
main.dashboard .main-content input#avatarInput {
  display: none;
}

@media (prefers-color-scheme: dark) {
  .main-content td {
    color: rgba(241, 241, 245, 0.7333333333);
  }
}/*# sourceMappingURL=style.css.map */