@charset "UTF-8";
/**
 *  Vendor variables, mixins and functions
 */
/**
 *  App configuration
 */
/**
 *  App mixins and functions
 */
/**
 *  Vendor styles
 */
.cc-btn-reject {
  display: none !important;
}

/**
 * This file can be used to import vendor files that output css code
 */
*, ::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: #ecf0f1; /* 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 */ /* 3 */
  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;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #bcc2c5; /* 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;
}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.ember-power-calendar {
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  line-height: 1.4286;
}

.ember-power-calendar-nav {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  line-height: 2;
}

.ember-power-calendar-nav * {
  box-sizing: border-box;
}

.ember-power-calendar-days,
.ember-power-calendar-days * {
  box-sizing: border-box;
}

.ember-power-calendar-nav-title {
  flex: 1;
  text-align: center;
}

.ember-power-calendar-row {
  display: flex;
  justify-content: space-between;
}

.ember-power-calendar-weekday {
  appearance: none;
  flex: 1 1 100%;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0;
}

.ember-power-calendar-day {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  flex: 1 1 100%;
  font-size: inherit;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.ember-power-calendar-nav-control {
  appearance: none;
  background-color: transparent;
  background-color: initial;
  border: none;
  border: initial;
  outline: none;
  outline: initial;
  line-height: 1;
  font-size: 150%;
}
.ember-power-calendar-nav-control:focus {
  transform: scale(1.2);
}

.ember-power-calendar-day--selected,
.ember-power-calendar-day--selected:not([disabled]):hover {
  font-weight: bold;
}

.ember-power-calendar-day--interactive[disabled] {
  opacity: 0.4;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown,
.ember-basic-dropdown-content,
.ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 30;
  background-color: #ffffff;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #d9dcdf;
  border-bottom: 1px solid #d9dcdf;
  border-right: 1px solid #d9dcdf;
  border-left: 1px solid #d9dcdf;
  border-radius: 4px;
  background-color: #ffffff;
  line-height: 2.5;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 2.5em;
  user-select: none;
  -webkit-user-select: none;
  color: #2c3e50;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #20b3c5;
  border-bottom: 1px solid #20b3c5;
  border-right: 1px solid #20b3c5;
  border-left: 1px solid #20b3c5;
  box-shadow: 0 0 3px 0 rgba(44, 62, 80, 0.25);
  outline: 0;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #bdc3c7;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #d9dcdf transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-multiple-options {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #eeeeee;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #bdc3c7;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #bdc3c7;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #bdc3c7;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #bdc3c7;
}

.ember-power-select-multiple-option {
  border: 1px solid rgba(32, 179, 197, 0.2);
  border-radius: 4px;
  color: #333333;
  background-color: rgba(32, 179, 197, 0.1);
  padding: 0 4px;
  line-height: 2.1;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: 1px solid #d9dcdf;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: 1px solid #20b3c5;
  box-shadow: 0 0 3px 0 rgba(44, 62, 80, 0.25);
  outline: 0;
}

.ember-power-select-dropdown {
  border-left: 1px solid #20b3c5;
  border-right: 1px solid #20b3c5;
  line-height: 2.5;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(44, 62, 80, 0.25);
  overflow: hidden;
  color: #2c3e50;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: 1px solid #20b3c5;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: 1px solid #20b3c5;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto; /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 17.5em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #fff;
}

.ember-power-select-option[aria-current=true] {
  background-color: #ecf0f1;
  color: #2c3e50;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #eeeeee;
}

.ember-power-select-trigger {
  padding: 0 40px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

.bmpui-ui-airplaytogglebutton, .bmpui-ui-audiotracksettingstogglebutton, .bmpui-ui-buffering-overlay, .bmpui-ui-button, .bmpui-ui-cast-status-overlay, .bmpui-ui-casttogglebutton, .bmpui-ui-clickoverlay, .bmpui-ui-closebutton, .bmpui-ui-component, .bmpui-ui-container, .bmpui-ui-controlbar, .bmpui-ui-ecomodetogglebutton, .bmpui-ui-errormessage-overlay, .bmpui-ui-fullscreentogglebutton, .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-hugereplaybutton, .bmpui-ui-label, .bmpui-ui-label-savedEnergy, .bmpui-ui-listbox, .bmpui-ui-listbox .bmpui-ui-listbox-button, .bmpui-ui-piptogglebutton, .bmpui-ui-playbacktimelabel, .bmpui-ui-playbacktoggle-overlay, .bmpui-ui-playbacktogglebutton, .bmpui-ui-quickseekbutton, .bmpui-ui-recommendation-overlay, .bmpui-ui-replaybutton, .bmpui-ui-seekbar, .bmpui-ui-seekbar-label, .bmpui-ui-selectbox, .bmpui-ui-settings-panel, .bmpui-ui-settingspanelpagebackbutton, .bmpui-ui-settingspanelpageopenbutton, .bmpui-ui-settingstogglebutton, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-label-ad-message, .bmpui-ui-spacer, .bmpui-ui-subtitlesettingsresetbutton, .bmpui-ui-subtitlesettingstogglebutton, .bmpui-ui-titlebar, .bmpui-ui-uicontainer, .bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay, .bmpui-ui-volumecontrolbutton, .bmpui-ui-volumeslider, .bmpui-ui-volumetogglebutton, .bmpui-ui-vrtogglebutton, .bmpui-ui-watermark {
  /*! placeholder to avoid removal of empty selector */
  outline: 0;
}

.bmpui-ui-buffering-overlay, .bmpui-ui-cast-status-overlay, .bmpui-ui-container, .bmpui-ui-controlbar, .bmpui-ui-errormessage-overlay, .bmpui-ui-listbox, .bmpui-ui-playbacktoggle-overlay, .bmpui-ui-recommendation-overlay, .bmpui-ui-seekbar-label, .bmpui-ui-settings-panel, .bmpui-ui-titlebar, .bmpui-ui-uicontainer, .bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay, .bmpui-ui-volumecontrolbutton {
  font-size: 1em;
}

.bmpui-ui-uicontainer {
  height: 100%;
  left: 0;
  margin: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.bmpui-ui-uicontainer * {
  pointer-events: auto;
}

.bmpui-ui-uicontainer.bmpui-hidden {
  display: none;
}

.bmpui-ui-uicontainer.bmpui-player-state-playing.bmpui-controls-hidden * {
  cursor: none;
}

.bmpui-ui-uicontainer.bmpui-controls-shown .bmpui-ui-hugeplaybacktogglebutton:focus {
  box-shadow: inset -4px -3px 2px 9px #1b7fcc;
}

.bmpui-ui-uicontainer.bmpui-controls-shown .bmpui-ui-hugeplaybacktogglebutton:focus:not(.bmpui-focus-visible) {
  box-shadow: none;
}

.bmpui-ui-uicontainer.bmpui-no-flexbox {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=");
}

.bmpui-ui-uicontainer.bmpui-no-flexbox.bmpui-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999999;
}

.bmpui-ui-controlbar {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  bottom: 0;
  box-sizing: border-box;
  line-height: 1em;
  opacity: 1;
  padding: 1em 1em 0.5em;
  position: absolute;
  transition: opacity 0.3s, visibility 0s;
  width: 100%;
}

.bmpui-ui-controlbar.bmpui-hidden {
  opacity: 0;
  transition: opacity 0.3s;
}

.bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper, .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper {
  display: flex;
  margin: 0.5em 0;
}

.bmpui-ui-controlbar .bmpui-controlbar-top .bmpui-ui-label {
  font-size: 0.9em;
}

.bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > * {
  margin: 0 0.5em;
}

.bmpui-ui-controlbar .bmpui-controlbar-bottom {
  white-space: nowrap;
}

.bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper .bmpui-ui-volumeslider {
  margin: auto 0.5em;
  width: 5em;
}

.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper, .bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper {
  border-spacing: 0.5em 0;
  display: table;
}

.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper > *, .bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > * {
  display: table-cell;
  vertical-align: middle;
}

.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper > .bmpui-hidden, .bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper > .bmpui-hidden {
  display: none;
}

.bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-bottom > .bmpui-container-wrapper .bmpui-ui-volumeslider, .bmpui-no-flexbox .bmpui-ui-controlbar .bmpui-controlbar-top > .bmpui-container-wrapper .bmpui-ui-volumeslider {
  width: 10%;
}

.bmpui-ui-airplaytogglebutton, .bmpui-ui-audiotracksettingstogglebutton, .bmpui-ui-button, .bmpui-ui-casttogglebutton, .bmpui-ui-clickoverlay, .bmpui-ui-closebutton, .bmpui-ui-ecomodetogglebutton, .bmpui-ui-fullscreentogglebutton, .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-hugereplaybutton, .bmpui-ui-listbox .bmpui-ui-listbox-button, .bmpui-ui-piptogglebutton, .bmpui-ui-playbacktogglebutton, .bmpui-ui-quickseekbutton, .bmpui-ui-replaybutton, .bmpui-ui-settingspanelpagebackbutton, .bmpui-ui-settingspanelpageopenbutton, .bmpui-ui-settingstogglebutton, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip, .bmpui-ui-subtitlesettingsresetbutton, .bmpui-ui-subtitlesettingstogglebutton, .bmpui-ui-volumetogglebutton, .bmpui-ui-vrtogglebutton, .bmpui-ui-watermark {
  background-color: transparent;
  background-origin: content-box;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5em;
  border: 0;
  box-sizing: content-box;
  cursor: pointer;
  font-size: 1em;
  height: 1.5em;
  min-width: 1.5em;
  padding: 0.25em;
}

.bmpui-ui-airplaytogglebutton .bmpui-label, .bmpui-ui-audiotracksettingstogglebutton .bmpui-label, .bmpui-ui-button .bmpui-label, .bmpui-ui-casttogglebutton .bmpui-label, .bmpui-ui-clickoverlay .bmpui-label, .bmpui-ui-closebutton .bmpui-label, .bmpui-ui-ecomodetogglebutton .bmpui-label, .bmpui-ui-fullscreentogglebutton .bmpui-label, .bmpui-ui-hugeplaybacktogglebutton .bmpui-label, .bmpui-ui-hugereplaybutton .bmpui-label, .bmpui-ui-listbox .bmpui-ui-listbox-button .bmpui-label, .bmpui-ui-piptogglebutton .bmpui-label, .bmpui-ui-playbacktogglebutton .bmpui-label, .bmpui-ui-quickseekbutton .bmpui-label, .bmpui-ui-replaybutton .bmpui-label, .bmpui-ui-settingspanelpagebackbutton .bmpui-label, .bmpui-ui-settingspanelpageopenbutton .bmpui-label, .bmpui-ui-settingstogglebutton .bmpui-label, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip .bmpui-label, .bmpui-ui-subtitlesettingsresetbutton .bmpui-label, .bmpui-ui-subtitlesettingstogglebutton .bmpui-label, .bmpui-ui-volumetogglebutton .bmpui-label, .bmpui-ui-vrtogglebutton .bmpui-label, .bmpui-ui-watermark .bmpui-label {
  color: #fff;
  display: none;
}

.bmpui-disabled.bmpui-ui-airplaytogglebutton, .bmpui-disabled.bmpui-ui-audiotracksettingstogglebutton, .bmpui-disabled.bmpui-ui-button, .bmpui-disabled.bmpui-ui-casttogglebutton, .bmpui-disabled.bmpui-ui-clickoverlay, .bmpui-disabled.bmpui-ui-closebutton, .bmpui-disabled.bmpui-ui-ecomodetogglebutton, .bmpui-disabled.bmpui-ui-fullscreentogglebutton, .bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton, .bmpui-disabled.bmpui-ui-hugereplaybutton, .bmpui-disabled.bmpui-ui-piptogglebutton, .bmpui-disabled.bmpui-ui-playbacktogglebutton, .bmpui-disabled.bmpui-ui-quickseekbutton, .bmpui-disabled.bmpui-ui-replaybutton, .bmpui-disabled.bmpui-ui-settingspanelpagebackbutton, .bmpui-disabled.bmpui-ui-settingspanelpageopenbutton, .bmpui-disabled.bmpui-ui-settingstogglebutton, .bmpui-disabled.bmpui-ui-subtitlesettingsresetbutton, .bmpui-disabled.bmpui-ui-subtitlesettingstogglebutton, .bmpui-disabled.bmpui-ui-volumetogglebutton, .bmpui-disabled.bmpui-ui-vrtogglebutton, .bmpui-disabled.bmpui-ui-watermark, .bmpui-ui-listbox .bmpui-disabled.bmpui-ui-listbox-button, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-disabled.bmpui-ui-button-ad-skip {
  cursor: default;
}

.bmpui-disabled.bmpui-ui-airplaytogglebutton, .bmpui-disabled.bmpui-ui-airplaytogglebutton > *, .bmpui-disabled.bmpui-ui-audiotracksettingstogglebutton, .bmpui-disabled.bmpui-ui-audiotracksettingstogglebutton > *, .bmpui-disabled.bmpui-ui-button, .bmpui-disabled.bmpui-ui-button > *, .bmpui-disabled.bmpui-ui-casttogglebutton, .bmpui-disabled.bmpui-ui-casttogglebutton > *, .bmpui-disabled.bmpui-ui-clickoverlay, .bmpui-disabled.bmpui-ui-clickoverlay > *, .bmpui-disabled.bmpui-ui-closebutton, .bmpui-disabled.bmpui-ui-closebutton > *, .bmpui-disabled.bmpui-ui-ecomodetogglebutton, .bmpui-disabled.bmpui-ui-ecomodetogglebutton > *, .bmpui-disabled.bmpui-ui-fullscreentogglebutton, .bmpui-disabled.bmpui-ui-fullscreentogglebutton > *, .bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton, .bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton > *, .bmpui-disabled.bmpui-ui-hugereplaybutton, .bmpui-disabled.bmpui-ui-hugereplaybutton > *, .bmpui-disabled.bmpui-ui-piptogglebutton, .bmpui-disabled.bmpui-ui-piptogglebutton > *, .bmpui-disabled.bmpui-ui-playbacktogglebutton, .bmpui-disabled.bmpui-ui-playbacktogglebutton > *, .bmpui-disabled.bmpui-ui-quickseekbutton, .bmpui-disabled.bmpui-ui-quickseekbutton > *, .bmpui-disabled.bmpui-ui-replaybutton, .bmpui-disabled.bmpui-ui-replaybutton > *, .bmpui-disabled.bmpui-ui-settingspanelpagebackbutton, .bmpui-disabled.bmpui-ui-settingspanelpagebackbutton > *, .bmpui-disabled.bmpui-ui-settingspanelpageopenbutton, .bmpui-disabled.bmpui-ui-settingspanelpageopenbutton > *, .bmpui-disabled.bmpui-ui-settingstogglebutton, .bmpui-disabled.bmpui-ui-settingstogglebutton > *, .bmpui-disabled.bmpui-ui-subtitlesettingsresetbutton, .bmpui-disabled.bmpui-ui-subtitlesettingsresetbutton > *, .bmpui-disabled.bmpui-ui-subtitlesettingstogglebutton, .bmpui-disabled.bmpui-ui-subtitlesettingstogglebutton > *, .bmpui-disabled.bmpui-ui-volumetogglebutton, .bmpui-disabled.bmpui-ui-volumetogglebutton > *, .bmpui-disabled.bmpui-ui-vrtogglebutton, .bmpui-disabled.bmpui-ui-vrtogglebutton > *, .bmpui-disabled.bmpui-ui-watermark, .bmpui-disabled.bmpui-ui-watermark > *, .bmpui-ui-listbox .bmpui-disabled.bmpui-ui-listbox-button, .bmpui-ui-listbox .bmpui-disabled.bmpui-ui-listbox-button > *, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-disabled.bmpui-ui-button-ad-skip, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-disabled.bmpui-ui-button-ad-skip > * {
  pointer-events: none;
}

.bmpui-disabled.bmpui-ui-airplaytogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-audiotracksettingstogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-button .bmpui-label:hover, .bmpui-disabled.bmpui-ui-casttogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-clickoverlay .bmpui-label:hover, .bmpui-disabled.bmpui-ui-closebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-ecomodetogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-fullscreentogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-hugeplaybacktogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-hugereplaybutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-piptogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-playbacktogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-quickseekbutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-replaybutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-settingspanelpagebackbutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-settingspanelpageopenbutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-settingstogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-subtitlesettingsresetbutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-subtitlesettingstogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-volumetogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-vrtogglebutton .bmpui-label:hover, .bmpui-disabled.bmpui-ui-watermark .bmpui-label:hover, .bmpui-ui-listbox .bmpui-disabled.bmpui-ui-listbox-button .bmpui-label:hover, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-disabled.bmpui-ui-button-ad-skip .bmpui-label:hover {
  text-decoration: none;
}

.bmpui-hidden.bmpui-ui-airplaytogglebutton, .bmpui-hidden.bmpui-ui-audiotracksettingstogglebutton, .bmpui-hidden.bmpui-ui-button, .bmpui-hidden.bmpui-ui-casttogglebutton, .bmpui-hidden.bmpui-ui-clickoverlay, .bmpui-hidden.bmpui-ui-closebutton, .bmpui-hidden.bmpui-ui-ecomodetogglebutton, .bmpui-hidden.bmpui-ui-fullscreentogglebutton, .bmpui-hidden.bmpui-ui-hugeplaybacktogglebutton, .bmpui-hidden.bmpui-ui-hugereplaybutton, .bmpui-hidden.bmpui-ui-piptogglebutton, .bmpui-hidden.bmpui-ui-playbacktogglebutton, .bmpui-hidden.bmpui-ui-quickseekbutton, .bmpui-hidden.bmpui-ui-replaybutton, .bmpui-hidden.bmpui-ui-settingspanelpagebackbutton, .bmpui-hidden.bmpui-ui-settingspanelpageopenbutton, .bmpui-hidden.bmpui-ui-settingstogglebutton, .bmpui-hidden.bmpui-ui-subtitlesettingsresetbutton, .bmpui-hidden.bmpui-ui-subtitlesettingstogglebutton, .bmpui-hidden.bmpui-ui-volumetogglebutton, .bmpui-hidden.bmpui-ui-vrtogglebutton, .bmpui-hidden.bmpui-ui-watermark, .bmpui-ui-listbox .bmpui-hidden.bmpui-ui-listbox-button, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-hidden.bmpui-ui-button-ad-skip {
  display: none;
}

.bmpui-ui-airplaytogglebutton:focus, .bmpui-ui-audiotracksettingstogglebutton:focus, .bmpui-ui-button:focus, .bmpui-ui-casttogglebutton:focus, .bmpui-ui-clickoverlay:focus, .bmpui-ui-closebutton:focus, .bmpui-ui-ecomodetogglebutton:focus, .bmpui-ui-fullscreentogglebutton:focus, .bmpui-ui-hugeplaybacktogglebutton:focus, .bmpui-ui-hugereplaybutton:focus, .bmpui-ui-listbox .bmpui-ui-listbox-button:focus, .bmpui-ui-piptogglebutton:focus, .bmpui-ui-playbacktogglebutton:focus, .bmpui-ui-quickseekbutton:focus, .bmpui-ui-replaybutton:focus, .bmpui-ui-settingspanelpagebackbutton:focus, .bmpui-ui-settingspanelpageopenbutton:focus, .bmpui-ui-settingstogglebutton:focus, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip:focus, .bmpui-ui-subtitlesettingsresetbutton:focus, .bmpui-ui-subtitlesettingstogglebutton:focus, .bmpui-ui-volumetogglebutton:focus, .bmpui-ui-vrtogglebutton:focus, .bmpui-ui-watermark:focus {
  box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  outline: none;
}

.bmpui-ui-airplaytogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-audiotracksettingstogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-button:focus:not(.bmpui-focus-visible), .bmpui-ui-casttogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-clickoverlay:focus:not(.bmpui-focus-visible), .bmpui-ui-closebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-ecomodetogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-fullscreentogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-hugeplaybacktogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-hugereplaybutton:focus:not(.bmpui-focus-visible), .bmpui-ui-listbox .bmpui-ui-listbox-button:focus:not(.bmpui-focus-visible), .bmpui-ui-piptogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-playbacktogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-quickseekbutton:focus:not(.bmpui-focus-visible), .bmpui-ui-replaybutton:focus:not(.bmpui-focus-visible), .bmpui-ui-settingspanelpagebackbutton:focus:not(.bmpui-focus-visible), .bmpui-ui-settingspanelpageopenbutton:focus:not(.bmpui-focus-visible), .bmpui-ui-settingstogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip:focus:not(.bmpui-focus-visible), .bmpui-ui-subtitlesettingsresetbutton:focus:not(.bmpui-focus-visible), .bmpui-ui-subtitlesettingstogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-volumetogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-vrtogglebutton:focus:not(.bmpui-focus-visible), .bmpui-ui-watermark:focus:not(.bmpui-focus-visible) {
  box-shadow: none;
  outline: none;
}

.bmpui-ui-playbacktogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='M23.3 15.2 9.8 5.6c-.3-.2-.7-.3-1-.1-.3.2-.5.5-.5.8v19.3c0 .4.2.7.6.9.1.1.3.1.4.1.2 0 .4-.1.6-.2l13.4-9.7c.3-.2.4-.5.4-.8-.1-.2-.2-.6-.4-.7zm-13 8.4V8.4L21 16l-10.7 7.6z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.bmpui-ui-playbacktogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-playbacktogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M11.3 5.4H8.9c-1.3 0-2.4 1.1-2.4 2.4v16.5c0 1.3 1.1 2.4 2.4 2.4h2.4c1.3 0 2.4-1.1 2.4-2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3zm0 18.9H8.9V7.7h2.4v16.6z' id='Rectangle_2_copy'/%3E%3Cpath class='st0' d='M23.1 5.4h-2.4c-1.3 0-2.4 1.1-2.4 2.4v16.5c0 1.3 1.1 2.4 2.4 2.4h2.4c1.3 0 2.4-1.1 2.4-2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3zm0 18.9h-2.4V7.7h2.4v16.6z' id='Rectangle_2_copy_2'/%3E%3C/svg%3E");
}

.bmpui-ui-playbacktogglebutton.bmpui-on.bmpui-stoptoggle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='M24.3 5.4H7.7c-1.3 0-2.4 1.1-2.4 2.4v16.5c0 1.3 1.1 2.4 2.4 2.4h16.5c1.3 0 2.4-1.1 2.4-2.4V7.7c0-1.3-1-2.3-2.3-2.3zm0 18.9H7.7V7.7h16.5v16.6z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.bmpui-ui-quickseekbutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-quickseekbutton[data-bmpui-seek-direction=forward] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='M16.8 21c.5 0 .9-.4.9-.9v-3.2h3.2c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-3.2v-3.2c0-.5-.4-.9-.9-.9s-.9.4-.9 1v3.1h-3.2c-.5 0-.9.4-.9.9s.4.9 1 .9H16v3.2c-.1.6.2.9.8.9zm8.4-10.5V6.8c0-.5-.4-.9-.9-.9s-.9.4-.9.9v1.5c-1.8-1.5-4.1-2.4-6.5-2.4-5.6 0-10.1 4.5-10.1 10.1s4.5 10.1 10.1 10.1c3.2 0 6.2-1.5 8.1-4.1.3-.4.2-1-.2-1.3-.4-.3-1-.2-1.2.2-1.6 2.1-4.1 3.4-6.7 3.4-4.6 0-8.3-3.7-8.3-8.3s3.7-8.3 8.3-8.3c1.9 0 3.7.7 5.2 1.9h-1.5c-.5 0-.9.4-.9.9s.4.9.9.9h3.7c.5 0 .9-.4.9-.9z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.bmpui-ui-quickseekbutton[data-bmpui-seek-direction=rewind] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32;zoom:1' xml:space='preserve'%3E%3Cpath d='M21.073 16c0-.5-.4-.9-.9-.9h-8.3c-.5 0-.9.4-.9.9s.4.9.9.9h8.2c.6 0 1-.4 1-.9m-5.2-10.1c-2.4 0-4.7.9-6.5 2.4V6.8c0-.5-.4-.9-.9-.9s-.9.4-.9.9v3.7c0 .5.4.9.9.9h3.7c.5 0 .9-.4.9-.9s-.4-.9-.9-.9h-1.5c1.5-1.2 3.3-1.9 5.2-1.9 4.6 0 8.3 3.7 8.3 8.3s-3.7 8.3-8.3 8.3c-2.6 0-5.1-1.3-6.7-3.4-.2-.4-.8-.5-1.2-.2-.4.3-.5.9-.2 1.3 1.9 2.6 4.9 4.1 8.1 4.1 5.6 0 10.1-4.5 10.1-10.1s-4.5-10.1-10.1-10.1' style='fill:%23fff'/%3E%3C/svg%3E");
}

.bmpui-ui-fullscreentogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M4.7 7.7h4.7V5.4H4.7c-1.3 0-2.4 1.1-2.4 2.4v4.7h2.4V7.7z' id='Rectangle_6'/%3E%3Cpath class='st0' d='M4.7 19.5H2.4v4.7c0 1.3 1.1 2.4 2.4 2.4h4.7v-2.4H4.7v-4.7z' id='Rectangle_6_copy'/%3E%3Cpath class='st0' d='M27.3 5.4h-4.7v2.4h4.7v4.7h2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3z' id='Rectangle_6_copy_2'/%3E%3Cpath class='st0' d='M27.3 24.3h-4.7v2.4h4.7c1.3 0 2.4-1.1 2.4-2.4v-4.7h-2.4v4.7z' id='Rectangle_6_copy_3'/%3E%3C/svg%3E");
}

.bmpui-ui-fullscreentogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-fullscreentogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st1{fill:%231fabe2}%3C/style%3E%3Cpath class='st1' d='M4.7 7.7h22.5v16.5H4.7z' id='Rectangle_19' style='opacity:.302'/%3E%3Cpath class='st1' d='M4.7 7.7h4.7V5.4H4.7c-1.3 0-2.4 1.1-2.4 2.4v4.7h2.4V7.7z' id='Rectangle_6_1_'/%3E%3Cpath class='st1' d='M4.7 19.5H2.4v4.7c0 1.3 1.1 2.4 2.4 2.4h4.7v-2.4H4.7v-4.7z' id='Rectangle_6_copy_1_'/%3E%3Cpath class='st1' d='M27.3 5.4h-4.7v2.4h4.7v4.7h2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3z' id='Rectangle_6_copy_2_1_'/%3E%3Cpath class='st1' d='M27.3 24.3h-4.7v2.4h4.7c1.3 0 2.4-1.1 2.4-2.4v-4.7h-2.4v4.7z' id='Rectangle_6_copy_3_1_'/%3E%3C/svg%3E");
}

