@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@415;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap");
/* line 8, app/assets/stylesheets/radius_interface/theme.scss */
body {
  font-family: 'Inter', sans-serif;
}

/* line 12, app/assets/stylesheets/radius_interface/theme.scss */
a {
  text-decoration: none !important;
}

/* line 17, app/assets/stylesheets/radius_interface/theme.scss */
a.doc-link {
  text-decoration: underline !important;
}

/* line 28, app/assets/stylesheets/radius_interface/theme.scss */
.text-muted-landing {
  color: #3b4e6a;
}

/* line 32, app/assets/stylesheets/radius_interface/theme.scss */
.space-grotesk {
  font-family: 'Space Grotesk', sans-serif;
  font-weight: 700;
}

/* line 38, app/assets/stylesheets/radius_interface/theme.scss */
.form-control {
  background-color: #000000;
}

/* line 42, app/assets/stylesheets/radius_interface/theme.scss */
.btn-landing {
  background-color: #6360FF40;
  border-color: #6360FF;
  color: #ffffff;
}

/* line 46, app/assets/stylesheets/radius_interface/theme.scss */
.btn-landing:hover {
  background-color: #6360FF50;
  border-color: #7270ff;
  color: #ffffff;
}

/* line 53, app/assets/stylesheets/radius_interface/theme.scss */
.mini {
  font-size: 0.75em;
}

/* line 57, app/assets/stylesheets/radius_interface/theme.scss */
.category-icon {
  width: 20px;
}

/* line 61, app/assets/stylesheets/radius_interface/theme.scss */
.now {
  color: #52d092;
}

/* line 65, app/assets/stylesheets/radius_interface/theme.scss */
.soonest {
  color: #7B6DFA;
}

/* line 69, app/assets/stylesheets/radius_interface/theme.scss */
.sooner {
  color: #7870e5;
}

/* line 73, app/assets/stylesheets/radius_interface/theme.scss */
.soon {
  color: #6f67ad;
}

/* line 77, app/assets/stylesheets/radius_interface/theme.scss */
.later {
  color: #525267;
}

/* line 81, app/assets/stylesheets/radius_interface/theme.scss */
.late {
  color: #6c6c75;
}

/* line 85, app/assets/stylesheets/radius_interface/theme.scss */
.placeholder-icon {
  height: 50px;
}

/* line 89, app/assets/stylesheets/radius_interface/theme.scss */
label.required::after {
  content: " *";
  color: #71717a;
}

/* line 95, app/assets/stylesheets/radius_interface/theme.scss */
.rounded-pill.purple {
  border: 1px solid #6360FF !important;
  color: #6360FF !important;
}

/* line 2, app/assets/stylesheets/pages/announcements.scss */
.announcement strong {
  color: #495057;
  font-weight: 900;
}

/* line 8, app/assets/stylesheets/pages/announcements.scss */
.unread-announcements:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dc2626;
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-right: 6px;
}

/* line 3, app/assets/stylesheets/pages/events/index.scss */
#events-index #events-table .row:last-child {
  border-bottom: 1px solid #374151 !important;
  border-radius: 0px 0px 4px 4px !important;
}

/* line 9, app/assets/stylesheets/pages/events/index.scss */
#events-index .btn.dropdown-toggle::after {
  content: none;
}

/* line 12, app/assets/stylesheets/pages/events/index.scss */
#events-index #indexMap {
  height: 90vh;
  width: 100%;
  border-radius: 6px;
}

/* line 16, app/assets/stylesheets/pages/events/index.scss */
#events-index #indexMap .map-info-window {
  color: #000000;
  max-width: 140px;
}

/* line 19, app/assets/stylesheets/pages/events/index.scss */
#events-index #indexMap .map-info-window a {
  color: #6360FF;
  text-decoration: none;
}

/* line 2, app/assets/stylesheets/pages/events/new.scss */
.form-group .description {
  resize: both;
  overflow: scroll;
  min-height: 20rem;
}

/* line 2, app/assets/stylesheets/pages/events/show.scss */
.event-container a {
  text-decoration: underline;
}

/* line 6, app/assets/stylesheets/pages/events/show.scss */
.event-container .event-overview .event-header {
  display: flex;
  justify-content: space-between;
}

