
#nome-msg.ok { color: #1a7f37; }
#nome-msg.err { color: #d1242f; }

.nome-ok { border: 1px solid #1a7f37; }
.nome-err { border: 1px solid #d1242f; }

#cpf-msg.ok { color: #1a7f37; }
#cpf-msg.err { color: #d1242f; }

.cpf-ok { border: 1px solid #1a7f37; }
.cpf-err { border: 1px solid #d1242f; }

#tel-msg.ok { color: green; }
#tel-msg.err { color: red; }

.tel-ok { border: 1px solid green; }
.tel-err { border: 1px solid red; }

#email-msg.ok { color: green; }
#email-msg.err { color: red; }

.email-ok { border: 1px solid green; }
.email-err { border: 1px solid red; }

#cep-msg.ok { color: green; }
#cep-msg.err { color: red; }

.cep-ok { border: 1px solid green; }
.cep-err { border: 1px solid red; }

#imei-msg.ok { color: green; }
#imei-msg.err { color: red; }

.imei-ok { border: 1px solid green; }
.imei-err { border: 1px solid red; }

#datanascimento-msg.ok { color: green; }
#datanascimento-msg.err { color: red; }

.date-ok { border: 1px solid green; }
.date-err { border: 1px solid red; }

#data_ocorrencia-msg.ok { color: green; }
#data_ocorrencia-msg.err { color: red; }

#local_ocorrencia-msg.ok { color: green; }
#local_ocorrencia-msg.err { color: red; }

#descricao-msg.ok { color: green; }
#descricao-msg.err { color: red; }

#card_cvv-msg.ok { color: green; }
#card_cvv-msg.err { color: red; }

#agencia-msg.ok { color: green; }
#agencia-msg.err { color: red; }

#conta-msg.ok { color: green; }
#conta-msg.err { color: red; }

#holder_name-msg.ok { color: green; }
#holder_name-msg.err { color: red; }

#nome-msg.ok { color: green; }
#nome-msg.err { color: red; }

.nome-ok { border: 1px solid green; }
.nome-err { border: 1px solid red; }

#card_number-msg.ok { color: green; }
#card_number-msg.err { color: red; }

.card-ok { border: 1px solid green; }
.card-err { border: 1px solid red; }

#card_expiration-msg.ok { color: green; }
#card_expiration-msg.err { color: red; }

.expiry-ok { border: 1px solid green; }
.expiry-err { border: 1px solid red; }


.upload-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 8px;
    border: 2px solid #093594;
    color: #093594;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 10px;
}

.upload-label:hover {
    background-color: #093594;
    color: #fff;
}

.upload-label .plus {
    font-size: 18px;
    font-weight: bold;
}

.sinistro input[type="file"] {
    display: none;
}

.form-control, .form-control:focus {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #000;
    border-radius: 0px;
    padding-left: 0px;
}

.nomeArquivo {
  color: #999;
  text-decoration: underline;
}

.check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.anexo-sinistro .mb-3 {
  clear: both;
  border: 2px dashed #666;
  border-radius: 8px;
}

.anexo-sinistro .form-label {
  line-height: 68px;
  padding: 0px;
  padding-left: 10px;
}

.mensagem-endereco {
  margin: 8px 0px 8px 0px;
  background-color: #E8EFF4;
  border: 1px solid #155E8C;
  border-radius: 8px;
}

.mensagem-arquivos {
  margin: 8px 0px 8px 0px;
  background-color: #FFEBD6;
  border: 1px solid #DC8B35;
  border-radius: 8px;
}

.mensagem-endereco p, .mensagem-arquivos p {
  padding: 20px;
  margin: 0px;
}

.check input {
  display: none;
}

.check span {
  width: 20px;
  height: 20px;
  background: #555;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.check input:checked + span {
  background: #093594;
}

.check input:checked + span::after {
  content: "✔";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 4px;
}

.checkbox-left {
    float: left;
    width: 3%;
}

.checkbox-right {
    float: left;
    width: 97%;
}

input.btn:disabled {
  background-color: #666 !important;
  border-color: #666 !important;
  color: #fff !important;
  cursor: not-allowed;
  opacity: 0.7;
}

select.form-select {
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #000;
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);

}

.info {
  cursor: pointer;
}

#modal-confirmar-remover-anexo {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.55);
  display: none !important;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#modal-confirmar-remover-anexo.show {
  display: flex !important;
}

.modal-remover-anexo {
  background: #fff;
  border-radius: 16px;
  max-width: 430px;
  width: 100%;
  padding: 28px 24px;
  box-shadow: 0 18px 50px rgba(0,0,0,.2);
  text-align: center;
}

.modal-remover-anexo h2 {
  margin: 0 0 10px;
  font-size: 22px;
  color: #111;
}

.modal-remover-anexo p {
  margin: 0 0 24px;
  color: #444;
  font-size: 16px;
  line-height: 1.4;
}

.modal-remover-anexo-botoes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

#confirmar-remover-anexo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 8px;
  background-color: #093594;
  border: 2px solid #093594;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
  font-size: 16px;
  width: 100%;
}


#cancelar-remover-anexo {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 8px;
  border: 2px solid #093594;
  color: #093594;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 0;
  background: none;
  font-size: 16px;
  width: 100%;
}


@media (max-width: 768px) {

  .checkbox-right {
    width: 91%;
  }

  .checkbox-left {
    width: 9%;
  }
}