/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 19 2025 | 15:42:59 */
.um-field input {
    border-radius: 5px !important;
}

/* ajuste dos campos de select centralizando o texto e botao de remover */
.um-field .select2-container--default .select2-selection--single .select2-selection__rendered {line-height:22px !important;}
.um-field .select2-container--default .select2-selection--single .select2-selection__clear {line-height:22px !important;}

/* Botao de login e cadastro do UM  */
.um .um-form #um-submit-btn {
  background: #506b65 !important;
  color: #fff !important;
}
#um-submit-btn {
  display: inline-block !important; /* garante que aceite padding */
  width: auto !important;          /* libera a largura */
  min-width: 160px !important;     /* define um mínimo */
  padding: 8px 12px !important;   /* agora pega */
  line-height: normal !important;  /* evita o "esticado" */
  border-radius: 5px !important;
  font-weight: bold !important;
  font-size: 16px !important;
  text-align: center !important;
}
#um-submit-btn:hover {
  transform: translateY(-2px);         /* efeito de "levantar" */
  box-shadow: 0 6px 12px rgba(0,0,0,0.25);
}
#um-submit-btn:active {
  transform: translateY(0);            /* volta no clique */
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}