/* line 9, app/assets/stylesheets/pages/events/show.scss */
.event-container .event-overview .event-header .avatar {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: 0;
  display: flex;
  align-items: center;
}

/* line 21, app/assets/stylesheets/pages/events/show.scss */
.btn-attend, .btn-bookmark {
  min-width: 130px;
  color: #ffffff;
  height: 33px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 30, app/assets/stylesheets/pages/events/show.scss */
.event-date {
  display: flex;
}

/* line 35, app/assets/stylesheets/pages/events/show.scss */
.event-details .social-save-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

/* line 39, app/assets/stylesheets/pages/events/show.scss */
.event-details .social-save-buttons a {
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/pages/events/show.scss */
.event-details .social-save-buttons .bookmark-btn {
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: none;
  font-size: 0.8rem;
  background-color: transparent;
}

/* line 49, app/assets/stylesheets/pages/events/show.scss */
.event-details .social-save-buttons .bookmark-btn span {
  text-decoration: underline;
}

/* line 52, app/assets/stylesheets/pages/events/show.scss */
.event-details .social-save-buttons .bookmark-btn:hover {
  color: #6360FF;
}

/* line 55, app/assets/stylesheets/pages/events/show.scss */
.event-details .social-save-buttons .bookmark-btn .far, .event-details .social-save-buttons .bookmark-btn .fas {
  font-size: 1rem;
  margin-right: 6px;
}

/* line 59, app/assets/stylesheets/pages/events/show.scss */
.event-details .social-save-buttons .bookmark-btn .fas {
  color: #6360FF;
}

/* line 66, app/assets/stylesheets/pages/events/show.scss */
.event-description {
  font-size: 0.85rem;
}

/* line 71, app/assets/stylesheets/pages/events/show.scss */
.event-details-container, .group-container, .attendees-container {
  font-size: 0.85rem;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 0;
}

/* line 81, app/assets/stylesheets/pages/events/show.scss */
.event-details-container {
  margin-bottom: 15px;
}

/* line 85, app/assets/stylesheets/pages/events/show.scss */
.attendees-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, 25px) !important;
  align-items: center;
  justify-items: center;
}

/* line 92, app/assets/stylesheets/pages/events/show.scss */
.buttons-container {
  font-size: 0.85rem;
  box-sizing: border-box;
  color: #374151;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-radius: 6px;
  border: 0;
}

/* line 103, app/assets/stylesheets/pages/events/show.scss */
.buttons-container .btn-warning .fas, .buttons-container .btn-warning .far {
  color: #ffffff;
}

/* line 107, app/assets/stylesheets/pages/events/show.scss */
.buttons-container a {
  color: #ffffff;
  text-decoration: none;
}

/* line 113, app/assets/stylesheets/pages/events/show.scss */
.group-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 118, app/assets/stylesheets/pages/events/show.scss */
.group-container .group-info {
  display: flex;
  flex-direction: column;
}

/* line 122, app/assets/stylesheets/pages/events/show.scss */
.group-container .group-info .group-title {
  font-weight: bold;
}

/* line 129, app/assets/stylesheets/pages/events/show.scss */
.event-information-container {
  height: fit-content;
  overflow-wrap: anywhere;
}

