:root {
  /******************************************************************************
  * Colors
  *******************************************************************************/
  --color-black: #1f2023;
  --color-black-light: #27282b;
  --color-black-light-hover: #2A2B2E;
  --color-gray: #f0f3f9;
  --color-gray-light: #f8f9fb;
  --color-gray-dark: #6C7383;
  --color-green: #377642;
  --color-green-light: #6AB586;
  --color-purple: #606ACB;
  --color-blue: #4fa7fd;
  --color-teal: #347286;
  --color-turquoise: #57B3CB;
  --color-red: #B53831;
  --color-red-light: #DA615D;
  --color-pink: #F0CAC3;
  --color-yellow: #ECCB63;
  --color-brown: #574619;
  --color-orange: #CD7435;
  --color-orange-light: #E69D5A;
  --color-primary: #606ACB;
  --color-primary-darkened: #434a8e;
  --color-green-600: #059668;
  /******************************************************************************
  * Elements
  *******************************************************************************/
  --transition: 300ms ease-in-out;
  --box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  --list-drop-shadow: drop-shadow(0 1px 0 rgba(0, 0, 0, 0.06));
  /******************************************************************************
  * Main Menu
  *******************************************************************************/
  --main-menu-width: 60px;
  /******************************************************************************
  * Type
  *******************************************************************************/
  --base-font-size: 15px;
  --font-serif: Georgia, serif;
  --font-sans: 'Graphik Regular', sans-serif;
  --font-bold: 'Graphik Medium', sans-serif;
  /******************************************************************************
  * Spacing
  *******************************************************************************/
  /* Translate */
  --bump-size: 60px;
  /* Padding */
  --padding-1: 5vw;
  --padding-2: 9vw;
  --padding-3: 13.4765625vw;
  /* Content Blocks */
  --expander-one: 40px;
  --expander-two: 60px;
  --expander-three: 80px;
  --expander-mobile: 30px;
  /* Horizontal */
  --wrapper-padding: 9%;
  --wrapper-padding-big: 18%;
  --header-height: 60px;
  --table-actions-height: 55px;
  /******************************************************************************
  * Layering
  *******************************************************************************/
  --z-layer-0:   0;
  --z-layer-1:   10;
  --z-layer-2:   20;
  --z-layer-3:   30;
  --z-layer-4:   40;
  --z-layer-5:   50;
  --z-layer-6:   60;
  --z-layer-7:   70;
  --z-layer-8:   80;
  --z-layer-9:   90;
  --z-layer-top: 999;
  /******************************************************************************
  * Breakpoints
  *
  * We are using SASS style vars here so we can use them in @media args
  *******************************************************************************/
  /* $break-desktop-large : 2200px;
  $break-desktop       : 1920px;
  $break-laptop-full   : 1680px;
  $break-laptop-medium : 1440px;
  $break-ipad-pro-width: 1366px;
  $break-tablet-full   : 1280px;
  $break-tablet-medium : 1024px;
  $break-tablet-small  : 768px;
  $break-mobile-medium : 480px;
  $break-mobile-full   : 640px;
  $break-mobile-small  : 320px; */
  /******************************************************************************
  * Breadcrumbs
  *
  *******************************************************************************/
  --breadcrumb-separator: "\00a0>\00a0";
  /******************************************************************************
  * Borders
  *
  *******************************************************************************/
  --tw-border-opacity: 1;
}

/* @media all and (max-width: $break-tablet-small) {
  :root {
    --base-font-size: 13px;
  }
} */

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

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

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

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

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

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: 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 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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 */
  font-weight: inherit;
  /* 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::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::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-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:  ;
}

::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-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:  ;
}

html {
  box-sizing: border-box;
  font-size: 14px;
  -webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
  color: var(--color-black);
  background-color: white;
  -webkit-font-smoothing: antialiased;
}

body.dark {
  color: white;
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

h1, h2, h3, h1, h4, h5, h6 {
  margin: 2.75rem 0 1.05rem;
}

body h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
}

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 2px solid var(--color-blue);
}

ul.bulleted-list {
  list-style-type: circle;
}

.hide-scroll-style {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scroll-style::-webkit-scrollbar {
  display: none;
}

button:disabled .icon {
  opacity: 40%;
  cursor: not-allowed;
}

.border-gray-400 {
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-gray-500 {
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}

h1, h2, h3, h1, h4, h5, h6 {
  /* font-family: 'Graphik Medium'; */
  font-weight: normal;
  line-height: 1.15;
  margin: 0;
}

.h1, .h2, .h3, .h1, .h4, .h5, .h6 {
  /* font-family: 'Graphik Medium'; */
  font-weight: normal;
  line-height: 1.15;
}

h1,.h1 {
  /* font-family: 'Graphik Medium'; */
  margin-top: 0;
  font-size: 2.32rem;
}

h2,.h2 {
  font-size: 2.441rem;
}

h3,.h3 {
  /* font-family: 'Graphik Regular'; */
  font-size: 1.875rem;
  line-height: 2.25rem;
}

h4,.h4 {
  font-size: 1.563rem;
}

h5,.h5 {
  /* font-family: 'Graphik Regular'; */
  font-size: 1.25rem;
}

h6,.h6 {
  font-size: 0.85rem;
  letter-spacing: 0.02rem;
  margin: 0;
}

small, .text_small {
  font-size: 0.8em;
}

p {
  margin-bottom: 1.15rem;
}

a:visited {
  text-decoration: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

label {
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: 'Graphik Medium', sans-serif;
}

strong {
  font-family: 'Graphik Medium', sans-serif;
  font-weight: normal;
}

/******************************************************************************
* Padding Hack Ratios
*******************************************************************************/

.aspect-ratio-box::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 75%;
}

.aspect-ratio-box.ratio-square::before {
  padding-top: 100%;
}

.aspect-ratio-box.ratio-2-3::before {
  padding-top: 66.66%;
}

.aspect-ratio-box.ratio-1-3::before {
  padding-top: 33.33%;
}

.aspect-ratio-box::after {
  content: "";
  display: table;
  clear: both;
}

/******************************************************************************
 * Bullets
*******************************************************************************/

