@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind screens;

@layer base {
    .btn {
        @apply py-2 px-4 rounded;
    }
}

@layer components {
    .btn-primary {
        @apply py-2 px-4 bg-gray-200;
    }

    .btn-secondary {
        @apply py-2 px-4 bg-blue-800;
    }
    /*FUCKING SPINA KEEPS MESSING UP THE STYLING SO IT IS BECOMING IMPOSSIBLE TO ADD OWN STUFF TO TAILWIND*/
    /*.badge-primary {*/
    /*    @apply w-fit inline-flex items-center rounded-md bg-gray-50 px-2 py-1 text-xs font-medium text-gray-600 ring-1 ring-inset ring-gray-500/10*/
    /*}*/
}
.accessibility__icon{
    @apply w-10 h-10 hover:stroke-rose-700 hover:fill-rose-700
}
.accessibility__icon--active{
    @apply stroke-rose-700 fill-rose-700
}
.accessibility__font{
    @apply hover:text-rose-700 hover:cursor-pointer
}
.accessibility__font--small{
    @apply text-2xl scale-50
}
.accessibility__font--medium{
    @apply text-3xl scale-75
}
.accessibility__font--large{
    @apply text-4xl scale-100
}

/* HEADER STYLES */
header .menu{
    @apply flex flex-row w-full justify-around items-center transition duration-200 ease-in-out border-y-4 border-y-black;
}
header .menu > .menu__list:first-child{
    @apply flex flex-row justify-between items-center;
}
header .menu__item{
    @apply whitespace-nowrap uppercase px-4 my-2 transition-colors duration-200 ease-in-out relative hover:text-rose-700 hover:font-medium
}
header .menu__item:not(:hover)  > .menu__list{
    @apply hidden
}
header .menu__item:hover > .menu__list {
    @apply block absolute top-full w-fit bg-gray-50 -ml-2 py-2;
}
header .menu__item:hover > .menu__list > .menu__item {
    @apply hover:text-rose-900 hover:font-bold;
}

header .menu__item--current{
    @apply bg-gray-200 uppercase whitespace-nowrap text-rose-900 border-2 border-rose-900
}
header .menu__item--active > .menu__list:has(.menu__item--current){
    @apply hidden
}

header .menu__item--active:hover > .menu__list:has(.menu__item--current){
    @apply block absolute top-full w-fit bg-gray-50 -ml-2;
}

header .menu__item--not-allowed{
    @apply after:content-not-allowed after:absolute after:w-2 after:h-2 after:left-1 after:-top-0.5
}

/* FOOTER STYLES */

a {
    font-weight: 700;
}
.carousel-indicator[aria-current='true'] {
    background-color: white;
}

.leaflet-popup-content a {
    color: rgb(203,35,36) !important;
}

[data-theme='accessibility'] *:not(
 [data-accessibility-not-fill='true'],
 [data-accessibility-not-fill='true'] > *,
 [data-accessibility-not-fill='true'] > * *,
 select)
{
   font-family: Arial, sans-serif !important;
   background: #000;
   color: #FFFF14 !important;
   box-shadow: none !important;
   border-color: #FFFF14;
   fill: #FFFF14 !important;
/*    Disable animations */
    animation: none !important;
    transition: none !important;
}
[data-theme='accessibility'] nav li{
    border-color: transparent !important;
}
[data-theme='accessibility'] select{
    background-color: #000;
    color: #FFFF14 !important;
    box-shadow: none !important;
    border-color: #FFFF14;
    fill: #FFFF14 !important;
    /*    Disable animations */
    animation: none !important;
    transition: none !important;
}

[data-theme='accessibility'] [data-accessibility-gray-background='true'],
[data-theme='accessibility'] [data-accessibility-gray-background='true'] *{
    background-color: #191919 !important;
}
[data-theme='accessibility'] img{
    opacity: 0;
}
[data-theme='accessibility'] .wai-background{
    background-color: #FFFF14 !important;
    color: #000 !important;
}
[data-theme='accessibility'] .wai-border.bg-jungle-green{
    border: 2px solid #FFFF14 !important;
}

[data-theme='accessibility'] .wai-hidden{
    visibility: hidden !important;
}

[data-theme='accessibility'] .wai-border.bg-grey-200{
    border: 2px solid #5A616C !important;
}

[data-theme='accessibility'] .wai-gray-palette > *, [data-theme='accessibility'] .wai-gray-palette{
    border-color: #5A616C !important;
    color: #5A616C !important;
}

[data-theme='accessibility'] .wai-gray-palette * {
    color: #5A616C !important;
    fill: #5A616C !important;
}


[data-theme='accessibility'] .wai-yellow-palette > *, [data-theme='accessibility'] .wai-yellow-palette{
    border-color: #FFFF14 !important;
}

[data-theme='accessibility'] .wai-yellow-palette{
    color: #FFFF14 !important;
}

blockquote {
    padding: 16px;
    margin: 16px 0px;
    border-left: 4px solid #7B8189;
    background-color: #E8EAED;
}

li {
    margin-bottom: 8px;
    & ul {
        padding-left: 1rem;
    }

    & ol {
        padding-left: 1rem;
    }
}

ol {
    list-style-type: decimal;
}

ul {
    list-style-type: circle;
}

/*Tailwind simply ignored all possible line height configs set in tailwind.config.js and I am not spending another fucking minute of my life fighting for my sanity with all those "plug-and_play" tools */
h1 {
  line-height: 3rem;
}

h2 {
    line-height: 2.5rem;
}

h3 {
    line-height: 2rem;
}

.from-wysiwyg {
    & h1, & h2, & h3 {
        margin: 16px 0px;
    }
    & li {
        margin-left: 30px;
    }
    & ul{
        padding-left: 1rem;
    }
    & ol{
        padding-left: 1rem;
    }
}

/* line 143, app/assets/stylesheets/custom_thredded.scss */
input[type='checkbox'] {
  color: #CB2324;
  accent-color: #CB2324;
}

/* line 17, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice, .thredded--flash-message, .thredded--alert {
  border: solid 1px;
  border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  text-decoration: none;
  width: 100%;
}

@media (min-width: 48.00001rem) {
  /* line 17, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
  .thredded--topic--locked-notice, .thredded--flash-message, .thredded--alert {
    margin-bottom: 1.5rem;
  }
}

/* line 31, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success, .thredded--alert-success {
  background: #e6efc2;
  border-color: #cce5cc;
  color: #3c763d;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success a, .thredded--alert-success a {
  color: #2b542c;
  text-decoration: underline;
}

/* line 10, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--success a:focus, .thredded--alert-success a:focus, .thredded--flash-message--success a:hover, .thredded--alert-success a:hover {
  color: #224323;
}

/* line 35, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error, .thredded--alert-danger {
  background: #fbe3e4;
  border-color: #f9f1f1;
  color: #a94442;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error a, .thredded--alert-danger a {
  color: #843534;
  text-decoration: underline;
}

/* line 10, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--error a:focus, .thredded--alert-danger a:focus, .thredded--flash-message--error a:hover, .thredded--alert-danger a:hover {
  color: #722e2d;
}

/* line 39, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice, .thredded--alert-info {
  background: #e6f3fa;
  border-color: #f1afb0;
  color: #8a1818;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice a, .thredded--alert-info a {
  color: #5e1011;
  text-decoration: underline;
}

/* line 10, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--flash-message--notice a:focus, .thredded--alert-info a:focus, .thredded--flash-message--notice a:hover, .thredded--alert-info a:hover {
  color: #490d0d;
}

/* line 43, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice, .thredded--flash-message--alert, .thredded--alert-warning {
  background: #fcf8e3;
  border-color: #eee5d6;
  color: #8a6d3b;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice a, .thredded--flash-message--alert a, .thredded--alert-warning a {
  color: #66512c;
  text-decoration: underline;
}

/* line 10, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_alerts.scss */
.thredded--topic--locked-notice a:focus, .thredded--flash-message--alert a:focus, .thredded--alert-warning a:focus, .thredded--topic--locked-notice a:hover, .thredded--flash-message--alert a:hover, .thredded--alert-warning a:hover {
  color: #544324;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button, .thredded--form--submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  background: #CB2324;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Raleway", sans-serif, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 20, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:hover, .thredded--form--submit:hover, .thredded--button:focus, .thredded--form--submit:focus {
  background-color: #8a1818;
  color: #fff;
  text-decoration: none;
}

