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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='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");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='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;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --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-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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.bottom-8 {
  bottom: 2rem;
}
.top-6 {
  top: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-px {
  margin-left: -1px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mr-0 {
  margin-right: 0px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-0 {
  margin-left: 0px;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.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;
}
.h-5 {
  height: 1.25rem;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-1\/5 {
  width: 20%;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-20 {
  width: 5rem;
}
.w-48 {
  width: 12rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-bottom {
  transform-origin: bottom;
}
.origin-top-right {
  transform-origin: top right;
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.transform {
  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;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-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));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.fill-current {
  fill: currentColor;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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 {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.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, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.focus\:z-10:focus {
  z-index: 10;
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-2\/3 {
    width: 66.666667%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px) {

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px) {

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

  .xl\:w-5\/6 {
    width: 83.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1536px) {

  .\32xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@font-face {
  font-family: "led";
  src: url("/fonts/led.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswaldmedium";
  src: url("/fonts/oswald-mediumitalic-webfont.woff2") format("woff2"), url("/fonts/oswald-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswaldbold";
  src: url("/fonts/oswald-bold-webfont.woff2") format("woff2"), url("/fonts/oswald-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswaldlight";
  src: url("/fonts/oswald-light-webfont.woff2") format("woff2"), url("/fonts/oswald-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswaldmedium";
  src: url("/fonts/oswald-medium-webfont.woff2") format("woff2"), url("/fonts/oswald-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "oswald_regularregular";
  src: url("/fonts/oswald-regular-webfont.woff2") format("woff2"), url("/fonts/oswald-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "menschmensch_regular";
  src: url("/fonts/mensch-webfont.woff2") format("woff2"), url("/fonts/mensch-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Nunito", sans-serif;
  background: #f2f7fb !important;
  color: #222;
  font-size: 13px;
}
body.body-bg-theme {
  background: #2b2f4c !important;
}
@media (max-width: 820px) {
  body.body-bg-theme {
    padding: 15px;
  }
}
body.body-bg-black {
  background: #000 !important;
}

.bg-theme {
  background: #222332 !important;
}

.bg-container {
  background: #ffffff;
  color: #222;
  border-radius: 10px;
}

.bg-dark {
  background: #181823;
}

.bg-button {
  background: #6c5dd3;
  color: #222;
}

input {
  color: #000;
}

.theme-input {
  background: #f2f7fb;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #9bf3f3;
  font-size: 14px;
  padding: 5px 10px;
}
.theme-input.-disabled {
  background: #dbdbdb;
  opacity: 0.8;
}
.theme-input.-disabled:hover {
  cursor: not-allowed;
}

.theme-button {
  text-transform: uppercase;
  background: #2b2f4c;
  color: #fff;
  font-size: 15px;
  padding: 8px 15px;
  text-align: center;
  letter-spacing: 2px;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.theme-button:hover {
  background: #22253c;
}
.theme-button.-large {
  font-size: 20px;
  padding: 15px 25px;
}
.theme-button.-red {
  background: #ef4444;
}
.theme-button.-red:hover {
  background: #dc2626;
}
.theme-button.-white {
  background: #FFF;
  color: #000;
  text-shadow: none;
}
.theme-button.-white:hover {
  background: #dbdbdb;
  color: #000;
}
.theme-button.-green {
  background: #33b271;
}
.theme-button.-green:hover {
  background: #2d9e64;
}
.theme-button.-disabled {
  opacity: 0.5;
}
.theme-button.-disabled:hover {
  cursor: not-allowed;
}

.theme-table {
  width: 100%;
}
.theme-table thead {
  background: #2b2f4c;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}
.theme-table thead th {
  padding: 5px 10px;
}
.theme-table tbody tr td {
  border: none;
  padding: 5px 10px;
}
.theme-table tbody tr:hover {
  background: #2b2f4c;
  color: #FFF;
}
.theme-table tbody tr.bg-yellow-100 {
  background: #fef9c3;
}
.theme-table tbody tr.bg-yellow-100:hover {
  background: #f4eea0;
}
.theme-table tbody tr.bg-red {
  background: #f87171;
}
.theme-table tbody tr.bg-red:hover {
  background: #f88080;
}
.theme-table tbody tr:nth-child(even) {
  background: #f2f7fb;
}
.theme-table tbody tr:nth-child(even):hover {
  background: #323547;
}
.theme-table tbody tr:nth-child(even).bg-yellow-100 {
  background: #fef9c3;
}
.theme-table tbody tr:nth-child(even).bg-yellow-100:hover {
  background: #f4eea0;
}
.theme-table tbody tr:nth-child(even).bg-red {
  background: #f87171;
}
.theme-table tbody tr:nth-child(even).bg-red:hover {
  background: #f88080;
}

.login-logo {
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  color: #FFF;
}

.theme-sidebar {
  background: #2b2f4c;
  padding: 30px 20px;
  height: 100vh;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
}
.theme-sidebar .nav-brand {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #22253c;
}
.theme-sidebar .nav-brand img {
  width: 100px;
  display: inline-block;
}
.theme-sidebar .nav-brand h4 {
  color: #FFF;
  font-family: "Righteous", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
}
.theme-sidebar .nav-list ul li a {
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  display: block;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.theme-sidebar .nav-list ul li a i {
  margin-right: 5px;
  width: 20px;
}
.theme-sidebar .nav-list ul li a:hover, .theme-sidebar .nav-list ul li a.active {
  background: #22253c;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #22253c;
}
.theme-sidebar .nav-list ul .mobile-more {
  display: none;
}
.theme-sidebar .site-version {
  color: #FFF;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 10px;
}
@media (max-width: 820px) {
  .theme-sidebar {
    top: auto;
    right: 0;
    height: auto;
    width: 100%;
    z-index: 20;
    padding: 10px 0;
  }
  .theme-sidebar .nav-brand {
    display: none;
  }
  .theme-sidebar .nav-list ul {
    text-align: center;
  }
  .theme-sidebar .nav-list ul li {
    display: inline-block;
    width: 19%;
  }
  .theme-sidebar .nav-list ul li a {
    display: inline-block;
    font-size: 10px;
    padding: 5px 5px;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
  }
  .theme-sidebar .nav-list ul li a i {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0 auto 5px;
    width: auto;
  }
  .theme-sidebar .nav-list ul li a span {
    display: block;
    text-align: center;
  }
  .theme-sidebar .nav-list ul .hidden-mobile {
    display: none;
  }
  .theme-sidebar .nav-list ul .mobile-more {
    display: inline-block;
    position: relative;
  }
  .theme-sidebar .nav-list ul .mobile-more ul {
    display: none;
    position: absolute;
    bottom: 60px;
    background: #2b2f4c;
    width: 100%;
  }
  .theme-sidebar .nav-list ul .mobile-more ul.show-menu {
    display: block;
  }
  .theme-sidebar .nav-list ul .mobile-more ul li {
    display: block;
    width: 100%;
  }
  .theme-sidebar .nav-list ul .mobile-more ul li a {
    display: block;
    padding: 15px 0;
  }
  .theme-sidebar .site-version {
    display: none;
  }
}

.theme-container {
  margin-left: 250px;
  padding: 30px;
}
.theme-container .theme-title {
  margin: 0 0 20px;
  position: relative;
  word-wrap: break-word;
}
.theme-container .theme-title h1 {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
  word-wrap: break-word;
  max-width: 100%;
  color: #2b2f4c;
}
.theme-container .theme-title .action-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.theme-container .theme-title .action-buttons input {
  background: #f2f7fb;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #9bf3f3;
  padding: 6px 10px 7px;
  font-size: 14px;
}
.theme-container .theme-title .action-buttons .theme-button {
  display: inline-block;
}
.theme-container .theme-content {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 820px) {
  .theme-container {
    margin-left: 0;
    padding: 15px;
    margin-bottom: 90px;
  }
  .theme-container .theme-title {
    background: #2b2f4c;
    color: #FFF;
    padding: 15px;
    margin: -15px -15px 25px;
    text-align: center;
  }
  .theme-container .theme-title .action-buttons {
    top: 0px;
    right: 0px;
    position: relative;
    text-align: center;
  }
  .theme-container .theme-title .action-buttons .theme-button {
    background: #FFF;
    color: #2b2f4c;
    margin-top: 10px;
  }
}

.divider {
  background: #d2d2d2;
  height: 1px;
  margin: 10px 0;
}
.divider.-theme {
  background: #22253c;
}
.divider.-gap-lg {
  margin: 20px 0;
}
.divider.-gap-xl {
  margin: 30px 0;
}

.site-version-public {
  text-align: center;
  font-size: 10px;
  margin-top: 15px;
}
@media (max-width: 820px) {
  .site-version-public {
    display: none;
  }
}

.field-item label {
  display: block;
  width: 100%;
  font-weight: bold;
}
.field-item .theme-input {
  display: block;
  margin-top: 5px;
}
.field-item.-large label {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}
.field-item.-large .theme-input {
  font-size: 20px;
}

.notification {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-weight: bold;
  font-size: 18px;
}

.theme-icon-widget {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #9bf3f3;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.theme-icon-widget i {
  font-size: 38px;
  color: #2b2f4c;
  transition: all 0.3s ease-in-out;
}
.theme-icon-widget h2 {
  font-size: 22px;
  margin: 15px 0 5px;
  font-weight: bold;
}
.theme-icon-widget .widget-count {
  font-size: 19px;
  font-weight: bold;
}
.theme-icon-widget .widget-count i {
  font-size: 19px;
}
.theme-icon-widget:hover {
  background: #2b2f4c;
  color: #fff;
}
.theme-icon-widget:hover i {
  color: #fff;
}
@media (max-width: 820px) {
  .theme-icon-widget {
    padding: 15px;
  }
  .theme-icon-widget i {
    font-size: 30px;
  }
  .theme-icon-widget h2 {
    font-size: 17px;
    margin: 10px 0 5px;
  }
  .theme-icon-widget .widget-count {
    font-size: 16px;
  }
}

.theme-content-ui h2 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.theme-content-ui h2.heading {
  background: #2b2f4c;
  color: #FFF;
  padding: 10px 15px;
  border-radius: 5px;
}
.theme-content-ui h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.theme-content-ui ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 15px;
}
.theme-content-ui ol li {
  margin-bottom: 5px;
}
.theme-content-ui p {
  margin-bottom: 10px;
}
.theme-content-ui a:not(.theme-button) {
  text-decoration: underline;
}

.help-section {
  border-left: 1px solid #d2d2d2;
  padding-left: 20px;
}
@media (max-width: 820px) {
  .help-section {
    border-left: none;
    padding-left: 0;
  }
}

.screen-code {
  background: #000;
  padding: 5px 10px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
  position: relative;
}
@media (max-width: 820px) {
  .screen-code.-has-copy {
    padding-right: 50px;
  }
}
.screen-code span {
  margin-right: -8px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 8px;
  color: #FFF;
}
.screen-code .copy-code-tool {
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  line-height: 28px;
  font-size: 16px;
  background: #2d2d2d;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.screen-code .copy-code-tool.-green {
  background: #33b271;
}
.screen-code.-small span {
  font-size: 16px;
  letter-spacing: 5px;
  margin-right: -5px;
}
.screen-code.-xsmall {
  padding: 3px 5px;
}
.screen-code.-xsmall span {
  font-size: 14px;
  letter-spacing: 5px;
  margin-right: -5px;
}
.screen-code.-large {
  display: block;
}
.screen-code.-large span {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 17px;
  margin-right: -17px;
  color: #FFF;
}

.device-list-preview li {
  margin-bottom: 10px;
}

.device-widget, .playlist-widget, .status-widget {
  box-shadow: 1px 1px 5px #9bf3f3;
  border: 1px solid #d2d2d2;
  position: relative;
  display: block;
  transition: all 0.3s ease-in-out;
}
.device-widget.widget-padding, .playlist-widget.widget-padding, .status-widget.widget-padding {
  border-radius: 5px;
}
.device-widget.widget-padding:hover, .playlist-widget.widget-padding:hover, .status-widget.widget-padding:hover {
  background: #2b2f4c;
  color: #FFF;
}
.device-widget.widget-padding h2, .playlist-widget.widget-padding h2, .status-widget.widget-padding h2 {
  background: #2b2f4c;
  color: #FFF;
  padding: 10px 30px;
}
.device-widget.widget-padding .widget-content, .playlist-widget.widget-padding .widget-content, .status-widget.widget-padding .widget-content {
  padding: 10px 30px 30px;
}
.device-widget h2, .playlist-widget h2, .status-widget h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.device-widget p, .playlist-widget p, .status-widget p {
  margin-bottom: 15px;
  font-size: 17px;
}
.device-widget .preview-image, .playlist-widget .preview-image, .status-widget .preview-image {
  border: 1px solid #d2d2d2;
  padding: 5px;
  background: #000;
}
.device-widget .preview-image-more, .playlist-widget .preview-image-more, .status-widget .preview-image-more {
  border: 1px solid #d2d2d2;
  padding: 5px;
  background: #000;
}
.device-widget .preview-image-more div, .playlist-widget .preview-image-more div, .status-widget .preview-image-more div {
  height: 100%;
  width: 100%;
  background: #2b2f4c;
  font-size: 22px;
}
.device-widget .preview-image-more div span, .playlist-widget .preview-image-more div span, .status-widget .preview-image-more div span {
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
}
.device-widget .preview-screen, .playlist-widget .preview-screen, .status-widget .preview-screen {
  border: 1px solid #d2d2d2;
  padding: 5px;
  background: #000;
}
.device-widget .preview-screen .screen-bg, .playlist-widget .preview-screen .screen-bg, .status-widget .preview-screen .screen-bg {
  position: relative;
}
.device-widget .preview-screen .screen-bg.-status, .playlist-widget .preview-screen .screen-bg.-status, .status-widget .preview-screen .screen-bg.-status {
  background-color: #ccc;
  background-size: cover;
  background-position: center center;
  color: #000;
}
.device-widget .preview-screen .screen-bg.-status.-green, .playlist-widget .preview-screen .screen-bg.-status.-green, .status-widget .preview-screen .screen-bg.-status.-green {
  background-color: #2d9e64;
  color: #FFF;
}
.device-widget .preview-screen .screen-bg.-status.-red, .playlist-widget .preview-screen .screen-bg.-status.-red, .status-widget .preview-screen .screen-bg.-status.-red {
  background-color: #dc2626;
  color: #FFF;
}
.device-widget .preview-screen .screen-bg .screen-text, .playlist-widget .preview-screen .screen-bg .screen-text, .status-widget .preview-screen .screen-bg .screen-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.device-widget .preview-screen .flex, .playlist-widget .preview-screen .flex, .status-widget .preview-screen .flex {
  height: 100%;
  width: 100%;
  font-size: 22px;
  color: #fff;
}
.device-widget .preview-screen .flex p, .playlist-widget .preview-screen .flex p, .status-widget .preview-screen .flex p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  display: block;
}
.device-widget .preview-screen .flex span, .playlist-widget .preview-screen .flex span, .status-widget .preview-screen .flex span {
  display: block;
  font-weight: bold;
  text-align: center;
}
.device-widget .device-status:not(.-inline), .playlist-widget .device-status:not(.-inline), .status-widget .device-status:not(.-inline) {
  margin-top: 10px;
  position: absolute;
  top: 0px;
  right: 15px;
}

.screen-ratio {
  padding-bottom: 56.25%;
}

.screen-preview-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.status-widget .status-top-bar {
  background: #2b2f4c;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 5px 10px;
  font-weight: bold;
}
.status-widget .screen-code {
  display: block;
}
.status-widget .preview-screen {
  border: none;
}
.status-widget .preview-screen > div {
  padding-bottom: 56.25%;
}
.status-widget .preview-screen .device-status {
  font-size: 16px;
}
.status-widget .status-time {
  background: #2b2f4c;
  color: #fff;
  padding: 5px 5px;
}

.device-status {
  background: #ccc;
  border-radius: 50px;
  padding: 5px 10px;
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.device-status.-green {
  background: #33b271;
  color: #FFF;
}
.device-status.-yellow {
  background: yellow;
  color: #000;
}
.device-status.-red {
  background: #ef4444;
  color: #FFF;
}

.device-type-selector {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #9bf3f3;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
}
.device-type-selector h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.device-type-selector img {
  display: inline-block;
  max-width: 200px;
}
.device-type-selector:hover:not(div), .device-type-selector.-selected {
  background: #2b2f4c;
  color: #FFF;
}
.device-type-selector .pair-with-code .setup-code-input {
  font-family: "Rajdhani", sans-serif;
  background: #000;
  padding: 20px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 10px;
  color: #FFF;
  margin-top: 30px;
}

.device-name-form {
  display: none;
}

.event-alert {
  box-shadow: 1px 1px 5px #d3d3d3;
  border: 1px solid #d2d2d2;
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}
.event-alert .event-icon {
  width: 40px;
  margin-right: 15px;
}
.event-alert .event-icon .flex {
  height: 100%;
}
.event-alert .event-icon .event-icon-circle {
  background: #ccc;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  margin: 0 auto;
}
.event-alert .event-icon .event-icon-circle i {
  font-size: 22px;
  line-height: 40px;
}
.event-alert.-green .event-icon .event-icon-circle {
  background: #33b271;
  color: #FFF;
}
.event-alert.-red .event-icon .event-icon-circle {
  background: #ef4444;
  color: #FFF;
}
.event-alert .event-content {
  display: inline-block;
  width: calc(100% - 55px);
}
.event-alert .event-content h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.event-alert .event-content p {
  font-size: 14px;
}
.event-alert .event-content p.message {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 10px;
}
.event-alert .event-content p.time {
  font-size: 12px;
  color: #616161;
  margin: 0;
}
.event-alert .event-content .network-info {
  font-size: 10px;
  color: #616161;
  margin: 0;
}

.events-scroll {
  overflow-y: scroll;
  max-height: calc(100vh - 240px);
}
.events-scroll::-webkit-scrollbar {
  width: 1em;
}
.events-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.events-scroll::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.event-board {
  font-size: 42px;
  color: #FFF;
  font-family: "led";
  text-align: center;
  padding: 15% 20px;
}
.event-board .tonight {
  font-size: 60px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 7px dotted #fff;
}
.event-board .name {
  font-size: 60px;
  margin: 20px 0;
  border-top: 7px dotted #fff;
  border-bottom: 7px dotted #fff;
  padding: 10px 0;
}
.event-board h2 {
  margin: 10px 0;
}
.event-board.-landscape {
  padding: 5% 20px;
}

.bus-board {
  font-size: 42px;
  color: #FFF;
  font-family: "led";
  text-align: center;
  padding: 50px;
}
.bus-board table {
  width: 100%;
  margin: 0 auto;
}
.bus-board .updated-at {
  font-size: 20px;
  margin-top: 30px;
}

.asset-widget {
  position: relative;
  border: 1px solid #d2d2d2;
  padding: 5px;
  background: #FFF;
  transition: all 0.3s ease-in-out;
  background-image: url("/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}
.asset-widget i {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #fff;
  font-size: 22px;
  padding: 5px;
  border-radius: 5px;
}
.asset-widget .preview-image {
  height: 200px;
  background-size: cover;
  background-position: top center;
}
.asset-widget .asset-size-info {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px;
}
.asset-widget .asset-name-info {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 60px;
  background: #000;
  color: #fff;
  font-size: 10px;
  padding: 2px;
}
.asset-widget:hover {
  background: #2b2f4c;
  color: #FFF;
}
.asset-widget:hover i {
  color: #2b2f4c;
}
.asset-widget .action-checkbox {
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.asset-storage-usage {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 20px;
  margin-top: 0px;
  position: relative;
  top: 7px;
}
.asset-storage-usage .usage-bar {
  background: #ccc;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.asset-storage-usage .usage-bar span {
  background: #2b2f4c;
  display: block;
  height: 10px;
}
.asset-storage-usage p {
  font-size: 14px;
  color: #2b2f4c;
}
@media (max-width: 820px) {
  .asset-storage-usage {
    display: block;
    max-width: 150px;
    margin: 10px auto;
  }
  .asset-storage-usage p {
    color: #FFF;
  }
}

.dd-upload-area {
  height: 200px;
  border: 2px dashed #ccc;
  text-align: center;
  font-size: 20px;
  background: #f9f9f9;
  margin-bottom: 15px;
  color: #2b2f4c;
  position: relative;
}
.dd-upload-area .flex {
  height: 200px;
}
.dd-upload-area i {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
.dd-upload-area h2 {
  margin-bottom: 10px;
}
.dd-upload-area .loading-gif {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 10;
}
.dd-upload-area .loading-gif img {
  margin: 50px auto 0;
}
.dd-upload-area.loading .loading-gif {
  display: block;
}
.dd-upload-area.loading .upload-text {
  opacity: 0.2;
}

.drag_over {
  border-color: #22253c;
  background: #e0e0e0;
}

.upload-complete .asset-widget .upload-success-overlay {
  height: 210px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #33b271;
  opacity: 0.8;
  z-index: 5;
}
.upload-complete .asset-widget .upload-state i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  color: #2d9e64;
  text-align: center;
  line-height: 200px;
  font-size: 62px;
  z-index: 6;
}

.d-none {
  display: none;
}

.asset-iframe {
  width: 100%;
  min-height: 80vh;
}

.asset-type-selector {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #9bf3f3;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: block;
  text-align: center;
}
.asset-type-selector h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.asset-type-selector i {
  font-size: 42px;
  margin-bottom: 15px;
}
.asset-type-selector img {
  display: inline-block;
  max-width: 200px;
}
.asset-type-selector:hover:not(div), .asset-type-selector.-selected {
  background: #2b2f4c;
  color: #FFF;
}
.asset-type-selector .pair-with-code .setup-code-input {
  font-family: "Rajdhani", sans-serif;
  background: #000;
  padding: 20px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 10px;
  color: #FFF;
  margin-top: 30px;
}

.asset-name-form {
  display: none;
}

.playlist-config {
  margin-top: 15px;
}
.playlist-config h3 {
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.playlist-config ul li {
  margin-bottom: 5px;
}
.playlist-config ul li .date {
  width: 100px;
  display: inline-block;
  font-weight: bold;
}
.playlist-config ul li .time {
  width: 100px;
  display: inline-block;
}
.playlist-config ul li .status {
  background: #f2f7fb;
  border-radius: 50px;
  padding: 3px 10px;
  display: inline-block;
  font-size: 10px;
  color: #000;
  width: 65px;
  text-align: center;
}
.playlist-config ul li .status.-green {
  background: #33b271;
  color: #fff;
}

.linked-assets .linked-asset {
  box-shadow: 1px 1px 5px #9f9f9f;
  border: 1px solid #d2d2d2;
  padding: 15px;
  background: #fff;
}
.linked-assets .linked-asset .preview-image {
  border: 1px solid #d2d2d2;
  padding: 5px;
  margin-bottom: 10px;
}

.sortable-highlight {
  box-shadow: 1px 1px 5px #9f9f9f;
  border: 1px solid #d2d2d2;
  background: #9f9f9f;
}

.schedule-container .schedule-day {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.schedule-container .schedule-day h3 {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .schedule-container .schedule-day .schedule-hours-row {
    display: inline;
  }
}
.schedule-container .schedule-day .schedule-hours label {
  border: 1px solid #d2d2d2;
  background: #d2d2d2;
  padding: 10px 0;
  text-align: center;
  width: 40px;
  display: inline-block;
  margin: 5px 5px;
  font-weight: bold;
}
.schedule-container .schedule-day .schedule-hours label.selected {
  background: #33b271;
  color: #FFF;
}
.schedule-container .schedule-day .schedule-hours label input {
  display: none;
}

.display-screen .display-slide {
  width: 100%;
  height: 100vh;
  transition: all 0.3s ease-in-out;
}
.display-screen .display-slide iframe {
  width: 100%;
  height: 100vh;
}
.display-screen.rotate-90 {
  width: 100%;
  height: 100vh;
}
.display-screen.rotate-90 .display-slide {
  width: 100vh;
  height: 100vw;
  position: relative;
  top: 100vh;
  transform: rotate(90deg);
  transform-origin: top right;
  margin: 0 0 0 auto;
}
.display-screen.rotate-90 .display-slide iframe {
  width: 100vh;
  height: 100vw;
}
.display-screen.rotate-180 {
  transform: rotate(180deg);
}
.display-screen.rotate-270 {
  width: 100%;
  height: 100vh;
}
.display-screen.rotate-270 .display-slide {
  width: 100vh;
  height: 100vw;
  position: relative;
  top: 100vh;
  transform: rotate(270deg);
  transform-origin: top left;
  margin: 0 auto 0 0;
}
.display-screen.rotate-270 .display-slide iframe {
  width: 100vh;
  height: 100vw;
}

.digital-screen {
  min-height: 100vh;
  background-size: contain !important;
}

.setup-box {
  background: #FFF;
  box-shadow: 0 0 10px #000;
  margin: 0 auto;
  max-width: 390px;
}
.setup-box h1 {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background: #22253c;
  color: #FFF;
  padding: 15px;
}
.setup-box .content {
  padding: 15px 30px 30px 30px;
}
.setup-box p {
  margin-bottom: 10px;
}
.setup-box ol {
  list-style-type: decimal;
  margin-left: 15px;
  margin-bottom: 15px;
}
.setup-box ol li {
  margin-bottom: 10px;
  font-weight: bold;
}
.setup-box .setup-code {
  background: #000;
  padding: 20px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
}
.setup-box .setup-code span {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 17px;
  margin-right: -17px;
  color: #FFF;
}
.setup-box .setup-code-input {
  font-family: "Rajdhani", sans-serif;
  max-width: 400px;
  background: #000;
  padding: 20px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 10px;
  color: #FFF;
}

.info-box {
  background: #FFF;
  box-shadow: 0 0 10px #000;
  margin: 0 auto;
  max-width: 390px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  opacity: 0.6;
}
.info-box h1 {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  background: #22253c;
  color: #FFF;
  padding: 5px;
}
.info-box .setup-code {
  background: #000;
  padding: 5px;
  text-align: center;
  font-family: "Rajdhani", sans-serif;
}
.info-box .setup-code span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 8px;
  margin-right: -8px;
  color: #FFF;
}
.info-box .setup-code-input {
  font-family: "Rajdhani", sans-serif;
  max-width: 400px;
  background: #000;
  padding: 20px;
  text-align: center;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 10px;
  color: #FFF;
}

#offline-flag {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: red;
  opacity: 0.8;
  display: none;
}

#connection-limit, #screen-disabled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #2b2f4c;
  background-size: cover;
  display: none;
}

#debug-mode {
  background: #000;
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  display: none;
}
#debug-mode.-enabled {
  display: block;
}
#debug-mode h3 {
  margin-right: 0px;
}
#debug-mode .debug-info {
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #d2d2d2;
}

#display-watermark {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
#display-watermark h4 {
  margin: 0;
  padding: 20px;
  color: #fff;
  font-size: 22px;
}

.search-widget .search-result-template {
  display: none;
}
.search-widget .search-results-container {
  position: relative;
  display: none;
}
.search-widget .search-results-container .search-results {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-height: 500px;
  overflow-y: scroll;
  z-index: 5;
  background: #FFF;
  border: 1px solid #d2d2d2;
}
.search-widget .search-results-container .search-results::-webkit-scrollbar {
  width: 10px;
}
.search-widget .search-results-container .search-results::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.search-widget .search-results-container .search-results::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.search-widget .search-results-container .search-results .search-results-count {
  display: none;
  text-align: right;
  padding: 5px;
  font-size: 12px;
}
.search-widget .search-result {
  padding: 10px 10px;
  border-bottom: 1px solid #d2d2d2;
  position: relative;
  display: block;
}
.search-widget .search-result:hover {
  background: #2b2f4c;
  color: #FFF;
  cursor: pointer;
}
.search-widget .search-result .remove-selection {
  display: none;
}
.search-widget .search-selection {
  margin: 15px 0;
}
.search-widget .search-selection .search-selection-items .search-selection-item {
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding: 5px 10px;
  background: #2b2f4c;
  color: #FFF;
}
.search-widget .search-selection .search-selection-items .search-selection-item:hover {
  background: #22253c;
}
.search-widget .search-selection .search-selection-items .search-selection-item i {
  margin-left: 10px;
  font-size: 14px;
}
.search-widget .search-selection .search-result:not(.read-only) {
  padding-right: 30px;
}
.search-widget .search-selection .search-result .remove-selection {
  display: block;
  position: absolute;
  top: 11px;
  right: 5px;
}
.search-widget .search-selection .search-result .remove-selection i {
  font-size: 20px;
}

.search-screen-result .search-result-title i {
  margin-right: 10px;
  font-size: 16px;
}
.search-screen-result .search-result-title .title {
  font-weight: bold;
  font-size: 16px;
}

.subscription-plans .subscription-plan {
  box-shadow: 1px 1px 5px #9d9d9d;
  background: #FFF;
  border-radius: 10px;
  border: 1px solid #d2d2d2;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.subscription-plans .subscription-plan.-current {
  background: #2b2f4c;
  color: #FFF;
}
.subscription-plans .subscription-plan.-current h2 {
  color: #FFF;
}
.subscription-plans .subscription-plan.-current .icon i {
  color: #FFF;
}
.subscription-plans .subscription-plan.-current .subscription-price .price {
  color: #FFF;
}
.subscription-plans .subscription-plan:hover {
  transform: scale(1.1);
}
.subscription-plans .subscription-plan h2 {
  font-size: 22px;
  font-weight: bold;
  color: #2b2f4c;
  text-transform: uppercase;
}
.subscription-plans .subscription-plan .icon {
  margin: 20px 0 20px;
}
.subscription-plans .subscription-plan .icon i {
  color: #22253c;
  font-size: 48px;
}
.subscription-plans .subscription-plan .subscription-price .price {
  color: #2b2f4c;
  display: block;
  font-size: 42px;
  font-weight: bold;
}
.subscription-plans .subscription-plan .subscription-price .period {
  display: block;
}
.subscription-plans .subscription-plan .subscription-features {
  margin-top: 30px;
}
.subscription-plans .subscription-plan .subscription-features table {
  width: 100%;
}
.subscription-plans .subscription-plan .subscription-features table tr {
  border-top: 1px solid #d2d2d2;
}
.subscription-plans .subscription-plan .subscription-features table tr td {
  padding: 10px 0;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
.subscription-plans .subscription-plan .subscription-features table tr td:first-child {
  text-align: left;
  font-weight: normal;
}

.billing-usage {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0px 20px;
  margin: 0 auto 15px;
  max-width: 200px;
}
.billing-usage .usage-bar {
  background: #ccc;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  overflow: hidden;
}
.billing-usage .usage-bar span {
  background: #2b2f4c;
  display: block;
  height: 10px;
}
.billing-usage p {
  font-size: 14px;
  color: #2b2f4c;
}
@media (max-width: 820px) {
  .billing-usage {
    display: block;
    max-width: 150px;
    margin: 10px auto;
  }
  .billing-usage p {
    color: #FFF;
  }
}
