@charset "UTF-8";
/* Aghost 29/08/25 */
@import '../fonts.css';
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

body.mes {
  /* Créditos pela imagem "pattern": Listed on Jun 3, 2024 - ID xFgEMcLyD, aqui https://www.creativefabrica.com/prod/autumn-leaves-seamless-pattern-patterns-xFgEMcLyD/   Eu agradeço <3 */
  background: url("../../deressos/bgs/moroccan-flower.png") fixed repeat;
  /*&.dark-theme {
      * {
          filter: brightness(98%)!important;
      }
  }*/
  /* */
}
body.mes nav {
  background-color: transparent;
}
body.mes nav.cabesss {
  background: rgb(0, 0, 0) url("../../deressos/bgs/fake_brick.png");
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid #070707;
  outline: 10px solid rgba(53, 53, 53, 0.08);
}
body.mes nav.cabesss .logoflex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
body.mes nav.cabesss .logoflex .text-logo {
  display: flex;
  gap: 3px;
  position: relative;
}
body.mes nav.cabesss .logoflex .text-logo.outfit-black {
  color: white;
  font-size: 20px;
}
body.mes nav.cabesss .logoflex .text-logo:after {
  content: "tem café";
  position: absolute;
  top: -10px;
  right: 0;
  color: white;
  font-size: 12px;
  font-weight: 100;
}
body.mes nav.cabesss .logoflex .text-logo .color- {
  width: 7px;
  height: 100%;
  margin-right: 3px;
  border-radius: 2px;
  transform: skew(10deg);
}
body.mes nav.cabesss .logoflex .text-logo .color-.g {
  background: #00ff22;
}
body.mes nav.cabesss .logoflex .text-logo .color-.y {
  background: #ffee00;
}
body.mes nav.cabesss .logoflex .text-logo .color-.r {
  background: #ff0000;
}
body.mes nav.cabesss .logoflex .text-logo .color-:nth-last-child(1) {
  margin-left: 20px;
}
body.mes nav.cabesss .pegaNadaBiridinDoPai {
  margin: 10px;
  margin-left: 20px;
  width: 100%;
  height: 30%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}
