@font-face {
    font-family: "Poppins";
    src:
        url(/shein-free/assets/css/Poppins-Regular.woff2) format("woff2"),
        url(/shein-free/assets/css/Poppins-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html, body {
  height: 100%;           
    margin: 0;
    padding: 0;
    display: grid;
    align-items: center;    
    justify-content: center; 
    background: #ece6f2;
  font-family:
        "Poppins",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

button, a {
	font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.app {
  width: 100%;
  max-width: 460px;
  max-height: 800px;
  margin: auto;
  background: #fff;  
  border-radius: 20px;  
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: auto;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #ece6f2 #fff0;
}

/* HEADER */
.header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 0 !important;
  justify-content: center;
  background-color: white;
  border-radius: 15px 15px 0 0;
  margin: -5px 0 0 0;
  border: 1px solid #a118c8;
}

.header-home {
	border: 1px solid #bb96e4 !important;
	margin-bottom: 10px;
  border-bottom: 0 !important;
  box-shadow: 0 2px 2px 0 #890dac1f;
}
.card-home {
	border-radius: 0 0 15px 15px !important;
border: 1px solid #bb96e4;
border-top: 0 !important;
}

.avatar {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #a855f7, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}

.title {
  font-weight: bold;
  font-size: 17px;
  margin: -10px 0 0 0;
}

.status {
  font-size: 12px;
  color: #a855f7;
}

.divContPrg {
	width: 100%;
	height: 15px;
	border: 1px solid #a219c9;
	border-radius: 0 0 5px 5px;
}

.ContPrg {
	background: #a118c8;	
	height: 14px;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	border-radius: 0 0 5px 5px;
	padding-right: 5px;
}

/* BODY */
.chat {
  background: linear-gradient(180deg, #f5ecff, #fff);
  padding: 7px;
}


/* BOTÕES */
.card, .card-etapa {
  background: #fff;
  padding: 5px 10px 20px 10px;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin: 5px 0 0 0;
  }

.btn, .btn-etapa {
  display: flex;
  position: sticky;
  z-index: 9;
  max-width: 350px;
  width: 100%;
  height: 44px;
  align-items: center;
  justify-content: space-between;
  padding: 1px;
  border-radius: 30px;
  border: 2px solid #e8bef3;
  margin-bottom: 10px;
  text-decoration: none;
  color: #8e12b1;
  font-weight: bold;
  background: linear-gradient(90deg, #faf5ff, #fff);
  font-size: 1rem;
	cursor: pointer;
    box-shadow: 0 2px 4px rgb(0 0 0 / .05);
    transition: 0.2s;    
	margin: 10px auto -3px auto;
}

.btn span, .btn-etapa span {
  display: flex;
  align-items: center;
}

.destaq-etapa {
	border: 2px solid #a219c9;
}
.btn-etapa img {
	width: 38px;
  margin-right: 35px;
}
.card-etapa p {
	margin: 0 auto 15px auto;
	max-width: 350px;
}

.icon {
  margin-right: 10px;
}

/* ANUNCIO */
.ad-slot {
	display: block;
  margin: 15px auto 6px;
  text-align: center;  
  height: auto !important;
  border-top: 2px solid #a21ac9;
  max-width: 352px;  
}

.funil-ad-label {
	display: block;
    margin: -12px auto 8px auto;
    font-size: 14px;
    color: #a219c9;
    padding-left: 2px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;		
  background-color: #f5edfe;  
  width: 135px;
  font-weight: 700;  
  border-radius: 25px;  
}

.funil-ad {
	position: relative;
  max-width: 336px;
  max-height: 280px;
  width: 100%;
  margin: 0 auto -10px auto;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #a3a0a0;
  /*
  border-radius: 10px;
  border: 2px dotted;
  height: 250px;
  */
}


.input {
border-top: 2px solid #e9d5ff;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  background-color: #f9f3f7;
  border-radius: 0 0 15px 15px;
}

.input-box {
  flex: 1;
  text-align: center;
  border-radius: 30px; 
  font-size: 0.85em;
  color: #999;
}

.input-box a {
	text-decoration: none;
	color: #6b21a8;
}

.send {
  margin-left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #a855f7, #ec4899);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.avatar img {
	width: 60px;
	margin: -5px 0 0 0;
}
.btn img {
	width: 38px;
  margin: 0px 15px 0 0;
}
.info {
font-size: 1em;
  color: #292929;
  line-height: 1.5;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #f2dcf4;
  border-radius: 10px;
}
.h2Info {
	text-align: center;
  font-size: 1.2em;
  margin: -5px auto 5px auto;
  color: #6a20a7;
}

.system-status {
  display: none;
  }
  
.progress-box {
	display: flex;
  justify-content: space-around;
  background-color: #a219c9;
  border-radius: 0 0 15px 15px;
  margin: -5px 0 10px 0;
  color: white;
}

.acc-content {
padding: 25px 10px 10px 10px;
max-width: 350px;
  margin: -20px auto 0 auto;
border: 1px solid #e8bef3;
  border-radius: 0 0 15px 15px;
border-top: 0;
max-height: 1000px;
transition: opacity 1s ease;
}

.acc-content strong {
	color: #b31ede;
}

.acc-content {
  display: none;
  background-color: white;
}

.acc-content.animating {
  animation: bgFade 0.6s ease;
}

@keyframes bgFade {
  0% {
    background-color: #e8bef3;
  }
  70% {
    background-color: #f5d9fb;
  }
  100% {
    background-color: #ffffff;
  }
}

.overlayLoad {
position: fixed;  
background-color: #fff;
  z-index: 99999;
  left: 0;
  right: 0;
  max-width: 470px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
justify-self: center;
  width: 100%;
  height: 100%;
  max-height: 800px;
  border-radius: 5px;
}
@media (max-height:780px){
	.overlayLoad {		
		max-height: 100svh; 
		border-radius: 0;
	}
}

  .loading-message {
	  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
    text-align: center;
  margin: 0 auto;
  width: 300px;
  height: 400px;
  font-size: 1.4rem;
  color: #c128bf;
  }

  .loading-message img {
    max-width: 80vw;    
    width: 170px;
    height: auto;
    border-radius: 50%;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

.Loficial {
	text-align: center;
}
.Loficial a {
	display: block;
  border: 1px solid #c933f1;
  border-radius: 20px;
  padding: 10px;
  background: linear-gradient(90deg, #faf5ff, #fff);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
}


#textoIntro img {
	width: 38px;
  float: left;
  margin: 3px 3px 0 0;
  border: 1px solid #a414d0;
  border-radius: 50%;
}

.catDin {
	color: #ac29d4;
}


.input button {
	border: none;
  background: none;
  cursor: pointer;
  color: #6515bd;
}


btn-confirmado,
.btn-finalizado {
    text-decoration: none;
    background-color: #36de2d;
    padding: 10px;
    color: #465dd4;
    font-weight: 700;
    font-size: 1.3em;
    border-radius: 10px;
    margin-top: 3px;
    display: inline-block;
}
.modal-oculto {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
}
.modal-conteudo {
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    width: auto;
    max-width: 400px;
    max-height: 80vh;
    overflow-y: auto;
    text-align: center;
    position: relative;
}
.fechar {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
  background-color: #ae21b2;
  width: auto;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-top-left-radius: 5px;
  right: 0;
  z-index: 9;
}
.acoes-termos,
.acoes-saida {
    margin-top: 20px;
}
.acoes-termos button,
.acoes-saida button {
    margin: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}
.btn-aceitar {
    background-color: #4caf50;
    color: #fff;
}
.btn-discordar {
    background-color: #f44336;
    color: #fff;
}

.overlayContato {
    display: none;
    position: fixed;
    top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 999;
}
.modalContato {
    display: none;
    position: fixed;
	height: 100svh;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 20px;
	width: 400px;
	max-width: 90%;
	z-index: 1000;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	max-height: 600px;
}
.closeContato {
    background-color: #d4af37;
  position: fixed;
  top: -5px;
  left: 0;
  cursor: pointer;
  z-index: 9;
  color: #fff;
  font-size: 27px;
  width: auto;
  height: 40px;
  border: none;
  border-bottom-right-radius: 8px;
  right: 0;
}

	.send-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4ade80, #16a34a);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 2px 5px rgb(22 163 74 / 0.3);
    cursor: pointer;
    transition: transform 0.1s;
}
.send-btn:active {
    transform: scale(1);
}
.send-btn span {
    font-size: 16px;
    margin-left: 2px;
}
.termos {
    margin-top: 8px;
    text-align: center;
    font-size: 0.85rem;
}
.termos a {
    color: #94a3b8;
    text-decoration: none;
    margin: 0 6px;
    transition: color 0.2s;
}
.termos a:hover {
    color: var(--accent);
}


#menuToggle {
	position: relative;    
	margin: 0;
}
.hamburger {
	position: absolute;
	width: 30px;
	right: 0;
	font-weight: bold;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #a219c9;    
}

.theme-menu {
  position: absolute;
  top: 55px;
  left: auto;
  width: 100%;
  max-width: 446px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 15px;  
  z-index: 1000;
  animation: fadeIn 0.2s ease;
  border: 1px solid #9d17c4;
  border-top: 0;
}

.hidden {
  display: none;
}

.theme-menu .titleMenu {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #777;
  margin: 10px 5px 5px;
  text-transform: uppercase;
}

.theme-menu button {
  width: 100%;
  border: none;
  background: #efdfff;
  padding: 10px;
  margin: 5px 0;
  border-radius: 8px;

  font-size: 15px;
  cursor: pointer;

  transition: all 0.2s ease;
}

.theme-menu button:hover {
  background: #e0e0e0;
  transform: translateX(3px);
}

.theme-menu button + .titleMenu {
  margin-top: 15px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.dot {    
    animation: pulse 2s infinite;
    
}
@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
#onlineCount {
    transition: transform 0.3s ease;
}

.msg-ap {
  display: none;
  position: absolute;
  margin: -20px 0 0 0;
  background: #0cb2f9;
  padding: 2px 10px;
  border-radius: 15px;
  color: #fff;
  font-size: 1em;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  z-index: 99;
}

