@charset "UTF-8";

/*
Theme Name: The Loans Pro
Theme URI: 
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The Loans Pro
Requires at least: 5.3
Tested up to: 6.4
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the=loans
*/

.wpforms-error-container p {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  margin-bottom: 15px !important;
  width: 100% !important;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  font-weight: 600;
}
.bank-name input,
.disabled-input input {
  pointer-events: none !important;
  background: #efefef !important;
  cursor: no-drop !important;
}
.routing-error {
  display: none;
}
.routing-error p {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  width: 100% !important;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  font-weight: 600;
}
.disabled-input {
  display: none !important;
}
