      .tx-powermail ul.powermail-errors-list.filled {  
        margin: 0;  
        padding: 0;  
        list-style: none;
      } 
      
      .tx-powermail ul.powermail-errors-list.filled li {  
        color: #c70000;  
        font-weight: 700;  
        margin: .25rem 0 0 1rem;  
        padding: 0;  
      }
      
      input:not([readonly]).powermail_field_error{
        border: 1px solid #c70000 !important;
      }
  
      .powermail_field_error + .nice-select{
        border: 1px solid #c70000 !important;
      }

      .nice-select{
        height: 2.75rem;
        padding: .625rem .5rem .1875rem;
      }

      .tx-powermail .radio label {
         padding: .75em 1rem .75rem 1rem;
         margin-bottom: .5rem;
      }