/* line 27, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:focus, .thredded--form--submit:focus {
  box-shadow: 0 0 3px #CB2324;
  outline: none;
}

/* line 32, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:disabled, .thredded--form--submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 36, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button:disabled:hover, .thredded--form--submit:disabled:hover {
  background: #CB2324;
}

/* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-light {
  background-color: #f1afb0;
  color: #8a1818;
}

/* line 46, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-light:hover, .thredded--button-light:active, .thredded--button-light:focus {
  background-color: #e66e6f;
  color: #490d0d;
}

/* line 54, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--button-wide {
  display: block;
  text-align: center;
}

/* line 59, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--messageboards--actions, .thredded--post-moderation-actions {
  text-align: center;
}

/* line 61, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
.thredded--messageboards--actions a, .thredded--post-moderation-actions a, .thredded--messageboards--actions .button_to, .thredded--post-moderation-actions .button_to {
  display: block;
  margin-top: 0.75rem;
}

@media (min-width: 34.00001rem) {
  /* line 66, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
  .thredded--messageboards--actions a, .thredded--post-moderation-actions a, .thredded--messageboards--actions .button_to, .thredded--post-moderation-actions .button_to {
    display: inline-block;
  }
  /* line 69, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_buttons.scss */
  .thredded--messageboards--actions a + a, .thredded--post-moderation-actions a + a, .thredded--messageboards--actions .button_to + .button_to, .thredded--post-moderation-actions .button_to + .button_to {
    margin-left: 0.75rem;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* line 7, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown:hover .thredded--post--dropdown--toggle {
  color: #8a1818;
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown:hover .thredded--post--dropdown--actions {
  transform: scale(1);
  opacity: 1;
}

/* line 18, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--toggle {
  color: #CB2324;
}

/* line 22, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions {
  position: absolute;
  background-color: white;
  border-radius: 2px;
  overflow: hidden;
  min-width: 8.5rem;
  z-index: 3;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: scale(0);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* line 37, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions {
  right: 0;
  transform-origin: 100% 0;
}

/* line 49, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item {
  background: none;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  margin: 0;
  text-align: left;
  transition: none;
  width: 100%;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  padding: 1rem 0.75rem;
  display: block;
  white-space: nowrap;
}

/* line 70, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item:active, .thredded--post--dropdown--actions--item:focus, .thredded--post--dropdown--actions--item:hover {
  background-color: #CB2324;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 79, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_dropdown-menu.scss */
.thredded--post--dropdown--actions--item:active, .thredded--post--dropdown--actions--item:focus {
  outline: none;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color'], .thredded--form [type='date'], .thredded--form [type='datetime'], .thredded--form [type='datetime-local'], .thredded--form [type='email'], .thredded--form [type='month'],
.thredded--form [type='number'], .thredded--form [type='password'], .thredded--form [type='search'], .thredded--form [type='tel'], .thredded--form [type='text'], .thredded--form [type='time'], .thredded--form [type='url'],
.thredded--form [type='week'], .thredded--form input:not([type]), .thredded--form textarea, .thredded--form select[multiple=multiple] {
  background: #fff;
  border: 1px solid #f5d4d4;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.87);
  font-family: -apple-system, BlinkMacSystemFont, "Raleway", sans-serif, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  padding: 0.75rem;
  transition: border-color;
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color']:hover, .thredded--form [type='date']:hover, .thredded--form [type='datetime']:hover, .thredded--form [type='datetime-local']:hover, .thredded--form [type='email']:hover, .thredded--form [type='month']:hover,
.thredded--form [type='number']:hover, .thredded--form [type='password']:hover, .thredded--form [type='search']:hover, .thredded--form [type='tel']:hover, .thredded--form [type='text']:hover, .thredded--form [type='time']:hover, .thredded--form [type='url']:hover,
.thredded--form [type='week']:hover, .thredded--form input:hover:not([type]), .thredded--form textarea:hover, .thredded--form select[multiple=multiple]:hover {
  border-color: #efbaba;
}

/* line 15, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color']:focus, .thredded--form [type='date']:focus, .thredded--form [type='datetime']:focus, .thredded--form [type='datetime-local']:focus, .thredded--form [type='email']:focus, .thredded--form [type='month']:focus,
.thredded--form [type='number']:focus, .thredded--form [type='password']:focus, .thredded--form [type='search']:focus, .thredded--form [type='tel']:focus, .thredded--form [type='text']:focus, .thredded--form [type='time']:focus, .thredded--form [type='url']:focus,
.thredded--form [type='week']:focus, .thredded--form input:focus:not([type]), .thredded--form textarea:focus, .thredded--form select[multiple=multiple]:focus {
  border-color: #CB2324;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 3px #CB2324;
  outline: none;
}

/* line 23, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form fieldset {
  background-color: #fff;
  border: 1px solid #FAE9E9;
  margin: 0 0 0.75rem;
  padding: 1.5rem;
}

/* line 30, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input,
.thredded--form label,
.thredded--form select {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Raleway", sans-serif, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
}

/* line 38, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label {
  font-weight: 600;
  margin-bottom: 0.375rem;
}

/* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label.required::after {
  content: "*";
}

/* line 46, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form label abbr {
  display: none;
}

/* line 51, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form [type='color'], .thredded--form [type='date'], .thredded--form [type='datetime'], .thredded--form [type='datetime-local'], .thredded--form [type='email'], .thredded--form [type='month'],
.thredded--form [type='number'], .thredded--form [type='password'], .thredded--form [type='search'], .thredded--form [type='tel'], .thredded--form [type='text'], .thredded--form [type='time'], .thredded--form [type='url'],
.thredded--form [type='week'], .thredded--form input:not([type]), .thredded--form textarea, .thredded--form select[multiple=multiple] {
  box-sizing: border-box;
  width: 100%;
}

/* line 59, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form textarea {
  line-height: 1.5;
  resize: vertical;
}

/* line 64, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 68, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="checkbox"],
.thredded--form input[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
}

/* line 74, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form input[type="file"] {
  padding-bottom: 0.75rem;
  width: 100%;
}

/* line 79, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_forms.scss */
.thredded--form select {
  margin-bottom: 0.75rem;
  max-width: 100%;
  width: auto;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_lists.scss */
.thredded--form-list, .thredded--currently-online--users, .thredded--navigation-breadcrumbs, .thredded--main-navigation, .thredded--moderation-navigation--items, .thredded--scoped-navigation, .thredded--user-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a, .thredded--moderation-navigation--item a, .thredded--user-navigation--item a {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a:active, .thredded--moderation-navigation--item a:active, .thredded--user-navigation--item a:active, .thredded--navigation-breadcrumbs a:focus, .thredded--moderation-navigation--item a:focus, .thredded--user-navigation--item a:focus, .thredded--navigation-breadcrumbs a:hover, .thredded--moderation-navigation--item a:hover, .thredded--user-navigation--item a:hover {
  color: #CB2324;
  text-decoration: none;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--navigation-breadcrumbs a:active, .thredded--moderation-navigation--item a:active, .thredded--user-navigation--item a:active, .thredded--navigation-breadcrumbs a:focus, .thredded--moderation-navigation--item a:focus, .thredded--user-navigation--item a:focus {
  outline: none;
}

/* line 19, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--pending-moderation .thredded--moderation-navigation--pending a,
.thredded--moderation-history .thredded--moderation-navigation--history a,
.thredded--moderation-users .thredded--moderation-navigation--users a,
.thredded--moderation-user .thredded--moderation-navigation--users a,
.thredded--moderation-activity .thredded--moderation-navigation--activity a, .thredded--user-navigation--item.thredded--is-current a {
  color: #CB2324;
}

/* line 24, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--items, .thredded--scoped-navigation, .thredded--user-navigation {
  border-bottom: 1px solid #FAE9E9;
  font-size: 0.875rem;
  margin-left: 0;
  text-align: left;
  list-style-type: none;
}

/* line 33, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item, .thredded--user-navigation--item {
  display: inline-block;
  margin-right: 1rem;
}

/* line 37, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item a, .thredded--user-navigation--item a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.54);
  padding: 0.75rem 0;
}

/* line 44, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--moderation-navigation--item:last-child, .thredded--user-navigation--item:last-child {
  margin-right: 0;
}

/* line 49, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--pending-moderation .thredded--moderation-navigation--pending,
.thredded--moderation-history .thredded--moderation-navigation--history,
.thredded--moderation-users .thredded--moderation-navigation--users,
.thredded--moderation-user .thredded--moderation-navigation--users,
.thredded--moderation-activity .thredded--moderation-navigation--activity, .thredded--user-navigation--item.thredded--is-current {
  border-bottom: 1px solid #CB2324;
  margin-bottom: -1px;
}

/* line 58, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_nav.scss */
.thredded--messageboard--unread-followed-topics-count, .thredded--user-navigation--private-topics--unread,
.thredded--user-navigation--moderation--pending-count,
.thredded--user-navigation--unread-topics--followed-count {
  background: #CB2324;
  border-radius: 10px;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 0.4rem;
  padding: 2px 6px;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table, .thredded--table {
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75rem 0;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table td, .thredded--table td, .thredded--post--content table th, .thredded--table th {
  text-align: center;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #FAE9E9;
  vertical-align: middle;
  word-break: break-word;
}

/* line 14, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_tables.scss */
.thredded--post--content table th, .thredded--table th {
  font-weight: bold;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--preview-area--title, .thredded--topics--title, .thredded--topic-header--title, .thredded--preferences--title, .thredded--post-form--title, .thredded--post--user,
.thredded--post--user-and-topic, .thredded--post--topic, .thredded--messageboard--meta--counts, .thredded--messageboard--title, .thredded--empty--title, .thredded--currently-online--title {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a,
.thredded--topics--messageboard a, .thredded--topics--title a, .thredded--topic-header--follow-info form input[type=submit], .thredded--topic-header--follow-info form button, .thredded--topic-header--edit-topic, .thredded--topic-header--started-by a, .thredded--topic-header--participants--participant > a, .thredded--post--content--spoiler--summary, .thredded--post--content a, .thredded--post--user a,
.thredded--post--topic a,
.thredded--post--user-and-topic a, .thredded--messageboard, .thredded--link, .thredded--post-moderation-record--content-changed-notice a, .thredded--post-moderation-record--moderation-state-notice a {
  color: #CB2324;
  text-decoration: none;
  transition: color 0.1s linear;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a:active,
.thredded--topics--messageboard a:active, .thredded--topics--title a:active, .thredded--topic-header--follow-info form input[type=submit]:active, .thredded--topic-header--follow-info form button:active, .thredded--topic-header--edit-topic:active, .thredded--topic-header--started-by a:active, .thredded--topic-header--participants--participant > a:active, .thredded--post--content--spoiler--summary:active, .thredded--post--content a:active, .thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active, .thredded--messageboard:active, .thredded--link:active, .thredded--post-moderation-record--content-changed-notice a:active, .thredded--post-moderation-record--moderation-state-notice a:active, .thredded--topics--updated-by a:focus,
.thredded--topics--messageboard a:focus, .thredded--topics--title a:focus, .thredded--topic-header--follow-info form input[type=submit]:focus, .thredded--topic-header--follow-info form button:focus, .thredded--topic-header--edit-topic:focus, .thredded--topic-header--started-by a:focus, .thredded--topic-header--participants--participant > a:focus, .thredded--post--content--spoiler--summary:focus, .thredded--post--content a:focus, .thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus, .thredded--messageboard:focus, .thredded--link:focus, .thredded--post-moderation-record--content-changed-notice a:focus, .thredded--post-moderation-record--moderation-state-notice a:focus, .thredded--topics--updated-by a:hover,
.thredded--topics--messageboard a:hover, .thredded--topics--title a:hover, .thredded--topic-header--follow-info form input[type=submit]:hover, .thredded--topic-header--follow-info form button:hover, .thredded--topic-header--edit-topic:hover, .thredded--topic-header--started-by a:hover, .thredded--topic-header--participants--participant > a:hover, .thredded--post--content--spoiler--summary:hover, .thredded--post--content a:hover, .thredded--post--user a:hover,
.thredded--post--topic a:hover,
.thredded--post--user-and-topic a:hover, .thredded--messageboard:hover, .thredded--link:hover, .thredded--post-moderation-record--content-changed-notice a:hover, .thredded--post-moderation-record--moderation-state-notice a:hover {
  color: #8a1818;
  text-decoration: none;
}

/* line 20, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--topics--updated-by a:active,
.thredded--topics--messageboard a:active, .thredded--topics--title a:active, .thredded--topic-header--follow-info form input[type=submit]:active, .thredded--topic-header--follow-info form button:active, .thredded--topic-header--edit-topic:active, .thredded--topic-header--started-by a:active, .thredded--topic-header--participants--participant > a:active, .thredded--post--content--spoiler--summary:active, .thredded--post--content a:active, .thredded--post--user a:active,
.thredded--post--topic a:active,
.thredded--post--user-and-topic a:active, .thredded--messageboard:active, .thredded--link:active, .thredded--post-moderation-record--content-changed-notice a:active, .thredded--post-moderation-record--moderation-state-notice a:active, .thredded--topics--updated-by a:focus,
.thredded--topics--messageboard a:focus, .thredded--topics--title a:focus, .thredded--topic-header--follow-info form input[type=submit]:focus, .thredded--topic-header--follow-info form button:focus, .thredded--topic-header--edit-topic:focus, .thredded--topic-header--started-by a:focus, .thredded--topic-header--participants--participant > a:focus, .thredded--post--content--spoiler--summary:focus, .thredded--post--content a:focus, .thredded--post--user a:focus,
.thredded--post--topic a:focus,
.thredded--post--user-and-topic a:focus, .thredded--messageboard:focus, .thredded--link:focus, .thredded--post-moderation-record--content-changed-notice a:focus, .thredded--post-moderation-record--moderation-state-notice a:focus {
  outline: none;
}

/* line 26, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #FAE9E9;
  margin: 1.5rem 0;
}

/* line 34, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content p, .thredded--post--created-at, .thredded--messageboard--byline, .thredded--messageboard--description, .thredded--form-list--hint {
  margin: 0 0 0.75rem;
}

/* line 38, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--messageboard--meta--icon, .thredded--icon {
  fill: currentColor;
}

/* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content blockquote, .thredded--blockquote {
  margin: 0 0 0.75rem;
  border-left: solid 5px #FAE9E9;
  padding: 1rem;
}

/* line 47, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--post--content blockquote > *:last-child, .thredded--blockquote > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 34rem) {
  /* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
  .thredded--post--content blockquote, .thredded--blockquote {
    padding: 0.375rem 0.75rem;
  }
}

/* line 56, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--embed-16-by-9 {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}

/* line 65, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_typography.scss */
.thredded--embed-16-by-9 > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_flex.scss */
.thredded--flex-spacer {
  flex-grow: 1;
}

/* line 3, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact input[type="submit"],
.thredded--is-compact label {
  height: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact input {
  margin: 0;
}

/* line 15, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact li {
  margin-bottom: 0;
}

/* line 18, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-compact.scss */
.thredded--is-compact li:not(.title) {
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin: 0;
}

/* line 2, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-expanded.scss */
.thredded--is-expanded label {
  height: auto;
  margin-bottom: 0.375rem;
  opacity: 1;
  visibility: visible;
}

/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/utilities/_is-expanded.scss */
.thredded--is-expanded .private_users,
.thredded--is-expanded .content,
.thredded--is-expanded .submit {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-container.scss */
.thredded--main-container {
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
  color: rgba(0, 0, 0, 0.87);
  font-family: -apple-system, BlinkMacSystemFont, "Raleway", sans-serif, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 75rem;
  padding: 0;
}

/* line 53, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_grid.scss */
.thredded--main-container::after {
  clear: both;
  content: "";
  display: block;
}

@media (min-width: 34.00001rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-container.scss */
  .thredded--main-container {
    padding: 0 2rem 0.75rem 2rem;
  }
}

/* line 10, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--main-navigation {
  display: flex;
  flex-wrap: wrap;
}

/* line 19, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--navigation-breadcrumbs li {
  display: block;
}

/* line 22, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
.thredded--navigation-breadcrumbs li a {
  display: block;
}

@media (max-width: 48rem) {
  /* line 19, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li {
    font-weight: bold;
  }
}

@media (max-width: 34rem) {
  /* line 31, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li a {
    position: relative;
  }
  /* line 36, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:first-child:last-child a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:first-child:last-child {
    padding: 0.75rem 0;
  }
  /* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:first-child:not(:last-child) a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:first-child:not(:last-child) {
    padding-top: 0.375rem;
  }
  /* line 48, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child:not(:first-child) a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:last-child:not(:first-child) {
    padding-bottom: 0.375rem;
  }
  /* line 50, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child:not(:first-child) a::before, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link:last-child:not(:first-child)::before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96.19a.47.47 0 0 0-.685 0L.592.91a.52.52 0 0 0 0 .715L3.887 5.03.564 8.462a.52.52 0 0 0 0 .716l.684.717a.47.47 0 0 0 .684 0l4.35-4.508a.528.528 0 0 0 0-.717L1.958.19' fill='%23B0AEBC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0.45rem 0 0.75rem;
    width: 6px;
    position: absolute;
    top: 0.4em;
    left: -1.625em;
  }
}

@media (min-width: 34.00001rem) {
  /* line 19, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li {
    display: inline-block;
  }
  /* line 62, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li a, .thredded--navigation-breadcrumbs li.thredded--navigation-breadcrumbs--item-no-link {
    display: inline-block;
    padding: 0.75rem 0;
  }
  /* line 67, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li::after {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 7 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.96.19a.47.47 0 0 0-.685 0L.592.91a.52.52 0 0 0 0 .715L3.887 5.03.564 8.462a.52.52 0 0 0 0 .716l.684.717a.47.47 0 0 0 .684 0l4.35-4.508a.528.528 0 0 0 0-.717L1.958.19' fill='%23B0AEBC' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat center center;
    content: "";
    display: inline-block;
    height: 10px;
    margin: 0 0.45rem 0 0.75rem;
    width: 6px;
  }
  /* line 70, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_main-navigation.scss */
  .thredded--navigation-breadcrumbs li:last-child::after {
    display: none;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
}

@media (max-width: 48rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search {
    position: initial;
    margin-bottom: 0.75rem;
  }
}

/* line 14, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search label {
  display: none;
}

/* line 18, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search input[type="search"] {
  box-shadow: none;
  width: 100%;
}

@media (min-width: 48.00001rem) {
  /* line 18, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"] {
    background: transparent;
    border-color: transparent;
    font-size: 0.875rem;
    line-height: 1rem;
    min-width: 13rem;
    width: auto;
    padding: 0.9375rem 0.75rem 0.875rem 0.75rem;
    margin-top: -1px;
    margin-bottom: 0;
  }
  /* line 34, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"], .thredded--navigation--search input[type="search"]:focus {
    transition: background, border-color, box-shadow, min-width 0.15s ease-out 0s;
  }
  /* line 38, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:not(:-moz-placeholder-shown) {
    background: #fff;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    min-width: 16rem;
    text-align: left;
  }
  .thredded--navigation--search input[type="search"]:focus, .thredded--navigation--search input[type="search"]:not(:placeholder-shown) {
    background: #fff;
    box-shadow: none;
    margin-right: 0;
    margin-left: 0;
    min-width: 16rem;
    text-align: left;
  }
  /* line 47, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover {
    border-color: transparent;
    box-shadow: none;
  }
  /* line 52, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]::-webkit-search-decoration, .thredded--navigation--search input[type="search"]::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]::-webkit-search-results-button, .thredded--navigation--search input[type="search"]::-webkit-search-results-decoration {
    max-height: 1rem;
  }
  /* line 63, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:placeholder-shown::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]:placeholder-shown::-webkit-search-decoration, .thredded--navigation--search input[type="search"]:not(:focus)::-webkit-search-cancel-button, .thredded--navigation--search input[type="search"]:not(:focus)::-webkit-search-decoration {
    -webkit-appearance: none;
    margin: 0;
  }
  /* line 70, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    height: inherit;
    line-height: inherit;
    opacity: 1;
  }
  .thredded--navigation--search input[type="search"]::placeholder {
    color: rgba(0, 0, 0, 0.54);
    transition: color 0.1s linear;
    height: inherit;
    line-height: inherit;
    opacity: 1;
  }
  /* line 81, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover:not(:focus):-moz-placeholder-shown {
    cursor: pointer;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus):placeholder-shown {
    cursor: pointer;
  }
  /* line 84, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:hover:not(:focus)::-moz-placeholder {
    color: #CB2324;
  }
  .thredded--navigation--search input[type="search"]:hover:not(:focus)::placeholder {
    color: #CB2324;
  }
  /* line 89, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"]:not(:-moz-placeholder-shown) {
    border-color: #FAE9E9;
  }
  .thredded--navigation--search input[type="search"]:focus, .thredded--navigation--search input[type="search"]:not(:placeholder-shown) {
    border-color: #FAE9E9;
  }
}

/* line 95, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search [type="submit"] {
  display: none;
}

@media print {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search {
    display: none;
  }
}

@media (min-width: 48.00001rem) {
  /* line 107, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search input[type="search"] {
    text-align: left;
    margin-right: 0;
    margin-left: -0.75rem;
  }
}

/* line 115, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
.thredded--navigation--search--right {
  right: 0;
  left: auto;
}

@media (min-width: 48.00001rem) {
  /* line 119, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_search-navigation.scss */
  .thredded--navigation--search--right input[type="search"] {
    text-align: right;
    margin-right: -0.75rem;
    margin-left: 0;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
.thredded--user-navigation {
  display: flex;
  justify-content: flex-end;
}

@media print {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
  .thredded--user-navigation {
    display: none;
  }
}

/* line 23, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
.thredded--unread-topics--followed-icon {
  fill: currentColor;
  width: 1em;
  height: 1em;
  top: 0.1em;
  position: relative;
}

@media (max-width: 48rem) {
  /* line 23, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user-navigation.scss */
  .thredded--unread-topics--followed-icon {
    display: none;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_scoped-navigation.scss */
.thredded--scoped-navigation {
  border-bottom: 0;
  display: flex;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
.thredded--navigation {
  position: relative;
}

/* line 3, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
.thredded--navigation .thredded--icon {
  display: none;
}

@media (max-width: 48rem) {
  /* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation, .thredded--user-navigation--private-topics, .thredded--user-navigation--settings, .thredded--user-navigation--unread-topics {
    box-sizing: border-box;
    margin: 0 0 0 0.5rem;
    padding: 0;
    vertical-align: top;
  }
  /* line 16, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation a, .thredded--user-navigation--private-topics a, .thredded--user-navigation--settings a, .thredded--user-navigation--unread-topics a {
    position: relative;
    display: block;
    padding: 0.4375rem 0 0.375rem 0;
  }
  /* line 21, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation .thredded--icon, .thredded--user-navigation--private-topics .thredded--icon, .thredded--user-navigation--settings .thredded--icon, .thredded--user-navigation--unread-topics .thredded--icon {
    display: block;
    width: 2rem;
    height: 2rem;
  }
  /* line 27, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation--pending-count, .thredded--user-navigation--private-topics--unread, .thredded--user-navigation--unread-topics--followed-count {
    bottom: 0.3125rem;
    position: absolute;
    right: -0.1875rem;
  }
  /* line 32, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation {
    position: relative;
    width: 100%;
  }
  /* line 36, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation-breadcrumbs {
    font-size: 0.875rem;
    padding-right: 2.625rem;
  }
  /* line 39, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-1 .thredded--navigation-breadcrumbs {
    padding-right: 5.25rem;
  }
  /* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-2 .thredded--navigation-breadcrumbs {
    padding-right: 7.875rem;
  }
  /* line 45, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-3 .thredded--navigation-breadcrumbs {
    padding-right: 10.5rem;
  }
  /* line 50, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--navigation--search-topics {
    display: none;
  }
}

@media screen and (max-width: 48rem) {
  /* line 52, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--messageboards-index .thredded--navigation--search-topics, .thredded--topics-index .thredded--navigation--search-topics, .thredded--topic-search-results .thredded--navigation--search-topics {
    display: block;
    width: 100%;
  }
}

@media (max-width: 48rem) {
  /* line 61, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation {
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
  /* line 67, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation-standalone {
    display: block;
    margin-bottom: 0;
  }
  /* line 72, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--item .thredded--nav-text {
    display: none;
  }
  /* line 97, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--user-navigation--moderation.thredded--is-current ~ .thredded--user-navigation--settings, .thredded--user-navigation--moderation.thredded--is-current ~ .thredded--user-navigation--private-topics {
    display: none;
  }
  /* line 102, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--scoped-navigation {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 106, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-1 .thredded--scoped-navigation {
    right: 2.625rem;
  }
  /* line 109, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-2 .thredded--scoped-navigation {
    right: 5.25rem;
  }
  /* line 112, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_navigation.scss */
  .thredded--global-nav-icons-3 .thredded--scoped-navigation {
    right: 7.875rem;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation-navigation {
  position: relative;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
  .thredded--moderation-navigation {
    margin-bottom: 1.5rem;
  }
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation-navigation--items {
  margin-bottom: 0.75rem;
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderated-notice {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.5rem;
  background: #FAE9E9;
}

/* line 37, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation .thredded--post--user a,
.thredded--post-moderation-record .thredded--post--user a {
  color: #CB2324;
}

/* line 43, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record .thredded--post {
  margin-bottom: 0;
  margin-left: 1rem;
}

@media (min-width: 79.00001rem) {
  /* line 43, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
  .thredded--post-moderation-record .thredded--post {
    margin-left: 4rem;
  }
}

/* line 50, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record--moderation-state-notice {
  margin-bottom: 1rem;
}

/* line 55, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record-approved .thredded--post-moderation-record--moderation-state-notice {
  color: #3c763d;
}

/* line 58, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record-blocked .thredded--post-moderation-record--moderation-state-notice {
  color: #a94442;
}

/* line 62, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record--content-changed-notice {
  font-style: italic;
}

/* line 70, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--post-moderation-record + .thredded--post-moderation-record {
  margin-top: 3rem;
}

/* line 74, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--users-table {
  width: 100%;
}

/* line 76, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--users-table a {
  display: block;
}

/* line 81, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--user--title {
  margin: 0;
}

/* line 85, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--moderation--user--info {
  margin-left: 2rem;
}

/* line 89, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions {
  text-align: left;
  margin-left: 4rem;
}

/* line 92, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions .button_to {
  display: inline-block;
}

/* line 95, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_moderation.scss */
.thredded--user--moderation-actions .button_to + .button_to {
  margin-left: 0.75rem;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/layout/_user.scss */
.thredded--user--avatar {
  border-radius: 50%;
  display: inline-block;
  height: 1.75em;
  width: 1.75em;
  margin-right: 0.4375em;
  vertical-align: baseline;
  position: relative;
  top: 0.5em;
}

/* line 27, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_base.scss */
.thredded--spacer {
  flex-grow: 1;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online {
  background-color: #FAE9E9;
  bottom: -1.25rem;
  box-sizing: content-box;
  padding: 1.5rem;
  position: fixed;
  right: 0;
  width: 16.25rem;
  z-index: 10;
}

@media (max-width: 34rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
  .thredded--currently-online {
    display: none;
  }
}

/* line 15, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online.thredded--is-expanded {
  bottom: 0;
  position: fixed;
  right: 0;
}

/* line 21, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--title {
  margin-bottom: 1.5rem;
}

/* line 26, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--avatar {
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.75rem;
  vertical-align: middle;
  width: 1.75rem;
}

/* line 36, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--user {
  padding: 0.75rem 0;
}

/* line 40, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online--users {
  height: 0;
  visibility: hidden;
}

/* line 46, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
.thredded--currently-online.thredded--is-expanded .thredded--currently-online--users {
  height: auto;
  visibility: visible;
}

@media print {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_currently-online.scss */
  .thredded--currently-online {
    display: none;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_empty.scss */
.thredded--empty {
  border: 1px solid #FAE9E9;
  padding: 1.5rem;
  text-align: center;
}

/* line 7, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_empty.scss */
.thredded--empty--title {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 2, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_following.scss */
.thredded--topic-following .thredded--topics--follow-icon, .thredded--topic-header--follow-icon, .thredded--topic-notfollowing .thredded--topics--follow-icon {
  fill: currentColor;
  display: inline-block;
  font-size: 1em;
  width: 1.4rem;
  height: 1.4rem;
  opacity: 0.4;
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_following.scss */
.thredded--topic-notfollowing .thredded--topics--follow-icon {
  opacity: 0.1;
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list.on-top {
  margin-bottom: 0.75rem;
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list li {
  transition: all 0.15s ease-out 0s;
  margin-bottom: 0.75rem;
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list label {
  transition: all 0.15s ease-out 0s;
}

/* line 17, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list label ~ label {
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
}

/* line 25, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list--admin-options label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1.5rem;
}

/* line 33, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_form-list.scss */
.thredded--form-list--hint {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_main-section.scss */
.thredded--main-section {
  margin-bottom: 3rem;
}

@media (min-width: 34.00001rem) and (max-width: 48rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_main-section.scss */
  .thredded--main-section {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 34rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_main-section.scss */
  .thredded--main-section {
    margin-bottom: 0.75rem;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown {
  background: inherit;
  border-color: #CB2324;
  border-top: 1px solid #FAE9E9;
  box-shadow: 0 1px 1px #CB2324;
  font-family: -apple-system, BlinkMacSystemFont, "Raleway", sans-serif, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5;
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown {
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 4px;
}

/* line 18, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item {
  padding: 0.75rem;
}

/* line 19, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item a {
  color: rgba(0, 0, 0, 0.87);
}

/* line 23, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item.active {
  background: #CB2324;
}

/* line 25, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
ul.thredded--textcomplete-dropdown li.textcomplete-item.active a {
  color: #fff;
}

/* line 37, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__avatar {
  width: 2rem;
  min-height: 2rem;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 44, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__name {
  display: inline-block;
  margin-left: 0.6rem;
}

/* line 48, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.thredded--textcomplete-user-result__display_name {
  display: inline-block;
  margin-left: 0.4rem;
  color: rgba(0, 0, 0, 0.54);
}

/* line 53, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_mention-autocomplete.scss */
.textcomplete-item.active .thredded--textcomplete-user-result__display_name {
  color: rgba(255, 255, 255, 0.54);
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboards-group {
  box-sizing: border-box;
}

/* line 3, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboards-group--title {
  font-size: 1em;
  margin: 0.75em 0 0.625em 0;
}

/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard {
  box-sizing: border-box;
  display: block;
  margin-bottom: -1px;
  padding: 1.5rem;
  position: relative;
}

/* line 17, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard, .thredded--messageboard:focus, .thredded--messageboard:hover, .thredded--messageboard:active {
  border: 1px solid #fae9e9;
}

/* line 21, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard:hover {
  background-color: rgba(203, 35, 36, 0.035);
}

/* line 25, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
}

/* line 30, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--title {
  font-size: 1.125rem;
  display: inline-block;
  float: left;
  line-height: 1.2;
  vertical-align: baseline;
}

/* line 39, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--title,
.thredded--messageboard--meta,
.thredded--messageboard--description {
  margin-bottom: 0.375rem;
}

/* line 45, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description,
.thredded--messageboard--meta,
.thredded--messageboard--byline {
  font-size: 0.875em;
}

/* line 51, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--meta--icon {
  opacity: 0.8;
  width: 1rem;
  height: 1rem;
}

/* line 58, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--meta--counts {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* line 68, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--unread-followed-topics-count {
  align-self: baseline;
  line-height: inherit;
  display: flex;
}

/* line 75, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--unread-followed-icon {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}

/* line 81, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
}

/* line 85, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--description:empty {
  margin: 0;
}

/* line 90, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--byline {
  color: rgba(0, 0, 0, 0.54);
  font-weight: normal;
  margin-bottom: 0;
}

/* line 97, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
.thredded--messageboard--delete {
  background-color: #a94442;
}

@media print {
  /* line 101, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboards--actions {
    display: none;
  }
}

@supports (flex-wrap: wrap) {
  /* line 109, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard {
    display: flex;
    flex-direction: column;
  }
  /* line 112, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--header {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 115, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--header > .thredded--flex-spacer {
    margin-right: 0.75rem;
  }
  /* line 119, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--meta {
    text-align: right;
  }
  /* line 122, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
  .thredded--messageboard--byline, .thredded--messageboard--description {
    margin-top: auto;
  }
  @media (min-width: 48.00001rem) {
    /* line 137, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboard, .thredded--grid-sizer, .thredded--messageboards-group::after, .thredded--messageboards-group::before {
      flex-basis: 21.5rem;
      flex-grow: 1;
      margin-left: -0.5px;
      margin-right: -0.5px;
    }
    /* line 144, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0.5px 0.5px;
    }
    /* line 152, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group::after, .thredded--messageboards-group::before {
      box-sizing: border-box;
      content: "";
      padding: 0 1.2rem;
    }
    /* line 159, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboards-group::before {
      order: 1;
    }
    /* line 169, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_messageboard.scss */
    .thredded--messageboard {
      margin-top: -0.5px;
      margin-bottom: -0.5px;
      padding: 1.5rem 1.2rem;
    }
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination {
  border-top: 1px solid #FAE9E9;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
}

/* line 7, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span {
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
  margin-right: 0.75rem;
}

/* line 12, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span > a {
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
}

/* line 16, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span > a:focus, .thredded--pagination > span > a:hover {
  color: #CB2324;
}

/* line 22, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination > span.current, .thredded--pagination > span > a {
  padding: 0.375rem 0.75rem;
}

/* line 28, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination-top > .thredded--pagination {
  border-bottom: 1px solid #FAE9E9;
  margin-bottom: 1.5rem;
}

/* line 33, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_pagination.scss */
.thredded--pagination-bottom > .thredded--pagination {
  margin-top: 1.5rem;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post {
  position: relative;
  margin-bottom: 1.5rem;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post {
    margin-bottom: 3rem;
  }
}

/* line 9, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown--toggle {
  fill: currentColor;
  box-sizing: content-box;
  color: #CB2324;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  padding: 0.875rem 0.875rem 0.875rem 1.5rem;
  margin-right: -0.875rem;
  -webkit-tap-highlight-color: transparent;
}

@media (min-width: 79.00001rem) {
  /* line 9, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--dropdown--toggle {
    margin-top: -0.75rem;
  }
}

/* line 25, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown {
  float: right;
}

@media print {
  /* line 25, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--dropdown {
    display: none;
  }
}

/* line 33, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--dropdown--actions {
  margin-top: -0.875rem;
}

/* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--avatar {
  border-radius: 50%;
  display: inline-block;
  height: 1.75rem;
  margin-right: 0.4375em;
  position: relative;
  top: 6px;
  vertical-align: baseline;
  width: 1.75rem;
}

@media (min-width: 79.00001rem) {
  /* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--avatar {
    height: 2.25rem;
    left: -3rem;
    position: absolute;
    top: -0.5rem;
    width: 2.25rem;
  }
}

@media (min-width: 88.50001rem) {
  /* line 42, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
  .thredded--post--avatar {
    height: 3.25rem;
    left: -4.125rem;
    width: 3.25rem;
  }
}

/* line 67, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--topic {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}

/* line 74, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--user,
.thredded--post--topic,
.thredded--post--user-and-topic {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-right: 0.4375em;
}

/* line 89, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--user a {
  color: rgba(0, 0, 0, 0.87);
}

/* line 94, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--created-at {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  display: inline-block;
}

/* line 101, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content {
  font-size: 1.063rem;
  line-height: 1.65;
  word-break: break-word;
}

/* line 114, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content img {
  max-width: 100%;
  height: auto;
}

/* line 124, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post.scss */
.thredded--post--content pre {
  overflow-x: auto;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler {
  background-color: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  margin: 0 0 0.75rem;
  padding: 0.75rem;
  position: relative;
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--contents {
  visibility: hidden;
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--contents > *:last-child {
  margin-bottom: 0;
}

/* line 16, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler--summary {
  position: absolute;
  visibility: visible;
}

/* line 22, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler .thredded--post--content--spoiler {
  visibility: visible;
}

/* line 27, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler table td, .thredded--post--content--spoiler table th {
  border-color: rgba(66, 66, 66, 0.25);
}

/* line 33, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler.thredded--post--content--spoiler--is-open > .thredded--post--content--spoiler--contents {
  visibility: visible;
}

/* line 37, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_spoiler.scss */
.thredded--post--content--spoiler.thredded--post--content--spoiler--is-open > .thredded--post--content--spoiler--summary {
  display: none;
}

/* line 2, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form label {
  display: none;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--wrapper {
  border-top: 1px solid #FAE9E9;
  padding-top: 1.5rem;
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}

/* line 17, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
.thredded--post-form--submit {
  margin-top: 0.75rem;
}

@media print {
  /* line 22, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_post-form.scss */
  .thredded--post-form--wrapper {
    display: none;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--title {
  font-size: 1.5rem;
}

/* line 6, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--form {
  padding-bottom: 1.5rem;
}

/* line 10, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--messageboards-nav {
  border-top: 1px solid #FAE9E9;
  padding-top: 1.5rem;
}

/* line 16, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preferences.scss */
.thredded--preferences--messageboards-nav--item.thredded--messageboard {
  padding: 0.75rem;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-delete.scss */
.thredded--topic-delete--wrapper {
  border-top: 1px solid #FAE9E9;
  margin-top: 1.5rem;
  padding-top: 3rem;
}

@media print {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-delete.scss */
  .thredded--topic-delete--wrapper {
    display: none;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header {
  margin-bottom: 0.75rem;
  margin-top: 0;
}

@media (min-width: 48.00001rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header {
    margin-bottom: 2.25rem;
    margin-top: 0.75rem;
  }
  /* line 53, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/base/_grid.scss */
  .thredded--topic-header::after {
    clear: both;
    content: "";
    display: block;
  }
}

/* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.375rem;
}

@media (min-width: 34.00001rem) {
  /* line 11, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--title {
    font-size: 1.5rem;
  }
}

/* line 21, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants {
  color: rgba(0, 0, 0, 0.54);
}

/* line 25, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants--participant > a {
  font-size: 0.875rem;
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--participants--participant::before {
  content: '\2022\00A0';
}

/* line 35, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--started-by {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
  font-style: normal;
}

/* line 44, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--edit-topic {
  font-size: 0.875rem;
  margin-left: 0.4rem;
}

@media print {
  /* line 44, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--edit-topic {
    display: none;
  }
}

/* line 53, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-style: normal;
}

@media (min-width: 48.00001rem) {
  /* line 53, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info {
    float: right;
    text-align: right;
    max-width: 25rem;
    position: relative;
  }
  /* line 62, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form {
    position: absolute;
    right: 0;
    vertical-align: text-top;
  }
  /* line 67, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form.thredded--topic-header--follow-info--unfollow {
    top: 1.625em;
  }
  /* line 71, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info--reason {
    display: block;
    vertical-align: text-top;
  }
}

/* line 76, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info p {
  margin: 0;
}

/* line 79, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info--reason {
  display: inline-block;
}

/* line 82, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info form {
  display: inline-block;
}

/* line 84, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-info form input[type=submit], .thredded--topic-header--follow-info form button {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
}

@media print {
  /* line 82, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
  .thredded--topic-header--follow-info form {
    display: none;
  }
}

/* line 99, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-header--follow-icon {
  vertical-align: middle;
}

/* line 104, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--topic-followers {
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.54);
}

/* line 109, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topic-header.scss */
.thredded--svg-definitions {
  display: none;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--topic {
  margin-bottom: 1.5rem;
  position: relative;
}

@media (max-width: 79rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--topic {
    margin-left: 3rem;
  }
}

@media (max-width: 34rem) {
  /* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--topic {
    margin-right: 2rem;
  }
}

/* line 13, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--sticky-topics-divider {
  margin-top: -0.75rem;
  margin-bottom: 0.75rem;
  border: 0;
  border-top: 1px solid #FAE9E9;
}

/* line 20, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title {
  display: inline;
  font-size: 1.125rem;
  line-height: 1.5;
}

/* line 26, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title a {
  color: rgba(0, 0, 0, 0.87);
  display: inline;
}

/* line 31, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--title a:hover {
  color: #CB2324;
}

/* line 37, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  line-height: 1rem;
}

/* line 44, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--categories li {
  font-size: .5rem;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(140, 140, 140, 0.87);
  box-shadow: inset 0 -1px 0 rgba(102, 102, 102, 0.87);
  padding: 1px 6px;
  border-radius: 2px;
  text-transform: lowercase;
  letter-spacing: 1px;
  vertical-align: bottom;
}

/* line 58, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by,
.thredded--topics--messageboard {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
  font-style: normal;
}

/* line 64, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by a,
.thredded--topics--messageboard a {
  color: rgba(51, 51, 51, 0.87);
}

/* line 68, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--updated-by a:hover,
.thredded--topics--messageboard a:hover {
  color: #CB2324;
}

/* line 75, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--participants--participant + .thredded--topics--participants--participant::before {
  content: '\2022\00A0';
}

/* line 80, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--moderation-state {
  padding: 0.3em 0.5em;
  font-size: 0.875rem;
  font-style: normal;
}

/* line 86, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--posts-count {
  border-radius: 50%;
  display: inline-block;
  font-weight: 900;
  font-size: 0.8rem;
  height: 2rem;
  left: -3rem;
  line-height: 2rem;
  margin-right: 1.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  width: 2rem;
  transition: background 0.1s linear, color 0.1s linear;
}

/* line 103, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-read > .thredded--topics--title a {
  font-weight: lighter;
}

/* line 106, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-read > .thredded--topics--posts-count {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

/* line 113, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-unread > .thredded--topics--title a {
  font-weight: bold;
}

/* line 116, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-unread > .thredded--topics--posts-count {
  background: #CB2324;
  color: #fff;
}

/* line 122, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topics--follow-icon {
  position: absolute;
  right: -1.6rem;
  top: 0;
}

@media (max-width: 34rem) {
  /* line 122, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--topics--follow-icon {
    right: -3rem;
  }
}

@media print {
  /* line 143, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
  .thredded--new-topic-form,
.thredded--new-private-topic-form {
    display: none;
  }
}

/* line 151, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_topics.scss */
.thredded--topic-locked .thredded--topics--posts-count {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 1, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preview_area.scss */
.thredded--preview-area {
  display: none;
}

/* line 8, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_preview_area.scss */
.thredded--preview-area--post {
  margin-bottom: 1.5rem;
}

/* line 4, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox,
.maps-onebox,
.thredded--embed-16-by-9 {
  margin-bottom: 0.75rem;
}

/* line 10, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox {
  border: 1px solid #FAE9E9;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  padding: 0.75rem;
  line-height: normal;
  font-size: 0.85em;
}

/* line 17, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.wikipedia .source > a::before, aside.onebox.twitterstatus .source > a::before, aside.onebox.stackexchange .source > a::before, aside.onebox.googledocs .source > a::before, aside.onebox.githubpullrequest .source > a::before, aside.onebox.githubissue .source > a::before, aside.onebox.githubgist .source > a::before, aside.onebox.githubcommit .source > a::before, aside.onebox.githubblob .source > a::before, aside.onebox.amazon .source > a::before {
  background: no-repeat 50% 50%;
  background-size: 16px 16px;
  content: ' ';
  display: inline-block;
  height: 16px;
  vertical-align: bottom;
  width: 16px;
  margin-right: 0.4em;
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.amazon .source > a::before {
  background-image: url(/assets/favicons/amazon-a3ce3a0056b076efc02f606b2dff7f94e96dbfd84dca05d5b9bc1ae42105d24a.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubblob .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubcommit .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubgist .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubissue .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.githubpullrequest .source > a::before {
  background-image: url(/assets/favicons/github-ab23843fc9041beef855bc3c62b831331e3397c72f8dfd09bad95952c78119a9.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.googledocs .source > a::before {
  background-image: url(/assets/favicons/google_branding/logo_drive_48px-5b77ef93756a8153de8a0e10bfb865bd6a07dbb68005843858b1a72a024b4ca5.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .source > a::before {
  background-image: url(/assets/favicons/stackexchange-7f8de332a694e52fd4b3da40c07d3d87a11c21e549b05911a70aa7f002ae185b.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.twitterstatus .source > a::before {
  background-image: url(/assets/favicons/twitter-ee2e3dbaffc2185deaf9af2f366fedb4965a239af58a58505773d754fa7570df.png);
}

/* line 29, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.wikipedia .source > a::before {
  background-image: url(/assets/favicons/wikipedia-ab880bc06a1018d5c2e3d312e66d8a46f086eca15b042cfe74aac18bd3da89bf.png);
}

/* line 39, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox header a[href] {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: none;
}

/* line 45, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body {
  clear: both;
}

/* line 48, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body h3, aside.onebox .onebox-body h4 {
  font-size: 1em;
  margin: 10px 0;
}

/* line 53, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body img {
  max-height: 80%;
  max-width: 20%;
  height: auto;
  float: left;
  margin-right: 1em;
}

/* line 61, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .tweet-images {
  display: block;
  clear: both;
}

/* line 65, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .tweet-images img.tweet-image {
  margin-top: 1em;
  max-width: 100%;
  max-height: 100%;
  float: none;
}

/* line 75, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo {
  width: 60px;
  height: 50px;
  float: left;
}

/* line 80, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-docs-logo {
  background: url(/assets/favicons/google_branding/logo_docs_48px-ea52273f97f57aff8ee6104a81fdedf72632a2e40a615f89c83c543abede4a27.png) no-repeat;
}

/* line 80, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-forms-logo {
  background: url(/assets/favicons/google_branding/logo_forms_48px-0b6305da39b689f54749ffbe77495e1e308abb622860f9736d5bcbda4d97bd6a.png) no-repeat;
}

/* line 80, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-sheets-logo {
  background: url(/assets/favicons/google_branding/logo_sheets_48px-475378340742aff290d2f11a1af7bbdcfe16b80250a468ed97bf87594047d5f9.png) no-repeat;
}

/* line 80, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-slides-logo {
  background: url(/assets/favicons/google_branding/logo_slides_48px-fc7a1740f13a281762c49b17ef2e8e9c7fbf69944c8259103df30a87d2e0144b.png) no-repeat;
}

/* line 80, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-calendar-logo {
  background: url(/images/favicons/google_branding/logo_calendar_48px.png) no-repeat;
}

/* line 80, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.googledocs-onebox-logo.g-drive-logo {
  background: url(/assets/favicons/google_branding/logo_drive_48px-5b77ef93756a8153de8a0e10bfb865bd6a07dbb68005843858b1a72a024b4ca5.png) no-repeat;
}

/* line 87, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
  border: 1px inset rgba(0, 0, 0, 0.87);
}

/* line 91, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash .gdocs-onebox-logo {
  display: inline-block;
  width: 128px;
  height: 128px;
}

/* line 95, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.gdocs-onebox-splash .gdocs-onebox-logo.g-calendar-logo {
  background: url(/assets/favicons/google_branding/logo_calendar_128px-22b621b08026676a89c2ae478573e5327426fb2e19f9af2f67184d671a785cfa.png) no-repeat;
}

/* line 101, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox .onebox-body .onebox-avatar {
  max-height: none;
  max-width: none;
  height: 90px;
  width: 90px;
}

/* line 109, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code {
  font-size: 14px;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: normal;
}

/* line 114, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines li:before {
  position: absolute;
  display: inline-block;
  width: 35px;
  left: -40px;
  color: #afafaf;
  text-align: right;
  padding-right: 5px;
  font-size: 12px;
  line-height: 1.9em;
  content: counter(li-counter);
  counter-increment: li-counter;
}

/* line 128, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol {
  margin-left: 0;
  line-height: 1.5em;
}

/* line 133, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code li {
  padding-left: 5px;
}

/* line 137, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines {
  padding: 0;
  margin: 0 0 0.2rem 2rem;
  position: relative;
}

/* line 143, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code ol.lines li {
  border-left: 1px solid #FAE9E9;
  list-style-type: none;
  margin: 0;
  min-height: 1.5em;
  padding-left: 5px;
  white-space: pre;
}

/* line 152, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
pre.onebox code li.selected {
  background-color: #f8eec7;
}

/* line 159, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .github-commit-status {
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0 0 5px 100px;
  padding: 10px;
}

/* line 166, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag {
  display: inline-block;
  color: #fff;
  padding: 1px 4px;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: capitalize;
}

/* line 176, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .build_status {
  padding: 2px;
  font-size: 12px;
}

/* line 181, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.open {
  background-color: #6cc644;
}

/* line 185, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.merged {
  background-color: #6e5494;
}

/* line 189, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .status_tag.closed {
  background-color: #bd2c00;
}

/* line 193, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-body .github-content-right {
  margin-left: 100px;
}

/* line 200, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.twitterstatus .onebox-body h4 {
  margin-bottom: 0;
}

/* line 206, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus .thumbnail {
  float: left;
}

/* line 209, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus p, .onebox.twitterstatus .tweet {
  float: left;
  display: inline-block;
  white-space: pre-wrap;
  padding-top: 3px;
  width: 85%;
}

/* line 216, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.twitterstatus .date {
  clear: left;
  padding-top: 5px;
}

/* line 224, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box {
  position: absolute;
  z-index: 935;
  height: 30px;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-overflow: ellipsis;
  max-width: 100%;
}

/* line 235, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box .inner-box {
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}

/* line 243, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.imgur-album .outer-box .inner-box .album-title {
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  color: #ccc;
  text-decoration: none;
}

/* line 256, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .onebox-body img {
  max-height: 60%;
  max-width: 10%;
}

/* line 261, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
aside.onebox.stackexchange .onebox-body .tags {
  color: gray;
}

/* line 266, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox-metadata {
  color: rgba(0, 0, 0, 0.54);
}

/* line 271, ../usr/local/bundle/ruby/3.2.0/gems/thredded-1.1.0/app/assets/stylesheets/thredded/components/_onebox.scss */
.onebox.xkcd .onebox-body img {
  max-width: 100% !important;
  float: none !important;
}
.marker-cluster-small {
    background-color: rgba(203, 35, 36);
}
.marker-cluster-small div {
    background-color: rgba(203, 35, 36);
}

.marker-cluster-medium {
    background-color: rgba(239, 46, 84, 0.6);
    background-color: rgba(203, 35, 36);
}
.marker-cluster-medium div {
    background-color:  rgba(232, 38, 78, 0.6);
    background-color:  rgba(203, 35, 36);
}

.marker-cluster-large {
    background-color: rgba(220, 46, 47, 0.6);
    background-color: rgba(203, 35, 36);
}
.marker-cluster-large div {
    background-color: rgba(203, 35, 36, 0.6);
    background-color: rgba(203, 35, 36);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
    background-color: rgba(225, 58, 92, 0.6);
}
.leaflet-oldie .marker-cluster-small div {
    background-color: rgba(222, 51, 86, 0.6);
}

.leaflet-oldie .marker-cluster-medium {
    background-color: rgba(239, 46, 84, 0.6);
}
.leaflet-oldie .marker-cluster-medium div {
    background-color:  rgba(232, 38, 78, 0.6);
}

.leaflet-oldie .marker-cluster-large {
    background-color: rgba(220, 46, 47, 0.6);
}
.leaflet-oldie .marker-cluster-large div {
    background-color: rgba(203, 35, 36, 0.6);
}

.marker-cluster {
    background-clip: padding-box;
    border-radius: 20px;
}
.marker-cluster div {
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-top: 5px;

    text-align: center;
    border-radius: 15px;
    color: #FFEEF5;
    font-weight: 700;
    font-size: 17px;

}
.marker-cluster span {
    line-height: 30px;
}


.leaflet-popup-content {
    padding: 8px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
}

.leaflet-popup-content .leaflet-hide {
    display: none;
}
/* PrismJS 1.29.0
https://prismjs.com/download.html#themes=prism-solarizedlight&languages=markup+css+clike+javascript+bash+ruby&plugins=line-highlight+line-numbers+toolbar+copy-to-clipboard+treeview */
code[class*=language-],pre[class*=language-]{color:#657b83;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{background:#073642}code[class*=language-] ::-moz-selection, code[class*=language-]::-moz-selection, pre[class*=language-] ::-moz-selection, pre[class*=language-]::-moz-selection{background:#073642}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{background:#073642}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto;border-radius:.3em}:not(pre)>code[class*=language-],pre[class*=language-]{background-color:#fdf6e3}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#93a1a1}.token.punctuation{color:#586e75}.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#268bd2}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string,.token.url{color:#2aa198}.token.entity{color:#657b83;background:#eee8d5}.token.atrule,.token.attr-value,.token.keyword{color:#859900}.token.class-name,.token.function{color:#b58900}.token.important,.token.regex,.token.variable{color:#cb4b16}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
pre[data-line]{position:relative;padding:1em 0 1em 3em}.line-highlight{position:absolute;left:0;right:0;padding:inherit 0;margin-top:1em;background:hsla(24,20%,50%,.08);background:linear-gradient(to right,hsla(24,20%,50%,.1) 70%,hsla(24,20%,50%,0));pointer-events:none;line-height:inherit;white-space:pre}@media print{.line-highlight{-webkit-print-color-adjust:exact;color-adjust:exact}}.line-highlight:before,.line-highlight[data-end]:after{content:attr(data-start);position:absolute;top:.4em;left:.6em;min-width:1em;padding:0 .5em;background-color:hsla(24,20%,50%,.4);color:#f4f1ef;font:bold 65%/1.5 sans-serif;text-align:center;vertical-align:.3em;border-radius:999px;text-shadow:none;box-shadow:0 1px #fff}.line-highlight[data-end]:after{content:attr(data-end);top:auto;bottom:.4em}.line-numbers .line-highlight:after,.line-numbers .line-highlight:before{content:none}pre[id].linkable-line-numbers span.line-numbers-rows{pointer-events:all}pre[id].linkable-line-numbers span.line-numbers-rows>span:before{cursor:pointer}pre[id].linkable-line-numbers span.line-numbers-rows>span:hover:before{background-color:rgba(128,128,128,.2)}
pre[class*=language-].line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre[class*=language-].line-numbers>code{position:relative;white-space:inherit}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;user-select:none}.line-numbers-rows>span{display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}
div.code-toolbar{position:relative}div.code-toolbar>.toolbar{position:absolute;z-index:10;top:.3em;right:.2em;transition:opacity .3s ease-in-out;opacity:0}div.code-toolbar:hover>.toolbar{opacity:1}div.code-toolbar:focus-within>.toolbar{opacity:1}div.code-toolbar>.toolbar>.toolbar-item{display:inline-block}div.code-toolbar>.toolbar>.toolbar-item>a{cursor:pointer}div.code-toolbar>.toolbar>.toolbar-item>button{background:0 0;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}div.code-toolbar>.toolbar>.toolbar-item>a,div.code-toolbar>.toolbar>.toolbar-item>button,div.code-toolbar>.toolbar>.toolbar-item>span{color:#bbb;font-size:.8em;padding:0 .5em;background:#f5f2f0;background:rgba(224,224,224,.2);box-shadow:0 2px 0 0 rgba(0,0,0,.2);border-radius:.5em}div.code-toolbar>.toolbar>.toolbar-item>a:focus,div.code-toolbar>.toolbar>.toolbar-item>a:hover,div.code-toolbar>.toolbar>.toolbar-item>button:focus,div.code-toolbar>.toolbar>.toolbar-item>button:hover,div.code-toolbar>.toolbar>.toolbar-item>span:focus,div.code-toolbar>.toolbar>.toolbar-item>span:hover{color:inherit;text-decoration:none}
.token.treeview-part .entry-line{position:relative;text-indent:-99em;display:inline-block;vertical-align:top;width:1.2em}.token.treeview-part .entry-line:before,.token.treeview-part .line-h:after{content:"";position:absolute;top:0;left:50%;width:50%;height:100%}.token.treeview-part .line-h:before,.token.treeview-part .line-v:before{border-left:1px solid #ccc}.token.treeview-part .line-v-last:before{height:50%;border-left:1px solid #ccc;border-bottom:1px solid #ccc}.token.treeview-part .line-h:after{height:50%;border-bottom:1px solid #ccc}.token.treeview-part .entry-name{position:relative;display:inline-block;vertical-align:top}.token.treeview-part .entry-name.dotfile{opacity:.5}@font-face{font-family:PrismTreeview;src:url(data:application/font-woff;base64,d09GRgABAAAAAAgYAAsAAAAAEGAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPwAAAFY1UkH9Y21hcAAAAYQAAAB/AAACCtvO7yxnbHlmAAACBAAAA+MAAAlACm1VqmhlYWQAAAXoAAAAKgAAADZfxj5jaGhlYQAABhQAAAAYAAAAJAFbAMFobXR4AAAGLAAAAA4AAAA0CGQAAGxvY2EAAAY8AAAAHAAAABwM9A9CbWF4cAAABlgAAAAfAAAAIAEgAHZuYW1lAAAGeAAAATcAAAJSfUrk+HBvc3QAAAewAAAAZgAAAIka0DSfeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGRYyjiBgZWBgaGQoRZISkLpUAYOBj0GBiYGVmYGrCAgzTWFweEV4ysehs1ArgDDFgZGIA3CDAB2tQjAAHic7ZHLEcMwCESfLCz/VEoKSEE5parURxMOC4c0Ec283WGFdABgBXrwCAzam4bOK9KWeefM3Hhmjyn3ed+hTRq1pS7Ra/HjYGPniHcXMy4G/zNTP7/KW5HTXArkvdBW3ArN19dCG/NRIN8K5HuB/CiQn4U26VeBfBbML9NEH78AeJyVVc1u20YQ3pn905JcSgr/YsuSDTEg3cR1bFEkYyS1HQcQ2jQF2hot6vYSoECKnnPLA/SWUy9NTr31Bfp+6azsNI0SGiolzu7ODnfn+2Z2lnHG3rxhr9nfLGKbLGesncAYYnUHpsVnMG/uwyzNdFIVd6HI6twp8+R3LpT4TSglLoTHwwJgG2/dFvKrl9yI507/p5CCq4LTxB/PlPjkFaMHnWB/0S9je7RTPS+utnGtom1T2q5pk/e3H0M1S18rsXAL7wgpxQuhAmteGGvNjmcfGXuwnFNOPCXxeOGmnjrBLWNyBeNtVq2Hs03yus1aPS3mzSyNVSfu588iW1Q93x/4fjcHn+5EkS2tMxr4xIRa8ese+4L9uKZnxEqs8+ldyN9atU02a5t5uQ8hZGms1QTKpaKYqnipiNNOAIeIADC0JNEOYY+jtSgFoOchiAjRGFACpUTRje8bwIYWGCDEgENY8MEu9bnCYCdAxftoNg0KiSpUtPaHcanYwzXRu6T4r40b5npal3V7UHWCPJW9niyl1vIHgoujEXZjudBkeWkOeMQBRmbEPhKzij1i52t6/TadL+3q7H0U1eq4E8cG4gIIwQLx8VX7ToPXgPrehVc5QXHR7gMSmwjKfaYAP4KvZV+yn9bE18y2IY37LvtyrSg3i7ZK++B603ndlg/gBJpZRsfpBI6hyiaQ6FjlnThz8lAC3LgBIMnXDOAXxBQ4SIgiEhx2AcGCAwAhwjXRpCQms42bwAUt75BvAwgONzdgOfWEwzk4Ylzj4mz+5YEzzXzWX9aNlk7ot65y5QnBHsNlm6zDTu7sspRqG4V+fgJ1lVBZ07Nm7s5nemo3Lf3PO7iwtnroQ5/YDGwPRUip6fV6L+27p+wCHwSvPs85UnHqId8NAn5IBsKdv95KrL9m31Gsf2a/rluDslk1y1J9GE+LUmmVT/OyOHaFKGnapt2H5XeJTmKd6qYNoVVZOy+pWzr7rMip3ndG/4mQSoUcMbAqG/YNIAdXhkAqTVruXhocSKN0iS4Rwj7vSS4fcF/La07BfeQSuRAcFeW+9igjwPhhYPpGCBCBHhxiKMyFMFT7ziRH7RtfIWdiha+TdW+Rqs7bLHdN2ZJIKl0um0x3op9saYr0REeRdj09pl43pMzz4tjztrY8L4o8bzT+oLY27PR/eFtXs/YY5vtwB5Iqad14eYN0ujveMaGWqkdU3TKbQSC5Uvxaf4fA7SAQ3r2tEfIhd4duld91bwMisjqBw22orthNcroXl7KqO1329HBgAexgoCfGAwiDPoBnriki3lmNojrzvD0tjo6E3vPYP6E2BMIAeJxjYGRgYADiY8t3FsTz23xl4GbYzIAB/v9nWM6wBcjgYGAC8QH+QQhZAAB4nGNgZGBg2MzAACeXMzAyoAJeADPyAh14nGNgAILNpGEA0fgIZQAAAAAAAAA2AHIAvgE+AZgCCAKMAv4DlgPsBEYEoHicY2BkYGDgZchi4GQAASYg5gJCBob/YD4DABTSAZcAeJx9kU1uwjAQhV/4qwpqhdSqi67cTTeVEmBXDgBbhBD7AHYISuLUMSD2PUdP0HNwjp6i676k3qQS9Ujjb968mYUNoI8zPJTHw02Vy9PAFatfbpLuHbfIT47b6MF33KH+6riLF0wc93CHN27wWtdUHvHuuIFbfDhuUv903CKfHbfxgC/HHerfjrtYen3HPTx7ambiIl0YKQ+xPM5ltE9CU9NqxVKaItaZGPqDmj6VmTShlRuxOoniEI2sVUIZnYqJzqxMEi1yo3dybf2ttfk4CJTT/bVOMYNBjAIpFiTJOLCWOGLOHGGPBCE7l32XO0tmw04MjQwCQ7774B//lDmrZkJY3hvOrHBiLuiJMKJqoVgrejQ3CP5Yubt0JwxNJa96Oypr6j621VSOMQKG+uP36eKmHylcb0MAeJxtwdEOgjAMBdBeWEFR/Mdl7bTJtMsygc/nwVfPoYF+QP+tGDAigDFhxgVXLLjhjhUPCtmKTtmLaGN7x6dy/Io5bybqoevRQ3LRObb0sk3HKpn1SFqW6ru26vbpYfcmRCccJhqsAAA=) format("woff")}.token.treeview-part .entry-name:before{content:"\ea01";font-family:PrismTreeview;font-size:inherit;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:2.5ex;display:inline-block}.token.treeview-part .entry-name.dir:before{content:"\ea02"}.token.treeview-part .entry-name.ext-bmp:before,.token.treeview-part .entry-name.ext-eps:before,.token.treeview-part .entry-name.ext-gif:before,.token.treeview-part .entry-name.ext-jpe:before,.token.treeview-part .entry-name.ext-jpeg:before,.token.treeview-part .entry-name.ext-jpg:before,.token.treeview-part .entry-name.ext-png:before,.token.treeview-part .entry-name.ext-svg:before,.token.treeview-part .entry-name.ext-tiff:before{content:"\ea03"}.token.treeview-part .entry-name.ext-cfg:before,.token.treeview-part .entry-name.ext-conf:before,.token.treeview-part .entry-name.ext-config:before,.token.treeview-part .entry-name.ext-csv:before,.token.treeview-part .entry-name.ext-ini:before,.token.treeview-part .entry-name.ext-log:before,.token.treeview-part .entry-name.ext-md:before,.token.treeview-part .entry-name.ext-nfo:before,.token.treeview-part .entry-name.ext-txt:before{content:"\ea06"}.token.treeview-part .entry-name.ext-asp:before,.token.treeview-part .entry-name.ext-aspx:before,.token.treeview-part .entry-name.ext-c:before,.token.treeview-part .entry-name.ext-cc:before,.token.treeview-part .entry-name.ext-cpp:before,.token.treeview-part .entry-name.ext-cs:before,.token.treeview-part .entry-name.ext-css:before,.token.treeview-part .entry-name.ext-h:before,.token.treeview-part .entry-name.ext-hh:before,.token.treeview-part .entry-name.ext-htm:before,.token.treeview-part .entry-name.ext-html:before,.token.treeview-part .entry-name.ext-jav:before,.token.treeview-part .entry-name.ext-java:before,.token.treeview-part .entry-name.ext-js:before,.token.treeview-part .entry-name.ext-php:before,.token.treeview-part .entry-name.ext-rb:before,.token.treeview-part .entry-name.ext-xml:before{content:"\ea07"}.token.treeview-part .entry-name.ext-7z:before,.token.treeview-part .entry-name.ext-bz2:before,.token.treeview-part .entry-name.ext-bz:before,.token.treeview-part .entry-name.ext-gz:before,.token.treeview-part .entry-name.ext-rar:before,.token.treeview-part .entry-name.ext-tar:before,.token.treeview-part .entry-name.ext-tgz:before,.token.treeview-part .entry-name.ext-zip:before{content:"\ea08"}.token.treeview-part .entry-name.ext-aac:before,.token.treeview-part .entry-name.ext-au:before,.token.treeview-part .entry-name.ext-cda:before,.token.treeview-part .entry-name.ext-flac:before,.token.treeview-part .entry-name.ext-mp3:before,.token.treeview-part .entry-name.ext-oga:before,.token.treeview-part .entry-name.ext-ogg:before,.token.treeview-part .entry-name.ext-wav:before,.token.treeview-part .entry-name.ext-wma:before{content:"\ea04"}.token.treeview-part .entry-name.ext-avi:before,.token.treeview-part .entry-name.ext-flv:before,.token.treeview-part .entry-name.ext-mkv:before,.token.treeview-part .entry-name.ext-mov:before,.token.treeview-part .entry-name.ext-mp4:before,.token.treeview-part .entry-name.ext-mpeg:before,.token.treeview-part .entry-name.ext-mpg:before,.token.treeview-part .entry-name.ext-ogv:before,.token.treeview-part .entry-name.ext-webm:before{content:"\ea05"}.token.treeview-part .entry-name.ext-pdf:before{content:"\ea09"}.token.treeview-part .entry-name.ext-xls:before,.token.treeview-part .entry-name.ext-xlsx:before{content:"\ea0a"}.token.treeview-part .entry-name.ext-doc:before,.token.treeview-part .entry-name.ext-docm:before,.token.treeview-part .entry-name.ext-docx:before{content:"\ea0c"}.token.treeview-part .entry-name.ext-pps:before,.token.treeview-part .entry-name.ext-ppt:before,.token.treeview-part .entry-name.ext-pptx:before{content:"\ea0b"}
.active{
    background-color: rgba(58, 58, 112, 0.1);
    color: #1f2937;
}
align-center{
    text-align: center;
    display: block;
    width: 100%;
}

align-left{
    display: block;
    width: 100%;
    text-align: left;
}

align-right{
    display: block;
    width: 100%;
    text-align: right;
}
align-justify{
    display: block;
    width: 100%;
    text-align: justify;
}

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

* {
    font-family: 'Raleway', sans-serif;
}

[type=checkbox] {
    color: red !important;
}
abbr:where([title]) {
    text-decoration: none;
    cursor: help;
}
