*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}
/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-mb-\[1\.1em\] {
  margin-bottom: 1.1em;
}

.tw-mb-\[15px\] {
  margin-bottom: 15px;
}

.tw-mt-\[-2\.5em\] {
  margin-top: -2.5em;
}

.tw-flex {
  display: flex;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-\[4\.5rem\] {
  height: 4.5rem;
}

.tw-h-\[480px\] {
  height: 480px;
}

.tw-h-\[85\%\] {
  height: 85%;
}

.tw-w-\[4\.5rem\] {
  width: 4.5rem;
}

.tw-w-\[49\%\] {
  width: 49%;
}

.tw-w-full {
  width: 100%;
}

.tw-max-w-\[49\%\] {
  max-width: 49%;
}

.tw-max-w-\[60rem\] {
  max-width: 60rem;
}

.tw-max-w-\[80rem\] {
  max-width: 80rem;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-self-center {
  justify-self: center;
}

.tw-overflow-y-scroll {
  overflow-y: scroll;
}

.tw-rounded-\[0\.65em\] {
  border-radius: 0.65em;
}

.tw-rounded-\[0\.8rem\] {
  border-radius: 0.8rem;
}

.tw-rounded-b-\[0\.5em\] {
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.tw-rounded-t-\[0\.5em\] {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.tw-border {
  border-width: 1px;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-b-0 {
  border-bottom-width: 0px;
}

.tw-border-t-0 {
  border-top-width: 0px;
}

.tw-border-\[\#182039\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 32 57 / var(--tw-border-opacity, 1));
}

.tw-bg-\[\#fcfcfa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 250 / var(--tw-bg-opacity, 1));
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-p-\[10px\] {
  padding: 10px;
}

.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!tw-px-\[0\.25em\] {
  padding-left: 0.25em !important;
  padding-right: 0.25em !important;
}

.tw-px-\[0\.25em\] {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.tw-px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.tw-pl-3 {
  padding-left: 0.75rem;
}

.\!tw-text-center {
  text-align: center !important;
}

.tw-text-\[1\.25em\] {
  font-size: 1.25em;
}

.tw-text-\[1\.3em\] {
  font-size: 1.3em;
}

.tw-text-\[1\.5em\] {
  font-size: 1.5em;
}

.tw-text-\[2\.25em\] {
  font-size: 2.25em;
}

.tw-text-\[2em\] {
  font-size: 2em;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-text-\[\#182039\] {
  --tw-text-opacity: 1;
  color: rgb(24 32 57 / var(--tw-text-opacity, 1));
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
  ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
  */

/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */

*,
  ::before,
  ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
  ::after {
  --tw-content: '';
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */

html,
  :host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
  padding-right: 0px !important;
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/*
  Remove the default font size and weight for headings.
  */

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
  Reset links to optimize for opt-in styling instead of opt-out.
  */

a {
  color: inherit;
  text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
  */

b,
  strong {
  font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */

code,
  kbd,
  samp,
  pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
  Add the correct font size in all browsers.
  */

small {
  font-size: 80%;
}

/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */

sub,
  sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */

button,
  input,
  optgroup,
  select,
  textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
  Remove the inheritance of text transform in Edge and Firefox.
  */

button,
  select {
  text-transform: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */

button,
  input:where([type='button']),
  input:where([type='reset']),
  input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
  */

:-moz-focusring {
  outline: auto;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */

:-moz-ui-invalid {
  box-shadow: none;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
  */

progress {
  vertical-align: baseline;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
  */

::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
  height: auto;
}

/*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
  */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
  Add the correct display in Chrome and Safari.
  */

summary {
  display: list-item;
}

/*
  Removes the default spacing and border for appropriate elements.
  */

blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol {
  list-style-position: none;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
}

menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  list-style-position: none;
  list-style-type: disc;
  margin: 0;
  padding: 0;
}


li ul{
  list-style-type: circle;
}

.topbar ul {
  list-style: none;
}
/*
  Reset default styling for dialogs.
  */

dialog {
  padding: 0;
}

/*
  Prevent resizing textareas horizontally by default.
  */

textarea {
  resize: vertical;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
  textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
  Set the default cursor for buttons.
  */

button,
  [role="button"] {
  cursor: pointer;
}

/*
  Make sure disabled buttons don't get the pointer cursor.
  */

:disabled {
  cursor: default;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */

img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */

img,
  video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.tw-mb-3 {
  margin-bottom: 0.75rem;
}

.tw-mb-6 {
  margin-bottom: 1.5rem;
}

.tw-mb-\[1\.1em\] {
  margin-bottom: 1.1em;
}

.tw-mt-\[-2\.5em\] {
  margin-top: -2.5em;
}

.tw-flex {
  display: flex;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-20 {
  height: 5rem;
}

.tw-h-8 {
  height: 2rem;
}

.tw-h-\[4\.5rem\] {
  height: 4.5rem;
}

.tw-w-\[4\.5rem\] {
  width: 4.5rem;
}

.tw-w-\[49\%\] {
  width: 49%;
}

.tw-w-full {
  width: 100%;
}

.tw-max-w-\[49\%\] {
  max-width: 49%;
}

.tw-max-w-\[60rem\] {
  max-width: 60rem;
}

.tw-max-w-\[80rem\] {
  max-width: 80rem;
}

.tw-flex-1 {
  flex: 1 1 0%;
}

.tw-flex-row {
  flex-direction: row;
}

.tw-flex-col {
  flex-direction: column;
}

.tw-flex-wrap {
  flex-wrap: wrap;
}

.tw-items-center {
  align-items: center;
}

.tw-justify-center {
  justify-content: center;
}

.tw-justify-self-center {
  justify-self: center;
}

.tw-rounded-\[0\.65em\] {
  border-radius: 0.65em;
}

.tw-rounded-\[0\.8rem\] {
  border-radius: 0.8rem;
}

.tw-rounded-b-\[0\.5em\] {
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.tw-rounded-t-\[0\.5em\] {
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.tw-border {
  border-width: 1px;
}

.tw-border-2 {
  border-width: 2px;
}

.tw-border-b-0 {
  border-bottom-width: 0px;
}

.tw-border-t-0 {
  border-top-width: 0px;
}

.tw-border-\[\#182039\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 32 57 / var(--tw-border-opacity, 1));
}

.tw-bg-\[\#fcfcfa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 250 / var(--tw-bg-opacity, 1));
}

.tw-bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.tw-bg-transparent {
  background-color: transparent;
}

.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.tw-p-\[10px\] {
  padding: 10px;
}

.\!tw-px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.\!tw-px-\[0\.25em\] {
  padding-left: 0.25em !important;
  padding-right: 0.25em !important;
}

.tw-px-\[0\.25em\] {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.tw-px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.tw-pl-3 {
  padding-left: 0.75rem;
}

.\!tw-text-center {
  text-align: center !important;
}

.tw-text-\[1\.3em\] {
  font-size: 1.3em;
}

.tw-text-\[1\.5em\] {
  font-size: 1.5em;
}

.tw-text-\[2\.25em\] {
  font-size: 2.25em;
}

.tw-text-\[2em\] {
  font-size: 2em;
}

.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.tw-font-bold {
  font-weight: 700;
}

.tw-text-\[\#182039\] {
  --tw-text-opacity: 1;
  color: rgb(24 32 57 / var(--tw-text-opacity, 1));
}

.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* custom scrollbar */

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #e0e0e0;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #c0c0c0;
}

:root {
  --default: #e4ddcf;
  --primary: #182039;
  --info: #020760;
  --success: #97d271;
  --warning: #FFC107;
  --danger: #b13548;
  --link: #020760;
  --text-color-main: #555;
  --text-color-secondary: #7a7a7a;
  --text-color-highlight: #000;
  --text-color-soft: #555555;
  --text-color-soft2: #aeaeae;
  --text-color-soft3: #bac2c7;
  --text-color-contrast: #fff;
  --background-color-main: #fff;
  --background-color-secondary: #ffffff;
  --background-color-page: #075788;
  --background-color-highlight: #f3edda;
  --background-color-highlight-soft: #fbfaf2;
  --background3: #edc287;
  --background4: #b2b2b2;
  --background-color-success: #f7fbf4;
  --text-color-success: #84be5e;
  --border-color-success: #97d271;
  --background-color-warning: #fffbf7;
  --text-color-warning: #e9b168;
  --border-color-warning: #fdd198;
  --background-color-danger: #fff6f6;
  --text-color-danger: #ff8989;
  --border-color-danger: #ff8989;
  --mail-font-family: "Montserrat", Sans-serif;
}

html,
  body,
  #wrapper {
  width: 100%;
  min-height: 100%;
}

.trophyoff {
  color: #ccc;
}

.trophyon {
  color: #FFD700;
}

.tooltip2 {
  position: absolute;
  z-index: 1020;
  display: block;
  padding: 5px;
  font-size: 11px;
  visibility: visible;
  margin-top: -2px;
  bottom: 120%;
  margin-left: -2em;
}

.tooltip2 .tooltip2-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  width: 0;
  height: 0;
}

.tooltip2-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

#custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em;
}

.modal-focused {
  z-index: 1600 !important;
}

#custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -.8em;
  text-align: center;
  line-height: 1.6em;
}

.nowordcutoff {
  -webkit-hyphens: none;
  hyphens: none;
}

.center-button {
  margin: auto;
  width: 10%;
  padding-bottom: 10px;
  padding-top: 5px;
}

.bear-heading {
  font-weight: 700;
  font-size: 250%;
  background-color: #f3f3f3;
  color: black;
  padding-top: 15px;
  padding-bottom: 15px;
}

.bear-btn {
  background-color: white;
  color: black !important;
  white-space: pre-line;
  text-align: center;
}

.bear-ftr {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(90deg, #fff 0%, #eeeeee 51%, #fff 100%);
  color: #000;
  text-align: center;
}

.welcome-design {
  padding: 30px 30px 400px 30px;
  background-color: transparent;
  /* background-image: linear-gradient(180deg, #0B245199 0%, #32394e 80%, #182039 90%); */
  background-image: url(https://www.barrios.com/wp-content/uploads/2023/04/Barrios-Our-Values-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  color: #FFFFFF !important;
  border-radius: 200px 200px 90px 90px;
}

.welcome-dome {
  padding: 38px 20px 0px 20px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #131a31b0 0%, #212c50b0 10%, #131a31b0 90%);
  border-style: none;
  border-radius: 200px 200px 50px 50px;
}

.colorDefault {
  color: #839EAF
}

.backgroundDefault {
  background: #839EAF
}

.borderDefault {
  border-color: #839EAF
}

.colorPrimary {
  color: #182039 !important
}

.backgroundPrimary {
  background: #182039 !important
}

.borderPrimary {
  border-color: #182039 !important
}

.colorInfo {
  color: #215eb3 !important
}

.backgroundInfo {
  background: #020760 !important
}

.borderInfo {
  border-color: #2128b3 !important
}

.colorLink {
  color: #2130b3 !important
}

.colorSuccess {
  color: #97d271 !important
}

.backgroundSuccess {
  background: #97d271 !important
}

.borderSuccess {
  border-color: #97d271 !important
}

.colorWarning {
  color: #FFC107 !important
}

.backgroundWarning {
  background: #FFC107 !important
}

.borderWarning {
  border-color: #FFC107 !important
}

.colorDanger {
  color: #c9233c !important
}

.backgroundDanger {
  background: #C9233C !important
}

.borderDanger {
  border-color: #C9233C !important
}

.colorFont1 {
  color: #bac2c7 !important
}

.colorFont2 {
  color: #7a7a7a !important
}

.colorFont3 {
  color: #000 !important
}

.colorFont4 {
  color: #555555 !important
}

.colorFont5 {
  color: #aeaeae !important
}

.heading {
  font-size: 16px;
  font-weight: 300;
  color: #000;
  background-color: #6D8FF1;
  border: none;
  padding: 10px
}

.text-center {
  text-align: center !important
}

.text-break {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto
}

.img-rounded {
  border-radius: 3px
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding-top: 130px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #f8f5f0 0%, #e4ddcf 100%);
  color: #555;
  font-family: "Montserrat", Sans-serif;
}

#topbar-second{
  color: #000 !important;
  text-decoration: none !important;
}

.social-link-widget{
  color: #000 !important;
  text-decoration: none !important;
}

.profile a{
  -webkit-text-stroke: 0.4px #000;
  font-weight: bold !important;
}

.profile{
  -webkit-text-stroke: 0.15px #000;
}

.space a{
  -webkit-text-stroke: 0.4px #000;
  font-weight: bold !important;
}

.space{
  -webkit-text-stroke: 0.15px #000;
}


a:hover {
  text-decoration: none
}

hr {
  margin-top: 10px;
  margin-bottom: 10px
}

.col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
  position: inherit;
  padding: 0 1em;
}

.layout-nav-container {
  padding: 0 15px 0 15px
}

.layout-sidebar-container {
  padding: 0 15px 0 15px
}

@media (max-width:768px) {
  .layout-nav-container {
    padding: 0 15px
  }

  .layout-nav-container .left-navigation {
    margin-bottom: 0
  }
}

h4 {
  font-weight: 300;
  font-size: 150%
}

input[type=text],
  input[type=password],
  input[type=select] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.powered,
  .powered a {
  color: #b8c7d3 !important
}

.langSwitcher {
  display: inline-block
}

[data-ui-show-more] {
  overflow: hidden
}

@media (min-width:768px) and (max-width:991px) {
  .layout-nav-container {
    padding: 0 15px
  }

  body {
    padding-top: 120px
  }
}

@media print {
  #topbar-first,
      #topbar-second {
    display: none
  }
}

span.likeLinkContainer .like.disabled,
  span.likeLinkContainer .unlike.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: lightgrey
}

.panel-body a[data-toggle],
  .modal-body a[data-toggle] {
  color: #000000
}

.showMore {
  font-size: 13px
}

.table-responsive {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
  -webkit-hyphens: none;
  hyphens: none
}

.topbar {
  position: fixed;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 100;
}

.topbar ul.nav {
  float: left
}

.topbar ul.nav>li {
  float: left
}

.topbar ul.nav>li>a {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 20px
}

.topbar .dropdown-footer {
  margin: 10px
}

.topbar .dropdown-header {
  font-size: 16px;
  padding: 3px 10px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #555555
}

.topbar .dropdown-header .dropdown-header-link {
  position: absolute;
  top: 2px;
  right: 10px
}

.topbar .dropdown-header .dropdown-header-link a {
  color: #b81a0e !important;
  font-size: 12px;
  font-weight: normal
}

.topbar .dropdown-header:hover {
  color: #555555
}

#topbar-first {
  background-color: transparent;
  background-image: linear-gradient(90deg, #e4ddcf 0%, #182039 100%);
  top: 0;
  z-index: 1030;
  color: white
}

#topbar-first a.navbar-brand {
  height: 50px;
  padding: 5px
}

#topbar-first a.navbar-brand img#img-logo {
  max-height: 40px
}

#topbar-first a.navbar-brand-text {
  padding-top: 15px
}

#topbar-first .nav>li>a:hover,
  #topbar-first .nav>.open>a {
  background-color: #567a8f
}

#topbar-first .nav>.account {
  height: 50px;
  margin-left: 20px
}

#topbar-first .nav>.account img {
  margin-left: 10px
}

#topbar-first .nav>.account .dropdown-toggle {
  padding: 10px 5px 8px;
  line-height: 1.1em;
  text-align: left;
  display: inline-flex;
  align-items: center;
}

#topbar-first .nav>.account .dropdown-toggle span {
  font-size: 12px
}

#topbar-first .topbar-brand {
  position: relative;
  z-index: 2
}

#topbar-first .topbar-actions {
  position: relative;
  z-index: 3
}

#topbar-first .topbar-search {
  position: relative;
  z-index: 4;
  text-align: right;
  display: inline-block;
  right: 0;
  padding: 0 10px;
  margin: 10px 2px;
}

#topbar-first .notifications {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1
}

#topbar-first .notifications .btn-group {
  position: relative;
  text-align: left
}

#topbar-first .notifications .btn-group>a {
  padding: 5px 10px;
  margin: 10px 2px;
  display: inline-block;
  border-radius: 2px;
  text-decoration: none;
  text-align: left
}

#topbar-first .notifications .btn-group>.label {
  position: absolute;
  top: 4px;
  right: -2px
}

#topbar-first .notifications .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
  z-index: 1035
}

#topbar-first .notifications .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  left: 50%;
  margin-left: -18px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  top: -19px;
  z-index: 1035
}

#topbar-first .notifications .dropdown-menu {
  width: 350px;
  margin-left: -148px
}

#topbar-first .notifications .dropdown-menu ul.media-list {
  max-height: 400px;
  overflow: auto
}

#topbar-first .notifications .dropdown-menu li {
  position: relative
}

#topbar-first .notifications .dropdown-menu li i.approval {
  position: absolute;
  left: 2px;
  top: 36px;
  font-size: 14px
}

#topbar-first .notifications .dropdown-menu li i.accepted {
  color: #5cb85c
}

#topbar-first .notifications .dropdown-menu li i.declined {
  color: #d9534f
}

#topbar-first .notifications .dropdown-menu li .media {
  position: relative
}

#topbar-first .notifications .dropdown-menu li .media .img-space {
  position: absolute;
  top: 14px;
  left: 14px
}

#topbar-first .dropdown-footer {
  margin: 10px 10px 5px
}

#topbar-first .dropdown-footer .btn.btn-default {
  border: 1px solid #e4ddcf;
  box-shadow: none
}

#topbar-first .dropdown-footer .btn.btn-default:hover {
  border-color: #efe6d5;
  background: #efe6d5
}

#topbar-first .dropdown-footer .btn.btn-default:active {
  border-color: #7a7a7a;
  background: white
}

#topbar-first a {
  color: white
}

#topbar-first .caret {
  border-top-color: #fff
}

#topbar-first .btn-group>a {
  background-color: transparent;
}

#topbar-first .btn-enter {
  background-color: transparent;
  margin: 6px 0
}

#topbar-first .btn-enter:hover {
  background-color: transparent;
}

#topbar-first .media-list a {
  color: #000;
  padding: 0
}

#topbar-first .media-list li {
  color: #000
}

#topbar-first .media-list li i.accepted {
  color: #182039 !important
}

#topbar-first .media-list li i.declined {
  color: #C9233C !important
}

#topbar-first .media-list li.placeholder {
  border-bottom: none
}

#topbar-first .media-list .media .media-body .label {
  padding: .1em .5em
}

#topbar-first .account .user-title {
  text-align: right
}

#topbar-first .account .user-title span {
  color: #ffffff
}

#topbar-first .dropdown.account>a,
  #topbar-first .dropdown.account.open>a,
  #topbar-first .dropdown.account>a:hover,
  #topbar-first .dropdown.account.open>a:hover {
  background-color: transparent;
}

#topbar-second {
  top: 50px;
  background-color: #fff;
  z-index: 1029;
  background-image: none;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #d4d4d4;
  display: block;
}

#topbar-second .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0
}

#topbar-second .dropdown-menu .divider {
  margin: 0
}

#topbar-second #space-menu-dropdown,
  #topbar-second #search-menu-dropdown {
  width: 400px
}

