
@media screen and (max-width: 780px) {
body {
    min-height: 100vh;
}
.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 300px !important;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 3rem 0 !important;
    padding-top: 0 !important;
}
.slideout-move.slideout-menu {
    z-index: 3;
    will-change: transform;
}
.slideout-move.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}
.slideout-move.slideout-menu-left {
    left: -300px;
}
.slideout-move.slideout-menu-right {
    right: -300px;
}
.slideout-panel {
    background-color: #fff; /* A background-color is required */
    min-height: 100vh;
}
.slideout-dimmer {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slideout-open,
  .slideout-open body,
  .slideout-open .slideout-panel {
    overflow: hidden;
}
.slideout-open .slideout-menu {
    display: block;
}
.slideout-open .slideout-dimmer {
    visibility: visible;
    opacity: 1;
    z-index: 2;
}
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
.app.drive-app .content {
    max-width: none !important;
    max-width: initial !important;
}
}


@media screen and (min-width: 1200px) and (max-width: 1333px) {
.app.drive-app[data-v-34bc6920] {
    -webkit-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
}
}
.fade-enter-active[data-v-34bc6920],
.fade-leave-active[data-v-34bc6920] {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.fade-enter[data-v-34bc6920],
.fade-leave-active[data-v-34bc6920] {
  opacity: 0;
}
.child-view[data-v-34bc6920] {
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.slide-left-enter[data-v-34bc6920],
.slide-right-leave-active[data-v-34bc6920] {
  opacity: 0;
  -webkit-transform: translate(30px, 0);
  -moz-transform: translate(30px, 0);
    -o-transform: translate(30px, 0);
       transform: translate(30px, 0);
}
.slide-left-leave-active[data-v-34bc6920],
.slide-right-enter[data-v-34bc6920] {
  opacity: 0;
  -webkit-transform: translate(-30px, 0);
  -moz-transform: translate(-30px, 0);
    -o-transform: translate(-30px, 0);
       transform: translate(-30px, 0);
}

.item .image.placeholder[data-v-69d0795e]{padding-top:0}.item .image.placeholder .image[data-v-69d0795e]{height:4rem !important;width:4rem}.item .column .ui.placeholder[data-v-69d0795e]{width:100%}

.field[data-v-464f9b88] {
  margin-bottom: 0 !important;
}
label[data-v-464f9b88] {
  cursor: pointer !important;
}


/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active[data-v-9c6be46a] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-leave-active[data-v-9c6be46a] {
  -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  -o-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  -moz-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter[data-v-9c6be46a], .slide-fade-leave-to[data-v-9c6be46a]
        /* .slide-fade-leave-active below version 2.1.8 */ {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}

.ui.red.label{z-index:1}
.ui.divider.horizontal.left[data-v-4dfa042c]{margin-bottom:1.5rem}

.top-bar[data-v-13b8f136] {
  font-size: 12px;
  color: white;
  -webkit-border-top-left-radius: 4px;
     -moz-border-radius-topleft: 4px;
          border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
     -moz-border-radius-topright: 4px;
          border-top-right-radius: 4px;
  position: relative;
}
.image-container[data-v-13b8f136] {
  width: 48px;
  height: 48px;
  overflow: hidden;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.image[data-v-13b8f136] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-extension-thumbnail[data-v-13b8f136] {
  width: 48px;
  height: 48px;
  border-width: 2px;
  border-style: solid;
  background-color: white;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: bold;
}
.mobile-size[data-v-13b8f136] {
  width: 100px;
  height: 100px;
  font-size: 24px;
}
.fields-container[data-v-13b8f136] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}
.content.mobile[data-v-13b8f136] {
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
}
.mobile .fields-container[data-v-13b8f136] {
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
          -webkit-box-align: stretch;
          align-items: stretch;
  margin-top: 24px;
  margin-bottom: 24px;
}
.progress-bar[data-v-13b8f136] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  z-index: 1;
}
.top-bar-text[data-v-13b8f136] {
  position: relative;
  z-index: 2;
}


.content .fields-container > * {
  margin-right: 8px !important;
  maring-left: 8px !important;
}
.content.mobile .fields-container > * {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.dropzone .item .header .field[data-v-e1f54d98]{clear:both;margin:2px 2px 0 !important}.dropzone .upload-fields[data-v-e1f54d98]{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex}.dropzone .upload-fields .field[data-v-e1f54d98]{padding-right:1rem}

i.ui.icon.suus-check-bold.large.green {
  background-color: transparent !important;
}
i.ui.icon.suus-simple-remove.large.red {
  background-color: transparent !important;
}
.ui.message.error.visible {
  color: white !important;
}


.editable[data-v-091a6e6c]:hover {
  text-decoration: underline;
  cursor: text;
}

.suus__header__skeleton .v-skeleton-loader__heading{width:80% !important}.suus__header__skeleton .v-skeleton-loader__heading.skeleton--1 .v-skeleton-loader__heading{height:30px;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}

#attachmentDropzone {
  cursor: pointer;
  border: #307ef7 1px dashed;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: transparent;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
}
#attachmentDropzone.dz-drag-hover {
  border: #307ef7 3px solid;
}
.dropzone-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
}

#driveUploader{border:#307ef7 3px dashed;background:#fff;padding:0;height:100%;min-height:200px;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex}#driveUploader .ui.progress{color:transparent}#driveUploader .dz-message{width:100%;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-webkit-box-pack:center;justify-content:center;margin:auto;text-align:center;font-size:1.25rem;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}
.new_folder .item .header .field[data-v-c72286a4]{clear:both;margin:2px 2px 0 !important}.upload-fields[data-v-c72286a4]{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex}.upload-fields .field[data-v-c72286a4]{padding-right:1rem}

i.ui.icon.suus-pin {
  background-color: transparent!important;
}


.gallery-view-grid[data-v-b7d5a17a] {
  display: grid;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  -moz-transition: 300ms;
  transition: 300ms;
}


.preview-loader[data-v-1ed34d21] .v-skeleton-loader__image {
  height: 100%;
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  

  --pswp-root-z-index: 100000;
  
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}
.pswp * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.pswp img {
  max-width: none;
}
.pswp--open {
	display: block;
}
.pswp,
.pswp__bg {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	        transform: translateZ(0);
	will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}
.pswp__hidden {
	display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	-webkit-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	-o-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	-moz-transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}
.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {
	outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}
.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: -webkit-flex;
	display: -moz-box;
	display: -webkit-box;
	display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          -webkit-box-pack: end;
          justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}
.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {
  right: 0px;
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  -webkit-transform: scale(-1, 1);
     -moz-transform: scale(-1, 1);
       -o-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}
.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-animation: pswp-clockwise 600ms linear infinite;
     -moz-animation: pswp-clockwise 600ms linear infinite;
       -o-animation: pswp-clockwise 600ms linear infinite;
          animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@-webkit-keyframes pswp-clockwise {
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
}
}
@-moz-keyframes pswp-clockwise {
0% { -moz-transform: rotate(0deg); transform: rotate(0deg);
}
100% { -moz-transform: rotate(360deg); transform: rotate(360deg);
}
}
@-o-keyframes pswp-clockwise {
0% { -o-transform: rotate(0deg); transform: rotate(0deg);
}
100% { -o-transform: rotate(360deg); transform: rotate(360deg);
}
}
@keyframes pswp-clockwise {
0% { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg);
}
}

/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  -webkit-margin-start: 20px;
     -moz-margin-start: 20px;
          margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {
  display: none;
}
.pswp__custom-caption {
  background: rgba(48, 126, 247, 0.75);
  font-size: 16px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}

.my-gallery{display:grid;grid-template-columns:repeat(7, 1fr);grid-gap:1em}@media screen and (max-width: 1000px){.my-gallery{grid-template-columns:repeat(5, 1fr)}}@media screen and (max-width: 700px){.my-gallery{grid-template-columns:repeat(3, 1fr)}}.my-gallery figure{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:inline-block;margin:0}.my-gallery figure>a{overflow:hidden;display:block}.my-gallery figure>a>img{width:100%;height:auto}
.pdf-wrapper[data-v-93ee1c28]{width:100%;height:80vh}
.new_folder .item .header .field[data-v-69886e78]{clear:both;margin:2px 2px 0 !important}.upload-fields[data-v-69886e78]{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex}.upload-fields .field[data-v-69886e78]{padding-right:1rem}

