/* line 8, app/assets/stylesheets/events.scss */
.event-badge .date-icon {
  text-align: center;
  padding: 0.75rem 0.5rem;
  font-size: 1.2em;
}

/* line 13, app/assets/stylesheets/events.scss */
.event-badge .date-icon * {
  color: white !important;
}

/* line 17, app/assets/stylesheets/events.scss */
.event-badge .date-icon h2 {
  font-size: 2.5em;
}

@media (min-width: 576px) {
  /* line 7, app/assets/stylesheets/events.scss */
  .event-badge {
    float: left;
    width: 100%;
  }
}

/* line 34, app/assets/stylesheets/events.scss */
.event-description {
  margin-top: 1rem;
}

/* line 37, app/assets/stylesheets/events.scss */
.event-description .registration-status {
  font-size: 1.5rem;
  margin: 0 0 0.75rem 0;
}

/* line 42, app/assets/stylesheets/events.scss */
.event-description .event-title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}

@media (min-width: 576px) {
  /* line 34, app/assets/stylesheets/events.scss */
  .event-description {
    margin: 0;
    width: calc(100% - 16rem);
    float: left;
  }
  /* line 54, app/assets/stylesheets/events.scss */
  .event-description .registration-status {
    font-size: 2rem;
    margin: 0 0 0.75rem 0;
  }
  /* line 59, app/assets/stylesheets/events.scss */
  .event-description h1 {
    font-size: 5rem;
  }
  /* line 63, app/assets/stylesheets/events.scss */
  .event-description .event-title {
    margin-top: 0;
    font-size: 2rem;
  }
}

/* line 103, app/assets/stylesheets/events.scss */
.preattend-clicker {
  margin: 1rem 0;
}

/* line 106, app/assets/stylesheets/events.scss */
.preattend-revealed {
  opacity: 1;
  pointer-events: all;
}

/* line 111, app/assets/stylesheets/events.scss */
.preattend-hidden {
  opacity: 0;
  pointer-events: none;
}

/* line 116, app/assets/stylesheets/events.scss */
.invalid {
  border: 5px solid #ffdddd;
}

/* line 120, app/assets/stylesheets/events.scss */
.space-bottom-onehalf {
  margin-bottom: 0.5em !important;
}

/* line 124, app/assets/stylesheets/events.scss */
.square-button {
  width: 32rem;
  border-radius: 4rem;
  border: 1px solid var(--grey-medium);
  width: 100%;
  padding: 4rem 0;
  font-size: 1.25rem;
  margin: auto;
  margin-right: 4rem !important;
  text-align: center;
}

/* line 137, app/assets/stylesheets/events.scss */
.square-button .icon {
  pointer-events: none;
  font-size: 5rem;
  height: 10rem;
  width: 100%;
  text-align: center;
}

/* line 146, app/assets/stylesheets/events.scss */
.square-button:hover {
  border-radius: 4rem;
  border: 1px solid var(--primary);
  background: var(--primary);
}

/* line 151, app/assets/stylesheets/events.scss */
.square-button:hover,
.square-button:hover .icon {
  color: white !important;
}

/* line 158, app/assets/stylesheets/events.scss */
.event-request-button {
  float: right;
}

/* line 162, app/assets/stylesheets/events.scss */
.float-right-button {
  float: right;
  font-size: 0.9rem;
  z-index: 99;
}

@media (min-width: 576px) {
  /* line 169, app/assets/stylesheets/events.scss */
  .preattend-clicker {
    margin: 1rem 0;
    display: inline-block;
  }
  /* line 174, app/assets/stylesheets/events.scss */
  .square-button {
    width: 32rem;
  }
}

/* line 179, app/assets/stylesheets/events.scss */
.event-print-container {
  white-space: nowrap;
}

/* line 183, app/assets/stylesheets/events.scss */
.event-print-date {
  display: inline-block;
  width: 14rem;
  height: 14rem;
  background-color: #f8f8f8;
  padding: 3rem 2rem;
  text-align: center;
  vertical-align: top;
}

/* line 192, app/assets/stylesheets/events.scss */
.event-print-date h4 {
  font-size: 2rem;
  font-weight: bold;
}

/* line 197, app/assets/stylesheets/events.scss */
.event-print-date h5 {
  font-size: 1.75rem;
}

/* line 202, app/assets/stylesheets/events.scss */
.event-print-details {
  display: inline-block;
  white-space: normal;
}

/* line 205, app/assets/stylesheets/events.scss */
.event-print-details .detail {
  white-space: wrap;
}