#topbar-second #space-menu-dropdown .media-list,
  #topbar-second #search-menu-dropdown .media-list {
  max-height: 400px;
  overflow: auto
}

@media screen and (max-width:768px) {
  #topbar-second #space-menu-dropdown .media-list,
      #topbar-second #search-menu-dropdown .media-list {
    max-height: 200px
  }
}

#topbar-second #space-menu-dropdown form,
  #topbar-second #search-menu-dropdown form {
  margin: 10px
}

#topbar-second #space-menu-dropdown .search-reset,
  #topbar-second #search-menu-dropdown .search-reset {
  position: absolute;
  color: #BFBFBF;
  margin: 7px;
  top: 0px;
  right: 40px;
  z-index: 10;
  display: none;
  cursor: pointer
}

#topbar-second .nav>li>a {
  padding: 7px 13px 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 600;
  font-size: 10px;
  min-height: 50px;
  text-transform: uppercase;
  text-align: center
}

#topbar-second .nav>li>a:hover,
  #topbar-second .nav>li>a:active,
  #topbar-second .nav>li>a:focus {
  border-bottom: 3px solid #0d3289;
  background-color: #ededed;
  color: #000;
  text-decoration: none
}

#topbar-second .nav>li>a i {
  font-size: 14px
}

#topbar-second .nav>li>a .caret {
  border-top-color: #7a7a7a
}

#topbar-second .nav>li.active>a {
  min-height: 47px
}

#topbar-second .nav>li>ul>li>a {
  border-left: 3px solid #fff;
  background-color: #fff;
  color: #000
}

#topbar-second .nav>li>ul>li>a:hover,
  #topbar-second .nav>li>ul>li>a.active {
  border-left: 3px solid #0d3289;
  background-color: #ededed;
  color: #000
}

#topbar-second .nav>li>a#space-menu {
  padding-right: 13px;
  border-right: 1px solid #075788
}

#topbar-second .nav>li>a#search-menu {
  padding-top: 15px
}

#topbar-second .nav>li>a:hover,
  #topbar-second .nav>li.active {
  border-bottom: 3px solid #0d3289;
  background-color: #ededed;
  color: #000
}

#topbar-second .nav>li.active>a:hover,
  #topbar-second .nav>li.active>a:focus {
  border-bottom: none
}

#topbar-second #space-menu-dropdown li>ul>li>a>.media .media-body p {
  color: #555555;
  font-size: 11px;
  margin: 0;
  font-weight: 400
}

@media (max-width:767px) {
  .topbar {
    padding-left: 0;
    padding-right: 0
  }
}

.login-container {
  background-color: transparent;
  background-image: linear-gradient(to top, #182039 20%, #567a8f 40%, #f8f5f0 100%), linear-gradient(to top, #f8f5f0 0%, #e4ddcf 100%);
  background-size: 100% 100%;
  position: relative;
  padding-top: 40px
}

.login-container #img-logo {
  max-width: 100%
}

.login-container .text {
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px
}

.login-container .text a {
  color: #fff;
  text-decoration: underline
}

.login-container .panel a {
  color: #434a62
}

.login-container h1,
  .login-container h2 {
  color: #fff !important
}

.login-container .panel {
  box-shadow: 0 0 15px #627d92
}

.login-container .panel .panel-heading,
  .login-container .panel .panel-body {
  padding: 15px
}

.login-container .panel h1,
  .login-container .panel h2 {
  color: #555 !important
}

.login-container select {
  color: #000
}

#account-login-form .form-group {
  margin-bottom: 10px
}

.dropdown-menu li a i {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  width: 14px
}

.dropdown-menu li a:hover,
  .dropdown-menu li a:visited,
  .dropdown-menu li a:hover,
  .dropdown-menu li a:focus {
  background: none;
  cursor: pointer
}

.dropdown-menu li:hover,
  .dropdown-menu li.selected {
  color: #000
}

.dropdown-menu li:first-child {
  margin-top: 3px
}

.dropdown-menu li:last-child {
  margin-bottom: 3px
}

.modal .dropdown-menu,
  .panel .dropdown-menu,
  .nav-tabs .dropdown-menu {
  border: 2px solid #001d3b;
  background-color: #f6f6f6;
}

.modal .dropdown-menu li.divider,
  .panel .dropdown-menu li.divider,
  .nav-tabs .dropdown-menu li.divider {
  background-color: #eaeaea;
  border-bottom: none;
  margin: 9px 1px !important
}

.modal .dropdown-menu li,
  .panel .dropdown-menu li,
  .nav-tabs .dropdown-menu li {
  border-left: 3px solid rgb(227, 227, 227)
}

.modal .dropdown-menu li a,
  .panel .dropdown-menu li a,
  .nav-tabs .dropdown-menu li a {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 15px
}

.modal .dropdown-menu li a i,
  .panel .dropdown-menu li a i,
  .nav-tabs .dropdown-menu li a i {
  margin-right: 5px
}

.modal .dropdown-menu li a:hover,
  .panel .dropdown-menu li a:hover,
  .nav-tabs .dropdown-menu li a:hover {
  background: none
}

.modal .dropdown-menu li:hover:not(.divider),
  .panel .dropdown-menu li:hover:not(.divider),
  .nav-tabs .dropdown-menu li:hover:not(.divider),
  .modal .dropdown-menu li.selected,
  .panel .dropdown-menu li.selected,
  .nav-tabs .dropdown-menu li.selected {
  border-left: 3px solid #064487;
  background-color: #e6e7ea !important
}

ul.contextMenu {
  border: 2px solid #000000
}

ul.contextMenu li.divider {
  background-color: #cfd1d8;
  border-bottom: none;
  margin: 9px 1px !important
}

ul.contextMenu li {
  border-left: 3px solid white
}

ul.contextMenu li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 15px
}

ul.contextMenu li a i {
  margin-right: 5px
}

ul.contextMenu li a:hover {
  background: none
}

ul.contextMenu li:hover,
  ul.contextMenu li.selected {
  border-left: 3px solid #002186;
  background-color: #cfd1d8 !important
}

.media-list li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  border-left: 3px solid #2847a4;
  font-size: 12px
}

.media-list li a {
  color: #555
}

.media-list .badge-space-type {
  background-color: #cfd1d8;
  border: 1px solid #ededed;
  color: #b2b2b2;
  padding: 3px 3px 2px 3px
}

.media-list li.new {
  border-left: 3px solid #cebd9c;
  background-color: #efefef
}

.media-list li:hover,
  .media-list li.selected {
  background-color: #f4f4f8;
  border-left: 3px solid #e8d6b2
}

.media-list li.placeholder {
  font-size: 14px !important;
  border-bottom: none
}

.media-list li.placeholder:hover {
  background: none !important;
  border-left: 3px solid white
}

.media-left,
  .media>.pull-left {
  padding-right: 0;
  margin-right: 10px
}

.media:after {
  content: '';
  clear: both;
  display: block
}

.media .time {
  font-size: 11px;
  color: #555555
}

.media .img-space {
  position: absolute;
  top: 2em;
  left: 2em
}

.media .media-body {
  overflow: hidden !important;
  font-size: 13px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto
}

.media .media-body h4.media-heading {
  font-size: 14px;
  font-weight: 500;
  color: #000
}

.media .media-body h4.media-heading a {
  color: #000
}

.media .media-body h4.media-heading small,
  .media .media-body h4.media-heading small a {
  font-size: 11px;
  color: #555555
}

.media .media-body h4.media-heading .content {
  margin-right: 35px
}

.media .media-body .content a {
  word-break: break-all
}

.media .media-body strong {
  color: #000
}

.media .media-body h5 {
  color: #aeaeae;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 5px;
  min-height: 15px
}

.media .media-body .module-controls {
  font-size: 85%
}

.media .media-body .module-controls a {
  color: #020760
}

.media .content a {
  color: #020760
}

.media .content .files a {
  color: #000
}

.content span {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto
}

#blueimp-gallery .slide img {
  max-height: 80%
}

audio,
  canvas,
  progress,
  video {
  display: inline-block;
  vertical-align: baseline;
  max-width: 100%;
  height: auto
}

img {
  image-orientation: from-image
}

.panel {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 3px #d7cab4;
  border-radius: 4px;
  position: relative;
  margin-bottom: 15px
}

.panel h1 {
  font-size: 16px;
  font-weight: 300;
  margin-top: 0;
  color: #000
}

.panel .panel-heading {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  background-color: #e4ddcf;
  border: none;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.panel .panel-heading .heading-link {
  color: #0a136a !important;
  font-size: .8em;
  text-decoration: underline;
}

.panel .panel-heading2 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #575e73;
  border: none;
  padding: 10px;
  border-radius: 4px
}

.panel .panel-heading2 .heading-link {
  color: #0a136a !important;
  font-size: .8em;
  text-decoration: underline;
}

.panel .panel-body {
  /* padding: 10px; */
  font-size: 13px;
  margin: 5px 5px 5px 5px;
}

.panel .panel-body p {
  color: #000000
}

.panel .panel-body p a {
  color: #105c87;
  -webkit-text-decoration: 2px underline;
  text-decoration: 2px underline;
}

.panel .panel-body .pagedescription {
    font-size:  1em;
    padding-top: .5em;
    padding-bottom: .5em;
}


.panel .panel-body .usersearch-statuses,
  .panel .panel-body .spacesearch-visibilities {
  padding-top: 5px;
  padding-bottom: 5px
}

.forum-custom .panel .panel-body ul {
  padding-left: 3em;
}

.forum-custom .panel .panel-body li {
  padding-bottom: .5em;
}

.forum-custom .panel .panel-body h3 {
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.25em;
  font-weight: 600;
}

.forum-custom .panel .panel-body h1 {
    font-weight: 800;
    font-size:  1.75em;
    padding-top: 1em;
    padding-bottom: .5em;
}

@media (min-width:992px) {
  .panel .panel-body .usersearch-statuses,
      .panel .panel-body .spacesearch-visibilities {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
  }
}

.panel .statistics .entry {
  margin-left: 20px;
  font-size: 12px;
  color: #000
}

.panel .statistics .entry .count {
  color: #0d608d;
  font-weight: 600;
  font-size: 20px;
  line-height: .8em
}

.panel h3.media-heading small {
  font-size: 75%
}

.panel h3.media-heading small a {
  color: #0d608d
}

.panel-danger {
  border: 2px solid #C9233C
}

.panel-danger .panel-heading {
  color: #C9233C
}

.panel-success {
  border: 2px solid #97d271
}

.panel-success .panel-heading {
  color: #97d271
}

.panel-warning {
  border: 2px solid #FFC107
}

.panel-warning .panel-heading {
  color: #FFC107
}

.panel-info {
  border: 2px solid #020760
}

.panel-info .panel-heading {
  color: #020760
}

.panel-primary {
  border: 2px solid #182039
}

.panel-primary .panel-heading {
  color: #182039
}

.panel.profile {
  position: relative
}

.panel.profile .controls {
  position: absolute;
  top: 10px;
  right: 10px
}

.panel.members .panel-body a img,
  .panel.groups .panel-body a img,
  .panel.follower .panel-body a img,
  .panel.spaces .panel-body a img {
  margin-bottom: 5px
}

.panel-profile .panel-profile-header {
  position: relative;
  border: 3px solid #fff;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-profile .panel-profile-header .img-profile-header-background {
  border-radius: 3px;
  min-height: 110px
}

.panel-profile .panel-profile-header .img-profile-data {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-left: 180px;
  padding-top: 30px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #fff;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.38) 100%)
}

.panel-profile .panel-profile-header .img-profile-data h1 {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 7px;
  color: #fff;
  max-width: 600px;
  white-space: nowrap;
  text-overflow: ellipsis
}

.panel-profile .panel-profile-header .img-profile-data h2 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0
}

.panel-profile .panel-profile-header .img-profile-data h1.space {
  font-size: 30px;
  font-weight: 700
}

.panel-profile .panel-profile-header .img-profile-data h2.space {
  font-size: 13px;
  font-weight: 300;
  max-width: 600px;
  white-space: nowrap;
  /* overflow:hidden; */
  text-overflow: ellipsis
}

.panel-profile .panel-profile-header .profile-user-photo-container {
  position: absolute;
  bottom: -50px;
  left: 15px
}

.panel-profile .panel-profile-header .profile-user-photo-container .profile-user-photo {
  border: 3px solid #fff;
  border-radius: 5px
}

.panel-profile .panel-profile-controls {
  padding-left: 160px
}

.panel.pulse,
  .panel.fadeIn {
  animation-duration: 200ms
}

@media (max-width:767px) {
  .panel-profile-controls {
    padding-left: 0 !important;
    padding-top: 50px
  }

  .panel-profile .panel-profile-header .img-profile-data h1 {
    font-size: 30px !important;
    margin-bottom: 2px
  }
}

.panel-body>.tab-menu {
  margin-left: -10px;
  margin-right: -10px
}

.installer .logo {
  text-align: center
}

.installer h2 {
  font-weight: 100
}

.installer .panel {
  margin-top: 50px
}

.installer .panel h3 {
  margin-top: 0
}

.installer .powered,
  .installer .powered a {
  color: #bac2c7 !important;
  margin-top: 10px;
  font-size: 12px
}

.installer .fa {
  width: 18px
}

.installer .check-ok {
  color: #97d271
}

.installer .check-warning {
  color: #FFC107
}

.installer .check-error {
  color: #C9233C
}

.installer .prerequisites-list ul {
  list-style: none;
  padding-left: 15px
}

.installer .prerequisites-list ul li {
  padding-bottom: 5px
}

.pagination-container {
  text-align: center
}

.pagination>.active>a,
  .pagination>.active>span,
  .pagination>.active>a:hover,
  .pagination>.active>span:hover,
  .pagination>.active>a:focus,
  .pagination>.active>span:focus {
  background-color: #182039;
  border-color: #182039
}

.pagination>li>a,
  .pagination>li>span,
  .pagination>li>a:hover,
  .pagination>li>a:active,
  .pagination>li>a:focus {
  color: #000;
  cursor: pointer
}

.well-small {
  padding: 10px;
  border-radius: 3px
}

.well {
  border: none;
  box-shadow: none;
  background-color: #f5f5f5;
  margin-bottom: 1px
}

.well hr {
  margin: 10px 0;
  border-top: 1px solid #d9d9d9
}

.well table>thead {
  font-size: 11px
}

.tab-sub-menu {
  padding-left: 10px
}

.tab-sub-menu li>a:hover,
  .tab-sub-menu li>a:focus {
  background-color: #cfd1d8;
  border-bottom-color: #ddd
}

.tab-sub-menu li.active>a {
  background-color: #fff;
  border-bottom-color: transparent
}

.nav-tabs>li>a,
  .nav-tabs>li>a[data-toggle] {
  color: #555
}

.nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li>a:hover,
  .nav-tabs>li>a:focus {
  color: #000
}

.tab-menu {
  padding-top: 10px;
  background-color: #fff
}

.tab-menu .nav-tabs {
  padding-left: 10px
}

.tab-menu .nav-tabs li>a {
  padding-top: 12px;
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #e7e7e7;
  max-height: 41px;
  outline: none
}

.tab-menu .nav-tabs li>a:hover,
  .tab-menu .nav-tabs li>a:focus {
  padding-top: 10px;
  border-top: 3px solid #ddd
}

.tab-menu .nav-tabs li>a:hover {
  background-color: #cfd1d8
}

.tab-menu .nav-tabs li.active>a,
  .tab-menu .nav-tabs li.active>a:hover {
  padding-top: 10px;
  border-top: 3px solid #051461
}

.tab-menu .nav-tabs li.active>a {
  background-color: #fff;
  border-bottom-color: transparent
}

ul.tab-menu {
  padding-top: 10px;
  background-color: #fff;
  padding-left: 10px
}

ul.tab-menu-settings li>a {
  padding-top: 12px;
  border-color: #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #cfd1d8;
  max-height: 41px;
  outline: none
}

ul.tab-menu-settings li>a:hover,
  ul.tab-menu-settings li>a:focus {
  padding-top: 10px;
  border-top: 3px solid #ddd !important
}

ul.tab-menu-settings li>a:hover {
  background-color: #cdcfd4
}

ul.tab-menu-settings li.active>a,
  ul.tab-menu-settings li.active>a:hover,
  ul.tab-menu-settings li.active>a:focus {
  padding-top: 10px;
  border-top: 3px solid #11367f !important
}

ul.tab-menu-settings li.active>a {
  background-color: #fff;
  border-bottom-color: transparent !important
}

.nav-pills .dropdown-menu,
  .nav-tabs .dropdown-menu,
  .account .dropdown-menu {
  background-color: #304559;
  border: none
}

.nav-pills .dropdown-menu li.divider,
  .nav-tabs .dropdown-menu li.divider,
  .account .dropdown-menu li.divider {
  background-color: #39515f;
  border-bottom: none;
  margin: 9px 1px !important
}

.nav-pills .dropdown-menu li,
  .nav-tabs .dropdown-menu li,
  .account .dropdown-menu li {
  border-left: 3px solid #182039
}

.nav-pills .dropdown-menu li a,
  .nav-tabs .dropdown-menu li a,
  .account .dropdown-menu li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  padding: 4px 15px
}

.nav-pills .dropdown-menu li a i,
  .nav-tabs .dropdown-menu li a i,
  .account .dropdown-menu li a i {
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
  width: 14px
}

.nav-pills .dropdown-menu li a:hover,
  .nav-tabs .dropdown-menu li a:hover,
  .account .dropdown-menu li a:hover,
  .nav-pills .dropdown-menu li a:visited,
  .nav-tabs .dropdown-menu li a:visited,
  .account .dropdown-menu li a:visited,
  .nav-pills .dropdown-menu li a:hover,
  .nav-tabs .dropdown-menu li a:hover,
  .account .dropdown-menu li a:hover,
  .nav-pills .dropdown-menu li a:focus,
  .nav-tabs .dropdown-menu li a:focus,
  .account .dropdown-menu li a:focus {
  background: none
}

.nav-pills .dropdown-menu li:hover:not(.divider),
  .nav-tabs .dropdown-menu li:hover:not(.divider),
  .account .dropdown-menu li:hover:not(.divider),
  .nav-pills .dropdown-menu li.selected,
  .nav-tabs .dropdown-menu li.selected,
  .account .dropdown-menu li.selected {
  border-left: 3px solid #033764;
  color: #fff !important;
  background-color: #324b8f !important
}

.nav-pills.preferences .dropdown .dropdown-toggle i {
  color: #000;
  font-size: 15px;
  font-weight: 600
}

.nav-pills.preferences .dropdown.open .dropdown-toggle,
  .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
  background-color: #e4ddcf
}

.nav-pills.preferences .dropdown.open .dropdown-toggle i,
  .nav-pills.preferences .dropdown.open .dropdown-toggle:hover i {
  color: #000
}

.nav-pills.preferences li.divider:last-of-type {
  display: none
}

.nav-pills>li.active>a,
  .nav-pills>li.active>a:hover,
  .nav-pills>li.active>a:focus {
  background-color: #182039
}

.nav-tabs {
  margin-bottom: 10px
}

.list-group a [class^="fa-"],
  .list-group a [class*=" fa-"] {
  display: inline-block;
  width: 18px
}

.nav-pills.preferences {
  position: absolute;
  right: 10px;
  top: 10px
}

