.elementor-9367 .elementor-element.elementor-element-7c20d3d{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-9367 .elementor-element.elementor-element-7c20d3d:not(.elementor-motion-effects-element-type-background), .elementor-9367 .elementor-element.elementor-element-7c20d3d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F1F5;}.elementor-9367 .elementor-element.elementor-element-9c98bc5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-9367 .elementor-element.elementor-element-73ce034{--display:flex;}.elementor-9367 .elementor-element.elementor-element-73ce034:not(.elementor-motion-effects-element-type-background), .elementor-9367 .elementor-element.elementor-element-73ce034 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-9367 .elementor-element.elementor-element-0597b8d img{border-style:none;}.elementor-9367 .elementor-element.elementor-element-27ed414 .uael-infobox,  .elementor-9367 .elementor-element.elementor-element-27ed414 .uael-separator-parent{text-align:center;}.elementor-9367 .elementor-element.elementor-element-27ed414 .uael-image img{width:150px;}.elementor-9367 .elementor-element.elementor-element-27ed414 .uael-image .uael-image-content img{transition-duration:0.3s;}.elementor-9367 .elementor-element.elementor-element-27ed414 .uael-infobox-title-prefix{font-size:1.3rem;font-weight:900;color:var( --e-global-color-text );margin:0px 0px 0px 0px;}.elementor-9367 .elementor-element.elementor-element-27ed414 .uael-infobox-title{font-size:1.5rem;font-weight:900;color:var( --e-global-color-primary );margin:0px 0px 10px 0px;}.elementor-9367 .elementor-element.elementor-element-0227286{--display:flex;}@media(min-width:768px){.elementor-9367 .elementor-element.elementor-element-9c98bc5{--width:100%;}}@media(max-width:1600px){.elementor-9367 .elementor-element.elementor-element-7c20d3d{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-9367 .elementor-element.elementor-element-7c20d3d{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-9367 .elementor-element.elementor-element-7c20d3d{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS *//* Shared styles for front/admin minimal look */
.nfc-container {
  max-width: 740px;
  margin: 16px auto;
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.nfc-card-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    padding: 12px 16px;
    font-size: 14px;
}

.nfc-choice {
  display: grid;
  grid-template-columns: 1 fr 1 fr;
  gap: 12px;
  margin-bottom: 12px;
}
.nfc-btn {
  width: 100%;
  padding: 12px;
  border: 0;
  border-radius: 10px;
  background: #c10016;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.nfc-btn:hover { background:#a00013; }
.nfc-btn-grey { background: #666; }
.nfc-warning, .nfc-error, .nfc-success {
  padding: 12px; border-radius: 10px; margin: 12px 0;
}
.nfc-warning { background:#fff4ce; }
.nfc-error { background:#fee2e2; }
.nfc-success { background:#e6ffed; }

#nfc-upload input[type=file] { width: 100%; margin-bottom: 8px; }

.nfc-video-wrap {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
}
#nfc-video { width: 100%; height: auto; display:block; }

.nfc-zoom { margin: 8px 0; }
.nfc-camera-footer {
  position: sticky;
  bottom: 8px;
  display: flex;
  gap: 8px;
  background: #fff;
  padding: 8px 0 0;
}
body.nfc-camera-open { overscroll-behavior: contain; }

.nfc-loading {
  margin-top: 12px;
  background: #eef2ff;
  padding: 10px;
  border-radius: 10px;
}
.nfc-response { margin-top: 12px; }

.nfc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.nfc-table th, .nfc-table td {
  border-bottom: 1px solid #eee;
  padding: 8px;
  text-align: left;
}
.nfc-pre {
  white-space: pre-wrap;
  max-height: 220px;
  overflow: auto;
  background: #f7f7f7;
  padding: 8px;
  border-radius: 8px;
}
.nfc-list {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    max-width: 100%;
}


.nfc-card-header {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.nfc-card-body div {
    margin-bottom: 4px;
    text-align: center;
}

.nfc-status {
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
}


.nfc-status.aprovado {
    background-color: #d4edda;
    color: #155724;
}

.nfc-status.recusado {
    background-color: #f8d7da;
    color: #721c24;
}

.nfc-status.erro {
    background-color: #f8d7da;
    color: #721c24;
}

.nfc-status.aguardando {
    background-color: #fff3cd;
    color: #856404;
}


.nfc-dashboard {
    display: flex;
    /*gap: 20px;*/
    flex-wrap: wrap;
    margin: 16px auto;
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 4px 18px rgba(0,0,0,.06);
}
.nfc-card {
    flex: 1;
    min-width: 200px;
    background: #f4f4f4;
    border-radius: 8px;
    border-color: #000;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}
.nfc-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    color: #333;
}
.nfc-card p {
    font-size: 24px;
    font-weight: bold;
    color: #0073aa;
}
/* Estilo para a área de paginação */
.nfc-pagination {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

/* Estilo para os links de página */
.nfc-pagination a,
.nfc-pagination span {
  padding: 8px 14px;
  background-color: #c10016;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

/* Hover nos links */
.nfc-pagination a:hover {
  background-color: #a30013;
}

/* Página atual */
.nfc-pagination .current {
  background-color: #d2d2d2;
  color: #c10016;
  cursor: default;
}

/* Desabilitado (se quiser usar) */
.nfc-pagination .disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}
.page-numbers {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.page-numbers li a,
.page-numbers li span {
  padding: 8px 14px;
  background-color: #c10016;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 480px) {
  .nfc-choice { grid-template-columns: 1 fr; }
  .nfc-camera-footer {
    z-index: 9999;
    /*position: fixed;*/
    position: relative;
    left: 0; right: 0; bottom: 0;
    padding: 10px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 -4px 10px rgba(0,0,0,.08);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; 
}
.nfc-list {
    max-width: 100%;
}

}/* End custom CSS */