
/****************************************************************************** DISPLAY *****************************************************************************/
/****************************************************************************** DISPLAY *****************************************************************************/
/****************************************************************************** DISPLAY *****************************************************************************/

.send-web-push-ads:not([type]), .send-web-push-ads[type="video"]{
    min-width: 250px;
    min-height: 250px;
}

.send-web-push-ads:not([type]):before, .send-web-push-ads[type="video"]::before{ 
    display: block; 
    width: 100%; 
    text-align: center; 
    text-transform: uppercase; 
    font-size: 10px; 
    margin-bottom: 10px; 
    letter-spacing: 1.53px; 
    color: #000000; 
    content: var(--swp-before-text);
}


/****************************************************************************** REWARDS *****************************************************************************/
/****************************************************************************** REWARDS *****************************************************************************/
/****************************************************************************** REWARDS *****************************************************************************/

:root{--swp-bg:#f6f9ff;--swp-card:#ffffff;--swp-text:#0f172a;--swp-muted:#6b7280;--swp-primary:#ff8a00;--swp-primary-dark:#f07000;--swp-shadow:0 20px 60px rgba(15,23,42,.15);--swp-font:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}

.swp-reward-wrap{position: absolute !important; backdrop-filter: blur(3px) !important; -webkit-backdrop-filter: blur(3px) !important; z-index: 98 !important; display: flex !important; justify-content: center !important; margin-top: 0px !important; width: 100% !important; height: 100% !important;}
.swp-reward-modal {z-index: 99 !important; flex-direction: column !important; border: 1px !important; box-shadow: 0px 4px 54px 0px #00000026 !important; background: white !important; display: flex !important; justify-content: center !important; border-radius: 10px !important; top: 120px !important; margin-top: 35px !important; position: sticky !important; width: 20rem !important; height: 330px !important; margin-right: 0px  !important;}

.swp-reward-card{justify-content: center !important; flex-direction: column !important; padding: 0px 15px 0 15px !important; font-family:var(--swp-font) !important}
.swp-reward-icon{width:72px !important; height:72px !important; margin:0 auto 12px !important; border-radius:50% !important; display:grid !important; place-items:center !important; font-size:34px !important; background:#eef6ff !important; box-shadow:inset 0 0 0 6px #e8f1ff, 0 10px 20px rgba(59,130,246,.15)}
.swp-reward-title{margin:4px 0 6px !important; text-align:center !important; font-size:20px !important; line-height:1.2 !important; color:var(--swp-text) !important; font-weight:700 !important}
.swp-reward-desc{margin:0 0 10px !important; text-align:center !important; color:var(--swp-muted) !important; font-size:14px !important}
/* @keyframes swp-reward-pulse{0%{transform:translateZ(0) scale(1);box-shadow:0 8px 20px rgba(255,138,0,.35)}50%{transform:scale(1.15);box-shadow:0 14px 30px rgba(255,138,0,.75)}100%{transform:scale(1);box-shadow:0 8px 20px rgba(255,138,0,.35)}} */
.swp-reward-cta{display:block !important; margin:0 auto !important; border:0 !important; border-radius:999px !important; padding:14px 28px !important; font-weight:800 !important; letter-spacing:.3px !important; text-transform:uppercase !important; background:linear-gradient(180deg,#ff9a1f 0%,var(--swp-primary) 55%,var(--swp-primary-dark) 100%) !important; color:#fff !important; cursor:pointer !important; box-shadow:0 8px 20px rgba(255,138,0,.35) !important;} /* animation:swp-reward-pulse 1.8s ease-in-out infinite !important */
.swp-reward-cta:hover{filter:brightness(1.05) !important}
.swp-reward-card:focus-within .swp-reward-cta{outline:2px solid #ffb24d !important; outline-offset:3px !important}
.swp-reward-footer{text-align: center !important; font-size: 12px !important; color: #c9c9c9 !important; top: 20px !important; position: relative !important;}



.swp-quiz-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  font-family: "Inter", Arial, sans-serif;
}

.swp-quiz-container {
  background: #fff;
  border-radius: 10px;
  padding: 32px 24px;
  width: 90%;
  max-width: 480px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  text-align: center;
  height: auto;
}

.swp-quiz-progress {
  width: 100%;
  height: 5px;
  background: #e5e7eb;
  border-radius: 5px;
  margin-bottom: 24px;
  overflow: hidden;
}

.swp-quiz-progress-bar {
  height: 100%;
  background: #10437b;
  border-radius: 5px;
  width: 0%;
  transition: width 0.4s ease;
}

#question-number {
  display: none; /* não aparece no print */
}

#question-text {
  font-size: 20px;
  color: #3f3f3f;
  font-weight: 500;
  margin-bottom: 28px;
  line-height: 1.4;
}

#options-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.quiz-option {
  background: #10437b;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}


/* Texto abaixo do botão (ex: “Veja um anúncio para continuar”) */
#options-container div[style*="text-align: center"] {
  color: #a1a1a1 !important;
  font-size: 13px !important;
  margin-top: 8px !important;
}

/* Loading */
.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.loading-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

.loading-dot {
  width: 8px;
  height: 8px;
  background: #10437b;
  border-radius: 50%;
  animation: loadingPulse 1.4s ease-in-out infinite both;
}

.loading-dot:nth-child(1) { animation-delay: -0.32s; }
.loading-dot:nth-child(2) { animation-delay: -0.16s; }

.loading-text {
  font-size: 15px;
  color: #94a3b8;
}

@keyframes loadingPulse {
  0%, 80%, 100% { transform: scale(0); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

/* Transição suave de fade */
.swp-quiz-overlay.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

/****************************************************************************** AD WALL *****************************************************************************/
/****************************************************************************** AD WALL *****************************************************************************/
/****************************************************************************** AD WALL *****************************************************************************/



  .reward_modal_button {
    padding: unset !important;
    text-transform: unset !important;
    cursor: pointer !important;
    background: #161A26 !important;
    border-radius: 10px !important;
    width: 250px !important;
    height: 50px !important;
    color: white !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 27.55px !important;
    display: block !important;
  }

  .reward_modal_button:after {
    display: none !important;
  }

  /* .swp_reward_blur {
    position: absolute;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 98;
    width: 100%;
  } */


/****************************************************************************** VIDEO *****************************************************************************/
/****************************************************************************** VIDEO *****************************************************************************/
/****************************************************************************** VIDEO *****************************************************************************/


.vjs-big-play-button {
    width: 4rem !important;
    height: 4rem !important;
    border-radius: 50% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: none !important;
    z-index: 10 !important;
}

.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 3rem !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    text-align: center !important;
}

.vjs-big-play-button .vjs-icon-placeholder::before {
    content: "\f101" !important;
    font-family: VideoJS !important;
    font-size: 2rem !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
}


.video-js-box {
    position: fixed !important;
    margin: 0 !important;
    padding: 0 !important;
    right: 10px !important;
    bottom: 300px !important;
    width: 320px !important;
    height: 180px !important;
    top: initial !important;
    left: inherit !important;
}

.vjs-close-button {
    position: relative !important;
    top:  -25px !important;
    left: 0px !important;
    width: 25px !important;
    height: 25px !important;
    background: rgba(0, 0, 0, 0.7) !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: bold !important;
    display: none;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    z-index: 9999;
    color: white !important;
    background-color: grey !important;
    font-family: arial, verdana, sans-serif !important;
}


/****************************************************************************** PRELOADER *****************************************************************************/
/****************************************************************************** PRELOADER *****************************************************************************/
/****************************************************************************** PRELOADER *****************************************************************************/


#preloaderswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.spinnerswp {
	width: 80px;
	height: 80px;
	border: 2px solid #dedede;
	border-top-color: #2a02ad;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}




/****************************************************************************** CHATBOT *****************************************************************************/
/****************************************************************************** CHATBOT *****************************************************************************/
/****************************************************************************** CHATBOT *****************************************************************************/

:root{
  --wa-green:#128C7E;
  --wa-green-dark:#075E54;
  --wa-bg:#0b141a; /* not used directly; kept for theming */
  --panel:#ededed;
  --chat-bg:#e5ddd5;
  --bubble-left:#ffffff;
  --bubble-right:#dcf8c6;
  --text:#111;
  --muted:#667781;
  --shadow:0 10px 25px rgba(0,0,0,.15);
  --radius:14px;
}
.swp-body *{box-sizing:border-box}
.swp-html,.swp-body{height:100%}
.swp-body{
  margin:0; font:14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  background:#222; display:grid; place-items:center; 
}

.swp-ad-card{align-self:center; background:#ffeb3b; color:#111; border:2px solid #f5da00; padding:18px; text-align:center; border-radius:12px; width:min(420px, 95%)}

.swp-phone{width:100%; height:calc(100vh); background:#f8f8f8; overflow:hidden; box-shadow:var(--shadow); display:grid; grid-template-rows:56px 1fr 68px;}
.swp-topbar{background:var(--wa-green-dark); color:#fff; display:flex; align-items:center; gap:12px; padding:8px 12px;}
.swp-avatar{background-size: cover; background-position: center; background-repeat: no-repeat; width: 48px; height: 48px; border-radius: 50%;}
.swp-title{display:flex; flex-direction:column}
.name{font-weight:600; display:flex; align-items:center; gap:6px}
.swp-badge{width:16px;height:16px;border-radius:50%;background:#25D366; display:inline-grid; place-items:center}
.swp-badge svg{width:12px;height:12px; fill:white}
.swp-status{font-size:12px;color:#d5f5e3}
.swp-icon{width:22px;height:22px;fill:white}
.swp-chat{position:relative; overflow:auto; background:var(--chat-bg); padding:16px 16px 24px 16px; background-image: url('http://cdn.sendwebpush.com/sendwebpush/server_services/v25.0/img/background.png'); }
.swp-day-sep{position:sticky; top:8px; margin:8px auto; width:max-content; padding:6px 10px; border-radius:999px; font-size:12px; color:#54656f; background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.08)}
.swp-messages{display:flex; flex-direction:column; gap:10px; position:relative}
.swp-msg{max-width:min(72%, 660px); padding:8px 10px; border-radius:10px; position:relative; word-wrap:break-word; box-shadow:0 1px 0 rgba(0,0,0,.08)}
.swp-msg p{margin:0 0 2px 0}
.swp-msg .meta{display:flex; gap:8px; align-items:center; justify-content:flex-end; font-size:11px; color:#7a7a7a}
.swp-left{align-self:flex-start; background:var(--bubble-left); border-top-left-radius:0}
.swp-right{align-self:flex-end; background:var(--bubble-right); border-top-right-radius:0}
.swp-composer{display:flex; align-items:center; gap:8px; background:#f0f2f5; padding:10px; border-top:1px solid #e1e1e1;}
.swp-input-wrap{flex:1; position:relative}
.swp-input{width:100%; border:1px solid #e1e1e1; background:dedede; border-radius:999px; padding:12px 48px 12px 14px; outline:none}
.swp-send{
  position:absolute; right:6px; top:50%; transform:translateY(-50%);
  width:36px;height:36px;border-radius:50%; border:none; cursor:pointer; background:var(--wa-green); color:white; display:grid; place-items:center; box-shadow:var(--shadow)
}
.swp-send:active{transform:translateY(-50%) scale(.98)}

@media (max-width:720px){ .swp-msg{max-width:86%}}

.swp-btn-blue { background-color: #007BFF; color: white; padding: 10px 30px; margin: 5px; font-size: 18px; font-weight: bold; border: none; border-radius: 8px; cursor: pointer; box-shadow: 0 5px 15px rgba(0, 123, 255, 0.4); transition: all 0.3s ease; text-decoration: none !important; width: 15rem; }
.swp-btn-blue:hover { background-color: #0056b3; box-shadow: 0 8px 20px rgba(0, 86, 179, 0.6); transform: scale(1.05);}
.swp-btn-blue:active { transform: scale(0.95); }
.swp-p{ margin: 25px 0 15px 0 !important; }