.nav-pills.preferences .dropdown .dropdown-toggle {
  padding: 2px 5px
}

.nav-pills.preferences .dropdown.open .dropdown-toggle,
  .nav-pills.preferences .dropdown.open .dropdown-toggle:hover {
  color: white
}

.nav-tabs li {
  font-weight: 600;
  font-size: 12px
}

.tab-content .tab-pane a {
  color: #abafbd
}

.tab-content .tab-pane .form-group {
  margin-bottom: 5px
}

.nav-tabs.tabs-center li {
  float: none;
  display: inline-block
}

.nav-tabs.tabs-small li>a {
  padding: 5px 7px
}

.nav .caret,
  .nav .caret:hover,
  .nav .caret:active {
  border-top-color: #000;
  border-bottom-color: #000;
  height: 6.928px
}

.nav li.dropdown>a:hover .caret,
  .nav li.dropdown>a:active .caret {
  border-top-color: #000;
  border-bottom-color: #000
}

.nav .open>a .caret,
  .nav .open>a:hover .caret,
  .nav .open>a:focus .caret {
  border-top-color: #000;
  border-bottom-color: #000
}

.nav .open>a,
  .nav .open>a:hover,
  .nav .open>a:focus {
  border-color: #860788;
  color: #000
}

.nav .open>a .caret,
  .nav .open>a:hover .caret,
  .nav .open>a:focus .caret {
  color: #000
}

.footer-nav {
  filter: opacity(.6);
  font-size: 12px;
  text-align: center
}

@media (max-width:991px) {
  .controls-header {
    text-align: left !important
  }
}

#contentFormMenu {
  display: none
}

#contentFormMenu.menu-without-form a {
  border-radius: 4px
}

#contentFormMenu .nav-tabs {
  margin-bottom: 0;
  border: none;
  float: right
}

#contentFormMenu .nav-tabs>li>a,
  #contentFormMenu .nav-tabs>li.active>a {
  color: #7A7A7A;
  background: #fff;
  border-color: #fff
}

#contentFormMenu .nav-tabs>li>a:hover,
  #contentFormMenu .nav-tabs>li.active>a:hover,
  #contentFormMenu .nav-tabs>li>a.active,
  #contentFormMenu .nav-tabs>li.active>a.active {
  z-index: 1;
  color: #333
}

#contentFormMenu:after {
  content: " ";
  clear: both;
  display: block
}

#contentFormMenu .content-create-menu-more>i {
  border-radius: 4px 4px 0 0;
  background: #fff;
  margin-right: 3px;
  padding: 10px 15px 11px;
  font-size: 18px
}

#contentFormMenu .content-create-menu-more>i:hover {
  color: #333
}

#contentFormMenu .content-create-menu-more .dropdown-menu {
  background-color: #fff;
  border: 1px solid #C687ED;
  border-radius: 4px
}

#contentFormMenu .content-create-menu-more .dropdown-menu li {
  border-left-color: #fff
}

#contentFormMenu .content-create-menu-more .dropdown-menu li a {
  color: #000
}

#contentFormMenu .content-create-menu-more .dropdown-menu li:hover,
  #contentFormMenu .content-create-menu-more .dropdown-menu li.selected {
  color: #000;
  border-left-color: #041a5f;
  background-color: #bfc2ce !important
}

@media (max-width:480px) {
  #contentFormMenu .nav-tabs {
    display: flex;
    width: 100%
  }

  #contentFormMenu .nav-tabs>li {
    flex-grow: 1;
    text-align: center
  }

  #contentFormMenu .nav-tabs>li.content-create-menu-more {
    flex-grow: .3
  }

  #contentFormMenu .nav-tabs>li.content-create-menu-more>i.fa {
    width: 100%
  }
}

.btn {
  float: none;
  border: none;
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  border-radius: 3px;
  outline: none !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px
}

.input.btn {
  outline: none
}

.btn-lg {
  padding: 16px 28px
}

.btn-sm {
  padding: 4px 8px;
  font-size: 16px
}

.btn-sm i {
  font-size: 14px
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px
}

.btn-default {
  background: #e4ddcf;
  color: #000000 !important
}

.btn-default:hover,
  .btn-default:focus {
  background: #efe6d5;
  text-decoration: none;
  color: #000000
}

.btn-default:active,
  .btn-default.active {
  outline: 0;
  background: #e6e6e6
}

.btn-default[disabled],
  .btn-default.disabled {
  background: #cfd1d8
}

.btn-default[disabled]:hover,
  .btn-default.disabled:hover,
  .btn-default[disabled]:focus,
  .btn-default.disabled:focus {
  background: #cfd1d8
}

.btn-default[disabled]:active,
  .btn-default.disabled:active,
  .btn-default[disabled].active,
  .btn-default.disabled.active {
  background: #cfd1d8
}

.btn-primary {
  background: #182039;
  color: #fff !important
}

.btn-primary:hover,
  .btn-primary:focus {
  background: #435ea9;
  text-decoration: none
}

.btn-primary:active,
  .btn-primary.active {
  outline: 0;
  border: 1px solid #182039;
  padding: 7px 15px;
  color: #182039 !important;
  background: #fff !important;
  box-shadow: none
}

.btn-primary:active.btn-sm,
  .btn-primary.active.btn-sm {
  padding: 3px 7px
}

.btn-primary:active.btn-xs,
  .btn-primary.active.btn-xs {
  padding: 0 4px
}

.btn-primary.active:hover,
  .btn-primary.active:focus {
  border: 1px solid #46395f;
  color: #454c5f !important
}

.btn-primary[disabled],
  .btn-primary.disabled {
  background: #395463
}

.btn-primary[disabled]:hover,
  .btn-primary.disabled:hover,
  .btn-primary[disabled]:focus,
  .btn-primary.disabled:focus {
  background: #777d9a
}

.btn-primary[disabled]:active,
  .btn-primary.disabled:active,
  .btn-primary[disabled].active,
  .btn-primary.disabled.active {
  background: #4d6d7f !important
}

.btn-info {
  background: #e4ddcf;
  color: #000 !important
}

.btn-info:hover,
  .btn-info:focus {
  background: #efe6d5 !important;
  text-decoration: none
}

.btn-info:active,
  .btn-info.active {
  outline: 0;
  border: 1px solid #0b298a;
  padding: 7px 15px;
  color: #0b298a !important;
  background: #fff !important;
  box-shadow: none
}

.btn-info:active.btn-sm,
  .btn-info.active.btn-sm {
  padding: 3px 7px
}

.btn-info:active.btn-xs,
  .btn-info.active.btn-xs {
  padding: 0 4px
}

.btn-info.active:hover,
  .btn-info.active:focus {
  border: 1px solid #3e5bb8;
  color: #3e5bb8 !important
}

.btn-info[disabled],
  .btn-info.disabled {
  background: #001757;
  color: #fff !important;
}

.btn-info[disabled]:hover,
  .btn-info.disabled:hover,
  .btn-info[disabled]:focus,
  .btn-info.disabled:focus {
  /* background: #001757; */
  color: #000 !important;
}

.btn-info[disabled]:active,
  .btn-info.disabled:active,
  .btn-info[disabled].active,
  .btn-info.disabled.active {
  background: #001757 !important;
  color: #fff !important;
}

.btn-danger {
  background: #C9233C;
  color: #fff !important
}

.btn-danger:hover,
  .btn-danger:focus {
  background: #fc314f;
  text-decoration: none
}

.btn-danger:active,
  .btn-danger.active {
  outline: 0;
  background: #fc314f !important
}

.btn-danger[disabled],
  .btn-danger.disabled {
  background: #fc6379
}

.btn-danger[disabled]:hover,
  .btn-danger.disabled:hover,
  .btn-danger[disabled]:focus,
  .btn-danger.disabled:focus {
  background: #fc6379
}

.btn-danger[disabled]:active,
  .btn-danger.disabled:active,
  .btn-danger[disabled].active,
  .btn-danger.disabled.active {
  background: #fc6379 !important
}

.btn-success {
  background: #48769a;
  color: #fff !important
}

.btn-success:hover,
  .btn-success:focus {
  background: #48769a;
  text-decoration: none
}

.btn-success:active,
  .btn-success.active {
  outline: 0;
  background: #48769a !important
}

.btn-success[disabled],
  .btn-success.disabled {
  background: #4e697d
}

.btn-success[disabled]:hover,
  .btn-success.disabled:hover,
  .btn-success[disabled]:focus,
  .btn-success.disabled:focus {
  background: #4e697d
}

.btn-success[disabled]:active,
  .btn-success.disabled:active,
  .btn-success[disabled].active,
  .btn-success.disabled.active {
  background: #4e697d !important
}

.btn-warning {
  background: #FFC107;
  color: #fff !important
}

.btn-warning:hover,
  .btn-warning:focus {
  background: #fcbd00;
  text-decoration: none
}

.btn-warning:active,
  .btn-warning.active {
  outline: 0;
  background: #fcbd00 !important
}

.btn-warning[disabled],
  .btn-warning.disabled {
  background: #ffc721
}

.btn-warning[disabled]:hover,
  .btn-warning.disabled:hover,
  .btn-warning[disabled]:focus,
  .btn-warning.disabled:focus {
  background: #ffc721
}

.btn-warning[disabled]:active,
  .btn-warning.disabled:active,
  .btn-warning[disabled].active,
  .btn-warning.disabled.active {
  background: #ffc721 !important
}

.btn-link {
  color: #004268 !important
}

.btn-link:hover,
  .btn-link:focus {
  color: #004268;
  text-decoration: none
}

.btn-link:active,
  .btn-link.active {
  outline: 0;
  color: #004268 !important
}

.btn-link[disabled],
  .btn-link.disabled {
  color: #004268
}

.btn-link[disabled]:hover,
  .btn-link.disabled:hover,
  .btn-link[disabled]:focus,
  .btn-link.disabled:focus {
  color: #004268
}

.btn-link[disabled]:active,
  .btn-link.disabled:active,
  .btn-link[disabled].active,
  .btn-link.disabled.active {
  color: #004268 !important
}

.radio,
  .checkbox {
  margin-top: 5px !important;
  margin-bottom: 0
}

div.required>label:after {
  content: " *";
  color: #2165b3
}

div.required.has-error>label:after {
  content: " *";
  color: #C9233C
}

.radio label,
  .checkbox label {
  padding-left: 30px
}

.form-control {
  border: 2px solid #ededed;
  box-shadow: none;
  min-height: 35px
}

.form-control:focus {
  border: 2px solid #e4ddcf;
  outline: 0;
  box-shadow: none
}

.form-control.form-search {
  border-radius: 30px;
  padding-left: 34px
}

.form-group-search {
  position: relative;
}

.form-group-search:before {
  font: 14px bold;
  /* content: "\f002";  */
  color: #075788;
  position: absolute;
  top: 10px;
  left: 13px
}

.form-group-search .form-button-search {
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 30px
}

textarea {
  resize: none;
  height: 1.5em
}

select.form-control:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../img/select_arrow.png") !important;
  background-repeat: no-repeat;
  background-position: right 16px;
  overflow: hidden
}

label {
  font-weight: normal
}

div.PendingRegistrations thead>tr>th>label,
  div.PendingRegistrations tbody>tr>td>label {
  margin-bottom: 0;
  height: 17px
}

label.control-label {
  font-weight: bold
}

::-moz-placeholder {
  color: #bac2c7 !important
}

::placeholder {
  color: #bac2c7 !important
}

input::-ms-clear,
  input::-ms-reveal {
  display: none
}

.placeholder {
  padding: 10px
}

input.placeholder,
  textarea.placeholder {
  padding: 0 0 0 10px;
  color: #999
}

.help-block-error {
  font-size: 12px
}

.hint-block,
  .help-block:not(.help-block-error) {
  color: #aeaeae !important;
  font-size: 12px
}

.hint-block:hover,
  .help-block:not(.help-block-error):hover {
  color: #7a7a7a !important;
  font-size: 12px
}

.input-group-addon {
  border: none
}

a.input-field-addon {
  font-size: 12px;
  float: right;
  margin-top: -10px
}

a.input-field-addon-sm {
  font-size: 11px;
  float: right;
  margin-top: -10px
}

.timeZoneInputContainer {
  padding-top: 10px
}

.timeZoneInputContainer~.help-block {
  margin: 0px
}

.input[type=checkbox]:checked + .trophy-label
  {
  color: #FFD700 !important;
}

.radio input[type=radio],
  .radio-inline input[type=radio],
  .checkbox-inline input[type=checkbox],
  .trophy input[type=checkbox],
  .trophy-inline[type=checkbox] {
  position: relative;
}

input[type=checkbox],
  input[type=radio] {
  -webkit-appearance: none;
  position: relative !important;
  display: inline-block;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 7px;
  margin: -4px 2px 0 0;
  vertical-align: middle;
  background: #dbdbdb;
  border-radius: 3px;
  border: 3px solid var(--primary)
}

.trophy[type = checkbox]{
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  min-height: auto;
  padding: 0px;
  margin: 0 0 0 0;
  vertical-align: middle;
  background: transparent;
  border: none;
}

input[type=checkbox]:disabled,
  input[type=radio]:disabled {
  background: #6b6868 !important;
  border: 2px solid #676060 !important;
  cursor: not-allowed
}

.trophy[type = checkbox]:disabled
  {
  background: transparent !important;
  border:none !important;
  cursor: not-allowed
}

input[type=checkbox]:focus {
  border: 2px solid #000 !important;
  outline: none
}

.trophy[type=checkbox]:focus {
  border: none !important;
  outline: none
}

input[type=checkbox]:checked {
  border: 2px solid #101743;
  background: #101743;
  color: white
}

.trophy[type=checkbox]:checked {
  border: none;
  background: transparent;
  color: white
}

input[type=checkbox]:checked::after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  top: -3px;
  left: 1px;
  color: white
}

.trophy[type=checkbox]:checked::after {
  content: '\2714';
  font-size: 14px;
  position: absolute;
  color: white
}

input[type=radio] {
  border-radius: 50%
}

input[type=radio]:checked {
  border: 2px solid #787879;
}

input[type=radio]:checked::after {
  content: ' ';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  background: #101743;
  text-shadow: none;
  left: 3px;
  font-size: 32px
}

div.form-group div.checkbox .help-block {
  margin-left: 33px
}

div.form-group div.checkbox .help-block.help-block-error:empty {
  display: none
}

.errorMessage {
  color: #C9233C;
  padding: 10px 0
}

.error {
  border-color: #C9233C !important
}

.has-error .help-block,
  .has-error .control-label,
  .has-error .radio,
  .has-error .checkbox,
  .has-error .radio-inline,
  .has-error .checkbox-inline {
  color: #C9233C !important
}

.has-error .form-control,
  .has-error .form-control:focus {
  border-color: #C9233C;
  box-shadow: none
}

.has-success .help-block,
  .has-success .control-label,
  .has-success .radio,
  .has-success .checkbox,
  .has-success .radio-inline,
  .has-success .checkbox-inline {
  color: #97d271
}

.has-success .form-control,
  .has-success .form-control:focus {
  border-color: #97d271;
  box-shadow: none
}

.has-warning .help-block,
  .has-warning .control-label,
  .has-warning .radio,
  .has-warning .checkbox,
  .has-warning .radio-inline,
  .has-warning .checkbox-inline {
  color: #FFC107
}

.has-warning .form-control,
  .has-warning .form-control:focus {
  border-color: #FFC107;
  box-shadow: none
}

.bootstrap-timepicker-widget .form-control {
  padding: 0
}

.form-collapsible-fields {
  margin-bottom: 12px;
  border-left: 3px solid #182039;
  background-color: #F4F4F4
}

.form-collapsible-fields-label {
  margin-bottom: 0px;
  padding: 12px
}

.form-collapsible-fields-label label {
  margin-bottom: 0
}

.form-collapsible-fields fieldset {
  padding-top: 15px;
  padding-left: 12px;
  padding-right: 12px
}

.form-collapsible-fields.opened fieldset {
  display: block
}

.form-collapsible-fields.opened .iconClose {
  display: inline
}

.form-collapsible-fields.opened .iconOpen {
  display: none
}

.form-collapsible-fields.closed fieldset,
  .form-collapsible-fields.closed .iconClose {
  display: none
}

.form-collapsible-fields.closed .iconOpen {
  display: inline
}

#notification_overview_filter label {
  display: block
}

#notification_overview_list .img-space {
  position: absolute;
  top: 25px;
  left: 25px
}

@media (max-width:767px) {
  .notifications {
    position: inherit !important;
    float: left !important
  }

  .notifications .dropdown-menu {
    width: 300px !important;
    margin-left: 0 !important
  }

  .notifications .dropdown-menu .arrow {
    margin-left: -142px !important
  }
}

.badge-space {
  margin-top: 6px
}

.badge-space-chooser {
  padding: 3px 5px;
  margin-left: 1px
}

.badge {
  padding: 3px 5px;
  border-radius: 2px;
  font-weight: normal;
  font-family: "Montserrat", Sans-serif;
  font-size: 10px !important;
  text-transform: uppercase;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background-color: #0036a9;
  line-height: 1
}

.badge-danger {
  background-color: #D2042D;
}

.popover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}

.popover .popover-title {
  background: none;
  border-bottom: none;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  padding: 15px
}

.popover .popover-content {
  font-size: 13px;
  padding: 5px 15px;
  color: #000
}

.popover .popover-content a {
  color: #3967ff;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.popover .popover-content img {
  max-width: 100%
}

.popover .popover-navigation {
  padding: 15px
}

.panel-profile .panel-profile-header .image-upload-container {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.panel-profile .panel-profile-header .image-upload-container #bannerfileupload {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%
}

.panel-profile .panel-profile-header .img-profile-header-background {
  width: 100%;
  max-height: 192px
}

@media print {
  .panel-profile {
    display: none
  }
}

.list-group-item {
  padding: 6px 15px;
  border: none;
  border-width: 0 !important;
  border-left: 3px solid #fff !important;
  font-size: 12px;
  font-weight: 600
}

.list-group-item i {
  font-size: 14px
}

a.list-group-item:hover,
  a.list-group-item.active,
  a.list-group-item.active:hover,
  a.list-group-item.active:focus {
  z-index: 2;
  color: #000;
  background-color: #e7e7e7;
  border-left: 3px solid #194b89 !important
}

@media (max-width:991px) {
  .list-group {
    margin-left: 4px
  }

  .list-group-item {
    display: inline-block !important;
    border-radius: 3px !important;
    margin: 4px 0;
    margin-bottom: 4px !important;
    border: none !important
  }

  a.list-group-item:hover,
      a.list-group-item.active,
      a.list-group-item.active:hover,
      a.list-group-item.active:focus {
    border: none !important;
    background: #182039 !important;
    color: #fff !important
  }
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5)
}

.modal-dialog.fadeIn,
  .modal-dialog.pulse {
  animation-duration: 200ms
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden
}

@media screen and (max-width:768px) {
  .modal-dialog {
    width: calc(100vw - 4px) !important
  }
}

.modal-top {
  z-index: 999999 !important
}

.modal {
  overflow-y: visible
}

.modal.in {
  padding-right: 0 !important
}

.modal-dialog-extra-small {
  width: 400px
}

.modal-dialog-small {
  width: 500px
}