/* line 134, app/assets/stylesheets/pages/events/show.scss */
.event-user-options {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

/* line 140, app/assets/stylesheets/pages/events/show.scss */
.event-title {
  font-weight: 700;
  font-size: 1.5rem;
}

/* line 145, app/assets/stylesheets/pages/events/show.scss */
.facilities {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 151, app/assets/stylesheets/pages/events/show.scss */
.facility-option {
  display: flex;
  align-items: center;
  min-width: 130px;
}

/* line 156, app/assets/stylesheets/pages/events/show.scss */
.facility-option img {
  width: 24px;
  text-align: center;
}

/* line 162, app/assets/stylesheets/pages/events/show.scss */
.fa-map-marker-alt {
  color: #374151;
}

/* line 166, app/assets/stylesheets/pages/events/show.scss */
.organiser {
  display: flex;
  align-items: center;
}

/* line 171, app/assets/stylesheets/pages/events/show.scss */
.group-avatar {
  height: 100px;
  width: 100px;
  border: 0;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

/* line 180, app/assets/stylesheets/pages/events/show.scss */
.org-avatar {
  border-radius: 5px;
  height: 50px;
  width: 50px;
  border: 0;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

/* line 189, app/assets/stylesheets/pages/events/show.scss */
.avatar {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  border: 2px solid rgba(99, 96, 255, 0.68);
  display: flex;
  align-items: center;
}

/* line 196, app/assets/stylesheets/pages/events/show.scss */
.avatar.large {
  height: 80px;
  width: 80px;
  border: 3px solid rgba(99, 96, 255, 0.68);
}

/* line 204, app/assets/stylesheets/pages/events/show.scss */
.map-row .map-location-header .location-address {
  font-size: 14px;
  display: flex;
}

/* line 207, app/assets/stylesheets/pages/events/show.scss */
.map-row .map-location-header .location-address img {
  width: 24px;
  margin-left: -5px;
}

/* line 213, app/assets/stylesheets/pages/events/show.scss */
.map-row .event-location-map {
  height: 380px;
  border-radius: 10px;
}

@media (max-width: 991px) {
  /* line 213, app/assets/stylesheets/pages/events/show.scss */
  .map-row .event-location-map {
    height: 220px;
  }
}

/* line 222, app/assets/stylesheets/pages/events/show.scss */
.attendance-progress-bar {
  width: 100%;
}

/* line 224, app/assets/stylesheets/pages/events/show.scss */
.attendance-progress-bar .reserved, .attendance-progress-bar .remaining {
  height: 10px;
  border-radius: 5px;
}

/* line 228, app/assets/stylesheets/pages/events/show.scss */
.attendance-progress-bar .reserved {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #6360FFAD;
}

/* line 233, app/assets/stylesheets/pages/events/show.scss */
.attendance-progress-bar .remaining {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 239, app/assets/stylesheets/pages/events/show.scss */
.link-preview {
  border-radius: 10px;
  background: #fef7ef;
  width: 500px;
  height: 250px;
}

/* line 244, app/assets/stylesheets/pages/events/show.scss */
.link-preview .preview-title {
  font-size: 1.5rem;
}

/* line 247, app/assets/stylesheets/pages/events/show.scss */
.link-preview .event-info {
  width: 165px;
  min-width: 165px;
}

/* line 251, app/assets/stylesheets/pages/events/show.scss */
.link-preview .preview-gradient {
  width: 430px;
  height: 100px;
  background: linear-gradient(90deg, #397cfd 0%, #7fffeb 100%);
  border-radius: 10px;
}

/* line 258, app/assets/stylesheets/pages/events/show.scss */
.link-preview .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/* line 262, app/assets/stylesheets/pages/events/show.scss */
.link-preview .logo {
  width: 35px;
  opacity: 0.2;
}

/* line 2, app/assets/stylesheets/pages/groups.scss */
#groups-map {
  --sidebar-height: 70vh;
  --handle-height: 20px;
}

/* line 5, app/assets/stylesheets/pages/groups.scss */
#groups-map .pulse {
  animation: pulse 1.5s infinite;
}

@media (max-width: 1023px) {
  /* line 8, app/assets/stylesheets/pages/groups.scss */
  #groups-map #groups-map-sidebar {
    height: var(--sidebar-height);
    overflow: hidden;
  }
}

/* line 17, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark::-webkit-scrollbar {
  width: 8px;
}

/* line 20, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark::-webkit-scrollbar-track {
  background: #18181b;
}

/* line 23, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark::-webkit-scrollbar-thumb {
  background: #3f3f46;
  border-radius: 4px;
}

/* line 27, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark::-webkit-scrollbar-thumb:hover {
  background: #52525b;
}

/* line 33, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 34, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-hide::-webkit-scrollbar {
  display: none;
}

/* line 42, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark-horizontal {
  scrollbar-width: thin;
  scrollbar-color: #3f3f46 transparent;
}

/* line 43, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark-horizontal::-webkit-scrollbar {
  height: 6px;
}

/* line 46, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark-horizontal::-webkit-scrollbar-track {
  background: transparent;
}

/* line 49, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark-horizontal::-webkit-scrollbar-thumb {
  background: #3f3f46;
  border-radius: 3px;
}

/* line 53, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-sidebar .scrollbar-dark-horizontal::-webkit-scrollbar-thumb:hover {
  background: #52525b;
}

/* line 60, app/assets/stylesheets/pages/groups.scss */
#groups-map #groups-map-canvas {
  background-color: #fff0e5;
}

@media (max-width: 1023px) {
  /* line 60, app/assets/stylesheets/pages/groups.scss */
  #groups-map #groups-map-canvas {
    height: calc(100vh - var(--sidebar-height) - var(--handle-height));
  }
}

@media (min-width: 1024px) {
  /* line 60, app/assets/stylesheets/pages/groups.scss */
  #groups-map #groups-map-canvas {
    height: 100vh;
  }
}