.thumbnail-container {
  height: 100%;
}


.two-columns {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.two-columns > * {
  -webkit-flex: 1 1 50%;
     -moz-box-flex: 1;
          -webkit-box-flex: 1;
          flex: 1 1 50%;
}

.suus__btn--primary{background-image:-webkit-gradient(linear, left top, right top, color-stop(0, #40a2f6), to(#3283f7)) !important;background-image:-webkit-linear-gradient(left, #40a2f6 0, #3283f7) !important;background-image:-moz-linear-gradient(left, #40a2f6 0, #3283f7) !important;background-image:-o-linear-gradient(left, #40a2f6 0, #3283f7) !important;background-image:linear-gradient(90deg, #40a2f6 0, #3283f7) !important}.suus__btn--highlight{background-color:#22d563 !important}.suus__btn--warn{background-color:#b00020 !important}.suus__btn--disabled{background-color:#e0e0e0 !important;color:#9e9e9e !important}.suus__btn--dark-grey{background-color:#939393 !important}.suus__btn--white{background-color:#fff !important}.suus__btn--white span{color:#3283f7 !important}.suus__skeleton-loader__btn .v-skeleton-loader__button{width:100% !important;height:44px}
.suus__text-button--plain[data-v-f754dffe]{text-transform:uppercase;color:var(--color)}.suus__text-button--plain[data-v-f754dffe]:hover{color:var(--color-hover) !important}.suus__text-button[data-v-f754dffe]{color:var(--color)}.suus__text-button[data-v-f754dffe]:hover{color:var(--color-hover) !important}
.suus__menu-item.is-active[data-v-0c20ea3a]{background-color:#e5e5e5 !important}.suus__menu-item--dark.is-active[data-v-0c20ea3a]{background-color:rgba(229,229,229,.1) !important}
.suus__editor__menu[data-v-a5f15b54]{background-color:#f5f5f5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.suus__editor__menu--inline[data-v-a5f15b54]{background-color:#fff;border:1px solid #e5e5e5}.suus__editor__menu--dark[data-v-a5f15b54]{background-color:rgba(245,245,245,.1)}.suus__editor__menu .divider[data-v-a5f15b54]{width:1px;height:1.25rem;background-color:#3283f7;margin-left:.5rem;margin-right:.75rem}.suus__editor__menu .divider--dark[data-v-a5f15b54]{background-color:rgba(245,245,245,.1)}
.suus__mention-list .v-list-item .v-list-item__icon{margin-right:8px}.suus__mention-list .is-selected,.suus__mention-list .is-selected:hover{color:#3283f7;background:rgba(50,131,247,.1)}
.suus__editor__wysiwyg{font-family:system-ui !important;color:#424242}.suus__editor__wysiwyg{overflow-x:auto}.suus__editor__wysiwyg{min-height:120px;background-color:#f5f5f5;-webkit-border-top-right-radius:2px;-moz-border-radius-topright:2px;border-top-right-radius:2px;-webkit-border-top-left-radius:2px;-moz-border-radius-topleft:2px;border-top-left-radius:2px;border-bottom:1px solid #424242;padding:16px}.suus__editor__wysiwyg:focus,.suus__editor__wysiwyg:active{-webkit-transition:border-bottom .4s;-o-transition:border-bottom .4s;-moz-transition:border-bottom .4s;transition:border-bottom .4s;border-bottom:2px solid #3283f7;outline:none}.suus__editor__wysiwyg>*+*{margin-top:.75em}.suus__editor__wysiwyg ul,.suus__editor__wysiwyg ol{padding:0 1rem}.suus__editor__wysiwyg h1,.suus__editor__wysiwyg h2,.suus__editor__wysiwyg h3,.suus__editor__wysiwyg h4,.suus__editor__wysiwyg h5,.suus__editor__wysiwyg h6{line-height:1.1}.suus__editor__wysiwyg pre{background:#0d0d0d;color:#fff;padding:.75rem 1rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}.suus__editor__wysiwyg blockquote{padding-left:1rem;border-left:2px solid rgba(50,131,247,.1)}.suus__editor__wysiwyg a{color:#3283f7}.suus__editor__wysiwyg mark{background-color:#ffe066}.suus__editor__wysiwyg p.is-editor-empty:first-child::before{content:attr(data-placeholder);font-size:.9rem;float:left;color:#939393 !important;pointer-events:none;height:0}.suus__editor--inline{background-color:#fff;color:#424242;border:1px solid #e5e5e5}.suus__editor--dark{background-color:rgba(245,245,245,.1);color:#fff}.mention{border:1px solid rgba(34,36,38,.15) !important;-webkit-border-radius:.14285714rem !important;-moz-border-radius:.14285714rem !important;border-radius:.14285714rem !important;-webkit-transition:background .1s ease !important;-o-transition:background .1s ease !important;-moz-transition:background .1s ease !important;transition:background .1s ease !important;padding:.283rem .433rem !important;font-size:.875em !important;background:#307ef7 !important;color:#fff !important;font-weight:500 !important;display:inline-block !important;white-space:nowrap !important;line-height:normal !important;line-height:initial !important;margin:0 .25em !important}.mention:before{content:"@";font-family:"Icons";font-size:1.2em;vertical-align:sub;padding-right:.5rem;font-weight:600}.mention.group-mention:before{content:""}.mention.member-mention:before{content:""}.suus__editor__wysiwyg__image{border:4px solid transparent;vertical-align:bottom}.suus__editor__wysiwyg__image.ProseMirror-selectednode{border-color:#307ef7}.show-dropzone{border:3px dashed #307ef7}

.upload-item-wrapper[data-v-3da9bdc6] {
  -webkit-flex-basis: 350px;
          flex-basis: 350px;
  background: #f2f2f2;
  border: 2px solid transparent;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  max-width: 350px;
&.selected[data-v-3da9bdc6] {
    border: 2px solid #307ef7;
}
}
.upload-item-inner-wrapper[data-v-3da9bdc6] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
}
.attachment-thumbnail[data-v-3da9bdc6] {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.pointer[data-v-3da9bdc6] {
  cursor: pointer;
}

.attachment-uploads-grid[data-v-05359e52]{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-gap:16px}.full-width[data-v-05359e52]{width:100%}

.menu-item[data-v-23e49beb] {
  cursor: pointer;
  background-color: white;
  color: #424242;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.menu-item[data-v-23e49beb]:hover {
  background-color: #f5f5f5;
}
.selected[data-v-23e49beb] {
  background-color: #518efc;
  color: white;
}


.selected[data-v-b596847e] {
  border: 2px solid #307ef7;
}
.file-name-overlay[data-v-b596847e]::-moz-selection {
  color: white !important;
}
.file-name-overlay[data-v-b596847e]::selection {
  color: white !important;
}


.drag-handle[data-v-7ef00c88] {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
          -webkit-box-flex: 0;
          flex: 0 0 auto;
  position: relative;
  width: 1rem;
  height: 1rem;
  top: 0.3rem;
  margin-right: 0.5rem;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 10 16\"><path fill-opacity=\"0.2\" d=\"M4 14c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zM2 6C.9 6 0 6.9 0 8s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6C.9 0 0 .9 0 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z\" /></svg>");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center;
}

.slide-fade-enter-active,.slide-fade-leave-active{-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.slide-fade-enter,.slide-fade-leave-to{-webkit-transform:translateY(-20px);-moz-transform:translateY(-20px);-o-transform:translateY(-20px);transform:translateY(-20px);opacity:0}
.suus__select[data-v-6570526b] input{font-family:system-ui !important}.suus__select[data-v-6570526b] input{font-size:1.2rem !important;font-weight:300}.suus__select[data-v-6570526b] .v-label{top:15px}
.suus__select .suus__select-item,.suus__select{font-family:system-ui !important}.suus__select .mandatory{color:red !important;font-weight:900}.suus__select .v-list{padding:0}.suus__select .suus__select-item{font-weight:300;font-size:1.2rem !important}.suus__select .v-select__selections input{height:0}
.suus__chip-select-combo[data-v-e0a4c63a]{font-family:system-ui !important;font-size:1.2rem !important;font-weight:300}.suus__chip-select-combo[data-v-e0a4c63a] .v-input__control{height:auto}.suus__chip-select-combo[data-v-e0a4c63a] .v-select__slot .v-label{top:15px}.suus__chip-select-combo[data-v-e0a4c63a] .v-select-list .v-list-item{border-bottom:1px solid #e5e5e5 !important}[data-v-e0a4c63a] div.v-select__selections{padding-top:30px !important}
.suus__group-select .v-label .v-select-list .v-list-item__content,.suus__group-select .v-label .v-select__slot .v-select__selections,.suus__group-select{font-family:system-ui !important;font-size:1.2rem !important;font-weight:300}.suus__group-select .v-label{top:15px}.suus__group-select .v-label .v-select-list .v-list-item__content .v-list-item{border-bottom:1px solid #e5e5e5 !important}
.suus__event-form__expansion-panels[data-v-d3769b76] .v-expansion-panel{background-color:transparent !important}.suus__event-form__expansion-panels[data-v-d3769b76] .v-expansion-panel .v-expansion-panel-header{border-top:1px solid #dadada;padding-right:0;padding-left:0}.suus__event-form__expansion-panels[data-v-d3769b76] .v-expansion-panel .v-expansion-panel-content .v-expansion-panel-content__wrap{padding-right:0 !important;padding-left:0 !important}
.suus__editor__wysiwyg__image{cursor:pointer}.suus__html-text>*+*{margin-top:.75em}.suus__html-text>*+* ul,.suus__html-text>*+* ol{padding:0 1rem}.suus__html-text>*+* h1,.suus__html-text>*+* h2,.suus__html-text>*+* h3,.suus__html-text>*+* h4,.suus__html-text>*+* h5,.suus__html-text>*+* h6{line-height:1.1}.suus__html-text>*+* pre{background:#0d0d0d;color:#fff;padding:.75rem 1rem;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;border-radius:.5rem}.suus__html-text>*+* blockquote{padding-left:1rem;border-left:2px solid rgba(50,131,247,.1)}.suus__html-text>*+* a{color:#3283f7}.suus__html-text>*+* mark{background-color:#ffe066}.suus__html-text>*+* .mention{border:1px solid rgba(34,36,38,.15) !important;-webkit-border-radius:.14285714rem !important;-moz-border-radius:.14285714rem !important;border-radius:.14285714rem !important;-webkit-transition:background .1s ease !important;-o-transition:background .1s ease !important;-moz-transition:background .1s ease !important;transition:background .1s ease !important;padding:.283rem .433rem !important;font-size:.875em !important;background:#307ef7 !important;color:#fff !important;font-weight:500 !important;display:inline-block !important;white-space:nowrap !important;line-height:normal !important;line-height:initial !important;margin:0 .25em !important}.suus__html-text>*+* .mention:before{font-family:"Icons";font-size:1.2em;vertical-align:sub;padding-right:.5rem;font-weight:600}.suus__html-text>*+* .mention .group-mention:before{content:""}.suus__html-text>*+* .mention .member-mention:before{content:""}

.file-name[data-v-1ff4d0c2] {
  display: none;
  position: absolute;
  bottom: 0;
  background: #0a0a0a99;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  color: white;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  padding: 4px;
}
.image-wrapper:hover .file-name[data-v-1ff4d0c2] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
}


.reaction-icon[data-v-12afaa77] {
  cursor: pointer;
}

.bounce-enter-active[data-v-903499f6]{-webkit-transition:opacity .2s,-webkit-transform .2s ease-in-out;transition:opacity .2s,-webkit-transform .2s ease-in-out;-o-transition:opacity .2s,-o-transform .2s ease-in-out;-moz-transition:opacity .2s,transform .2s ease-in-out,-moz-transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9)}.bounce-leave-active[data-v-903499f6]{-webkit-transition:opacity 0s;-o-transition:opacity 0s;-moz-transition:opacity 0s;transition:opacity 0s}.bounce-enter[data-v-903499f6]{opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.bounce-leave-to[data-v-903499f6]{opacity:0}
.rotate[data-v-2f795215]{-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);transform:rotateZ(180deg);-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;-o-transition:-o-transform .4s ease-in-out;-moz-transition:transform .4s ease-in-out, -moz-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out, -webkit-transform .4s ease-in-out, -moz-transform .4s ease-in-out, -o-transform .4s ease-in-out}.bounce-enter-active[data-v-2f795215]{-webkit-transition:opacity .2s,-webkit-transform .2s ease-in-out;transition:opacity .2s,-webkit-transform .2s ease-in-out;-o-transition:opacity .2s,-o-transform .2s ease-in-out;-moz-transition:opacity .2s,transform .2s ease-in-out,-moz-transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;-webkit-transform:scale(0.9);-moz-transform:scale(0.9);-o-transform:scale(0.9);transform:scale(0.9)}.bounce-leave-active[data-v-2f795215]{-webkit-transition:opacity .2s;-o-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}.bounce-enter[data-v-2f795215]{opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.bounce-leave-to[data-v-2f795215]{opacity:0}

.multi-menu-item-panel-content .v-expansion-panel-content__wrap {
  padding: 0;
}

.suus__comment-form__button[data-v-b6324d6a]{-webkit-border-top-left-radius:0px;-moz-border-radius-topleft:0px;border-top-left-radius:0px;-webkit-border-top-right-radius:0px;-moz-border-radius-topright:0px;border-top-right-radius:0px}
.suus__comment-list[data-v-02c2342c] .v-expansion-panel{background-color:transparent}.suus__comment-list[data-v-02c2342c] .v-expansion-panel-content__wrap{padding:0 !important}.suus__comment-list[data-v-02c2342c] .v-expansion-panel--active>.v-expansion-panel-header{min-height:40px}

.action-container[data-v-f462cb9c] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.action-container.showAlways[data-v-f462cb9c] {
  opacity: 1;
}


.action-bar-container[data-v-2cd1afec] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 28px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px;
}
.action-bar-icon[data-v-2cd1afec] {
  margin-left: 8px;
}


.gallery-thumbnail-overlay[data-v-bd57e56e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: inherit;
     -moz-border-radius: inherit;
          border-radius: inherit;
}


.error-overlay-container[data-v-2ec4b852] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.error-overlay-bottom[data-v-2ec4b852] {
  width: 100%;
  height: 28px;
  padding: 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
}


.loading-overlay-container[data-v-7ba81bf7] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
          -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          -webkit-box-align: end;
          align-items: flex-end;
  height: 100%;
}


.suus-thumbnail-container[data-v-43dfd3a2] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.top-row[data-v-43dfd3a2] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.bottom-row[data-v-43dfd3a2] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}


.suus-thumbnail-container:hover .action-container {
  opacity: 1;
}
.suus-thumbnail-container.gallery-drag-chosen {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
  -webkit-transform: translate(0, -4px);
     -moz-transform: translate(0, -4px);
       -o-transform: translate(0, -4px);
          transform: translate(0, -4px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.error-overlay-container {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}


.gallery-uploader-grid[data-v-7ddbcc1a] {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fill, 128px);
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);

  -webkit-transition: 300ms;

  -o-transition: 300ms;

  -moz-transition: 300ms;

  transition: 300ms;
}

.suus__post-form__button[data-v-4cf98ad5]{-webkit-border-top-left-radius:0;-moz-border-radius-topleft:0;border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topright:0;border-top-right-radius:0}

h4[data-v-61b8172f] {
  font-weight: 700;
  font-family: system-ui !important;
  font-size: 16px;
  margin-bottom: 0;
}

.bounce-enter-active[data-v-b45b70d8]{-webkit-transition:opacity .2s,-webkit-transform .2s ease-in-out;transition:opacity .2s,-webkit-transform .2s ease-in-out;-o-transition:opacity .2s,-o-transform .2s ease-in-out;-moz-transition:opacity .2s,transform .2s ease-in-out,-moz-transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8)}.bounce-leave-active[data-v-b45b70d8]{-webkit-transition:opacity .2s;-o-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}.bounce-enter[data-v-b45b70d8]{opacity:0;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}.bounce-leave-to[data-v-b45b70d8]{opacity:0}
.bounce-enter-active[data-v-eff66176]{-webkit-transition:opacity .2s,-webkit-transform .2s ease-in-out;transition:opacity .2s,-webkit-transform .2s ease-in-out;-o-transition:opacity .2s,-o-transform .2s ease-in-out;-moz-transition:opacity .2s,transform .2s ease-in-out,-moz-transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out;transition:opacity .2s,transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8)}.bounce-leave-active[data-v-eff66176]{-webkit-transition:opacity .2s;-o-transition:opacity .2s;-moz-transition:opacity .2s;transition:opacity .2s}.bounce-enter[data-v-eff66176]{opacity:0;-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}.bounce-leave-to[data-v-eff66176]{opacity:0}

.gallery-view-preview-wrapper[data-v-52717e0a] {
  -webkit-flex-basis: 40%;
          flex-basis: 40%;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  margin-right: 16px;
}
.preview-loader[data-v-52717e0a] .v-skeleton-loader__image {
  height: 100%;
}


.gallery-drag-handle {
  cursor: -webkit-grab !important;
  cursor: -moz-grab !important;
  cursor: grab !important;
}
.gallery-drag-handle:active {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}


.closeable-dialog-container[data-v-502a763d] {
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  max-height: 90vh;
  padding: 32px;
}
.closeable-dialog-header[data-v-502a763d] {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-align-items: start;
     -moz-box-align: start;
          -webkit-box-align: start;
          align-items: start;
  margin-bottom: 16px;
}
.closeable-dialog-content[data-v-502a763d] {
  overflow: auto;
}
.v-card.closeable-dialog-container--compact[data-v-502a763d] {
  padding: 16px !important;
}


.show-more__container[data-v-332c7c93] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  height: 100%;
}


.item-size {
  height: 128px;
  width: 128px;
}


.gallery-view-grid[data-v-79f0b4e7] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  grid-gap: 4px;
}

.zigzag[data-v-62424365]{margin:4px 0;background:var(--backgroundColor);position:relative;height:16px;z-index:1}.zigzag[data-v-62424365]:before,.zigzag[data-v-62424365]:after{content:"";display:block;position:absolute;left:0;right:0}.zigzag[data-v-62424365]:before{height:12px;top:2px;background:-webkit-linear-gradient(225deg, var(--lineColor) 8px, transparent 0) 0 8px,-webkit-linear-gradient(315deg, var(--lineColor) 8px, transparent 0) 0 8px;background:-moz-linear-gradient(225deg, var(--lineColor) 8px, transparent 0) 0 8px,-moz-linear-gradient(315deg, var(--lineColor) 8px, transparent 0) 0 8px;background:-o-linear-gradient(225deg, var(--lineColor) 8px, transparent 0) 0 8px,-o-linear-gradient(315deg, var(--lineColor) 8px, transparent 0) 0 8px;background:linear-gradient(-135deg, var(--lineColor) 8px, transparent 0) 0 8px,linear-gradient(135deg, var(--lineColor) 8px, transparent 0) 0 8px;background-position:top left;background-repeat:repeat-x;-moz-background-size:16px 16px;-o-background-size:16px 16px;background-size:16px 16px}.zigzag[data-v-62424365]:after{height:16px;top:0;background:-webkit-linear-gradient(225deg, var(--backgroundColor) 8px, transparent 0) 0 8px,-webkit-linear-gradient(315deg, var(--backgroundColor) 8px, transparent 0) 0 8px;background:-moz-linear-gradient(225deg, var(--backgroundColor) 8px, transparent 0) 0 8px,-moz-linear-gradient(315deg, var(--backgroundColor) 8px, transparent 0) 0 8px;background:-o-linear-gradient(225deg, var(--backgroundColor) 8px, transparent 0) 0 8px,-o-linear-gradient(315deg, var(--backgroundColor) 8px, transparent 0) 0 8px;background:linear-gradient(-135deg, var(--backgroundColor) 8px, transparent 0) 0 8px,linear-gradient(135deg, var(--backgroundColor) 8px, transparent 0) 0 8px;background-position:top left;background-repeat:repeat-x;-moz-background-size:16px 16px;-o-background-size:16px 16px;background-size:16px 16px}
.suus__topic[data-v-4248e18b]{max-width:1280px;margin:auto}.suus__topic__expansion-panels[data-v-4248e18b] .v-expansion-panel{background-color:transparent !important}.suus__topic__expansion-panels[data-v-4248e18b] .v-expansion-panel-header{padding-left:0;text-align:left}
.fade-enter-active,.fade-leave-active{-webkit-transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8);-o-transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8);-moz-transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8);transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8)}.fade-enter,.fade-leave-to{opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.suus__status-icon{width:46px;height:46px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#e2ebff}
.suus__counter__label,.suus__counter .v-input__control>.v-input__slot .v-text-field__slot input{font-family:system-ui !important;color:#424242}.suus__counter{width:180px !important}.suus__counter .v-input__control>.v-input__slot{padding:0 !important}.suus__counter .v-input__control>.v-input__slot .v-input__prepend-inner{margin:0 !important}.suus__counter .v-input__control>.v-input__slot .v-input__append-inner{margin:0 !important}.suus__counter .v-input__control>.v-input__slot .v-text-field__slot input{text-align:center !important;font-weight:500;font-size:24px}.suus__counter__label{font-weight:700;text-align:center}
.fade-enter-active,.fade-leave-active{-webkit-transition:all .5s ease-out;-o-transition:all .5s ease-out;-moz-transition:all .5s ease-out;transition:all .5s ease-out}.fade-enter,.fade-leave-to{opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.suus__event__action-card .suus__avatar__group i{-webkit-box-shadow:0 0 1px 0 #fff inset,0 0 1px 0 #fff;-moz-box-shadow:0 0 1px 0 #fff inset,0 0 1px 0 #fff;box-shadow:0 0 1px 0 #fff inset,0 0 1px 0 #fff}.suus__event__action-card .suus__avatar__group .suus__avatar{width:60px}.suus__event__action-card .suus__avatar__group .suus__avatar:nth-child(2),.suus__event__action-card .suus__avatar__group .suus__avatar:nth-child(3){margin-left:-20px !important}.suus__event__action-card .suus__avatar__group .suus__grapic.disabled{opacity:.3}.suus__event__action-card .suus__avatar__group .suus__skeleton-loader .v-skeleton-loader__bone{padding-left:0 !important}
.suus__event-details p[data-v-36a7f59f]{font-family:system-ui !important;color:#424242}.suus__event-details p[data-v-36a7f59f]{font-size:16px}.suus__event-details b[data-v-36a7f59f]{font-weight:700}
.suus__avatar-card .suus__action-label[data-v-00dbbcea],.suus__avatar-card__subtitle[data-v-00dbbcea],.suus__avatar-card__title[data-v-00dbbcea]{font-family:system-ui !important;color:#424242}.suus__avatar-card__title[data-v-00dbbcea]{font-size:1rem !important;font-weight:700 !important;color:#424242}.suus__avatar-card__subtitle[data-v-00dbbcea]{font-size:.9rem;font-weight:700 !important;color:#727272;line-height:normal !important;margin-top:1px}.suus__avatar-card__action[data-v-00dbbcea]{border-left:1px solid #ededed !important;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-webkit-box-align:center;align-items:center;-webkit-justify-content:center;-moz-box-pack:center;-webkit-box-pack:center;justify-content:center}.suus__avatar-card .suus__action-label[data-v-00dbbcea]{font-weight:700 !important;font-size:.8rem !important;text-transform:uppercase;letter-spacing:0 !important;color:#424242}
.suus__alert.v-alert--outlined{border:1px solid #457ffc !important}.suus__alert.v-alert--outlined .v-alert__border--top{-webkit-border-top-left-radius:2px;-moz-border-radius-topleft:2px;border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topright:2px;border-top-right-radius:2px}
.event-highlights-grid[data-v-14025a40]{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:8px;grid-template-rows:repeat(3, 1fr)}

.event-highlights__featured-image[data-v-093b3823] {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.suus__event__expansion-panels[data-v-2b3de8ae] .suus__panel-header{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.suus__event__expansion-panels[data-v-2b3de8ae] .v-expansion-panel{background-color:transparent !important}.suus__event__expansion-panels[data-v-2b3de8ae] .v-expansion-panel-header{border-top:1px solid #c4c4c4}
.suus__chip[data-v-b10b2550]{border-width:2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;padding:0 4px}
.suus__text-field .v-input__slot .v-text-field__slot input,.suus__text-field{font-family:"system-ui" !important;font-size:1.2rem !important;font-weight:300}.suus__text-field .v-input__slot .v-text-field__slot input{margin-top:24px !important}.suus__text-field-mandatory{color:red;font-weight:400}.suus__text-field-button{font-family:"system-ui" !important;font-weight:900}
.suus__text-field .v-input__slot .v-text-field__slot input,.suus__text-field,.suus__datepicker{font-family:system-ui !important}.suus__text-field .v-input__slot .v-text-field__slot input{margin-top:24px !important;font-size:1em !important}
.suus__text-field .v-input__slot .v-text-field__slot input,.suus__text-field,.suus__timepicker{font-family:system-ui !important}.suus__text-field .v-input__slot .v-text-field__slot input{margin-top:24px !important;font-size:1em !important}
.suus__group-select .v-label .v-select-list .v-list-item__title,.suus__group-select .v-label .v-select__slot .v-select__selections .v-select__selection,.suus__group-select{font-family:"system-ui" !important;font-size:1.2rem !important;font-weight:300}.suus__group-select .v-label{top:15px}.suus__group-select .v-label .v-select-list .v-list-item__title .v-list-item{border-bottom:1px solid #e5e5e5 !important}
.suus__event-form__expansion-panels[data-v-1d9a7005] .v-expansion-panel{background-color:transparent !important}.suus__event-form__expansion-panels[data-v-1d9a7005] .v-expansion-panel-header{border-top:1px solid #dadada;padding-right:0;padding-left:0}.suus__event-form__expansion-panels[data-v-1d9a7005] .v-expansion-panel-content .v-expansion-panel-content__wrap{padding-right:0 !important;padding-left:0 !important}
.suus__event__hero{max-width:1280px;margin:auto}.suus__event__hero{width:100% !important}.suus__posts-list__header{border-top:1px solid #c4c4c4;border-bottom:none}

#event-portal {
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
}
#event-portal > div {
  width: 100%;
}

.fade-enter-active,.fade-leave-active{-webkit-transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8);-o-transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8);-moz-transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8);transition:all .5s cubic-bezier(0.47, 1.64, 0.41, 0.8)}.fade-enter,.fade-leave-to{opacity:0;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.suus__grapic.disabled{opacity:.3}
.suus__attend__hero{max-width:750px;min-height:75vh;width:100% !important;margin:auto !important}
#attend-portal{width:100% !important}
#decline-portal{width:100% !important}
body{height:auto !important;height:initial !important}body#plain_layout{min-height:100%}body#plain_layout #footer{margin-bottom:0}body.wizard .stack-in-wizard .wide.column,body.wizard .stack-in-wizard .row.column,body.wizard .stack-in-wizard .ui.grid>.row>.column{width:100% !important}body.invitations .stack-in-wizard .wide.column,body.invitations .stack-in-wizard .row.column,body.invitations .stack-in-wizard .ui.grid>.row>.column{width:100% !important}body.dashboard.groups{height:100vh !important}del{text-decoration:none;position:relative}del::before{border-bottom:.25em solid rgba(0,0,0,.6);content:"";position:absolute;top:.5em;left:-0.1em;right:-0.1em}.pswp img,.my-gallery img{image-orientation:from-image}#action-buttons{padding-top:1rem;text-align:right}body>.content{min-height:100%;padding-bottom:10rem !important;margin-bottom:-1rem !important;-webkit-flex-basis:70vw;flex-basis:70vw}.fields .hide,.hideable .hide{display:none}#notices{position:absolute;top:0;width:auto !important;left:0;right:0;max-width:50rem !important;margin-left:auto;margin-right:auto;z-index:99999}#notices .message{-webkit-box-shadow:7px 17px 19px 0px #0007;-moz-box-shadow:7px 17px 19px 0px #0007;box-shadow:7px 17px 19px 0px #0007;padding:2rem 2.5rem}#infinite-scrolling .hide{display:none}.group-tree-item .edit-link{display:none}.group-tree-item:hover>.edit-link{display:inline-block}.edit-container .edit-link{opacity:0;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;-moz-transition:opacity .4s ease;transition:opacity .4s ease;color:rgba(0,0,0,.4);cursor:pointer}.edit-container:hover .edit-link{opacity:1;color:rgba(0,0,0,.7)}.secondary{color:rgba(0,0,0,.5)}.input-seperator{border-right:1px solid #bbb;-webkit-border-radius:49px 10px;-moz-border-radius:49px 10px;border-radius:49px 10px;margin-top:1.7em}.hover-hint-container:hover .hover-hint{opacity:1}.hover-hint-container .hover-hint{opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease}dl dt,dl dd{padding-bottom:2px;padding-left:1rem}iframe.preview{width:100%;min-height:70vh;border:none}.club_record-data{padding:14px 35px;border:1px solid #dfdfdf;margin-top:1rem !important;margin-bottom:1rem !important}.ui.grid.club_record-data>.row{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding:14px 35px}.club_record-name{-webkit-justify-content:stretch;-moz-box-pack:stretch;-webkit-box-pack:stretch;justify-content:stretch;display:-webkit-flex !important;display:-moz-box !important;display:-webkit-box !important;display:flex !important;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-align-items:center;-moz-box-align:center;-webkit-box-align:center;align-items:center}.club_record-name .ui.corps{display:inline-block;margin-right:1rem;margin-top:-3px}.club_record-data .ui.horizontal.list{max-width:100%}.club_record-name{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-align-items:center;-moz-box-align:center;-webkit-box-align:center;align-items:center}.right.floated{float:right}.text-right{text-align:right}.text-center{text-align:center}.no-elements{padding:0rem 2rem 0rem 5.5rem;color:#616161}#upload_form,#folder_form{margin-top:1rem}.dropzone .hide,#folder-form-container .hide{display:none !important}.dropzone{border:none}.dropzone #dropzone-clickable{border:#307ef7 3px dashed;background:#fff;padding:0;height:100%;min-height:200px;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex}.dropzone #dropzone-clickable .dz-message{margin:0}.dropzone #dropzone-clickable .floater{width:100%}.dropzone.dz-drag-hover #dropzone-clickable{border:#22d563 3px solid}.dropzone #dropzone-clickable .dz-message{text-align:center;font-size:1.25rem;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-webkit-box-pack:center;justify-content:center;height:100%}.dropzone.dz-drag-hover #dropzone-clickable .dz-message .icon{display:inline}.dropzone .dz-message.queue-full-msg{cursor:default}.dropzone .dz-default{cursor:pointer}#new-folder-container{border:#307ef7 3px dashed;padding:20px 20px;background:#fcfcfc}#previews{display:-webkit-inline-flex;display:-moz-inline-box;display:-webkit-inline-box;display:inline-flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-webkit-box-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}#previews:after{content:"";-webkit-flex:auto;-moz-box-flex:1;-webkit-box-flex:1;flex:auto}#previews .card{max-width:10rem;margin:.5rem;position:relative;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}#previews .card .dz-preview{margin:0}#previews .card .preview{width:125px;height:125px;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-webkit-box-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-webkit-box-align:center;align-items:center}#previews .card .dz-error-message{position:absolute;width:100%;height:100%;background:rgba(255,255,255,.8);display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-justify-content:flex-start;-moz-box-pack:start;-webkit-box-pack:start;justify-content:flex-start;-webkit-align-items:center;-moz-box-align:center;-webkit-box-align:center;align-items:center;font-size:.8rem;padding:.5em;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;padding-bottom:1em}#previews .card .card-footer{margin-bottom:0;z-index:1}#calendar{background:#e4e4e4}#calendar .fc-body .fc-row{min-height:100px}#calendar .fc-day{height:100px;background-color:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.11);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,.11);box-shadow:0 2px 4px 0 rgba(0,0,0,.11);border:9px solid #e4e4e4}#calendar .fc-day-number{float:none;font-size:1.725rem;-webkit-border-radius:5rem;-moz-border-radius:5rem;border-radius:5rem;background:#f4f4f4;width:2.75rem;display:inline-block;height:2.75rem;line-height:2.5rem;color:#545454 !important;margin-bottom:1.3rem;margin-top:.75rem}#calendar .fc-day-grid-event:hover{display:-webkit-inline-flex;display:-moz-inline-box;display:-webkit-inline-box;display:inline-flex;min-width:100%;z-index:10}#calendar .fc-day-top{text-align:center}#calendar .fc-today .fc-day-number{background:#3384f7;color:#fff !important}#calendar .fc-content{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:4px 6px;font-size:.95rem}#calendar .fc-content-skeleton td{border-width:9px}#calendar .fc-day.fc-other-month{background:#eee}#calendar .fc-button-primary{background:#307ef7;border:none}#calendar .fc-list-table{table-layout:auto}#calendar .fc-list-table td{border-width:1px 0 0;padding:8px 14px}#calendar .fc-list-table tr:first-child td{border-top-width:0}#calendar .fc-list-heading{border-bottom-width:1px}#calendar .fc-list-heading td{font-weight:bold}#calendar .fc-ltr .fc-list-heading-main{float:left}#calendar .fc-ltr .fc-list-heading-alt{float:right}#calendar .fc-rtl .fc-list-heading-main{float:right}#calendar .fc-rtl .fc-list-heading-alt{float:left}#calendar .fc-list-item.fc-has-url{cursor:pointer}#calendar .fc-list-item-marker,#calendar .fc-list-item-time{white-space:nowrap;width:1px}#calendar .fc-ltr .fc-list-item-marker{padding-right:0}#calendar .fc-rtl .fc-list-item-marker{padding-left:0}#calendar .fc-list-item-title a{text-decoration:none;color:inherit}#calendar .fc-list-item-title a[href]:hover{text-decoration:underline}#calendar .fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}#calendar .fc-list-empty-wrap1{width:100%;height:100%;display:table}#calendar .fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}#calendar .fc-list-heading-alt{float:right}#calendar .fc-list-item-marker{padding:0 !important}#calendar .fc-list-item{padding:2em;background:#fff;border:3px solid #e4e4e4}#calendar .fc-toolbar.fc-header-toolbar{padding:.5em}.topic-post{margin-bottom:1rem}#topic-and-posts .description a{word-wrap:anywhere}.group_memberships .icon.suus-triangle-right-17{display:inline-block}.group_memberships .icon.suus-triangle-right-17::before{vertical-align:text-top;display:inline-block}.v-application{font-size:16px !important}.v-application--wrap{height:0px;min-height:0px}#suus__sub-nav{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-align-items:center;-moz-box-align:center;-webkit-box-align:center;align-items:center}#search{width:100%}#search .v-toolbar__content{padding:0 !important;height:58px !important;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-webkit-box-pack:end;justify-content:flex-end}.edit__topic{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-end;-moz-box-pack:end;-webkit-box-pack:end;justify-content:flex-end}.topic-event-form-portal{width:auto;margin-bottom:6px}@media(min-width: 960px){.topic-event-form-portal{-webkit-justify-content:flex-end;-moz-box-pack:end;-webkit-box-pack:end;justify-content:flex-end;margin-bottom:0}}.event-form-portal{width:100%}.edit__event{padding:8px;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap}.edit__event span{padding:4px 8px}.edit__event .edit-post-link{margin-right:10px}.edit__event .edit-post-link:hover{cursor:pointer}.forum__actions{width:100%;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:center;-moz-box-pack:center;-webkit-box-pack:center;justify-content:center}@media(min-width: 960px){.forum__actions{-webkit-justify-content:flex-end;-moz-box-pack:end;-webkit-box-pack:end;justify-content:flex-end}}.forum__actions-buttons{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-end;-moz-box-pack:end;-webkit-box-pack:end;justify-content:flex-end}.forum__actions-buttons--secondary{display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex}.forum__actions .ui.button{line-height:normal !important;padding:14px 32px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;height:44px;margin:0px 4px}#topic-and-posts .description a{word-wrap:anywhere}blockquote{padding-left:1rem;border-left:2px solid rgba(50,131,247,.1)}@media screen and (max-width: 768px){.ui.menu.main .item .overlay.open.account .overlay-label{top:-webkit-calc(1.1rem + env(safe-area-inset-top));top:-moz-calc(1.1rem + env(safe-area-inset-top));top:calc(1.1rem + env(safe-area-inset-top))}.overlay.account.open>.menu{top:-webkit-calc(1rem + env(safe-area-inset-top));top:-moz-calc(1rem + env(safe-area-inset-top));top:calc(1rem + env(safe-area-inset-top))}.overlay.account{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (min-width: 1201px){.topics .app{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.events .app{-webkit-flex-wrap:nowrap !important;flex-wrap:nowrap !important}}@media screen and (min-width: 1201px)and (max-width: 1333px){.app .forum-subnav{-webkit-flex-shrink:1 !important;flex-shrink:1 !important;-webkit-flex-basis:initial !important;flex-basis:initial !important}}@media screen and (width: 1200px){.app .forum-subnav .ui.header{display:block !important}.app .forum-subnav{max-width:none !important;max-width:initial !important}}.item.header.bold{font-weight:900 !important}
#nprogress{pointer-events:none}#nprogress .bar{background:#88cd68;position:fixed;z-index:1031;bottom:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100%;height:100%;-webkit-box-shadow:0 0 3px #88cd68;-moz-box-shadow:0 0 3px #88cd68;box-shadow:0 0 3px #88cd68;opacity:.7}.nprogress-custom-parent{position:relative}.nprogress-custom-parent #nprogress .bar{position:absolute}
.tooltip{display:block !important;z-index:10000}.tooltip .tooltip-inner{font-size:1rem;border:1px solid #d4d4d5;line-height:1.4285em;background:#fff;padding:.833em 1em;font-weight:400;font-style:normal;color:rgba(0,0,0,.87);-webkit-border-radius:.28571429rem;-moz-border-radius:.28571429rem;border-radius:.28571429rem;-webkit-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);-moz-box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15);box-shadow:0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.15)}.tooltip .tooltip-arrow{position:absolute;margin:5px;border-color:#fff;font-size:1rem;width:.71428571em;height:.71428571em;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);z-index:10001;-webkit-box-shadow:2px 2px 2px 0px rgba(34,36,38,.2);-moz-box-shadow:2px 2px 2px 0px rgba(34,36,38,.2);box-shadow:2px 2px 2px 0px rgba(34,36,38,.2)}.tooltip[x-placement^=top]{margin-bottom:5px}.tooltip[x-placement^=top] .tooltip-arrow{border-width:5px 5px 0 5px;border-left-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;bottom:-5px;left:-webkit-calc(50% - 5px);left:-moz-calc(50% - 5px);left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=bottom]{margin-top:5px}.tooltip[x-placement^=bottom] .tooltip-arrow{border-width:0 5px 5px 5px;border-left-color:transparent !important;border-right-color:transparent !important;border-top-color:transparent !important;top:-5px;left:-webkit-calc(50% - 5px);left:-moz-calc(50% - 5px);left:calc(50% - 5px);margin-top:0;margin-bottom:0}.tooltip[x-placement^=right]{margin-left:5px}.tooltip[x-placement^=right] .tooltip-arrow{border-width:5px 5px 5px 0;border-left-color:transparent !important;border-top-color:transparent !important;border-bottom-color:transparent !important;left:-5px;top:-webkit-calc(50% - 5px);top:-moz-calc(50% - 5px);top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip[x-placement^=left]{margin-right:5px}.tooltip[x-placement^=left] .tooltip-arrow{border-width:5px 0 5px 5px;border-top-color:transparent !important;border-right-color:transparent !important;border-bottom-color:transparent !important;right:-5px;top:-webkit-calc(50% - 5px);top:-moz-calc(50% - 5px);top:calc(50% - 5px);margin-left:0;margin-right:0}.tooltip.popover .popover-inner{background:#f9f9f9;color:#000;padding:24px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 30px rgba(0,0,0,.1);-moz-box-shadow:0 5px 30px rgba(0,0,0,.1);box-shadow:0 5px 30px rgba(0,0,0,.1)}.tooltip.popover .popover-arrow{border-color:#f9f9f9}.tooltip[aria-hidden=true]{visibility:hidden;opacity:0;-webkit-transition:opacity .15s,visibility .15s;-o-transition:opacity .15s,visibility .15s;-moz-transition:opacity .15s,visibility .15s;transition:opacity .15s,visibility .15s}.tooltip[aria-hidden=false]{visibility:visible;opacity:1;-webkit-transition:opacity .15s;-o-transition:opacity .15s;-moz-transition:opacity .15s;transition:opacity .15s}
.suus__search-box__filter .v-input__slot,.suus__search-box__input__content .v-list-item__subtitle,.suus__search-box__input__content .v-list-item__title,.suus__search-box__input .v-input__slot,.suus__header,.suus__text{font-family:system-ui;color:#424242}.suus__search-box{max-width:450px;padding:4px 10px;margin:0}.suus__search-box.container--expand{min-width:320px !important}.suus__search-box__row{-webkit-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-align-items:center;-moz-box-align:center;-webkit-box-align:center;align-items:center}.suus__search-box__button{margin:2px 0}.suus__search-box__input .v-input__slot{padding:0 10px !important;-webkit-border-radius:28px 0 0 28px !important;-moz-border-radius:28px 0 0 28px !important;border-radius:28px 0 0 28px !important;border:1px solid #e5e5e5;border-right:0px;background:none !important;margin-bottom:0 !important}.focused .suus__search-box__input .v-input__slot{border-color:rgba(50,131,247,.5)}.suus__search-box__input .v-text-field__details{display:none;height:0px}.suus__search-box__input__content .v-list-item__title{font-size:1em !important}.suus__search-box__filter .v-input__slot{-webkit-border-radius:0px 19px 19px 0px !important;-moz-border-radius:0px 19px 19px 0px !important;border-radius:0px 19px 19px 0px !important;border:1px solid #e5e5e5;display:-webkit-flex;display:-moz-box;display:-webkit-box;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-webkit-box-pack:center;justify-content:center;margin-bottom:0 !important}.focused .suus__search-box__filter .v-input__slot{border-color:rgba(50,131,247,.5)}.suus__search-box__filter .v-messages{display:none;height:0px}
.suus__search-bar{height:58px !important;padding:0}

.suus-activation-icon {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}
.suus-hourglass-active {
  -webkit-animation: spin 2s ease-in-out infinite;
     -moz-animation: spin 2s ease-in-out infinite;
       -o-animation: spin 2s ease-in-out infinite;
          animation: spin 2s ease-in-out infinite;
}
.suus-hourglass-active path {
  fill: #307ef7;
}
.suus-activation-success {
  color: #22d563 !important;
}
.suus-activation-failure {
  color: #b00020 !important;
}
.suus-activation-text {
  font-weight: 500;
}
.suus-activation-waiting {
  color: #c7c7c7 !important;
}
.suus-activation-active {
  color: #307ef7 !important;
}
@-webkit-keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
80% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@-moz-keyframes spin {
0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
}
80% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
}
100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
}
}
@-o-keyframes spin {
0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
}
80% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
}
100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
}
}
@keyframes spin {
0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
80% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
}


.suus__content-container[data-v-bdca2206] {
  margin-left: 20px;
}
@media screen and (max-width: 360px) {
.suus__content-container[data-v-bdca2206] {
    margin-left: 8px;
}
}


.main-container[data-v-7c13fa76] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 572px;
}
.side-container[data-v-7c13fa76] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
}
.button-area[data-v-7c13fa76] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          flex-direction: column;
}
.backwards-button[data-v-7c13fa76] {
  margin-top: 16px;
}
@media screen and (max-width: 1440px) {
.main-container[data-v-7c13fa76] {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-align-items: start;
       -moz-box-align: start;
            -webkit-box-align: start;
            align-items: start;
}
.guide-decoration[data-v-7c13fa76] {
    display: none;
}
.side-container[data-v-7c13fa76] {
    margin-top: 32px;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
}
.button-area[data-v-7c13fa76] {
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            flex-direction: row-reverse;
}
.backwards-button[data-v-7c13fa76] {
    margin-top: 0;
    margin-right: 16px;
}
}


h2[data-v-2658ee05] {
  font-size: 24px;
  font-weight: 700;
}


.image-grid {
  display: grid;
  grid-template-columns: 140px 140px;
  grid-template-rows: 140px 140px;
  grid-gap: 8px;
  gap: 8px;
}
.gallery-card .v-skeleton-loader__avatar {
  height: 100%;
  width: 100%;
}
.gallery-card .v-skeleton-loader__heading {
  height: 100%;
  width: 100%;
}
.gallery-card .v-skeleton-loader__text {
  height: 100%;
  width: 100%;
}


.image-grid[data-v-174ecfc9] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 8px;
  gap: 8px;
}
.image-count[data-v-174ecfc9] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 4px;
  color: rgb(147, 147, 147);
  font-weight: 400;
  font-family: system-ui !important;
  font-size: 0.8rem;
}

/*Used in [additionalGridClasses]*/

/*noinspection CssUnusedSymbol*/
.one-image[data-v-174ecfc9] {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

/*Used in [additionalGridClasses]*/

/*noinspection CssUnusedSymbol*/
.two-images[data-v-174ecfc9] {
  grid-template-columns: 1fr;
  grid-template-rows: 140px 140px;
}

/*Used in [additionalGridClasses]*/

/*noinspection CssUnusedSymbol*/
.three-images[data-v-174ecfc9] > :nth-child(3) {
  grid-column: 1 / -1;
}
.three-images[data-v-174ecfc9] {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 140px 140px;
}
.two-line-ellipsis[data-v-174ecfc9] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}


/*noinspection CssUnusedSymbol*/
.arrow[data-v-7166a3f5] {
  position: absolute;
  height: 100%;
  width: 48px;
  top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 2;
}
/*noinspection CssUnusedSymbol*/
.arrow.left[data-v-7166a3f5] {
  background: -webkit-gradient(linear, right top, left top, from(#f8f8f800), color-stop(70%, #f8f8f8));
  background: -webkit-linear-gradient(right, #f8f8f800 0%, #f8f8f8 70%);
  background: -moz-linear-gradient(right, #f8f8f800 0%, #f8f8f8 70%);
  background: -o-linear-gradient(right, #f8f8f800 0%, #f8f8f8 70%);
  background: linear-gradient(to left, #f8f8f800 0%, #f8f8f8 70%);
  left: 0;
  -webkit-justify-content: start;
     -moz-box-pack: start;
          -webkit-box-pack: start;
          justify-content: start;
}
/*noinspection CssUnusedSymbol*/
.arrow.right[data-v-7166a3f5] {
  background: -webkit-gradient(linear, left top, right top, from(#f8f8f800), color-stop(70%, #f8f8f8));
  background: -webkit-linear-gradient(left, #f8f8f800 0%, #f8f8f8 70%);
  background: -moz-linear-gradient(left, #f8f8f800 0%, #f8f8f8 70%);
  background: -o-linear-gradient(left, #f8f8f800 0%, #f8f8f8 70%);
  background: linear-gradient(to right, #f8f8f800 0%, #f8f8f8 70%);
  right: 0;
  -webkit-justify-content: end;
     -moz-box-pack: end;
          -webkit-box-pack: end;
          justify-content: end;
}


.outer-container[data-v-1f44de31] {
  position: relative;
  overflow: visible;
}
.inner-container[data-v-1f44de31] {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  overflow-x: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scroll[data-v-1f44de31]::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scroll[data-v-1f44de31] {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.gallery-dashboard-card[data-v-4ba80082]{-webkit-flex-shrink:0;flex-shrink:0;margin-right:16px}.gallery-dashboard-card[data-v-4ba80082]:last-child{margin-right:0 !important}

.gallery-dashboard-portal {
  background-color: transparent !important;
}

.suus__select-item{font-family:system-ui}.contentful__desc{font-size:14px}.contentful__desc p{margin-bottom:8px}

.v-tooltip__content {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}


.custom-attr-handle {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.custom-attr-handle:active {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}
.chosen .custom-attr-handle {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}
.sortable-ghost,
.sortable-chosen {
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: grabbing !important;
}


.custom-attributes__container[data-v-15ca34c0] {
  width: 100%;
}
.custom-attributes__container.dropzone-visible[data-v-15ca34c0] {
  border: 1px dashed #c5c5c5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  min-height: 56px;
}
.custom-attributes__placeholder[data-v-15ca34c0] {
  height: 56px;
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          -webkit-box-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          -webkit-box-align: center;
          align-items: center;
}
.disable-sort[data-v-15ca34c0] {
  cursor: default !important;
}


.portal-app {
  height: 0px !important;
  position: static;
}

/* This is necessary for iphone-compatibility with Photoswipe. Remove only, if you remove photoswipe dependency. */
.pswp__top-bar {
  margin-top: env(safe-area-inset-top);
}

.portal-app{position:static}

.primary.button.disabled.red[data-v-05bc898d] {
  background: #ff7878 !important;
}

/* Enter and leave animations can use different */

/* durations and timing functions.              */
.slide-fade-enter-active[data-v-05bc898d] {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-leave-active[data-v-05bc898d] {
  -webkit-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  -o-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  -moz-transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter[data-v-05bc898d], .slide-fade-leave-to[data-v-05bc898d]
        /* .slide-fade-leave-active below version 2.1.8 */ {
  -webkit-transform: translateX(10px);
     -moz-transform: translateX(10px);
       -o-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}


.field[data-v-53f0496a] {
  margin-bottom: 0 !important;
}
label[data-v-53f0496a] {
  cursor: pointer !important;
}


.non-clickable[data-v-c9d4e2f8] {
  cursor: default;
  pointer-events: none;
}
.shadowed-image[data-v-c9d4e2f8] {
  -webkit-box-shadow: inset 0 0 50px -15px rgba(0, 0, 0, 0.25);
     -moz-box-shadow: inset 0 0 50px -15px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 50px -15px rgba(0, 0, 0, 0.25);
}


@-webkit-keyframes wiggle-5d8cb9ab {
0%,
  7% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
}
15% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
}
20% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
}
25% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
}
30% {
    -webkit-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
}
35% {
    -webkit-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
}
40%,
  100% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
}
}
@-moz-keyframes wiggle-5d8cb9ab {
0%,
  7% {
    -moz-transform: rotateZ(0);
         transform: rotateZ(0);
}
15% {
    -moz-transform: rotateZ(-15deg);
         transform: rotateZ(-15deg);
}
20% {
    -moz-transform: rotateZ(10deg);
         transform: rotateZ(10deg);
}
25% {
    -moz-transform: rotateZ(-10deg);
         transform: rotateZ(-10deg);
}
30% {
    -moz-transform: rotateZ(6deg);
         transform: rotateZ(6deg);
}
35% {
    -moz-transform: rotateZ(-4deg);
         transform: rotateZ(-4deg);
}
40%,
  100% {
    -moz-transform: rotateZ(0);
         transform: rotateZ(0);
}
}
@-o-keyframes wiggle-5d8cb9ab {
0%,
  7% {
    -o-transform: rotateZ(0);
       transform: rotateZ(0);
}
15% {
    -o-transform: rotateZ(-15deg);
       transform: rotateZ(-15deg);
}
20% {
    -o-transform: rotateZ(10deg);
       transform: rotateZ(10deg);
}
25% {
    -o-transform: rotateZ(-10deg);
       transform: rotateZ(-10deg);
}
30% {
    -o-transform: rotateZ(6deg);
       transform: rotateZ(6deg);
}
35% {
    -o-transform: rotateZ(-4deg);
       transform: rotateZ(-4deg);
}
40%,
  100% {
    -o-transform: rotateZ(0);
       transform: rotateZ(0);
}
}
@keyframes wiggle-5d8cb9ab {
0%,
  7% {
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
         -o-transform: rotateZ(0);
            transform: rotateZ(0);
}
15% {
    -webkit-transform: rotateZ(-15deg);
       -moz-transform: rotateZ(-15deg);
         -o-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
}
20% {
    -webkit-transform: rotateZ(10deg);
       -moz-transform: rotateZ(10deg);
         -o-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
}
25% {
    -webkit-transform: rotateZ(-10deg);
       -moz-transform: rotateZ(-10deg);
         -o-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
}
30% {
    -webkit-transform: rotateZ(6deg);
       -moz-transform: rotateZ(6deg);
         -o-transform: rotateZ(6deg);
            transform: rotateZ(6deg);
}
35% {
    -webkit-transform: rotateZ(-4deg);
       -moz-transform: rotateZ(-4deg);
         -o-transform: rotateZ(-4deg);
            transform: rotateZ(-4deg);
}
40%,
  100% {
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
         -o-transform: rotateZ(0);
            transform: rotateZ(0);
}
}
.wiggle[data-v-5d8cb9ab] {
  display: inline-block;
  -webkit-animation: wiggle-5d8cb9ab 2.5s infinite;
     -moz-animation: wiggle-5d8cb9ab 2.5s infinite;
       -o-animation: wiggle-5d8cb9ab 2.5s infinite;
          animation: wiggle-5d8cb9ab 2.5s infinite;
}
.wiggle[data-v-5d8cb9ab]:hover {
  -webkit-animation: none;
     -moz-animation: none;
       -o-animation: none;
          animation: none;
}


.basic-wysiwyg-entry .v-application--wrap {
  height: auto !important;
  height: initial !important;
}


.item-wrapper {
* {
    -webkit-transition-duration: 0s !important;
       -moz-transition-duration: 0s !important;
         -o-transition-duration: 0s !important;
            transition-duration: 0s !important;
}
&.expanded,
  .list-item.active {
    background: #307ef7;
    color: white !important;
.item-avatar > * {
      color: white !important;
}
.item-title {
      color: white !important;
}
.item-columns {
.theme--light.v-icon {
        color: white !important;
}
      color: white !important;
}
a {
      color: white !important;
}
}
}
.item-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
.item-title {
    white-space: normal;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
            -webkit-box-flex: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 1;
            flex-shrink: 1;
    min-width: 300px;
    -webkit-align-self: flex-start;
            align-self: flex-start;
    -webkit-flex-basis: 30rem;
            flex-basis: 30rem;
    margin-bottom: 8px !important;
a {
      text-decoration: none;
      font-family: system-ui;
      font-weight: 400;
      color: inherit;
      font-size: 1.14285714rem;
      line-height: 1.5rem;
}
}
.item-columns {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-basis: 30rem;
            flex-basis: 30rem;
    -webkit-flex-grow: 2;
       -moz-box-flex: 2;
            -webkit-box-flex: 2;
            flex-grow: 2;
    min-width: 0;
> * {
      -webkit-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-justify-content: left;
         -moz-box-pack: left;
              -webkit-box-pack: left;
              justify-content: left;
      -webkit-flex-basis: 10rem;
              flex-basis: 10rem;
      -webkit-align-items: center;
         -moz-box-align: center;
              -webkit-box-align: center;
              align-items: center;
      overflow: hidden;
      white-space: normal;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
              -webkit-box-flex: 1;
              flex-grow: 1;
      min-width: 200px;
      padding-top: 4px;
}
}
}


.suus-label[data-v-50aa4e17] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  font-weight: bold !important;
  padding: 3px 0px 2px 2px !important;
  margin-left: 4px;
}


.event-title[data-v-727eaab0]:hover {
  color: #3283f7;
}
.event-title.expanded[data-v-727eaab0]:hover {
  color: #b9d0ff;
}
.action-button[data-v-727eaab0] {
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
          -webkit-box-flex: 1;
          flex: 1 1 auto;
}


.scroll-x-transition-move[data-v-78a584ce] {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}


/*# sourceMappingURL=application-c0737236.css.map*/