.modal-dialog-normal {
  width: 600px
}

.modal-dialog-medium {
  width: 768px
}

.modal-dialog-large {
  width: 900px
}

@media screen and (max-width:991px) {
  .modal-dialog-large {
    width: auto !important;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.modal {
  border: none
}

.modal h1,
  .modal h2,
  .modal h3,
  .modal h4,
  .modal h5 {
  margin-top: 20px;
  color: #000;
  font-weight: 300
}

.modal h4.media-heading {
  margin-top: 0
}

.modal-title {
  font-size: 20px;
  font-weight: 200;
  color: #000
}

.modal-dialog,
  .modal-content {
  min-width: 150px
}

.modal-content {
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: none
}

.modal-content .modal-header {
  padding: 20px 20px 0;
  border-bottom: none;
  text-align: center
}

.modal-content .modal-header .close {
  margin-top: 2px;
  margin-right: 5px;
  opacity: 1;
  color: #182039;
  font-size: 28px
}

.modal-content .modal-header .close:hover {
  opacity: .9
}

.modal-content .modal-body {
  padding: 20px;
  font-size: 13px
}

.modal-content .modal-footer {
  margin-top: 0;
  text-align: left;
  padding: 10px 20px 30px;
  border-top: none;
  text-align: center
}

.modal-content .modal-footer hr {
  margin-top: 0
}

.tooltip-inner {
  background-color: #182039;
  max-width: 400px;
  text-align: left;
  padding: 5px 8px 4px;
  font-size: 12px;
  font-weight: bold;
  white-space: pre-wrap;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #182039
}

.tooltip.top-left .tooltip-arrow {
  border-top-color: #182039
}

.tooltip.top-right .tooltip-arrow {
  border-top-color: #182039
}

.tooltip.right .tooltip-arrow {
  border-right-color: #182039
}

.tooltip.left .tooltip-arrow {
  border-left-color: #182039
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #182039
}

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #182039
}

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #182039
}

.tooltip.in {
  opacity: 1
}

.progress {
  height: 10px;
  margin-bottom: 15px;
  box-shadow: none;
  background: #075788;
  border-radius: 10px
}

.progress-bar-info {
  background-color: #020760;
  box-shadow: none
}

#nprogress .bar {
  height: 2px;
  background: #27c0d5
}

table {
  margin-bottom: 0 !important
}

table th {
  font-size: 11px;
  color: #555555;
  font-weight: normal
}

table thead tr th {
  border: none !important
}

table .time {
  font-size: 12px
}

table td a:hover {
  color: #2168b3
}

.table>thead>tr>th,
  .table>tbody>tr>th,
  .table>tfoot>tr>th,
  .table>thead>tr>td,
  .table>tbody>tr>td,
  .table>tfoot>tr>td {
  padding: 10px 10px 10px 0
}

.table>thead>tr>th select,
  .table>tbody>tr>th select,
  .table>tfoot>tr>th select,
  .table>thead>tr>td select,
  .table>tbody>tr>td select,
  .table>tfoot>tr>td select {
  font-size: 12px;
  padding: 4px 8px;
  height: 30px;
  margin: 0
}

.table-middle>thead>tr>th,
  .table-middle>tbody>tr>th,
  .table-middle>tfoot>tr>th,
  .table-middle>thead>tr>td,
  .table-middle>tbody>tr>td,
  .table-middle>tfoot>tr>td {
  vertical-align: middle !important
}

@media (max-width:767px) {
  .table-responsive>.table>tbody>tr>td.notification-type {
    white-space: normal
  }
}

.comment-container {
  margin-top: 10px
}

.comment-container .wall-entry-controls {
  margin-left: 35px
}

@media (max-width:767px) {
  .comment .post-files img {
    height: 100px
  }
}

.comment .media {
  position: relative !important;
  margin-top: 0
}

.comment .media .nav-pills.preferences {
  display: none;
  right: -3px
}

.comment .media.comment-current {
  background: #daf0f3;
  padding: 0 5px 5px 5px;
  margin: 0 -5px -5px -5px;
  border-radius: 3px
}

.comment .media.comment-current hr {
  position: relative;
  top: -6px
}

.comment .media.comment-current:first-of-type {
  padding-top: 5px;
  margin-top: -5px
}

.comment .media.comment-current:first-of-type>.nav.preferences {
  margin-top: 10px
}

.comment .media.comment-current>.nav.preferences {
  margin-right: 10px
}

.comment .media.comment-current .nested-comments-root .comment-container {
  margin-top: 5px;
  padding-bottom: 10px
}

.comment .media.comment-current .nested-comments-root .comment-container .showMore {
  margin-top: 0;
  padding-top: 5px
}

.comment .comment-blocked-user img[data-contentcontainer-id] {
  filter: grayscale(100%)
}

.comment .media-body {
  overflow: visible
}

.comment .jp-progress {
  background-color: #dbdcdd !important
}

.comment .jp-play-bar {
  background: #cacaca
}

.comment .post-file-list {
  background-color: #075788
}

.comment.guest-mode .media:last-child .wall-entry-controls {
  margin-bottom: 0;
  margin-left: 35px
}

.comment.guest-mode .media:last-child hr {
  display: none
}

.comment_create .comment-create-input-group,
  .content_edit .comment-create-input-group,
  .comment_create .post-richtext-input-group,
  .content_edit .post-richtext-input-group {
  display: flex;
  align-items: flex-end
}

.comment_create .comment-create-input-group .field-comment-message,
  .content_edit .comment-create-input-group .field-comment-message,
  .comment_create .post-richtext-input-group .field-comment-message,
  .content_edit .post-richtext-input-group .field-comment-message,
  .comment_create .comment-create-input-group .field-post-message,
  .content_edit .comment-create-input-group .field-post-message,
  .comment_create .post-richtext-input-group .field-post-message,
  .content_edit .post-richtext-input-group .field-post-message {
  flex-grow: 1;
  flex-basis: min-content
}

.comment_create .comment-create-input-group .field-comment-message [data-ui-markdown],
  .content_edit .comment-create-input-group .field-comment-message [data-ui-markdown],
  .comment_create .post-richtext-input-group .field-comment-message [data-ui-markdown],
  .content_edit .post-richtext-input-group .field-comment-message [data-ui-markdown],
  .comment_create .comment-create-input-group .field-post-message [data-ui-markdown],
  .content_edit .comment-create-input-group .field-post-message [data-ui-markdown],
  .comment_create .post-richtext-input-group .field-post-message [data-ui-markdown],
  .content_edit .post-richtext-input-group .field-post-message [data-ui-markdown] {
  word-break: break-word !important
}

.comment_create .comment-create-input-group .field-comment-message [data-ui-markdown] pre code,
  .content_edit .comment-create-input-group .field-comment-message [data-ui-markdown] pre code,
  .comment_create .post-richtext-input-group .field-comment-message [data-ui-markdown] pre code,
  .content_edit .post-richtext-input-group .field-comment-message [data-ui-markdown] pre code,
  .comment_create .comment-create-input-group .field-post-message [data-ui-markdown] pre code,
  .content_edit .comment-create-input-group .field-post-message [data-ui-markdown] pre code,
  .comment_create .post-richtext-input-group .field-post-message [data-ui-markdown] pre code,
  .content_edit .post-richtext-input-group .field-post-message [data-ui-markdown] pre code {
  display: block;
  width: 0
}

.comment_create .comment-create-input-group .form-group,
  .content_edit .comment-create-input-group .form-group,
  .comment_create .post-richtext-input-group .form-group,
  .content_edit .post-richtext-input-group .form-group,
  .comment_create .comment-create-input-group .help-block,
  .content_edit .comment-create-input-group .help-block,
  .comment_create .post-richtext-input-group .help-block,
  .content_edit .post-richtext-input-group .help-block {
  margin: 0
}

.comment_create .comment-buttons,
  .content_edit .comment-buttons {
  white-space: nowrap;
  padding-bottom: 6px
}

.comment_create .comment-buttons .btn:not(.dropdown-toggle),
  .content_edit .comment-buttons .btn:not(.dropdown-toggle) {
  margin-left: 6px
}

.comment_create .comment-buttons .btn.fileinput-button,
  .content_edit .comment-buttons .btn.fileinput-button,
  .comment_create .comment-buttons .fileinput-button+.dropdown-toggle,
  .content_edit .comment-buttons .fileinput-button+.dropdown-toggle {
  background-color: #e4ddcf
}

.comment_create .comment-buttons .btn.dropdown-toggle,
  .content_edit .comment-buttons .btn.dropdown-toggle {
  margin-left: 0
}

.comment_create .has-error+.comment-buttons,
  .content_edit .has-error+.comment-buttons {
  padding-bottom: 22px
}

.comment_create .fileinput-button:active,
  .content_edit .fileinput-button:active {
  box-shadow: none !important
}

@media (max-width:414px) {
  .comment_create .comment-create-input-group,
      .content_edit .comment-create-input-group,
      .comment_create .post-richtext-input-group,
      .content_edit .post-richtext-input-group {
    flex-direction: column
  }

  .comment_create .comment-create-input-group .field-comment-message,
      .content_edit .comment-create-input-group .field-comment-message,
      .comment_create .post-richtext-input-group .field-comment-message,
      .content_edit .post-richtext-input-group .field-comment-message,
      .comment_create .comment-create-input-group .field-post-message,
      .content_edit .comment-create-input-group .field-post-message,
      .comment_create .post-richtext-input-group .field-post-message,
      .content_edit .post-richtext-input-group .field-post-message {
    width: 100%
  }

  .comment_create .comment-buttons,
      .content_edit .comment-buttons {
    padding-bottom: 0 !important;
    padding-top: 6px
  }
}

.comment-container .content_edit {
  margin-left: 35px
}

.comment-container .media {
  overflow: visible
}

.comment-container [data-ui-richtext] pre,
  .comment-container [data-ui-richtext] pre code.hljs {
  background-color: #ebebeb
}

.comment_edit_content {
  margin-left: 35px;
  margin-top: 0
}

.comment-message {
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto
}

.comment-create-input-group.scrollActive .comment-buttons {
  right: 22px
}

.comment .media .media-body h4.media-heading a {
  font-size: 13px;
  color: #000;
  margin-bottom: 3px;
  font-weight: 500
}

div.comment>div.media:first-of-type hr.comment-separator {
  display: none
}

div.comment>div.media:first-of-type .nav-pills.preferences {
  display: none;
  top: -3px
}

div.nested-comments-root {
  margin-left: 28px
}

div.nested-comments-root .ProseMirror-menubar-wrapper {
  z-index: 210
}

div.nested-comments-root hr.comment-separator {
  display: inherit !important
}

div.nested-comments-root .showMore {
  margin-top: 10px
}

div.nested-comments-root div.comment .media {
  position: relative !important;
  margin-top: 0
}

div.nested-comments-root div.comment .media .nav-pills.preferences {
  display: none;
  top: 8px;
  right: 0
}

div.nested-comments-root div.comment-container {
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0
}

.grid-view img {
  width: 24px;
  height: 24px
}

.grid-view .filters input,
  .grid-view .filters select {
  border: 2px solid #075788;
  box-shadow: none;
  min-height: 35px;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px
}

.grid-view .filters input:focus,
  .grid-view .filters select:focus {
  border: 2px solid #020760;
  outline: 0;
  box-shadow: none
}

.grid-view {
  padding: 15px 0 0
}

.grid-view img {
  border-radius: 3px
}

.grid-view table th {
  font-size: 13px !important;
  font-weight: bold !important
}

.grid-view table td {
  vertical-align: middle !important
}

.grid-view table tr {
  font-size: 13px !important
}

.grid-view table thead tr th:first-of-type {
  padding-left: 5px
}

.grid-view table tbody tr {
  height: 50px
}

.grid-view table tbody tr td:first-of-type {
  padding-left: 5px
}

.grid-view .summary {
  font-size: 12px;
  color: #bac2c7
}

.permission-grid-editor>.table>tbody>tr:first-child>td {
  border: none
}

.permission-grid-editor {
  padding-top: 0px
}

.detail-view td,
  .detail-view th {
  padding: 8px !important
}

.detail-view th {
  font-size: 13px
}

.oembed_snippet[data-oembed-provider="youtube.com"],
  .oembed_snippet {
  margin-top: 10px;
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  overflow: hidden
}

.oembed_snippet[data-oembed-provider="twitter.com"] {
  padding-bottom: 0 !important;
  padding-top: 0;
  margin-top: 0
}

.oembed_snippet iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.oembed_confirmation {
  background: #feebb4;
  border-radius: 4px;
  padding: 15px;
  line-height: 30px
}

.oembed_confirmation i.fa {
  float: left;
  color: #3b69dd;
  background: #FFF;
  border-radius: 50%;
  font-size: 30px;
  line-height: 25px;
  margin-right: 15px
}

.oembed_confirmation>div:not(.clearfix) {
  float: left
}

#oembed-providers {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.5rem
}

#oembed-providers .oembed-provider-container {
  padding: 0
}

#oembed-providers .oembed-provider-container .oembed-provider {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: .75rem;
  margin: 0 .5rem .5rem .5rem
}

#oembed-providers .oembed-provider-container .oembed-provider .oembed-provider-name {
  display: flex;
  justify-content: center;
  align-items: center
}

#oembed-providers .oembed-provider-container .oembed-provider .oembed-provider-name .label.label-error {
  margin-left: 2px
}

#endpoint-parameters {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px
}

.activities {
  max-height: 400px;
  overflow: auto
}

.activities li.activity-entry {
  padding: 0
}

.activities li .media {
  position: relative;
  padding: 10px
}

.activities li .media .img-space {
  position: absolute;
  top: 24px;
  left: 24px
}

.activities li .media .media-body {
  max-width: 295px
}

.contentForm_options {
  margin-top: 10px;
  min-height: 29px
}

.contentForm_options .btn_container {
  position: relative
}

.contentForm_options .btn_container .label-container {
  position: absolute;
  right: 40px;
  top: 11px
}

#content-topic-bar {
  margin-top: 5px;
  text-align: right
}

#content-topic-bar .label {
  margin-left: 4px
}

#contentFormBody .form-group,
  #contentFormBody .help-block-error {
  margin: 0
}

#contentFormBody .contentForm_options .form-group {
  margin-bottom: 15px
}

#contentFormBody .contentForm_options .form-group .checkbox label {
  padding-left: 22px
}

#contentFormBody .contentForm_options .form-group .checkbox label input[type=checkbox] {
  position: absolute;
  top: 4px;
  left: 0
}

#contentFormBody .contentForm_options .form-group .checkbox label input[type=checkbox]:focus {
  border-color: #ccc !important
}

#contentFormBody .contentForm_options .form-group .checkbox label input[type=checkbox]:focus:checked {
  border-color: #343db7 !important
}

.placeholder-empty-stream {
  background-image: url("../img/placeholder-postform-arrow2.png");
  background-repeat: no-repeat;
  padding: 37px 0 0 70px;
  margin-left: 90px
}

#streamUpdateBadge {
  text-align: center;
  z-index: 9999;
  margin-bottom: 15px;
  margin-top: 15px
}

#streamUpdateBadge .label {
  border-radius: 10px;
  font-size: .8em !important;
  padding: 5px 10px
}

#wallStream .back_button_holder {
  padding-bottom: 15px
}

.wall-entry {
  position: relative
}

.wall-entry .panel .panel-body {
  padding: 10px
}

.wall-entry .wall-entry-header {
  color: #000;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee
}

.wall-entry .wall-entry-header .img-space {
  top: 25px;
  left: 25px
}

.wall-entry .wall-entry-header .wall-entry-container-link {
  color: #c58d00
}

.wall-entry .wall-entry-header .stream-entry-icon-list {
  position: absolute;
  top: 0;
  right: 25px;
  display: inline-block;
  padding-top: 2px
}

.wall-entry .wall-entry-header .stream-entry-icon-list i {
  padding-right: 5px
}

.wall-entry .wall-entry-header .stream-entry-icon-list .icon-pin {
  color: #C9233C
}

.wall-entry .wall-entry-header .stream-entry-icon-list .fa-archive {
  color: #FFC107
}

.wall-entry .wall-entry-header .wall-entry-header-image {
  display: table-cell;
  width: 40px;
  padding-right: 10px
}

.wall-entry .wall-entry-header .wall-entry-header-image .fa {
  font-size: 2.39em;
  color: #ffffff;
  margin-top: 5px
}

.wall-entry .wall-entry-header .wall-entry-header-info {
  display: table-cell;
  padding-right: 30px;
  width: 100%
}

.wall-entry .wall-entry-header .wall-entry-header-info .media-heading {
  font-size: 15px;
  padding-top: 1px;
  margin-bottom: 3px
}

.wall-entry .wall-entry-header .wall-entry-header-info i.archived {
  color: #FFC107
}

.wall-entry .wall-entry-header .preferences {
  position: absolute;
  right: 0;
  top: 0
}

.wall-entry .wall-entry-header .media-subheading i.fa-caret-right {
  margin: 0 2px
}

.wall-entry .wall-entry-header .media-subheading .wall-entry-icons {
  display: inline-block
}

.wall-entry .wall-entry-header .media-subheading .wall-entry-icons i {
  margin-right: 2px
}

.wall-entry .wall-entry-header .media-subheading .time,
  .wall-entry .wall-entry-header .media-subheading i,
  .wall-entry .wall-entry-header .media-subheading span {
  font-size: 11px;
  white-space: nowrap
}

.wall-entry .wall-entry-body {
  padding-left: 50px;
  padding-right: 50px
}

.wall-entry .wall-entry-body .wall-entry-content {
  margin-bottom: 5px
}

.wall-entry .wall-entry-body .wall-entry-content .post-short-text {
  font-size: 1.6em
}

.wall-entry .wall-entry-body .wall-entry-content .post-short-text .emoji {
  width: 20px
}

.wall-entry .wall-entry-body audio,
  .wall-entry .wall-entry-body video {
  width: 100%
}

.wall-entry .wall-stream-footer .wall-stream-addons .files {
  margin-bottom: 5px
}

.wall-entry .content a {
  color: #a57e1d
}

.wall-entry .content img {
  max-width: 100%
}

.wall-entry .media {
  overflow: visible
}

.wall-entry .well {
  margin-bottom: 0
}

.wall-entry .well .comment .showMore a {
  font-size: 12px
}

.wall-entry .media-heading {
  font-size: 14px;
  padding-top: 1px;
  margin-bottom: 3px
}

.wall-entry .media-heading .labels {
  padding-right: 32px
}

.wall-entry .media-heading .viaLink {
  font-size: 13px
}

.wall-entry .media-heading .viaLink i {
  color: #555555;
  padding-left: 4px;
  padding-right: 4px
}

.wall-entry .media-subheading {
  color: #555555;
  font-size: 12px
}

.wall-entry .media-subheading .time {
  font-size: 12px;
  white-space: nowrap
}