/* line 72, app/assets/stylesheets/pages/groups.scss */
#groups-map .resize-handle {
  position: sticky;
  top: 0;
  z-index: 50;
  flex: 0 0 var(--handle-height);
  height: var(--handle-height);
  background: #18181b;
  border-top: 1px solid #27272a;
  border-bottom: 1px solid #27272a;
  cursor: ns-resize;
  touch-action: none;
}

/* line 82, app/assets/stylesheets/pages/groups.scss */
#groups-map .resize-handle:hover {
  cursor: ns-resize;
}

@media (min-width: 1024px) {
  /* line 72, app/assets/stylesheets/pages/groups.scss */
  #groups-map .resize-handle {
    display: none;
  }
}

/* line 87, app/assets/stylesheets/pages/groups.scss */
#groups-map .resize-handle .bar {
  width: 96px;
  height: 8px;
  border-radius: 9999px;
  background: #a1a1aa;
  cursor: inherit;
}

/* line 101, app/assets/stylesheets/pages/groups.scss */
#groups-index .d-grid {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

/* line 106, app/assets/stylesheets/pages/groups.scss */
.group-card {
  background: #161c22;
  border-color: #2d2d2d !important;
  min-width: 300px;
  max-width: 450px;
  transition: background 0.5s;
}

/* line 112, app/assets/stylesheets/pages/groups.scss */
.group-card:hover {
  transition: background 0.5s;
  background: #252a30;
}

/* line 116, app/assets/stylesheets/pages/groups.scss */
.group-card img {
  padding: 2px;
  width: 45px;
  height: 45px;
}

/* line 121, app/assets/stylesheets/pages/groups.scss */
.group-card .category-icon {
  height: 45px;
  width: 45px;
}

/* line 127, app/assets/stylesheets/pages/groups.scss */
.group-icon {
  height: 20px;
  margin-left: 10px;
  margin-bottom: 3px;
}

/* line 135, app/assets/stylesheets/pages/groups.scss */
.group-description {
  margin-top: 24px;
  font-size: 0.85rem;
}

/* line 143, app/assets/stylesheets/pages/groups.scss */
.posts .post {
  font-size: 0.85rem;
}

/* line 145, app/assets/stylesheets/pages/groups.scss */
.posts .post .form-control {
  font-size: 0.85rem;
  overflow: hidden;
  resize: both;
}

/* line 151, app/assets/stylesheets/pages/groups.scss */
.posts .submit-post {
  font-size: 1rem;
}

/* line 156, app/assets/stylesheets/pages/groups.scss */
.group-post {
  display: flex;
  margin-bottom: 32px;
  font-size: 0.85rem;
  border-radius: 0.25rem;
  padding: 16px 8px;
}

/* line 164, app/assets/stylesheets/pages/groups.scss */
.group-post .user-avatar img {
  border: 1px solid #e5e7eb;
}

/* line 168, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text {
  width: 100%;
}

/* line 170, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text .post-meta {
  margin-bottom: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

/* line 175, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text .post-meta .organiser-name {
  font-weight: 700;
}

/* line 178, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text .post-meta .post-time {
  margin-left: 10px;
  font-weight: 400;
  color: #9ca3af;
}

/* line 183, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text .post-meta .post-options {
  display: flex;
  align-items: center;
  margin-top: -20px;
  margin-right: 8px;
}

/* line 188, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text .post-meta .post-options .fas {
  color: #9ca3af;
}

/* line 190, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text .post-meta .post-options .fas:hover {
  color: #f87171;
  cursor: pointer;
}

/* line 196, app/assets/stylesheets/pages/groups.scss */
.group-post .post-text .post-meta .member-type {
  border: 1px solid #9ca3af;
  border-radius: 12px;
  padding: 2px 8px;
  margin-right: 16px;
  margin-top: -4px;
  color: #1f2937;
}

