/* _content/CurriculoInteligenteApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fk6kif5xzd] {
  position: relative;
  display: flex;
  flex-direction: column;
}

main[b-fk6kif5xzd] {
  flex: 1;
}

.chat-header[b-fk6kif5xzd] {
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  gap: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 7vw;
  padding-right: 7vw;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  background: #02a97f;
}

@media (min-width: 768px) {
  .chat-header[b-fk6kif5xzd] {
    height: 4rem;
    flex-direction: row;
    gap: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
  }
}

.logo-container[b-fk6kif5xzd] {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-shrink: 0;
}

.logo-svg[b-fk6kif5xzd] {
  height: auto;
  width: auto;
  margin-top: 0.5rem;
}

.sidebar[b-fk6kif5xzd] {
  background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fk6kif5xzd] {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d6d5d5;
  justify-content: flex-end;
  height: 3.5rem;
  display: flex;
  align-items: center;
}

.top-row[b-fk6kif5xzd]  a,
.top-row[b-fk6kif5xzd]  .btn-link {
  white-space: nowrap;
  margin-left: 1.5rem;
  text-decoration: none;
}

.top-row[b-fk6kif5xzd]  a:hover,
.top-row[b-fk6kif5xzd]  .btn-link:hover {
  text-decoration: underline;
}

.top-row[b-fk6kif5xzd]  a:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
  .top-row[b-fk6kif5xzd] {
    justify-content: space-between;
  }

  .top-row[b-fk6kif5xzd]  a,
  .top-row[b-fk6kif5xzd]  .btn-link {
    margin-left: 0;
  }
}

@media (min-width: 641px) {
  .page[b-fk6kif5xzd] {
    flex-direction: row;
  }

  .sidebar[b-fk6kif5xzd] {
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
  }

  .top-row[b-fk6kif5xzd] {
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .top-row.auth[b-fk6kif5xzd]  a:first-child {
    flex: 1;
    text-align: right;
    width: 0;
  }

  .top-row[b-fk6kif5xzd],
  article[b-fk6kif5xzd] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}

#blazor-error-ui[b-fk6kif5xzd] {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss[b-fk6kif5xzd] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.main-full[b-fk6kif5xzd] {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.menu-button[b-fk6kif5xzd] {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.main-content[b-fk6kif5xzd] {
  display: flex;
  flex-direction: column;
  height: 100vh;
}


.badge-experimental[b-fk6kif5xzd] {
  background: white;
  padding: 8px 16px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
}

.badge-experimental:hover[b-fk6kif5xzd] {
  background: white;
  transform: none;
  box-shadow: none;
}

.badge-experimental-text[b-fk6kif5xzd] {
  color: #02a97f;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}
/* _content/CurriculoInteligenteApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q0yg8qk2ba] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-q0yg8qk2ba] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-q0yg8qk2ba] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q0yg8qk2ba] {
    font-size: 1.1rem;
}

.bi[b-q0yg8qk2ba] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-q0yg8qk2ba] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-q0yg8qk2ba] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-q0yg8qk2ba] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-q0yg8qk2ba] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q0yg8qk2ba] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q0yg8qk2ba] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q0yg8qk2ba]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-q0yg8qk2ba]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-q0yg8qk2ba]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-q0yg8qk2ba] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-q0yg8qk2ba] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-q0yg8qk2ba] {
        display: none;
    }

    .nav-scrollable[b-q0yg8qk2ba] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        /* height: calc(100vh - 3.5rem); */
        overflow-y: auto;
    }
}
/* _content/CurriculoInteligenteApp/Components/Pages/Curriculo.razor.rz.scp.css */
.curriculo-page[b-1qeax999td] {
  /* height: 100vh; */
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  overflow: hidden;
}

.curriculo-content[b-1qeax999td] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  overflow-y: auto;
}

/* Layout responsivo para telas grandes */
@media (min-width: 1024px) {
  .curriculo-content[b-1qeax999td] {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 2rem;
    padding: 0 2rem;
  }

  .curriculo-central-column[b-1qeax999td] {
    flex: 1;
    max-width: 800px;
    margin-bottom: 0;
  }

  .banner-container[b-1qeax999td] {
    width: 300px;
    flex-shrink: 0;
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

/* Layout para telas menores */
@media (max-width: 1023px) {
  .curriculo-content[b-1qeax999td] {
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
  }

  .curriculo-central-column[b-1qeax999td] {
    width: 100%;
    max-width: 800px;
    margin-bottom: 2rem;
    padding: 1.5rem;
  }

  .banner-container[b-1qeax999td] {
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
    margin-bottom: calc(2rem + 80px);
  }

  .banner-container .banner-desktop-only[b-1qeax999td] {
    display: none !important;
  }

  .banner-container .banner-item:first-child[b-1qeax999td] {
    display: flex !important;
  }
}


.banner-item[b-1qeax999td] {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.banner-item-content[b-1qeax999td] {
  text-align: center;
  padding: 1rem;
}



.curriculo-central-column[b-1qeax999td] {
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  padding: 2rem;
  background-color: #ffffff;
  position: relative;
  flex: 1;
  margin-bottom: 80px;
}

.email-container[b-1qeax999td] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 18px;
  margin-bottom: 12px;
}

.refugiado-container[b-1qeax999td] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: 18px;
  margin-bottom: 12px;
}

.refugiado-label[b-1qeax999td] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
}

.section-title-h4[b-1qeax999td] {
  font-size: 14px; 
  font-weight: 600;
}

.email-lock[b-1qeax999td] {
  width: 16px;
  height: 16px;
  margin-left: 4px;
}

.modal-logos[b-1qeax999td] {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
}