.wall-entry [data-ui-richtext] h1 {
  font-size: 1.45em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h2 {
  font-size: 1.3em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h3 {
  font-size: 1.2em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h4 {
  font-size: 1.1em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h5 {
  font-size: 1em;
  font-weight: normal
}

.wall-entry [data-ui-richtext] h6 {
  font-size: .85em;
  font-weight: normal
}

@media (max-width:767px) {
  .wall-entry .wall-entry-body {
    padding-left: 0;
    padding-right: 0
  }

  #wallStream .back_button_holder {
    padding-bottom: 5px;
    text-align: center
  }
}

.wall-entry-controls a {
  font-size: 11px;
  color: #133197 !important;
  margin-top: 10px;
  margin-bottom: 0
}

#wall-stream-filter-nav {
  font-size: 12px;
  margin-bottom: 10px;
  padding-top: 2px;
  border-radius: 0 0 4px 4px
}

#wall-stream-filter-nav .wall-stream-filter-root {
  margin: 0;
  border: 0 !important
}

#wall-stream-filter-nav .filter-panel {
  padding: 0 10px
}

#wall-stream-filter-nav .wall-stream-filter-head {
  padding: 5px 5px 10px 5px;
  border-bottom: 1px solid #ddd
}

#wall-stream-filter-nav .wall-stream-filter-body {
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #fff7ee;
  border-top: 0;
  border-radius: 0 0 4px 4px
}

#wall-stream-filter-nav hr {
  margin: 5px 0 0 0
}

#wall-stream-filter-nav .topic-remove-label {
  float: left
}

#wall-stream-filter-nav .topic-remove-label,
  #wall-stream-filter-nav .content-type-remove-label {
  margin-right: 6px
}

#wall-stream-filter-nav .select2 {
  width: 260px !important;
  margin-bottom: 5px;
  margin-top: 2px
}

#wall-stream-filter-nav .select2 .select2-search__field {
  height: 25px !important
}

#wall-stream-filter-nav .select2 .select2-selection__choice {
  height: 23px !important
}

#wall-stream-filter-nav .select2 .select2-selection__choice span,
  #wall-stream-filter-nav .select2 .select2-selection__choice i {
  line-height: 19px !important
}

#wall-stream-filter-nav .select2 .select2-selection__choice .img-rounded {
  width: 18px !important;
  height: 18px !important
}

#wall-stream-filter-nav .wall-stream-filter-bar {
  display: inline;
  float: right;
  white-space: normal
}

#wall-stream-filter-nav .wall-stream-filter-bar .label {
  height: 18px;
  padding-top: 4px;
  background-color: #fff
}

#wall-stream-filter-nav .wall-stream-filter-bar .btn,
  #wall-stream-filter-nav .wall-stream-filter-bar .label {
  box-shadow: 0 0 2px #7a7a7a
}

@media (max-width:767px) {
  #wall-stream-filter-nav {
    margin-bottom: 5px
  }

  #wall-stream-filter-nav .wall-stream-filter-root {
    white-space: nowrap
  }

  #wall-stream-filter-nav .wall-stream-filter-body {
    overflow: auto
  }
}

.filter-root {
  margin: 15px
}

.filter-root .row {
  display: table !important
}

.filter-root .filter-panel {
  padding: 0 5px;
  display: table-cell !important;
  float: none
}

.filter-root .filter-panel .filter-block strong {
  margin-bottom: 5px
}

.filter-root .filter-panel .filter-block ul.filter-list {
  list-style: none;
  padding: 0;
  margin: 0 0 5px
}

.filter-root .filter-panel .filter-block ul.filter-list li {
  font-size: 12px;
  padding: 2px
}

.filter-root .filter-panel .filter-block ul.filter-list li a {
  color: #000
}

.filter-root .filter-panel div.filter-block:last-of-type ul.filter-list {
  margin: 0
}

.filter-root .filter-panel+.filter-panel {
  border-left: 2px solid #075788
}

.stream-entry-loader {
  float: right;
  margin-top: 5px
}

.load-suppressed {
  margin-top: -17px;
  margin-bottom: 15px;
  text-align: center
}

.load-suppressed a {
  display: inline-block;
  background-color: #f8f8f8;
  padding: 5px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #1e4e6e;
  font-size: 11px
}

@media print {
  .wall-entry {
    page-break-inside: avoid
  }

  #wall-stream-filter-nav,
      #contentFormBody {
    display: none
  }
}

.space-owner {
  text-align: center;
  margin: 14px 0;
  font-size: 13px;
  color: #999
}

.space-member-sign {
  color: #97d271;
  position: absolute;
  top: 42px;
  left: 42px;
  font-size: 16px;
  background: #fff;
  width: 24px;
  height: 24px;
  padding: 2px 3px 1px 4px;
  border-radius: 50px;
  border: 2px solid #97d271
}

#space-menu-dropdown i.type {
  font-size: 16px;
  color: #BFBFBF
}

#space-menu-spaces [data-space-chooser-item] {
  cursor: pointer
}

#space-menu-dropdown .input-group-addon {
  border-radius: 0 4px 4px 0
}

#space-menu-dropdown .input-group-addon.focus {
  border-radius: 0 4px 4px 0;
  border: 2px solid #ededed;
  border-left: 0
}

.input-group #space-menu-search {
  border-right: 0
}

#space-menu-dropdown div:not(.input-group)>.search-reset {
  top: 10px !important;
  right: 15px !important
}

#space-directory-link i {
  margin-right: 0
}

.space-acronym {
  color: #fff;
  text-align: center;
  display: inline-block
}

.current-space-image {
  margin-right: 3px;
  margin-top: 3px
}

@media (max-width:767px) {
  #space-menu>.title {
    display: none
  }

  #space-menu-dropdown {
    width: 300px !important
  }
}

.files,
  #postFormFiles_list {
  padding-left: 0
}

ul.files {
  list-style: none;
  margin: 0 0 5px;
  padding: 0
}

ul.files li.file-preview-item {
  padding-left: 24px;
  display: none
}

ul.files li.file-preview-item .file-fileInfo {
  padding-right: 20px
}

.contentForm-upload-list {
  padding-left: 0
}

.contentForm-upload-list li:first-child {
  margin-top: 10px
}

.file_upload_remove_link,
  .file_upload_remove_link:hover {
  color: #C9233C;
  cursor: pointer
}

.file-preview-item {
  text-overflow: ellipsis;
  overflow: hidden
}

.post-files {
  margin-top: 10px;
  margin-bottom: 10px
}

.post-files video {
  border-radius: 4px
}

.post-files .jp-audio {
  margin-bottom: 10px
}

.post-files .col-media {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.post-files img {
  vertical-align: top;
  padding: 2px;
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px
}

@media (max-width:650px) {
  .post-files img {
    height: 100px
  }
}

.post-file-list {
  padding: 10px;
  padding-bottom: 1px;
  margin-bottom: 10px !important
}

.post-file-list a,
  .post-file-list a:active,
  .post-file-list a:focus,
  .post-file-list a:hover {
  color: #020760
}

#wallStream.mobile .post-files {
  margin-top: 10px;
  display: flex;
  overflow-x: auto
}

#wallStream.mobile .post-files img {
  max-width: 190px;
  height: 100px;
  width: auto
}

.file-preview-content {
  cursor: pointer
}

.image-upload-container {
  position: relative
}

.image-upload-container .image-upload-buttons {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 5px
}

.image-upload-container input[type="file"] {
  position: absolute;
  opacity: 0
}

.image-upload-container .image-upload-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #cfd1d8
}

.mime {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 1px 0 4px 26px
}

.mime-word {
  background-image: url("../img/mime/word.png")
}

.mime-excel {
  background-image: url("../img/mime/excel.png")
}

.mime-powerpoint {
  background-image: url("../img/mime/powerpoint.png")
}

.mime-pdf {
  background-image: url("../img/mime/pdf.png")
}

.mime-zip {
  background-image: url("../img/mime/zip.png")
}

.mime-image {
  background-image: url("../img/mime/image.png")
}

.mime-file {
  background-image: url("../img/mime/file.png")
}

.mime-photoshop {
  background-image: url("../img/mime/photoshop.png")
}

.mime-illustrator {
  background-image: url("../img/mime/illustrator.png")
}

.mime-video {
  background-image: url("../img/mime/video.png")
}

.mime-audio {
  background-image: url("../img/mime/audio.png")
}

@media (max-width:480px) {
  .jp-current-time {
    margin-left: 0 !important
  }

  .jp-audio {
    width: auto !important;
    margin-left: 0 !important
  }

  .jp-audio .jp-controls {
    padding: 2px 12px 0 !important
  }

  .jp-audio .jp-progress {
    left: 3px !important;
    top: 45px !important;
    width: 200px !important
  }

  .jp-audio .jp-volume-controls {
    position: absolute !important;
    top: 15px !important;
    left: 170px !important
  }

  .jp-audio .jp-time-holder {
    left: 3px !important;
    top: 60px !important;
    width: 200px !important
  }

  .jp-audio .jp-toggles {
    left: 210px !important;
    top: 45px !important;
    width: auto !important
  }

  .jp-playlist ul {
    padding: 0 0 0 0 !important
  }
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
  div.jp-type-playlist div.jp-playlist a:hover {
  color: #020760 !important
}

.jp-details,
  .jp-playlist {
  border-top: 1px solid #020760
}

.jp-audio,
  .jp-audio-stream,
  .jp-video {
  border: 1px solid #020760
}

ul.tour-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 10px
}

ul.tour-list li {
  padding-top: 5px
}

ul.tour-list li a {
  color: #655cdc;
  text-decoration: underline;
}

ul.tour-list li a .fa {
  width: 16px
}

ul.tour-list li.completed a {
  text-decoration: line-through;
  color: #555555
}

.atwho-view {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin-top: 18px;
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #d1d1ff;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  min-width: 120px;
  max-width: 265px;
  z-index: 11110 !important;
  padding: 5px 0
}

.atwho-view strong,
  .atwho-view b {
  font-weight: normal
}

.atwho-view ul li.hint {
  background: #fff !important;
  border-left: 3px solid transparent !important;
  font-size: 12px;
  color: #999
}

.atwho-view .cur small {
  color: red
}

.atwho-view strong {
  background-color: #f9f0d2
}

.atwho-view .cur strong {
  background-color: #f9f0d2
}

.atwho-view ul {
  list-style: none;
  padding: 0;
  margin: auto
}

.atwho-view ul li {
  display: block;
  padding: 5px 10px;
  border-left: 3px solid transparent;
  padding: 4px 15px 4px 8px;
  cursor: pointer
}

.atwho-view small {
  font-size: smaller;
  color: #777;
  font-weight: normal
}

.atwho-input.form-control {
  min-height: 36px;
  height: auto;
  padding-right: 95px;
  word-wrap: break-word
}

.atwho-input p {
  padding: 0;
  margin: 0
}

.atwho-placeholder {
  color: #bebebe !important
}

.atwho-emoji-entry {
  float: left;
  padding: 4px !important;
  margin: 0px !important;
  border: none !important
}

.atwho-emoji-entry:hover,
  .atwho-emoji-entry:active,
  .atwho-emoji-entry:focus {
  padding: 4px !important;
  margin: 0px !important;
  border: none !important;
  background-color: #cfd1d8 !important;
  border-radius: 3px
}

.atwho-view .cur {
  border-left: 3px solid #094a80;
  background-color: #cfd1d8 !important
}

.atwho-user,
  .atwho-space,
  .atwho-input a {
  color: #020760
}

.atwho-input a:hover {
  color: #020760
}

.atwho-view strong {
  background-color: #f9f0d2
}

.atwho-view .cur strong {
  background-color: #f9f0d2
}

.atwho-view span {
  padding: 5px
}

.sk-spinner-three-bounce.sk-spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center
}

.loader {
  padding: 30px 0
}

.loader .sk-spinner-three-bounce div,
  .loader .sk-spinner-three-bounce span {
  width: 12px;
  height: 12px;
  background-color: #004d85;
  border-radius: 100%;
  display: inline-block;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation-fill-mode: both
}

.loader .sk-spinner-three-bounce .sk-bounce1 {
  animation-delay: -0.32s
}

.loader .sk-spinner-three-bounce .sk-bounce2 {
  animation-delay: -0.16s
}

@keyframes sk-threeBounceDelay {
  0%,
      80%,
      100% {
    transform: scale(0)
  }

  40% {
    transform: scale(1)
  }
}

.loader-modal {
  padding: 8px 0
}

.loader-postform {
  padding: 9px 0
}

.loader-postform .sk-spinner-three-bounce.sk-spinner {
  text-align: left;
  margin: 0
}

.md-editor.active {
  border: 2px solid #08357d !important
}

.md-editor textarea {
  padding: 10px !important
}

.markdown-render,
  [data-ui-markdown],
  [data-ui-richtext] {
  overflow: hidden;
  overflow-wrap: break-word;
  line-height: 1.57
}

.markdown-render h1,
  [data-ui-markdown] h1,
  [data-ui-richtext] h1,
  .markdown-render h2,
  [data-ui-markdown] h2,
  [data-ui-richtext] h2,
  .markdown-render h3,
  [data-ui-markdown] h3,
  [data-ui-richtext] h3,
  .markdown-render h4,
  [data-ui-markdown] h4,
  [data-ui-richtext] h4,
  .markdown-render h5,
  [data-ui-markdown] h5,
  [data-ui-richtext] h5,
  .markdown-render h6,
  [data-ui-markdown] h6,
  [data-ui-richtext] h6 {
  text-align: start;
  font-weight: normal;
  margin: 1.2em 0 .8em;
  color: #555
}

.markdown-render h1:first-child,
  [data-ui-markdown] h1:first-child,
  [data-ui-richtext] h1:first-child,
  .markdown-render h2:first-child,
  [data-ui-markdown] h2:first-child,
  [data-ui-richtext] h2:first-child,
  .markdown-render h3:first-child,
  [data-ui-markdown] h3:first-child,
  [data-ui-richtext] h3:first-child,
  .markdown-render h4:first-child,
  [data-ui-markdown] h4:first-child,
  [data-ui-richtext] h4:first-child,
  .markdown-render h5:first-child,
  [data-ui-markdown] h5:first-child,
  [data-ui-richtext] h5:first-child,
  .markdown-render h6:first-child,
  [data-ui-markdown] h6:first-child,
  [data-ui-richtext] h6:first-child {
  margin: 0 0 .8em
}

.markdown-render h1,
  [data-ui-markdown] h1,
  [data-ui-richtext] h1 {
  font-size: 1.7em
}

.markdown-render h2,
  [data-ui-markdown] h2,
  [data-ui-richtext] h2 {
  font-size: 1.5em
}

.markdown-render h3,
  [data-ui-markdown] h3,
  [data-ui-richtext] h3 {
  font-size: 1.2em
}

.markdown-render h4,
  [data-ui-markdown] h4,
  [data-ui-richtext] h4 {
  font-size: 1.1em
}

.markdown-render h5,
  [data-ui-markdown] h5,
  [data-ui-richtext] h5 {
  font-size: 1em
}

.markdown-render h6,
  [data-ui-markdown] h6,
  [data-ui-richtext] h6 {
  font-size: .85em
}

.markdown-render p,
  [data-ui-markdown] p,
  [data-ui-richtext] p,
  .markdown-render pre,
  [data-ui-markdown] pre,
  [data-ui-richtext] pre,
  .markdown-render blockquote,
  [data-ui-markdown] blockquote,
  [data-ui-richtext] blockquote,
  .markdown-render ul,
  [data-ui-markdown] ul,
  [data-ui-richtext] ul,
  .markdown-render ol,
  [data-ui-markdown] ol,
  [data-ui-richtext] ol {
  margin: 0 0 1.2em
}

.markdown-render li ul,
  [data-ui-markdown] li ul,
  [data-ui-richtext] li ul,
  .markdown-render li ol,
  [data-ui-markdown] li ol,
  [data-ui-richtext] li ol {
  margin: 0
}

.markdown-render p:last-child,
  [data-ui-markdown] p:last-child,
  [data-ui-richtext] p:last-child {
  margin: 0
}

.markdown-render pre,
  [data-ui-markdown] pre,
  [data-ui-richtext] pre {
  padding: 0;
  border: none;
  background-color: #cfd1d8
}

.markdown-render pre code,
  [data-ui-markdown] pre code,
  [data-ui-richtext] pre code {
  background-color: #cfd1d8;
  color: #555
}

.markdown-render code,
  [data-ui-markdown] code,
  [data-ui-richtext] code {
  background-color: #dbf5f8;
  color: #193888
}

.markdown-render blockquote,
  [data-ui-markdown] blockquote,
  [data-ui-richtext] blockquote {
  background-color: rgba(128, 128, 128, 0.05);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 15px 20px;
  font-size: 1em;
  border-left: 5px solid #182039
}

.markdown-render dt,
  [data-ui-markdown] dt,
  [data-ui-richtext] dt,
  .markdown-render dd,
  [data-ui-markdown] dd,
  [data-ui-richtext] dd {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.45
}

.markdown-render dt,
  [data-ui-markdown] dt,
  [data-ui-richtext] dt {
  font-weight: bold
}

.markdown-render dd,
  [data-ui-markdown] dd,
  [data-ui-richtext] dd {
  margin-left: 40px
}

.markdown-render pre,
  [data-ui-markdown] pre,
  [data-ui-richtext] pre {
  text-align: start;
  border: 0;
  padding: 10px 20px;
  border-radius: 0;
  border-left: 2px solid #182039
}

.markdown-render pre code,
  [data-ui-markdown] pre code,
  [data-ui-richtext] pre code {
  white-space: pre !important
}

.markdown-render blockquote ul:last-child,
  [data-ui-markdown] blockquote ul:last-child,
  [data-ui-richtext] blockquote ul:last-child,
  .markdown-render blockquote ol:last-child,
  [data-ui-markdown] blockquote ol:last-child,
  [data-ui-richtext] blockquote ol:last-child {
  margin-bottom: 0
}

.markdown-render ul,
  [data-ui-markdown] ul,
  [data-ui-richtext] ul,
  .markdown-render ol,
  [data-ui-markdown] ol,
  [data-ui-richtext] ol {
  margin-top: 0;
  padding-left: 30px
}

.markdown-render ul li p,
  [data-ui-markdown] ul li p,
  [data-ui-richtext] ul li p,
  .markdown-render ol li p,
  [data-ui-markdown] ol li p,
  [data-ui-richtext] ol li p {
  overflow: visible !important
}

.markdown-render .footnote,
  [data-ui-markdown] .footnote,
  [data-ui-richtext] .footnote {
  vertical-align: top;
  position: relative;
  top: -0.5em;
  font-size: .8em
}

.markdown-render .emoji,
  [data-ui-markdown] .emoji,
  [data-ui-richtext] .emoji {
  width: 16px
}

.markdown-render a,
  [data-ui-markdown] a,
  [data-ui-richtext] a,
  .markdown-render a:visited,
  [data-ui-markdown] a:visited,
  [data-ui-richtext] a:visited {
  background-color: inherit;
  text-decoration: none;
  color: #020760 !important
}

.markdown-render a.header-anchor,
  [data-ui-markdown] a.header-anchor,
  [data-ui-richtext] a.header-anchor {
  color: #555 !important
}

.markdown-render a.not-found,
  [data-ui-markdown] a.not-found,
  [data-ui-richtext] a.not-found {
  color: #FFC107
}

.markdown-render li,
  [data-ui-markdown] li,
  [data-ui-richtext] li {
  border: 0 !important;
  background-color: transparent !important;
  padding: 0;
  margin: 5px 0
}