/* line 209, app/assets/stylesheets/pages/groups.scss */
.posts .post {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* line 213, app/assets/stylesheets/pages/groups.scss */
.posts .post .form-control {
  padding: 12px;
}

/* line 216, app/assets/stylesheets/pages/groups.scss */
.posts .post .submit-post {
  margin-top: 8px;
  max-width: 80px;
}

/* line 224, app/assets/stylesheets/pages/groups.scss */
.upcoming-events .title {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 35px;
}

/* line 230, app/assets/stylesheets/pages/groups.scss */
.upcoming-events a {
  color: unset;
  text-decoration: unset;
}

/* line 234, app/assets/stylesheets/pages/groups.scss */
.upcoming-events .fas {
  margin-right: 5px;
}

/* line 239, app/assets/stylesheets/pages/groups.scss */
.group-event {
  display: flex;
  flex-direction: row;
  padding: 8px 5px;
}

/* line 243, app/assets/stylesheets/pages/groups.scss */
.group-event .date {
  width: 130px;
  margin-right: 0px;
}

/* line 247, app/assets/stylesheets/pages/groups.scss */
.group-event:hover {
  border-radius: 2px;
}

/* line 253, app/assets/stylesheets/pages/groups.scss */
.create-title {
  font-size: 0.9rem;
  margin-bottom: 30px;
}

/* line 256, app/assets/stylesheets/pages/groups.scss */
.create-title .fas {
  padding-right: 5px;
}

/* line 262, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor {
  --lexxy-toolbar-button-size: 1.75rem;
  border: 1px solid #27272a;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #18181b;
  color: #a1a1aa;
}

/* line 270, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor:focus-within {
  border-color: #3f3f46;
}

/* line 274, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor .lexxy-editor__content {
  color: #f4f4f5;
  min-height: 120px;
}

/* line 279, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor lexxy-toolbar {
  background-color: #18181b;
  border-block-end: 1px solid #27272a;
}

/* line 284, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor .lexxy-editor__toolbar-button {
  color: #a1a1aa;
  background-color: transparent;
}

/* line 288, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor .lexxy-editor__toolbar-button:hover:not([aria-disabled="true"]) {
  color: #f4f4f5;
  background-color: #27272a;
}

/* line 293, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor .lexxy-editor__toolbar-button[aria-pressed="true"] {
  color: #f4f4f5;
  background-color: #3f3f46;
}

/* line 298, app/assets/stylesheets/pages/groups.scss */
.lexxy-editor-wrapper lexxy-editor .lexxy-editor__toolbar-button svg {
  fill: currentColor;
}

/* line 262, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor {
  --lexxy-toolbar-button-size: 1.75rem;
  border: 1px solid #27272a;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #18181b;
  color: #a1a1aa;
}

/* line 270, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor:focus-within {
  border-color: #3f3f46;
}

/* line 274, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor .lexxy-editor__content {
  color: #f4f4f5;
  min-height: 120px;
}

/* line 279, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor lexxy-toolbar {
  background-color: #18181b;
  border-block-end: 1px solid #27272a;
}

/* line 284, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor .lexxy-editor__toolbar-button {
  color: #a1a1aa;
  background-color: transparent;
}

/* line 288, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor .lexxy-editor__toolbar-button:hover:not([aria-disabled="true"]) {
  color: #f4f4f5;
  background-color: #27272a;
}

/* line 293, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor .lexxy-editor__toolbar-button[aria-pressed="true"] {
  color: #f4f4f5;
  background-color: #3f3f46;
}

/* line 298, app/assets/stylesheets/pages/groups.scss */
.group-settings lexxy-editor .lexxy-editor__toolbar-button svg {
  fill: currentColor;
}

/* line 1, app/assets/stylesheets/pages/dashboard.scss */
.dashboard {
  min-height: 600px;
}

/* line 5, app/assets/stylesheets/pages/dashboard.scss */
.dashboard-tabs {
  margin: 20px 0px;
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/pages/dashboard.scss */
.tab-content .event-description {
  margin-left: 10px;
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/pages/dashboard.scss */
.tab-content .event-description .fa {
  margin-right: 5px;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

/* line 2, app/assets/stylesheets/pages/notifications.scss */
.notifications a {
  text-decoration: none !important;
  color: unset;
}

/* line 3, app/assets/stylesheets/pages/users.scss */
.login-container {
  font-size: 0.9rem;
  box-sizing: border-box;
  padding: 40px 60px;
  border-radius: 6px;
  border: 0;
}

/* line 9, app/assets/stylesheets/pages/users.scss */
.login-container h1 {
  font-size: 1.5rem;
  margin-bottom: 30px;
  font-weight: 600;
  color: #1f2937;
}

/* line 15, app/assets/stylesheets/pages/users.scss */
.login-container a {
  color: #6360FF;
}

/* line 18, app/assets/stylesheets/pages/users.scss */
.login-container .form-control {
  padding: 12px 12px !important;
  height: fit-content;
}

/* line 22, app/assets/stylesheets/pages/users.scss */
.login-container .form-control:first-of-type {
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  /* line 28, app/assets/stylesheets/pages/users.scss */
  .login-container {
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 540px) {
  /* line 34, app/assets/stylesheets/pages/users.scss */
  .login-container {
    padding: 50px 20px;
  }
}

/* line 1, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon {
  width: 30px;
  height: 22px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 36, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon span:nth-child(1) {
  top: 0px;
}

/* line 40, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 9px;
}

/* line 44, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon span:nth-child(4) {
  top: 18px;
}

/* line 48, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* line 54, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 61, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 68, app/assets/stylesheets/radius_interface/hamburger.scss */
#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media only screen and (min-width: 768px) {
  /* line 75, app/assets/stylesheets/radius_interface/hamburger.scss */
  #nav-icon {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/radius_interface/scaffolds.scss */
.footer-brand {
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 700;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased !important;
}

/* line 6, app/assets/stylesheets/radius_interface/scaffolds.scss */
.footer-brand:hover {
  text-decoration: none;
}

/* line 11, app/assets/stylesheets/radius_interface/scaffolds.scss */
.navbar-brand-dark {
  font-family: 'Ubuntu', sans-serif !important;
  font-weight: 700;
  font-size: 1.65rem !important;
  letter-spacing: -1px;
  -webkit-font-smoothing: antialiased !important;
  margin-right: 0.6rem !important;
  color: #000000 !important;
}

/* line 19, app/assets/stylesheets/radius_interface/scaffolds.scss */
.navbar-brand-dark:hover {
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/radius_interface/scaffolds.scss */
.container-fluid {
  padding: 0px !important;
}

/* line 2, app/assets/stylesheets/radius_interface/event-row.scss */
.active .event-row {
  background-color: #ecf0ff !important;
}

/* line 7, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* line 8, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle a {
  color: inherit;
  text-decoration: none;
}

/* line 19, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin-top: 15px;
  padding: 0px 0px 0px 25px;
}

/* line 27, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

/* line 34, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .event-title-org {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: left;
}

/* line 40, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .event-title-org .title {
  font-size: 1.1rem;
  font-weight: 600;
}

/* line 45, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .event-title-org .group {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 500;
  color: #828282;
}

/* line 52, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .event-title-org .address {
  font-size: 0.7rem;
  opacity: 0.6;
  margin-top: 3px;
}

/* line 59, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .tags {
  width: fit-content;
  display: flex;
  align-items: center;
}

/* line 64, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .tags .tag {
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  border: 1px solid #E0E0E0;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 3px 12px;
  margin: 3px;
  width: fit-content;
  height: fit-content;
}

/* line 76, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .tags .saves {
  margin-left: 10px;
}

/* line 79, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .event-meta .tags .saves, .event-toggle .event-row .event-meta .tags .attendees {
  font-size: 14px;
}

/* line 85, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .group-logo {
  border-radius: 5px;
  height: 55px;
  width: 55px;
  padding: 3px;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

/* line 93, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .group-logo img {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

/* line 100, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .capacity {
  height: 10px;
  width: 60px;
  background: #90f9d3;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 108, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .date {
  padding: 25px 0px;
  width: 110px;
  max-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* line 117, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .date .number {
  line-height: 1.2rem;
  margin-bottom: 6px;
}

/* line 122, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .date .month {
  font-size: 0.9rem;
  font-weight: 600;
}

/* line 127, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .event-row .date .day {
  font-size: 0.7rem;
  font-weight: 500;
  color: #828282;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  border-radius: 2px;
  text-transform: uppercase;
}

/* line 141, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .description {
  display: none;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  background-color: #fdfdfd;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  padding: 35px 85px;
  text-align: left;
  color: #454545;
  font-size: 0.85rem;
}

/* line 153, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .description .event-links {
  padding: 30px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 158, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .description .event-links .btn {
  color: #ffffff;
  padding: 6px 48px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* line 164, app/assets/stylesheets/radius_interface/event-row.scss */
.event-toggle .description .event-links .org-link {
  font-weight: 700;
}

@media only screen and (max-width: 992px) {
  /* line 175, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row {
    padding: 0px 8px;
  }
  /* line 177, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row .event-meta {
    display: flex;
    flex-direction: column;
  }
  /* line 180, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row .event-meta .event-title-org {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
  }
  /* line 185, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row .event-meta .event-title-org .title {
    font-size: 0.9rem;
  }
  /* line 188, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row .event-meta .event-title-org .group {
    text-transform: uppercase;
    font-size: 0.5rem;
    font-weight: 600;
  }
  /* line 194, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row .event-meta .tags {
    width: fit-content;
    display: flex;
    align-items: center;
  }
  /* line 198, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row .event-meta .tags .tag {
    font-size: 0.4rem;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid grey;
    background-color: #ffffff;
    border-radius: 3px;
    padding: 3px;
    margin: 2px 4px 2px 0px;
    width: fit-content;
    height: fit-content;
  }
  /* line 211, app/assets/stylesheets/radius_interface/event-row.scss */
  .events-list .event-row .event-meta .capacity {
    margin-right: 20px;
  }
}

/* line 3, app/assets/stylesheets/radius_interface/buttons.scss */
.btn {
  border-radius: 8px;
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-container {
  position: relative;
}

/* line 3, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-container .search-icon {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #e2e0e0;
}

/* line 11, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form {
  width: 100%;
}

/* line 13, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-container {
  justify-content: center;
}

/* line 16, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-container .search-bar {
  width: 25vw !important;
  min-width: 350px !important;
}

/* line 21, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 22, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter .field-wrapper {
  position: relative;
}

/* line 24, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter .field-wrapper label {
  position: absolute;
  top: -20px;
  font-size: 0.65rem;
  font-weight: bold;
  color: #585858;
}

/* line 32, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter input, .search-form .search-filter select {
  margin-right: 10px;
}

/* line 34, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter input:active, .search-form .search-filter input:focus, .search-form .search-filter select:active, .search-form .search-filter select:focus {
  outline: none;
  border: none;
  -moz-outline-style: none;
  box-shadow: none;
}

/* line 40, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter input:hover, .search-form .search-filter select:hover {
  cursor: pointer;
}

/* line 49, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter .filter-lower {
  display: flex;
  width: 820px;
}

/* line 52, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter .filter-lower .button-container {
  width: 50%;
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* line 59, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-form .search-filter .filter-lower .field-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 50px;
}

/* line 70, app/assets/stylesheets/radius_interface/events-filter.scss */
.date-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 220px;
}

/* line 76, app/assets/stylesheets/radius_interface/events-filter.scss */
.date-filter .date-field {
  max-width: 165px;
}

/* line 81, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-bar {
  padding-left: 40px;
  border: 0px;
  box-shadow: 0px 8px 20px #ececec;
  -webkit-box-shadow: 0px 8px 20px #ececec;
  -moz-box-shadow: 0px 8px 20px #ececec;
}

/* line 87, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-bar:active, .search-bar:focus {
  outline: none;
  border: none;
  -moz-outline-style: none;
  box-shadow: none;
}

/* line 93, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-bar::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}

/* line 96, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-bar:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}

/* line 99, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-bar::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}

/* line 104, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-filter {
  font-size: 0.85rem;
}

/* line 105, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-filter .field-row {
  display: flex;
  border: 1px solid #EEEEEE;
  background: #ffffff;
  border-radius: 4px;
  padding: 3px;
}

/* line 111, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-filter .field-row .radius-select {
  width: 70px;
}

/* line 116, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-filter .form-control {
  font-size: 0.85rem;
  border: 0px;
}

/* line 119, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-filter .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
}

/* line 122, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-filter .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.5;
}

/* line 125, app/assets/stylesheets/radius_interface/events-filter.scss */
.search-filter .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  opacity: 0.5;
}

/* line 133, app/assets/stylesheets/radius_interface/events-filter.scss */
.pac-logo:after {
  display: none !important;
}

/* line 3, app/assets/stylesheets/radius_interface/google_places_location.scss */
.pac-item {
  padding: 8px;
}

/* Sticky footer layout
-------------------------------------------------- */
/* line 3, app/assets/stylesheets/radius_interface/sticky-footer.scss */
html, body {
  height: 100%;
}

/* line 7, app/assets/stylesheets/radius_interface/sticky-footer.scss */
body {
  display: flex;
  flex-direction: column;
}

/* line 11, app/assets/stylesheets/radius_interface/sticky-footer.scss */
body.no-footer {
  margin-bottom: 0;
}

/* line 14, app/assets/stylesheets/radius_interface/sticky-footer.scss */
body.no-footer .container {
  padding-top: 140px;
}

/* line 19, app/assets/stylesheets/radius_interface/sticky-footer.scss */
body > .container {
  padding: 26px 15px 0;
}

/* Footer base styles
-------------------------------------------------- */
/* line 26, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer {
  width: 100%;
  padding: 0 40px;
  line-height: 60px;
  background-color: #141414;
  font-size: 1rem;
  font-weight: 400;
  --footer-gap: 42px;
}

/* line 37, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer > .container {
  margin-top: 60px;
}

/* line 41, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer ul {
  padding-left: 0;
  min-width: 140px;
  text-align: left;
}

/* line 47, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer li {
  line-height: 1.6;
}

/* line 51, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer h6 {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}

/* line 58, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer a {
  color: #6b7280;
  text-decoration: none;
  font-weight: 400;
}

/* line 63, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer a:hover {
  text-decoration: none;
  color: #fff !important;
}

/* Footer column layout helper */
/* line 71, app/assets/stylesheets/radius_interface/sticky-footer.scss */
.footer-col {
  min-width: 132px;
}

/* Responsive tweaks
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  /* line 78, app/assets/stylesheets/radius_interface/sticky-footer.scss */
  .footer ul {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 6, app/assets/stylesheets/radius_interface/actiontext.scss */
.lexxy-content .attachment-gallery > action-text-attachment,
.lexxy-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 15, app/assets/stylesheets/radius_interface/actiontext.scss */
.lexxy-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.lexxy-content .attachment-gallery.attachment-gallery--2 > .attachment, .lexxy-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.lexxy-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 24, app/assets/stylesheets/radius_interface/actiontext.scss */
.lexxy-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 24, app/assets/stylesheets/application.scss */
body > .alert {
  margin-bottom: 0;
  z-index: 10;
  border: none;
}

/* line 31, app/assets/stylesheets/application.scss */
.alert ul {
  margin-bottom: 0px !important;
  margin-block-end: 0px !important;
}

/* line 39, app/assets/stylesheets/application.scss */
.prose h1 {
  @apply text-3xl font-medium tracking-tight text-white mb-8;
}

/* line 43, app/assets/stylesheets/application.scss */
.prose h2 {
  @apply text-xl font-medium text-zinc-200 mt-10 mb-6;
}

/* line 47, app/assets/stylesheets/application.scss */
.prose h3 {
  @apply text-sm font-medium text-zinc-200 mt-6 mb-2;
}

/* line 51, app/assets/stylesheets/application.scss */
.prose ul {
  @apply list-disc list-inside text-sm text-zinc-400 leading-relaxed;
}

/* line 55, app/assets/stylesheets/application.scss */
.prose li::marker {
  @apply text-zinc-500;
}

/* line 59, app/assets/stylesheets/application.scss */
.prose p {
  @apply text-sm text-zinc-400 leading-relaxed;
}

/* line 63, app/assets/stylesheets/application.scss */
.prose code {
  @apply bg-zinc-900 text-zinc-100 px-1.5 py-0.5 rounded text-sm;
}

/* line 67, app/assets/stylesheets/application.scss */
.prose a {
  @apply text-orange-400 hover:text-orange-300 underline;
}

/* line 71, app/assets/stylesheets/application.scss */
.prose img {
  @apply rounded-lg border border-zinc-800/50;
}