.bmpui-ui-vrtogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M29 5.4H3C1.7 5.4.6 6.5.6 7.8v16.5c0 1.3 1.1 2.4 2.4 2.4h9.4v-2.4H3V7.7h26v16.5h-9.4v2.4H29c1.3 0 2.4-1.1 2.4-2.4V7.7c0-1.3-1.1-2.3-2.4-2.3z' id='Rectangle_9'/%3E%3Cpath class='st0' d='M10.1 11.3c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.1-4.7-4.7-4.7zm0 7.1c-1.3 0-2.4-1.1-2.4-2.4s1.1-2.4 2.4-2.4 2.4 1.1 2.4 2.4-1.1 2.4-2.4 2.4z' id='v'/%3E%3Cpath class='st0' d='M21.9 11.3c-2.6 0-4.7 2.1-4.7 4.7s2.1 4.7 4.7 4.7 4.7-2.1 4.7-4.7-2.1-4.7-4.7-4.7zm0 7.1c-1.3 0-2.4-1.1-2.4-2.4s1.1-2.4 2.4-2.4 2.4 1.1 2.4 2.4-1.1 2.4-2.4 2.4z' id='v_copy'/%3E%3Cpath class='st0' d='M16 23.1c2 0 3.5 1.5 3.5 3.5h2.4c0-3.3-2.6-5.9-5.9-5.9s-5.9 2.6-5.9 5.9h2.4c0-2 1.5-3.5 3.5-3.5z' id='Rectangle_10'/%3E%3C/svg%3E");
}

.bmpui-ui-vrtogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-vrtogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st1{fill:%231fabe2}%3C/style%3E%3Cpath class='st1' d='M3 7.7v16.5h10.6v-2.4h4.7v2.4H29V7.7H3zm4.7 11.8v-7.1h5.9v7.1H7.7zm17.7 0h-7.1v-7.1h7.1v7.1z' id='Rectangle_25' style='opacity:.302'/%3E%3Cpath class='st1' d='M21.9 20.7c2.6 0 4.7-2.1 4.7-4.7s-2.1-4.7-4.7-4.7-4.7 2.1-4.7 4.7 2.1 4.7 4.7 4.7zm0-7.1c1.3 0 2.4 1.1 2.4 2.4s-1.1 2.4-2.4 2.4-2.4-1.1-2.4-2.4 1.1-2.4 2.4-2.4zm-11.8 7.1c2.6 0 4.7-2.1 4.7-4.7s-2.1-4.7-4.7-4.7-4.7 2.1-4.7 4.7 2.1 4.7 4.7 4.7zm0-7.1c1.3 0 2.4 1.1 2.4 2.4s-1.1 2.4-2.4 2.4-2.4-1.1-2.4-2.4 1.1-2.4 2.4-2.4zM29 5.4H3C1.7 5.4.6 6.5.6 7.8v16.5c0 1.3 1.1 2.4 2.4 2.4h9.4c0-2 1.5-3.5 3.5-3.5s3.5 1.5 3.5 3.5H29c1.3 0 2.4-1.1 2.4-2.4V7.7c0-1.3-1.1-2.3-2.4-2.3zm0 18.9h-7.6c-.9-2.1-3-3.5-5.4-3.5s-4.5 1.4-5.4 3.5H3V7.7h26v16.6z' id='Rectangle_10_1_'/%3E%3C/svg%3E");
}

.bmpui-ui-volumetogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-volumetogglebutton.bmpui-muted, .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="0"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M12.2 13.1H6.4c-1.1 0-1.9.9-1.9 1.9v2c0 1.1.9 1.9 1.9 1.9h5.8c1.1 0 1.9-.9 1.9-1.9v-2c0-1-.9-1.9-1.9-1.9zm0 3.9H6.4v-2h5.8v2z' id='Rectangle_2_copy_4'/%3E%3Cpath class='st0' d='M18.1 11.9c-.4.4-.4 1 0 1.4l6.8 6.8c.4.4 1 .4 1.4 0s.4-1 0-1.4l-6.8-6.8c-.4-.4-1-.4-1.4 0z' id='Rounded_Rectangle_3'/%3E%3Cpath class='st0' d='M26.3 11.9c-.4-.4-1-.4-1.4 0l-6.8 6.8c-.4.4-.4 1 0 1.4s1 .4 1.4 0l6.8-6.8c.4-.4.4-1 0-1.4z' id='Rounded_Rectangle_3_1_'/%3E%3Cpath class='st0' d='M17.9 21.7v2l-9.6-7v2.5l10 7.1c.2.1.4.2.6.2s.3 0 .5-.1c.3-.2.6-.5.6-.9v-3.9l-2.1.1zM17.9 10.3H20v-4c-.1-.4-.3-.7-.7-.9-.3-.2-.8-.1-1.1.1l-9.9 7.1v2.5l9.6-6.9v2.1z'/%3E%3C/svg%3E");
}

.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="1"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="2"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="3"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="4"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="5"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M19.3 5.5c-.3-.2-.8-.1-1.1.1l-9.9 7.1v2.5l9.6-6.9v15.4l-9.6-7v2.5l10 7.1c.2.1.4.2.6.2s.3 0 .5-.1c.3-.2.6-.5.6-.9V6.3c-.1-.3-.3-.6-.7-.8z' id='Rectangle_4'/%3E%3Cpath class='st0' d='M12.2 13.1H6.4c-1.1 0-1.9.9-1.9 1.9v2c0 1.1.9 1.9 1.9 1.9h5.8c1.1 0 1.9-.9 1.9-1.9v-2c0-1-.9-1.9-1.9-1.9zm0 3.9H6.4v-2h5.8v2z' id='Rectangle_2_copy_4'/%3E%3Cpath class='st0' d='M23.7 12.1c-.6 0-1 .4-1 1v5.8c0 .6.4 1 1 1s1-.4 1-1v-5.8c0-.6-.4-1-1-1z' id='Rounded_Rectangle_4'/%3E%3C/svg%3E");
}

.bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="10"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="6"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="7"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="8"], .bmpui-ui-volumetogglebutton.bmpui-unmuted[data-bmpui-volume-level-tens="9"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M19.3 5.5c-.3-.2-.8-.1-1.1.1l-9.9 7.1v2.5l9.6-6.9v15.4l-9.6-7v2.5l10 7.1c.2.1.4.2.6.2s.3 0 .5-.1c.3-.2.6-.5.6-.9V6.3c-.1-.3-.3-.6-.7-.8z' id='Rectangle_4'/%3E%3Cpath class='st0' d='M12.2 13.1H6.4c-1.1 0-1.9.9-1.9 1.9v2c0 1.1.9 1.9 1.9 1.9h5.8c1.1 0 1.9-.9 1.9-1.9v-2c0-1-.9-1.9-1.9-1.9zm0 3.9H6.4v-2h5.8v2z' id='Rectangle_2_copy_4'/%3E%3Cpath class='st0' d='M27.6 10.2c-.6 0-1 .4-1 1v9.7c0 .6.4 1 1 1s1-.4 1-1v-9.7c0-.6-.4-1-1-1z' id='Rounded_Rectangle_3'/%3E%3Cpath class='st0' d='M23.7 12.1c-.6 0-1 .4-1 1v5.8c0 .6.4 1 1 1s1-.4 1-1v-5.8c0-.6-.4-1-1-1z' id='Rounded_Rectangle_4'/%3E%3C/svg%3E");
}

.bmpui-ui-ecomodetogglebutton {
  height: 1em;
  min-width: 5em;
}

.bmpui-ui-ecomodetogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-ecomodetogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='8' width='32' height='16' rx='8' fill='%23006AED'/%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='23.667' cy='16' r='6.667' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='15' y='7.333' width='17.334' height='17.333' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.796078 0 0 0 0 0.878431 0 0 0 0 0.929412 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_2_1649'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_2_1649' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-position: 20px;
  background-size: 45% auto;
  margin-left: 2%;
}

.bmpui-ui-ecomodetogglebutton.bmpui-off {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='33' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='8' width='32' height='16' rx='8' fill='%23868E96'/%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='8.667' cy='16' r='6.667' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' x='0' y='7.333' width='17.334' height='17.333' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation='1'/%3E%3CfeColorMatrix values='0 0 0 0 0.796078 0 0 0 0 0.878431 0 0 0 0 0.929412 0 0 0 1 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_2_1606'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_2_1606' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  background-position: 20px;
  background-size: 45% auto;
}

#ecomodelabel:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.293 21.707a1 1 0 0 0 1.414 0l3.05-3.051a9.82 9.82 0 0 0 4.262 1.014 9.2 9.2 0 0 0 6.638-2.964C23 11.361 21.936 3.3 21.887 2.963a1 1 0 0 0-.85-.851C20.7 2.063 12.637 1 7.294 6.344a9.091 9.091 0 0 0-1.95 10.9l-3.051 3.049a1 1 0 0 0 0 1.414ZM8.708 7.758c3.733-3.733 9.236-3.839 11.264-3.73.106 2.029 0 7.531-3.73 11.264a7.062 7.062 0 0 1-7.983 1.863l4.4-4.4a1 1 0 1 0-1.414-1.414l-4.4 4.4a7.063 7.063 0 0 1 1.863-7.983Z' fill='%2343C878'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.7em auto;
  content: " ";
  display: inline-block;
  height: 1.5em;
  width: 2em;
}

.bmpui-ui-watermark {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 68' style='enable-background:new 0 0 68 68' xml:space='preserve'%3E%3Cpath d='M63.3 32.5 24.3 5v13.4l20.4 14.5c.8.6.8 1.8 0 2.4L24.3 49.6V63l39-27.5c.9-.8.9-2.2 0-3zm-25.3 0L12.8 14.7V25l11.1 7.9c.8.6.8 1.8 0 2.4L12.8 43v10.3L38 35.5c1-.8 1-2.2 0-3zm-20.8.1L4 23.2v6.5l4.5 3.2c.8.6.8 1.8 0 2.4L4 38.4v6.5l13.2-9.4c1-.8 1-2.2 0-2.9z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%231fabe2'/%3E%3C/svg%3E");
  background-size: initial;
  height: 4em;
  margin: 2em;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  width: 4em;
}

.bmpui-ui-watermark:hover {
  opacity: 1;
}

.bmpui-ui-hugeplaybacktogglebutton {
  cursor: default;
  height: 8em;
  outline: none;
  overflow: hidden;
  width: 8em;
}
@keyframes bmpui-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    transform: scale(2);
    visibility: hidden;
  }
}
@keyframes bmpui-fade-in {
  0% {
    opacity: 0;
    transform: scale(2);
    visibility: visible;
  }
  to {
    opacity: 1;
  }
}
@keyframes bmpui-breathe {
  30% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
}
.bmpui-ui-hugeplaybacktogglebutton .bmpui-image {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 140' style='enable-background:new 0 0 140 140' xml:space='preserve'%3E%3Cpath d='M70 5C34.1 5 5 34.1 5 70s29.1 65 65 65 65-29.1 65-65S105.9 5 70 5zm0 127c-34.2 0-62-27.8-62-62S35.8 8 70 8s62 27.8 62 62-27.8 62-62 62z' style='opacity:.6;fill-rule:evenodd;clip-rule:evenodd;fill:%23fff'/%3E%3Cpath d='M89.2 68.5 63.1 50.4c-.6-.4-1.4-.5-2-.1-.6.3-1.1 1-1.1 1.7v36.2c0 .7.4 1.4 1.1 1.7.3.1.6.2.9.2.4 0 .8-.1 1.1-.4l26.1-18.1c.5-.4.8-.9.8-1.5 0-.7-.3-1.3-.8-1.6zM63.9 84.4V55.6L84.7 70 63.9 84.4z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7em;
  height: 100%;
  width: 100%;
}

.bmpui-ui-hugeplaybacktogglebutton .bmpui-image:hover {
  animation: bmpui-breathe 3s ease-in-out infinite;
}

.bmpui-ui-hugeplaybacktogglebutton.bmpui-on .bmpui-image {
  animation: bmpui-fade-out 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: visibility 0s 0.3s;
  visibility: hidden;
}

.bmpui-ui-hugeplaybacktogglebutton.bmpui-off .bmpui-image {
  animation: bmpui-fade-in 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  visibility: visible;
}

.bmpui-ui-hugeplaybacktogglebutton.bmpui-no-transition-animations.bmpui-off .bmpui-image, .bmpui-ui-hugeplaybacktogglebutton.bmpui-no-transition-animations.bmpui-on .bmpui-image {
  animation: none;
  transition: none;
}

.bmpui-ui-label, .bmpui-ui-label-savedEnergy, .bmpui-ui-playbacktimelabel, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-label-ad-message {
  cursor: default;
  white-space: nowrap;
}

.bmpui-hidden.bmpui-ui-label, .bmpui-hidden.bmpui-ui-label-savedEnergy, .bmpui-hidden.bmpui-ui-playbacktimelabel, .bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-hidden.bmpui-ui-label-ad-message {
  display: none;
}

.bmpui-ui-label-savedEnergy {
  color: #1fabe2;
  font-size: 0.8em;
  margin-left: 2.2em;
}

.bmpui-ui-settings-panel {
  background-color: hsla(0, 0%, 7%, 0.85);
  bottom: 5em;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 2em;
  transition: opacity 0.3s, visibility 0s;
  transition: opacity 0.3s, visibility 0s, height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
}

.bmpui-hidden.bmpui-ui-settings-panel {
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

.bmpui-ui-settings-panel > .bmpui-container-wrapper {
  margin: 0.5em;
  overflow-y: auto;
}

.bmpui-ui-settings-panel > .bmpui-container-wrapper > * {
  margin: 0 0.5em;
}

.bmpui-container-wrapper > .bmpui-ui-settings-panel {
  margin: 0;
}

.bmpui-ui-settings-panel-page {
  display: none;
}

.bmpui-active.bmpui-ui-settings-panel-page {
  display: block;
}

.bmpui-ui-settings-panel-page .bmpui-container-wrapper > .bmpui-ui-label {
  display: inline-block;
  font-size: 0.8em;
  width: 45%;
}

.bmpui-ui-settings-panel-page .bmpui-container-wrapper > .bmpui-ui-selectbox {
  margin-left: 10%;
  width: 45%;
}

.bmpui-ui-settings-panel-page .bmpui-ui-settings-panel-item {
  border-bottom: 1px solid hsla(0, 0%, 60%, 0.3);
  padding: 0.5em 0;
  white-space: nowrap;
}

.bmpui-ui-settings-panel-page .bmpui-ui-settings-panel-item.bmpui-last {
  border-bottom: 0;
}

.bmpui-ui-settings-panel-page .bmpui-ui-settings-panel-item.bmpui-hidden {
  display: none;
}

.bmpui-ui-settingspanelpageopenbutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='m25.6 13.8-1.4-.3c-.2-.5-.4-1-.6-1.4l.9-1.3c.4-.5.3-1.3-.1-1.7L23 7.7c-.3-.3-.6-.4-1-.4-.3 0-.6.1-.8.3l-1.2.9c-.5-.3-1-.5-1.5-.6l-.3-1.4c0-.6-.6-1.1-1.3-1.1H15c-.7 0-1.2.5-1.3 1.1L13.5 8c-.5.2-1 .4-1.4.6l-1.3-.9c-.2-.2-.5-.3-.8-.3-.4 0-.7.1-1 .4L7.8 9.1c-.5.5-.5 1.2-.1 1.7l.9 1.3c-.3.5-.5 1-.6 1.4l-1.4.3c-.7 0-1.2.6-1.2 1.3V17c0 .7.5 1.2 1.1 1.3l1.5.2c.2.5.4 1 .6 1.4l-.9 1.3c-.4.5-.3 1.3.1 1.7l1.4 1.4c.3.3.6.4 1 .4.3 0 .6-.1.8-.3l1.3-.9c.5.2 1 .4 1.4.6l.3 1.4c.1.7.7 1.1 1.3 1.1H17c.7 0 1.2-.5 1.3-1.1l.3-1.4c.5-.2 1-.4 1.4-.6l1.3.9c.2.2.5.3.8.3.4 0 .7-.1 1-.4l1.4-1.4c.5-.5.5-1.2.1-1.7L23.5 20c.3-.5.5-1 .6-1.4l1.4-.3c.7-.1 1.1-.7 1.1-1.3v-2c0-.5-.5-1.1-1-1.2zm-1 3.1c0 .1 0 .1 0 0l-1.8.4c-.2 0-.4.2-.4.4-.2.6-.4 1.2-.7 1.6-.1.2-.1.4 0 .6l1 1.4v.1l-1.2 1.2h-.2l-1.4-1c-.2-.1-.4-.1-.6 0-.5.3-1.1.6-1.6.7-.2.1-.4.2-.4.4l-.3 1.8c0 .1-.1.1-.1.1h-1.7c-.1 0-.1 0-.1-.1l-.3-1.7c0-.2-.2-.4-.4-.4-.6-.2-1.2-.4-1.6-.7-.1 0-.2-.1-.3-.1-.1 0-.2 0-.3.1l-1.4 1h-.2l-1.2-1.2v-.1l1-1.4c.1-.2.1-.4 0-.6-.4-.4-.7-1-.8-1.6-.1-.2-.2-.4-.4-.4L7.5 17c-.1 0-.1-.1-.1-.1v-1.7c0-.1 0-.1.1-.1l1.7-.2c.2 0 .4-.2.5-.4.2-.6.4-1.2.7-1.6.1-.2.1-.4 0-.6l-1-1.4v-.1l1.2-1.2h.2l1.4 1c.2.1.4.1.6 0 .5-.3 1.1-.6 1.6-.7.2-.1.4-.2.4-.4l.2-2c0-.1.1-.1.1-.1h1.7c.1 0 .1 0 .1.1l.2 1.7c0 .2.2.4.4.5.6.2 1.2.4 1.7.7.2.1.4.1.6 0l1.4-1h.2l1.2 1.2v.1l-1 1.4c-.1.2-.1.4 0 .6.3.5.6 1.1.7 1.6.1.2.2.4.4.4l1.6.3c.1 0 .1.1.1.1v1.8h.2zM16 11.5c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5zm0 7.3c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8 2.8 1.3 2.8 2.8-1.3 2.8-2.8 2.8z' style='fill:%23fff'/%3E%3C/svg%3E");
  max-height: 0.8em;
  padding: 0.3em 0;
  vertical-align: bottom;
}

.bmpui-ui-settingspanelpageopenbutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-on.bmpui-ui-settingspanelpageopenbutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st1{fill:%231fabe2}%3C/style%3E%3Cpath class='st1' d='M23.6 12.9c-.5-1.1-.7-2.2-1.4-3-.9-.9-2.2-1.2-3.3-1.6-1-.4-1.7-1-2.9-1s-2.1.7-3.2 1.1c-1.1.5-2.1.7-3 1.4-.9.8-1 1.8-1.4 2.9-.4 1.1-1.1 2-1.1 3.3s.6 2 1 3.1c.5 1.1.8 2.3 1.6 3.1.8.8 1.8 1 2.9 1.4 1.1.4 2 1.1 3.2 1.1s2.3-.7 3.4-1.2c1.1-.4 1.9-.6 2.8-1.4.9-.9 1.1-1.9 1.4-3.1.4-1 1.2-2 1.2-3.1-.1-1.1-.8-2-1.2-3zm-7.6 7c-2.1 0-3.9-1.7-3.9-3.9s1.7-3.9 3.9-3.9 3.9 1.7 3.9 3.9-1.8 3.9-3.9 3.9z' id='Ellipse_1_copy' style='opacity:.302'/%3E%3Cpath class='st1' d='m25.6 13.8-1.4-.3c-.2-.5-.4-1-.6-1.4l.9-1.3c.4-.5.3-1.3-.1-1.7L23 7.7c-.3-.3-.6-.4-1-.4-.3 0-.6.1-.8.3l-1.2.9c-.5-.3-1-.5-1.5-.6l-.3-1.4c0-.6-.6-1.1-1.3-1.1H15c-.7 0-1.2.5-1.3 1.1L13.5 8c-.5.2-1 .4-1.4.6l-1.3-.9c-.2-.2-.5-.3-.8-.3-.4 0-.7.1-1 .4L7.8 9.1c-.5.5-.5 1.2-.1 1.7l.9 1.3c-.3.5-.5 1-.6 1.4l-1.4.3c-.7 0-1.2.6-1.2 1.3V17c0 .7.5 1.2 1.1 1.3l1.5.2c.2.5.4 1 .6 1.4l-.9 1.3c-.4.5-.3 1.3.1 1.7l1.4 1.4c.3.3.6.4 1 .4.3 0 .6-.1.8-.3l1.3-.9c.5.2 1 .4 1.4.6l.3 1.4c.1.7.7 1.1 1.3 1.1H17c.7 0 1.2-.5 1.3-1.1l.3-1.4c.5-.2 1-.4 1.4-.6l1.3.9c.2.2.5.3.8.3.4 0 .7-.1 1-.4l1.4-1.4c.5-.5.5-1.2.1-1.7L23.5 20c.3-.5.5-1 .6-1.4l1.4-.3c.7-.1 1.1-.7 1.1-1.3v-2c0-.5-.5-1.1-1-1.2zm-1 3.1c0 .1 0 .1 0 0l-1.8.4c-.2 0-.4.2-.4.4-.2.6-.4 1.2-.7 1.6-.1.2-.1.4 0 .6l1 1.4v.1l-1.2 1.2h-.2l-1.4-1c-.2-.1-.4-.1-.6 0-.5.3-1.1.6-1.6.7-.2.1-.4.2-.4.4l-.3 1.8c0 .1-.1.1-.1.1h-1.7c-.1 0-.1 0-.1-.1l-.3-1.7c0-.2-.2-.4-.4-.4-.6-.2-1.2-.4-1.6-.7-.1 0-.2-.1-.3-.1-.1 0-.2 0-.3.1l-1.4 1h-.2l-1.2-1.2v-.1l1-1.4c.1-.2.1-.4 0-.6-.4-.4-.7-1-.8-1.6-.1-.2-.2-.4-.4-.4L7.5 17c-.1 0-.1-.1-.1-.1v-1.7c0-.1 0-.1.1-.1l1.7-.2c.2 0 .4-.2.5-.4.2-.6.4-1.2.7-1.6.1-.2.1-.4 0-.6l-1-1.4v-.1l1.2-1.2h.2l1.4 1c.2.1.4.1.6 0 .5-.3 1.1-.6 1.6-.7.2-.1.4-.2.4-.4l.2-2c0-.1.1-.1.1-.1h1.7c.1 0 .1 0 .1.1l.2 1.7c0 .2.2.4.4.5.6.2 1.2.4 1.7.7.2.1.4.1.6 0l1.4-1h.2l1.2 1.2v.1l-1 1.4c-.1.2-.1.4 0 .6.3.5.6 1.1.7 1.6.1.2.2.4.4.4l1.6.3c.1 0 .1.1.1.1v1.8h.2zM16 11.5c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5zm0 7.3c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8 2.8 1.3 2.8 2.8-1.3 2.8-2.8 2.8z' id='Shape_4_1_'/%3E%3C/svg%3E");
}

.bmpui-ui-settingspanelpagebackbutton {
  font-size: 0.8em;
  position: relative;
  width: 8em;
}

.bmpui-ui-settingspanelpagebackbutton .bmpui-label {
  display: inline-block;
}

.bmpui-ui-settingspanelpagebackbutton .bmpui-label:before {
  border-bottom: 0.2em solid #fff;
  border-left: 0.2em solid #fff;
  content: "";
  height: 0.6em;
  margin-left: -0.8em;
  position: absolute;
  top: 0.6em;
  transform: rotate(45deg);
  width: 0.6em;
}