.markdown-render img:not(.center-block),
  [data-ui-markdown] img:not(.center-block),
  [data-ui-richtext] img:not(.center-block) {
  max-width: 100%
}

.markdown-render img.pull-right,
  [data-ui-markdown] img.pull-right,
  [data-ui-richtext] img.pull-right {
  margin: 5px 0 0 10px
}

.markdown-render img.pull-left,
  [data-ui-markdown] img.pull-left,
  [data-ui-richtext] img.pull-left {
  margin: 5px 10px 0 0
}

.markdown-render img.center-block,
  [data-ui-markdown] img.center-block,
  [data-ui-richtext] img.center-block {
  margin-top: 5px;
  margin-bottom: 5px
}

.markdown-render img[width='100%'],
  [data-ui-markdown] img[width='100%'],
  [data-ui-richtext] img[width='100%'] {
  border-radius: 4px
}

.markdown-render table,
  [data-ui-markdown] table,
  [data-ui-richtext] table {
  width: 100%;
  font-size: 1em;
  border: 1px solid #3b4b6d;
  margin-bottom: 1.2em !important
}

.markdown-render table th,
  [data-ui-markdown] table th,
  [data-ui-richtext] table th {
  font-size: 1em;
  color: #000000 !important;
  background-color: #ffffff
}

.markdown-render table th p,
  [data-ui-markdown] table th p,
  [data-ui-richtext] table th p {
  color: #fff !important
}

.markdown-render table td,
  [data-ui-markdown] table td,
  [data-ui-richtext] table td {
  padding: 15px;
  border: 1px solid #193966 !important
}

.markdown-render table th,
  [data-ui-markdown] table th,
  [data-ui-richtext] table th {
  padding: 10px 15px;
  border: 1px solid #193966 !important
}

@media (max-width:991px) {
  .layout-sidebar-container {
    display: none
  }
}

.ui2-widget-header {
  border: none !important;
  background: #fff !important;
  color: #7a7a7a !important;
  font-weight: 300 !important
}

.ui2-widget-content {
  border: 1px solid #dddcda !important;
  border-radius: 25px !important;
  background: linear-gradient(90deg, #d25555 0%, #bda22a 50%, #49b569 100%) !important;
  color: #000 !important;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1)
}

.ui-widget-header {
  border: none;
  background: #fff;
  color: #7a7a7a;
  font-weight: 300
}

.ui-widget-content {
  border: 1px solid #dddcda;
  border-radius: 15px;
  background: #fff;
  color: #000;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.1)
}

.ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
  opacity: .2;
  /* z-index: 1151 !important ; */
}

.ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
  background: #fff !important;
  border: none;
  margin: 1px
}

.ui-state2-default,
  .ui2-widget-content .ui2-state-default,
  .ui2-widget-header .ui2-state-default {
  border: none;
  background: #5A5A5A;
  color: white !important;
  border-radius: 25px;
  text-align: center;
  outline: none;
  width: 20px;
  height: 20px;
}

.ui2-state-highlight,
  .ui2-widget-content .ui2-state-highlight,
  .ui2-widget-header .ui2-state-highlight {
  border: none !important;
  border: 1px solid #b2b2b2 !important;
  color: white;
  width: 20px;
  height: 20px;
}

.ui2-state-active,
  .ui2-widget-content .ui2-state-active,
  .ui2-widget-header .ui2-state-active {
  border: none;
  background: #5A5A5A;
  color: white;
  border-radius: 25px;
  width: 20px;
  height: 20px;
}

.ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
  border: none;
  background: #f3f3f3;
  color: #000;
  border-bottom-left-radius: 5px;
}

.ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
  border: none;
  border: 1px solid #b2b2b2
}

.ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
  border: 1px solid #4f76b9;
  background: #4f76b9;
  color: white;
}

.status-bar-body {
  color: #ffffff;
  position: fixed;
  width: 100%;
  background-color: rgba(86, 87, 91, 0.8);
  text-align: center;
  padding: 20px;
  z-index: 9999999;
  bottom: 0px;
  display: block;
  line-height: 20px
}

.status-bar-close {
  color: #6D8FF1;
  font-weight: bold;
  font-size: 21px;
  cursor: pointer
}

.status-bar-close:hover {
  color: white
}

.status-bar-close i {
  vertical-align: top !important;
  padding-top: 3px
}

.status-bar-content i {
  margin-right: 10px;
  font-size: 21px;
  vertical-align: middle
}

.status-bar-content .showMore {
  color: #020760;
  float: right;
  margin-left: 10px;
  font-size: .7em;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap
}

.status-bar-content .status-bar-details {
  text-align: left;
  font-size: .7em;
  margin-top: 20px;
  max-height: 200px;
  overflow: auto
}

.status-bar-content span {
  vertical-align: middle
}

.status-bar-content i.error,
  .status-bar-content i.fatal {
  color: #C9233C
}

.status-bar-content i.warning {
  color: #FFC107
}

.status-bar-content i.info,
  .status-bar-content i.debug {
  color: #020760
}

.status-bar-content i.success {
  color: #00c8fa
}

.highlight {
  background-color: #daf0f3
}

.alert-default {
  color: #000;
  background-color: #cfd1d8;
  border-color: #075788;
  font-size: 13px
}

.alert-default .info {
  margin: 10px 0
}

.alert-success {
  color: #84be5e;
  background-color: #f7fbf4;
  border-color: #97d271
}

.alert-warning {
  color: #e9b168;
  background-color: #fffbf7;
  border-color: #fdd198
}

.alert-danger {
  color: #ff8989;
  background-color: #fff6f6;
  border-color: #ff8989
}

.data-saved {
  padding-left: 10px;
  color: #020760
}

img.bounceIn {
  animation-duration: 800ms
}

.tags .tag {
  margin-top: 5px;
  border-radius: 2px;
  padding: 4px 8px;
  text-transform: uppercase;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

#user-tags-panel .tags .tag {
  max-width: 250px
}

.label {
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 5px 4px;
  font-weight: 800;
  font-size: 10px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none
}

.label-default {
  background: #2b4156;
  color: #ffffff !important
}

a.label-default:hover {
  background: #496681 !important;
}

.label-primary {
  background: var(--primary);
  color: #ffffff !important
}

a.label-primary:hover {
  background: #435ea9 !important;
}

.label-secondary {
  background: var(--default);
  color: var(--primary) !important
}

a.label-secondary:hover {
  background: #efe6d5 !important;
}

.label-info {
  background-color: #020760
}

a.label-info:hover {
  background: #1d439d !important
}

.label-danger {
  background-color: #C9233C
}

a.label-danger:hover {
  background: #fc314f !important
}

.label-success {
  background-color: #1b8626
}

a.label-success:hover {
  background: #89cc5e !important
}

.label-warning {
  background-color: #FFC107
}

a.label-warning:hover {
  background: #ecb100 !important
}

.label-light {
  background-color: transparent;
  color: #7a7a7a;
  border: 1px solid #bababa
}

.topic-label-list,
  .wall-entry-topics {
  margin-bottom: 10px
}

.topic-label-list a,
  .wall-entry-topics a {
  margin-right: 4px
}

.topic-label-list .label,
  .wall-entry-topics .label {
  padding: 5px;
  border-radius: 4px
}

.ProsemirrorEditor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vh - 3px);
  z-index: 9998
}

.ProsemirrorEditor.fullscreen .ProseMirror-menubar-wrapper {
  height: 100%
}

.ProsemirrorEditor.fullscreen .humhub-ui-richtext {
  max-height: none !important
}

.ProsemirrorEditor.fullscreen .ProseMirror {
  position: static;
  overflow: auto;
  height: calc(100% - 26px)
}

.ProsemirrorEditor.fullscreen .ProseMirror-menubar {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  width: 100% !important
}

.login-container .ProsemirrorEditor.fullscreen,
  .modal-dialog .ProsemirrorEditor.fullscreen {
  width: 100%;
  height: 100%
}

.ProsemirrorEditor .ProseMirror {
  padding-right: 12px
}

.ProsemirrorEditor .ProseMirror.form-control {
  font-size: inherit
}

.ProsemirrorEditor .ProseMirror-menu {
  margin: 0 -4px;
  line-height: 1
}

.ProsemirrorEditor .ProseMirror-tooltip .ProseMirror-menu {
  width: -moz-fit-content;
  width: fit-content;
  white-space: pre
}

.ProsemirrorEditor .ProseMirror-menuitem {
  margin-right: 0;
  display: inline-block
}

.ProsemirrorEditor .ProseMirror-menuseparator {
  border-right: 1px solid #ddd;
  margin-right: 3px
}

.ProsemirrorEditor .ProseMirror-menubar-wrapper {
  z-index: 200
}

.ProsemirrorEditor .ProseMirror-menuitem .ProseMirror-menu-group {
  border-right: 1px solid #ddd
}

.ProsemirrorEditor .ProseMirror-menuitem .ProseMirror-menu-group.last {
  border-right: none
}

.ProsemirrorEditor .ProseMirror-menuitem .seperator {
  border-right: 1px solid #ddd;
  margin-right: 2px;
  padding-right: 2px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown,
  .ProsemirrorEditor .ProseMirror-menu-dropdown-menu {
  font-size: 90%;
  white-space: nowrap
}

.ProsemirrorEditor .ProseMirror-menu-dropdown {
  cursor: pointer;
  position: relative;
  padding-right: 15px !important
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-wrap {
  padding: 1px 0 1px 0;
  display: inline-block;
  position: relative
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-right {
  right: 0
}

.ProsemirrorEditor .ProseMirror-menu-dropdown:after {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  opacity: .6;
  position: absolute;
  right: 4px;
  top: calc(50% - 2px)
}

.ProsemirrorEditor .ProseMirror-menu-submenu {
  border-top-right-radius: 4px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-menu,
  .ProsemirrorEditor .ProseMirror-menu-submenu {
  position: absolute;
  background: #f9f9f9;
  color: #666;
  border: 1px solid #aaa;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-menu {
  z-index: 15;
  min-width: 6em;
  margin-top: 2px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-item {
  cursor: pointer
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-item div[title],
  .ProsemirrorEditor .ProseMirror-menu-submenu-wrap {
  padding: 4px
}

.ProsemirrorEditor .ProseMirror-menu-dropdown-item:hover {
  background: #f2f2f2
}

.ProsemirrorEditor .ProseMirror-menu-submenu-wrap {
  position: relative
}

.ProsemirrorEditor .ProseMirror-menu-submenu-label:after {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  opacity: .6;
  position: absolute;
  right: 4px;
  top: calc(50% - 4px)
}

.ProsemirrorEditor .ProseMirror-menu-submenu {
  display: none;
  min-width: 4em;
  left: 100%;
  top: 0
}

.ProsemirrorEditor .ProseMirror-menu-active {
  background: #eee;
  border-radius: 4px;
  border: 1px solid #075788 !important
}

.ProsemirrorEditor .ProseMirror-menu-disabled {
  opacity: .3
}

.ProsemirrorEditor .ProseMirror-menu-submenu-wrap:hover .ProseMirror-menu-submenu,
  .ProsemirrorEditor .ProseMirror-menu-submenu-wrap-active .ProseMirror-menu-submenu {
  display: block
}

.ProsemirrorEditor .ProseMirror-icon {
  display: inline-block;
  line-height: .8;
  vertical-align: -2px;
  padding: 1px 7px;
  cursor: pointer;
  border: 1px solid transparent
}

.ProsemirrorEditor .ProseMirror-menu-disabled.ProseMirror-icon {
  cursor: default
}

.ProsemirrorEditor .ProseMirror-icon svg {
  fill: currentColor;
  height: 1em
}

.ProsemirrorEditor .ProseMirror-icon span {
  vertical-align: text-top
}

.ProsemirrorEditor.plainMenu .ProseMirror {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-width: 1px !important;
  min-height: 100px
}

.ProsemirrorEditor.plainMenu .ProseMirror-menu-group {
  padding: 5px
}

.ProsemirrorEditor.plainMenu .ProseMirror-menuitem .ProseMirror-menu-group {
  padding: 2px
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar~.ProseMirror-focused {
  border-color: #020760 !important
}

.ProsemirrorEditor.plainMenu .ProseMirror-textblock-dropdown {
  min-width: 3em
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar-wrapper {
  z-index: 8
}

.ProsemirrorEditor.plainMenu .ProseMirror-menubar {
  background-color: #efefef;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 2px solid #163540;
  position: relative;
  min-height: 1em;
  color: #000;
  padding: 1px 6px 1px 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  overflow: visible
}

.ProsemirrorEditor.focusMenu .form-control:focus {
  border-top-left-radius: 0 !important
}

.ProsemirrorEditor.focusMenu .ProseMirror-menubar {
  display: table;
  min-height: 1em;
  color: #666;
  padding: 2px 6px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-sizing: border-box;
  overflow: visible;
  margin-top: -25px;
  background: #f6f6f6;
  border: 1px solid #aeaeae;
  border-bottom: 0;
  border-top: 1px solid #aeaeae;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  float: left
}

.ProsemirrorEditor .ProseMirror {
  position: relative;
  word-wrap: break-word;
  white-space: pre-wrap;
  font-variant-ligatures: none
}

.ProsemirrorEditor .ProseMirror ul,
  .ProsemirrorEditor .ProseMirror ol {
  cursor: default
}

.ProsemirrorEditor .ProseMirror pre {
  white-space: pre-wrap
}

.ProsemirrorEditor .ProseMirror li {
  position: relative
}

.ProsemirrorEditor .ProseMirror img {
  max-width: 100%
}

.ProsemirrorEditor .ProseMirror-hideselection *::-moz-selection {
  background: transparent
}

.ProsemirrorEditor .ProseMirror-hideselection *::selection {
  background: transparent
}

.ProsemirrorEditor .ProseMirror-selectednode {
  outline: 2px dashed #8cf
}

.ProsemirrorEditor li.ProseMirror-selectednode {
  outline: none
}

.ProsemirrorEditor li.ProseMirror-selectednode:after {
  content: "";
  position: absolute;
  left: -32px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px solid #8cf;
  pointer-events: none
}

.ProsemirrorEditor .ProseMirror-textblock-dropdown {
  min-width: 3em
}

.ProsemirrorEditor .ProseMirror-menu {
  margin: 0 -4px;
  line-height: 1
}

.ProsemirrorEditor .ProseMirror-tooltip .ProseMirror-menu {
  width: -moz-fit-content;
  width: fit-content;
  white-space: pre
}

.ProsemirrorEditor .ProseMirror-gapcursor {
  display: none;
  pointer-events: none;
  position: absolute
}

.ProsemirrorEditor .ProseMirror-gapcursor:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid black;
  animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite
}

@keyframes ProseMirror-cursor-blink {
  to {
    visibility: hidden
  }
}

.ProsemirrorEditor .ProseMirror-focused .ProseMirror-gapcursor {
  display: block
}

.ProsemirrorEditor .ProseMirror-example-setup-style hr {
  padding: 2px 10px;
  border: none;
  margin: 1em 0
}

.ProsemirrorEditor .ProseMirror-example-setup-style hr:after {
  content: "";
  display: block;
  height: 1px;
  background-color: silver;
  line-height: 2px
}

.ProsemirrorEditor .ProseMirror-example-setup-style img {
  cursor: default
}

.ProsemirrorEditor .ProseMirror p {
  margin-top: 1.2em
}

.ProsemirrorEditor .ProseMirror p:first-child {
  margin: 0
}

.ProsemirrorEditor .ProseMirror>p:first-child+* {
  margin-top: 1.2em
}

.ProsemirrorEditor .ProsemirrorEditor {
  position: relative
}

.ProsemirrorEditor .ProsemirrorEditor .ProseMirror {
  padding-right: 12px !important
}

.ProsemirrorEditor .ProsemirrorEditor img {
  max-width: 100%
}

.ProsemirrorEditor .ProseMirror h1:first-child,
  .ProsemirrorEditor .ProseMirror h2:first-child,
  .ProsemirrorEditor .ProseMirror h3:first-child,
  .ProsemirrorEditor .ProseMirror h4:first-child,
  .ProsemirrorEditor .ProseMirror h5:first-child,
  .ProsemirrorEditor .ProseMirror h6:first-child {
  margin-top: 10px
}

.ProsemirrorEditor .ProseMirror [data-mention] {
  color: #020760
}

.ProsemirrorEditor .ProseMirror {
  outline: none
}

.ProsemirrorEditor .ProseMirror [data-oembed] {
  font-size: 0
}

.ProsemirrorEditor .ProseMirror iframe {
  pointer-events: none;
  display: block
}

.ProsemirrorEditor .ProseMirror p {
  margin-bottom: 1em
}

.ProsemirrorEditor .ProseMirror-textblock-dropdown {
  min-width: 3em
}

.ProsemirrorEditor .ProseMirror .placeholder {
  padding: 0 !important;
  pointer-events: none;
  height: 0
}

.ProsemirrorEditor .ProseMirror:focus .placeholder {
  display: none
}

.ProsemirrorEditor .ProseMirror .tableWrapper {
  overflow-x: auto
}

.ProsemirrorEditor .ProseMirror .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  width: 4px;
  z-index: 20;
  background-color: #adf;
  pointer-events: none
}

.ProsemirrorEditor .ProseMirror.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize
}

.ProsemirrorEditor .ProseMirror .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none
}

.ProsemirrorEditor .ProseMirror-menubar-wrapper {
  position: relative;
  outline: none
}

.ProsemirrorEditor .ProseMirror table {
  margin: 0
}

.ProsemirrorEditor .ProseMirror .tableWrapper {
  margin: 1em 0
}

.ProseMirror-prompt {
  background: #eeeeee;
  padding: 5px 10px 5px 15px;
  border: 1px solid silver;
  position: fixed;
  border-radius: 3px;
  min-width: 300px;
  z-index: 999999;
  box-shadow: -0.5px 2px 5px rgba(0, 0, 0, 0.2)
}

.ProseMirror-prompt h5 {
  font-weight: bold;
  font-size: 100%;
  margin: 15px 0
}

.ProseMirror-prompt input {
  margin-bottom: 5px
}

.ProseMirror-prompt-close {
  position: absolute;
  left: 2px;
  top: 1px;
  color: #666;
  border: none;
  background: transparent;
  padding: 0
}

.ProseMirror-prompt-close:after {
  content: "✕";
  font-size: 12px
}

.ProseMirror-invalid {
  background: #ffc;
  border: 1px solid #cc7;
  border-radius: 4px;
  padding: 5px 10px;
  position: absolute;
  min-width: 10em
}

.ProseMirror-prompt-buttons {
  margin: 15px 0;
  text-align: center
}

.atwho-view .cur {
  border-left: 3px solid #2382dd;
  background-color: #cfd1d8 !important
}

.atwho-user,
  .atwho-space,
  .atwho-input a {
  color: #2382dd
}

.atwho-input a:hover {
  color: #2382dd
}

.atwho-view strong {
  background-color: #f9f0d2
}

.atwho-view .cur strong {
  background-color: #f9f0d2
}

[data-emoji-category] {
  max-height: 200px;
  display: block;
  position: relative;
  overflow: auto
}

[data-emoji-category] .atwho-emoji-entry {
  width: 24px;
  height: 28px;
  overflow: hidden
}

[data-emoji-category] .atwho-emoji-entry.cur {
  background-color: #075788 !important
}

img.emoji {
    display: inline;
}

.emoji-nav {
  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.emoji-nav .emoji-nav-item {
  border-top: 2px solid #daf0f3
}

.emoji-nav .emoji-nav-item.cur {
  border-left: 0;
  border-top: 2px solid #020760
}

[data-ui-markdown],
  [data-ui-richtext] {
  overflow-x: auto;
  overflow-wrap: break-word
}

[data-ui-markdown] a,
  [data-ui-richtext] a {
  color: #020760
}

#wallStream [data-ui-markdown],
  #wallStream [data-ui-richtext] {
  overflow-wrap: initial;
  word-break: initial;
  -webkit-hyphens: initial;
  hyphens: initial
}

@media screen and (max-width:768px) {
  .ProsemirrorEditor.focusMenu .form-control:focus {
    border-top-right-radius: 0 !important
  }

  .ProsemirrorEditor.focusMenu .ProseMirror-menubar {
    min-height: 1em;
    margin-top: 0
  }

  .ProsemirrorEditor.focusMenu .humhub-ui-richtext {
    margin-top: 0
  }
}

@media only screen and (max-width : 768px) {
  body {
    padding-top: 105px
  }

  .modal-open #layout-content>.container {
    overflow-x: unset
  }

  #layout-content .left-navigation .list-group {
    -webkit-overflow-scrolling: auto;
    white-space: nowrap;
    overflow-x: auto
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar {
    -webkit-appearance: none
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar:vertical {
    width: 8px
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar:horizontal {
    height: 8px
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #C8D3DA
  }

  #layout-content .left-navigation .list-group::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #C8D3DA
  }

  #layout-content .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none
  }

  #layout-content .table-responsive::-webkit-scrollbar:vertical {
    width: 8px
  }

  #layout-content .table-responsive::-webkit-scrollbar:horizontal {
    height: 8px
  }

  #layout-content .table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border: 2px solid #C8D3DA
  }

  #layout-content .table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #C8D3DA
  }

  #layout-content .panel {
    margin-bottom: 5px
  }

  #layout-content .panel .statistics .entry {
    margin-left: 10px
  }

  #layout-content>.container {
    padding-right: 2px !important;
    padding-left: 2px !important;
    overflow-x: hidden
  }

  #layout-content .layout-nav-container .panel-heading {
    display: none
  }

  #layout-content .panel-profile-header #profilefileupload,
      #layout-content .panel-profile-header .profile-user-photo-container,
      #layout-content .panel-profile-header .space-acronym,
      #layout-content .panel-profile-header .profile-user-photo {
    height: 100px !important;
    width: 100px !important
  }

  #layout-content .image-upload-container .image-upload-buttons {
    right: 2px !important
  }

  #layout-content .space-acronym {
    padding: 6px 0 !important
  }

  #layout-content .panel-profile .panel-profile-header .img-profile-header-background {
    min-height: 80px !important
  }

  #layout-content .panel-profile .panel-profile-header .img-profile-data {
    padding-top: 50px !important;
    padding-left: 130px
  }

  .modal-dialog {
    width: calc(100vw - 4px) !important;
    padding: 0 !important;
    margin: 2px !important
  }

  .dropdown-menu>li a,
      .nav-pills .dropdown-menu li a,
      .nav-tabs .dropdown-menu li a,
      .account .dropdown-menu li a,
      .modal .dropdown-menu li a,
      .panel .dropdown-menu li a,
      .nav-tabs .dropdown-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
  }

  .dropdown-menu {
    max-width: 320px
  }

  select.form-control:not([multiple]) {
    padding-right: 23px;
    width: auto
  }

  .modal.in {
    padding-right: 0 !important
  }

  .load-suppressed {
    margin-top: -8px;
    margin-bottom: 5px
  }

  .ProsemirrorEditor .ProseMirror-menuitem {
    font-size: 1.2em !important
  }
}

