ul {
  list-style: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
td {
  font-size: 1em;
}
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input,
label,
div,
dd,
dt,
dl,
table,
tr,
td,
img,
hr {
  margin: 0px;
  padding: 0px;
}
a img,
:link img,
:visited img,
fieldset {
  border: none;
}
@font-face {
  font-family: 'Gilroy';
  font-display: swap;
  font-weight: 100 900;
  src: url('/asset/fonts/Gilroy-Light.otf');
}
@font-face {
  font-family: 'GilroyBold';
  font-display: swap;
  font-weight: 100 900;
  src: url('/asset/fonts/Gilroy-ExtraBold.otf');
}
@font-face {
  font-family: 'BebasKai';
  font-display: swap;
  font-weight: 100 900;
  src: url('/asset/fonts/BebasKai.otf');
}
body {
  font-family: 'Gilroy', sans-serif;
  background-color: #f0f0f0;
  color: #333;
}
body strong {
  font-family: 'GilroyBold';
}
.frame {
  box-sizing: border-box;
  font-size: 0;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 801px) {
  .frame {
    max-width: 1640px;
  }
}
@media screen and (max-width: 800px) {
  .frame {
    width: 100%;
  }
}
.header {
  background-color: #f3311a;
  color: #fff;
  font-family: "Gilroy";
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.header ul.items li {
  display: inline-block;
  font-size: 16px;
  margin-right: 30px;
}
.header ul.items li a {
  color: #fff;
  text-decoration: none;
}
.nav-top {
  background-color: #10252d;
  height: 140px;
}
@media screen and (max-width: 800px) {
  .nav-top {
    height: 60px;
  }
}
.nav {
  font-family: "Gilroy";
  line-height: 140px;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  .nav {
    line-height: 60px;
  }
}
.nav .logo {
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 10px;
}
@media screen and (min-width: 1001px) {
  .nav .logo img.small {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 801px) {
  .nav .logo img.large {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .nav .logo img.large,
  .nav .logo img.small {
    display: none;
  }
}
.nav ul {
  display: inline-block;
  font-weight: bold;
}
.nav ul.nav-links li {
  margin-right: 20px;
}
.nav ul.nav-links li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.nav ul.social-icons {
  position: absolute;
  right: 20px;
}
.nav ul.social-icons li {
  margin-left: 15px;
}
.nav ul.social-icons a {
  color: #fff;
  font-size: 18px;
}
.nav ul li {
  display: inline-block;
}
@media screen and (max-width: 800px) {
  .nav ul {
    background: url('/images/icon_hamburger.png') no-repeat;
    display: block;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 60px;
  }
  .nav ul:hover li {
    background-color: #10252d;
    border: 1px solid #fff;
    display: block;
    height: 30px;
    line-height: 30px;
    margin-top: -1px;
    padding: 5px;
    position: relative;
    right: 95px;
    top: 50px;
    width: 150px;
  }
  .nav ul:hover li a {
    display: block;
  }
  .nav ul li {
    display: none;
  }
  .nav ul.social-icons {
    display: none;
  }
}
.home-slider {
  background: url('/images/slider1.jpg') no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 41%;
  position: relative;
  width: 100%;
}
.home-slider .frame {
  z-index: 1;
}
.home-slider .frame .slider-text {
  color: #fff;
  padding: 25px 0;
  max-width: 1640px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 150px;
}
.home-slider .frame .slider-text h2 {
  font-weight: bolder;
  font-size: 110px;
  font-family: 'BebasKai';
  text-transform: uppercase;
  line-height: 100px;
  margin: 10px 0;
  text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 1200px) {
  .home-slider .frame .slider-text h2 {
    font-size: 50px;
    line-height: 40px;
  }
}
.home-slider .frame .slider-text p {
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  font-family: 'GilroyBold';
  text-shadow: 2px 2px 4px #000000;
}
@media screen and (max-width: 800px) {
  .home-slider .frame .slider-text {
    padding-top: 20px;
  }
  .home-slider .frame .slider-text h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .home-slider .frame .slider-text p {
    font-size: 12px;
  }
}
.home-slider .wave-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.home-slider .wave-top svg {
  position: relative;
  display: block;
  width: calc(286% + 1.3px);
  height: 339px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 800px) {
  .home-slider .wave-top svg {
    height: 100px;
  }
}
.home-slider .wave-top .shape-fill {
  fill: #f3311a;
}
.inside-image {
  background: url('/images/slider1.jpg') no-repeat;
  background-size: cover;
  height: 0;
  padding-bottom: 12%;
  position: relative;
  width: 100%;
}
.inside-image .wave-top {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.inside-image .wave-top svg {
  position: relative;
  display: block;
  width: calc(286% + 1.3px);
  height: 139px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 800px) {
  .inside-image .wave-top svg {
    height: 100px;
  }
}
.inside-image .wave-top .shape-fill {
  fill: #f3311a;
}
.content {
  min-height: 300px;
  padding: 0;
}
.content h2 {
  font-weight: bold;
  font-size: 60px;
  font-family: 'BebasKai';
  margin: 40px 0 3px 0;
  text-align: center;
}
.content h2.left {
  padding-left: 200px;
  text-align: left;
}
.content h2.right {
  padding-right: 200px;
  text-align: right;
}
.content h3 {
  font-weight: bold;
  font-size: 28px;
  font-family: 'GilroyBold';
  margin: 20px 0 10px 0;
}
.content p {
  font-size: 24px;
  margin-bottom: 30px;
}
.content p.center {
  text-align: center;
}
.content p.smaller {
  font-family: 'GilroyBold';
  font-size: 0.8em;
}
.content ul {
  font-size: 24px;
  list-style-type: disc;
  margin-bottom: 20px;
}
.content ul li {
  margin-left: 50px;
}
.content .container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 40px;
}
.content .half-container,
.content .quarter-container {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 50px;
  text-align: justify;
  text-justify: inter-word;
  vertical-align: top;
}
.content .half-container:first-child,
.content .quarter-container:first-child {
  padding-left: 0;
}
.content .half-container:last-child,
.content .quarter-container:last-child {
  padding-right: 0;
}
.content .half-container img,
.content .quarter-container img {
  max-height: 100%;
  max-width: 100%;
  padding-right: 10px;
}
.content .half-container img:last-child,
.content .quarter-container img:last-child {
  padding: 0;
}
.content .testimonial {
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  vertical-align: top;
  width: 33%;
}
@media screen and (max-width: 800px) {
  .content .testimonial {
    display: block;
    padding: 20px;
    width: 100%;
  }
}
.content .testimonial p {
  font-size: 16px;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .content .testimonial p {
    margin-bottom: 0;
  }
}
.content .testimonial p span {
  display: block;
  font-family: 'GilroyBold';
  font-style: normal;
  margin-top: 20px;
}
.content .b-roll {
  text-align: center;
  white-space: nowrap;
}
.content .half-container {
  width: 50%;
}
.content .quarter-container {
  width: 25%;
}
@media screen and (max-width: 800px) {
  .content h2.left,
  .content h2.right {
    padding: 0;
    text-align: center;
  }
  .content .container {
    display: block;
  }
  .content .half-container {
    padding: 0;
    width: 100%;
  }
  .content .b-roll {
    display: none;
  }
}
.content img.border {
  border: 0px solid #10252d;
}
.content .mission {
  text-align: center;
}
.content .roi-calculator {
  padding-bottom: 50px;
}
.content .roi-calculator div.form,
.content .roi-calculator div.results {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media screen and (max-width: 800px) {
  .content .roi-calculator div.form,
  .content .roi-calculator div.results {
    width: 100%;
  }
}
.content .roi-calculator div.form div.savings,
.content .roi-calculator div.results div.savings {
  font-size: 24px;
}
.content .roi-calculator div.form div.savings span,
.content .roi-calculator div.results div.savings span {
  font-family: 'GilroyBold';
  font-style: italic;
}
.content .roi-calculator div.results {
  display: none;
}
.content .roi-calculator div.results div.explanation {
  font-size: 12px;
  font-style: italic;
}
.content .roi-calculator h2 {
  font-weight: bold;
  font-size: 40px;
  font-family: 'GilroyBold';
  margin-bottom: 10px;
}
.content .roi-calculator p {
  font-size: 28px;
  margin-bottom: 10px;
}
.content .roi-calculator div.labels .label,
.content .roi-calculator div.costs .label {
  display: inline-block;
  font-family: 'GilroyBold', sans-serif;
  font-size: 10px;
  padding: 10px 0;
  text-align: center;
  width: 20%;
}
.content .roi-calculator div.labels .label:first-child,
.content .roi-calculator div.costs .label:first-child {
  margin-left: 9%;
}
.content .roi-calculator div.chart {
  border-bottom: 1px solid #000;
  height: 200px;
  position: relative;
}
.content .roi-calculator div.chart div.bar-container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 20%;
}
.content .roi-calculator div.chart div.bar-container:first-child {
  margin-left: 9%;
}
.content .roi-calculator div.chart div.bar-container:nth-child( 2 ) {
  border-right: 1px solid #000;
}
.content .roi-calculator div.chart .bar {
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 25%;
  position: absolute;
  width: 50%;
}
.content .roi-calculator div.chart .current {
  background: #f00;
}
.content .roi-calculator div.chart .new {
  background: #0f0;
}
.content.clients .container,
.content.testimonials .container {
  display: block;
}
.content.clients {
  background: #d3d3d3;
  min-height: 0;
}
.content.clients .container .client-portal {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  height: 150px;
  margin: 30px;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: calc(33% - 60px);
}
@media screen and (max-width: 800px) {
  .content.clients .container .client-portal {
    height: 80px;
  }
}
.content.clients .container .client-portal img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 50%;
  max-width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.content .fys-page {
  display: none;
}
.content .answer {
  background: #f3311a;
  border-radius: 10px;
  color: #fff;
  cursor: default;
  display: inline-block;
  font-size: 24px;
  min-height: 120px;
  margin: 20px;
  padding: 20px;
  vertical-align: bottom;
  width: 15%;
}
.content .answer:first-child {
  margin-left: 0;
}
.content .answer:hover {
  background-color: #d13322;
}
.content .info {
  background: url('/images/icon_info.png') no-repeat;
  font-size: 18px;
  margin: 20px 0;
  padding: 20px 10px 20px 60px;
}
.content .us-location-map-container {
  padding-bottom: 50px;
  text-align: center;
}
.content .us-location-map {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 952px;
}
@media screen and (max-width: 952px) {
  .content .us-location-map {
    width: 100%;
  }
}
.content .us-location-map img {
  width: 100%;
}
.content .us-location-map div {
  background: url('/images/icon-logo.png') no-repeat;
  background-size: cover;
  height: 32px;
  position: absolute;
  width: 32px;
}
@media screen and (max-width: 952px) {
  .content .us-location-map div {
    height: 5%;
    width: 3.4%;
  }
}
.content .us-location-map .atlanta-ga {
  left: 74.6%;
  top: 50.3%;
}
.content .us-location-map .boston-ma {
  left: 93%;
  top: 14.9%;
}
.content .us-location-map .ftmyers-fl {
  left: 81.4%;
  top: 72.3%;
}
.content .us-location-map .honolulu-hi {
  left: 43.6%;
  top: 88.8%;
}
.content .us-location-map .houston-tx {
  left: 53.6%;
  top: 65.3%;
}
.content .us-location-map .lasvegas-nv {
  left: 17.9%;
  top: 40.9%;
}
.content .us-location-map .kona-hi {
  left: 48.3%;
  top: 95.1%;
}
.content .us-location-map .minneapolis-mn {
  left: 56.2%;
  top: 14.2%;
}
.content .us-location-map .orangecounty-ca {
  left: 11.6%;
  top: 47.2%;
}
.content .us-location-map .orlando-fl {
  left: 82%;
  top: 66.5%;
}
.content .us-location-map .phoenix-az {
  left: 23.6%;
  top: 51.9%;
}
.content .us-location-map .portland-or {
  left: 8.4%;
  top: 7.9%;
}
.content .us-location-map .raleighdurham-nc {
  left: 83.5%;
  top: 40%;
}
.content .us-location-map .seattle-wa {
  left: 10.5%;
  top: 2.4%;
}
.bottom {
  background: #000;
  color: #fff;
  height: 450px;
  position: relative;
  text-align: center;
}
.bottom .wave-bottom {
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  width: 100%;
}
.bottom .wave-bottom svg {
  position: relative;
  display: block;
  width: calc(168% + 1.3px);
  height: 104px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 800px) {
  .bottom .wave-bottom svg {
    height: 70px;
  }
}
.bottom .wave-bottom .shape-fill {
  fill: #f3311a;
}
.bottom::before {
  background-image: url('/images/passwaypicF.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
}
.bottom .column {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 180px;
}
.bottom .column:nth-child(1) {
  font-family: 'BebasKai';
  text-align: center;
  width: 35%;
}
.bottom .column:nth-child(2) {
  width: 50%;
  text-align: left;
}
.bottom .column .icon-box {
  background: #f3311a;
  font-size: 30px;
  margin-bottom: 15px;
  padding: 10px;
}
.bottom .column .ocs {
  font-size: 30px;
}
.bottom .column .phone-number {
  font-size: 40px;
  margin: 15px 0;
}
.bottom .column .card-header {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'BebasKai';
}
.bottom .column .card-description {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .bottom {
    height: 550px;
    overflow: hidden;
  }
  .bottom .column {
    display: block;
  }
  .bottom .column:nth-child(1),
  .bottom .column:nth-child(2) {
    width: 100%;
  }
  .bottom .column:nth-child(1) {
    margin-top: 100px;
  }
  .bottom .column:nth-child(2) {
    margin-top: 30px;
  }
}
table {
  border-collapse: collapse;
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
table tr:nth-child(2n+1) {
  background: #f4f4f4;
}
table tr:nth-child(2n) {
  background: #ececec;
}
table tr th {
  background: #555;
  background-size: contain;
  border-right: 1px solid #373737;
  color: #fff;
  font-size: 16px;
  height: 30px;
  text-align: left;
}
table tr td {
  border: 1px solid #d4d4d4;
  font-size: 16px;
  height: 30px;
}
table tr th,
table tr td {
  padding: 0 15px;
}
table tr th a,
table tr td a {
  color: #000;
  font-family: 'GilroyBold';
  text-decoration: none;
}
.portal-nav {
  background-color: #10252d;
  height: 40px;
}
.portal-nav nav {
  line-height: 40px;
}
.portal-nav nav ul li {
  display: inline-block;
  font-size: 18px;
  padding: 0 20px;
}
.portal-nav nav ul li a {
  color: #fff;
  text-decoration: none;
}
footer {
  background: #10252D;
  color: #fff;
  padding: 70px;
  text-align: center;
}
footer .column {
  box-sizing: border-box;
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  vertical-align: top;
  width: 15%;
}
footer .column:nth-child(1) {
  margin-left: 60px;
  width: 20%;
}
footer .column a {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}
footer .column h4 {
  margin: unset;
  margin-bottom: 15px;
  font-size: 30px;
  font-family: 'BebasKai';
}
footer .column address {
  font-size: 16px;
  font-style: normal;
}
footer .column address span {
  color: #f3311a;
}
@media screen and (max-width: 800px) {
  footer {
    padding: 40px;
  }
  footer .column {
    display: block;
    margin: 0;
    width: 100%;
  }
  footer .column:nth-child(1) {
    margin: 0;
    width: 100%;
  }
  footer .column h4 {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
a {
  color: #333;
}
a.button,
button,
input[type=submit],
input[type=button] {
  background: #f3311a;
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-family: 'Gilroy';
  font-size: 16px;
  padding: 12px 20px;
  margin: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
a.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #d13322;
}
a.button.larger,
button.larger,
input[type=submit].larger,
input[type=button].larger {
  font-size: 18px;
  padding: 12px 80px;
}
.formbox {
  border: 1px solid #aaa;
  box-sizing: border-box;
  font-size: 0;
  margin: 20px auto;
  padding: 20px 20px;
  position: relative;
}
.formbox.full {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .formbox {
    width: 600px;
  }
  .formbox.full {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .formbox {
    width: 100%;
  }
}
p.success {
  background-color: #e6f4ea;
  border: 1px solid #4caf50;
  border-radius: 4px;
  color: #2e7d32;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 12px 16px;
}
ul.error {
  background-color: #fdecea;
  border: 1px solid #f44336;
  border-radius: 4px;
  color: #c62828;
  font-size: 18px;
  list-style-type: disc;
  margin-bottom: 20px;
  padding: 12px 16px 12px 36px;
}
.permissions ul {
  font-size: 18px;
  list-style: none;
  margin: 0;
}
.permissions ul li {
  font-family: 'GilroyBold';
  margin-left: 20px;
}
.permissions ul li.label {
  margin-left: 40px;
  margin-top: 20px;
}
.permissions ul > li > ul > li {
  font-family: 'Gilroy';
}
.permissions ul > li > ul > li.label {
  margin-top: 10px;
}
.permissions ul > li > ul > li.label span {
  display: none;
  margin-left: 20px;
}
.permissions ul > li > ul > li.label span.show {
  display: block;
}
.permissions ul > li > ul > li.label span input {
  font-size: 14px;
  height: 20px;
  margin-left: 5px;
  width: 100px;
}
form div.line {
  margin-bottom: 10px;
}
form div.line span {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  form div.line span {
    display: block;
  }
}
form div.line span.label {
  width: 200px;
}
form div.line span.value {
  width: calc(100% - 200px);
}
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea {
  border: 1px solid #aaa;
  font-size: 20px;
  padding: 0 10px;
  width: 300px;
}
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select {
  height: 40px;
}
textarea {
  height: 100px;
}
@media screen and (max-width: 800px) {
  a.button {
    border-radius: 10px;
    font-size: 10px;
    margin: 0;
    padding: 5px 8px;
  }
}
@media print {
  body {
    background-color: white;
  }
  .header,
  .nav,
  .footer {
    display: none;
  }
  .content-text p {
    font-size: 20px;
  }
  .content-text h2 {
    font-size: 40px;
  }
  .card {
    width: 100%;
  }
}
.notification-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10000;
  max-width: 400px;
}
.notification {
  background: #fff;
  border-left: 4px solid #f3311a;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  animation: slideIn 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notification.success {
  border-left-color: #4caf50;
}
.notification.warning {
  border-left-color: #ff9800;
}
.notification.error {
  border-left-color: #f44336;
}
.notification .notification-content {
  flex: 1;
  padding-right: 10px;
  color: #333;
}
.notification .notification-close {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 0;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.notification .notification-close:hover {
  color: #333;
}
@keyframes slideIn {
  from {
    transform: translateX(120%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(120%);
    opacity: 0;
  }
}
.notification.closing {
  animation: slideOut 0.3s ease-in forwards;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.2s ease-out;
}
.modal-overlay.active {
  display: flex;
}
.modal {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  max-width: 500px;
  width: 90%;
  overflow: hidden;
  animation: slideUp 0.3s ease-out;
}
.modal .modal-header {
  background: #f3311a;
  color: #fff;
  padding: 20px 24px;
  font-family: 'GilroyBold', sans-serif;
  font-size: 18px;
}
.modal .modal-body {
  padding: 24px;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
.modal .modal-footer {
  padding: 16px 24px;
  background: #f9f9f9;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
.modal .modal-footer button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.modal .modal-footer button.btn-cancel {
  background: #fff;
  color: #666;
  border: 1px solid #ddd;
}
.modal .modal-footer button.btn-cancel:hover {
  background: #f5f5f5;
  border-color: #ccc;
}
.modal .modal-footer button.btn-confirm {
  background: #f3311a;
  color: #fff;
}
.modal .modal-footer button.btn-confirm:hover {
  background: #d62915;
}
.modal .modal-footer button.btn-danger {
  background: #f44336;
}
.modal .modal-footer button.btn-danger:hover {
  background: #da190b;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.report-header {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.report-header h3 {
  margin: 0 0 5px 0;
  font-size: 24px;
}
.report-header p {
  margin: 0;
  color: #666;
}
.report-actions {
  margin-bottom: 15px;
}
.report-actions button {
  margin-right: 10px;
}
.no-results {
  padding: 20px;
  text-align: center;
  color: #666;
  background: #f9f9f9;
  border-radius: 5px;
  font-size: 16px;
}
.group-row {
  cursor: pointer;
}
.group-row:hover {
  background: #e8e8e8 !important;
}
.group-row td:first-child {
  position: relative;
  padding-left: 25px;
}
.toggle-icon {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-family: monospace;
  font-weight: bold;
  color: #666;
}
.event-row {
  display: none;
}
.event-row td {
  border-left: 3px solid #ccc;
  font-size: 14px;
}
.event-row td:first-child {
  padding-left: 35px;
}
.event-row.visible {
  display: table-row;
}
.event-chain {
  font-size: 13px;
  color: #555;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-count {
  font-size: 12px;
  color: #888;
  margin-left: 5px;
}
.photo-count {
  font-size: 12px;
  background: #e0e0e0;
  padding: 2px 8px;
  border-radius: 10px;
}
.report-filters {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.report-filters .line {
  margin-bottom: 15px;
  font-size: 16px;
}
.report-filters .label {
  display: inline-block;
  width: 150px;
  font-weight: bold;
  font-size: 16px;
  vertical-align: top;
}
.report-filters .value {
  display: inline-block;
  font-size: 16px;
}
.report-filters input[type="date"],
.report-filters input[type="text"],
.report-filters select {
  width: 250px;
  padding: 5px;
}
.report-filters button {
  margin-right: 10px;
}
#event-report-results {
  margin-top: 20px;
}
.loading {
  text-align: center;
  padding: 20px;
  color: #666;
  font-size: 16px;
}
