.elementor-9384 .elementor-element.elementor-element-f55d1f2{--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-9384 .elementor-element.elementor-element-ff8699c{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-9384 .elementor-element.elementor-element-ff8699c:not(.elementor-motion-effects-element-type-background), .elementor-9384 .elementor-element.elementor-element-ff8699c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F0F1F5;}.elementor-9384 .elementor-element.elementor-element-8fb38b2{--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-9384 .elementor-element.elementor-element-82803be{--display:flex;}.elementor-9384 .elementor-element.elementor-element-82803be:not(.elementor-motion-effects-element-type-background), .elementor-9384 .elementor-element.elementor-element-82803be > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-9384 .elementor-element.elementor-element-d65881b img{border-style:none;}.elementor-9384 .elementor-element.elementor-element-66cd671{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-9384 .elementor-element.elementor-element-8616711{--display:flex;}.elementor-9384 .elementor-element.elementor-element-07d5e56{--display:flex;}.elementor-9384 .elementor-element.elementor-element-68e352b{--display:flex;}@media(min-width:768px){.elementor-9384 .elementor-element.elementor-element-8fb38b2{--width:100%;}.elementor-9384 .elementor-element.elementor-element-07d5e56{--width:100%;}.elementor-9384 .elementor-element.elementor-element-68e352b{--content-width:69%;}}@media(max-width:1600px){.elementor-9384 .elementor-element.elementor-element-ff8699c{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-9384 .elementor-element.elementor-element-ff8699c{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-9384 .elementor-element.elementor-element-ff8699c{--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: 560px;
  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;
  /*  gap: 12px;*/
    margin-top: 20px;
    max-width: 30%;
}


.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;
}
@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 */