.icon-sm,
  .fa-sm {
  font-size: .875em
}

.icon-lg,
  .fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em
}

.icon-2x,
  .fa-2x {
  font-size: 2em
}

.icon-3x,
  .fa-3x {
  font-size: 3em
}

.icon-4x,
  .fa-4x {
  font-size: 4em
}

.icon-5x,
  .fa-5x {
  font-size: 5em
}

.icon-6x,
  .fa-6x {
  font-size: 6em
}

.icon-7x,
  .fa-7x {
  font-size: 7em
}

.icon-9x,
  .fa-9x {
  font-size: 9em
}

.icon-10x,
  .fa-10x {
  font-size: 10em
}

@media print {
  a[href]:after {
    content: none
  }

  body {
    padding-top: 0
  }

  pre,
      blockquote {
    page-break-inside: avoid
  }

  .preferences,
      .layout-sidebar-container,
      .layout-nav-container,
      button {
    display: none !important
  }
}

@media (min-width:500px) {
  .container-cards.container-fluid .card {
    width: 50%
  }
}

@media (min-width:1000px) {
  .container-cards.container-fluid .card {
    width: 33.33333333%
  }
}

@media (min-width:1300px) {
  .container-cards.container-fluid .card {
    width: 25%
  }
}

@media (min-width:1600px) {
  .container-cards.container-fluid .card {
    width: 20%
  }
}

@media (min-width:1900px) {
  .container-cards.container-fluid .card {
    width: 16.66666667%
  }
}

.container-cards .form-search .row>div {
  padding-bottom: 3px
}

.container-cards .form-search .form-search-filter-keyword {
  position: relative
}

.container-cards .form-search .form-search-filter-keyword .form-button-search {
  position: absolute;
  right: 18px
}

.container-cards .form-search .form-control.form-search-filter {
  width: 100%;
  height: 40px;
  margin: 3px 0 0;
  padding: 8px 30px 10px 8px;
  border-radius: 4px;
  border: solid 1px #c5c5c5
}

.container-cards .form-search .form-button-search {
  background: none;
  border: 0;
  font-size: 16px;
  color: #000;
  top: initial;
  bottom: 9px
}

.container-cards .form-search .form-search-field-info {
  font-size: 80%
}

.container-cards .form-search-reset {
  text-decoration: underline;
  display: block;
  margin-top: 26px;
  margin-left: 15px;
}

.container-cards .form-search-reset:hover {
  text-decoration: none
}

.container-cards .form-search-filter-tags {
  padding-top: 21px
}

.container-cards .form-search-filter-tags button {
  margin: 10px 10px 0 0
}

.container-cards .form-search-filter-tags .btn {
  padding-left: 16px;
  padding-right: 16px
}

.container-cards .form-search-filter-tags .btn:not(.active) {
  padding: 3px 14px
}

.container-cards .form-search-filter-tags .btn.btn-primary {
  border: 1px solid #182039
}

.container-cards .form-search-filter-tags .btn.btn-primary.active,
  .container-cards .form-search-filter-tags .btn.btn-primary:not(.active):hover {
  background: #182039 !important;
  color: #FFF !important
}

.container-cards .form-search-filter-tags .btn.btn-primary:not(.active) {
  background: #FFF;
  color: #182039 !important
}

.container-cards .directory-filters-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px -10px -10px;
  padding: 20px 5px;
  color: #000;
  border-radius: 0 0 4px 4px;
  font-size: 14px
}

.container-cards .directory-filters-footer.directory-filters-footer-warning {
  background: #FFC107
}

.container-cards .directory-filters-footer.directory-filters-footer-info {
  background: #ededed;
  border: 1px solid #ededed
}

.container-cards .directory-filters-footer .filter-footer-icon {
  font-size: 35px;
  line-height: 25px;
  text-align: center;
  color: #182039;
  background: #FFF;
  height: 25px;
  border-radius: 50%;
  margin-right: 32px;
  vertical-align: middle
}

.container-cards .cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.container-cards .cards-no-results {
  color: #000;
  font-size: 16px;
  line-height: 34px
}

.container-cards .card {
  display: flex;
  flex-direction: row
}

.container-cards .card .card-panel {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 15px 0;
  border-radius: 4px;
  background-color: #C8D3DA;
  margin-right: 15px;
}

.container-cards .card .card-panel.card-archived {
  filter: opacity(60%)
}

.container-cards .card .card-icons .fa {
  color: #020760
}

.container-cards .card .card-icons .fa span {
  font: 12px Trattatello, fantasy;
  font-weight: 600
}

.container-cards .card .card-bg-image {
  width: 100%;
  height: 86px;
  background-color: #2b4156;
  background-size: cover;
  background-position: center;
  border-radius: 4px 4px 0 0
}

.container-cards .card .card-status {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 12px;
  color: #FFF;
  min-height: 30px;
  max-height: 30px
}

.container-cards .card .card-status.card-status-professional {
  background: #415F6E
}

.container-cards .card .card-status.card-status-official,
  .container-cards .card .card-status.card-status-partner {
  background: #90A1AA
}

.container-cards .card .card-status.card-status-deprecated {
  background: #EB0000
}

.container-cards .card .card-status.card-status-featured {
  background: #182039
}

.container-cards .card .card-status.card-status-new {
  background: #020760
}

.container-cards .card .card-header {
  position: absolute;
  padding: 16px;
  display: table;
  width: 100%
}

.container-cards .card .card-header .card-image-wrapper {
  display: table-cell;
  width: 98px
}

.container-cards .card .card-header .card-image-link {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 6px
}

.container-cards .card .card-header .card-status {
  position: absolute;
  right: 16px;
  background: #182039
}

.container-cards .card .card-header .card-icons {
  display: table-cell;
  padding: 0 0 2px 5px;
  text-align: right;
  vertical-align: bottom;
  font-size: 16px
}

.container-cards .card .card-header .card-icons .fa {
  color: #051461
}

.container-cards .card .card-header .card-icons .fa.fa-mobile-phone {
  font-size: 22px;
  line-height: 15px;
  position: relative;
  top: 2px
}

.container-cards .card .card-status-none+.card-header {
  border-radius: 4px 4px 0 0;
}

.container-cards .card .card-body {
  flex-grow: 1;
  padding: 44px 16px 24px 16px;
  overflow: auto;
  background-color: #f9f9f9;
}

.container-cards .card .card-body .card-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px
}

.container-cards .card .card-body .card-details {
  margin-top: 8px;
  color: #57646c
}

.container-cards .card .card-body .card-details a {
  color: #020760;
  text-decoration: underline
}

.container-cards .card .card-body .card-details a:hover {
  text-decoration: none
}

.container-cards .card .card-body .card-tags {
  margin-top: 20px
}

.container-cards .card .card-footer {
  padding: 0 16px 20px;
  background-color: #f9f9f9;
}

.container-cards .card .card-footer a.btn {
  float: left;
  margin: 0 8px 4px 0;
  white-space: normal;
  -webkit-hyphens: none;
  hyphens: none
}

.container-cards .card .card-footer a.btn:last-child {
  margin-right: 0
}

.container-cards .card .card-footer .btn-group a.btn {
  margin-right: 0
}

.container-modules .modules-type {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 70px 0 40px
}

.container-modules .row.cards {
  margin-top: 40px
}

.container-modules .card-module .card-panel {
  background: none;
  overflow: hidden
}

.container-modules .card-module .card-panel>div:not(.card-status) {
  background-color: #C8D3DA
}

.container-modules .card-module .card-header {
  position: relative
}

.container-modules .card-module .card-body {
  padding-top: 8px;
  font-size: 13px;
  color: #6C787E
}

.container-modules .card-module .card-body>div {
  padding-bottom: 8px
}

.container-modules .card-module .card-body>div:last-child {
  padding-bottom: 0
}

.container-modules .card-module .card-title {
  color: #000
}

.container-modules .card-module .card-footer {
  padding-bottom: 14px
}

.container-modules .card-module .card-footer a.btn {
  float: none
}

.container-modules .card-module .card-footer.text-right a.btn {
  margin-left: 8px;
  margin-right: 0
}

.container-modules .card-module .card-footer.text-right a.btn:first-child {
  margin-left: 0
}

.container-modules .module-settings-icon {
  float: right;
  color: #012748;
  font-size: 22px;
  line-height: 20px;
  margin: 2px
}

.container-modules .module-settings-icon:hover {
  color: #2375bb;
}

.container-content-modules {
  width: 100%;
  padding: 0 18px 5px 5px
}

.container-content-modules h4 {
  font-size: 16px;
  color: #000
}

.container-content-modules .card {
  width: 100%;
  padding-right: 3px
}

.container-content-modules .card .card-panel {
  margin-top: 3px
}

@media (min-width:460px) {
  .container-content-modules .card {
    width: 50%
  }
}

@media (min-width:656px) {
  .container-content-modules .card {
    width: 33.33333333%
  }
}

@media (min-width:768px) {
  .container-content-modules {
    padding: 0 12px 5px 0
  }
}

@media (min-width:1200px) {
  .container-content-modules .card {
    width: 25%
  }
}

@media (min-width:460px) {
  .container-content-modules.container-content-modules-col-3 .card {
    width: 50%
  }
}

@media (min-width:656px) {
  .container-content-modules.container-content-modules-col-3 .card {
    width: 33.33333333%
  }
}

.container-create-space-modules.container-cards {
  width: 100%;
  padding: 0
}

.container-create-space-modules.container-cards .row.cards {
  margin-top: 0
}

.container-create-space-modules.container-cards .card .card-panel>div {
  background: #F5F5F5
}

@media (min-width:500px) {
  .container-modules.container-fluid .container-module-updates .card {
    width: 33.33333333%
  }
}

@media (min-width:1000px) {
  .container-modules.container-fluid .container-module-updates .card {
    width: 25%
  }
}

@media (min-width:1300px) {
  .container-modules.container-fluid .container-module-updates .card {
    width: 20%
  }
}

@media (min-width:1600px) {
  .container-modules.container-fluid .container-module-updates .card {
    width: 16.66666667%
  }
}

@media (min-width:1900px) {
  .container-modules.container-fluid .container-module-updates .card {
    width: 12.5%
  }
}

.container-module-updates {
  background: #182039;
  margin-top: 30px;
  padding: 16px 10px 2px;
  border-radius: 4px
}

.container-module-updates .row.cards {
  margin-right: -1px;
  margin-top: 0
}

.container-module-updates .modules-type {
  color: #C8D3DA;
  margin: 10px 0 30px
}

.container-module-updates .card {
  padding-right: 1px
}

.container-module-updates .card .card-panel {
  color: #FFF;
  margin-top: 0
}

.container-module-updates .card .card-panel>div:not(.card-status) {
  background: #30444f
}

.container-module-updates .card .card-panel .card-header {
  padding: 12px
}

.container-module-updates .card .card-panel .card-body {
  padding: 4px 12px 20px;
  color: #FFF
}

.container-module-updates .card .card-panel .card-body .card-title {
  color: #FFF;
  font-size: 14px
}

.container-module-updates .card .card-panel .card-footer {
  padding: 0 12px 12px
}

.container-module-updates .card .card-panel .card-footer .btn-info {
  border-radius: 4px;
  color: #FFFFFF !important
}

.container-module-updates .card .card-panel .card-footer .btn-info.active {
  border-color: #FFF
}

.container-module-updates .card .card-panel .card-footer .btn-info:not(.active) {
  padding: 0 4px;
  border: 1px solid #FFF;
  background: #30444f;
  color: #FFF !important
}

.container-module-updates .card .card-panel .card-footer .btn-info:not(.active):hover,
  .container-module-updates .card .card-panel .card-footer .btn-info:not(.active):active {
  background: #182039 !important
}

.container-module-updates .card .card-panel .card-footer .btn-info[data-update-status=failed] {
  border-color: #fc314f
}

/*! Select2 humhub Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-humhub-theme */

.select2-container--humhub {
  display: block
}

.select2-container--humhub .select2-selection {
  background-color: #fff;
  border: 2px solid #075788;
  border-radius: 4px;
  color: #555;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  outline: 0;
  min-height: 35px
}

.select2-container--humhub .select2-search--dropdown .select2-search__field {
  background-color: #fff;
  border: 2px solid #075788;
  border-radius: 4px;
  color: #555;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px
}

.select2-container--humhub .select2-search__field {
  outline: 0
}

.select2-container--humhub .select2-search__field::-moz-placeholder {
  color: #999;
  font-weight: normal
}

.select2-container--humhub .select2-search__field::placeholder {
  color: #999;
  font-weight: normal
}

.select2-container--humhub .select2-results__option[role=group] {
  padding: 0
}

.select2-container--humhub .select2-results__option[aria-disabled=true] {
  color: #777;
  cursor: not-allowed
}

.select2-container--humhub .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5;
  color: #262626;
  border-left: 3px solid transparent
}

.select2-container--humhub .select2-results__option[aria-selected=false] {
  border-left: 3px solid transparent
}

.select2-container--humhub .select2-results__option--highlighted[aria-selected] {
  background-color: #e4e4e8;
  border-left: 3px solid #0d3289;
  color: #000
}

.select2-container--humhub .select2-results__option .select2-results__option {
  padding: 6px 12px
}

.select2-container--humhub .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}

.select2-container--humhub .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -12px;
  padding-left: 24px
}

.select2-container--humhub .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -24px;
  padding-left: 36px
}

.select2-container--humhub .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -36px;
  padding-left: 48px
}

.select2-container--humhub .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -48px;
  padding-left: 60px
}

.select2-container--humhub .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -60px;
  padding-left: 72px
}

.select2-container--humhub .select2-results__group {
  color: #777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap
}

.select2-container--humhub.select2-container--focus .select2-selection,
  .select2-container--humhub.select2-container--open .select2-selection {
  border: 2px solid #cbd9e1;
  outline: 0;
  box-shadow: none
}

.select2-container--humhub.select2-container--open .select2-selection .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px
}

.select2-container--humhub .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px
}

.select2-container--humhub .select2-selection__clear:hover {
  color: #333
}

.select2-container--humhub.select2-container--disabled .select2-selection {
  border-color: #ccc;
  box-shadow: none
}

.select2-container--humhub.select2-container--disabled .select2-selection,
  .select2-container--humhub.select2-container--disabled .select2-search__field {
  cursor: not-allowed
}

.select2-container--humhub.select2-container--disabled .select2-selection,
  .select2-container--humhub.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
  background-color: #eee
}

.select2-container--humhub.select2-container--disabled .select2-selection__clear,
  .select2-container--humhub.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
  display: none
}

.select2-container--humhub .select2-dropdown {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #cecfe3;
  overflow-x: hidden;
  margin-top: -1px
}

.select2-container--humhub .select2-dropdown--above {
  margin-top: 1px
}

.select2-container--humhub .select2-results>.select2-results__options {
  max-height: 400px;
  overflow-y: auto
}

.select2-container--humhub .select2-selection--single {
  height: 34px;
  line-height: 1.8;
  padding: 6px 24px 6px 12px
}

.select2-container--humhub .select2-selection--single .select2-selection__arrow {
  position: absolute;
  bottom: 0;
  right: 12px;
  top: 0;
  width: 4px
}

.select2-container--humhub .select2-selection--single .select2-selection__arrow b {
  border-color: #999 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  height: 0;
  left: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}

.select2-container--humhub .select2-selection--single .select2-selection__rendered {
  color: #555;
  padding: 0
}