.bmpui-ui-audiotracksettingstogglebutton:hover, .bmpui-ui-settingstogglebutton:hover, .bmpui-ui-subtitlesettingstogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-on.bmpui-ui-audiotracksettingstogglebutton:hover, .bmpui-on.bmpui-ui-settingstogglebutton:hover, .bmpui-on.bmpui-ui-subtitlesettingstogglebutton:hover {
  filter: drop-shadow(0 0 1px #1fabe2);
}

.bmpui-ui-settingstogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='m25.6 13.8-1.4-.3c-.2-.5-.4-1-.6-1.4l.9-1.3c.4-.5.3-1.3-.1-1.7L23 7.7c-.3-.3-.6-.4-1-.4-.3 0-.6.1-.8.3l-1.2.9c-.5-.3-1-.5-1.5-.6l-.3-1.4c0-.6-.6-1.1-1.3-1.1H15c-.7 0-1.2.5-1.3 1.1L13.5 8c-.5.2-1 .4-1.4.6l-1.3-.9c-.2-.2-.5-.3-.8-.3-.4 0-.7.1-1 .4L7.8 9.1c-.5.5-.5 1.2-.1 1.7l.9 1.3c-.3.5-.5 1-.6 1.4l-1.4.3c-.7 0-1.2.6-1.2 1.3V17c0 .7.5 1.2 1.1 1.3l1.5.2c.2.5.4 1 .6 1.4l-.9 1.3c-.4.5-.3 1.3.1 1.7l1.4 1.4c.3.3.6.4 1 .4.3 0 .6-.1.8-.3l1.3-.9c.5.2 1 .4 1.4.6l.3 1.4c.1.7.7 1.1 1.3 1.1H17c.7 0 1.2-.5 1.3-1.1l.3-1.4c.5-.2 1-.4 1.4-.6l1.3.9c.2.2.5.3.8.3.4 0 .7-.1 1-.4l1.4-1.4c.5-.5.5-1.2.1-1.7L23.5 20c.3-.5.5-1 .6-1.4l1.4-.3c.7-.1 1.1-.7 1.1-1.3v-2c0-.5-.5-1.1-1-1.2zm-1 3.1c0 .1 0 .1 0 0l-1.8.4c-.2 0-.4.2-.4.4-.2.6-.4 1.2-.7 1.6-.1.2-.1.4 0 .6l1 1.4v.1l-1.2 1.2h-.2l-1.4-1c-.2-.1-.4-.1-.6 0-.5.3-1.1.6-1.6.7-.2.1-.4.2-.4.4l-.3 1.8c0 .1-.1.1-.1.1h-1.7c-.1 0-.1 0-.1-.1l-.3-1.7c0-.2-.2-.4-.4-.4-.6-.2-1.2-.4-1.6-.7-.1 0-.2-.1-.3-.1-.1 0-.2 0-.3.1l-1.4 1h-.2l-1.2-1.2v-.1l1-1.4c.1-.2.1-.4 0-.6-.4-.4-.7-1-.8-1.6-.1-.2-.2-.4-.4-.4L7.5 17c-.1 0-.1-.1-.1-.1v-1.7c0-.1 0-.1.1-.1l1.7-.2c.2 0 .4-.2.5-.4.2-.6.4-1.2.7-1.6.1-.2.1-.4 0-.6l-1-1.4v-.1l1.2-1.2h.2l1.4 1c.2.1.4.1.6 0 .5-.3 1.1-.6 1.6-.7.2-.1.4-.2.4-.4l.2-2c0-.1.1-.1.1-.1h1.7c.1 0 .1 0 .1.1l.2 1.7c0 .2.2.4.4.5.6.2 1.2.4 1.7.7.2.1.4.1.6 0l1.4-1h.2l1.2 1.2v.1l-1 1.4c-.1.2-.1.4 0 .6.3.5.6 1.1.7 1.6.1.2.2.4.4.4l1.6.3c.1 0 .1.1.1.1v1.8h.2zM16 11.5c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5zm0 7.3c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8 2.8 1.3 2.8 2.8-1.3 2.8-2.8 2.8z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.bmpui-ui-settingstogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st1{fill:%231fabe2}%3C/style%3E%3Cpath class='st1' d='M23.6 12.9c-.5-1.1-.7-2.2-1.4-3-.9-.9-2.2-1.2-3.3-1.6-1-.4-1.7-1-2.9-1s-2.1.7-3.2 1.1c-1.1.5-2.1.7-3 1.4-.9.8-1 1.8-1.4 2.9-.4 1.1-1.1 2-1.1 3.3s.6 2 1 3.1c.5 1.1.8 2.3 1.6 3.1.8.8 1.8 1 2.9 1.4 1.1.4 2 1.1 3.2 1.1s2.3-.7 3.4-1.2c1.1-.4 1.9-.6 2.8-1.4.9-.9 1.1-1.9 1.4-3.1.4-1 1.2-2 1.2-3.1-.1-1.1-.8-2-1.2-3zm-7.6 7c-2.1 0-3.9-1.7-3.9-3.9s1.7-3.9 3.9-3.9 3.9 1.7 3.9 3.9-1.8 3.9-3.9 3.9z' id='Ellipse_1_copy' style='opacity:.302'/%3E%3Cpath class='st1' d='m25.6 13.8-1.4-.3c-.2-.5-.4-1-.6-1.4l.9-1.3c.4-.5.3-1.3-.1-1.7L23 7.7c-.3-.3-.6-.4-1-.4-.3 0-.6.1-.8.3l-1.2.9c-.5-.3-1-.5-1.5-.6l-.3-1.4c0-.6-.6-1.1-1.3-1.1H15c-.7 0-1.2.5-1.3 1.1L13.5 8c-.5.2-1 .4-1.4.6l-1.3-.9c-.2-.2-.5-.3-.8-.3-.4 0-.7.1-1 .4L7.8 9.1c-.5.5-.5 1.2-.1 1.7l.9 1.3c-.3.5-.5 1-.6 1.4l-1.4.3c-.7 0-1.2.6-1.2 1.3V17c0 .7.5 1.2 1.1 1.3l1.5.2c.2.5.4 1 .6 1.4l-.9 1.3c-.4.5-.3 1.3.1 1.7l1.4 1.4c.3.3.6.4 1 .4.3 0 .6-.1.8-.3l1.3-.9c.5.2 1 .4 1.4.6l.3 1.4c.1.7.7 1.1 1.3 1.1H17c.7 0 1.2-.5 1.3-1.1l.3-1.4c.5-.2 1-.4 1.4-.6l1.3.9c.2.2.5.3.8.3.4 0 .7-.1 1-.4l1.4-1.4c.5-.5.5-1.2.1-1.7L23.5 20c.3-.5.5-1 .6-1.4l1.4-.3c.7-.1 1.1-.7 1.1-1.3v-2c0-.5-.5-1.1-1-1.2zm-1 3.1c0 .1 0 .1 0 0l-1.8.4c-.2 0-.4.2-.4.4-.2.6-.4 1.2-.7 1.6-.1.2-.1.4 0 .6l1 1.4v.1l-1.2 1.2h-.2l-1.4-1c-.2-.1-.4-.1-.6 0-.5.3-1.1.6-1.6.7-.2.1-.4.2-.4.4l-.3 1.8c0 .1-.1.1-.1.1h-1.7c-.1 0-.1 0-.1-.1l-.3-1.7c0-.2-.2-.4-.4-.4-.6-.2-1.2-.4-1.6-.7-.1 0-.2-.1-.3-.1-.1 0-.2 0-.3.1l-1.4 1h-.2l-1.2-1.2v-.1l1-1.4c.1-.2.1-.4 0-.6-.4-.4-.7-1-.8-1.6-.1-.2-.2-.4-.4-.4L7.5 17c-.1 0-.1-.1-.1-.1v-1.7c0-.1 0-.1.1-.1l1.7-.2c.2 0 .4-.2.5-.4.2-.6.4-1.2.7-1.6.1-.2.1-.4 0-.6l-1-1.4v-.1l1.2-1.2h.2l1.4 1c.2.1.4.1.6 0 .5-.3 1.1-.6 1.6-.7.2-.1.4-.2.4-.4l.2-2c0-.1.1-.1.1-.1h1.7c.1 0 .1 0 .1.1l.2 1.7c0 .2.2.4.4.5.6.2 1.2.4 1.7.7.2.1.4.1.6 0l1.4-1h.2l1.2 1.2v.1l-1 1.4c-.1.2-.1.4 0 .6.3.5.6 1.1.7 1.6.1.2.2.4.4.4l1.6.3c.1 0 .1.1.1.1v1.8h.2zM16 11.5c-2.5 0-4.5 2-4.5 4.5s2 4.5 4.5 4.5 4.5-2 4.5-4.5-2-4.5-4.5-4.5zm0 7.3c-1.5 0-2.8-1.3-2.8-2.8s1.3-2.8 2.8-2.8 2.8 1.3 2.8 2.8-1.3 2.8-2.8 2.8z' id='Shape_4_1_'/%3E%3C/svg%3E");
}

.bmpui-ui-selectbox {
  background-color: transparent;
  border: 0;
  color: #1fabe2;
  cursor: pointer;
  font-size: 0.8em;
  padding: 0.3em;
}

.bmpui-ui-selectbox:focus {
  box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  outline: none;
}

.bmpui-ui-selectbox:focus:not(.bmpui-focus-visible) {
  box-shadow: none;
  outline: none;
}

.bmpui-ui-selectbox option {
  color: #999;
}

.bmpui-ui-selectbox option:checked {
  color: #1fabe2;
}

.bmpui-ui-listbox .bmpui-ui-listbox-button {
  box-sizing: border-box;
  display: block;
  font-size: 0.8em;
  height: 100%;
  min-width: 10em;
  padding: 0.5em;
  width: 100%;
}

.bmpui-ui-listbox .bmpui-ui-listbox-button .bmpui-label {
  display: inherit;
}

.bmpui-ui-listbox .bmpui-ui-listbox-button.bmpui-selected {
  background-color: rgba(31, 171, 226, 0.7);
}

.bmpui-ui-listbox .bmpui-ui-listbox-button:hover {
  background-color: rgba(31, 171, 226, 0.85);
}

.bmpui-ui-listbox .bmpui-ui-listbox-button:last-child {
  border-bottom: 0;
}

.bmpui-ui-seekbar-label {
  bottom: 100%;
  left: 0;
  margin-bottom: 1em;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  text-align: center;
  transition: opacity 0.3s, visibility 0s;
  visibility: visible;
}