/* line 210, app/assets/stylesheets/events.scss */
.print-footer-compact {
  font-size: 12px !important;
  line-height: 14px !important;
}

/* line 213, app/assets/stylesheets/events.scss */
.print-footer-compact p {
  margin: 0 !important;
}

/* line 218, app/assets/stylesheets/events.scss */
.attendance-table {
  table-layout: fixed;
  border: 1px solid gray !important;
  width: 100%;
}

/* line 224, app/assets/stylesheets/events.scss */
.attendance-table th {
  padding: 1rem;
  border: 1px solid gray !important;
}

/* line 229, app/assets/stylesheets/events.scss */
.attendance-table td {
  border: 1px solid gray !important;
  padding: 0.5rem;
}

/* line 234, app/assets/stylesheets/events.scss */
.attendance-table tr {
  height: 5rem;
  border: 1px solid gray !important;
  line-height: 1.5rem;
  white-space: nowrap;
  min-width: 25%;
  overflow: hide;
}

/* line 243, app/assets/stylesheets/events.scss */
.event-info {
  padding: 1em;
}

/* line 247, app/assets/stylesheets/events.scss */
.user-status-label {
  text-align: right;
  font-weight: bold;
  font-size: 1.5rem;
  color: #646464;
}

/* line 261, app/assets/stylesheets/events.scss */
.countdown-container {
  text-align: left;
  font-size: 1rem;
}

/* line 265, app/assets/stylesheets/events.scss */
.countdown-container .countdown-item {
  font-size: calc(1.25rem + 1vw);
}

/* line 270, app/assets/stylesheets/events.scss */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 70px;
  border-radius: 50%;
  text-decoration: none;
  margin: 5px 2px;
}

/* Add a hover effect if you want */
/* line 280, app/assets/stylesheets/events.scss */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */
/* Facebook */
/* line 287, app/assets/stylesheets/events.scss */
.fa-facebook {
  background: #3b5998;
  color: white;
}

/* Twitter */
/* line 293, app/assets/stylesheets/events.scss */
.fa-twitter {
  background: #55acee;
  color: white;
}

/* line 298, app/assets/stylesheets/events.scss */
.fa-linkedin {
  background: #007bb5;
  color: white;
}

/* line 304, app/assets/stylesheets/events.scss */
.event-info .btn {
  margin-top: 0.5rem;
  width: 100%;
}

/* line 315, app/assets/stylesheets/events.scss */
.rsvp-actions .panel {
  background-color: inherit;
}

/* line 317, app/assets/stylesheets/events.scss */
.rsvp-actions .panel .panel-heading {
  background-color: inherit;
}

/* line 322, app/assets/stylesheets/events.scss */
.rsvp-actions .panel .collapse-icon i.glyphicon {
  color: #333333;
}

/* line 329, app/assets/stylesheets/events.scss */
.rsvp-actions:has(#registration_form) {
  background-color: var(--bs-gray-200);
  padding: 3rem 1.5rem !important;
}

/* line 333, app/assets/stylesheets/events.scss */
.rsvp-actions:has(#registration_form) #registration_form_header {
  display: block !important;
}

/* line 337, app/assets/stylesheets/events.scss */
.rsvp-actions:has(#registration_form) #decline_event_btn {
  display: none;
}

/* line 342, app/assets/stylesheets/events.scss */
.meter {
  display: inline-block;
  border: 1px solid black;
  background: #787878;
  height: 4rem;
  padding: 1rem;
  color: white;
  text-align: center;
}

/* line 353, app/assets/stylesheets/events.scss */
#rightModal .modal-content {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  /* line 353, app/assets/stylesheets/events.scss */
  #rightModal .modal-content {
    width: 20% !important;
  }
}

/* line 359, app/assets/stylesheets/events.scss */
#rightModal hr#w-full {
  margin-right: -20px !important;
  margin-left: -20px !important;
  height: 4px;
  color: #f8f9fa;
}

/* line 365, app/assets/stylesheets/events.scss */
#rightModal hr {
  height: 4px;
  color: #f8f9fa;
}

/* line 370, app/assets/stylesheets/events.scss */
#rightModal .modal-header {
  border-bottom: none !important;
}

/* line 373, app/assets/stylesheets/events.scss */
#rightModal select {
  border: none !important;
  width: 42%;
}

/* line 377, app/assets/stylesheets/events.scss */
#rightModal select option {
  background-color: #fff;
}