.select2-container--humhub .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--humhub .select2-selection--multiple {
  min-height: 34px;
  padding: 2px
}

.select2-container--humhub .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  display: block;
  line-height: 1.42857143;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container--humhub .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px
}

.select2-container--humhub .select2-selection--multiple .select2-selection__choice {
  color: #555;
  cursor: default;
  /* padding: 0 6px; */
  background-color: #004a85;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px 2px 2px;
  float: left;
  margin: 2px;
  height: 28px;
  display: inline-flex;
  align-items:center;
}

.select2-container--humhub .select2-selection--multiple .select2-selection__choice img,
  .select2-container--humhub .select2-selection--multiple .select2-selection__choice div {
  margin-right: 5px
}

.select2-container--humhub .select2-selection--multiple .select2-selection__choice span.no-image {
  line-height: 27px;
  padding-left: 5px
}

.select2-container--humhub .select2-selection--multiple .select2-selection__choice i {
  margin: 0px 2px;
  line-height: 27px
}

.select2-container--humhub .select2-selection--multiple .select2-selection__choice .picker-close {
  cursor: pointer
}

.select2-container--humhub .select2-selection--multiple .select2-search--inline .select2-search__field {
  background: transparent;
  padding: 0 5px;
  width: auto !important;
  height: 32px;
  line-height: 1.42857143;
  margin-top: 0;
  min-width: 5em
}

.select2-container--humhub .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: none;
  font-weight: bold;
  margin-right: 3px
}

.select2-container--humhub .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--humhub .select2-selection--multiple .select2-selection__clear {
  margin-top: 6px
}

.select2-container--humhub.input-sm,
  .select2-container--humhub.input-lg {
  border-radius: 0;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0
}

.select2-container--humhub.input-sm .select2-selection--single,
  .input-group-sm .select2-container--humhub .select2-selection--single,
  .form-group-sm .select2-container--humhub .select2-selection--single {
  border-radius: 3px;
  font-size: 12px;
  height: 30px;
  line-height: 1.5;
  padding: 5px 22px 5px 10px
}

.select2-container--humhub.input-sm .select2-selection--single .select2-selection__arrow b,
  .input-group-sm .select2-container--humhub .select2-selection--single .select2-selection__arrow b,
  .form-group-sm .select2-container--humhub .select2-selection--single .select2-selection__arrow b {
  margin-left: -5px
}

.select2-container--humhub.input-sm .select2-selection--multiple,
  .input-group-sm .select2-container--humhub .select2-selection--multiple,
  .form-group-sm .select2-container--humhub .select2-selection--multiple {
  min-height: 30px
}

.select2-container--humhub.input-sm .select2-selection--multiple .select2-selection__choice,
  .input-group-sm .select2-container--humhub .select2-selection--multiple .select2-selection__choice,
  .form-group-sm .select2-container--humhub .select2-selection--multiple .select2-selection__choice {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0 5px;
  padding: 0 5px
}

.select2-container--humhub.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-sm .select2-container--humhub .select2-selection--multiple .select2-search--inline .select2-search__field,
  .form-group-sm .select2-container--humhub .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 10px;
  font-size: 12px;
  height: 28px;
  line-height: 1.5
}

.select2-container--humhub.input-sm .select2-selection--multiple .select2-selection__clear,
  .input-group-sm .select2-container--humhub .select2-selection--multiple .select2-selection__clear,
  .form-group-sm .select2-container--humhub .select2-selection--multiple .select2-selection__clear {
  margin-top: 5px
}

.select2-container--humhub.input-lg .select2-selection--single,
  .input-group-lg .select2-container--humhub .select2-selection--single,
  .form-group-lg .select2-container--humhub .select2-selection--single {
  border-radius: 6px;
  font-size: 18px;
  height: 46px;
  line-height: 1.3333333;
  padding: 10px 31px 10px 16px
}

.select2-container--humhub.input-lg .select2-selection--single .select2-selection__arrow,
  .input-group-lg .select2-container--humhub .select2-selection--single .select2-selection__arrow,
  .form-group-lg .select2-container--humhub .select2-selection--single .select2-selection__arrow {
  width: 5px
}

.select2-container--humhub.input-lg .select2-selection--single .select2-selection__arrow b,
  .input-group-lg .select2-container--humhub .select2-selection--single .select2-selection__arrow b,
  .form-group-lg .select2-container--humhub .select2-selection--single .select2-selection__arrow b {
  border-width: 5px 5px 0 5px;
  margin-left: -10px;
  margin-top: -2.5px
}

.select2-container--humhub.input-lg .select2-selection--multiple,
  .input-group-lg .select2-container--humhub .select2-selection--multiple,
  .form-group-lg .select2-container--humhub .select2-selection--multiple {
  min-height: 46px
}

.select2-container--humhub.input-lg .select2-selection--multiple .select2-selection__choice,
  .input-group-lg .select2-container--humhub .select2-selection--multiple .select2-selection__choice,
  .form-group-lg .select2-container--humhub .select2-selection--multiple .select2-selection__choice {
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
  margin: 9px 0 0 8px;
  padding: 0 10px
}

.select2-container--humhub.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field,
  .input-group-lg .select2-container--humhub .select2-selection--multiple .select2-search--inline .select2-search__field,
  .form-group-lg .select2-container--humhub .select2-selection--multiple .select2-search--inline .select2-search__field {
  padding: 0 16px;
  font-size: 18px;
  height: 44px;
  line-height: 1.3333333
}

.select2-container--humhub.input-lg .select2-selection--multiple .select2-selection__clear,
  .input-group-lg .select2-container--humhub .select2-selection--multiple .select2-selection__clear,
  .form-group-lg .select2-container--humhub .select2-selection--multiple .select2-selection__clear {
  margin-top: 10px
}

.select2-container--humhub.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px
}

.input-group-lg .select2-container--humhub.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 5px 5px 5px
}

.select2-container--humhub[dir="rtl"] .select2-selection--single {
  padding-left: 24px;
  padding-right: 12px
}

.select2-container--humhub[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 0;
  padding-left: 0;
  text-align: right
}

.select2-container--humhub[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left
}

.select2-container--humhub[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 12px;
  right: auto
}

.select2-container--humhub[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
  margin-left: 0
}

.select2-container--humhub[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
  .select2-container--humhub[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}

.select2-container--humhub[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 0;
  margin-right: 6px
}

.select2-container--humhub[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.has-warning .select2-dropdown,
  .has-warning .select2-selection {
  border-color: #FFC107
}

.has-warning .select2-container--focus .select2-selection,
  .has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffdb6d;
  border-color: #d39e00
}

.has-warning.select2-drop-active {
  border-color: #d39e00
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #d39e00
}

.has-error .select2-dropdown,
  .has-error .select2-selection {
  border-color: #C9233C
}

.has-error .select2-container--focus .select2-selection,
  .has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feaeba;
  border-color: #fb1839
}

.has-error.select2-drop-active {
  border-color: #fb1839
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #fb1839
}

.has-success .select2-dropdown,
  .has-success .select2-selection {
  border-color: #97d271
}

.has-success .select2-container--focus .select2-selection,
  .has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d0ebbe;
  border-color: #7bc64a
}

.has-success.select2-drop-active {
  border-color: #7bc64a
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #7bc64a
}

.input-group .select2-container--humhub {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group.select2-humhub-prepend .select2-container--humhub .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group.select2-humhub-append .select2-container--humhub .select2-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.select2-humhub-append .select2-container--humhub,
  .select2-humhub-prepend .select2-container--humhub,
  .select2-humhub-append .input-group-btn,
  .select2-humhub-prepend .input-group-btn,
  .select2-humhub-append .input-group-btn .btn,
  .select2-humhub-prepend .input-group-btn .btn {
  vertical-align: top
}

.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important
}

.form-inline .select2-container--humhub {
  display: inline-block
}

ul.tag_input {
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  padding: 0 0 9px 4px
}

ul.tag_input li img {
  margin: 0 5px 0 0
}

.tag_input_field {
  outline: none;
  border: none !important;
  padding: 5px 4px 0 !important;
  width: 170px;
  margin: 2px 0 0 !important
}

.userInput,
  .spaceInput {
  background-color: #020760;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  font-size: 12px !important;
  padding: 2px;
  float: left;
  margin: 3px 4px 0 0
}

.userInput i,
  .spaceInput i {
  padding: 0 6px;
  font-size: 14px;
  cursor: pointer;
  line-height: 8px
}

.banner-hyperlink {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0 0.25em 0.5em 0.25em;
  border-radius: 0.65em;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: 9.5em;
  width: 16.6666667%;
  height: 4.25em;
  color: white;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.25em;
  justify-content: center;
  i {
    font-size: 1.35em;
    text-align: center;
    height: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (min-width: 1680px){
    width: 14.285%;
  }
  @media screen and (max-width: 768px){
    width: 28%;
  }
  @media screen and (max-width: 640px){
    width: 45%;
  }
}

.banner-hyperlink:hover {
  border: 2px solid #e4ddcf;
}

.banner-hyperlink:focus-visible {
  border: 4px solid #000;
}

#small-carousel .small-carousel-arrow {
  font-size: 60px;
  text-shadow: 0 0 5px #000;
}

#small-carousel .carousel-control {
  top: 0;
  bottom: 0;
  width: 5%;
  background-image: none;
}

#small-carousel .carousel-control.left {
  text-align: left;
  margin-left: 25px;
}

#small-carousel .carousel-control.right {
  text-align: right;
  margin-right: 25px;
}

.c-row {
  text-align: center;
}

.image-inline {
  img {
    display: inline;
  }
}

.quicklinks {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  border: none;
  background-color: transparent;
  position: relative;
  margin-bottom: 15px;
}

@media screen and (max-width:992px){
}

@media screen and (max-width:768px){
  .sub-news-box-row{
    margin-top: 1em !important;
  }
}

@media screen and (min-width: 992px){
  #big-carousel .carousel-inner .item img {
    height: 20.5vw !important;
  }

  #big-carousel .carousel-inner {
    height: 20.5vw !important;
  }

  #event-carousel .carousel-inner .item img {
    height: 14.5vw !important;
  }

  #event-carousel .carousel-inner {
    height: 14.5vw !important;
  }

  .sub-carousel .carousel-inner .item img {
    border-radius: 10px;
    box-shadow: 0 0 3px #d7cab4;
    height: 10vw !important;
  }

  .sub-carousel .carousel-inner {
    border-radius: 10px;
    height: 10vw !important;
  }

  .main-news-container{
    width: 50.5% !important;
  }

  .sub-news-container{
    width: 48.5% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px){
  #big-carousel .carousel-inner .item img {
    height: 30.5vw !important;
  }

  #big-carousel .carousel-inner {
    height: 30.5vw !important;
  }

  #event-carousel .carousel-inner .item img {
    height: 20.5vw !important;
  }

  #event-carousel .carousel-inner {
    height: 20.5vw !important;
  }

  .sub-carousel .carousel-inner .item img {
    border-radius: 10px;
    box-shadow: 0 0 3px #d7cab4;
    height: 15vw !important;
  }

  .sub-carousel .carousel-inner {
    border-radius: 10px;
    height: 15vw !important;
  }

  .main-news-container{
    width: 50% !important;
  }

  .sub-news-container{
    width: 50% !important;
  }

  .sub-news-box-row {
    justify-content: space-between;
  }

  .sub-news-item{
    padding-right: 0;
  }
}

@media screen and (max-width: 768px){
  #big-carousel .carousel-inner .item img {
    height: 40.5vw !important;
  }

  #big-carousel .carousel-inner {
    height: 40.5vw !important;
  }

  #event-carousel .carousel-inner .item img {
    height: 25.5vw !important;
  }

  #event-carousel .carousel-inner {
    height: 25.5vw !important;
  }

  .sub-carousel .carousel-inner .item img {
    border-radius: 10px;
    box-shadow: 0 0 3px #d7cab4;
    height: 20vw !important;
  }

  .sub-carousel .carousel-inner {
    border-radius: 10px;
    height: 20vw !important;
  }

  .main-news-container{
    width: 100% !important;
  }

  .sub-news-container{
    width: 100% !important;
  }

  .event-news-container{
    width: 100% !important;
  }

  .sub-news-box-row {
    justify-content: space-between;
  }
}

.sub-news-box-row {
  justify-content: space-between;
}

#big-carousel .carousel-inner .item img {
  width: 100%;
}

.sub-carousel .carousel-inner .item img {
  width: 100%;
}

#big-carousel .carousel-inner {
  border-radius: 15px;
}

#big-carousel .carousel-control {
  border-radius: 15px;
}

#big-carousel .center-arrow {
  position: relative;
  top: 35%;
  font-size: 60px;
}

#big-carousel .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 5%;
  pointer-events: none;
}

#big-carousel .carousel-caption p {
  margin-left: 10px;
}

#big-carousel .carousel-caption {
  background-image: radial-gradient(ellipse at 15px 100%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
}

#event-carousel .carousel-inner {
  border-radius: 15px;
}

#event-carousel .carousel-control {
  border-radius: 15px;
}

#event-carousel .center-arrow {
  position: relative;
  top: 35%;
  font-size: 60px;
}

#event-carousel .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding-left: 5%;
  pointer-events: none;
}

#event-carousel .carousel-caption p {
  margin-left: 10px;
}

#event-carousel .carousel-caption {
  background-image: radial-gradient(ellipse at 15px 100%, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0) 75%);
}

#event-carousel .carousel-inner .item img {
  width: 100%;
}

/* For use in page containers to have page fit to screen. */

.responsive-screen {
  width: 100% !important;
  padding-left: 4rem !important;
  padding-right: 4% !important;
}

.hover\:tw-bg-\[\#e3e3e3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .md\:tw-mt-\[-3\.5em\] {
    margin-top: -3.5em;
  }

  .md\:tw-w-\[48\%\] {
    width: 48%;
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-pr-\[0\.5em\] {
    padding-right: 0.5em;
  }
}

@media (min-width: 992px) {
  .lg\:tw-absolute {
    position: absolute;
  }

  .lg\:tw-right-\[2rem\] {
    right: 2rem;
  }

  .lg\:tw-w-\[25\%\] {
    width: 25%;
  }

  .lg\:tw-w-\[75\%\] {
    width: 75%;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }
}

.award-row {
  display: flex;
  padding: 0.75em 0.75em;
  background-color: transparent;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  color: #182039;
  width: 100%;
  align-items: center;
  /* border-top-width: 1px;
    border-bottom-width: 1px;
    border-color: #182039; */
}

.award-row:hover {
  background-color: #e3e3e3;
  cursor: pointer;
}

.award-thumb {
  height: 40px !important;
  width: 40px !important;
  margin-right: 6px !important;
}

.modal-open {
  padding-right: 0 !important;
}

html {
  /*overflow-y: scroll !important;*/
}

.award-description-body {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.award-description-body p {
  margin-bottom: 16px;
}

.award-user-container{
  margin-left: auto;
  margin-right: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.award-user-container p{
  font-size: 1.25em;
}

.award-user-row {
  margin-bottom: 8px;
  align-items: center;
}

.user-list td{
  min-width:4.5em;
}

.social-link-widget{
  text-align: right;
  margin-top: -15px;
  display: block;
}

.mobile-social-link-widget{
  display: none;
}

@media (max-width: 992px) {
  .social-link-widget{
    display: none !important;
  }

  .mobile-social-link-widget{
    text-align: right;
    margin-top: -15px;
    margin-bottom: 0.5em;
    margin-right: 1.3em;
    display: block !important;
    a{
      margin-left: 10px;
    }
    i{
      font-size: 2.1em;
    }
  }
}

.news_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#searchBar{
  background-color: white;
  color: black;
  top: 50px;
}

.new-hire-row {
  display: flex;
  padding: 0.75em 0.75em;
  background-color: transparent;
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
  color: #182039;
  width: 100%;
  align-items: center;
  /* border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #182039; */
}

.new-hire-row img {
  height: 40px !important;
  width: 40px !important;
  margin-right: 6px !important;
}

.new-hire-row:hover {
  background-color: #e3e3e3;
  cursor: pointer;
}

.new-hire-container {
  padding-bottom: 0.45em;
}

.new-hire-widget {
  overflow-y: scroll;
}

.departmentTag {
  font-size: 0.8em;
  color: #999999;
}

.appraisal_approve_btn{
  background: #009900 !important;
}

.appraisal_approve_btn:hover{
  background: #4dff4d !important;
}

.appraisal_deny_btn{
  background: #cc0000 !important;
}

.appraisal_deny_btn:hover{
  background: #ff4d4d !important;
}

@media (min-width: 768px) {
  .md\:tw-mt-\[-3\.5em\] {
    margin-top: -3.5em;
  }

  .md\:tw-w-\[48\%\] {
    width: 48%;
  }

  .md\:tw-flex-row {
    flex-direction: row;
  }

  .md\:tw-pr-\[0\.5em\] {
    padding-right: 0.5em;
  }
}

@media (min-width: 992px) {
  .lg\:tw-absolute {
    position: absolute;
  }

  .lg\:tw-right-\[2rem\] {
    right: 2rem;
  }

  .lg\:tw-w-\[25\%\] {
    width: 25%;
  }

  .lg\:tw-w-\[75\%\] {
    width: 75%;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }
}

.has-online-status {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.has-online-status .user-online-status {
  aspect-ratio: 1;
  width: 30%;
  border-radius: 100%;
  position: absolute;
  right: -10%;
  bottom: -10%;
  border: 1px solid transparent;
}
.has-online-status .user-online-status.user-is-online {
  border-color: #fff;
  background-color: #97d271;
}
.has-online-status.img-size-small {
  margin-bottom: 5px;
}
.has-online-status.img-size-small .user-online-status {
  width: 10px;
  right: -3px;
  bottom: -3px;
}
.has-online-status.img-size-large .user-online-status {
  width: 20px;
  border-width: 2px;
}

.panel-profile .panel-profile-header .profile-user-photo-container .profile-user-photo + .user-online-status {
  right: -5px;
  bottom: -5px;
}

.ProsemirrorEditor ul{
  list-style-type: disc;
}

.ProsemirrorEditor li ul{
  list-style-type: circle;
}

.search-menu .dropdown-menu {
  height: fit-content !important;
  margin-left: -150px;
  padding: 0 !important;
  top: -20%;
  left: unset !important;
  right: 24px;
  color: black !important;
  overflow: hidden;
}

.dropdown-search-form {
  display: flex;
  flex-direction: row;
}

.dropdown-search-list li,
.dropdown-search-list a {
  color: black !important;
}

.dropdown-search-keyword {
  width: 100%
}

.search-menu {
  display: flex;
  align-items: center;
}

.dropdown-search-list .search-provider-actions {
  text-align: center;
  margin-bottom: 10px;
}

.search-provider-actions a:hover,
.search-provider-actions a:focus{
  background-color: #f6f3ef !important;
}

.dropdown-search-list {
  padding: 0 5px 0;
  max-height: 500px;
  overflow: scroll;
  max-width: 100% !important;
}

.search-provider-title {
  font-size: 1.25em;
  margin-top: 10px;
}

.search-provider-record {
  color: black;
}

#topbar-search-bar {
  margin-right: 5px;
  width: 235px;
}

 .tox .tox-edit-area__iframe {
    border: #eee solid 2px !important;
    border-radius: 15px;
 }