.-bullet:before {
  content: "";
  background-color: black;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/*containment*/

.contain-width {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
  position: relative;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(0.75);
    opacity: 0.8;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/******************************************************************************
 * Loading
*******************************************************************************/

.loading {
  position: relative;
  min-height: 200px;
}

.loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: -10px 0 0 -10px;
  background: var(--grey-medium);
  animation: pulse 600ms infinite;
}

@keyframes pulse-inline {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(0.75);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.loading-inline {
  position: relative;
  display: inline-block;
  min-height: 1rem;
}

.loading-inline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin: -4px 0 0 -4px;
  background: var(--grey-medium);
  animation: pulse-inline 600ms infinite;
}

.input__loading {
  position: absolute !important;
  right: 12px;
  top: 12px;
}

/*stretch*/

.--fullscreen {
  height: 100%;
  width: 100%;
}

/*positioning*/

.--position--absolute {
  position: absolute;
  width: 100%;
}

.--position--fixed {
  position: fixed;
}

.--position--relative {
  position: relative;
}

/*document clipping*/

.--contain {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/*image cover*/

.--cover {
  height: 100%;
  width: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

/*floating*/

.--right {
  float: right;
}

.--left {
  float: left;
}

.--clear:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

/*vertical alignment*/

.--vertical--top {
  vertical-align: top;
}

.--vertical--middle {
  vertical-align: middle;
}

.--vertical--bottom {
  vertical-align: bottom;
}

/*text alignment*/

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

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

.text--left {
  text-align: left;
}

/*background-size*/

.--cover {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.--cover--top {
  background-position: 50% 0;
}

.--cover--right {
  background-position: 100% 50%;
}

.--cover--bottom {
  background-position: 50% 100%;
}

.--cover--left {
  background-position: 0 50%;
}

/*display*/

.--block {
  display: block;
}

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

/*borders*/

.--border {
  border: 1px solid var(--grey-light);
}

.--border--top {
  border-top: 1px solid var(--grey-light);
}

.--border--right {
  border-right: 1px solid var(--grey-light);
}

.--border--bottom {
  border-bottom: 1px solid var(--grey-light);
}

.--border--left {
  border-left: 1px solid var(--grey-light);
}

.--border-no {
  border: 0 !important;
}

.--border-no--top {
  border-top: 0 !important;
}

.--border-no--right {
  border-right: 0 !important;
}

.--border-no--bottom {
  border-bottom: 0 !important;
}

.--border-no--left {
  border-left: 0 !important;
}

.--baselined {
  line-height: inherit;
}

.--overtouch {
  -webkit-overflow-scrolling: touch;
}

/*cursors*/

.--pointer {
  cursor: pointer;
}

/*Vertical Sizing*/

.--square {
  position: relative;
}

.--square::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.--square.--square-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*Overflows*/

.--overflow-hidden {
  overflow: hidden;
}

/* Colors */

.background--color-white {
  background: var(--color-white);
}

.background--grey-super-light {
  background: var(--grey-super-light);
}

.background--grey-light {
  background: var(--grey-light);
}

.background--grey-medium {
  background: var(--grey-medium);
}

.background--grey {
  background: var(--grey);
}

.text-gray {
  color: var(--color-gray);
}

/* Kill all it */

.margin--0 {
  margin: 0;
}

.margin-top--0 {
  margin-top: 0;
}

.padding--0 {
  padding: 0;
}

/* Custom padding*/

.padding-top--mini {
  padding-top: 7px;
}

.pt-50-percent {
  padding-top: 50%;
}

/* Small padding */

.padding--small {
  padding: 10px;
}

.padding-small-right {
  padding-right: 10px;
}

.padding-small-left {
  padding-left: 10px !important;
}

.padding-sides--small {
  padding: 0 10px;
}

.padding-top-bottom--small {
  padding: 10px 0;
}

.padding-right--small {
  padding-right: 10px;
}

.padding-top--tiny {
  padding-top: 2px;
}

.padding-top--small {
  padding: 10px 0 0 0;
}

.margin-right--small {
  margin-right: 10px;
}

.margin-left--small {
  margin-left: 10px !important;
}

/* Medium Padding */

.padding--med {
  padding: 20px;
}

.padding-top-bottom--med {
  padding: 30px 0;
}

.padding-bottom--med {
  padding-bottom: 20px;
}

.padding-bottom--large {
  padding-bottom: 30px;
}

.padding-left--med {
  padding-left: 20px;
}

/* Large padding */

.padding--large {
  padding: 30px;
}

.padding-right--large {
  padding-right: 30px;
}

.padding-right--medium {
  padding-right: 15px;
}

.padding-sides--large {
  padding: 0 30px;
}

.padding-top-bottom--large {
  padding: 30px 0 !important;
}

/* Small margin */

.margin--small {
  margin: 10px;
}

.margin-sides--small {
  margin: 0 10px;
}

.margin-top-bottom--small {
  margin: 10px 0;
}

.margin-top--small {
  margin: 10px 0 0 0;
}

.margin-bottom--small {
  margin: 0 0 10px 0;
}

.margin--15 {
  margin: 15px;
}

/* Medium margin */

.margin--medium {
  margin: 20px;
}

.margin-sides--medium {
  margin: 0 20px;
}

.margin-right--med {
  margin-right: 20px;
}

.margin-left--medium {
  margin-left: 20px !important;
}

.margin-right--medium {
  margin-right: 20px;
}

.margin-top-bottom--medium {
  margin: 20px 0;
}

.margin-top--medium {
  margin: 20px 0 0 0;
}

.margin-bottom--medium {
  margin: 0 0 20px 0;
}

/* Large margin */

.margin--large {
  margin: 30px;
}

.margin-sides--large {
  margin: 0 30px;
}

.margin-right--large {
  margin-right: 30px;
}

.margin-top-bottom--large {
  margin: 30px 0;
}

.margin-bottom--large {
  margin-bottom: 30px;
}

.margin-top--large {
  margin: 30px 0 0 0;
}

.padding-top--large {
  padding: 30px 0 0 0;
}

/* CSS Stretch */

.width--stretch {
  width: -webkit-fill-available;
  width: -moz-available;
}

::-webkit-input-placeholder {
  color: var(--color-light-text);
}

.frontend-typeahead__icon,
.frontend-typeahead__icon svg {
  width: 20px;
  height: 20px;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

textarea {
  max-width: 100%;
  resize: none;
  min-height: 150px;
}

input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 1rem;
  line-height: 1.42857;
  color: var(--color-black);
  background-color: white;
  background-image: none;
  border-radius: 0;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.dark input,
.dark textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

input[type="checkbox"]:not(.toggle-button) {
  cursor: pointer;
}

input[type="checkbox"]:not(.toggle-button)::disabled + label {
  cursor: not-allowed;
  color: blue;
}

input[type="checkbox"]:not(.toggle-button)::before {
  background-color: var(--grey);
  color: #333 !important;
  border: 2px solid #333 !important;
  cursor: pointer;
}

input[type="checkbox"]:not(.toggle-button):.inline + label {
  display: inline-block;
  margin: 0px 20px 10px 0;
}

input[type="checkbox"]:not(.toggle-button) + label {
  display: block;
  width: auto;
  height: 16px;
  margin: 10px 10px 15px 0;
  padding-left: 23px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  line-height: 1.4;
  font-size: 1rem;
  opacity: 1;
}

input[type="checkbox"]:not(.toggle-button) + label:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
  border-radius: 0;
  cursor: pointer;
  border: 1px solid var(--grey);
}

input[type="checkbox"]:not(.toggle-button):checked + label:before {
  content: "✓";
  color: black;
  font-weight: bold;
}

.fr-popup {
  z-index: 5000 !important;
}

.fr-popup .fr-checkbox-line label {
  margin: -8px 20px !important;
}

/* Toggle Button */

.toggle-button-wrap {
}

.toggle-button {
  display: none;
}

.toggle-button + label {
  background: var(--color--grey-light);
  border-radius: 20px;
  padding: 2px;
  transition: all .4s ease;
  outline: 0;
  display: block;
  width: 50px;
  height: 20px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.toggle-button:checked + label:after {
  left: 30px;
}

.toggle-button:checked + label {
  background: var(--color-purple);
}

.toggle-button + label:after {
  border-radius: 50%;
  background: white;
  transition: all .2s ease;
  left: 0;
}

.toggle-button + label:after,
.toggle-button + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}

.group__label {
  width: auto;
  margin-bottom: 5px;
}

.group__error {
  margin-bottom: 5px;
  color: var(--color-red);
}

.group__control {
  margin-bottom: 20px;
}

.dark input:-webkit-autofill,
.dark input:-webkit-autofill,
.dark input:-webkit-autofill {
  -webkit-text-fill-color: white;
  -webkit-transition: background-color 10800s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition: background-color 10800s cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

button {
  cursor: pointer;
}

.btn {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: normal;
  transition: 300ms ease-out;
}

.btn:hover {
  opacity: 0.7;
}

.btn:focus {
  outline: 0;
}

.btn-group > .btn {
  border-radius: 0px;
  border: 1px solid var(--color-gray-400);
  border-left: 1px solid var(--color-gray-500);
}

.btn-group > .btn:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-group > .btn:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.disabled {
  background-color: #999 !important;
  cursor: not-allowed;
}

.disabled:hover {
  background-color: transparent;
  color: white;
}

.btn-small {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background: var(--color-gray-100);
  cursor: pointer;
  transition: 300ms ease;
}

.btn-small:hover {
  background: var(--color-gray-200);
}

.btn-round {
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid var(--color--grey-light);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.btn-loader svg {
  animation: spin 1s linear infinite;
}

.btn-loader:hover {
  background: transparent;
}

.btn-loader:hover svg {
  fill: var(--color-teal);
}

:root {
  --header-image-width: 50px;
}

/********************************************
* Table
*********************************************/

.table {
  width: 100%;
}

/********************************************
* Table Pills
*********************************************/

.pill.pill-green,
.item-leased span,
.item-active span {
  background: #d8eacc;
  padding: 0 14px;
  border-radius: 20px;
  white-space: nowrap;
  height: 27px;
  line-height: 28px;
  display: inline-block;
}

.devices .item-active span {
  position: relative;
  &::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-bottom: 1px;
    background: green;
    border-radius: 50%;
    margin-right: 3px;
    animation: activeStatus 1.5s infinite;
  }
}

.devices .item-alert span {
  position: relative;
  &::before {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-bottom: 1px;
    background: #b4b41b;
    border-radius: 50%;
    margin-right: 6px;
    animation: activeStatus 400ms infinite;
  }
}

@keyframes activeStatus {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.pill.pill-yellow,
.item-vacant span,
.item-alert span,
.item-invited span {
  background: #fbeeca;
  padding: 0 14px;
  border-radius: 20px;
  white-space: nowrap;
  height: 27px;
  line-height: 28px;
  display: inline-block;
}

.pill.pill-grey,
.item-uninvited span {
  background: #efeeea;
  padding: 0 14px;
  border-radius: 20px;
  white-space: nowrap;
  height: 27px;
  line-height: 28px;
  display: inline-block;
}

.pill.pill-error,
.item-offline span,
.item-blocked span,
.item-warning span {
  background-color: #fbcfbd;
  padding: 0 14px;
  border-radius: 20px;
  white-space: nowrap;
  height: 27px;
  line-height: 28px;
  display: inline-block;
}

.pill.pill-blue,
.item-occupied span {
  background-color: #c5dbf2;
  padding: 0 14px;
  border-radius: 20px;
  white-space: nowrap;
  height: 27px;
  line-height: 28px;
  display: inline-block;
}

/********************************************
* Table Header
*********************************************/

.generic-backend-table header {
  top: 266px;
}

.page-actions-bar {
  top: 139px;
}

.table__new, .unit__action {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table__new:hover, .unit__action:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

/********************************************
* Table Search
*********************************************/

.table__search {
  border: 0;
  border-radius: 3px;
  background: var(--grey);
}

.dark .table__search {
  background: var(--black-dark);
  color: white;
}

.page-actions-bar {
  .modal__input {
    background: transparent;
    padding: 0;
  }
}

.table-title {
  min-width: 140px;
}

.search-tag {
  background: var(--color-gray-100);
}

/* Pagination */

.pagination {
  min-width: 155px;
}

/********************************************
* Table
*********************************************/

table {
  table-layout: auto;
  margin-bottom: 20px;
  /* margin-top: 20px; */
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

/********************************************
* Table Row
*********************************************/

.table__row {
  /* cursor: pointer; */
  .cell--clip > * {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* &:hover {
    background: #f9f9f9;
  } */
}

.table__row:hover {
  background-color: rgba(0, 0, 0, 0.025);
}

.dark .table__row:hover {
  background: rgba(255,255,255,0.025);
}

.table__row.green {
  background-color: var(--green) !important;
  & > div {
    color: white;
  }
}

.table__row.red {
  background-color: var(--color-red) !important;
  & > div {
    color: white;
  }
  svg,
  svg path,
  svg circle, {
    fill: white;
  }
}

.table__row:nth-child(odd) {
  border-top: 1px solid rgba(0,0,0,.05);
  border-bottom: 1px solid rgba(0,0,0,.05);
}

.dark .table__row:nth-child(odd) {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.table__row:last-child {
  border-bottom: 0;
}

.table__row:first-child {
  border-top: none;
}

.tr-link {
  cursor: pointer;
  &:hover {
    background: rgba(0,0,0,0.05);
  }
}

/********************************************
* Table Cell
*********************************************/

.cell-clip * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.search-box__title {
  min-width: 80px;
}

.search-box input {
  margin-bottom: 0px;
  border-width: 0px;
}

 {
  border-color: rgba(0,0,0,0.1);
  display: flex;
  top: var(--header-height);
   {
    border-color: transparent;
    padding-bottom: .9rem;
    color: var(--color-gray-400);
    &.btn__text.search-box input {
      border: 0;
    }
  }
   {
    border-color: transparent;
    padding-bottom: .9rem;
    color: var(--color-gray-400);
    &.btn__text.search-box input {
      border: 0;
    }
  }
   {
    &.btn__text.search-box input {
      border: 0;
    }
  }
}

table > tr > td,
table > tr > th {
  padding: 10px 50px 10px 10px;
  line-height: 1.42857;
  vertical-align: top;
  text-align: left;
  font-weight: 400;
}

th {
  text-transform: uppercase;
  font-size: 10px;
}

table > tbody > tr:first-of-type > td,
table > tfoot > tr:first-of-type > td,
table > thead > tr:first-of-type > td {
  border-top: none;
}

.generic-backend-table.display-type--grid {
  .table-main .loading {
    width: 100%;
  }
  .table-main {
    background: white;
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
    *[class*="col-"] {
      width: 100%;
    }
  }
  .more-tools {
    justify-content: flex-start;
    &__initial {
      visibility: hidden;
      opacity: 0;
    }
    &__icons {
      visibility: visible !important;
      opacity: 1;
      right: auto;
      left: 0;
      height: 18px;
      overflow: hidden;
    }
    &__icon {
      margin: 0;
      transition: 300ms;
      svg {
        height: 18px;
        width: 18px;
      }
    }
  }
}

a.table__link {
  text-decoration: underline;
}

.table__header {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #111; */
  /* top: calc(var(--header-height) + var(--table-actions-height)); */
  /* box-shadow: 0 2px 5px rgba(0,0,0,.03); */
  h6 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
  }
  h6 {
    margin: 0px;
  }
  h6 {
    padding: 0px;
  }
  & > div {
    line-height: 1;
  }
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.dark .table__header {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table__header {
  position: sticky;
  top: 232px;
}

.table-sortable__th {
  cursor: pointer;
  transition: .15s;
  position: relative;
  h6 {
    position: relative;
    text-transform: uppercase;
    color: var(--color-light-text);
    &::before {
      content: '';
      position: absolute;
      right: -23px;
      top: 4px;
      width: 0;
      height: 0;
      opacity: 0;
      transition: .1s opacity;
    }
  }
}

.table-sortable__th--active.table-sortable__th--asc h6:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--color-black);
  opacity: 0.3;
}

.table-sortable__th--active.table-sortable__th--desc h6:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid var(--color-black);
  opacity: 0.3;
}

.dark .table-sortable__th--active.table-sortable__th--asc h6:before {
  border-top: 7px solid white;
}

.dark .table-sortable__th--active.table-sortable__th--desc h6:before {
  border-bottom: 7px solid white;
}

svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.icon svg {
  fill: var(--color-black);
}

.dark .icon svg {
  fill: white;
}

.-icon-blue {
  fill: var(--color-blue);
}

.-icon-grey,
.-icon-grey svg {
  fill: var(--color-black);
}

.-icon-light,
.-icon-light svg {
  fill: var(--color-grey);
}

.-icon-red {
  fill: var(--color-red);
}

.-icon-green {
  fill: var(--green);
}

.crm-action-remove {
  cursor: pointer;
  display: inline-block;
  transition: var(--transition);
  opacity: 0.3;
  &:hover {
    opacity: 1;
  }
}

.icon-inline {
  height: 100%;
  height: auto;
  width: 17px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 2px;
  line-height: 1;
  display: inline-block;
  display: inline-flex;
  align-content: center;
  svg {
    height: 16px;
    width: 16px;
  }
}

.icon--20 {
  height: 20px;
  width: 20px;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}

.icon--25 {
  height: 25px;
  width: 25px;
  line-height: 1;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
}

.icon--30 {
  height: 30px;
  width: 30px;
  border: none;
  vertical-align: middle;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-block;
}

.icon-white {
  fill: white;
  svg {
    fill: white;
  }
}

.todo__checkbox-wrapper {
  height: 20px;
  width: 20px;
  border: 1px solid var(--grey-icons);
  background: var(--color-white);
  padding: 0;
}

.-grey-icon * {
  fill: var(--grey-icons);
}

.-grey-dark-icon * {
  fill: var(--grey-dark);
}

.blue {
  .checkbox {
    path {
      fill: var(--blue);
    }
  }
}

.red {
  .checkbox {
    path {
      fill: var(--color-red);
    }
  }
}

.orange {
  .checkbox {
    path {
      fill: var(--color-orange);
    }
  }
}

.collapse-all {
  height: 1px;
  width: 10px;
  background: var(--grey-medium);
  postition: absolute;
  margin: 0 auto;
  &:before {
    content: '';
    height: 1px;
    width: 10px;
    background: var(--grey-medium);
    position: absolute;
    top: 13px;
    right: 50%;
    transform: translateX(50%);
  }
  &:after {
    content: '';
    height: 1px;
    width: 10px;
    background: var(--grey-medium);
    position: absolute;
    margin: 0 auto;
    top: 7px;
    right: 50%;
    transform: translateX(50%);
  }
}

.expand-all {
  height: 2px;
  width: 10px;
  background: transparent;
  postition: absolute;
  margin: 0 auto;
  &:before {
    content: '';
    height: 3px;
    width: 10px;
    background: var(--grey-medium);
    position: absolute;
    top: 12px;
    right: 50%;
    transform: translateX(50%);
  }
  &:after {
    content: '';
    height: 3px;
    width: 10px;
    background: var(--grey-medium);
    position: absolute;
    margin: 0 auto;
    top: 7px;
    right: 50%;
    transform: translateX(50%);
  }
}

.icon--shortcuts {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 30;
  height: 25px;
  width: 25px;
  text-align: center;
  border-radius: 50%;
  background: white;
  padding: 3px;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.26);
  transition: 200ms;
  &:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
  }
}

.icon--shortcuts svg * {
  fill: white;
}

.ember-notify {
  box-shadow: none;
  border: none;
  /* top: 0; */
  right: 0;
  padding: 10px 20px;
}

.ember-notify-default {
  box-shadow: none;
  border: none;
}

.ember-notify-default .ember-notify {
  padding: 10px 20px;
}

.ember-notify.success {
  background: var(--color-green);
  color: white;
}

.ember-notify-default .ember-notify .close {
  font-size: 25px;
  line-height: 1;
}

.ember-notify.alert {
  background: var(--color-red);
  color: white;
}

.ember-notify.warning {
  background: var(--color-yellow);
}

.ember-notify.info {
  background: var(--color-blue);
  color: white;
}

.ember-notify-default.ember-notify-cn {
  top: 10px;
  bottom: auto;
  border: none;
  box-shadow: none;
  z-index: 10001;
  /*One higher than our modal index*/
}

.ember-notify-default .ember-notify {
  border: none;
  width: auto;
  min-width: 300px;
}

/******************************************************************************
 * Flexbox Grid
*******************************************************************************/

.box {
  display: flex;
}

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

.-box-column {
  flex-direction: column;
}

.-box-fill {
  flex-grow: 1;
}

.-flex-1 {
  flex: 1;
}

.-flex-2 {
  flex: 2;
}

.-flex-3 {
  flex: 3;
}

.-flex-4 {
  flex: 4;
}

.-flex-5 {
  flex: 5;
}

.-flex-6 {
  flex: 6;
}

.-order-1 {
  order: 1;
}

.-order-2 {
  order: 2;
}

.-order-3 {
  order: 3;
}

.-order-4 {
  order: 4;
}

.-order-5 {
  order: 5;
}

.-order-6 {
  order: 6;
}

.-box--1of2 {
  width: 50%;
}

.-box--1of3 {
  width: 33.33333%;
}

.-box--1of4 {
  width: 25%;
}

.-box--2of3 {
  width: 66.66666%;
}

.-box--2of4 {
  width: 50%;
}

.-box--3of4 {
  width: 75%;
}

.-box--2of5 {
  width: 40%;
}

.-box--3of5 {
  width: 60%;
}

.-box--4of5 {
  width: 80%;
}

.-box--1of10 {
  width: 10%;
}

.-box--1of6 {
  width: 16.666666666%;
}

.-box--4of6 {
  width: 83.333%;
}

.-box--full {
  width: 100%;
}

/******************************************************************************
 * Alignments
*******************************************************************************/

.-center-center {
  justify-content: center;
  align-items: center;
}

.-v-center {
  display: flex;
  align-items: center;
}

.-align-baseline {
  align-items: baseline;
}

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

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

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

.-push-bottom {
  align-self: flex-end;
}

.-push-left {
  margin-right: auto;
}

.-push-right {
  margin-left: auto;
}

.-flush {
  margin-left: -3%;
  margin-right: -3%;
}

.-flush-sm {
  margin-left: -3%;
  margin-right: -3%;
}

.-center-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

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

/******************************************************************************
 * Grids
*******************************************************************************/

.grid {
  margin-left: -1vw;
  margin-right: -1vw;
  .grid__item {
    padding: 1vw;
  }
}

.grid-sides {
  padding-left: 25px;
  padding-right: 25px;
}

.-grid-pad {
  padding: var(-grid-padding);
}

.-grid-pad-b {
  padding-bottom: 35px;
}

.-space-out {
  justify-content: space-between;
}

/******************************************************************************
 * Desktop Only
*******************************************************************************/

@media only screen and (min-width: var(-break-tablet-small) ){
  .-hide-desktop {
    display: none !important;
  }
}

/******************************************************************************
 * Tablet
*******************************************************************************/

@media only screen and (max-width: var(-break-tablet-small) ){
  .box.-box--mobile {
    display: flex;
  }

  .-grid-pad {
    padding: 10px;
  }

  .box {
    display: block;
  }

  .-hide-mobile {
    display: none !important;
  }

  .grid {
    padding: 30px 5px;
  }

  .grid-sides {
    padding-left: 5px;
    padding-right: 5px;
  }

  *[class*='-box--'] {
    width: 100%;
  }
}

/******************************************************************************
* Count Circle
*******************************************************************************/

.count-circle {
  height: 2rem;
  width: 2rem;
  background: var(--color-blue);
  color: var(--color-black);
  border-radius: 100%;
  text-align: center;
  line-height: 2rem;
  font-size: 0.8rem;
}

/******************************************************************************
* Dark Light
*******************************************************************************/

.bg-gray {
  background: var(--color-gray-light);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-blue {
  background-color: var(--color-blue);
}

.bg-red {
  background-color: var(--color-red);
}

.bg-green-600 {
  background-color: var(--color-green-600);
}

/******************************************************************************
*
*******************************************************************************/

/* Hide the graph buttons for now */

.modebar {
  display: none
}

.tenth {
  width: 10%;
}

.admin-layout {
  &__link {
    &-indent {
      padding-left: 12px;
      font-size: .9rem;
    }
  }
  .breadcrumbs {
    a.active {
      opacity: 0.3;
    }
    > li {
      padding-right: 0.5rem;
      &:before {
        content: '/';
        opacity: 0.3;
        display: inline-block;
        padding-right: 0.4rem;
      }
      &:first-of-type:before {
        content: "";
        display: none;
      }
    }
  }
}

.admin-layout__wrap {
  width: calc(100vw - var(--main-menu-width));
  transform: translateX(var(--main-menu-width));
}

/* .admin-layout__wrap {
  transition: 400ms ease-out;
} */

/* div[class*="route-admin-buildings-building"] .admin-layout__wrap,
div[class*="route-admin-settings"] .admin-layout__wrap {
  width: calc(100vw - var(--main-menu-width));
  transform: translateX(var(--main-menu-width));
} */

/******************************************************************************
  * 3D model
  *******************************************************************************/

.building-3d__inner {
  top: var(--header-height);
  height: calc(100vh - var(--header-height));
}

/******************************************************************************
  * Dropdowns
  *******************************************************************************/

@keyframes drop-fade-below {
  0%   {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes drop-fade-above {
  0%   {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.slide-fade {
  will-change: transform, opacity;
  &.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
    animation: drop-fade-below .15s;
  }
  &.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
    animation: drop-fade-below .15s reverse;
  }
  &.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
    animation: drop-fade-above .15s;
  }
  &.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
    animation: drop-fade-above .15s reverse;
  }
}

/******************************************************************************
  * Admin Header
  *******************************************************************************/

.admin-layout__header {
  height: var(--header-height);
}

.connect-logo {
  height: 30px;
  width: 30px;
}

.app-header {
  position: fixed;
  top: 40px;
  right: 30px;
  text-align: right;
  z-index: var(--z-layer-3);
}

.admin-layout__nav {
  max-width: 200px;
  /* border-color: rgba(255,255,255,0.1); */
  nav {
    a {
      opacity: 0.3;
    }
    a.active,
    &:hover {
      opacity: 1;
    }
    &:hover {
      opacity: 1;
    }
  }
}

.active + .admin-layout__sub {
  display: flex;
}

.divider__light {
  opacity: 0.3;
}

/******************************************************************************
  * UI Hover Element
  *******************************************************************************/

.ui-hover {
}

/******************************************************************************
  * Dropdown
  *******************************************************************************/

.dropdown__content {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 0px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 24px;
  max-width: 420px;
  font-size: 13px;
  color: rgb(214, 214, 214);
  padding: 4px 0px;
  margin: 0px;
  overflow: hidden auto;
  max-height: calc(100vh - 8px);
}

.dark .content__dropdown {
  background: linear-gradient(136.61deg, rgb(39, 40, 43) 13.72%, rgb(45, 46, 49) 74.3%);
}

.account-dropdown {
  min-width: 200px;
}

.alert-dropdown {
  position: fixed;
  right: 0.5em !important;
  top: calc(var(--header-height) + 5px) !important;
  min-width: 25em;
  padding-bottom: 0px;
  a.manage-alerts {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  a.manage-alerts {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  .no-results {
    margin-left: 1rem;
  }
  .no-results {
    margin-top: 1rem;
  }
  .no-results {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .no-results {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }
  ul.alert-list {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }
  ul.alert-list {
    min-height: 10em;
    li {
      margin: 0.5rem;
    }
    li {
      border-radius: 0.375rem;
    }
    li {
      border-width: 1px;
    }
    li {
      padding: 0.5rem;
    }
    li {
      &:hover {
        background-color: rgb(55, 55, 60);
        color: rgb(247, 248, 248);
        transition: color 0s ease 0s;
      }
      .time {
        margin-left: 0.25rem;
      }
      .time {
        font-size: 0.875rem;
        line-height: 1.25rem;
      }
      .time {
        --tw-text-opacity: 1;
        color: rgb(156 163 175 / var(--tw-text-opacity));
      }
    }
  }
}

.dark .alert-dropdown ul.alert-list {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  li {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
  }
  li {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  }
  li {
    &:hover {
      background-color: rgb(55, 55, 60);
      color: rgb(247, 248, 248);
      transition: color 0s ease 0s;
    }
    .time {
      --tw-text-opacity: 1;
      color: rgb(107 114 128 / var(--tw-text-opacity));
    }
  }
}

hr {
  opacity: 0.1;
  margin: 4px 0;
}

.dropdown__item {
  padding: 0px 12px;
  height: 32px;
  background-color: transparent;
  border-left: 2px solid transparent;
  color: rgb(214, 214, 214);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  transition: color 0.15s ease 0s;
  &:hover {
    background-color: rgb(55, 55, 60);
    color: rgb(247, 248, 248);
    transition: color 0s ease 0s;
  }
}

/******************************************************************************
  * Account circle
  *******************************************************************************/

.account-circle {
  height: 30px;
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* Border */

.border-admin {
  /* border-color: var(--color-border); */
  border-color: rgba(226, 227, 228, 1);
}

.dark .border-admin {
  border-color: rgba(54, 54, 54, 1);
}

/* Charts */

.chart-full .chart {
  height: calc(100vh - 200px);
  max-height: calc(100vh - 200px);
}

.chart-card {
  border: 1px solid var(--color-border);
  border-radius: 0;
}

.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;
  }
}

.main-content {
  min-height: calc(100vh - var(--header-height));
}

.building-content {
  width: 100%;
  min-width: 0;
  & > * {
    margin-right: 2.5rem;
  }
  & > * {
    margin-left: 2.5rem;
  }
}

.building-3d {
  z-index: 0;
}

.building-content.-hiding-animation {
  min-width: 100%;
}

@media (min-width: 768px) {
  .building-3d {
    width: 41.666667%;
    min-width: 41.666667%;
  }

  .building-content {
    width: 58.333333%;
  }
}

.ember-modal-dialog {
  background-color: #fff;
  /* box-shadow: 0 60px 130px rgba(0,0,0,0.3); */
  top: 30px !important;
  left: 50%;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 70px;
  min-width: 700px;
  /*border-radius: 3px;*/
  /*overflow: hidden;*/
  overflow: visible;
  transform: translateX(-50%);
}

.dark .ember-modal-dialog {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  color: white;
}

.ember-modal-overlay.translucent {
  background-color: rgba(20, 20, 20, .8);
}

body.modal-open {
  overflow: hidden;
}

.ember-modal-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: var(--z-layer-9);
  overflow-y: scroll;
}

.ember-modal-dialog {
  z-index: var(--z-layer-5);
  position: relative;
  max-width: 750px;
}

.ember-modal-dialog.ember-modal-dialog-in-place {
  position: relative;
}

.modal--padding {
  padding: 50px 0px 0px 00px;
}

.modal__input {
  width: 100%;
  /* border: none; */
  /* background: var(--color-beige-100); */
  border: 1px solid rgba(36,28,21,0.3);
  margin-bottom: 1rem;
  padding: 0.75rem;
  &:focus {
    border-color: var(--color-teal);
  }
}

.ember-power-select-trigger {
  width: 100%;
  /* border: none; */
  /* background: var(--color-beige-100); */
  border: 1px solid rgba(36,28,21,0.3);
  margin-bottom: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0;
  -webkit-appearance: none;
  cursor: pointer;
  height: 47px;
  line-height: 47px;
  &:focus {
    outline: none;
    border-color: var(--color-teal);
  }
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #ecf0f5;
  cursor: not-allowed;
  color: var(--form-text)
}

.dark .ember-basic-dropdown-trigger,
.dark .ember-power-select-option {
  color: var(--color-black);
}

/* For Down Arrow For Select Box */

.modal__select-wrapper {
  position: relative;
  cursor: pointer;
  &:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: var(--grey-dark) transparent transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    transition: var(--transition);
    pointer-events: none;
  }
}

.modal__btn-cancel,
.modal__btn-secondary {
  width: 50%;
  padding: 30px 0;
  border: none;
  text-align: center;
  background: #353434;
  color: white;
  transition: var(--transition);
  * {
    color: white;
    opacity: 1;
    font-size: 1rem;
  }
}

.modal__btn-save,
.modal__btn-primary {
  width: 100%;
  display: block;
  padding: 30px 0;
  border: none;
  text-align: center;
  background: #1A1A1A;
  color: white;
  transition: var(--transition);
  * {
    color: white;
    opacity: 1;
    font-size: 1rem;
  }
  &.disabled {
    background: var(--color--grey-light);
    cursor: not-allowed;
  }
  &.disabled * {
    color: var(--color-red);
  }
}

.modal--large {
  max-width: 1500px;
  width: 90%;
}

.ember-power-select-dropdown {
  border: none;
  border-radius: 0px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.ember-power-select-option {
  cursor: pointer;
  padding: 5px 10px;
}

.ember-power-select-status-icon {
  right: 15px;
  border-width: 6px 6px 0 6px;
  border-color: var(--color-gray-400) transparent transparent transparent;
}

.delete-action {
  .modal__btn-save {
    background-color: var(--color-red);
  }
  .modal__header {
    color: var(--color-red);
  }
}

.over-modal {
  border-radius: 0.5rem;
  border-width: 1px;
  z-index: var(--z-layer-top);
  background-color: inherit;
  width: 20em;
  & table {
    width: 100%;
  }
  .pika-select {
    margin-left: 0.5rem;
  }
  .pika-select {
    color: black;
  }
  .pika-next, .pika-prev {
    width: 50%;
  }
  .pika-label {
    width: 100%;
    text-align: center;
  }
}

.flush-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.overview__energy-graph svg {
  background: var(--color-gray-light);
}

.dark .overview__energy-graph svg {
  background-color: var(--color-black-light);
}

.plot-wrapper {
  .plot-label.x-label {
    bottom: -25px;
  }
  .plot-label.y-label {
    transform-origin: left;
    left: -1rem;
    transform: rotate(-90deg) translateX(calc(-50% + 1rem)) !important;
  }
}

.activity-charts {
  color: var(--color-black);
  .chart-card {
    background-color: white;
    overflow: hidden;
  }
  .chart-title {
    font-size: 1.3rem;
    padding: 15px;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid var(--color-border);
  }
  .battery-status {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 300px;
    font-size: 30px;
    color: var(--color-kiwi);
    text-transform: uppercase;
    &__icon {
      height: 50px;
      width: 50px;
    }
  }
  .fc-cal-month-header,
  .fc-cal-user-selecteddate {
    background-color: var(--color-black);
  }
  &__summaries {
    display: flex;
    justify-content: center;
  }
  &__summary {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    &--title {
      font-size: 1rem;
      height: 40px;
      line-height: 40px;
      opacity: 0.3;
    }
    &--value {
      font-size: 2rem;
      height: 50px;
      line-height: 50px;
      font-weight: bold;
    }
  }
}

.project-information .bar-graph__bar:hover {
  fill: #855CF8;
  cursor: pointer;
}

.-bg-light-hover:hover {
  background: var(--color-gray-100);
}

.color-label {
  position: relative;
  padding-left: 25px;
}

.color-label:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
}

.color-label.green:before,
.current:before {
  background-color: #377643;
}

.color-label.purple:before,
.previous:before {
  background-color: #606acb;
}

.color-label.red:before,
.previous:before {
  background-color: #b53831;
}

.color-label.blue:before,
.previous:before {
  background-color: #347386;
}

/* .light-blue {
  background-color: #57b3cb;
}

.blue {
 background-color: #347386; 
}

.light-green {
  background-color: #6ab585;
}

.green {
  background-color: #377643;
}

.red {
  background-color: #b53831;
}

.purple {
  background-color: #606acb;
}

.tan {
  background-color: #eccb63;
} */

.color-label.black:before {
  background-color: #000000;
}

.range-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}

.range-select:before {
  content: "▼";
  position: absolute;
  right: 20px;
  top: 0;
  width: 25px;
  height: 25px;
}

.ember-flatpickr-input {
  text-decoration: underline;
  cursor: pointer;
}

.sli-plots__loading-mask {
  transition: opacity 200ms ease-in-out;
}

/* .sli-plots__loading-mask.loading {
  transition: opacity 200ms ease-in-out;
} */

.solar-production__plot .bar-graph__bar {
  fill-opacity: 0.6 !important;
}

.solar-production__plot .bar-graph__bar:hover {
  fill-opacity: 0.7 !important;
}

.reports-plot svg {
  height: 100%;
}

.bar-graph__bar {
  fill-opacity: 1;
  stroke: rgba(0, 0, 0, 0);
  stroke-width: 0;
}

.bar-graph__bar:hover {
  fill-opacity: 0.9;
  fill: #dadde1;
}

.dark .x-tick, .dark .y-tick {
  background-color: white;
}

.y-tick__label {
  transform: translate(-125%, -50%);
  font-size: 0.85rem;
  left: 2rem;
  width: 2rem;
  text-align: center;
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity));
}

.y-tick {
  left: 2rem;
  transform: translateX(-100%);
  width: 4px;
  height: 1px;
  background-color: black;
  position: absolute;
}

.x-tick {
  bottom: -4px;
  height: 4px;
  width: 1px;
  background-color: black;
  position: absolute;
  transform: translateX(-50%)
}

.x-tick__label {
  transform-origin: 0% 0%;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.dark .x-tick__label {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.mapping-tabs a.active {
  text-decoration: underline !important;
}

.gradient-key {
  right: 5%;
}

@keyframes blink {
  0% {
    opacity: 0.3;
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

.animated-ellipsis {
  span {
    font-weight: bold;
    animation-name: blink;
    animation-duration: 800ms;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    &:nth-child(2) {
      animation-delay: 200ms
    }
    &:nth-child(3) {
      animation-delay: 400ms
    }
  }
}

.ui-tabs {
  overflow-x: auto;
  border-bottom-width: 1px;
  border-color: rgba(0,0,0,0.1);
  display: flex;
  top: var(--header-height);
  a {
    margin-right: 2.5rem;
  }
  a {
    border-bottom-width: 1px;
  }
  a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  a {
    border-color: transparent;
    padding-bottom: .9rem;
    color: var(--color-gray-400);
    &.btn__text.border-0 {
      border: 0;
    }
    &.active {
      color: var(--color-black);
      border-color: var(--color-black);
      & .pill {
        --tw-bg-opacity: 1;
        background-color: rgb(79 70 229 / var(--tw-bg-opacity));
      }
      & .pill {
        .pill__text {
          color: white;
        }
      }
    }
  }
  &.styled {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
  }
  &.styled {
    .active {
      border-bottom-width: 2px;
    }
    .active {
      color: var(--color-primary);
      border-color: var(--color-primary);
      border-bottom-width: 2px;
    }
  }
}

.dark .ui-tabs {
  border-color: rgba(255,255,255,0.1);
  a {
    color: rgba(255, 255, 255, 0.1);
    &.active {
      color: white;
      border-color: white;
    }
  }
}

.ui-tabs a.active-blue.active {
  color: var(--color-blue);
  border-color: var(--color-blue);
}

.ui-tabs a.inactive-gray {
  color: var(--color-gray-dark);
}

.custom-select {
  display: flex;
  justify-content: space-between;
}

.custom-select span {
  transform: rotate(90deg);
}

.custom-select .icon svg {
  width: 20px;
  height: 20px;
  opacity: 0.2;
}

.custom-select.-opened span {
  transform: rotate(-90deg);
}

.custom-select__modal {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .custom-select__modal {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-select__modal {
  position: absolute;
  z-index: 100;
  border-radius: 4px;
  box-shadow: rgb(0 0 0 / 9%) 0px 3px 12px;
}

.custom-select__option:hover {
  background-color: var(--color-gray-300);
}

.dark .custom-select__modal {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.custom-select__close-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
}

.custom-select__modal .ember-flatpickr-input {
  display: none;
}

.flatpickr-calendar {
  margin: .5rem;
  box-shadow: none;
}

.graph-range-select .custom-select__modal {
  top: 0;
  right: 0;
  width: auto !important;
  height: 100%;
  overflow-y: scroll;
  border-radius: 0;
  transform: translate(0,0);
}

.graph-range-select .custom-select__close-mask {
  cursor: pointer;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}

.graph-range-select .flatpickr-calendar {
  margin: 0px;
  margin-top: 1.25rem;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.see-more {
  position: relative;
  padding-left: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  cursor: pointer;
  &.expanded {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  &.expanded {
    overflow-y: initial;
    &::before {
      transform: rotate(90deg);
    }
  }
  &::before {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
  &::before {
    content : '>';
    position: absolute;
    top: 0;
    left: 0;
  }
}

.dark .see-more {
  &.expanded, &::before {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.file-uploader--file-name {
  position: absolute;
  top: 1em;
  left: 8em;
}

.three-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* max-height: 500px; */
}

.three-canvas__wrapper {
  /* position: relative;
  width: 100%;
  padding-top: 160%; */
}

.animation-tooltip {
  background: var(--color-black);
  color: white;
  position: absolute;
  padding: 5px;
  border-radius: 1rem;
}

body.dark .animation-tooltip {
  background: white;
  color: var(--color-black);
}

.login, .forgot-password, .password-reset, .invitation-accept, .signup {
  input {
    background: var(--color-black-light);
    padding: 15px 15px;
    color: white;
    &::-moz-placeholder {
      color: rgba(255,255,255,0.3);
    }
    &::placeholder {
      color: rgba(255,255,255,0.3);
    }
    &:-webkit-autofill {
      -webkit-box-shadow:0 0 0 50px var(--color-black-light) inset;
      /* Change the color to your own background color */
      -webkit-text-fill-color: white;
    }
    &:-webkit-autofill:focus {
      -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px var(--color-black-light) inset;
      -webkit-text-fill-color: white;
    }
  }
  img {
    filter: grayscale(1);
    mix-blend-mode: overlay;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.login__errors {
  color: var(--color-red);
  margin: 10px 0;
}

.login__logo {
  width: 60px;
  svg path {
    fill: #656d64;
  }
}

.login__form-wrap {
  max-width: 350px;
  width: 90%;
}

.login__form {
  input:-webkit-autofill,
  input:-webkit-autofill,
  input:-webkit-autofill {
    -webkit-text-fill-color: #222;
    -webkit-transition: background-color 10800s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    transition: background-color 10800s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
}

.dark {
  .login__form {
    input:-webkit-autofill,
    input:-webkit-autofill,
    input:-webkit-autofill {
      -webkit-text-fill-color: white;
      -webkit-transition: background-color 10800s cubic-bezier(0.95, 0.05, 0.795, 0.035);
      transition: background-color 10800s cubic-bezier(0.95, 0.05, 0.795, 0.035);
    }
  }
}

.signup__error-box {
  position: absolute;
  min-height: 98px;
  display: flex;
  align-content: center;
  justify-content: center;
  background-color: var(--color-red);
  top: -53px;
  z-index: 10;
  left: -100px;
  right: -100px;
  padding: 20px 40px;
  border-radius: 3px;
  box-shadow: var(--box-shadow);
  opacity: 0;
  visibility: hidden;
  transition: 300ms ease-in-out;
  &.is-showing {
    opacity: 1;
    visibility: visible;
    top: -45px;
  }
  .signup__error-icon {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

.more-tools {
  &__column {
    width: 60px !important;
  }
  &__initial {
    width: 15px;
    opacity: 1;
    visibility: visible;
  }
  &__item {
    padding: 6px;
    border-radius: 50%;
    height: 35px;
    /* width: 35px; */
    &:hover {
      background: var(--color-gray-100);
    }
  }
  &__icons {
    display: flex;
    z-index: var(--z-layer-4);
    visibility: hidden;
    svg {
      fill: var(--color-gray-500);
    }
  }
  &__icon {
    cursor: pointer;
    display: block;
    height: 25px;
    width: 25px;
    opacity: 0;
  }
  &-row {
    &:hover {
      .more-tools__initial {
        opacity: 0;
        visibility: hidden;
      }
      .more-tools__icons {
        visibility: visible;
      }
      .more-tools__icon {
        opacity: 1;
        transform: translateY(0px);
      }
    }
  }
  &.test {
    .more-tools__initial {
      opacity: 0;
      visibility: hidden;
    }
    .more-tools__icons {
      visibility: visible;
    }
    .more-tools__icon {
      opacity: 1;
      transform: translateY(0px);
    }
  }
}

.more-tools__icons svg {
  height: 30px;
  width: 30px;
}

.icon svg {
  height: auto;
  width: 100%;
  max-height: 100%;
}

.ember-dark-mode-toggle {
  display: block;
  position: relative;
  /* top: 5px;
  right: 5px; */
  /* width: 27px; */
  /* padding: 0; */
  /* background: none; */
  /* border: 0; */
  /* z-index: 999; */
  /* color: white;
  background: rgba(0, 0, 0, 0.8); */
  /* padding: 3px; */
  /* border-radius: 50%; */
  overflow: hidden;
  cursor: pointer;
  padding: 1px 9px;
  border-radius: 4px;
  min-width: 70px;
  border: 1px solid;
  transition: background-color 300ms ease;
}

@media (hover: hover) {
  .ember-dark-mode-toggle:hover {
    background-color: var(--color-gray-light);
  }

  .dark .ember-dark-mode-toggle:hover {
    background-color: var(--color-black-light);
  }
}

.ember-dark-mode-toggle:focus {
  outline: 0;
  /* box-shadow: 0px 0px 6px #15E6CD, 0px 0px 6px #15E6CD, 0px 0px 3px #15E6CD; */
}

.ember-dark-mode-toggle__switch {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: auto;
  border-radius: inherit;
}

/* .ember-dark-mode-toggle__switch::before {
  content: "";
  display: block;
  position: relative;
  padding-bottom: 100%;
  border-radius: inherit;
} */

/* .ember-dark-mode-toggle__switch-inner {
  display: block;
  border-radius: 50%;
  border: 3px solid currentColor;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  border-radius: inherit;
  overflow: hidden;
}

.ember-dark-mode-toggle__switch-inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-color: currentColor;
  opacity: 0;
} */

.ember-dark-mode-toggle__switch-inner[data-ember-dark-mode-state="off"]::before {
  opacity: 1;
}

.ember-dark-mode-toggle__switch-inner[data-ember-dark-mode-state="on"]::before {
  opacity: 0;
}

.ember-dark-mode-toggle__switch-inner[data-ember-dark-mode-state="auto"]::before,
.ember-dark-mode-toggle__switch-inner[data-ember-dark-mode-state=auto-on]::before,
.ember-dark-mode-toggle__switch-inner[data-ember-dark-mode-state=auto-off]::before {
  opacity: 1;
  transform: translateX(-50%);
}

.ember-tooltip {
  /* background: var(--color-black); */
  /* font-size: 0.8rem; */
  max-width: 200px;
  padding: 4px 10px;
  z-index: 1000;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  .tooltip-arrow {
    display: none;
  }
}

.ember-popover {
  border: 0;
  box-shadow: 0 4px 15px rgba(66,69,81,0.15);
  max-width: 250px;
  z-index: 1000;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
}

.dark .ember-popover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.ember-popover-arrow {
  display: none;
}

/*.tooltip-element {
  z-index: 1000;
}*/

@keyframes bounce-below {
  0% {
    transform: translate(-50%, 115%);
  }

  50% {
    transform: translate(-50%, 101%);
  }

  99% {
    transform: translate(-50%, 115%);
  }
}

.reminder {
  position: absolute;
  bottom: -10px;
  display: block;
  left: 50%;
  font-size: 0.85rem;
  border-radius: 3px;
  background: var(--green);
  color: white !important;
  padding: 3px 10px;
  z-index: 20;
  transform: translate(-50%, 115%);
  animation: bounce-below 1s infinite ease;
  &:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--green);
    transform: translateX(-50%);
  }
}

.icon--green svg * {
  fill: var(--color-teal);
}

.icon--color-red svg * {
  fill: var(--color-red);
}

.icon--color-white svg * {
  fill: var(--color-white);
}

/******************************************************************************
  * Main
  *******************************************************************************/

.main-menu {
  width: 0;
  overflow: hidden;
  transition: width 200ms ease-out;
  /* display: none; */
  width: var(--main-menu-width);
  /* background: linear-gradient(90deg, var(--color-gray-light) 100%, transparent); */
  background: white;
  &.is-showing {
    display: block;
  }
  .main-menu__title {
    opacity: 0;
    transition: 300ms ease-out;
    min-width: 300px;
  }
  .main-menu__inner {
    transition: 300ms ease-out;
    min-width: 300px;
    i {
      min-width: 1.25rem;
      min-height: 1.25rem;
    }
    small {
      opacity: 0;
      transition: opacity 300ms ease-out;
    }
  }
  &.is-open {
    width: 400px;
    box-shadow: rgb(0 0 0 / 7%) 0px 8px 16px;
    /* background: linear-gradient(90deg, var(--color-gray-light) 50%, transparent); */
    /* background: linear-gradient(90deg, var(--color-gray-light) 50%, transparent); */
    .main-menu__inner {
      small,
      .main-menu__title {
        opacity: 1;
      }
    }
  }
}

.main-menu__sub {
  opacity: 0;
  max-height: 0px;
  padding-left: 30px;
  transition: 300ms ease-out;
}

.dark .main-menu {
  /* background: linear-gradient(90deg, var(--color-black-light) 100%, transparent); */
  /* background: var(--color-black); */
}

.dark .main-menu.is-open {
  /* background: linear-gradient(90deg, var(--color-black-light) 50%, transparent) !important; */
}

.main-menu__sub {
  opacity: 0;
  max-height: 0px;
  transition: 300ms ease-out;
  display: flex;
  a {
    opacity: 0.4;
    transition: 300ms ease-out;
    &:hover {
      opacity: 0.6;
    }
    &.active {
      opacity: 1;
    }
  }
}

.is-open .main-menu__main.active + .main-menu__sub {
  opacity: 1;
  max-height: 200px;
}

.main-menu__main {
  opacity: 0.4;
  transition: 300ms ease-out;
  &:hover {
    opacity: 0.6;
  }
  &.active {
    opacity: 1;
  }
}

/******************************************************************************
  * Toggle
  *******************************************************************************/

/* .main-menu__toggle {
  position: relative;
  width: 2rem;
  height: 2rem;
} */

.main-menu__toggle {
  position: relative;
  width: 27px;
  height: 27px;
  margin: 5px 0 0 5px;
  span {
    position: absolute;
    top: 50%;
    left: 0%;
    height: 2px;
    width: 100%;
    display: block;
    transform-origin: center;
    margin-top: 0.3rem;
    transform: scaleX(0.8333333333333334);
    transition: transform 0.3s cubic-bezier(0.25,0.1,0.25,1) 0s,
      margin-top 0.3s cubic-bezier(0.25,0.1,0.25,1) 0.3s,
      background 0.3s cubic-bezier(0.25,0.1,0.25,1),
      opacity 0.3s cubic-bezier(0.25,0.1,0.25,1);
  }
  span:nth-child(1) {
    margin-top: -8px;
  }
  span:nth-child(2) {
    margin-top: -2px;
  }
}

.main-menu.is-open {
  .main-menu__inner {
    opacity: 1;
  }
  .main-menu__toggle {
    span {
      position: absolute;
      top: 50%;
      left: 0%;
      height: 2px;
      width: 100%;
      background: var(--color-black);
      display: block;
      transform-origin: center center;
      margin-top: 0.3rem;
      transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0.3s, margin-top 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s, background 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
      transform: rotate(-45deg) scaleX(0.666667);
    }
    span:nth-child(1) {
      margin-top: 0;
      transform: rotate(45deg) scaleX(0.666667);
    }
    span:nth-child(2) {
      opacity: 0;
    }
    span:nth-child(3) {
      margin-top: 0;
    }
  }
}

.dark .main-menu.is-open .main-menu__toggle span {
  background: rgb(255, 255, 255);
}

.pill {
  border-radius: 48px;
  min-width: auto;
  flex-shrink: 0;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
}

.pill.show-circle {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* Default */

.pill.default:not(.hollow),
.pill:not(.hollow), {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
  color: currentColor;
}

.pill.default.hollow,
.pill.hollow {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
}

/* Success */

.pill.success:not(.hollow) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.pill.success.hollow {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

/* Critical */

.pill.critical:not(.hollow) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.pill.critical.hollow {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

/* Warning */

.pill.warning:not(.hollow) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.pill.warning.hollow {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}

/* Informational */

.pill.informational:not(.hollow) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.pill.informational.hollow {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

/* Attention */

.pill.attention:not(.hollow) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.pill.attention.hollow {
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

/* PILL CIRCLE */

.pill__circle {
  display: inline-block;
  background-color: currentColor;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-right: 5px;
}

.live-indicator {
  display: inline-block;
  animation: blink-effect 2s ease-in infinite;
  background-color: var(--color-green);
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.live-indicator--error {
  animation: none;
  background-color: var(--color-red);
}

@keyframes blink-effect {
  from {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0.3;
  }
}

.demo-actions-drawer {
  position: fixed;
  top: 0 !important;
  max-width: 100vw;
  width: 100%;
}

.demo-actions-drawer__wrapper .demo-actions-drawer__body {
  transform: translateX(100%);
  transition: 300ms ease;
}

.demo-actions-drawer__wrapper.-open .demo-actions-drawer__body {
  transform: translateX(0);
}

.demo-actions-drawer__body {
  position: absolute;
  height: 100vh;
  top: 0;
  right: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dark .demo-actions-drawer__body,
.dark .demo-actions-drawer__tab {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.demo-actions-drawer__tab {
  bottom: 0;
  transform: translate(-72%, -50%) rotate(-90deg);
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.demo-actions-drawer__mask {
  width: 100vw;
  height: 100vh;
}

.demo-actions-drawer__wrapper.-closed .demo-actions-drawer__mask {
  pointer-events: none;
}

.list-search {
  float: left;
  width: 33.333333%;
  padding: 0.5rem;
  text-align: left;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  filter: var(--list-drop-shadow);
  .icon {
    display: inline-block;
  }
  .icon {
    height: 1.5rem;
  }
  .icon {
    width: 1.5rem;
  }
  .icon {
    vertical-align: middle;
  }
  input {
    display: inline-block;
  }
  input {
    width: 91.666667%;
  }
  input {
    padding: 0px;
  }
  input {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  input {
    background-color: transparent;
  }
}

.list {
  height: auto;
  width: auto;
  table-layout: auto;
  .list-header-tools {
    padding-bottom: 1.5rem;
  }
  .list-header-tools {
    &> * {
      margin-top: 2.5rem;
    }
  }
  .list-header {
    border-bottom-width: 2px;
  }
  .list-header {
    text-align: left;
  }
  .list-header {
    th {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    th {
      font-size: 1rem;
      line-height: 1.5rem;
    }
    th {
      font-weight: 700;
    }
    th {
      text-transform: initial;
    }
  }
  tfoot {
    & tr {
      margin-top: 1rem;
    }
    button.icon {
      height: 1.75rem;
    }
    button.icon {
      width: 1.75rem;
    }
    button.icon {
      vertical-align: top;
    }
  }
  .list-meta {
    display: inline-block;
  }
  .list-pagination {
    float: right;
  }
  .list-pagination {
    text-align: right;
  }
  .list-pagination {
    p {
      display: inline-block;
    }
    p {
      height: 1.75rem;
    }
    p {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
    & button, & p {
      border-radius: 0.375rem;
    }
    & button, & p {
      border-width: 1px;
    }
    & button, & p {
      filter: var(--list-drop-shadow);
    }
  }
}

.dark .list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  .list-search {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}

.list-new {
  float: right;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  background: var(--color-primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  font-weight: normal;
  transition: 300ms ease-out;
}

.list-new:hover {
  opacity: 0.7;
}

.list-new:focus {
  outline: 0;
}

.btn-group > .list-new {
  border-radius: 0px;
  border: 1px solid var(--color-gray-400);
  border-left: 1px solid var(--color-gray-500);
}

.btn-group > .list-new:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.btn-group > .list-new:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.froala {
  .fr-basic.fr-top {
    border-radius: 0 !important;
  }
  .fr-second-toolbar {
    border: 0 !important;
    * {
      display: none;
    }
  }
  .fr-wrapper {
    border-bottom: 1px solid #CCCCCC !important;
  }
}

@keyframes loading-spin {
  to {
    transform: rotate(1turn);
  }
}

.spinner svg {
  animation: loading-spin 500ms linear infinite;
  fill: currentColor;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.6);
    opacity: 0.5;
  }

  70% {
    transform: scale(1);
    opacity: 0;
  }

  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}

.connection-indicator {
  position: relative;
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.connection-indicator::before {
  content: '';
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: 100%;
  background: currentColor;
  transform: scale(1);
  animation: pulse-black 1.5s infinite linear;
}

.connection-indicator.connected {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.connection-indicator.disconnected {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}

.widget .plot-mask {
  margin-left: -5%;
  width: 110%;
  height: 115%;
}

.widget .plot-mask svg {
  width: auto;
}

.widget ul li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/******************************************************************************
* Large Drawer
*******************************************************************************/

.large-drawer {
  background: rgb(255, 255, 255);
  max-width: calc(100% - 24px);
  margin: 12px;
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 18px;
}

.large-drawer__header {
  padding: 12px;
  border: 1px solid rgb(237, 237, 237);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.large-drawer__main {
  border: 1px solid rgb(237, 237, 237);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.unit__status .bar-graph__bar {
  fill-opacity: 1;
  stroke: none;
  stroke-width: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!sticky {
  position: sticky !important;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.z-20 {
  z-index: 20;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.z-30 {
  z-index: 30;
}

.z-0 {
  z-index: 0;
}

.-order-1 {
  order: -1;
}

.-order-2 {
  order: -2;
}

.-order-3 {
  order: -3;
}

.-order-4 {
  order: -4;
}

.-order-5 {
  order: -5;
}

.-order-6 {
  order: -6;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

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

.row-start-2 {
  grid-row-start: 2;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-3 {
  margin: 0.75rem;
}

.m-2 {
  margin: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-1 {
  margin-right: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

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

.mt-16 {
  margin-top: 4rem;
}

.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-screen {
  height: 100vh;
}

.h-full {
  height: 100%;
}

.h-5 {
  height: 1.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-9 {
  height: 2.25rem;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-third-screen {
  height: 33vh;
}

.h-32 {
  height: 8rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-4 {
  height: 1rem;
}

.h-2 {
  height: 0.5rem;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-full {
  max-height: 100%;
}

.min-h-full {
  min-height: 100%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

.w-screen {
  width: 100vw;
}

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

.w-3 {
  width: 0.75rem;
}

.w-\[210px\] {
  width: 210px;
}

.w-\[110px\] {
  width: 110px;
}

.w-1\/5 {
  width: 20%;
}

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

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

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

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

.w-11\/12 {
  width: 91.666667%;
}

.w-auto {
  width: auto;
}

.w-7 {
  width: 1.75rem;
}

.w-28 {
  width: 7rem;
}

.w-2 {
  width: 0.5rem;
}

.w-4 {
  width: 1rem;
}

.min-w-45 {
  min-width: 45px;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-sm {
  max-width: 24rem;
}

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

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.basis-11\/12 {
  flex-basis: 91.666667%;
}

.table-auto {
  table-layout: auto;
}

.border-collapse {
  border-collapse: collapse;
}

.rotate-12 {
  --tw-rotate: 12deg;
  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));
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

@keyframes toLeft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.animate-slide-in {
  animation: toLeft 150ms;
}

@keyframes toRight {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(100%);
  }
}

.animate-slide-out {
  animation: toRight 150ms;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.resize {
  resize: both;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

.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-end {
  justify-content: flex-end;
}

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

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

.justify-around {
  justify-content: space-around;
}

.justify-items-stretch {
  justify-items: stretch;
}

.gap-4 {
  gap: 1rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-28 {
  gap: 7rem;
}

.place-self-end {
  place-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(226 227 228 / var(--tw-border-opacity));
}

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

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

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

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

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.p-10 {
  padding: 2.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-0 {
  padding: 0px;
}

.p-6 {
  padding: 1.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

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

.pt-20 {
  padding-top: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pb-0\.5 {
  padding-bottom: 0.125rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 1rem;
}

.\!text-left {
  text-align: left !important;
}

.text-left {
  text-align: left;
}

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

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

.align-baseline {
  vertical-align: baseline;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.font-semibold {
  font-weight: 600;
}

.font-normal {
  font-weight: 400;
}

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

.font-medium {
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-20 {
  opacity: 0.2;
}

.outline {
  outline-style: solid;
}

.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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}

.hover\:border-slate-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

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

.dark .dark\:border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(54 54 54 / var(--tw-border-opacity));
}

.dark .dark\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity));
}

.dark .dark\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

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

.dark .dark\:bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark .dark\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark .dark\:bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.dark .dark\:bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.dark .dark\:bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

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

.dark .dark\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.dark .dark\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.dark .dark\:hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:table-cell {
    display: table-cell;
  }

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:\!text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

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

@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:w-\[485px\] {
    width: 485px;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
}
