/* EU CIDADAO - GLOBAL FORMS SEGURO
   Nao mexe em icones, botoes ou pseudo-elementos.
*/
html,body{font-family:'Inter',Arial,sans-serif!important}

body input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]),
body select,
body textarea,
body .input,
body .form-control{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  min-height:46px!important;
  height:46px!important;
  border:1px solid #dbeafe!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#132238!important;
  padding:0 14px!important;
  font-size:14px!important;
  line-height:46px!important;
  font-family:'Inter',Arial,sans-serif!important;
  outline:none!important;
  box-shadow:none!important;
  transition:border-color .18s ease,box-shadow .18s ease!important;
}

body textarea,
body textarea.input,
body textarea.form-control{
  height:auto!important;
  min-height:110px!important;
  line-height:1.45!important;
  padding:12px 14px!important;
  resize:vertical!important;
}

body input[type="file"]{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:48px!important;
  line-height:1.35!important;
  padding:9px 12px!important;
  border:1px solid #dbeafe!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#132238!important;
  font-size:14px!important;
  font-family:'Inter',Arial,sans-serif!important;
}

body input[type="file"]::file-selector-button{
  border:0!important;
  border-radius:10px!important;
  background:#eff6ff!important;
  color:#075fae!important;
  font-weight:800!important;
  padding:8px 12px!important;
  margin-right:10px!important;
  cursor:pointer!important;
  font-family:'Inter',Arial,sans-serif!important;
}

body input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):focus,
body select:focus,
body textarea:focus,
body .input:focus,
body .form-control:focus{
  border-color:#075fae!important;
  box-shadow:0 0 0 4px rgba(7,95,174,.13)!important;
}

body input::placeholder,
body textarea::placeholder{color:#94a3b8!important}

body label,
body form label,
body .form-row label,
body .master-field label{
  color:#334155!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1.25!important;
  font-family:'Inter',Arial,sans-serif!important;
}

body .panel-search-box{position:relative!important}
body .panel-search-box input{padding-left:44px!important}
body .panel-search-box i{
  position:absolute!important;
  left:14px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  z-index:3!important;
  pointer-events:none!important;
  color:#64748b!important;
}

body table{font-family:'Inter',Arial,sans-serif!important}

body ::-webkit-scrollbar{width:8px;height:8px}
body ::-webkit-scrollbar-track{background:#edf4fb;border-radius:999px}
body ::-webkit-scrollbar-thumb{background:#bfd8f3;border-radius:999px}
body ::-webkit-scrollbar-thumb:hover{background:#9fc4ea}
