@media (prefers-color-scheme: light) {
  body {
    background-color: white;
    color: #202124;
  }
  body a {
    color: #202124;
    text-decoration: none;
  }
  body a:hover {
    color: #202124;
  }
  .back {
    background-color: white;
    box-shadow: 0px 5px 25px whitesmoke;
  }
  .cover {
    background-color: whitesmoke;
    border-bottom: 1px solid white;
  }
  .overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .inverstext {
    color: #f5f5f5;
  }
  .soft {
    color: #81858f;
  }
  .border {
    border: 1px solid #f5f5f5;
  }
  .btn-outline-primary {
    border: 2px solid #0000ff;
    color: #0000ff;
    box-shadow: 0px 0px 20px rgba(0, 0, 255, 0.2);
  }
  .btn-outline-success {
    border: 2px solid #25d366;
    color: #0000ff;
    box-shadow: 0px 0px 20px rgba(7, 94, 84, 0.2);
    color: #075e54;
  }
  .offcanvas {
    background-color: white;
    box-shadow: 0px 0px 80px rgba(32, 33, 36, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.7) !important;
  }
  .offcanvas-backdrop {
    background-color: #e6e6e6;
  }
  .logo {
    background-image: url("../img/hellouDark.svg");
  }
  .input {
    background-color: #f5f5f5;
    color: #202124;
    border: 1px solid gainsboro;
  }
  .input:focus {
    border: 1px solid #0000ff;
    outline: none;
  }
  .profilepicture {
    background-color: #ededed;
  }
  .footer {
    border-top: 1px solid #e8e8e8;
  }
  .footer .active {
    color: #202124;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #191a1c;
    color: #f5f5f5;
  }
  body a {
    color: #f5f5f5;
    text-decoration: none;
  }
  body a:hover {
    color: #f5f5f5;
  }
  .back {
    background-color: #202124;
  }
  .cover {
    background-color: #141517;
  }
  .overlay {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: rgba(32, 33, 36, 0.6);
  }
  .inverstext {
    color: #f5f5f5;
  }
  .soft {
    color: darkgray;
  }
  .border {
    border: 1px solid #202124;
  }
  .btn-outline-primary {
    border: 2px solid #0000ff;
    color: #f5f5f5;
    box-shadow: 0px 0px 20px rgba(0, 0, 255, 0.4);
  }
  .btn-outline-success {
    border: 2px solid #25d366;
    color: #f5f5f5;
    box-shadow: 0px 0px 20px rgba(37, 211, 102, 0.4);
  }
  .offcanvas {
    background-color: #1b1c1f;
    border-top: 1px solid rgba(245, 245, 245, 0.1) !important;
  }
  .offcanvas-backdrop {
    background-color: black;
  }
  .logo {
    background-image: url("../img/hellouLight.svg");
  }
  .input {
    background-color: #202124;
    color: #f5f5f5;
    border: 1px solid #383a3f;
  }
  .input:focus {
    border: 1px solid #0000ff;
    outline: none;
  }
  .profilepicture {
    background-color: #191a1c;
  }
  .footer {
    border-top: 1px solid #141517;
  }
  .footer .active {
    color: white;
  }
}
.container {
  padding: 0px;
}

.section {
  padding: 24px;
  padding-bottom: 0px;
}

label {
  display: block;
  position: relative;
}

.input {
  display: block;
  padding: 12px 18px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 6px;
}

.btn {
  padding: 12px 24px;
}

.btn-outline-primary {
  padding: 10px 22px;
}

.btn-outline-success {
  padding: 10px 22px;
}

.btn-primary {
  background-color: #0000ff;
  border: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 255, 0.2);
}
.btn-primary:hover {
  background-color: #3333ff;
}

.cover {
  height: 160px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.cover i {
  font-size: 27px;
  position: absolute;
  left: 24px;
  top: 24px;
}

.overlay {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

#gorsel {
  visibility: hidden;
  width: 0px;
  height: 0px;
}

.editphoto {
  position: absolute;
  top: -5px;
  right: -5px;
}
.editphoto i {
  font-size: 20px !important;
  background-color: #0000ff;
  color: white;
  width: 40px;
  height: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
}

#submit {
  display: none;
}

.cardlist {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 24px;
}
.cardlist img {
  width: 100%;
  height: auto;
}
.cardlist h3 {
  text-align: center;
  margin: 0px;
}