.refugiado-info-button[b-1qeax999td] {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.email-title[b-1qeax999td] {
  font-weight: 600;
}

.email-text[b-1qeax999td] {
  margin-bottom: 0;
}

.container-icon[b-1qeax999td] {
  width: 18px;
}

.personal-info-section[b-1qeax999td] {
  margin-bottom: 2rem;
}

.add-information[b-1qeax999td] {
  position: relative;
  background-color: var(--success-50);
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: inline-block;
  width: 90%;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.add-information.sugestao-aceita[b-1qeax999td] {
  background-color: transparent;
}

.add-information.sugestao-rejeitada[b-1qeax999td] {
  background-color: transparent;
}

.add-information.empty[b-1qeax999td] {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 2px;
}

.add-information.selected[b-1qeax999td] {
  background-color: var(--primary-50);
  border: 2px solid var(--primary-500);
  box-shadow: 0 0 0 2px var(--primary-100);
}

.add-information.empty-non-required[b-1qeax999td] {
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

.add-information h1[b-1qeax999td] {
  font-size: 36px;
  font-weight: 600;
  color: var(--gray-900);
}

.add-information h2[b-1qeax999td] {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-500);
}

.contact-info[b-1qeax999td] {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.contact-left[b-1qeax999td],
.contact-right[b-1qeax999td] {
  flex: 1;
  min-width: 250px;
}

.contact-item[b-1qeax999td] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.contact-item img[b-1qeax999td],
.contact-item svg[b-1qeax999td] {
  width: 16px;
  height: 16px;
  color: #009e6e;
}

.section[b-1qeax999td] {
  margin-bottom: 2rem;
  position: relative;
}

.section-title[b-1qeax999td] {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gray-400);
  display: inline-block;
  width: 100%;
}

.section-content[b-1qeax999td] {
  font-size: 1rem;
  line-height: 1.6;
  color: #34495e;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #f0f8f0;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}

.section-content:hover[b-1qeax999td] {
  background-color: #e8f5e8;
}

.experiencia-section[b-1qeax999td] {
  margin-bottom: 1rem;
}

.experiencia-item[b-1qeax999td] {
  margin-bottom: 0;
}

.experiencia-item .container-campo-icones[b-1qeax999td] {
  margin-bottom: 0.75rem;
}

.experiencia-item .container-campo-icones:last-child[b-1qeax999td] {
  margin-bottom: 0;
}

.experiencia-header[b-1qeax999td] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-weight: 600;
  color: var(--gray-900);
}

.empresa-text[b-1qeax999td] {
  font-weight: 600;
}

.educacao-item[b-1qeax999td] {
  padding-top: 1rem;
}

.cursos-list[b-1qeax999td] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.curso-tag[b-1qeax999td] {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.idiomas-list[b-1qeax999td] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.idioma-item[b-1qeax999td] {
  margin-bottom: 0.5rem;
}

.idioma-header[b-1qeax999td] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.idioma-tag[b-1qeax999td] {
  font-weight: 600;
  font-size: 16px;
  color: #374151;
  padding: 0.25rem 0;
}

.idioma-actions[b-1qeax999td] {
  display: flex;
  gap: 0.25rem;
}

.button-icon-small[b-1qeax999td] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-icon-small:hover[b-1qeax999td] {
  background-color: #e5e7eb;
}

.button-icon-small img[b-1qeax999td] {
  width: 12px;
  height: 12px;
  opacity: 0.6;
}

.button-icon-small:hover img[b-1qeax999td] {
  opacity: 1;
}

.niveis-idioma[b-1qeax999td] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.nivel-item[b-1qeax999td] {
  font-size: 14px;
  color: #6b7280;
  padding: 0.125rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nivel-item strong[b-1qeax999td] {
  color: #374151;
  font-weight: 500;
}

.nivel-idioma-tag[b-1qeax999td] {
  padding: 0.5rem 1rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.edit-icon[b-1qeax999td] {
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  margin-left: 0.5rem;
}

.cargo-experiencia[b-1qeax999td] {
  font-weight: 500;
}

.empresa-experiencia[b-1qeax999td] {
  font-weight: 600;
}

.experiencia-segmento-porte[b-1qeax999td] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.segmento-experiencia[b-1qeax999td] {
  font-weight: 500;
}

.porte-text[b-1qeax999td] {
  color: #6b7280;
  font-size: 0.9rem;
}

.porte-experiencia[b-1qeax999td] {
  font-weight: 500;
}

.back-button-container[b-1qeax999td] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e5e7eb;
  z-index: 100;
  gap: 2rem;
}

.back-to-assistant-btn[b-1qeax999td] {
  background-color: white;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.back-to-assistant-btn:hover[b-1qeax999td] {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.save-btn[b-1qeax999td] {
  background-color: var(--gray-600);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.loading-container[b-1qeax999td] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.loading-spinner[b-1qeax999td] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid #009e6e;
  border-radius: 50%;
  animation: spin-b-1qeax999td 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin-b-1qeax999td {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-overlay[b-1qeax999td] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal-content[b-1qeax999td] {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}

.modal-content h3[b-1qeax999td] {
  margin: 0 0 1rem 0;
  color: #2c3e50;
}

.modal-content p[b-1qeax999td] {
  margin: 0 0 1.5rem 0;
  color: #6c757d;
}

.modal-actions[b-1qeax999td] {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.btn-secondary[b-1qeax999td],
.btn-danger[b-1qeax999td] {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-secondary[b-1qeax999td] {
  background-color: #6c757d;
  color: white;
}

.btn-secondary:hover[b-1qeax999td] {
  background-color: #5a6268;
}

.btn-danger[b-1qeax999td] {
  background-color: #dc3545;
  color: white;
}

.btn-danger:hover[b-1qeax999td] {
  background-color: #c82333;
}

@media (max-width: 768px) {
  .curriculo-central-column[b-1qeax999td] {
    padding: 1rem;
    margin-bottom: 80px;
  }

  .back-button-container[b-1qeax999td] {
    padding: 1rem;
  }

  .contact-info[b-1qeax999td] {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-left[b-1qeax999td],
  .contact-right[b-1qeax999td] {
    min-width: auto;
  }

  .cargo[b-1qeax999td] {
    font-size: 1.1rem;
  }

  .experiencia-header[b-1qeax999td] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    font-size: 18px;
  }

  .educacao-item[b-1qeax999td] {
    flex-direction: column;
    gap: 0.5rem;
  }

  .modal-content[b-1qeax999td] {
    margin: 1rem;
    padding: 1.5rem;
  }

  .modal-actions[b-1qeax999td] {
    flex-direction: column;
  }

  .add-information[b-1qeax999td],
  .add-information.campo-selecionado[b-1qeax999td],
  .diff-container[b-1qeax999td] {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .curriculo-central-column[b-1qeax999td] {
    padding: 0.75rem;
    margin-bottom: 80px;
  }

  .back-button-container[b-1qeax999td] {
    padding: 0.75rem;
  }

  .nome[b-1qeax999td] {
    font-size: 1.75rem;
  }

  .cargo[b-1qeax999td] {
    font-size: 1rem;
  }

  .section-title[b-1qeax999td] {
    font-size: 1.2rem;
  }

  .add-information[b-1qeax999td],
  .add-information.campo-selecionado[b-1qeax999td],
  .diff-container[b-1qeax999td] {
    width: 100%;
  }
}

.container-campo-icones[b-1qeax999td] {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.button-icon[b-1qeax999td] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--gray-900);
  transition: all 0.3s;
}

.button-icon:hover[b-1qeax999td] {
  color: var(--primary-green);
}

.contact-field-spacing[b-1qeax999td] {
  margin-bottom: 0.5rem;
}

.required-asterisk[b-1qeax999td] {
  color: var(--error-500);
}

.mensagem-salvar[b-1qeax999td] {
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.mensagem-salvar[b-1qeax999td]::before {
  content: '⚠';
  font-size: 1rem;
}

.mensagem-sucesso[b-1qeax999td] {
  color: #059669;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.mensagem-sucesso[b-1qeax999td]::before {
  font-size: 1rem;
}

.container-message[b-1qeax999td] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.diff-container[b-1qeax999td] {
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0;
  width: 90%;
  cursor: pointer;
}

.diff-old[b-1qeax999td] {
  background-color: #ecfdf3;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.diff-new[b-1qeax999td] {
  background-color: #ecfdf3;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.idioma-nome[b-1qeax999td] {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}

.idioma-niveis[b-1qeax999td] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.educacao-info[b-1qeax999td] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.curso-educacao[b-1qeax999td] {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}

.instituicao-educacao[b-1qeax999td] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.periodo-educacao[b-1qeax999td] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.idioma-info[b-1qeax999td] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.experiencia-info[b-1qeax999td] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.campo-selecionado[b-1qeax999td] {
  border: 1px solid var(--success-800);
}

.add-information.empty.campo-selecionado[b-1qeax999td] {
  border: 1px solid var(--gray-700);
  padding: 18px;
}

.add-information.sugestao-aceita.campo-selecionado[b-1qeax999td] {
  border: 1px solid var(--gray-700);
}

.content[b-1qeax999td] {
  margin-bottom: 12px;
}

/* Estilos para o modal de informações sobre refugiados */
.modal-overlay[b-1qeax999td] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content[b-1qeax999td] {
  background-color: white;
  border-radius: 8px;
  padding: 0;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.modal-header[b-1qeax999td] {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1rem 0 1rem;
}

.modal-close[b-1qeax999td] {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.modal-close:hover[b-1qeax999td] {
  background-color: #f3f4f6;
}

.modal-body[b-1qeax999td] {
  padding: 0 1rem 1rem 1rem;
}

.modal-title[b-1qeax999td] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
  text-align: center;
}

.modal-text[b-1qeax999td] {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 1rem;
}

.modal-link[b-1qeax999td] {
  color: #2563eb;
  text-decoration: underline;
  font-size: 0.875rem;
  cursor: pointer;
}

.modal-link:hover[b-1qeax999td] {
  color: #1d4ed8;
}
/* _content/CurriculoInteligenteApp/Components/Pages/Home.razor.rz.scp.css */
.home-bg[b-oh0vkc2rbd] {
  /* min-height: 100vh; */
  min-width: 100vw;
  background: var(--primary-green-gradient);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  padding: 0;
  transition: background 3.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.home-header[b-oh0vkc2rbd] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px 8px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.badge-experimental[b-oh0vkc2rbd] {
  background: white;
  padding: 8px 16px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border: none;
}

.badge-experimental:hover[b-oh0vkc2rbd] {
  background: white;
  transform: none;
  box-shadow: none;
}

.badge-experimental-text[b-oh0vkc2rbd] {
  color: #02a97f;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1;
}

.menu-btn[b-oh0vkc2rbd] {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.home-main[b-oh0vkc2rbd] {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.home-title[b-oh0vkc2rbd] {
  color: var(--text-white);
  font-size: 1.35rem;
  font-weight: 700;
  text-align: center;
  margin-top: 32px;
  margin-bottom: 12px;
  letter-spacing: 0.01em;
}

.home-subtitle[b-oh0vkc2rbd] {
  color: var(--text-white);
  font-size: 1rem;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.5;
  font-weight: 400;
}

.home-form[b-oh0vkc2rbd] {
  width: 100%;
  max-width: 340px;
}

.input-wrapper[b-oh0vkc2rbd] {
  display: flex;
  align-items: center;
  background: var(--bg-white);
  box-shadow: 0 2px 12px var(--shadow-light);
  padding: 0 8px;
  gap: 4px;
  min-height: 56px;
}

.input-icon[b-oh0vkc2rbd] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 32px;
  color: #7b8794;
  font-size: 1.2rem;
}

.home-input[b-oh0vkc2rbd],
.chat-input[b-oh0vkc2rbd] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.08rem;
  padding: 18px 8px 18px 0;
  background: transparent;
  color: #3d495c;
  border-radius: 1px;
  width: 327px;
  height: 96px;
  gap: 6px;
}

.home-input[b-oh0vkc2rbd]::placeholder,
.chat-input[b-oh0vkc2rbd]::placeholder {
  color: #7b8794;
  font-weight: 400;
  opacity: 1;
}

.send-btn[b-oh0vkc2rbd],
.send-button[b-oh0vkc2rbd] {
  background: var(--dark-gray-light);
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
  transition: background 0.2s;
  box-shadow: 0 2px 8px var(--shadow-light);
}
.send-btn:hover[b-oh0vkc2rbd],
.send-button:hover[b-oh0vkc2rbd] {
  background: var(--dark-gray-dark);
}

@media (min-width: 600px) {
  .home-main[b-oh0vkc2rbd] {
    padding-top: 60px;
  }
  .home-title[b-oh0vkc2rbd] {
    font-size: 1.7rem;
  }
  .home-form[b-oh0vkc2rbd] {
    max-width: 400px;
  }
}

@media (max-width: 600px) {
  .home-title[b-oh0vkc2rbd] {
    font-size: 1.1rem;
  }
  .home-form[b-oh0vkc2rbd] {
    max-width: 98vw;
  }
}

.chat-container[b-oh0vkc2rbd] {
  display: flex;
  flex-direction: column;
  background: var(--primary-green-gradient);
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  transition: background 3.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  width: 100%;
}

.chat-messages[b-oh0vkc2rbd] {
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  flex: 1;
}

.message[b-oh0vkc2rbd] {
  display: flex;
  flex-direction: column;
  animation: fadeIn-b-oh0vkc2rbd 0.3s ease-in;
}

.user-message[b-oh0vkc2rbd] {
  align-self: flex-end;
}

.ai-message[b-oh0vkc2rbd] {
  align-self: flex-start;
}

.message-content[b-oh0vkc2rbd] {
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 0.95rem;
}

.user-message .message-content[b-oh0vkc2rbd] {
  background: var(--gray-100);
  color: var(--gray-700);
  border-radius: 8px;
  padding: 12px;
}

.message-time[b-oh0vkc2rbd] {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
  align-self: flex-end;
}

.user-message .message-time[b-oh0vkc2rbd] {
  align-self: flex-end;
}

.ai-message .message-time[b-oh0vkc2rbd] {
  align-self: flex-start;
}

.typing-indicator[b-oh0vkc2rbd] {
  display: flex;
  gap: 0.25rem;
  padding: 0.5rem;
}

.typing-indicator span[b-oh0vkc2rbd] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  animation: typing-b-oh0vkc2rbd 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(1)[b-oh0vkc2rbd] {
  animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2)[b-oh0vkc2rbd] {
  animation-delay: -0.16s;
}

@keyframes typing-b-oh0vkc2rbd {
  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn-b-oh0vkc2rbd {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .chat-input-container {
  padding: 1rem;
  border: 1px solid #d0d5dd;
  border-radius: 8px;
} */

/* .chat-form {
  width: 100%;
  max-width: 600px;
} */

.input-wrapper[b-oh0vkc2rbd] {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.chat-input[b-oh0vkc2rbd] {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 60px;
  max-height: 180px;
  height: auto;
  resize: none;
  border: none;
  outline: none;
  background: transparent;
  padding: 1.15rem 1rem;
  font-size: 1.05rem;
  color: #333;
  border-radius: 8px;
  box-sizing: border-box;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

@media (max-width: 768px) {
  .chat-input[b-oh0vkc2rbd] {
    font-size: 0.97rem;
    padding: 0.9rem 0.7rem;
    min-height: 48px;
    max-height: 130px;
  }
}

.chat-input[b-oh0vkc2rbd]::placeholder {
  color: #999;
}

.chat-input:disabled[b-oh0vkc2rbd] {
  opacity: 0.6;
  cursor: not-allowed;
}

.send-button[b-oh0vkc2rbd] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: #475467;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.send-button:hover:not(:disabled)[b-oh0vkc2rbd] {
  background: #344054;
}

.send-button:disabled[b-oh0vkc2rbd] {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  border-radius: 8px;
}

/* @media (max-width: 768px) {
  .chat-messages {
    padding: 0.75rem;
    max-width: 95%;
    max-height: 50vh;
  }

  .message {
    max-width: 90%;
  }

  .message-content {
    border-radius: 8px;
    padding: 12px;
  }

  .chat-form {
    max-width: 95%;
  }

  .input-wrapper {
    padding: 0.4rem;
  }

  .chat-input {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
  }

  .send-button {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
} */

/* Scrollbar personalizada */
.chat-messages[b-oh0vkc2rbd]::-webkit-scrollbar {
  width: 6px;
}

.chat-messages[b-oh0vkc2rbd]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.chat-messages[b-oh0vkc2rbd]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.chat-messages[b-oh0vkc2rbd]::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.resume-btn[b-oh0vkc2rbd] {
  margin-top: 18px;
  width: 100%;
  max-width: 340px;
  background: var(--primary-green);
  color: var(--text-white);
  border: none;
  border-radius: 10px;
  padding: 14px 0;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 2px 8px var(--shadow-light);
  cursor: pointer;
  transition: background 0.2s;
}
.resume-btn:hover[b-oh0vkc2rbd] {
  background: var(--primary-green-dark);
}

.resume-view[b-oh0vkc2rbd] {
  width: 100%;
  max-width: 340px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  margin: 24px auto 0 auto;
  padding: 22px 18px 18px 18px;
  color: #222;
  font-size: 1rem;
}
.resume-view h2[b-oh0vkc2rbd] {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 2px;
  color: #009e6e;
}
.resume-cargo[b-oh0vkc2rbd] {
  font-size: 1.05rem;
  color: #1ec7a6;
  margin-bottom: 12px;
}
.resume-view section[b-oh0vkc2rbd] {
  margin-bottom: 18px;
}
.resume-view h3[b-oh0vkc2rbd] {
  font-size: 1.08rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #009e6e;
}
.resume-exp[b-oh0vkc2rbd],
.resume-edu[b-oh0vkc2rbd] {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6fff6;
}
.exp-header[b-oh0vkc2rbd] {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #222;
}
.exp-cargo[b-oh0vkc2rbd] {
  color: #009e6e;
}
.exp-nivel[b-oh0vkc2rbd] {
  color: #1ec7a6;
  font-size: 0.98rem;
}
.exp-empresa[b-oh0vkc2rbd],
.exp-periodo[b-oh0vkc2rbd],
.exp-desc[b-oh0vkc2rbd],
.edu-curso[b-oh0vkc2rbd],
.edu-inst[b-oh0vkc2rbd],
.edu-sit[b-oh0vkc2rbd],
.edu-periodo[b-oh0vkc2rbd] {
  font-size: 0.97rem;
  color: #444;
}
.resume-view ul[b-oh0vkc2rbd] {
  padding-left: 18px;
  margin: 0;
}
.resume-view li[b-oh0vkc2rbd] {
  font-size: 0.97rem;
  color: #444;
  margin-bottom: 2px;
}
@media (min-width: 600px) {
  .resume-view[b-oh0vkc2rbd] {
    max-width: 400px;
    padding: 28px 32px 24px 32px;
  }
}

.feedback-subtitle[b-oh0vkc2rbd] {
  font-size: 1.15rem;
  color: #e6fff6;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 18px;
  text-align: center;
  line-height: 1.4;
}

.ver-curriculo-btn[b-oh0vkc2rbd] {
  margin-top: 1rem;
  background: #319197;
  color: #fff;
  border: none;
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ver-curriculo-btn:hover[b-oh0vkc2rbd] {
  background: #1ce588;
}

.modal-overlay[b-oh0vkc2rbd] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.curriculo-modal[b-oh0vkc2rbd] {
  background: #fff;
  border-radius: 1.5rem;
  max-width: 420px;
  width: 95vw;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  padding: 2rem 1.5rem 1.5rem 1.5rem;
  position: relative;
  animation: fadeIn-b-oh0vkc2rbd 0.2s;
}

.close-modal[b-oh0vkc2rbd] {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: color 0.2s;
}
.close-modal:hover[b-oh0vkc2rbd] {
  color: #007bff;
}

.curriculo-header[b-oh0vkc2rbd] {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.7rem;
}
.curriculo-header h2[b-oh0vkc2rbd] {
  margin: 0;
  font-size: 1.4rem;
  color: #665d5d;
  font-weight: 700;
}
.curriculo-cargo[b-oh0vkc2rbd] {
  color: #79827a;
  font-size: 1.05rem;
  margin-top: 0.2rem;
  font-weight: 500;
}

.curriculo-section[b-oh0vkc2rbd] {
  margin-bottom: 1.1rem;
}
.curriculo-section h3[b-oh0vkc2rbd] {
  font-size: 1.08rem;
  color: #333;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.curriculo-exp[b-oh0vkc2rbd],
.curriculo-edu[b-oh0vkc2rbd] {
  margin-bottom: 0.7rem;
  font-size: 0.98rem;
  color: #222;
}
.curriculo-exp strong[b-oh0vkc2rbd],
.curriculo-edu strong[b-oh0vkc2rbd] {
  color: #007bff;
}
.curriculo-section ul[b-oh0vkc2rbd] {
  margin: 0;
  padding-left: 1.2rem;
}
.curriculo-section li[b-oh0vkc2rbd] {
  font-size: 0.97rem;
  color: #444;
  margin-bottom: 0.2rem;
}

@media (max-width: 600px) {
  .curriculo-modal[b-oh0vkc2rbd] {
    padding: 1.2rem 0.5rem 1rem 0.5rem;
  }
  .curriculo-header h2[b-oh0vkc2rbd] {
    font-size: 1.1rem;
  }
  .curriculo-cargo[b-oh0vkc2rbd] {
    font-size: 0.95rem;
  }
  .curriculo-section h3[b-oh0vkc2rbd] {
    font-size: 1rem;
  }
}

.iniciar-btn[b-oh0vkc2rbd] {
  background: #3d495c;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1.15rem;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  padding: 16px 48px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background 0.2s;
  margin: 0 auto;
  display: block;
}
.iniciar-btn:hover[b-oh0vkc2rbd] {
  background: #232b36;
}

.entrar-btn[b-oh0vkc2rbd] {
  background: #3d495c;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1.08rem;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
  padding: 14px 48px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background 0.2s;
  margin: 32px auto 0 auto;
  display: block;
  outline: none;
}
.entrar-btn:hover[b-oh0vkc2rbd] {
  background: #232b36;
}

.loading-overlay[b-oh0vkc2rbd] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
}
.loading-spinner[b-oh0vkc2rbd] {
  border: 6px solid #e0e0e0;
  border-top: 6px solid #009e6e;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  animation: spin-b-oh0vkc2rbd 1s linear infinite;
}
@keyframes spin-b-oh0vkc2rbd {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.chat-bg-whatsapp[b-oh0vkc2rbd] {
  background: #fff;
  background-size: auto;
  background-position: center;
}

.audio-button[b-oh0vkc2rbd] {
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px;
  transition: background 0.2s;
  border-radius: 8px;
}
.audio-button:active[b-oh0vkc2rbd],
.audio-button:focus[b-oh0vkc2rbd],
.audio-button:hover[b-oh0vkc2rbd] {
  background: #eaecf0;
}
.audio-button svg[b-oh0vkc2rbd] {
  width: 40px;
  height: 40px;
  display: block;
}

.input-wrapper textarea.chat-input[b-oh0vkc2rbd] {
  flex: 1;
  border: none;
  outline: none;
  font-size: 1.08rem;
  padding: 18px 8px 18px 0;
  background: transparent;
  color: #3d495c;
  border-radius: 1px;
  min-height: 44px;
  max-height: 120px;
  resize: none;
  width: 100%;
  font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
}

[class^='curriculo-btn-'][b-oh0vkc2rbd] {
  background: #fff;
  border: none;
}

.clear-data-container[b-oh0vkc2rbd] {
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  margin-right: 8px;
}

.clear-data-btn[b-oh0vkc2rbd] {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  color: #6c757d;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.clear-data-btn:hover[b-oh0vkc2rbd] {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #495057;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.clear-data-btn:active[b-oh0vkc2rbd] {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {
  .clear-data-container[b-oh0vkc2rbd] {
    top: 10px;
    right: 10px;
  }

  .clear-data-btn[b-oh0vkc2rbd] {
    padding: 6px 12px;
    font-size: 12px;
  }
}
/* _content/CurriculoInteligenteApp/Components/Shared/Button.razor.rz.scp.css */
/* Estilos base para todos os botões */
.btn-base[b-u161wcwehx] {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  text-decoration: none;
  font-family: inherit;
}

.btn-primary[b-u161wcwehx] {
  border: 1px solid var(--gray-600);
  background: var(--gray-600);
  color: white;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-primary:not(:disabled):hover[b-u161wcwehx] {
  background: var(--gray-700);
  border-color: var(--gray-700);
}

.btn-primary:focus[b-u161wcwehx] {
  outline: none;
  box-shadow: 0 0 0 4px var(--gray-100);
}

.btn-primary:disabled[b-u161wcwehx] {
  background-color: var(--gray-200);
  border-color: var(--gray-200);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-primary:disabled:hover[b-u161wcwehx] {
  background-color: var(--gray-200);
  border-color: var(--gray-200);
}

.btn-secondary[b-u161wcwehx] {
  border: 1px solid var(--gray-100);
  background: white;
  color: var(--gray-700);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-secondary:not(:disabled):hover[b-u161wcwehx] {
  background: var(--gray-100);
  border-color: var(--gray-100);
}

.btn-secondary:focus[b-u161wcwehx] {
  outline: none;
  box-shadow: 0 0 0 4px var(--gray-100);
}

.btn-secondary:disabled[b-u161wcwehx] {
  background-color: var(--gray-25);
  border-color: var(--gray-25);
  color: var(--gray-300);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-secondary:disabled:hover[b-u161wcwehx] {
  background-color: var(--gray-25);
  border-color: var(--gray-25);
  color: var(--gray-300);
}

.btn-secondary-no-border[b-u161wcwehx] {
  border: none;
  background: transparent;
  color: var(--gray-700);
  box-shadow: none;
}

.btn-secondary-no-border:not(:disabled):hover[b-u161wcwehx] {
  background: rgba(0, 0, 0, 0.05);
  border: none;
}

.btn-secondary-no-border:focus[b-u161wcwehx] {
  outline: none;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.btn-secondary-no-border:disabled[b-u161wcwehx] {
  background-color: transparent;
  border: none;
  color: var(--gray-300);
  cursor: not-allowed;
  opacity: 0.6;
}

.btn-secondary-no-border:disabled:hover[b-u161wcwehx] {
  background-color: transparent;
  border: none;
  color: var(--gray-300);
}

.btn-danger[b-u161wcwehx] {
  background: var(--error-700);
  color: white;
  border: 1px solid var(--error-700);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.btn-danger:not(:disabled):hover[b-u161wcwehx] {
  background: #991b1b;
  border-color: #991b1b;
}

.btn-danger:focus[b-u161wcwehx] {
  outline: none;
  box-shadow: 0 0 0 4px rgba(185, 28, 28, 0.1);
}

.btn-danger:disabled[b-u161wcwehx] {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .btn-base[b-u161wcwehx] {
    width: 100%;
    min-width: unset;
  }
}
/* _content/CurriculoInteligenteApp/Components/Shared/CampoArray.razor.rz.scp.css */
.section[b-papc0lgcup] {
  margin-bottom: 2rem;
  position: relative;
}

.section-title[b-papc0lgcup] {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gray-400);
  display: inline-block;
  width: 100%;
}

.educacao-item[b-papc0lgcup] {
  margin-bottom: 0.75rem;
  background-color: transparent;
}

.educacao-item:last-child[b-papc0lgcup] {
  margin-bottom: 0;
}

.required-asterisk[b-papc0lgcup] {
  color: var(--error-500);
}

.container-campo-icones[b-papc0lgcup] {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: var(--success-50);
  border: none;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
  pointer-events: auto;
  z-index: 1;
}

.container-campo-icones.campo-selecionado[b-papc0lgcup] {
  border: 1px solid var(--success-800);
}

.container-campo-icones .sugestao-aceita[b-papc0lgcup],
.container-campo-icones .sugestao-rejeitada[b-papc0lgcup] {
  background-color: transparent;
}

.container-campo-icones.tem-sugestao-aceita[b-papc0lgcup],
.container-campo-icones.tem-sugestao-rejeitada[b-papc0lgcup] {
  background-color: transparent;
}

.container-campo-icones.campo-obrigatorio-vazio[b-papc0lgcup] {
  background-color: var(--success-50);
}

.add-information[b-papc0lgcup] {
  position: relative;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: inline-block;
  width: 90%;
  transition: background-color 0.3s ease;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
}

.add-information.sugestao-aceita[b-papc0lgcup] {
  background: transparent !important;
}

.add-information.sugestao-aceita.campo-selecionado[b-papc0lgcup] {
  background-color: transparent !important;
}

.add-information.sugestao-rejeitada[b-papc0lgcup] {
  background-color: transparent;
}

.add-information.empty[b-papc0lgcup] {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 2px;
}

.add-information.selected[b-papc0lgcup] {
  background-color: var(--primary-50);
  border: 2px solid var(--primary-500);
  box-shadow: 0 0 0 2px var(--primary-100);
}

.add-information.empty-non-required[b-papc0lgcup] {
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

.button-icon[b-papc0lgcup] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--gray-900);
  transition: all 0.3s;
  z-index: 2;
  pointer-events: auto;
  position: relative;
}

.button-icon:hover[b-papc0lgcup] {
  color: var(--primary-green);
}

.diff-container[b-papc0lgcup] {
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0;
  width: 90%;
  cursor: pointer;
  pointer-events: auto;
  z-index: 1;
}

.diff-old[b-papc0lgcup] {
  background-color: #ecfdf3;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.diff-new[b-papc0lgcup] {
  background-color: #ecfdf3;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.container-message[b-papc0lgcup] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.educacao-info[b-papc0lgcup] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.curso-educacao[b-papc0lgcup] {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}

.instituicao-educacao[b-papc0lgcup] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.periodo-educacao[b-papc0lgcup] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

/* Adicione estes estilos específicos para idiomas */
.idioma-item[b-papc0lgcup] {
  margin-bottom: 0.75rem;
}

.idioma-item:last-child[b-papc0lgcup] {
  margin-bottom: 0;
}

.idioma-info[b-papc0lgcup] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.idioma-nome[b-papc0lgcup] {
  font-weight: 600;
  font-size: 16px;
}

.idioma-niveis[b-papc0lgcup] {
  font-size: 14px;
  color: #6b7280;
}

.add-information.empty.campo-selecionado[b-papc0lgcup] {
  background-color: transparent;
  padding: 16px;
}

.add-information.sugestao-aceita.campo-selecionado[b-papc0lgcup] {
  background-color: transparent;
}

.container-campo-icones.tem-sugestao-aceita[b-papc0lgcup] {
  background-color: transparent !important;
}

.container-campo-icones.tem-sugestao-aceita .add-information[b-papc0lgcup] {
  background-color: transparent !important;
}

.container-campo-icones.tem-sugestao-aceita .add-information.campo-selecionado[b-papc0lgcup] {
  background-color: transparent !important;
}

.diff-container.sugestao-aceita[b-papc0lgcup] {
  background-color: transparent !important;
}

.diff-container.sugestao-aceita .diff-old[b-papc0lgcup],
.diff-container.sugestao-aceita .diff-new[b-papc0lgcup] {
  background-color: transparent !important;
}

@media (max-width: 768px) {
  .add-information[b-papc0lgcup],
  .add-information.campo-selecionado[b-papc0lgcup],
  .diff-container[b-papc0lgcup] {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .add-information[b-papc0lgcup],
  .add-information.campo-selecionado[b-papc0lgcup],
  .diff-container[b-papc0lgcup] {
    width: 100%;
  }
}
/* _content/CurriculoInteligenteApp/Components/Shared/CampoTexto.razor.rz.scp.css */
.curriculo-page[b-o4fc50tgmc] {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  overflow: hidden;
}

.curriculo-content[b-o4fc50tgmc] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  position: relative;
  overflow-y: auto;
}

.curriculo-central-column[b-o4fc50tgmc] {
  width: 100%;
  max-width: 800px;
  border-radius: 8px;
  padding: 2rem;
  background-color: #ffffff;
  position: relative;
  flex: 1;
  margin-bottom: 80px;
}

.placeholder-texto[b-o4fc50tgmc] {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-500);
}

.container-icon-texto[b-o4fc50tgmc] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.personal-info-section[b-o4fc50tgmc] {
  margin-bottom: 2rem;
}

.add-information[b-o4fc50tgmc] {
  position: relative;
  /* background-color: var(--success-50); */
  padding: 0.5rem 1rem;
  border-radius: 4px;
  display: inline-block;
  width: 90%;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.add-information.sugestao-aceita[b-o4fc50tgmc] {
  background-color: transparent;
}

.add-information.sugestao-aceita.campo-selecionado[b-o4fc50tgmc] {
  background-color: transparent;
}

.add-information.sugestao-rejeitada[b-o4fc50tgmc] {
  background-color: transparent;
}

.add-information.empty[b-o4fc50tgmc] {
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 2px;
}

.add-information.selected[b-o4fc50tgmc] {
  background-color: var(--primary-50);
  border: 2px solid var(--primary-500);
  box-shadow: 0 0 0 2px var(--primary-100);
}

.add-information.empty-non-required[b-o4fc50tgmc] {
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
}

.add-information h1[b-o4fc50tgmc] {
  font-size: 36px;
  font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0 !important;
}

.add-information h2[b-o4fc50tgmc] {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-500);
}

.contact-info[b-o4fc50tgmc] {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.contact-left[b-o4fc50tgmc],
.contact-right[b-o4fc50tgmc] {
  flex: 1;
  min-width: 250px;
}

.contact-item[b-o4fc50tgmc] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 14px;
  color: #2c3e50;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 4px;
}

.contact-item img[b-o4fc50tgmc],
.contact-item svg[b-o4fc50tgmc] {
  width: 16px;
  height: 16px;
  color: #009e6e;
}

.section[b-o4fc50tgmc] {
  margin-bottom: 2rem;
  position: relative;
}

.section-title[b-o4fc50tgmc] {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--gray-400);
  display: inline-block;
  width: 100%;
}

.section-content[b-o4fc50tgmc] {
  font-size: 1rem;
  line-height: 1.6;
  color: #34495e;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #f0f8f0;
  padding: 1rem;
  border-radius: 4px;
  position: relative;
}

.section-content:hover[b-o4fc50tgmc] {
  background-color: #e8f5e8;
}

.experiencia-section[b-o4fc50tgmc] {
  margin-bottom: 1rem;
}

.experiencia-item[b-o4fc50tgmc] {
  margin-bottom: 0;
}

.experiencia-item .container-campo-icones[b-o4fc50tgmc] {
  margin-bottom: 0.75rem;
}

.experiencia-item .container-campo-icones:last-child[b-o4fc50tgmc] {
  margin-bottom: 0;
}

.experiencia-header[b-o4fc50tgmc] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-weight: 600;
  color: var(--gray-900);
}

.empresa-text[b-o4fc50tgmc] {
  font-weight: 600;
}

.educacao-item[b-o4fc50tgmc] {
  padding-top: 1rem;
}

.cursos-list[b-o4fc50tgmc] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.curso-tag[b-o4fc50tgmc] {
  padding: 0.5rem 1rem;
  font-size: 14px;
}

.idiomas-list[b-o4fc50tgmc] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.idioma-item[b-o4fc50tgmc] {
  margin-bottom: 0.5rem;
}

.idioma-header[b-o4fc50tgmc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.idioma-tag[b-o4fc50tgmc] {
  font-weight: 600;
  font-size: 16px;
  color: #374151;
  padding: 0.25rem 0;
}

.idioma-actions[b-o4fc50tgmc] {
  display: flex;
  gap: 0.25rem;
}

.button-icon-small[b-o4fc50tgmc] {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
  transition: background-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-icon-small:hover[b-o4fc50tgmc] {
  background-color: #e5e7eb;
}

.button-icon-small img[b-o4fc50tgmc] {
  width: 12px;
  height: 12px;
  opacity: 0.6;
}

.button-icon-small:hover img[b-o4fc50tgmc] {
  opacity: 1;
}

.niveis-idioma[b-o4fc50tgmc] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.nivel-item[b-o4fc50tgmc] {
  font-size: 14px;
  color: #6b7280;
  padding: 0.125rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nivel-item strong[b-o4fc50tgmc] {
  color: #374151;
  font-weight: 500;
}

.nivel-idioma-tag[b-o4fc50tgmc] {
  padding: 0.5rem 1rem;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.edit-icon[b-o4fc50tgmc] {
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity 0.3s;
  margin-left: 0.5rem;
}

.cargo-experiencia[b-o4fc50tgmc] {
  font-weight: 500;
}

.empresa-experiencia[b-o4fc50tgmc] {
  font-weight: 600;
}

.experiencia-segmento-porte[b-o4fc50tgmc] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.segmento-experiencia[b-o4fc50tgmc] {
  font-weight: 500;
}

.porte-text[b-o4fc50tgmc] {
  color: #6b7280;
  font-size: 0.9rem;
}

.porte-experiencia[b-o4fc50tgmc] {
  font-weight: 500;
}

.back-button-container[b-o4fc50tgmc] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  padding: 1rem 2rem;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #e5e7eb;
  z-index: 100;
  gap: 2rem;
}

.back-to-assistant-btn[b-o4fc50tgmc] {
  background-color: white;
  border: 1px solid #d1d5db;
  color: #374151;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
}

.back-to-assistant-btn:hover[b-o4fc50tgmc] {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.save-btn[b-o4fc50tgmc] {
  background-color: var(--gray-600);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.loading-container[b-o4fc50tgmc] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.loading-spinner[b-o4fc50tgmc] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f4f6;
  border-top: 4px solid #009e6e;
  border-radius: 50%;
  animation: spin-b-o4fc50tgmc 1s linear infinite;
  margin-bottom: 1rem;
}

@keyframes spin-b-o4fc50tgmc {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-overlay[b-o4fc50tgmc] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal-content[b-o4fc50tgmc] {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}

.modal-content h3[b-o4fc50tgmc] {
  margin: 0 0 1rem 0;
  color: #2c3e50;
}

.modal-content p[b-o4fc50tgmc] {
  margin: 0 0 1.5rem 0;
  color: #6c757d;
}

.modal-actions[b-o4fc50tgmc] {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.btn-secondary[b-o4fc50tgmc],
.btn-danger[b-o4fc50tgmc] {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s;
}

.btn-secondary[b-o4fc50tgmc] {
  background-color: #6c757d;
  color: white;
}

.btn-secondary:hover[b-o4fc50tgmc] {
  background-color: #5a6268;
}

.btn-danger[b-o4fc50tgmc] {
  background-color: #dc3545;
  color: white;
}

.btn-danger:hover[b-o4fc50tgmc] {
  background-color: #c82333;
}

@media (max-width: 768px) {
  .curriculo-central-column[b-o4fc50tgmc] {
    padding: 1rem;
    margin-bottom: 80px;
  }

  .back-button-container[b-o4fc50tgmc] {
    padding: 1rem;
  }

  .contact-info[b-o4fc50tgmc] {
    flex-direction: column;
    gap: 1rem;
  }

  .contact-left[b-o4fc50tgmc],
  .contact-right[b-o4fc50tgmc] {
    min-width: auto;
  }

  .cargo[b-o4fc50tgmc] {
    font-size: 1.1rem;
  }

  .experiencia-header[b-o4fc50tgmc] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    font-size: 18px;
  }

  .educacao-item[b-o4fc50tgmc] {
    flex-direction: column;
    gap: 0.5rem;
  }

  .modal-content[b-o4fc50tgmc] {
    margin: 1rem;
    padding: 1.5rem;
  }

  .modal-actions[b-o4fc50tgmc] {
    flex-direction: column;
  }

  .add-information[b-o4fc50tgmc],
  .add-information.campo-selecionado[b-o4fc50tgmc],
  .diff-container[b-o4fc50tgmc] {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .curriculo-central-column[b-o4fc50tgmc] {
    padding: 0.75rem;
    margin-bottom: 80px;
  }

  .back-button-container[b-o4fc50tgmc] {
    padding: 0.75rem;
  }

  .nome[b-o4fc50tgmc] {
    font-size: 1.75rem;
  }

  .cargo[b-o4fc50tgmc] {
    font-size: 1rem;
  }

  .section-title[b-o4fc50tgmc] {
    font-size: 1.2rem;
  }

  .add-information[b-o4fc50tgmc],
  .add-information.campo-selecionado[b-o4fc50tgmc],
  .diff-container[b-o4fc50tgmc] {
    width: 100%;
  }
}

.container-campo-icones[b-o4fc50tgmc] {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: var(--success-50);
  border: none;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 16px;
}

.container-campo-icones.campo-selecionado[b-o4fc50tgmc] {
  border: 1px solid var(--success-800);
}

.container-campo-icones .sugestao-aceita[b-o4fc50tgmc],
.container-campo-icones .sugestao-rejeitada[b-o4fc50tgmc] {
  background-color: transparent;
}

.container-campo-icones.tem-sugestao-aceita[b-o4fc50tgmc],
.container-campo-icones.tem-sugestao-rejeitada[b-o4fc50tgmc] {
  background-color: transparent;
}

/* Background verde para campos obrigatórios vazios */
.container-campo-icones.campo-obrigatorio-vazio[b-o4fc50tgmc] {
  background-color: var(--success-50);
}

.button-icon[b-o4fc50tgmc] {
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 1.5rem;
  color: var(--gray-900);
  transition: all 0.3s;
}

.button-icon:hover[b-o4fc50tgmc] {
  color: var(--primary-green);
}

.contact-field-spacing[b-o4fc50tgmc] {
  margin-bottom: 0.5rem;
}

.required-asterisk[b-o4fc50tgmc] {
  color: var(--error-500);
}

.mensagem-salvar[b-o4fc50tgmc] {
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.mensagem-salvar[b-o4fc50tgmc]::before {
  content: '⚠';
  font-size: 1rem;
}

.mensagem-sucesso[b-o4fc50tgmc] {
  color: #059669;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.mensagem-sucesso[b-o4fc50tgmc]::before {
  font-size: 1rem;
}

.container-message[b-o4fc50tgmc] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.diff-container[b-o4fc50tgmc] {
  display: flex;
  flex-direction: column;
  margin: 0.25rem 0;
  width: 90%;
  cursor: pointer;
}

.diff-old[b-o4fc50tgmc] {
  background-color: #ecfdf3;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.diff-new[b-o4fc50tgmc] {
  background-color: #ecfdf3;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.idioma-nome[b-o4fc50tgmc] {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}

.idioma-niveis[b-o4fc50tgmc] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.educacao-info[b-o4fc50tgmc] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.curso-educacao[b-o4fc50tgmc] {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.25rem;
}

.instituicao-educacao[b-o4fc50tgmc] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.periodo-educacao[b-o4fc50tgmc] {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.4;
}

.add-information.empty.campo-selecionado[b-o4fc50tgmc] {
  background-color: transparent;
  padding: 16px;
}

.add-information.sugestao-aceita.campo-selecionado[b-o4fc50tgmc] {
  background-color: transparent;
}
/* _content/CurriculoInteligenteApp/Components/Shared/ChatComponent.razor.rz.scp.css */
.main-container[b-too9v5fyib] {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  font-family: "Inter", sans-serif;
  transition: background 3.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.chat-container[b-too9v5fyib] {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  flex: 1;

}

.chat-messages[b-too9v5fyib] {
  overflow-y: auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  flex: 1;
}

.message[b-too9v5fyib] {
  display: flex;
  flex-direction: column;
  animation: fadeIn-b-too9v5fyib 0.3s ease-in;
}

.user-message[b-too9v5fyib] {
  align-self: flex-end;
}

.ai-message[b-too9v5fyib] {
  align-self: flex-start;
}

.message-content[b-too9v5fyib] {
  word-wrap: break-word;
  line-height: 1.4;
  font-size: 0.95rem;
}

.user-message .message-content[b-too9v5fyib] {
  background: var(--gray-100);
  color: var(--gray-700);
  border-radius: 8px;
  padding: 12px;
}

.ai-message .message-content[b-too9v5fyib] {
  color: #333;
}

.user-message-logado .message-content[b-too9v5fyib] {
  background: #25d366;
  color: #fff;
}

.ai-message-logado .message-content[b-too9v5fyib] {
  background: rgba(255, 255, 255, 0.98);
  color: #333;
}

.message-time[b-too9v5fyib] {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.25rem;
  align-self: flex-end;
}

.user-message .message-time[b-too9v5fyib] {
  align-self: flex-end;
}

.ai-message .message-time[b-too9v5fyib] {
  align-self: flex-start;
}

.typing-indicator[b-too9v5fyib] {
  display: flex;
  gap: 0.25rem;
  padding: 0.5rem;
}

.typing-indicator span[b-too9v5fyib] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  animation: typing-b-too9v5fyib 1.4s infinite ease-in-out;
}

.typing-indicator span:nth-child(1)[b-too9v5fyib] {
  animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2)[b-too9v5fyib] {
  animation-delay: -0.16s;
}

@keyframes typing-b-too9v5fyib {
  0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn-b-too9v5fyib {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .chat-form {
  width: 100%;
  max-width: 600px;
} */

.input-wrapper[b-too9v5fyib] {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1rem;
  padding: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  gap: 8px;
  min-height: 100px;
  position: relative;
  justify-content: space-between;
}

.safe-area-bottom[b-too9v5fyib] {
  padding-bottom: calc(0.5rem + env(safe-area-inset-bottom));
  padding-bottom: calc(0.5rem + constant(safe-area-inset-bottom));
}

.audio-recording-banner[b-too9v5fyib],
.audio-review-banner[b-too9v5fyib] {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  padding: 6px 10px;
  border-radius: 8px;
}

.audio-review-banner[b-too9v5fyib] {
  background: #f1f5f9;
  border-color: #e2e8f0;
  color: #0f172a;
}

.rec-dot[b-too9v5fyib] {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
}

.rec-timer[b-too9v5fyib] {
  font-size: 12px;
  color: #475569;
}

/* removed explicit stop button styling (now using approve/cancel while recording) */

.audio-actions[b-too9v5fyib] {
  margin-left: auto;
  display: flex;
  gap: 8px;
}

.approve-btn[b-too9v5fyib] {
  background: #10b981;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
}

.cancel-btn[b-too9v5fyib] {
  background: #ef4444;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 6px 10px;
  cursor: pointer;
}

.attachment-preview[b-too9v5fyib] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  background: #f3f4f6;
  border-radius: 8px;
}

.attachment-chip[b-too9v5fyib] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e5e7eb;
  color: #111827;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
}

.attachment-image[b-too9v5fyib] {
  max-height: 60px;
  max-width: 120px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.attachment-remove-btn[b-too9v5fyib] {
  margin-left: auto;
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #6b7280;
}

.chat-input[b-too9v5fyib] {
  flex: 0 0 auto;
  border: none;
  outline: none;
  background: transparent;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
  color: #333;
  font-size: 1.08rem;
  padding: 18px 8px 18px 0;
  background: transparent;
  color: #3d495c;
  border-radius: 1px;
  min-height: 44px; /* initial height */
  max-height: 240px;
  resize: none;
  overflow-y: hidden;
  width: 100%;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  margin-bottom: auto;
}

.chat-input[b-too9v5fyib]::placeholder {
  color: #7b8794;
  font-weight: 400;
  opacity: 1;
}

.chat-input:disabled[b-too9v5fyib] {
  opacity: 0.6;
  cursor: not-allowed;
}

.send-button[b-too9v5fyib] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: #475467;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.send-button:hover:not(:disabled)[b-too9v5fyib] {
  background: #344054;
}

.send-button:disabled[b-too9v5fyib] {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
  border-radius: 8px;
}

.audio-button[b-too9v5fyib] {
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px;
  transition: background 0.2s;
  border-radius: 8px;
}

.audio-button:active[b-too9v5fyib],
.audio-button:focus[b-too9v5fyib],
.audio-button:hover[b-too9v5fyib] {
  background: #eaecf0;
}

.audio-button svg[b-too9v5fyib] {
  width: 40px;
  height: 40px;
  display: block;
}

/* Estilos para o botão de anexo */
.input-wrapper-buttons .btn-secondary-no-border[b-too9v5fyib] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  flex-shrink: 0;
  padding: 0;
}

.input-wrapper-buttons .btn-secondary-no-border i[b-too9v5fyib] {
  font-size: 20px;
}

.ver-curriculo-btn[b-too9v5fyib] {
  margin-top: 1rem;
  background: #319197;
  color: #fff;
  border: none;
  border-radius: 1.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.ver-curriculo-btn:hover[b-too9v5fyib] {
  background: #1ce588;
}

.entrar-btn[b-too9v5fyib] {
  background: #3d495c;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1.08rem;
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  padding: 14px 48px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: background 0.2s;
  margin: 32px auto 0 auto;
  display: block;
  outline: none;
}

.entrar-btn:hover[b-too9v5fyib] {
  background: #232b36;
}

.modal-overlay[b-too9v5fyib] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-only[b-too9v5fyib] {
  display: block;
}

.chat-bg-whatsapp[b-too9v5fyib] {
  background-size: auto;
  background-position: center;
}

.curriculo-msg-extra[b-too9v5fyib] {
  margin-bottom: 0.5rem;
}

.curriculo-lista-item[b-too9v5fyib] {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.curriculo-subitem[b-too9v5fyib] {
  margin-left: 1rem;
  margin-bottom: 0.25rem;
  color: #666;
}

/* @media (max-width: 768px) {
  .chat-messages {
    padding: 0.75rem;
    max-width: 95%;
    max-height: 50vh;
  }

  .message {
    max-width: 90%;
  }

  .message-content {
    background: var(--gray-100);
    color: var(--gray-700);
    border-radius: 8px;
    padding: 12px;
  }

  .chat-form {
    max-width: 95%;
  }

  .input-wrapper {
    padding: 0.4rem;
  }

  .chat-input {
    padding: 0.6rem 0.8rem;
    font-size: 0.9rem;
  }

  .send-button {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
} */

.chat-messages[b-too9v5fyib]::-webkit-scrollbar {
  width: 6px;
}

.chat-messages[b-too9v5fyib]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.chat-messages[b-too9v5fyib]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.chat-messages[b-too9v5fyib]::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.input-wrapper-buttons[b-too9v5fyib] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
  margin-top: auto;
}

.send-voice-buttons[b-too9v5fyib] {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
  margin-top: auto;
}
/* _content/CurriculoInteligenteApp/Components/Shared/GenericModal.razor.rz.scp.css */
.generic-modal[b-j53tq10act] {
  background: var(--bg-white);
  border-radius: 16px;
  max-width: 500px;
  width: 90vw;
  margin: 2rem auto;
  box-shadow: 0 8px 32px var(--shadow-dark);
  position: relative;
  display: flex;
  flex-direction: column;
  animation: modalSlideIn-b-j53tq10act 0.3s ease-out;
  max-height: 85vh;
  overflow: hidden;
}

.generic-modal.modal-centered[b-j53tq10act] {
  margin: auto;
}

.generic-modal.modal-sm[b-j53tq10act] {
  max-width: 300px;
}

.generic-modal.modal-lg[b-j53tq10act] {
  max-width: 700px;
}

.generic-modal.modal-xl[b-j53tq10act] {
  max-width: 900px;
}

.modal-header[b-j53tq10act] {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  border-radius: 16px 16px 0 0;
}

.modal-header-content[b-j53tq10act] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.edit-icon-modal[b-j53tq10act] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--gray-100);
  border-radius: 50%;
}

.modal-title[b-j53tq10act] {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.4;
}

.modal-close-btn[b-j53tq10act] {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  font-weight: 300;
  color: var(--text-muted);
  cursor: pointer;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.modal-close-btn:hover[b-j53tq10act] {
  background: var(--gray-100);
  color: var(--text-primary);
}

.modal-image-section[b-j53tq10act] {
  padding: 1rem 1.5rem;
  text-align: center;
  background: var(--bg-light);
}

.modal-image[b-j53tq10act] {
  max-width: 100%;
  max-height: 200px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 2px 8px var(--shadow-light);
}

.modal-body[b-j53tq10act] {
  padding: 1.5rem;
  flex: 1;
  overflow-y: auto;
  color: var(--text-secondary);
  line-height: 1.6;
}

.modal-body p[b-j53tq10act] {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}

.modal-body p:last-child[b-j53tq10act] {
  margin-bottom: 0;
}

/* Estilos para modo de edição */
.modal-edit-input[b-j53tq10act],
.modal-edit-input-lg[b-j53tq10act] {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  background: white;
  transition: all 0.2s ease;
  outline: none;
  box-sizing: border-box;
}

.modal-edit-input:focus[b-j53tq10act],
.modal-edit-input-lg:focus[b-j53tq10act] {
  border-color: var(--gray-300);
  outline: 2px solid var(--gray-100);
  outline-offset: 2px;
}

.modal-edit-textarea[b-j53tq10act],
.modal-edit-textarea-lg[b-j53tq10act] {
  width: 100%;
  min-height: 120px;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  background: white;
  transition: all 0.2s ease;
  outline: none;
  resize: vertical;
  box-sizing: border-box;
}

.modal-edit-textarea:focus[b-j53tq10act],
.modal-edit-textarea-lg:focus[b-j53tq10act] {
  border-color: var(--gray-300);
  outline: 2px solid var(--gray-100);
  outline-offset: 2px;
}

.validation-error[b-j53tq10act] {
  border-color: #dc2626 !important;
  border-width: 2px !important;
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.1) !important;
}

.validation-error:focus[b-j53tq10act] {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
  outline: none !important;
}

.validation-error-message[b-j53tq10act] {
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.validation-error-message[b-j53tq10act]::before {
  content: '⚠';
  font-size: 1rem;
}

.modal-edit-celular[b-j53tq10act] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.modal-edit-label[b-j53tq10act] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 500;
  color: #344054;
  font-size: 0.875rem;
}



.modal-edit-label-ddd[b-j53tq10act] {
  flex: 1;
  min-width: 80px;
  max-width: 100px;
}

.modal-edit-label-numero[b-j53tq10act] {
  flex: 2;
  min-width: 150px;
}

.modal-edit-input-ddd[b-j53tq10act] {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
  text-align: center;
  font-family: 'Courier New', monospace;
  font-weight: 600;
}

.modal-edit-input-numero[b-j53tq10act] {
  width: 100%;
  padding: 0.75rem;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 0.875rem;
}

.modal-footer[b-j53tq10act] {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  align-items: center;
  border-radius: 0 0 16px 16px;
}

@keyframes modalSlideIn-b-j53tq10act {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .generic-modal[b-j53tq10act] {
    width: 95vw;
    margin: 1rem auto;
    max-height: 90vh;
  }

  .generic-modal.modal-lg[b-j53tq10act],
  .generic-modal.modal-xl[b-j53tq10act] {
    max-width: 95vw;
  }

  .modal-header[b-j53tq10act],
  .modal-body[b-j53tq10act],
  .modal-footer[b-j53tq10act] {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .modal-footer[b-j53tq10act] {
    flex-direction: column;
    gap: 0.5rem;
  }

  /* Em telas menores, colocar o Confirm acima do Cancel */
  .modal-btn-confirm[b-j53tq10act] {
    order: -1;
  }

  .modal-cancel-btn[b-j53tq10act],
  .modal-save-btn[b-j53tq10act],
  .modal-danger-btn[b-j53tq10act] {
    width: 100%;
    min-width: unset;
  }

  .modal-edit-input[b-j53tq10act],
  .modal-edit-input-lg[b-j53tq10act],
  .modal-edit-textarea[b-j53tq10act],
  .modal-edit-textarea-lg[b-j53tq10act] {
    font-size: 1rem;
    padding: 0.875rem;
  }
}

.char-count[b-j53tq10act] {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: right;
  margin-top: 0.25rem;
}

/* _content/CurriculoInteligenteApp/Components/Shared/LoginModal.razor.rz.scp.css */
.login-modal-verde[b-ryklj4ztcu] {
    background: linear-gradient(160deg, #009e6e96 0%, #1ec7a6 100%);
    border-radius: 16px;
    max-width: 340px;
    width: 95vw;
    margin: 0 auto;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-form[b-ryklj4ztcu] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.login-label[b-ryklj4ztcu] {
    color: #fff;
    font-size: 0.98rem;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 8px;
}
.login-input[b-ryklj4ztcu] {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 1rem;
    background: #fff;
    color: #222;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    margin-bottom: 0;
    box-sizing: border-box;
}
.login-senha-wrapper[b-ryklj4ztcu] {
    position: relative;
    display: flex;
    align-items: center;
}
.login-senha-wrapper .login-input[b-ryklj4ztcu] {
    padding-right: 38px;
}
.login-eye[b-ryklj4ztcu] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #A0AEC0;
}
.login-btn[b-ryklj4ztcu] {
    background: #3d495c;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1.08rem;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    padding: 12px 0;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px;
    width: 100%;
}
.login-btn:hover[b-ryklj4ztcu] {
    background: #232b36;
}
.criar-perfil-btn[b-ryklj4ztcu] {
    background: #fff;
    color: #3d495c;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1.08rem;
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    padding: 12px 0;
    font-weight: 500;
    margin-top: 4px;
    width: 100%;
    cursor: not-allowed;
}
.recuperar-acesso[b-ryklj4ztcu] {
    text-align: center;
    margin-top: 8px;
}
.recuperar-acesso a[b-ryklj4ztcu] {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}
.recuperar-acesso a:hover[b-ryklj4ztcu] {
    text-decoration: underline;
}
.login-erro[b-ryklj4ztcu] {
    color: #e50000;
    font-size: 0.98rem;
    margin-top: 8px;
    text-align: center;
}

.loading-overlay[b-ryklj4ztcu] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.4);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
}

.loading-spinner[b-ryklj4ztcu] {
    border: 6px solid #e0e0e0;
    border-top: 6px solid #009e6e;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    animation: spin 1s linear infinite;
}
/* _content/CurriculoInteligenteApp/Components/Shared/ModalEditDatasExperiencia.razor.rz.scp.css */
.date-range-container[b-z9lsk2aoyk] {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  gap: 8px;
}

.date-input-group[b-z9lsk2aoyk] {
  flex: 1;
}

.date-label[b-z9lsk2aoyk] {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.required-asterisk[b-z9lsk2aoyk] {
  color: #dc2626;
  font-weight: bold;
}

.date-inputs[b-z9lsk2aoyk] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.modal-edit-select[b-z9lsk2aoyk] {
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background-color: white;
  color: #374151;
  width: 70%;
}

.modal-edit-select:focus[b-z9lsk2aoyk] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.year-input[b-z9lsk2aoyk] {
  width: 30%;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-align: center;
}

.year-input:focus[b-z9lsk2aoyk] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.date-separator[b-z9lsk2aoyk] {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  margin: 0 0.5rem;
  align-self: flex-end;
  margin-bottom: 0.5rem;
}

.checkbox-container[b-z9lsk2aoyk] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.checkbox-container input[type='checkbox'][b-z9lsk2aoyk] {
  width: 1rem;
  height: 1rem;
  accent-color: #3b82f6;
}

.checkbox-label[b-z9lsk2aoyk] {
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

/* Responsividade para telas menores */
@media (max-width: 640px) {
  .date-range-container[b-z9lsk2aoyk] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .date-separator[b-z9lsk2aoyk] {
    align-self: center;
    margin: 0;
  }

  .date-inputs[b-z9lsk2aoyk] {
    gap: 0.25rem;
  }

  .modal-edit-select[b-z9lsk2aoyk] {
    min-width: 100px;
  }

  .year-input[b-z9lsk2aoyk] {
    width: 70px;
  }
}

.error-message[b-z9lsk2aoyk] {
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.error-message[b-z9lsk2aoyk]::before {
  content: '⚠';
  font-size: 1rem;
}
/* _content/CurriculoInteligenteApp/Components/Shared/ModalEditEducacao.razor.rz.scp.css */
.modal-fields-container[b-5ewbr4y5cx] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-field-container[b-5ewbr4y5cx] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modal-field-label[b-5ewbr4y5cx] {
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}

.modal-edit-input[b-5ewbr4y5cx] {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: #ffffff;
  transition: border-color 0.2s ease-in-out;
}

.modal-edit-input:focus[b-5ewbr4y5cx] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modal-edit-input[b-5ewbr4y5cx]::placeholder {
  color: #9ca3af;
}

.modal-edit-select[b-5ewbr4y5cx] {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  color: #374151;
  background-color: #ffffff;
  transition: border-color 0.2s ease-in-out;
  cursor: pointer;
}

.modal-edit-select:focus[b-5ewbr4y5cx] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.date-inputs[b-5ewbr4y5cx] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.date-inputs .modal-edit-select[b-5ewbr4y5cx] {
  flex: 1;
}

.date-inputs .year-input[b-5ewbr4y5cx] {
  flex: 1;
  min-width: 100px;
}

.required-asterisk[b-5ewbr4y5cx] {
  color: #dc2626;
  font-weight: bold;
}

.error-message[b-5ewbr4y5cx] {
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.radio-group[b-5ewbr4y5cx] {
  display: flex;
  gap: 0.5rem;
}

.radio-option[b-5ewbr4y5cx] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: #374151;
}

.radio-option input[type='radio'][b-5ewbr4y5cx] {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
}

.radio-option span[b-5ewbr4y5cx] {
  cursor: pointer;
}

/* Responsividade */
@media (max-width: 768px) {
  .date-inputs[b-5ewbr4y5cx] {
    flex-direction: column;
    gap: 0.5rem;
  }

  .date-inputs .modal-edit-select[b-5ewbr4y5cx],
  .date-inputs .year-input[b-5ewbr4y5cx] {
    width: 100%;
  }
}
/* _content/CurriculoInteligenteApp/Components/Shared/ModalEditExperiencia.razor.rz.scp.css */
.modal-fields-container[b-a5uut8rvyc] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.modal-field-container[b-a5uut8rvyc] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.modal-field-label[b-a5uut8rvyc] {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-700);
  margin: 0;
}

.modal-edit-input[b-a5uut8rvyc] {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  background-color: white;
  color: #111827;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.modal-edit-input:focus[b-a5uut8rvyc] {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.modal-edit-input[b-a5uut8rvyc]::placeholder {
  color: #9ca3af;
}

.error-message[b-a5uut8rvyc] {
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.error-message[b-a5uut8rvyc]::before {
  content: '⚠';
  font-size: 1rem;
}

/* Estilos para o modal de edição de experiência */

.date-range-container[b-a5uut8rvyc] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.date-input-group[b-a5uut8rvyc] {
  flex: 1;
}

.date-label[b-a5uut8rvyc] {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
}

.date-inputs[b-a5uut8rvyc] {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.modal-edit-select[b-a5uut8rvyc] {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background-color: white;
  color: #374151;
  min-width: 120px;
}

.modal-edit-select:focus[b-a5uut8rvyc] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.year-input[b-a5uut8rvyc] {
  width: 80px;
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  text-align: center;
}

.year-input:focus[b-a5uut8rvyc] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.date-separator[b-a5uut8rvyc] {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
  margin: 0 0.5rem;
  align-self: flex-end;
  margin-bottom: 0.5rem;
}

.checkbox-container[b-a5uut8rvyc] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.checkbox-container input[type='checkbox'][b-a5uut8rvyc] {
  width: 1rem;
  height: 1rem;
  accent-color: #3b82f6;
}

.checkbox-label[b-a5uut8rvyc] {
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

/* Responsividade para telas menores */
@media (max-width: 640px) {
  .date-range-container[b-a5uut8rvyc] {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }

  .date-separator[b-a5uut8rvyc] {
    align-self: center;
    margin: 0;
  }

  .date-inputs[b-a5uut8rvyc] {
    gap: 0.25rem;
  }

  .modal-edit-select[b-a5uut8rvyc] {
    min-width: 100px;
  }

  .year-input[b-a5uut8rvyc] {
    width: 70px;
  }
}
/* _content/CurriculoInteligenteApp/Components/Shared/ModalEditField.razor.rz.scp.css */
.validation-error[b-fcx6qzvw98] {
  border-color: #dc2626 !important;
  border-width: 2px !important;
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.1) !important;
}

.validation-error:focus[b-fcx6qzvw98] {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
  outline: none !important;
}

.validation-error-message[b-fcx6qzvw98] {
  color: #dc2626;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.validation-error-message[b-fcx6qzvw98]::before {
  content: '⚠';
  font-size: 1rem;
}

.char-count[b-fcx6qzvw98] {
  font-size: 0.75rem;
  color: #6b7280;
  text-align: right;
  margin-top: 0.25rem;
}

.modal-save-btn:disabled[b-fcx6qzvw98] {
  background-color: #9ca3af !important;
  border-color: #9ca3af !important;
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

.modal-save-btn:disabled:hover[b-fcx6qzvw98] {
  background-color: #9ca3af !important;
  border-color: #9ca3af !important;
}
/* _content/CurriculoInteligenteApp/Components/Shared/ModalEditIdioma.razor.rz.scp.css */
.modal-overlay-blur[b-yejzsowuy8] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal-edit-idioma[b-yejzsowuy8] {
  background-color: white;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-header[b-yejzsowuy8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
}

.modal-header-content[b-yejzsowuy8] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.edit-icon-modal[b-yejzsowuy8] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #f3f4f6;
  border-radius: 50%;
}

.modal-title[b-yejzsowuy8] {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
}

.modal-close-btn[b-yejzsowuy8] {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #6b7280;
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 4px;
  transition: color 0.2s;
}

.modal-close-btn:hover[b-yejzsowuy8] {
  color: #374151;
}

.modal-body[b-yejzsowuy8] {
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.idioma-form[b-yejzsowuy8] {
  display: flex;
  gap: 1rem;
}

.form-group[b-yejzsowuy8] {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.form-group label[b-yejzsowuy8] {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
}

.form-select[b-yejzsowuy8] {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  color: #374151;
  background-color: white;
  transition: border-color 0.2s;
}

.form-select:focus[b-yejzsowuy8] {
  outline: none;
  border-color: #009e6e;
  box-shadow: 0 0 0 3px rgba(0, 158, 110, 0.1);
}

.form-select:hover[b-yejzsowuy8] {
  border-color: #9ca3af;
}

.modal-footer[b-yejzsowuy8] {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.btn[b-yejzsowuy8] {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-secondary[b-yejzsowuy8] {
  background-color: white;
  color: #374151;
  border: 1px solid #d1d5db;
}

.btn-secondary:hover[b-yejzsowuy8] {
  background-color: #f9fafb;
  border-color: #9ca3af;
}

.btn-primary[b-yejzsowuy8] {
  background-color: #009e6e;
  color: white;
}

.btn-primary:hover[b-yejzsowuy8] {
  background-color: #008a5e;
}

.modal-edit-select[b-yejzsowuy8] {
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 0.875rem;
  color: var(--gray-600);
  background-color: white;
  transition: border-color 0.2s;
  width: 100%;
}

.modal-edit-select:focus[b-yejzsowuy8] {
  outline: none;
  border-color: #009e6e;
  box-shadow: 0 0 0 3px rgba(0, 158, 110, 0.1);
}

.modal-edit-select:hover[b-yejzsowuy8] {
  border-color: #9ca3af;
}

@media (min-width: 768px) {
  .modal-fields-container[b-yejzsowuy8] {
    display: flex;
    gap: 1rem;
  }
}

@media (max-width: 767px) {
  .modal-fields-container[b-yejzsowuy8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}

.modal-field-label[b-yejzsowuy8] {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--gray-700);
  margin: 0;
}
/* _content/CurriculoInteligenteApp/Components/Shared/ModalEditLocalizacao.razor.rz.scp.css */
.form-group[b-i9e1ue6jp1] {
    margin-bottom: 1rem;
}

.form-group label[b-i9e1ue6jp1] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

.form-group input[b-i9e1ue6jp1],
.form-group select[b-i9e1ue6jp1] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    background-color: white;
    font-size: 0.875rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-group input:focus[b-i9e1ue6jp1],
.form-group select:focus[b-i9e1ue6jp1] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-group input[b-i9e1ue6jp1]::placeholder {
    color: #9ca3af;
}

.modal-edit-field-lg[b-i9e1ue6jp1] {
    max-width: 500px;
    width: 90%;
}

.modal-body[b-i9e1ue6jp1] {
    max-height: 70vh;
    overflow-y: auto;
    padding: 1.5rem;
} 
/* _content/CurriculoInteligenteApp/Components/Shared/ModalEditSegmentoPorte.razor.rz.scp.css */
.modal-fields-container[b-jugacjty0l] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal-field-container[b-jugacjty0l] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.field-group[b-jugacjty0l] {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.field-label[b-jugacjty0l] {
  font-weight: 500;
  color: #374151;
  font-size: 0.875rem;
}

.required-asterisk[b-jugacjty0l] {
  color: #ef4444;
}

.modal-edit-select[b-jugacjty0l] {
  padding: 0.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  background-color: white;
  transition: border-color 0.15s ease-in-out;
}

.modal-edit-select:focus[b-jugacjty0l] {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.error-message[b-jugacjty0l] {
  color: #ef4444;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
/* _content/CurriculoInteligenteApp/Components/Shared/NivelEscolaridadeSelect.razor.rz.scp.css */
.select-component[b-i5wle2as4a] {
  cursor: pointer;
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid var(--gray-200);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: var(--gray-700);
  background-color: var(--bg-white);
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  outline: none;
}

.select-component:hover[b-i5wle2as4a] {
  border-color: var(--gray-400);
}

.select-component:focus[b-i5wle2as4a] {
  border-color: var(--gray-700);
  box-shadow: 0 0 0 3px rgba(0, 158, 110, 0.1);
}

.select-component[data-error='true'][b-i5wle2as4a] {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.select-component[data-error='true']:focus[b-i5wle2as4a] {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.2);
}
/* _content/CurriculoInteligenteApp/Components/Shared/UploadModal.razor.rz.scp.css */
.upload-modal-content[b-t3qnziqhu7] {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem 0;
}

.upload-description[b-t3qnziqhu7] {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.upload-dropzone[b-t3qnziqhu7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  border: 2px dashed #d1d5db;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 2rem;
  gap: 1rem;
}

.upload-dropzone:hover[b-t3qnziqhu7] {
  border-color: #9ca3af;
  background: #f9fafb;
}

.upload-dropzone.drag-over[b-t3qnziqhu7] {
  border-color: #10b981;
  background: #f0fdf4;
}

.upload-icon[b-t3qnziqhu7] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #f3f4f6;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}

.upload-text[b-t3qnziqhu7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  text-align: center;
}

.upload-primary-text[b-t3qnziqhu7] {
  color: #10b981;
  font-weight: 600;
  font-size: 1.1rem;
}

.upload-secondary-text[b-t3qnziqhu7] {
  color: #6b7280;
  font-size: 0.95rem;
}

.upload-file-info[b-t3qnziqhu7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1rem;
}

.file-types-label[b-t3qnziqhu7] {
  color: #6b7280;
  font-size: 0.85rem;
}

.file-types[b-t3qnziqhu7] {
  color: #6b7280;
  font-size: 0.85rem;
  font-weight: 500;
}

/* Responsividade */
@media (max-width: 768px) {
  .upload-dropzone[b-t3qnziqhu7] {
    min-height: 160px;
    padding: 1.5rem;
  }

  .upload-icon[b-t3qnziqhu7] {
    width: 60px;
    height: 60px;
  }

  .upload-primary-text[b-t3qnziqhu7] {
    font-size: 1rem;
  }

  .upload-secondary-text[b-t3qnziqhu7] {
    font-size: 0.9rem;
  }
}