body.mes nav.cabesss .w-aff {
  min-width: 230px;
  text-align: right;
}
body.mes nav.cabesss .w-aff a {
  background-color: rgba(255, 255, 255, 0.03);
}
body.mes .loginArea {
  position: relative;
  height: calc(100vh - 65px);
  background: rgba(0, 0, 0, 0.5);
}
body.mes .loginArea:after {
  content: "V. 1.0 PontoRASTA"; /* Wizahar sz */
  position: absolute;
  bottom: 0;
  right: 40px;
  width: auto;
  height: 50px;
  color: rgba(153, 153, 153, 0.4);
  font-size: 12px;
  font-family: "Outfit";
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-text-decoration: overline underline wavy;
          text-decoration: overline underline wavy;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.3);
}
body.mes .loginArea .grid {
  max-width: 1200px;
  width: 100%;
  min-height: 400px;
  height: auto;
  padding: 40px;
  background: rgba(165, 165, 165, 0.089);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  outline: 10px solid rgba(0, 0, 0, 0.02);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
body.mes .loginArea .grid .interativo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  text-align: left;
}
body.mes .loginArea .grid .interativo h2 {
  position: relative;
  width: 100%;
  color: rgb(254, 255, 245);
  font-size: 400%;
  line-height: 100%;
  text-align: left;
  text-shadow: 10px 10px 0px rgba(255, 255, 255, 0.04);
  transition: transform 0.1s ease-out, text-shadow 0.1s ease-out;
  will-change: transform;
}
body.mes .loginArea .grid .interativo h2:hover {
  text-shadow: 10px -2px 0px rgba(0, 0, 0, 0.1);
}
body.mes .loginArea .grid .interativo h2 a {
  color: white;
  transition: color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
body.mes .loginArea .grid .interativo h2 a:hover {
  color: rgb(239, 244, 255);
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}
body.mes .loginArea .grid .interativo h2 i {
  color: rgb(252, 255, 216);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
}
body.mes .loginArea .grid .interativo h2:first-letter {
  color: rgb(255, 255, 255);
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 120%;
}
body.mes .loginArea .grid .interativo .PoliticasTermos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  max-height: 491px;
  background: #ffcd71;
  overflow-y: auto;
  padding: 10px;
  border-radius: 5px;
  outline: 10px solid black;
  box-sizing: border-box;
}
body.mes .loginArea .grid .interativo .PoliticasTermos h3 {
  font-size: 2em;
  z-index: 1;
}
body.mes .loginArea .grid .interativo .PoliticasTermos p {
  background: rgba(155, 137, 104, 0.1921568627);
  z-index: 1;
}
body.mes .loginArea .grid .interativo .PoliticasTermos small {
  z-index: 1;
}
body.mes .loginArea .grid .interativo .PoliticasTermos::-webkit-scrollbar {
  width: 6px;
}
body.mes .loginArea .grid .interativo .PoliticasTermos::-webkit-scrollbar-track {
  background: rgba(65, 63, 60, 0.3843137255);
}
body.mes .loginArea .grid .interativo .PoliticasTermos::-webkit-scrollbar-thumb {
  background-color: rgba(71, 66, 52, 0.3568627451);
  border-radius: 3px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0745098039);
}
body.mes .loginArea .grid .interativo .PoliticasTermos::-webkit-scrollbar-thumb:hover {
  background-color: #474234;
  outline: 2px solid rgba(255, 255, 255, 0.5);
}
body.mes .loginArea .grid .colarino {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-height: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  outline: 10px solid rgba(0, 0, 0, 0.04);
}
body.mes .loginArea .grid .colarino .fita-reggae {
  position: absolute;
  top: 18px;
  left: 30px;
  width: 100px;
  height: 10px;
  z-index: 0;
}
body.mes .loginArea .grid .colarino .fita-reggae .fita-cima {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
body.mes .loginArea .grid .colarino .fita-reggae .fita-cima .cima {
  width: 20px;
  height: 100%;
  outline: 1px solid rgba(185, 185, 185, 0.164);
}
body.mes .loginArea .grid .colarino .fita-reggae .fita-cima .cima.verde {
  background: green;
  border-top-left-radius: 5px;
}
body.mes .loginArea .grid .colarino .fita-reggae .fita-cima .cima.amarelo {
  background: yellow;
}
body.mes .loginArea .grid .colarino .fita-reggae .fita-cima .cima.vermelho {
  background: red;
  border-top-right-radius: 5px;
}
body.mes .loginArea .grid .colarino p.error {
  display: none;
}
body.mes .loginArea .grid .colarino form {
  width: 100%;
  min-height: 100%;
  height: auto;
  background: rgb(0, 0, 0) url("../../deressos/bgs/dark_stripes.png");
  padding: 10px;
  border-radius: 10px;
  outline: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 20px black, 0 0 80px rgba(255, 255, 255, 0.1);
  animation: pulseShadaum 3s infinite;
}
body.mes .loginArea .grid .colarino form.register {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 0;
}
body.mes .loginArea .grid .colarino form .form-group {
  margin-bottom: 5px;
}
body.mes .loginArea .grid .colarino form .form-group label {
  display: block;
  margin-bottom: 5px;
  height: 40px;
  color: white;
  font-size: 14px;
  font-weight: 500;
  line-height: 45px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
body.mes .loginArea .grid .colarino form .form-group .relative .absolute {
  z-index: 2;
}
body.mes .loginArea .grid .colarino form .form-group .relative .absolute i {
  color: rgb(87, 87, 87);
  font-size: 1.2em;
  text-shadow: 1px 0px 1px rgb(31, 31, 31), -1px 0px 1px rgb(31, 31, 31);
}
body.mes .loginArea .grid .colarino form .form-group input[type=text], body.mes .loginArea .grid .colarino form .form-group input[type=email], body.mes .loginArea .grid .colarino form .form-group [type=password] {
  height: 60px;
  background: #525252;
  background: url("../../deressos/bgs/debut_dark.png");
  color: rgb(238, 232, 216);
  font-size: 1.1em;
  border-color: rgba(124, 120, 120, 0.3);
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
}
body.mes .loginArea .grid .colarino form .form-group input[type=text]:focus, body.mes .loginArea .grid .colarino form .form-group input[type=email]:focus, body.mes .loginArea .grid .colarino form .form-group [type=password]:focus {
  box-shadow: inset 0 0 40px rgba(1, 27, 61, 0.3);
}
body.mes .loginArea .grid .colarino form .form-group input[type=text].border-error, body.mes .loginArea .grid .colarino form .form-group input[type=email].border-error, body.mes .loginArea .grid .colarino form .form-group [type=password].border-error {
  background: rgba(255, 0, 0, 0.4);
  color: white;
  box-shadow: inset 0 0 40px rgba(255, 25, 25, 0.3);
  border: none !important;
  outline: none !important;
}
body.mes .loginArea .grid .colarino form .form-group input[type=checkbox] {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  accent-color: rgb(173, 173, 173);
}
body.mes .loginArea .grid .colarino form .form-group input[type=checkbox]:checked {
  position: relative;
  accent-color: rgb(173, 173, 173) !important;
}
@keyframes pulseShadaum {
  100%, 0% {
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.05);
  }
  50% {
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.1);
  }
}
body.mes #holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  body.mes .loginArea .grid .interativo h2 {
    font-size: 200%;
    text-align: center;
    text-shadow: 0px -10px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
  }
  body.mes .loginArea .grid .interativo.register {
    display: none !important;
    width: 40vw !important;
  }
}
body.mes #toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.mes .toast-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-width: 250px;
  font-family: sans-serif;
  padding: 12px 16px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
body.mes .toast-message.toast-error {
  background-color: #b91c1c;
  color: #fee2e2;
  border-left: 4px solid #b91c1c;
  outline: 1px solid #b91c1c;
}
body.mes .toast-message.toast-success {
  background-color: #d1fae5;
  color: #065f46;
  border-left: 4px solid #065f46;
}
body.mes .toast-message .toast-close {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  color: inherit;
  font-size: 16px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}/*# sourceMappingURL=ghostIn.css.map */