.profiles {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding: 12px 18px;
  border-radius: 6px;
  margin-bottom: 6px;
}
.profiles i {
  font-style: normal;
}

.form label i {
  display: none;
  position: absolute;
  right: 14px;
  bottom: 13px;
  font-size: 18px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
}
.form label .true {
  background-color: #0000ff;
  color: white;
}
.form label .false {
  background-color: transparent;
  color: red;
}
.form label span {
  display: block;
  margin-bottom: 6px;
}
.form .btn {
  margin-top: 12px;
  width: 100%;
}
.form hr {
  margin: 36px 0px;
  height: 1px;
  background: none;
}
.form h3 {
  font-size: 17px;
}

.offcanvas {
  padding: 24px;
  height: auto;
  padding-bottom: 120px;
}

.editMenu {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  text-align: center;
}
.editMenu img {
  width: 100%;
  margin: auto;
  margin-top: -70px;
  border-radius: 18px;
}

.activate-true {
  font-size: 60px;
  color: #25d366;
  margin: 40px auto;
  text-align: center;
  display: block;
}

.qrcodescreen {
  height: auto;
  text-align: center;
  padding-top: 10vh;
  padding-bottom: 20vh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
.qrcodescreen img {
  width: 40%;
  margin: auto;
  padding: 6px;
  border-radius: 6px;
  background-color: white;
}
.qrcodescreen i {
  font-size: 36px;
  margin: 24px auto;
}

.alternative {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0px 24px;
  text-align: center;
}
.alternative .btn {
  width: 100%;
}
.alternative span {
  margin: 24px;
}

.logoLogin {
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 40px auto;
  margin-top: 60px;
  margin-bottom: 5px;
}

.logoHeader {
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 40px auto;
  margin-bottom: 3px;
  position: relative;
}

.header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.header .profilepicture {
  border-radius: 125px;
  width: 125px;
  height: 125px;
  margin: auto;
  margin-top: -60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0000ff;
  box-shadow: 0px 0px 30px rgba(0, 0, 255, 0.2);
}
.header .profilepicture .picture {
  width: 110px;
  height: 110px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .profilepicture i {
  font-size: 40px;
}
.header .headercontent h1 {
  font-size: 24px;
  margin: 0px;
  margin-bottom: 3px;
}

.buttons {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(20%, auto);
  gap: 6px;
}
.buttons a {
  height: 80px;
  padding: 10px 0px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  border-radius: 6px;
}
.buttons a i {
  font-size: 22px;
}

.social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: unset;
}

.listicon {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
.listicon a {
  display: grid;
  grid-template-columns: 1fr 5fr;
  gap: 6px;
}
.listicon a span {
  height: 55px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding-left: 24px;
}
.listicon a .bi {
  font-size: 18px;
  justify-content: center;
  padding: 0px;
}

.divider {
  text-align: center;
}

.info a {
  display: flex;
  align-items: center;
  padding: 12px 6px;
  margin-bottom: 3px;
}
.info a i {
  width: 40px;
  text-align: center;
  margin-right: 6px;
}
.info a:first-child {
  border-radius: 6px 6px 0px 0px;
}
.info a:last-child {
  border-radius: 0px 0px 6px 6px;
}

.notfound {
  height: 100vh;
  display: flex;
  align-items: center;
}
.notfound div {
  padding: 48px;
  text-align: center;
}
.notfound div i {
  font-size: 48px;
  margin-bottom: 12px;
  display: block;
}
.notfound div h3 {
  margin-bottom: 24px;
}

.footer {
  padding: 12px 18px;
  padding-bottom: 16px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9990;
}
.footer .container {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.footer .container i {
  font-size: 24px;
}
.footer .container .bi-blockquote-right {
  font-size: 30px;
}
.footer .container .qrcode {
  width: 60px;
  height: 60px;
  background-color: #0000ff;
  display: inline-block;
  margin-top: -30px !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  border-radius: 6px;
}

.footerspace {
  height: 70px;
  margin-top: 24px;
}

.facebook {
  color: #1877f2;
}

.twitter {
  color: #1da1f2;
}

.youtube {
  color: #ff0000;
}

.linkedin {
  color: #0a66c2;
}

.instagram {
  color: #ff0099;
}

.pinterest {
  color: #bd081c;
}

.whatsapp {
  color: #25d366;
}/*# sourceMappingURL=style.css.map */