.bmpui-ui-seekbar-label.bmpui-hidden {
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

.bmpui-ui-seekbar-label > .bmpui-container-wrapper {
  margin-left: -50%;
  margin-right: 50%;
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.bmpui-ui-seekbar-label .bmpui-seekbar-label-caret {
  border: 0.5em solid transparent;
  border-top-color: #fff;
  height: 0;
  margin-left: -0.5em;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner {
  border-bottom: 0.2em solid #fff;
}

.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper {
  position: relative;
}

.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper .bmpui-seekbar-thumbnail {
  width: 6em;
}

.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper .bmpui-seekbar-label-metadata {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  bottom: 0;
  box-sizing: border-box;
  display: block;
  padding: 0.5em;
  position: absolute;
  width: 100%;
}

.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper .bmpui-seekbar-label-metadata .bmpui-seekbar-label-time {
  display: block;
  line-height: 0.8em;
}

.bmpui-ui-seekbar-label .bmpui-seekbar-label-inner > .bmpui-container-wrapper .bmpui-seekbar-label-metadata .bmpui-seekbar-label-title {
  display: block;
  margin-bottom: 0.3em;
  white-space: normal;
}

.bmpui-ui-seekbar, .bmpui-ui-volumeslider {
  cursor: pointer;
  font-size: 1em;
  height: 1em;
  position: relative;
  width: 100%;
}

.bmpui-hidden.bmpui-ui-seekbar, .bmpui-hidden.bmpui-ui-volumeslider {
  display: none;
}

.bmpui-ui-seekbar:focus, .bmpui-ui-volumeslider:focus {
  box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  outline: none;
}

.bmpui-ui-seekbar:focus:not(.bmpui-focus-visible), .bmpui-ui-volumeslider:focus:not(.bmpui-focus-visible) {
  box-shadow: none;
  outline: none;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop, .bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers, .bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker, .bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition, .bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition-marker, .bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  bottom: 0;
  box-sizing: border-box;
  height: 0.3125em;
  left: 0;
  margin: auto;
  position: absolute;
  right: auto;
  top: 0;
  transform-origin: 0 0;
  width: 100%;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop {
  background-color: hsla(0, 0%, 100%, 0.2);
  margin: auto 0;
  width: 100%;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel {
  background-color: #fff;
  margin: auto 0;
  transition: 0.3s linear, 0.3s linear;
  transition-property: transform;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  background-color: hsla(0, 0%, 100%, 0.2);
  margin: auto 0;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition {
  background-color: #1fabe2;
  margin: auto 0;
  transition: 0.1s linear, 0.1s linear;
  transition-property: transform;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition-marker, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  background-color: rgba(31, 171, 226, 0.5);
  border: 0.1875em solid #1fabe2;
  border-radius: 50%;
  height: 0.9375em;
  left: -0.46875em;
  width: 0.9375em;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers {
  height: 0.5625em;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker {
  background-color: #fff;
  height: 100%;
  text-align: center;
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: linear;
  width: 2px;
}

.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker > .bmpui-seekbar-marker-image, .bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-markers > .bmpui-seekbar-marker > .bmpui-seekbar-marker-image {
  height: 1.25em;
  position: absolute;
  transform: translate(-50%, calc(-100% - 0.2em));
}

.bmpui-seeking.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-seeking.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition, .bmpui-seeking.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-seeking.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition {
  transition: none;
}

.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar {
  height: 100%;
  width: auto;
}

.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop, .bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition, .bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  right: 0;
  top: auto;
}

.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-playbackposition .bmpui-seekbar-playbackposition-marker, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition .bmpui-seekbar-playbackposition-marker {
  height: 1em;
  top: -0.5em;
  width: 100%;
}

.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-backdrop, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-backdrop {
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-vertical.bmpui-ui-seekbar .bmpui-seekbar .bmpui-seekbar-seekposition, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel, .bmpui-vertical.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-seekposition {
  margin: 0 auto;
}

.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-playbackposition-marker {
  background-color: #1fabe2;
  border: 0;
  height: 0.6875em;
  left: -0.34375em;
  width: 0.6875em;
}

.bmpui-ui-volumeslider .bmpui-seekbar .bmpui-seekbar-bufferlevel {
  display: none;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay {
  bottom: 0;
  font-size: 1.2em;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: bottom 0.15s ease-out;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay.bmpui-hidden {
  display: none;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay * {
  all: unset;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay p {
  display: block;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay .bmpui-subtitle-region-container {
  position: absolute;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay .bmpui-subtitle-region-container.bmpui-subtitle-position-default {
  bottom: 2em;
  left: 3em;
  right: 3em;
  top: auto;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay .bmpui-subtitle-region-container.bmpui-subtitle-position-bottom > div {
  bottom: 0;
  position: absolute;
  width: 100%;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay .bmpui-ui-subtitle-label {
  color: #fff;
  height: fit-content;
  text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, -1px 0 0 #000, 1px 0 0 #000, -1px 1px 0 #000, 0 1px 0 #000, 1px 1px 0 #000;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay .bmpui-ui-subtitle-label:nth-child(1n-1):after {
  content: "\a";
  height: 0;
  white-space: pre-line;
  width: 0;
}

.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay.bmpui-controlbar-visible {
  bottom: 5em;
  transition: bottom 0.15s ease-in;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 {
  bottom: 2em;
  left: 3em;
  right: 3em;
  top: 2em;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container {
  height: 6.6666666667%;
  left: 0;
  line-height: 1em;
  right: 0;
  text-align: left;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-0 {
  top: 0;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-1 {
  top: 6.6666666667%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-2 {
  top: 13.3333333333%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-3 {
  top: 20%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-4 {
  top: 26.6666666667%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-5 {
  top: 33.3333333333%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-6 {
  top: 40%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-7 {
  top: 46.6666666667%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-8 {
  top: 53.3333333333%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-9 {
  top: 60%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-10 {
  top: 66.6666666667%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-11 {
  top: 73.3333333333%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-12 {
  top: 80%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-13 {
  top: 86.6666666667%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-subtitle-region-container.bmpui-subtitle-position-cea608-row-14 {
  top: 93.3333333333%;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-ui-subtitle-label {
  display: inline-block;
  font-family: Courier New, Courier, Nimbus Mono L, Cutive Mono, monospace;
  position: absolute;
  text-transform: uppercase;
  vertical-align: bottom;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608 .bmpui-ui-subtitle-label:nth-child(1n-1):after {
  content: normal;
  white-space: normal;
}

.bmpui-ui-subtitle-overlay.bmpui-cea608.bmpui-controlbar-visible {
  bottom: 2em;
  transition: none;
}

.bmpui-ui-volumecontrolbutton {
  line-height: 0;
  position: relative;
}

.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider {
  background-color: #111;
  bottom: 100%;
  height: 6em;
  max-height: 6em;
  position: absolute;
  transition: max-height 0.15s ease-in;
  width: 1.5em;
}

.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider.bmpui-hidden {
  max-height: 0;
  transition: max-height 0.15s ease-out;
}

.bmpui-ui-volumecontrolbutton .bmpui-ui-volumeslider .bmpui-seekbar {
  bottom: 0.5em;
  height: auto;
  left: 0.3em;
  overflow: hidden;
  position: absolute;
  right: 0.3em;
  top: 0.5em;
  width: auto;
}

.bmpui-ui-casttogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M27.7 5.4H6.4c-1.2 0-2.1 1-2.1 2.1v2.1h2.1V7.5h21.3v12.8h-8.5v2.1h8.5c1.2 0 2.1-1 2.1-2.1V7.5c0-1.2-.9-2.1-2.1-2.1z' id='Rectangle_9_copy'/%3E%3Cpath class='st0' d='M2.2 12.8v2.1c6.5 0 11.7 5.2 11.7 11.7H16C16 19 9.8 12.8 2.2 12.8zm0 5.3v2.1c3.5 0 6.4 2.9 6.4 6.4h2.1c0-4.6-3.8-8.5-8.5-8.5zm0 5.3v3.2h3.2c0-1.8-1.4-3.2-3.2-3.2z' id='Rectangle_12'/%3E%3C/svg%3E");
}

.bmpui-ui-casttogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-casttogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st1{fill:%231fabe2}%3C/style%3E%3Cpath class='st1' d='M6.4 7.5v3.3c5.3.6 9.7 4.5 11.2 9.5h10.1V7.5H6.4z' id='Ellipse_1' style='opacity:.302'/%3E%3Cpath class='st1' d='M2.2 23.4v3.2h3.2c0-1.8-1.4-3.2-3.2-3.2zm0-5.3v2.1c3.5 0 6.4 2.9 6.4 6.4h2.1c0-4.6-3.8-8.5-8.5-8.5zm0-5.3v2.1c6.5 0 11.7 5.2 11.7 11.7H16C16 19 9.8 12.8 2.2 12.8zm25.5-7.4H6.4c-1.2 0-2.1 1-2.1 2.1v2.1h2.1V7.5h21.3v12.8h-8.5v2.1h8.5c1.2 0 2.1-1 2.1-2.1V7.5c0-1.2-.9-2.1-2.1-2.1z' id='Rectangle_12_2_'/%3E%3C/svg%3E");
}

.bmpui-ui-cast-status-overlay {
  background: #111 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M27.7 5.4H6.4c-1.2 0-2.1 1-2.1 2.1v2.1h2.1V7.5h21.3v12.8h-8.5v2.1h8.5c1.2 0 2.1-1 2.1-2.1V7.5c0-1.2-.9-2.1-2.1-2.1z' id='Rectangle_9_copy'/%3E%3Cpath class='st0' d='M2.2 12.8v2.1c6.5 0 11.7 5.2 11.7 11.7H16C16 19 9.8 12.8 2.2 12.8zm0 5.3v2.1c3.5 0 6.4 2.9 6.4 6.4h2.1c0-4.6-3.8-8.5-8.5-8.5zm0 5.3v3.2h3.2c0-1.8-1.4-3.2-3.2-3.2z' id='Rectangle_12'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 7em 7em;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.3s, visibility 0s;
  visibility: visible;
  width: 100%;
}

.bmpui-ui-cast-status-overlay.bmpui-hidden {
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}

.bmpui-ui-cast-status-overlay .bmpui-ui-cast-status-label {
  color: #fff;
  font-size: 1.2em;
  left: 0;
  margin: 0 2em;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 65%;
}

.bmpui-ui-cast-status-overlay .bmpui-ui-cast-status-label * {
  pointer-events: none;
}

.bmpui-ui-errormessage-overlay {
  background-color: #111;
  height: 100%;
  left: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.bmpui-ui-errormessage-overlay.bmpui-hidden {
  display: none;
}

.bmpui-ui-errormessage-overlay .bmpui-ui-errormessage-label {
  color: #fff;
  font-size: 1.2em;
  left: 3em;
  position: absolute;
  right: 3em;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-user-select: text;
  user-select: text;
  white-space: pre-line;
}

.bmpui-ui-errormessage-overlay .bmpui-ui-errormessage-label ul {
  color: #999;
  font-size: 0.9em;
  padding: 0;
}

.bmpui-ui-errormessage-overlay .bmpui-ui-errormessage-label ul li {
  list-style: none;
}

.bmpui-ui-errormessage-overlay .bmpui-ui-tvnoisecanvas {
  filter: blur(4px);
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bmpui-ui-titlebar {
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.7));
  box-sizing: border-box;
  opacity: 1;
  padding: 0.5em 1em 1em;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s, visibility 0s;
  width: 100%;
}

.bmpui-ui-titlebar.bmpui-hidden {
  opacity: 0;
  transition: opacity 0.3s;
}

.bmpui-ui-titlebar > .bmpui-container-wrapper {
  padding: 0.5em;
  pointer-events: none;
}

.bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata {
  pointer-events: none;
}

.bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata-title {
  cursor: default;
  display: block;
  font-size: 1.2em;
  text-shadow: 0 0 5px #000;
  white-space: normal;
}

.bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata-description {
  color: #e6e6e6;
  cursor: default;
  display: block;
  text-shadow: 0 0 5px #000;
  white-space: normal;
}

.bmpui-ui-recommendation-overlay {
  background-color: rgba(8, 43, 57, 0.7);
  display: table;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.6s, visibility 0s;
  visibility: visible;
  width: 100%;
}

.bmpui-ui-recommendation-overlay > .bmpui-container-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bmpui-ui-recommendation-overlay.bmpui-hidden {
  opacity: 0;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
}

.bmpui-ui-recommendation-overlay > .bmpui-container-wrapper {
  padding: 3em;
}

.bmpui-ui-recommendation-overlay a, .bmpui-ui-recommendation-overlay a:hover, .bmpui-ui-recommendation-overlay a:visited {
  color: #fff;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-hugereplaybutton {
  bottom: 2em;
  left: 2em;
  position: absolute;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-recommendation-item {
  background-position: 50%;
  background-size: cover;
  display: inline-block;
  font-size: 0.7em;
  height: 9em;
  margin: 0.3em 0.6em;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-shadow: 0 0 3px #111;
  transform: scale(1);
  transition: transform 0.15s ease-out;
  width: 16em;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-recommendation-item .bmpui-background {
  background: linear-gradient(180deg, transparent, transparent, rgba(0, 0, 0, 0.7));
  height: 100%;
  position: absolute;
  top: 20%;
  transition: top 0.15s ease-out;
  width: 100%;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-recommendation-item .bmpui-title {
  bottom: 3em;
  left: 1em;
  position: absolute;
  right: 1em;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-recommendation-item .bmpui-title .bmpui-innertitle {
  font-size: 1.2em;
  white-space: normal;
  word-break: break-all;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-recommendation-item .bmpui-duration {
  bottom: 1em;
  left: 1em;
  position: absolute;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-recommendation-item:hover {
  outline: 2px solid #1fabe2;
  transform: scale(1.05);
  transition: transform 0.15s ease-in;
}

.bmpui-ui-recommendation-overlay.bmpui-recommendations .bmpui-ui-recommendation-item:hover .bmpui-background {
  top: 0;
  transition: top 0.15s ease-in;
}

.bmpui-ui-clickoverlay {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bmpui-ui-hugereplaybutton {
  height: 5em;
  outline: none;
  width: 5em;
}

.bmpui-ui-hugereplaybutton .bmpui-image {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' style='enable-background:new 0 0 80 80' xml:space='preserve'%3E%3Cstyle%3E.st1{fill:%231fabe2}%3C/style%3E%3Cpath d='M40 73.5c-18.5 0-33.5-15-33.5-33.5S21.5 6.5 40 6.5s33.5 15 33.5 33.5-15 33.5-33.5 33.5z' style='opacity:.3;fill:%231fabe2'/%3E%3Cpath class='st1' d='M40 5C20.7 5 5 20.7 5 40s15.7 35 35 35 35-15.7 35-35S59.3 5 40 5zm0 67C22.3 72 8 57.7 8 40S22.3 8 40 8s32 14.3 32 32-14.3 32-32 32z' id='Ellipse_3_copy_2'/%3E%3Cpath class='st1' d='M54 40.3V40h-.1c-.2-.6-.8-1-1.4-1s-1.2.4-1.4 1H51c0 6.1-4.9 11-11 11s-11-4.9-11-11 4.9-11 11-11c.7 0 1.4.1 2 .2v3.3c0 .2.1.3.3.4.1 0 .2.1.3.1s.2 0 .3-.1l7.8-4.5c.2-.1.2-.2.2-.4s-.1-.3-.2-.4l-7.8-4.5c-.2-.1-.4-.1-.6 0-.2.1-.3.2-.3.4v2.7c-.7-.1-1.3-.2-2-.2-7.7 0-14 6.3-14 14s6.3 14 14 14c7.4 0 13.5-5.8 14-13.2v-.5z' id='Ellipse_3'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 5em;
  height: 100%;
  width: 100%;
}
@keyframes bmpui-spin {
  50% {
    transform: rotate(180deg) scale(1.1);
  }
  to {
    transform: rotate(1turn) scale(1);
  }
}
.bmpui-ui-hugereplaybutton .bmpui-image:hover {
  animation: bmpui-spin 0.5s ease-in;
}

.bmpui-ui-replaybutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='M22.8 9.1c-3.8-3.9-10.1-4-14.1-.2V7.1c0-.6-.4-1-1-1s-1 .4-1 1v4.5c0 .6.4 1 1 1h4.5c.6 0 1-.4 1-1s-.4-1-1-1H9.8c1.6-1.6 3.7-2.5 5.9-2.5 4.4 0 8 3.7 8 8.1s-3.7 8-8.1 8c-3.5 0-6.5-2.3-7.6-5.4-.1-.4-.5-.8-.9-.8-.5 0-1 .4-1 1 0 .1 0 .2.1.3.5 1.3 1.2 2.5 2.2 3.5 3.8 4 10.1 4.1 14.1.3 4-3.6 4.1-9.9.3-14z' style='fill:%23fff'/%3E%3C/svg%3E");
}

.bmpui-ui-replaybutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-playbacktimelabel {
  text-transform: uppercase;
}

.bmpui-ui-playbacktimelabel.bmpui-ui-playbacktimelabel-live {
  cursor: pointer;
}

.bmpui-ui-playbacktimelabel.bmpui-ui-playbacktimelabel-live:before {
  color: #999;
  content: "●";
  padding-right: 0.2em;
}

.bmpui-ui-playbacktimelabel.bmpui-ui-playbacktimelabel-live.bmpui-ui-playbacktimelabel-live-edge:before {
  color: red;
}

.bmpui-ui-buffering-overlay {
  display: table;
}

.bmpui-ui-buffering-overlay > .bmpui-container-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bmpui-ui-buffering-overlay {
  background-color: rgba(8, 43, 57, 0.7);
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.6s, visibility 0s;
  visibility: visible;
  width: 100%;
}

.bmpui-ui-buffering-overlay.bmpui-hidden {
  opacity: 0;
  transition: opacity 0.6s, visibility 0.6s;
  visibility: hidden;
}

.bmpui-ui-buffering-overlay > .bmpui-container-wrapper {
  padding: 3em;
}

.bmpui-ui-buffering-overlay a, .bmpui-ui-buffering-overlay a:hover, .bmpui-ui-buffering-overlay a:visited {
  color: #fff;
}

.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator {
  animation: bmpui-fancy 2s ease-in infinite;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st1{fill-rule:evenodd;clip-rule:evenodd;fill:%231fabe2}%3C/style%3E%3Cpath class='st1' d='M8 8h16v16H8z' id='Rectangle_3_copy_3' style='opacity:.302'/%3E%3Cpath class='st1' d='M23 7H9c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9c0-1.1-.9-2-2-2zm0 16H9V9h14v14z' id='Rectangle_2_copy_13'/%3E%3C/svg%3E") no-repeat 50%;
  display: inline-block;
  height: 2em;
  margin: 0.2em;
  width: 2em;
}
@keyframes bmpui-fancy {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale(2);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator:first-child {
  animation-delay: 0s;
}

.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator:nth-child(2) {
  animation-delay: 0.2s;
}

.bmpui-ui-buffering-overlay .bmpui-ui-buffering-overlay-indicator:nth-child(3) {
  animation-delay: 0.4s;
}

.bmpui-ui-buffering-overlay.bmpui-hidden .bmpui-ui-buffering-overlay-indicator {
  display: none;
}

.bmpui-ui-playbacktoggle-overlay .bmpui-ui-hugeplaybacktogglebutton {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bmpui-ui-closebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M26 6c-.9-.9-2.2-.9-3.1 0L6 22.8c-.9.9-.9 2.2 0 3.1.9.9 2.2.9 3.1 0L26 9.2c.9-.9.9-2.3 0-3.2z' id='Rounded_Rectangle_6'/%3E%3Cpath class='st0' d='M26 22.8 9.2 6c-.9-.9-2.2-.9-3.1 0s-.9 2.2 0 3.1L23 26c.9.9 2.2.9 3.1 0 .8-.9.8-2.3-.1-3.2z' id='Rounded_Rectangle_6_copy'/%3E%3C/svg%3E");
}
@keyframes bmpui-pulsate {
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
}
.bmpui-ui-closebutton:hover {
  animation: bmpui-pulsate 1s;
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-airplaytogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M27.1 5.3H4.9c-1.3 0-2.4 1.1-2.4 2.4v11.9c0 1.3 1.1 2.4 2.4 2.4h3.6v-2.4H4.9V7.7H27v11.9h-3.6V22H27c1.3 0 2.4-1.1 2.4-2.4V7.7c0-1.3-1-2.4-2.3-2.4z' id='Rectangle_8'/%3E%3Cpath class='st0' d='M22.9 24.8 17 16.5c-.2-.2-.6-.5-1-.5s-.7.2-1 .5l-5.9 8.3c-.2.4-.2.8-.1 1.2.2.4.6.6 1.1.6H22c.5 0 .8-.2 1.1-.6.1-.1.1-.2.1-.5-.1-.2-.2-.5-.3-.7zm-10.6-.5 3.7-5.1 3.7 5.1h-7.4z' id='Shape_5'/%3E%3C/svg%3E");
}

.bmpui-ui-airplaytogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-airplaytogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{opacity:.302}.st1{fill:%231fabe2}%3C/style%3E%3Cg id='Rectangle_17' class='st0'%3E%3Cpath class='st1' d='M4.9 7.7H27v11.9H4.9z'/%3E%3C/g%3E%3Cg id='Rectangle_18' class='st0'%3E%3Cpath class='st1' d='M18.4 19.6h-4.8l-2.4 4.7h9.6z'/%3E%3C/g%3E%3Cpath class='st1' d='M27.1 5.3H4.9c-1.3 0-2.4 1.1-2.4 2.4v11.9c0 1.3 1.1 2.4 2.4 2.4h3.6v-2.4H4.9V7.7H27v11.9h-3.6V22H27c1.3 0 2.4-1.1 2.4-2.4V7.7c0-1.3-1-2.4-2.3-2.4zM17 16.5c-.2-.2-.6-.5-1-.5s-.7.2-1 .5l-5.9 8.3c-.2.4-.2.8-.1 1.2.2.4.6.6 1.1.6H22c.5 0 .8-.2 1.1-.6.1-.1.1-.2.1-.5 0-.2-.1-.5-.2-.7l-6-8.3zm-4.7 7.8 3.7-5.1 3.7 5.1h-7.4z' id='Shape_5_1_'/%3E%3C/svg%3E");
}

.bmpui-ui-piptogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M5 8.3h19.8v5.5H27V8.3c0-1.2-1-2.2-2.2-2.2H5c-1.2 0-2.2 1-2.2 2.2v12.1c0 1.2 1 2.2 2.2 2.2h7.7v-2.2H5V8.3zm9.9 7.7v9.9h14.3V16H14.9z' id='Rectangle_512'/%3E%3Cpath class='st0' d='M12.7 10.5H7.2V16h2.2v-3.3h3.3z' id='Rectangle_513'/%3E%3C/svg%3E");
}

.bmpui-ui-piptogglebutton:hover {
  filter: drop-shadow(0 0 1px #fff);
}

.bmpui-ui-piptogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st1{fill-rule:evenodd;clip-rule:evenodd;fill:%231fabe2}%3C/style%3E%3Cpath class='st1' d='M5 8.3h19.8v12.1H5z' id='Rectangle_515_2_' style='opacity:.302'/%3E%3Cpath class='st1' d='M5 8.3h19.8v5.5H27V8.3c0-1.2-1-2.2-2.2-2.2H5c-1.2 0-2.2 1-2.2 2.2v12.1c0 1.2 1 2.2 2.2 2.2h7.7v-2.2H5V8.3zm9.9 7.7v9.9h14.3V16H14.9z' id='Rectangle_512_12_'/%3E%3Cpath class='st1' d='M12.7 10.5H7.2V16h2.2v-3.3h3.3z' id='Rectangle_513_12_'/%3E%3C/svg%3E");
}

.bmpui-ui-spacer {
  height: 100%;
  width: 100%;
}

.bmpui-ui-subtitlesettingsresetbutton {
  font-size: 0.8em;
  width: 12em;
}

.bmpui-ui-subtitlesettingsresetbutton .bmpui-label {
  display: inline-block;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-white100 .bmpui-ui-subtitle-label {
  color: #fff;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-white75 .bmpui-ui-subtitle-label {
  color: hsla(0, 0%, 100%, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-white50 .bmpui-ui-subtitle-label {
  color: hsla(0, 0%, 100%, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-white25 .bmpui-ui-subtitle-label {
  color: hsla(0, 0%, 100%, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-black100 .bmpui-ui-subtitle-label {
  color: #000;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-black75 .bmpui-ui-subtitle-label {
  color: rgba(0, 0, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-black50 .bmpui-ui-subtitle-label {
  color: rgba(0, 0, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-black25 .bmpui-ui-subtitle-label {
  color: rgba(0, 0, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-red100 .bmpui-ui-subtitle-label {
  color: red;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-red75 .bmpui-ui-subtitle-label {
  color: rgba(255, 0, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-red50 .bmpui-ui-subtitle-label {
  color: rgba(255, 0, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-red25 .bmpui-ui-subtitle-label {
  color: rgba(255, 0, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-green100 .bmpui-ui-subtitle-label {
  color: lime;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-green75 .bmpui-ui-subtitle-label {
  color: rgba(0, 255, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-green50 .bmpui-ui-subtitle-label {
  color: rgba(0, 255, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-green25 .bmpui-ui-subtitle-label {
  color: rgba(0, 255, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-blue100 .bmpui-ui-subtitle-label {
  color: blue;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-blue75 .bmpui-ui-subtitle-label {
  color: rgba(0, 0, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-blue50 .bmpui-ui-subtitle-label {
  color: rgba(0, 0, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-blue25 .bmpui-ui-subtitle-label {
  color: rgba(0, 0, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-cyan100 .bmpui-ui-subtitle-label {
  color: aqua;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-cyan75 .bmpui-ui-subtitle-label {
  color: rgba(0, 255, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-cyan50 .bmpui-ui-subtitle-label {
  color: rgba(0, 255, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-cyan25 .bmpui-ui-subtitle-label {
  color: rgba(0, 255, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-yellow100 .bmpui-ui-subtitle-label {
  color: #ff0;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-yellow75 .bmpui-ui-subtitle-label {
  color: rgba(255, 255, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-yellow50 .bmpui-ui-subtitle-label {
  color: rgba(255, 255, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-yellow25 .bmpui-ui-subtitle-label {
  color: rgba(255, 255, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-magenta100 .bmpui-ui-subtitle-label {
  color: #f0f;
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-magenta75 .bmpui-ui-subtitle-label {
  color: rgba(255, 0, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-magenta50 .bmpui-ui-subtitle-label {
  color: rgba(255, 0, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-fontcolor-magenta25 .bmpui-ui-subtitle-label {
  color: rgba(255, 0, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-white100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: #fff;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-white75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-white50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-white25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-black100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: #000;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-black75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 0, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-black50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 0, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-black25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 0, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-red100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: red;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-red75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 0, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-red50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 0, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-red25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 0, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-green100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: lime;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-green75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 255, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-green50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 255, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-green25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 255, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-blue100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: blue;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-blue75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 0, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-blue50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 0, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-blue25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 0, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-cyan100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: aqua;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-cyan75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 255, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-cyan50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 255, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-cyan25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(0, 255, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-yellow100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: #ff0;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-yellow75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 255, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-yellow50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 255, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-yellow25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 255, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-magenta100 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: #f0f;
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-magenta75 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 0, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-magenta50 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 0, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-bgcolor-magenta25 .bmpui-subtitle-region-container .bmpui-ui-subtitle-label {
  background-color: rgba(255, 0, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-white100 .bmpui-subtitle-region-container {
  background-color: #fff;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-white75 .bmpui-subtitle-region-container {
  background-color: hsla(0, 0%, 100%, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-white50 .bmpui-subtitle-region-container {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-white25 .bmpui-subtitle-region-container {
  background-color: hsla(0, 0%, 100%, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-black100 .bmpui-subtitle-region-container {
  background-color: #000;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-black75 .bmpui-subtitle-region-container {
  background-color: rgba(0, 0, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-black50 .bmpui-subtitle-region-container {
  background-color: rgba(0, 0, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-black25 .bmpui-subtitle-region-container {
  background-color: rgba(0, 0, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-red100 .bmpui-subtitle-region-container {
  background-color: red;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-red75 .bmpui-subtitle-region-container {
  background-color: rgba(255, 0, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-red50 .bmpui-subtitle-region-container {
  background-color: rgba(255, 0, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-red25 .bmpui-subtitle-region-container {
  background-color: rgba(255, 0, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-green100 .bmpui-subtitle-region-container {
  background-color: lime;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-green75 .bmpui-subtitle-region-container {
  background-color: rgba(0, 255, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-green50 .bmpui-subtitle-region-container {
  background-color: rgba(0, 255, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-green25 .bmpui-subtitle-region-container {
  background-color: rgba(0, 255, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-blue100 .bmpui-subtitle-region-container {
  background-color: blue;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-blue75 .bmpui-subtitle-region-container {
  background-color: rgba(0, 0, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-blue50 .bmpui-subtitle-region-container {
  background-color: rgba(0, 0, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-blue25 .bmpui-subtitle-region-container {
  background-color: rgba(0, 0, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-cyan100 .bmpui-subtitle-region-container {
  background-color: aqua;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-cyan75 .bmpui-subtitle-region-container {
  background-color: rgba(0, 255, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-cyan50 .bmpui-subtitle-region-container {
  background-color: rgba(0, 255, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-cyan25 .bmpui-subtitle-region-container {
  background-color: rgba(0, 255, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-yellow100 .bmpui-subtitle-region-container {
  background-color: #ff0;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-yellow75 .bmpui-subtitle-region-container {
  background-color: rgba(255, 255, 0, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-yellow50 .bmpui-subtitle-region-container {
  background-color: rgba(255, 255, 0, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-yellow25 .bmpui-subtitle-region-container {
  background-color: rgba(255, 255, 0, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-magenta100 .bmpui-subtitle-region-container {
  background-color: #f0f;
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-magenta75 .bmpui-subtitle-region-container {
  background-color: rgba(255, 0, 255, 0.75);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-magenta50 .bmpui-subtitle-region-container {
  background-color: rgba(255, 0, 255, 0.5);
}

.bmpui-ui-subtitle-overlay.bmpui-windowcolor-magenta25 .bmpui-subtitle-region-container {
  background-color: rgba(255, 0, 255, 0.25);
}

.bmpui-ui-subtitle-overlay.bmpui-fontsize-50 .bmpui-ui-subtitle-label {
  font-size: 0.5em;
}

.bmpui-ui-subtitle-overlay.bmpui-fontsize-75 .bmpui-ui-subtitle-label {
  font-size: 0.75em;
}

.bmpui-ui-subtitle-overlay.bmpui-fontsize-100 .bmpui-ui-subtitle-label {
  font-size: 1em;
}

.bmpui-ui-subtitle-overlay.bmpui-fontsize-150 .bmpui-ui-subtitle-label {
  font-size: 1.5em;
}

.bmpui-ui-subtitle-overlay.bmpui-fontsize-200 .bmpui-ui-subtitle-label {
  font-size: 2em;
}

.bmpui-ui-subtitle-overlay.bmpui-fontsize-300 .bmpui-ui-subtitle-label {
  font-size: 3em;
}

.bmpui-ui-subtitle-overlay.bmpui-fontsize-400 .bmpui-ui-subtitle-label {
  font-size: 4em;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-white .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-white .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px #fff, 0 1px 4px #fff, 0 2px 4px #fff;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-white .bmpui-ui-subtitle-label {
  text-shadow: #fff 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-white .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px #fff, 2px 0 1px #fff, 0 -2px 1px #fff, 0 2px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-white .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px #fff;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-black .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-black .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px #000, 0 1px 4px #000, 0 2px 4px #000;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-black .bmpui-ui-subtitle-label {
  text-shadow: #000 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-black .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px #000, 2px 0 1px #000, 0 -2px 1px #000, 0 2px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000, 1px -1px 1px #000, 1px 1px 1px #000;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-black .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px #000;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-red .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-red .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px red, 0 1px 4px red, 0 2px 4px red;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-red .bmpui-ui-subtitle-label {
  text-shadow: red 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-red .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px red, 2px 0 1px red, 0 -2px 1px red, 0 2px 1px red, -1px 1px 1px red, 1px 1px 1px red, 1px -1px 1px red, 1px 1px 1px red;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-red .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px red;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-green .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-green .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px #0f0, 0 1px 4px #0f0, 0 2px 4px #0f0;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-green .bmpui-ui-subtitle-label {
  text-shadow: #0f0 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-green .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px #0f0, 2px 0 1px #0f0, 0 -2px 1px #0f0, 0 2px 1px #0f0, -1px 1px 1px #0f0, 1px 1px 1px #0f0, 1px -1px 1px #0f0, 1px 1px 1px #0f0;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-green .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px #0f0;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-blue .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-blue .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px #00f, 0 1px 4px #00f, 0 2px 4px #00f;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-blue .bmpui-ui-subtitle-label {
  text-shadow: #00f 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-blue .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px #00f, 2px 0 1px #00f, 0 -2px 1px #00f, 0 2px 1px #00f, -1px 1px 1px #00f, 1px 1px 1px #00f, 1px -1px 1px #00f, 1px 1px 1px #00f;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-blue .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px #00f;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-cyan .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-cyan .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px #0ff, 0 1px 4px #0ff, 0 2px 4px #0ff;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-cyan .bmpui-ui-subtitle-label {
  text-shadow: #0ff 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-cyan .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px #0ff, 2px 0 1px #0ff, 0 -2px 1px #0ff, 0 2px 1px #0ff, -1px 1px 1px #0ff, 1px 1px 1px #0ff, 1px -1px 1px #0ff, 1px 1px 1px #0ff;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-cyan .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px #0ff;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-yellow .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-yellow .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px #ff0, 0 1px 4px #ff0, 0 2px 4px #ff0;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-yellow .bmpui-ui-subtitle-label {
  text-shadow: #ff0 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-yellow .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px #ff0, 2px 0 1px #ff0, 0 -2px 1px #ff0, 0 2px 1px #ff0, -1px 1px 1px #ff0, 1px 1px 1px #ff0, 1px -1px 1px #ff0, 1px 1px 1px #ff0;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-yellow .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px #ff0;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-none-magenta .bmpui-ui-subtitle-label {
  text-shadow: none;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-raised-magenta .bmpui-ui-subtitle-label {
  text-shadow: 0 0 4px #f0f, 0 1px 4px #f0f, 0 2px 4px #f0f;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-depressed-magenta .bmpui-ui-subtitle-label {
  text-shadow: #f0f 0 -2px 1px;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-uniform-magenta .bmpui-ui-subtitle-label {
  text-shadow: -2px 0 1px #f0f, 2px 0 1px #f0f, 0 -2px 1px #f0f, 0 2px 1px #f0f, -1px 1px 1px #f0f, 1px 1px 1px #f0f, 1px -1px 1px #f0f, 1px 1px 1px #f0f;
}

.bmpui-ui-subtitle-overlay.bmpui-characteredge-dropshadowed-magenta .bmpui-ui-subtitle-label {
  text-shadow: 0 2px 1px #f0f;
}

.bmpui-ui-subtitle-overlay.bmpui-fontfamily-monospacedserif .bmpui-ui-subtitle-label {
  font-family: Courier New, Courier, Nimbus Mono L, Cutive Mono, monospace;
}

.bmpui-ui-subtitle-overlay.bmpui-fontfamily-proportionalserif .bmpui-ui-subtitle-label {
  font-family: Times New Roman, Times, Georgia, Cambria, "PT Serif Caption", serif;
}

.bmpui-ui-subtitle-overlay.bmpui-fontfamily-monospacedsansserif .bmpui-ui-subtitle-label {
  font-family: Deja Vu Sans Mono, Lucida Console, Monaco, Consolas, PT Mono, monospace;
}

.bmpui-ui-subtitle-overlay.bmpui-fontfamily-proportionalsansserif .bmpui-ui-subtitle-label {
  font-family: Roboto, Arial Unicode Ms, Arial, Helvetica, Verdana, PT Sans Caption, sans-serif;
}

.bmpui-ui-subtitle-overlay.bmpui-fontfamily-casual .bmpui-ui-subtitle-label {
  font-family: Comic Sans MS, Impact, Handlee, fantasy;
}

.bmpui-ui-subtitle-overlay.bmpui-fontfamily-cursive .bmpui-ui-subtitle-label {
  font-family: Monotype Corsiva, URW Chancery L, Apple Chancery, Dancing Script, cursive;
  font-style: italic;
}

.bmpui-ui-subtitle-overlay.bmpui-fontfamily-smallcapital .bmpui-ui-subtitle-label {
  font-variant: small-caps;
}

.bmpui-ui-subtitle-overlay.bmpui-fontstyle-italic .bmpui-ui-subtitle-label {
  font-style: italic;
}

.bmpui-ui-subtitle-overlay.bmpui-fontstyle-bold .bmpui-ui-subtitle-label {
  font-weight: 700;
}

.bmpui-ui-subtitlesettingstogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='m19.74 26.6-3.56-3.14h-11a2.77 2.77 0 0 1-2.64-2.87V8.15A2.74 2.74 0 0 1 5.22 5.3h21.57a2.75 2.75 0 0 1 2.63 2.85v12.42a2.76 2.76 0 0 1-2.63 2.85h-3.73ZM4.89 7.7v13.44h12l2.82 2.63 2.54-2.65H27V7.7Z'/%3E%3Cpath class='cls-1' d='M7.48 15.78H12a.89.89 0 0 1 .92.86v1.85a.89.89 0 0 1-.92.86H7.48a.89.89 0 0 1-.92-.86v-1.85a.89.89 0 0 1 .92-.86ZM15.07 15.78h5a.88.88 0 0 1 .91.86v1.85a.89.89 0 0 1-.91.86h-5a.89.89 0 0 1-.92-.86v-1.85a.89.89 0 0 1 .92-.86ZM23 15.78h1.08a.89.89 0 0 1 .92.86v1.85a.89.89 0 0 1-.91.86h-1.03a.89.89 0 0 1-.91-.86v-1.85a.86.86 0 0 1 .85-.86Z'/%3E%3C/svg%3E");
}

.bmpui-ui-subtitlesettingstogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%2343ace5}%3C/style%3E%3C/defs%3E%3Cpath style='opacity:.3;isolation:isolate;fill:%2343ace5' d='M28.02 6.56v15.3h-6L20.3 25.3l-4.93-3.14H3.87V6.56h24.15z'/%3E%3Cpath class='cls-2' d='m19.74 26.6-3.56-3.14h-11a2.77 2.77 0 0 1-2.64-2.87V8.15A2.74 2.74 0 0 1 5.22 5.3h21.57a2.75 2.75 0 0 1 2.63 2.85v12.42a2.76 2.76 0 0 1-2.63 2.85h-3.73ZM4.89 7.7v13.44h12l2.82 2.63 2.54-2.65H27V7.7Z'/%3E%3Cpath class='cls-2' d='M7.48 15.78H12a.89.89 0 0 1 .92.86v1.85a.89.89 0 0 1-.92.86H7.48a.89.89 0 0 1-.92-.86v-1.85a.89.89 0 0 1 .92-.86ZM15.07 15.78h5a.88.88 0 0 1 .91.86v1.85a.89.89 0 0 1-.91.86h-5a.89.89 0 0 1-.92-.86v-1.85a.89.89 0 0 1 .92-.86ZM23 15.78h1.08a.89.89 0 0 1 .92.86v1.85a.89.89 0 0 1-.91.86h-1.03a.89.89 0 0 1-.91-.86v-1.85a.86.86 0 0 1 .85-.86Z'/%3E%3C/svg%3E");
}

.bmpui-ui-audiotracksettingstogglebutton {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill:%23fff}%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M15.91 18.82a.62.62 0 0 1-.35.56.61.61 0 0 1-.65-.09l-3.32-2.79H9.81a.6.6 0 0 1-.6-.6v-2.43a.62.62 0 0 1 .6-.62h1.78l3.32-2.79a.63.63 0 0 1 .87.1.65.65 0 0 1 .13.38Zm2.34-.93h-.05a.64.64 0 0 1-.43-.18l-.08-.08a.6.6 0 0 1-.06-.79 3.54 3.54 0 0 0-.09-4.33.61.61 0 0 1 0-.82l.08-.08a.61.61 0 0 1 .46-.18.67.67 0 0 1 .45.22 4.89 4.89 0 0 1 .13 6 .61.61 0 0 1-.45.24Zm2.51 1.86a.58.58 0 0 1-.44.21.63.63 0 0 1-.43-.17l-.08-.09a.61.61 0 0 1 0-.82 6.5 6.5 0 0 0-.1-8.46.6.6 0 0 1 0-.83V9.5a.56.56 0 0 1 .44-.17.57.57 0 0 1 .44.2 7.8 7.8 0 0 1 .13 10.24Z'/%3E%3Cpath class='cls-1' d='m19.69 26.65-3.56-3.14h-11a2.77 2.77 0 0 1-2.64-2.87V8.2a2.74 2.74 0 0 1 2.68-2.85h21.57a2.75 2.75 0 0 1 2.63 2.85v12.42a2.76 2.76 0 0 1-2.63 2.85H23ZM4.84 7.75v13.44h12l2.82 2.63 2.54-2.65h4.71V7.75Z'/%3E%3C/svg%3E");
}

.bmpui-ui-audiotracksettingstogglebutton.bmpui-on {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.cls-2{fill:%2343ace5}%3C/style%3E%3C/defs%3E%3Cpath style='opacity:.3;isolation:isolate;fill:%2343ace5' d='M28.02 6.56v15.3h-6L20.3 25.3l-4.93-3.14H3.87V6.56h24.15z'/%3E%3Cpath class='cls-2' d='M15.9 18.93a.62.62 0 0 1-.35.55.6.6 0 0 1-.64-.08l-3.33-2.79H9.81A.61.61 0 0 1 9.2 16v-2.43a.62.62 0 0 1 .61-.57h1.77l3.33-2.79a.61.61 0 0 1 .86.1.62.62 0 0 1 .13.37Zm2.34-.93a.63.63 0 0 1-.43-.17l-.08-.09a.61.61 0 0 1-.06-.79 3.53 3.53 0 0 0-.09-4.32.64.64 0 0 1 0-.82l.08-.09a.6.6 0 0 1 .46-.17.67.67 0 0 1 .45.22 4.88 4.88 0 0 1 .13 6 .61.61 0 0 1-.45.24Zm2.51 1.87a.66.66 0 0 1-.44.21.6.6 0 0 1-.43-.18l-.08-.08a.61.61 0 0 1 0-.82 6.52 6.52 0 0 0-.1-8.47.6.6 0 0 1 0-.83v-.09a.62.62 0 0 1 .44-.18.58.58 0 0 1 .44.21 7.79 7.79 0 0 1 .13 10.23Z'/%3E%3Cpath class='cls-2' d='m19.68 26.76-3.56-3.15h-11a2.74 2.74 0 0 1-2.63-2.86V8.31a2.74 2.74 0 0 1 2.67-2.85h21.57a2.75 2.75 0 0 1 2.63 2.85v12.41a2.75 2.75 0 0 1-2.63 2.85H23ZM4.83 7.86V21.3h12l2.83 2.63 2.53-2.65h4.71V7.86Z'/%3E%3C/svg%3E");
}

.bmpui-ui-skin-ads .bmpui-ui-ads-status {
  background-color: rgba(0, 0, 0, 0.7);
  left: 1.5em;
  padding: 0.5em 1.5em;
  position: absolute;
  top: 1em;
}

.bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-label-ad-message {
  color: #999;
  white-space: normal;
}

.bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip .bmpui-label {
  display: inherit;
}

.bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip .bmpui-label:hover {
  text-decoration: underline;
}

.bmpui-ui-skin-ads .bmpui-ui-ads-status .bmpui-ui-button-ad-skip:before {
  color: #1fabe2;
  content: "●";
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.bmpui-ui-skin-ads.bmpui-player-state-playing .bmpui-ui-playbacktoggle-overlay {
  display: none;
}

.bmpui-ui-skin-ads.bmpui-ui-skin-smallscreen .bmpui-ui-ads-status {
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  top: auto;
  width: 100%;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-controlbar, .bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-titlebar {
  background: hsla(0, 0%, 7%, 0.85);
  padding: 0.3em 0.5em;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-controlbar {
  bottom: 10%;
  left: 10%;
  right: 10%;
  width: auto;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-titlebar {
  left: 10%;
  right: 10%;
  top: 10%;
  width: auto;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-watermark {
  margin: 0;
  right: 10%;
  top: 10%;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay {
  bottom: 10%;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay.bmpui-controlbar-visible {
  bottom: 20%;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay .bmpui-ui-subtitle-label {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline-flex;
  line-height: 2em;
  padding: 0.3em 0.5em;
  text-shadow: none;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-hugeplaybacktogglebutton .bmpui-image {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M11.3 5.4H8.9c-1.3 0-2.4 1.1-2.4 2.4v16.5c0 1.3 1.1 2.4 2.4 2.4h2.4c1.3 0 2.4-1.1 2.4-2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3zm0 18.9H8.9V7.7h2.4v16.6z' id='Rectangle_2_copy'/%3E%3Cpath class='st0' d='M23.1 5.4h-2.4c-1.3 0-2.4 1.1-2.4 2.4v16.5c0 1.3 1.1 2.4 2.4 2.4h2.4c1.3 0 2.4-1.1 2.4-2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3zm0 18.9h-2.4V7.7h2.4v16.6z' id='Rectangle_2_copy_2'/%3E%3C/svg%3E");
  opacity: 0.7;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-hugeplaybacktogglebutton.bmpui-off .bmpui-image, .bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-hugeplaybacktogglebutton.bmpui-on .bmpui-image {
  animation: none;
  transition: none;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-seekbar-bufferlevel, .bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-seekbar-playbackposition, .bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-buffering-overlay, .bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-controlbar, .bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-subtitle-overlay, .bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-titlebar {
  transition: none;
}

.bmpui-ui-skin-cast-receiver.bmpui-ui-uicontainer .bmpui-ui-buffering-overlay-indicator {
  display: none;
}

.bmpui-ui-skin-smallscreen {
  font-size: 1.2em;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel {
  display: table;
  display: flex;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel > .bmpui-container-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel .bmpui-ui-settings-panel-page {
  min-width: 15em;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel > .bmpui-container-wrapper {
  margin: auto;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel .bmpui-ui-settings-panel-item {
  text-align: left;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel .bmpui-ui-closebutton {
  margin: 2em;
  position: absolute;
  right: 0;
  top: 0;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-watermark {
  display: none;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-titlebar > .bmpui-container-wrapper {
  display: flex;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-ui-label {
  align-items: center;
  display: inline-flex;
  font-size: 1em;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata-title {
  width: 100%;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-cast-status-overlay {
  background: #111;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-cast-status-overlay .bmpui-ui-cast-status-label {
  top: 30%;
}

.bmpui-ui-skin-smallscreen .bmpui-ui-hugeplaybacktogglebutton .bmpui-image {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cpath d='M23.3 15.2 9.8 5.6c-.3-.2-.7-.3-1-.1-.3.2-.5.5-.5.8v19.3c0 .4.2.7.6.9.1.1.3.1.4.1.2 0 .4-.1.6-.2l13.4-9.7c.3-.2.4-.5.4-.8-.1-.2-.2-.6-.4-.7zm-13 8.4V8.4L21 16l-10.7 7.6z' style='fill:%23fff'/%3E%3C/svg%3E");
  background-size: 4em;
}

.bmpui-ui-skin-smallscreen.bmpui-remote-control .bmpui-ui-hugeplaybacktogglebutton.bmpui-on .bmpui-image {
  animation: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32' xml:space='preserve'%3E%3Cstyle%3E.st0{fill:%23fff}%3C/style%3E%3Cpath class='st0' d='M11.3 5.4H8.9c-1.3 0-2.4 1.1-2.4 2.4v16.5c0 1.3 1.1 2.4 2.4 2.4h2.4c1.3 0 2.4-1.1 2.4-2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3zm0 18.9H8.9V7.7h2.4v16.6z' id='Rectangle_2_copy'/%3E%3Cpath class='st0' d='M23.1 5.4h-2.4c-1.3 0-2.4 1.1-2.4 2.4v16.5c0 1.3 1.1 2.4 2.4 2.4h2.4c1.3 0 2.4-1.1 2.4-2.4V7.7c-.1-1.3-1.1-2.3-2.4-2.3zm0 18.9h-2.4V7.7h2.4v16.6z' id='Rectangle_2_copy_2'/%3E%3C/svg%3E");
  visibility: visible;
}

.bmpui-ui-skin-smallscreen.bmpui-remote-control .bmpui-ui-hugeplaybacktogglebutton.bmpui-off .bmpui-image {
  animation: none;
}

.bmpui-ui-skin-smallscreen.bmpui-layout-max-width-400 .bmpui-ui-buffering-overlay, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-400 .bmpui-ui-cast-status-overlay, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-400 .bmpui-ui-errormessage-overlay, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-400 .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-400 .bmpui-ui-hugereplaybutton, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-400 .bmpui-ui-settings-panel, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-400 .bmpui-ui-subtitle-overlay {
  font-size: 0.6em;
}

.bmpui-ui-skin-smallscreen.bmpui-layout-max-width-600 .bmpui-ui-buffering-overlay, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-600 .bmpui-ui-cast-status-overlay, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-600 .bmpui-ui-errormessage-overlay, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-600 .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-600 .bmpui-ui-hugereplaybutton, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-600 .bmpui-ui-settings-panel, .bmpui-ui-skin-smallscreen.bmpui-layout-max-width-600 .bmpui-ui-subtitle-overlay {
  font-size: 0.8em;
}

.bmpui-ui-skin-smallscreen.bmpui-no-flexbox .bmpui-ui-titlebar > .bmpui-container-wrapper {
  border-spacing: 0.5em 0;
  display: table;
  width: 100%;
}

.bmpui-ui-skin-smallscreen.bmpui-no-flexbox .bmpui-ui-titlebar > .bmpui-container-wrapper > * {
  display: table-cell;
  vertical-align: middle;
  width: 1em;
}

.bmpui-ui-skin-smallscreen.bmpui-no-flexbox .bmpui-ui-titlebar > .bmpui-container-wrapper > .bmpui-hidden {
  display: none;
}

.bmpui-ui-skin-smallscreen.bmpui-no-flexbox .bmpui-ui-titlebar > .bmpui-container-wrapper .bmpui-label-metadata-title {
  width: 100%;
}

.bmpui-ui-skin-tv {
  font-size: 2vh;
}

.bmpui-ui-skin-tv .bmpui-ui-titlebar > .bmpui-container-wrapper {
  margin: 2% 2% 2vh;
  width: 96%;
}

.bmpui-ui-skin-tv .bmpui-ui-titlebar-top {
  margin-bottom: 1vh;
}

.bmpui-ui-skin-tv .bmpui-ui-titlebar-top > .bmpui-container-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  align-items: center;
  display: inline-flex;
  font-size: 3.5vh;
  justify-content: flex-end;
  width: 100%;
}

.bmpui-ui-skin-tv .bmpui-ui-titlebar-top > .bmpui-container-wrapper .bmpui-label-metadata-title {
  font-size: 3.5vh;
  margin-right: auto;
}

.bmpui-ui-skin-tv .bmpui-ui-hugeplaybacktogglebutton > .bmpui-image {
  background-size: 20vh;
}

.bmpui-ui-skin-tv .bmpui-ui-titlebar-bottom > .bmpui-container-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  display: inline-flex;
  font-size: 3.5vh;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.bmpui-ui-skin-tv .bmpui-ui-titlebar-bottom .bmpui-label-metadata-description {
  font-size: 2vh;
  line-height: 2em;
  width: 66%;
}

.bmpui-ui-skin-tv .bmpui-ui-titlebar-bottom .bmpui-ui-settings-panel {
  font-size: 3vh;
  right: 0;
  top: 0;
}

.bmpui-ui-skin-tv .bmpui-ui-audiotracksettingstogglebutton, .bmpui-ui-skin-tv .bmpui-ui-subtitlesettingstogglebutton {
  font-size: 5vh;
}

.bmpui-ui-skin-tv .bmpui-ui-controlbar {
  font-size: 3vh;
}

.bmpui-ui-skin-tv .bmpui-ui-controlbar > .bmpui-container-wrapper {
  margin: 2% 0;
  width: 99%;
}

.bmpui-ui-skin-tv .bmpui-ui-playbacktimelabel {
  font-size: 2.5vh;
}

.bmpui-ui-skin-tv :focus {
  border: 0;
  box-shadow: 0 0 0 2px rgba(27, 127, 204, 0.8);
  filter: drop-shadow(0 0 0.3em #1fabe2);
  outline: none;
  transition: all 0.05s ease-in-out;
}

.bmpui-ui-uicontainer {
  color: #fff;
  font-family: sans-serif;
  font-size: 1em;
  text-align: left;
  -webkit-user-select: none;
  user-select: none;
}

.bmpui-ui-uicontainer.bmpui-player-state-finished .bmpui-ui-controlbar, .bmpui-ui-uicontainer.bmpui-player-state-finished .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-uicontainer.bmpui-player-state-idle .bmpui-ui-controlbar, .bmpui-ui-uicontainer.bmpui-player-state-idle .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-uicontainer.bmpui-player-state-idle .bmpui-ui-titlebar {
  display: none;
}

.bmpui-ui-uicontainer .bmpui-text-right {
  text-align: right;
}

.bmpui-ui-uicontainer.bmpui-layout-max-width-400 .bmpui-ui-titlebar .bmpui-label-metadata-description {
  display: none;
}

.bmpui-ui-uicontainer.bmpui-layout-max-width-400 .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-uicontainer.bmpui-layout-max-width-400 .bmpui-ui-watermark, .bmpui-ui-uicontainer.bmpui-layout-max-width-600 .bmpui-ui-hugeplaybacktogglebutton, .bmpui-ui-uicontainer.bmpui-layout-max-width-600 .bmpui-ui-watermark {
  font-size: 0.7em;
}

/**
 * This file can be used to import styles that extend / override vendor styles
 */
.bmpui-ui-watermark {
  display: none;
}

.ql-editor,
.ql-toolbar.ql-snow{
  margin: auto;
  max-width: 782px;
}

.ql-toolbar.ql-snow{
  width: 100%;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow{
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(236 240 241 / var(--tw-border-opacity, 1));
}

.ql-container{
  flex-grow: 1;
  overflow: scroll;
}
.ql-container.ql-snow{
  border-bottom-width: 0px;
}

.ql-editor{
  height: auto;
  padding-left: 1rem;
}

.select--error .ember-power-select-trigger,
.select--error .ember-power-select-selected-item {
  border-color: #e74c3c;
  color: #e74c3c;
}

.ember-power-select-selected-item {
  display: block;
  width: 100%;
}

.ember-power-select-option[aria-selected=true] {
  color: #20b3c5 !important;
}

.ember-power-select-status-icon {
  transition: transform 0.2s ease-out;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24px;
}
.ember-power-select-status-icon::before {
  content: url("/assets/icons/chevron-down.svg");
  transform: scale(0.25);
}

.ember-power-select-trigger{
  display: flex;
  align-items: center;
  line-height: 1.25;
}

.ember-power-select-clear-btn {
  top: 0;
}

.oase-form-select,
.ember-power-select-dropdown {
  font-size: 14px;
}

.ember-power-select-option,
.ember-power-select-trigger,
.ember-power-select-clear-btn {
  min-height: 40px;
}

.ember-power-select-option {
  line-height: 14px;
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.ember-power-select-multiple-option::after, .ember-power-select-multiple-option::before,
.ember-power-select-multiple-options::after,
.ember-power-select-multiple-options::before {
  content: "";
  display: table;
}
.ember-power-select-multiple-option::after,
.ember-power-select-multiple-options::after {
  clear: both;
}

.ember-power-select-multiple-options{
  width: 100%;
}

.ember-power-select-multiple-remove-btn {
  float: left;
  margin-right: 4px;
}

.ember-power-select-multiple-option > .ember-power-select-multiple-option-label {
  float: right;
}

.ember-power-select-trigger-multiple-input{
  padding-left: 0.5rem;
}

.ember-basic-dropdown-trigger:focus {
  outline: none;
}

/**
 * Tailwind
 */
/**
 *  App styles
 */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/open-sans/open-sans-400.woff2") format("woff2"), url("fonts/open-sans/open-sans-400.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("fonts/open-sans/open-sans-400-italic.woff2") format("woff2"), url("fonts/open-sans/open-sans-400-italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("fonts/open-sans/open-sans-600.woff2") format("woff2"), url("fonts/open-sans/open-sans-600.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("fonts/open-sans/open-sans-600-italic.woff2") format("woff2"), url("fonts/open-sans/open-sans-600-italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/open-sans/open-sans-700.woff2") format("woff2"), url("fonts/open-sans/open-sans-700.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("fonts/open-sans/open-sans-v15-700-italic.woff2") format("woff2"), url("fonts/open-sans/open-sans-v15-700-italic.woff") format("woff");
}
*::selection {
  background-color: rgba(32, 179, 197, 0.5);
}

html {
  font-size: 100%;
}

body {
  line-height: 1.7142857143;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  color: #2c3e50;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

p,
label {
  font-size: 14px;
}

address {
  font-size: 14px;
  font-style: normal;
}

ol,
ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

fieldset {
  border: 0;
  padding: 0;
}

button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: none;
  border: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button > * {
  position: relative;
}

img,
svg {
  display: block;
}

input {
  line-height: normal;
}

[disabled] {
  cursor: default;
}

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

/* stylelint-disable */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* stylelint-enable */
.btn{
  display: inline-flex;
  align-items: center;
  border-radius: 0.25rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn:disabled{
  pointer-events: none;
}

.btn:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #7ca7fb;
}

.btn.btn-lg{
  height: 2.5rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  line-height: 1.5rem;
}

.btn.btn-md{
  min-height: 2rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  line-height: 1.25rem;
}

.btn.btn-sm{
  height: 2.25rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  line-height: 1.5rem;
}

.btn.btn-xs{
  height: 1.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  line-height: 1.5rem;
}

.btn.btn-pill{
  border-radius: 9999px;
}

.button {
  font-size: 14px;
  transition: background-color 0.2s ease-out,  border-color 0.2s ease-out,  color 0.2s ease-out,  opacity 0.2s ease-out;
  align-items: center;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  padding: 0 20px;
  vertical-align: middle;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}
.button--lg {
  font-size: 16px;
  height: 56px;
  padding: 0 28px;
  text-transform: uppercase;
}
.button--primary {
  background-color: #20b3c5;
  border-color: #20b3c5;
  color: #fff;
}
html:not(.touchevents) .button--primary:not([disabled]):not(.is-disabled):hover {
  background-color: #198b99;
  border-color: #198b99;
  color: #fff;
  cursor: pointer;
}
.button--primary-outline {
  background-color: #fff;
  border-color: #20b3c5;
  color: #20b3c5;
}
html:not(.touchevents) .button--primary-outline:not([disabled]):not(.is-disabled):hover {
  background-color: #fff;
  border-color: #198b99;
  color: #198b99;
  cursor: pointer;
}
.button--primary-text {
  background-color: transparent;
  border-color: transparent;
  color: #20b3c5;
}
html:not(.touchevents) .button--primary-text:not([disabled]):not(.is-disabled):hover {
  background-color: transparent;
  border-color: transparent;
  color: #198b99;
  cursor: pointer;
}
.button--secondary {
  background-color: #7f8c8d;
  border-color: #7f8c8d;
  color: #fff;
}
html:not(.touchevents) .button--secondary:not([disabled]):not(.is-disabled):hover {
  background-color: #667273;
  border-color: #667273;
  color: #fff;
  cursor: pointer;
}
.button--secondary-text {
  background-color: transparent;
  border-color: transparent;
  color: #7f8c8d;
}
html:not(.touchevents) .button--secondary-text:not([disabled]):not(.is-disabled):hover {
  background-color: transparent;
  border-color: transparent;
  color: #667273;
  cursor: pointer;
}
.button--danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #fff;
}
html:not(.touchevents) .button--danger:not([disabled]):not(.is-disabled):hover {
  background-color: #d62c1a;
  border-color: #d62c1a;
  color: #fff;
  cursor: pointer;
}
.button--danger-outline {
  background-color: transparent;
  border-color: #e74c3c;
  color: #e74c3c;
}
html:not(.touchevents) .button--danger-outline:not([disabled]):not(.is-disabled):hover {
  background-color: #d62c1a;
  border-color: #d62c1a;
  color: #fff;
  cursor: pointer;
}
.button--collapsed {
  padding: 0;
}
.button--rounded {
  border-radius: 100px;
}
.button--stretched {
  width: 100%;
}
.button--transparent {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.button--wide {
  min-width: 158px;
}
.button--link {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
}
.button--link-primary {
  color: #20b3c5;
  transition: color 0.2s ease-out;
  border: 0;
  text-decoration: underline;
}
.button--link-primary.active, .button--link-primary.is-active, html:not(.touchevents) .button--link-primary:not([disabled]):not(.is-disabled):hover {
  color: #198b99;
}
.button--icon {
  font-size: 18px;
  width: 40px;
}
.button--icon, .button--icon-sm {
  padding: 0;
}
.button--icon-sm {
  height: 16px;
  font-size: 8px;
  padding: 0;
  width: 16px;
}
.button--icon [class^=icon] {
  display: block;
}
.button--action {
  min-width: 280px;
}
.button--subtitle {
  font-size: 10px;
}
.button[disabled], .button.is-disabled {
  opacity: 0.5;
}
.button > .button__icon {
  font-size: 16px;
  margin-right: 20px;
  vertical-align: middle;
}
.button--lg > .button__icon {
  font-size: 24px;
  margin-right: 28px;
}

.button-group::after, .button-group::before {
  content: "";
  display: table;
}
.button-group::after {
  clear: both;
}
.button-group__button {
  background-color: #fff;
  border-color: #d9dcdf;
  color: #7f8c8d;
  transition: color 0.2s ease-out,  background-color 0.2s ease-out;
  float: left;
  height: 40px;
  min-width: 115px;
  padding: 0 16px;
  border-style: solid;
  border-width: 1px;
}
html:not(.touchevents) .button-group__button:not([disabled]):not(.is-disabled):hover {
  background-color: #f9fafa;
  border-color: #d9dcdf;
  color: #0b3c42;
  cursor: pointer;
}
.button-group__button:first-child {
  border-radius: 2px 0 0 2px;
}
.button-group__button:last-child {
  border-radius: 0 2px 2px 0;
}
.button-group__button.active, .button-group__button.is-active {
  background-color: #0b3c42;
  border-color: #0b3c42;
  color: #fff;
}
html:not(.touchevents) .button-group__button.active:not([disabled]):not(.is-disabled):hover, html:not(.touchevents) .button-group__button.is-active:not([disabled]):not(.is-disabled):hover {
  background-color: #0b3c42;
  border-color: #0b3c42;
  color: #fff;
  cursor: pointer;
}
.button-group__button + .button-group__button:not(.is-active) {
  border-left: 0;
}
.button-group__button:focus {
  position: relative;
  z-index: 1;
}

.button-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(32 179 197 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(19 152 169 / var(--tw-bg-opacity, 1));
}

.button-primary:active{
  --tw-bg-opacity: 1;
  background-color: rgb(10 103 115 / var(--tw-bg-opacity, 1));
}

.button-primary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(197 240 246 / var(--tw-bg-opacity, 1));
}

.button-ghost{
  --tw-text-opacity: 1;
  color: rgb(63 68 72 / var(--tw-text-opacity, 1));
}

.button-ghost:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(236 240 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 160 164 / var(--tw-text-opacity, 1));
}

.button-ghost:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 241 / var(--tw-bg-opacity, 1));
}

.button-ghost:active{
  --tw-bg-opacity: 1;
  background-color: rgb(217 222 224 / var(--tw-bg-opacity, 1));
}

.button-magenta{
  --tw-bg-opacity: 1;
  background-color: rgb(247 38 173 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-magenta:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 16 136 / var(--tw-bg-opacity, 1));
}

.button-magenta:active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 127 209 / var(--tw-bg-opacity, 1));
}

.button-magenta:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 179 228 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 127 209 / var(--tw-text-opacity, 1));
}

.button-outline{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(217 222 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(63 68 72 / var(--tw-text-opacity, 1));
}

.button-outline:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(236 240 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(153 160 164 / var(--tw-text-opacity, 1));
}

.button-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 250 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 25 32 / var(--tw-text-opacity, 1));
}

.button-outline:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(217 222 224 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 25 32 / var(--tw-text-opacity, 1));
}

.button-outline:active{
  --tw-border-opacity: 1;
  border-color: rgb(32 179 197 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(32 179 197 / var(--tw-text-opacity, 1));
}

.button-success{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(80 209 111 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(212 245 220 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(7 85 25 / var(--tw-text-opacity, 1));
}

.button-success:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(155 227 172 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(26 169 60 / var(--tw-text-opacity, 1));
}

.button-success:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(155 227 172 / var(--tw-bg-opacity, 1));
}

.button-success:active{
  --tw-bg-opacity: 1;
  background-color: rgb(80 209 111 / var(--tw-bg-opacity, 1));
}

.icon-button{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon-button:disabled{
  pointer-events: none;
}

.icon-button:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #7ca7fb;
}

.icon-button.icon-button-xl{
  height: 4.5rem;
  width: 4.5rem;
}

.icon-button.icon-button-lg{
  height: 2.5rem;
  width: 2.5rem;
}

.icon-button.icon-button-md{
  height: 2.25rem;
  width: 2.25rem;
}

.icon-button.icon-button-sm{
  height: 2rem;
  width: 2rem;
}

.icon-button.icon-button-xs{
  height: 1.5rem;
  width: 1.5rem;
}

.icon-button.icon-button-is-round{
  border-radius: 9999px;
}

.form__container {
  max-width: 568px;
}
.form__row--whitespace-bottom {
  margin-bottom: 24px;
}
.form__row + * {
  margin-top: 24px;
}
.form__label {
  display: block;
  font-size: 14px;
}
.form__label + * {
  margin-top: 8px;
}
.form__error-list {
  line-height: 1.1666666667;
  color: #e74c3c;
  font-size: 12px;
  margin-top: 8px;
}
.form__notes {
  color: #7f8c8d;
}

.input {
  transition: border-color 0.2s ease-out,  color 0.2s ease-out;
  appearance: none;
  border: 1px solid #d9dcdf;
  border-radius: 2px;
  color: #2c3e50;
  font-size: 14px;
  outline: 0;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
@media (pointer: coarse) {
  .input {
    font-size: 16px;
  }
}
.input::placeholder {
  color: #bdc3c7;
}
.input:focus {
  border-color: #20b3c5;
}
.input.is-invalid {
  border-color: #e74c3c;
  color: #e74c3c;
}
.input.is-invalid::selection {
  background-color: rgba(231, 76, 60, 0.3);
}
.input--constrain-width {
  max-width: 200px;
}
.input--large {
  border-radius: 4px;
  height: 48px;
  padding: 0 16px;
}
.input--search {
  background-image: url("images/graphics/icon-search.svg");
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 36px !important;
}
.input--search.input--large {
  background-position: 16px;
  padding-left: 48px;
}
.input--icon-left {
  padding-left: 38px;
}
.input--icon-right {
  padding-right: 38px;
}
.input[disabled], .input.is-disabled {
  background-color: #f9fafa;
  color: #bdc3c7;
}

.link {
  transition: color 0.2s ease-out;
  text-decoration: none;
}
.link--secondary {
  color: #7f8c8d;
}
html:not(.touchevents) .link--secondary:not([disabled]):not(.is-disabled):hover, .link--secondary.active, .link--secondary.is-active {
  color: #0b3c42;
}

.textarea {
  transition: border-color 0.2s ease-out,  color 0.2s ease-out;
  appearance: none;
  border: 1px solid #d9dcdf;
  border-radius: 2px;
  color: #2c3e50;
  font-size: 14px;
  height: 40px;
  outline: 0;
  width: 100%;
  min-height: 80px;
  padding: 10px;
  resize: none;
}
@media (pointer: coarse) {
  .textarea {
    font-size: 16px;
  }
}
.textarea::placeholder {
  color: #bdc3c7;
}
.textarea:focus {
  border-color: #20b3c5;
}
.textarea.is-invalid {
  border-color: #e74c3c;
  color: #e74c3c;
}
.textarea.is-invalid::selection {
  background-color: rgba(231, 76, 60, 0.3);
}

.app-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.app-title [class^=icon-],
.app-title [class*=" icon-"] {
  color: #7f8c8d;
}
.app-title--large {
  font-size: 24px;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 24px;
}
.app-title--large [class^=icon-],
.app-title--large [class*=" icon-"] {
  color: #7f8c8d;
}
.app-title--small {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}
.app-title--small [class^=icon-],
.app-title--small [class*=" icon-"] {
  color: #7f8c8d;
}
.app-title--no-whitespace {
  margin-bottom: 0;
}

.app-title-h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
.app-title-h2 [class^=icon-],
.app-title-h2 [class*=" icon-"] {
  color: #7f8c8d;
}

.table {
  border-spacing: 0 8px;
  display: table;
  line-height: 1;
  width: 100%;
}
.is-loading .table__row {
  transition: background-color 0.2s ease-out;
  animation: animate-opacity 1s ease-in-out infinite;
  background-color: #d9dcdf;
  will-change: opacity;
}
@keyframes animate-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.table .table__header-row {
  color: #7f8c8d;
  display: table-header-group;
  font-size: 12px;
  text-align: left;
}
.table .table__row {
  transition: background-color 0.2s ease-out;
  background-color: #f9fafa;
  display: table-row;
  font-size: 14px;
}
.table .table__row--clickable:not(.disabled) {
  cursor: pointer;
}
html:not(.touchevents) .table .table__row--clickable:not([disabled]):not(.is-disabled):hover {
  background-color: #fff;
}
.table .table__row[disabled], .table .table__row.is-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.table .table__row.inactive, .table .table__row.is-inactive {
  opacity: 0.5;
}
.table .table__row.is-invalid {
  background-color: rgba(231, 76, 60, 0.1);
}
html:not(.touchevents) .table .table__row.is-invalid:not([disabled]):not(.is-disabled):hover {
  background-color: rgba(231, 76, 60, 0.15);
}
.table .table__row.is-invalid .table__cell {
  border-color: #e74c3c;
}
.table .table__cell, .table .table__header-cell {
  display: table-cell;
  padding-left: 24px;
  padding-right: 24px;
  vertical-align: middle;
}
.table .table__cell {
  border: solid 1px #ecf0f1;
  border-style: solid none;
  height: 66px;
  padding-bottom: 8px;
  padding-top: 8px;
  vertical-align: middle;
}
.table .table__cell--shrink {
  width: 1px;
}
.table .table__cell:first-child {
  border-bottom-left-radius: 4px;
  border-left-style: solid;
  border-top-left-radius: 4px;
  padding-left: 16px;
}
.table .table__cell:last-child {
  border-bottom-right-radius: 4px;
  border-right-style: solid;
  border-top-right-radius: 4px;
}
.table .table__cell--strong {
  font-weight: 600;
}
.table .table__cell--icon > * {
  margin: 0 auto;
}
.table .table__cell--xs {
  font-size: 10px;
}
.table .table__header-cell {
  padding: 16px 24px 8px;
  white-space: nowrap;
}
.table .table__header-cell:first-child {
  padding-left: 16px;
}
.table .table__handle {
  cursor: move;
}
.table .table__handle svg {
  fill: #d9dcdf;
  transform: rotateZ(90deg);
}
.table__switch {
  color: #20b3c5;
  padding-right: 8px;
  text-transform: capitalize;
}
.table__switch[disabled], .table__switch.is-disabled {
  color: #000;
}
.table--condensed .table__cell {
  height: 56px;
  padding-bottom: 4px;
  padding-top: 4px;
}
.table--has-loader {
  min-height: 160px;
  position: relative;
}
.table__loader-container {
  background-color: rgba(249, 250, 250, 0.5);
  bottom: 16px;
  left: 0;
  min-height: 80px;
  padding-top: 24px;
  position: absolute;
  top: 60px;
  width: 100%;
}

.switch {
  height: 20px;
  width: 32px;
  display: inline-block;
  position: relative;
}
.switch__slider {
  transition: transform 0.2s ease-out,  background-color 0.2s ease-out;
  background-color: #f9fafa;
  cursor: pointer;
  inset: 0;
  position: absolute;
}
.switch__slider::before {
  height: 20px;
  width: 20px;
  transition: transform 0.2s ease-out,  background-color 0.2s ease-out;
  background-color: #fff;
  bottom: -1px;
  content: "";
  left: -1px;
  position: absolute;
}
.switch__slider--round {
  border: 1px solid #7f8c8d;
  border-radius: 20px;
}
.switch__slider--round::before {
  border: 1px solid #7f8c8d;
  border-radius: 50%;
}
.switch input {
  display: none;
}
.switch input:checked + .switch__slider {
  background-color: #20b3c5;
}
.switch input:checked + .switch__slider--round {
  border: 1px solid #0d7b88;
}
.switch input:checked + .switch__slider--round::before {
  border: 1px solid #0d7b88;
}
.switch input:checked + .switch__slider::before {
  transform: translateX(12px);
}
.switch input:disabled + .switch input__slider{
  cursor: not-allowed;
  opacity: 0.5;
}

.labeled-switch {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.labeled-switch__label + .labeled-switch__switch, .labeled-switch__switch + .labeled-switch__label {
  margin-left: 8px;
}

.about__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 224px;
}
@media (width >= 961px) {
  .about__header {
    min-height: 312px;
  }
}
.about__title {
  color: #fff;
  font-weight: 400;
}
.about__subtitle {
  color: #fff;
  font-size: 16px;
}
.about__section {
  align-items: center;
}
@media (width <= 960px) {
  .about__section {
    flex-direction: column;
  }
}
.about__section-title {
  margin-bottom: 24px;
}
.about__section-text {
  margin-bottom: 16px;
}
.about__image {
  margin: 0 auto;
  max-width: 100%;
}
@media (width >= 961px) {
  .about__image {
    padding: 16px;
  }
}
.about__citation {
  color: #fff;
  font-size: 18px;
  padding: 0 32px 32px 32px;
}
.about__signature {
  padding: 0 32px;
}
.about__avatar img {
  display: inline-block;
  min-width: 160px;
  width: 30%;
}
.about__users-title {
  text-align: center;
}
@media (width <= 640px) {
  .about__users-title {
    padding: 0 32px 24px 32px;
  }
}

.article__text {
  font-size: 14px;
  margin: 16px 0;
}
.article__related-title {
  margin: 16px 0;
}

.news-item__content {
  margin: 80px 0;
}

.static-page-section__title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto;
  max-width: 752px;
}
.static-page-section__title--sub {
  font-size: 16px;
}
.static-page-section__text {
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.static-page-section__text--light {
  color: #7f8c8d;
}
.static-page-section__text--narrow {
  max-width: 752px;
}
.static-page__title {
  font-size: 24px;
  margin-top: 48px;
}
.static-page__subtitle {
  color: #7f8c8d;
  font-size: 12px;
}

.search__filters {
  height: 0;
  overflow: hidden;
}
.search__filters--show {
  height: 100%;
  margin-bottom: 24px;
}
.search__filters .search__mobile-view--show {
  margin-bottom: 24px;
  margin-left: 40px;
}
.search__news-panel {
  background-color: #f9fafa;
  height: 100%;
  padding: 24px 16px;
}
.search__mobile-view .search__news-panel {
  margin-top: 24px;
}
.search__news-panel .app-title-h2 {
  line-height: 18px;
}
.search .search__selection.section__row {
  margin-top: 8px;
  padding-bottom: 24px;
}

.not-found__header-info {
  font-size: 14px;
  margin: 0 auto 24px;
  max-width: 640px;
}

.error__logo {
  margin: 40px auto;
}
.error__info {
  font-size: 14px;
}
.error__todo {
  font-size: 14px;
}
.error__todo ul {
  display: inline-block;
}
.error__todo .text-icon__icon {
  color: #20b3c5;
}
.error-inline__wrapper {
  position: relative;
}
.error-inline__message {
  color: #e74c3c;
  font-size: 12px;
  line-height: 40px;
  margin-right: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.admin-overview__row .table__cell {
  color: #0b3c42;
}
.admin-overview__language-label {
  background-color: #ecf0f1;
  margin: 0 4px;
  padding: 4px;
  text-transform: uppercase;
}
.admin-overview__language-label[disabled], .admin-overview__language-label.is-disabled {
  opacity: 0.5;
}
.admin-overview__dropdown-filter {
  min-width: 200px;
}
.admin-date-filter {
  width: 220px;
}
.admin-date-filter input {
  text-align: center;
}
.admin-overview-table__action-button {
  color: #bdc3c7;
}
html:not(.touchevents) .admin-overview-table__action-button:not([disabled]):not(.is-disabled):hover {
  color: #7f8c8d;
}

.app-admin-applications-index .action-bar {
  margin-bottom: 16px;
}
.app-admin-applications-index .application-grid {
  margin-top: 24px;
}
.app-admin-applications-index .no-results-placeholder {
  margin-bottom: 80px;
  margin-top: 80px;
}

.app-admin-applications-edit .visibility-toggle {
  min-width: 168px;
}

.app-admin-dashboard__statistics-grid-column {
  margin-bottom: 24px;
}
.app-admin-dashboard__action-bar {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.app-admin-dashboard__graph-container {
  height: 270px;
}
.app-admin-dashboard__date-period-select {
  margin-left: 16px;
}
.app-admin-dashboard .card {
  height: 100%;
}

.total-time__label {
  color: #7f8c8d;
  font-size: 12px;
}
.total-time__time {
  font-size: 18px;
  font-weight: 600;
}

.statistics-card__table {
  line-height: 1.4285714286;
  border-spacing: 0 8px;
  font-size: 14px;
  width: 100%;
}
.statistics-card__time {
  text-align: right;
  width: 1px;
}

.app-admin-webinars-edit__image-preview {
  border: 0;
  border-radius: 2px;
  max-width: 100%;
}

.app-admin-news-edit__image-preview {
  border-radius: 4px;
  max-height: 200px;
}

.action-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 24px 0;
}

.view-toggle {
  display: flex;
}
.view-toggle__toggle {
  transition: color 0.2s ease-out;
  color: #bdc3c7;
  cursor: pointer;
  padding: 0;
}
html:not(.touchevents) .view-toggle__toggle:not([disabled]):not(.is-disabled):hover, .view-toggle__toggle:focus {
  color: #0b3c42;
}
.view-toggle__toggle.active, .view-toggle__toggle.is-active {
  color: #20b3c5;
  pointer-events: none;
}
.view-toggle__toggle + .view-toggle__toggle {
  margin-left: 16px;
}

.admin-bar {
  align-items: center;
  background-color: #2c3e50;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
@media (width >= 1400px) {
  .admin-bar {
    padding: 0 24px;
  }
}
.admin-bar__list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  display: table;
  height: 32px;
}
.admin-bar__list-item {
  display: table-cell;
  height: 100%;
  padding-left: 24px;
  vertical-align: middle;
}
.admin-bar__list-item:first-child {
  padding-left: 0;
}
.admin-bar__link {
  transition: color 0.2s ease-out,  fill 0.2s ease-out;
  color: #bdc3c7;
  display: block;
  fill: #bdc3c7;
  font-size: 12px;
}
.admin-bar__link.active, .admin-bar__link.is-active, html:not(.touchevents) .admin-bar__link:not([disabled]):not(.is-disabled):hover {
  color: #fff;
  fill: #fff;
}
.admin-bar__logo {
  height: 18px;
  width: 18px;
}

.align {
  display: table;
}
.align--center {
  margin-left: auto;
  margin-right: auto;
}
.align--fluid {
  width: 100%;
}
.align--stretch {
  height: 100%;
  width: 100%;
}
.align__row {
  display: table-row;
}
.align__cell {
  display: table-cell;
  vertical-align: middle;
}
.align__cell--grow {
  width: 100%;
}
.align__cell--shrink {
  white-space: nowrap;
  width: 1px;
}
.align--align-top > .align__cell {
  vertical-align: top;
}
.align--baseline > .align__cell {
  vertical-align: baseline;
}
.align--gutter-xs > .align__cell:not(:last-child) {
  padding-right: 4px;
  padding-right: px-to-rem(4px);
}
.align--gutter-sm > .align__cell:not(:last-child) {
  padding-right: 8px;
  padding-right: px-to-rem(8px);
}
.align--gutter-md > .align__cell:not(:last-child) {
  padding-right: 16px;
  padding-right: px-to-rem(16px);
}
.align--gutter-lg > .align__cell:not(:last-child) {
  padding-right: 24px;
  padding-right: px-to-rem(24px);
}
.align--gutter-xl > .align__cell:not(:last-child) {
  padding-right: 32px;
  padding-right: px-to-rem(32px);
}

.application-finder .show-actives .application-finder__link:not(.active) img {
  opacity: 0.5;
}
.application-finder__transition-block {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: fade-in-block;
  will-change: opacity, transform;
}
@keyframes fade-in-block {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.application-finder-list {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
html:not(.touchevents) .application-finder-list:not([disabled]):not(.is-disabled):hover .application-finder-list__item img {
  opacity: 0.5;
}
html:not(.touchevents) .application-finder-list .application-finder-list__item:not([disabled]):not(.is-disabled):hover img {
  opacity: 1;
}
.application-finder-list__item {
  padding: 0 16px;
}
.application-finder-list__item img {
  transition: opacity 0.2s ease-out;
}
.application-finder__toggle-button {
  color: #20b3c5;
  display: block;
  margin: 32px auto 0 auto;
}
.application-finder__toggle-button.active, .application-finder__toggle-button.is-active, html:not(.touchevents) .application-finder__toggle-button:not([disabled]):not(.is-disabled):hover {
  color: #198b99;
}

.application-icon {
  max-width: 24px;
  min-width: 24px;
  height: auto;
}
.application-icon--lg {
  max-width: 40px;
  min-width: 40px;
}
.application-icon--xl {
  max-width: 48px;
  min-width: 48px;
}
.application-icon--opaque-background {
  bottom: -25px;
  filter: Invert() grayscale(1) opacity(10%);
  position: absolute;
  right: 15px;
}
.application-icon--white-background-left {
  bottom: -3rem;
  fill: #fff;
  filter: opacity(10%);
  left: -2rem;
  position: absolute;
  width: 50%;
}

.application-selector {
  display: flex;
  flex-wrap: wrap;
}
.application-selector-column {
  padding: 0 8px;
  width: 50%;
}
@media (width >= 961px) {
  .application-selector-column {
    padding: 0 16px;
    width: auto;
  }
}
.application-selector-column--full-width-mobile {
  width: 100%;
}
@media (width >= 961px) {
  .application-selector-column--full-width-mobile {
    width: auto;
  }
}
.application-selector-column--full-width-mobile ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
@media (width >= 961px) {
  .application-selector-column--full-width-mobile ul {
    display: block;
    margin: 0;
  }
}
.application-selector-column--full-width-mobile li {
  flex-basis: 50%;
  padding: 0 8px;
}
@media (width >= 961px) {
  .application-selector-column--full-width-mobile li {
    padding: 0;
  }
  .application-selector-column + .application-selector-column {
    border-left: 1px solid #ecf0f1;
  }
}
.application-selector-row + .application-selector-row {
  margin-top: 8px;
}
.application-selector__title {
  font-weight: 600;
  padding: 8px;
}
.application-selector__link {
  transition: background-color 0.2s ease-out;
  border-radius: 2px;
  display: block;
  padding: 8px;
  text-transform: capitalize;
  color: #2c3e50;
}
html:not(.touchevents) .application-selector__link:not([disabled]):not(.is-disabled):hover, .application-selector__link:focus {
  background-color: #ecf0f1;
  color: #2c3e50;
}
@media (width >= 961px) {
  .application-selector__link {
    min-width: 184px;
  }
}
.application-selector--full-width {
  margin: 0 -8px;
}
@media (width >= 961px) {
  .application-selector--full-width {
    margin: 0 -16px;
  }
}

.app-loader {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f9fafa;
  z-index: 1000;
}
.app-loader__box {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.app-loader__loading-bar {
  background-color: #ecf0f1;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
  width: 180px;
}
.app-loader__loading-bar, .app-loader__loading-bar::before {
  height: 3px;
}
@keyframes loading-bar-animation {
  0%, 100% {
    transform: translateX(-50%);
  }
  50% {
    transform: translateX(150%);
  }
}
.app-loader__loading-bar::before {
  animation: loading-bar-animation 2s infinite ease;
  background-color: #20b3c5;
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  width: 90px;
}

.app-view--has-navigation-bar-offset {
  padding-top: 87px;
}
.app-view--has-admin-bar-offset {
  padding-top: 32px;
}
.app-view--has-full-offset {
  padding-top: 119px;
}

.holy-grail {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.holy-grail--no-scroll {
  overflow: hidden;
}

.holy-grail__body {
  flex-grow: 1;
}

.holy-grail--no-scroll .holy-grail__body {
  display: flex;
}

.holy-grail--no-scroll .holy-grail__body > * {
  width: 100%;
}

.page--whitespace-top {
  padding-top: 40px;
}
.page--whitespace-bottom {
  padding-bottom: 160px;
}

.article-header {
  line-height: 1.7142857143;
  font-size: 14px;
}
.article-header__title {
  line-height: 1.3333333333;
  margin-bottom: 16px;
}
.article-header__views {
  color: #7f8c8d;
  vertical-align: top;
}
.article-header__label {
  color: #7f8c8d;
}
.article-header__label--lighter {
  color: #bdc3c7;
}
.article-header__label--lighter a {
  color: #bdc3c7;
}
.article-header__language {
  border-radius: 2px;
  color: #7f8c8d;
  display: inline-block;
  margin-left: 8px;
  padding: 0 4px;
  text-transform: uppercase;
}
.article-header__language:first-child {
  margin-left: 0;
}
.article-header__language--selected {
  box-shadow: inset 0 0 0 1px #d9dcdf;
  background-color: #f9fafa;
  color: #2c3e50;
}
.article-header__action-button {
  line-height: 1.7142857143;
  color: #0b3c42;
  height: auto;
  padding: 0;
}
.article-header__action-button .text-icon__icon {
  color: #7f8c8d;
}
.article-header__row-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.article-header__row {
  margin-bottom: 8px;
  width: 100%;
}
.article-header__row--bordered {
  border-bottom: 1px solid #d9dcdf;
  padding-bottom: 8px;
}
.article-header__row--half {
  width: 50%;
}

[data-badge=visible] {
  position: relative;
}
[data-badge=visible]::before {
  border-radius: 4px;
  height: 8px;
  width: 8px;
  background-color: #20b3c5;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(44, 62, 80, 0.25);
  content: "";
  position: absolute;
  right: 2px;
  top: 5px;
}

.block-link {
  color: unset;
  cursor: pointer;
  display: block;
}
.block-link.active, .block-link.is-active, html:not(.touchevents) .block-link:not([disabled]):not(.is-disabled):hover {
  color: unset;
  cursor: pointer;
  display: block;
}

.breadcrumbs {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  align-items: baseline;
  display: flex;
}
.breadcrumbs__item {
  align-items: center;
  color: #7f8c8d;
  display: flex;
  font-size: 14px;
}
.breadcrumbs__item .breadcrumbs__link {
  color: inherit;
}
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 16px;
}
.breadcrumbs__item .separator {
  margin-left: 16px;
}
.breadcrumbs__item:last-child {
  color: #000;
  font-weight: 600;
  pointer-events: none;
}
.breadcrumbs__item:last-child .separator {
  display: none;
}
.breadcrumbs__link {
  font-size: inherit;
}
html:not(.touchevents) .breadcrumbs__link:not([disabled]):not(.is-disabled):hover {
  color: #0b3c42;
}

.border-color-card{
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border-top: 8px solid #d9dcdf;
}
.border-color-card__content{
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(236 240 241 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 0 0 4px 4px;
}
.border-color-card--gray .border-color-card__content{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 250 / var(--tw-bg-opacity, 1));
}

.border-color-card-header{
  position: relative;
  background-size: cover;
  background-position: center;
  text-align: center;
  height: 136px;
}
.is-loading .border-color-card-header {
  transition: background-color 0.2s ease-out;
  animation: animate-opacity 1s ease-in-out infinite;
  background-color: #d9dcdf;
  will-change: opacity;
}
@keyframes animate-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.is-loading .border-color-card-header * {
  display: none;
}
.border-color-card-header__content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.card {
  background-color: #f9fafa;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.card__header {
  border-bottom: 1px solid #ecf0f1;
}
.card__content {
  flex: 1 1 auto;
}
.card__footer {
  border-top: 1px solid #ecf0f1;
}
.card__header, .card__content, .card__footer {
  padding: 16px 24px;
}

.application-card {
  transition: opacity 0.2s ease-out;
}
.application-card__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 16px 24px;
}
.application-card__icon {
  max-width: 56px;
  min-width: 56px;
}
.application-card__icon-placeholder {
  height: 56px;
  width: 56px;
  margin-bottom: 16px;
}
.is-loading .application-card__icon-placeholder {
  transition: background-color 0.2s ease-out;
  animation: animate-opacity 1s ease-in-out infinite;
  background-color: #d9dcdf;
  will-change: opacity;
}
@keyframes animate-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.is-loading .application-card__icon-placeholder * {
  display: none;
}
.application-card__name {
  flex: 1 0 auto;
  margin-bottom: 16px;
}
.is-loading .application-card__name {
  transition: background-color 0.2s ease-out;
  animation: animate-opacity 1s ease-in-out infinite;
  background-color: #d9dcdf;
  will-change: opacity;
}
@keyframes animate-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.is-loading .application-card__name * {
  display: none;
}
.is-loading .application-card__name {
  display: block;
  min-height: 18px;
  width: 50%;
}
.is-loading .application-card__name * {
  display: none;
}
.application-card__actions--can-edit {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.application-card__visibility-toggle .labeled-switch__label {
  text-transform: capitalize;
}
.application-card__edit {
  text-transform: capitalize;
}
.application-card--is-hidden {
  opacity: 0.5;
}

.application-grid__item {
  margin-bottom: 16px;
}

.application-grid-add-new-button {
  transition: color 0.2s ease-out,  background-color 0.2s ease-out;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  color: #d9dcdf;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 159px;
  width: 100%;
}
.application-grid-add-new-button__icon {
  font-size: 32px;
}
html:not(.touchevents) .application-grid-add-new-button:not([disabled]):not(.is-disabled):hover {
  background-color: #f9fafa;
  border-color: #d9dcdf;
  color: #7f8c8d;
}

.checkbox-checkmark {
  fill: #fff;
  left: 6px;
  position: absolute;
  top: 3px;
}

.checkbox {
  height: 0;
  width: 0;
  opacity: 0;
}
.checkbox + label {
  color: #7f8c8d;
  line-height: 1;
}
.checkbox + label:before {
  height: 16px;
  width: 16px;
  border: 1px solid #7f8c8d;
  border-radius: 4px;
  color: transparent;
  content: "";
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  margin-right: 4px;
  text-align: center;
}
.checkbox:checked + label {
  color: inherit;
}
.checkbox:checked + label:before {
  background-color: #20b3c5;
  border-color: transparent;
}
.checkbox:focus + label:before {
  outline: #20b3c5 auto 5px;
}

.color-picker-input{
  flex-shrink: 0;
  overflow: hidden;
  padding: 0 !important;
  width: 2.5rem !important;
}
.color-picker-input::-webkit-color-swatch-wrapper{
  padding: 0px;
}
.color-picker-input::-webkit-color-swatch{
  border-style: none;
}

.datepicker__dropdown {
  background-color: #f9fafa;
  border: 1px solid #ecf0f1;
}
.datepicker__dropdown--force-top {
  z-index: 100;
}
.datepicker__range-selection {
  margin: 16px;
  margin: px-to-rem(16px);
}
.datepicker__year-selection {
  min-width: 70px;
  min-width: px-to-rem(70px);
}
.datepicker__calendar-view .align__cell:first-child {
  padding-left: 8px;
}
.datepicker__calendar-view .align__cell:last-child {
  padding-right: 8px;
}
.datepicker-navigation {
  margin: 16px 0;
  margin: px-to-rem(16px) 0;
  padding: 0 16px 16px;
  padding: 0 px-to-rem(16px) px-to-rem(16px);
  border-bottom: 1px solid #ecf0f1;
}

.datepicker-calendar {
  line-height: 1.4166666667;
  font-size: 12px;
  font-size: px-to-rem(12px);
}
.datepicker-calendar__navigation {
  color: #7f8c8d;
  cursor: pointer;
}
.datepicker-calendar .ember-power-calendar-day-grid {
  height: 150px;
  height: px-to-rem(150px);
}
.datepicker-calendar .ember-power-calendar-weekday, .datepicker-calendar .ember-power-calendar-day {
  padding: 4px;
  padding: px-to-rem(4px);
}
.datepicker-calendar .ember-power-calendar-weekday {
  color: #7f8c8d;
  text-transform: uppercase;
}
.datepicker-calendar .ember-power-calendar-day {
  margin-top: 4px;
  margin-top: px-to-rem(4px);
  border-radius: 4px;
  color: #2c3e50;
}
.datepicker-calendar .ember-power-calendar-day--today {
  color: #20b3c5;
}
.datepicker-calendar .ember-power-calendar-day--interactive {
  cursor: pointer;
}
html:not(.touchevents) .datepicker-calendar .ember-power-calendar-day--interactive:not([disabled]):not(.is-disabled):hover, .datepicker-calendar .ember-power-calendar-day--interactive:focus {
  background-color: #d9dcdf;
}
.datepicker-calendar .ember-power-calendar-day--selected {
  background-color: #20b3c5;
  color: #fff;
}
html:not(.touchevents) .datepicker-calendar .ember-power-calendar-day--selected:not([disabled]):not(.is-disabled):hover, .datepicker-calendar .ember-power-calendar-day--selected:focus {
  background-color: #20b3c5;
  color: #fff;
}
.datepicker-calendar .ember-power-calendar-day--other-month:not(.ember-power-calendar-day--selected) {
  color: #7f8c8d;
}
.datepicker-calendar--range .ember-power-calendar-day--selected {
  border-radius: 0;
}
.datepicker-calendar--range .ember-power-calendar-day--selected.ember-power-calendar-day--range-start {
  border-radius: 50% 0 0 50%;
}
.datepicker-calendar--range .ember-power-calendar-day--selected.ember-power-calendar-day--range-end {
  border-radius: 0 50% 50% 0;
}
.datepicker-calendar--range .ember-power-calendar-day--selected.ember-power-calendar-day--range-start.ember-power-calendar-day--range-end {
  border-radius: 4px;
}

.dropdown-select__trigger, .dropdown-select__trigger:focus {
  border: 0;
  box-shadow: none;
}
.dropdown-select__trigger .ember-power-select-placeholder {
  color: #2c3e50;
}
.dropdown-select__dropdown {
  border: 0 !important;
  border-radius: 4px !important;
}

.edit-language__content {
  display: flex;
}
@media (width <= 640px) {
  .edit-language__content {
    flex-direction: column;
  }
}
.edit-language__content-column {
  display: flex;
  flex-direction: column;
  padding: 16px 64px 16px 16px;
  width: 50%;
}
@media (width <= 640px) {
  .edit-language__content-column {
    width: 100%;
  }
}
.edit-language__content-column--streched {
  background: #f9fafa;
  border-left: 1px solid #ecf0f1;
  padding: 0;
}
.edit-language__text-only-container {
  display: flex;
  flex-direction: column;
  height: 98%;
}
.edit-language-disclosure__item {
  margin-bottom: 24px;
}
.edit-language-disclosure__toggle {
  border: 1px solid #ecf0f1;
  padding: 4px 24px;
}
.edit-language-disclosure__switch {
  line-height: 0.3333333333;
}
.edit-language-disclosure__content-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.edit-language-disclosure__content-title--bordered {
  background: #fff;
  border-bottom: 1px solid #ecf0f1;
  margin-bottom: 0;
  padding: 16px;
}
.edit-language-disclosure__text-only-wrapper {
  flex: 1;
  height: 100%;
}
.edit-language-disclosure__textarea-only {
  background-color: transparent;
  border: 0;
  height: 100%;
  line-height: 24px;
  padding: 16px;
}
.edit-language-disclosure__editor-wrapper {
  padding: 16px;
}
.edit-language-disclosure__editor {
  background: #fff;
  border: 1px solid #ecf0f1;
  border-radius: 2px;
  max-height: 200px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}
.edit-language-disclosure__editor::after {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(249, 250, 250, 0.8));
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.edit-language-disclosure__empty-editor-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  padding: 16px;
}
.edit-language-disclosure__empty-editor-content-message {
  color: #7f8c8d;
  margin-bottom: 8px;
}

.flash-stack {
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 8px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 358px;
  z-index: 100;
}

.flash {
  background-color: #ecf0f1;
  border: 1px solid #d9dcdf;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(44, 62, 80, 0.16);
  opacity: 0;
  padding: 16px;
  pointer-events: auto;
  position: relative;
  transform: translateX(200px);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  will-change: opacity, transform;
}
.flash + .flash {
  margin-top: 8px;
}
.flash__hide-button {
  transition: opacity 200ms ease-in-out;
  background: transparent;
  border: 0;
  color: #7f8c8d;
  cursor: pointer;
  opacity: 0.5;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
}
html:not(.touchevents) .flash__hide-button:not([disabled]):not(.is-disabled):hover, .flash__hide-button:focus {
  opacity: 1;
}
.flash .flash__title {
  line-height: 1.7142857143;
  margin-bottom: 4px;
  margin-right: 24px;
}
.flash .flash__title::after, .flash .flash__title::before {
  content: "";
  display: table;
}
.flash .flash__title::after {
  clear: both;
}
.flash .flash__message {
  line-height: 1.4285714286;
  color: #7f8c8d;
}
.flash--success {
  background-color: #edf5f0;
  border-color: #2ecc71;
}
.flash--success .flash__hide-button {
  color: #2ecc71;
}
.flash--success .flash__title {
  color: #2ecc71;
}
.flash--warning {
  background-color: #f8efe7;
  border-color: #e67e22;
}
.flash--warning .flash__hide-button {
  color: #e67e22;
}
.flash--warning .flash__title {
  color: #e67e22;
}
.flash--danger {
  background-color: #fbefee;
  border-color: #e74c3c;
}
.flash--danger .flash__hide-button {
  color: #e74c3c;
}
.flash--danger .flash__title {
  color: #e74c3c;
}
.flash--active {
  opacity: 1;
  transform: translateX(0);
}

.footer {
  background-color: #f9fafa;
  border-top: 1px solid #d9dcdf;
  padding: 48px 48px 24px 48px;
}
.footer__button {
  display: inline-block;
  margin-bottom: 32px;
}
.footer__logo {
  max-width: 96px;
  min-width: 96px;
}
.footer-list__item {
  margin-bottom: 16px;
}
.footer-list__item a {
  color: #7f8c8d;
}
.footer-list__item a.active, .footer-list__item a.is-active, html:not(.touchevents) .footer-list__item a:not([disabled]):not(.is-disabled):hover {
  color: #0b3c42;
}

.image-cropper {
  /**
   * Config
   */
  /**
   * Mixins
   */
  /**
   * Styles
   */
  background-color: #f9fafa;
  border: 1px solid #d9dcdf;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  padding-right: 48px;
  position: relative;
}
.image-cropper__overlay {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.image-cropper__image-container {
  height: 166px;
  width: 166px;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
.image-cropper__range {
  height: 20px;
  width: 136px;
  appearance: none;
  background-color: transparent;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  right: -44px;
  top: calc(50% - 10px);
  transform: rotateZ(-90deg);
}
.image-cropper__range:focus {
  outline: none;
}
.image-cropper__range::-webkit-slider-runnable-track {
  background-color: #d9dcdf;
  border-radius: 2px;
  cursor: pointer;
  height: 4px;
  width: 100%;
}
.image-cropper__range::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  appearance: none;
  background-color: #20b3c5;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: -1px 1px 3px rgba(11, 60, 66, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  margin-top: -6px;
}
.image-cropper__range::-moz-focus-outer {
  border: 0;
}
.image-cropper__range::-moz-range-track {
  background-color: #d9dcdf;
  border-radius: 2px;
  cursor: pointer;
  height: 4px;
  width: 100%;
}
.image-cropper__range::-moz-range-thumb {
  height: 16px;
  width: 16px;
  appearance: none;
  background-color: #20b3c5;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: -1px 1px 3px rgba(11, 60, 66, 0.4);
  cursor: pointer;
  margin-top: -6px;
  box-sizing: border-box;
}
.image-cropper__range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
  cursor: pointer;
  height: 4px;
  width: 100%;
}
.image-cropper__range::-ms-fill-lower {
  background-color: #d9dcdf;
  border: 0;
  border-radius: 16px;
}
.image-cropper__range::-ms-fill-upper {
  background-color: #d9dcdf;
  border: 0;
  border-radius: 16px;
}
.image-cropper__range::-ms-thumb {
  height: 16px;
  width: 16px;
  appearance: none;
  background-color: #20b3c5;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: -1px 1px 3px rgba(11, 60, 66, 0.4);
  box-sizing: border-box;
  cursor: pointer;
  margin-top: -6px;
  margin-top: 0;
}

.image-preview {
  align-items: center;
  background-color: #f9fafa;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  display: inline-flex;
  flex-direction: column;
  padding: 16px 24px 8px;
  width: auto;
}
.image-preview__background {
  border-radius: 52px;
  height: 104px;
  width: 104px;
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
}
.image-preview__background--dark {
  background-color: #0b3c42;
}
.image-preview__background--image-cover .image-preview__image {
  max-width: none;
  min-width: 0;
}
.image-preview__image {
  max-width: 76px;
  min-width: 76px;
}

.info-icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.info-icon__img {
  color: #7f8c8d;
  margin-bottom: 24px;
  margin-top: 32px;
}
.info-icon__label {
  color: #20b3c5;
  font-size: 18px;
  font-weight: 600;
  max-width: 180px;
}

.inline-list {
  margin: 0 -4px -8px -4px;
}
.inline-list::after, .inline-list::before {
  content: "";
  display: table;
}
.inline-list::after {
  clear: both;
}
.inline-list__item {
  float: left;
  padding: 0 4px 8px 4px;
}

.input-icon {
  color: #7f8c8d;
}

.input-overlay {
  position: relative;
}
.input-overlay__item {
  align-items: center;
}
.input-overlay__item--center-vertical {
  display: flex;
  height: 100%;
  position: absolute;
  top: 0;
}
.input-overlay__item--left {
  left: 10px;
}
.input-overlay__item--right {
  right: 10px;
}
.input-overlay--large--left {
  left: 16px;
}
.input-overlay--large--right {
  right: 16px;
}

.intro-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
  text-align: center;
}
.intro-text--small {
  max-width: 384px;
}

.label {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 8px;
}
.label--green {
  background-color: #2ecc71;
}

.linked-image {
  position: relative;
}
.linked-image img {
  max-width: 100%;
}
.linked-image__overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.linked-image__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 40%;
}
.linked-image__title--sub {
  color: #20b3c5;
  font-size: 16px;
  font-weight: 400;
}
@media (width >= 641px) {
  .linked-image__title--sub {
    margin-top: 16px;
  }
}

.list-article {
  display: flex;
}
.is-loading .list-article-media, .is-loading .list-article__title, .is-loading .list-article__content-extra {
  transition: background-color 0.2s ease-out;
  animation: animate-opacity 1s ease-in-out infinite;
  background-color: #d9dcdf;
  will-change: opacity;
}
@keyframes animate-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.is-loading .list-article-media *, .is-loading .list-article__title *, .is-loading .list-article__content-extra * {
  display: none;
}
.list-article-media {
  height: 72px;
  width: 110px;
  align-items: center;
  background-color: #d9dcdf;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  margin-right: 8px;
}
.list-article-media__text {
  color: #fff;
  font-size: 10px;
  line-height: 1;
  margin-top: 8px;
}
.list-article__title {
  line-height: 1.4285714286;
  margin-bottom: 16px;
}
.is-loading .list-article__title {
  display: block;
  min-height: 14px;
  width: 100%;
}
.is-loading .list-article__title * {
  display: none;
}
.list-article__content {
  display: flex;
  flex: 1 0 0%;
  flex-direction: column;
  justify-content: space-between;
  min-height: 72px;
}
.list-article__content-extra {
  color: #7f8c8d;
  font-size: 12px;
}
.is-loading .list-article__content-extra {
  display: block;
  min-height: 14px;
  width: 50%;
}
.is-loading .list-article__content-extra * {
  display: none;
}

.menu-icon {
  display: block;
  height: 18px;
  padding: 0;
  position: relative;
  width: 18px;
}
.menu-icon * {
  background-color: rgba(11, 60, 66, 0.6);
}
.menu-icon__middle {
  top: 50%;
  transform: translateY(-50%);
}
.menu-icon__middle, .menu-icon__middle::before, .menu-icon__middle::after {
  border-radius: 1px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  transition-property: background-color, transform;
  transition-timing-function: ease;
}
.menu-icon__middle::before, .menu-icon__middle::after {
  background-color: inherit;
  content: "";
  display: block;
}
.menu-icon__middle::before {
  top: -9px;
  transition: top 0.2s ease 0.2s, opacity 0.2s ease;
}
.menu-icon__middle::after {
  bottom: -9px;
  transition: bottom 0.2s ease 0.2s, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-icon.active *, .menu-icon.is-active *, html:not(.touchevents) .menu-icon:not([disabled]):not(.is-disabled):hover * {
  background-color: #0b3c42;
}
.menu-icon.is-active .menu-icon__middle {
  transform: rotate(45deg);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-icon.is-active .menu-icon__middle::before {
  opacity: 0;
  top: 0;
  transition: top 0.2s ease, opacity 0.2s ease 0s;
}
.menu-icon.is-active .menu-icon__middle::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.2s ease, transform 0.2s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.2s;
}

.mobile-navigation {
  background-color: #f9fafa;
  height: calc(100vh - 87px);
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 87px;
  width: 100%;
}
.mobile-navigation__language {
  border-radius: 12px;
  height: 24px;
  width: 24px;
  background-color: #d9dcdf;
  color: #7f8c8d;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
}

.mobile-navigation-button,
.mobile-navigation-back-button {
  transition: background-color 0.2s ease-out,  color 0.2s ease-out;
  align-items: center;
  border: 0;
  display: flex;
  font-size: 14px;
  outline: 0;
  padding: 0 24px;
  text-align: left;
  width: 100%;
}
html:not(.touchevents) .mobile-navigation-button:not([disabled]):not(.is-disabled):active, html:not(.touchevents) .mobile-navigation-button:not([disabled]):not(.is-disabled):hover,
html:not(.touchevents) .mobile-navigation-back-button:not([disabled]):not(.is-disabled):active,
html:not(.touchevents) .mobile-navigation-back-button:not([disabled]):not(.is-disabled):hover {
  background-color: #ecf0f1;
}

.mobile-navigation-button {
  height: 64px;
}
.mobile-navigation-button--primary {
  background-color: #fff;
  color: rgba(11, 60, 66, 0.6);
  font-weight: 600;
}
.mobile-navigation-button--primary .application {
  font-weight: 400;
}
.mobile-navigation-button--primary .text-icon__icon {
  transition: color 0.2s ease-out,  opacity 0.2s ease-out;
  opacity: 0.4;
}
html:not(.touchevents) .mobile-navigation-button--primary:not([disabled]):not(.is-disabled):active, html:not(.touchevents) .mobile-navigation-button--primary:not([disabled]):not(.is-disabled):hover, .mobile-navigation-button--primary.active, .mobile-navigation-button--primary.is-active {
  color: #0b3c42;
}
html:not(.touchevents) .mobile-navigation-button--primary:not([disabled]):not(.is-disabled):active .text-icon__icon, html:not(.touchevents) .mobile-navigation-button--primary:not([disabled]):not(.is-disabled):hover .text-icon__icon, .mobile-navigation-button--primary.active .text-icon__icon, .mobile-navigation-button--primary.is-active .text-icon__icon {
  opacity: 1;
}
.mobile-navigation-button--primary.active .text-icon__icon, .mobile-navigation-button--primary.is-active .text-icon__icon {
  color: #20b3c5;
}
.mobile-navigation-button--secondary {
  background-color: #f9fafa;
}
.mobile-navigation-button--language {
  font-weight: 400;
  text-transform: uppercase;
}
.mobile-navigation-button--language.active, .mobile-navigation-button--language.is-active {
  color: #20b3c5;
}

.mobile-navigation-back-button {
  background-color: #f9fafa;
  color: #20b3c5;
  height: 40px;
}

.mobile-navigation-list {
  transition: opacity 0.25s ease-out,  transform 0.25s ease-out;
  background-color: #f9fafa;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  width: 100%;
}
.mobile-navigation-list__title {
  background-color: #f9fafa;
  color: #2c3e50;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
}
.mobile-navigation-list__item, .mobile-navigation-list__title {
  border-top: 1px solid #d9dcdf;
}
.mobile-navigation-list__item:last-child, .mobile-navigation-list__title:last-child {
  border-bottom: 1px solid #d9dcdf;
}
.mobile-navigation-list__item--search, .mobile-navigation-list__title--search {
  background-color: #fff;
  border-bottom: 0;
  padding: 8px;
}
.mobile-navigation-list__item--search input, .mobile-navigation-list__title--search input {
  border: 0;
}
.mobile-navigation-list__item--subtitle, .mobile-navigation-list__title--subtitle {
  align-items: center;
  background-color: #fff;
  border-top: 0;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 64px;
  padding: 0 24px;
}
.mobile-navigation-list--is-hidden-left {
  transform: translateX(-20%);
}
.mobile-navigation-list--is-hidden-right {
  transform: translateX(100%);
}

.modal-stack {
  position: relative;
  z-index: 90;
}

.modal {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  overflow-y: auto;
}
.modal::before {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  transition: opacity 0.2s ease-out;
  background-color: #000;
  content: "";
  opacity: 0;
  pointer-events: none;
}
.modal--full {
  overflow: hidden;
}
.modal--full .modal__box, .modal--full .modal__layout {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0;
}
.modal__box {
  background-color: #fff;
  border-radius: 2px;
  margin: 40px auto;
  position: relative;
  transition: transform 0.2s ease-out;
}
.modal--sm .modal__box {
  max-width: 520px;
}
.modal--md .modal__box {
  max-width: 640px;
}
.modal--lg .modal__box {
  max-width: 960px;
}
.modal--xl .modal__box {
  max-width: 1136px;
}
.modal__layout--right-button {
  text-align: right;
}
.modal--full .modal__layout {
  display: flex;
  flex-direction: column;
}
.modal-header {
  background-color: #f9fafa;
  border-bottom: 1px solid #ecf0f1;
  color: #0b3c42;
  font-weight: 100;
  padding: 24px 8px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (width >= 641px) {
  .modal-header {
    padding: 24px;
  }
}
.modal-header--base {
  background-color: #fff;
}
.modal-header__title {
  padding: 0 24px;
}
.modal-header__action {
  height: 24px;
  width: 24px;
  transition: color 0.2s ease-out;
  color: #bdc3c7;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: calc(50% - 12px);
}
html:not(.touchevents) .modal-header__action:not([disabled]):not(.is-disabled):hover, .modal-header__action:focus {
  color: #0b3c42;
}
.modal-header__action--back {
  left: 8px;
}
@media (width >= 641px) {
  .modal-header__action--back {
    left: 24px;
  }
}
.modal-header__action--close {
  right: 8px;
}
@media (width >= 641px) {
  .modal-header__action--close {
    right: 24px;
  }
}
.modal-content {
  padding: 24px;
}
.modal-content--collapse {
  padding: 0;
}
.modal-content--no-overflow {
  overflow: hidden;
}
.modal-content--scrollable {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-content--small {
  margin-left: auto;
  margin-right: auto;
  max-width: 428px;
}
.modal-content--stretch {
  flex-grow: 1;
}
.modal-section {
  padding: 24px;
  margin-left: -24px;
}
.modal-section:not(:first-of-type) {
  border-top: 1px solid #ecf0f1;
}
.modal-section:last-of-type {
  padding-bottom: 0;
}
.modal-section:first-of-type {
  padding-top: 0;
}
.modal--sm .modal-section {
  width: 520px;
}
.modal--md .modal-section {
  width: 640px;
}
.modal--lg .modal-section {
  width: 960px;
}
.modal--xl .modal-section {
  width: 1136px;
}
.modal-footer {
  background-color: #f9fafa;
  border-top: 1px solid #ecf0f1;
  color: #0b3c42;
  padding: 16px 24px;
  width: 100%;
}
.modal-footer--centered {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
}

.has-active-modal {
  overflow: hidden;
}
.has-active-modal .modal::before {
  opacity: 0.8;
}

.edit-video-asset-modal {
  height: 688px;
}
.edit-video-asset-modal__video-player-box {
  background-color: #000;
}

.text-editor-modal .modal-header{
  text-align: left;
}
.text-editor-modal .modal-content{
  display: flex;
  flex-direction: column;
}
.text-editor-modal .text-editor{
  display: flex;
  height: 100%;
  flex-grow: 1;
  flex-direction: column;
}

.navigation-bar {
  background-color: #f9fafa;
  border-bottom: 1px solid #d9dcdf;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
.navigation-bar__title {
  font-weight: 600;
  padding-left: 8px;
}
.navigation-bar__column, .navigation-bar__container {
  height: 87px;
}
.navigation-bar__container {
  padding: 0 16px;
}
@media (width >= 1400px) {
  .navigation-bar__container {
    padding: 0 24px;
  }
}
.navigation-bar__row {
  display: table;
  table-layout: auto;
  width: 100%;
}
.navigation-bar__column {
  display: table-cell;
  vertical-align: middle;
}
.navigation-bar__column + .navigation-bar__column {
  padding-left: 16px;
}
@media (width >= 1400px) {
  .navigation-bar__column + .navigation-bar__column {
    padding-left: 24px;
  }
}
.navigation-bar__column--shrink {
  width: 1px;
}

.navigation-bar-list {
  display: table;
  table-layout: fixed;
}
.navigation-bar-list__item {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  width: 1px;
}
.navigation-bar-list__item + .navigation-bar-list__item {
  padding-left: 16px;
}
@media (width >= 1400px) {
  .navigation-bar-list__item + .navigation-bar-list__item {
    padding-left: 48px;
  }
}

.navigation-bar-account-dropdown__dropdown-avatar, .navigation-bar-account-dropdown__icon {
  padding-right: 8px;
  text-align: center;
}
.navigation-bar-account-dropdown__user .align__cell {
  padding-bottom: 16px;
}
.navigation-bar-account-dropdown__link + .navigation-bar-account-dropdown__link .align__cell {
  padding-top: 8px;
}
.navigation-bar-account-dropdown__icon {
  color: #0b3c42;
}

.notification-dropdown__panel {
  max-width: 500px;
}
.notification-dropdown__mark-button {
  color: #20b3c5;
  cursor: pointer;
  padding: 16px;
  text-align: right;
  width: 100%;
}
.notification-dropdown__item {
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  padding: 16px;
}
.notification-dropdown__item--unread {
  min-height: 16px;
  min-width: 16px;
}
.notification-dropdown__item + .notification-dropdown__item {
  border-top: 1px solid #f9fafa;
}
.notification-dropdown__item-title {
  color: #7f8c8d;
  padding-bottom: 8px;
}

.no-results-placeholder {
  max-width: 272px;
}

@keyframes drop-fade-below {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes drop-fade-above {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.oase-dropdown__content{
  border-radius: 10px;
  --tw-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 0px 6px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  font-size: 14px;
  padding: 16px;
}
.oase-dropdown__content--spaceless {
  padding: 0;
}
.oase-dropdown__content--gutter-xs {
  padding: 4px;
}
.oase-dropdown__content--gutter-sm {
  padding: 8px;
}
.oase-dropdown__content--gutter-md {
  padding: 16px;
}
.oase-dropdown__content--gutter-lg {
  padding: 24px;
}
.oase-dropdown__content--gutter-xl {
  padding: 32px;
}
.oase-dropdown__content--gutter-xxl {
  padding: 40px;
}
.oase-dropdown__content--fade {
  will-change: opacity;
}
.oase-dropdown__content--fade.ember-basic-dropdown-content.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-below 0.2s;
}
.oase-dropdown__content--fade.ember-basic-dropdown-content.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.2s reverse;
}
.oase-dropdown__content--fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-below 0.2s;
}
.oase-dropdown__content--fade.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.2s reverse;
}
.oase-dropdown__content--fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-above 0.2s;
}
.oase-dropdown__content--fade.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above 0.2s reverse;
}

.oase-file-upload-previews {
  margin: 24px 0;
}

.oase-file-upload-container {
  display: block;
}

.oase-file-upload {
  align-items: center;
  border: 1px dashed #20b3c5;
  border-radius: 4px;
  color: #20b3c5;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.oase-file-upload::before, .oase-file-upload::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.oase-file-upload::before {
  transition: opacity 0.2s ease-out;
  background-color: #20b3c5;
  content: "";
  opacity: 0.05;
}
.oase-file-upload::after {
  background-color: #fbefee;
}
.oase-file-upload__icon {
  margin-bottom: 16px;
}
.oase-file-upload__message {
  color: #7f8c8d;
}
.oase-file-upload__message b {
  color: #20b3c5;
  font-weight: 400;
}
.oase-file-upload__message a {
  text-decoration: underline;
}
.oase-file-upload.active, .oase-file-upload.is-active {
  border-style: solid;
}
.oase-file-upload.active::before, .oase-file-upload.is-active::before {
  opacity: 0.2;
}
.oase-file-upload--invalid-type {
  border-color: #e74c3c;
  color: #e74c3c;
}
.oase-file-upload--invalid-type::before {
  content: none;
}
.oase-file-upload--invalid-type::after {
  content: "";
}

.oase-file-upload-preview {
  align-items: flex-start;
  background-color: #fff;
  border: 1px solid #ecf0f1;
  border-radius: 2px;
  color: #2c3e50;
  display: flex;
  width: 100%;
}
.oase-file-upload-preview + .oase-file-upload-preview {
  margin-top: 16px;
}
.oase-file-upload-preview__thumbnail {
  align-self: center;
  flex: 0 1 auto;
  max-height: 60px;
  overflow: hidden;
}
@media (width >= 641px) {
  .oase-file-upload-preview__thumbnail {
    align-self: flex-start;
    max-height: 80px;
  }
}
html:not(.touchevents) .oase-file-upload-preview__thumbnail:not([disabled]):not(.is-disabled):hover {
  max-height: none;
}
.oase-file-upload-preview__file-preview {
  margin: 4px;
  margin-right: 8px;
  width: 60px;
}
@media (width >= 641px) {
  .oase-file-upload-preview__file-preview {
    width: 80px;
  }
}
.oase-file-upload-preview__file-type-icon {
  padding: 16px;
  width: 60px;
}
@media (width >= 641px) {
  .oase-file-upload-preview__file-type-icon {
    width: 80px;
  }
}
.oase-file-upload-preview__details {
  flex: 1 1 0;
  min-width: 0;
  padding: 16px 0;
  text-align: left;
}
@media (width >= 641px) {
  .oase-file-upload-preview__details {
    padding: 16px 8px;
  }
}
.oase-file-upload-preview__filename {
  font-size: 14px;
  margin-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.oase-file-upload-preview-status {
  position: relative;
}
.oase-file-upload-preview-status__icon {
  transition: transform 0.2s ease-out;
  bottom: 12px;
  position: absolute;
  right: 0;
}
.oase-file-upload-preview-status--success .oase-file-upload-preview-status__icon, .oase-file-upload-preview-status--error .oase-file-upload-preview-status__icon {
  animation: scale-in 400ms;
  animation-fill-mode: forwards;
}
.oase-file-upload-preview-status--success .oase-file-upload-preview-status__icon {
  color: #20b3c5;
}
.oase-file-upload-preview-status--error .oase-file-upload-preview-status__icon {
  color: #e74c3c;
}
.oase-file-upload-preview-status--error .oase-file-upload-preview-progress-bar,
.oase-file-upload-preview-status--error .oase-file-upload-preview-progress-bar__progress {
  background-color: #e74c3c;
}
.oase-file-upload-preview-progress-bar {
  background-color: #d9dcdf;
  border-radius: 2px;
  height: 4px;
  margin: 8px 0;
  position: relative;
}
.oase-file-upload-preview-progress-bar__progress {
  background-color: #20b3c5;
  border-radius: 2px;
  height: 4px;
  left: 0;
  position: absolute;
  top: 0;
}
.oase-file-upload-preview__error-title {
  font-weight: 600;
}
.oase-file-upload-preview__error-title, .oase-file-upload-preview__error-message {
  color: #e74c3c;
  font-size: 12px;
  font-style: italic;
}
.oase-file-upload-preview__remove {
  transition: color 0.2s ease-out;
  color: #bdc3c7;
  cursor: pointer;
  flex: 0 1 auto;
  padding: 16px 8px;
}
@media (width >= 641px) {
  .oase-file-upload-preview__remove {
    padding-right: 16px;
  }
}
html:not(.touchevents) .oase-file-upload-preview__remove:not([disabled]):not(.is-disabled):hover {
  color: #0b3c42;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
@media (width >= 641px) {
  .pagination {
    margin: 40px 0;
  }
}
.pagination__item {
  line-height: 1.7142857143;
  align-items: center;
  display: flex;
  font-size: 14px;
  margin: 0 4px;
}
@media (width >= 641px) {
  .pagination__item {
    margin: 0 8px;
  }
}
.pagination__item:first-child, .pagination__item:last-child {
  flex-shrink: 0;
  margin: 0;
}
.pagination__item:first-child .pagination__link,
.pagination__item:first-child .pagination__disabled, .pagination__item:last-child .pagination__link,
.pagination__item:last-child .pagination__disabled {
  color: #20b3c5;
}
.pagination__item:first-child .pagination__link.active, .pagination__item:first-child .pagination__link.is-active, html:not(.touchevents) .pagination__item:first-child .pagination__link:not([disabled]):not(.is-disabled):hover,
.pagination__item:first-child .pagination__disabled.active,
.pagination__item:first-child .pagination__disabled.is-active,
html:not(.touchevents) .pagination__item:first-child .pagination__disabled:not([disabled]):not(.is-disabled):hover, .pagination__item:last-child .pagination__link.active, .pagination__item:last-child .pagination__link.is-active, html:not(.touchevents) .pagination__item:last-child .pagination__link:not([disabled]):not(.is-disabled):hover,
.pagination__item:last-child .pagination__disabled.active,
.pagination__item:last-child .pagination__disabled.is-active,
html:not(.touchevents) .pagination__item:last-child .pagination__disabled:not([disabled]):not(.is-disabled):hover {
  color: #198b99;
}
.pagination__item:first-child {
  margin-right: 8px;
}
@media (width >= 961px) {
  .pagination__item:first-child {
    margin-right: 32px;
  }
}
.pagination__item:last-child {
  margin-left: 8px;
}
@media (width >= 961px) {
  .pagination__item:last-child {
    margin-left: 32px;
  }
}
.pagination__link, .pagination__disabled {
  display: block;
  padding: 0 8px;
}
.pagination__link {
  border: 1px solid transparent;
  border-radius: 2px;
  color: #7f8c8d;
}
html:not(.touchevents) .pagination__link:not([disabled]):not(.is-disabled):hover, .pagination__link:focus {
  color: #2c3e50;
}
.pagination__link.active, .pagination__link.is-active {
  background-color: #f9fafa;
  border-color: #d9dcdf;
  color: #2c3e50;
}
.pagination__disabled {
  display: block;
  opacity: 0.3;
  pointer-events: none;
}
.pagination__break {
  color: #7f8c8d;
}
@media (width <= 640px) {
  .pagination .text-icon__content {
    display: none;
  }
}
.pagination .text-icon__icon {
  color: #20b3c5;
  font-size: 12px;
}
@media (width <= 640px) {
  .pagination .text-icon__icon {
    padding: 0 !important;
  }
}
@media (width >= 641px) {
  .pagination .text-icon__icon {
    color: #0b3c42;
    font-size: 8px;
  }
}
.pagination .text-icon__icon::before {
  display: block;
}

.play-button {
  border-radius: 36px;
  height: 72px;
  width: 72px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-flex;
  font-size: 30px;
  justify-content: center;
}
.play-button__icon {
  left: 4px;
  position: relative;
}

.search-bar__clear-button {
  transition: color 0.2s ease-out,  opacity 0.2s ease-out;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-name: fade-in;
  color: #bdc3c7;
  height: 100%;
  position: absolute;
  right: 20px;
  top: 0;
  width: 40px;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.search-bar__clear-button.active, .search-bar__clear-button.is-active, html:not(.touchevents) .search-bar__clear-button:not([disabled]):not(.is-disabled):hover {
  color: #7f8c8d;
}

.search-field-container {
  position: relative;
}

.search-field__input {
  left: 0;
  min-width: 400px;
  opacity: 0;
  padding-left: 32px !important;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 100ms ease-in-out;
  z-index: 1;
}
.search-field__input:focus {
  opacity: 1;
  pointer-events: auto;
  transform: scaleX(1);
  visibility: visible;
}
.search-field__icon {
  transition: transform 0.2s ease-out,  color 0.2s ease-out;
  align-items: center;
  color: #7f8c8d;
  cursor: pointer;
  display: inline-flex;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
html:not(.touchevents) .search-field__icon:not([disabled]):not(.is-disabled):hover {
  color: #0b3c42;
}
.search-field__input:focus + .search-field__icon {
  color: #0b3c42;
  pointer-events: none;
  transform: translateX(8px);
}

.search-filter__toggle-button {
  font-size: 14px;
  color: #20b3c5;
  transition: color 0.2s ease-out;
  padding: 0 4px;
}
.search-filter__toggle-button.active, .search-filter__toggle-button.is-active, html:not(.touchevents) .search-filter__toggle-button:not([disabled]):not(.is-disabled):hover {
  color: #198b99;
}

.search-filter-list__item + .search-filter-list__item {
  margin-top: 4px;
}

.search-filter-section + .search-filter-section {
  margin-top: 16px;
}
.search-filter-section__title {
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.section {
  padding: 48px 0;
}
.section + .section {
  border-top: 1px solid #ecf0f1;
}
.section--spaced {
  padding: 80px 0;
}
.section--gutter-xs {
  padding: 4px 0;
}
.section--gutter-sm {
  padding: 8px 0;
}
.section--gutter-md {
  padding: 16px 0;
}
.section--gutter-lg {
  padding: 24px 0;
}
.section--gutter-xl {
  padding: 32px 0;
}
.section--gutter-xxl {
  padding: 40px 0;
}
.section--gray {
  background-color: #f9fafa;
}
.section--green {
  background-color: #20b3c5;
}
.section--centered {
  text-align: center;
}
.section__row + .section__row {
  margin-top: 32px;
}
.section__sidebar {
  background-color: #f9fafa;
  padding: 24px;
}

.sortable-list::after {
  content: "";
}
.is-loading .sortable-list {
  position: relative;
}
.is-loading .sortable-list::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.spinner {
  display: block;
  margin: auto;
  position: relative;
}
.spinner::before, .spinner::after {
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
}
.spinner::before {
  height: 100%;
  width: 100%;
  margin: -50% auto auto -50%;
  animation: outer-ring-spin 0.9s ease-in-out infinite;
}
@keyframes outer-ring-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spinner::after {
  animation: inner-ring-spin 0.9s ease-in-out infinite;
}
@keyframes inner-ring-spin {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(-315deg);
  }
}
.spinner--sm {
  height: 16px;
  width: 16px;
}
.spinner--sm::after {
  height: 8px;
  width: 8px;
  margin: -4px auto auto -4px;
}
.spinner--md {
  height: 24px;
  width: 24px;
}
.spinner--md::after {
  height: 16px;
  width: 16px;
  margin: -8px auto auto -8px;
}
.spinner--lg {
  height: 32px;
  width: 32px;
}
.spinner--lg::after {
  height: 24px;
  width: 24px;
  margin: -12px auto auto -12px;
}
.spinner--white::before, .spinner--white::after {
  border-color: #fff transparent;
}
.spinner--color::before {
  border-color: #20b3c5 transparent;
}
.spinner--color::after {
  border-color: #0070c5 transparent;
}

.sub-navigation__list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.sub-navigation__link {
  line-height: 1.3571428571;
  transition: opacity 0.2s ease-out;
  color: #2c3e50;
  display: block;
  opacity: 0.5;
  padding-bottom: 9px;
  position: relative;
}
.sub-navigation__link::after {
  background-color: #20b3c5;
  border-radius: 1.5px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  width: 100%;
}
.sub-navigation__link.active, .sub-navigation__link.is-active, html:not(.touchevents) .sub-navigation__link:not([disabled]):not(.is-disabled):hover, .sub-navigation__link:focus {
  color: #2c3e50;
  opacity: 1;
  text-decoration: none;
}
.sub-navigation__link.active::after, .sub-navigation__link.is-active::after {
  animation-duration: 200ms;
  animation-fill-mode: both;
  animation-name: underline;
  animation-timing-function: ease-in-out;
}
@keyframes underline {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.tag {
  background-color: #20b3c5;
  border-radius: 16px;
  padding: 0 8px 0 16px;
}
.tag,
.tag > .align {
  height: 32px;
}
.tag__label, .tag__button {
  color: #fff;
}
.tag__label {
  font-size: 12px;
}
.tag__button {
  transition: color 0.2s ease-out;
  display: block;
  line-height: 0;
}
html:not(.touchevents) .tag__button:not([disabled]):not(.is-disabled):hover {
  color: #0b3c42;
}

.term-input {
  position: relative;
}
.term-input__input {
  padding-right: 124px;
}
.term-input__add-button {
  background-color: transparent;
  border: 0;
  color: #20b3c5;
  cursor: pointer;
  font-size: 14px;
  height: 100%;
  opacity: 1;
  padding: 0 8px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.term-input__add-button[disabled] {
  color: #7f8c8d;
  cursor: auto;
  opacity: 0.5;
}

.user-avatar {
  border-radius: 50%;
  overflow: hidden;
}
.user-avatar__avatar {
  height: auto;
  max-width: 100%;
}

.wysiwyg-content{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity, 1));
}
.wysiwyg-content *{
  font-family: Open Sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content b{
  font-weight: 600;
}
.wysiwyg-content h1{
  font-size: 1.5rem;
  line-height: 2rem;
}
.wysiwyg-content h2{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.wysiwyg-content h3{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.wysiwyg-content p,
.wysiwyg-content li{
  line-height: 2;
}
.wysiwyg-content i {
  font-style: italic;
}
.wysiwyg-content img{
  max-width: 100%;
}
.wysiwyg-content ol,
.wysiwyg-content ul{
  padding-left: 2rem;
}
.wysiwyg-content ul {
  list-style-type: disc;
}
.wysiwyg-content ol {
  list-style-type: decimal;
}
.wysiwyg-content a{
  --tw-text-opacity: 1;
  color: rgb(32 179 197 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wysiwyg-content a:hover{
  --tw-text-opacity: 1;
  color: rgb(19 152 169 / var(--tw-text-opacity, 1));
}

.title-translate {
  background-color: #f9fafa;
  border: 1px solid #ecf0f1;
  border-radius: 4px;
  margin: 8px 0;
  padding: 16px;
}
.title-translate__language-cell {
  width: 200px;
}
.title-translate__delete-icon {
  color: #7f8c8d;
}
.title-translate__switch {
  display: block;
}

.version-list {
  margin: 24px 0;
}
.version-list__item {
  border-bottom: 1px solid #ecf0f1;
}
.version-list__item:first-child {
  border-top: 1px solid #ecf0f1;
}

.video-playlist {
  background-color: #fff;
  border-radius: 4px;
  border-top: 8px solid #d9dcdf;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100%;
  max-height: 456px;
  overflow: hidden;
}
.video-playlist__header {
  border-left: 1px solid #d9dcdf;
  border-right: 1px solid #d9dcdf;
  padding: 16px;
}
.video-playlist__application {
  margin-top: 8px;
}
.video-playlist__content {
  border: 1px solid #d9dcdf;
  border-radius: 0 0 4px 4px;
  height: 100%;
  overflow: auto;
  position: relative;
}
.video-playlist__content-loader {
  padding: 8px 16px;
}
.video-playlist__row {
  color: #2c3e50;
  cursor: pointer;
  padding: 8px 16px;
  text-align: left;
}
@media (width <= 640px) {
  .video-playlist__row {
    padding: 4px;
  }
}
.video-playlist__row p {
  font-size: 12px;
}
.video-playlist__row .list-article-media .text-icon__icon {
  font-size: 24px;
}
.video-playlist__row--watched {
  color: #7f8c8d;
}
.video-playlist__row.active, .video-playlist__row.is-active {
  background-color: rgba(32, 179, 197, 0.1);
  color: #2c3e50;
}
.video-playlist__row.active .list-article-media, .video-playlist__row.is-active .list-article-media {
  background-color: #20b3c5;
}
.video-playlist__row.active .list-article-media .text-icon__icon, .video-playlist__row.is-active .list-article-media .text-icon__icon {
  color: #fff;
}

.is-loading .webinar-card-title {
  transition: background-color 0.2s ease-out;
  animation: animate-opacity 1s ease-in-out infinite;
  background-color: #d9dcdf;
  will-change: opacity;
}
@keyframes animate-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.is-loading .webinar-card-title * {
  display: none;
}
.is-loading .webinar-card-title {
  display: block;
  min-height: 18px;
  width: 100%;
}
.is-loading .webinar-card-title * {
  display: none;
}

.webinar-card-placeholder {
  margin-top: 8px;
}
.is-loading .webinar-card-placeholder {
  transition: background-color 0.2s ease-out;
  animation: animate-opacity 1s ease-in-out infinite;
  background-color: #d9dcdf;
  will-change: opacity;
}
@keyframes animate-opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.is-loading .webinar-card-placeholder * {
  display: none;
}
.is-loading .webinar-card-placeholder {
  display: block;
  min-height: 14px;
  width: 90%;
}
.is-loading .webinar-card-placeholder * {
  display: none;
}
.is-loading .webinar-card-placeholder:nth-child(odd) {
  display: block;
  min-height: 14px;
  width: 75%;
}
.is-loading .webinar-card-placeholder:nth-child(odd) * {
  display: none;
}

.wizard-panel {
  display: flex;
}
.wizard-panel--stretch {
  height: 100%;
  width: 100%;
}
.wizard-panel--stretch .wizard-panel__section {
  height: 100%;
}
.wizard-panel__column {
  display: flex;
  flex-basis: 0;
  flex-direction: column;
  flex-grow: 1;
}
.wizard-panel__header, .wizard-panel__footer {
  background-color: #f9fafa;
  padding: 16px 24px;
  position: relative;
}
.wizard-panel__header {
  border-bottom: 1px solid #ecf0f1;
}
.wizard-panel__header-title {
  font-size: 14px;
}
.wizard-panel__content {
  flex-grow: 1;
  padding: 0 24px;
}
.wizard-panel__content-section {
  padding: 16px 0;
}
.wizard-panel__content-section + .wizard-panel__content-section {
  border-top: 1px solid #ecf0f1;
}
.wizard-panel__content-section:last-child {
  padding-bottom: 0;
}
.wizard-panel__footer {
  border-top: 1px solid #ecf0f1;
}
.wizard-panel__list-item {
  background-color: #f9fafa;
  border: 1px solid #ecf0f1;
  border-radius: 2px;
  color: #0b3c42;
  padding: 4px 8px;
}
.wizard-panel__list-item,
.wizard-panel__list-item label {
  font-size: 12px;
}
.wizard-panel__list-item + .wizard-panel__list-item {
  margin-top: 8px;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 960px){
  .container{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.form-checkbox,.form-radio{
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #99a0a4;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox{
  border-radius: 0px;
}

.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  .form-checkbox:checked{
    appearance: auto;
  }
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    appearance: auto;
  }
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
.u-single-line {
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.u-table-text-ellipsis {
  display: flex;
}
.u-table-text-ellipsis::before {
  content: attr(data-value);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 1px;
}

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.bottom-2{
  bottom: 0.5rem;
}

.bottom-20{
  bottom: 5rem;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-0{
  left: 0px;
}

.left-1\/2{
  left: 50%;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

.right-6{
  right: 1.5rem;
}

.top-0{
  top: 0px;
}

.top-1\/2{
  top: 50%;
}

.top-2{
  top: 0.5rem;
}

.top-4{
  top: 1rem;
}

.top-full{
  top: 100%;
}

.z-10{
  z-index: 10;
}

.z-50{
  z-index: 50;
}

.col-span-1{
  grid-column: span 1 / span 1;
}

.-m-2{
  margin: -0.5rem;
}

.m-0{
  margin: 0px;
}

.m-2{
  margin: 0.5rem;
}

.m-auto{
  margin: auto;
}

.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-mb-4{
  margin-bottom: -1rem;
}

.-mb-px{
  margin-bottom: -1px;
}

.-mr-6{
  margin-right: -1.5rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

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

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

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

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-8{
  margin-bottom: 2rem;
}

.ml-0\.5{
  margin-left: 0.125rem;
}

.ml-1{
  margin-left: 0.25rem;
}

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-12{
  margin-left: 3rem;
}

.ml-16{
  margin-left: 4rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-4{
  margin-left: 1rem;
}

.ml-5{
  margin-left: 1.25rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mr-0\.5{
  margin-right: 0.125rem;
}

.mr-1{
  margin-right: 0.25rem;
}

.mr-1\.5{
  margin-right: 0.375rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mr-2\.5{
  margin-right: 0.625rem;
}

.mr-4{
  margin-right: 1rem;
}

.mr-5{
  margin-right: 1.25rem;
}

.mr-6{
  margin-right: 1.5rem;
}

.mr-8{
  margin-right: 2rem;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.inline-flex{
  display: inline-flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.aspect-video{
  aspect-ratio: 16 / 9;
}

.h-1{
  height: 0.25rem;
}

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-2{
  height: 0.5rem;
}

.h-20{
  height: 5rem;
}

.h-24{
  height: 6rem;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-4\.5{
  height: 1.125rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.max-h-80{
  max-height: 20rem;
}

.max-h-80vh{
  max-height: 80vh;
}

.max-h-\[3\.75rem\]{
  max-height: 3.75rem;
}

.min-h-12{
  min-height: 3rem;
}

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

.min-h-5{
  min-height: 1.25rem;
}

.min-h-\[74px\]{
  min-height: 74px;
}

.w-1{
  width: 0.25rem;
}

.w-1\/2{
  width: 50%;
}

.w-10{
  width: 2.5rem;
}

.w-12{
  width: 3rem;
}

.w-120{
  width: 30rem;
}

.w-14{
  width: 3.5rem;
}

.w-2{
  width: 0.5rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-2\/5{
  width: 40%;
}

.w-20{
  width: 5rem;
}

.w-24{
  width: 6rem;
}

.w-3{
  width: 0.75rem;
}

.w-30{
  width: 7.5rem;
}

.w-32{
  width: 8rem;
}

.w-4{
  width: 1rem;
}

.w-4\.5{
  width: 1.125rem;
}

.w-4\/5{
  width: 80%;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

.w-\[16px\]{
  width: 16px;
}

.w-\[30rem\]{
  width: 30rem;
}

.w-\[360px\]{
  width: 360px;
}

.w-\[480px\]{
  width: 480px;
}

.w-auto{
  width: auto;
}

.w-fit{
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.min-w-30{
  min-width: 7.5rem;
}

.min-w-72{
  min-width: 18rem;
}

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

.min-w-max{
  min-width: max-content;
}

.max-w-32{
  max-width: 8rem;
}

.max-w-48{
  max-width: 12rem;
}

.max-w-\[1136px\]{
  max-width: 1136px;
}

.max-w-\[512px\]{
  max-width: 512px;
}

.max-w-\[782px\]{
  max-width: 782px;
}

.max-w-\[976px\]{
  max-width: 976px;
}

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

.max-w-xs{
  max-width: 20rem;
}

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

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default{
  cursor: default;
}

.cursor-move{
  cursor: move;
}

.cursor-not-allowed{
  cursor: not-allowed;
}

.cursor-pointer{
  cursor: pointer;
}

.select-none{
  -webkit-user-select: none;
          user-select: none;
}

.resize-none{
  resize: none;
}

.resize{
  resize: both;
}

.list-none{
  list-style-type: none;
}

.appearance-none{
  appearance: none;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

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

.items-start{
  align-items: flex-start;
}

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

.items-baseline{
  align-items: baseline;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

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

.justify-between{
  justify-content: space-between;
}

.gap-1{
  gap: 0.25rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-12{
  column-gap: 3rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(236 240 241 / var(--tw-divide-opacity, 1));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(188 194 197 / var(--tw-divide-opacity, 1));
}

.self-end{
  align-self: flex-end;
}

.self-center{
  align-self: center;
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis{
  text-overflow: ellipsis;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.break-all{
  word-break: break-all;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-10{
  border-radius: 10px;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-4{
  border-radius: 4px;
}

.rounded-6{
  border-radius: 6px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

.rounded-md{
  border-radius: 0.375rem;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-b-4{
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.border{
  border-width: 1px;
}

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

.border-b{
  border-bottom-width: 1px;
}

.border-b-2{
  border-bottom-width: 2px;
}

.border-r{
  border-right-width: 1px;
}

.border-t{
  border-top-width: 1px;
}

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

.border-t-8{
  border-top-width: 8px;
}

.border-solid{
  border-style: solid;
}

.border-error-400{
  --tw-border-opacity: 1;
  border-color: rgb(244 75 53 / var(--tw-border-opacity, 1));
}

.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(236 240 241 / var(--tw-border-opacity, 1));
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(217 222 224 / var(--tw-border-opacity, 1));
}

.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(188 194 197 / var(--tw-border-opacity, 1));
}

.border-gray-600{
  --tw-border-opacity: 1;
  border-color: rgb(116 124 129 / var(--tw-border-opacity, 1));
}

.border-primary-400{
  --tw-border-opacity: 1;
  border-color: rgb(32 179 197 / var(--tw-border-opacity, 1));
}

.border-secondary-500{
  --tw-border-opacity: 1;
  border-color: rgb(57 84 112 / var(--tw-border-opacity, 1));
}

.border-success-300{
  --tw-border-opacity: 1;
  border-color: rgb(80 209 111 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.border-warning-600{
  --tw-border-opacity: 1;
  border-color: rgb(191 99 6 / var(--tw-border-opacity, 1));
}

.bg-\[\#f8f9f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 249 / var(--tw-bg-opacity, 1));
}

.bg-custom-theme-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--custom-theme-primary-color) / var(--tw-bg-opacity, 1));
}

.bg-custom-theme-primary-link\/10{
  background-color: rgb(var(--custom-theme-primary-link-color) / 0.1);
}

.bg-error-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 235 / var(--tw-bg-opacity, 1));
}

.bg-error-300{
  --tw-bg-opacity: 1;
  background-color: rgb(254 112 94 / var(--tw-bg-opacity, 1));
}

.bg-error-500{
  --tw-bg-opacity: 1;
  background-color: rgb(223 49 27 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 250 / var(--tw-bg-opacity, 1));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 241 / var(--tw-bg-opacity, 1));
}

.bg-happy-purple{
  --tw-bg-opacity: 1;
  background-color: rgb(110 82 255 / var(--tw-bg-opacity, 1));
}

.bg-magenta-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 216 241 / var(--tw-bg-opacity, 1));
}

.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(10 103 115 / var(--tw-bg-opacity, 1));
}

.bg-secondary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(26 38 49 / var(--tw-bg-opacity, 1));
}

.bg-success-500{
  --tw-bg-opacity: 1;
  background-color: rgb(26 169 60 / var(--tw-bg-opacity, 1));
}

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

.bg-warning-400{
  --tw-bg-opacity: 1;
  background-color: rgb(255 139 24 / var(--tw-bg-opacity, 1));
}

.bg-warning-600{
  --tw-bg-opacity: 1;
  background-color: rgb(191 99 6 / var(--tw-bg-opacity, 1));
}

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

.bg-\[url\(\'\/assets\/images\/oase-plus-logo-transparent\.svg\'\)\]{
  background-image: url('/assets/images/oase-plus-logo-transparent.svg');
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-\[length\:170px\]{
  background-size: 170px;
}

.bg-cover{
  background-size: cover;
}

.bg-right{
  background-position: right;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-current{
  fill: currentColor;
}

.object-contain{
  object-fit: contain;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-3{
  padding-bottom: 0.75rem;
}

.pb-4{
  padding-bottom: 1rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-8{
  padding-bottom: 2rem;
}

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

.pl-5{
  padding-left: 1.25rem;
}

.pl-6{
  padding-left: 1.5rem;
}

.pr-1{
  padding-right: 0.25rem;
}

.pr-14{
  padding-right: 3.5rem;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-3{
  padding-top: 0.75rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.text-2xs{
  font-size: .625rem;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-normal{
  font-weight: 400;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.lowercase{
  text-transform: lowercase;
}

.capitalize{
  text-transform: capitalize;
}

.italic{
  font-style: italic;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-loose{
  line-height: 2;
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

.leading-tight{
  line-height: 1.25;
}

.tracking-wider{
  letter-spacing: 0.05em;
}

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

.text-brand-black{
  --tw-text-opacity: 1;
  color: rgb(17 25 32 / var(--tw-text-opacity, 1));
}

.text-custom-theme-primary-link{
  --tw-text-opacity: 1;
  color: rgb(var(--custom-theme-primary-link-color) / var(--tw-text-opacity, 1));
}

.text-custom-theme-secondary-link{
  --tw-text-opacity: 1;
  color: rgb(var(--custom-theme-secondary-link-color) / var(--tw-text-opacity, 1));
}

.text-error-400{
  --tw-text-opacity: 1;
  color: rgb(244 75 53 / var(--tw-text-opacity, 1));
}

.text-error-600{
  --tw-text-opacity: 1;
  color: rgb(175 32 14 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(188 194 197 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(153 160 164 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(116 124 129 / var(--tw-text-opacity, 1));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(63 68 72 / var(--tw-text-opacity, 1));
}

.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(32 179 197 / var(--tw-text-opacity, 1));
}

.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(19 152 169 / var(--tw-text-opacity, 1));
}

.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(4 55 62 / var(--tw-text-opacity, 1));
}

.text-secondary-500{
  --tw-text-opacity: 1;
  color: rgb(57 84 112 / var(--tw-text-opacity, 1));
}

.text-secondary-600{
  --tw-text-opacity: 1;
  color: rgb(44 62 80 / var(--tw-text-opacity, 1));
}

.text-secondary-700{
  --tw-text-opacity: 1;
  color: rgb(26 38 49 / var(--tw-text-opacity, 1));
}

.text-success-600{
  --tw-text-opacity: 1;
  color: rgb(13 125 39 / var(--tw-text-opacity, 1));
}

.text-warning-400{
  --tw-text-opacity: 1;
  color: rgb(255 139 24 / var(--tw-text-opacity, 1));
}

.text-warning-500{
  --tw-text-opacity: 1;
  color: rgb(231 123 16 / var(--tw-text-opacity, 1));
}

.text-warning-600{
  --tw-text-opacity: 1;
  color: rgb(191 99 6 / var(--tw-text-opacity, 1));
}

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

.underline{
  text-decoration-line: underline;
}

.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.caret-primary-400{
  caret-color: #20b3c5;
}

.opacity-20{
  opacity: 0.2;
}

.opacity-50{
  opacity: 0.5;
}

.shadow{
  --tw-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  --tw-shadow-colored: 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-dropdown{
  --tw-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.20);
  --tw-shadow-colored: 0px 6px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 15px 30px 0 var(--tw-shadow-color), 0 5px 15px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color), 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-popup{
  --tw-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline{
  outline-style: solid;
}

.outline-2{
  outline-width: 2px;
}

.outline-offset-2{
  outline-offset: 2px;
}

.outline-\[\#7ca7fb\]{
  outline-color: #7ca7fb;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@keyframes scale-in {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.placeholder\:text-gray-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(153 160 164 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-600::placeholder{
  --tw-text-opacity: 1;
  color: rgb(116 124 129 / var(--tw-text-opacity, 1));
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-\[2px\]::after{
  content: var(--tw-content);
  left: 2px;
}
.after\:top-\[2px\]::after{
  content: var(--tw-content);
  top: 2px;
}
.after\:h-\[8px\]::after{
  content: var(--tw-content);
  height: 8px;
}
.after\:w-\[8px\]::after{
  content: var(--tw-content);
  width: 8px;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.last\:border-r-0:last-child{
  border-right-width: 0px;
}
.first-of-type\:rounded-l-10:first-of-type{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.last-of-type\:rounded-r-10:last-of-type{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.checked\:border-primary-400:checked{
  --tw-border-opacity: 1;
  border-color: rgb(32 179 197 / var(--tw-border-opacity, 1));
}
.checked\:bg-primary-400:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(32 179 197 / var(--tw-bg-opacity, 1));
}
.checked\:after\:bg-primary-400:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(32 179 197 / var(--tw-bg-opacity, 1));
}
.indeterminate\:bg-primary-400:indeterminate{
  --tw-bg-opacity: 1;
  background-color: rgb(32 179 197 / var(--tw-bg-opacity, 1));
}
.focus-within\:border-primary-400:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(32 179 197 / var(--tw-border-opacity, 1));
}
.hover\:cursor-pointer:hover{
  cursor: pointer;
}
.hover\:bg-custom-theme-secondary-link\/5:hover{
  background-color: rgb(var(--custom-theme-secondary-link-color) / 0.05);
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 240 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(217 222 224 / var(--tw-bg-opacity, 1));
}
.hover\:bg-success-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 188 78 / var(--tw-bg-opacity, 1));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-custom-theme-primary-link:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--custom-theme-primary-link-color) / var(--tw-text-opacity, 1));
}
.hover\:text-custom-theme-secondary-link:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--custom-theme-secondary-link-color) / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(63 68 72 / var(--tw-text-opacity, 1));
}
.focus\:border-primary-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(32 179 197 / var(--tw-border-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline:focus{
  outline-style: solid;
}
.focus\:outline-primary-400:focus{
  outline-color: #20b3c5;
}
.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary-400\/40:focus{
  --tw-ring-color: rgb(32 179 197 / 0.4);
}
.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}
.focus-visible\:border-gray-600:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(116 124 129 / var(--tw-border-opacity, 1));
}
.focus-visible\:bg-success-400:focus-visible{
  --tw-bg-opacity: 1;
  background-color: rgb(43 188 78 / var(--tw-bg-opacity, 1));
}
.focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:outline-\[\#7ca7fb\]:focus-visible{
  outline-color: #7ca7fb;
}
.focus-visible\:outline-primary-400:focus-visible{
  outline-color: #20b3c5;
}
.focus-visible\:outline-oase:focus-visible{
  outline-style: solid;
  outline-width: 2px;
  outline-color: #20b3c5;
}
.focus-visible\:underline-oase:focus-visible{
  text-decoration-line: underline;
  text-decoration-color: #20b3c5;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:bg-custom-theme-secondary-link\/15:active{
  background-color: rgb(var(--custom-theme-secondary-link-color) / .15);
}
.active\:ring-primary-400\/40:active{
  --tw-ring-color: rgb(32 179 197 / 0.4);
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:border-gray-300:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(217 222 224 / var(--tw-border-opacity, 1));
}
.disabled\:border-gray-400:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(188 194 197 / var(--tw-border-opacity, 1));
}
.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 250 / var(--tw-bg-opacity, 1));
}
.disabled\:text-gray-400:disabled{
  --tw-text-opacity: 1;
  color: rgb(188 194 197 / var(--tw-text-opacity, 1));
}
.disabled\:placeholder\:text-gray-400:disabled::placeholder{
  --tw-text-opacity: 1;
  color: rgb(188 194 197 / var(--tw-text-opacity, 1));
}
.checked\:disabled\:border-primary-200:disabled:checked{
  --tw-border-opacity: 1;
  border-color: rgb(197 240 246 / var(--tw-border-opacity, 1));
}
.checked\:disabled\:bg-primary-200:disabled:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(197 240 246 / var(--tw-bg-opacity, 1));
}
.indeterminate\:disabled\:border-primary-200:disabled:indeterminate{
  --tw-border-opacity: 1;
  border-color: rgb(197 240 246 / var(--tw-border-opacity, 1));
}
.indeterminate\:disabled\:bg-primary-200:disabled:indeterminate{
  --tw-bg-opacity: 1;
  background-color: rgb(197 240 246 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:opacity-80{
  opacity: 0.8;
}
@media not all and (min-width: 960px){
  .max-lg\:mt-4{
    margin-top: 1rem;
  }
  .max-lg\:w-10{
    width: 2.5rem;
  }
}
@media not all and (min-width: 768px){
  .max-md\:mt-4{
    margin-top: 1rem;
  }
}
@media (min-width: 640px){
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-2\/5{
    width: 40%;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px){
  .md\:ml-4{
    margin-left: 1rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:pl-0{
    padding-left: 0px;
  }
  .md\:pr-10{
    padding-right: 2.5rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-18{
    padding-top: 4.5rem;
  }
}
@media (min-width: 960px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .lg\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:ml-16{
    margin-left: 4rem;
  }
  .lg\:ml-4{
    margin-left: 1rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:max-h-\[300px\]{
    max-height: 300px;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/6{
    width: 16.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:justify-around{
    justify-content: space-around;
  }
  .lg\:text-left{
    text-align: left;
  }
}
@media (min-width: 1200px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}