@charset "UTF-8";

/*
Theme Name: R360 Applications
Theme URI: https://www.resident360.com
Author: d.w.d'Amato
Author URI: https://www.resident360.com
Description: 
Requires at least: 5.6
Tested up to: 5.6
Requires PHP: 7.4
Version: 1.1
License URI: https://www.resident360.com
Text Domain: R360 Applications


*/

body {
    font-family: Arial, Helvetica, sans-serif;
}


.button {
    background-color: white; 
    color: black; 
    border: 2px solid #000;
    padding: 10px 15px 10px 15px;
  }

.button:hover {
    background-color: #000; 
    color: #fff; 

  }
  
a {
    color: #000;
}

a:hover {
    color: rgb(82, 82, 82);
}


.gf_progressbar_title {
    font-size:22px !important;
    font-weight: 700 !important;
}