@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic&subset=latin);@import url(https://fonts.googleapis.com/css?family=Proxima+Nova);@import url(https://fonts.googleapis.com/css?family=Poppins);@import url(https://fonts.googleapis.com/css?family=Proxima+Nova);@import url(https://fonts.googleapis.com/css?family=Poppins);@import url(https://fonts.googleapis.com/css2?family=Arial&display=swap);@import url(https://fonts.googleapis.com/css2?family=Times+New+Roman&display=swap);@import url(https://fonts.googleapis.com/css2?family=Verdana&display=swap);@import url(https://fonts.googleapis.com/css2?family=Georgia&display=swap);@import url(https://fonts.googleapis.com/css2?family=Helvetica&display=swap);@import url(https://fonts.googleapis.com/css2?family=Courier+New&display=swap);@import url(https://fonts.googleapis.com/css2?family=Tahoma&display=swap);@import url(https://fonts.googleapis.com/css2?family=Trebuchet+MS&display=swap);@import url(https://fonts.googleapis.com/css2?family=Comic+Sans+MS&display=swap);@import url(https://fonts.googleapis.com/css2?family=Impact&display=swap);@import url(https://fonts.googleapis.com/css?family=Karla); /*
 * # Semantic UI - 2.2.12
 * https://github.com/Semantic-Org/Semantic-UI
 * http://www.semantic-ui.com/
 *
 * Copyright 2014 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*!
 * # Semantic UI 2.2.12 - Reset
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Reset
*******************************/

/* Border-Box */

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

html {
  box-sizing: border-box;
}

/* iPad Input Shadows */

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Site
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Page
*******************************/

html,
body {
  height: 100%;
}

html {
  font-size: 14px;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  min-width: 320px;
  background: #FFFFFF;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  font-smoothing: antialiased;
}

/*******************************
             Headers
*******************************/

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.28571429em;
  margin: calc(2rem -  0.14285714em ) 0em 1rem;
  font-weight: bold;
  padding: 0em;
}

h1 {
  min-height: 1rem;
  font-size: 2rem;
}

h2 {
  font-size: 1.71428571rem;
}

h3 {
  font-size: 1.28571429rem;
}

h4 {
  font-size: 1.07142857rem;
}

h5 {
  font-size: 1rem;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child {
  margin-top: 0em;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child {
  margin-bottom: 0em;
}

/*******************************
             Text
*******************************/

p {
  margin: 0em 0em 1em;
  line-height: 1.4285em;
}

p:first-child {
  margin-top: 0em;
}

p:last-child {
  margin-bottom: 0em;
}

/*-------------------
        Links
--------------------*/

a {
  color: #4183C4;
  text-decoration: none;
}

a:hover {
  color: #1e70bf;
  text-decoration: none;
}

/*******************************
         Scrollbars
*******************************/

/*******************************
          Highlighting
*******************************/

/* Site */

::-webkit-selection {
  background-color: #CCE2FF;
  color: rgba(0, 0, 0, 0.87);
}

::-moz-selection {
  background-color: #CCE2FF;
  color: rgba(0, 0, 0, 0.87);
}

::selection {
  background-color: #CCE2FF;
  color: rgba(0, 0, 0, 0.87);
}

/* Form */

textarea::-webkit-selection,
input::-webkit-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

textarea::-moz-selection,
input::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

textarea::selection,
input::selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

/* Force Simple Scrollbars */

body ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

body ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
}

body ::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

body ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.15);
}

body ::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 135, 139, 0.8);
}

/* Inverted UI */

body .ui.inverted::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

body .ui.inverted::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

body .ui.inverted::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

body .ui.inverted::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

/*******************************
        Global Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Button
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Button
*******************************/

.ui.button {
  cursor: pointer;
  display: inline-block;
  min-height: 1em;
  outline: none;
  border: none;
  vertical-align: baseline;
  background: #E0E1E2 none;
  color: rgba(0, 0, 0, 0.6);
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0em 0.25em 0em 0em;
  padding: 0.78571429em 1.5em 0.78571429em;
  text-transform: none;
  text-shadow: none;
  font-weight: bold;
  line-height: 1em;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  border-radius: 0.28571429rem;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  will-change: '';
  -webkit-tap-highlight-color: transparent;
}

/*******************************
            States
*******************************/

/*--------------
      Hover
---------------*/

.ui.button:hover {
  background-color: #CACBCD;
  background-image: none;
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
  color: rgba(0, 0, 0, 0.8);
}

.ui.button:hover .icon {
  opacity: 0.85;
}

/*--------------
      Focus
---------------*/

.ui.button:focus {
  background-color: #CACBCD;
  color: rgba(0, 0, 0, 0.8);
  background-image: '' !important;
  box-shadow: '' !important;
}

.ui.button:focus .icon {
  opacity: 0.85;
}

/*--------------
      Down
---------------*/

.ui.button:active,
.ui.active.button:active {
  background-color: #BABBBC;
  background-image: '';
  color: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 0px 1px transparent inset, none;
}

/*--------------
     Active
---------------*/

.ui.active.button {
  background-color: #C0C1C2;
  background-image: none;
  box-shadow: 0px 0px 0px 1px transparent inset;
  color: rgba(0, 0, 0, 0.95);
}

.ui.active.button:hover {
  background-color: #C0C1C2;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

.ui.active.button:active {
  background-color: #C0C1C2;
  background-image: none;
}

/*--------------
    Loading
---------------*/

/* Specificity hack */

.ui.loading.loading.loading.loading.loading.loading.button {
  position: relative;
  cursor: default;
  text-shadow: none !important;
  color: transparent !important;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear, opacity 0.1s ease;
  transition: all 0s linear, opacity 0.1s ease;
}

.ui.loading.button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.15);
}

.ui.loading.button:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #FFFFFF transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

.ui.labeled.icon.loading.button .icon {
  background-color: transparent;
  box-shadow: none;
}

@-webkit-keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ui.basic.loading.button:not(.inverted):before {
  border-color: rgba(0, 0, 0, 0.1);
}

.ui.basic.loading.button:not(.inverted):after {
  border-top-color: #767676;
}

/*-------------------
      Disabled
--------------------*/

.ui.buttons .disabled.button,
.ui.disabled.button,
.ui.button:disabled,
.ui.disabled.button:hover,
.ui.disabled.active.button {
  cursor: default;
  opacity: 0.45 !important;
  background-image: none !important;
  box-shadow: none !important;
  pointer-events: none !important;
}

/* Basic Group With Disabled */

.ui.basic.buttons .ui.disabled.button {
  border-color: rgba(34, 36, 38, 0.5);
}

/*******************************
             Types
*******************************/

/*-------------------
       Animated
--------------------*/

.ui.animated.button {
  position: relative;
  overflow: hidden;
  padding-right: 0em !important;
  vertical-align: middle;
  z-index: 1;
}

.ui.animated.button .content {
  will-change: transform, opacity;
}

.ui.animated.button .visible.content {
  position: relative;
  margin-right: 1.5em;
}

.ui.animated.button .hidden.content {
  position: absolute;
  width: 100%;
}

/* Horizontal */

.ui.animated.button .visible.content,
.ui.animated.button .hidden.content {
  -webkit-transition: right 0.3s ease 0s;
  transition: right 0.3s ease 0s;
}

.ui.animated.button .visible.content {
  left: auto;
  right: 0%;
}

.ui.animated.button .hidden.content {
  top: 50%;
  left: auto;
  right: -100%;
  margin-top: -0.5em;
}

.ui.animated.button:focus .visible.content,
.ui.animated.button:hover .visible.content {
  left: auto;
  right: 200%;
}

.ui.animated.button:focus .hidden.content,
.ui.animated.button:hover .hidden.content {
  left: auto;
  right: 0%;
}

/* Vertical */

.ui.vertical.animated.button .visible.content,
.ui.vertical.animated.button .hidden.content {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ui.vertical.animated.button .visible.content {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  right: auto;
}

.ui.vertical.animated.button .hidden.content {
  top: -50%;
  left: 0%;
  right: auto;
}

.ui.vertical.animated.button:focus .visible.content,
.ui.vertical.animated.button:hover .visible.content {
  -webkit-transform: translateY(200%);
  transform: translateY(200%);
  right: auto;
}

.ui.vertical.animated.button:focus .hidden.content,
.ui.vertical.animated.button:hover .hidden.content {
  top: 50%;
  right: auto;
}

/* Fade */

.ui.fade.animated.button .visible.content,
.ui.fade.animated.button .hidden.content {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ui.fade.animated.button .visible.content {
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.ui.fade.animated.button .hidden.content {
  opacity: 0;
  left: 0%;
  right: auto;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.ui.fade.animated.button:focus .visible.content,
.ui.fade.animated.button:hover .visible.content {
  left: auto;
  right: auto;
  opacity: 0;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

.ui.fade.animated.button:focus .hidden.content,
.ui.fade.animated.button:hover .hidden.content {
  left: 0%;
  right: auto;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-------------------
       Inverted
--------------------*/

.ui.inverted.button {
  box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  background: transparent none;
  color: #FFFFFF;
  text-shadow: none !important;
}

/* Group */

.ui.inverted.buttons .button {
  margin: 0px 0px 0px -2px;
}

.ui.inverted.buttons .button:first-child {
  margin-left: 0em;
}

.ui.inverted.vertical.buttons .button {
  margin: 0px 0px -2px 0px;
}

.ui.inverted.vertical.buttons .button:first-child {
  margin-top: 0em;
}

/* States */

/* Hover */

.ui.inverted.button:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  color: rgba(0, 0, 0, 0.8);
}

/* Active / Focus */

.ui.inverted.button:focus,
.ui.inverted.button.active {
  background: #FFFFFF;
  box-shadow: 0px 0px 0px 2px #FFFFFF inset !important;
  color: rgba(0, 0, 0, 0.8);
}

/* Active Focus */

.ui.inverted.button.active:focus {
  background: #DCDDDE;
  box-shadow: 0px 0px 0px 2px #DCDDDE inset !important;
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
    Labeled Button
--------------------*/

.ui.labeled.button:not(.icon) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: none !important;
  padding: 0px !important;
  border: none !important;
  box-shadow: none !important;
}

.ui.labeled.button > .button {
  margin: 0px;
}

.ui.labeled.button > .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 0px -1px !important;
  padding: '';
  font-size: 1em;
  border-color: rgba(34, 36, 38, 0.15);
}

/* Tag */

.ui.labeled.button > .tag.label:before {
  width: 1.85em;
  height: 1.85em;
}

/* Right */

.ui.labeled.button:not([class*="left labeled"]) > .button {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui.labeled.button:not([class*="left labeled"]) > .label {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Left Side */

.ui[class*="left labeled"].button > .button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ui[class*="left labeled"].button > .label {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/*-------------------
       Social
--------------------*/

/* Facebook */

.ui.facebook.button {
  background-color: #3B5998;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.facebook.button:hover {
  background-color: #304d8a;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.facebook.button:active {
  background-color: #2d4373;
  color: #FFFFFF;
  text-shadow: none;
}

/* Twitter */

.ui.twitter.button {
  background-color: #55ACEE;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.twitter.button:hover {
  background-color: #35a2f4;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.twitter.button:active {
  background-color: #2795e9;
  color: #FFFFFF;
  text-shadow: none;
}

/* Google Plus */

.ui.google.plus.button {
  background-color: #DD4B39;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.google.plus.button:hover {
  background-color: #e0321c;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.google.plus.button:active {
  background-color: #c23321;
  color: #FFFFFF;
  text-shadow: none;
}

/* Linked In */

.ui.linkedin.button {
  background-color: #1F88BE;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.linkedin.button:hover {
  background-color: #147baf;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.linkedin.button:active {
  background-color: #186992;
  color: #FFFFFF;
  text-shadow: none;
}

/* YouTube */

.ui.youtube.button {
  background-color: #CC181E;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.youtube.button:hover {
  background-color: #bd0d13;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.youtube.button:active {
  background-color: #9e1317;
  color: #FFFFFF;
  text-shadow: none;
}

/* Instagram */

.ui.instagram.button {
  background-color: #49769C;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.instagram.button:hover {
  background-color: #3d698e;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.instagram.button:active {
  background-color: #395c79;
  color: #FFFFFF;
  text-shadow: none;
}

/* Pinterest */

.ui.pinterest.button {
  background-color: #BD081C;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.pinterest.button:hover {
  background-color: #ac0013;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.pinterest.button:active {
  background-color: #8c0615;
  color: #FFFFFF;
  text-shadow: none;
}

/* VK */

.ui.vk.button {
  background-color: #4D7198;
  color: #FFFFFF;
  background-image: none;
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.vk.button:hover {
  background-color: #41648a;
  color: #FFFFFF;
}

.ui.vk.button:active {
  background-color: #3c5876;
  color: #FFFFFF;
}

/*--------------
     Icon
---------------*/

.ui.button > .icon:not(.button) {
  height: 0.85714286em;
  opacity: 0.8;
  margin: 0em 0.42857143em 0em -0.21428571em;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  vertical-align: '';
  color: '';
}

.ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
  margin: 0em 0.42857143em 0em -0.21428571em;
}

.ui.button:not(.icon) > .right.icon:not(.button):not(.dropdown) {
  margin: 0em -0.21428571em 0em 0.42857143em;
}

/*******************************
           Variations
*******************************/

/*-------------------
       Floated
--------------------*/

.ui[class*="left floated"].buttons,
.ui[class*="left floated"].button {
  float: left;
  margin-left: 0em;
  margin-right: 0.25em;
}

.ui[class*="right floated"].buttons,
.ui[class*="right floated"].button {
  float: right;
  margin-right: 0em;
  margin-left: 0.25em;
}

/*-------------------
       Compact
--------------------*/

.ui.compact.buttons .button,
.ui.compact.button {
  padding: 0.58928571em 1.125em 0.58928571em;
}

.ui.compact.icon.buttons .button,
.ui.compact.icon.button {
  padding: 0.58928571em 0.58928571em 0.58928571em;
}

.ui.compact.labeled.icon.buttons .button,
.ui.compact.labeled.icon.button {
  padding: 0.58928571em 3.69642857em 0.58928571em;
}

/*-------------------
        Sizes
--------------------*/

.ui.mini.buttons .button,
.ui.mini.buttons .or,
.ui.mini.button {
  font-size: 0.78571429rem;
}

.ui.tiny.buttons .button,
.ui.tiny.buttons .or,
.ui.tiny.button {
  font-size: 0.85714286rem;
}

.ui.small.buttons .button,
.ui.small.buttons .or,
.ui.small.button {
  font-size: 0.92857143rem;
}

.ui.buttons .button,
.ui.buttons .or,
.ui.button {
  font-size: 1rem;
}

.ui.large.buttons .button,
.ui.large.buttons .or,
.ui.large.button {
  font-size: 1.14285714rem;
}

.ui.big.buttons .button,
.ui.big.buttons .or,
.ui.big.button {
  font-size: 1.28571429rem;
}

.ui.huge.buttons .button,
.ui.huge.buttons .or,
.ui.huge.button {
  font-size: 1.42857143rem;
}

.ui.massive.buttons .button,
.ui.massive.buttons .or,
.ui.massive.button {
  font-size: 1.71428571rem;
}

/*--------------
    Icon Only
---------------*/

.ui.icon.buttons .button,
.ui.icon.button {
  padding: 0.78571429em 0.78571429em 0.78571429em;
}

.ui.icon.buttons .button > .icon,
.ui.icon.button > .icon {
  opacity: 0.9;
  margin: 0em !important;
  vertical-align: top;
}

/*-------------------
        Basic
--------------------*/

.ui.basic.buttons .button,
.ui.basic.button {
  background: transparent none !important;
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: normal;
  border-radius: 0.28571429rem;
  text-transform: none;
  text-shadow: none !important;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

.ui.basic.buttons {
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
}

.ui.basic.buttons .button {
  border-radius: 0em;
}

.ui.basic.buttons .button:hover,
.ui.basic.button:hover {
  background: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.basic.buttons .button:focus,
.ui.basic.button:focus {
  background: #FFFFFF !important;
  color: rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.basic.buttons .button:active,
.ui.basic.button:active {
  background: #F8F8F8 !important;
  color: rgba(0, 0, 0, 0.9) !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.basic.buttons .active.button,
.ui.basic.active.button {
  background: rgba(0, 0, 0, 0.05) !important;
  box-shadow: '' !important;
  color: rgba(0, 0, 0, 0.95);
}

.ui.basic.buttons .active.button:hover,
.ui.basic.active.button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* Vertical */

.ui.basic.buttons .button:hover {
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.35) inset, 0px 0px 0px 0px rgba(34, 36, 38, 0.15) inset inset;
}

.ui.basic.buttons .button:active {
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(34, 36, 38, 0.15) inset inset;
}

.ui.basic.buttons .active.button {
  box-shadow: '' !important;
}

/* Standard Basic Inverted */

.ui.basic.inverted.buttons .button,
.ui.basic.inverted.button {
  background-color: transparent !important;
  color: #F9FAFB !important;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
}

.ui.basic.inverted.buttons .button:hover,
.ui.basic.inverted.button:hover {
  color: #FFFFFF !important;
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}

.ui.basic.inverted.buttons .button:focus,
.ui.basic.inverted.button:focus {
  color: #FFFFFF !important;
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}

.ui.basic.inverted.buttons .button:active,
.ui.basic.inverted.button:active {
  background-color: rgba(255, 255, 255, 0.08) !important;
  color: #FFFFFF !important;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
}

.ui.basic.inverted.buttons .active.button,
.ui.basic.inverted.active.button {
  background-color: rgba(255, 255, 255, 0.08);
  color: #FFFFFF;
  text-shadow: none;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
}

.ui.basic.inverted.buttons .active.button:hover,
.ui.basic.inverted.active.button:hover {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 0px 0px 2px #ffffff inset !important;
}

/* Basic Group */

.ui.basic.buttons .button {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}

.ui.basic.vertical.buttons .button {
  border-left: none;
}

.ui.basic.vertical.buttons .button {
  border-left-width: 0px;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.basic.vertical.buttons .button:first-child {
  border-top-width: 0px;
}

/*--------------
  Labeled Icon
---------------*/

.ui.labeled.icon.buttons .button,
.ui.labeled.icon.button {
  position: relative;
  padding-left: 4.07142857em !important;
  padding-right: 1.5em !important;
}

/* Left Labeled */

.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
  position: absolute;
  height: 100%;
  line-height: 1;
  border-radius: 0px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  text-align: center;
  margin: 0em;
  width: 2.57142857em;
  background-color: rgba(0, 0, 0, 0.05);
  color: '';
  box-shadow: -1px 0px 0px 0px transparent inset;
}

/* Left Labeled */

.ui.labeled.icon.buttons > .button > .icon,
.ui.labeled.icon.button > .icon {
  top: 0em;
  left: 0em;
}

/* Right Labeled */

.ui[class*="right labeled"].icon.button {
  padding-right: 4.07142857em !important;
  padding-left: 1.5em !important;
}

.ui[class*="right labeled"].icon.button > .icon {
  left: auto;
  right: 0em;
  border-radius: 0px;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
  box-shadow: 1px 0px 0px 0px transparent inset;
}

.ui.labeled.icon.buttons > .button > .icon:before,
.ui.labeled.icon.button > .icon:before,
.ui.labeled.icon.buttons > .button > .icon:after,
.ui.labeled.icon.button > .icon:after {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.labeled.icon.buttons .button > .icon {
  border-radius: 0em;
}

.ui.labeled.icon.buttons .button:first-child > .icon {
  border-top-left-radius: 0.28571429rem;
  border-bottom-left-radius: 0.28571429rem;
}

.ui.labeled.icon.buttons .button:last-child > .icon {
  border-top-right-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

.ui.vertical.labeled.icon.buttons .button:first-child > .icon {
  border-radius: 0em;
  border-top-left-radius: 0.28571429rem;
}

.ui.vertical.labeled.icon.buttons .button:last-child > .icon {
  border-radius: 0em;
  border-bottom-left-radius: 0.28571429rem;
}

/* Fluid Labeled */

.ui.fluid[class*="left labeled"].icon.button,
.ui.fluid[class*="right labeled"].icon.button {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

/*--------------
     Toggle
---------------*/

/* Toggle (Modifies active state to give affordances) */

.ui.toggle.buttons .active.button,
.ui.buttons .button.toggle.active,
.ui.button.toggle.active {
  background-color: #21BA45 !important;
  box-shadow: none !important;
  text-shadow: none;
  color: #FFFFFF !important;
}

.ui.button.toggle.active:hover {
  background-color: #16ab39 !important;
  text-shadow: none;
  color: #FFFFFF !important;
}

/*--------------
    Circular
---------------*/

.ui.circular.button {
  border-radius: 10em;
}

.ui.circular.button > .icon {
  width: 1em;
  vertical-align: baseline;
}

/*-------------------
      Or Buttons
--------------------*/

.ui.buttons .or {
  position: relative;
  width: 0.3em;
  height: 2.57142857em;
  z-index: 3;
}

.ui.buttons .or:before {
  position: absolute;
  text-align: center;
  border-radius: 500rem;
  content: 'or';
  top: 50%;
  left: 50%;
  background-color: #FFFFFF;
  text-shadow: none;
  margin-top: -0.89285714em;
  margin-left: -0.89285714em;
  width: 1.78571429em;
  height: 1.78571429em;
  line-height: 1.78571429em;
  color: rgba(0, 0, 0, 0.4);
  font-style: normal;
  font-weight: bold;
  box-shadow: 0px 0px 0px 1px transparent inset;
}

.ui.buttons .or[data-text]:before {
  content: attr(data-text);
}

/* Fluid Or */

.ui.fluid.buttons .or {
  width: 0em !important;
}

.ui.fluid.buttons .or:after {
  display: none;
}

/*-------------------
       Attached
--------------------*/

/* Singular */

.ui.attached.button {
  position: relative;
  display: block;
  margin: 0em;
  border-radius: 0em;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) !important;
}

/* Top / Bottom */

.ui.attached.top.button {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.attached.bottom.button {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* Left / Right */

.ui.left.attached.button {
  display: inline-block;
  border-left: none;
  text-align: right;
  padding-right: 0.75em;
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

.ui.right.attached.button {
  display: inline-block;
  text-align: left;
  padding-left: 0.75em;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

/* Plural */

.ui.attached.buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0em;
  width: auto !important;
  z-index: 2;
  margin-left: -1px;
  margin-right: -1px;
}

.ui.attached.buttons .button {
  margin: 0em;
}

.ui.attached.buttons .button:first-child {
  border-radius: 0em;
}

.ui.attached.buttons .button:last-child {
  border-radius: 0em;
}

/* Top / Bottom */

.ui[class*="top attached"].buttons {
  margin-bottom: -1px;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui[class*="top attached"].buttons .button:first-child {
  border-radius: 0.28571429rem 0em 0em 0em;
}

.ui[class*="top attached"].buttons .button:last-child {
  border-radius: 0em 0.28571429rem 0em 0em;
}

.ui[class*="bottom attached"].buttons {
  margin-top: -1px;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui[class*="bottom attached"].buttons .button:first-child {
  border-radius: 0em 0em 0em 0.28571429rem;
}

.ui[class*="bottom attached"].buttons .button:last-child {
  border-radius: 0em 0em 0.28571429rem 0em;
}

/* Left / Right */

.ui[class*="left attached"].buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0em;
  margin-left: -1px;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

.ui[class*="left attached"].buttons .button:first-child {
  margin-left: -1px;
  border-radius: 0em 0.28571429rem 0em 0em;
}

.ui[class*="left attached"].buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0em 0em 0.28571429rem 0em;
}

.ui[class*="right attached"].buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0em;
  margin-right: -1px;
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

.ui[class*="right attached"].buttons .button:first-child {
  margin-left: -1px;
  border-radius: 0.28571429rem 0em 0em 0em;
}

.ui[class*="right attached"].buttons .button:last-child {
  margin-left: -1px;
  border-radius: 0em 0em 0em 0.28571429rem;
}

/*-------------------
        Fluid
--------------------*/

.ui.fluid.buttons,
.ui.fluid.button {
  width: 100%;
}

.ui.fluid.button {
  display: block;
}

.ui.two.buttons {
  width: 100%;
}

.ui.two.buttons > .button {
  width: 50%;
}

.ui.three.buttons {
  width: 100%;
}

.ui.three.buttons > .button {
  width: 33.333%;
}

.ui.four.buttons {
  width: 100%;
}

.ui.four.buttons > .button {
  width: 25%;
}

.ui.five.buttons {
  width: 100%;
}

.ui.five.buttons > .button {
  width: 20%;
}

.ui.six.buttons {
  width: 100%;
}

.ui.six.buttons > .button {
  width: 16.666%;
}

.ui.seven.buttons {
  width: 100%;
}

.ui.seven.buttons > .button {
  width: 14.285%;
}

.ui.eight.buttons {
  width: 100%;
}

.ui.eight.buttons > .button {
  width: 12.500%;
}

.ui.nine.buttons {
  width: 100%;
}

.ui.nine.buttons > .button {
  width: 11.11%;
}

.ui.ten.buttons {
  width: 100%;
}

.ui.ten.buttons > .button {
  width: 10%;
}

.ui.eleven.buttons {
  width: 100%;
}

.ui.eleven.buttons > .button {
  width: 9.09%;
}

.ui.twelve.buttons {
  width: 100%;
}

.ui.twelve.buttons > .button {
  width: 8.3333%;
}

/* Fluid Vertical Buttons */

.ui.fluid.vertical.buttons,
.ui.fluid.vertical.buttons > .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.ui.two.vertical.buttons > .button {
  height: 50%;
}

.ui.three.vertical.buttons > .button {
  height: 33.333%;
}

.ui.four.vertical.buttons > .button {
  height: 25%;
}

.ui.five.vertical.buttons > .button {
  height: 20%;
}

.ui.six.vertical.buttons > .button {
  height: 16.666%;
}

.ui.seven.vertical.buttons > .button {
  height: 14.285%;
}

.ui.eight.vertical.buttons > .button {
  height: 12.500%;
}

.ui.nine.vertical.buttons > .button {
  height: 11.11%;
}

.ui.ten.vertical.buttons > .button {
  height: 10%;
}

.ui.eleven.vertical.buttons > .button {
  height: 9.09%;
}

.ui.twelve.vertical.buttons > .button {
  height: 8.3333%;
}

/*-------------------
       Colors
--------------------*/

/*--- Black ---*/

.ui.black.buttons .button,
.ui.black.button {
  background-color: #1B1C1D;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.black.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.black.buttons .button:hover,
.ui.black.button:hover {
  background-color: #27292a;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.black.buttons .button:focus,
.ui.black.button:focus {
  background-color: #2f3032;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.black.buttons .button:active,
.ui.black.button:active {
  background-color: #343637;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.black.buttons .active.button,
.ui.black.buttons .active.button:active,
.ui.black.active.button,
.ui.black.button .active.button:active {
  background-color: #0f0f10;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.black.buttons .button,
.ui.basic.black.button {
  box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
  color: #1B1C1D !important;
}

.ui.basic.black.buttons .button:hover,
.ui.basic.black.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #27292a inset !important;
  color: #27292a !important;
}

.ui.basic.black.buttons .button:focus,
.ui.basic.black.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #2f3032 inset !important;
  color: #27292a !important;
}

.ui.basic.black.buttons .active.button,
.ui.basic.black.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #0f0f10 inset !important;
  color: #343637 !important;
}

.ui.basic.black.buttons .button:active,
.ui.basic.black.button:active {
  box-shadow: 0px 0px 0px 1px #343637 inset !important;
  color: #343637 !important;
}

.ui.buttons:not(.vertical) > .basic.black.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.black.buttons .button,
.ui.inverted.black.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  color: #FFFFFF;
}

.ui.inverted.black.buttons .button:hover,
.ui.inverted.black.button:hover,
.ui.inverted.black.buttons .button:focus,
.ui.inverted.black.button:focus,
.ui.inverted.black.buttons .button.active,
.ui.inverted.black.button.active,
.ui.inverted.black.buttons .button:active,
.ui.inverted.black.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.black.buttons .button:hover,
.ui.inverted.black.button:hover {
  background-color: #000000;
}

.ui.inverted.black.buttons .button:focus,
.ui.inverted.black.button:focus {
  background-color: #000000;
}

.ui.inverted.black.buttons .active.button,
.ui.inverted.black.active.button {
  background-color: #000000;
}

.ui.inverted.black.buttons .button:active,
.ui.inverted.black.button:active {
  background-color: #000000;
}

/* Inverted Basic */

.ui.inverted.black.basic.buttons .button,
.ui.inverted.black.buttons .basic.button,
.ui.inverted.black.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.black.basic.buttons .button:hover,
.ui.inverted.black.buttons .basic.button:hover,
.ui.inverted.black.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #000000 inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.black.basic.buttons .button:focus,
.ui.inverted.black.basic.buttons .button:focus,
.ui.inverted.black.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #000000 inset !important;
  color: #545454 !important;
}

.ui.inverted.black.basic.buttons .active.button,
.ui.inverted.black.buttons .basic.active.button,
.ui.inverted.black.basic.active.button {
  box-shadow: 0px 0px 0px 2px #000000 inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.black.basic.buttons .button:active,
.ui.inverted.black.buttons .basic.button:active,
.ui.inverted.black.basic.button:active {
  box-shadow: 0px 0px 0px 2px #000000 inset !important;
  color: #FFFFFF !important;
}

/*--- Grey ---*/

.ui.grey.buttons .button,
.ui.grey.button {
  background-color: #767676;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.grey.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.grey.buttons .button:hover,
.ui.grey.button:hover {
  background-color: #838383;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.grey.buttons .button:focus,
.ui.grey.button:focus {
  background-color: #8a8a8a;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.grey.buttons .button:active,
.ui.grey.button:active {
  background-color: #909090;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.grey.buttons .active.button,
.ui.grey.buttons .active.button:active,
.ui.grey.active.button,
.ui.grey.button .active.button:active {
  background-color: #696969;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.grey.buttons .button,
.ui.basic.grey.button {
  box-shadow: 0px 0px 0px 1px #767676 inset !important;
  color: #767676 !important;
}

.ui.basic.grey.buttons .button:hover,
.ui.basic.grey.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #838383 inset !important;
  color: #838383 !important;
}

.ui.basic.grey.buttons .button:focus,
.ui.basic.grey.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #8a8a8a inset !important;
  color: #838383 !important;
}

.ui.basic.grey.buttons .active.button,
.ui.basic.grey.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #696969 inset !important;
  color: #909090 !important;
}

.ui.basic.grey.buttons .button:active,
.ui.basic.grey.button:active {
  box-shadow: 0px 0px 0px 1px #909090 inset !important;
  color: #909090 !important;
}

.ui.buttons:not(.vertical) > .basic.grey.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.grey.buttons .button,
.ui.inverted.grey.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #D4D4D5 inset !important;
  color: #FFFFFF;
}

.ui.inverted.grey.buttons .button:hover,
.ui.inverted.grey.button:hover,
.ui.inverted.grey.buttons .button:focus,
.ui.inverted.grey.button:focus,
.ui.inverted.grey.buttons .button.active,
.ui.inverted.grey.button.active,
.ui.inverted.grey.buttons .button:active,
.ui.inverted.grey.button:active {
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.6);
}

.ui.inverted.grey.buttons .button:hover,
.ui.inverted.grey.button:hover {
  background-color: #cfd0d2;
}

.ui.inverted.grey.buttons .button:focus,
.ui.inverted.grey.button:focus {
  background-color: #c7c9cb;
}

.ui.inverted.grey.buttons .active.button,
.ui.inverted.grey.active.button {
  background-color: #cfd0d2;
}

.ui.inverted.grey.buttons .button:active,
.ui.inverted.grey.button:active {
  background-color: #c2c4c5;
}

/* Inverted Basic */

.ui.inverted.grey.basic.buttons .button,
.ui.inverted.grey.buttons .basic.button,
.ui.inverted.grey.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.grey.basic.buttons .button:hover,
.ui.inverted.grey.buttons .basic.button:hover,
.ui.inverted.grey.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.grey.basic.buttons .button:focus,
.ui.inverted.grey.basic.buttons .button:focus,
.ui.inverted.grey.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #c7c9cb inset !important;
  color: #DCDDDE !important;
}

.ui.inverted.grey.basic.buttons .active.button,
.ui.inverted.grey.buttons .basic.active.button,
.ui.inverted.grey.basic.active.button {
  box-shadow: 0px 0px 0px 2px #cfd0d2 inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.grey.basic.buttons .button:active,
.ui.inverted.grey.buttons .basic.button:active,
.ui.inverted.grey.basic.button:active {
  box-shadow: 0px 0px 0px 2px #c2c4c5 inset !important;
  color: #FFFFFF !important;
}

/*--- Brown ---*/

.ui.brown.buttons .button,
.ui.brown.button {
  background-color: #A5673F;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.brown.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.brown.buttons .button:hover,
.ui.brown.button:hover {
  background-color: #975b33;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.brown.buttons .button:focus,
.ui.brown.button:focus {
  background-color: #90532b;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.brown.buttons .button:active,
.ui.brown.button:active {
  background-color: #805031;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.brown.buttons .active.button,
.ui.brown.buttons .active.button:active,
.ui.brown.active.button,
.ui.brown.button .active.button:active {
  background-color: #995a31;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.brown.buttons .button,
.ui.basic.brown.button {
  box-shadow: 0px 0px 0px 1px #A5673F inset !important;
  color: #A5673F !important;
}

.ui.basic.brown.buttons .button:hover,
.ui.basic.brown.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #975b33 inset !important;
  color: #975b33 !important;
}

.ui.basic.brown.buttons .button:focus,
.ui.basic.brown.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #90532b inset !important;
  color: #975b33 !important;
}

.ui.basic.brown.buttons .active.button,
.ui.basic.brown.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #995a31 inset !important;
  color: #805031 !important;
}

.ui.basic.brown.buttons .button:active,
.ui.basic.brown.button:active {
  box-shadow: 0px 0px 0px 1px #805031 inset !important;
  color: #805031 !important;
}

.ui.buttons:not(.vertical) > .basic.brown.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.brown.buttons .button,
.ui.inverted.brown.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #D67C1C inset !important;
  color: #D67C1C;
}

.ui.inverted.brown.buttons .button:hover,
.ui.inverted.brown.button:hover,
.ui.inverted.brown.buttons .button:focus,
.ui.inverted.brown.button:focus,
.ui.inverted.brown.buttons .button.active,
.ui.inverted.brown.button.active,
.ui.inverted.brown.buttons .button:active,
.ui.inverted.brown.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.brown.buttons .button:hover,
.ui.inverted.brown.button:hover {
  background-color: #c86f11;
}

.ui.inverted.brown.buttons .button:focus,
.ui.inverted.brown.button:focus {
  background-color: #c16808;
}

.ui.inverted.brown.buttons .active.button,
.ui.inverted.brown.active.button {
  background-color: #cc6f0d;
}

.ui.inverted.brown.buttons .button:active,
.ui.inverted.brown.button:active {
  background-color: #a96216;
}

/* Inverted Basic */

.ui.inverted.brown.basic.buttons .button,
.ui.inverted.brown.buttons .basic.button,
.ui.inverted.brown.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.brown.basic.buttons .button:hover,
.ui.inverted.brown.buttons .basic.button:hover,
.ui.inverted.brown.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #c86f11 inset !important;
  color: #D67C1C !important;
}

.ui.inverted.brown.basic.buttons .button:focus,
.ui.inverted.brown.basic.buttons .button:focus,
.ui.inverted.brown.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #c16808 inset !important;
  color: #D67C1C !important;
}

.ui.inverted.brown.basic.buttons .active.button,
.ui.inverted.brown.buttons .basic.active.button,
.ui.inverted.brown.basic.active.button {
  box-shadow: 0px 0px 0px 2px #cc6f0d inset !important;
  color: #D67C1C !important;
}

.ui.inverted.brown.basic.buttons .button:active,
.ui.inverted.brown.buttons .basic.button:active,
.ui.inverted.brown.basic.button:active {
  box-shadow: 0px 0px 0px 2px #a96216 inset !important;
  color: #D67C1C !important;
}

/*--- Blue ---*/

.ui.blue.buttons .button,
.ui.blue.button {
  background-color: #2185D0;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.blue.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.blue.buttons .button:hover,
.ui.blue.button:hover {
  background-color: #1678c2;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.blue.buttons .button:focus,
.ui.blue.button:focus {
  background-color: #0d71bb;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.blue.buttons .button:active,
.ui.blue.button:active {
  background-color: #1a69a4;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.blue.buttons .active.button,
.ui.blue.buttons .active.button:active,
.ui.blue.active.button,
.ui.blue.button .active.button:active {
  background-color: #1279c6;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.blue.buttons .button,
.ui.basic.blue.button {
  box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
  color: #2185D0 !important;
}

.ui.basic.blue.buttons .button:hover,
.ui.basic.blue.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
  color: #1678c2 !important;
}

.ui.basic.blue.buttons .button:focus,
.ui.basic.blue.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
  color: #1678c2 !important;
}

.ui.basic.blue.buttons .active.button,
.ui.basic.blue.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
  color: #1a69a4 !important;
}

.ui.basic.blue.buttons .button:active,
.ui.basic.blue.button:active {
  box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
  color: #1a69a4 !important;
}

.ui.buttons:not(.vertical) > .basic.blue.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.blue.buttons .button,
.ui.inverted.blue.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #54C8FF inset !important;
  color: #54C8FF;
}

.ui.inverted.blue.buttons .button:hover,
.ui.inverted.blue.button:hover,
.ui.inverted.blue.buttons .button:focus,
.ui.inverted.blue.button:focus,
.ui.inverted.blue.buttons .button.active,
.ui.inverted.blue.button.active,
.ui.inverted.blue.buttons .button:active,
.ui.inverted.blue.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.blue.buttons .button:hover,
.ui.inverted.blue.button:hover {
  background-color: #3ac0ff;
}

.ui.inverted.blue.buttons .button:focus,
.ui.inverted.blue.button:focus {
  background-color: #2bbbff;
}

.ui.inverted.blue.buttons .active.button,
.ui.inverted.blue.active.button {
  background-color: #3ac0ff;
}

.ui.inverted.blue.buttons .button:active,
.ui.inverted.blue.button:active {
  background-color: #21b8ff;
}

/* Inverted Basic */

.ui.inverted.blue.basic.buttons .button,
.ui.inverted.blue.buttons .basic.button,
.ui.inverted.blue.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.blue.basic.buttons .button:hover,
.ui.inverted.blue.buttons .basic.button:hover,
.ui.inverted.blue.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  color: #54C8FF !important;
}

.ui.inverted.blue.basic.buttons .button:focus,
.ui.inverted.blue.basic.buttons .button:focus,
.ui.inverted.blue.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #2bbbff inset !important;
  color: #54C8FF !important;
}

.ui.inverted.blue.basic.buttons .active.button,
.ui.inverted.blue.buttons .basic.active.button,
.ui.inverted.blue.basic.active.button {
  box-shadow: 0px 0px 0px 2px #3ac0ff inset !important;
  color: #54C8FF !important;
}

.ui.inverted.blue.basic.buttons .button:active,
.ui.inverted.blue.buttons .basic.button:active,
.ui.inverted.blue.basic.button:active {
  box-shadow: 0px 0px 0px 2px #21b8ff inset !important;
  color: #54C8FF !important;
}

/*--- Green ---*/

.ui.green.buttons .button,
.ui.green.button {
  background-color: #21BA45;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.green.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.green.buttons .button:hover,
.ui.green.button:hover {
  background-color: #16ab39;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.green.buttons .button:focus,
.ui.green.button:focus {
  background-color: #0ea432;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.green.buttons .button:active,
.ui.green.button:active {
  background-color: #198f35;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.green.buttons .active.button,
.ui.green.buttons .active.button:active,
.ui.green.active.button,
.ui.green.button .active.button:active {
  background-color: #13ae38;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.green.buttons .button,
.ui.basic.green.button {
  box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
  color: #21BA45 !important;
}

.ui.basic.green.buttons .button:hover,
.ui.basic.green.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
  color: #16ab39 !important;
}

.ui.basic.green.buttons .button:focus,
.ui.basic.green.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
  color: #16ab39 !important;
}

.ui.basic.green.buttons .active.button,
.ui.basic.green.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
  color: #198f35 !important;
}

.ui.basic.green.buttons .button:active,
.ui.basic.green.button:active {
  box-shadow: 0px 0px 0px 1px #198f35 inset !important;
  color: #198f35 !important;
}

.ui.buttons:not(.vertical) > .basic.green.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.green.buttons .button,
.ui.inverted.green.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #2ECC40 inset !important;
  color: #2ECC40;
}

.ui.inverted.green.buttons .button:hover,
.ui.inverted.green.button:hover,
.ui.inverted.green.buttons .button:focus,
.ui.inverted.green.button:focus,
.ui.inverted.green.buttons .button.active,
.ui.inverted.green.button.active,
.ui.inverted.green.buttons .button:active,
.ui.inverted.green.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.green.buttons .button:hover,
.ui.inverted.green.button:hover {
  background-color: #22be34;
}

.ui.inverted.green.buttons .button:focus,
.ui.inverted.green.button:focus {
  background-color: #19b82b;
}

.ui.inverted.green.buttons .active.button,
.ui.inverted.green.active.button {
  background-color: #1fc231;
}

.ui.inverted.green.buttons .button:active,
.ui.inverted.green.button:active {
  background-color: #25a233;
}

/* Inverted Basic */

.ui.inverted.green.basic.buttons .button,
.ui.inverted.green.buttons .basic.button,
.ui.inverted.green.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.green.basic.buttons .button:hover,
.ui.inverted.green.buttons .basic.button:hover,
.ui.inverted.green.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #22be34 inset !important;
  color: #2ECC40 !important;
}

.ui.inverted.green.basic.buttons .button:focus,
.ui.inverted.green.basic.buttons .button:focus,
.ui.inverted.green.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #19b82b inset !important;
  color: #2ECC40 !important;
}

.ui.inverted.green.basic.buttons .active.button,
.ui.inverted.green.buttons .basic.active.button,
.ui.inverted.green.basic.active.button {
  box-shadow: 0px 0px 0px 2px #1fc231 inset !important;
  color: #2ECC40 !important;
}

.ui.inverted.green.basic.buttons .button:active,
.ui.inverted.green.buttons .basic.button:active,
.ui.inverted.green.basic.button:active {
  box-shadow: 0px 0px 0px 2px #25a233 inset !important;
  color: #2ECC40 !important;
}

/*--- Orange ---*/

.ui.orange.buttons .button,
.ui.orange.button {
  background-color: #F2711C;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.orange.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.orange.buttons .button:hover,
.ui.orange.button:hover {
  background-color: #f26202;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.orange.buttons .button:focus,
.ui.orange.button:focus {
  background-color: #e55b00;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.orange.buttons .button:active,
.ui.orange.button:active {
  background-color: #cf590c;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.orange.buttons .active.button,
.ui.orange.buttons .active.button:active,
.ui.orange.active.button,
.ui.orange.button .active.button:active {
  background-color: #f56100;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.orange.buttons .button,
.ui.basic.orange.button {
  box-shadow: 0px 0px 0px 1px #F2711C inset !important;
  color: #F2711C !important;
}

.ui.basic.orange.buttons .button:hover,
.ui.basic.orange.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #f26202 inset !important;
  color: #f26202 !important;
}

.ui.basic.orange.buttons .button:focus,
.ui.basic.orange.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #e55b00 inset !important;
  color: #f26202 !important;
}

.ui.basic.orange.buttons .active.button,
.ui.basic.orange.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #f56100 inset !important;
  color: #cf590c !important;
}

.ui.basic.orange.buttons .button:active,
.ui.basic.orange.button:active {
  box-shadow: 0px 0px 0px 1px #cf590c inset !important;
  color: #cf590c !important;
}

.ui.buttons:not(.vertical) > .basic.orange.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.orange.buttons .button,
.ui.inverted.orange.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #FF851B inset !important;
  color: #FF851B;
}

.ui.inverted.orange.buttons .button:hover,
.ui.inverted.orange.button:hover,
.ui.inverted.orange.buttons .button:focus,
.ui.inverted.orange.button:focus,
.ui.inverted.orange.buttons .button.active,
.ui.inverted.orange.button.active,
.ui.inverted.orange.buttons .button:active,
.ui.inverted.orange.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.orange.buttons .button:hover,
.ui.inverted.orange.button:hover {
  background-color: #ff7701;
}

.ui.inverted.orange.buttons .button:focus,
.ui.inverted.orange.button:focus {
  background-color: #f17000;
}

.ui.inverted.orange.buttons .active.button,
.ui.inverted.orange.active.button {
  background-color: #ff7701;
}

.ui.inverted.orange.buttons .button:active,
.ui.inverted.orange.button:active {
  background-color: #e76b00;
}

/* Inverted Basic */

.ui.inverted.orange.basic.buttons .button,
.ui.inverted.orange.buttons .basic.button,
.ui.inverted.orange.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.orange.basic.buttons .button:hover,
.ui.inverted.orange.buttons .basic.button:hover,
.ui.inverted.orange.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  color: #FF851B !important;
}

.ui.inverted.orange.basic.buttons .button:focus,
.ui.inverted.orange.basic.buttons .button:focus,
.ui.inverted.orange.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #f17000 inset !important;
  color: #FF851B !important;
}

.ui.inverted.orange.basic.buttons .active.button,
.ui.inverted.orange.buttons .basic.active.button,
.ui.inverted.orange.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ff7701 inset !important;
  color: #FF851B !important;
}

.ui.inverted.orange.basic.buttons .button:active,
.ui.inverted.orange.buttons .basic.button:active,
.ui.inverted.orange.basic.button:active {
  box-shadow: 0px 0px 0px 2px #e76b00 inset !important;
  color: #FF851B !important;
}

/*--- Pink ---*/

.ui.pink.buttons .button,
.ui.pink.button {
  background-color: #E03997;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.pink.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.pink.buttons .button:hover,
.ui.pink.button:hover {
  background-color: #e61a8d;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.pink.buttons .button:focus,
.ui.pink.button:focus {
  background-color: #e10f85;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.pink.buttons .button:active,
.ui.pink.button:active {
  background-color: #c71f7e;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.pink.buttons .active.button,
.ui.pink.buttons .active.button:active,
.ui.pink.active.button,
.ui.pink.button .active.button:active {
  background-color: #ea158d;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.pink.buttons .button,
.ui.basic.pink.button {
  box-shadow: 0px 0px 0px 1px #E03997 inset !important;
  color: #E03997 !important;
}

.ui.basic.pink.buttons .button:hover,
.ui.basic.pink.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #e61a8d inset !important;
  color: #e61a8d !important;
}

.ui.basic.pink.buttons .button:focus,
.ui.basic.pink.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #e10f85 inset !important;
  color: #e61a8d !important;
}

.ui.basic.pink.buttons .active.button,
.ui.basic.pink.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #ea158d inset !important;
  color: #c71f7e !important;
}

.ui.basic.pink.buttons .button:active,
.ui.basic.pink.button:active {
  box-shadow: 0px 0px 0px 1px #c71f7e inset !important;
  color: #c71f7e !important;
}

.ui.buttons:not(.vertical) > .basic.pink.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.pink.buttons .button,
.ui.inverted.pink.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #FF8EDF inset !important;
  color: #FF8EDF;
}

.ui.inverted.pink.buttons .button:hover,
.ui.inverted.pink.button:hover,
.ui.inverted.pink.buttons .button:focus,
.ui.inverted.pink.button:focus,
.ui.inverted.pink.buttons .button.active,
.ui.inverted.pink.button.active,
.ui.inverted.pink.buttons .button:active,
.ui.inverted.pink.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.pink.buttons .button:hover,
.ui.inverted.pink.button:hover {
  background-color: #ff74d8;
}

.ui.inverted.pink.buttons .button:focus,
.ui.inverted.pink.button:focus {
  background-color: #ff65d3;
}

.ui.inverted.pink.buttons .active.button,
.ui.inverted.pink.active.button {
  background-color: #ff74d8;
}

.ui.inverted.pink.buttons .button:active,
.ui.inverted.pink.button:active {
  background-color: #ff5bd1;
}

/* Inverted Basic */

.ui.inverted.pink.basic.buttons .button,
.ui.inverted.pink.buttons .basic.button,
.ui.inverted.pink.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.pink.basic.buttons .button:hover,
.ui.inverted.pink.buttons .basic.button:hover,
.ui.inverted.pink.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  color: #FF8EDF !important;
}

.ui.inverted.pink.basic.buttons .button:focus,
.ui.inverted.pink.basic.buttons .button:focus,
.ui.inverted.pink.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #ff65d3 inset !important;
  color: #FF8EDF !important;
}

.ui.inverted.pink.basic.buttons .active.button,
.ui.inverted.pink.buttons .basic.active.button,
.ui.inverted.pink.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ff74d8 inset !important;
  color: #FF8EDF !important;
}

.ui.inverted.pink.basic.buttons .button:active,
.ui.inverted.pink.buttons .basic.button:active,
.ui.inverted.pink.basic.button:active {
  box-shadow: 0px 0px 0px 2px #ff5bd1 inset !important;
  color: #FF8EDF !important;
}

/*--- Violet ---*/

.ui.violet.buttons .button,
.ui.violet.button {
  background-color: #6435C9;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.violet.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.violet.buttons .button:hover,
.ui.violet.button:hover {
  background-color: #5829bb;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.violet.buttons .button:focus,
.ui.violet.button:focus {
  background-color: #4f20b5;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.violet.buttons .button:active,
.ui.violet.button:active {
  background-color: #502aa1;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.violet.buttons .active.button,
.ui.violet.buttons .active.button:active,
.ui.violet.active.button,
.ui.violet.button .active.button:active {
  background-color: #5626bf;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.violet.buttons .button,
.ui.basic.violet.button {
  box-shadow: 0px 0px 0px 1px #6435C9 inset !important;
  color: #6435C9 !important;
}

.ui.basic.violet.buttons .button:hover,
.ui.basic.violet.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #5829bb inset !important;
  color: #5829bb !important;
}

.ui.basic.violet.buttons .button:focus,
.ui.basic.violet.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #4f20b5 inset !important;
  color: #5829bb !important;
}

.ui.basic.violet.buttons .active.button,
.ui.basic.violet.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #5626bf inset !important;
  color: #502aa1 !important;
}

.ui.basic.violet.buttons .button:active,
.ui.basic.violet.button:active {
  box-shadow: 0px 0px 0px 1px #502aa1 inset !important;
  color: #502aa1 !important;
}

.ui.buttons:not(.vertical) > .basic.violet.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.violet.buttons .button,
.ui.inverted.violet.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #A291FB inset !important;
  color: #A291FB;
}

.ui.inverted.violet.buttons .button:hover,
.ui.inverted.violet.button:hover,
.ui.inverted.violet.buttons .button:focus,
.ui.inverted.violet.button:focus,
.ui.inverted.violet.buttons .button.active,
.ui.inverted.violet.button.active,
.ui.inverted.violet.buttons .button:active,
.ui.inverted.violet.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.violet.buttons .button:hover,
.ui.inverted.violet.button:hover {
  background-color: #8a73ff;
}

.ui.inverted.violet.buttons .button:focus,
.ui.inverted.violet.button:focus {
  background-color: #7d64ff;
}

.ui.inverted.violet.buttons .active.button,
.ui.inverted.violet.active.button {
  background-color: #8a73ff;
}

.ui.inverted.violet.buttons .button:active,
.ui.inverted.violet.button:active {
  background-color: #7860f9;
}

/* Inverted Basic */

.ui.inverted.violet.basic.buttons .button,
.ui.inverted.violet.buttons .basic.button,
.ui.inverted.violet.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.violet.basic.buttons .button:hover,
.ui.inverted.violet.buttons .basic.button:hover,
.ui.inverted.violet.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  color: #A291FB !important;
}

.ui.inverted.violet.basic.buttons .button:focus,
.ui.inverted.violet.basic.buttons .button:focus,
.ui.inverted.violet.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #7d64ff inset !important;
  color: #A291FB !important;
}

.ui.inverted.violet.basic.buttons .active.button,
.ui.inverted.violet.buttons .basic.active.button,
.ui.inverted.violet.basic.active.button {
  box-shadow: 0px 0px 0px 2px #8a73ff inset !important;
  color: #A291FB !important;
}

.ui.inverted.violet.basic.buttons .button:active,
.ui.inverted.violet.buttons .basic.button:active,
.ui.inverted.violet.basic.button:active {
  box-shadow: 0px 0px 0px 2px #7860f9 inset !important;
  color: #A291FB !important;
}

/*--- Purple ---*/

.ui.purple.buttons .button,
.ui.purple.button {
  background-color: #A333C8;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.purple.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.purple.buttons .button:hover,
.ui.purple.button:hover {
  background-color: #9627ba;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.purple.buttons .button:focus,
.ui.purple.button:focus {
  background-color: #8f1eb4;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.purple.buttons .button:active,
.ui.purple.button:active {
  background-color: #82299f;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.purple.buttons .active.button,
.ui.purple.buttons .active.button:active,
.ui.purple.active.button,
.ui.purple.button .active.button:active {
  background-color: #9724be;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.purple.buttons .button,
.ui.basic.purple.button {
  box-shadow: 0px 0px 0px 1px #A333C8 inset !important;
  color: #A333C8 !important;
}

.ui.basic.purple.buttons .button:hover,
.ui.basic.purple.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #9627ba inset !important;
  color: #9627ba !important;
}

.ui.basic.purple.buttons .button:focus,
.ui.basic.purple.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #8f1eb4 inset !important;
  color: #9627ba !important;
}

.ui.basic.purple.buttons .active.button,
.ui.basic.purple.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #9724be inset !important;
  color: #82299f !important;
}

.ui.basic.purple.buttons .button:active,
.ui.basic.purple.button:active {
  box-shadow: 0px 0px 0px 1px #82299f inset !important;
  color: #82299f !important;
}

.ui.buttons:not(.vertical) > .basic.purple.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.purple.buttons .button,
.ui.inverted.purple.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #DC73FF inset !important;
  color: #DC73FF;
}

.ui.inverted.purple.buttons .button:hover,
.ui.inverted.purple.button:hover,
.ui.inverted.purple.buttons .button:focus,
.ui.inverted.purple.button:focus,
.ui.inverted.purple.buttons .button.active,
.ui.inverted.purple.button.active,
.ui.inverted.purple.buttons .button:active,
.ui.inverted.purple.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.purple.buttons .button:hover,
.ui.inverted.purple.button:hover {
  background-color: #d65aff;
}

.ui.inverted.purple.buttons .button:focus,
.ui.inverted.purple.button:focus {
  background-color: #d24aff;
}

.ui.inverted.purple.buttons .active.button,
.ui.inverted.purple.active.button {
  background-color: #d65aff;
}

.ui.inverted.purple.buttons .button:active,
.ui.inverted.purple.button:active {
  background-color: #cf40ff;
}

/* Inverted Basic */

.ui.inverted.purple.basic.buttons .button,
.ui.inverted.purple.buttons .basic.button,
.ui.inverted.purple.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.purple.basic.buttons .button:hover,
.ui.inverted.purple.buttons .basic.button:hover,
.ui.inverted.purple.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  color: #DC73FF !important;
}

.ui.inverted.purple.basic.buttons .button:focus,
.ui.inverted.purple.basic.buttons .button:focus,
.ui.inverted.purple.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #d24aff inset !important;
  color: #DC73FF !important;
}

.ui.inverted.purple.basic.buttons .active.button,
.ui.inverted.purple.buttons .basic.active.button,
.ui.inverted.purple.basic.active.button {
  box-shadow: 0px 0px 0px 2px #d65aff inset !important;
  color: #DC73FF !important;
}

.ui.inverted.purple.basic.buttons .button:active,
.ui.inverted.purple.buttons .basic.button:active,
.ui.inverted.purple.basic.button:active {
  box-shadow: 0px 0px 0px 2px #cf40ff inset !important;
  color: #DC73FF !important;
}

/*--- Red ---*/

.ui.red.buttons .button,
.ui.red.button {
  background-color: #DB2828;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.red.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.red.buttons .button:hover,
.ui.red.button:hover {
  background-color: #d01919;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.red.buttons .button:focus,
.ui.red.button:focus {
  background-color: #ca1010;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.red.buttons .button:active,
.ui.red.button:active {
  background-color: #b21e1e;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.red.buttons .active.button,
.ui.red.buttons .active.button:active,
.ui.red.active.button,
.ui.red.button .active.button:active {
  background-color: #d41515;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.red.buttons .button,
.ui.basic.red.button {
  box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  color: #DB2828 !important;
}

.ui.basic.red.buttons .button:hover,
.ui.basic.red.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  color: #d01919 !important;
}

.ui.basic.red.buttons .button:focus,
.ui.basic.red.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  color: #d01919 !important;
}

.ui.basic.red.buttons .active.button,
.ui.basic.red.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  color: #b21e1e !important;
}

.ui.basic.red.buttons .button:active,
.ui.basic.red.button:active {
  box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  color: #b21e1e !important;
}

.ui.buttons:not(.vertical) > .basic.red.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.red.buttons .button,
.ui.inverted.red.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #FF695E inset !important;
  color: #FF695E;
}

.ui.inverted.red.buttons .button:hover,
.ui.inverted.red.button:hover,
.ui.inverted.red.buttons .button:focus,
.ui.inverted.red.button:focus,
.ui.inverted.red.buttons .button.active,
.ui.inverted.red.button.active,
.ui.inverted.red.buttons .button:active,
.ui.inverted.red.button:active {
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.inverted.red.buttons .button:hover,
.ui.inverted.red.button:hover {
  background-color: #ff5144;
}

.ui.inverted.red.buttons .button:focus,
.ui.inverted.red.button:focus {
  background-color: #ff4335;
}

.ui.inverted.red.buttons .active.button,
.ui.inverted.red.active.button {
  background-color: #ff5144;
}

.ui.inverted.red.buttons .button:active,
.ui.inverted.red.button:active {
  background-color: #ff392b;
}

/* Inverted Basic */

.ui.inverted.red.basic.buttons .button,
.ui.inverted.red.buttons .basic.button,
.ui.inverted.red.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.red.basic.buttons .button:hover,
.ui.inverted.red.buttons .basic.button:hover,
.ui.inverted.red.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  color: #FF695E !important;
}

.ui.inverted.red.basic.buttons .button:focus,
.ui.inverted.red.basic.buttons .button:focus,
.ui.inverted.red.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #ff4335 inset !important;
  color: #FF695E !important;
}

.ui.inverted.red.basic.buttons .active.button,
.ui.inverted.red.buttons .basic.active.button,
.ui.inverted.red.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ff5144 inset !important;
  color: #FF695E !important;
}

.ui.inverted.red.basic.buttons .button:active,
.ui.inverted.red.buttons .basic.button:active,
.ui.inverted.red.basic.button:active {
  box-shadow: 0px 0px 0px 2px #ff392b inset !important;
  color: #FF695E !important;
}

/*--- Teal ---*/

.ui.teal.buttons .button,
.ui.teal.button {
  background-color: #00B5AD;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.teal.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.teal.buttons .button:hover,
.ui.teal.button:hover {
  background-color: #009c95;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.teal.buttons .button:focus,
.ui.teal.button:focus {
  background-color: #008c86;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.teal.buttons .button:active,
.ui.teal.button:active {
  background-color: #00827c;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.teal.buttons .active.button,
.ui.teal.buttons .active.button:active,
.ui.teal.active.button,
.ui.teal.button .active.button:active {
  background-color: #009c95;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.teal.buttons .button,
.ui.basic.teal.button {
  box-shadow: 0px 0px 0px 1px #00B5AD inset !important;
  color: #00B5AD !important;
}

.ui.basic.teal.buttons .button:hover,
.ui.basic.teal.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  color: #009c95 !important;
}

.ui.basic.teal.buttons .button:focus,
.ui.basic.teal.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #008c86 inset !important;
  color: #009c95 !important;
}

.ui.basic.teal.buttons .active.button,
.ui.basic.teal.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #009c95 inset !important;
  color: #00827c !important;
}

.ui.basic.teal.buttons .button:active,
.ui.basic.teal.button:active {
  box-shadow: 0px 0px 0px 1px #00827c inset !important;
  color: #00827c !important;
}

.ui.buttons:not(.vertical) > .basic.teal.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.teal.buttons .button,
.ui.inverted.teal.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #6DFFFF inset !important;
  color: #6DFFFF;
}

.ui.inverted.teal.buttons .button:hover,
.ui.inverted.teal.button:hover,
.ui.inverted.teal.buttons .button:focus,
.ui.inverted.teal.button:focus,
.ui.inverted.teal.buttons .button.active,
.ui.inverted.teal.button.active,
.ui.inverted.teal.buttons .button:active,
.ui.inverted.teal.button:active {
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.6);
}

.ui.inverted.teal.buttons .button:hover,
.ui.inverted.teal.button:hover {
  background-color: #54ffff;
}

.ui.inverted.teal.buttons .button:focus,
.ui.inverted.teal.button:focus {
  background-color: #44ffff;
}

.ui.inverted.teal.buttons .active.button,
.ui.inverted.teal.active.button {
  background-color: #54ffff;
}

.ui.inverted.teal.buttons .button:active,
.ui.inverted.teal.button:active {
  background-color: #3affff;
}

/* Inverted Basic */

.ui.inverted.teal.basic.buttons .button,
.ui.inverted.teal.buttons .basic.button,
.ui.inverted.teal.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.teal.basic.buttons .button:hover,
.ui.inverted.teal.buttons .basic.button:hover,
.ui.inverted.teal.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  color: #6DFFFF !important;
}

.ui.inverted.teal.basic.buttons .button:focus,
.ui.inverted.teal.basic.buttons .button:focus,
.ui.inverted.teal.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #44ffff inset !important;
  color: #6DFFFF !important;
}

.ui.inverted.teal.basic.buttons .active.button,
.ui.inverted.teal.buttons .basic.active.button,
.ui.inverted.teal.basic.active.button {
  box-shadow: 0px 0px 0px 2px #54ffff inset !important;
  color: #6DFFFF !important;
}

.ui.inverted.teal.basic.buttons .button:active,
.ui.inverted.teal.buttons .basic.button:active,
.ui.inverted.teal.basic.button:active {
  box-shadow: 0px 0px 0px 2px #3affff inset !important;
  color: #6DFFFF !important;
}

/*--- Olive ---*/

.ui.olive.buttons .button,
.ui.olive.button {
  background-color: #B5CC18;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.olive.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.olive.buttons .button:hover,
.ui.olive.button:hover {
  background-color: #a7bd0d;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.olive.buttons .button:focus,
.ui.olive.button:focus {
  background-color: #a0b605;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.olive.buttons .button:active,
.ui.olive.button:active {
  background-color: #8d9e13;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.olive.buttons .active.button,
.ui.olive.buttons .active.button:active,
.ui.olive.active.button,
.ui.olive.button .active.button:active {
  background-color: #aac109;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.olive.buttons .button,
.ui.basic.olive.button {
  box-shadow: 0px 0px 0px 1px #B5CC18 inset !important;
  color: #B5CC18 !important;
}

.ui.basic.olive.buttons .button:hover,
.ui.basic.olive.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #a7bd0d inset !important;
  color: #a7bd0d !important;
}

.ui.basic.olive.buttons .button:focus,
.ui.basic.olive.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #a0b605 inset !important;
  color: #a7bd0d !important;
}

.ui.basic.olive.buttons .active.button,
.ui.basic.olive.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #aac109 inset !important;
  color: #8d9e13 !important;
}

.ui.basic.olive.buttons .button:active,
.ui.basic.olive.button:active {
  box-shadow: 0px 0px 0px 1px #8d9e13 inset !important;
  color: #8d9e13 !important;
}

.ui.buttons:not(.vertical) > .basic.olive.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.olive.buttons .button,
.ui.inverted.olive.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #D9E778 inset !important;
  color: #D9E778;
}

.ui.inverted.olive.buttons .button:hover,
.ui.inverted.olive.button:hover,
.ui.inverted.olive.buttons .button:focus,
.ui.inverted.olive.button:focus,
.ui.inverted.olive.buttons .button.active,
.ui.inverted.olive.button.active,
.ui.inverted.olive.buttons .button:active,
.ui.inverted.olive.button:active {
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.6);
}

.ui.inverted.olive.buttons .button:hover,
.ui.inverted.olive.button:hover {
  background-color: #d8ea5c;
}

.ui.inverted.olive.buttons .button:focus,
.ui.inverted.olive.button:focus {
  background-color: #daef47;
}

.ui.inverted.olive.buttons .active.button,
.ui.inverted.olive.active.button {
  background-color: #daed59;
}

.ui.inverted.olive.buttons .button:active,
.ui.inverted.olive.button:active {
  background-color: #cddf4d;
}

/* Inverted Basic */

.ui.inverted.olive.basic.buttons .button,
.ui.inverted.olive.buttons .basic.button,
.ui.inverted.olive.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.olive.basic.buttons .button:hover,
.ui.inverted.olive.buttons .basic.button:hover,
.ui.inverted.olive.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #d8ea5c inset !important;
  color: #D9E778 !important;
}

.ui.inverted.olive.basic.buttons .button:focus,
.ui.inverted.olive.basic.buttons .button:focus,
.ui.inverted.olive.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #daef47 inset !important;
  color: #D9E778 !important;
}

.ui.inverted.olive.basic.buttons .active.button,
.ui.inverted.olive.buttons .basic.active.button,
.ui.inverted.olive.basic.active.button {
  box-shadow: 0px 0px 0px 2px #daed59 inset !important;
  color: #D9E778 !important;
}

.ui.inverted.olive.basic.buttons .button:active,
.ui.inverted.olive.buttons .basic.button:active,
.ui.inverted.olive.basic.button:active {
  box-shadow: 0px 0px 0px 2px #cddf4d inset !important;
  color: #D9E778 !important;
}

/*--- Yellow ---*/

.ui.yellow.buttons .button,
.ui.yellow.button {
  background-color: #FBBD08;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.yellow.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.yellow.buttons .button:hover,
.ui.yellow.button:hover {
  background-color: #eaae00;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.yellow.buttons .button:focus,
.ui.yellow.button:focus {
  background-color: #daa300;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.yellow.buttons .button:active,
.ui.yellow.button:active {
  background-color: #cd9903;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.yellow.buttons .active.button,
.ui.yellow.buttons .active.button:active,
.ui.yellow.active.button,
.ui.yellow.button .active.button:active {
  background-color: #eaae00;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.yellow.buttons .button,
.ui.basic.yellow.button {
  box-shadow: 0px 0px 0px 1px #FBBD08 inset !important;
  color: #FBBD08 !important;
}

.ui.basic.yellow.buttons .button:hover,
.ui.basic.yellow.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  color: #eaae00 !important;
}

.ui.basic.yellow.buttons .button:focus,
.ui.basic.yellow.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #daa300 inset !important;
  color: #eaae00 !important;
}

.ui.basic.yellow.buttons .active.button,
.ui.basic.yellow.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #eaae00 inset !important;
  color: #cd9903 !important;
}

.ui.basic.yellow.buttons .button:active,
.ui.basic.yellow.button:active {
  box-shadow: 0px 0px 0px 1px #cd9903 inset !important;
  color: #cd9903 !important;
}

.ui.buttons:not(.vertical) > .basic.yellow.button:not(:first-child) {
  margin-left: -1px;
}

/* Inverted */

.ui.inverted.yellow.buttons .button,
.ui.inverted.yellow.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #FFE21F inset !important;
  color: #FFE21F;
}

.ui.inverted.yellow.buttons .button:hover,
.ui.inverted.yellow.button:hover,
.ui.inverted.yellow.buttons .button:focus,
.ui.inverted.yellow.button:focus,
.ui.inverted.yellow.buttons .button.active,
.ui.inverted.yellow.button.active,
.ui.inverted.yellow.buttons .button:active,
.ui.inverted.yellow.button:active {
  box-shadow: none !important;
  color: rgba(0, 0, 0, 0.6);
}

.ui.inverted.yellow.buttons .button:hover,
.ui.inverted.yellow.button:hover {
  background-color: #ffdf05;
}

.ui.inverted.yellow.buttons .button:focus,
.ui.inverted.yellow.button:focus {
  background-color: #f5d500;
}

.ui.inverted.yellow.buttons .active.button,
.ui.inverted.yellow.active.button {
  background-color: #ffdf05;
}

.ui.inverted.yellow.buttons .button:active,
.ui.inverted.yellow.button:active {
  background-color: #ebcd00;
}

/* Inverted Basic */

.ui.inverted.yellow.basic.buttons .button,
.ui.inverted.yellow.buttons .basic.button,
.ui.inverted.yellow.basic.button {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.5) inset !important;
  color: #FFFFFF !important;
}

.ui.inverted.yellow.basic.buttons .button:hover,
.ui.inverted.yellow.buttons .basic.button:hover,
.ui.inverted.yellow.basic.button:hover {
  box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  color: #FFE21F !important;
}

.ui.inverted.yellow.basic.buttons .button:focus,
.ui.inverted.yellow.basic.buttons .button:focus,
.ui.inverted.yellow.basic.button:focus {
  box-shadow: 0px 0px 0px 2px #f5d500 inset !important;
  color: #FFE21F !important;
}

.ui.inverted.yellow.basic.buttons .active.button,
.ui.inverted.yellow.buttons .basic.active.button,
.ui.inverted.yellow.basic.active.button {
  box-shadow: 0px 0px 0px 2px #ffdf05 inset !important;
  color: #FFE21F !important;
}

.ui.inverted.yellow.basic.buttons .button:active,
.ui.inverted.yellow.buttons .basic.button:active,
.ui.inverted.yellow.basic.button:active {
  box-shadow: 0px 0px 0px 2px #ebcd00 inset !important;
  color: #FFE21F !important;
}

/*-------------------
       Primary
--------------------*/

/*--- Standard ---*/

.ui.primary.buttons .button,
.ui.primary.button {
  background-color: #2185D0;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.primary.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.primary.buttons .button:hover,
.ui.primary.button:hover {
  background-color: #1678c2;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.primary.buttons .button:focus,
.ui.primary.button:focus {
  background-color: #0d71bb;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.primary.buttons .button:active,
.ui.primary.button:active {
  background-color: #1a69a4;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.primary.buttons .active.button,
.ui.primary.buttons .active.button:active,
.ui.primary.active.button,
.ui.primary.button .active.button:active {
  background-color: #1279c6;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.primary.buttons .button,
.ui.basic.primary.button {
  box-shadow: 0px 0px 0px 1px #2185D0 inset !important;
  color: #2185D0 !important;
}

.ui.basic.primary.buttons .button:hover,
.ui.basic.primary.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #1678c2 inset !important;
  color: #1678c2 !important;
}

.ui.basic.primary.buttons .button:focus,
.ui.basic.primary.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #0d71bb inset !important;
  color: #1678c2 !important;
}

.ui.basic.primary.buttons .active.button,
.ui.basic.primary.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #1279c6 inset !important;
  color: #1a69a4 !important;
}

.ui.basic.primary.buttons .button:active,
.ui.basic.primary.button:active {
  box-shadow: 0px 0px 0px 1px #1a69a4 inset !important;
  color: #1a69a4 !important;
}

.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  margin-left: -1px;
}

/*-------------------
      Secondary
--------------------*/

/* Standard */

.ui.secondary.buttons .button,
.ui.secondary.button {
  background-color: #1B1C1D;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.secondary.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.secondary.buttons .button:hover,
.ui.secondary.button:hover {
  background-color: #27292a;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.secondary.buttons .button:focus,
.ui.secondary.button:focus {
  background-color: #2e3032;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.secondary.buttons .button:active,
.ui.secondary.button:active {
  background-color: #343637;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.secondary.buttons .active.button,
.ui.secondary.buttons .active.button:active,
.ui.secondary.active.button,
.ui.secondary.button .active.button:active {
  background-color: #27292a;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.secondary.buttons .button,
.ui.basic.secondary.button {
  box-shadow: 0px 0px 0px 1px #1B1C1D inset !important;
  color: #1B1C1D !important;
}

.ui.basic.secondary.buttons .button:hover,
.ui.basic.secondary.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #27292a inset !important;
  color: #27292a !important;
}

.ui.basic.secondary.buttons .button:focus,
.ui.basic.secondary.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #2e3032 inset !important;
  color: #27292a !important;
}

.ui.basic.secondary.buttons .active.button,
.ui.basic.secondary.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #27292a inset !important;
  color: #343637 !important;
}

.ui.basic.secondary.buttons .button:active,
.ui.basic.secondary.button:active {
  box-shadow: 0px 0px 0px 1px #343637 inset !important;
  color: #343637 !important;
}

.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  margin-left: -1px;
}

/*---------------
    Positive
----------------*/

/* Standard */

.ui.positive.buttons .button,
.ui.positive.button {
  background-color: #21BA45;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.positive.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.positive.buttons .button:hover,
.ui.positive.button:hover {
  background-color: #16ab39;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.positive.buttons .button:focus,
.ui.positive.button:focus {
  background-color: #0ea432;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.positive.buttons .button:active,
.ui.positive.button:active {
  background-color: #198f35;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.positive.buttons .active.button,
.ui.positive.buttons .active.button:active,
.ui.positive.active.button,
.ui.positive.button .active.button:active {
  background-color: #13ae38;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.positive.buttons .button,
.ui.basic.positive.button {
  box-shadow: 0px 0px 0px 1px #21BA45 inset !important;
  color: #21BA45 !important;
}

.ui.basic.positive.buttons .button:hover,
.ui.basic.positive.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #16ab39 inset !important;
  color: #16ab39 !important;
}

.ui.basic.positive.buttons .button:focus,
.ui.basic.positive.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #0ea432 inset !important;
  color: #16ab39 !important;
}

.ui.basic.positive.buttons .active.button,
.ui.basic.positive.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #13ae38 inset !important;
  color: #198f35 !important;
}

.ui.basic.positive.buttons .button:active,
.ui.basic.positive.button:active {
  box-shadow: 0px 0px 0px 1px #198f35 inset !important;
  color: #198f35 !important;
}

.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  margin-left: -1px;
}

/*---------------
     Negative
----------------*/

/* Standard */

.ui.negative.buttons .button,
.ui.negative.button {
  background-color: #DB2828;
  color: #FFFFFF;
  text-shadow: none;
  background-image: none;
}

.ui.negative.button {
  box-shadow: 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.negative.buttons .button:hover,
.ui.negative.button:hover {
  background-color: #d01919;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.negative.buttons .button:focus,
.ui.negative.button:focus {
  background-color: #ca1010;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.negative.buttons .button:active,
.ui.negative.button:active {
  background-color: #b21e1e;
  color: #FFFFFF;
  text-shadow: none;
}

.ui.negative.buttons .active.button,
.ui.negative.buttons .active.button:active,
.ui.negative.active.button,
.ui.negative.button .active.button:active {
  background-color: #d41515;
  color: #FFFFFF;
  text-shadow: none;
}

/* Basic */

.ui.basic.negative.buttons .button,
.ui.basic.negative.button {
  box-shadow: 0px 0px 0px 1px #DB2828 inset !important;
  color: #DB2828 !important;
}

.ui.basic.negative.buttons .button:hover,
.ui.basic.negative.button:hover {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #d01919 inset !important;
  color: #d01919 !important;
}

.ui.basic.negative.buttons .button:focus,
.ui.basic.negative.button:focus {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #ca1010 inset !important;
  color: #d01919 !important;
}

.ui.basic.negative.buttons .active.button,
.ui.basic.negative.active.button {
  background: transparent !important;
  box-shadow: 0px 0px 0px 1px #d41515 inset !important;
  color: #b21e1e !important;
}

.ui.basic.negative.buttons .button:active,
.ui.basic.negative.button:active {
  box-shadow: 0px 0px 0px 1px #b21e1e inset !important;
  color: #b21e1e !important;
}

.ui.buttons:not(.vertical) > .basic.primary.button:not(:first-child) {
  margin-left: -1px;
}

/*******************************
            Groups
*******************************/

.ui.buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 0em;
  vertical-align: baseline;
  margin: 0em 0.25em 0em 0em;
}

.ui.buttons:not(.basic):not(.inverted) {
  box-shadow: none;
}

/* Clearfix */

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

/* Standard Group */

.ui.buttons .button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0em;
  border-radius: 0em;
  margin: 0px 0px 0px 0px;
}

.ui.buttons > .ui.button:not(.basic):not(.inverted),
.ui.buttons:not(.basic):not(.inverted) > .button {
  box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
}

.ui.buttons .button:first-child {
  border-left: none;
  margin-left: 0em;
  border-top-left-radius: 0.28571429rem;
  border-bottom-left-radius: 0.28571429rem;
}

.ui.buttons .button:last-child {
  border-top-right-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/* Vertical  Style */

.ui.vertical.buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ui.vertical.buttons .button {
  display: block;
  float: none;
  width: 100%;
  margin: 0px 0px 0px 0px;
  box-shadow: none;
  border-radius: 0em;
}

.ui.vertical.buttons .button:first-child {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem;
}

.ui.vertical.buttons .button:last-child {
  margin-bottom: 0px;
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

.ui.vertical.buttons .button:only-child {
  border-radius: 0.28571429rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Container
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Container
*******************************/

/* All Sizes */

.ui.container {
  display: block;
  max-width: 100% !important;
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .ui.container {
    width: auto !important;
    margin-left: 1em !important;
    margin-right: 1em !important;
  }

  .ui.grid.container {
    width: auto !important;
  }

  .ui.relaxed.grid.container {
    width: auto !important;
  }

  .ui.very.relaxed.grid.container {
    width: auto !important;
  }
}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.container {
    width: 723px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ui.grid.container {
    width: calc( 723px  +  2rem ) !important;
  }

  .ui.relaxed.grid.container {
    width: calc( 723px  +  3rem ) !important;
  }

  .ui.very.relaxed.grid.container {
    width: calc( 723px  +  5rem ) !important;
  }
}

/* Small Monitor */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui.container {
    width: 933px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ui.grid.container {
    width: calc( 933px  +  2rem ) !important;
  }

  .ui.relaxed.grid.container {
    width: calc( 933px  +  3rem ) !important;
  }

  .ui.very.relaxed.grid.container {
    width: calc( 933px  +  5rem ) !important;
  }
}

/* Large Monitor */

@media only screen and (min-width: 1200px) {
  .ui.container {
    width: 1127px;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .ui.grid.container {
    width: calc( 1127px  +  2rem ) !important;
  }

  .ui.relaxed.grid.container {
    width: calc( 1127px  +  3rem ) !important;
  }

  .ui.very.relaxed.grid.container {
    width: calc( 1127px  +  5rem ) !important;
  }
}

/*******************************
             Types
*******************************/

/* Text Container */

.ui.text.container {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  max-width: 700px !important;
  line-height: 1.5;
}

.ui.text.container {
  font-size: 1.14285714rem;
}

/* Fluid */

.ui.fluid.container {
  width: 100%;
}

/*******************************
           Variations
*******************************/

.ui[class*="left aligned"].container {
  text-align: left;
}

.ui[class*="center aligned"].container {
  text-align: center;
}

.ui[class*="right aligned"].container {
  text-align: right;
}

.ui.justified.container {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Divider
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Divider
*******************************/

.ui.divider {
  margin: 1rem 0rem;
  line-height: 1;
  height: 0em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*--------------
      Basic
---------------*/

.ui.divider:not(.vertical):not(.horizontal) {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/*--------------
    Coupling
---------------*/

/* Allow divider between each column row */

.ui.grid > .column + .divider,
.ui.grid > .row > .column + .divider {
  left: auto;
}

/*--------------
   Horizontal
---------------*/

.ui.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: '';
  line-height: 1;
  text-align: center;
}

.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background-repeat: no-repeat;
}

.ui.horizontal.divider:before {
  background-position: right 1em top 50%;
}

.ui.horizontal.divider:after {
  background-position: left 1em top 50%;
}

/*--------------
    Vertical
---------------*/

.ui.vertical.divider {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: 0rem;
  padding: 0em;
  width: auto;
  height: 50%;
  line-height: 0em;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ui.vertical.divider:before,
.ui.vertical.divider:after {
  position: absolute;
  left: 50%;
  content: '';
  z-index: 3;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 0%;
  height: calc(100% -  1rem );
}

.ui.vertical.divider:before {
  top: -100%;
}

.ui.vertical.divider:after {
  top: auto;
  bottom: 0px;
}

/* Inside grid */

@media only screen and (max-width: 767px) {
  .ui.stackable.grid .ui.vertical.divider,
  .ui.grid .stackable.row .ui.vertical.divider {
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    overflow: hidden;
    line-height: 1;
    text-align: center;
    position: static;
    top: 0;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }

  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before,
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    position: static;
    left: 0;
    border-left: none;
    border-right: none;
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
  }

  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before {
    background-position: right 1em top 50%;
  }

  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    background-position: left 1em top 50%;
  }
}

/*--------------
      Icon
---------------*/

.ui.divider > .icon {
  margin: 0rem;
  font-size: 1rem;
  height: 1em;
  vertical-align: middle;
}

/*******************************
          Variations
*******************************/

/*--------------
    Hidden
---------------*/

.ui.hidden.divider {
  border-color: transparent !important;
}

.ui.hidden.divider:before,
.ui.hidden.divider:after {
  display: none;
}

/*--------------
    Inverted
---------------*/

.ui.divider.inverted,
.ui.vertical.inverted.divider,
.ui.horizontal.inverted.divider {
  color: #FFFFFF;
}

.ui.divider.inverted,
.ui.divider.inverted:after,
.ui.divider.inverted:before {
  border-top-color: rgba(34, 36, 38, 0.15) !important;
  border-left-color: rgba(34, 36, 38, 0.15) !important;
  border-bottom-color: rgba(255, 255, 255, 0.15) !important;
  border-right-color: rgba(255, 255, 255, 0.15) !important;
}

/*--------------
    Fitted
---------------*/

.ui.fitted.divider {
  margin: 0em;
}

/*--------------
    Clearing
---------------*/

.ui.clearing.divider {
  clear: both;
}

/*--------------
    Section
---------------*/

.ui.section.divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*--------------
     Sizes
---------------*/

.ui.divider {
  font-size: 1rem;
}

/*******************************
         Theme Overrides
*******************************/

.ui.horizontal.divider:before,
.ui.horizontal.divider:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
}

@media only screen and (max-width: 767px) {
  .ui.stackable.grid .ui.vertical.divider:before,
  .ui.grid .stackable.row .ui.vertical.divider:before,
  .ui.stackable.grid .ui.vertical.divider:after,
  .ui.grid .stackable.row .ui.vertical.divider:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC');
  }
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Flag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Flag
*******************************/

i.flag:not(.icon) {
  display: inline-block;
  width: 16px;
  height: 11px;
  line-height: 11px;
  vertical-align: baseline;
  margin: 0em 0.5em 0em 0em;
  text-decoration: inherit;
  speak: none;
  font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Sprite */

i.flag:not(.icon):before {
  display: inline-block;
  content: '';
  background: url(/build/assets/flags.png) no-repeat -108px -1976px;
  width: 16px;
  height: 11px;
}

/* Flag Sprite Based On http://www.famfamfam.com/lab/icons/flags/ */

/*******************************
         Theme Overrides
*******************************/

i.flag.ad:before,
i.flag.andorra:before {
  background-position: 0px 0px;
}

i.flag.ae:before,
i.flag.united.arab.emirates:before,
i.flag.uae:before {
  background-position: 0px -26px;
}

i.flag.af:before,
i.flag.afghanistan:before {
  background-position: 0px -52px;
}

i.flag.ag:before,
i.flag.antigua:before {
  background-position: 0px -78px;
}

i.flag.ai:before,
i.flag.anguilla:before {
  background-position: 0px -104px;
}

i.flag.al:before,
i.flag.albania:before {
  background-position: 0px -130px;
}

i.flag.am:before,
i.flag.armenia:before {
  background-position: 0px -156px;
}

i.flag.an:before,
i.flag.netherlands.antilles:before {
  background-position: 0px -182px;
}

i.flag.ao:before,
i.flag.angola:before {
  background-position: 0px -208px;
}

i.flag.ar:before,
i.flag.argentina:before {
  background-position: 0px -234px;
}

i.flag.as:before,
i.flag.american.samoa:before {
  background-position: 0px -260px;
}

i.flag.at:before,
i.flag.austria:before {
  background-position: 0px -286px;
}

i.flag.au:before,
i.flag.australia:before {
  background-position: 0px -312px;
}

i.flag.aw:before,
i.flag.aruba:before {
  background-position: 0px -338px;
}

i.flag.ax:before,
i.flag.aland.islands:before {
  background-position: 0px -364px;
}

i.flag.az:before,
i.flag.azerbaijan:before {
  background-position: 0px -390px;
}

i.flag.ba:before,
i.flag.bosnia:before {
  background-position: 0px -416px;
}

i.flag.bb:before,
i.flag.barbados:before {
  background-position: 0px -442px;
}

i.flag.bd:before,
i.flag.bangladesh:before {
  background-position: 0px -468px;
}

i.flag.be:before,
i.flag.belgium:before {
  background-position: 0px -494px;
}

i.flag.bf:before,
i.flag.burkina.faso:before {
  background-position: 0px -520px;
}

i.flag.bg:before,
i.flag.bulgaria:before {
  background-position: 0px -546px;
}

i.flag.bh:before,
i.flag.bahrain:before {
  background-position: 0px -572px;
}

i.flag.bi:before,
i.flag.burundi:before {
  background-position: 0px -598px;
}

i.flag.bj:before,
i.flag.benin:before {
  background-position: 0px -624px;
}

i.flag.bm:before,
i.flag.bermuda:before {
  background-position: 0px -650px;
}

i.flag.bn:before,
i.flag.brunei:before {
  background-position: 0px -676px;
}

i.flag.bo:before,
i.flag.bolivia:before {
  background-position: 0px -702px;
}

i.flag.br:before,
i.flag.brazil:before {
  background-position: 0px -728px;
}

i.flag.bs:before,
i.flag.bahamas:before {
  background-position: 0px -754px;
}

i.flag.bt:before,
i.flag.bhutan:before {
  background-position: 0px -780px;
}

i.flag.bv:before,
i.flag.bouvet.island:before {
  background-position: 0px -806px;
}

i.flag.bw:before,
i.flag.botswana:before {
  background-position: 0px -832px;
}

i.flag.by:before,
i.flag.belarus:before {
  background-position: 0px -858px;
}

i.flag.bz:before,
i.flag.belize:before {
  background-position: 0px -884px;
}

i.flag.ca:before,
i.flag.canada:before {
  background-position: 0px -910px;
}

i.flag.cc:before,
i.flag.cocos.islands:before {
  background-position: 0px -962px;
}

i.flag.cd:before,
i.flag.congo:before {
  background-position: 0px -988px;
}

i.flag.cf:before,
i.flag.central.african.republic:before {
  background-position: 0px -1014px;
}

i.flag.cg:before,
i.flag.congo.brazzaville:before {
  background-position: 0px -1040px;
}

i.flag.ch:before,
i.flag.switzerland:before {
  background-position: 0px -1066px;
}

i.flag.ci:before,
i.flag.cote.divoire:before {
  background-position: 0px -1092px;
}

i.flag.ck:before,
i.flag.cook.islands:before {
  background-position: 0px -1118px;
}

i.flag.cl:before,
i.flag.chile:before {
  background-position: 0px -1144px;
}

i.flag.cm:before,
i.flag.cameroon:before {
  background-position: 0px -1170px;
}

i.flag.cn:before,
i.flag.china:before {
  background-position: 0px -1196px;
}

i.flag.co:before,
i.flag.colombia:before {
  background-position: 0px -1222px;
}

i.flag.cr:before,
i.flag.costa.rica:before {
  background-position: 0px -1248px;
}

i.flag.cs:before,
i.flag.serbia:before {
  background-position: 0px -1274px;
}

i.flag.cu:before,
i.flag.cuba:before {
  background-position: 0px -1300px;
}

i.flag.cv:before,
i.flag.cape.verde:before {
  background-position: 0px -1326px;
}

i.flag.cx:before,
i.flag.christmas.island:before {
  background-position: 0px -1352px;
}

i.flag.cy:before,
i.flag.cyprus:before {
  background-position: 0px -1378px;
}

i.flag.cz:before,
i.flag.czech.republic:before {
  background-position: 0px -1404px;
}

i.flag.de:before,
i.flag.germany:before {
  background-position: 0px -1430px;
}

i.flag.dj:before,
i.flag.djibouti:before {
  background-position: 0px -1456px;
}

i.flag.dk:before,
i.flag.denmark:before {
  background-position: 0px -1482px;
}

i.flag.dm:before,
i.flag.dominica:before {
  background-position: 0px -1508px;
}

i.flag.do:before,
i.flag.dominican.republic:before {
  background-position: 0px -1534px;
}

i.flag.dz:before,
i.flag.algeria:before {
  background-position: 0px -1560px;
}

i.flag.ec:before,
i.flag.ecuador:before {
  background-position: 0px -1586px;
}

i.flag.ee:before,
i.flag.estonia:before {
  background-position: 0px -1612px;
}

i.flag.eg:before,
i.flag.egypt:before {
  background-position: 0px -1638px;
}

i.flag.eh:before,
i.flag.western.sahara:before {
  background-position: 0px -1664px;
}

i.flag.er:before,
i.flag.eritrea:before {
  background-position: 0px -1716px;
}

i.flag.es:before,
i.flag.spain:before {
  background-position: 0px -1742px;
}

i.flag.et:before,
i.flag.ethiopia:before {
  background-position: 0px -1768px;
}

i.flag.eu:before,
i.flag.european.union:before {
  background-position: 0px -1794px;
}

i.flag.fi:before,
i.flag.finland:before {
  background-position: 0px -1846px;
}

i.flag.fj:before,
i.flag.fiji:before {
  background-position: 0px -1872px;
}

i.flag.fk:before,
i.flag.falkland.islands:before {
  background-position: 0px -1898px;
}

i.flag.fm:before,
i.flag.micronesia:before {
  background-position: 0px -1924px;
}

i.flag.fo:before,
i.flag.faroe.islands:before {
  background-position: 0px -1950px;
}

i.flag.fr:before,
i.flag.france:before {
  background-position: 0px -1976px;
}

i.flag.ga:before,
i.flag.gabon:before {
  background-position: -36px 0px;
}

i.flag.gb:before,
i.flag.united.kingdom:before {
  background-position: -36px -26px;
}

i.flag.gd:before,
i.flag.grenada:before {
  background-position: -36px -52px;
}

i.flag.ge:before,
i.flag.georgia:before {
  background-position: -36px -78px;
}

i.flag.gf:before,
i.flag.french.guiana:before {
  background-position: -36px -104px;
}

i.flag.gh:before,
i.flag.ghana:before {
  background-position: -36px -130px;
}

i.flag.gi:before,
i.flag.gibraltar:before {
  background-position: -36px -156px;
}

i.flag.gl:before,
i.flag.greenland:before {
  background-position: -36px -182px;
}

i.flag.gm:before,
i.flag.gambia:before {
  background-position: -36px -208px;
}

i.flag.gn:before,
i.flag.guinea:before {
  background-position: -36px -234px;
}

i.flag.gp:before,
i.flag.guadeloupe:before {
  background-position: -36px -260px;
}

i.flag.gq:before,
i.flag.equatorial.guinea:before {
  background-position: -36px -286px;
}

i.flag.gr:before,
i.flag.greece:before {
  background-position: -36px -312px;
}

i.flag.gs:before,
i.flag.sandwich.islands:before {
  background-position: -36px -338px;
}

i.flag.gt:before,
i.flag.guatemala:before {
  background-position: -36px -364px;
}

i.flag.gu:before,
i.flag.guam:before {
  background-position: -36px -390px;
}

i.flag.gw:before,
i.flag.guinea-bissau:before {
  background-position: -36px -416px;
}

i.flag.gy:before,
i.flag.guyana:before {
  background-position: -36px -442px;
}

i.flag.hk:before,
i.flag.hong.kong:before {
  background-position: -36px -468px;
}

i.flag.hm:before,
i.flag.heard.island:before {
  background-position: -36px -494px;
}

i.flag.hn:before,
i.flag.honduras:before {
  background-position: -36px -520px;
}

i.flag.hr:before,
i.flag.croatia:before {
  background-position: -36px -546px;
}

i.flag.ht:before,
i.flag.haiti:before {
  background-position: -36px -572px;
}

i.flag.hu:before,
i.flag.hungary:before {
  background-position: -36px -598px;
}

i.flag.id:before,
i.flag.indonesia:before {
  background-position: -36px -624px;
}

i.flag.ie:before,
i.flag.ireland:before {
  background-position: -36px -650px;
}

i.flag.il:before,
i.flag.israel:before {
  background-position: -36px -676px;
}

i.flag.in:before,
i.flag.india:before {
  background-position: -36px -702px;
}

i.flag.io:before,
i.flag.indian.ocean.territory:before {
  background-position: -36px -728px;
}

i.flag.iq:before,
i.flag.iraq:before {
  background-position: -36px -754px;
}

i.flag.ir:before,
i.flag.iran:before {
  background-position: -36px -780px;
}

i.flag.is:before,
i.flag.iceland:before {
  background-position: -36px -806px;
}

i.flag.it:before,
i.flag.italy:before {
  background-position: -36px -832px;
}

i.flag.jm:before,
i.flag.jamaica:before {
  background-position: -36px -858px;
}

i.flag.jo:before,
i.flag.jordan:before {
  background-position: -36px -884px;
}

i.flag.jp:before,
i.flag.japan:before {
  background-position: -36px -910px;
}

i.flag.ke:before,
i.flag.kenya:before {
  background-position: -36px -936px;
}

i.flag.kg:before,
i.flag.kyrgyzstan:before {
  background-position: -36px -962px;
}

i.flag.kh:before,
i.flag.cambodia:before {
  background-position: -36px -988px;
}

i.flag.ki:before,
i.flag.kiribati:before {
  background-position: -36px -1014px;
}

i.flag.km:before,
i.flag.comoros:before {
  background-position: -36px -1040px;
}

i.flag.kn:before,
i.flag.saint.kitts.and.nevis:before {
  background-position: -36px -1066px;
}

i.flag.kp:before,
i.flag.north.korea:before {
  background-position: -36px -1092px;
}

i.flag.kr:before,
i.flag.south.korea:before {
  background-position: -36px -1118px;
}

i.flag.kw:before,
i.flag.kuwait:before {
  background-position: -36px -1144px;
}

i.flag.ky:before,
i.flag.cayman.islands:before {
  background-position: -36px -1170px;
}

i.flag.kz:before,
i.flag.kazakhstan:before {
  background-position: -36px -1196px;
}

i.flag.la:before,
i.flag.laos:before {
  background-position: -36px -1222px;
}

i.flag.lb:before,
i.flag.lebanon:before {
  background-position: -36px -1248px;
}

i.flag.lc:before,
i.flag.saint.lucia:before {
  background-position: -36px -1274px;
}

i.flag.li:before,
i.flag.liechtenstein:before {
  background-position: -36px -1300px;
}

i.flag.lk:before,
i.flag.sri.lanka:before {
  background-position: -36px -1326px;
}

i.flag.lr:before,
i.flag.liberia:before {
  background-position: -36px -1352px;
}

i.flag.ls:before,
i.flag.lesotho:before {
  background-position: -36px -1378px;
}

i.flag.lt:before,
i.flag.lithuania:before {
  background-position: -36px -1404px;
}

i.flag.lu:before,
i.flag.luxembourg:before {
  background-position: -36px -1430px;
}

i.flag.lv:before,
i.flag.latvia:before {
  background-position: -36px -1456px;
}

i.flag.ly:before,
i.flag.libya:before {
  background-position: -36px -1482px;
}

i.flag.ma:before,
i.flag.morocco:before {
  background-position: -36px -1508px;
}

i.flag.mc:before,
i.flag.monaco:before {
  background-position: -36px -1534px;
}

i.flag.md:before,
i.flag.moldova:before {
  background-position: -36px -1560px;
}

i.flag.me:before,
i.flag.montenegro:before {
  background-position: -36px -1586px;
}

i.flag.mg:before,
i.flag.madagascar:before {
  background-position: -36px -1613px;
}

i.flag.mh:before,
i.flag.marshall.islands:before {
  background-position: -36px -1639px;
}

i.flag.mk:before,
i.flag.macedonia:before {
  background-position: -36px -1665px;
}

i.flag.ml:before,
i.flag.mali:before {
  background-position: -36px -1691px;
}

i.flag.mm:before,
i.flag.myanmar:before,
i.flag.burma:before {
  background-position: -73px -1821px;
}

i.flag.mn:before,
i.flag.mongolia:before {
  background-position: -36px -1743px;
}

i.flag.mo:before,
i.flag.macau:before {
  background-position: -36px -1769px;
}

i.flag.mp:before,
i.flag.northern.mariana.islands:before {
  background-position: -36px -1795px;
}

i.flag.mq:before,
i.flag.martinique:before {
  background-position: -36px -1821px;
}

i.flag.mr:before,
i.flag.mauritania:before {
  background-position: -36px -1847px;
}

i.flag.ms:before,
i.flag.montserrat:before {
  background-position: -36px -1873px;
}

i.flag.mt:before,
i.flag.malta:before {
  background-position: -36px -1899px;
}

i.flag.mu:before,
i.flag.mauritius:before {
  background-position: -36px -1925px;
}

i.flag.mv:before,
i.flag.maldives:before {
  background-position: -36px -1951px;
}

i.flag.mw:before,
i.flag.malawi:before {
  background-position: -36px -1977px;
}

i.flag.mx:before,
i.flag.mexico:before {
  background-position: -72px 0px;
}

i.flag.my:before,
i.flag.malaysia:before {
  background-position: -72px -26px;
}

i.flag.mz:before,
i.flag.mozambique:before {
  background-position: -72px -52px;
}

i.flag.na:before,
i.flag.namibia:before {
  background-position: -72px -78px;
}

i.flag.nc:before,
i.flag.new.caledonia:before {
  background-position: -72px -104px;
}

i.flag.ne:before,
i.flag.niger:before {
  background-position: -72px -130px;
}

i.flag.nf:before,
i.flag.norfolk.island:before {
  background-position: -72px -156px;
}

i.flag.ng:before,
i.flag.nigeria:before {
  background-position: -72px -182px;
}

i.flag.ni:before,
i.flag.nicaragua:before {
  background-position: -72px -208px;
}

i.flag.nl:before,
i.flag.netherlands:before {
  background-position: -72px -234px;
}

i.flag.no:before,
i.flag.norway:before {
  background-position: -72px -260px;
}

i.flag.np:before,
i.flag.nepal:before {
  background-position: -72px -286px;
}

i.flag.nr:before,
i.flag.nauru:before {
  background-position: -72px -312px;
}

i.flag.nu:before,
i.flag.niue:before {
  background-position: -72px -338px;
}

i.flag.nz:before,
i.flag.new.zealand:before {
  background-position: -72px -364px;
}

i.flag.om:before,
i.flag.oman:before {
  background-position: -72px -390px;
}

i.flag.pa:before,
i.flag.panama:before {
  background-position: -72px -416px;
}

i.flag.pe:before,
i.flag.peru:before {
  background-position: -72px -442px;
}

i.flag.pf:before,
i.flag.french.polynesia:before {
  background-position: -72px -468px;
}

i.flag.pg:before,
i.flag.new.guinea:before {
  background-position: -72px -494px;
}

i.flag.ph:before,
i.flag.philippines:before {
  background-position: -72px -520px;
}

i.flag.pk:before,
i.flag.pakistan:before {
  background-position: -72px -546px;
}

i.flag.pl:before,
i.flag.poland:before {
  background-position: -72px -572px;
}

i.flag.pm:before,
i.flag.saint.pierre:before {
  background-position: -72px -598px;
}

i.flag.pn:before,
i.flag.pitcairn.islands:before {
  background-position: -72px -624px;
}

i.flag.pr:before,
i.flag.puerto.rico:before {
  background-position: -72px -650px;
}

i.flag.ps:before,
i.flag.palestine:before {
  background-position: -72px -676px;
}

i.flag.pt:before,
i.flag.portugal:before {
  background-position: -72px -702px;
}

i.flag.pw:before,
i.flag.palau:before {
  background-position: -72px -728px;
}

i.flag.py:before,
i.flag.paraguay:before {
  background-position: -72px -754px;
}

i.flag.qa:before,
i.flag.qatar:before {
  background-position: -72px -780px;
}

i.flag.re:before,
i.flag.reunion:before {
  background-position: -72px -806px;
}

i.flag.ro:before,
i.flag.romania:before {
  background-position: -72px -832px;
}

i.flag.rs:before,
i.flag.serbia:before {
  background-position: -72px -858px;
}

i.flag.ru:before,
i.flag.russia:before {
  background-position: -72px -884px;
}

i.flag.rw:before,
i.flag.rwanda:before {
  background-position: -72px -910px;
}

i.flag.sa:before,
i.flag.saudi.arabia:before {
  background-position: -72px -936px;
}

i.flag.sb:before,
i.flag.solomon.islands:before {
  background-position: -72px -962px;
}

i.flag.sc:before,
i.flag.seychelles:before {
  background-position: -72px -988px;
}

i.flag.gb.sct:before,
i.flag.scotland:before {
  background-position: -72px -1014px;
}

i.flag.sd:before,
i.flag.sudan:before {
  background-position: -72px -1040px;
}

i.flag.se:before,
i.flag.sweden:before {
  background-position: -72px -1066px;
}

i.flag.sg:before,
i.flag.singapore:before {
  background-position: -72px -1092px;
}

i.flag.sh:before,
i.flag.saint.helena:before {
  background-position: -72px -1118px;
}

i.flag.si:before,
i.flag.slovenia:before {
  background-position: -72px -1144px;
}

i.flag.sj:before,
i.flag.svalbard:before,
i.flag.jan.mayen:before {
  background-position: -72px -1170px;
}

i.flag.sk:before,
i.flag.slovakia:before {
  background-position: -72px -1196px;
}

i.flag.sl:before,
i.flag.sierra.leone:before {
  background-position: -72px -1222px;
}

i.flag.sm:before,
i.flag.san.marino:before {
  background-position: -72px -1248px;
}

i.flag.sn:before,
i.flag.senegal:before {
  background-position: -72px -1274px;
}

i.flag.so:before,
i.flag.somalia:before {
  background-position: -72px -1300px;
}

i.flag.sr:before,
i.flag.suriname:before {
  background-position: -72px -1326px;
}

i.flag.st:before,
i.flag.sao.tome:before {
  background-position: -72px -1352px;
}

i.flag.sv:before,
i.flag.el.salvador:before {
  background-position: -72px -1378px;
}

i.flag.sy:before,
i.flag.syria:before {
  background-position: -72px -1404px;
}

i.flag.sz:before,
i.flag.swaziland:before {
  background-position: -72px -1430px;
}

i.flag.tc:before,
i.flag.caicos.islands:before {
  background-position: -72px -1456px;
}

i.flag.td:before,
i.flag.chad:before {
  background-position: -72px -1482px;
}

i.flag.tf:before,
i.flag.french.territories:before {
  background-position: -72px -1508px;
}

i.flag.tg:before,
i.flag.togo:before {
  background-position: -72px -1534px;
}

i.flag.th:before,
i.flag.thailand:before {
  background-position: -72px -1560px;
}

i.flag.tj:before,
i.flag.tajikistan:before {
  background-position: -72px -1586px;
}

i.flag.tk:before,
i.flag.tokelau:before {
  background-position: -72px -1612px;
}

i.flag.tl:before,
i.flag.timorleste:before {
  background-position: -72px -1638px;
}

i.flag.tm:before,
i.flag.turkmenistan:before {
  background-position: -72px -1664px;
}

i.flag.tn:before,
i.flag.tunisia:before {
  background-position: -72px -1690px;
}

i.flag.to:before,
i.flag.tonga:before {
  background-position: -72px -1716px;
}

i.flag.tr:before,
i.flag.turkey:before {
  background-position: -72px -1742px;
}

i.flag.tt:before,
i.flag.trinidad:before {
  background-position: -72px -1768px;
}

i.flag.tv:before,
i.flag.tuvalu:before {
  background-position: -72px -1794px;
}

i.flag.tw:before,
i.flag.taiwan:before {
  background-position: -72px -1820px;
}

i.flag.tz:before,
i.flag.tanzania:before {
  background-position: -72px -1846px;
}

i.flag.ua:before,
i.flag.ukraine:before {
  background-position: -72px -1872px;
}

i.flag.ug:before,
i.flag.uganda:before {
  background-position: -72px -1898px;
}

i.flag.um:before,
i.flag.us.minor.islands:before {
  background-position: -72px -1924px;
}

i.flag.us:before,
i.flag.america:before,
i.flag.united.states:before {
  background-position: -72px -1950px;
}

i.flag.uy:before,
i.flag.uruguay:before {
  background-position: -72px -1976px;
}

i.flag.uz:before,
i.flag.uzbekistan:before {
  background-position: -108px 0px;
}

i.flag.va:before,
i.flag.vatican.city:before {
  background-position: -108px -26px;
}

i.flag.vc:before,
i.flag.saint.vincent:before {
  background-position: -108px -52px;
}

i.flag.ve:before,
i.flag.venezuela:before {
  background-position: -108px -78px;
}

i.flag.vg:before,
i.flag.british.virgin.islands:before {
  background-position: -108px -104px;
}

i.flag.vi:before,
i.flag.us.virgin.islands:before {
  background-position: -108px -130px;
}

i.flag.vn:before,
i.flag.vietnam:before {
  background-position: -108px -156px;
}

i.flag.vu:before,
i.flag.vanuatu:before {
  background-position: -108px -182px;
}

i.flag.gb.wls:before,
i.flag.wales:before {
  background-position: -108px -208px;
}

i.flag.wf:before,
i.flag.wallis.and.futuna:before {
  background-position: -108px -234px;
}

i.flag.ws:before,
i.flag.samoa:before {
  background-position: -108px -260px;
}

i.flag.ye:before,
i.flag.yemen:before {
  background-position: -108px -286px;
}

i.flag.yt:before,
i.flag.mayotte:before {
  background-position: -108px -312px;
}

i.flag.za:before,
i.flag.south.africa:before {
  background-position: -108px -338px;
}

i.flag.zm:before,
i.flag.zambia:before {
  background-position: -108px -364px;
}

i.flag.zw:before,
i.flag.zimbabwe:before {
  background-position: -108px -390px;
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Header
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Header
*******************************/

/* Standard */

.ui.header {
  border: none;
  margin: calc(2rem -  0.14285714em ) 0em 1rem;
  padding: 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.28571429em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
}

.ui.header:first-child {
  margin-top: -0.14285714em;
}

.ui.header:last-child {
  margin-bottom: 0em;
}

/*--------------
   Sub Header
---------------*/

.ui.header .sub.header {
  display: block;
  font-weight: normal;
  padding: 0em;
  margin: 0em;
  font-size: 1rem;
  line-height: 1.2em;
  color: rgba(0, 0, 0, 0.6);
}

/*--------------
      Icon
---------------*/

.ui.header > .icon {
  display: table-cell;
  opacity: 1;
  font-size: 1.5em;
  padding-top: 0em;
  vertical-align: middle;
}

/* With Text Node */

.ui.header .icon:only-child {
  display: inline-block;
  padding: 0em;
  margin-right: 0.75rem;
}

/*-------------------
        Image
--------------------*/

.ui.header > .image:not(.icon),
.ui.header > img {
  display: inline-block;
  margin-top: 0.14285714em;
  width: 2.5em;
  height: auto;
  vertical-align: middle;
}

.ui.header > .image:not(.icon):only-child,
.ui.header > img:only-child {
  margin-right: 0.75rem;
}

/*--------------
     Content
---------------*/

.ui.header .content {
  display: inline-block;
  vertical-align: top;
}

/* After Image */

.ui.header > img + .content,
.ui.header > .image + .content {
  padding-left: 0.75rem;
  vertical-align: middle;
}

/* After Icon */

.ui.header > .icon + .content {
  padding-left: 0.75rem;
  display: table-cell;
  vertical-align: middle;
}

/*--------------
 Loose Coupling
---------------*/

.ui.header .ui.label {
  font-size: '';
  margin-left: 0.5rem;
  vertical-align: middle;
}

/* Positioning */

.ui.header + p {
  margin-top: 0em;
}

/*******************************
            Types
*******************************/

/*--------------
     Page
---------------*/

h1.ui.header {
  font-size: 2rem;
}

h2.ui.header {
  font-size: 1.71428571rem;
}

h3.ui.header {
  font-size: 1.28571429rem;
}

h4.ui.header {
  font-size: 1.07142857rem;
}

h5.ui.header {
  font-size: 1rem;
}

/* Sub Header */

h1.ui.header .sub.header {
  font-size: 1.14285714rem;
}

h2.ui.header .sub.header {
  font-size: 1.14285714rem;
}

h3.ui.header .sub.header {
  font-size: 1rem;
}

h4.ui.header .sub.header {
  font-size: 1rem;
}

h5.ui.header .sub.header {
  font-size: 0.92857143rem;
}

/*--------------
 Content Heading
---------------*/

.ui.huge.header {
  min-height: 1em;
  font-size: 2em;
}

.ui.large.header {
  font-size: 1.71428571em;
}

.ui.medium.header {
  font-size: 1.28571429em;
}

.ui.small.header {
  font-size: 1.07142857em;
}

.ui.tiny.header {
  font-size: 1em;
}

/* Sub Header */

.ui.huge.header .sub.header {
  font-size: 1.14285714rem;
}

.ui.large.header .sub.header {
  font-size: 1.14285714rem;
}

.ui.header .sub.header {
  font-size: 1rem;
}

.ui.small.header .sub.header {
  font-size: 1rem;
}

.ui.tiny.header .sub.header {
  font-size: 0.92857143rem;
}

/*--------------
   Sub Heading
---------------*/

.ui.sub.header {
  padding: 0em;
  margin-bottom: 0.14285714rem;
  font-weight: bold;
  font-size: 0.85714286em;
  text-transform: uppercase;
  color: '';
}

.ui.small.sub.header {
  font-size: 0.78571429em;
}

.ui.sub.header {
  font-size: 0.85714286em;
}

.ui.large.sub.header {
  font-size: 0.92857143em;
}

.ui.huge.sub.header {
  font-size: 1em;
}

/*-------------------
        Icon
--------------------*/

.ui.icon.header {
  display: inline-block;
  text-align: center;
  margin: 2rem 0em 1rem;
}

.ui.icon.header:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.ui.icon.header:first-child {
  margin-top: 0em;
}

.ui.icon.header .icon {
  float: none;
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0em;
  font-size: 3em;
  margin: 0em auto 0.5rem;
  opacity: 1;
}

.ui.icon.header .content {
  display: block;
  padding: 0em;
}

.ui.icon.header .circular.icon {
  font-size: 2em;
}

.ui.icon.header .square.icon {
  font-size: 2em;
}

.ui.block.icon.header .icon {
  margin-bottom: 0em;
}

.ui.icon.header.aligned {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*******************************
            States
*******************************/

.ui.disabled.header {
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/

/*-------------------
      Inverted
--------------------*/

.ui.inverted.header {
  color: #FFFFFF;
}

.ui.inverted.header .sub.header {
  color: rgba(255, 255, 255, 0.8);
}

.ui.inverted.attached.header {
  background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  box-shadow: none;
  border-color: transparent;
}

.ui.inverted.block.header {
  background: #545454 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #545454 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  box-shadow: none;
}

.ui.inverted.block.header {
  border-bottom: none;
}

/*-------------------
       Colors
--------------------*/

/*--- Red ---*/

.ui.red.header {
  color: #DB2828 !important;
}

a.ui.red.header:hover {
  color: #d01919 !important;
}

.ui.red.dividing.header {
  border-bottom: 2px solid #DB2828;
}

/* Inverted */

.ui.inverted.red.header {
  color: #FF695E !important;
}

a.ui.inverted.red.header:hover {
  color: #ff5144 !important;
}

/*--- Orange ---*/

.ui.orange.header {
  color: #F2711C !important;
}

a.ui.orange.header:hover {
  color: #f26202 !important;
}

.ui.orange.dividing.header {
  border-bottom: 2px solid #F2711C;
}

/* Inverted */

.ui.inverted.orange.header {
  color: #FF851B !important;
}

a.ui.inverted.orange.header:hover {
  color: #ff7701 !important;
}

/*--- Olive ---*/

.ui.olive.header {
  color: #B5CC18 !important;
}

a.ui.olive.header:hover {
  color: #a7bd0d !important;
}

.ui.olive.dividing.header {
  border-bottom: 2px solid #B5CC18;
}

/* Inverted */

.ui.inverted.olive.header {
  color: #D9E778 !important;
}

a.ui.inverted.olive.header:hover {
  color: #d8ea5c !important;
}

/*--- Yellow ---*/

.ui.yellow.header {
  color: #FBBD08 !important;
}

a.ui.yellow.header:hover {
  color: #eaae00 !important;
}

.ui.yellow.dividing.header {
  border-bottom: 2px solid #FBBD08;
}

/* Inverted */

.ui.inverted.yellow.header {
  color: #FFE21F !important;
}

a.ui.inverted.yellow.header:hover {
  color: #ffdf05 !important;
}

/*--- Green ---*/

.ui.green.header {
  color: #21BA45 !important;
}

a.ui.green.header:hover {
  color: #16ab39 !important;
}

.ui.green.dividing.header {
  border-bottom: 2px solid #21BA45;
}

/* Inverted */

.ui.inverted.green.header {
  color: #2ECC40 !important;
}

a.ui.inverted.green.header:hover {
  color: #22be34 !important;
}

/*--- Teal ---*/

.ui.teal.header {
  color: #00B5AD !important;
}

a.ui.teal.header:hover {
  color: #009c95 !important;
}

.ui.teal.dividing.header {
  border-bottom: 2px solid #00B5AD;
}

/* Inverted */

.ui.inverted.teal.header {
  color: #6DFFFF !important;
}

a.ui.inverted.teal.header:hover {
  color: #54ffff !important;
}

/*--- Blue ---*/

.ui.blue.header {
  color: #2185D0 !important;
}

a.ui.blue.header:hover {
  color: #1678c2 !important;
}

.ui.blue.dividing.header {
  border-bottom: 2px solid #2185D0;
}

/* Inverted */

.ui.inverted.blue.header {
  color: #54C8FF !important;
}

a.ui.inverted.blue.header:hover {
  color: #3ac0ff !important;
}

/*--- Violet ---*/

.ui.violet.header {
  color: #6435C9 !important;
}

a.ui.violet.header:hover {
  color: #5829bb !important;
}

.ui.violet.dividing.header {
  border-bottom: 2px solid #6435C9;
}

/* Inverted */

.ui.inverted.violet.header {
  color: #A291FB !important;
}

a.ui.inverted.violet.header:hover {
  color: #8a73ff !important;
}

/*--- Purple ---*/

.ui.purple.header {
  color: #A333C8 !important;
}

a.ui.purple.header:hover {
  color: #9627ba !important;
}

.ui.purple.dividing.header {
  border-bottom: 2px solid #A333C8;
}

/* Inverted */

.ui.inverted.purple.header {
  color: #DC73FF !important;
}

a.ui.inverted.purple.header:hover {
  color: #d65aff !important;
}

/*--- Pink ---*/

.ui.pink.header {
  color: #E03997 !important;
}

a.ui.pink.header:hover {
  color: #e61a8d !important;
}

.ui.pink.dividing.header {
  border-bottom: 2px solid #E03997;
}

/* Inverted */

.ui.inverted.pink.header {
  color: #FF8EDF !important;
}

a.ui.inverted.pink.header:hover {
  color: #ff74d8 !important;
}

/*--- Brown ---*/

.ui.brown.header {
  color: #A5673F !important;
}

a.ui.brown.header:hover {
  color: #975b33 !important;
}

.ui.brown.dividing.header {
  border-bottom: 2px solid #A5673F;
}

/* Inverted */

.ui.inverted.brown.header {
  color: #D67C1C !important;
}

a.ui.inverted.brown.header:hover {
  color: #c86f11 !important;
}

/*--- Grey ---*/

.ui.grey.header {
  color: #767676 !important;
}

a.ui.grey.header:hover {
  color: #838383 !important;
}

.ui.grey.dividing.header {
  border-bottom: 2px solid #767676;
}

/* Inverted */

.ui.inverted.grey.header {
  color: #DCDDDE !important;
}

a.ui.inverted.grey.header:hover {
  color: #cfd0d2 !important;
}

/*-------------------
       Aligned
--------------------*/

.ui.left.aligned.header {
  text-align: left;
}

.ui.right.aligned.header {
  text-align: right;
}

.ui.centered.header,
.ui.center.aligned.header {
  text-align: center;
}

.ui.justified.header {
  text-align: justify;
}

.ui.justified.header:after {
  display: inline-block;
  content: '';
  width: 100%;
}

/*-------------------
       Floated
--------------------*/

.ui.floated.header,
.ui[class*="left floated"].header {
  float: left;
  margin-top: 0em;
  margin-right: 0.5em;
}

.ui[class*="right floated"].header {
  float: right;
  margin-top: 0em;
  margin-left: 0.5em;
}

/*-------------------
       Fitted
--------------------*/

.ui.fitted.header {
  padding: 0em;
}

/*-------------------
      Dividing
--------------------*/

.ui.dividing.header {
  padding-bottom: 0.21428571rem;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.dividing.header .sub.header {
  padding-bottom: 0.21428571rem;
}

.ui.dividing.header .icon {
  margin-bottom: 0em;
}

.ui.inverted.dividing.header {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

/*-------------------
        Block
--------------------*/

.ui.block.header {
  background: #F3F4F5;
  padding: 0.78571429rem 1rem;
  box-shadow: none;
  border: 1px solid #D4D4D5;
  border-radius: 0.28571429rem;
}

.ui.tiny.block.header {
  font-size: 0.85714286rem;
}

.ui.small.block.header {
  font-size: 0.92857143rem;
}

.ui.block.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1rem;
}

.ui.large.block.header {
  font-size: 1.14285714rem;
}

.ui.huge.block.header {
  font-size: 1.42857143rem;
}

/*-------------------
       Attached
--------------------*/

.ui.attached.header {
  background: #FFFFFF;
  padding: 0.78571429rem 1rem;
  margin-left: -1px;
  margin-right: -1px;
  box-shadow: none;
  border: 1px solid #D4D4D5;
}

.ui.attached.block.header {
  background: #F3F4F5;
}

.ui.attached:not(.top):not(.bottom).header {
  margin-top: 0em;
  margin-bottom: 0em;
  border-top: none;
  border-radius: 0em;
}

.ui.top.attached.header {
  margin-bottom: 0em;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.bottom.attached.header {
  margin-top: 0em;
  border-top: none;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* Attached Sizes */

.ui.tiny.attached.header {
  font-size: 0.85714286em;
}

.ui.small.attached.header {
  font-size: 0.92857143em;
}

.ui.attached.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1em;
}

.ui.large.attached.header {
  font-size: 1.14285714em;
}

.ui.huge.attached.header {
  font-size: 1.42857143em;
}

/*-------------------
        Sizing
--------------------*/

.ui.header:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
  font-size: 1.28571429em;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Icon
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Icon
*******************************/

@font-face {
  font-family: 'Icons';
  src: url(/build/assets/icons.eot);
  src: url(/build/assets/icons.eot?#iefix) format('embedded-opentype'), url(/build/assets/icons.woff2) format('woff2'), url(/build/assets/icons.woff) format('woff'), url(/build/assets/icons.ttf) format('truetype'), url(/build/assets/icons.svg#icons) format('svg');
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}

i.icon {
  display: inline-block;
  opacity: 1;
  margin: 0em 0.25rem 0em 0em;
  width: 1.18em;
  height: 1em;
  font-family: 'Icons';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  speak: none;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

i.icon:before {
  background: none !important;
}

/*******************************
             Types
*******************************/

/*--------------
    Loading
---------------*/

i.icon.loading {
  height: 1em;
  line-height: 1;
  -webkit-animation: icon-loading 2s linear infinite;
  animation: icon-loading 2s linear infinite;
}

@-webkit-keyframes icon-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes icon-loading {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************
             States
*******************************/

i.icon.hover {
  opacity: 1 !important;
}

i.icon.active {
  opacity: 1 !important;
}

i.emphasized.icon {
  opacity: 1 !important;
}

i.disabled.icon {
  opacity: 0.45 !important;
}

/*******************************
           Variations
*******************************/

/*-------------------
        Fitted
--------------------*/

i.fitted.icon {
  width: auto;
  margin: 0em;
}

/*-------------------
         Link
--------------------*/

i.link.icon,
i.link.icons {
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

i.link.icon:hover,
i.link.icons:hover {
  opacity: 1 !important;
}

/*-------------------
      Circular
--------------------*/

i.circular.icon {
  border-radius: 500em !important;
  line-height: 1 !important;
  padding: 0.5em 0.5em !important;
  box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
  width: 2em !important;
  height: 2em !important;
}

i.circular.inverted.icon {
  border: none;
  box-shadow: none;
}

/*-------------------
      Flipped
--------------------*/

i.flipped.icon,
i.horizontally.flipped.icon {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

i.vertically.flipped.icon {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

/*-------------------
      Rotated
--------------------*/

i.rotated.icon,
i.right.rotated.icon,
i.clockwise.rotated.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

i.left.rotated.icon,
i.counterclockwise.rotated.icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*-------------------
      Bordered
--------------------*/

i.bordered.icon {
  line-height: 1;
  vertical-align: baseline;
  width: 2em;
  height: 2em;
  padding: 0.5em 0.41em !important;
  box-shadow: 0em 0em 0em 0.1em rgba(0, 0, 0, 0.1) inset;
}

i.bordered.inverted.icon {
  border: none;
  box-shadow: none;
}

/*-------------------
      Inverted
--------------------*/

/* Inverted Shapes */

i.inverted.bordered.icon,
i.inverted.circular.icon {
  background-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

i.inverted.icon {
  color: #FFFFFF;
}

/*-------------------
       Colors
--------------------*/

/* Red */

i.red.icon {
  color: #DB2828 !important;
}

i.inverted.red.icon {
  color: #FF695E !important;
}

i.inverted.bordered.red.icon,
i.inverted.circular.red.icon {
  background-color: #DB2828 !important;
  color: #FFFFFF !important;
}

/* Orange */

i.orange.icon {
  color: #F2711C !important;
}

i.inverted.orange.icon {
  color: #FF851B !important;
}

i.inverted.bordered.orange.icon,
i.inverted.circular.orange.icon {
  background-color: #F2711C !important;
  color: #FFFFFF !important;
}

/* Yellow */

i.yellow.icon {
  color: #FBBD08 !important;
}

i.inverted.yellow.icon {
  color: #FFE21F !important;
}

i.inverted.bordered.yellow.icon,
i.inverted.circular.yellow.icon {
  background-color: #FBBD08 !important;
  color: #FFFFFF !important;
}

/* Olive */

i.olive.icon {
  color: #B5CC18 !important;
}

i.inverted.olive.icon {
  color: #D9E778 !important;
}

i.inverted.bordered.olive.icon,
i.inverted.circular.olive.icon {
  background-color: #B5CC18 !important;
  color: #FFFFFF !important;
}

/* Green */

i.green.icon {
  color: #21BA45 !important;
}

i.inverted.green.icon {
  color: #2ECC40 !important;
}

i.inverted.bordered.green.icon,
i.inverted.circular.green.icon {
  background-color: #21BA45 !important;
  color: #FFFFFF !important;
}

/* Teal */

i.teal.icon {
  color: #00B5AD !important;
}

i.inverted.teal.icon {
  color: #6DFFFF !important;
}

i.inverted.bordered.teal.icon,
i.inverted.circular.teal.icon {
  background-color: #00B5AD !important;
  color: #FFFFFF !important;
}

/* Blue */

i.blue.icon {
  color: #2185D0 !important;
}

i.inverted.blue.icon {
  color: #54C8FF !important;
}

i.inverted.bordered.blue.icon,
i.inverted.circular.blue.icon {
  background-color: #2185D0 !important;
  color: #FFFFFF !important;
}

/* Violet */

i.violet.icon {
  color: #6435C9 !important;
}

i.inverted.violet.icon {
  color: #A291FB !important;
}

i.inverted.bordered.violet.icon,
i.inverted.circular.violet.icon {
  background-color: #6435C9 !important;
  color: #FFFFFF !important;
}

/* Purple */

i.purple.icon {
  color: #A333C8 !important;
}

i.inverted.purple.icon {
  color: #DC73FF !important;
}

i.inverted.bordered.purple.icon,
i.inverted.circular.purple.icon {
  background-color: #A333C8 !important;
  color: #FFFFFF !important;
}

/* Pink */

i.pink.icon {
  color: #E03997 !important;
}

i.inverted.pink.icon {
  color: #FF8EDF !important;
}

i.inverted.bordered.pink.icon,
i.inverted.circular.pink.icon {
  background-color: #E03997 !important;
  color: #FFFFFF !important;
}

/* Brown */

i.brown.icon {
  color: #A5673F !important;
}

i.inverted.brown.icon {
  color: #D67C1C !important;
}

i.inverted.bordered.brown.icon,
i.inverted.circular.brown.icon {
  background-color: #A5673F !important;
  color: #FFFFFF !important;
}

/* Grey */

i.grey.icon {
  color: #767676 !important;
}

i.inverted.grey.icon {
  color: #DCDDDE !important;
}

i.inverted.bordered.grey.icon,
i.inverted.circular.grey.icon {
  background-color: #767676 !important;
  color: #FFFFFF !important;
}

/* Black */

i.black.icon {
  color: #1B1C1D !important;
}

i.inverted.black.icon {
  color: #545454 !important;
}

i.inverted.bordered.black.icon,
i.inverted.circular.black.icon {
  background-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

/*-------------------
        Sizes
--------------------*/

i.mini.icon,
i.mini.icons {
  line-height: 1;
  font-size: 0.4em;
}

i.tiny.icon,
i.tiny.icons {
  line-height: 1;
  font-size: 0.5em;
}

i.small.icon,
i.small.icons {
  line-height: 1;
  font-size: 0.75em;
}

i.icon,
i.icons {
  font-size: 1em;
}

i.large.icon,
i.large.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 1.5em;
}

i.big.icon,
i.big.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 2em;
}

i.huge.icon,
i.huge.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 4em;
}

i.massive.icon,
i.massive.icons {
  line-height: 1;
  vertical-align: middle;
  font-size: 8em;
}

/*******************************
            Groups
*******************************/

i.icons {
  display: inline-block;
  position: relative;
  line-height: 1;
}

i.icons .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: 0em;
  margin: 0;
}

i.icons .icon:first-child {
  position: static;
  width: auto;
  height: auto;
  vertical-align: top;
  -webkit-transform: none;
  transform: none;
  margin-right: 0.25rem;
}

/* Corner Icon */

i.icons .corner.icon {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  font-size: 0.45em;
  text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF;
}

i.icons .top.right.corner.icon {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto;
}

i.icons .top.left.corner.icon {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
}

i.icons .bottom.left.corner.icon {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
}

i.icons .bottom.right.corner.icon {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}

i.icons .inverted.corner.icon {
  text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
}

/*
 * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

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

Semantic-UI integration of font-awesome :

///class names are separated
i.icon.circle => i.icon.circle
i.icon.circle-o => i.icon.circle.outline

//abbreviation are replaced by full letters:
i.icon.ellipsis-h => i.icon.ellipsis.horizontal
i.icon.ellipsis-v => i.icon.ellipsis.vertical
.alpha => .i.icon.alphabet
.asc => .i.icon.ascending
.desc => .i.icon.descending
.alt =>.alternate

ASCII order is conserved for easier maintenance.

Icons that only have one style 'outline', 'square' etc do not require this class
for instance `lemon icon` not `lemon outline icon` since there is only one lemon

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

/*******************************
            Icons
*******************************/

/* Web Content */

i.icon.search:before {
  content: "\F002";
}

i.icon.mail.outline:before {
  content: "\F003";
}

i.icon.signal:before {
  content: "\F012";
}

i.icon.setting:before {
  content: "\F013";
}

i.icon.home:before {
  content: "\F015";
}

i.icon.inbox:before {
  content: "\F01C";
}

i.icon.browser:before {
  content: "\F022";
}

i.icon.tag:before {
  content: "\F02B";
}

i.icon.tags:before {
  content: "\F02C";
}

i.icon.image:before {
  content: "\F03E";
}

i.icon.calendar:before {
  content: "\F073";
}

i.icon.comment:before {
  content: "\F075";
}

i.icon.shop:before {
  content: "\F07A";
}

i.icon.comments:before {
  content: "\F086";
}

i.icon.external:before {
  content: "\F08E";
}

i.icon.privacy:before {
  content: "\F084";
}

i.icon.settings:before {
  content: "\F085";
}

i.icon.comments:before {
  content: "\F086";
}

i.icon.external:before {
  content: "\F08E";
}

i.icon.trophy:before {
  content: "\F091";
}

i.icon.payment:before {
  content: "\F09D";
}

i.icon.feed:before {
  content: "\F09E";
}

i.icon.alarm.outline:before {
  content: "\F0A2";
}

i.icon.tasks:before {
  content: "\F0AE";
}

i.icon.cloud:before {
  content: "\F0C2";
}

i.icon.lab:before {
  content: "\F0C3";
}

i.icon.mail:before {
  content: "\F0E0";
}

i.icon.dashboard:before {
  content: "\F0E4";
}

i.icon.comment.outline:before {
  content: "\F0E5";
}

i.icon.comments.outline:before {
  content: "\F0E6";
}

i.icon.sitemap:before {
  content: "\F0E8";
}

i.icon.idea:before {
  content: "\F0EB";
}

i.icon.alarm:before {
  content: "\F0F3";
}

i.icon.terminal:before {
  content: "\F120";
}

i.icon.code:before {
  content: "\F121";
}

i.icon.protect:before {
  content: "\F132";
}

i.icon.calendar.outline:before {
  content: "\F133";
}

i.icon.ticket:before {
  content: "\F145";
}

i.icon.external.square:before {
  content: "\F14C";
}

i.icon.bug:before {
  content: "\F188";
}

i.icon.mail.square:before {
  content: "\F199";
}

i.icon.history:before {
  content: "\F1DA";
}

i.icon.options:before {
  content: "\F1DE";
}

i.icon.text.telephone:before {
  content: "\F1E4";
}

i.icon.find:before {
  content: "\F1E5";
}

i.icon.alarm.mute:before {
  content: "\F1F6";
}

i.icon.alarm.mute.outline:before {
  content: "\F1F7";
}

i.icon.copyright:before {
  content: "\F1F9";
}

i.icon.at:before {
  content: "\F1FA";
}

i.icon.eyedropper:before {
  content: "\F1FB";
}

i.icon.paint.brush:before {
  content: "\F1FC";
}

i.icon.heartbeat:before {
  content: "\F21E";
}

i.icon.mouse.pointer:before {
  content: "\F245";
}

i.icon.hourglass.empty:before {
  content: "\F250";
}

i.icon.hourglass.start:before {
  content: "\F251";
}

i.icon.hourglass.half:before {
  content: "\F252";
}

i.icon.hourglass.end:before {
  content: "\F253";
}

i.icon.hourglass.full:before {
  content: "\F254";
}

i.icon.hand.pointer:before {
  content: "\F25A";
}

i.icon.trademark:before {
  content: "\F25C";
}

i.icon.registered:before {
  content: "\F25D";
}

i.icon.creative.commons:before {
  content: "\F25E";
}

i.icon.add.to.calendar:before {
  content: "\F271";
}

i.icon.remove.from.calendar:before {
  content: "\F272";
}

i.icon.delete.calendar:before {
  content: "\F273";
}

i.icon.checked.calendar:before {
  content: "\F274";
}

i.icon.industry:before {
  content: "\F275";
}

i.icon.shopping.bag:before {
  content: "\F290";
}

i.icon.shopping.basket:before {
  content: "\F291";
}

i.icon.hashtag:before {
  content: "\F292";
}

i.icon.percent:before {
  content: "\F295";
}

i.icon.handshake:before {
  content: "\F2B5";
}

i.icon.open.envelope:before {
  content: "\F2B6";
}

i.icon.open.envelope.outline:before {
  content: "\F2B7";
}

i.icon.address.book:before {
  content: "\F2B9";
}

i.icon.address.book.outline:before {
  content: "\F2BA";
}

i.icon.address.card:before {
  content: "\F2BB";
}

i.icon.address.card.outline:before {
  content: "\F2BC";
}

i.icon.id.badge:before {
  content: "\F2C1";
}

i.icon.id.card:before {
  content: "\F2C2";
}

i.icon.id.card.outline:before {
  content: "\F2C3";
}

i.icon.podcast:before {
  content: "\F2CE";
}

i.icon.window.maximize:before {
  content: "\F2D0";
}

i.icon.window.minimize:before {
  content: "\F2D1";
}

i.icon.window.restore:before {
  content: "\F2D2";
}

i.icon.window.close:before {
  content: "\F2D3";
}

i.icon.window.close.outline:before {
  content: "\F2D4";
}

/* User Actions */

i.icon.wait:before {
  content: "\F017";
}

i.icon.download:before {
  content: "\F019";
}

i.icon.repeat:before {
  content: "\F01E";
}

i.icon.refresh:before {
  content: "\F021";
}

i.icon.lock:before {
  content: "\F023";
}

i.icon.bookmark:before {
  content: "\F02E";
}

i.icon.print:before {
  content: "\F02F";
}

i.icon.write:before {
  content: "\F040";
}

i.icon.adjust:before {
  content: "\F042";
}

i.icon.theme:before {
  content: "\F043";
}

i.icon.edit:before {
  content: "\F044";
}

i.icon.external.share:before {
  content: "\F045";
}

i.icon.ban:before {
  content: "\F05E";
}

i.icon.mail.forward:before {
  content: "\F064";
}

i.icon.share:before {
  content: "\F064";
}

i.icon.expand:before {
  content: "\F065";
}

i.icon.compress:before {
  content: "\F066";
}

i.icon.unhide:before {
  content: "\F06E";
}

i.icon.hide:before {
  content: "\F070";
}

i.icon.random:before {
  content: "\F074";
}

i.icon.retweet:before {
  content: "\F079";
}

i.icon.sign.out:before {
  content: "\F08B";
}

i.icon.pin:before {
  content: "\F08D";
}

i.icon.sign.in:before {
  content: "\F090";
}

i.icon.upload:before {
  content: "\F093";
}

i.icon.call:before {
  content: "\F095";
}

i.icon.remove.bookmark:before {
  content: "\F097";
}

i.icon.call.square:before {
  content: "\F098";
}

i.icon.unlock:before {
  content: "\F09C";
}

i.icon.configure:before {
  content: "\F0AD";
}

i.icon.filter:before {
  content: "\F0B0";
}

i.icon.wizard:before {
  content: "\F0D0";
}

i.icon.undo:before {
  content: "\F0E2";
}

i.icon.exchange:before {
  content: "\F0EC";
}

i.icon.cloud.download:before {
  content: "\F0ED";
}

i.icon.cloud.upload:before {
  content: "\F0EE";
}

i.icon.reply:before {
  content: "\F112";
}

i.icon.reply.all:before {
  content: "\F122";
}

i.icon.erase:before {
  content: "\F12D";
}

i.icon.unlock.alternate:before {
  content: "\F13E";
}

i.icon.write.square:before {
  content: "\F14B";
}

i.icon.share.square:before {
  content: "\F14D";
}

i.icon.archive:before {
  content: "\F187";
}

i.icon.translate:before {
  content: "\F1AB";
}

i.icon.recycle:before {
  content: "\F1B8";
}

i.icon.send:before {
  content: "\F1D8";
}

i.icon.send.outline:before {
  content: "\F1D9";
}

i.icon.share.alternate:before {
  content: "\F1E0";
}

i.icon.share.alternate.square:before {
  content: "\F1E1";
}

i.icon.add.to.cart:before {
  content: "\F217";
}

i.icon.in.cart:before {
  content: "\F218";
}

i.icon.add.user:before {
  content: "\F234";
}

i.icon.remove.user:before {
  content: "\F235";
}

i.icon.object.group:before {
  content: "\F247";
}

i.icon.object.ungroup:before {
  content: "\F248";
}

i.icon.clone:before {
  content: "\F24D";
}

i.icon.talk:before {
  content: "\F27A";
}

i.icon.talk.outline:before {
  content: "\F27B";
}

/* Messages */

i.icon.help.circle:before {
  content: "\F059";
}

i.icon.info.circle:before {
  content: "\F05A";
}

i.icon.warning.circle:before {
  content: "\F06A";
}

i.icon.warning.sign:before {
  content: "\F071";
}

i.icon.announcement:before {
  content: "\F0A1";
}

i.icon.help:before {
  content: "\F128";
}

i.icon.info:before {
  content: "\F129";
}

i.icon.warning:before {
  content: "\F12A";
}

i.icon.birthday:before {
  content: "\F1FD";
}

i.icon.help.circle.outline:before {
  content: "\F29C";
}

/* Users */

i.icon.user:before {
  content: "\F007";
}

i.icon.users:before {
  content: "\F0C0";
}

i.icon.doctor:before {
  content: "\F0F0";
}

i.icon.handicap:before {
  content: "\F193";
}

i.icon.student:before {
  content: "\F19D";
}

i.icon.child:before {
  content: "\F1AE";
}

i.icon.spy:before {
  content: "\F21B";
}

i.icon.user.circle:before {
  content: "\F2BD";
}

i.icon.user.circle.outline:before {
  content: "\F2BE";
}

i.icon.user.outline:before {
  content: "\F2C0";
}

/* Gender & Sexuality */

i.icon.female:before {
  content: "\F182";
}

i.icon.male:before {
  content: "\F183";
}

i.icon.woman:before {
  content: "\F221";
}

i.icon.man:before {
  content: "\F222";
}

i.icon.non.binary.transgender:before {
  content: "\F223";
}

i.icon.intergender:before {
  content: "\F224";
}

i.icon.transgender:before {
  content: "\F225";
}

i.icon.lesbian:before {
  content: "\F226";
}

i.icon.gay:before {
  content: "\F227";
}

i.icon.heterosexual:before {
  content: "\F228";
}

i.icon.other.gender:before {
  content: "\F229";
}

i.icon.other.gender.vertical:before {
  content: "\F22A";
}

i.icon.other.gender.horizontal:before {
  content: "\F22B";
}

i.icon.neuter:before {
  content: "\F22C";
}

i.icon.genderless:before {
  content: "\F22D";
}

/* Accessibility */

i.icon.universal.access:before {
  content: "\F29A";
}

i.icon.wheelchair:before {
  content: "\F29B";
}

i.icon.blind:before {
  content: "\F29D";
}

i.icon.audio.description:before {
  content: "\F29E";
}

i.icon.volume.control.phone:before {
  content: "\F2A0";
}

i.icon.braille:before {
  content: "\F2A1";
}

i.icon.asl:before {
  content: "\F2A3";
}

i.icon.assistive.listening.systems:before {
  content: "\F2A2";
}

i.icon.deafness:before {
  content: "\F2A4";
}

i.icon.sign.language:before {
  content: "\F2A7";
}

i.icon.low.vision:before {
  content: "\F2A8";
}

/* View Adjustment */

i.icon.block.layout:before {
  content: "\F009";
}

i.icon.grid.layout:before {
  content: "\F00A";
}

i.icon.list.layout:before {
  content: "\F00B";
}

i.icon.zoom:before {
  content: "\F00E";
}

i.icon.zoom.out:before {
  content: "\F010";
}

i.icon.resize.vertical:before {
  content: "\F07D";
}

i.icon.resize.horizontal:before {
  content: "\F07E";
}

i.icon.maximize:before {
  content: "\F0B2";
}

i.icon.crop:before {
  content: "\F125";
}

/* Literal Objects */

i.icon.cocktail:before {
  content: "\F000";
}

i.icon.road:before {
  content: "\F018";
}

i.icon.flag:before {
  content: "\F024";
}

i.icon.book:before {
  content: "\F02D";
}

i.icon.gift:before {
  content: "\F06B";
}

i.icon.leaf:before {
  content: "\F06C";
}

i.icon.fire:before {
  content: "\F06D";
}

i.icon.plane:before {
  content: "\F072";
}

i.icon.magnet:before {
  content: "\F076";
}

i.icon.lemon:before {
  content: "\F094";
}

i.icon.world:before {
  content: "\F0AC";
}

i.icon.travel:before {
  content: "\F0B1";
}

i.icon.shipping:before {
  content: "\F0D1";
}

i.icon.money:before {
  content: "\F0D6";
}

i.icon.legal:before {
  content: "\F0E3";
}

i.icon.lightning:before {
  content: "\F0E7";
}

i.icon.umbrella:before {
  content: "\F0E9";
}

i.icon.treatment:before {
  content: "\F0F1";
}

i.icon.suitcase:before {
  content: "\F0F2";
}

i.icon.bar:before {
  content: "\F0FC";
}

i.icon.flag.outline:before {
  content: "\F11D";
}

i.icon.flag.checkered:before {
  content: "\F11E";
}

i.icon.puzzle:before {
  content: "\F12E";
}

i.icon.fire.extinguisher:before {
  content: "\F134";
}

i.icon.rocket:before {
  content: "\F135";
}

i.icon.anchor:before {
  content: "\F13D";
}

i.icon.bullseye:before {
  content: "\F140";
}

i.icon.sun:before {
  content: "\F185";
}

i.icon.moon:before {
  content: "\F186";
}

i.icon.fax:before {
  content: "\F1AC";
}

i.icon.life.ring:before {
  content: "\F1CD";
}

i.icon.bomb:before {
  content: "\F1E2";
}

i.icon.soccer:before {
  content: "\F1E3";
}

i.icon.calculator:before {
  content: "\F1EC";
}

i.icon.diamond:before {
  content: "\F219";
}

i.icon.sticky.note:before {
  content: "\F249";
}

i.icon.sticky.note.outline:before {
  content: "\F24A";
}

i.icon.law:before {
  content: "\F24E";
}

i.icon.hand.peace:before {
  content: "\F25B";
}

i.icon.hand.rock:before {
  content: "\F255";
}

i.icon.hand.paper:before {
  content: "\F256";
}

i.icon.hand.scissors:before {
  content: "\F257";
}

i.icon.hand.lizard:before {
  content: "\F258";
}

i.icon.hand.spock:before {
  content: "\F259";
}

i.icon.tv:before {
  content: "\F26C";
}

i.icon.thermometer.full:before {
  content: "\F2C7";
}

i.icon.thermometer.three.quarters:before {
  content: "\F2C8";
}

i.icon.thermometer.half:before {
  content: "\F2C9";
}

i.icon.thermometer.quarter:before {
  content: "\F2CA";
}

i.icon.thermometer.empty:before {
  content: "\F2CB";
}

i.icon.shower:before {
  content: "\F2CC";
}

i.icon.bathtub:before {
  content: "\F2CD";
}

i.icon.snowflake:before {
  content: "\F2DC";
}

/* Shapes */

i.icon.crosshairs:before {
  content: "\F05B";
}

i.icon.asterisk:before {
  content: "\F069";
}

i.icon.square.outline:before {
  content: "\F096";
}

i.icon.certificate:before {
  content: "\F0A3";
}

i.icon.square:before {
  content: "\F0C8";
}

i.icon.quote.left:before {
  content: "\F10D";
}

i.icon.quote.right:before {
  content: "\F10E";
}

i.icon.spinner:before {
  content: "\F110";
}

i.icon.circle:before {
  content: "\F111";
}

i.icon.ellipsis.horizontal:before {
  content: "\F141";
}

i.icon.ellipsis.vertical:before {
  content: "\F142";
}

i.icon.cube:before {
  content: "\F1B2";
}

i.icon.cubes:before {
  content: "\F1B3";
}

i.icon.circle.notched:before {
  content: "\F1CE";
}

i.icon.circle.thin:before {
  content: "\F1DB";
}

/* Item Selection */

i.icon.checkmark:before {
  content: "\F00C";
}

i.icon.remove:before {
  content: "\F00D";
}

i.icon.checkmark.box:before {
  content: "\F046";
}

i.icon.move:before {
  content: "\F047";
}

i.icon.add.circle:before {
  content: "\F055";
}

i.icon.minus.circle:before {
  content: "\F056";
}

i.icon.remove.circle:before {
  content: "\F057";
}

i.icon.check.circle:before {
  content: "\F058";
}

i.icon.remove.circle.outline:before {
  content: "\F05C";
}

i.icon.check.circle.outline:before {
  content: "\F05D";
}

i.icon.plus:before {
  content: "\F067";
}

i.icon.minus:before {
  content: "\F068";
}

i.icon.add.square:before {
  content: "\F0FE";
}

i.icon.radio:before {
  content: "\F10C";
}

i.icon.minus.square:before {
  content: "\F146";
}

i.icon.minus.square.outline:before {
  content: "\F147";
}

i.icon.check.square:before {
  content: "\F14A";
}

i.icon.selected.radio:before {
  content: "\F192";
}

i.icon.plus.square.outline:before {
  content: "\F196";
}

i.icon.toggle.off:before {
  content: "\F204";
}

i.icon.toggle.on:before {
  content: "\F205";
}

/* Media */

i.icon.film:before {
  content: "\F008";
}

i.icon.sound:before {
  content: "\F025";
}

i.icon.photo:before {
  content: "\F030";
}

i.icon.bar.chart:before {
  content: "\F080";
}

i.icon.camera.retro:before {
  content: "\F083";
}

i.icon.newspaper:before {
  content: "\F1EA";
}

i.icon.area.chart:before {
  content: "\F1FE";
}

i.icon.pie.chart:before {
  content: "\F200";
}

i.icon.line.chart:before {
  content: "\F201";
}

/* Pointers */

i.icon.arrow.circle.outline.down:before {
  content: "\F01A";
}

i.icon.arrow.circle.outline.up:before {
  content: "\F01B";
}

i.icon.chevron.left:before {
  content: "\F053";
}

i.icon.chevron.right:before {
  content: "\F054";
}

i.icon.arrow.left:before {
  content: "\F060";
}

i.icon.arrow.right:before {
  content: "\F061";
}

i.icon.arrow.up:before {
  content: "\F062";
}

i.icon.arrow.down:before {
  content: "\F063";
}

i.icon.chevron.up:before {
  content: "\F077";
}

i.icon.chevron.down:before {
  content: "\F078";
}

i.icon.pointing.right:before {
  content: "\F0A4";
}

i.icon.pointing.left:before {
  content: "\F0A5";
}

i.icon.pointing.up:before {
  content: "\F0A6";
}

i.icon.pointing.down:before {
  content: "\F0A7";
}

i.icon.arrow.circle.left:before {
  content: "\F0A8";
}

i.icon.arrow.circle.right:before {
  content: "\F0A9";
}

i.icon.arrow.circle.up:before {
  content: "\F0AA";
}

i.icon.arrow.circle.down:before {
  content: "\F0AB";
}

i.icon.caret.down:before {
  content: "\F0D7";
}

i.icon.caret.up:before {
  content: "\F0D8";
}

i.icon.caret.left:before {
  content: "\F0D9";
}

i.icon.caret.right:before {
  content: "\F0DA";
}

i.icon.angle.double.left:before {
  content: "\F100";
}

i.icon.angle.double.right:before {
  content: "\F101";
}

i.icon.angle.double.up:before {
  content: "\F102";
}

i.icon.angle.double.down:before {
  content: "\F103";
}

i.icon.angle.left:before {
  content: "\F104";
}

i.icon.angle.right:before {
  content: "\F105";
}

i.icon.angle.up:before {
  content: "\F106";
}

i.icon.angle.down:before {
  content: "\F107";
}

i.icon.chevron.circle.left:before {
  content: "\F137";
}

i.icon.chevron.circle.right:before {
  content: "\F138";
}

i.icon.chevron.circle.up:before {
  content: "\F139";
}

i.icon.chevron.circle.down:before {
  content: "\F13A";
}

i.icon.toggle.down:before {
  content: "\F150";
}

i.icon.toggle.up:before {
  content: "\F151";
}

i.icon.toggle.right:before {
  content: "\F152";
}

i.icon.long.arrow.down:before {
  content: "\F175";
}

i.icon.long.arrow.up:before {
  content: "\F176";
}

i.icon.long.arrow.left:before {
  content: "\F177";
}

i.icon.long.arrow.right:before {
  content: "\F178";
}

i.icon.arrow.circle.outline.right:before {
  content: "\F18E";
}

i.icon.arrow.circle.outline.left:before {
  content: "\F190";
}

i.icon.toggle.left:before {
  content: "\F191";
}

/* Mobile */

i.icon.tablet:before {
  content: "\F10A";
}

i.icon.mobile:before {
  content: "\F10B";
}

i.icon.battery.full:before {
  content: "\F240";
}

i.icon.battery.high:before {
  content: "\F241";
}

i.icon.battery.medium:before {
  content: "\F242";
}

i.icon.battery.low:before {
  content: "\F243";
}

i.icon.battery.empty:before {
  content: "\F244";
}

/* Computer */

i.icon.power:before {
  content: "\F011";
}

i.icon.trash.outline:before {
  content: "\F014";
}

i.icon.disk.outline:before {
  content: "\F0A0";
}

i.icon.desktop:before {
  content: "\F108";
}

i.icon.laptop:before {
  content: "\F109";
}

i.icon.game:before {
  content: "\F11B";
}

i.icon.keyboard:before {
  content: "\F11C";
}

i.icon.plug:before {
  content: "\F1E6";
}

/* File System */

i.icon.trash:before {
  content: "\F1F8";
}

i.icon.file.outline:before {
  content: "\F016";
}

i.icon.folder:before {
  content: "\F07B";
}

i.icon.folder.open:before {
  content: "\F07C";
}

i.icon.file.text.outline:before {
  content: "\F0F6";
}

i.icon.folder.outline:before {
  content: "\F114";
}

i.icon.folder.open.outline:before {
  content: "\F115";
}

i.icon.level.up:before {
  content: "\F148";
}

i.icon.level.down:before {
  content: "\F149";
}

i.icon.file:before {
  content: "\F15B";
}

i.icon.file.text:before {
  content: "\F15C";
}

i.icon.file.pdf.outline:before {
  content: "\F1C1";
}

i.icon.file.word.outline:before {
  content: "\F1C2";
}

i.icon.file.excel.outline:before {
  content: "\F1C3";
}

i.icon.file.powerpoint.outline:before {
  content: "\F1C4";
}

i.icon.file.image.outline:before {
  content: "\F1C5";
}

i.icon.file.archive.outline:before {
  content: "\F1C6";
}

i.icon.file.audio.outline:before {
  content: "\F1C7";
}

i.icon.file.video.outline:before {
  content: "\F1C8";
}

i.icon.file.code.outline:before {
  content: "\F1C9";
}

/* Technologies */

i.icon.qrcode:before {
  content: "\F029";
}

i.icon.barcode:before {
  content: "\F02A";
}

i.icon.rss:before {
  content: "\F09E";
}

i.icon.fork:before {
  content: "\F126";
}

i.icon.html5:before {
  content: "\F13B";
}

i.icon.css3:before {
  content: "\F13C";
}

i.icon.rss.square:before {
  content: "\F143";
}

i.icon.openid:before {
  content: "\F19B";
}

i.icon.database:before {
  content: "\F1C0";
}

i.icon.wifi:before {
  content: "\F1EB";
}

i.icon.server:before {
  content: "\F233";
}

i.icon.usb:before {
  content: "\F287";
}

i.icon.bluetooth:before {
  content: "\F293";
}

i.icon.bluetooth.alternative:before {
  content: "\F294";
}

i.icon.microchip:before {
  content: "\F2DB";
}

/* Rating */

i.icon.heart:before {
  content: "\F004";
}

i.icon.star:before {
  content: "\F005";
}

i.icon.empty.star:before {
  content: "\F006";
}

i.icon.thumbs.outline.up:before {
  content: "\F087";
}

i.icon.thumbs.outline.down:before {
  content: "\F088";
}

i.icon.star.half:before {
  content: "\F089";
}

i.icon.empty.heart:before {
  content: "\F08A";
}

i.icon.smile:before {
  content: "\F118";
}

i.icon.frown:before {
  content: "\F119";
}

i.icon.meh:before {
  content: "\F11A";
}

i.icon.star.half.empty:before {
  content: "\F123";
}

i.icon.thumbs.up:before {
  content: "\F164";
}

i.icon.thumbs.down:before {
  content: "\F165";
}

/* Audio */

i.icon.music:before {
  content: "\F001";
}

i.icon.video.play.outline:before {
  content: "\F01D";
}

i.icon.volume.off:before {
  content: "\F026";
}

i.icon.volume.down:before {
  content: "\F027";
}

i.icon.volume.up:before {
  content: "\F028";
}

i.icon.record:before {
  content: "\F03D";
}

i.icon.step.backward:before {
  content: "\F048";
}

i.icon.fast.backward:before {
  content: "\F049";
}

i.icon.backward:before {
  content: "\F04A";
}

i.icon.play:before {
  content: "\F04B";
}

i.icon.pause:before {
  content: "\F04C";
}

i.icon.stop:before {
  content: "\F04D";
}

i.icon.forward:before {
  content: "\F04E";
}

i.icon.fast.forward:before {
  content: "\F050";
}

i.icon.step.forward:before {
  content: "\F051";
}

i.icon.eject:before {
  content: "\F052";
}

i.icon.unmute:before {
  content: "\F130";
}

i.icon.mute:before {
  content: "\F131";
}

i.icon.video.play:before {
  content: "\F144";
}

i.icon.closed.captioning:before {
  content: "\F20A";
}

i.icon.pause.circle:before {
  content: "\F28B";
}

i.icon.pause.circle.outline:before {
  content: "\F28C";
}

i.icon.stop.circle:before {
  content: "\F28D";
}

i.icon.stop.circle.outline:before {
  content: "\F28E";
}

/* Map, Locations, & Transportation */

i.icon.marker:before {
  content: "\F041";
}

i.icon.coffee:before {
  content: "\F0F4";
}

i.icon.food:before {
  content: "\F0F5";
}

i.icon.building.outline:before {
  content: "\F0F7";
}

i.icon.hospital:before {
  content: "\F0F8";
}

i.icon.emergency:before {
  content: "\F0F9";
}

i.icon.first.aid:before {
  content: "\F0FA";
}

i.icon.military:before {
  content: "\F0FB";
}

i.icon.h:before {
  content: "\F0FD";
}

i.icon.location.arrow:before {
  content: "\F124";
}

i.icon.compass:before {
  content: "\F14E";
}

i.icon.space.shuttle:before {
  content: "\F197";
}

i.icon.university:before {
  content: "\F19C";
}

i.icon.building:before {
  content: "\F1AD";
}

i.icon.paw:before {
  content: "\F1B0";
}

i.icon.spoon:before {
  content: "\F1B1";
}

i.icon.car:before {
  content: "\F1B9";
}

i.icon.taxi:before {
  content: "\F1BA";
}

i.icon.tree:before {
  content: "\F1BB";
}

i.icon.bicycle:before {
  content: "\F206";
}

i.icon.bus:before {
  content: "\F207";
}

i.icon.ship:before {
  content: "\F21A";
}

i.icon.motorcycle:before {
  content: "\F21C";
}

i.icon.street.view:before {
  content: "\F21D";
}

i.icon.hotel:before {
  content: "\F236";
}

i.icon.train:before {
  content: "\F238";
}

i.icon.subway:before {
  content: "\F239";
}

i.icon.map.pin:before {
  content: "\F276";
}

i.icon.map.signs:before {
  content: "\F277";
}

i.icon.map.outline:before {
  content: "\F278";
}

i.icon.map:before {
  content: "\F279";
}

/* Tables */

i.icon.table:before {
  content: "\F0CE";
}

i.icon.columns:before {
  content: "\F0DB";
}

i.icon.sort:before {
  content: "\F0DC";
}

i.icon.sort.descending:before {
  content: "\F0DD";
}

i.icon.sort.ascending:before {
  content: "\F0DE";
}

i.icon.sort.alphabet.ascending:before {
  content: "\F15D";
}

i.icon.sort.alphabet.descending:before {
  content: "\F15E";
}

i.icon.sort.content.ascending:before {
  content: "\F160";
}

i.icon.sort.content.descending:before {
  content: "\F161";
}

i.icon.sort.numeric.ascending:before {
  content: "\F162";
}

i.icon.sort.numeric.descending:before {
  content: "\F163";
}

/* Text Editor */

i.icon.font:before {
  content: "\F031";
}

i.icon.bold:before {
  content: "\F032";
}

i.icon.italic:before {
  content: "\F033";
}

i.icon.text.height:before {
  content: "\F034";
}

i.icon.text.width:before {
  content: "\F035";
}

i.icon.align.left:before {
  content: "\F036";
}

i.icon.align.center:before {
  content: "\F037";
}

i.icon.align.right:before {
  content: "\F038";
}

i.icon.align.justify:before {
  content: "\F039";
}

i.icon.list:before {
  content: "\F03A";
}

i.icon.outdent:before {
  content: "\F03B";
}

i.icon.indent:before {
  content: "\F03C";
}

i.icon.linkify:before {
  content: "\F0C1";
}

i.icon.cut:before {
  content: "\F0C4";
}

i.icon.copy:before {
  content: "\F0C5";
}

i.icon.attach:before {
  content: "\F0C6";
}

i.icon.save:before {
  content: "\F0C7";
}

i.icon.content:before {
  content: "\F0C9";
}

i.icon.unordered.list:before {
  content: "\F0CA";
}

i.icon.ordered.list:before {
  content: "\F0CB";
}

i.icon.strikethrough:before {
  content: "\F0CC";
}

i.icon.underline:before {
  content: "\F0CD";
}

i.icon.paste:before {
  content: "\F0EA";
}

i.icon.unlinkify:before {
  content: "\F127";
}

i.icon.superscript:before {
  content: "\F12B";
}

i.icon.subscript:before {
  content: "\F12C";
}

i.icon.header:before {
  content: "\F1DC";
}

i.icon.paragraph:before {
  content: "\F1DD";
}

i.icon.text.cursor:before {
  content: "\F246";
}

/* Currency */

i.icon.euro:before {
  content: "\F153";
}

i.icon.pound:before {
  content: "\F154";
}

i.icon.dollar:before {
  content: "\F155";
}

i.icon.rupee:before {
  content: "\F156";
}

i.icon.yen:before {
  content: "\F157";
}

i.icon.ruble:before {
  content: "\F158";
}

i.icon.won:before {
  content: "\F159";
}

i.icon.bitcoin:before {
  content: "\F15A";
}

i.icon.lira:before {
  content: "\F195";
}

i.icon.shekel:before {
  content: "\F20B";
}

/* Payment Options */

i.icon.paypal:before {
  content: "\F1ED";
}

i.icon.google.wallet:before {
  content: "\F1EE";
}

i.icon.visa:before {
  content: "\F1F0";
}

i.icon.mastercard:before {
  content: "\F1F1";
}

i.icon.discover:before {
  content: "\F1F2";
}

i.icon.american.express:before {
  content: "\F1F3";
}

i.icon.paypal.card:before {
  content: "\F1F4";
}

i.icon.stripe:before {
  content: "\F1F5";
}

i.icon.japan.credit.bureau:before {
  content: "\F24B";
}

i.icon.diners.club:before {
  content: "\F24C";
}

i.icon.credit.card.alternative:before {
  content: "\F283";
}

/* Networks and Websites*/

i.icon.twitter.square:before {
  content: "\F081";
}

i.icon.facebook.square:before {
  content: "\F082";
}

i.icon.linkedin.square:before {
  content: "\F08C";
}

i.icon.github.square:before {
  content: "\F092";
}

i.icon.twitter:before {
  content: "\F099";
}

i.icon.facebook.f:before {
  content: "\F09A";
}

i.icon.github:before {
  content: "\F09B";
}

i.icon.pinterest:before {
  content: "\F0D2";
}

i.icon.pinterest.square:before {
  content: "\F0D3";
}

i.icon.google.plus.square:before {
  content: "\F0D4";
}

i.icon.google.plus:before {
  content: "\F0D5";
}

i.icon.linkedin:before {
  content: "\F0E1";
}

i.icon.github.alternate:before {
  content: "\F113";
}

i.icon.maxcdn:before {
  content: "\F136";
}

i.icon.youtube.square:before {
  content: "\F166";
}

i.icon.youtube:before {
  content: "\F167";
}

i.icon.xing:before {
  content: "\F168";
}

i.icon.xing.square:before {
  content: "\F169";
}

i.icon.youtube.play:before {
  content: "\F16A";
}

i.icon.dropbox:before {
  content: "\F16B";
}

i.icon.stack.overflow:before {
  content: "\F16C";
}

i.icon.instagram:before {
  content: "\F16D";
}

i.icon.flickr:before {
  content: "\F16E";
}

i.icon.adn:before {
  content: "\F170";
}

i.icon.bitbucket:before {
  content: "\F171";
}

i.icon.bitbucket.square:before {
  content: "\F172";
}

i.icon.tumblr:before {
  content: "\F173";
}

i.icon.tumblr.square:before {
  content: "\F174";
}

i.icon.apple:before {
  content: "\F179";
}

i.icon.windows:before {
  content: "\F17A";
}

i.icon.android:before {
  content: "\F17B";
}

i.icon.linux:before {
  content: "\F17C";
}

i.icon.dribble:before {
  content: "\F17D";
}

i.icon.skype:before {
  content: "\F17E";
}

i.icon.foursquare:before {
  content: "\F180";
}

i.icon.trello:before {
  content: "\F181";
}

i.icon.gittip:before {
  content: "\F184";
}

i.icon.vk:before {
  content: "\F189";
}

i.icon.weibo:before {
  content: "\F18A";
}

i.icon.renren:before {
  content: "\F18B";
}

i.icon.pagelines:before {
  content: "\F18C";
}

i.icon.stack.exchange:before {
  content: "\F18D";
}

i.icon.vimeo.square:before {
  content: "\F194";
}

i.icon.slack:before {
  content: "\F198";
}

i.icon.wordpress:before {
  content: "\F19A";
}

i.icon.yahoo:before {
  content: "\F19E";
}

i.icon.google:before {
  content: "\F1A0";
}

i.icon.reddit:before {
  content: "\F1A1";
}

i.icon.reddit.square:before {
  content: "\F1A2";
}

i.icon.stumbleupon.circle:before {
  content: "\F1A3";
}

i.icon.stumbleupon:before {
  content: "\F1A4";
}

i.icon.delicious:before {
  content: "\F1A5";
}

i.icon.digg:before {
  content: "\F1A6";
}

i.icon.pied.piper:before {
  content: "\F1A7";
}

i.icon.pied.piper.alternate:before {
  content: "\F1A8";
}

i.icon.drupal:before {
  content: "\F1A9";
}

i.icon.joomla:before {
  content: "\F1AA";
}

i.icon.behance:before {
  content: "\F1B4";
}

i.icon.behance.square:before {
  content: "\F1B5";
}

i.icon.steam:before {
  content: "\F1B6";
}

i.icon.steam.square:before {
  content: "\F1B7";
}

i.icon.spotify:before {
  content: "\F1BC";
}

i.icon.deviantart:before {
  content: "\F1BD";
}

i.icon.soundcloud:before {
  content: "\F1BE";
}

i.icon.vine:before {
  content: "\F1CA";
}

i.icon.codepen:before {
  content: "\F1CB";
}

i.icon.jsfiddle:before {
  content: "\F1CC";
}

i.icon.rebel:before {
  content: "\F1D0";
}

i.icon.empire:before {
  content: "\F1D1";
}

i.icon.git.square:before {
  content: "\F1D2";
}

i.icon.git:before {
  content: "\F1D3";
}

i.icon.hacker.news:before {
  content: "\F1D4";
}

i.icon.tencent.weibo:before {
  content: "\F1D5";
}

i.icon.qq:before {
  content: "\F1D6";
}

i.icon.wechat:before {
  content: "\F1D7";
}

i.icon.slideshare:before {
  content: "\F1E7";
}

i.icon.twitch:before {
  content: "\F1E8";
}

i.icon.yelp:before {
  content: "\F1E9";
}

i.icon.lastfm:before {
  content: "\F202";
}

i.icon.lastfm.square:before {
  content: "\F203";
}

i.icon.ioxhost:before {
  content: "\F208";
}

i.icon.angellist:before {
  content: "\F209";
}

i.icon.meanpath:before {
  content: "\F20C";
}

i.icon.buysellads:before {
  content: "\F20D";
}

i.icon.connectdevelop:before {
  content: "\F20E";
}

i.icon.dashcube:before {
  content: "\F210";
}

i.icon.forumbee:before {
  content: "\F211";
}

i.icon.leanpub:before {
  content: "\F212";
}

i.icon.sellsy:before {
  content: "\F213";
}

i.icon.shirtsinbulk:before {
  content: "\F214";
}

i.icon.simplybuilt:before {
  content: "\F215";
}

i.icon.skyatlas:before {
  content: "\F216";
}

i.icon.facebook:before {
  content: "\F230";
}

i.icon.pinterest:before {
  content: "\F231";
}

i.icon.whatsapp:before {
  content: "\F232";
}

i.icon.viacoin:before {
  content: "\F237";
}

i.icon.medium:before {
  content: "\F23A";
}

i.icon.y.combinator:before {
  content: "\F23B";
}

i.icon.optinmonster:before {
  content: "\F23C";
}

i.icon.opencart:before {
  content: "\F23D";
}

i.icon.expeditedssl:before {
  content: "\F23E";
}

i.icon.gg:before {
  content: "\F260";
}

i.icon.gg.circle:before {
  content: "\F261";
}

i.icon.tripadvisor:before {
  content: "\F262";
}

i.icon.odnoklassniki:before {
  content: "\F263";
}

i.icon.odnoklassniki.square:before {
  content: "\F264";
}

i.icon.pocket:before {
  content: "\F265";
}

i.icon.wikipedia:before {
  content: "\F266";
}

i.icon.safari:before {
  content: "\F267";
}

i.icon.chrome:before {
  content: "\F268";
}

i.icon.firefox:before {
  content: "\F269";
}

i.icon.opera:before {
  content: "\F26A";
}

i.icon.internet.explorer:before {
  content: "\F26B";
}

i.icon.contao:before {
  content: "\F26D";
}

i.icon.\35 00px:before {
  content: "\F26E";
}

i.icon.amazon:before {
  content: "\F270";
}

i.icon.houzz:before {
  content: "\F27C";
}

i.icon.vimeo:before {
  content: "\F27D";
}

i.icon.black.tie:before {
  content: "\F27E";
}

i.icon.fonticons:before {
  content: "\F280";
}

i.icon.reddit.alien:before {
  content: "\F281";
}

i.icon.microsoft.edge:before {
  content: "\F282";
}

i.icon.codiepie:before {
  content: "\F284";
}

i.icon.modx:before {
  content: "\F285";
}

i.icon.fort.awesome:before {
  content: "\F286";
}

i.icon.product.hunt:before {
  content: "\F288";
}

i.icon.mixcloud:before {
  content: "\F289";
}

i.icon.scribd:before {
  content: "\F28A";
}

i.icon.gitlab:before {
  content: "\F296";
}

i.icon.wpbeginner:before {
  content: "\F297";
}

i.icon.wpforms:before {
  content: "\F298";
}

i.icon.envira.gallery:before {
  content: "\F299";
}

i.icon.glide:before {
  content: "\F2A5";
}

i.icon.glide.g:before {
  content: "\F2A6";
}

i.icon.viadeo:before {
  content: "\F2A9";
}

i.icon.viadeo.square:before {
  content: "\F2AA";
}

i.icon.snapchat:before {
  content: "\F2AB";
}

i.icon.snapchat.ghost:before {
  content: "\F2AC";
}

i.icon.snapchat.square:before {
  content: "\F2AD";
}

i.icon.pied.piper.hat:before {
  content: "\F2AE";
}

i.icon.first.order:before {
  content: "\F2B0";
}

i.icon.yoast:before {
  content: "\F2B1";
}

i.icon.themeisle:before {
  content: "\F2B2";
}

i.icon.google.plus.circle:before {
  content: "\F2B3";
}

i.icon.font.awesome:before {
  content: "\F2B4";
}

i.icon.linode:before {
  content: "\F2B8";
}

i.icon.quora:before {
  content: "\F2C4";
}

i.icon.free.code.camp:before {
  content: "\F2C5";
}

i.icon.telegram:before {
  content: "\F2C6";
}

i.icon.bandcamp:before {
  content: "\F2D5";
}

i.icon.grav:before {
  content: "\F2D6";
}

i.icon.etsy:before {
  content: "\F2D7";
}

i.icon.imdb:before {
  content: "\F2D8";
}

i.icon.ravelry:before {
  content: "\F2D9";
}

i.icon.eercast:before {
  content: "\F2DA";
}

i.icon.superpowers:before {
  content: "\F2DD";
}

i.icon.wpexplorer:before {
  content: "\F2DE";
}

i.icon.meetup:before {
  content: "\F2E0";
}

/*******************************
            Aliases
*******************************/

i.icon.like:before {
  content: "\F004";
}

i.icon.favorite:before {
  content: "\F005";
}

i.icon.video:before {
  content: "\F008";
}

i.icon.check:before {
  content: "\F00C";
}

i.icon.close:before {
  content: "\F00D";
}

i.icon.cancel:before {
  content: "\F00D";
}

i.icon.delete:before {
  content: "\F00D";
}

i.icon.x:before {
  content: "\F00D";
}

i.icon.zoom.in:before {
  content: "\F00E";
}

i.icon.magnify:before {
  content: "\F00E";
}

i.icon.shutdown:before {
  content: "\F011";
}

i.icon.clock:before {
  content: "\F017";
}

i.icon.time:before {
  content: "\F017";
}

i.icon.play.circle.outline:before {
  content: "\F01D";
}

i.icon.headphone:before {
  content: "\F025";
}

i.icon.camera:before {
  content: "\F030";
}

i.icon.video.camera:before {
  content: "\F03D";
}

i.icon.picture:before {
  content: "\F03E";
}

i.icon.pencil:before {
  content: "\F040";
}

i.icon.compose:before {
  content: "\F040";
}

i.icon.point:before {
  content: "\F041";
}

i.icon.tint:before {
  content: "\F043";
}

i.icon.signup:before {
  content: "\F044";
}

i.icon.plus.circle:before {
  content: "\F055";
}

i.icon.question.circle:before {
  content: "\F059";
}

i.icon.dont:before {
  content: "\F05E";
}

i.icon.minimize:before {
  content: "\F066";
}

i.icon.add:before {
  content: "\F067";
}

i.icon.exclamation.circle:before {
  content: "\F06A";
}

i.icon.attention:before {
  content: "\F06A";
}

i.icon.eye:before {
  content: "\F06E";
}

i.icon.exclamation.triangle:before {
  content: "\F071";
}

i.icon.shuffle:before {
  content: "\F074";
}

i.icon.chat:before {
  content: "\F075";
}

i.icon.cart:before {
  content: "\F07A";
}

i.icon.shopping.cart:before {
  content: "\F07A";
}

i.icon.bar.graph:before {
  content: "\F080";
}

i.icon.key:before {
  content: "\F084";
}

i.icon.cogs:before {
  content: "\F085";
}

i.icon.discussions:before {
  content: "\F086";
}

i.icon.like.outline:before {
  content: "\F087";
}

i.icon.dislike.outline:before {
  content: "\F088";
}

i.icon.heart.outline:before {
  content: "\F08A";
}

i.icon.log.out:before {
  content: "\F08B";
}

i.icon.thumb.tack:before {
  content: "\F08D";
}

i.icon.winner:before {
  content: "\F091";
}

i.icon.phone:before {
  content: "\F095";
}

i.icon.bookmark.outline:before {
  content: "\F097";
}

i.icon.phone.square:before {
  content: "\F098";
}

i.icon.credit.card:before {
  content: "\F09D";
}

i.icon.hdd.outline:before {
  content: "\F0A0";
}

i.icon.bullhorn:before {
  content: "\F0A1";
}

i.icon.bell.outline:before {
  content: "\F0A2";
}

i.icon.hand.outline.right:before {
  content: "\F0A4";
}

i.icon.hand.outline.left:before {
  content: "\F0A5";
}

i.icon.hand.outline.up:before {
  content: "\F0A6";
}

i.icon.hand.outline.down:before {
  content: "\F0A7";
}

i.icon.globe:before {
  content: "\F0AC";
}

i.icon.wrench:before {
  content: "\F0AD";
}

i.icon.briefcase:before {
  content: "\F0B1";
}

i.icon.group:before {
  content: "\F0C0";
}

i.icon.linkify:before {
  content: "\F0C1";
}

i.icon.chain:before {
  content: "\F0C1";
}

i.icon.flask:before {
  content: "\F0C3";
}

i.icon.sidebar:before {
  content: "\F0C9";
}

i.icon.bars:before {
  content: "\F0C9";
}

i.icon.list.ul:before {
  content: "\F0CA";
}

i.icon.list.ol:before {
  content: "\F0CB";
}

i.icon.numbered.list:before {
  content: "\F0CB";
}

i.icon.magic:before {
  content: "\F0D0";
}

i.icon.truck:before {
  content: "\F0D1";
}

i.icon.currency:before {
  content: "\F0D6";
}

i.icon.triangle.down:before {
  content: "\F0D7";
}

i.icon.dropdown:before {
  content: "\F0D7";
}

i.icon.triangle.up:before {
  content: "\F0D8";
}

i.icon.triangle.left:before {
  content: "\F0D9";
}

i.icon.triangle.right:before {
  content: "\F0DA";
}

i.icon.envelope:before {
  content: "\F0E0";
}

i.icon.conversation:before {
  content: "\F0E6";
}

i.icon.rain:before {
  content: "\F0E9";
}

i.icon.clipboard:before {
  content: "\F0EA";
}

i.icon.lightbulb:before {
  content: "\F0EB";
}

i.icon.bell:before {
  content: "\F0F3";
}

i.icon.ambulance:before {
  content: "\F0F9";
}

i.icon.medkit:before {
  content: "\F0FA";
}

i.icon.fighter.jet:before {
  content: "\F0FB";
}

i.icon.beer:before {
  content: "\F0FC";
}

i.icon.plus.square:before {
  content: "\F0FE";
}

i.icon.computer:before {
  content: "\F108";
}

i.icon.circle.outline:before {
  content: "\F10C";
}

i.icon.gamepad:before {
  content: "\F11B";
}

i.icon.star.half.full:before {
  content: "\F123";
}

i.icon.broken.chain:before {
  content: "\F127";
}

i.icon.question:before {
  content: "\F128";
}

i.icon.exclamation:before {
  content: "\F12A";
}

i.icon.eraser:before {
  content: "\F12D";
}

i.icon.microphone:before {
  content: "\F130";
}

i.icon.microphone.slash:before {
  content: "\F131";
}

i.icon.shield:before {
  content: "\F132";
}

i.icon.target:before {
  content: "\F140";
}

i.icon.play.circle:before {
  content: "\F144";
}

i.icon.pencil.square:before {
  content: "\F14B";
}

i.icon.eur:before {
  content: "\F153";
}

i.icon.gbp:before {
  content: "\F154";
}

i.icon.usd:before {
  content: "\F155";
}

i.icon.inr:before {
  content: "\F156";
}

i.icon.cny:before {
  content: "\F157";
}

i.icon.rmb:before {
  content: "\F157";
}

i.icon.jpy:before {
  content: "\F157";
}

i.icon.rouble:before {
  content: "\F158";
}

i.icon.rub:before {
  content: "\F158";
}

i.icon.krw:before {
  content: "\F159";
}

i.icon.btc:before {
  content: "\F15A";
}

i.icon.gratipay:before {
  content: "\F184";
}

i.icon.zip:before {
  content: "\F187";
}

i.icon.dot.circle.outline:before {
  content: "\F192";
}

i.icon.try:before {
  content: "\F195";
}

i.icon.graduation:before {
  content: "\F19D";
}

i.icon.circle.outline:before {
  content: "\F1DB";
}

i.icon.sliders:before {
  content: "\F1DE";
}

i.icon.weixin:before {
  content: "\F1D7";
}

i.icon.tty:before {
  content: "\F1E4";
}

i.icon.teletype:before {
  content: "\F1E4";
}

i.icon.binoculars:before {
  content: "\F1E5";
}

i.icon.power.cord:before {
  content: "\F1E6";
}

i.icon.wi-fi:before {
  content: "\F1EB";
}

i.icon.visa.card:before {
  content: "\F1F0";
}

i.icon.mastercard.card:before {
  content: "\F1F1";
}

i.icon.discover.card:before {
  content: "\F1F2";
}

i.icon.amex:before {
  content: "\F1F3";
}

i.icon.american.express.card:before {
  content: "\F1F3";
}

i.icon.stripe.card:before {
  content: "\F1F5";
}

i.icon.bell.slash:before {
  content: "\F1F6";
}

i.icon.bell.slash.outline:before {
  content: "\F1F7";
}

i.icon.area.graph:before {
  content: "\F1FE";
}

i.icon.pie.graph:before {
  content: "\F200";
}

i.icon.line.graph:before {
  content: "\F201";
}

i.icon.cc:before {
  content: "\F20A";
}

i.icon.sheqel:before {
  content: "\F20B";
}

i.icon.ils:before {
  content: "\F20B";
}

i.icon.plus.cart:before {
  content: "\F217";
}

i.icon.arrow.down.cart:before {
  content: "\F218";
}

i.icon.detective:before {
  content: "\F21B";
}

i.icon.venus:before {
  content: "\F221";
}

i.icon.mars:before {
  content: "\F222";
}

i.icon.mercury:before {
  content: "\F223";
}

i.icon.intersex:before {
  content: "\F224";
}

i.icon.venus.double:before {
  content: "\F226";
}

i.icon.female.homosexual:before {
  content: "\F226";
}

i.icon.mars.double:before {
  content: "\F227";
}

i.icon.male.homosexual:before {
  content: "\F227";
}

i.icon.venus.mars:before {
  content: "\F228";
}

i.icon.mars.stroke:before {
  content: "\F229";
}

i.icon.mars.alternate:before {
  content: "\F229";
}

i.icon.mars.vertical:before {
  content: "\F22A";
}

i.icon.mars.stroke.vertical:before {
  content: "\F22A";
}

i.icon.mars.horizontal:before {
  content: "\F22B";
}

i.icon.mars.stroke.horizontal:before {
  content: "\F22B";
}

i.icon.asexual:before {
  content: "\F22D";
}

i.icon.facebook.official:before {
  content: "\F230";
}

i.icon.user.plus:before {
  content: "\F234";
}

i.icon.user.times:before {
  content: "\F235";
}

i.icon.user.close:before {
  content: "\F235";
}

i.icon.user.cancel:before {
  content: "\F235";
}

i.icon.user.delete:before {
  content: "\F235";
}

i.icon.user.x:before {
  content: "\F235";
}

i.icon.bed:before {
  content: "\F236";
}

i.icon.yc:before {
  content: "\F23B";
}

i.icon.ycombinator:before {
  content: "\F23B";
}

i.icon.battery.four:before {
  content: "\F240";
}

i.icon.battery.three:before {
  content: "\F241";
}

i.icon.battery.three.quarters:before {
  content: "\F241";
}

i.icon.battery.two:before {
  content: "\F242";
}

i.icon.battery.half:before {
  content: "\F242";
}

i.icon.battery.one:before {
  content: "\F243";
}

i.icon.battery.quarter:before {
  content: "\F243";
}

i.icon.battery.zero:before {
  content: "\F244";
}

i.icon.i.cursor:before {
  content: "\F246";
}

i.icon.jcb:before {
  content: "\F24B";
}

i.icon.japan.credit.bureau.card:before {
  content: "\F24B";
}

i.icon.diners.club.card:before {
  content: "\F24C";
}

i.icon.balance:before {
  content: "\F24E";
}

i.icon.hourglass.outline:before {
  content: "\F250";
}

i.icon.hourglass.zero:before {
  content: "\F250";
}

i.icon.hourglass.one:before {
  content: "\F251";
}

i.icon.hourglass.two:before {
  content: "\F252";
}

i.icon.hourglass.three:before {
  content: "\F253";
}

i.icon.hourglass.four:before {
  content: "\F254";
}

i.icon.grab:before {
  content: "\F255";
}

i.icon.hand.victory:before {
  content: "\F25B";
}

i.icon.tm:before {
  content: "\F25C";
}

i.icon.r.circle:before {
  content: "\F25D";
}

i.icon.television:before {
  content: "\F26C";
}

i.icon.five.hundred.pixels:before {
  content: "\F26E";
}

i.icon.calendar.plus:before {
  content: "\F271";
}

i.icon.calendar.minus:before {
  content: "\F272";
}

i.icon.calendar.times:before {
  content: "\F273";
}

i.icon.calendar.check:before {
  content: "\F274";
}

i.icon.factory:before {
  content: "\F275";
}

i.icon.commenting:before {
  content: "\F27A";
}

i.icon.commenting.outline:before {
  content: "\F27B";
}

i.icon.edge:before {
  content: "\F282";
}

i.icon.ms.edge:before {
  content: "\F282";
}

i.icon.wordpress.beginner:before {
  content: "\F297";
}

i.icon.wordpress.forms:before {
  content: "\F298";
}

i.icon.envira:before {
  content: "\F299";
}

i.icon.question.circle.outline:before {
  content: "\F29C";
}

i.icon.assistive.listening.devices:before {
  content: "\F2A2";
}

i.icon.als:before {
  content: "\F2A2";
}

i.icon.ald:before {
  content: "\F2A2";
}

i.icon.asl.interpreting:before {
  content: "\F2A3";
}

i.icon.deaf:before {
  content: "\F2A4";
}

i.icon.american.sign.language.interpreting:before {
  content: "\F2A3";
}

i.icon.hard.of.hearing:before {
  content: "\F2A4";
}

i.icon.signing:before {
  content: "\F2A7";
}

i.icon.new.pied.piper:before {
  content: "\F2AE";
}

i.icon.theme.isle:before {
  content: "\F2B2";
}

i.icon.google.plus.official:before {
  content: "\F2B3";
}

i.icon.fa:before {
  content: "\F2B4";
}

i.icon.vcard:before {
  content: "\F2BB";
}

i.icon.vcard.outline:before {
  content: "\F2BC";
}

i.icon.drivers.license:before {
  content: "\F2C2";
}

i.icon.drivers.license.outline:before {
  content: "\F2C3";
}

i.icon.thermometer:before {
  content: "\F2C7";
}

i.icon.s15:before {
  content: "\F2CD";
}

i.icon.bath:before {
  content: "\F2CD";
}

i.icon.times.rectangle:before {
  content: "\F2D3";
}

i.icon.times.rectangle.outline:before {
  content: "\F2D4";
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Image
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Image
*******************************/

.ui.image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  background-color: transparent;
}

img.ui.image {
  display: block;
}

.ui.image svg,
.ui.image img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*******************************
            States
*******************************/

.ui.hidden.images,
.ui.hidden.image {
  display: none;
}

.ui.hidden.transition.images,
.ui.hidden.transition.image {
  display: block;
  visibility: hidden;
}

.ui.disabled.images,
.ui.disabled.image {
  cursor: default;
  opacity: 0.45;
}

/*******************************
          Variations
*******************************/

/*--------------
     Inline
---------------*/

.ui.inline.image,
.ui.inline.image svg,
.ui.inline.image img {
  display: inline-block;
}

/*------------------
  Vertical Aligned
-------------------*/

.ui.top.aligned.images .image,
.ui.top.aligned.image,
.ui.top.aligned.image svg,
.ui.top.aligned.image img {
  display: inline-block;
  vertical-align: top;
}

.ui.middle.aligned.images .image,
.ui.middle.aligned.image,
.ui.middle.aligned.image svg,
.ui.middle.aligned.image img {
  display: inline-block;
  vertical-align: middle;
}

.ui.bottom.aligned.images .image,
.ui.bottom.aligned.image,
.ui.bottom.aligned.image svg,
.ui.bottom.aligned.image img {
  display: inline-block;
  vertical-align: bottom;
}

/*--------------
     Rounded
---------------*/

.ui.rounded.images .image,
.ui.rounded.image,
.ui.rounded.images .image > *,
.ui.rounded.image > * {
  border-radius: 0.3125em;
}

/*--------------
    Bordered
---------------*/

.ui.bordered.images .image,
.ui.bordered.images img,
.ui.bordered.images svg,
.ui.bordered.image img,
.ui.bordered.image svg,
img.ui.bordered.image {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/*--------------
    Circular
---------------*/

.ui.circular.images,
.ui.circular.image {
  overflow: hidden;
}

.ui.circular.images .image,
.ui.circular.image,
.ui.circular.images .image > *,
.ui.circular.image > * {
  border-radius: 500rem;
}

/*--------------
     Fluid
---------------*/

.ui.fluid.images,
.ui.fluid.image,
.ui.fluid.images img,
.ui.fluid.images svg,
.ui.fluid.image svg,
.ui.fluid.image img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------
     Avatar
---------------*/

.ui.avatar.images .image,
.ui.avatar.images img,
.ui.avatar.images svg,
.ui.avatar.image img,
.ui.avatar.image svg,
.ui.avatar.image {
  margin-right: 0.25em;
  display: inline-block;
  width: 2em;
  height: 2em;
  border-radius: 500rem;
}

/*-------------------
       Spaced
--------------------*/

.ui.spaced.image {
  display: inline-block !important;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.ui[class*="left spaced"].image {
  margin-left: 0.5em;
  margin-right: 0em;
}

.ui[class*="right spaced"].image {
  margin-left: 0em;
  margin-right: 0.5em;
}

/*-------------------
       Floated
--------------------*/

.ui.floated.image,
.ui.floated.images {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.ui.right.floated.images,
.ui.right.floated.image {
  float: right;
  margin-right: 0em;
  margin-bottom: 1em;
  margin-left: 1em;
}

.ui.floated.images:last-child,
.ui.floated.image:last-child {
  margin-bottom: 0em;
}

.ui.centered.images,
.ui.centered.image {
  margin-left: auto;
  margin-right: auto;
}

/*--------------
     Sizes
---------------*/

.ui.mini.images .image,
.ui.mini.images img,
.ui.mini.images svg,
.ui.mini.image {
  width: 35px;
  height: auto;
  font-size: 0.78571429rem;
}

.ui.tiny.images .image,
.ui.tiny.images img,
.ui.tiny.images svg,
.ui.tiny.image {
  width: 80px;
  height: auto;
  font-size: 0.85714286rem;
}

.ui.small.images .image,
.ui.small.images img,
.ui.small.images svg,
.ui.small.image {
  width: 150px;
  height: auto;
  font-size: 0.92857143rem;
}

.ui.medium.images .image,
.ui.medium.images img,
.ui.medium.images svg,
.ui.medium.image {
  width: 300px;
  height: auto;
  font-size: 1rem;
}

.ui.large.images .image,
.ui.large.images img,
.ui.large.images svg,
.ui.large.image {
  width: 450px;
  height: auto;
  font-size: 1.14285714rem;
}

.ui.big.images .image,
.ui.big.images img,
.ui.big.images svg,
.ui.big.image {
  width: 600px;
  height: auto;
  font-size: 1.28571429rem;
}

.ui.huge.images .image,
.ui.huge.images img,
.ui.huge.images svg,
.ui.huge.image {
  width: 800px;
  height: auto;
  font-size: 1.42857143rem;
}

.ui.massive.images .image,
.ui.massive.images img,
.ui.massive.images svg,
.ui.massive.image {
  width: 960px;
  height: auto;
  font-size: 1.71428571rem;
}

/*******************************
              Groups
*******************************/

.ui.images {
  font-size: 0em;
  margin: 0em -0.25rem 0rem;
}

.ui.images .image,
.ui.images img,
.ui.images svg {
  display: inline-block;
  margin: 0em 0.25rem 0.5rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Input
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
           Standard
*******************************/

/*--------------------
        Inputs
---------------------*/

.ui.input {
  position: relative;
  font-weight: normal;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: rgba(0, 0, 0, 0.87);
}

.ui.input input {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 0.67857143em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: none;
}

/*--------------------
      Placeholder
---------------------*/

/* browsers require these rules separate */

.ui.input input::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.input input::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.input input:-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

/*******************************
            States
*******************************/

/*--------------------
        Disabled
---------------------*/

.ui.disabled.input,
.ui.input:not(.disabled) input[disabled] {
  opacity: 0.45;
}

.ui.disabled.input input,
.ui.input:not(.disabled) input[disabled] {
  pointer-events: none;
}

/*--------------------
        Active
---------------------*/

.ui.input input:active,
.ui.input.down input {
  border-color: rgba(0, 0, 0, 0.3);
  background: #FAFAFA;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
}

/*--------------------
       Loading
---------------------*/

.ui.loading.loading.input > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.loading.input > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/*--------------------
        Focus
---------------------*/

.ui.input.focus input,
.ui.input input:focus {
  border-color: #85B7D9;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}

.ui.input.focus input::-webkit-input-placeholder,
.ui.input input:focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

.ui.input.focus input::-moz-placeholder,
.ui.input input:focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

.ui.input.focus input:-ms-input-placeholder,
.ui.input input:focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Error
---------------------*/

.ui.input.error input {
  background-color: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  box-shadow: none;
}

/* Error Placeholder */

.ui.input.error input::-webkit-input-placeholder {
  color: #e7bdbc;
}

.ui.input.error input::-moz-placeholder {
  color: #e7bdbc;
}

.ui.input.error input:-ms-input-placeholder {
  color: #e7bdbc !important;
}

/* Focused Error Placeholder */

.ui.input.error input:focus::-webkit-input-placeholder {
  color: #da9796;
}

.ui.input.error input:focus::-moz-placeholder {
  color: #da9796;
}

.ui.input.error input:focus:-ms-input-placeholder {
  color: #da9796 !important;
}

/*******************************
           Variations
*******************************/

/*--------------------
      Transparent
---------------------*/

.ui.transparent.input input {
  border-color: transparent !important;
  background-color: transparent !important;
  padding: 0em !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

/* Transparent Icon */

.ui.transparent.icon.input > i.icon {
  width: 1.1em;
}

.ui.transparent.icon.input > input {
  padding-left: 0em !important;
  padding-right: 2em !important;
}

.ui.transparent[class*="left icon"].input > input {
  padding-left: 2em !important;
  padding-right: 0em !important;
}

/* Transparent Inverted */

.ui.transparent.inverted.input {
  color: #FFFFFF;
}

.ui.transparent.inverted.input input {
  color: inherit;
}

.ui.transparent.inverted.input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ui.transparent.inverted.input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.ui.transparent.inverted.input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------
         Icon
---------------------*/

.ui.icon.input > i.icon {
  cursor: default;
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0px;
  right: 0px;
  margin: 0em;
  height: 100%;
  width: 2.67142857em;
  opacity: 0.5;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.ui.icon.input > i.icon:not(.link) {
  pointer-events: none;
}

.ui.icon.input input {
  padding-right: 2.67142857em !important;
}

.ui.icon.input > i.icon:before,
.ui.icon.input > i.icon:after {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  margin-top: -0.5em;
}

.ui.icon.input > i.link.icon {
  cursor: pointer;
}

.ui.icon.input > i.circular.icon {
  top: 0.35em;
  right: 0.5em;
}

/* Left Icon Input */

.ui[class*="left icon"].input > i.icon {
  right: auto;
  left: 1px;
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

.ui[class*="left icon"].input > i.circular.icon {
  right: auto;
  left: 0.5em;
}

.ui[class*="left icon"].input > input {
  padding-left: 2.67142857em !important;
  padding-right: 1em !important;
}

/* Focus */

.ui.icon.input > input:focus ~ i.icon {
  opacity: 1;
}

/*--------------------
        Labeled
---------------------*/

/* Adjacent Label */

.ui.labeled.input > .label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
  font-size: 1em;
}

.ui.labeled.input > .label:not(.corner) {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em;
}

/* Regular Label on Left */

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-color: transparent;
}

.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
  border-left-color: #85B7D9;
}

/* Regular Label on Right */

.ui[class*="right labeled"].input input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right-color: transparent !important;
}

.ui[class*="right labeled"].input input + .label {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.ui[class*="right labeled"].input input:focus {
  border-right-color: #85B7D9 !important;
}

/* Corner Label */

.ui.labeled.input .corner.label {
  top: 1px;
  right: 1px;
  font-size: 0.64285714em;
  border-radius: 0em 0.28571429rem 0em 0em;
}

/* Spacing with corner label */

.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input input {
  padding-right: 2.5em !important;
}

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
  padding-right: 3.25em !important;
}

.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
  margin-right: 1.25em;
}

/* Left Labeled */

.ui[class*="left corner labeled"].labeled.input input {
  padding-left: 2.5em !important;
}

.ui[class*="left corner labeled"].icon.input > input {
  padding-left: 3.25em !important;
}

.ui[class*="left corner labeled"].icon.input > .icon {
  margin-left: 1.25em;
}

/* Corner Label Position  */

.ui.input > .ui.corner.label {
  top: 1px;
  right: 1px;
}

.ui.input > .ui.left.corner.label {
  right: auto;
  left: 1px;
}

/*--------------------
        Action
---------------------*/

.ui.action.input > .button,
.ui.action.input > .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ui.action.input > .button,
.ui.action.input > .buttons > .button {
  padding-top: 0.78571429em;
  padding-bottom: 0.78571429em;
  margin: 0;
}

/* Button on Right */

.ui.action.input:not([class*="left action"]) > input {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-right-color: transparent !important;
}

.ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
.ui.action.input:not([class*="left action"]) > .button:not(:first-child),
.ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
  border-radius: 0px;
}

.ui.action.input:not([class*="left action"]) > .dropdown:last-child,
.ui.action.input:not([class*="left action"]) > .button:last-child,
.ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
  border-radius: 0px 0.28571429rem 0.28571429rem 0px;
}

/* Input Focus */

.ui.action.input:not([class*="left action"]) input:focus {
  border-right-color: #85B7D9 !important;
}

/* Button on Left */

.ui[class*="left action"].input > input {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-left-color: transparent !important;
}

.ui[class*="left action"].input > .dropdown,
.ui[class*="left action"].input > .button,
.ui[class*="left action"].input > .buttons > .button {
  border-radius: 0px;
}

.ui[class*="left action"].input > .dropdown:first-child,
.ui[class*="left action"].input > .button:first-child,
.ui[class*="left action"].input > .buttons:first-child > .button {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem;
}

/* Input Focus */

.ui[class*="left action"].input > input:focus {
  border-left-color: #85B7D9 !important;
}

/*--------------------
       Inverted
---------------------*/

/* Standard */

.ui.inverted.input input {
  border: none;
}

/*--------------------
        Fluid
---------------------*/

.ui.fluid.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui.fluid.input > input {
  width: 0px !important;
}

/*--------------------
        Size
---------------------*/

.ui.mini.input {
  font-size: 0.78571429em;
}

.ui.small.input {
  font-size: 0.92857143em;
}

.ui.input {
  font-size: 1em;
}

.ui.large.input {
  font-size: 1.14285714em;
}

.ui.big.input {
  font-size: 1.28571429em;
}

.ui.huge.input {
  font-size: 1.42857143em;
}

.ui.massive.input {
  font-size: 1.71428571em;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Label
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Label
*******************************/

.ui.label {
  display: inline-block;
  line-height: 1;
  vertical-align: baseline;
  margin: 0em 0.14285714em;
  background-color: #E8E8E8;
  background-image: none;
  padding: 0.5833em 0.833em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: none;
  font-weight: bold;
  border: 0px solid transparent;
  border-radius: 0.28571429rem;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.ui.label:first-child {
  margin-left: 0em;
}

.ui.label:last-child {
  margin-right: 0em;
}

/* Link */

a.ui.label {
  cursor: pointer;
}

/* Inside Link */

.ui.label > a {
  cursor: pointer;
  color: inherit;
  opacity: 0.5;
  -webkit-transition: 0.1s opacity ease;
  transition: 0.1s opacity ease;
}

.ui.label > a:hover {
  opacity: 1;
}

/* Image */

.ui.label > img {
  width: auto !important;
  vertical-align: middle;
  height: 2.1666em !important;
}

/* Icon */

.ui.label > .icon {
  width: auto;
  margin: 0em 0.75em 0em 0em;
}

/* Detail */

.ui.label > .detail {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-left: 1em;
  opacity: 0.8;
}

.ui.label > .detail .icon {
  margin: 0em 0.25em 0em 0em;
}

/* Removable label */

.ui.label > .close.icon,
.ui.label > .delete.icon {
  cursor: pointer;
  margin-right: 0em;
  margin-left: 0.5em;
  font-size: 0.92857143em;
  opacity: 0.5;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.ui.label > .delete.icon:hover {
  opacity: 1;
}

/*-------------------
       Group
--------------------*/

.ui.labels > .label {
  margin: 0em 0.5em 0.5em 0em;
}

/*-------------------
       Coupling
--------------------*/

.ui.header > .ui.label {
  margin-top: -0.29165em;
}

/* Remove border radius on attached segment */

.ui.attached.segment > .ui.top.left.attached.label,
.ui.bottom.attached.segment > .ui.top.left.attached.label {
  border-top-left-radius: 0;
}

.ui.attached.segment > .ui.top.right.attached.label,
.ui.bottom.attached.segment > .ui.top.right.attached.label {
  border-top-right-radius: 0;
}

.ui.top.attached.segment > .ui.bottom.left.attached.label {
  border-bottom-left-radius: 0;
}

.ui.top.attached.segment > .ui.bottom.right.attached.label {
  border-bottom-right-radius: 0;
}

/* Padding on next content after a label */

.ui.top.attached.label:first-child + :not(.attached),
.ui.top.attached.label + [class*="right floated"] + * {
  margin-top: 2rem !important;
}

.ui.bottom.attached.label:first-child ~ :last-child:not(.attached) {
  margin-top: 0em;
  margin-bottom: 2rem !important;
}

/*******************************
             Types
*******************************/

.ui.image.label {
  width: auto !important;
  margin-top: 0em;
  margin-bottom: 0em;
  max-width: 9999px;
  vertical-align: baseline;
  text-transform: none;
  background: #E8E8E8;
  padding: 0.5833em 0.833em 0.5833em 0.5em;
  border-radius: 0.28571429rem;
  box-shadow: none;
}

.ui.image.label img {
  display: inline-block;
  vertical-align: top;
  height: 2.1666em;
  margin: -0.5833em 0.5em -0.5833em -0.5em;
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

.ui.image.label .detail {
  background: rgba(0, 0, 0, 0.1);
  margin: -0.5833em -0.833em -0.5833em 0.5em;
  padding: 0.5833em 0.833em;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

/*-------------------
         Tag
--------------------*/

.ui.tag.labels .label,
.ui.tag.label {
  margin-left: 1em;
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  -webkit-transition: none;
  transition: none;
}

.ui.tag.labels .label:before,
.ui.tag.label:before {
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
  top: 50%;
  right: 100%;
  content: '';
  background-color: inherit;
  background-image: none;
  width: 1.56em;
  height: 1.56em;
  -webkit-transition: none;
  transition: none;
}

.ui.tag.labels .label:after,
.ui.tag.label:after {
  position: absolute;
  content: '';
  top: 50%;
  left: -0.25em;
  margin-top: -0.25em;
  background-color: #FFFFFF !important;
  width: 0.5em;
  height: 0.5em;
  box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.3);
  border-radius: 500rem;
}

/*-------------------
    Corner Label
--------------------*/

.ui.corner.label {
  position: absolute;
  top: 0em;
  right: 0em;
  margin: 0em;
  padding: 0em;
  text-align: center;
  border-color: #E8E8E8;
  width: 4em;
  height: 4em;
  z-index: 1;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}

/* Icon Label */

.ui.corner.label {
  background-color: transparent !important;
}

.ui.corner.label:after {
  position: absolute;
  content: "";
  right: 0em;
  top: 0em;
  z-index: -1;
  width: 0em;
  height: 0em;
  background-color: transparent !important;
  border-top: 0em solid transparent;
  border-right: 4em solid transparent;
  border-bottom: 4em solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
}

.ui.corner.label .icon {
  cursor: default;
  position: relative;
  top: 0.64285714em;
  left: 0.78571429em;
  font-size: 1.14285714em;
  margin: 0em;
}

/* Left Corner */

.ui.left.corner.label,
.ui.left.corner.label:after {
  right: auto;
  left: 0em;
}

.ui.left.corner.label:after {
  border-top: 4em solid transparent;
  border-right: 4em solid transparent;
  border-bottom: 0em solid transparent;
  border-left: 0em solid transparent;
  border-top-color: inherit;
}

.ui.left.corner.label .icon {
  left: -0.78571429em;
}

/* Segment */

.ui.segment > .ui.corner.label {
  top: -1px;
  right: -1px;
}

.ui.segment > .ui.left.corner.label {
  right: auto;
  left: -1px;
}

/*-------------------
       Ribbon
--------------------*/

.ui.ribbon.label {
  position: relative;
  margin: 0em;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
  border-color: rgba(0, 0, 0, 0.15);
}

.ui.ribbon.label:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0%;
  background-color: transparent !important;
  border-style: solid;
  border-width: 0em 1.2em 1.2em 0em;
  border-color: transparent;
  border-right-color: inherit;
  width: 0em;
  height: 0em;
}

/* Positioning */

.ui.ribbon.label {
  left: calc( -1rem  -  1.2em );
  margin-right: -1.2em;
  padding-left: calc( 1rem  +  1.2em );
  padding-right: 1.2em;
}

.ui[class*="right ribbon"].label {
  left: calc(100% +  1rem  +  1.2em );
  padding-left: 1.2em;
  padding-right: calc( 1rem  +  1.2em );
}

/* Right Ribbon */

.ui[class*="right ribbon"].label {
  text-align: left;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

.ui[class*="right ribbon"].label:after {
  left: auto;
  right: 0%;
  border-style: solid;
  border-width: 1.2em 1.2em 0em 0em;
  border-color: transparent;
  border-top-color: inherit;
}

/* Inside Table */

.ui.image > .ribbon.label,
.ui.card .image > .ribbon.label {
  position: absolute;
  top: 1rem;
}

.ui.card .image > .ui.ribbon.label,
.ui.image > .ui.ribbon.label {
  left: calc( 0.05rem  -  1.2em );
}

.ui.card .image > .ui[class*="right ribbon"].label,
.ui.image > .ui[class*="right ribbon"].label {
  left: calc(100% +  -0.05rem  +  1.2em );
  padding-left: 0.833em;
}

/* Inside Table */

.ui.table td > .ui.ribbon.label {
  left: calc( -0.78571429em  -  1.2em );
}

.ui.table td > .ui[class*="right ribbon"].label {
  left: calc(100% +  0.78571429em  +  1.2em );
  padding-left: 0.833em;
}

/*-------------------
      Attached
--------------------*/

.ui[class*="top attached"].label,
.ui.attached.label {
  width: 100%;
  position: absolute;
  margin: 0em;
  top: 0em;
  left: 0em;
  padding: 0.75em 1em;
  border-radius: 0.21428571rem 0.21428571rem 0em 0em;
}

.ui[class*="bottom attached"].label {
  top: auto;
  bottom: 0em;
  border-radius: 0em 0em 0.21428571rem 0.21428571rem;
}

.ui[class*="top left attached"].label {
  width: auto;
  margin-top: 0em !important;
  border-radius: 0.21428571rem 0em 0.28571429rem 0em;
}

.ui[class*="top right attached"].label {
  width: auto;
  left: auto;
  right: 0em;
  border-radius: 0em 0.21428571rem 0em 0.28571429rem;
}

.ui[class*="bottom left attached"].label {
  width: auto;
  top: auto;
  bottom: 0em;
  border-radius: 0em 0.28571429rem 0em 0.21428571rem;
}

.ui[class*="bottom right attached"].label {
  top: auto;
  bottom: 0em;
  left: auto;
  right: 0em;
  width: auto;
  border-radius: 0.28571429rem 0em 0.21428571rem 0em;
}

/*******************************
             States
*******************************/

/*-------------------
      Disabled
--------------------*/

.ui.label.disabled {
  opacity: 0.5;
}

/*-------------------
        Hover
--------------------*/

a.ui.labels .label:hover,
a.ui.label:hover {
  background-color: #E0E0E0;
  border-color: #E0E0E0;
  background-image: none;
  color: rgba(0, 0, 0, 0.8);
}

.ui.labels a.label:hover:before,
a.ui.label:hover:before {
  color: rgba(0, 0, 0, 0.8);
}

/*-------------------
        Active
--------------------*/

.ui.active.label {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

.ui.active.label:before {
  background-color: #D0D0D0;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/*-------------------
     Active Hover
--------------------*/

a.ui.labels .active.label:hover,
a.ui.active.label:hover {
  background-color: #C8C8C8;
  border-color: #C8C8C8;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

.ui.labels a.active.label:ActiveHover:before,
a.ui.active.label:ActiveHover:before {
  background-color: #C8C8C8;
  background-image: none;
  color: rgba(0, 0, 0, 0.95);
}

/*-------------------
      Visible
--------------------*/

.ui.labels.visible .label,
.ui.label.visible:not(.dropdown) {
  display: inline-block !important;
}

/*-------------------
      Hidden
--------------------*/

.ui.labels.hidden .label,
.ui.label.hidden {
  display: none !important;
}

/*******************************
           Variations
*******************************/

/*-------------------
       Colors
--------------------*/

/*--- Red ---*/

.ui.red.labels .label,
.ui.red.label {
  background-color: #DB2828 !important;
  border-color: #DB2828 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.red.labels .label:hover,
a.ui.red.label:hover {
  background-color: #d01919 !important;
  border-color: #d01919 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.red.corner.label,
.ui.red.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.red.ribbon.label {
  border-color: #b21e1e !important;
}

/* Basic */

.ui.basic.red.label {
  background-color: #FFFFFF !important;
  color: #DB2828 !important;
  border-color: #DB2828 !important;
}

.ui.basic.red.labels a.label:hover,
a.ui.basic.red.label:hover {
  background-color: #FFFFFF !important;
  color: #d01919 !important;
  border-color: #d01919 !important;
}

/*--- Orange ---*/

.ui.orange.labels .label,
.ui.orange.label {
  background-color: #F2711C !important;
  border-color: #F2711C !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.orange.labels .label:hover,
a.ui.orange.label:hover {
  background-color: #f26202 !important;
  border-color: #f26202 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.orange.corner.label,
.ui.orange.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.orange.ribbon.label {
  border-color: #cf590c !important;
}

/* Basic */

.ui.basic.orange.label {
  background-color: #FFFFFF !important;
  color: #F2711C !important;
  border-color: #F2711C !important;
}

.ui.basic.orange.labels a.label:hover,
a.ui.basic.orange.label:hover {
  background-color: #FFFFFF !important;
  color: #f26202 !important;
  border-color: #f26202 !important;
}

/*--- Yellow ---*/

.ui.yellow.labels .label,
.ui.yellow.label {
  background-color: #FBBD08 !important;
  border-color: #FBBD08 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.yellow.labels .label:hover,
a.ui.yellow.label:hover {
  background-color: #eaae00 !important;
  border-color: #eaae00 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.yellow.corner.label,
.ui.yellow.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.yellow.ribbon.label {
  border-color: #cd9903 !important;
}

/* Basic */

.ui.basic.yellow.label {
  background-color: #FFFFFF !important;
  color: #FBBD08 !important;
  border-color: #FBBD08 !important;
}

.ui.basic.yellow.labels a.label:hover,
a.ui.basic.yellow.label:hover {
  background-color: #FFFFFF !important;
  color: #eaae00 !important;
  border-color: #eaae00 !important;
}

/*--- Olive ---*/

.ui.olive.labels .label,
.ui.olive.label {
  background-color: #B5CC18 !important;
  border-color: #B5CC18 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.olive.labels .label:hover,
a.ui.olive.label:hover {
  background-color: #a7bd0d !important;
  border-color: #a7bd0d !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.olive.corner.label,
.ui.olive.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.olive.ribbon.label {
  border-color: #198f35 !important;
}

/* Basic */

.ui.basic.olive.label {
  background-color: #FFFFFF !important;
  color: #B5CC18 !important;
  border-color: #B5CC18 !important;
}

.ui.basic.olive.labels a.label:hover,
a.ui.basic.olive.label:hover {
  background-color: #FFFFFF !important;
  color: #a7bd0d !important;
  border-color: #a7bd0d !important;
}

/*--- Green ---*/

.ui.green.labels .label,
.ui.green.label {
  background-color: #21BA45 !important;
  border-color: #21BA45 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.green.labels .label:hover,
a.ui.green.label:hover {
  background-color: #16ab39 !important;
  border-color: #16ab39 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.green.corner.label,
.ui.green.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.green.ribbon.label {
  border-color: #198f35 !important;
}

/* Basic */

.ui.basic.green.label {
  background-color: #FFFFFF !important;
  color: #21BA45 !important;
  border-color: #21BA45 !important;
}

.ui.basic.green.labels a.label:hover,
a.ui.basic.green.label:hover {
  background-color: #FFFFFF !important;
  color: #16ab39 !important;
  border-color: #16ab39 !important;
}

/*--- Teal ---*/

.ui.teal.labels .label,
.ui.teal.label {
  background-color: #00B5AD !important;
  border-color: #00B5AD !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.teal.labels .label:hover,
a.ui.teal.label:hover {
  background-color: #009c95 !important;
  border-color: #009c95 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.teal.corner.label,
.ui.teal.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.teal.ribbon.label {
  border-color: #00827c !important;
}

/* Basic */

.ui.basic.teal.label {
  background-color: #FFFFFF !important;
  color: #00B5AD !important;
  border-color: #00B5AD !important;
}

.ui.basic.teal.labels a.label:hover,
a.ui.basic.teal.label:hover {
  background-color: #FFFFFF !important;
  color: #009c95 !important;
  border-color: #009c95 !important;
}

/*--- Blue ---*/

.ui.blue.labels .label,
.ui.blue.label {
  background-color: #2185D0 !important;
  border-color: #2185D0 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.blue.labels .label:hover,
a.ui.blue.label:hover {
  background-color: #1678c2 !important;
  border-color: #1678c2 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.blue.corner.label,
.ui.blue.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.blue.ribbon.label {
  border-color: #1a69a4 !important;
}

/* Basic */

.ui.basic.blue.label {
  background-color: #FFFFFF !important;
  color: #2185D0 !important;
  border-color: #2185D0 !important;
}

.ui.basic.blue.labels a.label:hover,
a.ui.basic.blue.label:hover {
  background-color: #FFFFFF !important;
  color: #1678c2 !important;
  border-color: #1678c2 !important;
}

/*--- Violet ---*/

.ui.violet.labels .label,
.ui.violet.label {
  background-color: #6435C9 !important;
  border-color: #6435C9 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.violet.labels .label:hover,
a.ui.violet.label:hover {
  background-color: #5829bb !important;
  border-color: #5829bb !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.violet.corner.label,
.ui.violet.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.violet.ribbon.label {
  border-color: #502aa1 !important;
}

/* Basic */

.ui.basic.violet.label {
  background-color: #FFFFFF !important;
  color: #6435C9 !important;
  border-color: #6435C9 !important;
}

.ui.basic.violet.labels a.label:hover,
a.ui.basic.violet.label:hover {
  background-color: #FFFFFF !important;
  color: #5829bb !important;
  border-color: #5829bb !important;
}

/*--- Purple ---*/

.ui.purple.labels .label,
.ui.purple.label {
  background-color: #A333C8 !important;
  border-color: #A333C8 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.purple.labels .label:hover,
a.ui.purple.label:hover {
  background-color: #9627ba !important;
  border-color: #9627ba !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.purple.corner.label,
.ui.purple.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.purple.ribbon.label {
  border-color: #82299f !important;
}

/* Basic */

.ui.basic.purple.label {
  background-color: #FFFFFF !important;
  color: #A333C8 !important;
  border-color: #A333C8 !important;
}

.ui.basic.purple.labels a.label:hover,
a.ui.basic.purple.label:hover {
  background-color: #FFFFFF !important;
  color: #9627ba !important;
  border-color: #9627ba !important;
}

/*--- Pink ---*/

.ui.pink.labels .label,
.ui.pink.label {
  background-color: #E03997 !important;
  border-color: #E03997 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.pink.labels .label:hover,
a.ui.pink.label:hover {
  background-color: #e61a8d !important;
  border-color: #e61a8d !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.pink.corner.label,
.ui.pink.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.pink.ribbon.label {
  border-color: #c71f7e !important;
}

/* Basic */

.ui.basic.pink.label {
  background-color: #FFFFFF !important;
  color: #E03997 !important;
  border-color: #E03997 !important;
}

.ui.basic.pink.labels a.label:hover,
a.ui.basic.pink.label:hover {
  background-color: #FFFFFF !important;
  color: #e61a8d !important;
  border-color: #e61a8d !important;
}

/*--- Brown ---*/

.ui.brown.labels .label,
.ui.brown.label {
  background-color: #A5673F !important;
  border-color: #A5673F !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.brown.labels .label:hover,
a.ui.brown.label:hover {
  background-color: #975b33 !important;
  border-color: #975b33 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.brown.corner.label,
.ui.brown.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.brown.ribbon.label {
  border-color: #805031 !important;
}

/* Basic */

.ui.basic.brown.label {
  background-color: #FFFFFF !important;
  color: #A5673F !important;
  border-color: #A5673F !important;
}

.ui.basic.brown.labels a.label:hover,
a.ui.basic.brown.label:hover {
  background-color: #FFFFFF !important;
  color: #975b33 !important;
  border-color: #975b33 !important;
}

/*--- Grey ---*/

.ui.grey.labels .label,
.ui.grey.label {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.grey.labels .label:hover,
a.ui.grey.label:hover {
  background-color: #838383 !important;
  border-color: #838383 !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.grey.corner.label,
.ui.grey.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.grey.ribbon.label {
  border-color: #805031 !important;
}

/* Basic */

.ui.basic.grey.label {
  background-color: #FFFFFF !important;
  color: #767676 !important;
  border-color: #767676 !important;
}

.ui.basic.grey.labels a.label:hover,
a.ui.basic.grey.label:hover {
  background-color: #FFFFFF !important;
  color: #838383 !important;
  border-color: #838383 !important;
}

/*--- Black ---*/

.ui.black.labels .label,
.ui.black.label {
  background-color: #1B1C1D !important;
  border-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

/* Link */

.ui.black.labels .label:hover,
a.ui.black.label:hover {
  background-color: #27292a !important;
  border-color: #27292a !important;
  color: #FFFFFF !important;
}

/* Corner */

.ui.black.corner.label,
.ui.black.corner.label:hover {
  background-color: transparent !important;
}

/* Ribbon */

.ui.black.ribbon.label {
  border-color: #805031 !important;
}

/* Basic */

.ui.basic.black.label {
  background-color: #FFFFFF !important;
  color: #1B1C1D !important;
  border-color: #1B1C1D !important;
}

.ui.basic.black.labels a.label:hover,
a.ui.basic.black.label:hover {
  background-color: #FFFFFF !important;
  color: #27292a !important;
  border-color: #27292a !important;
}

/*-------------------
        Basic
--------------------*/

.ui.basic.label {
  background: none #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
}

/* Link */

a.ui.basic.label:hover {
  text-decoration: none;
  background: none #FFFFFF;
  color: #1e70bf;
  box-shadow: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}

/* Pointing */

.ui.basic.pointing.label:before {
  border-color: inherit;
}

/*-------------------
       Fluid
--------------------*/

.ui.label.fluid,
.ui.fluid.labels > .label {
  width: 100%;
  box-sizing: border-box;
}

/*-------------------
       Inverted
--------------------*/

.ui.inverted.labels .label,
.ui.inverted.label {
  color: rgba(255, 255, 255, 0.9) !important;
}

/*-------------------
     Horizontal
--------------------*/

.ui.horizontal.labels .label,
.ui.horizontal.label {
  margin: 0em 0.5em 0em 0em;
  padding: 0.4em 0.833em;
  min-width: 3em;
  text-align: center;
}

/*-------------------
       Circular
--------------------*/

.ui.circular.labels .label,
.ui.circular.label {
  min-width: 2em;
  min-height: 2em;
  padding: 0.5em !important;
  line-height: 1em;
  text-align: center;
  border-radius: 500rem;
}

.ui.empty.circular.labels .label,
.ui.empty.circular.label {
  min-width: 0em;
  min-height: 0em;
  overflow: hidden;
  width: 0.5em;
  height: 0.5em;
  vertical-align: baseline;
}

/*-------------------
       Pointing
--------------------*/

.ui.pointing.label {
  position: relative;
}

.ui.attached.pointing.label {
  position: absolute;
}

.ui.pointing.label:before {
  background-color: inherit;
  background-image: inherit;
  border-width: none;
  border-style: solid;
  border-color: inherit;
}

/* Arrow */

.ui.pointing.label:before {
  position: absolute;
  content: '';
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-image: none;
  z-index: 2;
  width: 0.6666em;
  height: 0.6666em;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

/*--- Above ---*/

.ui.pointing.label,
.ui[class*="pointing above"].label {
  margin-top: 1em;
}

.ui.pointing.label:before,
.ui[class*="pointing above"].label:before {
  border-width: 1px 0px 0px 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 0%;
  left: 50%;
}

/*--- Below ---*/

.ui[class*="bottom pointing"].label,
.ui[class*="pointing below"].label {
  margin-top: 0em;
  margin-bottom: 1em;
}

.ui[class*="bottom pointing"].label:before,
.ui[class*="pointing below"].label:before {
  border-width: 0px 1px 1px 0px;
  top: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  top: 100%;
  left: 50%;
}

/*--- Left ---*/

.ui[class*="left pointing"].label {
  margin-top: 0em;
  margin-left: 0.6666em;
}

.ui[class*="left pointing"].label:before {
  border-width: 0px 0px 1px 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0em;
}

/*--- Right ---*/

.ui[class*="right pointing"].label {
  margin-top: 0em;
  margin-right: 0.6666em;
}

.ui[class*="right pointing"].label:before {
  border-width: 1px 1px 0px 0px;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  top: 50%;
  right: 0%;
  bottom: auto;
  left: auto;
}

/* Basic Pointing */

/*--- Above ---*/

.ui.basic.pointing.label:before,
.ui.basic[class*="pointing above"].label:before {
  margin-top: -1px;
}

/*--- Below ---*/

.ui.basic[class*="bottom pointing"].label:before,
.ui.basic[class*="pointing below"].label:before {
  bottom: auto;
  top: 100%;
  margin-top: 1px;
}

/*--- Left ---*/

.ui.basic[class*="left pointing"].label:before {
  top: 50%;
  left: -1px;
}

/*--- Right ---*/

.ui.basic[class*="right pointing"].label:before {
  top: 50%;
  right: -1px;
}

/*------------------
   Floating Label
-------------------*/

.ui.floating.label {
  position: absolute;
  z-index: 100;
  top: -1em;
  left: 100%;
  margin: 0em 0em 0em -1.5em !important;
}

/*-------------------
        Sizes
--------------------*/

.ui.mini.labels .label,
.ui.mini.label {
  font-size: 0.64285714rem;
}

.ui.tiny.labels .label,
.ui.tiny.label {
  font-size: 0.71428571rem;
}

.ui.small.labels .label,
.ui.small.label {
  font-size: 0.78571429rem;
}

.ui.labels .label,
.ui.label {
  font-size: 0.85714286rem;
}

.ui.large.labels .label,
.ui.large.label {
  font-size: 1rem;
}

.ui.big.labels .label,
.ui.big.label {
  font-size: 1.28571429rem;
}

.ui.huge.labels .label,
.ui.huge.label {
  font-size: 1.42857143rem;
}

.ui.massive.labels .label,
.ui.massive.label {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - List
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            List
*******************************/

ul.ui.list,
ol.ui.list,
.ui.list {
  list-style-type: none;
  margin: 1em 0em;
  padding: 0em 0em;
}

ul.ui.list:first-child,
ol.ui.list:first-child,
.ui.list:first-child {
  margin-top: 0em;
  padding-top: 0em;
}

ul.ui.list:last-child,
ol.ui.list:last-child,
.ui.list:last-child {
  margin-bottom: 0em;
  padding-bottom: 0em;
}

/*******************************
            Content
*******************************/

/* List Item */

ul.ui.list li,
ol.ui.list li,
.ui.list > .item,
.ui.list .list > .item {
  display: list-item;
  table-layout: fixed;
  list-style-type: none;
  list-style-position: outside;
  padding: 0.21428571em 0em;
  line-height: 1.14285714em;
}

ul.ui.list > li:first-child:after,
ol.ui.list > li:first-child:after,
.ui.list > .list > .item,
.ui.list > .item:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.ui.list li:first-child,
ol.ui.list li:first-child,
.ui.list .list > .item:first-child,
.ui.list > .item:first-child {
  padding-top: 0em;
}

ul.ui.list li:last-child,
ol.ui.list li:last-child,
.ui.list .list > .item:last-child,
.ui.list > .item:last-child {
  padding-bottom: 0em;
}

/* Child List */

ul.ui.list ul,
ol.ui.list ol,
.ui.list .list {
  clear: both;
  margin: 0em;
  padding: 0.75em 0em 0.25em 0.5em;
}

/* Child Item */

ul.ui.list ul li,
ol.ui.list ol li,
.ui.list .list > .item {
  padding: 0.14285714em 0em;
  line-height: inherit;
}

/* Icon */

.ui.list .list > .item > i.icon,
.ui.list > .item > i.icon {
  display: table-cell;
  margin: 0em;
  padding-top: 0em;
  padding-right: 0.28571429em;
  vertical-align: top;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.list .list > .item > i.icon:only-child,
.ui.list > .item > i.icon:only-child {
  display: inline-block;
  vertical-align: top;
}

/* Image */

.ui.list .list > .item > .image,
.ui.list > .item > .image {
  display: table-cell;
  background-color: transparent;
  margin: 0em;
  vertical-align: top;
}

.ui.list .list > .item > .image:not(:only-child):not(img),
.ui.list > .item > .image:not(:only-child):not(img) {
  padding-right: 0.5em;
}

.ui.list .list > .item > .image img,
.ui.list > .item > .image img {
  vertical-align: top;
}

.ui.list .list > .item > img.image,
.ui.list .list > .item > .image:only-child,
.ui.list > .item > img.image,
.ui.list > .item > .image:only-child {
  display: inline-block;
}

/* Content */

.ui.list .list > .item > .content,
.ui.list > .item > .content {
  line-height: 1.14285714em;
}

.ui.list .list > .item > .image + .content,
.ui.list .list > .item > .icon + .content,
.ui.list > .item > .image + .content,
.ui.list > .item > .icon + .content {
  display: table-cell;
  padding: 0em 0em 0em 0.5em;
  vertical-align: top;
}

.ui.list .list > .item > img.image + .content,
.ui.list > .item > img.image + .content {
  display: inline-block;
}

.ui.list .list > .item > .content > .list,
.ui.list > .item > .content > .list {
  margin-left: 0em;
  padding-left: 0em;
}

/* Header */

.ui.list .list > .item .header,
.ui.list > .item .header {
  display: block;
  margin: 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

/* Description */

.ui.list .list > .item .description,
.ui.list > .item .description {
  display: block;
  color: rgba(0, 0, 0, 0.7);
}

/* Child Link */

.ui.list > .item a,
.ui.list .list > .item a {
  cursor: pointer;
}

/* Linking Item */

.ui.list .list > a.item,
.ui.list > a.item {
  cursor: pointer;
  color: #4183C4;
}

.ui.list .list > a.item:hover,
.ui.list > a.item:hover {
  color: #1e70bf;
}

/* Linked Item Icons */

.ui.list .list > a.item i.icon,
.ui.list > a.item i.icon {
  color: rgba(0, 0, 0, 0.4);
}

/* Header Link */

.ui.list .list > .item a.header,
.ui.list > .item a.header {
  cursor: pointer;
  color: #4183C4 !important;
}

.ui.list .list > .item a.header:hover,
.ui.list > .item a.header:hover {
  color: #1e70bf !important;
}

/* Floated Content */

.ui[class*="left floated"].list {
  float: left;
}

.ui[class*="right floated"].list {
  float: right;
}

.ui.list .list > .item [class*="left floated"],
.ui.list > .item [class*="left floated"] {
  float: left;
  margin: 0em 1em 0em 0em;
}

.ui.list .list > .item [class*="right floated"],
.ui.list > .item [class*="right floated"] {
  float: right;
  margin: 0em 0em 0em 1em;
}

/*******************************
            Coupling
*******************************/

.ui.menu .ui.list > .item,
.ui.menu .ui.list .list > .item {
  display: list-item;
  table-layout: fixed;
  background-color: transparent;
  list-style-type: none;
  list-style-position: outside;
  padding: 0.21428571em 0em;
  line-height: 1.14285714em;
}

.ui.menu .ui.list .list > .item:before,
.ui.menu .ui.list > .item:before {
  border: none;
  background: none;
}

.ui.menu .ui.list .list > .item:first-child,
.ui.menu .ui.list > .item:first-child {
  padding-top: 0em;
}

.ui.menu .ui.list .list > .item:last-child,
.ui.menu .ui.list > .item:last-child {
  padding-bottom: 0em;
}

/*******************************
            Types
*******************************/

/*-------------------
      Horizontal
--------------------*/

.ui.horizontal.list {
  display: inline-block;
  font-size: 0em;
}

.ui.horizontal.list > .item {
  display: inline-block;
  margin-left: 1em;
  font-size: 1rem;
}

.ui.horizontal.list:not(.celled) > .item:first-child {
  margin-left: 0em !important;
  padding-left: 0em !important;
}

.ui.horizontal.list .list {
  padding-left: 0em;
  padding-bottom: 0em;
}

.ui.horizontal.list > .item > .image,
.ui.horizontal.list .list > .item > .image,
.ui.horizontal.list > .item > .icon,
.ui.horizontal.list .list > .item > .icon,
.ui.horizontal.list > .item > .content,
.ui.horizontal.list .list > .item > .content {
  vertical-align: middle;
}

/* Padding on all elements */

.ui.horizontal.list > .item:first-child,
.ui.horizontal.list > .item:last-child {
  padding-top: 0.21428571em;
  padding-bottom: 0.21428571em;
}

/* Horizontal List */

.ui.horizontal.list > .item > i.icon {
  margin: 0em;
  padding: 0em 0.25em 0em 0em;
}

.ui.horizontal.list > .item > .icon,
.ui.horizontal.list > .item > .icon + .content {
  float: none;
  display: inline-block;
}

/*******************************
             States
*******************************/

/*-------------------
       Disabled
--------------------*/

.ui.list .list > .disabled.item,
.ui.list > .disabled.item {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3) !important;
}

.ui.inverted.list .list > .disabled.item,
.ui.inverted.list > .disabled.item {
  color: rgba(225, 225, 225, 0.3) !important;
}

/*-------------------
        Hover
--------------------*/

.ui.list .list > a.item:hover .icon,
.ui.list > a.item:hover .icon {
  color: rgba(0, 0, 0, 0.87);
}

/*******************************
           Variations
*******************************/

/*-------------------
       Inverted
--------------------*/

.ui.inverted.list .list > a.item > .icon,
.ui.inverted.list > a.item > .icon {
  color: rgba(255, 255, 255, 0.7);
}

.ui.inverted.list .list > .item .header,
.ui.inverted.list > .item .header {
  color: rgba(255, 255, 255, 0.9);
}

.ui.inverted.list .list > .item .description,
.ui.inverted.list > .item .description {
  color: rgba(255, 255, 255, 0.7);
}

/* Item Link */

.ui.inverted.list .list > a.item,
.ui.inverted.list > a.item {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
}

.ui.inverted.list .list > a.item:hover,
.ui.inverted.list > a.item:hover {
  color: #1e70bf;
}

/* Linking Content */

.ui.inverted.list .item a:not(.ui) {
  color: rgba(255, 255, 255, 0.9) !important;
}

.ui.inverted.list .item a:not(.ui):hover {
  color: #1e70bf !important;
}

/*-------------------
       Aligned
--------------------*/

.ui.list[class*="top aligned"] .image,
.ui.list[class*="top aligned"] .content,
.ui.list [class*="top aligned"] {
  vertical-align: top !important;
}

.ui.list[class*="middle aligned"] .image,
.ui.list[class*="middle aligned"] .content,
.ui.list [class*="middle aligned"] {
  vertical-align: middle !important;
}

.ui.list[class*="bottom aligned"] .image,
.ui.list[class*="bottom aligned"] .content,
.ui.list [class*="bottom aligned"] {
  vertical-align: bottom !important;
}

/*-------------------
       Link
--------------------*/

.ui.link.list .item,
.ui.link.list a.item,
.ui.link.list .item a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.1s color ease;
  transition: 0.1s color ease;
}

.ui.link.list a.item:hover,
.ui.link.list .item a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.8);
}

.ui.link.list a.item:active,
.ui.link.list .item a:not(.ui):active {
  color: rgba(0, 0, 0, 0.9);
}

.ui.link.list .active.item,
.ui.link.list .active.item a:not(.ui) {
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */

.ui.inverted.link.list .item,
.ui.inverted.link.list a.item,
.ui.inverted.link.list .item a:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

.ui.inverted.link.list a.item:hover,
.ui.inverted.link.list .item a:not(.ui):hover {
  color: #ffffff;
}

.ui.inverted.link.list a.item:active,
.ui.inverted.link.list .item a:not(.ui):active {
  color: #ffffff;
}

.ui.inverted.link.list a.active.item,
.ui.inverted.link.list .active.item a:not(.ui) {
  color: #ffffff;
}

/*-------------------
      Selection
--------------------*/

.ui.selection.list .list > .item,
.ui.selection.list > .item {
  cursor: pointer;
  background: transparent;
  padding: 0.5em 0.5em;
  margin: 0em;
  color: rgba(0, 0, 0, 0.4);
  border-radius: 0.5em;
  -webkit-transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
  transition: 0.1s color ease, 0.1s padding-left ease, 0.1s background-color ease;
}

.ui.selection.list .list > .item:last-child,
.ui.selection.list > .item:last-child {
  margin-bottom: 0em;
}

.ui.selection.list.list > .item:hover,
.ui.selection.list > .item:hover {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.8);
}

.ui.selection.list .list > .item:active,
.ui.selection.list > .item:active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.9);
}

.ui.selection.list .list > .item.active,
.ui.selection.list > .item.active {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */

.ui.inverted.selection.list > .item,
.ui.inverted.selection.list > .item {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.ui.inverted.selection.list > .item:hover,
.ui.inverted.selection.list > .item:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

.ui.inverted.selection.list > .item:active,
.ui.inverted.selection.list > .item:active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ui.inverted.selection.list > .item.active,
.ui.inverted.selection.list > .item.active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/* Celled / Divided Selection List */

.ui.celled.selection.list .list > .item,
.ui.divided.selection.list .list > .item,
.ui.celled.selection.list > .item,
.ui.divided.selection.list > .item {
  border-radius: 0em;
}

/*-------------------
       Animated
--------------------*/

.ui.animated.list > .item {
  -webkit-transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
  transition: 0.25s color ease 0.1s, 0.25s padding-left ease 0.1s, 0.25s background-color ease 0.1s;
}

.ui.animated.list:not(.horizontal) > .item:hover {
  padding-left: 1em;
}

/*-------------------
       Fitted
--------------------*/

.ui.fitted.list:not(.selection) .list > .item,
.ui.fitted.list:not(.selection) > .item {
  padding-left: 0em;
  padding-right: 0em;
}

.ui.fitted.selection.list .list > .item,
.ui.fitted.selection.list > .item {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

/*-------------------
      Bulleted
--------------------*/

ul.ui.list,
.ui.bulleted.list {
  margin-left: 1.25rem;
}

ul.ui.list li,
.ui.bulleted.list .list > .item,
.ui.bulleted.list > .item {
  position: relative;
}

ul.ui.list li:before,
.ui.bulleted.list .list > .item:before,
.ui.bulleted.list > .item:before {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: auto;
  font-weight: normal;
  margin-left: -1.25rem;
  content: '\2022';
  opacity: 1;
  color: inherit;
  vertical-align: top;
}

ul.ui.list li:before,
.ui.bulleted.list .list > a.item:before,
.ui.bulleted.list > a.item:before {
  color: rgba(0, 0, 0, 0.87);
}

ul.ui.list ul,
.ui.bulleted.list .list {
  padding-left: 1.25rem;
}

/* Horizontal Bulleted */

ul.ui.horizontal.bulleted.list,
.ui.horizontal.bulleted.list {
  margin-left: 0em;
}

ul.ui.horizontal.bulleted.list li,
.ui.horizontal.bulleted.list > .item {
  margin-left: 1.75rem;
}

ul.ui.horizontal.bulleted.list li:first-child,
.ui.horizontal.bulleted.list > .item:first-child {
  margin-left: 0em;
}

ul.ui.horizontal.bulleted.list li::before,
.ui.horizontal.bulleted.list > .item::before {
  color: rgba(0, 0, 0, 0.87);
}

ul.ui.horizontal.bulleted.list li:first-child::before,
.ui.horizontal.bulleted.list > .item:first-child::before {
  display: none;
}

/*-------------------
       Ordered
--------------------*/

ol.ui.list,
.ui.ordered.list,
.ui.ordered.list .list,
ol.ui.list ol {
  counter-reset: ordered;
  margin-left: 1.25rem;
  list-style-type: none;
}

ol.ui.list li,
.ui.ordered.list .list > .item,
.ui.ordered.list > .item {
  list-style-type: none;
  position: relative;
}

ol.ui.list li:before,
.ui.ordered.list .list > .item:before,
.ui.ordered.list > .item:before {
  position: absolute;
  top: auto;
  left: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  margin-left: -1.25rem;
  counter-increment: ordered;
  content: counters(ordered, ".") " ";
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
  vertical-align: middle;
  opacity: 0.8;
}

ol.ui.inverted.list li:before,
.ui.ordered.inverted.list .list > .item:before,
.ui.ordered.inverted.list > .item:before {
  color: rgba(255, 255, 255, 0.7);
}

/* Value */

.ui.ordered.list > .list > .item[data-value],
.ui.ordered.list > .item[data-value] {
  content: attr(data-value);
}

ol.ui.list li[value]:before {
  content: attr(value);
}

/* Child Lists */

ol.ui.list ol,
.ui.ordered.list .list {
  margin-left: 1em;
}

ol.ui.list ol li:before,
.ui.ordered.list .list > .item:before {
  margin-left: -2em;
}

/* Horizontal Ordered */

ol.ui.horizontal.list,
.ui.ordered.horizontal.list {
  margin-left: 0em;
}

ol.ui.horizontal.list li:before,
.ui.ordered.horizontal.list .list > .item:before,
.ui.ordered.horizontal.list > .item:before {
  position: static;
  margin: 0em 0.5em 0em 0em;
}

/*-------------------
       Divided
--------------------*/

.ui.divided.list > .item {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.divided.list .list > .item {
  border-top: none;
}

.ui.divided.list .item .list > .item {
  border-top: none;
}

.ui.divided.list .list > .item:first-child,
.ui.divided.list > .item:first-child {
  border-top: none;
}

/* Sub Menu */

.ui.divided.list:not(.horizontal) .list > .item:first-child {
  border-top-width: 1px;
}

/* Divided bulleted */

.ui.divided.bulleted.list:not(.horizontal),
.ui.divided.bulleted.list .list {
  margin-left: 0em;
  padding-left: 0em;
}

.ui.divided.bulleted.list > .item:not(.horizontal) {
  padding-left: 1.25rem;
}

/* Divided Ordered */

.ui.divided.ordered.list {
  margin-left: 0em;
}

.ui.divided.ordered.list .list > .item,
.ui.divided.ordered.list > .item {
  padding-left: 1.25rem;
}

.ui.divided.ordered.list .item .list {
  margin-left: 0em;
  margin-right: 0em;
  padding-bottom: 0.21428571em;
}

.ui.divided.ordered.list .item .list > .item {
  padding-left: 1em;
}

/* Divided Selection */

.ui.divided.selection.list .list > .item,
.ui.divided.selection.list > .item {
  margin: 0em;
  border-radius: 0em;
}

/* Divided horizontal */

.ui.divided.horizontal.list {
  margin-left: 0em;
}

.ui.divided.horizontal.list > .item:not(:first-child) {
  padding-left: 0.5em;
}

.ui.divided.horizontal.list > .item:not(:last-child) {
  padding-right: 0.5em;
}

.ui.divided.horizontal.list > .item {
  border-top: none;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  margin: 0em;
  line-height: 0.6;
}

.ui.horizontal.divided.list > .item:first-child {
  border-left: none;
}

/* Inverted */

.ui.divided.inverted.list > .item,
.ui.divided.inverted.list > .list,
.ui.divided.inverted.horizontal.list > .item {
  border-color: rgba(255, 255, 255, 0.1);
}

/*-------------------
        Celled
--------------------*/

.ui.celled.list > .item,
.ui.celled.list > .list {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.celled.list > .item:last-child {
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

/* Padding on all elements */

.ui.celled.list > .item:first-child,
.ui.celled.list > .item:last-child {
  padding-top: 0.21428571em;
  padding-bottom: 0.21428571em;
}

/* Sub Menu */

.ui.celled.list .item .list > .item {
  border-width: 0px;
}

.ui.celled.list .list > .item:first-child {
  border-top-width: 0px;
}

/* Celled Bulleted */

.ui.celled.bulleted.list {
  margin-left: 0em;
}

.ui.celled.bulleted.list .list > .item,
.ui.celled.bulleted.list > .item {
  padding-left: 1.25rem;
}

.ui.celled.bulleted.list .item .list {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  padding-bottom: 0.21428571em;
}

/* Celled Ordered */

.ui.celled.ordered.list {
  margin-left: 0em;
}

.ui.celled.ordered.list .list > .item,
.ui.celled.ordered.list > .item {
  padding-left: 1.25rem;
}

.ui.celled.ordered.list .item .list {
  margin-left: 0em;
  margin-right: 0em;
  padding-bottom: 0.21428571em;
}

.ui.celled.ordered.list .list > .item {
  padding-left: 1em;
}

/* Celled Horizontal */

.ui.horizontal.celled.list {
  margin-left: 0em;
}

.ui.horizontal.celled.list .list > .item,
.ui.horizontal.celled.list > .item {
  border-top: none;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  margin: 0em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  line-height: 0.6;
}

.ui.horizontal.celled.list .list > .item:last-child,
.ui.horizontal.celled.list > .item:last-child {
  border-bottom: none;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

/* Inverted */

.ui.celled.inverted.list > .item,
.ui.celled.inverted.list > .list {
  border-color: 1px solid rgba(255, 255, 255, 0.1);
}

.ui.celled.inverted.horizontal.list .list > .item,
.ui.celled.inverted.horizontal.list > .item {
  border-color: 1px solid rgba(255, 255, 255, 0.1);
}

/*-------------------
       Relaxed
--------------------*/

.ui.relaxed.list:not(.horizontal) > .item:not(:first-child) {
  padding-top: 0.42857143em;
}

.ui.relaxed.list:not(.horizontal) > .item:not(:last-child) {
  padding-bottom: 0.42857143em;
}

.ui.horizontal.relaxed.list .list > .item:not(:first-child),
.ui.horizontal.relaxed.list > .item:not(:first-child) {
  padding-left: 1rem;
}

.ui.horizontal.relaxed.list .list > .item:not(:last-child),
.ui.horizontal.relaxed.list > .item:not(:last-child) {
  padding-right: 1rem;
}

/* Very Relaxed */

.ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:first-child) {
  padding-top: 0.85714286em;
}

.ui[class*="very relaxed"].list:not(.horizontal) > .item:not(:last-child) {
  padding-bottom: 0.85714286em;
}

.ui.horizontal[class*="very relaxed"].list .list > .item:not(:first-child),
.ui.horizontal[class*="very relaxed"].list > .item:not(:first-child) {
  padding-left: 1.5rem;
}

.ui.horizontal[class*="very relaxed"].list .list > .item:not(:last-child),
.ui.horizontal[class*="very relaxed"].list > .item:not(:last-child) {
  padding-right: 1.5rem;
}

/*-------------------
      Sizes
--------------------*/

.ui.mini.list {
  font-size: 0.78571429em;
}

.ui.tiny.list {
  font-size: 0.85714286em;
}

.ui.small.list {
  font-size: 0.92857143em;
}

.ui.list {
  font-size: 1em;
}

.ui.large.list {
  font-size: 1.14285714em;
}

.ui.big.list {
  font-size: 1.28571429em;
}

.ui.huge.list {
  font-size: 1.42857143em;
}

.ui.massive.list {
  font-size: 1.71428571em;
}

.ui.mini.horizontal.list .list > .item,
.ui.mini.horizontal.list > .item {
  font-size: 0.78571429rem;
}

.ui.tiny.horizontal.list .list > .item,
.ui.tiny.horizontal.list > .item {
  font-size: 0.85714286rem;
}

.ui.small.horizontal.list .list > .item,
.ui.small.horizontal.list > .item {
  font-size: 0.92857143rem;
}

.ui.horizontal.list .list > .item,
.ui.horizontal.list > .item {
  font-size: 1rem;
}

.ui.large.horizontal.list .list > .item,
.ui.large.horizontal.list > .item {
  font-size: 1.14285714rem;
}

.ui.big.horizontal.list .list > .item,
.ui.big.horizontal.list > .item {
  font-size: 1.28571429rem;
}

.ui.huge.horizontal.list .list > .item,
.ui.huge.horizontal.list > .item {
  font-size: 1.42857143rem;
}

.ui.massive.horizontal.list .list > .item,
.ui.massive.horizontal.list > .item {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Loader
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Loader
*******************************/

/* Standard Size */

.ui.loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0px;
  text-align: center;
  z-index: 1000;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Static Shape */

.ui.loader:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

/* Active Shape */

.ui.loader:after {
  position: absolute;
  content: '';
  top: 0%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-animation: loader 0.6s linear;
  animation: loader 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/* Active Animation */

@-webkit-keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Sizes */

.ui.mini.loader:before,
.ui.mini.loader:after {
  width: 1rem;
  height: 1rem;
  margin: 0em 0em 0em -0.5rem;
}

.ui.tiny.loader:before,
.ui.tiny.loader:after {
  width: 1.14285714rem;
  height: 1.14285714rem;
  margin: 0em 0em 0em -0.57142857rem;
}

.ui.small.loader:before,
.ui.small.loader:after {
  width: 1.71428571rem;
  height: 1.71428571rem;
  margin: 0em 0em 0em -0.85714286rem;
}

.ui.loader:before,
.ui.loader:after {
  width: 2.28571429rem;
  height: 2.28571429rem;
  margin: 0em 0em 0em -1.14285714rem;
}

.ui.large.loader:before,
.ui.large.loader:after {
  width: 3.42857143rem;
  height: 3.42857143rem;
  margin: 0em 0em 0em -1.71428571rem;
}

.ui.big.loader:before,
.ui.big.loader:after {
  width: 3.71428571rem;
  height: 3.71428571rem;
  margin: 0em 0em 0em -1.85714286rem;
}

.ui.huge.loader:before,
.ui.huge.loader:after {
  width: 4.14285714rem;
  height: 4.14285714rem;
  margin: 0em 0em 0em -2.07142857rem;
}

.ui.massive.loader:before,
.ui.massive.loader:after {
  width: 4.57142857rem;
  height: 4.57142857rem;
  margin: 0em 0em 0em -2.28571429rem;
}

/*-------------------
      Coupling
--------------------*/

/* Show inside active dimmer */

.ui.dimmer .loader {
  display: block;
}

/* Black Dimmer */

.ui.dimmer .ui.loader {
  color: rgba(255, 255, 255, 0.9);
}

.ui.dimmer .ui.loader:before {
  border-color: rgba(255, 255, 255, 0.15);
}

.ui.dimmer .ui.loader:after {
  border-color: #FFFFFF transparent transparent;
}

/* White Dimmer (Inverted) */

.ui.inverted.dimmer .ui.loader {
  color: rgba(0, 0, 0, 0.87);
}

.ui.inverted.dimmer .ui.loader:before {
  border-color: rgba(0, 0, 0, 0.1);
}

.ui.inverted.dimmer .ui.loader:after {
  border-color: #767676 transparent transparent;
}

/*******************************
             Types
*******************************/

/*-------------------
        Text
--------------------*/

.ui.text.loader {
  width: auto !important;
  height: auto !important;
  text-align: center;
  font-style: normal;
}

/*******************************
            States
*******************************/

.ui.indeterminate.loader:after {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.ui.loader.active,
.ui.loader.visible {
  display: block;
}

.ui.loader.disabled,
.ui.loader.hidden {
  display: none;
}

/*******************************
            Variations
*******************************/

/*-------------------
        Sizes
--------------------*/

/* Loader */

.ui.inverted.dimmer .ui.mini.loader,
.ui.mini.loader {
  width: 1rem;
  height: 1rem;
  font-size: 0.78571429em;
}

.ui.inverted.dimmer .ui.tiny.loader,
.ui.tiny.loader {
  width: 1.14285714rem;
  height: 1.14285714rem;
  font-size: 0.85714286em;
}

.ui.inverted.dimmer .ui.small.loader,
.ui.small.loader {
  width: 1.71428571rem;
  height: 1.71428571rem;
  font-size: 0.92857143em;
}

.ui.inverted.dimmer .ui.loader,
.ui.loader {
  width: 2.28571429rem;
  height: 2.28571429rem;
  font-size: 1em;
}

.ui.inverted.dimmer .ui.large.loader,
.ui.large.loader {
  width: 3.42857143rem;
  height: 3.42857143rem;
  font-size: 1.14285714em;
}

.ui.inverted.dimmer .ui.big.loader,
.ui.big.loader {
  width: 3.71428571rem;
  height: 3.71428571rem;
  font-size: 1.28571429em;
}

.ui.inverted.dimmer .ui.huge.loader,
.ui.huge.loader {
  width: 4.14285714rem;
  height: 4.14285714rem;
  font-size: 1.42857143em;
}

.ui.inverted.dimmer .ui.massive.loader,
.ui.massive.loader {
  width: 4.57142857rem;
  height: 4.57142857rem;
  font-size: 1.71428571em;
}

/* Text Loader */

.ui.mini.text.loader {
  min-width: 1rem;
  padding-top: 1.78571429rem;
}

.ui.tiny.text.loader {
  min-width: 1.14285714rem;
  padding-top: 1.92857143rem;
}

.ui.small.text.loader {
  min-width: 1.71428571rem;
  padding-top: 2.5rem;
}

.ui.text.loader {
  min-width: 2.28571429rem;
  padding-top: 3.07142857rem;
}

.ui.large.text.loader {
  min-width: 3.42857143rem;
  padding-top: 4.21428571rem;
}

.ui.big.text.loader {
  min-width: 3.71428571rem;
  padding-top: 4.5rem;
}

.ui.huge.text.loader {
  min-width: 4.14285714rem;
  padding-top: 4.92857143rem;
}

.ui.massive.text.loader {
  min-width: 4.57142857rem;
  padding-top: 5.35714286rem;
}

/*-------------------
       Inverted
--------------------*/

.ui.inverted.loader {
  color: rgba(255, 255, 255, 0.9);
}

.ui.inverted.loader:before {
  border-color: rgba(255, 255, 255, 0.15);
}

.ui.inverted.loader:after {
  border-top-color: #FFFFFF;
}

/*-------------------
       Inline
--------------------*/

.ui.inline.loader {
  position: relative;
  vertical-align: middle;
  margin: 0em;
  left: 0em;
  top: 0em;
  -webkit-transform: none;
  transform: none;
}

.ui.inline.loader.active,
.ui.inline.loader.visible {
  display: inline-block;
}

/* Centered Inline */

.ui.centered.inline.loader.active,
.ui.centered.inline.loader.visible {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Rail
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Rails
*******************************/

.ui.rail {
  position: absolute;
  top: 0%;
  width: 300px;
  height: 100%;
}

.ui.left.rail {
  left: auto;
  right: 100%;
  padding: 0em 2rem 0em 0em;
  margin: 0em 2rem 0em 0em;
}

.ui.right.rail {
  left: 100%;
  right: auto;
  padding: 0em 0em 0em 2rem;
  margin: 0em 0em 0em 2rem;
}

/*******************************
           Variations
*******************************/

/*--------------
     Internal
---------------*/

.ui.left.internal.rail {
  left: 0%;
  right: auto;
  padding: 0em 0em 0em 2rem;
  margin: 0em 0em 0em 2rem;
}

.ui.right.internal.rail {
  left: auto;
  right: 0%;
  padding: 0em 2rem 0em 0em;
  margin: 0em 2rem 0em 0em;
}

/*--------------
    Dividing
---------------*/

.ui.dividing.rail {
  width: 302.5px;
}

.ui.left.dividing.rail {
  padding: 0em 2.5rem 0em 0em;
  margin: 0em 2.5rem 0em 0em;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.right.dividing.rail {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  padding: 0em 0em 0em 2.5rem;
  margin: 0em 0em 0em 2.5rem;
}

/*--------------
    Distance
---------------*/

.ui.close.rail {
  width: calc( 300px  +  1em );
}

.ui.close.left.rail {
  padding: 0em 1em 0em 0em;
  margin: 0em 1em 0em 0em;
}

.ui.close.right.rail {
  padding: 0em 0em 0em 1em;
  margin: 0em 0em 0em 1em;
}

.ui.very.close.rail {
  width: calc( 300px  +  0.5em );
}

.ui.very.close.left.rail {
  padding: 0em 0.5em 0em 0em;
  margin: 0em 0.5em 0em 0em;
}

.ui.very.close.right.rail {
  padding: 0em 0em 0em 0.5em;
  margin: 0em 0em 0em 0.5em;
}

/*--------------
    Attached
---------------*/

.ui.attached.left.rail,
.ui.attached.right.rail {
  padding: 0em;
  margin: 0em;
}

/*--------------
     Sizing
---------------*/

.ui.mini.rail {
  font-size: 0.78571429rem;
}

.ui.tiny.rail {
  font-size: 0.85714286rem;
}

.ui.small.rail {
  font-size: 0.92857143rem;
}

.ui.rail {
  font-size: 1rem;
}

.ui.large.rail {
  font-size: 1.14285714rem;
}

.ui.big.rail {
  font-size: 1.28571429rem;
}

.ui.huge.rail {
  font-size: 1.42857143rem;
}

.ui.massive.rail {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Reveal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Reveal
*******************************/

.ui.reveal {
  display: inherit;
  position: relative !important;
  font-size: 0em !important;
}

.ui.reveal > .visible.content {
  position: absolute !important;
  top: 0em !important;
  left: 0em !important;
  z-index: 3 !important;
  -webkit-transition: all 0.5s ease 0.1s;
  transition: all 0.5s ease 0.1s;
}

.ui.reveal > .hidden.content {
  position: relative !important;
  z-index: 2 !important;
}

/* Make sure hovered element is on top of other reveal */

.ui.active.reveal .visible.content,
.ui.reveal:hover .visible.content {
  z-index: 4 !important;
}

/*******************************
              Types
*******************************/

/*--------------
      Slide
---------------*/

.ui.slide.reveal {
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap;
}

.ui.slide.reveal > .content {
  display: block;
  width: 100%;
  float: left;
  margin: 0em;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
  transition: -webkit-transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s;
  transition: transform 0.5s ease 0.1s, -webkit-transform 0.5s ease 0.1s;
}

.ui.slide.reveal > .visible.content {
  position: relative !important;
}

.ui.slide.reveal > .hidden.content {
  position: absolute !important;
  left: 0% !important;
  width: 100% !important;
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

.ui.slide.active.reveal > .visible.content,
.ui.slide.reveal:hover > .visible.content {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

.ui.slide.active.reveal > .hidden.content,
.ui.slide.reveal:hover > .hidden.content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

.ui.slide.right.reveal > .visible.content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

.ui.slide.right.reveal > .hidden.content {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

.ui.slide.right.active.reveal > .visible.content,
.ui.slide.right.reveal:hover > .visible.content {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

.ui.slide.right.active.reveal > .hidden.content,
.ui.slide.right.reveal:hover > .hidden.content {
  -webkit-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
}

.ui.slide.up.reveal > .hidden.content {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}

.ui.slide.up.active.reveal > .visible.content,
.ui.slide.up.reveal:hover > .visible.content {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

.ui.slide.up.active.reveal > .hidden.content,
.ui.slide.up.reveal:hover > .hidden.content {
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

.ui.slide.down.reveal > .hidden.content {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

.ui.slide.down.active.reveal > .visible.content,
.ui.slide.down.reveal:hover > .visible.content {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}

.ui.slide.down.active.reveal > .hidden.content,
.ui.slide.down.reveal:hover > .hidden.content {
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

/*--------------
      Fade
---------------*/

.ui.fade.reveal > .visible.content {
  opacity: 1;
}

.ui.fade.active.reveal > .visible.content,
.ui.fade.reveal:hover > .visible.content {
  opacity: 0;
}

/*--------------
      Move
---------------*/

.ui.move.reveal {
  position: relative !important;
  overflow: hidden !important;
  white-space: nowrap;
}

.ui.move.reveal > .content {
  display: block;
  float: left;
  margin: 0em;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
}

.ui.move.reveal > .visible.content {
  position: relative !important;
}

.ui.move.reveal > .hidden.content {
  position: absolute !important;
  left: 0% !important;
  width: 100% !important;
}

.ui.move.active.reveal > .visible.content,
.ui.move.reveal:hover > .visible.content {
  -webkit-transform: translateX(-100%) !important;
  transform: translateX(-100%) !important;
}

.ui.move.right.active.reveal > .visible.content,
.ui.move.right.reveal:hover > .visible.content {
  -webkit-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
}

.ui.move.up.active.reveal > .visible.content,
.ui.move.up.reveal:hover > .visible.content {
  -webkit-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
}

.ui.move.down.active.reveal > .visible.content,
.ui.move.down.reveal:hover > .visible.content {
  -webkit-transform: translateY(100%) !important;
  transform: translateY(100%) !important;
}

/*--------------
     Rotate
---------------*/

.ui.rotate.reveal > .visible.content {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.ui.rotate.reveal > .visible.content,
.ui.rotate.right.reveal > .visible.content {
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.ui.rotate.active.reveal > .visible.content,
.ui.rotate.reveal:hover > .visible.content,
.ui.rotate.right.active.reveal > .visible.content,
.ui.rotate.right.reveal:hover > .visible.content {
  -webkit-transform: rotate(110deg);
  transform: rotate(110deg);
}

.ui.rotate.left.reveal > .visible.content {
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}

.ui.rotate.left.active.reveal > .visible.content,
.ui.rotate.left.reveal:hover > .visible.content {
  -webkit-transform: rotate(-110deg);
  transform: rotate(-110deg);
}

/*******************************
              States
*******************************/

.ui.disabled.reveal:hover > .visible.visible.content {
  position: static !important;
  display: block !important;
  opacity: 1 !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.ui.disabled.reveal:hover > .hidden.hidden.content {
  display: none !important;
}

/*******************************
           Variations
*******************************/

/*--------------
     Visible
---------------*/

.ui.visible.reveal {
  overflow: visible;
}

/*--------------
     Instant
---------------*/

.ui.instant.reveal > .content {
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}

/*--------------
     Sizing
---------------*/

.ui.reveal > .content {
  font-size: 1rem !important;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Segment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Segment
*******************************/

.ui.segment {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  margin: 1rem 0em;
  padding: 1em 1em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.segment:first-child {
  margin-top: 0em;
}

.ui.segment:last-child {
  margin-bottom: 0em;
}

/* Vertical */

.ui.vertical.segment {
  margin: 0em;
  padding-left: 0em;
  padding-right: 0em;
  background: none transparent;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.vertical.segment:last-child {
  border-bottom: none;
}

/*-------------------
    Loose Coupling
--------------------*/

/* Header */

.ui.inverted.segment > .ui.header {
  color: #FFFFFF;
}

/* Label */

.ui[class*="bottom attached"].segment > [class*="top attached"].label {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

.ui[class*="top attached"].segment > [class*="bottom attached"].label {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

.ui.attached.segment:not(.top):not(.bottom) > [class*="top attached"].label {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

.ui.attached.segment:not(.top):not(.bottom) > [class*="bottom attached"].label {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

/* Grid */

.ui.page.grid.segment,
.ui.grid > .row > .ui.segment.column,
.ui.grid > .ui.segment.column {
  padding-top: 2em;
  padding-bottom: 2em;
}

.ui.grid.segment {
  margin: 1rem 0em;
  border-radius: 0.28571429rem;
}

/* Table */

.ui.basic.table.segment {
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}

.ui[class*="very basic"].table.segment {
  padding: 1em 1em;
}

/*******************************
             Types
*******************************/

/*-------------------
        Piled
--------------------*/

.ui.piled.segments,
.ui.piled.segment {
  margin: 3em 0em;
  box-shadow: '';
  z-index: auto;
}

.ui.piled.segment:first-child {
  margin-top: 0em;
}

.ui.piled.segment:last-child {
  margin-bottom: 0em;
}

.ui.piled.segments:after,
.ui.piled.segments:before,
.ui.piled.segment:after,
.ui.piled.segment:before {
  background-color: #FFFFFF;
  visibility: visible;
  content: '';
  display: block;
  height: 100%;
  left: 0px;
  position: absolute;
  width: 100%;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: '';
}

.ui.piled.segments:before,
.ui.piled.segment:before {
  -webkit-transform: rotate(-1.2deg);
  transform: rotate(-1.2deg);
  top: 0;
  z-index: -2;
}

.ui.piled.segments:after,
.ui.piled.segment:after {
  -webkit-transform: rotate(1.2deg);
  transform: rotate(1.2deg);
  top: 0;
  z-index: -1;
}

/* Piled Attached */

.ui[class*="top attached"].piled.segment {
  margin-top: 3em;
  margin-bottom: 0em;
}

.ui.piled.segment[class*="top attached"]:first-child {
  margin-top: 0em;
}

.ui.piled.segment[class*="bottom attached"] {
  margin-top: 0em;
  margin-bottom: 3em;
}

.ui.piled.segment[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/*-------------------
       Stacked
--------------------*/

.ui.stacked.segment {
  padding-bottom: 1.4em;
}

.ui.stacked.segments:before,
.ui.stacked.segments:after,
.ui.stacked.segment:before,
.ui.stacked.segment:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0%;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  height: 6px;
  visibility: visible;
}

.ui.stacked.segments:before,
.ui.stacked.segment:before {
  display: none;
}

/* Add additional page */

.ui.tall.stacked.segments:before,
.ui.tall.stacked.segment:before {
  display: block;
  bottom: 0px;
}

/* Inverted */

.ui.stacked.inverted.segments:before,
.ui.stacked.inverted.segments:after,
.ui.stacked.inverted.segment:before,
.ui.stacked.inverted.segment:after {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(34, 36, 38, 0.35);
}

/*-------------------
       Padded
--------------------*/

.ui.padded.segment {
  padding: 1.5em;
}

.ui[class*="very padded"].segment {
  padding: 3em;
}

/* Padded vertical */

.ui.padded.segment.vertical.segment,
.ui[class*="very padded"].vertical.segment {
  padding-left: 0px;
  padding-right: 0px;
}

/*-------------------
       Compact
--------------------*/

.ui.compact.segment {
  display: table;
}

/* Compact Group */

.ui.compact.segments {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ui.compact.segments .segment,
.ui.segments .compact.segment {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/*-------------------
       Circular
--------------------*/

.ui.circular.segment {
  display: table-cell;
  padding: 2em;
  text-align: center;
  vertical-align: middle;
  border-radius: 500em;
}

/*-------------------
       Raised
--------------------*/

.ui.raised.segments,
.ui.raised.segment {
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

/*******************************
            Groups
*******************************/

/* Group */

.ui.segments {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 1rem 0em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
}

.ui.segments:first-child {
  margin-top: 0em;
}

.ui.segments:last-child {
  margin-bottom: 0em;
}

/* Nested Segment */

.ui.segments > .segment {
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  margin: 0em;
  width: auto;
  box-shadow: none;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.segments:not(.horizontal) > .segment:first-child {
  border-top: none;
  margin-top: 0em;
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Bottom */

.ui.segments:not(.horizontal) > .segment:last-child {
  top: 0px;
  bottom: 0px;
  margin-top: 0em;
  margin-bottom: 0em;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* Only */

.ui.segments:not(.horizontal) > .segment:only-child {
  border-radius: 0.28571429rem;
}

/* Nested Group */

.ui.segments > .ui.segments {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  margin: 1rem 1rem;
}

.ui.segments > .segments:first-child {
  border-top: none;
}

.ui.segments > .segment + .segments:not(.horizontal) {
  margin-top: 0em;
}

/* Horizontal Group */

.ui.horizontal.segments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  border-radius: 0px;
  padding: 0em;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  margin: 1rem 0em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

/* Nested Horizontal Group */

.ui.segments > .horizontal.segments {
  margin: 0em;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

/* Horizontal Segment */

.ui.horizontal.segments > .segment {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -ms-flex: 1 1 0px;
  /* Solves #2550 MS Flex */
  margin: 0em;
  min-width: 0px;
  background-color: transparent;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/* Border Fixes */

.ui.segments > .horizontal.segments:first-child {
  border-top: none;
}

.ui.horizontal.segments > .segment:first-child {
  border-left: none;
}

/*******************************
            States
*******************************/

/*--------------
    Disabled
---------------*/

.ui.disabled.segment {
  opacity: 0.45;
  color: rgba(40, 40, 40, 0.3);
}

/*--------------
    Loading
---------------*/

.ui.loading.segment {
  position: relative;
  cursor: default;
  pointer-events: none;
  text-shadow: none !important;
  color: transparent !important;
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.ui.loading.segment:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  border-radius: 0.28571429rem;
  z-index: 100;
}

.ui.loading.segment:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: segment-spin 0.6s linear;
  animation: segment-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}

@-webkit-keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes segment-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************
           Variations
*******************************/

/*-------------------
       Basic
--------------------*/

.ui.basic.segment {
  background: none transparent;
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

/*-------------------
       Clearing
--------------------*/

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

/*-------------------
       Colors
--------------------*/

/* Red */

.ui.red.segment:not(.inverted) {
  border-top: 2px solid #DB2828 !important;
}

.ui.inverted.red.segment {
  background-color: #DB2828 !important;
  color: #FFFFFF !important;
}

/* Orange */

.ui.orange.segment:not(.inverted) {
  border-top: 2px solid #F2711C !important;
}

.ui.inverted.orange.segment {
  background-color: #F2711C !important;
  color: #FFFFFF !important;
}

/* Yellow */

.ui.yellow.segment:not(.inverted) {
  border-top: 2px solid #FBBD08 !important;
}

.ui.inverted.yellow.segment {
  background-color: #FBBD08 !important;
  color: #FFFFFF !important;
}

/* Olive */

.ui.olive.segment:not(.inverted) {
  border-top: 2px solid #B5CC18 !important;
}

.ui.inverted.olive.segment {
  background-color: #B5CC18 !important;
  color: #FFFFFF !important;
}

/* Green */

.ui.green.segment:not(.inverted) {
  border-top: 2px solid #21BA45 !important;
}

.ui.inverted.green.segment {
  background-color: #21BA45 !important;
  color: #FFFFFF !important;
}

/* Teal */

.ui.teal.segment:not(.inverted) {
  border-top: 2px solid #00B5AD !important;
}

.ui.inverted.teal.segment {
  background-color: #00B5AD !important;
  color: #FFFFFF !important;
}

/* Blue */

.ui.blue.segment:not(.inverted) {
  border-top: 2px solid #2185D0 !important;
}

.ui.inverted.blue.segment {
  background-color: #2185D0 !important;
  color: #FFFFFF !important;
}

/* Violet */

.ui.violet.segment:not(.inverted) {
  border-top: 2px solid #6435C9 !important;
}

.ui.inverted.violet.segment {
  background-color: #6435C9 !important;
  color: #FFFFFF !important;
}

/* Purple */

.ui.purple.segment:not(.inverted) {
  border-top: 2px solid #A333C8 !important;
}

.ui.inverted.purple.segment {
  background-color: #A333C8 !important;
  color: #FFFFFF !important;
}

/* Pink */

.ui.pink.segment:not(.inverted) {
  border-top: 2px solid #E03997 !important;
}

.ui.inverted.pink.segment {
  background-color: #E03997 !important;
  color: #FFFFFF !important;
}

/* Brown */

.ui.brown.segment:not(.inverted) {
  border-top: 2px solid #A5673F !important;
}

.ui.inverted.brown.segment {
  background-color: #A5673F !important;
  color: #FFFFFF !important;
}

/* Grey */

.ui.grey.segment:not(.inverted) {
  border-top: 2px solid #767676 !important;
}

.ui.inverted.grey.segment {
  background-color: #767676 !important;
  color: #FFFFFF !important;
}

/* Black */

.ui.black.segment:not(.inverted) {
  border-top: 2px solid #1B1C1D !important;
}

.ui.inverted.black.segment {
  background-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

/*-------------------
       Aligned
--------------------*/

.ui[class*="left aligned"].segment {
  text-align: left;
}

.ui[class*="right aligned"].segment {
  text-align: right;
}

.ui[class*="center aligned"].segment {
  text-align: center;
}

/*-------------------
       Floated
--------------------*/

.ui.floated.segment,
.ui[class*="left floated"].segment {
  float: left;
  margin-right: 1em;
}

.ui[class*="right floated"].segment {
  float: right;
  margin-left: 1em;
}

/*-------------------
      Inverted
--------------------*/

.ui.inverted.segment {
  border: none;
  box-shadow: none;
}

.ui.inverted.segment,
.ui.primary.inverted.segment {
  background: #1B1C1D;
  color: rgba(255, 255, 255, 0.9);
}

/* Nested */

.ui.inverted.segment .segment {
  color: rgba(0, 0, 0, 0.87);
}

.ui.inverted.segment .inverted.segment {
  color: rgba(255, 255, 255, 0.9);
}

/* Attached */

.ui.inverted.attached.segment {
  border-color: #555555;
}

/*-------------------
     Emphasis
--------------------*/

/* Secondary */

.ui.secondary.segment {
  background: #F3F4F5;
  color: rgba(0, 0, 0, 0.6);
}

.ui.secondary.inverted.segment {
  background: #4c4f52 -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: #4c4f52 linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
  color: rgba(255, 255, 255, 0.8);
}

/* Tertiary */

.ui.tertiary.segment {
  background: #DCDDDE;
  color: rgba(0, 0, 0, 0.6);
}

.ui.tertiary.inverted.segment {
  background: #717579 -webkit-linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  background: #717579 linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.35) 100%);
  color: rgba(255, 255, 255, 0.8);
}

/*-------------------
      Attached
--------------------*/

/* Middle */

.ui.attached.segment {
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  margin: 0em -1px;
  width: calc(100% +  2px );
  max-width: calc(100% +  2px );
  box-shadow: none;
  border: 1px solid #D4D4D5;
}

.ui.attached:not(.message) + .ui.attached.segment:not(.top) {
  border-top: none;
}

/* Top */

.ui[class*="top attached"].segment {
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  margin-top: 1rem;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.segment[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */

.ui.segment[class*="bottom attached"] {
  bottom: 0px;
  margin-top: 0em;
  top: 0px;
  margin-bottom: 1rem;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui.segment[class*="bottom attached"]:last-child {
  margin-bottom: 0em;
}

/*-------------------
        Size
--------------------*/

.ui.mini.segments .segment,
.ui.mini.segment {
  font-size: 0.78571429rem;
}

.ui.tiny.segments .segment,
.ui.tiny.segment {
  font-size: 0.85714286rem;
}

.ui.small.segments .segment,
.ui.small.segment {
  font-size: 0.92857143rem;
}

.ui.segments .segment,
.ui.segment {
  font-size: 1rem;
}

.ui.large.segments .segment,
.ui.large.segment {
  font-size: 1.14285714rem;
}

.ui.big.segments .segment,
.ui.big.segment {
  font-size: 1.28571429rem;
}

.ui.huge.segments .segment,
.ui.huge.segment {
  font-size: 1.42857143rem;
}

.ui.massive.segments .segment,
.ui.massive.segment {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Step
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Plural
*******************************/

.ui.steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 1em 0em;
  background: '';
  box-shadow: none;
  line-height: 1.14285714em;
  border-radius: 0.28571429rem;
  border: 1px solid rgba(34, 36, 38, 0.15);
}

/* First Steps */

.ui.steps:first-child {
  margin-top: 0em;
}

/* Last Steps */

.ui.steps:last-child {
  margin-bottom: 0em;
}

/*******************************
           Singular
*******************************/

.ui.steps .step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  vertical-align: middle;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0em 0em;
  padding: 1.14285714em 2em;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border-radius: 0em;
  border: none;
  border-right: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
}

/* Arrow */

.ui.steps .step:after {
  display: none;
  position: absolute;
  z-index: 2;
  content: '';
  top: 50%;
  right: 0%;
  border: medium none;
  background-color: #FFFFFF;
  width: 1.14285714em;
  height: 1.14285714em;
  border-style: solid;
  border-color: rgba(34, 36, 38, 0.15);
  border-width: 0px 1px 1px 0px;
  -webkit-transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  transition: background-color 0.1s ease, opacity 0.1s ease, color 0.1s ease, box-shadow 0.1s ease;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(-45deg);
  transform: translateY(-50%) translateX(50%) rotate(-45deg);
}

/* First Step */

.ui.steps .step:first-child {
  padding-left: 2em;
  border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}

/* Last Step */

.ui.steps .step:last-child {
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

.ui.steps .step:last-child {
  border-right: none;
  margin-right: 0em;
}

/* Only Step */

.ui.steps .step:only-child {
  border-radius: 0.28571429rem;
}

/*******************************
            Content
*******************************/

/* Title */

.ui.steps .step .title {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.14285714em;
  font-weight: bold;
}

.ui.steps .step > .title {
  width: 100%;
}

/* Description */

.ui.steps .step .description {
  font-weight: normal;
  font-size: 0.92857143em;
  color: rgba(0, 0, 0, 0.87);
}

.ui.steps .step > .description {
  width: 100%;
}

.ui.steps .step .title ~ .description {
  margin-top: 0.25em;
}

/* Icon */

.ui.steps .step > .icon {
  line-height: 1;
  font-size: 2.5em;
  margin: 0em 1rem 0em 0em;
}

.ui.steps .step > .icon,
.ui.steps .step > .icon ~ .content {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: middle;
  -ms-grid-row-align: middle;
  align-self: middle;
}

.ui.steps .step > .icon ~ .content {
  -webkit-box-flex: 1 0 auto;
  -ms-flex-positive: 1 0 auto;
  flex-grow: 1 0 auto;
}

/* Horizontal Icon */

.ui.steps:not(.vertical) .step > .icon {
  width: auto;
}

/* Link */

.ui.steps .link.step,
.ui.steps a.step {
  cursor: pointer;
}

/*******************************
            Types
*******************************/

/*--------------
     Ordered
---------------*/

.ui.ordered.steps {
  counter-reset: ordered;
}

.ui.ordered.steps .step:before {
  display: block;
  position: static;
  text-align: center;
  content: counters(ordered, ".");
  -ms-flex-item-align: middle;
  -ms-grid-row-align: middle;
  align-self: middle;
  margin-right: 1rem;
  font-size: 2.5em;
  counter-increment: ordered;
  font-family: inherit;
  font-weight: bold;
}

.ui.ordered.steps .step > * {
  display: block;
  -ms-flex-item-align: middle;
  -ms-grid-row-align: middle;
  align-self: middle;
}

/*--------------
    Vertical
---------------*/

.ui.vertical.steps {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: visible;
}

.ui.vertical.steps .step {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0em;
  padding: 1.14285714em 2em;
  border-right: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.vertical.steps .step:first-child {
  padding: 1.14285714em 2em;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.vertical.steps .step:last-child {
  border-bottom: none;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui.vertical.steps .step:only-child {
  border-radius: 0.28571429rem;
}

/* Arrow */

.ui.vertical.steps .step:after {
  display: none;
}

.ui.vertical.steps .step:after {
  top: 50%;
  right: 0%;
  border-width: 0px 1px 1px 0px;
}

.ui.vertical.steps .step:after {
  display: none;
}

.ui.vertical.steps .active.step:after {
  display: block;
}

.ui.vertical.steps .step:last-child:after {
  display: none;
}

.ui.vertical.steps .active.step:last-child:after {
  display: block;
}

/*---------------
    Responsive
----------------*/

/* Mobile (Default) */

@media only screen and (max-width: 767px) {
  .ui.steps:not(.unstackable) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ui.steps:not(.unstackable) .step {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0em;
    padding: 1.14285714em 2em;
  }

  .ui.steps:not(.unstackable) .step:first-child {
    padding: 1.14285714em 2em;
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  }

  .ui.steps:not(.unstackable) .step:last-child {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  }

  /* Arrow */

  .ui.steps:not(.unstackable) .step:after {
    display: none !important;
  }

  /* Content */

  .ui.steps:not(.unstackable) .step .content {
    text-align: center;
  }

  /* Icon */

  .ui.steps:not(.unstackable) .step > .icon,
  .ui.ordered.steps:not(.unstackable) .step:before {
    margin: 0em 0em 1rem 0em;
  }
}

/*******************************
             States
*******************************/

/* Link Hover */

.ui.steps .link.step:hover::after,
.ui.steps .link.step:hover,
.ui.steps a.step:hover::after,
.ui.steps a.step:hover {
  background: #F9FAFB;
  color: rgba(0, 0, 0, 0.8);
}

/* Link Down */

.ui.steps .link.step:active::after,
.ui.steps .link.step:active,
.ui.steps a.step:active::after,
.ui.steps a.step:active {
  background: #F3F4F5;
  color: rgba(0, 0, 0, 0.9);
}

/* Active */

.ui.steps .step.active {
  cursor: auto;
  background: #F3F4F5;
}

.ui.steps .step.active:after {
  background: #F3F4F5;
}

.ui.steps .step.active .title {
  color: #4183C4;
}

.ui.ordered.steps .step.active:before,
.ui.steps .active.step .icon {
  color: rgba(0, 0, 0, 0.85);
}

/* Active Arrow */

.ui.steps .step:after {
  display: block;
}

.ui.steps .active.step:after {
  display: block;
}

.ui.steps .step:last-child:after {
  display: none;
}

.ui.steps .active.step:last-child:after {
  display: none;
}

/* Active Hover */

.ui.steps .link.active.step:hover::after,
.ui.steps .link.active.step:hover,
.ui.steps a.active.step:hover::after,
.ui.steps a.active.step:hover {
  cursor: pointer;
  background: #DCDDDE;
  color: rgba(0, 0, 0, 0.87);
}

/* Completed */

.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
  color: #21BA45;
}

/* Disabled */

.ui.steps .disabled.step {
  cursor: auto;
  background: #FFFFFF;
  pointer-events: none;
}

.ui.steps .disabled.step,
.ui.steps .disabled.step .title,
.ui.steps .disabled.step .description {
  color: rgba(40, 40, 40, 0.3);
}

.ui.steps .disabled.step:after {
  background: #FFFFFF;
}

/*******************************
           Variations
*******************************/

/*--------------
   Stackable
---------------*/

/* Tablet Or Below */

@media only screen and (max-width: 991px) {
  .ui[class*="tablet stackable"].steps {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* Steps */

  .ui[class*="tablet stackable"].steps .step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0em;
    padding: 1.14285714em 2em;
  }

  .ui[class*="tablet stackable"].steps .step:first-child {
    padding: 1.14285714em 2em;
    border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  }

  .ui[class*="tablet stackable"].steps .step:last-child {
    border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  }

  /* Arrow */

  .ui[class*="tablet stackable"].steps .step:after {
    display: none !important;
  }

  /* Content */

  .ui[class*="tablet stackable"].steps .step .content {
    text-align: center;
  }

  /* Icon */

  .ui[class*="tablet stackable"].steps .step > .icon,
  .ui[class*="tablet stackable"].ordered.steps .step:before {
    margin: 0em 0em 1rem 0em;
  }
}

/*--------------
      Fluid
---------------*/

/* Fluid */

.ui.fluid.steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/*--------------
    Attached
---------------*/

/* Top */

.ui.attached.steps {
  width: calc(100% +  2px ) !important;
  margin: 0em -1px 0;
  max-width: calc(100% +  2px );
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.attached.steps .step:first-child {
  border-radius: 0.28571429rem 0em 0em 0em;
}

.ui.attached.steps .step:last-child {
  border-radius: 0em 0.28571429rem 0em 0em;
}

/* Bottom */

.ui.bottom.attached.steps {
  margin: 0 -1px 0em;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui.bottom.attached.steps .step:first-child {
  border-radius: 0em 0em 0em 0.28571429rem;
}

.ui.bottom.attached.steps .step:last-child {
  border-radius: 0em 0em 0.28571429rem 0em;
}

/*-------------------
    Evenly Divided
--------------------*/

.ui.one.steps,
.ui.two.steps,
.ui.three.steps,
.ui.four.steps,
.ui.five.steps,
.ui.six.steps,
.ui.seven.steps,
.ui.eight.steps {
  width: 100%;
}

.ui.one.steps > .step,
.ui.two.steps > .step,
.ui.three.steps > .step,
.ui.four.steps > .step,
.ui.five.steps > .step,
.ui.six.steps > .step,
.ui.seven.steps > .step,
.ui.eight.steps > .step {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ui.one.steps > .step {
  width: 100%;
}

.ui.two.steps > .step {
  width: 50%;
}

.ui.three.steps > .step {
  width: 33.333%;
}

.ui.four.steps > .step {
  width: 25%;
}

.ui.five.steps > .step {
  width: 20%;
}

.ui.six.steps > .step {
  width: 16.666%;
}

.ui.seven.steps > .step {
  width: 14.285%;
}

.ui.eight.steps > .step {
  width: 12.500%;
}

/*-------------------
       Sizes
--------------------*/

.ui.mini.steps .step,
.ui.mini.step {
  font-size: 0.78571429rem;
}

.ui.tiny.steps .step,
.ui.tiny.step {
  font-size: 0.85714286rem;
}

.ui.small.steps .step,
.ui.small.step {
  font-size: 0.92857143rem;
}

.ui.steps .step,
.ui.step {
  font-size: 1rem;
}

.ui.large.steps .step,
.ui.large.step {
  font-size: 1.14285714rem;
}

.ui.big.steps .step,
.ui.big.step {
  font-size: 1.28571429rem;
}

.ui.huge.steps .step,
.ui.huge.step {
  font-size: 1.42857143rem;
}

.ui.massive.steps .step,
.ui.massive.step {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

@font-face {
  font-family: 'Step';
  src: url(data:application/x-font-ttf;charset=utf-8;;base64,AAEAAAAOAIAAAwBgT1MvMj3hSQEAAADsAAAAVmNtYXDQEhm3AAABRAAAAUpjdnQgBkn/lAAABuwAAAAcZnBnbYoKeDsAAAcIAAAJkWdhc3AAAAAQAAAG5AAAAAhnbHlm32cEdgAAApAAAAC2aGVhZAErPHsAAANIAAAANmhoZWEHUwNNAAADgAAAACRobXR4CykAAAAAA6QAAAAMbG9jYQA4AFsAAAOwAAAACG1heHAApgm8AAADuAAAACBuYW1lzJ0aHAAAA9gAAALNcG9zdK69QJgAAAaoAAAAO3ByZXCSoZr/AAAQnAAAAFYAAQO4AZAABQAIAnoCvAAAAIwCegK8AAAB4AAxAQIAAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA6ADoAQNS/2oAWgMLAE8AAAABAAAAAAAAAAAAAwAAAAMAAAAcAAEAAAAAAEQAAwABAAAAHAAEACgAAAAGAAQAAQACAADoAf//AAAAAOgA//8AABgBAAEAAAAAAAAAAAEGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAADpAKYABUAHEAZDwEAAQFCAAIBAmoAAQABagAAAGEUFxQDEisBFAcBBiInASY0PwE2Mh8BATYyHwEWA6QP/iAQLBD+6g8PTBAsEKQBbhAsEEwPAhYWEP4gDw8BFhAsEEwQEKUBbxAQTBAAAAH//f+xA18DCwAMABJADwABAQpDAAAACwBEFRMCESsBFA4BIi4CPgEyHgEDWXLG6MhuBnq89Lp+AV51xHR0xOrEdHTEAAAAAAEAAAABAADDeRpdXw889QALA+gAAAAAzzWYjQAAAADPNWBN//3/sQOkAwsAAAAIAAIAAAAAAAAAAQAAA1L/agBaA+gAAP/3A6QAAQAAAAAAAAAAAAAAAAAAAAMD6AAAA+gAAANZAAAAAAAAADgAWwABAAAAAwAWAAEAAAAAAAIABgATAG4AAAAtCZEAAAAAAAAAEgDeAAEAAAAAAAAANQAAAAEAAAAAAAEACAA1AAEAAAAAAAIABwA9AAEAAAAAAAMACABEAAEAAAAAAAQACABMAAEAAAAAAAUACwBUAAEAAAAAAAYACABfAAEAAAAAAAoAKwBnAAEAAAAAAAsAEwCSAAMAAQQJAAAAagClAAMAAQQJAAEAEAEPAAMAAQQJAAIADgEfAAMAAQQJAAMAEAEtAAMAAQQJAAQAEAE9AAMAAQQJAAUAFgFNAAMAAQQJAAYAEAFjAAMAAQQJAAoAVgFzAAMAAQQJAAsAJgHJQ29weXJpZ2h0IChDKSAyMDE0IGJ5IG9yaWdpbmFsIGF1dGhvcnMgQCBmb250ZWxsby5jb21mb250ZWxsb1JlZ3VsYXJmb250ZWxsb2ZvbnRlbGxvVmVyc2lvbiAxLjBmb250ZWxsb0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAEMAbwBwAHkAcgBpAGcAaAB0ACAAKABDACkAIAAyADAAMQA0ACAAYgB5ACAAbwByAGkAZwBpAG4AYQBsACAAYQB1AHQAaABvAHIAcwAgAEAAIABmAG8AbgB0AGUAbABsAG8ALgBjAG8AbQBmAG8AbgB0AGUAbABsAG8AUgBlAGcAdQBsAGEAcgBmAG8AbgB0AGUAbABsAG8AZgBvAG4AdABlAGwAbABvAFYAZQByAHMAaQBvAG4AIAAxAC4AMABmAG8AbgB0AGUAbABsAG8ARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAAIAAAAAAAAACgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAAAQIBAwljaGVja21hcmsGY2lyY2xlAAAAAAEAAf//AA8AAAAAAAAAAAAAAAAAAAAAADIAMgML/7EDC/+xsAAssCBgZi2wASwgZCCwwFCwBCZasARFW1ghIyEbilggsFBQWCGwQFkbILA4UFghsDhZWSCwCkVhZLAoUFghsApFILAwUFghsDBZGyCwwFBYIGYgiophILAKUFhgGyCwIFBYIbAKYBsgsDZQWCGwNmAbYFlZWRuwACtZWSOwAFBYZVlZLbACLCBFILAEJWFkILAFQ1BYsAUjQrAGI0IbISFZsAFgLbADLCMhIyEgZLEFYkIgsAYjQrIKAAIqISCwBkMgiiCKsAArsTAFJYpRWGBQG2FSWVgjWSEgsEBTWLAAKxshsEBZI7AAUFhlWS2wBCywB0MrsgACAENgQi2wBSywByNCIyCwACNCYbCAYrABYLAEKi2wBiwgIEUgsAJFY7ABRWJgRLABYC2wBywgIEUgsAArI7ECBCVgIEWKI2EgZCCwIFBYIbAAG7AwUFiwIBuwQFlZI7AAUFhlWbADJSNhRESwAWAtsAgssQUFRbABYUQtsAkssAFgICCwCUNKsABQWCCwCSNCWbAKQ0qwAFJYILAKI0JZLbAKLCC4BABiILgEAGOKI2GwC0NgIIpgILALI0IjLbALLEtUWLEHAURZJLANZSN4LbAMLEtRWEtTWLEHAURZGyFZJLATZSN4LbANLLEADENVWLEMDEOwAWFCsAorWbAAQ7ACJUKxCQIlQrEKAiVCsAEWIyCwAyVQWLEBAENgsAQlQoqKIIojYbAJKiEjsAFhIIojYbAJKiEbsQEAQ2CwAiVCsAIlYbAJKiFZsAlDR7AKQ0dgsIBiILACRWOwAUViYLEAABMjRLABQ7AAPrIBAQFDYEItsA4ssQAFRVRYALAMI0IgYLABYbUNDQEACwBCQopgsQ0FK7BtKxsiWS2wDyyxAA4rLbAQLLEBDistsBEssQIOKy2wEiyxAw4rLbATLLEEDistsBQssQUOKy2wFSyxBg4rLbAWLLEHDistsBcssQgOKy2wGCyxCQ4rLbAZLLAIK7EABUVUWACwDCNCIGCwAWG1DQ0BAAsAQkKKYLENBSuwbSsbIlktsBossQAZKy2wGyyxARkrLbAcLLECGSstsB0ssQMZKy2wHiyxBBkrLbAfLLEFGSstsCAssQYZKy2wISyxBxkrLbAiLLEIGSstsCMssQkZKy2wJCwgPLABYC2wJSwgYLANYCBDI7ABYEOwAiVhsAFgsCQqIS2wJiywJSuwJSotsCcsICBHICCwAkVjsAFFYmAjYTgjIIpVWCBHICCwAkVjsAFFYmAjYTgbIVktsCgssQAFRVRYALABFrAnKrABFTAbIlktsCkssAgrsQAFRVRYALABFrAnKrABFTAbIlktsCosIDWwAWAtsCssALADRWOwAUVisAArsAJFY7ABRWKwACuwABa0AAAAAABEPiM4sSoBFSotsCwsIDwgRyCwAkVjsAFFYmCwAENhOC2wLSwuFzwtsC4sIDwgRyCwAkVjsAFFYmCwAENhsAFDYzgtsC8ssQIAFiUgLiBHsAAjQrACJUmKikcjRyNhIFhiGyFZsAEjQrIuAQEVFCotsDAssAAWsAQlsAQlRyNHI2GwBkUrZYouIyAgPIo4LbAxLLAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjILAIQyCKI0cjRyNhI0ZgsARDsIBiYCCwACsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsIBiYSMgILAEJiNGYTgbI7AIQ0awAiWwCENHI0cjYWAgsARDsIBiYCMgsAArI7AEQ2CwACuwBSVhsAUlsIBisAQmYSCwBCVgZCOwAyVgZFBYIRsjIVkjICCwBCYjRmE4WS2wMiywABYgICCwBSYgLkcjRyNhIzw4LbAzLLAAFiCwCCNCICAgRiNHsAArI2E4LbA0LLAAFrADJbACJUcjRyNhsABUWC4gPCMhG7ACJbACJUcjRyNhILAFJbAEJUcjRyNhsAYlsAUlSbACJWGwAUVjIyBYYhshWWOwAUViYCMuIyAgPIo4IyFZLbA1LLAAFiCwCEMgLkcjRyNhIGCwIGBmsIBiIyAgPIo4LbA2LCMgLkawAiVGUlggPFkusSYBFCstsDcsIyAuRrACJUZQWCA8WS6xJgEUKy2wOCwjIC5GsAIlRlJYIDxZIyAuRrACJUZQWCA8WS6xJgEUKy2wOSywMCsjIC5GsAIlRlJYIDxZLrEmARQrLbA6LLAxK4ogIDywBCNCijgjIC5GsAIlRlJYIDxZLrEmARQrsARDLrAmKy2wOyywABawBCWwBCYgLkcjRyNhsAZFKyMgPCAuIzixJgEUKy2wPCyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAGRSsgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwgGJgILAAKyCKimEgsAJDYGQjsANDYWRQWLACQ2EbsANDYFmwAyWwgGJhsAIlRmE4IyA8IzgbISAgRiNHsAArI2E4IVmxJgEUKy2wPSywMCsusSYBFCstsD4ssDErISMgIDywBCNCIzixJgEUK7AEQy6wJistsD8ssAAVIEewACNCsgABARUUEy6wLCotsEAssAAVIEewACNCsgABARUUEy6wLCotsEEssQABFBOwLSotsEIssC8qLbBDLLAAFkUjIC4gRoojYTixJgEUKy2wRCywCCNCsEMrLbBFLLIAADwrLbBGLLIAATwrLbBHLLIBADwrLbBILLIBATwrLbBJLLIAAD0rLbBKLLIAAT0rLbBLLLIBAD0rLbBMLLIBAT0rLbBNLLIAADkrLbBOLLIAATkrLbBPLLIBADkrLbBQLLIBATkrLbBRLLIAADsrLbBSLLIAATsrLbBTLLIBADsrLbBULLIBATsrLbBVLLIAAD4rLbBWLLIAAT4rLbBXLLIBAD4rLbBYLLIBAT4rLbBZLLIAADorLbBaLLIAATorLbBbLLIBADorLbBcLLIBATorLbBdLLAyKy6xJgEUKy2wXiywMiuwNistsF8ssDIrsDcrLbBgLLAAFrAyK7A4Ky2wYSywMysusSYBFCstsGIssDMrsDYrLbBjLLAzK7A3Ky2wZCywMyuwOCstsGUssDQrLrEmARQrLbBmLLA0K7A2Ky2wZyywNCuwNystsGgssDQrsDgrLbBpLLA1Ky6xJgEUKy2waiywNSuwNistsGsssDUrsDcrLbBsLLA1K7A4Ky2wbSwrsAhlsAMkUHiwARUwLQAAAEu4AMhSWLEBAY5ZuQgACABjILABI0SwAyNwsgQoCUVSRLIKAgcqsQYBRLEkAYhRWLBAiFixBgNEsSYBiFFYuAQAiFixBgFEWVlZWbgB/4WwBI2xBQBEAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAoUAA4AAAAAEPQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABRAAAAEQAAABWPeFJAWNtYXAAAAGIAAAAOgAAAUrQEhm3Y3Z0IAAAAcQAAAAUAAAAHAZJ/5RmcGdtAAAB2AAABPkAAAmRigp4O2dhc3AAAAbUAAAACAAAAAgAAAAQZ2x5ZgAABtwAAACuAAAAtt9nBHZoZWFkAAAHjAAAADUAAAA2ASs8e2hoZWEAAAfEAAAAIAAAACQHUwNNaG10eAAAB+QAAAAMAAAADAspAABsb2NhAAAH8AAAAAgAAAAIADgAW21heHAAAAf4AAAAIAAAACAApgm8bmFtZQAACBgAAAF3AAACzcydGhxwb3N0AAAJkAAAACoAAAA7rr1AmHByZXAAAAm8AAAAVgAAAFaSoZr/eJxjYGTewTiBgZWBg6mKaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOLxgeMHIHPQ/iyGKmZvBHyjMCJIDAPe9C2B4nGNgYGBmgGAZBkYGEHAB8hjBfBYGDSDNBqQZGZgYGF4w/v8PUvCCAURLMELVAwEjG8OIBwBk5AavAAB4nGNgQANGDEbM3P83gjAAELQD4XicnVXZdtNWFJU8ZHASOmSgoA7X3DhQ68qEKRgwaSrFdiEdHAitBB2kDHTkncc+62uOQrtWH/m07n09JLR0rbYsls++R1tn2DrnRhwjKn0aiGvUoZKXA6msPZZK90lc13Uvj5UMBnFdthJPSZuonSRKat3sUC7xWOsqWSdYJ+PlIFZPVZ5noAziFB5lSUQbRBuplyZJ4onjJ4kWZxAfJUkgJaMQp9LIUEI1GsRS1aFM6dCr1xNx00DKRqMedVhU90PFJ8c1p9SsA0YqVznCFevVRr4bpwMve5DEOsGzrYcxHnisfpQqkIqR6cg/dkpOlIaBVHHUoVbi6DCTX/eRTCrNQKaMYkWl7oG43f102xYxPXQ6vi5KlUaqurnOKJrt0fGogygP2cbppNzQ2fbw5RlTVKtdcbPtQGYNXErJbHSfRAAdJlLj6QFONZwCqRn1R8XZ588BEslclKo8VTKHegOZMzt7cTHtbiersnCknwcyb3Z2452HQ6dXh3/R+hdM4cxHj+Jifj5C+lBqfiJOJKVGWMzyp4YfcVcgQrkxiAsXyuBThDl0RdrZZl3jtTH2hs/5SqlhPQna6KP4fgr9TiQrHGdRo/VInM1j13Wt3GdQS7W7Fzsyr0OVIu7vCwuuM+eEYZ4WC1VfnvneBTT/Bohn/EDeNIVL+5YpSrRvm6JMu2iKCu0SVKVdNsUU7YoppmnPmmKG9h1TzNKeMzLj/8vc55H7HN7xkJv2XeSmfQ+5ad9HbtoPkJtWITdtHblpLyA3rUZu2lWjOnYEGgZpF1IVQdA0svph3Fab9UDWjDR8aWDyLmLI+upER521tcofxX914gsHcmmip7siF5viLq/bFj483e6rj5pG3bDV+MaR8jAeRnocmtBZ+c3hv+1N3S6a7jKqMugBFUwKwABl7UAC0zrbCaT1mqf48gdgXIZ4zkpDtVSfO4am7+V5X/exOfG+x+3GLrdcd3kJWdYNcmP28N9SZKrrH+UtrVQnR6wrJ49VaxhDKrwour6SlHu0tRu/KKmy8l6U1srnk5CbPYMbQlu27mGwI0xpyiUeXlOlKD3UUo6yQyxvKco84JSLC1qGxLgOdQ9qa8TpoXoYGwshhqG0vRBwSCldFd+0ynfxHqtr2Oj4xRXh6XpyEhGf4ir7UfBU10b96A7avGbdMoMpVaqn+4xPsa/b9lFZaaSOsxe3VAfXNOsaORXTT+Rr4HRvOGjdAz1UfDRBI1U1x+jGKGM0ljXl3wR0MVZ+w2jVYvs93E+dpFWsuUuY7JsT9+C0u/0q+7WcW0bW/dcGvW3kip8jMb8tCvw7B2K3ZA3UO5OBGAvIWdAYxhYmdxiug23EbfY/Jqf/34aFRXJXOxq7eerD1ZNRJXfZ8rjLTXZZ16M2R9VOGvsIjS0PN+bY4XIstsRgQbb+wf8x7gF3aVEC4NDIZZiI2nShnurh6h6rsW04VxIBds2x43QAegAuQd8cu9bzCYD13CPnLsB9cgh2yCH4lByCz8i5BfA5OQRfkEMwIIdgl5w7AA/IIXhIDsEeOQSPyNkE+JIcgq/IIYjJIUjIuQ3wmByCJ+QQfE0OwTdGrk5k/pYH2QD6zqKbQKmdGhzaOGRGrk3Y+zxY9oFFZB9aROqRkesT6lMeLPV7i0j9wSJSfzRyY0L9iQdL/dkiUn+xiNRnxpeZIymvDp7zjg7+BJfqrV4AAAAAAQAB//8AD3icY2BkAALmJUwzGEQZZBwk+RkZGBmdGJgYmbIYgMwsoGSiiLgIs5A2owg7I5uSOqOaiT2jmZE8I5gQY17C/09BQEfg3yt+fh8gvYQxD0j68DOJiQn8U+DnZxQDcQUEljLmCwBpBgbG/3//b2SOZ+Zm4GEQcuAH2sblDLSEm8FFVJhJEGgLH6OSHpMdo5EcI3Nk0bEXJ/LYqvZ82VXHGFd6pKTkyCsQwQAAq+QkqAAAeJxjYGRgYADiw5VSsfH8Nl8ZuJlfAEUYzpvO6IXQCb7///7fyLyEmRvI5WBgAokCAFb/DJAAAAB4nGNgZGBgDvqfxRDF/IKB4f935iUMQBEUwAwAi5YFpgPoAAAD6AAAA1kAAAAAAAAAOABbAAEAAAADABYAAQAAAAAAAgAGABMAbgAAAC0JkQAAAAB4nHWQy2rCQBSG//HSi0JbWui2sypKabxgN4IgWHTTbqS4LTHGJBIzMhkFX6Pv0IfpS/RZ+puMpShNmMx3vjlz5mQAXOMbAvnzxJGzwBmjnAs4Rc9ykf7Zcon8YrmMKt4sn9C/W67gAYHlKm7wwQqidM5ogU/LAlfi0nIBF+LOcpH+0XKJ3LNcxq14tXxC71muYCJSy1Xci6+BWm11FIRG1gZ12W62OnK6lYoqStxYumsTKp3KvpyrxPhxrBxPLfc89oN17Op9uJ8nvk4jlciW09yrkZ/42jX+bFc93QRtY+ZyrtVSDm2GXGm18D3jhMasuo3G3/MwgMIKW2hEvKoQBhI12jrnNppooUOaMkMyM8+KkMBFTONizR1htpIy7nPMGSW0PjNisgOP3+WRH5MC7o9ZRR+tHsYT0u6MKPOSfTns7jBrREqyTDezs9/eU2x4WpvWcNeuS511JTE8qCF5H7u1BY1H72S3Ymi7aPD95/9+AN1fhEsAeJxjYGKAAC4G7ICZgYGRiZGZMzkjNTk7N7Eomy05syg5J5WBAQBE1QZBAABLuADIUlixAQGOWbkIAAgAYyCwASNEsAMjcLIEKAlFUkSyCgIHKrEGAUSxJAGIUViwQIhYsQYDRLEmAYhRWLgEAIhYsQYBRFlZWVm4Af+FsASNsQUARAAA) format('woff');
}

.ui.steps .step.completed > .icon:before,
.ui.ordered.steps .step.completed:before {
  font-family: 'Step';
  content: '\E800';
  /* '' */
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Breadcrumb
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
           Breadcrumb
*******************************/

.ui.breadcrumb {
  line-height: 1;
  display: inline-block;
  margin: 0em 0em;
  vertical-align: middle;
}

.ui.breadcrumb:first-child {
  margin-top: 0em;
}

.ui.breadcrumb:last-child {
  margin-bottom: 0em;
}

/*******************************
          Content
*******************************/

/* Divider */

.ui.breadcrumb .divider {
  display: inline-block;
  opacity: 0.7;
  margin: 0em 0.21428571rem 0em;
  font-size: 0.92857143em;
  color: rgba(0, 0, 0, 0.4);
  vertical-align: baseline;
}

/* Link */

.ui.breadcrumb a {
  color: #4183C4;
}

.ui.breadcrumb a:hover {
  color: #1e70bf;
}

/* Icon Divider */

.ui.breadcrumb .icon.divider {
  font-size: 0.85714286em;
  vertical-align: baseline;
}

/* Section */

.ui.breadcrumb a.section {
  cursor: pointer;
}

.ui.breadcrumb .section {
  display: inline-block;
  margin: 0em;
  padding: 0em;
}

/* Loose Coupling */

.ui.breadcrumb.segment {
  display: inline-block;
  padding: 0.78571429em 1em;
}

/*******************************
            States
*******************************/

.ui.breadcrumb .active.section {
  font-weight: bold;
}

/*******************************
           Variations
*******************************/

.ui.mini.breadcrumb {
  font-size: 0.78571429rem;
}

.ui.tiny.breadcrumb {
  font-size: 0.85714286rem;
}

.ui.small.breadcrumb {
  font-size: 0.92857143rem;
}

.ui.breadcrumb {
  font-size: 1rem;
}

.ui.large.breadcrumb {
  font-size: 1.14285714rem;
}

.ui.big.breadcrumb {
  font-size: 1.28571429rem;
}

.ui.huge.breadcrumb {
  font-size: 1.42857143rem;
}

.ui.massive.breadcrumb {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Form
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Elements
*******************************/

/*--------------------
        Form
---------------------*/

.ui.form {
  position: relative;
  max-width: 100%;
}

/*--------------------
        Content
---------------------*/

.ui.form > p {
  margin: 1em 0em;
}

/*--------------------
        Field
---------------------*/

.ui.form .field {
  clear: both;
  margin: 0em 0em 1em;
}

.ui.form .field:last-child,
.ui.form .fields:last-child .field {
  margin-bottom: 0em;
}

.ui.form .fields .field {
  clear: both;
  margin: 0em;
}

/*--------------------
        Labels
---------------------*/

.ui.form .field > label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

/*--------------------
    Standard Inputs
---------------------*/

.ui.form textarea,
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="file"],
.ui.form input[type="url"] {
  width: 100%;
  vertical-align: top;
}

/* Set max height on unusual input */

.ui.form ::-webkit-datetime-edit,
.ui.form ::-webkit-inner-spin-button {
  height: 1.21428571em;
}

.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="time"],
.ui.form input[type="text"],
.ui.form input[type="file"],
.ui.form input[type="url"] {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
}

/* Text Area */

.ui.form textarea {
  margin: 0em;
  -webkit-appearance: none;
  tap-highlight-color: rgba(255, 255, 255, 0);
  padding: 0.78571429em 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  outline: none;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
  font-size: 1em;
  line-height: 1.2857;
  resize: vertical;
}

.ui.form textarea:not([rows]) {
  height: 12em;
  min-height: 8em;
  max-height: 24em;
}

.ui.form textarea,
.ui.form input[type="checkbox"] {
  vertical-align: top;
}

/*--------------------------
  Input w/ attached Button
---------------------------*/

.ui.form input.attached {
  width: auto;
}

/*--------------------
     Basic Select
---------------------*/

.ui.form select {
  display: block;
  height: auto;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  box-shadow: 0em 0em 0em 0em transparent inset;
  padding: 0.62em 1em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: color 0.1s ease, border-color 0.1s ease;
  transition: color 0.1s ease, border-color 0.1s ease;
}

/*--------------------
       Dropdown
---------------------*/

/* Block */

.ui.form .field > .selection.dropdown {
  width: 100%;
}

.ui.form .field > .selection.dropdown > .dropdown.icon {
  float: right;
}

/* Inline */

.ui.form .inline.fields .field > .selection.dropdown,
.ui.form .inline.field > .selection.dropdown {
  width: auto;
}

.ui.form .inline.fields .field > .selection.dropdown > .dropdown.icon,
.ui.form .inline.field > .selection.dropdown > .dropdown.icon {
  float: none;
}

/*--------------------
       UI Input
---------------------*/

/* Block */

.ui.form .field .ui.input,
.ui.form .fields .field .ui.input,
.ui.form .wide.field .ui.input {
  width: 100%;
}

/* Inline  */

.ui.form .inline.fields .field:not(.wide) .ui.input,
.ui.form .inline.field:not(.wide) .ui.input {
  width: auto;
  vertical-align: middle;
}

/* Auto Input */

.ui.form .fields .field .ui.input input,
.ui.form .field .ui.input input {
  width: auto;
}

/* Full Width Input */

.ui.form .ten.fields .ui.input input,
.ui.form .nine.fields .ui.input input,
.ui.form .eight.fields .ui.input input,
.ui.form .seven.fields .ui.input input,
.ui.form .six.fields .ui.input input,
.ui.form .five.fields .ui.input input,
.ui.form .four.fields .ui.input input,
.ui.form .three.fields .ui.input input,
.ui.form .two.fields .ui.input input,
.ui.form .wide.field .ui.input input {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 0px;
}

/*--------------------
   Types of Messages
---------------------*/

.ui.form .success.message,
.ui.form .warning.message,
.ui.form .error.message {
  display: none;
}

/* Assumptions */

.ui.form .message:first-child {
  margin-top: 0px;
}

/*--------------------
   Validation Prompt
---------------------*/

.ui.form .field .prompt.label {
  white-space: normal;
  background: #FFFFFF !important;
  border: 1px solid #E0B4B4 !important;
  color: #9F3A38 !important;
}

.ui.form .inline.fields .field .prompt,
.ui.form .inline.field .prompt {
  vertical-align: top;
  margin: -0.25em 0em -0.5em 0.5em;
}

.ui.form .inline.fields .field .prompt:before,
.ui.form .inline.field .prompt:before {
  border-width: 0px 0px 1px 1px;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 0em;
}

/*******************************
            States
*******************************/

/*--------------------
      Autofilled
---------------------*/

.ui.form .field.field input:-webkit-autofill {
  box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  border-color: #E5DFA1 !important;
}

/* Focus */

.ui.form .field.field input:-webkit-autofill:focus {
  box-shadow: 0px 0px 0px 100px #FFFFF0 inset !important;
  border-color: #D5C315 !important;
}

/* Error */

.ui.form .error.error input:-webkit-autofill {
  box-shadow: 0px 0px 0px 100px #FFFAF0 inset !important;
  border-color: #E0B4B4 !important;
}

/*--------------------
      Placeholder
---------------------*/

/* browsers require these rules separate */

.ui.form ::-webkit-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form :-ms-input-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form ::-moz-placeholder {
  color: rgba(191, 191, 191, 0.87);
}

.ui.form :focus::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

.ui.form :focus:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

.ui.form :focus::-moz-placeholder {
  color: rgba(115, 115, 115, 0.87);
}

/* Error Placeholder */

.ui.form .error ::-webkit-input-placeholder {
  color: #e7bdbc;
}

.ui.form .error :-ms-input-placeholder {
  color: #e7bdbc !important;
}

.ui.form .error ::-moz-placeholder {
  color: #e7bdbc;
}

.ui.form .error :focus::-webkit-input-placeholder {
  color: #da9796;
}

.ui.form .error :focus:-ms-input-placeholder {
  color: #da9796 !important;
}

.ui.form .error :focus::-moz-placeholder {
  color: #da9796;
}

/*--------------------
        Focus
---------------------*/

.ui.form input:not([type]):focus,
.ui.form input[type="date"]:focus,
.ui.form input[type="datetime-local"]:focus,
.ui.form input[type="email"]:focus,
.ui.form input[type="number"]:focus,
.ui.form input[type="password"]:focus,
.ui.form input[type="search"]:focus,
.ui.form input[type="tel"]:focus,
.ui.form input[type="time"]:focus,
.ui.form input[type="text"]:focus,
.ui.form input[type="file"]:focus,
.ui.form input[type="url"]:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
}

.ui.form textarea:focus {
  color: rgba(0, 0, 0, 0.95);
  border-color: #85B7D9;
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  box-shadow: 0px 0em 0em 0em rgba(34, 36, 38, 0.35) inset;
  -webkit-appearance: none;
}

/*--------------------
        Success
---------------------*/

/* On Form */

.ui.form.success .success.message:not(:empty) {
  display: block;
}

.ui.form.success .compact.success.message:not(:empty) {
  display: inline-block;
}

.ui.form.success .icon.success.message:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------
        Warning
---------------------*/

/* On Form */

.ui.form.warning .warning.message:not(:empty) {
  display: block;
}

.ui.form.warning .compact.warning.message:not(:empty) {
  display: inline-block;
}

.ui.form.warning .icon.warning.message:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------------
        Error
---------------------*/

/* On Form */

.ui.form.error .error.message:not(:empty) {
  display: block;
}

.ui.form.error .compact.error.message:not(:empty) {
  display: inline-block;
}

.ui.form.error .icon.error.message:not(:empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* On Field(s) */

.ui.form .fields.error .field label,
.ui.form .field.error label,
.ui.form .fields.error .field .input,
.ui.form .field.error .input {
  color: #9F3A38;
}

.ui.form .fields.error .field .corner.label,
.ui.form .field.error .corner.label {
  border-color: #9F3A38;
  color: #FFFFFF;
}

.ui.form .fields.error .field textarea,
.ui.form .fields.error .field select,
.ui.form .fields.error .field input:not([type]),
.ui.form .fields.error .field input[type="date"],
.ui.form .fields.error .field input[type="datetime-local"],
.ui.form .fields.error .field input[type="email"],
.ui.form .fields.error .field input[type="number"],
.ui.form .fields.error .field input[type="password"],
.ui.form .fields.error .field input[type="search"],
.ui.form .fields.error .field input[type="tel"],
.ui.form .fields.error .field input[type="time"],
.ui.form .fields.error .field input[type="text"],
.ui.form .fields.error .field input[type="file"],
.ui.form .fields.error .field input[type="url"],
.ui.form .field.error textarea,
.ui.form .field.error select,
.ui.form .field.error input:not([type]),
.ui.form .field.error input[type="date"],
.ui.form .field.error input[type="datetime-local"],
.ui.form .field.error input[type="email"],
.ui.form .field.error input[type="number"],
.ui.form .field.error input[type="password"],
.ui.form .field.error input[type="search"],
.ui.form .field.error input[type="tel"],
.ui.form .field.error input[type="time"],
.ui.form .field.error input[type="text"],
.ui.form .field.error input[type="file"],
.ui.form .field.error input[type="url"] {
  background: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  border-radius: '';
  box-shadow: none;
}

.ui.form .field.error textarea:focus,
.ui.form .field.error select:focus,
.ui.form .field.error input:not([type]):focus,
.ui.form .field.error input[type="date"]:focus,
.ui.form .field.error input[type="datetime-local"]:focus,
.ui.form .field.error input[type="email"]:focus,
.ui.form .field.error input[type="number"]:focus,
.ui.form .field.error input[type="password"]:focus,
.ui.form .field.error input[type="search"]:focus,
.ui.form .field.error input[type="tel"]:focus,
.ui.form .field.error input[type="time"]:focus,
.ui.form .field.error input[type="text"]:focus,
.ui.form .field.error input[type="file"]:focus,
.ui.form .field.error input[type="url"]:focus {
  background: #FFF6F6;
  border-color: #E0B4B4;
  color: #9F3A38;
  -webkit-appearance: none;
  box-shadow: none;
}

/* Preserve Native Select Stylings */

.ui.form .field.error select {
  -webkit-appearance: menulist-button;
}

/*------------------
    Dropdown Error
--------------------*/

.ui.form .fields.error .field .ui.dropdown,
.ui.form .fields.error .field .ui.dropdown .item,
.ui.form .field.error .ui.dropdown,
.ui.form .field.error .ui.dropdown .text,
.ui.form .field.error .ui.dropdown .item {
  background: #FFF6F6;
  color: #9F3A38;
}

.ui.form .fields.error .field .ui.dropdown,
.ui.form .field.error .ui.dropdown {
  border-color: #E0B4B4 !important;
}

.ui.form .fields.error .field .ui.dropdown:hover,
.ui.form .field.error .ui.dropdown:hover {
  border-color: #E0B4B4 !important;
}

.ui.form .fields.error .field .ui.dropdown:hover .menu,
.ui.form .field.error .ui.dropdown:hover .menu {
  border-color: #E0B4B4;
}

.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
.ui.form .field.error .ui.multiple.selection.dropdown > .label {
  background-color: #EACBCB;
  color: #9F3A38;
}

/* Hover */

.ui.form .fields.error .field .ui.dropdown .menu .item:hover,
.ui.form .field.error .ui.dropdown .menu .item:hover {
  background-color: #FBE7E7;
}

/* Selected */

.ui.form .fields.error .field .ui.dropdown .menu .selected.item,
.ui.form .field.error .ui.dropdown .menu .selected.item {
  background-color: #FBE7E7;
}

/* Active */

.ui.form .fields.error .field .ui.dropdown .menu .active.item,
.ui.form .field.error .ui.dropdown .menu .active.item {
  background-color: #FDCFCF !important;
}

/*--------------------
    Checkbox Error
---------------------*/

.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
  color: #9F3A38;
}

.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label:before,
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.form .fields.error .field .checkbox label:after,
.ui.form .field.error .checkbox label:after,
.ui.form .fields.error .field .checkbox .box:after,
.ui.form .field.error .checkbox .box:after {
  color: #9F3A38;
}

/*--------------------
       Disabled
---------------------*/

.ui.form .disabled.fields .field,
.ui.form .disabled.field,
.ui.form .field :disabled {
  pointer-events: none;
  opacity: 0.45;
}

.ui.form .field.disabled > label,
.ui.form .fields.disabled > label {
  opacity: 0.45;
}

.ui.form .field.disabled :disabled {
  opacity: 1;
}

/*--------------
    Loading
---------------*/

.ui.loading.form {
  position: relative;
  cursor: default;
  pointer-events: none;
}

.ui.loading.form:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0%;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
}

.ui.loading.form:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -1.5em 0em 0em -1.5em;
  width: 3em;
  height: 3em;
  -webkit-animation: form-spin 0.6s linear;
  animation: form-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
  visibility: visible;
  z-index: 101;
}

@-webkit-keyframes form-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes form-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*******************************
         Element Types
*******************************/

/*--------------------
     Required Field
---------------------*/

.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after,
.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  margin: -0.2em 0em 0em 0.2em;
  content: '*';
  color: #DB2828;
}

.ui.form .required.fields:not(.grouped) > .field > label:after,
.ui.form .required.fields.grouped > label:after,
.ui.form .required.field > label:after {
  display: inline-block;
  vertical-align: top;
}

.ui.form .required.fields:not(.grouped) > .field > .checkbox:after,
.ui.form .required.field > .checkbox:after {
  position: absolute;
  top: 0%;
  left: 100%;
}

/*******************************
           Variations
*******************************/

/*--------------------
    Inverted Colors
---------------------*/

.ui.inverted.form label,
.ui.form .inverted.segment label,
.ui.form .inverted.segment .ui.checkbox label,
.ui.form .inverted.segment .ui.checkbox .box,
.ui.inverted.form .ui.checkbox label,
.ui.inverted.form .ui.checkbox .box,
.ui.inverted.form .inline.fields > label,
.ui.inverted.form .inline.fields .field > label,
.ui.inverted.form .inline.fields .field > p,
.ui.inverted.form .inline.field > label,
.ui.inverted.form .inline.field > p {
  color: rgba(255, 255, 255, 0.9);
}

/* Inverted Field */

.ui.inverted.form input:not([type]),
.ui.inverted.form input[type="date"],
.ui.inverted.form input[type="datetime-local"],
.ui.inverted.form input[type="email"],
.ui.inverted.form input[type="number"],
.ui.inverted.form input[type="password"],
.ui.inverted.form input[type="search"],
.ui.inverted.form input[type="tel"],
.ui.inverted.form input[type="time"],
.ui.inverted.form input[type="text"],
.ui.inverted.form input[type="file"],
.ui.inverted.form input[type="url"] {
  background: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
}

/*--------------------
     Field Groups
---------------------*/

/* Grouped Vertically */

.ui.form .grouped.fields {
  display: block;
  margin: 0em 0em 1em;
}

.ui.form .grouped.fields:last-child {
  margin-bottom: 0em;
}

.ui.form .grouped.fields > label {
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none;
}

.ui.form .grouped.fields .field,
.ui.form .grouped.inline.fields .field {
  display: block;
  margin: 0.5em 0em;
  padding: 0em;
}

/*--------------------
        Fields
---------------------*/

/* Split fields */

.ui.form .fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0em -0.5em 1em;
}

.ui.form .fields > .field {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.form .fields > .field:first-child {
  border-left: none;
  box-shadow: none;
}

/* Other Combinations */

.ui.form .two.fields > .fields,
.ui.form .two.fields > .field {
  width: 50%;
}

.ui.form .three.fields > .fields,
.ui.form .three.fields > .field {
  width: 33.33333333%;
}

.ui.form .four.fields > .fields,
.ui.form .four.fields > .field {
  width: 25%;
}

.ui.form .five.fields > .fields,
.ui.form .five.fields > .field {
  width: 20%;
}

.ui.form .six.fields > .fields,
.ui.form .six.fields > .field {
  width: 16.66666667%;
}

.ui.form .seven.fields > .fields,
.ui.form .seven.fields > .field {
  width: 14.28571429%;
}

.ui.form .eight.fields > .fields,
.ui.form .eight.fields > .field {
  width: 12.5%;
}

.ui.form .nine.fields > .fields,
.ui.form .nine.fields > .field {
  width: 11.11111111%;
}

.ui.form .ten.fields > .fields,
.ui.form .ten.fields > .field {
  width: 10%;
}

/* Swap to full width on mobile */

@media only screen and (max-width: 767px) {
  .ui.form .fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .ui[class*="equal width"].form:not(.unstackable) .fields > .field,
  .ui.form:not(.unstackable) [class*="equal width"].fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .six.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .field {
    width: 100% !important;
    margin: 0em 0em 1em;
  }
}

/* Sizing Combinations */

.ui.form .fields .wide.field {
  width: 6.25%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.ui.form .one.wide.field {
  width: 6.25% !important;
}

.ui.form .two.wide.field {
  width: 12.5% !important;
}

.ui.form .three.wide.field {
  width: 18.75% !important;
}

.ui.form .four.wide.field {
  width: 25% !important;
}

.ui.form .five.wide.field {
  width: 31.25% !important;
}

.ui.form .six.wide.field {
  width: 37.5% !important;
}

.ui.form .seven.wide.field {
  width: 43.75% !important;
}

.ui.form .eight.wide.field {
  width: 50% !important;
}

.ui.form .nine.wide.field {
  width: 56.25% !important;
}

.ui.form .ten.wide.field {
  width: 62.5% !important;
}

.ui.form .eleven.wide.field {
  width: 68.75% !important;
}

.ui.form .twelve.wide.field {
  width: 75% !important;
}

.ui.form .thirteen.wide.field {
  width: 81.25% !important;
}

.ui.form .fourteen.wide.field {
  width: 87.5% !important;
}

.ui.form .fifteen.wide.field {
  width: 93.75% !important;
}

.ui.form .sixteen.wide.field {
  width: 100% !important;
}

/* Swap to full width on mobile */

@media only screen and (max-width: 767px) {
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
  .ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .two.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .three.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .four.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .five.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .six.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .seven.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .eight.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .nine.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .ten.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .eleven.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .twelve.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .thirteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .fourteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .fifteen.wide.field,
  .ui.form:not(.unstackable) .fields:not(.unstackable) > .sixteen.wide.field {
    width: 100% !important;
  }

  .ui.form .fields {
    margin-bottom: 0em;
  }
}

/*--------------------
     Equal Width
---------------------*/

.ui[class*="equal width"].form .fields > .field,
.ui.form [class*="equal width"].fields > .field {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*--------------------
    Inline Fields
---------------------*/

.ui.form .inline.fields {
  margin: 0em 0em 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui.form .inline.fields .field {
  margin: 0em;
  padding: 0em 1em 0em 0em;
}

/* Inline Label */

.ui.form .inline.fields > label,
.ui.form .inline.fields .field > label,
.ui.form .inline.fields .field > p,
.ui.form .inline.field > label,
.ui.form .inline.field > p {
  display: inline-block;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  vertical-align: baseline;
  font-size: 0.92857143em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  text-transform: none;
}

/* Grouped Inline Label */

.ui.form .inline.fields > label {
  margin: 0.035714em 1em 0em 0em;
}

/* Inline Input */

.ui.form .inline.fields .field > input,
.ui.form .inline.fields .field > select,
.ui.form .inline.field > input,
.ui.form .inline.field > select {
  display: inline-block;
  width: auto;
  margin-top: 0em;
  margin-bottom: 0em;
  vertical-align: middle;
  font-size: 1em;
}

/* Label */

.ui.form .inline.fields .field > :first-child,
.ui.form .inline.field > :first-child {
  margin: 0em 0.85714286em 0em 0em;
}

.ui.form .inline.fields .field > :only-child,
.ui.form .inline.field > :only-child {
  margin: 0em;
}

/* Wide */

.ui.form .inline.fields .wide.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui.form .inline.fields .wide.field > input,
.ui.form .inline.fields .wide.field > select {
  width: 100%;
}

/*--------------------
        Sizes
---------------------*/

.ui.mini.form {
  font-size: 0.78571429rem;
}

.ui.tiny.form {
  font-size: 0.85714286rem;
}

.ui.small.form {
  font-size: 0.92857143rem;
}

.ui.form {
  font-size: 1rem;
}

.ui.large.form {
  font-size: 1.14285714rem;
}

.ui.big.form {
  font-size: 1.28571429rem;
}

.ui.huge.form {
  font-size: 1.42857143rem;
}

.ui.massive.form {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Grid
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Standard
*******************************/

.ui.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0em;
}

/*----------------------
      Remove Gutters
-----------------------*/

.ui.grid {
  margin-top: -1rem;
  margin-bottom: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
}

.ui.relaxed.grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.ui[class*="very relaxed"].grid {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

/* Preserve Rows Spacing on Consecutive Grids */

.ui.grid + .grid {
  margin-top: 1rem;
}

/*-------------------
       Columns
--------------------*/

/* Standard 16 column */

.ui.grid > .column:not(.row),
.ui.grid > .row > .column {
  position: relative;
  display: inline-block;
  width: 6.25%;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

.ui.grid > * {
  padding-left: 1rem;
  padding-right: 1rem;
}

/*-------------------
        Rows
--------------------*/

.ui.grid > .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100% !important;
  padding: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*-------------------
       Columns
--------------------*/

/* Vertical padding when no rows */

.ui.grid > .column:not(.row) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ui.grid > .row > .column {
  margin-top: 0em;
  margin-bottom: 0em;
}

/*-------------------
      Content
--------------------*/

.ui.grid > .row > img,
.ui.grid > .row > .column > img {
  max-width: 100%;
}

/*-------------------
    Loose Coupling
--------------------*/

/* Collapse Margin on Consecutive Grid */

.ui.grid > .ui.grid:first-child {
  margin-top: 0em;
}

.ui.grid > .ui.grid:last-child {
  margin-bottom: 0em;
}

/* Segment inside Aligned Grid */

.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
  width: 100%;
}

/* Align Dividers with Gutter */

.ui.grid .row + .ui.divider {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 1rem 1rem;
}

.ui.grid .column + .ui.vertical.divider {
  height: calc(50% -  1rem );
}

/* Remove Border on Last Horizontal Segment */

.ui.grid > .row > .column:last-child > .horizontal.segment,
.ui.grid > .column:last-child > .horizontal.segment {
  box-shadow: none;
}

/*******************************
           Variations
*******************************/

/*-----------------------
       Page Grid
-------------------------*/

@media only screen and (max-width: 767px) {
  .ui.page.grid {
    width: auto;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: 0em;
    margin-right: 0em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 2em;
    padding-right: 2em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.page.grid {
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 23%;
    padding-right: 23%;
  }
}

/*-------------------
     Column Count
--------------------*/

/* Assume full width with one column */

.ui.grid > .column:only-child,
.ui.grid > .row > .column:only-child {
  width: 100%;
}

/* Grid Based */

.ui[class*="one column"].grid > .row > .column,
.ui[class*="one column"].grid > .column:not(.row) {
  width: 100%;
}

.ui[class*="two column"].grid > .row > .column,
.ui[class*="two column"].grid > .column:not(.row) {
  width: 50%;
}

.ui[class*="three column"].grid > .row > .column,
.ui[class*="three column"].grid > .column:not(.row) {
  width: 33.33333333%;
}

.ui[class*="four column"].grid > .row > .column,
.ui[class*="four column"].grid > .column:not(.row) {
  width: 25%;
}

.ui[class*="five column"].grid > .row > .column,
.ui[class*="five column"].grid > .column:not(.row) {
  width: 20%;
}

.ui[class*="six column"].grid > .row > .column,
.ui[class*="six column"].grid > .column:not(.row) {
  width: 16.66666667%;
}

.ui[class*="seven column"].grid > .row > .column,
.ui[class*="seven column"].grid > .column:not(.row) {
  width: 14.28571429%;
}

.ui[class*="eight column"].grid > .row > .column,
.ui[class*="eight column"].grid > .column:not(.row) {
  width: 12.5%;
}

.ui[class*="nine column"].grid > .row > .column,
.ui[class*="nine column"].grid > .column:not(.row) {
  width: 11.11111111%;
}

.ui[class*="ten column"].grid > .row > .column,
.ui[class*="ten column"].grid > .column:not(.row) {
  width: 10%;
}

.ui[class*="eleven column"].grid > .row > .column,
.ui[class*="eleven column"].grid > .column:not(.row) {
  width: 9.09090909%;
}

.ui[class*="twelve column"].grid > .row > .column,
.ui[class*="twelve column"].grid > .column:not(.row) {
  width: 8.33333333%;
}

.ui[class*="thirteen column"].grid > .row > .column,
.ui[class*="thirteen column"].grid > .column:not(.row) {
  width: 7.69230769%;
}

.ui[class*="fourteen column"].grid > .row > .column,
.ui[class*="fourteen column"].grid > .column:not(.row) {
  width: 7.14285714%;
}

.ui[class*="fifteen column"].grid > .row > .column,
.ui[class*="fifteen column"].grid > .column:not(.row) {
  width: 6.66666667%;
}

.ui[class*="sixteen column"].grid > .row > .column,
.ui[class*="sixteen column"].grid > .column:not(.row) {
  width: 6.25%;
}

/* Row Based Overrides */

.ui.grid > [class*="one column"].row > .column {
  width: 100% !important;
}

.ui.grid > [class*="two column"].row > .column {
  width: 50% !important;
}

.ui.grid > [class*="three column"].row > .column {
  width: 33.33333333% !important;
}

.ui.grid > [class*="four column"].row > .column {
  width: 25% !important;
}

.ui.grid > [class*="five column"].row > .column {
  width: 20% !important;
}

.ui.grid > [class*="six column"].row > .column {
  width: 16.66666667% !important;
}

.ui.grid > [class*="seven column"].row > .column {
  width: 14.28571429% !important;
}

.ui.grid > [class*="eight column"].row > .column {
  width: 12.5% !important;
}

.ui.grid > [class*="nine column"].row > .column {
  width: 11.11111111% !important;
}

.ui.grid > [class*="ten column"].row > .column {
  width: 10% !important;
}

.ui.grid > [class*="eleven column"].row > .column {
  width: 9.09090909% !important;
}

.ui.grid > [class*="twelve column"].row > .column {
  width: 8.33333333% !important;
}

.ui.grid > [class*="thirteen column"].row > .column {
  width: 7.69230769% !important;
}

.ui.grid > [class*="fourteen column"].row > .column {
  width: 7.14285714% !important;
}

.ui.grid > [class*="fifteen column"].row > .column {
  width: 6.66666667% !important;
}

.ui.grid > [class*="sixteen column"].row > .column {
  width: 6.25% !important;
}

/* Celled Page */

.ui.celled.page.grid {
  box-shadow: none;
}

/*-------------------
    Column Width
--------------------*/

/* Sizing Combinations */

.ui.grid > .row > [class*="one wide"].column,
.ui.grid > .column.row > [class*="one wide"].column,
.ui.grid > [class*="one wide"].column,
.ui.column.grid > [class*="one wide"].column {
  width: 6.25% !important;
}

.ui.grid > .row > [class*="two wide"].column,
.ui.grid > .column.row > [class*="two wide"].column,
.ui.grid > [class*="two wide"].column,
.ui.column.grid > [class*="two wide"].column {
  width: 12.5% !important;
}

.ui.grid > .row > [class*="three wide"].column,
.ui.grid > .column.row > [class*="three wide"].column,
.ui.grid > [class*="three wide"].column,
.ui.column.grid > [class*="three wide"].column {
  width: 18.75% !important;
}

.ui.grid > .row > [class*="four wide"].column,
.ui.grid > .column.row > [class*="four wide"].column,
.ui.grid > [class*="four wide"].column,
.ui.column.grid > [class*="four wide"].column {
  width: 25% !important;
}

.ui.grid > .row > [class*="five wide"].column,
.ui.grid > .column.row > [class*="five wide"].column,
.ui.grid > [class*="five wide"].column,
.ui.column.grid > [class*="five wide"].column {
  width: 31.25% !important;
}

.ui.grid > .row > [class*="six wide"].column,
.ui.grid > .column.row > [class*="six wide"].column,
.ui.grid > [class*="six wide"].column,
.ui.column.grid > [class*="six wide"].column {
  width: 37.5% !important;
}

.ui.grid > .row > [class*="seven wide"].column,
.ui.grid > .column.row > [class*="seven wide"].column,
.ui.grid > [class*="seven wide"].column,
.ui.column.grid > [class*="seven wide"].column {
  width: 43.75% !important;
}

.ui.grid > .row > [class*="eight wide"].column,
.ui.grid > .column.row > [class*="eight wide"].column,
.ui.grid > [class*="eight wide"].column,
.ui.column.grid > [class*="eight wide"].column {
  width: 50% !important;
}

.ui.grid > .row > [class*="nine wide"].column,
.ui.grid > .column.row > [class*="nine wide"].column,
.ui.grid > [class*="nine wide"].column,
.ui.column.grid > [class*="nine wide"].column {
  width: 56.25% !important;
}

.ui.grid > .row > [class*="ten wide"].column,
.ui.grid > .column.row > [class*="ten wide"].column,
.ui.grid > [class*="ten wide"].column,
.ui.column.grid > [class*="ten wide"].column {
  width: 62.5% !important;
}

.ui.grid > .row > [class*="eleven wide"].column,
.ui.grid > .column.row > [class*="eleven wide"].column,
.ui.grid > [class*="eleven wide"].column,
.ui.column.grid > [class*="eleven wide"].column {
  width: 68.75% !important;
}

.ui.grid > .row > [class*="twelve wide"].column,
.ui.grid > .column.row > [class*="twelve wide"].column,
.ui.grid > [class*="twelve wide"].column,
.ui.column.grid > [class*="twelve wide"].column {
  width: 75% !important;
}

.ui.grid > .row > [class*="thirteen wide"].column,
.ui.grid > .column.row > [class*="thirteen wide"].column,
.ui.grid > [class*="thirteen wide"].column,
.ui.column.grid > [class*="thirteen wide"].column {
  width: 81.25% !important;
}

.ui.grid > .row > [class*="fourteen wide"].column,
.ui.grid > .column.row > [class*="fourteen wide"].column,
.ui.grid > [class*="fourteen wide"].column,
.ui.column.grid > [class*="fourteen wide"].column {
  width: 87.5% !important;
}

.ui.grid > .row > [class*="fifteen wide"].column,
.ui.grid > .column.row > [class*="fifteen wide"].column,
.ui.grid > [class*="fifteen wide"].column,
.ui.column.grid > [class*="fifteen wide"].column {
  width: 93.75% !important;
}

.ui.grid > .row > [class*="sixteen wide"].column,
.ui.grid > .column.row > [class*="sixteen wide"].column,
.ui.grid > [class*="sixteen wide"].column,
.ui.column.grid > [class*="sixteen wide"].column {
  width: 100% !important;
}

/*----------------------
    Width per Device
-----------------------*/

/* Mobile Sizing Combinations */

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .ui.grid > .row > [class*="one wide mobile"].column,
  .ui.grid > .column.row > [class*="one wide mobile"].column,
  .ui.grid > [class*="one wide mobile"].column,
  .ui.column.grid > [class*="one wide mobile"].column {
    width: 6.25% !important;
  }

  .ui.grid > .row > [class*="two wide mobile"].column,
  .ui.grid > .column.row > [class*="two wide mobile"].column,
  .ui.grid > [class*="two wide mobile"].column,
  .ui.column.grid > [class*="two wide mobile"].column {
    width: 12.5% !important;
  }

  .ui.grid > .row > [class*="three wide mobile"].column,
  .ui.grid > .column.row > [class*="three wide mobile"].column,
  .ui.grid > [class*="three wide mobile"].column,
  .ui.column.grid > [class*="three wide mobile"].column {
    width: 18.75% !important;
  }

  .ui.grid > .row > [class*="four wide mobile"].column,
  .ui.grid > .column.row > [class*="four wide mobile"].column,
  .ui.grid > [class*="four wide mobile"].column,
  .ui.column.grid > [class*="four wide mobile"].column {
    width: 25% !important;
  }

  .ui.grid > .row > [class*="five wide mobile"].column,
  .ui.grid > .column.row > [class*="five wide mobile"].column,
  .ui.grid > [class*="five wide mobile"].column,
  .ui.column.grid > [class*="five wide mobile"].column {
    width: 31.25% !important;
  }

  .ui.grid > .row > [class*="six wide mobile"].column,
  .ui.grid > .column.row > [class*="six wide mobile"].column,
  .ui.grid > [class*="six wide mobile"].column,
  .ui.column.grid > [class*="six wide mobile"].column {
    width: 37.5% !important;
  }

  .ui.grid > .row > [class*="seven wide mobile"].column,
  .ui.grid > .column.row > [class*="seven wide mobile"].column,
  .ui.grid > [class*="seven wide mobile"].column,
  .ui.column.grid > [class*="seven wide mobile"].column {
    width: 43.75% !important;
  }

  .ui.grid > .row > [class*="eight wide mobile"].column,
  .ui.grid > .column.row > [class*="eight wide mobile"].column,
  .ui.grid > [class*="eight wide mobile"].column,
  .ui.column.grid > [class*="eight wide mobile"].column {
    width: 50% !important;
  }

  .ui.grid > .row > [class*="nine wide mobile"].column,
  .ui.grid > .column.row > [class*="nine wide mobile"].column,
  .ui.grid > [class*="nine wide mobile"].column,
  .ui.column.grid > [class*="nine wide mobile"].column {
    width: 56.25% !important;
  }

  .ui.grid > .row > [class*="ten wide mobile"].column,
  .ui.grid > .column.row > [class*="ten wide mobile"].column,
  .ui.grid > [class*="ten wide mobile"].column,
  .ui.column.grid > [class*="ten wide mobile"].column {
    width: 62.5% !important;
  }

  .ui.grid > .row > [class*="eleven wide mobile"].column,
  .ui.grid > .column.row > [class*="eleven wide mobile"].column,
  .ui.grid > [class*="eleven wide mobile"].column,
  .ui.column.grid > [class*="eleven wide mobile"].column {
    width: 68.75% !important;
  }

  .ui.grid > .row > [class*="twelve wide mobile"].column,
  .ui.grid > .column.row > [class*="twelve wide mobile"].column,
  .ui.grid > [class*="twelve wide mobile"].column,
  .ui.column.grid > [class*="twelve wide mobile"].column {
    width: 75% !important;
  }

  .ui.grid > .row > [class*="thirteen wide mobile"].column,
  .ui.grid > .column.row > [class*="thirteen wide mobile"].column,
  .ui.grid > [class*="thirteen wide mobile"].column,
  .ui.column.grid > [class*="thirteen wide mobile"].column {
    width: 81.25% !important;
  }

  .ui.grid > .row > [class*="fourteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fourteen wide mobile"].column,
  .ui.grid > [class*="fourteen wide mobile"].column,
  .ui.column.grid > [class*="fourteen wide mobile"].column {
    width: 87.5% !important;
  }

  .ui.grid > .row > [class*="fifteen wide mobile"].column,
  .ui.grid > .column.row > [class*="fifteen wide mobile"].column,
  .ui.grid > [class*="fifteen wide mobile"].column,
  .ui.column.grid > [class*="fifteen wide mobile"].column {
    width: 93.75% !important;
  }

  .ui.grid > .row > [class*="sixteen wide mobile"].column,
  .ui.grid > .column.row > [class*="sixteen wide mobile"].column,
  .ui.grid > [class*="sixteen wide mobile"].column,
  .ui.column.grid > [class*="sixteen wide mobile"].column {
    width: 100% !important;
  }
}

/* Tablet Sizing Combinations */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.grid > .row > [class*="one wide tablet"].column,
  .ui.grid > .column.row > [class*="one wide tablet"].column,
  .ui.grid > [class*="one wide tablet"].column,
  .ui.column.grid > [class*="one wide tablet"].column {
    width: 6.25% !important;
  }

  .ui.grid > .row > [class*="two wide tablet"].column,
  .ui.grid > .column.row > [class*="two wide tablet"].column,
  .ui.grid > [class*="two wide tablet"].column,
  .ui.column.grid > [class*="two wide tablet"].column {
    width: 12.5% !important;
  }

  .ui.grid > .row > [class*="three wide tablet"].column,
  .ui.grid > .column.row > [class*="three wide tablet"].column,
  .ui.grid > [class*="three wide tablet"].column,
  .ui.column.grid > [class*="three wide tablet"].column {
    width: 18.75% !important;
  }

  .ui.grid > .row > [class*="four wide tablet"].column,
  .ui.grid > .column.row > [class*="four wide tablet"].column,
  .ui.grid > [class*="four wide tablet"].column,
  .ui.column.grid > [class*="four wide tablet"].column {
    width: 25% !important;
  }

  .ui.grid > .row > [class*="five wide tablet"].column,
  .ui.grid > .column.row > [class*="five wide tablet"].column,
  .ui.grid > [class*="five wide tablet"].column,
  .ui.column.grid > [class*="five wide tablet"].column {
    width: 31.25% !important;
  }

  .ui.grid > .row > [class*="six wide tablet"].column,
  .ui.grid > .column.row > [class*="six wide tablet"].column,
  .ui.grid > [class*="six wide tablet"].column,
  .ui.column.grid > [class*="six wide tablet"].column {
    width: 37.5% !important;
  }

  .ui.grid > .row > [class*="seven wide tablet"].column,
  .ui.grid > .column.row > [class*="seven wide tablet"].column,
  .ui.grid > [class*="seven wide tablet"].column,
  .ui.column.grid > [class*="seven wide tablet"].column {
    width: 43.75% !important;
  }

  .ui.grid > .row > [class*="eight wide tablet"].column,
  .ui.grid > .column.row > [class*="eight wide tablet"].column,
  .ui.grid > [class*="eight wide tablet"].column,
  .ui.column.grid > [class*="eight wide tablet"].column {
    width: 50% !important;
  }

  .ui.grid > .row > [class*="nine wide tablet"].column,
  .ui.grid > .column.row > [class*="nine wide tablet"].column,
  .ui.grid > [class*="nine wide tablet"].column,
  .ui.column.grid > [class*="nine wide tablet"].column {
    width: 56.25% !important;
  }

  .ui.grid > .row > [class*="ten wide tablet"].column,
  .ui.grid > .column.row > [class*="ten wide tablet"].column,
  .ui.grid > [class*="ten wide tablet"].column,
  .ui.column.grid > [class*="ten wide tablet"].column {
    width: 62.5% !important;
  }

  .ui.grid > .row > [class*="eleven wide tablet"].column,
  .ui.grid > .column.row > [class*="eleven wide tablet"].column,
  .ui.grid > [class*="eleven wide tablet"].column,
  .ui.column.grid > [class*="eleven wide tablet"].column {
    width: 68.75% !important;
  }

  .ui.grid > .row > [class*="twelve wide tablet"].column,
  .ui.grid > .column.row > [class*="twelve wide tablet"].column,
  .ui.grid > [class*="twelve wide tablet"].column,
  .ui.column.grid > [class*="twelve wide tablet"].column {
    width: 75% !important;
  }

  .ui.grid > .row > [class*="thirteen wide tablet"].column,
  .ui.grid > .column.row > [class*="thirteen wide tablet"].column,
  .ui.grid > [class*="thirteen wide tablet"].column,
  .ui.column.grid > [class*="thirteen wide tablet"].column {
    width: 81.25% !important;
  }

  .ui.grid > .row > [class*="fourteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fourteen wide tablet"].column,
  .ui.grid > [class*="fourteen wide tablet"].column,
  .ui.column.grid > [class*="fourteen wide tablet"].column {
    width: 87.5% !important;
  }

  .ui.grid > .row > [class*="fifteen wide tablet"].column,
  .ui.grid > .column.row > [class*="fifteen wide tablet"].column,
  .ui.grid > [class*="fifteen wide tablet"].column,
  .ui.column.grid > [class*="fifteen wide tablet"].column {
    width: 93.75% !important;
  }

  .ui.grid > .row > [class*="sixteen wide tablet"].column,
  .ui.grid > .column.row > [class*="sixteen wide tablet"].column,
  .ui.grid > [class*="sixteen wide tablet"].column,
  .ui.column.grid > [class*="sixteen wide tablet"].column {
    width: 100% !important;
  }
}

/* Computer/Desktop Sizing Combinations */

@media only screen and (min-width: 992px) {
  .ui.grid > .row > [class*="one wide computer"].column,
  .ui.grid > .column.row > [class*="one wide computer"].column,
  .ui.grid > [class*="one wide computer"].column,
  .ui.column.grid > [class*="one wide computer"].column {
    width: 6.25% !important;
  }

  .ui.grid > .row > [class*="two wide computer"].column,
  .ui.grid > .column.row > [class*="two wide computer"].column,
  .ui.grid > [class*="two wide computer"].column,
  .ui.column.grid > [class*="two wide computer"].column {
    width: 12.5% !important;
  }

  .ui.grid > .row > [class*="three wide computer"].column,
  .ui.grid > .column.row > [class*="three wide computer"].column,
  .ui.grid > [class*="three wide computer"].column,
  .ui.column.grid > [class*="three wide computer"].column {
    width: 18.75% !important;
  }

  .ui.grid > .row > [class*="four wide computer"].column,
  .ui.grid > .column.row > [class*="four wide computer"].column,
  .ui.grid > [class*="four wide computer"].column,
  .ui.column.grid > [class*="four wide computer"].column {
    width: 25% !important;
  }

  .ui.grid > .row > [class*="five wide computer"].column,
  .ui.grid > .column.row > [class*="five wide computer"].column,
  .ui.grid > [class*="five wide computer"].column,
  .ui.column.grid > [class*="five wide computer"].column {
    width: 31.25% !important;
  }

  .ui.grid > .row > [class*="six wide computer"].column,
  .ui.grid > .column.row > [class*="six wide computer"].column,
  .ui.grid > [class*="six wide computer"].column,
  .ui.column.grid > [class*="six wide computer"].column {
    width: 37.5% !important;
  }

  .ui.grid > .row > [class*="seven wide computer"].column,
  .ui.grid > .column.row > [class*="seven wide computer"].column,
  .ui.grid > [class*="seven wide computer"].column,
  .ui.column.grid > [class*="seven wide computer"].column {
    width: 43.75% !important;
  }

  .ui.grid > .row > [class*="eight wide computer"].column,
  .ui.grid > .column.row > [class*="eight wide computer"].column,
  .ui.grid > [class*="eight wide computer"].column,
  .ui.column.grid > [class*="eight wide computer"].column {
    width: 50% !important;
  }

  .ui.grid > .row > [class*="nine wide computer"].column,
  .ui.grid > .column.row > [class*="nine wide computer"].column,
  .ui.grid > [class*="nine wide computer"].column,
  .ui.column.grid > [class*="nine wide computer"].column {
    width: 56.25% !important;
  }

  .ui.grid > .row > [class*="ten wide computer"].column,
  .ui.grid > .column.row > [class*="ten wide computer"].column,
  .ui.grid > [class*="ten wide computer"].column,
  .ui.column.grid > [class*="ten wide computer"].column {
    width: 62.5% !important;
  }

  .ui.grid > .row > [class*="eleven wide computer"].column,
  .ui.grid > .column.row > [class*="eleven wide computer"].column,
  .ui.grid > [class*="eleven wide computer"].column,
  .ui.column.grid > [class*="eleven wide computer"].column {
    width: 68.75% !important;
  }

  .ui.grid > .row > [class*="twelve wide computer"].column,
  .ui.grid > .column.row > [class*="twelve wide computer"].column,
  .ui.grid > [class*="twelve wide computer"].column,
  .ui.column.grid > [class*="twelve wide computer"].column {
    width: 75% !important;
  }

  .ui.grid > .row > [class*="thirteen wide computer"].column,
  .ui.grid > .column.row > [class*="thirteen wide computer"].column,
  .ui.grid > [class*="thirteen wide computer"].column,
  .ui.column.grid > [class*="thirteen wide computer"].column {
    width: 81.25% !important;
  }

  .ui.grid > .row > [class*="fourteen wide computer"].column,
  .ui.grid > .column.row > [class*="fourteen wide computer"].column,
  .ui.grid > [class*="fourteen wide computer"].column,
  .ui.column.grid > [class*="fourteen wide computer"].column {
    width: 87.5% !important;
  }

  .ui.grid > .row > [class*="fifteen wide computer"].column,
  .ui.grid > .column.row > [class*="fifteen wide computer"].column,
  .ui.grid > [class*="fifteen wide computer"].column,
  .ui.column.grid > [class*="fifteen wide computer"].column {
    width: 93.75% !important;
  }

  .ui.grid > .row > [class*="sixteen wide computer"].column,
  .ui.grid > .column.row > [class*="sixteen wide computer"].column,
  .ui.grid > [class*="sixteen wide computer"].column,
  .ui.column.grid > [class*="sixteen wide computer"].column {
    width: 100% !important;
  }
}

/* Large Monitor Sizing Combinations */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui.grid > .row > [class*="one wide large screen"].column,
  .ui.grid > .column.row > [class*="one wide large screen"].column,
  .ui.grid > [class*="one wide large screen"].column,
  .ui.column.grid > [class*="one wide large screen"].column {
    width: 6.25% !important;
  }

  .ui.grid > .row > [class*="two wide large screen"].column,
  .ui.grid > .column.row > [class*="two wide large screen"].column,
  .ui.grid > [class*="two wide large screen"].column,
  .ui.column.grid > [class*="two wide large screen"].column {
    width: 12.5% !important;
  }

  .ui.grid > .row > [class*="three wide large screen"].column,
  .ui.grid > .column.row > [class*="three wide large screen"].column,
  .ui.grid > [class*="three wide large screen"].column,
  .ui.column.grid > [class*="three wide large screen"].column {
    width: 18.75% !important;
  }

  .ui.grid > .row > [class*="four wide large screen"].column,
  .ui.grid > .column.row > [class*="four wide large screen"].column,
  .ui.grid > [class*="four wide large screen"].column,
  .ui.column.grid > [class*="four wide large screen"].column {
    width: 25% !important;
  }

  .ui.grid > .row > [class*="five wide large screen"].column,
  .ui.grid > .column.row > [class*="five wide large screen"].column,
  .ui.grid > [class*="five wide large screen"].column,
  .ui.column.grid > [class*="five wide large screen"].column {
    width: 31.25% !important;
  }

  .ui.grid > .row > [class*="six wide large screen"].column,
  .ui.grid > .column.row > [class*="six wide large screen"].column,
  .ui.grid > [class*="six wide large screen"].column,
  .ui.column.grid > [class*="six wide large screen"].column {
    width: 37.5% !important;
  }

  .ui.grid > .row > [class*="seven wide large screen"].column,
  .ui.grid > .column.row > [class*="seven wide large screen"].column,
  .ui.grid > [class*="seven wide large screen"].column,
  .ui.column.grid > [class*="seven wide large screen"].column {
    width: 43.75% !important;
  }

  .ui.grid > .row > [class*="eight wide large screen"].column,
  .ui.grid > .column.row > [class*="eight wide large screen"].column,
  .ui.grid > [class*="eight wide large screen"].column,
  .ui.column.grid > [class*="eight wide large screen"].column {
    width: 50% !important;
  }

  .ui.grid > .row > [class*="nine wide large screen"].column,
  .ui.grid > .column.row > [class*="nine wide large screen"].column,
  .ui.grid > [class*="nine wide large screen"].column,
  .ui.column.grid > [class*="nine wide large screen"].column {
    width: 56.25% !important;
  }

  .ui.grid > .row > [class*="ten wide large screen"].column,
  .ui.grid > .column.row > [class*="ten wide large screen"].column,
  .ui.grid > [class*="ten wide large screen"].column,
  .ui.column.grid > [class*="ten wide large screen"].column {
    width: 62.5% !important;
  }

  .ui.grid > .row > [class*="eleven wide large screen"].column,
  .ui.grid > .column.row > [class*="eleven wide large screen"].column,
  .ui.grid > [class*="eleven wide large screen"].column,
  .ui.column.grid > [class*="eleven wide large screen"].column {
    width: 68.75% !important;
  }

  .ui.grid > .row > [class*="twelve wide large screen"].column,
  .ui.grid > .column.row > [class*="twelve wide large screen"].column,
  .ui.grid > [class*="twelve wide large screen"].column,
  .ui.column.grid > [class*="twelve wide large screen"].column {
    width: 75% !important;
  }

  .ui.grid > .row > [class*="thirteen wide large screen"].column,
  .ui.grid > .column.row > [class*="thirteen wide large screen"].column,
  .ui.grid > [class*="thirteen wide large screen"].column,
  .ui.column.grid > [class*="thirteen wide large screen"].column {
    width: 81.25% !important;
  }

  .ui.grid > .row > [class*="fourteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fourteen wide large screen"].column,
  .ui.grid > [class*="fourteen wide large screen"].column,
  .ui.column.grid > [class*="fourteen wide large screen"].column {
    width: 87.5% !important;
  }

  .ui.grid > .row > [class*="fifteen wide large screen"].column,
  .ui.grid > .column.row > [class*="fifteen wide large screen"].column,
  .ui.grid > [class*="fifteen wide large screen"].column,
  .ui.column.grid > [class*="fifteen wide large screen"].column {
    width: 93.75% !important;
  }

  .ui.grid > .row > [class*="sixteen wide large screen"].column,
  .ui.grid > .column.row > [class*="sixteen wide large screen"].column,
  .ui.grid > [class*="sixteen wide large screen"].column,
  .ui.column.grid > [class*="sixteen wide large screen"].column {
    width: 100% !important;
  }
}

/* Widescreen Sizing Combinations */

@media only screen and (min-width: 1920px) {
  .ui.grid > .row > [class*="one wide widescreen"].column,
  .ui.grid > .column.row > [class*="one wide widescreen"].column,
  .ui.grid > [class*="one wide widescreen"].column,
  .ui.column.grid > [class*="one wide widescreen"].column {
    width: 6.25% !important;
  }

  .ui.grid > .row > [class*="two wide widescreen"].column,
  .ui.grid > .column.row > [class*="two wide widescreen"].column,
  .ui.grid > [class*="two wide widescreen"].column,
  .ui.column.grid > [class*="two wide widescreen"].column {
    width: 12.5% !important;
  }

  .ui.grid > .row > [class*="three wide widescreen"].column,
  .ui.grid > .column.row > [class*="three wide widescreen"].column,
  .ui.grid > [class*="three wide widescreen"].column,
  .ui.column.grid > [class*="three wide widescreen"].column {
    width: 18.75% !important;
  }

  .ui.grid > .row > [class*="four wide widescreen"].column,
  .ui.grid > .column.row > [class*="four wide widescreen"].column,
  .ui.grid > [class*="four wide widescreen"].column,
  .ui.column.grid > [class*="four wide widescreen"].column {
    width: 25% !important;
  }

  .ui.grid > .row > [class*="five wide widescreen"].column,
  .ui.grid > .column.row > [class*="five wide widescreen"].column,
  .ui.grid > [class*="five wide widescreen"].column,
  .ui.column.grid > [class*="five wide widescreen"].column {
    width: 31.25% !important;
  }

  .ui.grid > .row > [class*="six wide widescreen"].column,
  .ui.grid > .column.row > [class*="six wide widescreen"].column,
  .ui.grid > [class*="six wide widescreen"].column,
  .ui.column.grid > [class*="six wide widescreen"].column {
    width: 37.5% !important;
  }

  .ui.grid > .row > [class*="seven wide widescreen"].column,
  .ui.grid > .column.row > [class*="seven wide widescreen"].column,
  .ui.grid > [class*="seven wide widescreen"].column,
  .ui.column.grid > [class*="seven wide widescreen"].column {
    width: 43.75% !important;
  }

  .ui.grid > .row > [class*="eight wide widescreen"].column,
  .ui.grid > .column.row > [class*="eight wide widescreen"].column,
  .ui.grid > [class*="eight wide widescreen"].column,
  .ui.column.grid > [class*="eight wide widescreen"].column {
    width: 50% !important;
  }

  .ui.grid > .row > [class*="nine wide widescreen"].column,
  .ui.grid > .column.row > [class*="nine wide widescreen"].column,
  .ui.grid > [class*="nine wide widescreen"].column,
  .ui.column.grid > [class*="nine wide widescreen"].column {
    width: 56.25% !important;
  }

  .ui.grid > .row > [class*="ten wide widescreen"].column,
  .ui.grid > .column.row > [class*="ten wide widescreen"].column,
  .ui.grid > [class*="ten wide widescreen"].column,
  .ui.column.grid > [class*="ten wide widescreen"].column {
    width: 62.5% !important;
  }

  .ui.grid > .row > [class*="eleven wide widescreen"].column,
  .ui.grid > .column.row > [class*="eleven wide widescreen"].column,
  .ui.grid > [class*="eleven wide widescreen"].column,
  .ui.column.grid > [class*="eleven wide widescreen"].column {
    width: 68.75% !important;
  }

  .ui.grid > .row > [class*="twelve wide widescreen"].column,
  .ui.grid > .column.row > [class*="twelve wide widescreen"].column,
  .ui.grid > [class*="twelve wide widescreen"].column,
  .ui.column.grid > [class*="twelve wide widescreen"].column {
    width: 75% !important;
  }

  .ui.grid > .row > [class*="thirteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="thirteen wide widescreen"].column,
  .ui.grid > [class*="thirteen wide widescreen"].column,
  .ui.column.grid > [class*="thirteen wide widescreen"].column {
    width: 81.25% !important;
  }

  .ui.grid > .row > [class*="fourteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fourteen wide widescreen"].column,
  .ui.grid > [class*="fourteen wide widescreen"].column,
  .ui.column.grid > [class*="fourteen wide widescreen"].column {
    width: 87.5% !important;
  }

  .ui.grid > .row > [class*="fifteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="fifteen wide widescreen"].column,
  .ui.grid > [class*="fifteen wide widescreen"].column,
  .ui.column.grid > [class*="fifteen wide widescreen"].column {
    width: 93.75% !important;
  }

  .ui.grid > .row > [class*="sixteen wide widescreen"].column,
  .ui.grid > .column.row > [class*="sixteen wide widescreen"].column,
  .ui.grid > [class*="sixteen wide widescreen"].column,
  .ui.column.grid > [class*="sixteen wide widescreen"].column {
    width: 100% !important;
  }
}

/*----------------------
        Centered
-----------------------*/

.ui.centered.grid,
.ui.centered.grid > .row,
.ui.grid > .centered.row {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui.centered.grid > .column:not(.aligned):not(.justified):not(.row),
.ui.centered.grid > .row > .column:not(.aligned):not(.justified),
.ui.grid .centered.row > .column:not(.aligned):not(.justified) {
  text-align: left;
}

.ui.grid > .centered.column,
.ui.grid > .row > .centered.column {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------
        Relaxed
-----------------------*/

.ui.relaxed.grid > .column:not(.row),
.ui.relaxed.grid > .row > .column,
.ui.grid > .relaxed.row > .column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.ui[class*="very relaxed"].grid > .column:not(.row),
.ui[class*="very relaxed"].grid > .row > .column,
.ui.grid > [class*="very relaxed"].row > .column {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

/* Coupling with UI Divider */

.ui.relaxed.grid .row + .ui.divider,
.ui.grid .relaxed.row + .ui.divider {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.ui[class*="very relaxed"].grid .row + .ui.divider,
.ui.grid [class*="very relaxed"].row + .ui.divider {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

/*----------------------
        Padded
-----------------------*/

.ui.padded.grid:not(.vertically):not(.horizontally) {
  margin: 0em !important;
}

[class*="horizontally padded"].ui.grid {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

[class*="vertically padded"].ui.grid {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

/*----------------------
       "Floated"
-----------------------*/

.ui.grid [class*="left floated"].column {
  margin-right: auto;
}

.ui.grid [class*="right floated"].column {
  margin-left: auto;
}

/*----------------------
        Divided
-----------------------*/

.ui.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Swap from padding to margin on columns to have dividers align */

.ui[class*="vertically divided"].grid > .column:not(.row),
.ui[class*="vertically divided"].grid > .row > .column {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.ui[class*="vertically divided"].grid > .row {
  margin-top: 0em;
  margin-bottom: 0em;
}

/* No divider on first column on row */

.ui.divided.grid:not([class*="vertically divided"]) > .column:first-child,
.ui.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  box-shadow: none;
}

/* No space on top of first row */

.ui[class*="vertically divided"].grid > .row:first-child > .column {
  margin-top: 0em;
}

/* Divided Row */

.ui.grid > .divided.row > .column {
  box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
}

.ui.grid > .divided.row > .column:first-child {
  box-shadow: none;
}

/* Vertically Divided */

.ui[class*="vertically divided"].grid > .row {
  position: relative;
}

.ui[class*="vertically divided"].grid > .row:before {
  position: absolute;
  content: "";
  top: 0em;
  left: 0px;
  width: calc(100% -  2rem );
  height: 1px;
  margin: 0% 1rem;
  box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Padded Horizontally Divided */

[class*="horizontally padded"].ui.divided.grid,
.ui.padded.divided.grid:not(.vertically):not(.horizontally) {
  width: 100%;
}

/* First Row Vertically Divided */

.ui[class*="vertically divided"].grid > .row:first-child:before {
  box-shadow: none;
}

/* Inverted Divided */

.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row),
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column {
  box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
}

.ui.inverted.divided.grid:not([class*="vertically divided"]) > .column:not(.row):first-child,
.ui.inverted.divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
  box-shadow: none;
}

.ui.inverted[class*="vertically divided"].grid > .row:before {
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.1);
}

/* Relaxed */

.ui.relaxed[class*="vertically divided"].grid > .row:before {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  width: calc(100% -  3rem );
}

.ui[class*="very relaxed"][class*="vertically divided"].grid > .row:before {
  margin-left: 5rem;
  margin-right: 5rem;
  width: calc(100% -  5rem );
}

/*----------------------
         Celled
-----------------------*/

.ui.celled.grid {
  width: 100%;
  margin: 1em 0em;
  box-shadow: 0px 0px 0px 1px #D4D4D5;
}

.ui.celled.grid > .row {
  width: 100% !important;
  margin: 0em;
  padding: 0em;
  box-shadow: 0px -1px 0px 0px #D4D4D5;
}

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  box-shadow: -1px 0px 0px 0px #D4D4D5;
}

.ui.celled.grid > .column:first-child,
.ui.celled.grid > .row > .column:first-child {
  box-shadow: none;
}

.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column {
  padding: 1em;
}

.ui.relaxed.celled.grid > .column:not(.row),
.ui.relaxed.celled.grid > .row > .column {
  padding: 1.5em;
}

.ui[class*="very relaxed"].celled.grid > .column:not(.row),
.ui[class*="very relaxed"].celled.grid > .row > .column {
  padding: 2em;
}

/* Internally Celled */

.ui[class*="internally celled"].grid {
  box-shadow: none;
  margin: 0em;
}

.ui[class*="internally celled"].grid > .row:first-child {
  box-shadow: none;
}

.ui[class*="internally celled"].grid > .row > .column:first-child {
  box-shadow: none;
}

/*----------------------
   Vertically Aligned
-----------------------*/

/* Top Aligned */

.ui[class*="top aligned"].grid > .column:not(.row),
.ui[class*="top aligned"].grid > .row > .column,
.ui.grid > [class*="top aligned"].row > .column,
.ui.grid > [class*="top aligned"].column:not(.row),
.ui.grid > .row > [class*="top aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: top;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* Middle Aligned */

.ui[class*="middle aligned"].grid > .column:not(.row),
.ui[class*="middle aligned"].grid > .row > .column,
.ui.grid > [class*="middle aligned"].row > .column,
.ui.grid > [class*="middle aligned"].column:not(.row),
.ui.grid > .row > [class*="middle aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: middle;
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

/* Bottom Aligned */

.ui[class*="bottom aligned"].grid > .column:not(.row),
.ui[class*="bottom aligned"].grid > .row > .column,
.ui.grid > [class*="bottom aligned"].row > .column,
.ui.grid > [class*="bottom aligned"].column:not(.row),
.ui.grid > .row > [class*="bottom aligned"].column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  vertical-align: bottom;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* Stretched */

.ui.stretched.grid > .row > .column,
.ui.stretched.grid > .column,
.ui.grid > .stretched.row > .column,
.ui.grid > .stretched.column:not(.row),
.ui.grid > .row > .stretched.column {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ui.stretched.grid > .row > .column > *,
.ui.stretched.grid > .column > *,
.ui.grid > .stretched.row > .column > *,
.ui.grid > .stretched.column:not(.row) > *,
.ui.grid > .row > .stretched.column > * {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*----------------------
  Horizontally Centered
-----------------------*/

/* Left Aligned */

.ui[class*="left aligned"].grid > .column,
.ui[class*="left aligned"].grid > .row > .column,
.ui.grid > [class*="left aligned"].row > .column,
.ui.grid > [class*="left aligned"].column.column,
.ui.grid > .row > [class*="left aligned"].column.column {
  text-align: left;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit;
}

/* Center Aligned */

.ui[class*="center aligned"].grid > .column,
.ui[class*="center aligned"].grid > .row > .column,
.ui.grid > [class*="center aligned"].row > .column,
.ui.grid > [class*="center aligned"].column.column,
.ui.grid > .row > [class*="center aligned"].column.column {
  text-align: center;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit;
}

.ui[class*="center aligned"].grid {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Right Aligned */

.ui[class*="right aligned"].grid > .column,
.ui[class*="right aligned"].grid > .row > .column,
.ui.grid > [class*="right aligned"].row > .column,
.ui.grid > [class*="right aligned"].column.column,
.ui.grid > .row > [class*="right aligned"].column.column {
  text-align: right;
  -ms-flex-item-align: inherit;
  -ms-grid-row-align: inherit;
  align-self: inherit;
}

/* Justified */

.ui.justified.grid > .column,
.ui.justified.grid > .row > .column,
.ui.grid > .justified.row > .column,
.ui.grid > .justified.column.column,
.ui.grid > .row > .justified.column.column {
  text-align: justify;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/*----------------------
         Colored
-----------------------*/

.ui.grid > .row > .red.column,
.ui.grid > .row > .orange.column,
.ui.grid > .row > .yellow.column,
.ui.grid > .row > .olive.column,
.ui.grid > .row > .green.column,
.ui.grid > .row > .teal.column,
.ui.grid > .row > .blue.column,
.ui.grid > .row > .violet.column,
.ui.grid > .row > .purple.column,
.ui.grid > .row > .pink.column,
.ui.grid > .row > .brown.column,
.ui.grid > .row > .grey.column,
.ui.grid > .row > .black.column {
  margin-top: -1rem;
  margin-bottom: -1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Red */

.ui.grid > .red.row,
.ui.grid > .red.column,
.ui.grid > .row > .red.column {
  background-color: #DB2828 !important;
  color: #FFFFFF;
}

/* Orange */

.ui.grid > .orange.row,
.ui.grid > .orange.column,
.ui.grid > .row > .orange.column {
  background-color: #F2711C !important;
  color: #FFFFFF;
}

/* Yellow */

.ui.grid > .yellow.row,
.ui.grid > .yellow.column,
.ui.grid > .row > .yellow.column {
  background-color: #FBBD08 !important;
  color: #FFFFFF;
}

/* Olive */

.ui.grid > .olive.row,
.ui.grid > .olive.column,
.ui.grid > .row > .olive.column {
  background-color: #B5CC18 !important;
  color: #FFFFFF;
}

/* Green */

.ui.grid > .green.row,
.ui.grid > .green.column,
.ui.grid > .row > .green.column {
  background-color: #21BA45 !important;
  color: #FFFFFF;
}

/* Teal */

.ui.grid > .teal.row,
.ui.grid > .teal.column,
.ui.grid > .row > .teal.column {
  background-color: #00B5AD !important;
  color: #FFFFFF;
}

/* Blue */

.ui.grid > .blue.row,
.ui.grid > .blue.column,
.ui.grid > .row > .blue.column {
  background-color: #2185D0 !important;
  color: #FFFFFF;
}

/* Violet */

.ui.grid > .violet.row,
.ui.grid > .violet.column,
.ui.grid > .row > .violet.column {
  background-color: #6435C9 !important;
  color: #FFFFFF;
}

/* Purple */

.ui.grid > .purple.row,
.ui.grid > .purple.column,
.ui.grid > .row > .purple.column {
  background-color: #A333C8 !important;
  color: #FFFFFF;
}

/* Pink */

.ui.grid > .pink.row,
.ui.grid > .pink.column,
.ui.grid > .row > .pink.column {
  background-color: #E03997 !important;
  color: #FFFFFF;
}

/* Brown */

.ui.grid > .brown.row,
.ui.grid > .brown.column,
.ui.grid > .row > .brown.column {
  background-color: #A5673F !important;
  color: #FFFFFF;
}

/* Grey */

.ui.grid > .grey.row,
.ui.grid > .grey.column,
.ui.grid > .row > .grey.column {
  background-color: #767676 !important;
  color: #FFFFFF;
}

/* Black */

.ui.grid > .black.row,
.ui.grid > .black.column,
.ui.grid > .row > .black.column {
  background-color: #1B1C1D !important;
  color: #FFFFFF;
}

/*----------------------
      Equal Width
-----------------------*/

.ui[class*="equal width"].grid > .column:not(.row),
.ui[class*="equal width"].grid > .row > .column,
.ui.grid > [class*="equal width"].row > .column {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ui[class*="equal width"].grid > .wide.column,
.ui[class*="equal width"].grid > .row > .wide.column,
.ui.grid > [class*="equal width"].row > .wide.column {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

/*----------------------
        Reverse
-----------------------*/

/* Mobile */

@media only screen and (max-width: 767px) {
  .ui[class*="mobile reversed"].grid,
  .ui[class*="mobile reversed"].grid > .row,
  .ui.grid > [class*="mobile reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ui[class*="mobile vertically reversed"].grid,
  .ui.stackable[class*="mobile reversed"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* Divided Reversed */

  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  }

  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="mobile reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    box-shadow: none;
  }

  /* Vertically Divided Reversed */

  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:first-child:before {
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  }

  .ui.grid[class*="vertically divided"][class*="mobile vertically reversed"] > .row:last-child:before {
    box-shadow: none;
  }

  /* Celled Reversed */

  .ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
    box-shadow: -1px 0px 0px 0px #D4D4D5;
  }

  .ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
    box-shadow: none;
  }
}

/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui[class*="tablet reversed"].grid,
  .ui[class*="tablet reversed"].grid > .row,
  .ui.grid > [class*="tablet reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ui[class*="tablet vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* Divided Reversed */

  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  }

  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="tablet reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    box-shadow: none;
  }

  /* Vertically Divided Reversed */

  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:first-child:before {
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  }

  .ui.grid[class*="vertically divided"][class*="tablet vertically reversed"] > .row:last-child:before {
    box-shadow: none;
  }

  /* Celled Reversed */

  .ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
    box-shadow: -1px 0px 0px 0px #D4D4D5;
  }

  .ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
    box-shadow: none;
  }
}

/* Computer */

@media only screen and (min-width: 992px) {
  .ui[class*="computer reversed"].grid,
  .ui[class*="computer reversed"].grid > .row,
  .ui.grid > [class*="computer reversed"].row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .ui[class*="computer vertically reversed"].grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* Divided Reversed */

  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:first-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:first-child {
    box-shadow: -1px 0px 0px 0px rgba(34, 36, 38, 0.15);
  }

  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .column:last-child,
  .ui[class*="computer reversed"].divided.grid:not([class*="vertically divided"]) > .row > .column:last-child {
    box-shadow: none;
  }

  /* Vertically Divided Reversed */

  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:first-child:before {
    box-shadow: 0px -1px 0px 0px rgba(34, 36, 38, 0.15);
  }

  .ui.grid[class*="vertically divided"][class*="computer vertically reversed"] > .row:last-child:before {
    box-shadow: none;
  }

  /* Celled Reversed */

  .ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
    box-shadow: -1px 0px 0px 0px #D4D4D5;
  }

  .ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
    box-shadow: none;
  }
}

/*-------------------
      Doubling
--------------------*/

/* Tablet Only */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.doubling.grid {
    width: auto;
  }

  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important;
  }

  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    display: inline-block !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    box-shadow: none !important;
    margin: 0em;
  }

  .ui[class*="two column"].doubling.grid > .row > .column,
  .ui[class*="two column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling.row.row > .column {
    width: 100% !important;
  }

  .ui[class*="three column"].doubling.grid > .row > .column,
  .ui[class*="three column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling.row.row > .column {
    width: 50% !important;
  }

  .ui[class*="four column"].doubling.grid > .row > .column,
  .ui[class*="four column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling.row.row > .column {
    width: 50% !important;
  }

  .ui[class*="five column"].doubling.grid > .row > .column,
  .ui[class*="five column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="six column"].doubling.grid > .row > .column,
  .ui[class*="six column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="seven column"].doubling.grid > .row > .column,
  .ui[class*="seven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling.row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="eight column"].doubling.grid > .row > .column,
  .ui[class*="eight column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling.row.row > .column {
    width: 25% !important;
  }

  .ui[class*="nine column"].doubling.grid > .row > .column,
  .ui[class*="nine column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling.row.row > .column {
    width: 25% !important;
  }

  .ui[class*="ten column"].doubling.grid > .row > .column,
  .ui[class*="ten column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling.row.row > .column {
    width: 20% !important;
  }

  .ui[class*="eleven column"].doubling.grid > .row > .column,
  .ui[class*="eleven column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling.row.row > .column {
    width: 20% !important;
  }

  .ui[class*="twelve column"].doubling.grid > .row > .column,
  .ui[class*="twelve column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling.row.row > .column {
    width: 16.66666667% !important;
  }

  .ui[class*="thirteen column"].doubling.grid > .row > .column,
  .ui[class*="thirteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling.row.row > .column {
    width: 16.66666667% !important;
  }

  .ui[class*="fourteen column"].doubling.grid > .row > .column,
  .ui[class*="fourteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling.row.row > .column {
    width: 14.28571429% !important;
  }

  .ui[class*="fifteen column"].doubling.grid > .row > .column,
  .ui[class*="fifteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling.row.row > .column {
    width: 14.28571429% !important;
  }

  .ui[class*="sixteen column"].doubling.grid > .row > .column,
  .ui[class*="sixteen column"].doubling.grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling.row.row > .column {
    width: 12.5% !important;
  }
}

/* Mobile Only */

@media only screen and (max-width: 767px) {
  .ui.grid > .doubling.row,
  .ui.doubling.grid > .row {
    margin: 0em !important;
    padding: 0em !important;
  }

  .ui.grid > .doubling.row > .column,
  .ui.doubling.grid > .row > .column {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    margin: 0em !important;
    box-shadow: none !important;
  }

  .ui[class*="two column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="two column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="two column"].doubling:not(.stackable).row.row > .column {
    width: 100% !important;
  }

  .ui[class*="three column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="three column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="three column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="four column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="four column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="four column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="five column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="five column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="five column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="six column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="six column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="six column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="seven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="seven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="seven column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="eight column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eight column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eight column"].doubling:not(.stackable).row.row > .column {
    width: 50% !important;
  }

  .ui[class*="nine column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="nine column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="nine column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="ten column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="ten column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="ten column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="eleven column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="eleven column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="eleven column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="twelve column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="twelve column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="twelve column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="thirteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="thirteen column"].doubling:not(.stackable).row.row > .column {
    width: 33.33333333% !important;
  }

  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fourteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fourteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }

  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="fifteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="fifteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }

  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .row > .column,
  .ui[class*="sixteen column"].doubling:not(.stackable).grid > .column:not(.row),
  .ui.grid > [class*="sixteen column"].doubling:not(.stackable).row.row > .column {
    width: 25% !important;
  }
}

/*-------------------
      Stackable
--------------------*/

@media only screen and (max-width: 767px) {
  .ui.stackable.grid {
    width: auto;
    margin-left: 0em !important;
    margin-right: 0em !important;
  }

  .ui.stackable.grid > .row > .wide.column,
  .ui.stackable.grid > .wide.column,
  .ui.stackable.grid > .column.grid > .column,
  .ui.stackable.grid > .column.row > .column,
  .ui.stackable.grid > .row > .column,
  .ui.stackable.grid > .column:not(.row),
  .ui.grid > .stackable.stackable.row > .column {
    width: 100% !important;
    margin: 0em 0em !important;
    box-shadow: none !important;
    padding: 1rem 1rem !important;
  }

  .ui.stackable.grid:not(.vertically) > .row {
    margin: 0em;
    padding: 0em;
  }

  /* Coupling */

  .ui.container > .ui.stackable.grid > .column,
  .ui.container > .ui.stackable.grid > .row > .column {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }

  /* Don't pad inside segment or nested grid */

  .ui.grid .ui.stackable.grid,
  .ui.segment:not(.vertical) .ui.stackable.page.grid {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  /* Divided Stackable */

  .ui.stackable.divided.grid > .row:first-child > .column:first-child,
  .ui.stackable.celled.grid > .row:first-child > .column:first-child,
  .ui.stackable.divided.grid > .column:not(.row):first-child,
  .ui.stackable.celled.grid > .column:not(.row):first-child {
    border-top: none !important;
  }

  .ui.inverted.stackable.celled.grid > .column:not(.row),
  .ui.inverted.stackable.divided.grid > .column:not(.row),
  .ui.inverted.stackable.celled.grid > .row > .column,
  .ui.inverted.stackable.divided.grid > .row > .column {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ui.stackable.celled.grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.celled.grid > .row > .column,
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: none !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .ui.stackable.celled.grid > .row {
    box-shadow: none !important;
  }

  .ui.stackable.divided:not(.vertically).grid > .column:not(.row),
  .ui.stackable.divided:not(.vertically).grid > .row > .column {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
}

/*----------------------
     Only (Device)
-----------------------*/

/* These include arbitrary class repetitions for forced specificity */

/* Mobile Only Hide */

@media only screen and (max-width: 767px) {
  .ui[class*="tablet only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="computer only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}

/* Tablet Only Hide */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.tablet) {
    display: none !important;
  }

  .ui[class*="computer only"].grid.grid.grid:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].row:not(.tablet),
  .ui.grid.grid.grid > [class*="computer only"].column:not(.tablet),
  .ui.grid.grid.grid > .row > [class*="computer only"].column:not(.tablet) {
    display: none !important;
  }

  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}

/* Computer Only Hide */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="large screen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="large screen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}

/* Large Screen Only Hide */

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
  .ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
  .ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
    display: none !important;
  }
}

/* Widescreen Only Hide */

@media only screen and (min-width: 1920px) {
  .ui[class*="mobile only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="mobile only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="mobile only"].column:not(.computer) {
    display: none !important;
  }

  .ui[class*="tablet only"].grid.grid.grid:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].row:not(.computer),
  .ui.grid.grid.grid > [class*="tablet only"].column:not(.computer),
  .ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
    display: none !important;
  }
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*
 * # Semantic - Menu
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2015 Contributor
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Standard
*******************************/

/*--------------
      Menu
---------------*/

.ui.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  font-weight: normal;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  min-height: 2.85714286em;
}

.ui.menu:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.ui.menu:first-child {
  margin-top: 0rem;
}

.ui.menu:last-child {
  margin-bottom: 0rem;
}

/*--------------
    Sub-Menu
---------------*/

.ui.menu .menu {
  margin: 0em;
}

.ui.menu:not(.vertical) > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------
      Item
---------------*/

.ui.menu:not(.vertical) .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui.menu .item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  padding: 0.92857143em 1.14285714em;
  text-transform: none;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  -webkit-transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
}

.ui.menu > .item:first-child {
  border-radius: 0.28571429rem 0px 0px 0.28571429rem;
}

/* Border */

.ui.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  right: 0px;
  height: 100%;
  width: 1px;
  background: rgba(34, 36, 38, 0.1);
}

/*--------------
  Text Content
---------------*/

.ui.menu .text.item > *,
.ui.menu .item > a:not(.ui),
.ui.menu .item > p:only-child {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  line-height: 1.3;
}

.ui.menu .item > p:first-child {
  margin-top: 0;
}

.ui.menu .item > p:last-child {
  margin-bottom: 0;
}

/*--------------
      Icons
---------------*/

.ui.menu .item > i.icon {
  opacity: 0.9;
  float: none;
  margin: 0em 0.35714286em 0em 0em;
}

/*--------------
     Button
---------------*/

.ui.menu:not(.vertical) .item > .button {
  position: relative;
  top: 0em;
  margin: -0.5em 0em;
  padding-bottom: 0.78571429em;
  padding-top: 0.78571429em;
  font-size: 1em;
}

/*----------------
 Grid / Container
-----------------*/

.ui.menu > .grid,
.ui.menu > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: inherit;
  flex-direction: inherit;
}

/*--------------
     Inputs
---------------*/

.ui.menu .item > .input {
  width: 100%;
}

.ui.menu:not(.vertical) .item > .input {
  position: relative;
  top: 0em;
  margin: -0.5em 0em;
}

.ui.menu .item > .input input {
  font-size: 1em;
  padding-top: 0.57142857em;
  padding-bottom: 0.57142857em;
}

/*--------------
     Header
---------------*/

.ui.menu .header.item,
.ui.vertical.menu .header.item {
  margin: 0em;
  background: '';
  text-transform: normal;
  font-weight: bold;
}

.ui.vertical.menu .item > .header:not(.ui) {
  margin: 0em 0em 0.5em;
  font-size: 1em;
  font-weight: bold;
}

/*--------------
    Dropdowns
---------------*/

/* Dropdown Icon */

.ui.menu .item > i.dropdown.icon {
  padding: 0em;
  float: right;
  margin: 0em 0em 0em 1em;
}

/* Menu */

.ui.menu .dropdown.item .menu {
  min-width: calc(100% - 1px);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  background: #FFFFFF;
  margin: 0em 0px 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* Menu Items */

.ui.menu .ui.dropdown .menu > .item {
  margin: 0;
  text-align: left;
  font-size: 1em !important;
  padding: 0.78571429em 1.14285714em !important;
  background: transparent !important;
  color: rgba(0, 0, 0, 0.87) !important;
  text-transform: none !important;
  font-weight: normal !important;
  box-shadow: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.ui.menu .ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.menu .ui.dropdown .menu > .selected.item {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.menu .ui.dropdown .menu > .active.item {
  background: rgba(0, 0, 0, 0.03) !important;
  font-weight: bold !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
  display: block;
}

.ui.menu .ui.dropdown .menu > .item .icon:not(.dropdown) {
  display: inline-block;
  font-size: 1em !important;
  float: none;
  margin: 0em 0.75em 0em 0em;
}

/* Secondary */

.ui.secondary.menu .dropdown.item > .menu,
.ui.text.menu .dropdown.item > .menu {
  border-radius: 0.28571429rem;
  margin-top: 0.35714286em;
}

/* Pointing */

.ui.menu .pointing.dropdown.item .menu {
  margin-top: 0.75em;
}

/* Inverted */

.ui.inverted.menu .search.dropdown.item > .search,
.ui.inverted.menu .search.dropdown.item > .text {
  color: rgba(255, 255, 255, 0.9);
}

/* Vertical */

.ui.vertical.menu .dropdown.item > .icon {
  float: right;
  content: "\F0DA";
  margin-left: 1em;
}

.ui.vertical.menu .dropdown.item .menu {
  left: 100%;
  min-width: 0;
  margin: 0em 0em 0em 0em;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0.28571429rem 0.28571429rem 0.28571429rem;
}

.ui.vertical.menu .dropdown.item.upward .menu {
  bottom: 0;
}

.ui.vertical.menu .dropdown.item:not(.upward) .menu {
  top: 0;
}

.ui.vertical.menu .active.dropdown.item {
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
}

.ui.vertical.menu .dropdown.active.item {
  box-shadow: none;
}

/* Evenly Divided */

.ui.item.menu .dropdown .menu .item {
  width: 100%;
}

/*--------------
     Labels
---------------*/

.ui.menu .item > .label {
  background: #999999;
  color: #FFFFFF;
  margin-left: 1em;
  padding: 0.3em 0.78571429em;
}

.ui.vertical.menu .item > .label {
  background: #999999;
  color: #FFFFFF;
  margin-top: -0.15em;
  margin-bottom: -0.15em;
  padding: 0.3em 0.78571429em;
}

.ui.menu .item > .floating.label {
  padding: 0.3em 0.78571429em;
}

/*--------------
     Images
---------------*/

.ui.menu .item > img:not(.ui) {
  display: inline-block;
  vertical-align: middle;
  margin: -0.3em 0em;
  width: 2.5em;
}

.ui.vertical.menu .item > img:not(.ui):only-child {
  display: block;
  max-width: 100%;
  width: auto;
}

/*******************************
          Coupling
*******************************/

/*--------------
     Sidebar
---------------*/

/* Show vertical dividers below last */

.ui.vertical.sidebar.menu > .item:first-child:before {
  display: block !important;
}

.ui.vertical.sidebar.menu > .item::before {
  top: auto;
  bottom: 0px;
}

/*--------------
    Container
---------------*/

@media only screen and (max-width: 767px) {
  .ui.menu > .ui.container {
    width: 100% !important;
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
}

@media only screen and (min-width: 768px) {
  .ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
    border-left: 1px solid rgba(34, 36, 38, 0.1);
  }
}

/*******************************
             States
*******************************/

/*--------------
      Hover
---------------*/

.ui.link.menu .item:hover,
.ui.menu .dropdown.item:hover,
.ui.menu .link.item:hover,
.ui.menu a.item:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Pressed
---------------*/

.ui.link.menu .item:active,
.ui.menu .link.item:active,
.ui.menu a.item:active {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Active
---------------*/

.ui.menu .active.item {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  font-weight: normal;
  box-shadow: none;
}

.ui.menu .active.item > i.icon {
  opacity: 1;
}

/*--------------
  Active Hover
---------------*/

.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Disabled
---------------*/

.ui.menu .item.disabled,
.ui.menu .item.disabled:hover {
  cursor: default;
  background-color: transparent !important;
  color: rgba(40, 40, 40, 0.3);
}

/*******************************
             Types
*******************************/

/*------------------
Floated Menu / Item
-------------------*/

/* Left Floated */

.ui.menu:not(.vertical) .left.item,
.ui.menu:not(.vertical) .left.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto !important;
}

/* Right Floated */

.ui.menu:not(.vertical) .right.item,
.ui.menu:not(.vertical) .right.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto !important;
}

/* Swapped Borders */

.ui.menu .right.item::before,
.ui.menu .right.menu > .item::before {
  right: auto;
  left: 0;
}

/*--------------
    Vertical
---------------*/

.ui.vertical.menu {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}

/*--- Item ---*/

.ui.vertical.menu .item {
  display: block;
  background: none;
  border-top: none;
  border-right: none;
}

.ui.vertical.menu > .item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0px 0px;
}

.ui.vertical.menu > .item:last-child {
  border-radius: 0px 0px 0.28571429rem 0.28571429rem;
}

/*--- Label ---*/

.ui.vertical.menu .item > .label {
  float: right;
  text-align: center;
}

/*--- Icon ---*/

.ui.vertical.menu .item > i.icon {
  width: 1.18em;
  float: right;
  margin: 0em 0em 0em 0.5em;
}

.ui.vertical.menu .item > .label + i.icon {
  float: none;
  margin: 0em 0.5em 0em 0em;
}

/*--- Border ---*/

.ui.vertical.menu .item:before {
  position: absolute;
  content: '';
  top: 0%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: rgba(34, 36, 38, 0.1);
}

.ui.vertical.menu .item:first-child:before {
  display: none !important;
}

/*--- Sub Menu ---*/

.ui.vertical.menu .item > .menu {
  margin: 0.5em -1.14285714em 0em;
}

.ui.vertical.menu .menu .item {
  background: none;
  padding: 0.5em 1.33333333em;
  font-size: 0.85714286em;
  color: rgba(0, 0, 0, 0.5);
}

.ui.vertical.menu .item .menu a.item:hover,
.ui.vertical.menu .item .menu .link.item:hover {
  color: rgba(0, 0, 0, 0.85);
}

.ui.vertical.menu .menu .item:before {
  display: none;
}

/* Vertical Active */

.ui.vertical.menu .active.item {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0em;
  box-shadow: none;
}

.ui.vertical.menu > .active.item:first-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.vertical.menu > .active.item:last-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui.vertical.menu > .active.item:only-child {
  border-radius: 0.28571429rem;
}

.ui.vertical.menu .active.item .menu .active.item {
  border-left: none;
}

.ui.vertical.menu .item .menu .active.item {
  background-color: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Tabular
---------------*/

.ui.tabular.menu {
  border-radius: 0em;
  box-shadow: none !important;
  border: none;
  background: none transparent;
  border-bottom: 1px solid #D4D4D5;
}

.ui.tabular.fluid.menu {
  width: calc(100% +  2px ) !important;
}

.ui.tabular.menu .item {
  background: transparent;
  border-bottom: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  padding: 0.92857143em 1.42857143em;
  color: rgba(0, 0, 0, 0.87);
}

.ui.tabular.menu .item:before {
  display: none;
}

/* Hover */

.ui.tabular.menu .item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.8);
}

/* Active */

.ui.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-top-width: 1px;
  border-color: #D4D4D5;
  font-weight: bold;
  margin-bottom: -1px;
  box-shadow: none;
  border-radius: 0.28571429rem 0.28571429rem 0px 0px !important;
}

/* Coupling with segment for attachment */

.ui.tabular.menu + .attached:not(.top).segment,
.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
  border-top: none;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  width: 100%;
}

.top.attached.segment + .ui.bottom.tabular.menu {
  position: relative;
  width: calc(100% +  2px );
  left: -1px;
}

/* Bottom Vertical Tabular */

.ui.bottom.tabular.menu {
  background: none transparent;
  border-radius: 0em;
  box-shadow: none !important;
  border-bottom: none;
  border-top: 1px solid #D4D4D5;
}

.ui.bottom.tabular.menu .item {
  background: none;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: none;
}

.ui.bottom.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: -1px 0px 0px 0px;
  border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
}

/* Vertical Tabular (Left) */

.ui.vertical.tabular.menu {
  background: none transparent;
  border-radius: 0em;
  box-shadow: none !important;
  border-bottom: none;
  border-right: 1px solid #D4D4D5;
}

.ui.vertical.tabular.menu .item {
  background: none;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: none;
}

.ui.vertical.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: 0px -1px 0px 0px;
  border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
}

/* Vertical Right Tabular */

.ui.vertical.right.tabular.menu {
  background: none transparent;
  border-radius: 0em;
  box-shadow: none !important;
  border-bottom: none;
  border-right: none;
  border-left: 1px solid #D4D4D5;
}

.ui.vertical.right.tabular.menu .item {
  background: none;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  border-left: none;
}

.ui.vertical.right.tabular.menu .active.item {
  background: none #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
  border-color: #D4D4D5;
  margin: 0px 0px 0px -1px;
  border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
}

/* Dropdown */

.ui.tabular.menu .active.dropdown.item {
  margin-bottom: 0px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  border-bottom: none;
}

/*--------------
   Pagination
---------------*/

.ui.pagination.menu {
  margin: 0em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.ui.pagination.menu .item:last-child {
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

.ui.compact.menu .item:last-child {
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

.ui.pagination.menu .item:last-child:before {
  display: none;
}

.ui.pagination.menu .item {
  min-width: 3em;
  text-align: center;
}

.ui.pagination.menu .icon.item i.icon {
  vertical-align: top;
}

/* Active */

.ui.pagination.menu .active.item {
  border-top: none;
  padding-top: 0.92857143em;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
}

/*--------------
   Secondary
---------------*/

.ui.secondary.menu {
  background: none;
  margin-left: -0.35714286em;
  margin-right: -0.35714286em;
  border-radius: 0em;
  border: none;
  box-shadow: none;
}

/* Item */

.ui.secondary.menu .item {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  box-shadow: none;
  border: none;
  padding: 0.78571429em 0.92857143em;
  margin: 0em 0.35714286em;
  background: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  border-radius: 0.28571429rem;
}

/* No Divider */

.ui.secondary.menu .item:before {
  display: none !important;
}

/* Header */

.ui.secondary.menu .header.item {
  border-radius: 0em;
  border-right: none;
  background: none transparent;
}

/* Image */

.ui.secondary.menu .item > img:not(.ui) {
  margin: 0em;
}

/* Hover */

.ui.secondary.menu .dropdown.item:hover,
.ui.secondary.menu .link.item:hover,
.ui.secondary.menu a.item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Active */

.ui.secondary.menu .active.item {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  border-radius: 0.28571429rem;
}

/* Active Hover */

.ui.secondary.menu .active.item:hover {
  box-shadow: none;
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */

.ui.secondary.inverted.menu .link.item,
.ui.secondary.inverted.menu a.item {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ui.secondary.inverted.menu .dropdown.item:hover,
.ui.secondary.inverted.menu .link.item:hover,
.ui.secondary.inverted.menu a.item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff !important;
}

.ui.secondary.inverted.menu .active.item {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

/* Fix item margins */

.ui.secondary.item.menu {
  margin-left: 0em;
  margin-right: 0em;
}

.ui.secondary.item.menu .item:last-child {
  margin-right: 0em;
}

.ui.secondary.attached.menu {
  box-shadow: none;
}

/* Sub Menu */

.ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
  margin: 0em -0.92857143em;
}

.ui.vertical.secondary.menu .item:not(.dropdown) > .menu > .item {
  margin: 0em;
  padding: 0.5em 1.33333333em;
}

/*---------------------
   Secondary Vertical
-----------------------*/

.ui.secondary.vertical.menu > .item {
  border: none;
  margin: 0em 0em 0.35714286em;
  border-radius: 0.28571429rem !important;
}

.ui.secondary.vertical.menu > .header.item {
  border-radius: 0em;
}

/* Sub Menu */

.ui.vertical.secondary.menu .item > .menu .item {
  background-color: transparent;
}

/* Inverted */

.ui.secondary.inverted.menu {
  background-color: transparent;
}

/*---------------------
   Secondary Pointing
-----------------------*/

.ui.secondary.pointing.menu {
  margin-left: 0em;
  margin-right: 0em;
  border-bottom: 2px solid rgba(34, 36, 38, 0.15);
}

.ui.secondary.pointing.menu .item {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-radius: 0em;
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin: 0em 0em -2px;
  padding: 0.85714286em 1.14285714em;
  border-bottom-width: 2px;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* Item Types */

.ui.secondary.pointing.menu .header.item {
  color: rgba(0, 0, 0, 0.85) !important;
}

.ui.secondary.pointing.menu .text.item {
  box-shadow: none !important;
}

.ui.secondary.pointing.menu .item:after {
  display: none;
}

/* Hover */

.ui.secondary.pointing.menu .dropdown.item:hover,
.ui.secondary.pointing.menu .link.item:hover,
.ui.secondary.pointing.menu a.item:hover {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.87);
}

/* Pressed */

.ui.secondary.pointing.menu .dropdown.item:active,
.ui.secondary.pointing.menu .link.item:active,
.ui.secondary.pointing.menu a.item:active {
  background-color: transparent;
  border-color: rgba(34, 36, 38, 0.15);
}

/* Active */

.ui.secondary.pointing.menu .active.item {
  background-color: transparent;
  box-shadow: none;
  border-color: #1B1C1D;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
}

/* Active Hover */

.ui.secondary.pointing.menu .active.item:hover {
  border-color: #1B1C1D;
  color: rgba(0, 0, 0, 0.95);
}

/* Active Dropdown */

.ui.secondary.pointing.menu .active.dropdown.item {
  border-color: transparent;
}

/* Vertical Pointing */

.ui.secondary.vertical.pointing.menu {
  border-bottom-width: 0px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: rgba(34, 36, 38, 0.15);
}

.ui.secondary.vertical.pointing.menu .item {
  border-bottom: none;
  border-right-style: solid;
  border-right-color: transparent;
  border-radius: 0em !important;
  margin: 0em -2px 0em 0em;
  border-right-width: 2px;
}

/* Vertical Active */

.ui.secondary.vertical.pointing.menu .active.item {
  border-color: #1B1C1D;
}

/* Inverted */

.ui.secondary.inverted.pointing.menu {
  border-color: rgba(255, 255, 255, 0.1);
}

.ui.secondary.inverted.pointing.menu {
  border-width: 2px;
  border-color: rgba(34, 36, 38, 0.15);
}

.ui.secondary.inverted.pointing.menu .item {
  color: rgba(255, 255, 255, 0.9);
}

.ui.secondary.inverted.pointing.menu .header.item {
  color: #FFFFFF !important;
}

/* Hover */

.ui.secondary.inverted.pointing.menu .link.item:hover,
.ui.secondary.inverted.pointing.menu a.item:hover {
  color: rgba(0, 0, 0, 0.95);
}

/* Active */

.ui.secondary.inverted.pointing.menu .active.item {
  border-color: #FFFFFF;
  color: #ffffff;
}

/*--------------
    Text Menu
---------------*/

.ui.text.menu {
  background: none transparent;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  margin: 1em -0.5em;
}

.ui.text.menu .item {
  border-radius: 0px;
  box-shadow: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0em 0em;
  padding: 0.35714286em 0.5em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* Border */

.ui.text.menu .item:before,
.ui.text.menu .menu .item:before {
  display: none !important;
}

/* Header */

.ui.text.menu .header.item {
  background-color: transparent;
  opacity: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.92857143em;
  text-transform: uppercase;
  font-weight: bold;
}

/* Image */

.ui.text.menu .item > img:not(.ui) {
  margin: 0em;
}

/*--- fluid text ---*/

.ui.text.item.menu .item {
  margin: 0em;
}

/*--- vertical text ---*/

.ui.vertical.text.menu {
  margin: 1em 0em;
}

.ui.vertical.text.menu:first-child {
  margin-top: 0rem;
}

.ui.vertical.text.menu:last-child {
  margin-bottom: 0rem;
}

.ui.vertical.text.menu .item {
  margin: 0.57142857em 0em;
  padding-left: 0em;
  padding-right: 0em;
}

.ui.vertical.text.menu .item > i.icon {
  float: none;
  margin: 0em 0.35714286em 0em 0em;
}

.ui.vertical.text.menu .header.item {
  margin: 0.57142857em 0em 0.71428571em;
}

/* Vertical Sub Menu */

.ui.vertical.text.menu .item:not(.dropdown) > .menu {
  margin: 0em;
}

.ui.vertical.text.menu .item:not(.dropdown) > .menu > .item {
  margin: 0em;
  padding: 0.5em 0em;
}

/*--- hover ---*/

.ui.text.menu .item:hover {
  opacity: 1;
  background-color: transparent;
}

/*--- active ---*/

.ui.text.menu .active.item {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.95);
}

/*--- active hover ---*/

.ui.text.menu .active.item:hover {
  background-color: transparent;
}

/* Disable Bariations */

.ui.text.pointing.menu .active.item:after {
  box-shadow: none;
}

.ui.text.attached.menu {
  box-shadow: none;
}

/* Inverted */

.ui.inverted.text.menu,
.ui.inverted.text.menu .item,
.ui.inverted.text.menu .item:hover,
.ui.inverted.text.menu .active.item {
  background-color: transparent !important;
}

/* Fluid */

.ui.fluid.text.menu {
  margin-left: 0em;
  margin-right: 0em;
}

/*--------------
    Icon Only
---------------*/

/* Vertical Menu */

.ui.vertical.icon.menu {
  display: inline-block;
  width: auto;
}

/* Item */

.ui.icon.menu .item {
  height: auto;
  text-align: center;
  color: #1B1C1D;
}

/* Icon */

.ui.icon.menu .item > .icon:not(.dropdown) {
  margin: 0;
  opacity: 1;
}

/* Icon Gylph */

.ui.icon.menu .icon:before {
  opacity: 1;
}

/* (x) Item Icon */

.ui.menu .icon.item > .icon {
  width: auto;
  margin: 0em auto;
}

/* Vertical Icon */

.ui.vertical.icon.menu .item > .icon:not(.dropdown) {
  display: block;
  opacity: 1;
  margin: 0em auto;
  float: none;
}

/* Inverted */

.ui.inverted.icon.menu .item {
  color: #FFFFFF;
}

/*--------------
   Labeled Icon
---------------*/

/* Menu */

.ui.labeled.icon.menu {
  text-align: center;
}

/* Item */

.ui.labeled.icon.menu .item {
  min-width: 6em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Icon */

.ui.labeled.icon.menu .item > .icon:not(.dropdown) {
  height: 1em;
  display: block;
  font-size: 1.71428571em !important;
  margin: 0em auto 0.5rem !important;
}

/* Fluid */

.ui.fluid.labeled.icon.menu > .item {
  min-width: 0em;
}

/*******************************
           Variations
*******************************/

/*--------------
    Stackable
---------------*/

@media only screen and (max-width: 767px) {
  .ui.stackable.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ui.stackable.menu .item {
    width: 100% !important;
  }

  .ui.stackable.menu .item:before {
    position: absolute;
    content: '';
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: rgba(34, 36, 38, 0.1);
  }

  .ui.stackable.menu .left.menu,
  .ui.stackable.menu .left.item {
    margin-right: 0 !important;
  }

  .ui.stackable.menu .right.menu,
  .ui.stackable.menu .right.item {
    margin-left: 0 !important;
  }

  .ui.stackable.menu .right.menu,
  .ui.stackable.menu .left.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*--------------
     Colors
---------------*/

/*--- Standard Colors  ---*/

.ui.menu .red.active.item,
.ui.red.menu .active.item {
  border-color: #DB2828 !important;
  color: #DB2828 !important;
}

.ui.menu .orange.active.item,
.ui.orange.menu .active.item {
  border-color: #F2711C !important;
  color: #F2711C !important;
}

.ui.menu .yellow.active.item,
.ui.yellow.menu .active.item {
  border-color: #FBBD08 !important;
  color: #FBBD08 !important;
}

.ui.menu .olive.active.item,
.ui.olive.menu .active.item {
  border-color: #B5CC18 !important;
  color: #B5CC18 !important;
}

.ui.menu .green.active.item,
.ui.green.menu .active.item {
  border-color: #21BA45 !important;
  color: #21BA45 !important;
}

.ui.menu .teal.active.item,
.ui.teal.menu .active.item {
  border-color: #00B5AD !important;
  color: #00B5AD !important;
}

.ui.menu .blue.active.item,
.ui.blue.menu .active.item {
  border-color: #2185D0 !important;
  color: #2185D0 !important;
}

.ui.menu .violet.active.item,
.ui.violet.menu .active.item {
  border-color: #6435C9 !important;
  color: #6435C9 !important;
}

.ui.menu .purple.active.item,
.ui.purple.menu .active.item {
  border-color: #A333C8 !important;
  color: #A333C8 !important;
}

.ui.menu .pink.active.item,
.ui.pink.menu .active.item {
  border-color: #E03997 !important;
  color: #E03997 !important;
}

.ui.menu .brown.active.item,
.ui.brown.menu .active.item {
  border-color: #A5673F !important;
  color: #A5673F !important;
}

.ui.menu .grey.active.item,
.ui.grey.menu .active.item {
  border-color: #767676 !important;
  color: #767676 !important;
}

/*--------------
    Inverted
---------------*/

.ui.inverted.menu {
  border: 0px solid transparent;
  background: #1B1C1D;
  box-shadow: none;
}

/* Menu Item */

.ui.inverted.menu .item,
.ui.inverted.menu .item > a:not(.ui) {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}

.ui.inverted.menu .item.menu {
  background: transparent;
}

/*--- Border ---*/

.ui.inverted.menu .item:before {
  background: rgba(255, 255, 255, 0.08);
}

.ui.vertical.inverted.menu .item:before {
  background: rgba(255, 255, 255, 0.08);
}

/* Sub Menu */

.ui.vertical.inverted.menu .menu .item,
.ui.vertical.inverted.menu .menu .item a:not(.ui) {
  color: rgba(255, 255, 255, 0.5);
}

/* Header */

.ui.inverted.menu .header.item {
  margin: 0em;
  background: transparent;
  box-shadow: none;
}

/* Disabled */

.ui.inverted.menu .item.disabled,
.ui.inverted.menu .item.disabled:hover {
  color: rgba(225, 225, 225, 0.3);
}

/*--- Hover ---*/

.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .dropdown.item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.ui.vertical.inverted.menu .item .menu a.item:hover,
.ui.vertical.inverted.menu .item .menu .link.item:hover {
  background: transparent;
  color: #ffffff;
}

/*--- Pressed ---*/

.ui.inverted.menu a.item:active,
.ui.inverted.menu .link.item:active {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

/*--- Active ---*/

.ui.inverted.menu .active.item {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
}

.ui.inverted.vertical.menu .item .menu .active.item {
  background: transparent;
  color: #FFFFFF;
}

.ui.inverted.pointing.menu .active.item:after {
  background: #3D3E3F !important;
  margin: 0em !important;
  box-shadow: none !important;
  border: none !important;
}

/*--- Active Hover ---*/

.ui.inverted.menu .active.item:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF !important;
}

.ui.inverted.pointing.menu .active.item:hover:after {
  background: #3D3E3F !important;
}

/*--------------
     Floated
---------------*/

.ui.floated.menu {
  float: left;
  margin: 0rem 0.5rem 0rem 0rem;
}

.ui.floated.menu .item:last-child:before {
  display: none;
}

.ui.right.floated.menu {
  float: right;
  margin: 0rem 0rem 0rem 0.5rem;
}

/*--------------
    Inverted
---------------*/

/* Red */

.ui.inverted.menu .red.active.item,
.ui.inverted.red.menu {
  background-color: #DB2828;
}

.ui.inverted.red.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.red.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Orange */

.ui.inverted.menu .orange.active.item,
.ui.inverted.orange.menu {
  background-color: #F2711C;
}

.ui.inverted.orange.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.orange.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Yellow */

.ui.inverted.menu .yellow.active.item,
.ui.inverted.yellow.menu {
  background-color: #FBBD08;
}

.ui.inverted.yellow.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.yellow.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Olive */

.ui.inverted.menu .olive.active.item,
.ui.inverted.olive.menu {
  background-color: #B5CC18;
}

.ui.inverted.olive.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.olive.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Green */

.ui.inverted.menu .green.active.item,
.ui.inverted.green.menu {
  background-color: #21BA45;
}

.ui.inverted.green.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.green.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Teal */

.ui.inverted.menu .teal.active.item,
.ui.inverted.teal.menu {
  background-color: #00B5AD;
}

.ui.inverted.teal.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.teal.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Blue */

.ui.inverted.menu .blue.active.item,
.ui.inverted.blue.menu {
  background-color: #2185D0;
}

.ui.inverted.blue.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.blue.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Violet */

.ui.inverted.menu .violet.active.item,
.ui.inverted.violet.menu {
  background-color: #6435C9;
}

.ui.inverted.violet.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.violet.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Purple */

.ui.inverted.menu .purple.active.item,
.ui.inverted.purple.menu {
  background-color: #A333C8;
}

.ui.inverted.purple.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.purple.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Pink */

.ui.inverted.menu .pink.active.item,
.ui.inverted.pink.menu {
  background-color: #E03997;
}

.ui.inverted.pink.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.pink.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Brown */

.ui.inverted.menu .brown.active.item,
.ui.inverted.brown.menu {
  background-color: #A5673F;
}

.ui.inverted.brown.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.brown.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/* Grey */

.ui.inverted.menu .grey.active.item,
.ui.inverted.grey.menu {
  background-color: #767676;
}

.ui.inverted.grey.menu .item:before {
  background-color: rgba(34, 36, 38, 0.1);
}

.ui.inverted.grey.menu .active.item {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

/*--------------
     Fitted
---------------*/

.ui.fitted.menu .item,
.ui.fitted.menu .item .menu .item,
.ui.menu .fitted.item {
  padding: 0em;
}

.ui.horizontally.fitted.menu .item,
.ui.horizontally.fitted.menu .item .menu .item,
.ui.menu .horizontally.fitted.item {
  padding-top: 0.92857143em;
  padding-bottom: 0.92857143em;
}

.ui.vertically.fitted.menu .item,
.ui.vertically.fitted.menu .item .menu .item,
.ui.menu .vertically.fitted.item {
  padding-left: 1.14285714em;
  padding-right: 1.14285714em;
}

/*--------------
   Borderless
---------------*/

.ui.borderless.menu .item:before,
.ui.borderless.menu .item .menu .item:before,
.ui.menu .borderless.item:before {
  background: none !important;
}

/*-------------------
       Compact
--------------------*/

.ui.compact.menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0em;
  vertical-align: middle;
}

.ui.compact.vertical.menu {
  display: inline-block;
}

.ui.compact.menu .item:last-child {
  border-radius: 0em 0.28571429rem 0.28571429rem 0em;
}

.ui.compact.menu .item:last-child:before {
  display: none;
}

.ui.compact.vertical.menu {
  width: auto !important;
}

.ui.compact.vertical.menu .item:last-child::before {
  display: block;
}

/*-------------------
        Fluid
--------------------*/

.ui.menu.fluid,
.ui.vertical.menu.fluid {
  width: 100% !important;
}

/*-------------------
      Evenly Sized
--------------------*/

.ui.item.menu,
.ui.item.menu .item {
  width: 100%;
  padding-left: 0em !important;
  padding-right: 0em !important;
  margin-left: 0em !important;
  margin-right: 0em !important;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui.attached.item.menu {
  margin: 0em -1px !important;
}

.ui.item.menu .item:last-child:before {
  display: none;
}

.ui.menu.two.item .item {
  width: 50%;
}

.ui.menu.three.item .item {
  width: 33.333%;
}

.ui.menu.four.item .item {
  width: 25%;
}

.ui.menu.five.item .item {
  width: 20%;
}

.ui.menu.six.item .item {
  width: 16.666%;
}

.ui.menu.seven.item .item {
  width: 14.285%;
}

.ui.menu.eight.item .item {
  width: 12.500%;
}

.ui.menu.nine.item .item {
  width: 11.11%;
}

.ui.menu.ten.item .item {
  width: 10.0%;
}

.ui.menu.eleven.item .item {
  width: 9.09%;
}

.ui.menu.twelve.item .item {
  width: 8.333%;
}

/*--------------
     Fixed
---------------*/

.ui.menu.fixed {
  position: fixed;
  z-index: 101;
  margin: 0em;
  width: 100%;
}

.ui.menu.fixed,
.ui.menu.fixed .item:first-child,
.ui.menu.fixed .item:last-child {
  border-radius: 0px !important;
}

.ui.fixed.menu,
.ui[class*="top fixed"].menu {
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
}

.ui[class*="top fixed"].menu {
  border-top: none;
  border-left: none;
  border-right: none;
}

.ui[class*="right fixed"].menu {
  border-top: none;
  border-bottom: none;
  border-right: none;
  top: 0px;
  right: 0px;
  left: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

.ui[class*="bottom fixed"].menu {
  border-bottom: none;
  border-left: none;
  border-right: none;
  bottom: 0px;
  left: 0px;
  top: auto;
  right: auto;
}

.ui[class*="left fixed"].menu {
  border-top: none;
  border-bottom: none;
  border-left: none;
  top: 0px;
  left: 0px;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
}

/* Coupling with Grid */

.ui.fixed.menu + .ui.grid {
  padding-top: 2.75rem;
}

/*-------------------
       Pointing
--------------------*/

.ui.pointing.menu .item:after {
  visibility: hidden;
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background: none;
  margin: 0.5px 0em 0em;
  width: 0.57142857em;
  height: 0.57142857em;
  border: none;
  border-bottom: 1px solid #D4D4D5;
  border-right: 1px solid #D4D4D5;
  z-index: 2;
  -webkit-transition: background 0.1s ease;
  transition: background 0.1s ease;
}

.ui.vertical.pointing.menu .item:after {
  position: absolute;
  top: 50%;
  right: 0%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  margin: 0em -0.5px 0em 0em;
  border: none;
  border-top: 1px solid #D4D4D5;
  border-right: 1px solid #D4D4D5;
}

/* Active */

.ui.pointing.menu .active.item:after {
  visibility: visible;
}

.ui.pointing.menu .active.dropdown.item:after {
  visibility: hidden;
}

/* Don't double up pointers */

.ui.pointing.menu .dropdown.active.item:after,
.ui.pointing.menu .active.item .menu .active.item:after {
  display: none;
}

/* Colors */

.ui.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

.ui.pointing.menu .active.item:after {
  background-color: #F2F2F2;
}

.ui.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

.ui.vertical.pointing.menu .active.item:hover:after {
  background-color: #F2F2F2;
}

.ui.vertical.pointing.menu .active.item:after {
  background-color: #F2F2F2;
}

.ui.vertical.pointing.menu .menu .active.item:after {
  background-color: #FFFFFF;
}

/*--------------
    Attached
---------------*/

/* Middle */

.ui.attached.menu {
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  margin: 0em -1px;
  width: calc(100% +  2px );
  max-width: calc(100% +  2px );
  box-shadow: none;
}

.ui.attached + .ui.attached.menu:not(.top) {
  border-top: none;
}

/* Top */

.ui[class*="top attached"].menu {
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  margin-top: 1rem;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.menu[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */

.ui[class*="bottom attached"].menu {
  bottom: 0px;
  margin-top: 0em;
  top: 0px;
  margin-bottom: 1rem;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), none;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui[class*="bottom attached"].menu:last-child {
  margin-bottom: 0em;
}

/* Attached Menu Item */

.ui.top.attached.menu > .item:first-child {
  border-radius: 0.28571429rem 0em 0em 0em;
}

.ui.bottom.attached.menu > .item:first-child {
  border-radius: 0em 0em 0em 0.28571429rem;
}

/* Tabular Attached */

.ui.attached.menu:not(.tabular) {
  border: 1px solid #D4D4D5;
}

.ui.attached.inverted.menu {
  border: none;
}

.ui.attached.tabular.menu {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

/*--------------
     Sizes
---------------*/

/* Mini */

.ui.mini.menu {
  font-size: 0.78571429rem;
}

.ui.mini.vertical.menu {
  width: 9rem;
}

/* Tiny */

.ui.tiny.menu {
  font-size: 0.85714286rem;
}

.ui.tiny.vertical.menu {
  width: 11rem;
}

/* Small */

.ui.small.menu {
  font-size: 0.92857143rem;
}

.ui.small.vertical.menu {
  width: 13rem;
}

/* Medium */

.ui.menu {
  font-size: 1rem;
}

.ui.vertical.menu {
  width: 15rem;
}

/* Large */

.ui.large.menu {
  font-size: 1.07142857rem;
}

.ui.large.vertical.menu {
  width: 18rem;
}

/* Huge */

.ui.huge.menu {
  font-size: 1.14285714rem;
}

.ui.huge.vertical.menu {
  width: 20rem;
}

/* Big */

.ui.big.menu {
  font-size: 1.21428571rem;
}

.ui.big.vertical.menu {
  width: 22rem;
}

/* Massive */

.ui.massive.menu {
  font-size: 1.28571429rem;
}

.ui.massive.vertical.menu {
  width: 25rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Message
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Message
*******************************/

.ui.message {
  position: relative;
  min-height: 1em;
  margin: 1em 0em;
  background: #F8F8F9;
  padding: 1em 1.5em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  transition: opacity 0.1s ease, color 0.1s ease, background 0.1s ease, box-shadow 0.1s ease;
  border-radius: 0.28571429rem;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.message:first-child {
  margin-top: 0em;
}

.ui.message:last-child {
  margin-bottom: 0em;
}

/*--------------
     Content
---------------*/

/* Header */

.ui.message .header {
  display: block;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin: -0.14285714em 0em 0rem 0em;
}

/* Default font size */

.ui.message .header:not(.ui) {
  font-size: 1.14285714em;
}

/* Paragraph */

.ui.message p {
  opacity: 0.85;
  margin: 0.75em 0em;
}

.ui.message p:first-child {
  margin-top: 0em;
}

.ui.message p:last-child {
  margin-bottom: 0em;
}

.ui.message .header + p {
  margin-top: 0.25em;
}

/* List */

.ui.message .list:not(.ui) {
  text-align: left;
  padding: 0em;
  opacity: 0.85;
  list-style-position: inside;
  margin: 0.5em 0em 0em;
}

.ui.message .list:not(.ui):first-child {
  margin-top: 0em;
}

.ui.message .list:not(.ui):last-child {
  margin-bottom: 0em;
}

.ui.message .list:not(.ui) li {
  position: relative;
  list-style-type: none;
  margin: 0em 0em 0.3em 1em;
  padding: 0em;
}

.ui.message .list:not(.ui) li:before {
  position: absolute;
  content: '\2022';
  left: -1em;
  height: 100%;
  vertical-align: baseline;
}

.ui.message .list:not(.ui) li:last-child {
  margin-bottom: 0em;
}

/* Icon */

.ui.message > .icon {
  margin-right: 0.6em;
}

/* Close Icon */

.ui.message > .close.icon {
  cursor: pointer;
  position: absolute;
  margin: 0em;
  top: 0.78575em;
  right: 0.5em;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.message > .close.icon:hover {
  opacity: 1;
}

/* First / Last Element */

.ui.message > :first-child {
  margin-top: 0em;
}

.ui.message > :last-child {
  margin-bottom: 0em;
}

/*******************************
            Coupling
*******************************/

.ui.dropdown .menu > .message {
  margin: 0px -1px;
}

/*******************************
            States
*******************************/

/*--------------
    Visible
---------------*/

.ui.visible.visible.visible.visible.message {
  display: block;
}

.ui.icon.visible.visible.visible.visible.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*--------------
     Hidden
---------------*/

.ui.hidden.hidden.hidden.hidden.message {
  display: none;
}

/*******************************
            Variations
*******************************/

/*--------------
    Compact
---------------*/

.ui.compact.message {
  display: inline-block;
}

.ui.compact.icon.message {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*--------------
    Attached
---------------*/

.ui.attached.message {
  margin-bottom: -1px;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset;
  margin-left: -1px;
  margin-right: -1px;
}

.ui.attached + .ui.attached.message:not(.top):not(.bottom) {
  margin-top: -1px;
  border-radius: 0em;
}

.ui.bottom.attached.message {
  margin-top: -1px;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  box-shadow: 0em 0em 0em 1px rgba(34, 36, 38, 0.15) inset, 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}

.ui.bottom.attached.message:not(:last-child) {
  margin-bottom: 1em;
}

.ui.attached.icon.message {
  width: auto;
}

/*--------------
      Icon
---------------*/

.ui.icon.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui.icon.message > .icon:not(.close) {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  line-height: 1;
  vertical-align: middle;
  font-size: 3em;
  opacity: 0.8;
}

.ui.icon.message > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  vertical-align: middle;
}

.ui.icon.message .icon:not(.close) + .content {
  padding-left: 0rem;
}

.ui.icon.message .circular.icon {
  width: 1em;
}

/*--------------
    Floating
---------------*/

.ui.floating.message {
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.22) inset, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

/*--------------
     Colors
---------------*/

.ui.black.message {
  background-color: #1B1C1D;
  color: rgba(255, 255, 255, 0.9);
}

/*--------------
     Types
---------------*/

/* Positive */

.ui.positive.message {
  background-color: #FCFFF5;
  color: #2C662D;
}

.ui.positive.message,
.ui.attached.positive.message {
  box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.positive.message .header {
  color: #1A531B;
}

/* Negative */

.ui.negative.message {
  background-color: #FFF6F6;
  color: #9F3A38;
}

.ui.negative.message,
.ui.attached.negative.message {
  box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.negative.message .header {
  color: #912D2B;
}

/* Info */

.ui.info.message {
  background-color: #F8FFFF;
  color: #276F86;
}

.ui.info.message,
.ui.attached.info.message {
  box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.info.message .header {
  color: #0E566C;
}

/* Warning */

.ui.warning.message {
  background-color: #FFFAF3;
  color: #573A08;
}

.ui.warning.message,
.ui.attached.warning.message {
  box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.warning.message .header {
  color: #794B02;
}

/* Error */

.ui.error.message {
  background-color: #FFF6F6;
  color: #9F3A38;
}

.ui.error.message,
.ui.attached.error.message {
  box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.error.message .header {
  color: #912D2B;
}

/* Success */

.ui.success.message {
  background-color: #FCFFF5;
  color: #2C662D;
}

.ui.success.message,
.ui.attached.success.message {
  box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.success.message .header {
  color: #1A531B;
}

/* Colors */

.ui.inverted.message,
.ui.black.message {
  background-color: #1B1C1D;
  color: rgba(255, 255, 255, 0.9);
}

.ui.red.message {
  background-color: #FFE8E6;
  color: #DB2828;
  box-shadow: 0px 0px 0px 1px #DB2828 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.red.message .header {
  color: #c82121;
}

.ui.orange.message {
  background-color: #FFEDDE;
  color: #F2711C;
  box-shadow: 0px 0px 0px 1px #F2711C inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.orange.message .header {
  color: #e7640d;
}

.ui.yellow.message {
  background-color: #FFF8DB;
  color: #B58105;
  box-shadow: 0px 0px 0px 1px #B58105 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.yellow.message .header {
  color: #9c6f04;
}

.ui.olive.message {
  background-color: #FBFDEF;
  color: #8ABC1E;
  box-shadow: 0px 0px 0px 1px #8ABC1E inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.olive.message .header {
  color: #7aa61a;
}

.ui.green.message {
  background-color: #E5F9E7;
  color: #1EBC30;
  box-shadow: 0px 0px 0px 1px #1EBC30 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.green.message .header {
  color: #1aa62a;
}

.ui.teal.message {
  background-color: #E1F7F7;
  color: #10A3A3;
  box-shadow: 0px 0px 0px 1px #10A3A3 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.teal.message .header {
  color: #0e8c8c;
}

.ui.blue.message {
  background-color: #DFF0FF;
  color: #2185D0;
  box-shadow: 0px 0px 0px 1px #2185D0 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.blue.message .header {
  color: #1e77ba;
}

.ui.violet.message {
  background-color: #EAE7FF;
  color: #6435C9;
  box-shadow: 0px 0px 0px 1px #6435C9 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.violet.message .header {
  color: #5a30b5;
}

.ui.purple.message {
  background-color: #F6E7FF;
  color: #A333C8;
  box-shadow: 0px 0px 0px 1px #A333C8 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.purple.message .header {
  color: #922eb4;
}

.ui.pink.message {
  background-color: #FFE3FB;
  color: #E03997;
  box-shadow: 0px 0px 0px 1px #E03997 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.pink.message .header {
  color: #dd238b;
}

.ui.brown.message {
  background-color: #F1E2D3;
  color: #A5673F;
  box-shadow: 0px 0px 0px 1px #A5673F inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.ui.brown.message .header {
  color: #935b38;
}

/*--------------
     Sizes
---------------*/

.ui.mini.message {
  font-size: 0.78571429em;
}

.ui.tiny.message {
  font-size: 0.85714286em;
}

.ui.small.message {
  font-size: 0.92857143em;
}

.ui.message {
  font-size: 1em;
}

.ui.large.message {
  font-size: 1.14285714em;
}

.ui.big.message {
  font-size: 1.28571429em;
}

.ui.huge.message {
  font-size: 1.42857143em;
}

.ui.massive.message {
  font-size: 1.71428571em;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
        Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Table
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

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

/* Prototype */

.ui.table {
  width: 100%;
  background: #FFFFFF;
  margin: 1em 0em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
  border-radius: 0.28571429rem;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: separate;
  border-spacing: 0px;
}

.ui.table:first-child {
  margin-top: 0em;
}

.ui.table:last-child {
  margin-bottom: 0em;
}

/*******************************
             Parts
*******************************/

/* Table Content */

.ui.table th,
.ui.table td {
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

/* Headers */

.ui.table thead {
  box-shadow: none;
}

.ui.table thead th {
  cursor: auto;
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.92857143em 0.78571429em;
  vertical-align: inherit;
  font-style: none;
  font-weight: bold;
  text-transform: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  border-left: none;
}

.ui.table thead tr > th:first-child {
  border-left: none;
}

.ui.table thead tr:first-child > th:first-child {
  border-radius: 0.28571429rem 0em 0em 0em;
}

.ui.table thead tr:first-child > th:last-child {
  border-radius: 0em 0.28571429rem 0em 0em;
}

.ui.table thead tr:first-child > th:only-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Footer */

.ui.table tfoot {
  box-shadow: none;
}

.ui.table tfoot th {
  cursor: auto;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  background: #F9FAFB;
  text-align: inherit;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429em 0.78571429em;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
}

.ui.table tfoot tr > th:first-child {
  border-left: none;
}

.ui.table tfoot tr:first-child > th:first-child {
  border-radius: 0em 0em 0em 0.28571429rem;
}

.ui.table tfoot tr:first-child > th:last-child {
  border-radius: 0em 0em 0.28571429rem 0em;
}

.ui.table tfoot tr:first-child > th:only-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/* Table Row */

.ui.table tr td {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.table tr:first-child td {
  border-top: none;
}

/* Table Cells */

.ui.table td {
  padding: 0.78571429em 0.78571429em;
  text-align: inherit;
}

/* Icons */

.ui.table > .icon {
  vertical-align: baseline;
}

.ui.table > .icon:only-child {
  margin: 0em;
}

/* Table Segment */

.ui.table.segment {
  padding: 0em;
}

.ui.table.segment:after {
  display: none;
}

.ui.table.segment.stacked:after {
  display: block;
}

/* Responsive */

@media only screen and (max-width: 767px) {
  .ui.table:not(.unstackable) {
    width: 100%;
  }

  .ui.table:not(.unstackable) tbody,
  .ui.table:not(.unstackable) tr,
  .ui.table:not(.unstackable) tr > th,
  .ui.table:not(.unstackable) tr > td {
    width: auto !important;
    display: block !important;
  }

  .ui.table:not(.unstackable) {
    padding: 0em;
  }

  .ui.table:not(.unstackable) thead {
    display: block;
  }

  .ui.table:not(.unstackable) tfoot {
    display: block;
  }

  .ui.table:not(.unstackable) tr {
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  }

  .ui.table:not(.unstackable) tr > th,
  .ui.table:not(.unstackable) tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em !important;
    box-shadow: none !important;
  }

  .ui.table:not(.unstackable) th:first-child,
  .ui.table:not(.unstackable) td:first-child {
    font-weight: bold;
  }

  /* Definition Table */

  .ui.definition.table:not(.unstackable) thead th:first-child {
    box-shadow: none !important;
  }
}

/*******************************
            Coupling
*******************************/

/* UI Image */

.ui.table th .image,
.ui.table th .image img,
.ui.table td .image,
.ui.table td .image img {
  max-width: none;
}

/*******************************
             Types
*******************************/

/*--------------
    Complex
---------------*/

.ui.structured.table {
  border-collapse: collapse;
}

.ui.structured.table thead th {
  border-left: none;
  border-right: none;
}

.ui.structured.sortable.table thead th {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-right: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.structured.basic.table th {
  border-left: none;
  border-right: none;
}

.ui.structured.celled.table tr th,
.ui.structured.celled.table tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
  border-right: 1px solid rgba(34, 36, 38, 0.1);
}

/*--------------
   Definition
---------------*/

.ui.definition.table thead:not(.full-width) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: -1px -1px 0px 1px #FFFFFF;
}

.ui.definition.table tfoot:not(.full-width) th:first-child {
  pointer-events: none;
  background: transparent;
  font-weight: rgba(0, 0, 0, 0.4);
  color: normal;
  box-shadow: 1px 1px 0px 1px #FFFFFF;
}

/* Remove Border */

.ui.celled.definition.table thead:not(.full-width) th:first-child {
  box-shadow: 0px -1px 0px 1px #FFFFFF;
}

.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
  box-shadow: 0px 1px 0px 1px #FFFFFF;
}

/* Highlight Defining Column */

.ui.definition.table tr td:first-child:not(.ignored),
.ui.definition.table tr td.definition {
  background: rgba(0, 0, 0, 0.03);
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  text-transform: '';
  box-shadow: '';
  text-align: '';
  font-size: 1em;
  padding-left: '';
  padding-right: '';
}

/* Fix 2nd Column */

.ui.definition.table thead:not(.full-width) th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.definition.table tfoot:not(.full-width) th:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.definition.table td:nth-child(2) {
  border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/*******************************
             States
*******************************/

/*--------------
    Positive
---------------*/

.ui.table tr.positive,
.ui.table td.positive {
  box-shadow: 0px 0px 0px #A3C293 inset;
}

.ui.table tr.positive,
.ui.table td.positive {
  background: #FCFFF5 !important;
  color: #2C662D !important;
}

/*--------------
     Negative
---------------*/

.ui.table tr.negative,
.ui.table td.negative {
  box-shadow: 0px 0px 0px #E0B4B4 inset;
}

.ui.table tr.negative,
.ui.table td.negative {
  background: #FFF6F6 !important;
  color: #9F3A38 !important;
}

/*--------------
      Error
---------------*/

.ui.table tr.error,
.ui.table td.error {
  box-shadow: 0px 0px 0px #E0B4B4 inset;
}

.ui.table tr.error,
.ui.table td.error {
  background: #FFF6F6 !important;
  color: #9F3A38 !important;
}

/*--------------
     Warning
---------------*/

.ui.table tr.warning,
.ui.table td.warning {
  box-shadow: 0px 0px 0px #C9BA9B inset;
}

.ui.table tr.warning,
.ui.table td.warning {
  background: #FFFAF3 !important;
  color: #573A08 !important;
}

/*--------------
     Active
---------------*/

.ui.table tr.active,
.ui.table td.active {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
}

.ui.table tr.active,
.ui.table td.active {
  background: #E0E0E0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

/*--------------
     Disabled
---------------*/

.ui.table tr.disabled td,
.ui.table tr td.disabled,
.ui.table tr.disabled:hover,
.ui.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(40, 40, 40, 0.3);
}

/*******************************
          Variations
*******************************/

/*--------------
    Stackable
---------------*/

@media only screen and (max-width: 991px) {
  .ui[class*="tablet stackable"].table,
  .ui[class*="tablet stackable"].table tbody,
  .ui[class*="tablet stackable"].table tr,
  .ui[class*="tablet stackable"].table tr > th,
  .ui[class*="tablet stackable"].table tr > td {
    width: 100% !important;
    display: block !important;
  }

  .ui[class*="tablet stackable"].table {
    padding: 0em;
  }

  .ui[class*="tablet stackable"].table thead {
    display: block;
  }

  .ui[class*="tablet stackable"].table tfoot {
    display: block;
  }

  .ui[class*="tablet stackable"].table tr {
    padding-top: 1em;
    padding-bottom: 1em;
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
  }

  .ui[class*="tablet stackable"].table tr > th,
  .ui[class*="tablet stackable"].table tr > td {
    background: none;
    border: none !important;
    padding: 0.25em 0.75em;
    box-shadow: none !important;
  }

  /* Definition Table */

  .ui.definition[class*="tablet stackable"].table thead th:first-child {
    box-shadow: none !important;
  }
}

/*--------------
 Text Alignment
---------------*/

.ui.table[class*="left aligned"],
.ui.table [class*="left aligned"] {
  text-align: left;
}

.ui.table[class*="center aligned"],
.ui.table [class*="center aligned"] {
  text-align: center;
}

.ui.table[class*="right aligned"],
.ui.table [class*="right aligned"] {
  text-align: right;
}

/*------------------
 Vertical Alignment
------------------*/

.ui.table[class*="top aligned"],
.ui.table [class*="top aligned"] {
  vertical-align: top;
}

.ui.table[class*="middle aligned"],
.ui.table [class*="middle aligned"] {
  vertical-align: middle;
}

.ui.table[class*="bottom aligned"],
.ui.table [class*="bottom aligned"] {
  vertical-align: bottom;
}

/*--------------
    Collapsing
---------------*/

.ui.table th.collapsing,
.ui.table td.collapsing {
  width: 1px;
  white-space: nowrap;
}

/*--------------
     Fixed
---------------*/

.ui.fixed.table {
  table-layout: fixed;
}

.ui.fixed.table th,
.ui.fixed.table td {
  overflow: hidden;
  text-overflow: ellipsis;
}

/*--------------
   Selectable
---------------*/

.ui.selectable.table tbody tr:hover,
.ui.table tbody tr td.selectable:hover {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.selectable.inverted.table tbody tr:hover,
.ui.inverted.table tbody tr td.selectable:hover {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #ffffff !important;
}

/* Selectable Cell Link */

.ui.table tbody tr td.selectable {
  padding: 0em;
}

.ui.table tbody tr td.selectable > a:not(.ui) {
  display: block;
  color: inherit;
  padding: 0.78571429em 0.78571429em;
}

/* Other States */

.ui.selectable.table tr.error:hover,
.ui.table tr td.selectable.error:hover,
.ui.selectable.table tr:hover td.error {
  background: #ffe7e7 !important;
  color: #943634 !important;
}

.ui.selectable.table tr.warning:hover,
.ui.table tr td.selectable.warning:hover,
.ui.selectable.table tr:hover td.warning {
  background: #fff4e4 !important;
  color: #493107 !important;
}

.ui.selectable.table tr.active:hover,
.ui.table tr td.selectable.active:hover,
.ui.selectable.table tr:hover td.active {
  background: #E0E0E0 !important;
  color: rgba(0, 0, 0, 0.87) !important;
}

.ui.selectable.table tr.positive:hover,
.ui.table tr td.selectable.positive:hover,
.ui.selectable.table tr:hover td.positive {
  background: #f7ffe6 !important;
  color: #275b28 !important;
}

.ui.selectable.table tr.negative:hover,
.ui.table tr td.selectable.negative:hover,
.ui.selectable.table tr:hover td.negative {
  background: #ffe7e7 !important;
  color: #943634 !important;
}

/*-------------------
      Attached
--------------------*/

/* Middle */

.ui.attached.table {
  top: 0px;
  bottom: 0px;
  border-radius: 0px;
  margin: 0em -1px;
  width: calc(100% +  2px );
  max-width: calc(100% +  2px );
  box-shadow: none;
  border: 1px solid #D4D4D5;
}

.ui.attached + .ui.attached.table:not(.top) {
  border-top: none;
}

/* Top */

.ui[class*="top attached"].table {
  bottom: 0px;
  margin-bottom: 0em;
  top: 0px;
  margin-top: 1em;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.table[class*="top attached"]:first-child {
  margin-top: 0em;
}

/* Bottom */

.ui[class*="bottom attached"].table {
  bottom: 0px;
  margin-top: 0em;
  top: 0px;
  margin-bottom: 1em;
  box-shadow: none, none;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui[class*="bottom attached"].table:last-child {
  margin-bottom: 0em;
}

/*--------------
     Striped
---------------*/

/* Table Striping */

.ui.striped.table > tr:nth-child(2n),
.ui.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 50, 0.02);
}

/* Stripes */

.ui.inverted.striped.table > tr:nth-child(2n),
.ui.inverted.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Allow striped active hover */

.ui.striped.selectable.selectable.selectable.table tbody tr.active:hover {
  background: #EFEFEF !important;
  color: rgba(0, 0, 0, 0.95) !important;
}

/*--------------
   Single Line
---------------*/

.ui.table[class*="single line"],
.ui.table [class*="single line"] {
  white-space: nowrap;
}

.ui.table[class*="single line"],
.ui.table [class*="single line"] {
  white-space: nowrap;
}

/*-------------------
       Colors
--------------------*/

/* Red */

.ui.red.table {
  border-top: 0.2em solid #DB2828;
}

.ui.inverted.red.table {
  background-color: #DB2828 !important;
  color: #FFFFFF !important;
}

/* Orange */

.ui.orange.table {
  border-top: 0.2em solid #F2711C;
}

.ui.inverted.orange.table {
  background-color: #F2711C !important;
  color: #FFFFFF !important;
}

/* Yellow */

.ui.yellow.table {
  border-top: 0.2em solid #FBBD08;
}

.ui.inverted.yellow.table {
  background-color: #FBBD08 !important;
  color: #FFFFFF !important;
}

/* Olive */

.ui.olive.table {
  border-top: 0.2em solid #B5CC18;
}

.ui.inverted.olive.table {
  background-color: #B5CC18 !important;
  color: #FFFFFF !important;
}

/* Green */

.ui.green.table {
  border-top: 0.2em solid #21BA45;
}

.ui.inverted.green.table {
  background-color: #21BA45 !important;
  color: #FFFFFF !important;
}

/* Teal */

.ui.teal.table {
  border-top: 0.2em solid #00B5AD;
}

.ui.inverted.teal.table {
  background-color: #00B5AD !important;
  color: #FFFFFF !important;
}

/* Blue */

.ui.blue.table {
  border-top: 0.2em solid #2185D0;
}

.ui.inverted.blue.table {
  background-color: #2185D0 !important;
  color: #FFFFFF !important;
}

/* Violet */

.ui.violet.table {
  border-top: 0.2em solid #6435C9;
}

.ui.inverted.violet.table {
  background-color: #6435C9 !important;
  color: #FFFFFF !important;
}

/* Purple */

.ui.purple.table {
  border-top: 0.2em solid #A333C8;
}

.ui.inverted.purple.table {
  background-color: #A333C8 !important;
  color: #FFFFFF !important;
}

/* Pink */

.ui.pink.table {
  border-top: 0.2em solid #E03997;
}

.ui.inverted.pink.table {
  background-color: #E03997 !important;
  color: #FFFFFF !important;
}

/* Brown */

.ui.brown.table {
  border-top: 0.2em solid #A5673F;
}

.ui.inverted.brown.table {
  background-color: #A5673F !important;
  color: #FFFFFF !important;
}

/* Grey */

.ui.grey.table {
  border-top: 0.2em solid #767676;
}

.ui.inverted.grey.table {
  background-color: #767676 !important;
  color: #FFFFFF !important;
}

/* Black */

.ui.black.table {
  border-top: 0.2em solid #1B1C1D;
}

.ui.inverted.black.table {
  background-color: #1B1C1D !important;
  color: #FFFFFF !important;
}

/*--------------
  Column Count
---------------*/

/* Grid Based */

.ui.one.column.table td {
  width: 100%;
}

.ui.two.column.table td {
  width: 50%;
}

.ui.three.column.table td {
  width: 33.33333333%;
}

.ui.four.column.table td {
  width: 25%;
}

.ui.five.column.table td {
  width: 20%;
}

.ui.six.column.table td {
  width: 16.66666667%;
}

.ui.seven.column.table td {
  width: 14.28571429%;
}

.ui.eight.column.table td {
  width: 12.5%;
}

.ui.nine.column.table td {
  width: 11.11111111%;
}

.ui.ten.column.table td {
  width: 10%;
}

.ui.eleven.column.table td {
  width: 9.09090909%;
}

.ui.twelve.column.table td {
  width: 8.33333333%;
}

.ui.thirteen.column.table td {
  width: 7.69230769%;
}

.ui.fourteen.column.table td {
  width: 7.14285714%;
}

.ui.fifteen.column.table td {
  width: 6.66666667%;
}

.ui.sixteen.column.table td {
  width: 6.25%;
}

/* Column Width */

.ui.table th.one.wide,
.ui.table td.one.wide {
  width: 6.25%;
}

.ui.table th.two.wide,
.ui.table td.two.wide {
  width: 12.5%;
}

.ui.table th.three.wide,
.ui.table td.three.wide {
  width: 18.75%;
}

.ui.table th.four.wide,
.ui.table td.four.wide {
  width: 25%;
}

.ui.table th.five.wide,
.ui.table td.five.wide {
  width: 31.25%;
}

.ui.table th.six.wide,
.ui.table td.six.wide {
  width: 37.5%;
}

.ui.table th.seven.wide,
.ui.table td.seven.wide {
  width: 43.75%;
}

.ui.table th.eight.wide,
.ui.table td.eight.wide {
  width: 50%;
}

.ui.table th.nine.wide,
.ui.table td.nine.wide {
  width: 56.25%;
}

.ui.table th.ten.wide,
.ui.table td.ten.wide {
  width: 62.5%;
}

.ui.table th.eleven.wide,
.ui.table td.eleven.wide {
  width: 68.75%;
}

.ui.table th.twelve.wide,
.ui.table td.twelve.wide {
  width: 75%;
}

.ui.table th.thirteen.wide,
.ui.table td.thirteen.wide {
  width: 81.25%;
}

.ui.table th.fourteen.wide,
.ui.table td.fourteen.wide {
  width: 87.5%;
}

.ui.table th.fifteen.wide,
.ui.table td.fifteen.wide {
  width: 93.75%;
}

.ui.table th.sixteen.wide,
.ui.table td.sixteen.wide {
  width: 100%;
}

/*--------------
    Sortable
---------------*/

.ui.sortable.table thead th {
  cursor: pointer;
  white-space: nowrap;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
}

.ui.sortable.table thead th:first-child {
  border-left: none;
}

.ui.sortable.table thead th.sorted,
.ui.sortable.table thead th.sorted:hover {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui.sortable.table thead th:after {
  display: none;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: '';
  height: 1em;
  width: auto;
  opacity: 0.8;
  margin: 0em 0em 0em 0.5em;
  font-family: 'Icons';
}

.ui.sortable.table thead th.ascending:after {
  content: '\F0D8';
}

.ui.sortable.table thead th.descending:after {
  content: '\F0D7';
}

/* Hover */

.ui.sortable.table th.disabled:hover {
  cursor: auto;
  color: rgba(40, 40, 40, 0.3);
}

.ui.sortable.table thead th:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
}

/* Sorted */

.ui.sortable.table thead th.sorted {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.ui.sortable.table thead th.sorted:after {
  display: inline-block;
}

/* Sorted Hover */

.ui.sortable.table thead th.sorted:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

/* Inverted */

.ui.inverted.sortable.table thead th.sorted {
  background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #ffffff;
}

.ui.inverted.sortable.table thead th:hover {
  background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  color: #ffffff;
}

.ui.inverted.sortable.table thead th {
  border-left-color: transparent;
  border-right-color: transparent;
}

/*--------------
    Inverted
---------------*/

/* Text Color */

.ui.inverted.table {
  background: #333333;
  color: rgba(255, 255, 255, 0.9);
  border: none;
}

.ui.inverted.table th {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

.ui.inverted.table tr td {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.ui.inverted.table tr.disabled td,
.ui.inverted.table tr td.disabled,
.ui.inverted.table tr.disabled:hover td,
.ui.inverted.table tr:hover td.disabled {
  pointer-events: none;
  color: rgba(225, 225, 225, 0.3);
}

/* Definition */

.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
  background: #FFFFFF;
}

.ui.inverted.definition.table tr td:first-child {
  background: rgba(255, 255, 255, 0.02);
  color: #ffffff;
}

/*--------------
   Collapsing
---------------*/

.ui.collapsing.table {
  width: auto;
}

/*--------------
      Basic
---------------*/

.ui.basic.table {
  background: transparent;
  border: 1px solid rgba(34, 36, 38, 0.15);
  box-shadow: none;
}

.ui.basic.table thead,
.ui.basic.table tfoot {
  box-shadow: none;
}

.ui.basic.table th {
  background: transparent;
  border-left: none;
}

.ui.basic.table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ui.basic.table td {
  background: transparent;
}

.ui.basic.striped.table tbody tr:nth-child(2n) {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

/* Very Basic */

.ui[class*="very basic"].table {
  border: none;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td {
  padding: '';
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th:first-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:first-child {
  padding-left: 0em;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) th:last-child,
.ui[class*="very basic"].table:not(.sortable):not(.striped) td:last-child {
  padding-right: 0em;
}

.ui[class*="very basic"].table:not(.sortable):not(.striped) thead tr:first-child th {
  padding-top: 0em;
}

/*--------------
     Celled
---------------*/

.ui.celled.table tr th,
.ui.celled.table tr td {
  border-left: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.celled.table tr th:first-child,
.ui.celled.table tr td:first-child {
  border-left: none;
}

/*--------------
     Padded
---------------*/

.ui.padded.table th {
  padding-left: 1em;
  padding-right: 1em;
}

.ui.padded.table th,
.ui.padded.table td {
  padding: 1em 1em;
}

/* Very */

.ui[class*="very padded"].table th {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.ui[class*="very padded"].table td {
  padding: 1.5em 1.5em;
}

/*--------------
     Compact
---------------*/

.ui.compact.table th {
  padding-left: 0.7em;
  padding-right: 0.7em;
}

.ui.compact.table td {
  padding: 0.5em 0.7em;
}

/* Very */

.ui[class*="very compact"].table th {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.ui[class*="very compact"].table td {
  padding: 0.4em 0.6em;
}

/*--------------
      Sizes
---------------*/

/* Small */

.ui.small.table {
  font-size: 0.9em;
}

/* Standard */

.ui.table {
  font-size: 1em;
}

/* Large */

.ui.large.table {
  font-size: 1.1em;
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Ad
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Copyright 2013 Contributors
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
         Advertisement
*******************************/

.ui.ad {
  display: block;
  overflow: hidden;
  margin: 1em 0em;
}

.ui.ad:first-child {
  margin: 0em;
}

.ui.ad:last-child {
  margin: 0em;
}

.ui.ad iframe {
  margin: 0em;
  padding: 0em;
  border: none;
  overflow: hidden;
}

/*--------------
     Common
---------------*/

/* Leaderboard */

.ui.leaderboard.ad {
  width: 728px;
  height: 90px;
}

/* Medium Rectangle */

.ui[class*="medium rectangle"].ad {
  width: 300px;
  height: 250px;
}

/* Large Rectangle */

.ui[class*="large rectangle"].ad {
  width: 336px;
  height: 280px;
}

/* Half Page */

.ui[class*="half page"].ad {
  width: 300px;
  height: 600px;
}

/*--------------
     Square
---------------*/

/* Square */

.ui.square.ad {
  width: 250px;
  height: 250px;
}

/* Small Square */

.ui[class*="small square"].ad {
  width: 200px;
  height: 200px;
}

/*--------------
    Rectangle
---------------*/

/* Small Rectangle */

.ui[class*="small rectangle"].ad {
  width: 180px;
  height: 150px;
}

/* Vertical Rectangle */

.ui[class*="vertical rectangle"].ad {
  width: 240px;
  height: 400px;
}

/*--------------
     Button
---------------*/

.ui.button.ad {
  width: 120px;
  height: 90px;
}

.ui[class*="square button"].ad {
  width: 125px;
  height: 125px;
}

.ui[class*="small button"].ad {
  width: 120px;
  height: 60px;
}

/*--------------
   Skyscrapers
---------------*/

/* Skyscraper */

.ui.skyscraper.ad {
  width: 120px;
  height: 600px;
}

/* Wide Skyscraper */

.ui[class*="wide skyscraper"].ad {
  width: 160px;
}

/*--------------
     Banners
---------------*/

/* Banner */

.ui.banner.ad {
  width: 468px;
  height: 60px;
}

/* Vertical Banner */

.ui[class*="vertical banner"].ad {
  width: 120px;
  height: 240px;
}

/* Top Banner */

.ui[class*="top banner"].ad {
  width: 930px;
  height: 180px;
}

/* Half Banner */

.ui[class*="half banner"].ad {
  width: 234px;
  height: 60px;
}

/*--------------
    Boards
---------------*/

/* Leaderboard */

.ui[class*="large leaderboard"].ad {
  width: 970px;
  height: 90px;
}

/* Billboard */

.ui.billboard.ad {
  width: 970px;
  height: 250px;
}

/*--------------
    Panorama
---------------*/

/* Panorama */

.ui.panorama.ad {
  width: 980px;
  height: 120px;
}

/*--------------
     Netboard
---------------*/

/* Netboard */

.ui.netboard.ad {
  width: 580px;
  height: 400px;
}

/*--------------
     Mobile
---------------*/

/* Large Mobile Banner */

.ui[class*="large mobile banner"].ad {
  width: 320px;
  height: 100px;
}

/* Mobile Leaderboard */

.ui[class*="mobile leaderboard"].ad {
  width: 320px;
  height: 50px;
}

/*******************************
             Types
*******************************/

/* Mobile Sizes */

.ui.mobile.ad {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ui.mobile.ad {
    display: block;
  }
}

/*******************************
           Variations
*******************************/

.ui.centered.ad {
  margin-left: auto;
  margin-right: auto;
}

.ui.test.ad {
  position: relative;
  background: #545454;
}

.ui.test.ad:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: 'Ad';
  color: #FFFFFF;
  font-size: 1em;
  font-weight: bold;
}

.ui.mobile.test.ad:after {
  font-size: 0.85714286em;
}

.ui.test.ad[data-text]:after {
  content: attr(data-text);
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Standard
*******************************/

/*--------------
      Card
---------------*/

.ui.cards > .card,
.ui.card {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 290px;
  min-height: 0px;
  background: #FFFFFF;
  padding: 0em;
  border: none;
  border-radius: 0.28571429rem;
  box-shadow: 0px 1px 3px 0px #D4D4D5, 0px 0px 0px 1px #D4D4D5;
  -webkit-transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: box-shadow 0.1s ease, transform 0.1s ease;
  transition: box-shadow 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease;
  z-index: '';
}

.ui.card {
  margin: 1em 0em;
}

.ui.cards > .card a,
.ui.card a {
  cursor: pointer;
}

.ui.card:first-child {
  margin-top: 0em;
}

.ui.card:last-child {
  margin-bottom: 0em;
}

/*--------------
      Cards
---------------*/

.ui.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -0.875em -0.5em;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ui.cards > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.875em 0.5em;
  float: none;
}

/* Clearing */

.ui.cards:after,
.ui.card:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* Consecutive Card Groups Preserve Row Spacing */

.ui.cards ~ .ui.cards {
  margin-top: 0.875em;
}

/*--------------
  Rounded Edges
---------------*/

.ui.cards > .card > :first-child,
.ui.card > :first-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
  border-top: none !important;
}

.ui.cards > .card > :last-child,
.ui.card > :last-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

.ui.cards > .card > :only-child,
.ui.card > :only-child {
  border-radius: 0.28571429rem !important;
}

/*--------------
     Images
---------------*/

.ui.cards > .card > .image,
.ui.card > .image {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0em;
  background: rgba(0, 0, 0, 0.05);
}

.ui.cards > .card > .image > img,
.ui.card > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.ui.cards > .card > .image:not(.ui) > img,
.ui.card > .image:not(.ui) > img {
  border: none;
}

/*--------------
     Content
---------------*/

.ui.cards > .card > .content,
.ui.card > .content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  background: none;
  margin: 0em;
  padding: 1em 1em;
  box-shadow: none;
  font-size: 1em;
  border-radius: 0em;
}

.ui.cards > .card > .content:after,
.ui.card > .content:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui.cards > .card > .content > .header,
.ui.card > .content > .header {
  display: block;
  margin: '';
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.85);
}

/* Default Header Size */

.ui.cards > .card > .content > .header:not(.ui),
.ui.card > .content > .header:not(.ui) {
  font-weight: bold;
  font-size: 1.28571429em;
  margin-top: -0.21425em;
  line-height: 1.28571429em;
}

.ui.cards > .card > .content > .meta + .description,
.ui.cards > .card > .content > .header + .description,
.ui.card > .content > .meta + .description,
.ui.card > .content > .header + .description {
  margin-top: 0.5em;
}

/*----------------
 Floated Content
-----------------*/

.ui.cards > .card [class*="left floated"],
.ui.card [class*="left floated"] {
  float: left;
}

.ui.cards > .card [class*="right floated"],
.ui.card [class*="right floated"] {
  float: right;
}

/*--------------
     Aligned
---------------*/

.ui.cards > .card [class*="left aligned"],
.ui.card [class*="left aligned"] {
  text-align: left;
}

.ui.cards > .card [class*="center aligned"],
.ui.card [class*="center aligned"] {
  text-align: center;
}

.ui.cards > .card [class*="right aligned"],
.ui.card [class*="right aligned"] {
  text-align: right;
}

/*--------------
  Content Image
---------------*/

.ui.cards > .card .content img,
.ui.card .content img {
  display: inline-block;
  vertical-align: middle;
  width: '';
}

.ui.cards > .card img.avatar,
.ui.cards > .card .avatar img,
.ui.card img.avatar,
.ui.card .avatar img {
  width: 2em;
  height: 2em;
  border-radius: 500rem;
}

/*--------------
   Description
---------------*/

.ui.cards > .card > .content > .description,
.ui.card > .content > .description {
  clear: both;
  color: rgba(0, 0, 0, 0.68);
}

/*--------------
    Paragraph
---------------*/

.ui.cards > .card > .content p,
.ui.card > .content p {
  margin: 0em 0em 0.5em;
}

.ui.cards > .card > .content p:last-child,
.ui.card > .content p:last-child {
  margin-bottom: 0em;
}

/*--------------
      Meta
---------------*/

.ui.cards > .card .meta,
.ui.card .meta {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
}

.ui.cards > .card .meta *,
.ui.card .meta * {
  margin-right: 0.3em;
}

.ui.cards > .card .meta :last-child,
.ui.card .meta :last-child {
  margin-right: 0em;
}

.ui.cards > .card .meta [class*="right floated"],
.ui.card .meta [class*="right floated"] {
  margin-right: 0em;
  margin-left: 0.3em;
}

/*--------------
      Links
---------------*/

/* Generic */

.ui.cards > .card > .content a:not(.ui),
.ui.card > .content a:not(.ui) {
  color: '';
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.cards > .card > .content a:not(.ui):hover,
.ui.card > .content a:not(.ui):hover {
  color: '';
}

/* Header */

.ui.cards > .card > .content > a.header,
.ui.card > .content > a.header {
  color: rgba(0, 0, 0, 0.85);
}

.ui.cards > .card > .content > a.header:hover,
.ui.card > .content > a.header:hover {
  color: #1e70bf;
}

/* Meta */

.ui.cards > .card .meta > a:not(.ui),
.ui.card .meta > a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

.ui.cards > .card .meta > a:not(.ui):hover,
.ui.card .meta > a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
     Buttons
---------------*/

.ui.cards > .card > .buttons,
.ui.card > .buttons,
.ui.cards > .card > .button,
.ui.card > .button {
  margin: 0px -1px;
  width: calc(100% +  2px );
}

/*--------------
      Dimmer
---------------*/

.ui.cards > .card .dimmer,
.ui.card .dimmer {
  background-color: '';
  z-index: 10;
}

/*--------------
     Labels
---------------*/

/*-----Star----- */

/* Icon */

.ui.cards > .card > .content .star.icon,
.ui.card > .content .star.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.cards > .card > .content .star.icon:hover,
.ui.card > .content .star.icon:hover {
  opacity: 1;
  color: #FFB70A;
}

.ui.cards > .card > .content .active.star.icon,
.ui.card > .content .active.star.icon {
  color: #FFE623;
}

/*-----Like----- */

/* Icon */

.ui.cards > .card > .content .like.icon,
.ui.card > .content .like.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.cards > .card > .content .like.icon:hover,
.ui.card > .content .like.icon:hover {
  opacity: 1;
  color: #FF2733;
}

.ui.cards > .card > .content .active.like.icon,
.ui.card > .content .active.like.icon {
  color: #FF2733;
}

/*----------------
  Extra Content
-----------------*/

.ui.cards > .card > .extra,
.ui.card > .extra {
  max-width: 100%;
  min-height: 0em !important;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
  position: static;
  background: none;
  width: auto;
  margin: 0em 0em;
  padding: 0.75em 1em;
  top: 0em;
  left: 0em;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.cards > .card > .extra a:not(.ui),
.ui.card > .extra a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

.ui.cards > .card > .extra a:not(.ui):hover,
.ui.card > .extra a:not(.ui):hover {
  color: #1e70bf;
}

/*******************************
           Variations
*******************************/

/*-------------------
       Raised
--------------------*/

.ui.raised.cards > .card,
.ui.raised.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

.ui.raised.cards a.card:hover,
.ui.link.cards .raised.card:hover,
a.ui.raised.card:hover,
.ui.link.raised.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.15), 0px 2px 10px 0px rgba(34, 36, 38, 0.25);
}

.ui.raised.cards > .card,
.ui.raised.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

/*-------------------
       Centered
--------------------*/

.ui.centered.cards {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui.centered.card {
  margin-left: auto;
  margin-right: auto;
}

/*-------------------
        Fluid
--------------------*/

.ui.fluid.card {
  width: 100%;
  max-width: 9999px;
}

/*-------------------
        Link
--------------------*/

.ui.cards a.card,
.ui.link.cards .card,
a.ui.card,
.ui.link.card {
  -webkit-transform: none;
  transform: none;
}

.ui.cards a.card:hover,
.ui.link.cards .card:hover,
a.ui.card:hover,
.ui.link.card:hover {
  cursor: pointer;
  z-index: 5;
  background: #FFFFFF;
  border: none;
  box-shadow: 0px 1px 3px 0px #BCBDBD, 0px 0px 0px 1px #D4D4D5;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

/*-------------------
       Colors
--------------------*/

/* Red */

.ui.red.cards > .card,
.ui.cards > .red.card,
.ui.red.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #DB2828, 0px 1px 3px 0px #D4D4D5;
}

.ui.red.cards > .card:hover,
.ui.cards > .red.card:hover,
.ui.red.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #d01919, 0px 1px 3px 0px #BCBDBD;
}

/* Orange */

.ui.orange.cards > .card,
.ui.cards > .orange.card,
.ui.orange.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #F2711C, 0px 1px 3px 0px #D4D4D5;
}

.ui.orange.cards > .card:hover,
.ui.cards > .orange.card:hover,
.ui.orange.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #f26202, 0px 1px 3px 0px #BCBDBD;
}

/* Yellow */

.ui.yellow.cards > .card,
.ui.cards > .yellow.card,
.ui.yellow.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #FBBD08, 0px 1px 3px 0px #D4D4D5;
}

.ui.yellow.cards > .card:hover,
.ui.cards > .yellow.card:hover,
.ui.yellow.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #eaae00, 0px 1px 3px 0px #BCBDBD;
}

/* Olive */

.ui.olive.cards > .card,
.ui.cards > .olive.card,
.ui.olive.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #B5CC18, 0px 1px 3px 0px #D4D4D5;
}

.ui.olive.cards > .card:hover,
.ui.cards > .olive.card:hover,
.ui.olive.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #a7bd0d, 0px 1px 3px 0px #BCBDBD;
}

/* Green */

.ui.green.cards > .card,
.ui.cards > .green.card,
.ui.green.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #21BA45, 0px 1px 3px 0px #D4D4D5;
}

.ui.green.cards > .card:hover,
.ui.cards > .green.card:hover,
.ui.green.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #16ab39, 0px 1px 3px 0px #BCBDBD;
}

/* Teal */

.ui.teal.cards > .card,
.ui.cards > .teal.card,
.ui.teal.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #00B5AD, 0px 1px 3px 0px #D4D4D5;
}

.ui.teal.cards > .card:hover,
.ui.cards > .teal.card:hover,
.ui.teal.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #009c95, 0px 1px 3px 0px #BCBDBD;
}

/* Blue */

.ui.blue.cards > .card,
.ui.cards > .blue.card,
.ui.blue.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #2185D0, 0px 1px 3px 0px #D4D4D5;
}

.ui.blue.cards > .card:hover,
.ui.cards > .blue.card:hover,
.ui.blue.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1678c2, 0px 1px 3px 0px #BCBDBD;
}

/* Violet */

.ui.violet.cards > .card,
.ui.cards > .violet.card,
.ui.violet.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #6435C9, 0px 1px 3px 0px #D4D4D5;
}

.ui.violet.cards > .card:hover,
.ui.cards > .violet.card:hover,
.ui.violet.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #5829bb, 0px 1px 3px 0px #BCBDBD;
}

/* Purple */

.ui.purple.cards > .card,
.ui.cards > .purple.card,
.ui.purple.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A333C8, 0px 1px 3px 0px #D4D4D5;
}

.ui.purple.cards > .card:hover,
.ui.cards > .purple.card:hover,
.ui.purple.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #9627ba, 0px 1px 3px 0px #BCBDBD;
}

/* Pink */

.ui.pink.cards > .card,
.ui.cards > .pink.card,
.ui.pink.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #E03997, 0px 1px 3px 0px #D4D4D5;
}

.ui.pink.cards > .card:hover,
.ui.cards > .pink.card:hover,
.ui.pink.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #e61a8d, 0px 1px 3px 0px #BCBDBD;
}

/* Brown */

.ui.brown.cards > .card,
.ui.cards > .brown.card,
.ui.brown.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #A5673F, 0px 1px 3px 0px #D4D4D5;
}

.ui.brown.cards > .card:hover,
.ui.cards > .brown.card:hover,
.ui.brown.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #975b33, 0px 1px 3px 0px #BCBDBD;
}

/* Grey */

.ui.grey.cards > .card,
.ui.cards > .grey.card,
.ui.grey.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #767676, 0px 1px 3px 0px #D4D4D5;
}

.ui.grey.cards > .card:hover,
.ui.cards > .grey.card:hover,
.ui.grey.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #838383, 0px 1px 3px 0px #BCBDBD;
}

/* Black */

.ui.black.cards > .card,
.ui.cards > .black.card,
.ui.black.card {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #1B1C1D, 0px 1px 3px 0px #D4D4D5;
}

.ui.black.cards > .card:hover,
.ui.cards > .black.card:hover,
.ui.black.card:hover {
  box-shadow: 0px 0px 0px 1px #D4D4D5, 0px 2px 0px 0px #27292a, 0px 1px 3px 0px #BCBDBD;
}

/*--------------
   Card Count
---------------*/

.ui.one.cards {
  margin-left: 0em;
  margin-right: 0em;
}

.ui.one.cards > .card {
  width: 100%;
}

.ui.two.cards {
  margin-left: -1em;
  margin-right: -1em;
}

.ui.two.cards > .card {
  width: calc( 50%  -  2em );
  margin-left: 1em;
  margin-right: 1em;
}

.ui.three.cards {
  margin-left: -1em;
  margin-right: -1em;
}

.ui.three.cards > .card {
  width: calc( 33.33333333%  -  2em );
  margin-left: 1em;
  margin-right: 1em;
}

.ui.four.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

.ui.four.cards > .card {
  width: calc( 25%  -  1.5em );
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.ui.five.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

.ui.five.cards > .card {
  width: calc( 20%  -  1.5em );
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.ui.six.cards {
  margin-left: -0.75em;
  margin-right: -0.75em;
}

.ui.six.cards > .card {
  width: calc( 16.66666667%  -  1.5em );
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.ui.seven.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ui.seven.cards > .card {
  width: calc( 14.28571429%  -  1em );
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.ui.eight.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ui.eight.cards > .card {
  width: calc( 12.5%  -  1em );
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 11px;
}

.ui.nine.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ui.nine.cards > .card {
  width: calc( 11.11111111%  -  1em );
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 10px;
}

.ui.ten.cards {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ui.ten.cards > .card {
  width: calc( 10%  -  1em );
  margin-left: 0.5em;
  margin-right: 0.5em;
}

/*-------------------
      Doubling
--------------------*/

/* Mobile Only */

@media only screen and (max-width: 767px) {
  .ui.two.doubling.cards {
    margin-left: 0em;
    margin-right: 0em;
  }

  .ui.two.doubling.cards > .card {
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
  }

  .ui.three.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.three.doubling.cards > .card {
    width: calc( 50%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.four.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.four.doubling.cards > .card {
    width: calc( 50%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.five.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.five.doubling.cards > .card {
    width: calc( 50%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.six.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.six.doubling.cards > .card {
    width: calc( 50%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.seven.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.seven.doubling.cards > .card {
    width: calc( 33.33333333%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.eight.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.eight.doubling.cards > .card {
    width: calc( 33.33333333%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.nine.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.nine.doubling.cards > .card {
    width: calc( 33.33333333%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.ten.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.ten.doubling.cards > .card {
    width: calc( 33.33333333%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }
}

/* Tablet Only */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.two.doubling.cards {
    margin-left: 0em;
    margin-right: 0em;
  }

  .ui.two.doubling.cards > .card {
    width: 100%;
    margin-left: 0em;
    margin-right: 0em;
  }

  .ui.three.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.three.doubling.cards > .card {
    width: calc( 50%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.four.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.four.doubling.cards > .card {
    width: calc( 50%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.five.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.five.doubling.cards > .card {
    width: calc( 33.33333333%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.six.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.six.doubling.cards > .card {
    width: calc( 33.33333333%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.eight.doubling.cards {
    margin-left: -1em;
    margin-right: -1em;
  }

  .ui.eight.doubling.cards > .card {
    width: calc( 33.33333333%  -  2em );
    margin-left: 1em;
    margin-right: 1em;
  }

  .ui.eight.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }

  .ui.eight.doubling.cards > .card {
    width: calc( 25%  -  1.5em );
    margin-left: 0.75em;
    margin-right: 0.75em;
  }

  .ui.nine.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }

  .ui.nine.doubling.cards > .card {
    width: calc( 25%  -  1.5em );
    margin-left: 0.75em;
    margin-right: 0.75em;
  }

  .ui.ten.doubling.cards {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }

  .ui.ten.doubling.cards > .card {
    width: calc( 20%  -  1.5em );
    margin-left: 0.75em;
    margin-right: 0.75em;
  }
}

/*-------------------
      Stackable
--------------------*/

@media only screen and (max-width: 767px) {
  .ui.stackable.cards {
    display: block !important;
  }

  .ui.stackable.cards .card:first-child {
    margin-top: 0em !important;
  }

  .ui.stackable.cards > .card {
    display: block !important;
    height: auto !important;
    margin: 1em 1em;
    padding: 0 !important;
    width: calc( 100%  -  2em ) !important;
  }
}

/*--------------
      Size
---------------*/

.ui.cards > .card {
  font-size: 1em;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Comment
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Standard
*******************************/

/*--------------
    Comments
---------------*/

.ui.comments {
  margin: 1.5em 0em;
  max-width: 650px;
}

.ui.comments:first-child {
  margin-top: 0em;
}

.ui.comments:last-child {
  margin-bottom: 0em;
}

/*--------------
     Comment
---------------*/

.ui.comments .comment {
  position: relative;
  background: none;
  margin: 0.5em 0em 0em;
  padding: 0.5em 0em 0em;
  border: none;
  border-top: none;
  line-height: 1.2;
}

.ui.comments .comment:first-child {
  margin-top: 0em;
  padding-top: 0em;
}

/*--------------------
    Nested Comments
---------------------*/

.ui.comments .comment .comments {
  margin: 0em 0em 0.5em 0.5em;
  padding: 1em 0em 1em 1em;
}

.ui.comments .comment .comments:before {
  position: absolute;
  top: 0px;
  left: 0px;
}

.ui.comments .comment .comments .comment {
  border: none;
  border-top: none;
  background: none;
}

/*--------------
     Avatar
---------------*/

.ui.comments .comment .avatar {
  display: block;
  width: 2.5em;
  height: auto;
  float: left;
  margin: 0.2em 0em 0em;
}

.ui.comments .comment img.avatar,
.ui.comments .comment .avatar img {
  display: block;
  margin: 0em auto;
  width: 100%;
  height: 100%;
  border-radius: 0.25rem;
}

/*--------------
     Content
---------------*/

.ui.comments .comment > .content {
  display: block;
}

/* If there is an avatar move content over */

.ui.comments .comment > .avatar ~ .content {
  margin-left: 3.5em;
}

/*--------------
     Author
---------------*/

.ui.comments .comment .author {
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
}

.ui.comments .comment a.author {
  cursor: pointer;
}

.ui.comments .comment a.author:hover {
  color: #1e70bf;
}

/*--------------
     Metadata
---------------*/

.ui.comments .comment .metadata {
  display: inline-block;
  margin-left: 0.5em;
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.875em;
}

.ui.comments .comment .metadata > * {
  display: inline-block;
  margin: 0em 0.5em 0em 0em;
}

.ui.comments .comment .metadata > :last-child {
  margin-right: 0em;
}

/*--------------------
     Comment Text
---------------------*/

.ui.comments .comment .text {
  margin: 0.25em 0em 0.5em;
  font-size: 1em;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.3;
}

/*--------------------
     User Actions
---------------------*/

.ui.comments .comment .actions {
  font-size: 0.875em;
}

.ui.comments .comment .actions a {
  cursor: pointer;
  display: inline-block;
  margin: 0em 0.75em 0em 0em;
  color: rgba(0, 0, 0, 0.4);
}

.ui.comments .comment .actions a:last-child {
  margin-right: 0em;
}

.ui.comments .comment .actions a.active,
.ui.comments .comment .actions a:hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------------
      Reply Form
---------------------*/

.ui.comments > .reply.form {
  margin-top: 1em;
}

.ui.comments .comment .reply.form {
  width: 100%;
  margin-top: 1em;
}

.ui.comments .reply.form textarea {
  font-size: 1em;
  height: 12em;
}

/*******************************
            State
*******************************/

.ui.collapsed.comments,
.ui.comments .collapsed.comments,
.ui.comments .collapsed.comment {
  display: none;
}

/*******************************
           Variations
*******************************/

/*--------------------
        Threaded
---------------------*/

.ui.threaded.comments .comment .comments {
  margin: -1.5em 0 -1em 1.25em;
  padding: 3em 0em 2em 2.25em;
  box-shadow: -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/*--------------------
        Minimal
---------------------*/

.ui.minimal.comments .comment .actions {
  opacity: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  left: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.ui.minimal.comments .comment > .content:hover > .actions {
  opacity: 1;
}

/*-------------------
        Sizes
--------------------*/

.ui.mini.comments {
  font-size: 0.78571429rem;
}

.ui.tiny.comments {
  font-size: 0.85714286rem;
}

.ui.small.comments {
  font-size: 0.92857143rem;
}

.ui.comments {
  font-size: 1rem;
}

.ui.large.comments {
  font-size: 1.14285714rem;
}

.ui.big.comments {
  font-size: 1.28571429rem;
}

.ui.huge.comments {
  font-size: 1.42857143rem;
}

.ui.massive.comments {
  font-size: 1.71428571rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Feed
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
         Activity Feed
*******************************/

.ui.feed {
  margin: 1em 0em;
}

.ui.feed:first-child {
  margin-top: 0em;
}

.ui.feed:last-child {
  margin-bottom: 0em;
}

/*******************************
            Content
*******************************/

/* Event */

.ui.feed > .event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 0.21428571rem 0em;
  margin: 0em;
  background: none;
  border-top: none;
}

.ui.feed > .event:first-child {
  border-top: 0px;
  padding-top: 0em;
}

.ui.feed > .event:last-child {
  padding-bottom: 0em;
}

/* Event Label */

.ui.feed > .event > .label {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.5em;
  height: auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: left;
}

.ui.feed > .event > .label .icon {
  opacity: 1;
  font-size: 1.5em;
  width: 100%;
  padding: 0.25em;
  background: none;
  border: none;
  border-radius: none;
  color: rgba(0, 0, 0, 0.6);
}

.ui.feed > .event > .label img {
  width: 100%;
  height: auto;
  border-radius: 500rem;
}

.ui.feed > .event > .label + .content {
  margin: 0.5em 0em 0.35714286em 1.14285714em;
}

/*--------------
     Content
---------------*/

/* Content */

.ui.feed > .event > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: left;
  word-wrap: break-word;
}

.ui.feed > .event:last-child > .content {
  padding-bottom: 0em;
}

/* Link */

.ui.feed > .event > .content a {
  cursor: pointer;
}

/*--------------
      Date
---------------*/

.ui.feed > .event > .content .date {
  margin: -0.5rem 0em 0em;
  padding: 0em;
  font-weight: normal;
  font-size: 1em;
  font-style: normal;
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
     Summary
---------------*/

.ui.feed > .event > .content .summary {
  margin: 0em;
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

/* Summary Image */

.ui.feed > .event > .content .summary img {
  display: inline-block;
  width: auto;
  height: 10em;
  margin: -0.25em 0.25em 0em 0em;
  border-radius: 0.25em;
  vertical-align: middle;
}

/*--------------
      User
---------------*/

.ui.feed > .event > .content .user {
  display: inline-block;
  font-weight: bold;
  margin-right: 0em;
  vertical-align: baseline;
}

.ui.feed > .event > .content .user img {
  margin: -0.25em 0.25em 0em 0em;
  width: auto;
  height: 10em;
  vertical-align: middle;
}

/*--------------
   Inline Date
---------------*/

/* Date inside Summary */

.ui.feed > .event > .content .summary > .date {
  display: inline-block;
  float: none;
  font-weight: normal;
  font-size: 0.85714286em;
  font-style: normal;
  margin: 0em 0em 0em 0.5em;
  padding: 0em;
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
  Extra Summary
---------------*/

.ui.feed > .event > .content .extra {
  margin: 0.5em 0em 0em;
  background: none;
  padding: 0em;
  color: rgba(0, 0, 0, 0.87);
}

/* Images */

.ui.feed > .event > .content .extra.images img {
  display: inline-block;
  margin: 0em 0.25em 0em 0em;
  width: 6em;
}

/* Text */

.ui.feed > .event > .content .extra.text {
  padding: 0em;
  border-left: none;
  font-size: 1em;
  max-width: 500px;
  line-height: 1.4285em;
}

/*--------------
      Meta
---------------*/

.ui.feed > .event > .content .meta {
  display: inline-block;
  font-size: 0.85714286em;
  margin: 0.5em 0em 0em;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0em;
  color: rgba(0, 0, 0, 0.6);
}

.ui.feed > .event > .content .meta > * {
  position: relative;
  margin-left: 0.75em;
}

.ui.feed > .event > .content .meta > *:after {
  content: '';
  color: rgba(0, 0, 0, 0.2);
  top: 0em;
  left: -1em;
  opacity: 1;
  position: absolute;
  vertical-align: top;
}

.ui.feed > .event > .content .meta .like {
  color: '';
  -webkit-transition: 0.2s color ease;
  transition: 0.2s color ease;
}

.ui.feed > .event > .content .meta .like:hover .icon {
  color: #FF2733;
}

.ui.feed > .event > .content .meta .active.like .icon {
  color: #EF404A;
}

/* First element */

.ui.feed > .event > .content .meta > :first-child {
  margin-left: 0em;
}

.ui.feed > .event > .content .meta > :first-child::after {
  display: none;
}

/* Action */

.ui.feed > .event > .content .meta a,
.ui.feed > .event > .content .meta > .icon {
  cursor: pointer;
  opacity: 1;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.feed > .event > .content .meta a:hover,
.ui.feed > .event > .content .meta a:hover .icon,
.ui.feed > .event > .content .meta > .icon:hover {
  color: rgba(0, 0, 0, 0.95);
}

/*******************************
            Variations
*******************************/

.ui.small.feed {
  font-size: 0.92857143rem;
}

.ui.feed {
  font-size: 1rem;
}

.ui.large.feed {
  font-size: 1.14285714rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Item
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Standard
*******************************/

/*--------------
      Item
---------------*/

.ui.items > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em 0em;
  width: 100%;
  min-height: 0px;
  background: transparent;
  padding: 0em;
  border: none;
  border-radius: 0rem;
  box-shadow: none;
  -webkit-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
  z-index: '';
}

.ui.items > .item a {
  cursor: pointer;
}

/*--------------
      Items
---------------*/

.ui.items {
  margin: 1.5em 0em;
}

.ui.items:first-child {
  margin-top: 0em !important;
}

.ui.items:last-child {
  margin-bottom: 0em !important;
}

/*--------------
      Item
---------------*/

.ui.items > .item:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui.items > .item:first-child {
  margin-top: 0em;
}

.ui.items > .item:last-child {
  margin-bottom: 0em;
}

/*--------------
     Images
---------------*/

.ui.items > .item > .image {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: block;
  float: none;
  margin: 0em;
  padding: 0em;
  max-height: '';
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top;
}

.ui.items > .item > .image > img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  border: none;
}

.ui.items > .item > .image:only-child > img {
  border-radius: 0rem;
}

/*--------------
     Content
---------------*/

.ui.items > .item > .content {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: none;
  margin: 0em;
  padding: 0em;
  box-shadow: none;
  font-size: 1em;
  border: none;
  border-radius: 0em;
}

.ui.items > .item > .content:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui.items > .item > .image + .content {
  min-width: 0;
  width: auto;
  display: block;
  margin-left: 0em;
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top;
  padding-left: 1.5em;
}

.ui.items > .item > .content > .header {
  display: inline-block;
  margin: -0.21425em 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}

/* Default Header Size */

.ui.items > .item > .content > .header:not(.ui) {
  font-size: 1.28571429em;
}

/*--------------
     Floated
---------------*/

.ui.items > .item [class*="left floated"] {
  float: left;
}

.ui.items > .item [class*="right floated"] {
  float: right;
}

/*--------------
  Content Image
---------------*/

.ui.items > .item .content img {
  -ms-flex-item-align: middle;
  -ms-grid-row-align: middle;
  align-self: middle;
  width: '';
}

.ui.items > .item img.avatar,
.ui.items > .item .avatar img {
  width: '';
  height: '';
  border-radius: 500rem;
}

/*--------------
   Description
---------------*/

.ui.items > .item > .content > .description {
  margin-top: 0.6em;
  max-width: auto;
  font-size: 1em;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
    Paragraph
---------------*/

.ui.items > .item > .content p {
  margin: 0em 0em 0.5em;
}

.ui.items > .item > .content p:last-child {
  margin-bottom: 0em;
}

/*--------------
      Meta
---------------*/

.ui.items > .item .meta {
  margin: 0.5em 0em 0.5em;
  font-size: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.6);
}

.ui.items > .item .meta * {
  margin-right: 0.3em;
}

.ui.items > .item .meta :last-child {
  margin-right: 0em;
}

.ui.items > .item .meta [class*="right floated"] {
  margin-right: 0em;
  margin-left: 0.3em;
}

/*--------------
      Links
---------------*/

/* Generic */

.ui.items > .item > .content a:not(.ui) {
  color: '';
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.items > .item > .content a:not(.ui):hover {
  color: '';
}

/* Header */

.ui.items > .item > .content > a.header {
  color: rgba(0, 0, 0, 0.85);
}

.ui.items > .item > .content > a.header:hover {
  color: #1e70bf;
}

/* Meta */

.ui.items > .item .meta > a:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

.ui.items > .item .meta > a:not(.ui):hover {
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
     Labels
---------------*/

/*-----Star----- */

/* Icon */

.ui.items > .item > .content .favorite.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.items > .item > .content .favorite.icon:hover {
  opacity: 1;
  color: #FFB70A;
}

.ui.items > .item > .content .active.favorite.icon {
  color: #FFE623;
}

/*-----Like----- */

/* Icon */

.ui.items > .item > .content .like.icon {
  cursor: pointer;
  opacity: 0.75;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.ui.items > .item > .content .like.icon:hover {
  opacity: 1;
  color: #FF2733;
}

.ui.items > .item > .content .active.like.icon {
  color: #FF2733;
}

/*----------------
  Extra Content
-----------------*/

.ui.items > .item .extra {
  display: block;
  position: relative;
  background: none;
  margin: 0.5rem 0em 0em;
  width: 100%;
  padding: 0em 0em 0em;
  top: 0em;
  left: 0em;
  color: rgba(0, 0, 0, 0.4);
  box-shadow: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  border-top: none;
}

.ui.items > .item .extra > * {
  margin: 0.25rem 0.5rem 0.25rem 0em;
}

.ui.items > .item .extra > [class*="right floated"] {
  margin: 0.25rem 0em 0.25rem 0.5rem;
}

.ui.items > .item .extra:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/*******************************
          Responsive
*******************************/

/* Default Image Width */

.ui.items > .item > .image:not(.ui) {
  width: 175px;
}

/* Tablet Only */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ui.items > .item {
    margin: 1em 0em;
  }

  .ui.items > .item > .image:not(.ui) {
    width: 150px;
  }

  .ui.items > .item > .image + .content {
    display: block;
    padding: 0em 0em 0em 1em;
  }
}

/* Mobile Only */

@media only screen and (max-width: 767px) {
  .ui.items:not(.unstackable) > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2em 0em;
  }

  .ui.items:not(.unstackable) > .item > .image {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .ui.items:not(.unstackable) > .item > .image,
  .ui.items:not(.unstackable) > .item > .image > img {
    max-width: 100% !important;
    width: auto !important;
    max-height: 250px !important;
  }

  .ui.items:not(.unstackable) > .item > .image + .content {
    display: block;
    padding: 1.5em 0em 0em;
  }
}

/*******************************
           Variations
*******************************/

/*-------------------
       Aligned
--------------------*/

.ui.items > .item > .image + [class*="top aligned"].content {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.ui.items > .item > .image + [class*="middle aligned"].content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.ui.items > .item > .image + [class*="bottom aligned"].content {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

/*--------------
     Relaxed
---------------*/

.ui.relaxed.items > .item {
  margin: 1.5em 0em;
}

.ui[class*="very relaxed"].items > .item {
  margin: 2em 0em;
}

/*-------------------
      Divided
--------------------*/

.ui.divided.items > .item {
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  margin: 0em;
  padding: 1em 0em;
}

.ui.divided.items > .item:first-child {
  border-top: none;
  margin-top: 0em !important;
  padding-top: 0em !important;
}

.ui.divided.items > .item:last-child {
  margin-bottom: 0em !important;
  padding-bottom: 0em !important;
}

/* Relaxed Divided */

.ui.relaxed.divided.items > .item {
  margin: 0em;
  padding: 1.5em 0em;
}

.ui[class*="very relaxed"].divided.items > .item {
  margin: 0em;
  padding: 2em 0em;
}

/*-------------------
        Link
--------------------*/

.ui.items a.item:hover,
.ui.link.items > .item:hover {
  cursor: pointer;
}

.ui.items a.item:hover .content .header,
.ui.link.items > .item:hover .content .header {
  color: #1e70bf;
}

/*--------------
      Size
---------------*/

.ui.items > .item {
  font-size: 1em;
}

/*---------------
   Unstackable
----------------*/

@media only screen and (max-width: 767px) {
  .ui.unstackable.items > .item > .image,
  .ui.unstackable.items > .item > .image > img {
    width: 125px !important;
  }
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Statistic
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
           Statistic
*******************************/

/* Standalone */

.ui.statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1em 0em;
  max-width: auto;
}

.ui.statistic + .ui.statistic {
  margin: 0em 0em 0em 1.5em;
}

.ui.statistic:first-child {
  margin-top: 0em;
}

.ui.statistic:last-child {
  margin-bottom: 0em;
}

/*******************************
            Group
*******************************/

/* Grouped */

.ui.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ui.statistics > .statistic {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0em 1.5em 2em;
  max-width: auto;
}

.ui.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1em -1.5em -2em;
}

/* Clearing */

.ui.statistics:after {
  display: block;
  content: ' ';
  height: 0px;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.ui.statistics:first-child {
  margin-top: 0em;
}

.ui.statistics:last-child {
  margin-bottom: 0em;
}

/*******************************
            Content
*******************************/

/*--------------
      Value
---------------*/

.ui.statistics .statistic > .value,
.ui.statistic > .value {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1em;
  color: #1B1C1D;
  text-transform: uppercase;
  text-align: center;
}

/*--------------
     Label
---------------*/

.ui.statistics .statistic > .label,
.ui.statistic > .label {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  text-transform: uppercase;
  text-align: center;
}

/* Top Label */

.ui.statistics .statistic > .label ~ .value,
.ui.statistic > .label ~ .value {
  margin-top: 0rem;
}

/* Bottom Label */

.ui.statistics .statistic > .value ~ .label,
.ui.statistic > .value ~ .label {
  margin-top: 0rem;
}

/*******************************
             Types
*******************************/

/*--------------
   Icon Value
---------------*/

.ui.statistics .statistic > .value .icon,
.ui.statistic > .value .icon {
  opacity: 1;
  width: auto;
  margin: 0em;
}

/*--------------
   Text Value
---------------*/

.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
  line-height: 1em;
  min-height: 2em;
  font-weight: bold;
  text-align: center;
}

.ui.statistics .statistic > .text.value + .label,
.ui.statistic > .text.value + .label {
  text-align: center;
}

/*--------------
   Image Value
---------------*/

.ui.statistics .statistic > .value img,
.ui.statistic > .value img {
  max-height: 3rem;
  vertical-align: baseline;
}

/*******************************
            Variations
*******************************/

/*--------------
      Count
---------------*/

.ui.ten.statistics {
  margin: 0em 0em -2em;
}

.ui.ten.statistics .statistic {
  min-width: 10%;
  margin: 0em 0em 2em;
}

.ui.nine.statistics {
  margin: 0em 0em -2em;
}

.ui.nine.statistics .statistic {
  min-width: 11.11111111%;
  margin: 0em 0em 2em;
}

.ui.eight.statistics {
  margin: 0em 0em -2em;
}

.ui.eight.statistics .statistic {
  min-width: 12.5%;
  margin: 0em 0em 2em;
}

.ui.seven.statistics {
  margin: 0em 0em -2em;
}

.ui.seven.statistics .statistic {
  min-width: 14.28571429%;
  margin: 0em 0em 2em;
}

.ui.six.statistics {
  margin: 0em 0em -2em;
}

.ui.six.statistics .statistic {
  min-width: 16.66666667%;
  margin: 0em 0em 2em;
}

.ui.five.statistics {
  margin: 0em 0em -2em;
}

.ui.five.statistics .statistic {
  min-width: 20%;
  margin: 0em 0em 2em;
}

.ui.four.statistics {
  margin: 0em 0em -2em;
}

.ui.four.statistics .statistic {
  min-width: 25%;
  margin: 0em 0em 2em;
}

.ui.three.statistics {
  margin: 0em 0em -2em;
}

.ui.three.statistics .statistic {
  min-width: 33.33333333%;
  margin: 0em 0em 2em;
}

.ui.two.statistics {
  margin: 0em 0em -2em;
}

.ui.two.statistics .statistic {
  min-width: 50%;
  margin: 0em 0em 2em;
}

.ui.one.statistics {
  margin: 0em 0em -2em;
}

.ui.one.statistics .statistic {
  min-width: 100%;
  margin: 0em 0em 2em;
}

/*--------------
   Horizontal
---------------*/

.ui.horizontal.statistic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ui.horizontal.statistics {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0em;
  max-width: none;
}

.ui.horizontal.statistics .statistic {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: none;
  margin: 1em 0em;
}

.ui.horizontal.statistic > .text.value,
.ui.horizontal.statistics > .statistic > .text.value {
  min-height: 0em !important;
}

.ui.horizontal.statistics .statistic > .value .icon,
.ui.horizontal.statistic > .value .icon {
  width: 1.18em;
}

.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
  display: inline-block;
  vertical-align: middle;
}

.ui.horizontal.statistics .statistic > .label,
.ui.horizontal.statistic > .label {
  display: inline-block;
  vertical-align: middle;
  margin: 0em 0em 0em 0.75em;
}

/*--------------
     Colors
---------------*/

.ui.red.statistics .statistic > .value,
.ui.statistics .red.statistic > .value,
.ui.red.statistic > .value {
  color: #DB2828;
}

.ui.orange.statistics .statistic > .value,
.ui.statistics .orange.statistic > .value,
.ui.orange.statistic > .value {
  color: #F2711C;
}

.ui.yellow.statistics .statistic > .value,
.ui.statistics .yellow.statistic > .value,
.ui.yellow.statistic > .value {
  color: #FBBD08;
}

.ui.olive.statistics .statistic > .value,
.ui.statistics .olive.statistic > .value,
.ui.olive.statistic > .value {
  color: #B5CC18;
}

.ui.green.statistics .statistic > .value,
.ui.statistics .green.statistic > .value,
.ui.green.statistic > .value {
  color: #21BA45;
}

.ui.teal.statistics .statistic > .value,
.ui.statistics .teal.statistic > .value,
.ui.teal.statistic > .value {
  color: #00B5AD;
}

.ui.blue.statistics .statistic > .value,
.ui.statistics .blue.statistic > .value,
.ui.blue.statistic > .value {
  color: #2185D0;
}

.ui.violet.statistics .statistic > .value,
.ui.statistics .violet.statistic > .value,
.ui.violet.statistic > .value {
  color: #6435C9;
}

.ui.purple.statistics .statistic > .value,
.ui.statistics .purple.statistic > .value,
.ui.purple.statistic > .value {
  color: #A333C8;
}

.ui.pink.statistics .statistic > .value,
.ui.statistics .pink.statistic > .value,
.ui.pink.statistic > .value {
  color: #E03997;
}

.ui.brown.statistics .statistic > .value,
.ui.statistics .brown.statistic > .value,
.ui.brown.statistic > .value {
  color: #A5673F;
}

.ui.grey.statistics .statistic > .value,
.ui.statistics .grey.statistic > .value,
.ui.grey.statistic > .value {
  color: #767676;
}

/*--------------
    Inverted
---------------*/

.ui.inverted.statistics .statistic > .value,
.ui.inverted.statistic .value {
  color: #FFFFFF;
}

.ui.inverted.statistics .statistic > .label,
.ui.inverted.statistic .label {
  color: rgba(255, 255, 255, 0.9);
}

.ui.inverted.red.statistics .statistic > .value,
.ui.statistics .inverted.red.statistic > .value,
.ui.inverted.red.statistic > .value {
  color: #FF695E;
}

.ui.inverted.orange.statistics .statistic > .value,
.ui.statistics .inverted.orange.statistic > .value,
.ui.inverted.orange.statistic > .value {
  color: #FF851B;
}

.ui.inverted.yellow.statistics .statistic > .value,
.ui.statistics .inverted.yellow.statistic > .value,
.ui.inverted.yellow.statistic > .value {
  color: #FFE21F;
}

.ui.inverted.olive.statistics .statistic > .value,
.ui.statistics .inverted.olive.statistic > .value,
.ui.inverted.olive.statistic > .value {
  color: #D9E778;
}

.ui.inverted.green.statistics .statistic > .value,
.ui.statistics .inverted.green.statistic > .value,
.ui.inverted.green.statistic > .value {
  color: #2ECC40;
}

.ui.inverted.teal.statistics .statistic > .value,
.ui.statistics .inverted.teal.statistic > .value,
.ui.inverted.teal.statistic > .value {
  color: #6DFFFF;
}

.ui.inverted.blue.statistics .statistic > .value,
.ui.statistics .inverted.blue.statistic > .value,
.ui.inverted.blue.statistic > .value {
  color: #54C8FF;
}

.ui.inverted.violet.statistics .statistic > .value,
.ui.statistics .inverted.violet.statistic > .value,
.ui.inverted.violet.statistic > .value {
  color: #A291FB;
}

.ui.inverted.purple.statistics .statistic > .value,
.ui.statistics .inverted.purple.statistic > .value,
.ui.inverted.purple.statistic > .value {
  color: #DC73FF;
}

.ui.inverted.pink.statistics .statistic > .value,
.ui.statistics .inverted.pink.statistic > .value,
.ui.inverted.pink.statistic > .value {
  color: #FF8EDF;
}

.ui.inverted.brown.statistics .statistic > .value,
.ui.statistics .inverted.brown.statistic > .value,
.ui.inverted.brown.statistic > .value {
  color: #D67C1C;
}

.ui.inverted.grey.statistics .statistic > .value,
.ui.statistics .inverted.grey.statistic > .value,
.ui.inverted.grey.statistic > .value {
  color: #DCDDDE;
}

/*--------------
    Floated
---------------*/

.ui[class*="left floated"].statistic {
  float: left;
  margin: 0em 2em 1em 0em;
}

.ui[class*="right floated"].statistic {
  float: right;
  margin: 0em 0em 1em 2em;
}

.ui.floated.statistic:last-child {
  margin-bottom: 0em;
}

/*--------------
     Sizes
---------------*/

/* Mini */

.ui.mini.statistics .statistic > .value,
.ui.mini.statistic > .value {
  font-size: 1.5rem !important;
}

.ui.mini.horizontal.statistics .statistic > .value,
.ui.mini.horizontal.statistic > .value {
  font-size: 1.5rem !important;
}

.ui.mini.statistics .statistic > .text.value,
.ui.mini.statistic > .text.value {
  font-size: 1rem !important;
}

/* Tiny */

.ui.tiny.statistics .statistic > .value,
.ui.tiny.statistic > .value {
  font-size: 2rem !important;
}

.ui.tiny.horizontal.statistics .statistic > .value,
.ui.tiny.horizontal.statistic > .value {
  font-size: 2rem !important;
}

.ui.tiny.statistics .statistic > .text.value,
.ui.tiny.statistic > .text.value {
  font-size: 1rem !important;
}

/* Small */

.ui.small.statistics .statistic > .value,
.ui.small.statistic > .value {
  font-size: 3rem !important;
}

.ui.small.horizontal.statistics .statistic > .value,
.ui.small.horizontal.statistic > .value {
  font-size: 2rem !important;
}

.ui.small.statistics .statistic > .text.value,
.ui.small.statistic > .text.value {
  font-size: 1rem !important;
}

/* Medium */

.ui.statistics .statistic > .value,
.ui.statistic > .value {
  font-size: 4rem !important;
}

.ui.horizontal.statistics .statistic > .value,
.ui.horizontal.statistic > .value {
  font-size: 3rem !important;
}

.ui.statistics .statistic > .text.value,
.ui.statistic > .text.value {
  font-size: 2rem !important;
}

/* Large */

.ui.large.statistics .statistic > .value,
.ui.large.statistic > .value {
  font-size: 5rem !important;
}

.ui.large.horizontal.statistics .statistic > .value,
.ui.large.horizontal.statistic > .value {
  font-size: 4rem !important;
}

.ui.large.statistics .statistic > .text.value,
.ui.large.statistic > .text.value {
  font-size: 2.5rem !important;
}

/* Huge */

.ui.huge.statistics .statistic > .value,
.ui.huge.statistic > .value {
  font-size: 6rem !important;
}

.ui.huge.horizontal.statistics .statistic > .value,
.ui.huge.horizontal.statistic > .value {
  font-size: 5rem !important;
}

.ui.huge.statistics .statistic > .text.value,
.ui.huge.statistic > .text.value {
  font-size: 2.5rem !important;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
    User Variable Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Accordion
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Accordion
*******************************/

.ui.accordion,
.ui.accordion .accordion {
  max-width: 100%;
}

.ui.accordion .accordion {
  margin: 1em 0em 0em;
  padding: 0em;
}

/* Title */

.ui.accordion .title,
.ui.accordion .accordion .title {
  cursor: pointer;
}

/* Default Styling */

.ui.accordion .title:not(.ui) {
  padding: 0.5em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
}

/* Content */

.ui.accordion .title ~ .content,
.ui.accordion .accordion .title ~ .content {
  display: none;
}

/* Default Styling */

.ui.accordion:not(.styled) .title ~ .content:not(.ui),
.ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  margin: '';
  padding: 0.5em 0em 1em;
}

.ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
  padding-bottom: 0em;
}

/* Arrow */

.ui.accordion .title .dropdown.icon,
.ui.accordion .accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  opacity: 1;
  width: 1.25em;
  height: 1em;
  margin: 0em 0.25rem 0em 0rem;
  padding: 0em;
  font-size: 1em;
  -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease;
  transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
  vertical-align: baseline;
  -webkit-transform: none;
  transform: none;
}

/*--------------
    Coupling
---------------*/

/* Menu */

.ui.accordion.menu .item .title {
  display: block;
  padding: 0em;
}

.ui.accordion.menu .item .title > .dropdown.icon {
  float: right;
  margin: 0.21425em 0em 0em 1em;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Header */

.ui.accordion .ui.header .dropdown.icon {
  font-size: 1em;
  margin: 0em 0.25rem 0em 0rem;
}

/*******************************
            States
*******************************/

.ui.accordion .active.title .dropdown.icon,
.ui.accordion .accordion .active.title .dropdown.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ui.accordion.menu .item .active.title > .dropdown.icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*******************************
            Types
*******************************/

/*--------------
     Styled
---------------*/

.ui.styled.accordion {
  width: 600px;
}

.ui.styled.accordion,
.ui.styled.accordion .accordion {
  border-radius: 0.28571429rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15);
}

.ui.styled.accordion .title,
.ui.styled.accordion .accordion .title {
  margin: 0em;
  padding: 0.75em 1em;
  color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  -webkit-transition: background 0.1s ease, color 0.1s ease;
  transition: background 0.1s ease, color 0.1s ease;
}

.ui.styled.accordion > .title:first-child,
.ui.styled.accordion .accordion .title:first-child {
  border-top: none;
}

/* Content */

.ui.styled.accordion .content,
.ui.styled.accordion .accordion .content {
  margin: 0em;
  padding: 0.5em 1em 1.5em;
}

.ui.styled.accordion .accordion .content {
  padding: 0em;
  padding: 0.5em 1em 1.5em;
}

/* Hover */

.ui.styled.accordion .title:hover,
.ui.styled.accordion .active.title,
.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

.ui.styled.accordion .accordion .title:hover,
.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

/* Active */

.ui.styled.accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.95);
}

.ui.styled.accordion .accordion .active.title {
  background: transparent;
  color: rgba(0, 0, 0, 0.95);
}

/*******************************
            States
*******************************/

/*--------------
     Active
---------------*/

.ui.accordion .active.content,
.ui.accordion .accordion .active.content {
  display: block;
}

/*******************************
           Variations
*******************************/

/*--------------
     Fluid
---------------*/

.ui.fluid.accordion,
.ui.fluid.accordion .accordion {
  width: 100%;
}

/*--------------
     Inverted
---------------*/

.ui.inverted.accordion .title:not(.ui) {
  color: rgba(255, 255, 255, 0.9);
}

/*******************************
         Theme Overrides
*******************************/

@font-face {
  font-family: 'Accordion';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Dropdown Icon */

.ui.accordion .title .dropdown.icon,
.ui.accordion .accordion .title .dropdown.icon {
  font-family: Accordion;
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.accordion .title .dropdown.icon:before,
.ui.accordion .accordion .title .dropdown.icon:before {
  content: '\F0DA';
}

/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Checkbox
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
           Checkbox
*******************************/

/*--------------
    Content
---------------*/

.ui.checkbox {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
  vertical-align: baseline;
  font-style: normal;
  min-height: 17px;
  font-size: 1rem;
  line-height: 17px;
  min-width: 17px;
}

/* HTML Checkbox */

.ui.checkbox input[type="checkbox"],
.ui.checkbox input[type="radio"] {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0 !important;
  outline: none;
  z-index: 3;
  width: 17px;
  height: 17px;
}

/*--------------
      Box
---------------*/

.ui.checkbox .box,
.ui.checkbox label {
  cursor: auto;
  position: relative;
  display: block;
  padding-left: 1.85714em;
  outline: none;
  font-size: 1em;
}

.ui.checkbox .box:before,
.ui.checkbox label:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  content: '';
  background: #FFFFFF;
  border-radius: 0.21428571rem;
  -webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  border: 1px solid #D4D4D5;
}

/*--------------
    Checkmark
---------------*/

.ui.checkbox .box:after,
.ui.checkbox label:after {
  position: absolute;
  font-size: 14px;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  text-align: center;
  opacity: 0;
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease, -webkit-transform 0.1s ease;
}

/*--------------
      Label
---------------*/

/* Inside */

.ui.checkbox label,
.ui.checkbox + label {
  color: rgba(0, 0, 0, 0.87);
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

/* Outside */

.ui.checkbox + label {
  vertical-align: middle;
}

/*******************************
           States
*******************************/

/*--------------
      Hover
---------------*/

.ui.checkbox .box:hover::before,
.ui.checkbox label:hover::before {
  background: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.35);
}

.ui.checkbox label:hover,
.ui.checkbox + label:hover {
  color: rgba(0, 0, 0, 0.8);
}

/*--------------
      Down
---------------*/

.ui.checkbox .box:active::before,
.ui.checkbox label:active::before {
  background: #F9FAFB;
  border-color: rgba(34, 36, 38, 0.35);
}

.ui.checkbox .box:active::after,
.ui.checkbox label:active::after {
  color: rgba(0, 0, 0, 0.95);
}

.ui.checkbox input:active ~ label {
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Focus
---------------*/

.ui.checkbox input:focus ~ .box:before,
.ui.checkbox input:focus ~ label:before {
  background: #FFFFFF;
  border-color: #96C8DA;
}

.ui.checkbox input:focus ~ .box:after,
.ui.checkbox input:focus ~ label:after {
  color: rgba(0, 0, 0, 0.95);
}

.ui.checkbox input:focus ~ label {
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Active
---------------*/

.ui.checkbox input:checked ~ .box:before,
.ui.checkbox input:checked ~ label:before {
  background: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.35);
}

.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
  opacity: 1;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
  Indeterminate
---------------*/

.ui.checkbox input:not([type=radio]):indeterminate ~ .box:before,
.ui.checkbox input:not([type=radio]):indeterminate ~ label:before {
  background: #FFFFFF;
  border-color: rgba(34, 36, 38, 0.35);
}

.ui.checkbox input:not([type=radio]):indeterminate ~ .box:after,
.ui.checkbox input:not([type=radio]):indeterminate ~ label:after {
  opacity: 1;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
  Active Focus
---------------*/

.ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:before,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:before,
.ui.checkbox input:checked:focus ~ .box:before,
.ui.checkbox input:checked:focus ~ label:before {
  background: #FFFFFF;
  border-color: #96C8DA;
}

.ui.checkbox input:not([type=radio]):indeterminate:focus ~ .box:after,
.ui.checkbox input:not([type=radio]):indeterminate:focus ~ label:after,
.ui.checkbox input:checked:focus ~ .box:after,
.ui.checkbox input:checked:focus ~ label:after {
  color: rgba(0, 0, 0, 0.95);
}

/*--------------
    Read-Only
---------------*/

.ui.read-only.checkbox,
.ui.read-only.checkbox label {
  cursor: default;
}

/*--------------
     Disabled
---------------*/

.ui.disabled.checkbox .box:after,
.ui.disabled.checkbox label,
.ui.checkbox input[disabled] ~ .box:after,
.ui.checkbox input[disabled] ~ label {
  cursor: default !important;
  opacity: 0.5;
  color: #000000;
}

/*--------------
     Hidden
---------------*/

/* Initialized checkbox moves input below element
 to prevent manually triggering */

.ui.checkbox input.hidden {
  z-index: -1;
}

/* Selectable Label */

.ui.checkbox input.hidden + label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*******************************
             Types
*******************************/

/*--------------
     Radio
---------------*/

.ui.radio.checkbox {
  min-height: 15px;
}

.ui.radio.checkbox .box,
.ui.radio.checkbox label {
  padding-left: 1.85714em;
}

/* Box */

.ui.radio.checkbox .box:before,
.ui.radio.checkbox label:before {
  content: '';
  -webkit-transform: none;
  transform: none;
  width: 15px;
  height: 15px;
  border-radius: 500rem;
  top: 1px;
  left: 0px;
}

/* Bullet */

.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
  border: none;
  content: '' !important;
  width: 15px;
  height: 15px;
  line-height: 15px;
}

/* Radio Checkbox */

.ui.radio.checkbox .box:after,
.ui.radio.checkbox label:after {
  top: 1px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 500rem;
  -webkit-transform: scale(0.46666667);
  transform: scale(0.46666667);
  background-color: rgba(0, 0, 0, 0.87);
}

/* Focus */

.ui.radio.checkbox input:focus ~ .box:before,
.ui.radio.checkbox input:focus ~ label:before {
  background-color: #FFFFFF;
}

.ui.radio.checkbox input:focus ~ .box:after,
.ui.radio.checkbox input:focus ~ label:after {
  background-color: rgba(0, 0, 0, 0.95);
}

/* Indeterminate */

.ui.radio.checkbox input:indeterminate ~ .box:after,
.ui.radio.checkbox input:indeterminate ~ label:after {
  opacity: 0;
}

/* Active */

.ui.radio.checkbox input:checked ~ .box:before,
.ui.radio.checkbox input:checked ~ label:before {
  background-color: #FFFFFF;
}

.ui.radio.checkbox input:checked ~ .box:after,
.ui.radio.checkbox input:checked ~ label:after {
  background-color: rgba(0, 0, 0, 0.95);
}

/* Active Focus */

.ui.radio.checkbox input:focus:checked ~ .box:before,
.ui.radio.checkbox input:focus:checked ~ label:before {
  background-color: #FFFFFF;
}

.ui.radio.checkbox input:focus:checked ~ .box:after,
.ui.radio.checkbox input:focus:checked ~ label:after {
  background-color: rgba(0, 0, 0, 0.95);
}

/*--------------
     Slider
---------------*/

.ui.slider.checkbox {
  min-height: 1.25rem;
}

/* Input */

.ui.slider.checkbox input {
  width: 3.5rem;
  height: 1.25rem;
}

/* Label */

.ui.slider.checkbox .box,
.ui.slider.checkbox label {
  padding-left: 4.5rem;
  line-height: 1rem;
  color: rgba(0, 0, 0, 0.4);
}

/* Line */

.ui.slider.checkbox .box:before,
.ui.slider.checkbox label:before {
  display: block;
  position: absolute;
  content: '';
  border: none !important;
  left: 0em;
  z-index: 1;
  top: 0.4rem;
  background-color: rgba(0, 0, 0, 0.05);
  width: 3.5rem;
  height: 0.21428571rem;
  -webkit-transform: none;
  transform: none;
  border-radius: 500rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

/* Handle */

.ui.slider.checkbox .box:after,
.ui.slider.checkbox label:after {
  background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  position: absolute;
  content: '' !important;
  opacity: 1;
  z-index: 2;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  width: 1.5rem;
  height: 1.5rem;
  top: -0.25rem;
  left: 0em;
  -webkit-transform: none;
  transform: none;
  border-radius: 500rem;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

/* Focus */

.ui.slider.checkbox input:focus ~ .box:before,
.ui.slider.checkbox input:focus ~ label:before {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
}

/* Hover */

.ui.slider.checkbox .box:hover,
.ui.slider.checkbox label:hover {
  color: rgba(0, 0, 0, 0.8);
}

.ui.slider.checkbox .box:hover::before,
.ui.slider.checkbox label:hover::before {
  background: rgba(0, 0, 0, 0.15);
}

/* Active */

.ui.slider.checkbox input:checked ~ .box,
.ui.slider.checkbox input:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.slider.checkbox input:checked ~ .box:before,
.ui.slider.checkbox input:checked ~ label:before {
  background-color: #545454 !important;
}

.ui.slider.checkbox input:checked ~ .box:after,
.ui.slider.checkbox input:checked ~ label:after {
  left: 2rem;
}

/* Active Focus */

.ui.slider.checkbox input:focus:checked ~ .box,
.ui.slider.checkbox input:focus:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.slider.checkbox input:focus:checked ~ .box:before,
.ui.slider.checkbox input:focus:checked ~ label:before {
  background-color: #000000 !important;
}

/*--------------
     Toggle
---------------*/

.ui.toggle.checkbox {
  min-height: 1.5rem;
}

/* Input */

.ui.toggle.checkbox input {
  width: 3.5rem;
  height: 1.5rem;
}

/* Label */

.ui.toggle.checkbox .box,
.ui.toggle.checkbox label {
  min-height: 1.5rem;
  padding-left: 4.5rem;
  color: rgba(0, 0, 0, 0.87);
}

.ui.toggle.checkbox label {
  padding-top: 0.15em;
}

/* Switch */

.ui.toggle.checkbox .box:before,
.ui.toggle.checkbox label:before {
  display: block;
  position: absolute;
  content: '';
  z-index: 1;
  -webkit-transform: none;
  transform: none;
  border: none;
  top: 0rem;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 500rem;
}

/* Handle */

.ui.toggle.checkbox .box:after,
.ui.toggle.checkbox label:after {
  background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  position: absolute;
  content: '' !important;
  opacity: 1;
  z-index: 2;
  border: none;
  box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15), 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
  width: 1.5rem;
  height: 1.5rem;
  top: 0rem;
  left: 0em;
  border-radius: 500rem;
  -webkit-transition: background 0.3s ease, left 0.3s ease;
  transition: background 0.3s ease, left 0.3s ease;
}

.ui.toggle.checkbox input ~ .box:after,
.ui.toggle.checkbox input ~ label:after {
  left: -0.05rem;
  box-shadow: none;
}

/* Focus */

.ui.toggle.checkbox input:focus ~ .box:before,
.ui.toggle.checkbox input:focus ~ label:before {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
}

/* Hover */

.ui.toggle.checkbox .box:hover::before,
.ui.toggle.checkbox label:hover::before {
  background-color: rgba(0, 0, 0, 0.15);
  border: none;
}

/* Active */

.ui.toggle.checkbox input:checked ~ .box,
.ui.toggle.checkbox input:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
  background-color: #2185D0 !important;
}

.ui.toggle.checkbox input:checked ~ .box:after,
.ui.toggle.checkbox input:checked ~ label:after {
  left: 2.15rem;
  box-shadow: none;
}

/* Active Focus */

.ui.toggle.checkbox input:focus:checked ~ .box,
.ui.toggle.checkbox input:focus:checked ~ label {
  color: rgba(0, 0, 0, 0.95) !important;
}

.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
  background-color: #0d71bb !important;
}

/*******************************
            Variations
*******************************/

/*--------------
     Fitted
---------------*/

.ui.fitted.checkbox .box,
.ui.fitted.checkbox label {
  padding-left: 0em !important;
}

.ui.fitted.toggle.checkbox,
.ui.fitted.toggle.checkbox {
  width: 3.5rem;
}

.ui.fitted.slider.checkbox,
.ui.fitted.slider.checkbox {
  width: 3.5rem;
}

/*******************************
         Theme Overrides
*******************************/

@font-face {
  font-family: 'Checkbox';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBD8AAAC8AAAAYGNtYXAYVtCJAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zn4huwUAAAF4AAABYGhlYWQGPe1ZAAAC2AAAADZoaGVhB30DyAAAAxAAAAAkaG10eBBKAEUAAAM0AAAAHGxvY2EAmgESAAADUAAAABBtYXhwAAkALwAAA2AAAAAgbmFtZSC8IugAAAOAAAABknBvc3QAAwAAAAAFFAAAACAAAwMTAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADoAgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6AL//f//AAAAAAAg6AD//f//AAH/4xgEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAEUAUQO7AvgAGgAAARQHAQYjIicBJjU0PwE2MzIfAQE2MzIfARYVA7sQ/hQQFhcQ/uMQEE4QFxcQqAF2EBcXEE4QAnMWEP4UEBABHRAXFhBOEBCoAXcQEE4QFwAAAAABAAABbgMlAkkAFAAAARUUBwYjISInJj0BNDc2MyEyFxYVAyUQEBf9SRcQEBAQFwK3FxAQAhJtFxAQEBAXbRcQEBAQFwAAAAABAAAASQMlA24ALAAAARUUBwYrARUUBwYrASInJj0BIyInJj0BNDc2OwE1NDc2OwEyFxYdATMyFxYVAyUQEBfuEBAXbhYQEO4XEBAQEBfuEBAWbhcQEO4XEBACEm0XEBDuFxAQEBAX7hAQF20XEBDuFxAQEBAX7hAQFwAAAQAAAAIAAHRSzT9fDzz1AAsEAAAAAADRsdR3AAAAANGx1HcAAAAAA7sDbgAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAADuwABAAAAAAAAAAAAAAAAAAAABwQAAAAAAAAAAAAAAAIAAAAEAABFAyUAAAMlAAAAAAAAAAoAFAAeAE4AcgCwAAEAAAAHAC0AAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAIAAAAAQAAAAAAAgAHAGkAAQAAAAAAAwAIADkAAQAAAAAABAAIAH4AAQAAAAAABQALABgAAQAAAAAABgAIAFEAAQAAAAAACgAaAJYAAwABBAkAAQAQAAgAAwABBAkAAgAOAHAAAwABBAkAAwAQAEEAAwABBAkABAAQAIYAAwABBAkABQAWACMAAwABBAkABgAQAFkAAwABBAkACgA0ALBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhWZXJzaW9uIDIuMABWAGUAcgBzAGkAbwBuACAAMgAuADBDaGVja2JveABDAGgAZQBjAGsAYgBvAHhDaGVja2JveABDAGgAZQBjAGsAYgBvAHhSZWd1bGFyAFIAZQBnAHUAbABhAHJDaGVja2JveABDAGgAZQBjAGsAYgBvAHhGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype');
}

/* Checkmark */

.ui.checkbox label:after,
.ui.checkbox .box:after {
  font-family: 'Checkbox';
}

/* Checked */

.ui.checkbox input:checked ~ .box:after,
.ui.checkbox input:checked ~ label:after {
  content: '\E800';
}

/* Indeterminate */

.ui.checkbox input:indeterminate ~ .box:after,
.ui.checkbox input:indeterminate ~ label:after {
  font-size: 12px;
  content: '\E801';
}

/*  UTF Reference
.check:before { content: '\e800'; }
.dash:before  { content: '\e801'; }
.plus:before { content: '\e802'; }
*/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Dimmer
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Dimmer
*******************************/

.dimmable:not(body) {
  position: relative;
}

.ui.dimmer {
  display: none;
  position: absolute;
  top: 0em !important;
  left: 0em !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  line-height: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: opacity;
  z-index: 1000;
}

/* Dimmer Content */

.ui.dimmer > .content {
  width: 100%;
  height: 100%;
  display: table;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.ui.dimmer > .content > * {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
}

/* Loose Coupling */

.ui.segment > .ui.dimmer {
  border-radius: inherit !important;
}

/* Scrollbars */

.ui.dimmer:not(.inverted)::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.15);
}

.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.35);
}

/*******************************
            States
*******************************/

.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
  overflow: hidden;
}

.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
  display: block;
  opacity: 1;
}

.ui.disabled.dimmer {
  width: 0 !important;
  height: 0 !important;
}

/*******************************
           Variations
*******************************/

/*--------------
      Page
---------------*/

.ui.page.dimmer {
  position: fixed;
  -webkit-transform-style: '';
  transform-style: '';
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

body.animating.in.dimmable,
body.dimmed.dimmable {
  overflow: hidden;
}

body.dimmable > .dimmer {
  position: fixed;
}

/*--------------
    Blurring
---------------*/

.blurring.dimmable > :not(.dimmer) {
  -webkit-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
  -webkit-transition: 800ms -webkit-filter ease;
  transition: 800ms -webkit-filter ease;
  transition: 800ms filter ease;
  transition: 800ms filter ease, 800ms -webkit-filter ease;
}

.blurring.dimmed.dimmable > :not(.dimmer) {
  -webkit-filter: blur(5px) grayscale(0.7);
  filter: blur(5px) grayscale(0.7);
}

/* Dimmer Color */

.blurring.dimmable > .dimmer {
  background-color: rgba(0, 0, 0, 0.6);
}

.blurring.dimmable > .inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.6);
}

/*--------------
    Aligned
---------------*/

.ui.dimmer > .top.aligned.content > * {
  vertical-align: top;
}

.ui.dimmer > .bottom.aligned.content > * {
  vertical-align: bottom;
}

/*--------------
    Inverted
---------------*/

.ui.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85);
}

.ui.inverted.dimmer > .content > * {
  color: #FFFFFF;
}

/*--------------
     Simple
---------------*/

/* Displays without javascript */

.ui.simple.dimmer {
  display: block;
  overflow: hidden;
  opacity: 1;
  width: 0%;
  height: 0%;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0);
}

.dimmed.dimmable > .ui.simple.dimmer {
  overflow: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1;
}

.ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0);
}

.dimmed.dimmable > .ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85);
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Dropdown
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

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

.ui.dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
  outline: none;
  text-align: left;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*******************************
            Content
*******************************/

/*--------------
      Menu
---------------*/

.ui.dropdown .menu {
  cursor: auto;
  position: absolute;
  display: none;
  outline: none;
  top: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0em;
  padding: 0em 0em;
  background: #FFFFFF;
  font-size: 1em;
  text-shadow: none;
  text-align: left;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  z-index: 11;
  will-change: transform, opacity;
}

.ui.dropdown .menu > * {
  white-space: nowrap;
}

/*--------------
  Hidden Input
---------------*/

.ui.dropdown > input:not(.search):first-child,
.ui.dropdown > select {
  display: none !important;
}

/*--------------
 Dropdown Icon
---------------*/

.ui.dropdown > .dropdown.icon {
  position: relative;
  width: auto;
  font-size: 0.85714286em;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon {
  width: auto;
  float: right;
  margin: 0em 0em 0em 1em;
}

.ui.dropdown .menu > .item .dropdown.icon + .text {
  margin-right: 1em;
}

/*--------------
      Text
---------------*/

.ui.dropdown > .text {
  display: inline-block;
  -webkit-transition: none;
  transition: none;
}

/*--------------
    Menu Item
---------------*/

.ui.dropdown .menu > .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.87);
  padding: 0.78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: normal;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown .menu > .item:first-child {
  border-top-width: 0px;
}

/*--------------
  Floated Content
---------------*/

.ui.dropdown > .text > [class*="right floated"],
.ui.dropdown .menu .item > [class*="right floated"] {
  float: right !important;
  margin-right: 0em !important;
  margin-left: 1em !important;
}

.ui.dropdown > .text > [class*="left floated"],
.ui.dropdown .menu .item > [class*="left floated"] {
  float: left !important;
  margin-left: 0em !important;
  margin-right: 1em !important;
}

.ui.dropdown .menu .item > .icon.floated,
.ui.dropdown .menu .item > .flag.floated,
.ui.dropdown .menu .item > .image.floated,
.ui.dropdown .menu .item > img.floated {
  margin-top: 0em;
}

/*--------------
  Menu Divider
---------------*/

.ui.dropdown .menu > .header {
  margin: 1rem 0rem 0.75rem;
  padding: 0em 1.14285714rem;
  color: rgba(0, 0, 0, 0.85);
  font-size: 0.78571429em;
  font-weight: bold;
  text-transform: uppercase;
}

.ui.dropdown .menu > .divider {
  border-top: 1px solid rgba(34, 36, 38, 0.1);
  height: 0em;
  margin: 0.5em 0em;
}

.ui.dropdown .menu > .input {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.14285714rem 0.78571429rem;
  min-width: 10rem;
}

.ui.dropdown .menu > .header + .input {
  margin-top: 0em;
}

.ui.dropdown .menu > .input:not(.transparent) input {
  padding: 0.5em 1em;
}

.ui.dropdown .menu > .input:not(.transparent) .button,
.ui.dropdown .menu > .input:not(.transparent) .icon,
.ui.dropdown .menu > .input:not(.transparent) .label {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/*-----------------
  Item Description
-------------------*/

.ui.dropdown > .text > .description,
.ui.dropdown .menu > .item > .description {
  float: right;
  margin: 0em 0em 0em 1em;
  color: rgba(0, 0, 0, 0.4);
}

/*-----------------
       Message
-------------------*/

.ui.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
  font-weight: normal;
}

.ui.dropdown .menu > .message:not(.ui) {
  color: rgba(0, 0, 0, 0.4);
}

/*--------------
    Sub Menu
---------------*/

.ui.dropdown .menu .menu {
  top: 0% !important;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em -0.5em !important;
  border-radius: 0.28571429rem !important;
  z-index: 21 !important;
}

/* Hide Arrow */

.ui.dropdown .menu .menu:after {
  display: none;
}

/*--------------
   Sub Elements
---------------*/

/* Icons / Flags / Labels / Image */

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image {
  margin-top: 0em;
}

.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-top: 0em;
}

.ui.dropdown > .text > .icon,
.ui.dropdown > .text > .label,
.ui.dropdown > .text > .flag,
.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .icon,
.ui.dropdown .menu > .item > .label,
.ui.dropdown .menu > .item > .flag,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  margin-left: 0em;
  float: none;
  margin-right: 0.78571429rem;
}

/*--------------
     Image
---------------*/

.ui.dropdown > .text > img,
.ui.dropdown > .text > .image,
.ui.dropdown .menu > .item > .image,
.ui.dropdown .menu > .item > img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  max-height: 2em;
}

/*******************************
            Coupling
*******************************/

/*--------------
      Menu
---------------*/

/* Remove Menu Item Divider */

.ui.dropdown .ui.menu > .item:before,
.ui.menu .ui.dropdown .menu > .item:before {
  display: none;
}

/* Prevent Menu Item Border */

.ui.menu .ui.dropdown .menu .active.item {
  border-left: none;
}

/* Automatically float dropdown menu right on last menu item */

.ui.menu .right.menu .dropdown:last-child .menu,
.ui.menu .right.dropdown.item .menu,
.ui.buttons > .ui.dropdown:last-child .menu {
  left: auto;
  right: 0em;
}

/*--------------
      Label
---------------*/

/* Dropdown Menu */

.ui.label.dropdown .menu {
  min-width: 100%;
}

/*--------------
     Button
---------------*/

/* No Margin On Icon Button */

.ui.dropdown.icon.button > .dropdown.icon {
  margin: 0em;
}

.ui.button.dropdown .menu {
  min-width: 100%;
}

/*******************************
              Types
*******************************/

/*--------------
    Selection
---------------*/

/* Displays like a select box */

.ui.selection.dropdown {
  cursor: pointer;
  word-wrap: break-word;
  line-height: 1em;
  white-space: normal;
  outline: 0;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  min-width: 14em;
  min-height: 2.71428571em;
  background: #FFFFFF;
  display: inline-block;
  padding: 0.78571429em 2.1em 0.78571429em 1em;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: none;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease;
  transition: box-shadow 0.1s ease, width 0.1s ease;
}

.ui.selection.dropdown.visible,
.ui.selection.dropdown.active {
  z-index: 10;
}

select.ui.dropdown {
  height: 38px;
  padding: 0.5em;
  border: 1px solid rgba(34, 36, 38, 0.15);
  visibility: visible;
}

.ui.selection.dropdown > .search.icon,
.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon {
  cursor: pointer;
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1.21428571em;
  top: 0.78571429em;
  right: 1em;
  z-index: 3;
  margin: -0.78571429em;
  padding: 0.91666667em;
  opacity: 0.8;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* Compact */

.ui.compact.selection.dropdown {
  min-width: 0px;
}

/*  Selection Menu */

.ui.selection.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  border-top-width: 0px !important;
  width: auto;
  outline: none;
  margin: 0px -1px;
  min-width: calc(100% +  2px );
  width: calc(100% +  2px );
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.selection.dropdown .menu:after,
.ui.selection.dropdown .menu:before {
  display: none;
}

/*--------------
    Message
---------------*/

.ui.selection.dropdown .menu > .message {
  padding: 0.78571429rem 1.14285714rem;
}

@media only screen and (max-width: 767px) {
  .ui.selection.dropdown .menu {
    max-height: 8.01428571rem;
  }
}

@media only screen and (min-width: 768px) {
  .ui.selection.dropdown .menu {
    max-height: 10.68571429rem;
  }
}

@media only screen and (min-width: 992px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 21.37142857rem;
  }
}

/* Menu Item */

.ui.selection.dropdown .menu > .item {
  border-top: 1px solid #FAFAFA;
  padding: 0.78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}

/* User Item */

.ui.selection.dropdown .menu > .hidden.addition.item {
  display: none;
}

/* Hover */

.ui.selection.dropdown:hover {
  border-color: rgba(34, 36, 38, 0.35);
  box-shadow: none;
}

/* Active */

.ui.selection.active.dropdown {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Focus */

.ui.selection.dropdown:focus {
  border-color: #96C8DA;
  box-shadow: none;
}

.ui.selection.dropdown:focus .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Visible */

.ui.selection.visible.dropdown > .text:not(.default) {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.8);
}

/* Visible Hover */

.ui.selection.active.dropdown:hover {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

.ui.selection.active.dropdown:hover .menu {
  border-color: #96C8DA;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
}

/* Dropdown Icon */

.ui.active.selection.dropdown > .dropdown.icon,
.ui.visible.selection.dropdown > .dropdown.icon {
  opacity: 1;
  z-index: 3;
}

/* Connecting Border */

.ui.active.selection.dropdown {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

/* Empty Connecting Border */

.ui.active.empty.selection.dropdown {
  border-radius: 0.28571429rem !important;
  box-shadow: none !important;
}

.ui.active.empty.selection.dropdown .menu {
  border: none !important;
  box-shadow: none !important;
}

/*--------------
   Searchable
---------------*/

/* Search Selection */

.ui.search.dropdown {
  min-width: '';
}

/* Search Dropdown */

.ui.search.dropdown > input.search {
  background: none transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: text;
  top: 0em;
  left: 1px;
  width: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  padding: inherit;
}

/* Text Layering */

.ui.search.dropdown > input.search {
  position: absolute;
  z-index: 2;
}

.ui.search.dropdown > .text {
  cursor: text;
  position: relative;
  left: 1px;
  z-index: 3;
}

/* Search Selection */

.ui.search.selection.dropdown > input.search {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
}

/* Used to size multi select input to character width */

.ui.search.selection.dropdown > span.sizer {
  line-height: 1.21428571em;
  padding: 0.67857143em 2.1em 0.67857143em 1em;
  display: none;
  white-space: pre;
}

/* Active/Visible Search */

.ui.search.dropdown.active > input.search,
.ui.search.dropdown.visible > input.search {
  cursor: auto;
}

.ui.search.dropdown.active > .text,
.ui.search.dropdown.visible > .text {
  pointer-events: none;
}

/* Filtered Text */

.ui.active.search.dropdown input.search:focus + .text .icon,
.ui.active.search.dropdown input.search:focus + .text .flag {
  opacity: 0.45;
}

.ui.active.search.dropdown input.search:focus + .text {
  color: rgba(115, 115, 115, 0.87) !important;
}

/* Search Menu */

.ui.search.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  .ui.search.dropdown .menu {
    max-height: 8.01428571rem;
  }
}

@media only screen and (min-width: 768px) {
  .ui.search.dropdown .menu {
    max-height: 10.68571429rem;
  }
}

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 21.37142857rem;
  }
}

/*--------------
    Multiple
---------------*/

/* Multiple Selection */

.ui.multiple.dropdown {
  padding: 0.22619048em 2.1em 0.22619048em 0.35714286em;
}

.ui.multiple.dropdown .menu {
  cursor: auto;
}

/* Multiple Search Selection */

.ui.multiple.search.dropdown,
.ui.multiple.search.dropdown > input.search {
  cursor: text;
}

/* Selection Label */

.ui.multiple.dropdown > .label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  font-size: 1em;
  padding: 0.35714286em 0.78571429em;
  margin: 0.14285714rem 0.28571429rem 0.14285714rem 0em;
  box-shadow: 0px 0px 0px 1px rgba(34, 36, 38, 0.15) inset;
}

/* Dropdown Icon */

.ui.multiple.dropdown .dropdown.icon {
  margin: '';
  padding: '';
}

/* Text */

.ui.multiple.dropdown > .text {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.dropdown > .label ~ input.search {
  margin-left: 0.14285714em !important;
}

.ui.multiple.dropdown > .label ~ .text {
  display: none;
}

/*-----------------
  Multiple Search
-----------------*/

/* Prompt Text */

.ui.multiple.search.dropdown > .text {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: inherit;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  line-height: 1.21428571em;
}

.ui.multiple.search.dropdown > .label ~ .text {
  display: none;
}

/* Search */

.ui.multiple.search.dropdown > input.search {
  position: static;
  padding: 0;
  max-width: 100%;
  margin: 0.45238095em 0em 0.45238095em 0.64285714em;
  width: 2.2em;
  line-height: 1.21428571em;
}

/*--------------
     Inline
---------------*/

.ui.inline.dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.ui.inline.dropdown .dropdown.icon {
  margin: 0em 0.5em 0em 0.21428571em;
  vertical-align: baseline;
}

.ui.inline.dropdown > .text {
  font-weight: bold;
}

.ui.inline.dropdown .menu {
  cursor: auto;
  margin-top: 0.21428571em;
  border-radius: 0.28571429rem;
}

/*******************************
            States
*******************************/

/*--------------------
        Active
----------------------*/

/* Menu Item Active */

.ui.dropdown .menu .active.item {
  background: transparent;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.95);
  box-shadow: none;
  z-index: 12;
}

/*--------------------
        Hover
----------------------*/

/* Menu Item Hover */

.ui.dropdown .menu > .item:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  z-index: 13;
}

/*--------------------
       Loading
---------------------*/

.ui.loading.dropdown > i.icon {
  height: 1em !important;
}

.ui.loading.selection.dropdown > i.icon {
  padding: 1.5em 1.28571429em !important;
}

.ui.loading.dropdown > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.dropdown > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  box-shadow: 0px 0px 0px 1px transparent;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: dropdown-spin 0.6s linear;
  animation: dropdown-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
}

/* Coupling */

.ui.loading.dropdown.button > i.icon:before,
.ui.loading.dropdown.button > i.icon:after {
  display: none;
}

@-webkit-keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dropdown-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------
     Default Text
----------------------*/

.ui.dropdown:not(.button) > .default.text,
.ui.default.dropdown:not(.button) > .text {
  color: rgba(191, 191, 191, 0.87);
}

.ui.dropdown:not(.button) > input:focus ~ .default.text,
.ui.default.dropdown:not(.button) > input:focus ~ .text {
  color: rgba(115, 115, 115, 0.87);
}

/*--------------------
        Loading
----------------------*/

.ui.loading.dropdown > .text {
  -webkit-transition: none;
  transition: none;
}

/* Used To Check Position */

.ui.dropdown .loading.menu {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.dropdown > .loading.menu {
  left: 0px !important;
  right: auto !important;
}

.ui.dropdown > .menu .loading.menu {
  left: 100% !important;
  right: auto !important;
}

/*--------------------
    Keyboard Select
----------------------*/

/* Selected Item */

.ui.dropdown.selected,
.ui.dropdown .menu .selected.item {
  background: rgba(0, 0, 0, 0.03);
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
    Search Filtered
----------------------*/

/* Filtered Item */

.ui.dropdown > .filtered.text {
  visibility: hidden;
}

.ui.dropdown .filtered.item {
  display: none !important;
}

/*--------------------
        Error
----------------------*/

.ui.dropdown.error,
.ui.dropdown.error > .text,
.ui.dropdown.error > .default.text {
  color: #9F3A38;
}

.ui.selection.dropdown.error {
  background: #FFF6F6;
  border-color: #E0B4B4;
}

.ui.selection.dropdown.error:hover {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu,
.ui.dropdown.error > .menu .menu {
  border-color: #E0B4B4;
}

.ui.dropdown.error > .menu > .item {
  color: #9F3A38;
}

.ui.multiple.selection.error.dropdown > .label {
  border-color: #E0B4B4;
}

/* Item Hover */

.ui.dropdown.error > .menu > .item:hover {
  background-color: #FFF2F2;
}

/* Item Active */

.ui.dropdown.error > .menu .active.item {
  background-color: #FDCFCF;
}

/*--------------------
        Disabled
----------------------*/

/* Disabled */

.ui.disabled.dropdown,
.ui.dropdown .menu > .disabled.item {
  cursor: default;
  pointer-events: none;
  opacity: 0.45;
}

/*******************************
           Variations
*******************************/

/*--------------
    Direction
---------------*/

/* Flyout Direction */

.ui.dropdown .menu {
  left: 0px;
}

/* Default Side (Right) */

.ui.dropdown .right.menu > .menu,
.ui.dropdown .menu .right.menu {
  left: 100% !important;
  right: auto !important;
  border-radius: 0.28571429rem !important;
}

/* Leftward Opening Menu */

.ui.dropdown > .left.menu {
  left: auto !important;
  right: 0px !important;
}

.ui.dropdown > .left.menu .menu,
.ui.dropdown .menu .left.menu {
  left: auto;
  right: 100%;
  margin: 0em -0.5em 0em 0em !important;
  border-radius: 0.28571429rem !important;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon,
.ui.dropdown .left.menu .item .dropdown.icon {
  width: auto;
  float: left;
  margin: 0em 0em 0em 0em;
}

.ui.dropdown .item .left.dropdown.icon + .text,
.ui.dropdown .left.menu .item .dropdown.icon + .text {
  margin-left: 1em;
  margin-right: 0em;
}

/*--------------
     Upward
---------------*/

/* Upward Main Menu */

.ui.upward.dropdown > .menu {
  top: auto;
  bottom: 100%;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Upward Sub Menu */

.ui.dropdown .upward.menu {
  top: auto !important;
  bottom: 0 !important;
}

/* Active Upward */

.ui.simple.upward.active.dropdown,
.ui.simple.upward.dropdown:hover {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em !important;
}

.ui.upward.dropdown.button:not(.pointing):not(.floating).active {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/* Selection */

.ui.upward.selection.dropdown .menu {
  border-top-width: 1px !important;
  border-bottom-width: 0px !important;
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

.ui.upward.selection.dropdown:hover {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

/* Active Upward */

.ui.active.upward.selection.dropdown {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Upward */

.ui.upward.selection.dropdown.visible {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem !important;
}

/* Visible Hover Upward */

.ui.upward.active.selection.dropdown:hover {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}

.ui.upward.active.selection.dropdown:hover .menu {
  box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.08);
}

/*--------------
     Simple
---------------*/

/*  Selection Menu */

.ui.scrolling.dropdown .menu,
.ui.dropdown .scrolling.menu {
  overflow-x: hidden;
  overflow-y: auto;
}

.ui.scrolling.dropdown .menu {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  min-width: 100% !important;
  width: auto !important;
}

.ui.dropdown .scrolling.menu {
  position: static;
  overflow-y: auto;
  border: none;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  min-width: 100% !important;
  width: auto !important;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.scrolling.dropdown .menu .item.item.item,
.ui.dropdown .scrolling.menu > .item.item.item {
  border-top: none;
}

.ui.scrolling.dropdown .menu .item:first-child,
.ui.dropdown .scrolling.menu .item:first-child {
  border-top: none;
}

.ui.dropdown > .animating.menu .scrolling.menu,
.ui.dropdown > .visible.menu .scrolling.menu {
  display: block;
}

/* Scrollbar in IE */

@media all and (-ms-high-contrast: none) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    min-width: calc(100% -  17px );
  }
}

@media only screen and (max-width: 767px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 10.28571429rem;
  }
}

@media only screen and (min-width: 768px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 15.42857143rem;
  }
}

@media only screen and (min-width: 992px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.scrolling.dropdown .menu,
  .ui.dropdown .scrolling.menu {
    max-height: 20.57142857rem;
  }
}

/*--------------
     Simple
---------------*/

/* Displays without javascript */

.ui.simple.dropdown .menu:before,
.ui.simple.dropdown .menu:after {
  display: none;
}

.ui.simple.dropdown .menu {
  position: absolute;
  display: block;
  overflow: hidden;
  top: -9999px !important;
  opacity: 0;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.ui.simple.active.dropdown,
.ui.simple.dropdown:hover {
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
}

.ui.simple.active.dropdown > .menu,
.ui.simple.dropdown:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 100% !important;
  opacity: 1;
}

.ui.simple.dropdown > .menu > .item:active > .menu,
.ui.simple.dropdown:hover > .menu > .item:hover > .menu {
  overflow: visible;
  width: auto;
  height: auto;
  top: 0% !important;
  left: 100% !important;
  opacity: 1;
}

.ui.simple.disabled.dropdown:hover .menu {
  display: none;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

/* Visible */

.ui.simple.visible.dropdown > .menu {
  display: block;
}

/*--------------
      Fluid
---------------*/

.ui.fluid.dropdown {
  display: block;
  width: 100%;
  min-width: 0em;
}

.ui.fluid.dropdown > .dropdown.icon {
  float: right;
}

/*--------------
    Floating
---------------*/

.ui.floating.dropdown .menu {
  left: 0;
  right: auto;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15) !important;
  border-radius: 0.28571429rem !important;
}

.ui.floating.dropdown > .menu {
  margin-top: 0.5em !important;
  border-radius: 0.28571429rem !important;
}

/*--------------
     Pointing
---------------*/

.ui.pointing.dropdown > .menu {
  top: 100%;
  margin-top: 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.dropdown > .menu:after {
  display: block;
  position: absolute;
  pointer-events: none;
  content: '';
  visibility: visible;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
  background: #FFFFFF;
  z-index: 2;
}

.ui.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 50%;
  margin: 0em 0em 0em -0.25em;
}

/* Top Left Pointing */

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  left: 0%;
  right: auto;
  margin: 1em 0em 0em;
}

.ui.top.left.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: 1em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Top Right Pointing */

.ui.top.right.pointing.dropdown > .menu {
  top: 100%;
  bottom: auto;
  right: 0%;
  left: auto;
  margin: 1em 0em 0em;
}

.ui.top.pointing.dropdown > .left.menu:after,
.ui.top.right.pointing.dropdown > .menu:after {
  top: -0.25em;
  left: auto !important;
  right: 1em !important;
  margin: 0em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Left Pointing */

.ui.left.pointing.dropdown > .menu {
  top: 0%;
  left: 100%;
  right: auto;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.dropdown > .menu:after {
  top: 1em;
  left: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu {
  left: auto !important;
  right: 100% !important;
  margin: 0em 1em 0em 0em;
}

.ui.left:not(.top):not(.bottom).pointing.dropdown > .left.menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Right Pointing */

.ui.right.pointing.dropdown > .menu {
  top: 0%;
  left: auto;
  right: 100%;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.dropdown > .menu:after {
  top: 1em;
  left: auto;
  right: -0.25em;
  margin: 0em 0em 0em 0em;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Bottom Pointing */

.ui.bottom.pointing.dropdown > .menu {
  top: auto;
  bottom: 100%;
  left: 0%;
  right: auto;
  margin: 0em 0em 1em;
}

.ui.bottom.pointing.dropdown > .menu:after {
  top: auto;
  bottom: -0.25em;
  right: auto;
  margin: 0em;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Reverse Sub-Menu Direction */

.ui.bottom.pointing.dropdown > .menu .menu {
  top: auto !important;
  bottom: 0px !important;
}

/* Bottom Left */

.ui.bottom.left.pointing.dropdown > .menu {
  left: 0%;
  right: auto;
}

.ui.bottom.left.pointing.dropdown > .menu:after {
  left: 1em;
  right: auto;
}

/* Bottom Right */

.ui.bottom.right.pointing.dropdown > .menu {
  right: 0%;
  left: auto;
}

.ui.bottom.right.pointing.dropdown > .menu:after {
  left: auto;
  right: 1em;
}

/* Upward pointing */

.ui.pointing.upward.dropdown .menu,
.ui.top.pointing.upward.dropdown .menu {
  top: auto !important;
  bottom: 100% !important;
  margin: 0em 0em 0.78571429rem;
  border-radius: 0.28571429rem;
}

.ui.pointing.upward.dropdown .menu:after,
.ui.top.pointing.upward.dropdown .menu:after {
  top: 100% !important;
  bottom: auto !important;
  box-shadow: 1px 1px 0px 0px rgba(34, 36, 38, 0.15);
  margin: -0.25em 0em 0em;
}

/* Right Pointing Upward */

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 1em 0em 0em;
}

.ui.right.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/* Left Pointing Upward */

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 0em 1em;
}

.ui.left.pointing.upward.dropdown:not(.top):not(.bottom) .menu:after {
  top: auto !important;
  bottom: 0 !important;
  margin: 0em 0em 1em 0em;
  box-shadow: -1px -1px 0px 0px rgba(34, 36, 38, 0.15);
}

/*******************************
         Theme Overrides
*******************************/

/* Dropdown Carets */

@font-face {
  font-family: 'Dropdown';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
  font-weight: normal;
  font-style: normal;
}

.ui.dropdown > .dropdown.icon {
  font-family: 'Dropdown';
  line-height: 1;
  height: 1em;
  width: 1.23em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

.ui.dropdown > .dropdown.icon {
  width: auto;
}

.ui.dropdown > .dropdown.icon:before {
  content: '\F0D7';
}

/* Sub Menu */

.ui.dropdown .menu .item .dropdown.icon:before {
  content: '\F0DA';
}

.ui.dropdown .item .left.dropdown.icon:before,
.ui.dropdown .left.menu .item .dropdown.icon:before {
  content: "\F0D9";
}

/* Vertical Menu Dropdown */

.ui.vertical.menu .dropdown.item > .dropdown.icon:before {
  content: "\F0DA";
}

/* Icons for Reference
.dropdown.down.icon {
  content: "\f0d7";
}
.dropdown.up.icon {
  content: "\f0d8";
}
.dropdown.left.icon {
  content: "\f0d9";
}
.dropdown.icon.icon {
  content: "\f0da";
}
*/

/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Video
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Types
*******************************/

.ui.embed {
  position: relative;
  max-width: 100%;
  height: 0px;
  overflow: hidden;
  background: #DCDDDE;
  padding-bottom: 56.25%;
}

/*-----------------
  Embedded Content
------------------*/

.ui.embed iframe,
.ui.embed embed,
.ui.embed object {
  position: absolute;
  border: none;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0em;
  padding: 0em;
}

/*-----------------
      Embed
------------------*/

.ui.embed > .embed {
  display: none;
}

/*--------------
   Placeholder
---------------*/

.ui.embed > .placeholder {
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
}

/*--------------
      Icon
---------------*/

.ui.embed > .icon {
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ui.embed > .icon:after {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: '';
  background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.ui.embed > .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFFFFF;
  font-size: 6rem;
  text-shadow: 0px 2px 10px rgba(34, 36, 38, 0.2);
  -webkit-transition: opacity 0.5s ease, color 0.5s ease;
  transition: opacity 0.5s ease, color 0.5s ease;
  z-index: 10;
}

/*******************************
            States
*******************************/

/*--------------
     Hover
---------------*/

.ui.embed .icon:hover:after {
  background: -webkit-radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  background: radial-gradient(transparent 45%, rgba(0, 0, 0, 0.3));
  opacity: 1;
}

.ui.embed .icon:hover:before {
  color: #FFFFFF;
}

/*--------------
     Active
---------------*/

.ui.active.embed > .icon,
.ui.active.embed > .placeholder {
  display: none;
}

.ui.active.embed > .embed {
  display: block;
}

/*******************************
        Video Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/

/*******************************
          Variations
*******************************/

.ui.square.embed {
  padding-bottom: 100%;
}

.ui[class*="4:3"].embed {
  padding-bottom: 75%;
}

.ui[class*="16:9"].embed {
  padding-bottom: 56.25%;
}

.ui[class*="21:9"].embed {
  padding-bottom: 42.85714286%;
}
/*!
 * # Semantic UI 2.2.12 - Modal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Modal
*******************************/

.ui.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  text-align: left;
  background: #FFFFFF;
  border: none;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  border-radius: 0.28571429rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  will-change: top, left, margin, transform, opacity;
}

.ui.modal > :first-child:not(.icon),
.ui.modal > .icon:first-child + * {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem;
}

.ui.modal > :last-child {
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem;
}

/*******************************
            Content
*******************************/

/*--------------
     Close
---------------*/

.ui.modal > .close {
  cursor: pointer;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  z-index: 1;
  opacity: 0.8;
  font-size: 1.25em;
  color: #FFFFFF;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0rem 0rem 0rem;
}

.ui.modal > .close:hover {
  opacity: 1;
}

/*--------------
     Header
---------------*/

.ui.modal > .header {
  display: block;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  margin: 0em;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.ui.modal > .header:not(.ui) {
  font-size: 1.42857143rem;
  line-height: 1.28571429em;
  font-weight: bold;
}

/*--------------
     Content
---------------*/

.ui.modal > .content {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 1.5rem;
  background: #FFFFFF;
}

.ui.modal > .image.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* Image */

.ui.modal > .content > .image {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: '';
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top;
}

.ui.modal > [class*="top aligned"] {
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top;
}

.ui.modal > [class*="middle aligned"] {
  -ms-flex-item-align: middle;
  -ms-grid-row-align: middle;
  align-self: middle;
}

.ui.modal > [class*="stretched"] {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

/* Description */

.ui.modal > .content > .description {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 0px;
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top;
}

.ui.modal > .content > .icon + .description,
.ui.modal > .content > .image + .description {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: '';
  width: auto;
  padding-left: 2em;
}

/*rtl:ignore*/

.ui.modal > .content > .image > i.icon {
  margin: 0em;
  opacity: 1;
  width: auto;
  line-height: 1;
  font-size: 8rem;
}

/*--------------
     Actions
---------------*/

.ui.modal > .actions {
  background: #F9FAFB;
  padding: 1rem 1rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
}

.ui.modal .actions > .button {
  margin-left: 0.75em;
}

/*-------------------
       Responsive
--------------------*/

/* Modal Width */

@media only screen and (max-width: 767px) {
  .ui.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  .ui.modal {
    width: 88%;
    margin: 0em 0em 0em -44%;
  }
}

@media only screen and (min-width: 992px) {
  .ui.modal {
    width: 850px;
    margin: 0em 0em 0em -425px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui.modal {
    width: 900px;
    margin: 0em 0em 0em -450px;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.modal {
    width: 950px;
    margin: 0em 0em 0em -475px;
  }
}

/* Tablet and Mobile */

@media only screen and (max-width: 991px) {
  .ui.modal > .header {
    padding-right: 2.25rem;
  }

  .ui.modal > .close {
    top: 1.0535rem;
    right: 1rem;
    color: rgba(0, 0, 0, 0.87);
  }
}

/* Mobile */

@media only screen and (max-width: 767px) {
  .ui.modal > .header {
    padding: 0.75rem 1rem !important;
    padding-right: 2.25rem !important;
  }

  .ui.modal > .content {
    display: block;
    padding: 1rem !important;
  }

  .ui.modal > .close {
    top: 0.5rem !important;
    right: 0.5rem !important;
  }

  /*rtl:ignore*/

  .ui.modal .image.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ui.modal .content > .image {
    display: block;
    max-width: 100%;
    margin: 0em auto !important;
    text-align: center;
    padding: 0rem 0rem 1rem !important;
  }

  .ui.modal > .content > .image > i.icon {
    font-size: 5rem;
    text-align: center;
  }

  /*rtl:ignore*/

  .ui.modal .content > .description {
    display: block;
    width: 100% !important;
    margin: 0em !important;
    padding: 1rem 0rem !important;
    box-shadow: none;
  }

  /* Let Buttons Stack */

  .ui.modal > .actions {
    padding: 1rem 1rem 0rem !important;
  }

  .ui.modal .actions > .buttons,
  .ui.modal .actions > .button {
    margin-bottom: 1rem;
  }
}

/*--------------
    Coupling
---------------*/

.ui.inverted.dimmer > .ui.modal {
  box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2);
}

/*******************************
             Types
*******************************/

.ui.basic.modal {
  background-color: transparent;
  border: none;
  border-radius: 0em;
  box-shadow: none !important;
  color: #FFFFFF;
}

.ui.basic.modal > .header,
.ui.basic.modal > .content,
.ui.basic.modal > .actions {
  background-color: transparent;
}

.ui.basic.modal > .header {
  color: #FFFFFF;
}

.ui.basic.modal > .close {
  top: 1rem;
  right: 1.5rem;
}

.ui.inverted.dimmer > .basic.modal {
  color: rgba(0, 0, 0, 0.87);
}

.ui.inverted.dimmer > .ui.basic.modal > .header {
  color: rgba(0, 0, 0, 0.85);
}

/* Tablet and Mobile */

@media only screen and (max-width: 991px) {
  .ui.basic.modal > .close {
    color: #FFFFFF;
  }
}

/*******************************
             States
*******************************/

.ui.loading.modal {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.active.modal {
  display: block;
}

/*******************************
           Variations
*******************************/

/*--------------
    Scrolling
---------------*/

/* A modal that cannot fit on the page */

.scrolling.dimmable.dimmed {
  overflow: hidden;
}

.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scrolling.dimmable > .dimmer {
  position: fixed;
}

.modals.dimmer .ui.scrolling.modal {
  position: static !important;
  margin: 3.5rem auto !important;
}

/* undetached scrolling */

.scrolling.undetached.dimmable.dimmed {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.scrolling.undetached.dimmable.dimmed > .dimmer {
  overflow: hidden;
}

.scrolling.undetached.dimmable .ui.scrolling.modal {
  position: absolute;
  left: 50%;
  margin-top: 3.5rem !important;
}

/* Coupling with Sidebar */

.undetached.dimmable.dimmed > .pusher {
  z-index: auto;
}

@media only screen and (max-width: 991px) {
  .modals.dimmer .ui.scrolling.modal {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
}

/* Scrolling Content */

.ui.modal .scrolling.content {
  max-height: calc(70vh);
  overflow: auto;
}

/*--------------
   Full Screen
---------------*/

.ui.fullscreen.modal {
  width: 95% !important;
  left: 2.5% !important;
  margin: 1em auto;
}

.ui.fullscreen.scrolling.modal {
  left: 0em !important;
}

.ui.fullscreen.modal > .header {
  padding-right: 2.25rem;
}

.ui.fullscreen.modal > .close {
  top: 1.0535rem;
  right: 1rem;
  color: rgba(0, 0, 0, 0.87);
}

/*--------------
      Size
---------------*/

.ui.modal {
  font-size: 1rem;
}

/* Mini */

.ui.mini.modal > .header:not(.ui) {
  font-size: 1.3em;
}

/* Mini Modal Width */

@media only screen and (max-width: 767px) {
  .ui.mini.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  .ui.mini.modal {
    width: 35.2%;
    margin: 0em 0em 0em -17.6%;
  }
}

@media only screen and (min-width: 992px) {
  .ui.mini.modal {
    width: 340px;
    margin: 0em 0em 0em -170px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui.mini.modal {
    width: 360px;
    margin: 0em 0em 0em -180px;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.mini.modal {
    width: 380px;
    margin: 0em 0em 0em -190px;
  }
}

/* mini */

.ui.small.modal > .header:not(.ui) {
  font-size: 1.3em;
}

/* Tiny Modal Width */

@media only screen and (max-width: 767px) {
  .ui.tiny.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  .ui.tiny.modal {
    width: 52.8%;
    margin: 0em 0em 0em -26.4%;
  }
}

@media only screen and (min-width: 992px) {
  .ui.tiny.modal {
    width: 510px;
    margin: 0em 0em 0em -255px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui.tiny.modal {
    width: 540px;
    margin: 0em 0em 0em -270px;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.tiny.modal {
    width: 570px;
    margin: 0em 0em 0em -285px;
  }
}

/* Small */

.ui.small.modal > .header:not(.ui) {
  font-size: 1.3em;
}

/* Small Modal Width */

@media only screen and (max-width: 767px) {
  .ui.small.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  .ui.small.modal {
    width: 70.4%;
    margin: 0em 0em 0em -35.2%;
  }
}

@media only screen and (min-width: 992px) {
  .ui.small.modal {
    width: 680px;
    margin: 0em 0em 0em -340px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui.small.modal {
    width: 720px;
    margin: 0em 0em 0em -360px;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.small.modal {
    width: 760px;
    margin: 0em 0em 0em -380px;
  }
}

/* Large Modal Width */

.ui.large.modal > .header {
  font-size: 1.6em;
}

@media only screen and (max-width: 767px) {
  .ui.large.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%;
  }
}

@media only screen and (min-width: 768px) {
  .ui.large.modal {
    width: 88%;
    margin: 0em 0em 0em -44%;
  }
}

@media only screen and (min-width: 992px) {
  .ui.large.modal {
    width: 1020px;
    margin: 0em 0em 0em -510px;
  }
}

@media only screen and (min-width: 1200px) {
  .ui.large.modal {
    width: 1080px;
    margin: 0em 0em 0em -540px;
  }
}

@media only screen and (min-width: 1920px) {
  .ui.large.modal {
    width: 1140px;
    margin: 0em 0em 0em -570px;
  }
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Nag
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Nag
*******************************/

.ui.nag {
  display: none;
  opacity: 0.95;
  position: relative;
  top: 0em;
  left: 0px;
  z-index: 999;
  min-height: 0em;
  width: 100%;
  margin: 0em;
  padding: 0.75em 1em;
  background: #555555;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
  -webkit-transition: 0.2s background ease;
  transition: 0.2s background ease;
}

a.ui.nag {
  cursor: pointer;
}

.ui.nag > .title {
  display: inline-block;
  margin: 0em 0.5em;
  color: #FFFFFF;
}

.ui.nag > .close.icon {
  cursor: pointer;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  right: 1em;
  font-size: 1em;
  margin: -0.5em 0em 0em;
  color: #FFFFFF;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

/*******************************
             States
*******************************/

/* Hover */

.ui.nag:hover {
  background: #555555;
  opacity: 1;
}

.ui.nag .close:hover {
  opacity: 1;
}

/*******************************
           Variations
*******************************/

/*--------------
     Static
---------------*/

.ui.overlay.nag {
  position: absolute;
  display: block;
}

/*--------------
     Fixed
---------------*/

.ui.fixed.nag {
  position: fixed;
}

/*--------------
     Bottom
---------------*/

.ui.bottom.nags,
.ui.bottom.nag {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
  top: auto;
  bottom: 0em;
}

/*--------------
     White
---------------*/

.ui.inverted.nags .nag,
.ui.inverted.nag {
  background-color: #F3F4F5;
  color: rgba(0, 0, 0, 0.85);
}

.ui.inverted.nags .nag .close,
.ui.inverted.nags .nag .title,
.ui.inverted.nag .close,
.ui.inverted.nag .title {
  color: rgba(0, 0, 0, 0.4);
}

/*******************************
           Groups
*******************************/

.ui.nags .nag {
  border-radius: 0em !important;
}

.ui.nags .nag:last-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui.bottom.nags .nag:last-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Popup
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Popup
*******************************/

.ui.popup {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  /* Fixes content being squished when inline (moz only) */
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: 250px;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
}

.ui.popup > .header {
  padding: 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1.14285714em;
  line-height: 1.2;
  font-weight: bold;
}

.ui.popup > .header + .content {
  padding-top: 0.5em;
}

.ui.popup:before {
  position: absolute;
  content: '';
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 1px 1px 0px 0px #bababc;
}

/*******************************
            Types
*******************************/

/*--------------
    Tooltip
---------------*/

/* Content */

[data-tooltip] {
  position: relative;
}

/* Arrow */

[data-tooltip]:before {
  pointer-events: none;
  position: absolute;
  content: '';
  font-size: 1rem;
  width: 0.71428571em;
  height: 0.71428571em;
  background: #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  box-shadow: 1px 1px 0px 0px #bababc;
}

/* Popup */

[data-tooltip]:after {
  pointer-events: none;
  content: attr(data-tooltip);
  position: absolute;
  text-transform: none;
  text-align: left;
  white-space: nowrap;
  font-size: 1rem;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  max-width: none;
  background: #FFFFFF;
  padding: 0.833em 1em;
  font-weight: normal;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  z-index: 1;
}

/* Default Position (Top Center) */

[data-tooltip]:not([data-position]):before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

[data-tooltip]:not([data-position]):after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  margin-bottom: 0.5em;
}

/* Animation */

[data-tooltip]:before,
[data-tooltip]:after {
  pointer-events: none;
  visibility: hidden;
}

[data-tooltip]:before {
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0) !important;
  transform: rotate(45deg) scale(0) !important;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

[data-tooltip]:after {
  opacity: 1;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  pointer-events: auto;
}

[data-tooltip]:hover:before {
  -webkit-transform: rotate(45deg) scale(1) !important;
  transform: rotate(45deg) scale(1) !important;
  opacity: 1;
}

/* Animation Position */

[data-tooltip]:after,
[data-tooltip][data-position="top center"]:after,
[data-tooltip][data-position="bottom center"]:after {
  -webkit-transform: translateX(-50%) scale(0) !important;
  transform: translateX(-50%) scale(0) !important;
}

[data-tooltip]:hover:after,
[data-tooltip][data-position="bottom center"]:hover:after {
  -webkit-transform: translateX(-50%) scale(1) !important;
  transform: translateX(-50%) scale(1) !important;
}

[data-tooltip][data-position="left center"]:after,
[data-tooltip][data-position="right center"]:after {
  -webkit-transform: translateY(-50%) scale(0) !important;
  transform: translateY(-50%) scale(0) !important;
}

[data-tooltip][data-position="left center"]:hover:after,
[data-tooltip][data-position="right center"]:hover:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
  transform: translateY(-50%) scale(1) !important;
}

[data-tooltip][data-position="top left"]:after,
[data-tooltip][data-position="top right"]:after,
[data-tooltip][data-position="bottom left"]:after,
[data-tooltip][data-position="bottom right"]:after {
  -webkit-transform: scale(0) !important;
  transform: scale(0) !important;
}

[data-tooltip][data-position="top left"]:hover:after,
[data-tooltip][data-position="top right"]:hover:after,
[data-tooltip][data-position="bottom left"]:hover:after,
[data-tooltip][data-position="bottom right"]:hover:after {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

/*--------------
    Inverted
---------------*/

/* Arrow */

[data-tooltip][data-inverted]:before {
  box-shadow: none !important;
}

/* Arrow Position */

[data-tooltip][data-inverted]:before {
  background: #1B1C1D;
}

/* Popup  */

[data-tooltip][data-inverted]:after {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
}

[data-tooltip][data-inverted]:after .header {
  background-color: none;
  color: #FFFFFF;
}

/*--------------
    Position
---------------*/

/* Top Center */

[data-position="top center"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 0.5em;
}

[data-position="top center"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  background: #FFFFFF;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Left */

[data-position="top left"][data-tooltip]:after {
  top: auto;
  right: auto;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

[data-position="top left"][data-tooltip]:before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Top Right */

[data-position="top right"][data-tooltip]:after {
  top: auto;
  left: auto;
  right: 0;
  bottom: 100%;
  margin-bottom: 0.5em;
}

[data-position="top right"][data-tooltip]:before {
  top: auto;
  left: auto;
  bottom: 100%;
  right: 1em;
  margin-left: -0.07142857rem;
  margin-bottom: 0.14285714rem;
}

/* Bottom Center */

[data-position="bottom center"][data-tooltip]:after {
  bottom: auto;
  right: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 0.5em;
}

[data-position="bottom center"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Left */

[data-position="bottom left"][data-tooltip]:after {
  left: 0;
  top: 100%;
  margin-top: 0.5em;
}

[data-position="bottom left"][data-tooltip]:before {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 1em;
  margin-left: -0.07142857rem;
  margin-top: 0.14285714rem;
}

/* Bottom Right */

[data-position="bottom right"][data-tooltip]:after {
  right: 0;
  top: 100%;
  margin-top: 0.5em;
}

[data-position="bottom right"][data-tooltip]:before {
  bottom: auto;
  left: auto;
  top: 100%;
  right: 1em;
  margin-left: -0.14285714rem;
  margin-top: 0.07142857rem;
}

/* Left Center */

[data-position="left center"][data-tooltip]:after {
  right: 100%;
  top: 50%;
  margin-right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-position="left center"][data-tooltip]:before {
  right: 100%;
  top: 50%;
  margin-top: -0.14285714rem;
  margin-right: -0.07142857rem;
}

/* Right Center */

[data-position="right center"][data-tooltip]:after {
  left: 100%;
  top: 50%;
  margin-left: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[data-position="right center"][data-tooltip]:before {
  left: 100%;
  top: 50%;
  margin-top: -0.07142857rem;
  margin-left: 0.14285714rem;
}

/* Arrow */

[data-position~="bottom"][data-tooltip]:before {
  background: #FFFFFF;
  box-shadow: -1px -1px 0px 0px #bababc;
}

[data-position="left center"][data-tooltip]:before {
  background: #FFFFFF;
  box-shadow: 1px -1px 0px 0px #bababc;
}

[data-position="right center"][data-tooltip]:before {
  background: #FFFFFF;
  box-shadow: -1px 1px 0px 0px #bababc;
}

[data-position~="top"][data-tooltip]:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */

[data-inverted][data-position~="bottom"][data-tooltip]:before {
  background: #1B1C1D;
  box-shadow: -1px -1px 0px 0px #bababc;
}

[data-inverted][data-position="left center"][data-tooltip]:before {
  background: #1B1C1D;
  box-shadow: 1px -1px 0px 0px #bababc;
}

[data-inverted][data-position="right center"][data-tooltip]:before {
  background: #1B1C1D;
  box-shadow: -1px 1px 0px 0px #bababc;
}

[data-inverted][data-position~="top"][data-tooltip]:before {
  background: #1B1C1D;
}

[data-position~="bottom"][data-tooltip]:before {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

[data-position~="bottom"][data-tooltip]:after {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

[data-position="left center"][data-tooltip]:before {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

[data-position="left center"][data-tooltip]:after {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

[data-position="right center"][data-tooltip]:before {
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

[data-position="right center"][data-tooltip]:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

/*--------------
     Spacing
---------------*/

.ui.popup {
  margin: 0em;
}

/* Extending from Top */

.ui.top.popup {
  margin: 0em 0em 0.71428571em;
}

.ui.top.left.popup {
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.ui.top.center.popup {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.ui.top.right.popup {
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

/* Extending from Vertical Center */

.ui.left.center.popup {
  margin: 0em 0.71428571em 0em 0em;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
}

.ui.right.center.popup {
  margin: 0em 0em 0em 0.71428571em;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

/* Extending from Bottom */

.ui.bottom.popup {
  margin: 0.71428571em 0em 0em;
}

.ui.bottom.left.popup {
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.ui.bottom.center.popup {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.ui.bottom.right.popup {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

/*--------------
     Pointer
---------------*/

/*--- Below ---*/

.ui.bottom.center.popup:before {
  margin-left: -0.30714286em;
  top: -0.30714286em;
  left: 50%;
  right: auto;
  bottom: auto;
  box-shadow: -1px -1px 0px 0px #bababc;
}

.ui.bottom.left.popup {
  margin-left: 0em;
}

/*rtl:rename*/

.ui.bottom.left.popup:before {
  top: -0.30714286em;
  left: 1em;
  right: auto;
  bottom: auto;
  margin-left: 0em;
  box-shadow: -1px -1px 0px 0px #bababc;
}

.ui.bottom.right.popup {
  margin-right: 0em;
}

/*rtl:rename*/

.ui.bottom.right.popup:before {
  top: -0.30714286em;
  right: 1em;
  bottom: auto;
  left: auto;
  margin-left: 0em;
  box-shadow: -1px -1px 0px 0px #bababc;
}

/*--- Above ---*/

.ui.top.center.popup:before {
  top: auto;
  right: auto;
  bottom: -0.30714286em;
  left: 50%;
  margin-left: -0.30714286em;
}

.ui.top.left.popup {
  margin-left: 0em;
}

/*rtl:rename*/

.ui.top.left.popup:before {
  bottom: -0.30714286em;
  left: 1em;
  top: auto;
  right: auto;
  margin-left: 0em;
}

.ui.top.right.popup {
  margin-right: 0em;
}

/*rtl:rename*/

.ui.top.right.popup:before {
  bottom: -0.30714286em;
  right: 1em;
  top: auto;
  left: auto;
  margin-left: 0em;
}

/*--- Left Center ---*/

/*rtl:rename*/

.ui.left.center.popup:before {
  top: 50%;
  right: -0.30714286em;
  bottom: auto;
  left: auto;
  margin-top: -0.30714286em;
  box-shadow: 1px -1px 0px 0px #bababc;
}

/*--- Right Center  ---*/

/*rtl:rename*/

.ui.right.center.popup:before {
  top: 50%;
  left: -0.30714286em;
  bottom: auto;
  right: auto;
  margin-top: -0.30714286em;
  box-shadow: -1px 1px 0px 0px #bababc;
}

/* Arrow Color By Location */

.ui.bottom.popup:before {
  background: #FFFFFF;
}

.ui.right.center.popup:before,
.ui.left.center.popup:before {
  background: #FFFFFF;
}

.ui.top.popup:before {
  background: #FFFFFF;
}

/* Inverted Arrow Color */

.ui.inverted.bottom.popup:before {
  background: #1B1C1D;
}

.ui.inverted.right.center.popup:before,
.ui.inverted.left.center.popup:before {
  background: #1B1C1D;
}

.ui.inverted.top.popup:before {
  background: #1B1C1D;
}

/*******************************
            Coupling
*******************************/

/* Immediate Nested Grid */

.ui.popup > .ui.grid:not(.padded) {
  width: calc(100% + 1.75rem);
  margin: -0.7rem -0.875rem;
}

/*******************************
            States
*******************************/

.ui.loading.popup {
  display: block;
  visibility: hidden;
  z-index: -1;
}

.ui.animating.popup,
.ui.visible.popup {
  display: block;
}

.ui.visible.popup {
  -webkit-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*******************************
            Variations
*******************************/

/*--------------
     Basic
---------------*/

.ui.basic.popup:before {
  display: none;
}

/*--------------
     Wide
---------------*/

.ui.wide.popup {
  max-width: 350px;
}

.ui[class*="very wide"].popup {
  max-width: 550px;
}

@media only screen and (max-width: 767px) {
  .ui.wide.popup,
  .ui[class*="very wide"].popup {
    max-width: 250px;
  }
}

/*--------------
     Fluid
---------------*/

.ui.fluid.popup {
  width: 100%;
  max-width: none;
}

/*--------------
     Colors
---------------*/

/* Inverted colors  */

.ui.inverted.popup {
  background: #1B1C1D;
  color: #FFFFFF;
  border: none;
  box-shadow: none;
}

.ui.inverted.popup .header {
  background-color: none;
  color: #FFFFFF;
}

.ui.inverted.popup:before {
  background-color: #1B1C1D;
  box-shadow: none !important;
}

/*--------------
     Flowing
---------------*/

.ui.flowing.popup {
  max-width: none;
}

/*--------------
     Sizes
---------------*/

.ui.mini.popup {
  font-size: 0.78571429rem;
}

.ui.tiny.popup {
  font-size: 0.85714286rem;
}

.ui.small.popup {
  font-size: 0.92857143rem;
}

.ui.popup {
  font-size: 1rem;
}

.ui.large.popup {
  font-size: 1.14285714rem;
}

.ui.huge.popup {
  font-size: 1.42857143rem;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Progress Bar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Progress
*******************************/

.ui.progress {
  position: relative;
  display: block;
  max-width: 100%;
  border: none;
  margin: 1em 0em 2.5em;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.1);
  padding: 0em;
  border-radius: 0.28571429rem;
}

.ui.progress:first-child {
  margin: 0em 0em 2.5em;
}

.ui.progress:last-child {
  margin: 0em 0em 1.5em;
}

/*******************************
            Content
*******************************/

/* Activity Bar */

.ui.progress .bar {
  display: block;
  line-height: 1;
  position: relative;
  width: 0%;
  min-width: 2em;
  background: #888888;
  border-radius: 0.28571429rem;
  -webkit-transition: width 0.1s ease, background-color 0.1s ease;
  transition: width 0.1s ease, background-color 0.1s ease;
}

/* Percent Complete */

.ui.progress .bar > .progress {
  white-space: nowrap;
  position: absolute;
  width: auto;
  font-size: 0.92857143em;
  top: 50%;
  right: 0.5em;
  left: auto;
  bottom: auto;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  margin-top: -0.5em;
  font-weight: bold;
  text-align: left;
}

/* Label */

.ui.progress > .label {
  position: absolute;
  width: 100%;
  font-size: 1em;
  top: 100%;
  right: auto;
  left: 0%;
  bottom: auto;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  text-shadow: none;
  margin-top: 0.2em;
  text-align: center;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

/*******************************
            Types
*******************************/

/* Indicating */

.ui.indicating.progress[data-percent^="1"] .bar,
.ui.indicating.progress[data-percent^="2"] .bar {
  background-color: #D95C5C;
}

.ui.indicating.progress[data-percent^="3"] .bar {
  background-color: #EFBC72;
}

.ui.indicating.progress[data-percent^="4"] .bar,
.ui.indicating.progress[data-percent^="5"] .bar {
  background-color: #E6BB48;
}

.ui.indicating.progress[data-percent^="6"] .bar {
  background-color: #DDC928;
}

.ui.indicating.progress[data-percent^="7"] .bar,
.ui.indicating.progress[data-percent^="8"] .bar {
  background-color: #B4D95C;
}

.ui.indicating.progress[data-percent^="9"] .bar,
.ui.indicating.progress[data-percent^="100"] .bar {
  background-color: #66DA81;
}

/* Indicating Label */

.ui.indicating.progress[data-percent^="1"] .label,
.ui.indicating.progress[data-percent^="2"] .label {
  color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.progress[data-percent^="3"] .label {
  color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.progress[data-percent^="4"] .label,
.ui.indicating.progress[data-percent^="5"] .label {
  color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.progress[data-percent^="6"] .label {
  color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.progress[data-percent^="7"] .label,
.ui.indicating.progress[data-percent^="8"] .label {
  color: rgba(0, 0, 0, 0.87);
}

.ui.indicating.progress[data-percent^="9"] .label,
.ui.indicating.progress[data-percent^="100"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* Single Digits */

.ui.indicating.progress[data-percent="1"] .bar,
.ui.indicating.progress[data-percent="2"] .bar,
.ui.indicating.progress[data-percent="3"] .bar,
.ui.indicating.progress[data-percent="4"] .bar,
.ui.indicating.progress[data-percent="5"] .bar,
.ui.indicating.progress[data-percent="6"] .bar,
.ui.indicating.progress[data-percent="7"] .bar,
.ui.indicating.progress[data-percent="8"] .bar,
.ui.indicating.progress[data-percent="9"] .bar {
  background-color: #D95C5C;
}

.ui.indicating.progress[data-percent="1"] .label,
.ui.indicating.progress[data-percent="2"] .label,
.ui.indicating.progress[data-percent="3"] .label,
.ui.indicating.progress[data-percent="4"] .label,
.ui.indicating.progress[data-percent="5"] .label,
.ui.indicating.progress[data-percent="6"] .label,
.ui.indicating.progress[data-percent="7"] .label,
.ui.indicating.progress[data-percent="8"] .label,
.ui.indicating.progress[data-percent="9"] .label {
  color: rgba(0, 0, 0, 0.87);
}

/* Indicating Success */

.ui.indicating.progress.success .label {
  color: #1A531B;
}

/*******************************
             States
*******************************/

/*--------------
     Success
---------------*/

.ui.progress.success .bar {
  background-color: #21BA45 !important;
}

.ui.progress.success .bar,
.ui.progress.success .bar::after {
  -webkit-animation: none !important;
  animation: none !important;
}

.ui.progress.success > .label {
  color: #1A531B;
}

/*--------------
     Warning
---------------*/

.ui.progress.warning .bar {
  background-color: #F2C037 !important;
}

.ui.progress.warning .bar,
.ui.progress.warning .bar::after {
  -webkit-animation: none !important;
  animation: none !important;
}

.ui.progress.warning > .label {
  color: #794B02;
}

/*--------------
     Error
---------------*/

.ui.progress.error .bar {
  background-color: #DB2828 !important;
}

.ui.progress.error .bar,
.ui.progress.error .bar::after {
  -webkit-animation: none !important;
  animation: none !important;
}

.ui.progress.error > .label {
  color: #912D2B;
}

/*--------------
     Active
---------------*/

.ui.active.progress .bar {
  position: relative;
  min-width: 2em;
}

.ui.active.progress .bar::after {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #FFFFFF;
  border-radius: 0.28571429rem;
  -webkit-animation: progress-active 2s ease infinite;
  animation: progress-active 2s ease infinite;
}

@-webkit-keyframes progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }

  100% {
    opacity: 0;
    width: 100%;
  }
}

@keyframes progress-active {
  0% {
    opacity: 0.3;
    width: 0;
  }

  100% {
    opacity: 0;
    width: 100%;
  }
}

/*--------------
    Disabled
---------------*/

.ui.disabled.progress {
  opacity: 0.35;
}

.ui.disabled.progress .bar,
.ui.disabled.progress .bar::after {
  -webkit-animation: none !important;
  animation: none !important;
}

/*******************************
           Variations
*******************************/

/*--------------
    Inverted
---------------*/

.ui.inverted.progress {
  background: rgba(255, 255, 255, 0.08);
  border: none;
}

.ui.inverted.progress .bar {
  background: #888888;
}

.ui.inverted.progress .bar > .progress {
  color: #F9FAFB;
}

.ui.inverted.progress > .label {
  color: #FFFFFF;
}

.ui.inverted.progress.success > .label {
  color: #21BA45;
}

.ui.inverted.progress.warning > .label {
  color: #F2C037;
}

.ui.inverted.progress.error > .label {
  color: #DB2828;
}

/*--------------
    Attached
---------------*/

/* bottom attached */

.ui.progress.attached {
  background: transparent;
  position: relative;
  border: none;
  margin: 0em;
}

.ui.progress.attached,
.ui.progress.attached .bar {
  display: block;
  height: 0.2rem;
  padding: 0px;
  overflow: hidden;
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

.ui.progress.attached .bar {
  border-radius: 0em;
}

/* top attached */

.ui.progress.top.attached,
.ui.progress.top.attached .bar {
  top: 0px;
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.progress.top.attached .bar {
  border-radius: 0em;
}

/* Coupling */

.ui.segment > .ui.attached.progress,
.ui.card > .ui.attached.progress {
  position: absolute;
  top: auto;
  left: 0;
  bottom: 100%;
  width: 100%;
}

.ui.segment > .ui.bottom.attached.progress,
.ui.card > .ui.bottom.attached.progress {
  top: 100%;
  bottom: auto;
}

/*--------------
     Colors
---------------*/

/* Red */

.ui.red.progress .bar {
  background-color: #DB2828;
}

.ui.red.inverted.progress .bar {
  background-color: #FF695E;
}

/* Orange */

.ui.orange.progress .bar {
  background-color: #F2711C;
}

.ui.orange.inverted.progress .bar {
  background-color: #FF851B;
}

/* Yellow */

.ui.yellow.progress .bar {
  background-color: #FBBD08;
}

.ui.yellow.inverted.progress .bar {
  background-color: #FFE21F;
}

/* Olive */

.ui.olive.progress .bar {
  background-color: #B5CC18;
}

.ui.olive.inverted.progress .bar {
  background-color: #D9E778;
}

/* Green */

.ui.green.progress .bar {
  background-color: #21BA45;
}

.ui.green.inverted.progress .bar {
  background-color: #2ECC40;
}

/* Teal */

.ui.teal.progress .bar {
  background-color: #00B5AD;
}

.ui.teal.inverted.progress .bar {
  background-color: #6DFFFF;
}

/* Blue */

.ui.blue.progress .bar {
  background-color: #2185D0;
}

.ui.blue.inverted.progress .bar {
  background-color: #54C8FF;
}

/* Violet */

.ui.violet.progress .bar {
  background-color: #6435C9;
}

.ui.violet.inverted.progress .bar {
  background-color: #A291FB;
}

/* Purple */

.ui.purple.progress .bar {
  background-color: #A333C8;
}

.ui.purple.inverted.progress .bar {
  background-color: #DC73FF;
}

/* Pink */

.ui.pink.progress .bar {
  background-color: #E03997;
}

.ui.pink.inverted.progress .bar {
  background-color: #FF8EDF;
}

/* Brown */

.ui.brown.progress .bar {
  background-color: #A5673F;
}

.ui.brown.inverted.progress .bar {
  background-color: #D67C1C;
}

/* Grey */

.ui.grey.progress .bar {
  background-color: #767676;
}

.ui.grey.inverted.progress .bar {
  background-color: #DCDDDE;
}

/* Black */

.ui.black.progress .bar {
  background-color: #1B1C1D;
}

.ui.black.inverted.progress .bar {
  background-color: #545454;
}

/*--------------
     Sizes
---------------*/

.ui.tiny.progress {
  font-size: 0.85714286rem;
}

.ui.tiny.progress .bar {
  height: 0.5em;
}

.ui.small.progress {
  font-size: 0.92857143rem;
}

.ui.small.progress .bar {
  height: 1em;
}

.ui.progress {
  font-size: 1rem;
}

.ui.progress .bar {
  height: 1.75em;
}

.ui.large.progress {
  font-size: 1.14285714rem;
}

.ui.large.progress .bar {
  height: 2.5em;
}

.ui.big.progress {
  font-size: 1.28571429rem;
}

.ui.big.progress .bar {
  height: 3.5em;
}

/*******************************
            Progress
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Rating
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
           Rating
*******************************/

.ui.rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  white-space: nowrap;
  vertical-align: baseline;
}

.ui.rating:last-child {
  margin-right: 0em;
}

/* Icon */

.ui.rating .icon {
  padding: 0em;
  margin: 0em;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  cursor: pointer;
  width: 1.25em;
  height: auto;
  -webkit-transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
  transition: opacity 0.1s ease, background 0.1s ease, text-shadow 0.1s ease, color 0.1s ease;
}

/*******************************
             Types
*******************************/

/*-------------------
      Standard
--------------------*/

/* Inactive Icon */

.ui.rating .icon {
  background: transparent;
  color: rgba(0, 0, 0, 0.15);
}

/* Active Icon */

.ui.rating .active.icon {
  background: transparent;
  color: rgba(0, 0, 0, 0.85);
}

/* Selected Icon */

.ui.rating .icon.selected,
.ui.rating .icon.selected.active {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}

/*-------------------
        Star
--------------------*/

/* Inactive */

.ui.star.rating .icon {
  width: 1.25em;
  height: auto;
  background: transparent;
  color: rgba(0, 0, 0, 0.15);
  text-shadow: none;
}

/* Active Star */

.ui.star.rating .active.icon {
  background: transparent !important;
  color: #FFE623 !important;
  text-shadow: 0px -1px 0px #DDC507, -1px 0px 0px #DDC507, 0px 1px 0px #DDC507, 1px 0px 0px #DDC507 !important;
}

/* Selected Star */

.ui.star.rating .icon.selected,
.ui.star.rating .icon.selected.active {
  background: transparent !important;
  color: #FFCC00 !important;
  text-shadow: 0px -1px 0px #E6A200, -1px 0px 0px #E6A200, 0px 1px 0px #E6A200, 1px 0px 0px #E6A200 !important;
}

/*-------------------
        Heart
--------------------*/

.ui.heart.rating .icon {
  width: 1.4em;
  height: auto;
  background: transparent;
  color: rgba(0, 0, 0, 0.15);
  text-shadow: none !important;
}

/* Active Heart */

.ui.heart.rating .active.icon {
  background: transparent !important;
  color: #FF6D75 !important;
  text-shadow: 0px -1px 0px #CD0707, -1px 0px 0px #CD0707, 0px 1px 0px #CD0707, 1px 0px 0px #CD0707 !important;
}

/* Selected Heart */

.ui.heart.rating .icon.selected,
.ui.heart.rating .icon.selected.active {
  background: transparent !important;
  color: #FF3000 !important;
  text-shadow: 0px -1px 0px #AA0101, -1px 0px 0px #AA0101, 0px 1px 0px #AA0101, 1px 0px 0px #AA0101 !important;
}

/*******************************
             States
*******************************/

/*-------------------
       Disabled
--------------------*/

/* disabled rating */

.ui.disabled.rating .icon {
  cursor: default;
}

/*-------------------
   User Interactive
--------------------*/

/* Selected Rating */

.ui.rating.selected .active.icon {
  opacity: 1;
}

.ui.rating.selected .icon.selected,
.ui.rating .icon.selected {
  opacity: 1;
}

/*******************************
          Variations
*******************************/

.ui.mini.rating {
  font-size: 0.78571429rem;
}

.ui.tiny.rating {
  font-size: 0.85714286rem;
}

.ui.small.rating {
  font-size: 0.92857143rem;
}

.ui.rating {
  font-size: 1rem;
}

.ui.large.rating {
  font-size: 1.14285714rem;
}

.ui.huge.rating {
  font-size: 1.42857143rem;
}

.ui.massive.rating {
  font-size: 2rem;
}

/*******************************
         Theme Overrides
*******************************/

@font-face {
  font-family: 'Rating';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjCBsAAAC8AAAAYGNtYXCj2pm8AAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZlJbXMYAAAHIAAARnGhlYWQBGAe5AAATZAAAADZoaGVhA+IB/QAAE5wAAAAkaG10eCzgAEMAABPAAAAAcGxvY2EwXCxOAAAUMAAAADptYXhwACIAnAAAFGwAAAAgbmFtZfC1n04AABSMAAABPHBvc3QAAwAAAAAVyAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADxZQHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEAJAAAAAgACAABAAAAAEAIOYF8AbwDfAj8C7wbvBw8Irwl/Cc8SPxZf/9//8AAAAAACDmAPAE8AzwI/Au8G7wcPCH8JfwnPEj8WT//f//AAH/4xoEEAYQAQ/sD+IPow+iD4wPgA98DvYOtgADAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAIAAP/tAgAB0wAKABUAAAEvAQ8BFwc3Fyc3BQc3Jz8BHwEHFycCALFPT7GAHp6eHoD/AHAWW304OH1bFnABGRqgoBp8sFNTsHyyOnxYEnFxElh8OgAAAAACAAD/7QIAAdMACgASAAABLwEPARcHNxcnNwUxER8BBxcnAgCxT0+xgB6enh6A/wA4fVsWcAEZGqCgGnywU1OwfLIBHXESWHw6AAAAAQAA/+0CAAHTAAoAAAEvAQ8BFwc3Fyc3AgCxT0+xgB6enh6AARkaoKAafLBTU7B8AAAAAAEAAAAAAgABwAArAAABFA4CBzEHDgMjIi4CLwEuAzU0PgIzMh4CFz4DMzIeAhUCAAcMEgugBgwMDAYGDAwMBqALEgwHFyg2HhAfGxkKChkbHxAeNigXAS0QHxsZCqAGCwkGBQkLBqAKGRsfEB42KBcHDBILCxIMBxcoNh4AAAAAAgAAAAACAAHAACsAWAAAATQuAiMiDgIHLgMjIg4CFRQeAhcxFx4DMzI+Aj8BPgM1DwEiFCIGMTAmIjQjJy4DNTQ+AjMyHgIfATc+AzMyHgIVFA4CBwIAFyg2HhAfGxkKChkbHxAeNigXBwwSC6AGDAwMBgYMDAwGoAsSDAdbogEBAQEBAaIGCgcEDRceEQkREA4GLy8GDhARCREeFw0EBwoGAS0eNigXBwwSCwsSDAcXKDYeEB8bGQqgBgsJBgUJCwagChkbHxA+ogEBAQGiBg4QEQkRHhcNBAcKBjQ0BgoHBA0XHhEJERAOBgABAAAAAAIAAcAAMQAAARQOAgcxBw4DIyIuAi8BLgM1ND4CMzIeAhcHFwc3Jzc+AzMyHgIVAgAHDBILoAYMDAwGBgwMDAagCxIMBxcoNh4KFRMSCC9wQLBwJwUJCgkFHjYoFwEtEB8bGQqgBgsJBgUJCwagChkbHxAeNigXAwUIBUtAoMBAOwECAQEXKDYeAAABAAAAAAIAAbcAKgAAEzQ3NjMyFxYXFhcWFzY3Njc2NzYzMhcWFRQPAQYjIi8BJicmJyYnJicmNQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGBwExPyMkBgYLCgkKCgoKCQoLBgYkIz8/QawFBawCBgUNDg4OFRQTAAAAAQAAAA0B2wHSACYAABM0PwI2FzYfAhYVFA8BFxQVFAcGByYvAQcGByYnJjU0PwEnJjUAEI9BBQkIBkCPEAdoGQMDBgUGgIEGBQYDAwEYaAcBIwsCFoEMAQEMgRYCCwYIZJABBQUFAwEBAkVFAgEBAwUFAwOQZAkFAAAAAAIAAAANAdsB0gAkAC4AABM0PwI2FzYfAhYVFA8BFxQVFAcmLwEHBgcmJyY1ND8BJyY1HwEHNxcnNy8BBwAQj0EFCQgGQI8QB2gZDAUGgIEGBQYDAwEYaAc/WBVsaxRXeDY2ASMLAhaBDAEBDIEWAgsGCGSQAQUNAQECRUUCAQEDBQUDA5BkCQURVXg4OHhVEW5uAAABACMAKQHdAXwAGgAANzQ/ATYXNh8BNzYXNh8BFhUUDwEGByYvASY1IwgmCAwLCFS8CAsMCCYICPUIDAsIjgjSCwkmCQEBCVS7CQEBCSYJCg0H9gcBAQePBwwAAAEAHwAfAXMBcwAsAAA3ND8BJyY1ND8BNjMyHwE3NjMyHwEWFRQPARcWFRQPAQYjIi8BBwYjIi8BJjUfCFRUCAgnCAwLCFRUCAwLCCcICFRUCAgnCAsMCFRUCAsMCCcIYgsIVFQIDAsIJwgIVFQICCcICwwIVFQICwwIJwgIVFQICCcIDAAAAAACAAAAJQFJAbcAHwArAAA3NTQ3NjsBNTQ3NjMyFxYdATMyFxYdARQHBiMhIicmNTczNTQnJiMiBwYdAQAICAsKJSY1NCYmCQsICAgIC/7tCwgIW5MWFR4fFRZApQsICDc0JiYmJjQ3CAgLpQsICAgIC8A3HhYVFRYeNwAAAQAAAAcBbgG3ACEAADcRNDc2NzYzITIXFhcWFREUBwYHBiMiLwEHBiMiJyYnJjUABgUKBgYBLAYGCgUGBgUKBQcOCn5+Cg4GBgoFBicBcAoICAMDAwMICAr+kAoICAQCCXl5CQIECAgKAAAAAwAAACUCAAFuABgAMQBKAAA3NDc2NzYzMhcWFxYVFAcGBwYjIicmJyY1MxYXFjMyNzY3JicWFRQHBiMiJyY1NDcGBzcUFxYzMjc2NTQ3NjMyNzY1NCcmIyIHBhUABihDREtLREMoBgYoQ0RLS0RDKAYlJjk5Q0M5OSYrQREmJTU1JSYRQSuEBAQGBgQEEREZBgQEBAQGJBkayQoKQSgoKChBCgoKCkEoJycoQQoKOiMjIyM6RCEeIjUmJSUmNSIeIUQlBgQEBAQGGBIRBAQGBgQEGhojAAAABQAAAAkCAAGJACwAOABRAGgAcAAANzQ3Njc2MzIXNzYzMhcWFxYXFhcWFxYVFDEGBwYPAQYjIicmNTQ3JicmJyY1MxYXNyYnJjU0NwYHNxQXFjMyNzY1NDc2MzI3NjU0JyYjIgcGFRc3Njc2NyYnNxYXFhcWFRQHBgcGBwYjPwEWFRQHBgcABitBQU0ZGhADBQEEBAUFBAUEBQEEHjw8Hg4DBQQiBQ0pIyIZBiUvSxYZDg4RQSuEBAQGBgQEEREZBgQEBAQGJBkaVxU9MzQiIDASGxkZEAYGCxQrODk/LlACFxYlyQsJQycnBRwEAgEDAwIDAwIBAwUCNmxsNhkFFAMFBBUTHh8nCQtKISgSHBsfIh4hRCUGBAQEBAYYEhEEBAYGBAQaGiPJJQUiIjYzISASGhkbCgoKChIXMRsbUZANCyghIA8AAAMAAAAAAbcB2wA5AEoAlAAANzU0NzY7ATY3Njc2NzY3Njc2MzIXFhcWFRQHMzIXFhUUBxYVFAcUFRQHFgcGKwEiJyYnJisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzMyFxYXFhcWFxYXFhcWOwEyNTQnNjc2NTQnNjU0JyYnNjc2NTQnJisBNDc2NTQnJiMGBwYHBgcGBwYHBgcGBwYHBgcGBwYrARUACwoQTgodEQ4GBAMFBgwLDxgTEwoKDjMdFhYOAgoRARkZKCUbGxsjIQZSEAoLJQUFCAcGBQUGBwgFBUkJBAUFBAQHBwMDBwcCPCUjNwIJBQUFDwMDBAkGBgsLDmUODgoJGwgDAwYFDAYQAQUGAwQGBgYFBgUGBgQJSbcPCwsGJhUPCBERExMMCgkJFBQhGxwWFR4ZFQoKFhMGBh0WKBcXBgcMDAoLDxIHBQYGBQcIBQYGBQgSAQEBAQICAQEDAgEULwgIBQoLCgsJDhQHCQkEAQ0NCg8LCxAdHREcDQ4IEBETEw0GFAEHBwUECAgFBQUFAgO3AAADAAD/2wG3AbcAPABNAJkAADc1NDc2OwEyNzY3NjsBMhcWBxUWFRQVFhUUBxYVFAcGKwEWFRQHBgcGIyInJicmJyYnJicmJyYnIyInJjU3FBcWMzI3NjU0JyYjIgcGFRczMhcWFxYXFhcWFxYXFhcWFxYXFhcWFzI3NjU0JyY1MzI3NjU0JyYjNjc2NTQnNjU0JyYnNjU0JyYrASIHIgcGBwYHBgcGIwYrARUACwoQUgYhJRsbHiAoGRkBEQoCDhYWHTMOCgoTExgPCwoFBgIBBAMFDhEdCk4QCgslBQUIBwYFBQYHCAUFSQkEBgYFBgUGBgYEAwYFARAGDAUGAwMIGwkKDg5lDgsLBgYJBAMDDwUFBQkCDg4ZJSU8AgcHAwMHBwQEBQUECbe3DwsKDAwHBhcWJwIWHQYGExYKChUZHhYVHRoiExQJCgsJDg4MDAwNBg4WJQcLCw+kBwUGBgUHCAUGBgUIpAMCBQYFBQcIBAUHBwITBwwTExERBw0OHBEdHRALCw8KDQ0FCQkHFA4JCwoLCgUICBgMCxUDAgEBAgMBAQG3AAAAAQAAAA0A7gHSABQAABM0PwI2FxEHBgcmJyY1ND8BJyY1ABCPQQUJgQYFBgMDARhoBwEjCwIWgQwB/oNFAgEBAwUFAwOQZAkFAAAAAAIAAAAAAgABtwAqAFkAABM0NzYzMhcWFxYXFhc2NzY3Njc2MzIXFhUUDwEGIyIvASYnJicmJyYnJjUzFB8BNzY1NCcmJyYnJicmIyIHBgcGBwYHBiMiJyYnJicmJyYjIgcGBwYHBgcGFQAkJUARExIQEAsMCgoMCxAQEhMRQCUkQbIGBwcGsgMFBQsKCQkGByU1pqY1BgYJCg4NDg0PDhIRDg8KCgcFCQkFBwoKDw4REg4PDQ4NDgoJBgYBMT8jJAYGCwoJCgoKCgkKCwYGJCM/P0GsBQWsAgYFDQ4ODhUUEzA1oJ82MBcSEgoLBgcCAgcHCwsKCQgHBwgJCgsLBwcCAgcGCwoSEhcAAAACAAAABwFuAbcAIQAoAAA3ETQ3Njc2MyEyFxYXFhURFAcGBwYjIi8BBwYjIicmJyY1PwEfAREhEQAGBQoGBgEsBgYKBQYGBQoFBw4Kfn4KDgYGCgUGJZIZef7cJwFwCggIAwMDAwgICv6QCggIBAIJeXkJAgQICAoIjRl0AWP+nQAAAAABAAAAJQHbAbcAMgAANzU0NzY7ATU0NzYzMhcWHQEUBwYrASInJj0BNCcmIyIHBh0BMzIXFh0BFAcGIyEiJyY1AAgIC8AmJjQ1JiUFBQgSCAUFFhUfHhUWHAsICAgIC/7tCwgIQKULCAg3NSUmJiU1SQgFBgYFCEkeFhUVFh43CAgLpQsICAgICwAAAAIAAQANAdsB0gAiAC0AABM2PwI2MzIfAhYXFg8BFxYHBiMiLwEHBiMiJyY/AScmNx8CLwE/AS8CEwEDDJBABggJBUGODgIDCmcYAgQCCAMIf4IFBgYEAgEZaQgC7hBbEgINSnkILgEBJggCFYILC4IVAggICWWPCgUFA0REAwUFCo9lCQipCTBmEw1HEhFc/u0AAAADAAAAAAHJAbcAFAAlAHkAADc1NDc2OwEyFxYdARQHBisBIicmNTcUFxYzMjc2NTQnJiMiBwYVFzU0NzYzNjc2NzY3Njc2NzY3Njc2NzY3NjMyFxYXFhcWFxYXFhUUFRQHBgcGBxQHBgcGBzMyFxYVFAcWFRYHFgcGBxYHBgcjIicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQFBQgGDw8OFAkFBAQBAQMCAQIEBAYFBw4KCgcHBQQCAwEBAgMDAgYCAgIBAU8XEBAQBQEOBQUECwMREiYlExYXDAwWJAoHBQY3twcGBQUGB7cIBQUFBQgkBwYFBQYHCAUGBgUIJLcHBQYBEBATGQkFCQgGBQwLBgcICQUGAwMFBAcHBgYICQQEBwsLCwYGCgIDBAMCBBEQFhkSDAoVEhAREAsgFBUBBAUEBAcMAQUFCAAAAAADAAD/2wHJAZIAFAAlAHkAADcUFxYXNxY3Nj0BNCcmBycGBwYdATc0NzY3FhcWFRQHBicGJyY1FzU0NzY3Fjc2NzY3NjcXNhcWBxYXFgcWBxQHFhUUBwYHJxYXFhcWFRYXFhcWFRQVFAcGBwYHBgcGBwYnBicmJyYnJicmJyYnJicmJyYnJiciJyY1AAUGB1MHBQYGBQdTBwYFJQUFCAcGBQUGBwgFBWQGBQcKJBYMDBcWEyUmEhEDCwQFBQ4BBRAQEBdPAQECAgIGAgMDAgEBAwIEBQcHCgoOBwUGBAQCAQIDAQEEBAUJFA4PDwYIBQWlBwYFAQEBBwQJtQkEBwEBAQUGB7eTBwYEAQEEBgcJBAYBAQYECZS4BwYEAgENBwUCBgMBAQEXEyEJEhAREBcIDhAaFhEPAQEFAgQCBQELBQcKDAkIBAUHCgUGBwgDBgIEAQEHBQkIBwUMCwcECgcGCRoREQ8CBgQIAAAAAQAAAAEAAJth57dfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAAAAAAoAFAAeAEoAcACKAMoBQAGIAcwCCgJUAoICxgMEAzoDpgRKBRgF7AYSBpgG2gcgB2oIGAjOAAAAAQAAABwAmgAFAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AABcUAAoAAAAAFswAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAEuEAABLho6TvIE9TLzIAABPYAAAAYAAAAGAIIwgbY21hcAAAFDgAAACkAAAApKPambxnYXNwAAAU3AAAAAgAAAAIAAAAEGhlYWQAABTkAAAANgAAADYBGAe5aGhlYQAAFRwAAAAkAAAAJAPiAf1obXR4AAAVQAAAAHAAAABwLOAAQ21heHAAABWwAAAABgAAAAYAHFAAbmFtZQAAFbgAAAE8AAABPPC1n05wb3N0AAAW9AAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLZviU+HQFHQAAAP0PHQAAAQIRHQAAAAkdAAAS2BIAHQEBBw0PERQZHiMoLTI3PEFGS1BVWl9kaW5zeH2Ch4xyYXRpbmdyYXRpbmd1MHUxdTIwdUU2MDB1RTYwMXVFNjAydUU2MDN1RTYwNHVFNjA1dUYwMDR1RjAwNXVGMDA2dUYwMEN1RjAwRHVGMDIzdUYwMkV1RjA2RXVGMDcwdUYwODd1RjA4OHVGMDg5dUYwOEF1RjA5N3VGMDlDdUYxMjN1RjE2NHVGMTY1AAACAYkAGgAcAgABAAQABwAKAA0AVgCWAL0BAgGMAeQCbwLwA4cD5QR0BQMFdgZgB8MJkQtxC7oM2Q1jDggOmRAYEZr8lA78lA78lA77lA74lPetFftFpTz3NDz7NPtFcfcU+xBt+0T3Mt73Mjht90T3FPcQBfuU+0YV+wRRofcQMOP3EZ3D9wXD+wX3EXkwM6H7EPsExQUO+JT3rRX7RaU89zQ8+zT7RXH3FPsQbftE9zLe9zI4bfdE9xT3EAX7lPtGFYuLi/exw/sF9xF5MDOh+xD7BMUFDviU960V+0WlPPc0PPs0+0Vx9xT7EG37RPcy3vcyOG33RPcU9xAFDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iu2i7J4pm6mqLKetovci81JizoIDviU98EVi9xJzTqLYItkeHBucKhknmCLOotJSYs6i2CeZKhwCIuL9zT7NAWbe5t7m4ubi5ubm5sI9zT3NAWopp6yi7YIME0V+zb7NgWKioqKiouKi4qMiowI+zb3NgV6m4Ghi6OLubCwuYuji6GBm3oIule6vwWbnKGVo4u5i7Bmi12Lc4F1ensIDviU98EVi2B4ZG5wCIuL+zT7NAV7e3t7e4t7i3ube5sI+zT3NAVupniyi7aL3M3N3Iuni6WDoX4IXED3BEtL+zT3RPdU+wTLssYFl46YjZiL3IvNSYs6CA6L98UVi7WXrKOio6Otl7aLlouXiZiHl4eWhZaEloSUhZKFk4SShZKEkpKSkZOSkpGUkZaSCJaSlpGXj5iPl42Wi7aLrX+jc6N0l2qLYYthdWBgYAj7RvtABYeIh4mGi4aLh42Hjgj7RvdABYmNiY2Hj4iOhpGDlISUhZWFlIWVhpaHmYaYiZiLmAgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuHioiJiImIiIqHi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOZ4v3txWLkpCPlo0I9yOgzPcWBY6SkI+Ri5CLkIePhAjL+xb3I3YFlomQh4uEi4aJh4aGCCMmpPsjBYuKi4mLiIuCh4aDi4iLh4yHjQj7FM/7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwjKeRXjN3b7DfcAxPZSd/cN4t/7DJ1V9wFV+wEFDq73ZhWLk42RkZEIsbIFkZCRjpOLkouSiJCGCN8291D3UAWQkJKOkouTi5GIkYYIsWQFkYaNhIuEi4OJhYWFCPuJ+4kFhYWFiYOLhIuEjYaRCPsi9yIFhZCJkouSCA77AartFYuSjpKQkAjf3zffBYaQiJKLk4uSjpKQkAiysgWRkJGOk4uSi5KIkIYI3zff3wWQkJKOk4uSi5KIkIYIsmQFkIaOhIuEi4OIhIaGCDc33zcFkIaOhIuEi4OIhYaFCGRkBYaGhIiEi4OLhI6GkAg33zc3BYaGhIiEi4OLhY6FkAhksgWGkYiRi5MIDvtLi8sVi/c5BYuSjpKQkJCQko6SiwiVi4vCBYuul6mkpKSkqpiui66LqX6kcqRymG2LaAiLVJSLBZKLkoiQhpCGjoSLhAiL+zkFi4OIhYaGhoWEiYSLCPuniwWEi4SNhpGGkIiRi5MI5vdUFfcni4vCBYufhJx8mn2ZepJ3i3aLeoR9fX18g3qLdwiLVAUO+yaLshWL+AQFi5GNkY+RjpCQj5KNj42PjI+LCPfAiwWPi4+Kj4mRiZCHj4aPhY2Fi4UIi/wEBYuEiYWHhoeGhoeFiIiKhoqHi4GLhI6EkQj7EvcN+xL7DQWEhYOIgouHi4eLh42EjoaPiJCHkImRi5IIDov3XRWLko2Rj5Kltq+vuKW4pbuZvYu9i7t9uHG4ca9npWCPhI2Fi4SLhYmEh4RxYGdoXnAIXnFbflmLWYtbmF6lXqZnrnG2h5KJkouRCLCLFaRkq2yxdLF0tH+4i7iLtJexorGiq6qksm64Z61goZZ3kXaLdItnfm1ycnJybX9oiwhoi22XcqRypH6pi6+LopGglp9gdWdpbl4I9xiwFYuHjIiOiI6IjoqPi4+LjoyOjo2OjY6Lj4ubkJmXl5eWmZGbi4+LjoyOjo2OjY6LjwiLj4mOiY6IjYiNh4tzi3eCenp6eoJ3i3MIDov3XRWLko2Sj5GouK+utqW3pbqYvouci5yJnIgIm6cFjY6NjI+LjIuNi42JjYqOio+JjomOiY6KjomOiY6JjoqNioyKjomMiYuHi4qLiouLCHdnbVVjQ2NDbVV3Zwh9cgWJiIiJiIuJi36SdJiIjYmOi46LjY+UlJlvl3KcdJ90oHeie6WHkYmSi5IIsIsVqlq0Z711CKGzBXqXfpqCnoKdhp6LoIuikaCWn2B1Z2luXgj3GLAVi4eMiI6IjoiOio+Lj4uOjI6OjY6NjouPi5uQmZeXl5aZkZuLj4uOjI6OjY6NjouPCIuPiY6JjoiNiI2Hi3OLd4J6enp6gneLcwji+10VoLAFtI+wmK2hrqKnqKKvdq1wp2uhCJ2rBZ1/nHycepx6mHqWeY+EjYWLhIuEiYWHhIR/gH1+fG9qaXJmeWV5Y4Jhiwi53BXb9yQFjIKMg4uEi3CDc3x1fHV3fHOBCA6L1BWL90sFi5WPlJKSkpKTj5aLCNmLBZKPmJqepJaZlZeVlY+Qj5ONl42WjpeOmI+YkZWTk5OSk46Vi5uLmYiYhZiFlIGSfgiSfo55i3WLeYd5gXgIvosFn4uchJl8mn2Seot3i3qGfIJ9jYSLhYuEi3yIfoR+i4eLh4uHi3eGen99i3CDdnt8CHt8dYNwiwhmiwV5i3mNeY95kHeRc5N1k36Ph4sIOYsFgIuDjoSShJKHlIuVCLCdFYuGjIePiI+Hj4mQi5CLj42Pj46OjY+LkIuQiZCIjoePh42Gi4aLh4mHh4eIioaLhgjUeRWUiwWNi46Lj4qOi4+KjYqOi4+Kj4mQio6KjYqNio+Kj4mQio6KjIqzfquEpIsIrosFr4uemouri5CKkYqQkY6QkI6SjpKNkouSi5KJkoiRlZWQlouYi5CKkImRiZGJj4iOCJGMkI+PlI+UjZKLkouViJODk4SSgo+CiwgmiwWLlpCalJ6UnpCbi5aLnoiYhJSFlH+QeYuGhoeDiYCJf4h/h3+IfoWBg4KHh4SCgH4Ii4qIiYiGh4aIh4mIiIiIh4eGh4aHh4eHiIiHiIeHiIiHiIeKh4mIioiLCIKLi/tLBQ6L90sVi/dLBYuVj5OSk5KSk46WiwjdiwWPi5iPoZOkk6CRnZCdj56Nn4sIq4sFpougg5x8m3yTd4txCIuJBZd8kHuLd4uHi4eLh5J+jn6LfIuEi4SJhZR9kHyLeot3hHp8fH19eoR3iwhYiwWVeI95i3mLdIh6hH6EfoKBfoV+hX2He4uBi4OPg5KFkYaTh5SHlYiTipOKk4qTiJMIiZSIkYiPgZSBl4CaeKR+moSPCD2LBYCLg4+EkoSSh5SLlQiw9zgVi4aMh4+Ij4ePiZCLkIuPjY+Pjo6Nj4uQi5CJkIiOh4+HjYaLhouHiYeHh4iKhouGCNT7OBWUiwWOi46Kj4mPio+IjoiPh4+IjoePiI+Hj4aPho6HjoiNiI6Hj4aOho6Ii4qWfpKDj4YIk4ORgY5+j36OgI1/jYCPg5CGnYuXj5GUkpSOmYuei5aGmoKfgp6GmouWCPCLBZSLlI+SkpOTjpOLlYuSiZKHlIeUho+Fi46PjY+NkY2RjJCLkIuYhpaBlY6RjZKLkgiLkomSiJKIkoaQhY6MkIyRi5CLm4aXgpOBkn6Pe4sIZosFcotrhGN9iouIioaJh4qHiomKiYqIioaKh4mHioiKiYuHioiLh4qIi4mLCIKLi/tLBQ77lIv3txWLkpCPlo0I9yOgzPcWBY6SkI+RiwiL/BL7FUcFh4mHioiLh4uIjImOiY6KjouPi4yLjYyOCKP3IyPwBYaQiZCLjwgOi/fFFYu1l6yjoqOjrZe2i5aLl4mYh5eHloWWhJaElIWShZOEkoWShJKSkpGTkpKRlJGWkgiWkpaRl4+Yj5eNlou2i61/o3OjdJdqi2GLYXVgYGAI+0b7QAWHiIeJhouGi4eNh44I+0b3QAWJjYmNh4+IjoaRg5SElIWVhZSFlYaWh5mGmImYi5gIsIsVi2ucaa9oCPc6+zT3OvczBa+vnK2Lq4ubiZiHl4eXhpSFkoSSg5GCj4KQgo2CjYONgYuBi4KLgIl/hoCGgIWChAiBg4OFhISEhYaFhoaIhoaJhYuFi4aNiJCGkIaRhJGEkoORgZOCkoCRgJB/kICNgosIgYuBi4OJgomCiYKGgoeDhYSEhYSGgod/h3+Jfot7CA77JouyFYv4BAWLkY2Rj5GOkJCPko2PjY+Mj4sI98CLBY+Lj4qPiZGJkIePho+FjYWLhQiL/AQFi4SJhYeGh4aGh4WIiIqGioeLgYuEjoSRCPsS9w37EvsNBYSFg4iCi4eLh4uHjYSOho+IkIeQiZGLkgiwkxX3JvchpHL3DfsIi/f3+7iLi/v3BQ5ni8sVi/c5BYuSjpKQkJCQko6Siwj3VIuLwgWLrpippKSkpKmYrouvi6l+pHKkcpdti2gIi0IFi4aKhoeIh4eHiYaLCHmLBYaLh42Hj4eOipCLkAiL1AWLn4OcfZp9mXqSdot3i3qEfX18fIR6i3cIi1SniwWSi5KIkIaQho6Ei4QIi/s5BYuDiIWGhoaFhImEiwj7p4sFhIuEjYaRhpCIkYuTCA5njPe6FYyQkI6UjQj3I6DM9xYFj5KPj5GLkIuQh4+ECMv7FvcjdgWUiZCIjYaNhoiFhYUIIyak+yMFjIWKhomHiYiIiYaLiIuHjIeNCPsUz/sVRwWHiYeKiIuHi4eNiY6Jj4uQjJEIo/cjI/AFhZGJkY2QCPeB+z0VnILlW3rxiJ6ZmNTS+wydgpxe54v7pwUOZ4vCFYv3SwWLkI2Pjo+Pjo+NkIsI3osFkIuPiY6Ij4eNh4uGCIv7SwWLhomHh4eIh4eKhosIOIsFhouHjIePiI+Jj4uQCLCvFYuGjIePh46IkImQi5CLj42Pjo6PjY+LkIuQiZCIjoePh42Gi4aLhomIh4eIioaLhgjvZxWL90sFi5CNj46Oj4+PjZCLj4ySkJWWlZaVl5SXmJuVl5GRjo6OkI6RjZCNkIyPjI6MkY2TCIySjJGMj4yPjZCOkY6RjpCPjo6Pj42Qi5SLk4qSiZKJkYiPiJCIjoiPho6GjYeMhwiNh4yGjIaMhYuHi4iLiIuHi4eLg4uEiYSJhImFiYeJh4mFh4WLioqJiomJiIqJiokIi4qKiIqJCNqLBZqLmIWWgJaAkH+LfIt6hn2Af46DjYSLhIt9h36Cf4+Bi3+HgImAhYKEhI12hnmAfgh/fXiDcosIZosFfot+jHyOfI5/joOOg41/j32Qc5N8j4SMhouHjYiOh4+Jj4uQCA5ni/c5FYuGjYaOiI+Hj4mQiwjeiwWQi4+Njo+Pjo2Qi5AIi/dKBYuQiZCHjoiPh42Giwg4iwWGi4eJh4eIiImGi4YIi/tKBbD3JhWLkIyPj4+OjpCNkIuQi4+Jj4iOh42Hi4aLhomHiIeHh4eKhouGi4aMiI+Hj4qPi5AI7/snFYv3SwWLkI2Qj46Oj4+NkIuSi5qPo5OZkJePk46TjZeOmo6ajpiMmIsIsIsFpIueg5d9ln6Qeol1koSRgo2Aj4CLgIeAlH+Pfot9i4WJhIiCloCQfIt7i3yFfoGACICAfoZ8iwg8iwWMiIyJi4mMiYyJjYmMiIyKi4mPhI2GjYeNh42GjYOMhIyEi4SLhouHi4iLiYuGioYIioWKhomHioeJh4iGh4eIh4aIh4iFiISJhImDioKLhouHjYiPh4+Ij4iRiJGJkIqPCIqPipGKkomTipGKj4qOiZCJkYiQiJCIjoWSgZZ+nIKXgZaBloGWhJGHi4aLh42HjwiIjomQi48IDviUFPiUFYsMCgAAAAADAgABkAAFAAABTAFmAAAARwFMAWYAAAD1ABkAhAAAAAAAAAAAAAAAAAAAAAEQAAAAAAAAAAAAAAAAAAAAAEAAAPFlAeD/4P/gAeAAIAAAAAEAAAAAAAAAAAAAACAAAAAAAAIAAAADAAAAFAADAAEAAAAUAAQAkAAAACAAIAAEAAAAAQAg5gXwBvAN8CPwLvBu8HDwivCX8JzxI/Fl//3//wAAAAAAIOYA8ATwDPAj8C7wbvBw8Ifwl/Cc8SPxZP/9//8AAf/jGgQQBhABD+wP4g+jD6IPjA+AD3wO9g62AAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAAJrVlLJfDzz1AAsCAAAAAADP/GODAAAAAM/8Y4MAAP/bAgAB2wAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAACAAABAAAAAAAAAAAAAAAAAAAAHAAAAAAAAAAAAAAAAAEAAAACAAAAAgAAAAIAAAACAAAAAgAAAAIAAAACAAAAAdwAAAHcAAACAAAjAZMAHwFJAAABbgAAAgAAAAIAAAACAAAAAgAAAAEAAAACAAAAAW4AAAHcAAAB3AABAdwAAAHcAAAAAFAAABwAAAAAAA4ArgABAAAAAAABAAwAAAABAAAAAAACAA4AQAABAAAAAAADAAwAIgABAAAAAAAEAAwATgABAAAAAAAFABYADAABAAAAAAAGAAYALgABAAAAAAAKADQAWgADAAEECQABAAwAAAADAAEECQACAA4AQAADAAEECQADAAwAIgADAAEECQAEAAwATgADAAEECQAFABYADAADAAEECQAGAAwANAADAAEECQAKADQAWgByAGEAdABpAG4AZwBWAGUAcgBzAGkAbwBuACAAMQAuADAAcgBhAHQAaQBuAGdyYXRpbmcAcgBhAHQAaQBuAGcAUgBlAGcAdQBsAGEAcgByAGEAdABpAG4AZwBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
  font-weight: normal;
  font-style: normal;
}

.ui.rating .icon {
  font-family: 'Rating';
  line-height: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: normal;
  font-style: normal;
  text-align: center;
}

/* Empty Star */

.ui.rating .icon:before {
  content: '\F005';
}

/* Active Star */

.ui.rating .active.icon:before {
  content: '\F005';
}

/*-------------------
        Star
--------------------*/

/* Unfilled Star */

.ui.star.rating .icon:before {
  content: '\F005';
}

/* Active Star */

.ui.star.rating .active.icon:before {
  content: '\F005';
}

/* Partial */

.ui.star.rating .partial.icon:before {
  content: '\F006';
}

.ui.star.rating .partial.icon {
  content: '\F005';
}

/*-------------------
        Heart
--------------------*/

/* Empty Heart
.ui.heart.rating .icon:before {
  content: '\f08a';
}
*/

.ui.heart.rating .icon:before {
  content: '\F004';
}

/* Active */

.ui.heart.rating .active.icon:before {
  content: '\F004';
}

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Search
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
             Search
*******************************/

.ui.search {
  position: relative;
}

.ui.search > .prompt {
  margin: 0em;
  outline: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-shadow: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1.21428571em;
  padding: 0.67857143em 1em;
  font-size: 1em;
  background: #FFFFFF;
  border: 1px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0em 0em 0em 0em transparent inset;
  -webkit-transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
  transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
}

.ui.search .prompt {
  border-radius: 500rem;
}

/*--------------
     Icon
---------------*/

.ui.search .prompt ~ .search.icon {
  cursor: pointer;
}

/*--------------
    Results
---------------*/

.ui.search > .results {
  display: none;
  position: absolute;
  top: 100%;
  left: 0%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  white-space: normal;
  background: #FFFFFF;
  margin-top: 0.5em;
  width: 18em;
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15);
  border: 1px solid #D4D4D5;
  z-index: 998;
}

.ui.search > .results > :first-child {
  border-radius: 0.28571429rem 0.28571429rem 0em 0em;
}

.ui.search > .results > :last-child {
  border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}

/*--------------
    Result
---------------*/

.ui.search > .results .result {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-size: 1em;
  padding: 0.85714286em 1.14285714em;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.33;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.search > .results .result:last-child {
  border-bottom: none !important;
}

/* Image */

.ui.search > .results .result .image {
  float: right;
  overflow: hidden;
  background: none;
  width: 5em;
  height: 3em;
  border-radius: 0.25em;
}

.ui.search > .results .result .image img {
  display: block;
  width: auto;
  height: 100%;
}

/*--------------
      Info
---------------*/

.ui.search > .results .result .image + .content {
  margin: 0em 6em 0em 0em;
}

.ui.search > .results .result .title {
  margin: -0.14285714em 0em 0em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.85);
}

.ui.search > .results .result .description {
  margin-top: 0;
  font-size: 0.92857143em;
  color: rgba(0, 0, 0, 0.4);
}

.ui.search > .results .result .price {
  float: right;
  color: #21BA45;
}

/*--------------
    Message
---------------*/

.ui.search > .results > .message {
  padding: 1em 1em;
}

.ui.search > .results > .message .header {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
}

.ui.search > .results > .message .description {
  margin-top: 0.25rem;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.87);
}

/* View All Results */

.ui.search > .results > .action {
  display: block;
  border-top: none;
  background: #F3F4F5;
  padding: 0.92857143em 1em;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  text-align: center;
}

/*******************************
            States
*******************************/

/*--------------------
       Focus
---------------------*/

.ui.search > .prompt:focus {
  border-color: rgba(34, 36, 38, 0.35);
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.95);
}

/*--------------------
       Loading
---------------------*/

.ui.loading.search .input > i.icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.loading.search .input > i.icon:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin: -0.64285714em 0em 0em -0.64285714em;
  width: 1.28571429em;
  height: 1.28571429em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/*--------------
      Hover
---------------*/

.ui.search > .results .result:hover,
.ui.category.search > .results .category .result:hover {
  background: #F9FAFB;
}

.ui.search .action:hover {
  background: #E0E0E0;
}

/*--------------
      Active
---------------*/

.ui.category.search > .results .category.active {
  background: #F3F4F5;
}

.ui.category.search > .results .category.active > .name {
  color: rgba(0, 0, 0, 0.87);
}

.ui.search > .results .result.active,
.ui.category.search > .results .category .result.active {
  position: relative;
  border-left-color: rgba(34, 36, 38, 0.1);
  background: #F3F4F5;
  box-shadow: none;
}

.ui.search > .results .result.active .title {
  color: rgba(0, 0, 0, 0.85);
}

.ui.search > .results .result.active .description {
  color: rgba(0, 0, 0, 0.85);
}

/*******************************
           Types
*******************************/

/*--------------
    Selection
---------------*/

.ui.search.selection .prompt {
  border-radius: 0.28571429rem;
}

/* Remove input */

.ui.search.selection > .icon.input > .remove.icon {
  pointer-events: none;
  position: absolute;
  left: auto;
  opacity: 0;
  color: '';
  top: 0em;
  right: 0em;
  -webkit-transition: color 0.1s ease, opacity 0.1s ease;
  transition: color 0.1s ease, opacity 0.1s ease;
}

.ui.search.selection > .icon.input > .active.remove.icon {
  cursor: pointer;
  opacity: 0.8;
  pointer-events: auto;
}

.ui.search.selection > .icon.input:not([class*="left icon"]) > .icon ~ .remove.icon {
  right: 1.85714em;
}

.ui.search.selection > .icon.input > .remove.icon:hover {
  opacity: 1;
  color: #DB2828;
}

/*--------------
    Category
---------------*/

.ui.category.search .results {
  width: 28em;
}

/* Category */

.ui.category.search > .results .category {
  background: #F3F4F5;
  box-shadow: none;
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  transition: background 0.1s ease, border-color 0.1s ease;
}

/* Last Category */

.ui.category.search > .results .category:last-child {
  border-bottom: none;
}

/* First / Last */

.ui.category.search > .results .category:first-child .name + .result {
  border-radius: 0em 0.28571429rem 0em 0em;
}

.ui.category.search > .results .category:last-child .result:last-child {
  border-radius: 0em 0em 0.28571429rem 0em;
}

/* Category Result */

.ui.category.search > .results .category .result {
  background: #FFFFFF;
  margin-left: 100px;
  border-left: 1px solid rgba(34, 36, 38, 0.15);
  border-bottom: 1px solid rgba(34, 36, 38, 0.1);
  -webkit-transition: background 0.1s ease, border-color 0.1s ease;
  transition: background 0.1s ease, border-color 0.1s ease;
  padding: 0.85714286em 1.14285714em;
}

.ui.category.search > .results .category:last-child .result:last-child {
  border-bottom: none;
}

/* Category Result Name */

.ui.category.search > .results .category > .name {
  width: 100px;
  background: transparent;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 1em;
  float: 1em;
  float: left;
  padding: 0.4em 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}

/*******************************
           Variations
*******************************/

/*-------------------
     Left / Right
--------------------*/

.ui[class*="left aligned"].search > .results {
  right: auto;
  left: 0%;
}

.ui[class*="right aligned"].search > .results {
  right: 0%;
  left: auto;
}

/*--------------
    Fluid
---------------*/

.ui.fluid.search .results {
  width: 100%;
}

/*--------------
      Sizes
---------------*/

.ui.mini.search {
  font-size: 0.78571429em;
}

.ui.small.search {
  font-size: 0.92857143em;
}

.ui.search {
  font-size: 1em;
}

.ui.large.search {
  font-size: 1.14285714em;
}

.ui.big.search {
  font-size: 1.28571429em;
}

.ui.huge.search {
  font-size: 1.42857143em;
}

.ui.massive.search {
  font-size: 1.71428571em;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Shape
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
              Shape
*******************************/

.ui.shape {
  position: relative;
  vertical-align: top;
  display: inline-block;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.ui.shape .sides {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ui.shape .side {
  opacity: 1;
  width: 100%;
  margin: 0em !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ui.shape .side {
  display: none;
}

.ui.shape .side * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/*******************************
             Types
*******************************/

.ui.cube.shape .side {
  min-width: 15em;
  height: 15em;
  padding: 2em;
  background-color: #E6E6E6;
  color: rgba(0, 0, 0, 0.87);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}

.ui.cube.shape .side > .content {
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.ui.cube.shape .side > .content > div {
  display: table-cell;
  vertical-align: middle;
  font-size: 2em;
}

/*******************************
          Variations
*******************************/

.ui.text.shape.animating .sides {
  position: static;
}

.ui.text.shape .side {
  white-space: nowrap;
}

.ui.text.shape .side > * {
  white-space: normal;
}

/*******************************
             States
*******************************/

/*--------------
    Loading
---------------*/

.ui.loading.shape {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

/*--------------
    Animating
---------------*/

.ui.shape .animating.side {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 100;
}

.ui.shape .hidden.side {
  opacity: 0.6;
}

/*--------------
      CSS
---------------*/

.ui.shape.animating .sides {
  position: absolute;
}

.ui.shape.animating .sides {
  -webkit-transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, left 0.6s ease-in-out, width 0.6s ease-in-out, height 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.ui.shape.animating .side {
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

/*--------------
     Active
---------------*/

.ui.shape .active.side {
  display: block;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Sidebar
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Sidebar
*******************************/

/* Sidebar Menu */

.ui.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: none;
  transition: none;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  -webkit-overflow-scrolling: touch;
  height: 100% !important;
  max-height: 100%;
  border-radius: 0em !important;
  margin: 0em !important;
  overflow-y: auto !important;
  z-index: 102;
}

/* GPU Layers for Child Elements */

.ui.sidebar > * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*--------------
   Direction
---------------*/

.ui.left.sidebar {
  right: auto;
  left: 0px;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.ui.right.sidebar {
  right: 0px !important;
  left: auto !important;
  -webkit-transform: translate3d(100%, 0%, 0);
  transform: translate3d(100%, 0%, 0);
}

.ui.top.sidebar,
.ui.bottom.sidebar {
  width: 100% !important;
  height: auto !important;
}

.ui.top.sidebar {
  top: 0px !important;
  bottom: auto !important;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.ui.bottom.sidebar {
  top: auto !important;
  bottom: 0px !important;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

/*--------------
     Pushable
---------------*/

.pushable {
  height: 100%;
  overflow-x: hidden;
  padding: 0em !important;
}

/* Whole Page */

body.pushable {
  background: #545454 !important;
}

/* Page Context */

.pushable:not(body) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushable:not(body) > .ui.sidebar,
.pushable:not(body) > .fixed,
.pushable:not(body) > .pusher:after {
  position: absolute;
}

/*--------------
     Fixed
---------------*/

.pushable > .fixed {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  will-change: transform;
  z-index: 101;
}

/*--------------
     Page
---------------*/

.pushable > .pusher {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  min-height: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

body.pushable > .pusher {
  background: #FFFFFF;
}

/* Pusher should inherit background from context */

.pushable > .pusher {
  background: inherit;
}

/*--------------
     Dimmer
---------------*/

.pushable > .pusher:after {
  position: fixed;
  top: 0px;
  right: 0px;
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  will-change: opacity;
  z-index: 1000;
}

/*--------------
    Coupling
---------------*/

.ui.sidebar.menu .item {
  border-radius: 0em !important;
}

/*******************************
            States
*******************************/

/*--------------
     Dimmed
---------------*/

.pushable > .pusher.dimmed:after {
  width: 100% !important;
  height: 100% !important;
  opacity: 1 !important;
}

/*--------------
    Animating
---------------*/

.ui.animating.sidebar {
  visibility: visible;
}

/*--------------
     Visible
---------------*/

.ui.visible.sidebar {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Shadow Direction */

.ui.left.visible.sidebar,
.ui.right.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
}

.ui.top.visible.sidebar,
.ui.bottom.visible.sidebar {
  box-shadow: 0px 0px 20px rgba(34, 36, 38, 0.15);
}

/* Visible On Load */

.ui.visible.left.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
}

.ui.visible.right.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-260px, 0, 0);
  transform: translate3d(-260px, 0, 0);
}

.ui.visible.top.sidebar ~ .fixed,
.ui.visible.top.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, 36px, 0);
  transform: translate3d(0, 36px, 0);
}

.ui.visible.bottom.sidebar ~ .fixed,
.ui.visible.bottom.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, -36px, 0);
  transform: translate3d(0, -36px, 0);
}

/* opposite sides visible forces content overlay */

.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .fixed,
.ui.visible.left.sidebar ~ .ui.visible.right.sidebar ~ .pusher,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .fixed,
.ui.visible.right.sidebar ~ .ui.visible.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------
       iOS
---------------*/

/*******************************
          Variations
*******************************/

/*--------------
     Width
---------------*/

/* Left / Right */

.ui.thin.left.sidebar,
.ui.thin.right.sidebar {
  width: 150px;
}

.ui[class*="very thin"].left.sidebar,
.ui[class*="very thin"].right.sidebar {
  width: 60px;
}

.ui.left.sidebar,
.ui.right.sidebar {
  width: 260px;
}

.ui.wide.left.sidebar,
.ui.wide.right.sidebar {
  width: 350px;
}

.ui[class*="very wide"].left.sidebar,
.ui[class*="very wide"].right.sidebar {
  width: 475px;
}

/* Left Visible */

.ui.visible.thin.left.sidebar ~ .fixed,
.ui.visible.thin.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
}

.ui.visible[class*="very thin"].left.sidebar ~ .fixed,
.ui.visible[class*="very thin"].left.sidebar ~ .pusher {
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
}

.ui.visible.wide.left.sidebar ~ .fixed,
.ui.visible.wide.left.sidebar ~ .pusher {
  -webkit-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0);
}

.ui.visible[class*="very wide"].left.sidebar ~ .fixed,
.ui.visible[class*="very wide"].left.sidebar ~ .pusher {
  -webkit-transform: translate3d(475px, 0, 0);
  transform: translate3d(475px, 0, 0);
}

/* Right Visible */

.ui.visible.thin.right.sidebar ~ .fixed,
.ui.visible.thin.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
}

.ui.visible[class*="very thin"].right.sidebar ~ .fixed,
.ui.visible[class*="very thin"].right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-60px, 0, 0);
  transform: translate3d(-60px, 0, 0);
}

.ui.visible.wide.right.sidebar ~ .fixed,
.ui.visible.wide.right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0);
}

.ui.visible[class*="very wide"].right.sidebar ~ .fixed,
.ui.visible[class*="very wide"].right.sidebar ~ .pusher {
  -webkit-transform: translate3d(-475px, 0, 0);
  transform: translate3d(-475px, 0, 0);
}

/*******************************
          Animations
*******************************/

/*--------------
    Overlay
---------------*/

/* Set-up */

.ui.overlay.sidebar {
  z-index: 102;
}

/* Initial */

.ui.left.overlay.sidebar {
  -webkit-transform: translate3d(-100%, 0%, 0);
  transform: translate3d(-100%, 0%, 0);
}

.ui.right.overlay.sidebar {
  -webkit-transform: translate3d(100%, 0%, 0);
  transform: translate3d(100%, 0%, 0);
}

.ui.top.overlay.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

.ui.bottom.overlay.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

/* Animation */

.animating.ui.overlay.sidebar,
.ui.visible.overlay.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* End - Sidebar */

.ui.visible.left.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

.ui.visible.right.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

.ui.visible.top.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

.ui.visible.bottom.overlay.sidebar {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

/* End - Pusher */

.ui.visible.overlay.sidebar ~ .fixed,
.ui.visible.overlay.sidebar ~ .pusher {
  -webkit-transform: none !important;
  transform: none !important;
}

/*--------------
      Push
---------------*/

/* Initial */

.ui.push.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 102;
}

/* Sidebar - Initial */

.ui.left.push.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.ui.right.push.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.ui.top.push.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

.ui.bottom.push.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

/* End */

.ui.visible.push.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/*--------------
    Uncover
---------------*/

/* Initial */

.ui.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

/* End */

.ui.visible.uncover.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/*--------------
   Slide Along
---------------*/

/* Initial */

.ui.slide.along.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */

.ui.left.slide.along.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.ui.right.slide.along.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.ui.top.slide.along.sidebar {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.ui.bottom.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
}

/* Animation */

.ui.animating.slide.along.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* End */

.ui.visible.slide.along.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/*--------------
   Slide Out
---------------*/

/* Initial */

.ui.slide.out.sidebar {
  z-index: 1;
}

/* Sidebar - Initial */

.ui.left.slide.out.sidebar {
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}

.ui.right.slide.out.sidebar {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.ui.top.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
}

.ui.bottom.slide.out.sidebar {
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
}

/* Animation */

.ui.animating.slide.out.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

/* End */

.ui.visible.slide.out.sidebar {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

/*--------------
   Scale Down
---------------*/

/* Initial */

.ui.scale.down.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 102;
}

/* Sidebar - Initial  */

.ui.left.scale.down.sidebar {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.ui.right.scale.down.sidebar {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.ui.top.scale.down.sidebar {
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}

.ui.bottom.scale.down.sidebar {
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}

/* Pusher - Initial */

.ui.scale.down.left.sidebar ~ .pusher {
  -webkit-transform-origin: 75% 50%;
  transform-origin: 75% 50%;
}

.ui.scale.down.right.sidebar ~ .pusher {
  -webkit-transform-origin: 25% 50%;
  transform-origin: 25% 50%;
}

.ui.scale.down.top.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 75%;
  transform-origin: 50% 75%;
}

.ui.scale.down.bottom.sidebar ~ .pusher {
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
}

/* Animation */

.ui.animating.scale.down > .visible.ui.sidebar {
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.ui.visible.scale.down.sidebar ~ .pusher,
.ui.animating.scale.down.sidebar ~ .pusher {
  display: block !important;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

/* End */

.ui.visible.scale.down.sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.ui.visible.scale.down.sidebar ~ .pusher {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Sticky
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
            Sticky
*******************************/

.ui.sticky {
  position: static;
  -webkit-transition: none;
  transition: none;
  z-index: 800;
}

/*******************************
            States
*******************************/

/* Bound */

.ui.sticky.bound {
  position: absolute;
  left: auto;
  right: auto;
}

/* Fixed */

.ui.sticky.fixed {
  position: fixed;
  left: auto;
  right: auto;
}

/* Bound/Fixed Position */

.ui.sticky.bound.top,
.ui.sticky.fixed.top {
  top: 0px;
  bottom: auto;
}

.ui.sticky.bound.bottom,
.ui.sticky.fixed.bottom {
  top: auto;
  bottom: 0px;
}

/*******************************
            Types
*******************************/

.ui.native.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/*******************************
         Theme Overrides
*******************************/

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Tab
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
           UI Tabs
*******************************/

.ui.tab {
  display: none;
}

/*******************************
             States
*******************************/

/*--------------------
       Active
---------------------*/

.ui.tab.active,
.ui.tab.open {
  display: block;
}

/*--------------------
       Loading
---------------------*/

.ui.tab.loading {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 250px;
}

.ui.tab.loading * {
  position: relative !important;
  left: -10000px !important;
}

.ui.tab.loading:before,
.ui.tab.loading.segment:before {
  position: absolute;
  content: '';
  top: 100px;
  left: 50%;
  margin: -1.25em 0em 0em -1.25em;
  width: 2.5em;
  height: 2.5em;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.1);
}

.ui.tab.loading:after,
.ui.tab.loading.segment:after {
  position: absolute;
  content: '';
  top: 100px;
  left: 50%;
  margin: -1.25em 0em 0em -1.25em;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation: button-spin 0.6s linear;
  animation: button-spin 0.6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #767676 transparent transparent;
  border-style: solid;
  border-width: 0.2em;
  box-shadow: 0px 0px 0px 1px transparent;
}

/*******************************
         Tab Overrides
*******************************/

/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.12 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */

/*******************************
          Transitions
*******************************/

.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*******************************
            States
*******************************/

/* Animating */

.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important;
}

/* Loading */

.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

/* Hidden */

.hidden.transition {
  display: none;
  visibility: hidden;
}

/* Visible */

.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/
}

/* Disabled */

.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/*******************************
          Variations
*******************************/

.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*******************************
          Transitions
*******************************/

/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/

/*--------------
     Browse
---------------*/

.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn;
}

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft;
}

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight;
}

/* In */

@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }

  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }

  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
  }

  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7;
  }

  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999;
  }

  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999;
  }
}

/* Out */

@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }

  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }

  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }

  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg);
  }

  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
  }

  80% {
    opacity: 1;
  }

  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0;
  }
}

/*--------------
     Drop
---------------*/

.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
}

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn;
}

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut;
}

/* Drop */

@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

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

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

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

/*--------------
      Fade
---------------*/

.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/* In */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

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

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/* Out */

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%);
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%);
  }
}

/*--------------
     Flips
---------------*/

.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn;
}

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut;
}

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn;
}

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut;
}

/* In */

@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }
}

/* Out */

@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
  }
}

/*--------------
      Scale
---------------*/

.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

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

/* Out */

@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/*--------------
      Fly
---------------*/

/* Inward */

.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn;
}

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

/* Outward */

.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut;
}

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp;
}

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown;
}

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft;
}

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight;
}

/* In */

@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

/* Out */

@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/*--------------
     Slide
---------------*/

.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */

@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* Out */

@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}

/*--------------
     Swing
---------------*/

.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

/* In */

@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }
}

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }
}

/* Out */

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
  }

  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg);
  }

  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg);
  }

  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
}

/*******************************
       Static Animations
*******************************/

/*--------------
    Emphasis
---------------*/

.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash;
}

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake;
}

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada;
}

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle;
}

/* Flash */

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

/* Shake */

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

/* Bounce */

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/* Tada */

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

/* Pulse */

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

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }

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

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

  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
  }

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

/* Rubberband */

@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*******************************
         Site Overrides
*******************************/body {
  font-family: 'proxima-nova', sans-serif !important;
  background-color: #fcfcfc;
  line-height: 18px;
  font-size: 13px;
  color: #414141;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */ }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0; }

input {
  line-height: inherit; }

input:focus {
  border-color: #4F86C6 !important; }

[data-color=white].colored-border {
  border-color: #fff; }

[data-color=white].colored-background {
  background-color: #fff; }

[data-color=gray].colored-border {
  border-color: #F4F5F7; }

[data-color=gray].colored-background {
  background-color: #F4F5F7; }

[data-color=blue].colored-border {
  border-color: #0096FF; }

[data-color=blue].colored-background {
  background-color: #0096FF; }

[data-color=red].colored-border {
  border-color: #E53A40; }

[data-color=red].colored-background {
  background-color: #E53A40; }

.m-l-r-10 {
  margin-left: 10px;
  margin-right: 10px; }

.m-l-r-20 {
  margin-left: 20px;
  margin-right: 20px; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-10 {
  margin-top: 10px !important; }

[draggable=true] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element; }

a:hover {
  color: inherit; }

.white-text {
  color: #fff;
  fill: #fff; }

.big {
  font-size: .9rem; }

.stronger {
  font-weight: 600; }

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.items-end {
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.pd-l-r {
  padding-left: 1rem;
  padding-right: 1rem; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.flex-none {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.absolute {
  position: absolute; }

.align-right {
  margin-left: auto !important; }

.baycontainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.overflow-hidden {
  overflow: hidden; }

.ui.segment {
  border: 0;
  border-radius: 0; }

.ui.basic.segment {
  padding: 0 !important; }

.ui.fluid.input > input {
  border-radius: 5px;
  width: 0px !important; }

.hidden {
  opacity: 0; }

body ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #eaeaea !important; }

body ::-webkit-scrollbar-track {
  background-color: #eaeaea !important;
  border-radius: 0px; }

body ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.28);
  box-shadow: inset 0 0 0 1px transparent; }

body ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4); }

.relative {
  position: relative; }

ul.contex-menu {
  min-width: 224px;
  max-width: 350px;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  border: 1px solid #ddd; }
  ul.contex-menu li {
    padding: 6px 10px;
    cursor: pointer; }
    ul.contex-menu li span {
      position: relative;
      top: -2px;
      color: #212121;
      letter-spacing: .4px;
      font-size: 13px;
      font-weight: 500; }
    ul.contex-menu li svg {
      position: relative;
      top: 2px;
      margin-right: 10px; }
    ul.contex-menu li:hover {
      background: #e7e7e7; }
  ul.contex-menu .active {
    background: #f8f8f8; }
  ul.contex-menu .disable {
    pointer-events: none;
    opacity: 0.5; }
  ul.contex-menu .disablelist {
    opacity: 0.5; }

.full-height {
  height: 100vh;
  min-height: 700px; }

.full-width {
  width: 100%; }

.btn-blue {
  background-color: #0096FF !important;
  color: #fff !important; }

.icon-button svg {
  position: relative;
  top: 2px;
  margin-right: 6px; }

.icon-button i {
  color: #fff; }

.sidebar-bx .sidebar-title h3 {
  padding-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  color: #909090;
  font-size: 13px;
  margin-bottom: 16px; }

.sidebar-bx ul.sidebar-items {
  padding: 0;
  list-style: none; }
  .sidebar-bx ul.sidebar-items li {
    height: 28px;
    display: block;
    cursor: pointer; }
    .sidebar-bx ul.sidebar-items li a {
      padding-bottom: 3px;
      font-size: 14px;
      color: #414141;
      font-weight: 500; }
      .sidebar-bx ul.sidebar-items li a:hover {
        color: #0096FF; }
  .sidebar-bx ul.sidebar-items li.active a {
    border-bottom: 2px solid #414141; }

.sidebar-bx .limit-box {
  background-color: #fff6f6;
  padding: 14px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  margin-top: 16px; }
  .sidebar-bx .limit-box i {
    color: #912d2b;
    float: right;
    margin-right: -6px;
    cursor: pointer; }
  .sidebar-bx .limit-box p.header {
    color: #912d2b;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px; }
  .sidebar-bx .limit-box p.sub-header {
    font-size: 12px;
    line-height: 19px;
    margin: 16px 0; }
  .sidebar-bx .limit-box .sub-items {
    margin: 4px 0; }
    .sidebar-bx .limit-box .sub-items p {
      font-size: 12px;
      line-height: 19px;
      padding: 4px 0; }

.Toastify__toast-container {
  width: 100%;
  min-width: fit-content;
  max-width: fit-content; }

.custom-notification {
  box-shadow: none; }
  .custom-notification .Toastify__toast {
    height: 100%;
    min-height: 42px;
    max-height: 42px;
    padding: 12px 18px;
    align-items: center; }
  .custom-notification .Toastify__toast--info {
    background: #31353e;
    border-radius: 4px;
    border: 1px solid #31353e; }
    .custom-notification .Toastify__toast--info .Toastify__toast-body {
      color: #f6f6f6 !important; }
  .custom-notification .Toastify__toast--success {
    background: #379392;
    border-radius: 4px;
    border: 1px solid #379392; }
    .custom-notification .Toastify__toast--success .Toastify__toast-body {
      color: #f6f6f6 !important; }
  .custom-notification .Toastify__toast--error {
    background: #E53A40;
    border-radius: 4px;
    border: 1px solid #E53A40;
    color: #fff; }
    .custom-notification .Toastify__toast--error .Toastify__toast-body {
      color: #f6f6f6 !important; }
  .custom-notification .Toastify__toast-body {
    margin: 0px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.87);
    font-weight: 400; }

.wc-delete-sure {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: 250px;
  border-radius: 4px;
  font-size: 13px; }
  .wc-delete-sure .content {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px; }
    .wc-delete-sure .content p {
      margin: 12px 0px !important; }

.wc-delete-sure-right {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  width: 250px;
  top: 40px;
  right: 40px;
  border-radius: 4px;
  font-size: 13px;
  color: #1f1f1f; }
  .wc-delete-sure-right .content {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px; }
    .wc-delete-sure-right .content p {
      margin: 12px 0px !important; }

.wc-delete-sure-grid {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  top: 120px;
  left: -20px;
  border-radius: 4px;
  font-size: 13px; }
  .wc-delete-sure-grid .content {
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px; }
    .wc-delete-sure-grid .content p {
      margin: 12px 0px !important; }

.muted-text {
  color: #909090 !important;
  font-size: 13px; }

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

.rodal-dialog {
  max-height: 100% !important;
  overflow-y: auto !important; }

.Select-input input {
  border: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.error-message {
  color: #E53A40 !important;
  font-size: 11px !important;
  padding: 6px 4px !important; }

.tooltip {
  position: relative;
  display: inline-block; }

.tooltip .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 4px 8px;
  position: absolute;
  z-index: 14;
  left: 5px;
  padding-left: 7px;
  padding-right: 7px;
  bottom: -34px; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.tooltip .plantooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #303b47;
  color: white;
  text-align: left;
  border-radius: 3px;
  font-size: 14px;
  padding: 14px;
  position: absolute;
  z-index: 6;
  margin-left: 8px; }

.tooltip:hover .plantooltiptext {
  visibility: visible;
  transition-delay: .9s; }

.tooltip .tooltiptexthome {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 6px 8px;
  position: absolute;
  z-index: 6;
  left: 28px;
  padding-left: 7px;
  padding-right: 7px;
  bottom: 9%; }

.tooltip:hover .tooltiptexthome {
  visibility: visible; }

.tooltip .tooltiptextheader {
  visibility: hidden;
  width: fit-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: -4px;
  padding: 4px 8px;
  position: absolute;
  z-index: 8;
  left: 5px;
  padding-left: 7px;
  padding-right: 7px;
  top: 115%; }

.tooltip:hover .tooltiptextheader {
  visibility: visible; }

.tooltip:hover .tooltipRefreshText {
  visibility: visible;
  width: 150px; }

.tooltip .tooltiptextlogin {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 4px 8px;
  position: absolute;
  z-index: 8;
  right: 42%;
  padding-left: 7px;
  padding-right: 7px;
  top: 115%; }

.tooltip:hover .tooltiptextlogin {
  visibility: visible; }

.model-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.model {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  width: 300px;
  height: auto;
  z-index: 100;
  cursor: default; }
  .model h3 {
    padding: 10px 0; }
  .model .modalApiError-msg {
    font-size: 17px;
    color: #1d1f25; }
  .model .field-box {
    padding: 10px 2px; }
  .model .buttons {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    .model .buttons span {
      margin-left: 8px; }
    .model .buttons .action_button {
      background-color: #166ee1;
      border: none;
      border-radius: 6px;
      outline: none;
      color: #fff;
      font-weight: 500;
      margin-right: 8px;
      cursor: pointer;
      height: 32px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
      padding: 0 12px !important; }
  .model input[type=checkbox] {
    margin-right: 0.2em;
    vertical-align: middle;
    transition: .2s; }
  .model select {
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 4px !important;
    margin: 2px 0 !important;
    outline: none !important;
    border: 2px solid #2185d0 !important;
    border-radius: 4px;
    font-size: 14px; }
    .model select :focus {
      border: 2px solid #2185d0 !important; }

@media all {
  #PrintGrid {
    display: none; } }

@media print {
  .pos {
    position: relative;
    z-index: 0;
    left: 0px;
    top: 0px; }
  .pagebreak {
    clear: both;
    page-break-before: auto; }
  @page {
    margin: 50px; }
  #PrintGrid {
    display: block; }
  table {
    page-break-inside: avoid;
    page-break-after: always;
    border-spacing: 0px !important; }
  thead {
    margin-top: 30px !important; }
  tbody {
    display: table-row-group;
    border: none !important;
    margin-bottom: -15px !important; }
  tbody::after {
    content: '';
    display: block;
    page-break-after: always;
    page-break-inside: avoid;
    page-break-before: avoid; }
  th {
    font-weight: 600; }
  td {
    height: inherit;
    page-break-before: auto;
    page-break-inside: avoid; }
  tr {
    page-break-before: auto;
    page-break-inside: avoid; }
  th, td {
    border: solid #000 !important;
    border-width: 0.05px !important;
    padding: 0 6px;
    margin-top: -2px; }
  .footer > div {
    position: fixed;
    bottom: 0; }
  p {
    height: inherit;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #000000; }
  span {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: inherit;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    padding-top: 2px;
    white-space: normal;
    word-wrap: break-word;
    z-index: 1;
    color: #000000; }
  .summary-cell-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end; }
    .summary-cell-info .info-lable {
      margin-left: 2px;
      font-size: 11px;
      opacity: 0.8;
      text-transform: uppercase; }
    .summary-cell-info .info-lable-none {
      margin-left: 2px;
      font-size: 11px;
      opacity: 0.8;
      visibility: hidden; }
    .summary-cell-info .info-result {
      padding-left: 4px;
      font-size: 12px;
      font-weight: 600;
      margin-right: 2px; } }

.circle-picker span div {
  border-radius: 5px !important; }

.font-slub {
  font-family: 'proxima-nova', sans-serif !important; }

.toast-undo button {
  color: #008dd2;
  margin-left: auto;
  text-align: right;
  background: none;
  border: none;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer; }

.refresh-toast button {
  color: white;
  margin-left: auto;
  text-align: right;
  background: none;
  border: none;
  margin-left: 10px;
  text-decoration: underline;
  cursor: pointer; }

.css-1gtu0rj-indicatorContainer {
  color: #666666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px !important;
  -webkit-transition: color 150ms;
  transition: color 150ms;
  box-sizing: border-box; }

.css-1h785rw {
  padding: 1px !important; }

.css-b8ldur-Input {
  display: contents !important;
  caret-color: transparent !important; }

.css-1itjr4n-multiValue {
  height: 19px !important;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 5px !important; }

.css-13wzbve-singleValue {
  display: contents !important; }

.css-1h785rw {
  padding-left: 0px !important; }

.blueBtn {
  background-color: #4780f9 !important; }

.ui.selection.dropdown:hover {
  border: 1px solid #008DD2; }

.ql-container {
  background: white !important; }

.configContainer {
  display: flex;
  flex-direction: column; }

.configselectFieldToggle {
  display: flex;
  flex-direction: row;
  align-items: center; }

.selectButtonsMainDiv {
  display: flex;
  flex-direction: row;
  font-size: 0.6em; }
  .selectButtonsMainDiv div {
    cursor: pointer; }

.primary-btn {
  font-size: 18px;
  background-color: #287FF9 !important; }

[contenteditable] {
  -webkit-user-select: text;
  user-select: text; }

.ui.primary.button:focus {
  border: 2px solid black; }

.ql-tooltip {
  left: 0 !important; }

.popup-desc.ui.bottom.right.popup, .popup-desc.ui.bottom.left.popup {
  background: gray;
  color: white; }
  .popup-desc.ui.bottom.right.popup::before, .popup-desc.ui.bottom.left.popup::before {
    background: gray !important; }

.custom-notification .Toastify__toast--success {
  background-color: #439134; }

.gist-inner-launcher, .gist-container {
  display: none; }

#gist-app {
  display: none !important; }
  #gist-app .gist-container {
    display: none !important; }

.gleap-frame-container--no-button {
  bottom: 81px !important; }
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    box-sizing: content-box;
    position: absolute;
    border: 8px solid transparent;
    height: 0;
    width: 1px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    content: "";
    z-index: -1;
    border-width: 8px;
    left: -8px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    border-top: none;
    border-bottom-color: #f0f0f0; }
  .react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
    top: -1px;
    border-bottom-color: #aeaeae; }

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    border-bottom: none;
    border-top-color: #fff; }
  .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before, .react-datepicker__year-read-view--down-arrow::before,
  .react-datepicker__month-read-view--down-arrow::before,
  .react-datepicker__month-year-read-view--down-arrow::before {
    bottom: -1px;
    border-top-color: #aeaeae; }

.react-datepicker-wrapper {
  display: inline-block; }

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative; }

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px; }

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0; }

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem; }

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem; }

.react-datepicker__triangle {
  position: absolute;
  left: 50px; }

.react-datepicker-popper {
  z-index: 1; }
  .react-datepicker-popper[data-placement^="bottom"] {
    margin-top: 10px; }
  .react-datepicker-popper[data-placement^="top"] {
    margin-bottom: 10px; }
  .react-datepicker-popper[data-placement^="right"] {
    margin-left: 8px; }
    .react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
      left: auto;
      right: 42px; }
  .react-datepicker-popper[data-placement^="left"] {
    margin-right: 8px; }
    .react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
      left: 42px;
      right: auto; }

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative; }
  .react-datepicker__header--time {
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px; }

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px; }

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem; }

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  width: 0;
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1; }
  .react-datepicker__navigation--previous {
    left: 10px;
    border-right-color: #ccc; }
    .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__navigation--previous--disabled, .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--next {
    right: 10px;
    border-left-color: #ccc; }
    .react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
      right: 80px; }
    .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__navigation--next--disabled, .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__navigation--years {
    position: relative;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .react-datepicker__navigation--years-previous {
      top: 4px;
      border-top-color: #ccc; }
      .react-datepicker__navigation--years-previous:hover {
        border-top-color: #b3b3b3; }
    .react-datepicker__navigation--years-upcoming {
      top: -4px;
      border-bottom-color: #ccc; }
      .react-datepicker__navigation--years-upcoming:hover {
        border-bottom-color: #b3b3b3; }

.react-datepicker__month-container {
  float: left; }

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center; }

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px; }
  .react-datepicker__time-container--with-today-button {
    display: inline;
    border: 1px solid #aeaeae;
    border-radius: 0.3rem;
    position: absolute;
    right: -72px;
    top: 0; }
  .react-datepicker__time-container .react-datepicker__time {
    position: relative;
    background: white; }
    .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
      width: 70px;
      overflow-x: hidden;
      margin: 0 auto;
      text-align: center; }
      .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
        list-style: none;
        margin: 0;
        height: calc(195px + (1.7rem / 2));
        overflow-y: scroll;
        padding-right: 30px;
        width: 100%;
        box-sizing: content-box; }
        .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
          padding: 5px 10px; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
            cursor: pointer;
            background-color: #f0f0f0; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
            background-color: #216ba5;
            color: white;
            font-weight: bold; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
              background-color: #216ba5; }
          .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
            color: #ccc; }
            .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
              cursor: default;
              background-color: transparent; }

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }
  .react-datepicker__week-number.react-datepicker__week-number--clickable {
    cursor: pointer; }
    .react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
      border-radius: 0.3rem;
      background-color: #f0f0f0; }

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap; }

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem; }

.react-datepicker__day {
  cursor: pointer; }
  .react-datepicker__day:hover {
    border-radius: 0.3rem;
    background-color: #f0f0f0; }
  .react-datepicker__day--today {
    font-weight: bold; }
  .react-datepicker__day--highlighted {
    border-radius: 0.3rem;
    background-color: #3dcc4a;
    color: #fff; }
    .react-datepicker__day--highlighted:hover {
      background-color: #32be3f; }
    .react-datepicker__day--highlighted-custom-1 {
      color: magenta; }
    .react-datepicker__day--highlighted-custom-2 {
      color: green; }
  .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range {
    border-radius: 0.3rem;
    background-color: #216ba5;
    color: #fff; }
    .react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--keyboard-selected {
    border-radius: 0.3rem;
    background-color: #2a87d0;
    color: #fff; }
    .react-datepicker__day--keyboard-selected:hover {
      background-color: #1d5d90; }
  .react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
    background-color: rgba(33, 107, 165, 0.5); }
  .react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
    background-color: #f0f0f0;
    color: #000; }
  .react-datepicker__day--disabled {
    cursor: default;
    color: #ccc; }
    .react-datepicker__day--disabled:hover {
      background-color: transparent; }

.react-datepicker__input-container {
  position: relative;
  display: inline-block; }

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .react-datepicker__year-read-view:hover,
  .react-datepicker__month-read-view:hover,
  .react-datepicker__month-year-read-view:hover {
    cursor: pointer; }
    .react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
    .react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-read-view--down-arrow,
  .react-datepicker__month-read-view--down-arrow,
  .react-datepicker__month-year-read-view--down-arrow {
    border-top-color: #ccc;
    float: right;
    margin-left: 20px;
    top: 8px;
    position: relative;
    border-width: 0.45rem; }

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae; }
  .react-datepicker__year-dropdown:hover,
  .react-datepicker__month-dropdown:hover,
  .react-datepicker__month-year-dropdown:hover {
    cursor: pointer; }
  .react-datepicker__year-dropdown--scrollable,
  .react-datepicker__month-dropdown--scrollable,
  .react-datepicker__month-year-dropdown--scrollable {
    height: 150px;
    overflow-y: scroll; }

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .react-datepicker__year-option:first-of-type,
  .react-datepicker__month-option:first-of-type,
  .react-datepicker__month-year-option:first-of-type {
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem; }
  .react-datepicker__year-option:last-of-type,
  .react-datepicker__month-option:last-of-type,
  .react-datepicker__month-year-option:last-of-type {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom-left-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem; }
  .react-datepicker__year-option:hover,
  .react-datepicker__month-option:hover,
  .react-datepicker__month-year-option:hover {
    background-color: #ccc; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
      border-bottom-color: #b3b3b3; }
    .react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
    .react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
      border-top-color: #b3b3b3; }
  .react-datepicker__year-option--selected,
  .react-datepicker__month-option--selected,
  .react-datepicker__month-year-option--selected {
    position: absolute;
    left: 15px; }

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 0;
  outline: 0;
  padding: 0;
  vertical-align: middle; }
  .react-datepicker__close-icon::after {
    background-color: #216ba5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    content: "\D7";
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 1;
    margin: -8px auto 0;
    padding: 2px;
    position: absolute;
    right: 7px;
    text-align: center;
    top: 50%; }

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left; }

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647; }
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 3rem;
    line-height: 3rem; }
  @media (max-width: 400px), (max-height: 550px) {
    .react-datepicker__portal .react-datepicker__day-name,
    .react-datepicker__portal .react-datepicker__day,
    .react-datepicker__portal .react-datepicker__time-name {
      width: 2rem;
      line-height: 2rem; } }
  .react-datepicker__portal .react-datepicker__current-month,
  .react-datepicker__portal .react-datepicker-time__header {
    font-size: 1.44rem; }
  .react-datepicker__portal .react-datepicker__navigation {
    border: 0.81rem solid transparent; }
  .react-datepicker__portal .react-datepicker__navigation--previous {
    border-right-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--previous:hover {
      border-right-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--previous--disabled, .react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
      border-right-color: #e6e6e6;
      cursor: default; }
  .react-datepicker__portal .react-datepicker__navigation--next {
    border-left-color: #ccc; }
    .react-datepicker__portal .react-datepicker__navigation--next:hover {
      border-left-color: #b3b3b3; }
    .react-datepicker__portal .react-datepicker__navigation--next--disabled, .react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
      border-left-color: #e6e6e6;
      cursor: default; }
.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{width:100%}to{width:0}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:0;height:5px;z-index:9999;opacity:.7;animation:Toastify__trackProgress linear 1;background-color:hsla(0,0%,100%,.7)}.Toastify__progress-bar--rtl{right:0;left:auto}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,110%,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-110%,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}.rc-time-picker {
  display: inline-block;
  box-sizing: border-box;
}
.rc-time-picker * {
  box-sizing: border-box;
}
.rc-time-picker-input {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 4px 7px;
  height: 28px;
  cursor: text;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: border 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.rc-time-picker-input[disabled] {
  color: #ccc;
  background: #f7f7f7;
  cursor: not-allowed;
}
.rc-time-picker-panel {
  z-index: 1070;
  width: 170px;
  position: absolute;
  box-sizing: border-box;
}
.rc-time-picker-panel * {
  box-sizing: border-box;
}
.rc-time-picker-panel-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 5px #ccc;
  background-clip: padding-box;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rc-time-picker-panel-narrow {
  max-width: 113px;
}
.rc-time-picker-panel-input {
  margin: 0;
  padding: 0;
  width: 100%;
  cursor: auto;
  line-height: 1.5;
  outline: 0;
  border: 1px solid transparent;
}
.rc-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 6px;
  border-bottom: 1px solid #e9e9e9;
}
.rc-time-picker-panel-input-invalid {
  border-color: red;
}
.rc-time-picker-panel-clear-btn {
  position: absolute;
  right: 6px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 6px;
  margin: 0;
}
.rc-time-picker-panel-clear-btn:after {
  content: "x";
  font-size: 12px;
  color: #aaa;
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
}
.rc-time-picker-panel-clear-btn:hover:after {
  color: #666;
}
.rc-time-picker-panel-select {
  float: left;
  font-size: 12px;
  border: 1px solid #e9e9e9;
  border-width: 0 1px;
  margin-left: -1px;
  box-sizing: border-box;
  width: 56px;
  max-height: 144px;
  overflow-y: auto;
  position: relative;
}
.rc-time-picker-panel-select-active {
  overflow-y: auto;
}
.rc-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.rc-time-picker-panel-select:last-child {
  border-right: 0;
}
.rc-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
}
.rc-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 16px;
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.rc-time-picker-panel-select li:hover {
  background: #edfaff;
}
li.rc-time-picker-panel-select-option-selected {
  background: #f7f7f7;
  font-weight: bold;
}
li.rc-time-picker-panel-select-option-disabled {
  color: #ccc;
}
li.rc-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;-moz-transition:all .25s ease-in;-ms-transition:all .25s ease-in;-o-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:hover{opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel{position:relative;width:100%}.carousel *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.carousel button{outline:0;border:0;background:0 0}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-ms-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{-webkit-transition:border .15s ease-in;-moz-transition:border .15s ease-in;-ms-transition:border .15s ease-in;-o-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333;padding:2px}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-moz-flex;display:-webkit-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{-webkit-flex-direction:column;flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;-moz-transition:opacity .35s ease-in-out;-ms-transition:opacity .35s ease-in-out;-o-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;-moz-transition:opacity .25s ease-in;-ms-transition:opacity .25s ease-in;-o-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}
button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled].rbc-btn {
  cursor: not-allowed;
}
button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.rbc-calendar {
  box-sizing: border-box;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  box-sizing: inherit;
}
.rbc-abs-full,
.rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.rbc-ellipsis,
.rbc-event-label,
.rbc-row-segment .rbc-event-content,
.rbc-show-more {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rbc-rtl {
  direction: rtl;
}
.rbc-off-range {
  color: #999999;
}
.rbc-off-range-bg {
  background: #e5e5e5;
}
.rbc-header {
  overflow: hidden;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #DDD;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-header > a,
.rbc-header > a:active,
.rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}
.rbc-today {
  background-color: #eaf6ff;
}
.rbc-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: .375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active,
.rbc-toolbar button.rbc-active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover,
.rbc-toolbar button.rbc-active:hover,
.rbc-toolbar button:active:focus,
.rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group,
.rbc-btn-group + button {
  margin-left: 10px;
}
.rbc-event {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected {
  background-color: #265985;
}
.rbc-event:focus {
  outline: 5px auto #3b99fc;
}
.rbc-event-label {
  font-size: 80%;
}
.rbc-event-overlaps {
  box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}
.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}
.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  white-space: nowrap;
}
.rbc-month-view {
  position: relative;
  border: 1px solid #DDD;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}
.rbc-month-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-month-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #DDD;
}
.rbc-date-cell {
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a,
.rbc-date-cell > a:active,
.rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}
.rbc-row-bg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
}
.rbc-day-bg {
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}
.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}
.rbc-agenda-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #DDD;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #DDD;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #DDD;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}
.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: ' \BB';
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: '\AB   ';
}
.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}
.rbc-agenda-event-cell {
  width: 100%;
}
.rbc-time-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rbc-timeslot-group {
  border-bottom: 1px solid #DDD;
  min-height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}
.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-label {
  padding: 0 5px;
}
.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-is-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event {
  border: 1px solid #265985;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-event-label {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}
.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #DDD;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-flex-basis: 0px;
      -ms-flex-preferred-size: 0px;
          flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -webkit-flex-basis: 0 px;
      -ms-flex-preferred-size: 0 px;
          flex-basis: 0 px;
}
.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}
.rbc-time-slot {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}
.rbc-day-header {
  text-align: center;
}
.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}
.rbc-slot-selecting {
  cursor: move;
}
.rbc-time-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #DDD;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
}
.rbc-time-view .rbc-allday-cell {
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #DDD;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  box-sizing: border-box;
  min-height: 20px;
}
.rbc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #DDD;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #DDD;
}
.rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-header-content {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 0%;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #DDD;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #DDD;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #DDD;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}
.rbc-addons-dnd .rbc-addons-dnd-row-body {
  position: relative;
}
.rbc-addons-dnd .rbc-addons-dnd-drag-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-over {
  background-color: rgba(0, 0, 0, 0.3);
}
.rbc-addons-dnd .rbc-event {
  transition: opacity 150ms;
}
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ns-icon,
.rbc-addons-dnd .rbc-event:hover .rbc-addons-dnd-resize-ew-icon {
  display: block;
}
.rbc-addons-dnd .rbc-addons-dnd-dragged-event {
  opacity: 0;
}
.rbc-addons-dnd.rbc-addons-dnd-is-dragging .rbc-event:not(.rbc-addons-dnd-dragged-event):not(.rbc-addons-dnd-drag-preview) {
  opacity: .50;
}
.rbc-addons-dnd .rbc-addons-dnd-resizable {
  position: relative;
  width: 100%;
  height: 100%;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor {
  width: 100%;
  text-align: center;
  position: absolute;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:first-child {
  top: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor:last-child {
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ns-anchor .rbc-addons-dnd-resize-ns-icon {
  display: none;
  border-top: 3px double;
  margin: 0 auto;
  width: 10px;
  cursor: ns-resize;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
  position: absolute;
  top: 4px;
  bottom: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:first-child {
  left: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor:last-child {
  right: 0;
}
.rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor .rbc-addons-dnd-resize-ew-icon {
  display: none;
  border-left: 3px double;
  margin-top: auto;
  margin-bottom: auto;
  height: 10px;
  cursor: ew-resize;
}
.Toastify__toast-container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }
  .Toastify__toast-container--top-left {
    top: 1em;
    left: 1em; }
  .Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--top-right {
    top: 1em;
    right: 1em; }
  .Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em; }
  .Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    margin-left: -160px; }
  .Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
    .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
      top: 0; }
    .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
      bottom: 0; }
    .Toastify__toast-container--rtl {
      right: 0;
      left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }
  .Toastify__toast--rtl {
    direction: rtl; }
  .Toastify__toast--default {
    background: #fff;
    color: #aaa; }
  .Toastify__toast--info {
    background: #3498db; }
  .Toastify__toast--success {
    background: #07bc0c; }
  .Toastify__toast--warning {
    background: #f1c40f; }
  .Toastify__toast--error {
    background: #e74c3c; }
  .Toastify__toast-body {
    margin: auto 0;
    -ms-flex: 1;
        flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start; }
  .Toastify__close-button--default {
    color: #000;
    opacity: 0.3; }
  .Toastify__close-button:hover, .Toastify__close-button:focus {
    opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    width: 100%; }
  100% {
    width: 0; } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  animation: Toastify__trackProgress linear 1;
  background-color: rgba(255, 255, 255, 0.7); }
  .Toastify__progress-bar--rtl {
    right: 0;
    left: initial; }
  .Toastify__progress-bar--default {
    background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 110%, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -110%, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }#SignUp {
  background-image: url("https://stackbybucketprod.s3.ap-southeast-1.amazonaws.com/page-6+(1).png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }
  #SignUp .container {
    min-height: 100%;
    min-height: -moz-available;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #SignUp .singup-content-frame {
    width: 490px;
    background-color: #f8f8f8;
    background-size: cover;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .5s ease;
    height: fit-content;
    text-align: center; }
    #SignUp .singup-content-frame .form-signin {
      width: 100%;
      font-size: 16px;
      font-weight: 300;
      padding: 20px 37px 0 37px;
      transition: opacity .5s ease, transform .5s ease;
      overflow: hidden; }
    #SignUp .singup-content-frame .form-signin-left {
      transform: translateX(-400px);
      opacity: .0; }
    #SignUp .singup-content-frame .form-signup {
      width: 430px;
      height: 375px;
      font-size: 16px;
      font-weight: 300;
      padding-left: 37px;
      padding-right: 37px;
      padding-top: 55px;
      position: relative;
      top: -375px;
      left: 400px;
      opacity: 0;
      transition: all .5s ease; }
    #SignUp .singup-content-frame .password {
      display: flex;
      width: 100%;
      height: 36px;
      border: 1px solid #c3c3c3;
      border-radius: 8px;
      margin-bottom: 20px;
      background: #fff; }
      #SignUp .singup-content-frame .password input {
        border: none;
        margin: 0;
        padding: 0;
        padding-left: 15px;
        height: auto; }
    #SignUp .singup-content-frame .pass-eye {
      display: grid; }
      #SignUp .singup-content-frame .pass-eye i {
        margin: auto 5px;
        cursor: pointer;
        margin-left: 91%;
        margin-top: -46px; }
    #SignUp .singup-content-frame .name {
      display: inline-flex; }
      #SignUp .singup-content-frame .name input {
        width: 48% !important; }
    #SignUp .singup-content-frame .name:first-child {
      margin-right: auto; }
    #SignUp .singup-content-frame .name:last-child {
      margin-left: auto; }
    #SignUp .singup-content-frame .fname {
      margin-right: 15px; }
    #SignUp .singup-content-frame .form-signup-left {
      transform: translateX(-399px);
      opacity: 1; }
    #SignUp .singup-content-frame .form-signup-down {
      top: 0px;
      opacity: 0; }
    #SignUp .singup-content-frame .form-signin input,
    #SignUp .singup-content-frame .form-signup input {
      color: #000;
      background: #fff;
      font-size: 15px; }
    #SignUp .singup-content-frame .form-input {
      width: 100%;
      height: 36px;
      padding-left: 15px;
      border: 1px solid #c3c3c3;
      border-radius: 8px;
      margin-bottom: 20px; }
      #SignUp .singup-content-frame .form-input.dropdown {
        padding-left: 11px; }
    #SignUp .singup-content-frame .form-input-checkbox {
      margin: 2px 4px;
      padding-bottom: 7px; }
    #SignUp .singup-content-frame label {
      font-weight: 600;
      text-transform: uppercase;
      font-size: 13px;
      padding-left: 15px;
      padding-bottom: 10px;
      color: #000;
      display: block; }
    #SignUp .singup-content-frame .form-control:focus {
      color: #495057;
      background-color: #fff;
      border-color: #fff;
      outline: 0;
      box-shadow: 0 0 0 0 #fff; }
    #SignUp .singup-content-frame :focus {
      outline: none; }
    #SignUp .singup-content-frame .msg {
      color: red;
      text-align: center;
      font-size: 14px;
      margin-bottom: 20px; }
    #SignUp .singup-content-frame .btn-signin {
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      text-align: center;
      color: white;
      width: 100%;
      height: 35px;
      border: none;
      border-radius: 8px;
      background-color: #1059ff !important;
      cursor: pointer;
      margin: 0px 0px 8px 0px; }
    #SignUp .singup-content-frame .btn-signin-disable {
      background-color: #ddd !important;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      text-align: center;
      color: white;
      width: 100%;
      height: 35px;
      border: none;
      border-radius: 8px;
      margin: 0px 0px 8px 0px; }
    #SignUp .singup-content-frame .forget {
      text-align: center;
      font-weight: 450;
      margin-bottom: 10px;
      line-height: 20px;
      margin-top: 10px; }
    #SignUp .singup-content-frame .sso-login-link {
      font-size: 13px;
      text-align: center;
      font-weight: 490;
      margin-bottom: 10px;
      line-height: 20px;
      margin-left: 65%;
      display: contents; }
    #SignUp .singup-content-frame .gdprframe {
      background-color: #f8f8f8;
      background-size: cover;
      margin-left: auto;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: all .5s ease; }
      #SignUp .singup-content-frame .gdprframe p {
        font-size: 14px;
        color: grey; }
      #SignUp .singup-content-frame .gdprframe div {
        font-size: 14px;
        color: #437d9a; }
    #SignUp .singup-content-frame .google-login {
      text-align: center;
      width: 100%;
      /* margin-left: auto; */
      margin: auto;
      display: block;
      border: 2px solid #ccc;
      padding: 7px;
      border-radius: 10px;
      margin-bottom: 10px;
      color: #928686;
      font-weight: bold;
      background: #fff; }
      #SignUp .singup-content-frame .google-login:hover {
        border-color: #333333;
        outline: none;
        cursor: pointer; }
    #SignUp .singup-content-frame .sso-login-frame {
      padding: 7px 37px 7px 37px;
      margin-top: -10px; }
      #SignUp .singup-content-frame .sso-login-frame .sso-login-link {
        text-align: center;
        width: 100%;
        margin: auto;
        display: block;
        border: 2px solid #ccc;
        padding: 7px;
        border-radius: 10px;
        margin-bottom: 10px;
        color: #928686;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        background: #fff; }
        #SignUp .singup-content-frame .sso-login-frame .sso-login-link:hover {
          border-color: #333333;
          outline: none;
          cursor: pointer; }
    #SignUp .singup-content-frame .signup-footer {
      margin-top: 35px;
      background: linear-gradient(89.91deg, #0158dc 3.87%, #9307fd 99.9%);
      color: white;
      padding: 14px 0;
      align-items: center;
      justify-content: center;
      display: flex; }
      #SignUp .singup-content-frame .signup-footer .signup-footer-content {
        font-size: 16px;
        line-height: 1.25;
        font-weight: normal; }
    @media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
      #SignUp .singup-content-frame .login-wrapper {
        overflow: hidden;
        text-overflow: ellipsis;
        flex-direction: row; }
      #SignUp .singup-content-frame .container {
        display: inline-grid;
        justify-content: center;
        align-items: center; } }
  #SignUp .nav {
    margin-top: 35px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease; }
    #SignUp .nav h1 {
      font-size: 20px;
      color: #656565; }
    #SignUp .nav .img-responsive {
      height: 80px !important;
      width: 250px !important;
      cursor: pointer; }
    #SignUp .nav .nav-span-text {
      margin-left: 10px;
      display: flex;
      justify-content: center;
      opacity: 0.6;
      margin-bottom: 17px;
      font-size: 14px; }
    #SignUp .nav .nav-header-text {
      font-size: 20px;
      font-weight: 500; }
  #SignUp .verifyEmail-wrapper {
    width: 720px;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box; }
    #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper {
      padding: 40px 40px 0; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmail-imgContent {
        display: flex;
        justify-content: center;
        padding: 20px 0; }
        #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmail-imgContent .verifyEmail-img {
          max-width: 100%; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmail-title {
        cursor: text;
        color: #017737;
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        text-align: center;
        display: block;
        margin: 0;
        padding: 0; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmail-content {
        padding: 10px 0 20px; }
        #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmail-content .verifyEmail-info {
          overflow-wrap: break-word;
          font-size: 18px;
          font-weight: 475;
          line-height: 30px;
          display: block;
          text-align: center;
          color: #414141;
          cursor: text; }
          #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmail-content .verifyEmail-info .verifyEmail-text {
            word-break: break-word;
            font-weight: 700;
            display: inline; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .otp-fieldset {
        border: 0;
        column-gap: 10px;
        display: grid;
        grid-template-columns: repeat(6, auto);
        grid-template-rows: 1fr auto;
        justify-content: center;
        margin-inline: 0;
        padding-block: 0;
        padding-inline: 0;
        padding: 0;
        height: 81px; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .otp-input {
        background-color: #fff;
        border: 1px solid #e4e6e9;
        border-radius: 4px;
        color: #192435;
        font-size: 22px;
        font-weight: bold;
        grid-row: 1 / 1;
        height: 56px;
        outline: none;
        text-align: center;
        width: 100%;
        padding: 1px 2px; }
        #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .otp-input:focus {
          border-color: #192435 !important; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmail-account-btn:disabled {
        background-color: #ccc;
        cursor: not-allowed; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .otp-error {
        border-color: #ff5550; }
        #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .otp-error:focus {
          border-color: #ff5550 !important; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .otp-input-error {
        color: #c7201b;
        grid-column: 1 / -1;
        grid-row: 2 / 2;
        justify-self: right;
        font-size: 16px;
        line-height: 20px; }
      #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmial-btnConatiner {
        gap: 40px;
        padding: 40px;
        display: flex;
        justify-content: center; }
        #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmial-btnConatiner .verifyEmail-account-btn {
          cursor: pointer;
          height: 36px;
          max-width: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border-radius: 6px;
          border: 0;
          background-color: #166ee1;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
          padding: 0 16px;
          margin: 0; }
          #SignUp .verifyEmail-wrapper .verifyEmail-bodyWrapper .verifyEmial-btnConatiner .verifyEmail-account-btn:hover {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper {
      background-color: #f7f7fe;
      padding: 20px 20px 40px; }
      #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-footer-content {
        text-align: center;
        font-size: 14px;
        line-height: 25px;
        display: block;
        color: #1d1f25;
        margin: 0;
        padding: 0;
        cursor: text; }
      #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-help-wrapper {
        padding: 10px 0 0; }
      #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-resendLink, #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-startOverLink, #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-helpLink {
        display: inline;
        cursor: pointer;
        font-size: inherit;
        line-height: 1.5;
        text-decoration: none;
        color: #166ee1; }
        #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-resendLink:hover, #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-startOverLink:hover, #SignUp .verifyEmail-wrapper .verifyEmail-footer-wrapper .verifyEmail-helpLink:hover {
          text-decoration: underline solid #166ee1; }
    #SignUp .verifyEmail-wrapper .errorBody-wrapper {
      display: flex;
      align-items: center;
      flex-flow: column nowrap;
      padding: 40px;
      text-align: center; }
      #SignUp .verifyEmail-wrapper .errorBody-wrapper .errorEmail-img {
        max-width: 100%;
        margin-bottom: 20px; }
      #SignUp .verifyEmail-wrapper .errorBody-wrapper .errorEmail-title {
        font-size: 36px;
        font-weight: bold;
        line-height: 43px;
        display: block;
        cursor: text;
        margin: 0;
        padding: 0;
        color: #192435; }
      #SignUp .verifyEmail-wrapper .errorBody-wrapper .errorEmail-info {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #192435;
        cursor: text; }
        #SignUp .verifyEmail-wrapper .errorBody-wrapper .errorEmail-info .customerLink {
          display: inline;
          cursor: pointer;
          font-size: inherit;
          line-height: 1.5;
          text-decoration: none;
          color: #166ee1; }
          #SignUp .verifyEmail-wrapper .errorBody-wrapper .errorEmail-info .customerLink:hover {
            text-decoration: underline solid #166ee1; }
      #SignUp .verifyEmail-wrapper .errorBody-wrapper .resendCode-btn {
        margin-top: 40px;
        cursor: pointer;
        height: 36px;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        border: 0;
        background-color: #166ee1;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
        padding: 0 16px; }
        #SignUp .verifyEmail-wrapper .errorBody-wrapper .resendCode-btn:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#captcha {
  display: flex;
  margin-bottom: 10px; }
#HeaderLanding {
  box-shadow: 0 1px 1px -1px #CCC;
  border-bottom-color: #d8d5d5;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: fixed;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 10000;
  top: 0px; }
  #HeaderLanding .use-case-item:hover li a {
    color: black;
    font-family: 'Roboto Slab', serif !important; }
  #HeaderLanding .menu-use-case {
    z-index: 100;
    position: absolute;
    background: #ffffff;
    padding: 10px;
    width: max-content;
    border-radius: 5px;
    min-width: 310px;
    top: 43px;
    box-shadow: 1px 1px 16px #ccc; }
    #HeaderLanding .menu-use-case ul {
      list-style: none;
      line-height: 35px; }
      #HeaderLanding .menu-use-case ul li a {
        color: #484848 !important;
        font-family: 'Roboto Slab', serif !important; }
      #HeaderLanding .menu-use-case ul li:hover a {
        color: #adadad !important; }
  #HeaderLanding .item a {
    color: #333;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Roboto Slab', serif !important; }
  #HeaderLanding .item:hover a {
    color: #008dd2; }
  #HeaderLanding .item i {
    margin: 0px; }
  #HeaderLanding .signup-btn {
    border: 1px solid #7a7a7a;
    border-radius: 15px;
    height: 26px;
    background: linear-gradient(to right, #062c63 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .25s ease-out;
    font-family: 'Open Sans', sans-serif; }
    #HeaderLanding .signup-btn:hover {
      background-color: #0080ff;
      color: #fff;
      background-position: left bottom; }
    #HeaderLanding .signup-btn a {
      font-size: 15px !important; }
      #HeaderLanding .signup-btn a:hover {
        color: #fff !important; }
  #HeaderLanding .sidebar-mobile {
    transition: all 1.25s;
    box-shadow: 0 1px 6px 0px #CCC;
    background: #fff;
    width: 250px;
    position: fixed;
    top: 0px;
    z-index: 100;
    padding-top: 20px;
    right: 0px;
    height: 100%; }
    #HeaderLanding .sidebar-mobile .item {
      text-align: center; }
.footer-center {
  text-align: center; }

#footer {
  padding-top: 2%;
  padding-bottom: 4%;
  border-top: 1px solid #e5e5e5;
  line-height: 2em;
  background-color: #f9f9f9;
  color: #333333; }
  #footer .link-a:hover {
    color: #028dd2;
    text-decoration: underline; }
  #footer a {
    text-decoration: none;
    color: #636161; }
  #footer label {
    display: block;
    font-weight: 500 !important;
    font-size: 16px; }
  #footer .heading {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 16px; }
  #footer .heading1 {
    margin: 8px 0;
    color: #333;
    font-size: 18px;
    font-weight: 600; }
  #footer .mailchimp-form {
    display: inline-flex;
    margin: 24px 0; }
    #footer .mailchimp-form .email {
      width: auto;
      border: 1px solid #c8c8c8;
      border-radius: 4px;
      /* text-align: center; */
      padding-left: 5px;
      margin-right: 4px;
      font-size: 14px;
      outline: none; }
    #footer .mailchimp-form .subscribe {
      border-radius: 4px;
      background-color: #028dd2;
      border: none;
      color: #FFFFFF;
      text-align: center;
      font-size: 13px;
      padding: 6px;
      transition: all 0.5s;
      cursor: pointer;
      outline: none; }
  #footer .footer-links {
    display: block;
    color: #999;
    font-size: 16px; }
    #footer .footer-links li {
      margin-bottom: 8px;
      list-style-type: none;
      font-size: 14px; }
  #footer .social-icons img {
    width: 36px;
    padding: 4px; }
.login-wrapper {
  height: 100vh;
  display: flex; }
  .login-wrapper .container-image {
    width: 50%; }
    .login-wrapper .container-image img.img-responsives {
      height: 100%;
      width: 125%;
      min-width: 100%;
      object-fit: cover; }
  .login-wrapper .container {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .login-wrapper .background-img {
    background-image: url("https://stackbybucketprod.s3.ap-southeast-1.amazonaws.com/page-6+(1).png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover; }
  .login-wrapper .frame {
    width: 400px;
    background-color: #f8f8f8;
    background-size: cover;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .5s ease; }
  .login-wrapper .msg {
    color: red;
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px; }
  .login-wrapper .frame-long {
    height: 615px; }
  .login-wrapper .frame-short {
    height: 400px;
    margin-top: 50px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1); }
  .login-wrapper .nav {
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease; }
    .login-wrapper .nav h1 {
      font-size: 20px;
      color: #656565; }
  .login-wrapper .nav-up {
    transform: translateY(-100px);
    opacity: 0; }
  .login-wrapper img.img-responsive {
    height: 80px !important;
    width: 250px !important;
    cursor: pointer; }
  .login-wrapper .signin-active a {
    padding-bottom: 10px;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 2px #1059FF;
    transition: all .25s ease;
    cursor: pointer; }
  .login-wrapper .signin-inactive a {
    padding-bottom: 0;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    border-bottom: none;
    cursor: pointer; }
  .login-wrapper .signup-active a {
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    border-bottom: solid 2px #1059FF;
    padding-bottom: 10px; }
  .login-wrapper .signup-inactive a {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    transition: all .25s ease; }
  .login-wrapper .success-msg-div {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    padding-left: 37px;
    padding-right: 37px;
    margin-top: 50px;
    overflow: hidden; }
  .login-wrapper .form-signin {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 37px 0 37px;
    transition: opacity .5s ease, transform .5s ease;
    overflow: hidden; }
  .login-wrapper .form-signin-left {
    transform: translateX(-400px);
    opacity: .0; }
  .login-wrapper .form-signup {
    width: 430px;
    height: 375px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 37px;
    padding-right: 37px;
    padding-top: 55px;
    position: relative;
    top: -375px;
    left: 400px;
    opacity: 0;
    transition: all .5s ease; }
  .login-wrapper .password {
    display: flex;
    width: 100%;
    height: 36px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #fff; }
    .login-wrapper .password input {
      border: none;
      margin: 0;
      padding: 0;
      padding-left: 15px;
      height: auto; }
  .login-wrapper .pass-eye {
    display: grid; }
    .login-wrapper .pass-eye i {
      margin: auto 5px;
      cursor: pointer;
      margin-left: 91%;
      margin-top: -46px; }
  .login-wrapper .name {
    display: inline-flex; }
    .login-wrapper .name input {
      width: 48% !important; }
  .login-wrapper .name:first-child {
    margin-right: auto; }
  .login-wrapper .name:last-child {
    margin-left: auto; }
  .login-wrapper .fname {
    margin-right: 15px; }
  .login-wrapper .form-signup-left {
    transform: translateX(-399px);
    opacity: 1; }
  .login-wrapper .form-signup-down {
    top: 0px;
    opacity: 0; }
  .login-wrapper .form-signin input,
  .login-wrapper .form-signup input {
    color: #000;
    background: #fff;
    font-size: 15px; }
  .login-wrapper .form-input {
    width: 100%;
    height: 36px;
    padding-left: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    margin-bottom: 20px; }
    .login-wrapper .form-input.dropdown {
      padding-left: 11px; }
  .login-wrapper .form-input-checkbox {
    margin: 2px 4px;
    padding-bottom: 7px; }
  .login-wrapper label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 15px;
    padding-bottom: 10px;
    color: #000;
    display: block; }
  .login-wrapper .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0 #fff; }
  .login-wrapper :focus {
    outline: none; }
  .login-wrapper .btn-signin {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
    color: white;
    width: 100%;
    height: 35px;
    border: none;
    border-radius: 8px;
    background-color: #1059ff !important;
    cursor: pointer; }
  .login-wrapper .forget {
    text-align: center;
    font-weight: 450;
    margin-bottom: 10px;
    line-height: 20px;
    margin-top: 10px; }
  .login-wrapper .gdprframe {
    background-color: #f8f8f8;
    background-size: cover;
    margin-left: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .5s ease; }
    .login-wrapper .gdprframe p {
      font-size: 14px;
      color: grey; }
    .login-wrapper .gdprframe div {
      font-size: 14px;
      color: #437d9a; }
  .login-wrapper .google-login {
    text-align: center;
    width: 100%;
    /* margin-left: auto; */
    margin: auto;
    display: block;
    border: 2px solid #ccc;
    margin-top: 11px;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #928686;
    font-weight: bold;
    background: #fff; }
    .login-wrapper .google-login:hover {
      border-color: #333333;
      outline: none;
      cursor: pointer; }
  .login-wrapper .sso-login-link {
    text-align: center;
    width: 100%;
    margin: auto;
    display: block;
    border: 2px solid #ccc;
    padding: 7px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #928686;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    background: #fff; }
    .login-wrapper .sso-login-link:hover {
      border-color: #333333;
      outline: none;
      cursor: pointer; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
    .login-wrapper .login-wrapper {
      overflow: hidden;
      text-overflow: ellipsis;
      flex-direction: row; }
    .login-wrapper .container {
      display: inline-grid;
      justify-content: center;
      align-items: center; }
    .login-wrapper .frame {
      justify-content: center;
      align-items: center;
      width: 350px;
      display: block;
      background-color: #f8f8f8;
      background-size: cover;
      margin-left: auto;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: all .5s ease; } }
.cbx {
  width: 100%;
  display: flex;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  justify-content: center;
  margin: auto;
  font-size: 1.2em !important;
  height: 100%; }
  .cbx .cbx-icon {
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    display: flex; }
  .cbx i.icon {
    background: none !important;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    margin: auto; }
    .cbx i.icon :hover {
      visibility: hidden; }

.cbx:hover i.icon {
  border: 2px solid rgba(0, 0, 0, 0.1);
  visibility: visible;
  cursor: pointer;
  margin: auto;
  font-size: 1.2em !important; }

.cbx-visible {
  width: 100%;
  display: flex;
  text-align: center;
  color: rgba(255, 255, 255, 0);
  justify-content: center;
  margin: auto;
  font-size: 1.2em !important;
  height: 100%; }
  .cbx-visible .cbx-visible i.-icon {
    font-size: 1.2em !important; }
  .cbx-visible i.icon {
    background: none !important;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    margin: auto;
    font-size: 1.2em !important; }
    .cbx-visible i.icon :hover {
      visibility: hidden; }

.cbx-visible i.icon {
  border-color: #A9A9A9;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  visibility: visible;
  cursor: pointer;
  font-size: 1.2em !important;
  margin-left: 4px;
  padding: 2px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center; }
.currentUserLoading {
  display: flex;
  justify-content: center;
  margin: auto;
  height: 100vh; }
  .currentUserLoading img {
    margin: auto; }
body {
  font-family: "proxima-nova", sans-serif !important; }

#ChangeLog {
  display: -webkit-inline-box; }
  #ChangeLog .HW_badge_cont.HW_visible {
    margin-top: -2px; }

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa; }

#Homepage {
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: #fff; }
  @media only screen and (max-width: 550px) {
    #Homepage .Workspace-search .ui.dropdown .menu {
      left: -88px; }
    #Homepage .Workspace-search .ui.icon.input input {
      padding-right: 0px !important; }
    #Homepage .card-ct .stack-list-old-dashboard .ui.dropdown .menu {
      left: -113px; }
    #Homepage .card-ct .stack-list-old-dashboard .mobileView {
      right: 28px; } }
  @media only screen and (max-width: 300px) {
    #Homepage .card-ct .stack-list-old-dashboard .mobileView {
      right: 1px; } }

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

.card-ct,
.team-board,
.message-board {
  width: 100% !important;
  border: 1px solid #f0f0f0 !important;
  transition: all 500ms ease-in-out;
  outline: none;
  box-shadow: none !important; }

.card-ct,
.team-board .header,
.message-board .header {
  font-size: 16px !important; }

.team-board .description,
.message-board .description {
  margin: 1em 0 !important; }

.logo-upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  height: 150px;
  width: auto;
  margin: 20px;
  border: 1px dashed #ddd;
  justify-content: center; }

.logo-upload p {
  margin: auto;
  display: inline-block; }

.team-board .header a.label {
  float: right; }

.team-board .contacts ul {
  list-style: none;
  padding: 0; }

.team-board .contacts ul li {
  display: inline-block;
  margin-right: 10px; }

.team-board .contacts ul li a {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #212121; }

.team-board .contacts ul li a:hover {
  background-color: #e7e7e7; }

.team-board .team-details {
  min-height: 250px; }

.back-a1 {
  background-color: #c5e99b !important; }

.back-a2 {
  background-color: #30a9de !important; }

.back-a3 {
  background-color: #a593e0 !important; }

.back-a4 {
  background-color: #ec7357 !important; }

.back-a5 {
  background-color: #f16b6f !important; }

.back-a6 {
  background-color: #ff7473 !important; }

.back-a7 {
  background-color: #47b8e0 !important; }

.back-a8 {
  background-color: #f26d5b !important; }

.back-gray {
  background-color: #e7e7e7 !important; }

.object-bx {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

.object-bx p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px !important;
  font-weight: 600; }

.object-bx .header-bx {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.add-workspace {
  display: flex;
  justify-content: start;
  font-size: 16px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .add-workspace a {
    color: #909090;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 4px;
    height: 34px;
    border: 1px solid #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .add-workspace a:hover {
      color: #212121; }
  .add-workspace .joyride-active {
    background: #e7e7e7; }

.stack-search .content {
  overflow-x: auto; }

.card-workspace {
  margin-bottom: 30px !important; }
  .card-workspace #workspaceInputId {
    width: 250px;
    font-family: "Poppins";
    background: #efe8e8;
    border: 2px solid #efe8e8;
    border-radius: 6px;
    height: 40px;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 0px 0px 6px;
    text-transform: capitalize; }
  .card-workspace #workspaceInputId::-moz-selection {
    background-color: #d6e6fd; }
  .card-workspace #workspaceInputId::selection {
    background-color: #d6e6fd; }
  .card-workspace:hover {
    color: #212121 !important; }
    .card-workspace:hover .workDragIcon {
      visibility: visible;
      cursor: -webkit-grab; }
  .card-workspace .workDragIcon {
    visibility: hidden;
    position: absolute;
    top: 2px;
    cursor: pointer;
    right: 46%;
    display: flex;
    flex-direction: column;
    color: #909090;
    opacity: 0.5; }
  .card-workspace .title {
    color: #222;
    font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "calt" 0; }
  .card-workspace > .content {
    background: white !important;
    padding: 20px !important; }
  .card-workspace .icon-ws {
    font-weight: 700;
    color: #616161 !important;
    padding-bottom: 10px;
    cursor: pointer; }
    .card-workspace .icon-ws .input input {
      height: 30px;
      padding: 4px;
      width: 150px;
      font-size: 16px; }
    .card-workspace .icon-ws h1 {
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      padding: 3px 0 4px 0; }
    .card-workspace .icon-ws .workspace-header-container {
      display: flex;
      align-items: center;
      cursor: default;
      padding: 14px 0; }
      .card-workspace .icon-ws .workspace-header-container .workspace-name {
        font-family: "Poppins";
        font-weight: 600;
        letter-spacing: 0.01em;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "calt" 0;
        color: #1d1f25;
        font-size: 26px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 35%;
        text-transform: capitalize;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 550px) {
          .card-workspace .icon-ws .workspace-header-container .workspace-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
      .card-workspace .icon-ws .workspace-header-container .HideInMobile {
        color: #000000;
        font-size: 12px; }
    .card-workspace .icon-ws i {
      margin-left: 4px;
      font-size: 16px;
      position: relative;
      top: 0px; }
    .card-workspace .icon-ws:hover {
      color: #212121 !important; }
    .card-workspace .icon-ws .overlimit-row {
      font-size: 12px; }
      .card-workspace .icon-ws .overlimit-row .tooltiptext {
        width: 227px !important; }
      .card-workspace .icon-ws .overlimit-row .overlimit-plan {
        color: white;
        background: #f82b60;
        border-radius: 14px;
        padding: 0px 9px;
        line-height: 1.7;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        border: 2px solid white;
        margin-left: 10px; }
        .card-workspace .icon-ws .overlimit-row .overlimit-plan:hover {
          opacity: 0.6;
          text-decoration: underline; }
    .card-workspace .icon-ws .trial-tooltip {
      bottom: -85px;
      width: 295px;
      text-align: left;
      font-weight: bold;
      line-height: 18px;
      padding: 8px 8px; }
      .card-workspace .icon-ws .trial-tooltip p {
        line-height: 18px; }
    .card-workspace .icon-ws .plan-tooltip {
      bottom: -96px;
      left: -60px;
      width: 220px;
      text-align: left;
      font-size: 13px !important;
      font-weight: bold;
      line-height: 18px;
      padding: 15px;
      transition-delay: .5s; }
    @media only screen and (max-width: 550px) {
      .card-workspace .icon-ws .HideInMobile {
        display: none; }
      .card-workspace .icon-ws .wc-delete-sure {
        left: -45px; } }
    @media only screen and (max-width: 800px) {
      .card-workspace .icon-ws .apihide {
        display: none; } }

.stack-boxes-main {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .stack-boxes-main .stack-boxes {
    border: 1px solid #ddd;
    border-radius: 14px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 13px;
    padding: 42px 16px;
    height: 280px;
    cursor: pointer; }
    .stack-boxes-main .stack-boxes .boxes-img {
      width: 28%; }
    .stack-boxes-main .stack-boxes .boxes-header-text {
      font-size: 19px;
      font-weight: bold;
      margin-top: 10px;
      width: 100%; }
    .stack-boxes-main .stack-boxes .boxes-desc-text {
      font-size: 14px;
      margin: 10px auto;
      font-weight: 400;
      max-width: 14rem; }
  .stack-boxes-main .stack-boxes:hover {
    border: 2px solid #ddd; }

.wc-dropdown-sec {
  position: relative;
  cursor: pointer;
  min-width: 8px; }
  .wc-dropdown-sec ul.wc-dropdown {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 169px;
    z-index: 100;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd; }
    .wc-dropdown-sec ul.wc-dropdown .upgradeworkspace :hover {
      background-color: gold; }
    .wc-dropdown-sec ul.wc-dropdown li {
      display: block; }
      .wc-dropdown-sec ul.wc-dropdown li div {
        display: block;
        display: flex !important;
        align-items: center;
        font-weight: 600;
        color: #212121;
        font-size: 13px;
        padding: 6px 10px; }
        .wc-dropdown-sec ul.wc-dropdown li div:hover {
          background: #f8f8f8; }
        .wc-dropdown-sec ul.wc-dropdown li div i {
          margin-right: 10px;
          margin-left: 6px; }
        .wc-dropdown-sec ul.wc-dropdown li div .workspace-menu-icon {
          margin-right: 6px;
          font-size: 14px; }

.stack-list-old-dashboard {
  list-style: none; }
  .stack-list-old-dashboard .stack-item {
    position: relative;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #dededf;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .stack-list-old-dashboard .stack-item .title {
      font-size: 13px;
      font-weight: 500;
      margin-left: 15px; }
      @media only screen and (max-width: 450px) {
        .stack-list-old-dashboard .stack-item .title {
          width: 110px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .stack-list-old-dashboard .stack-item svg {
      margin-left: auto; }
    .stack-list-old-dashboard .stack-item:hover {
      background: rgba(0, 0, 0, 0.05);
      border: 1px solid #7f7f7f; }
  .stack-list-old-dashboard .stack-item:hover .display-none {
    display: inline-flex;
    align-items: center; }
  .stack-list-old-dashboard .add-stack {
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 10px;
    z-index: 2; }
    .stack-list-old-dashboard .add-stack:hover {
      background: #fff;
      border: 1px solid #ddd !important;
      border: 0; }
      .stack-list-old-dashboard .add-stack:hover span.title {
        color: #212121;
        font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        letter-spacing: 0.01em;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "calt" 0; }
  .stack-list-old-dashboard .create-buttons-main {
    display: flex;
    height: 30px;
    justify-content: left;
    width: 100%;
    margin-bottom: 24px; }
    .stack-list-old-dashboard .create-buttons-main .create-button {
      padding: 18px;
      border-radius: 27px;
      background: #EDEDED;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      text-align: center;
      vertical-align: middle; }
      .stack-list-old-dashboard .create-buttons-main .create-button .button-img {
        width: 16%;
        margin-right: 5px; }
      .stack-list-old-dashboard .create-buttons-main .create-button .button-text {
        line-height: 16px;
        font-style: normal;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
        overflow: hidden; }
        @media only screen and (max-width: 1000px) {
          .stack-list-old-dashboard .create-buttons-main .create-button .button-text {
            font-size: 12px; } }
    .stack-list-old-dashboard .create-buttons-main .create-button:hover {
      color: rgba(0, 0, 0, 0.9);
      background-color: #CACBCD; }

.information-bx {
  margin-bottom: -14px;
  padding: 16px;
  border-radius: 6px;
  text-align: left;
  background-color: #ffffff;
  border: 3px solid #e8e8e8; }
  .information-bx .information-title {
    padding: 8px 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 18px;
    cursor: text;
    color: #333333; }
  .information-bx .information-content {
    padding-bottom: 16px;
    font-size: 12px; }
    .information-bx .information-content .info-items {
      display: flex;
      align-items: flex-start;
      padding-bottom: 4px; }
      .information-bx .information-content .info-items .info-icon {
        padding-right: 8px;
        margin-top: 2px; }
      .information-bx .information-content .info-items .info-text {
        font-size: 13px;
        cursor: text; }
  .information-bx .info-footer {
    display: flex;
    align-items: center;
    justify-content: center; }
    .information-bx .info-footer .btn-learn {
      margin-right: 6px;
      padding: 0.75em !important;
      font-size: 13px !important;
      background: none !important; }
    .information-bx .info-footer .btn-offer {
      margin: 0;
      display: flex;
      align-items: center;
      padding: 0.65em 1.2em !important;
      background-color: #2D7FF8;
      color: white; }

.sidebar-hm {
  margin-top: 12px; }
  .sidebar-hm .sidebar-title h3 {
    font-weight: 500; }
  .sidebar-hm ul.sidebar-items li a {
    font-weight: 400;
    padding-bottom: 0 !important; }
    .sidebar-hm ul.sidebar-items li a svg {
      position: relative;
      top: 4px;
      margin-right: 6px; }
  .sidebar-hm ul.sidebar-items li.active a {
    display: block;
    border: 0; }
  .sidebar-hm ul.sidebar-items .sidebar-list {
    padding: 1px;
    padding-left: 7px;
    display: flex;
    align-items: center; }
    .sidebar-hm ul.sidebar-items .sidebar-list .sidebar-content {
      flex: auto; }
    .sidebar-hm ul.sidebar-items .sidebar-list:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 5px; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navicon {
      visibility: hidden; }
      .sidebar-hm ul.sidebar-items .sidebar-list .navicon .gripicon {
        visibility: visible;
        opacity: 0.8; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navigationWorkspaceName {
      display: inline-block;
      width: 205px;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis; }

ul.ct-tab {
  list-style: none;
  margin: 10px 0 20px 0;
  cursor: pointer; }
  ul.ct-tab li {
    display: inline-block; }
    ul.ct-tab li div {
      color: #212121;
      padding: 6px 10px;
      display: block; }
    ul.ct-tab li.active {
      font-weight: 600;
      background: #e7e7e7;
      border-radius: 4px; }
    ul.ct-tab li:hover a {
      color: #000000; }

.member-more span.more {
  margin-left: 4px;
  position: relative;
  top: 6px;
  cursor: pointer;
  height: 20px;
  border-radius: 2px; }
  .member-more span.more:hover {
    background-color: #e7e7e7; }

.member-box .flex-basis {
  flex-basis: 100%;
  padding: 10px; }

.member-box ul.mb-bx {
  position: relative;
  right: 10px;
  list-style: none;
  align-items: center; }
  .member-box ul.mb-bx li {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-flex;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .member-box ul.mb-bx li:not(:last-child) {
      margin-right: 6px; }
    .member-box ul.mb-bx li img {
      height: 1.3em;
      width: 100%;
      position: relative;
      top: 0px;
      border-radius: 50px;
      display: block; }
    .member-box ul.mb-bx li:hover {
      margin-left: 12px; }
    .member-box ul.mb-bx li svg {
      margin: 0 auto !important; }
  .member-box ul.mb-bx li:last-child {
    position: relative; }
  .member-box ul.mb-bx .menuItem:hover {
    background: #e0e1e2; }

.member-box .menu-icon {
  background: #e7e7e7;
  border-radius: 90px;
  margin-right: 5px;
  color: grey;
  height: 22px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .member-box .menu-icon .menu-icon-img {
    width: 17px;
    margin-right: 2px; }
  .member-box .menu-icon .menu-icon-users {
    display: flex;
    align-items: center;
    position: absolute;
    right: 34px;
    font-size: 11px;
    top: -2px; }
  .member-box .menu-icon .menu-icon-icon {
    margin-right: 2px;
    font-size: 21px;
    color: grey;
    margin-left: 4px; }
  .member-box .menu-icon .menu-icon-text {
    top: 0px;
    right: 37px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 6px; }

.member-box :hover .menu-icon {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

.box-invite .header-user {
  margin-bottom: 30px; }

.box-invite .Select {
  margin-bottom: 10px; }

.modal-member .header {
  background: #e7e7e7 !important; }

.modal-member > .content {
  max-height: 350px;
  overflow-y: auto; }

.modal-member .member-ws {
  padding-bottom: 16px; }
  .modal-member .member-ws:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
  .modal-member .member-ws img {
    border-radius: 50%; }

.context-sub-action {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 10px;
  right: 30px !important; }
  .context-sub-action li a {
    font-size: 13px;
    color: #212121; }

.modal-share > .header {
  font-size: 16px !important;
  border: 0 !important; }

.modal-share > .content {
  padding: 0 20px 0 20px !important; }

.modal-share > .actions {
  padding: 0 1.5rem 1rem 1.5rem !important;
  border: 0 !important; }

.modal-share > .content p {
  color: #717171; }

.modal-share > .content .invite-box {
  margin-top: 10px; }

.invite-box .btn-addmore {
  color: #2185d0 !important;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 10px; }
  .invite-box .btn-addmore:hover {
    font-weight: bold; }

.modal-share > .content .invite-box .invite-header a,
.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  margin-right: 10px;
  padding-bottom: 10px; }

.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  border-bottom: 1px dashed #414141;
  padding-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.5px; }

.modal-share > .content .invite-box .invite-header a.active {
  color: #212121;
  border-bottom: 2px solid #ddd; }

.modal-share > .content .invite-box .invite-content {
  clear: both; }
  .modal-share > .content .invite-box .invite-content .remove-email-item {
    margin: auto; }

.modal-share > .content .invite-box .invite-content .ui.selection.dropdown {
  min-width: 100% !important; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .item .text .image {
    height: 2.5em !important;
    border-radius: 27px; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text {
    display: flex;
    padding: 2px 0; }
    .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content {
      overflow: hidden; }
      .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content .header {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.modal-share .content .invite-box .invite-content .ui.positive.button {
  min-width: 100%; }

.modal-share .content .staclColorHover {
  position: absolute;
  top: 250px;
  right: 14px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500; }

.add-stack-ct-menu {
  left: 100px;
  top: 4px;
  width: 100px !important;
  background: #fff !important;
  margin-top: 6px;
  z-index: 1000; }
  .add-stack-ct-menu li {
    font-size: 13px; }
    .add-stack-ct-menu li a {
      color: #212121 !important;
      font-weight: 500; }

.color-show {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  padding: 8px; }

.select-icon {
  height: 27px;
  width: 27px; }

.color-bk {
  margin-left: 10px; }

.color-bk label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none; }

.select-color {
  position: relative; }
  .select-color .color-tab {
    background: #fff;
    cursor: pointer;
    padding: 0px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center; }
    .select-color .color-tab i {
      height: 16px; }
    .select-color .color-tab .color-show {
      margin: 0 4px; }
  .select-color .color-show,
  .select-color i {
    float: left; }

.color-tab-op {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px;
  left: -3px;
  width: 35em;
  height: 20em; }
  .color-tab-op ul {
    list-style: none; }
    .color-tab-op ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op {
      width: 21.2em;
      height: 25em; }
      .color-tab-op ul li {
        padding: 1.3px; } }

.wc-delete-align-right {
  left: calc(100% - 212px); }

.plan-lable {
  color: white;
  border-radius: 14px;
  padding: 0px 9px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #7d7d7d;
  border: 2px solid #7d7d7d;
  margin-left: 10px; }
  .plan-lable:hover {
    opacity: 0.6;
    text-decoration: underline; }

.api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex;
  border: 2px solid #7d7d7d;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px; }
  .api-count:hover {
    opacity: 0.6;
    text-decoration: underline; }
  .api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.else-api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex; }
  .else-api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.react-joyride__tooltip {
  width: 404px !important; }
  .react-joyride__tooltip h4 {
    text-align: left;
    font-weight: 600;
    font-size: 23px !important; }
  .react-joyride__tooltip div {
    text-align: left;
    padding-left: 0px !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Next"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Last"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Back"] {
    color: #3384f7 !important; }

.shared-stack-title {
  cursor: auto !important;
  font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "calt" 0;
  font-size: 22px !important; }

.browser-warning {
  position: fixed;
  bottom: 0px;
  background: #4b4b4b;
  height: 50px;
  width: 100%;
  box-shadow: 5px 5px 5px 5px #ccc;
  text-align: center;
  padding: 10px;
  color: white;
  z-index: 1000; }

.searchStack input {
  background: #EDEDED !important;
  font-weight: bold !important;
  color: black !important;
  border: 2px solid #EDEDED !important; }
  .searchStack input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black !important; }

.searchStack :focus {
  border-color: #008DD2 !important; }

.searchStack ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important; }

#FeatureRequestForm .features-main {
  top: 35px;
  width: 430px;
  height: fit-content;
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  top: -45px;
  border-radius: 7px;
  font-size: 13px; }

@media (max-width: 700px) {
  .sidebarShow {
    display: none; } }

@media (max-width: 700px) {
  .showfullscreen {
    width: 100% !important; } }

.emailverified-stack {
  opacity: 0.80;
  pointer-events: none; }

.collabrator-display {
  display: none; }

.email-message {
  cursor: auto; }
  .email-message .user-email {
    display: block;
    margin-left: 25px; }
  .email-message .resend-email {
    float: right;
    margin-right: 10px; }

#WSTrashFeatures {
  width: 850px; }
  #WSTrashFeatures .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd; }
    #WSTrashFeatures .header .header-icon-stack {
      display: flex;
      align-items: center; }
    #WSTrashFeatures .header p {
      font-size: 14px;
      margin-left: 3px;
      opacity: 0.8;
      margin-top: 5px; }
    #WSTrashFeatures .header .stack-trash {
      font-size: 17px;
      font-weight: 500;
      margin-left: 7px; }
  #WSTrashFeatures .main-content .trashData-stack {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px;
    text-indent: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-delete-text {
    font-size: 16px;
    margin-left: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-action {
    font-size: 15px;
    font-weight: 500; }
  #WSTrashFeatures .main-content .trashData-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52vh;
    flex-direction: column; }
    #WSTrashFeatures .main-content .trashData-empty .trashData-empty-img {
      width: 16%;
      margin-bottom: 22px;
      opacity: 0.9; }

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
  #TrashFeatures {
    width: fit-content; } }

#MobileAppsModel {
  width: 470px; }
  #MobileAppsModel .mobile-apps-box {
    padding: 30px 0 24px;
    width: 470px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px; }
    #MobileAppsModel .mobile-apps-box .mobile-app-image {
      background-color: #fff;
      margin-bottom: 17px;
      min-height: 80px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -28px;
      width: 96px;
      height: 96px;
      border-radius: 50%;
      box-shadow: 0 5px 18px 0 #0000001c;
      display: flex;
      justify-content: center;
      align-items: center; }
      #MobileAppsModel .mobile-apps-box .mobile-app-image .mobile-image-top {
        max-width: 100%;
        height: auto; }
    #MobileAppsModel .mobile-apps-box .mobile-header {
      width: 100%;
      text-align: center;
      padding: 0 31px 0 30px; }
      #MobileAppsModel .mobile-apps-box .mobile-header .mobile-apps-title {
        font-weight: 700;
        margin-bottom: 12px;
        color: #2e3538;
        font-size: 18px;
        line-height: 25px;
        cursor: text;
        text-align: center;
        display: inline-block; }
      #MobileAppsModel .mobile-apps-box .mobile-header .mobile-description {
        margin-bottom: 34px;
        font-weight: 400;
        color: #2e3538;
        word-break: break-word;
        font-size: 13px;
        line-height: 18px;
        cursor: text;
        display: inline-block; }
    #MobileAppsModel .mobile-apps-box .mobile-apps-body {
      margin-bottom: 20px;
      display: flex;
      max-width: 100%;
      padding: 0 30px; }
      #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link {
        max-width: 201px;
        margin: 0 5px;
        position: relative;
        font-size: 0;
        border-radius: 6px;
        background: #fafafa;
        border: 1px solid #dedede;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 6px 6px 10px; }
        #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .androidplaystore, #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .iosplaystore, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .androidplaystore, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .iosplaystore {
          margin-bottom: 18px;
          max-width: 100%;
          height: auto; }
        #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .app-store-ios, #MobileAppsModel .mobile-apps-box .mobile-apps-body .ios-app-link .app-store-android, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .app-store-ios, #MobileAppsModel .mobile-apps-box .mobile-apps-body .android-app-link .app-store-android {
          max-width: 100%;
          width: 141px;
          height: 141px; }
    #MobileAppsModel .mobile-apps-box .mobile-model-footer {
      display: flex;
      align-items: center;
      justify-content: center; }
      #MobileAppsModel .mobile-apps-box .mobile-model-footer .model-footer-button {
        height: 32px;
        font-size: 14px;
        padding: 0 15px;
        font-weight: 600;
        color: #2e3538;
        cursor: pointer;
        display: flex;
        align-items: center; }

.display-block {
  display: block !important; }

.display-flex {
  display: flex !important; }

.new-version-home-screen {
  display: flex;
  justify-content: space-between; }

.go-to-new-home-screen {
  margin-right: 5px;
  text-decoration: underline;
  cursor: pointer; }

.new-home-screen-container {
  margin-top: 1em; }

.new-home-screen-container .info i {
  top: 14px !important; }

.header-container {
  position: relative;
  top: 88px; }
#FeatureRequestForm {
  margin-left: -70px; }
  #FeatureRequestForm .features-box {
    left: 0% !important;
    right: 0%; }
  #FeatureRequestForm .features-main {
    cursor: move;
    top: 35px;
    width: 430px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 40px;
    left: 60%;
    border-radius: 7px;
    font-size: 13px; }
    #FeatureRequestForm .features-main .icons {
      position: absolute;
      right: 10px;
      cursor: pointer;
      top: 10px; }
    #FeatureRequestForm .features-main .content {
      display: block;
      width: 100%;
      font-size: 13px;
      background: #FFFFFF;
      height: 90vh;
      min-height: 700px;
      justify-content: center;
      align-items: center;
      margin-top: 20px; }
      #FeatureRequestForm .features-main .content .form-view {
        width: 380px;
        height: 100%;
        border-radius: inherit;
        overflow: hidden;
        display: flex;
        overflow-x: hidden; }
.header-menu-marign {
  padding: 10px; }

.header-link {
  width: 100% !important;
  text-align: center;
  display: none;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #E5F9E7 !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .header-link .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

@media only screen and (max-width: 767px) {
  .header-link {
    margin: 0px !important; } }

@media (max-width: 767px) {
  .message-content .ui.container {
    width: 100% !important;
    margin: 0px !important; } }

.invite-header-message {
  width: 100% !important;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #e8effd !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .invite-header-message .invite-text {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }
  .invite-header-message .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

#Header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  margin-top: 0;
  margin-bottom: 20px;
  height: 56px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  margin-left: 0px;
  margin-right: 0px; }
  #Header a {
    font-weight: 500;
    color: #414141; }
  #Header .ui .align {
    align-items: center !important; }
  #Header .notifications {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .notifications:hover {
      background-color: rgba(234, 234, 234, 0.8); }
  #Header .account-menu {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .account-menu:hover {
      background-color: rgba(234, 234, 234, 0.8); }
    #Header .account-menu .account-menu-box {
      border-radius: 6px;
      padding: 2px 12px 2px 18px;
      width: 296px;
      right: -4px; }
      #Header .account-menu .account-menu-box .header {
        padding: 0em 0.142857rem !important; }
      #Header .account-menu .account-menu-box .item {
        padding: 8px 8px 8px 2px !important;
        margin: 0 8px 5px 0;
        border-radius: 3px;
        display: flex;
        align-items: center; }
        #Header .account-menu .account-menu-box .item .accountmenu-icon {
          margin: 0.10em 0.75em 0em 0em; }
  @media (max-width: 991px) {
    #Header .nav-item {
      margin: 0 2px;
      padding: 10px 6px; }
    #Header .nav-item-new {
      margin: 0px;
      padding: 10px 4px; }
    #Header .refer-btn {
      font-size: 12px;
      padding: 0.4em .5em; }
    #Header .notifications {
      margin-left: 2px; }
    #Header .account-menu {
      margin-left: 4px;
      padding: 0px; } }
  #Header .account-menu .accounticon {
    max-width: 0px;
    width: 100%;
    height: 100%;
    min-width: 2em;
    min-height: 2em; }
  #Header .refer-btn {
    border-radius: 27px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #Header .reconnect-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500; }
  #Header .header-info .headerItem {
    margin-left: 0; }
#notification {
  position: relative;
  color: #1f1f1f; }
  #notification .badge {
    position: absolute;
    top: -2px;
    left: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 25px;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center; }

.notification-box {
  width: 360px;
  position: absolute;
  right: 0;
  z-index: 150;
  border: 1px solid #D4D4D5;
  margin-top: 13px;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
  .notification-box .notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #1f1f1f;
    padding: 0 0 16px;
    margin: 16px 24px 0 24px; }
    .notification-box .notification-header .notification-title {
      cursor: text; }
    .notification-box .notification-header .notification-mark {
      display: flex;
      align-items: center; }
      .notification-box .notification-header .notification-mark .unread-notifiaction, .notification-box .notification-header .notification-mark .read-notifiaction {
        cursor: pointer;
        border-radius: 3px;
        padding: 4px 8px;
        margin-right: 8px;
        display: inline-block;
        line-height: 18px; }
        .notification-box .notification-header .notification-mark .unread-notifiaction:hover, .notification-box .notification-header .notification-mark .read-notifiaction:hover {
          background-color: rgba(0, 0, 0, 0.1) !important; }
      .notification-box .notification-header .notification-mark .notification-active {
        background-color: #0000000d; }
      .notification-box .notification-header .notification-mark .notification-unActive {
        background-color: #fff; }
  .notification-box .notification-subheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #1f1f1f;
    margin: 0 16px;
    padding: 8px 0; }
    .notification-box .notification-subheader .notification-title {
      font-weight: 500;
      padding: 4px 0; }
    .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox label {
      margin-left: 2px;
      color: #0004088a !important;
      font-weight: 600;
      cursor: pointer;
      font-size: 12px;
      padding-left: 2.6rem !important;
      display: flex;
      align-items: center; }
    .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox label:before, .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox label:after {
      top: 3.4px; }
    .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, .notification-box .notification-subheader #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
      top: 3.4px; }
    .notification-box .notification-subheader .mark-all {
      cursor: pointer;
      display: flex;
      align-items: center;
      font-size: 13px;
      padding: 4px 8px;
      border-radius: 3px; }
      .notification-box .notification-subheader .mark-all:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      .notification-box .notification-subheader .mark-all .checkmarkIcon {
        margin-right: 4px; }
  .notification-box .notification-container {
    margin-top: 7px;
    min-height: 100px;
    max-height: 530px;
    overflow-y: auto; }
    .notification-box .notification-container .notification-slack {
      margin-bottom: 4px;
      cursor: pointer;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-top: 4px; }
    .notification-box .notification-container .notification-content {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .notification-box .notification-container .notification-content .loader {
        margin-top: 30px; }
      .notification-box .notification-container .notification-content .notification-content-cell {
        padding: 8px 24px;
        display: flex;
        /* float: left; */
        /* flex-direction: row; */
        align-items: center;
        margin: 0 0 4px;
        width: 100%;
        cursor: pointer; }
        .notification-box .notification-container .notification-content .notification-content-cell p {
          font-size: 13px;
          color: #1f1f1f; }
        .notification-box .notification-container .notification-content .notification-content-cell .notifyUser-container {
          display: flex;
          align-items: center;
          align-self: flex-start;
          position: relative;
          padding-right: 8px; }
          .notification-box .notification-container .notification-content .notification-content-cell .notifyUser-container .userProfileImg {
            width: 24px !important;
            height: 24px;
            border-radius: 12px;
            margin: 0px; }
          .notification-box .notification-container .notification-content .notification-content-cell .notifyUser-container .accounticon {
            width: 100%;
            height: 100%;
            max-width: 24px;
            max-height: 24px;
            border-radius: 12px; }
        .notification-box .notification-container .notification-content .notification-content-cell .notify-info {
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0;
          white-space: pre-wrap;
          word-break: break-word; }
          .notification-box .notification-container .notification-content .notification-content-cell .notify-info .description {
            font-size: 13px;
            color: #1f1f1f; }
          .notification-box .notification-container .notification-content .notification-content-cell .notify-info .timestamp {
            opacity: .75;
            font-size: 11px;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis; }
        .notification-box .notification-container .notification-content .notification-content-cell .notification-toggle .radiobtn-check {
          opacity: .75; }
      .notification-box .notification-container .notification-content .notification-content-cell:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      .notification-box .notification-container .notification-content .show-more {
        cursor: pointer;
        opacity: .75;
        text-align: center;
        font-size: 11px;
        font-weight: 500; }
    .notification-box .notification-container .notify-unread {
      transform: translateX(-100%);
      position: absolute;
      padding-right: 4px;
      width: 12px;
      height: 12px;
      display: flex;
      align-items: center; }
      .notification-box .notification-container .notify-unread .unread-dot {
        display: block;
        height: 6px;
        width: 6px;
        color: #166ee1;
        background-color: #166ee1;
        border-radius: 50%; }
  .notification-box .notification-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #F0F0F0;
    color: #333333;
    justify-content: center;
    padding: 0 0 8px; }

@media (max-width: 450px) {
  .notification-box {
    width: 300px;
    right: -24px; } }
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.modal-share {
  background-color: #fff;
  border: 3px solid lightgray;
  border-radius: 10px; }
  .modal-share .header-title {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold; }
  .modal-share .invite-header {
    margin-bottom: 30px; }
    .modal-share .invite-header .active {
      color: darkgray !important;
      font-weight: 500; }
    .modal-share .invite-header ul {
      list-style: none;
      -ms-box-orient: horizontal;
      display: flex;
      justify-content: space-between;
      width: 98%; }
      .modal-share .invite-header ul .svg-help {
        margin-bottom: -4px;
        margin-left: 10px !important; }
      .modal-share .invite-header ul .svg-help:hover {
        fill: #3484f7; }
      @media only screen and (max-width: 450px) {
        .modal-share .invite-header ul {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          flex-direction: row; } }
    .modal-share .invite-header .btn-addmore {
      width: fit-content;
      margin-left: auto;
      margin-top: 10px; }
  .modal-share .addbylink {
    display: flex;
    flex-direction: column; }
    .modal-share .addbylink .addinvitebylink-main {
      display: flex;
      align-items: center;
      margin-bottom: 15px; }
      .modal-share .addbylink .addinvitebylink-main div {
        margin-bottom: auto; }
      .modal-share .addbylink .addinvitebylink-main p {
        font-size: 14.6px;
        color: rgba(0, 0, 0, 0.87); }
      .modal-share .addbylink .addinvitebylink-main .user-dropdown .text {
        font-size: 15px;
        font-weight: 500; }
    .modal-share .addbylink .addbylink-radio {
      margin-bottom: 14px; }
    .modal-share .addbylink .addbylink-emailinput {
      display: flex;
      align-items: center;
      margin-bottom: 17px;
      margin-left: -4px; }
      .modal-share .addbylink .addbylink-emailinput div {
        margin-bottom: -1px;
        margin-left: 5px;
        margin-right: 7px; }
      .modal-share .addbylink .addbylink-emailinput p {
        font-size: 14.6px;
        color: rgba(0, 0, 0, 0.87); }
  .modal-share .input-header {
    width: -webkit-fill-available;
    margin-top: 2%;
    border: 1px solid #4f86c6;
    border-radius: 5px; }
  .modal-share .invite-text {
    font-size: 14px !important;
    padding: 0 16px !important; }
  .modal-share .collaborators-box {
    margin: 10px 0 10px 0;
    padding: 10px;
    align-self: stretch; }
    .modal-share .collaborators-box .collaborator-text {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 15px; }
    .modal-share .collaborators-box .collaborators {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5px 0 0 0;
      padding: 5px 0 5px 0; }
      @media only screen and (max-width: 450px) {
        .modal-share .collaborators-box .collaborators {
          width: fit-content; } }
      .modal-share .collaborators-box .collaborators:hover .collaborator-info .remove-collaborator {
        visibility: visible; }
      .modal-share .collaborators-box .collaborators .ws-collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 20px; }
        .modal-share .collaborators-box .collaborators .ws-collaborator-left img {
          margin-right: 8px; }
        .modal-share .collaborators-box .collaborators .ws-collaborator-left .collaborator-name {
          font-size: 16px; }
      .modal-share .collaborators-box .collaborators .collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 0; }
        @media only screen and (max-width: 450px) {
          .modal-share .collaborators-box .collaborators .collaborator-left {
            width: 200px; } }
        .modal-share .collaborators-box .collaborators .collaborator-left img {
          margin-right: 5px;
          height: 26px;
          width: 28px; }
        .modal-share .collaborators-box .collaborators .collaborator-left .collaborator-name {
          font-size: 15px;
          margin-left: 5px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-left .collaborator-name {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 132px; } }
        .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure {
          z-index: 1000;
          background: #fff;
          border: 1px solid #ddd;
          padding: 20px;
          width: 250px;
          left: 123px;
          border-radius: 4px;
          font-size: 13px;
          bottom: 53px;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: fit-content; }
          .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure .content {
            margin-bottom: 10px;
            font-weight: 500;
            line-height: 20px; }
            .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure .content p {
              margin: 12px 0px !important; }
      .modal-share .collaborators-box .collaborators .collaborator-info {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 450px) {
          .modal-share .collaborators-box .collaborators .collaborator-info {
            width: 155px; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .remove-collaborator {
          visibility: hidden; }
        .modal-share .collaborators-box .collaborators .collaborator-info .joining-info {
          color: #717171;
          font-size: 11px;
          white-space: nowrap;
          margin-right: 5px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .joining-info {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
          margin: 0 0 0 2px;
          min-width: 0;
          width: 122px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
              width: 100%;
              text-align: left; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
          margin: 0 0 0 2px;
          width: 122px;
          text-align: left; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
              width: 107%;
              text-align: center; } }
  .modal-share .share-link-wrapper {
    padding: 8px; }
    .modal-share .share-link-wrapper .title {
      display: flex;
      align-items: center; }
      .modal-share .share-link-wrapper .title svg {
        margin: 0 8px; }
      .modal-share .share-link-wrapper .title h3 {
        font-size: 16px;
        font-weight: 500; }
    .modal-share .share-link-wrapper .share-box {
      margin: 8px;
      padding: 8px;
      border: 2px solid #ddd;
      border-radius: 7px; }
      @media only screen and (max-width: 450px) {
        .modal-share .share-link-wrapper .share-box {
          width: 101%; } }
      .modal-share .share-link-wrapper .share-box .create-link {
        padding: 4px;
        color: #1f1f1f;
        border-radius: 4px;
        margin-top: 3px;
        margin-bottom: 3px; }
        .modal-share .share-link-wrapper .share-box .create-link:hover {
          cursor: pointer;
          opacity: 0.8; }
      .modal-share .share-link-wrapper .share-box .right-menu {
        display: flex; }
      .modal-share .share-link-wrapper .share-box .share-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 8px 0;
        padding: 8px;
        border-radius: 4px;
        background-color: rgba(0, 150, 255, 0.2); }
        @media only screen and (max-width: 450px) {
          .modal-share .share-link-wrapper .share-box .share-link {
            display: block;
            width: 99.8%;
            word-wrap: break-word; } }
        .modal-share .share-link-wrapper .share-box .share-link input {
          border: none;
          width: -webkit-fill-available;
          background: transparent;
          color: #676767; }
        .modal-share .share-link-wrapper .share-box .share-link span {
          font-size: 12px;
          margin-right: auto; }
        .modal-share .share-link-wrapper .share-box .share-link svg {
          margin: 0 4px;
          opacity: 0.7; }
          .modal-share .share-link-wrapper .share-box .share-link svg:hover {
            opacity: 1;
            cursor: pointer; }
      .modal-share .share-link-wrapper .share-box .field-box {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
        padding: 6px 0; }
        .modal-share .share-link-wrapper .share-box .field-box label {
          font-size: 12px; }
        .modal-share .share-link-wrapper .share-box .field-box input[type=checkbox] {
          margin-right: 0.2em;
          vertical-align: middle;
          transition: .2s; }
      .modal-share .share-link-wrapper .share-box .upgrade-restrict {
        display: flex;
        align-items: center;
        opacity: 0.6;
        margin-top: 8px;
        cursor: pointer;
        font-size: 14.5px; }
        .modal-share .share-link-wrapper .share-box .upgrade-restrict .upgrade-lock-icon {
          font-size: 18px; }
  .modal-share .email-domain-main {
    top: 35px;
    width: 426px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 30%;
    left: 183px;
    border-radius: 7px;
    font-size: 13px; }
    .modal-share .email-domain-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      .modal-share .email-domain-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      .modal-share .email-domain-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      .modal-share .email-domain-main .content .input-email {
        width: 250px; }
      .modal-share .email-domain-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    .modal-share .email-domain-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  @media only screen and (max-width: 450px) {
    .modal-share .OnMobileMainView {
      padding-top: 13px; }
    .modal-share .OnMobileView {
      padding-top: 5px; } }

#InviteByUrl {
  line-height: 18px;
  margin: 0 0 24px; }

.createLink-content {
  margin: 0 0 24px; }

.invite-by-url-sub-heading {
  font-size: 12px;
  font-weight: 500; }

.apikey-root {
  display: flex;
  align-items: center; }
  .apikey-root .remove-collaborator {
    visibility: hidden; }
  .apikey-root:hover .remove-collaborator {
    visibility: visible; }
  .apikey-root .apikey {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 65%; }
    .apikey-root .apikey input {
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      margin: 0em;
      outline: none;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      line-height: 1.21428571em;
      padding: 0.67857143em 1em;
      font-size: 12px;
      background: #FFFFFF;
      border: 1px solid rgba(34, 36, 38, 0.15);
      color: rgba(0, 0, 0, 0.87);
      border-radius: 0.28571429rem;
      box-shadow: 0em 0em 0em 0em transparent inset;
      -webkit-transition: color 0.1s ease, border-color 0.1s ease;
      transition: color 0.1s ease, border-color 0.1s ease;
      width: 80%; }
    .apikey-root .apikey .copyButton {
      margin-left: 8px;
      margin-right: 10px; }
    .apikey-root .apikey .key-view {
      position: absolute;
      left: 24%;
      bottom: 46%;
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      .apikey-root .apikey .key-view {
        position: absolute;
        left: 53.5%;
        bottom: 40%;
        cursor: pointer; }
      .apikey-root .apikey input {
        width: 62%; } }
  .apikey-root .InviteByUrl-info {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 450px) {
      .apikey-root .InviteByUrl-info {
        width: 155px; } }
    .apikey-root .InviteByUrl-info .joining-info {
      color: #717171;
      font-size: 11px;
      white-space: nowrap;
      margin-right: 5px;
      width: 120px;
      text-align: end;
      margin-left: -8px; }
      @media only screen and (max-width: 450px) {
        .apikey-root .InviteByUrl-info .joining-info {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
    .apikey-root .InviteByUrl-info .stack-collaborator-permission {
      margin: 0 0 0 2px;
      min-width: 0;
      width: 122px; }
      @media only screen and (max-width: 450px) {
        .apikey-root .InviteByUrl-info .stack-collaborator-permission {
          width: 100%;
          text-align: left; } }
    .apikey-root .InviteByUrl-info .ws-collaborator-permission {
      margin: 0 0 0 2px;
      width: 122px;
      text-align: left; }
      @media only screen and (max-width: 450px) {
        .apikey-root .InviteByUrl-info .ws-collaborator-permission {
          width: 107%;
          text-align: center; } }

.link-header {
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #666666; }

.inviteLink-info {
  display: flex;
  margin-bottom: 8px; }

.stack-collaborator-permission {
  min-width: 0 !important;
  width: 120px;
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 6px !important;
  padding: 0;
  padding-left: 16px !important;
  height: 36px;
  min-height: 36px !important;
  display: flex !important;
  align-items: center; }
  .stack-collaborator-permission .text {
    font-size: 13px;
    color: #1f1f1f; }
  .stack-collaborator-permission .selected.item {
    font-weight: 500;
    color: #333333; }

.apikey-content {
  display: flex;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-left: 8px;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding: 0 16px; }
  .apikey-content .apikey-btn {
    text-decoration: none;
    background-color: transparent;
    opacity: .75;
    border: 0;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    color: #1f1f1f; }
    .apikey-content .apikey-btn:hover {
      opacity: 1; }
    .apikey-content .apikey-btn .apikey-info {
      display: flex;
      align-items: center;
      white-space: nowrap; }
      .apikey-content .apikey-btn .apikey-info .apikey-input {
        border: 0;
        font-size: 13px;
        color: #1f1f1f;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        outline: none; }
      .apikey-content .apikey-btn .apikey-info .copy-text {
        margin-left: 32px;
        font-weight: 500;
        color: #166ee1; }

.apikeyDelete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  margin-left: 8px; }
  .apikeyDelete .apidelete-info {
    opacity: .75;
    cursor: pointer;
    display: flex;
    align-items: center; }
    .apikeyDelete .apidelete-info:hover {
      opacity: 1; }
    .apikeyDelete .apidelete-info .remove-collaborator {
      color: #1f1f1f;
      fill: #1f1f1f; }
.accounticon {
  border: 1px solid white;
  margin-right: 0; }
#RadioToggle .ui.toggle.checkbox label {
  padding-left: 3rem;
  padding-top: 0; }

#RadioToggle .ui.fitted.toggle.checkbox {
  width: 2.3rem !important; }

#RadioToggle .ui.toggle.checkbox input {
  width: 2rem !important;
  height: 1rem !important; }

#RadioToggle .ui.toggle.checkbox label:before {
  width: 2rem !important;
  height: 1rem !important;
  background: #00000026;
  border: 1px solid #ccc; }

#RadioToggle .ui.toggle.checkbox label:after {
  width: 1rem !important;
  height: 1rem !important; }

#RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
  left: 1.2rem !important; }

#RadioToggle .ui.toggle.checkbox input:checked ~ label:before {
  background-color: #20c933  !important; }
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.shareStack-modal {
  border-radius: 6px;
  background-color: white;
  word-break: break-word;
  cursor: default; }
  .shareStack-modal .shareStack-bx {
    position: relative; }
    .shareStack-modal .shareStack-bx .shareStack-header {
      padding: 16px 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .shareStack-modal .shareStack-bx .shareStack-header .header-info {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content {
          display: flex;
          flex-direction: column; }
          .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-text {
            line-height: 1.25;
            font-size: 17px;
            font-weight: 600;
            color: #1f1f1f; }
          .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc {
            margin-top: 4px;
            line-height: 1.5;
            font-size: 11px;
            font-weight: 400;
            color: #666; }
            .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section {
              vertical-align: text-bottom;
              display: inline-flex;
              margin-left: 4px; }
              .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info {
                opacity: .75;
                cursor: pointer;
                display: flex;
                align-items: center;
                color: rgba(0, 0, 0, 0.5); }
                .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info:hover {
                  opacity: 1; }
                .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link {
                  display: flex;
                  align-items: center;
                  border-radius: 14px; }
                  .shareStack-modal .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link .help-icon {
                    color: rgba(0, 0, 0, 0.5);
                    fill: rgba(0, 0, 0, 0.5); }
    .shareStack-modal .shareStack-bx .shareStack-content {
      padding: 24px;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: calc(70vh); }
      .shareStack-modal .shareStack-bx .shareStack-content .emailVerify-btn {
        box-sizing: border-box;
        height: 32px;
        line-height: 22px;
        max-width: 100%;
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px !important;
        border-radius: 6px !important;
        background-color: #166ee1;
        color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .shareStack-modal .shareStack-bx .shareStack-content .emailVerify-btn .verify-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500; }
        .shareStack-modal .shareStack-bx .shareStack-content .emailVerify-btn:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
      .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: flex;
        margin-bottom: 16px; }
        .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button {
          cursor: pointer;
          margin: 0 24px 0 0;
          padding: 0 0 12px; }
          .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text {
            line-height: 1.5;
            font-size: 13px;
            font-weight: 500;
            color: #666; }
            .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text:hover {
              color: #666; }
          .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .active {
            color: #1f1f1f; }
            .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .link-button .active:hover {
              color: #1f1f1f; }
        .shareStack-modal .shareStack-bx .shareStack-content .shareStack-links .linkActive {
          border-bottom: 2px solid; }
      .shareStack-modal .shareStack-bx .shareStack-content .invite-box {
        width: 100%;
        padding-right: 8px; }
        .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section {
          margin-bottom: 8px; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown {
            min-width: 100% !important; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .item .text .image {
              height: 2.5em !important;
              border-radius: 27px; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .text {
              display: flex;
              padding: 2px 0; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .text .content {
                overflow: hidden; }
                .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .ui.selection.dropdown .menu .text .content .header {
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields {
            margin: 0;
            font-size: 13px;
            align-items: center;
            justify-content: center; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .eight .dropdown {
              border: 0;
              outline: 0;
              color: #1f1f1f;
              border-radius: 6px;
              font-size: 13px;
              color: #1f1f1f; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .eight .dropdown:focus {
                outline: none !important; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .eight .dropdown .input.search {
                padding: 0.78571429em 2.1em 0.78571429em 1em;
                line-height: 1em; }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown {
              border: 0;
              outline: 0;
              color: #1f1f1f;
              border-radius: 6px;
              font-size: 13px;
              color: #1f1f1f;
              height: 36px; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown:focus {
                outline: none !important; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown .menu .text {
                font-size: 13px;
                color: #1f1f1f; }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four .dropdown .menu .selected.item {
                font-weight: 500;
                color: #1f1f1f; }
            @media only screen and (min-width: 767px) {
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four {
                margin-left: 8px; } }
            @media only screen and (max-width: 767px) {
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .four {
                margin-top: 8px; } }
            .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .field {
              padding: 0;
              border-radius: 6px;
              border: 2px solid rgba(0, 0, 0, 0.1); }
              .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .field .visible {
                font-size: 13px;
                color: #1f1f1f; }
                .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-section .fields .field .visible .dropdownperm-header {
                  font-size: 13px;
                  font-weight: 500;
                  color: #1f1f1f;
                  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .shareStack-modal .shareStack-bx .shareStack-content .invite-box .messagbx-content {
          margin: 10px 0; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .messagbx-content .field > label {
            margin-bottom: 8px; }
        .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-footer {
          margin-top: 16px; }
          .shareStack-modal .shareStack-bx .shareStack-content .invite-box .invitebx-footer .invitebxFooter-info {
            background-color: #f1f5ff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            border-radius: 6px; }
      .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content {
        max-height: 500px;
        line-height: 18px; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .createlink-info {
          margin-bottom: 24px; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button {
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-top: 8px;
          font-weight: 500;
          color: #166ee1; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button .add-icon {
            margin-right: 8px;
            color: #166ee1;
            fill: #166ee1; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 24px;
          color: #1f1f1f; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .header-text {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown {
            padding-left: 4px; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection {
              border-radius: 3px;
              box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
              border: 0;
              padding: 4px 23px 4px 11px;
              line-height: 1.5; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection:hover {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .text {
                font-size: 13px;
                color: #1f1f1f; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .default {
                color: #bfbfbfde; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .dropdownperm-header {
              font-size: 13px;
              font-weight: 500;
              color: #1f1f1f;
              font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 16px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .access-header {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-radio {
            margin-bottom: 4px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox label {
            font-size: 13px;
            color: #1f1f1f;
            line-height: 18px;
            padding-left: 22px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:before, .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:after {
            width: 13px;
            height: 13px;
            top: 2px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox input:checked ~ label:after {
            background-color: #166eef; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked ~ label:before {
            border-color: #166ee1; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked:focus ~ label:after {
            color: #166eef; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput {
            display: flex;
            align-items: center;
            margin-bottom: 4px; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput div {
              margin-bottom: -1px;
              margin-right: 7px; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input {
              margin: 0; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input .at {
                width: 25px;
                font-size: 13px;
                color: gray; }
              .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input input {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
                border: 0;
                line-height: 18px;
                padding: 4px 4px 4px 30px !important;
                border-radius: 3px;
                color: #333333; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .domainError-msg {
            opacity: .5;
            margin-top: 8px;
            font-size: 11px;
            color: #1d1f25; }
        .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section {
          border-top: 1px solid rgba(0, 0, 0, 0.05);
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding: 16px 0 4px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .linkCancel-btn {
            cursor: pointer;
            padding: 0 32px; }
          .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn {
            box-sizing: border-box;
            height: 32px;
            line-height: 22px;
            max-width: 100%;
            border: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 0 12px !important;
            border-radius: 6px !important;
            background-color: #166ee1;
            color: #fff;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn .createbtn-text {
              transform: translateY(-0.5px);
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 13px;
              font-weight: 500; }
            .shareStack-modal .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn:hover {
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
    .shareStack-modal .shareStack-bx .shareStack-footer {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 24px; }
      .shareStack-modal .shareStack-bx .shareStack-footer .footer-content {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        color: #166ee1; }
        .shareStack-modal .shareStack-bx .shareStack-footer .footer-content .userIcon {
          color: #166ee1;
          fill: #166ee1;
          margin-right: 8px; }
  .shareStack-modal .input-header {
    width: -webkit-fill-available;
    border: 1px solid #4f86c6;
    border-radius: 5px; }
  .shareStack-modal .invite-text {
    font-size: 14px !important;
    padding: 0 16px !important; }
  .shareStack-modal .collaborators-box {
    margin: 10px 0 10px 0;
    padding: 10px 0;
    align-self: stretch; }
    .shareStack-modal .collaborators-box .collaborator-text {
      font-weight: 600;
      margin-bottom: 10px;
      font-size: 15px; }
    .shareStack-modal .collaborators-box .collaborators {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5px 0 0 0;
      padding: 5px 0 5px 0; }
      @media only screen and (max-width: 450px) {
        .shareStack-modal .collaborators-box .collaborators {
          width: fit-content; } }
      .shareStack-modal .collaborators-box .collaborators:hover .collaborator-info .remove-collaborator {
        visibility: visible; }
      .shareStack-modal .collaborators-box .collaborators .ws-collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 20px; }
        .shareStack-modal .collaborators-box .collaborators .ws-collaborator-left img {
          margin-right: 8px; }
        .shareStack-modal .collaborators-box .collaborators .ws-collaborator-left .collaborator-name {
          font-size: 16px; }
      .shareStack-modal .collaborators-box .collaborators .collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 0; }
        @media only screen and (max-width: 450px) {
          .shareStack-modal .collaborators-box .collaborators .collaborator-left {
            width: 200px; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-left img {
          margin-right: 5px;
          height: 26px;
          width: 28px; }
        .shareStack-modal .collaborators-box .collaborators .collaborator-left .collaborator-name {
          font-size: 15px;
          margin-left: 5px; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-left .collaborator-name {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 132px; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-left .member-delete-sure {
          z-index: 1000;
          background: #fff;
          border: 1px solid #ddd;
          padding: 20px;
          width: 250px;
          left: 123px;
          border-radius: 4px;
          font-size: 13px;
          bottom: 53px;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: fit-content; }
          .shareStack-modal .collaborators-box .collaborators .collaborator-left .member-delete-sure .content {
            margin-bottom: 10px;
            font-weight: 500;
            line-height: 20px; }
            .shareStack-modal .collaborators-box .collaborators .collaborator-left .member-delete-sure .content p {
              margin: 12px 0px !important; }
      .shareStack-modal .collaborators-box .collaborators .collaborator-info {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 450px) {
          .shareStack-modal .collaborators-box .collaborators .collaborator-info {
            width: 155px; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .remove-collaborator {
          visibility: hidden; }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .joining-info {
          color: #717171;
          font-size: 11px;
          white-space: nowrap;
          margin-right: 5px; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-info .joining-info {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
          margin: 0 0 0 2px;
          min-width: 0;
          width: 122px; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
              width: 100%;
              text-align: left; } }
        .shareStack-modal .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
          margin: 0 0 0 2px;
          width: 122px;
          text-align: left; }
          @media only screen and (max-width: 450px) {
            .shareStack-modal .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
              width: 107%;
              text-align: center; } }
  .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission {
    font-size: 13px;
    color: #1f1f1f !important;
    padding: 0.78571429em 2.1em 0.78571429em 1em;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
    border-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: none; }
    .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission:hover, .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission:focus {
      box-shadow: none; }
    @media only screen and (max-width: 767px) {
      .shareStack-modal .collaboartorInfo-bx .ws-collaborator-permission .collaborator-left {
        width: 28%; } }
  .shareStack-modal .collaboartorInfo-bx .collaborator-left .collaborator-name {
    font-size: 14px !important;
    line-height: 1.25;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    text-overflow: ellipsis; }
  .shareStack-modal .share-link-wrapper {
    padding: 8px 0px; }
    .shareStack-modal .share-link-wrapper .title {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      .shareStack-modal .share-link-wrapper .title svg {
        margin: 0 8px; }
      .shareStack-modal .share-link-wrapper .title h3 {
        font-size: 16px;
        font-weight: 500; }
    .shareStack-modal .share-link-wrapper .share-box {
      padding: 8px;
      border: 2px solid #ddd;
      border-radius: 7px; }
      @media only screen and (max-width: 450px) {
        .shareStack-modal .share-link-wrapper .share-box {
          width: 101%; } }
      .shareStack-modal .share-link-wrapper .share-box .create-link {
        padding: 4px;
        color: #1f1f1f;
        border-radius: 4px;
        margin-top: 3px;
        margin-bottom: 3px; }
        .shareStack-modal .share-link-wrapper .share-box .create-link:hover {
          cursor: pointer;
          opacity: 0.8; }
      .shareStack-modal .share-link-wrapper .share-box .right-menu {
        display: flex; }
      .shareStack-modal .share-link-wrapper .share-box .share-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 8px 0;
        padding: 8px;
        border-radius: 4px;
        background-color: rgba(0, 150, 255, 0.2); }
        @media only screen and (max-width: 450px) {
          .shareStack-modal .share-link-wrapper .share-box .share-link {
            display: block;
            width: 99.8%;
            word-wrap: break-word; } }
        .shareStack-modal .share-link-wrapper .share-box .share-link input {
          border: none;
          width: -webkit-fill-available;
          background: transparent;
          color: #676767; }
        .shareStack-modal .share-link-wrapper .share-box .share-link span {
          font-size: 12px;
          margin-right: auto; }
        .shareStack-modal .share-link-wrapper .share-box .share-link svg {
          margin: 0 4px;
          opacity: 0.7; }
          .shareStack-modal .share-link-wrapper .share-box .share-link svg:hover {
            opacity: 1;
            cursor: pointer; }
      .shareStack-modal .share-link-wrapper .share-box .field-box {
        display: flex;
        align-items: center;
        margin-bottom: 7px;
        padding: 6px 0; }
        .shareStack-modal .share-link-wrapper .share-box .field-box label {
          font-size: 12px; }
        .shareStack-modal .share-link-wrapper .share-box .field-box input[type=checkbox] {
          margin-right: 0.2em;
          vertical-align: middle;
          transition: .2s; }
      .shareStack-modal .share-link-wrapper .share-box .upgrade-restrict {
        display: flex;
        align-items: center;
        opacity: 0.6;
        margin-top: 8px;
        cursor: pointer;
        font-size: 14.5px; }
        .shareStack-modal .share-link-wrapper .share-box .upgrade-restrict .upgrade-lock-icon {
          font-size: 18px; }
  .shareStack-modal .email-domain-main {
    top: 35px;
    width: 426px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 30%;
    left: 183px;
    border-radius: 7px;
    font-size: 13px; }
    .shareStack-modal .email-domain-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      .shareStack-modal .email-domain-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      .shareStack-modal .email-domain-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      .shareStack-modal .email-domain-main .content .input-email {
        width: 250px; }
      .shareStack-modal .email-domain-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    .shareStack-modal .email-domain-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  @media only screen and (max-width: 450px) {
    .shareStack-modal .OnMobileMainView {
      padding-top: 13px; }
    .shareStack-modal .OnMobileView {
      padding-top: 5px; } }

.createLink-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-weight: 500;
  color: #166ee1; }
  .createLink-button .add-icon {
    margin-right: 8px;
    color: #166ee1;
    fill: #166ee1; }

#InviteByUrl .invite-by-url-sub-heading {
  font-size: 12px;
  font-weight: 500; }

#InviteByUrl .apikey-root {
  display: flex;
  align-items: center; }
  #InviteByUrl .apikey-root .remove-collaborator {
    visibility: hidden; }
  #InviteByUrl .apikey-root:hover .remove-collaborator {
    visibility: visible; }
  #InviteByUrl .apikey-root .apikey {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 65%; }
    #InviteByUrl .apikey-root .apikey input {
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      margin: 0em;
      outline: none;
      -webkit-appearance: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      line-height: 1.21428571em;
      padding: 0.67857143em 1em;
      font-size: 12px;
      background: #FFFFFF;
      border: 1px solid rgba(34, 36, 38, 0.15);
      color: rgba(0, 0, 0, 0.87);
      border-radius: 0.28571429rem;
      box-shadow: 0em 0em 0em 0em transparent inset;
      -webkit-transition: color 0.1s ease, border-color 0.1s ease;
      transition: color 0.1s ease, border-color 0.1s ease;
      width: 80%; }
    #InviteByUrl .apikey-root .apikey .copyButton {
      margin-left: 8px;
      margin-right: 10px; }
    #InviteByUrl .apikey-root .apikey .key-view {
      position: absolute;
      left: 24%;
      bottom: 46%;
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      #InviteByUrl .apikey-root .apikey .key-view {
        position: absolute;
        left: 53.5%;
        bottom: 40%;
        cursor: pointer; }
      #InviteByUrl .apikey-root .apikey input {
        width: 62%; } }
  #InviteByUrl .apikey-root .InviteByUrl-info {
    display: flex;
    align-items: center; }
    @media only screen and (max-width: 450px) {
      #InviteByUrl .apikey-root .InviteByUrl-info {
        width: 155px; } }
    #InviteByUrl .apikey-root .InviteByUrl-info .joining-info {
      color: #717171;
      font-size: 11px;
      white-space: nowrap;
      margin-right: 5px;
      width: 120px;
      text-align: end;
      margin-left: -8px; }
      @media only screen and (max-width: 450px) {
        #InviteByUrl .apikey-root .InviteByUrl-info .joining-info {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; } }
    #InviteByUrl .apikey-root .InviteByUrl-info .stack-collaborator-permission {
      margin: 0 0 0 2px;
      min-width: 0;
      width: 122px; }
      @media only screen and (max-width: 450px) {
        #InviteByUrl .apikey-root .InviteByUrl-info .stack-collaborator-permission {
          width: 100%;
          text-align: left; } }
    #InviteByUrl .apikey-root .InviteByUrl-info .ws-collaborator-permission {
      margin: 0 0 0 2px;
      width: 122px;
      text-align: left; }
      @media only screen and (max-width: 450px) {
        #InviteByUrl .apikey-root .InviteByUrl-info .ws-collaborator-permission {
          width: 107%;
          text-align: center; } }
.main_box {
  margin-bottom: 10px;
  border-bottom: 2px solid #ddd; }

.notifiaction_div {
  display: flex;
  justify-content: space-between;
  padding: 10px; }

.notificationheader {
  margin-left: -3px;
  font-size: 14px;
  cursor: default; }

.backbtn {
  color: #2d7ff9;
  margin-left: -6px; }

.notifn_box {
  padding-top: 0; }

.notification_push {
  margin: 6px 0; }

.border_bottom {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 10px; }
  .border_bottom .input_checked {
    display: flex;
    align-items: center; }
    .border_bottom .input_checked .inputbox_text {
      margin-right: 10px; }
#whatsnewnotification {
  position: relative; }
  #whatsnewnotification .badge {
    position: absolute;
    top: -2px;
    left: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 25px;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center; }
  #whatsnewnotification .notification-box {
    width: 374px;
    position: absolute;
    right: 0;
    z-index: 150;
    border: 1px solid #D4D4D5;
    line-height: 1.4285em;
    background: #FFFFFF;
    padding: 0.833em 1em;
    margin-top: 13px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
    #whatsnewnotification .notification-box .notification-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #F0F0F0;
      color: #333333; }
      #whatsnewnotification .notification-box .notification-header .notification-title {
        font-weight: 500;
        padding: 4px 0; }
      #whatsnewnotification .notification-box .notification-header .mark-all {
        font-size: 11px;
        border-bottom: 1px solid transparent;
        opacity: 0.7; }
        #whatsnewnotification .notification-box .notification-header .mark-all:hover {
          opacity: 1;
          border-bottom: 1px solid #f2f6fa;
          cursor: pointer; }
    #whatsnewnotification .notification-box .notification-container {
      margin-top: 7px;
      min-height: 100px;
      max-height: 530px;
      overflow-y: auto; }
      #whatsnewnotification .notification-box .notification-container .notification-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        #whatsnewnotification .notification-box .notification-container .notification-content .loader {
          margin-top: 30px; }
        #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell {
          background-color: #f0f5f9;
          padding: 8px;
          display: flex;
          align-items: center;
          /* float: left; */
          /* flex-direction: row; */
          align-items: flex-start;
          margin-bottom: 4px;
          width: 100%; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell img {
            flex: none;
            width: 24px !important;
            height: 24px;
            border-radius: 25%;
            margin-right: 8px; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell p {
            font-size: 13px;
            color: #333333; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell .description {
            word-break: break-word;
            font-size: 12px;
            color: #333333;
            font-weight: 500;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
          #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell .timestamp {
            opacity: .8;
            font-size: 10px; }
        #whatsnewnotification .notification-box .notification-container .notification-content .notification-content-cell:hover {
          cursor: pointer; }
        #whatsnewnotification .notification-box .notification-container .notification-content .show-more {
          cursor: pointer;
          opacity: .75;
          text-align: center;
          font-size: 11px;
          font-weight: 500; }
  @media (max-width: 450px) {
    #whatsnewnotification .notification-box {
      width: 300px;
      right: -24px; } }
#PricingModel {
  display: block !important;
  height: 86% !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: auto !important;
  border-radius: 6px;
  background-color: #fff; }
  #PricingModel .form {
    margin-bottom: 28px;
    margin-left: 20px; }
  #PricingModel .description {
    margin-top: 5px;
    font-size: 15px; }
  #PricingModel .description .underline {
    text-decoration: underline; }
  #PricingModel .current-plan {
    font-weight: 600;
    color: blue; }
  #PricingModel #pricing {
    margin: 15px 10px; }
    @media (max-width: 991px) {
      #PricingModel #pricing .header-card {
        position: relative; } }
  #PricingModel .header-row {
    position: sticky;
    top: 0;
    z-index: 100; }
    #PricingModel .header-row .current-plan {
      margin-bottom: 14px; }
  #PricingModel .pricingBoxes {
    padding: 0 10px; }
  #PricingModel .personal {
    /* border-radius: 40px; */
    background: #EEF5FA;
    margin-top: 1px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  #PricingModel .head {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 40px; */
    /* position: sticky; */
    /* top: 80px; */
    color: #004780;
    z-index: 10;
    padding: 16px 8px; }
    #PricingModel .head .price {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 0px; }
    #PricingModel .head .btn {
      border-radius: 20px;
      color: #fff;
      padding: 6px 16px;
      cursor: pointer;
      font-size: 12px; }
    #PricingModel .head .btn-downgrade {
      background: #d65041; }
    #PricingModel .head .btn-upgrade {
      background: #4FAD35; }
    #PricingModel .head .btn-green {
      background: #2cc131; }
    #PricingModel .head .place-holder {
      color: #606060;
      line-height: 1.2;
      min-width: 138px;
      overflow: hidden;
      min-height: 52px; }
    #PricingModel .head .economy {
      background: #004780;
      color: #fff !important;
      /* border-radius: 40px; */ }
    #PricingModel .head .business {
      /* border-radius: 40px; */
      background: #EEF5FA; }
    #PricingModel .head .enterprise {
      /* border-radius: 40px; */
      background: #EEF5FA; }
  #PricingModel .item {
    padding: 0px !important; }
    #PricingModel .item .column span {
      font-size: 10px;
      color: #797979; }
    #PricingModel .item .firstrow {
      background-color: #004780; }
      #PricingModel .item .firstrow .text {
        color: white;
        font-size: 15px;
        font-weight: 10;
        text-align: left; }
  #PricingModel .value {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 0px;
    justify-content: center; }
  #PricingModel .value img {
    width: 18px;
    margin: auto; }
  #PricingModel .plan-text {
    font-size: 10px;
    color: #797979; }
  #PricingModel .first {
    background-color: #004780;
    height: 29vh;
    /* Magic here */
    display: flex;
    justify-content: center;
    align-items: center; }
  #PricingModel .first h3 {
    color: white; }
  #PricingModel .left-header p {
    font-weight: bold !important; }
  #PricingModel .get-deal {
    margin-top: 8px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid;
    padding: 6px;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    margin-right: initial; }
  #PricingModel .header-links {
    margin-top: 1px;
    width: 100% !important;
    text-align: center;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    border: 2px solid grey;
    background: #d8f3ea;
    border-radius: 15px; }
#PricingAnnual .pricing-loading {
  position: absolute;
  top: 48%;
  left: 48%; }

#PricingAnnual .slidecontainer-main {
  margin-top: 30px; }

#PricingAnnual .slidercontainer-inner {
  display: grid;
  justify-content: center; }

#PricingAnnual .range {
  position: relative;
  width: 800px;
  height: 10px;
  border-radius: 15px;
  margin: auto; }

#PricingAnnual .range input {
  width: 100%;
  position: absolute;
  top: 4px;
  height: 4px;
  -webkit-appearance: none; }

#PricingAnnual .range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

#PricingAnnual .range input::-moz-range-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

#PricingAnnual .range input::-ms-thumb {
  width: 18px;
  height: 18px;
  margin: -8px 0 0;
  border-radius: 50%;
  background: #37adbf;
  cursor: pointer;
  border: 0 !important; }

#PricingAnnual .range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 10px; }

#PricingAnnual .range input::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 10px; }

#PricingAnnual .range input::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border-radius: 10px; }

#PricingAnnual .range input:focus {
  background: none;
  outline: none; }

#PricingAnnual .range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 10px; }

#PricingAnnual .range-labels {
  margin: 18px -41px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center; }

#PricingAnnual .range-labels li {
  position: relative;
  float: left;
  width: 65.80px;
  text-align: center;
  color: black;
  font-size: 14px;
  cursor: pointer; }

#PricingAnnual .range-labels li::before {
  position: absolute;
  top: -14px;
  right: 0;
  left: 0;
  content: "";
  margin: 0 auto;
  width: 3px;
  height: 10px;
  background: #b2b2b2;
  border-radius: 50%; }

#PricingAnnual .range-labels .active {
  color: #37adbf;
  font-weight: 600; }

#PricingAnnual .range-labels .selected::before {
  /* background: #37adbf; */ }

#PricingAnnual .range-labels .active.selected::before {
  display: none; }

#PricingAnnual .radio-buttton {
  /* background-color: #155fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
  font-family: sans-serif;
  margin-bottom: 40px;
  /* Plan Buttons  */ }
  #PricingAnnual .radio-buttton .planButton {
    display: inline-block;
    border: 1px solid;
    padding: 8px 18px;
    border-radius: 26px;
    margin: 0 5px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    background-color: black;
    color: white;
    cursor: pointer; }
  #PricingAnnual .radio-buttton .planButton:focus {
    outline: none; }
  #PricingAnnual .radio-buttton .active {
    background-color: green;
    color: white; }

#PricingAnnual .switch-button {
  background: black;
  border-radius: 30px;
  overflow: hidden;
  width: 282px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  color: white;
  position: relative;
  padding-right: 120px;
  position: relative; }

#PricingAnnual .switch-button:before {
  content: "Business";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 114px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  z-index: 3;
  pointer-events: none; }

#PricingAnnual .switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2; }

#PricingAnnual .switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(120px);
  transition: transform 300ms linear; }

#PricingAnnual .switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 15px 0;
  display: block;
  user-select: none;
  pointer-events: none; }

#PricingAnnual .switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: green;
  height: 117%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms; }

#PricingAnnual .switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
  margin-left: -6px; }

#PricingAnnual .currentplan-text {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  bottom: -75px;
  left: 22%;
  padding: 5px 20px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background: green;
  color: white;
  height: 35px;
  text-align: center;
  width: 25.3%;
  display: flex;
  align-items: center;
  justify-content: center; }

#PricingAnnual .plan-modal {
  width: 100%;
  justify-content: center;
  text-align: center;
  display: flex;
  margin-top: 75px;
  margin-bottom: 12px; }

#PricingAnnual .plan-price-details {
  width: 25%;
  background: white;
  height: auto;
  border-end-start-radius: 18px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  border-bottom: 4px solid darkgrey;
  border-left: 4px solid darkgrey;
  border-top: 4px solid darkgrey; }

#PricingAnnual .current-plan-btn {
  background: green;
  height: 40px;
  border: none;
  border-radius: 12px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding: 5px 20px;
  margin: 5px 0px;
  width: 155px;
  font-weight: 500;
  margin-top: 17px;
  cursor: default; }

#PricingAnnual .plan-price-button {
  background: #3398e5;
  height: 40px;
  border: none;
  border-radius: 12px;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  padding: 5px 20px;
  margin: 5px 0px;
  width: 155px;
  font-weight: 500;
  margin-top: 17px;
  cursor: pointer; }

#PricingAnnual .plan-price {
  font-size: 34px;
  font-weight: 600; }
  #PricingAnnual .plan-price .plan-gst {
    font-size: 20px;
    color: #4b4747; }
    #PricingAnnual .plan-price .plan-gst .plan-text {
      font-size: 20px;
      font-weight: 600; }

#PricingAnnual .plan-price-payment {
  font-weight: 400;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: #5946cf;
  text-align: center;
  margin-bottom: 18px; }

#PricingAnnual .plan-old-price-per-year {
  /* margin-bottom: 15px; */
  text-decoration-line: line-through;
  margin-left: 4px;
  margin-right: 4px; }

#PricingAnnual .plan-per-year {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #120c32;
  opacity: .8; }

#PricingAnnual .plan-features-details {
  width: 31%;
  background: white;
  height: auto;
  border-end-end-radius: 18px;
  border-start-end-radius: 18px;
  padding: 10px;
  border: 4px solid darkgrey; }

#PricingAnnual .pricing-checklist-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 12px; }

#PricingAnnual .list-item {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  align-items: center;
  display: flex; }

#PricingAnnual .list-item-img {
  width: 12px;
  margin-right: 10px;
  margin-left: 10px; }

#PricingAnnual .plan-discount-year {
  font-weight: 600;
  font-size: 17px;
  color: cornflowerblue; }

#PricingAnnual .currentplantext {
  text-align: left;
  font-size: 14px; }
.done {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: line-through;
  font-style: italic;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13.3333px; }

.notdone {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-size: 13.3333px !important; }

.taskListBlock {
  padding-left: 5%; }
  .taskListBlock .taskList .task-block {
    width: 100%;
    display: flex; }
    .taskListBlock .taskList .task-block .task {
      width: 60%;
      float: left; }
    .taskListBlock .taskList .task-block .icon-block {
      width: 25%; }
    .taskListBlock .taskList .task-block .check {
      width: 10%; }
      .taskListBlock .taskList .task-block .check .checkbox {
        height: 20px; }
    .taskListBlock .taskList .task-block .text {
      width: 77%;
      overflow-wrap: break-word; }
      .taskListBlock .taskList .task-block .text .user {
        background: #9f9fff;
        padding-left: 2px;
        padding-right: 4px;
        margin: -2px 2px 0px -2px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        vertical-align: middle; }
        .taskListBlock .taskList .task-block .text .user img {
          width: 16px;
          margin-right: 4px;
          border-radius: 8px; }
    .taskListBlock .taskList .task-block .stack-users {
      background-color: #FFF;
      width: 200px;
      position: absolute;
      z-index: 2; }
      .taskListBlock .taskList .task-block .stack-users .item img {
        width: 14px; }
    .taskListBlock .taskList .task-block .react-datepicker-popper {
      left: -10% !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .text {
      display: none; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .dropdown {
      display: none !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .text {
      display: block;
      width: 40%;
      overflow-wrap: break-word;
      font-weight: 400; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .image {
      float: none;
      margin-right: 0.78571429rem; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.compact.segment {
      right: -70%; }

.add-comment .input {
  min-height: 50px !important;
  align-items: baseline !important; }
  .add-comment .input .ui.inline.dropdown .text {
    display: none; }
  .add-comment .input .ui.inline.dropdown .dropdown {
    display: none !important; }
  .add-comment .input .ui.inline.dropdown .transition .item .text {
    display: block;
    width: 40%;
    overflow-wrap: break-word;
    font-weight: 400; }
  .add-comment .input .ui.inline.dropdown .transition .item .image {
    float: none;
    margin-right: 0.78571429rem; }
  .add-comment .input .ui.compact.segment {
    right: -70%; }

.add-comment .checklist-input {
  border: 2px solid #1987D4 !important; }

.hideElement {
  display: none !important; }

.ui.segment {
  padding: 1em 0.4em; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  margin-left: 37px; }

.taskListBlock .taskList .task-block .react-datepicker-popper {
  left: -21% !important; }

.ui.visible.dimmer {
  z-index: 8 !important; }

.boxing {
  margin-bottom: 0px !important; }

.boxing:hover {
  background-color: #f3f3f4 !important;
  border-radius: 5px; }

.autoHeight {
  height: auto; }

.control-user {
  background: #0096FF;
  padding-left: 2px;
  padding-right: 4px;
  margin: -2px 2px 0px -2px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  padding: -2px; }
  .control-user img {
    width: 16px;
    margin-right: 4px;
    border-radius: 8px; }

.sc-bwzfXH {
  margin: 0px !important; }

#checklist .progresbar-color .bar {
  background: none !important; }

#checklist .greenButton:hover {
  color: #5d5d5d !important;
  background-color: #bfbfbf !important; }

#checklist .redButton:hover {
  color: #5d5d5d !important;
  background-color: #dbd7d2 !important; }

#checklist .greenButton {
  background-color: #bfbfbf !important;
  color: #5d5d5d !important; }

#checklist .redButton {
  color: #5d5d5d !important;
  background-color: #dbd7d2 !important; }

#checklist .checklist-Name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

#checklist .hideButton {
  border-radius: 20px;
  color: "#fff" !important;
  background-color: #dedede !important;
  border: 1px gray solid; }

#checklist .hideButton:hover {
  color: #5d5d5d !important;
  background: transparent !important; }

#checklist .checklist-block .expand-checkmark {
  margin-right: 4px !important; }

.hoverEffect:hover {
  color: #888 !important; }

.or-text {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.copy-from-template-button {
  margin-bottom: 5px !important; }

.copy-from-template-modal-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }

.copy-from-template-modal-container .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 102; }

.copy-from-template-modal-container .are-you-sure-modal {
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); }

.are-you-sure-modal-sub-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.are-you-sure-modal-nested-container {
  margin-right: 5px;
  margin-left: 5px;
  background: white;
  padding: 10px;
  border-radius: 5px; }

.are-you-sure-modal-nested-container .warning-message {
  margin-top: 10px;
  margin-bottom: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-message {
  font-weight: 500; }

.are-you-sure-modal-nested-container .are-you-sure-yes-button, .are-you-sure-modal-nested-container .are-you-sure-yes-button:hover {
  background-color: green !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-no-button, .are-you-sure-modal-nested-container .are-you-sure-no-button:hover {
  background-color: red !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer; }

.yes-no-button-container {
  display: flex;
  justify-content: flex-end; }

.apply-checklist-to-all-row-text {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize; }

.copy-from-template-expand-view {
  z-index: 102;
  position: absolute;
  display: flex;
  top: 15%;
  width: auto;
  box-shadow: -10px 0px 10px #565656;
  height: 55%;
  background: transparent;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s; }

.copy-from-template-container {
  background: #fff;
  width: 350px;
  position: relative; }

.copy-from-template-container .custom-checkbox {
  background-color: white;
  padding: 10px; }

.copy-from-template-container .custom-sub-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.copy-from-template-container .apply-button {
  background-color: #2185D0;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer; }

.copy-from-template-container .table-name {
  margin-left: 27px;
  font-size: 1em;
  padding: 5px 0px; }

.copy-from-template-container .check-list {
  margin-left: 54px;
  padding-bottom: 5px; }

.error-message-container {
  position: absolute;
  bottom: 0px;
  color: red;
  z-index: 10;
  left: calc(50% - 70px); }

.all-checklist-container {
  position: relative;
  border: 1px solid #b9b9b9;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer; }

.all-checklist-sub-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.all-checklist-dropdown-container {
  position: absolute;
  top: 30px;
  right: 0px;
  left: 0px;
  bottom: 0px; }

.all-checklist-dropdown-sub-container {
  position: relative;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #b9b9b9; }

.all-checklist-dropdown-sub-container .dropdown-table-name {
  font-weight: bold;
  padding: 5px 5px 5px 8px; }

.dropdown-checklist-name {
  padding: 5px 5px 5px 20px;
  color: black; }

.dropdown-none {
  padding: 5px 5px 5px 0px; }

.dropdown-checklist-name:hover, .dropdown-none:hover, .active-checklist {
  background-color: #2185d0;
  color: white;
  padding: 5px 5px 5px 20px; }

.apply-btn {
  background-color: #166ee1 !important;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px !important;
  font-weight: 500 !important;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

.copy-items-from {
  padding: 5px 5px 0px 5px;
  font-weight: bold; }

.checklist-tooltip-container {
  display: flex;
  position: relative;
  cursor: pointer; }

.mark-as-template-text {
  background-color: black;
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  text-align: center;
  top: -20px;
  font-size: 11px;
  padding: 2px 8px;
  width: max-content; }

.checklist-title {
  resize: none;
  width: 100%;
  outline: green;
  border: 0px solid green;
  border-radius: 5px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-size: 16px; }

.addition-style-for-checklist-text {
  padding: 6px 5px 5px 6px !important; }

#ChecklistDeleteModal {
  position: absolute;
  z-index: 2;
  margin-top: 0px;
  margin-left: 130px;
  display: flex;
  align-items: center; }
  #ChecklistDeleteModal .deletemodal {
    min-width: 200px;
    width: min-content;
    max-width: 200px;
    padding: 16px;
    font-weight: 500;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
    #ChecklistDeleteModal .deletemodal .content {
      font-weight: 500;
      font-size: 14.4px;
      line-height: 1.5;
      margin-bottom: 8px;
      color: #4d4d4d;
      cursor: text; }
    #ChecklistDeleteModal .deletemodal .btn-div {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #ChecklistDeleteModal .deletemodal .btn-div .btn-primary {
        background-color: #166ee1;
        color: #fff;
        margin-right: 6px; }
        #ChecklistDeleteModal .deletemodal .btn-div .btn-primary:hover {
          background-color: #0267eb; }
.react-grid-layout {
  position: relative;
  transition: height 200ms ease;
}
.react-grid-item {
  transition: all 200ms ease;
  transition-property: left, top;
}
.react-grid-item.cssTransforms {
  transition-property: transform;
}
.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
}

.react-grid-item.react-draggable-dragging {
  transition: none;
  z-index: 3;
  will-change: transform;
}

.react-grid-item.react-grid-placeholder {
  background: red;
  opacity: 0.2;
  transition-duration: 100ms;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.react-grid-item > .react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 0;
  right: 0;
  cursor: se-resize;
}

.react-grid-item > .react-resizable-handle::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 5px;
  height: 5px;
  border-right: 2px solid rgba(0, 0, 0, 0.4);
  border-bottom: 2px solid rgba(0, 0, 0, 0.4);
}
.react-resizable {
  position: relative;
}
.react-resizable-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJiYWNrZ3JvdW5kLWNvbG9yOiNmZmZmZmYwMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iNnB4Ij48ZyBvcGFjaXR5PSIwLjMwMiI+PHBhdGggZD0iTSA2IDYgTCAwIDYgTCAwIDQuMiBMIDQgNC4yIEwgNC4yIDQuMiBMIDQuMiAwIEwgNiAwIEwgNiA2IEwgNiA2IFoiIGZpbGw9IiMwMDAwMDAiLz48L2c+PC9zdmc+');
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.react-resizable-handle-sw {
  bottom: 0;
  left: 0;
  cursor: sw-resize;
  transform: rotate(90deg);
}
.react-resizable-handle-se {
  bottom: 0;
  right: 0;
  cursor: se-resize;
}
.react-resizable-handle-nw {
  top: 0;
  left: 0;
  cursor: nw-resize;
  transform: rotate(180deg);
}
.react-resizable-handle-ne {
  top: 0;
  right: 0;
  cursor: ne-resize;
  transform: rotate(270deg);
}
.react-resizable-handle-w,
.react-resizable-handle-e {
  top: 50%;
  margin-top: -10px;
  cursor: ew-resize;
}
.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}
.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}
.react-resizable-handle-n,
.react-resizable-handle-s {
  left: 50%;
  margin-left: -10px;
  cursor: ns-resize;
}
.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}
.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
#createstack-modal {
  position: fixed;
  inset: 0px auto auto 0px;
  transform: translate(8px, 48px); }
  #createstack-modal .createstack-box {
    width: 480px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    padding: 16px;
    border-radius: 6px;
    background-color: #fff; }
    #createstack-modal .createstack-box .stackname-content {
      border-bottom: 1px solid #e5e9f0;
      padding-bottom: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #createstack-modal .createstack-box .stackname-content .stackrename-input {
        border: 0;
        padding: 8px;
        border-radius: 3px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 21px;
        color: #333; }
        #createstack-modal .createstack-box .stackname-content .stackrename-input:hover {
          background-color: #e5e9f0; }
        #createstack-modal .createstack-box .stackname-content .stackrename-input:focus {
          box-shadow: inset 0 0 0 2px #a0c6ff;
          outline: none !important; }
      #createstack-modal .createstack-box .stackname-content .stackadd-more {
        display: inline-flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 8px; }
        #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow {
          cursor: pointer;
          margin-right: 8px;
          padding: 4px;
          border-radius: 3px; }
          #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .star-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .share-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .stack-overflow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .star-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .share-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .stack-overflow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .star-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .share-icon, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .stack-overflow {
            transition: .085s all ease-in;
            opacity: .7;
            color: #333333;
            fill: #333333; }
          #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-favorite .star-icon-yellow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-collaboartor .star-icon-yellow, #createstack-modal .createstack-box .stackname-content .stackadd-more .stack-overflow .star-icon-yellow {
            transition: .085s all ease-in;
            color: #fcb400;
            fill: #fcb400;
            font-size: 1.2em; }
    #createstack-modal .createstack-box .stackcolor-appearance, #createstack-modal .createstack-box .stack-guide, #createstack-modal .createstack-box .stack-maintenance {
      border-bottom: 1px solid #e5e9f0;
      margin-top: 16px;
      padding: 4px 4px 16px 4px; }
      #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header, #createstack-modal .createstack-box .stack-guide .stackcolor-header, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header {
        display: inline-flex;
        align-items: center;
        width: 100%;
        cursor: pointer; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header .rightarrow-icon, #createstack-modal .createstack-box .stack-guide .stackcolor-header .rightarrow-icon, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header .rightarrow-icon {
          transition: .085s transform ease-in;
          width: 16px;
          height: 16px;
          margin: 0; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header i, #createstack-modal .createstack-box .stack-guide .stackcolor-header i, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header i {
          font-size: 1.2em; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackcolor-header .stack-text, #createstack-modal .createstack-box .stack-guide .stackcolor-header .stack-text, #createstack-modal .createstack-box .stack-maintenance .stackcolor-header .stack-text {
          margin-left: 4px;
          font-size: 17px;
          font-weight: 500;
          color: #4d4d4d;
          width: 100%; }
      #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details, #createstack-modal .createstack-box .stackcolor-appearance .guide-info, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info, #createstack-modal .createstack-box .stack-guide .stackupdate-details, #createstack-modal .createstack-box .stack-guide .guide-info, #createstack-modal .createstack-box .stack-guide .maintenance-info, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details, #createstack-modal .createstack-box .stack-maintenance .guide-info, #createstack-modal .createstack-box .stack-maintenance .maintenance-info {
        height: auto;
        margin-top: 16px; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info {
          display: flex;
          flex-direction: column; }
          #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackcolor, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackcolor {
            height: 24px;
            display: flex;
            justify-content: space-between; }
            #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackcolor .colors-show, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackcolor .colors-show {
              width: 26px;
              height: 24px;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 6px; }
          #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details {
            border-top: 1px solid #e5e9f0;
            margin-top: 8px;
            padding-top: 8px; }
            #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar {
              position: relative;
              margin-bottom: 12px; }
              #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .search-icon {
                top: 50%;
                transform: translateY(-40%);
                left: 6px;
                opacity: .25;
                position: absolute; }
              #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input {
                border-color: transparent;
                width: 100%;
                padding: 4px 4px 4px 22px;
                border-radius: 2px;
                font-size: 13px;
                line-height: 18px;
                color: #333333;
                background: white;
                box-shadow: none; }
                #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-searchbar .searchicons-input:focus {
                  border: 1px solid #166ee1;
                  outline: none; }
            #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker {
              position: relative;
              height: 128px;
              overflow-y: scroll; }
              #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list {
                display: grid;
                grid-template-columns: repeat(12, 1fr);
                gap: 8px; }
                #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div {
                  width: 26px;
                  height: 26px;
                  border-radius: 6px;
                  display: flex;
                  padding: 2px;
                  align-items: center;
                  cursor: pointer; }
                  #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-guide .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-guide .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-guide .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-maintenance .guide-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .stackupdate-info .stackicons-details .icons-picker .stackicons-list .stack-icon-div .select-icon {
                    width: 26px;
                    height: 26px; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .info-text, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .info-text, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .info-text, #createstack-modal .createstack-box .stack-guide .stackupdate-details .info-text, #createstack-modal .createstack-box .stack-guide .guide-info .info-text, #createstack-modal .createstack-box .stack-guide .maintenance-info .info-text, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .info-text, #createstack-modal .createstack-box .stack-maintenance .guide-info .info-text, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .info-text {
          opacity: .75;
          font-weight: normal;
          cursor: text; }
        #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .schedule-btn, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .schedule-btn, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .schedule-btn, #createstack-modal .createstack-box .stack-guide .stackupdate-details .schedule-btn, #createstack-modal .createstack-box .stack-guide .guide-info .schedule-btn, #createstack-modal .createstack-box .stack-guide .maintenance-info .schedule-btn, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .schedule-btn, #createstack-modal .createstack-box .stack-maintenance .guide-info .schedule-btn, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .schedule-btn {
          box-sizing: border-box;
          height: 32px;
          font-size: 13px;
          line-height: 22px;
          max-width: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
          padding: 0 12px;
          border-radius: 6px;
          background-color: #166ee1;
          color: #fff;
          border: 0;
          cursor: pointer; }
          #createstack-modal .createstack-box .stackcolor-appearance .stackupdate-details .schedule-btn .schedule-text, #createstack-modal .createstack-box .stackcolor-appearance .guide-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stackcolor-appearance .maintenance-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-guide .stackupdate-details .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-guide .guide-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-guide .maintenance-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-maintenance .stackupdate-details .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-maintenance .guide-info .schedule-btn .schedule-text, #createstack-modal .createstack-box .stack-maintenance .maintenance-info .schedule-btn .schedule-text {
            transform: translateY(-0.5px);
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            line-height: 22px;
            font-weight: 500; }
    #createstack-modal .createstack-box .stackmore-details {
      width: 240px;
      z-index: 999;
      overflow-y: auto;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.16), 0 3px 4px rgba(0, 0, 0, 0.06), 0 6px 8px rgba(0, 0, 0, 0.06), 0 12px 16px rgba(0, 0, 0, 0.08), 0 18px 32px rgba(0, 0, 0, 0.06);
      border-radius: 6px;
      background-color: #fff;
      position: fixed;
      inset: 0px auto auto 0px;
      transform: translate(440px, 56px); }
      #createstack-modal .createstack-box .stackmore-details .menu-deatils {
        padding: 12px; }
        #createstack-modal .createstack-box .stackmore-details .menu-deatils .menu-content {
          cursor: pointer;
          width: 100%;
          display: flex;
          align-items: center;
          padding: 8px;
          border-radius: 3px;
          font-size: 13px;
          list-style: none; }
          #createstack-modal .createstack-box .stackmore-details .menu-deatils .menu-content .menu-icons {
            margin-right: 8px; }
          #createstack-modal .createstack-box .stackmore-details .menu-deatils .menu-content .menu-text {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            color: #4d4d4d; }
    #createstack-modal .createstack-box .stackColorHover {
      position: absolute;
      z-index: 100;
      background: #4b4b4b;
      padding: 8px;
      border-radius: 6px;
      color: white;
      font-size: 15px;
      width: 199px;
      font-weight: 500;
      inset: 0px auto auto 0px;
      transform: translate(472px, 172px); }

#DeleteStack {
  position: absolute;
  top: 44px;
  left: 20px;
  z-index: 10004;
  min-width: 0px;
  transform: translate(0px, 0px); }
  #DeleteStack .stack-delete-modal {
    position: absolute;
    top: 40px;
    border: 0;
    color: #1f1f1f;
    font-weight: 500;
    padding: 16px;
    min-width: 232px;
    width: min-content;
    max-width: 400px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
    #DeleteStack .stack-delete-modal .wc-modal-content {
      margin-bottom: 8px;
      line-height: 1.5;
      font-size: 14.4px;
      font-weight: 500;
      cursor: text; }
    #DeleteStack .stack-delete-modal .wc-modal-desc {
      opacity: .75;
      margin-bottom: 16px;
      cursor: text; }
    #DeleteStack .stack-delete-modal .wc-modal-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      #DeleteStack .stack-delete-modal .wc-modal-footer .modal-btn {
        max-width: 192px;
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        border: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 8px 0 0 !important;
        padding: 0 12px;
        border-radius: 6px; }
        #DeleteStack .stack-delete-modal .wc-modal-footer .modal-btn .btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500; }
      #DeleteStack .stack-delete-modal .wc-modal-footer .modal-cancel-btn {
        background-color: transparent;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #DeleteStack .stack-delete-modal .wc-modal-footer .modal-cancel-btn:hover {
          background: none;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #DeleteStack .stack-delete-modal .wc-modal-footer .modal-delete-btn {
        margin-right: 0px;
        color: #fff;
        background-color: #dc043b;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #DeleteStack .stack-delete-modal .wc-modal-footer .modal-delete-btn:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.share-popup {
  margin-top: -2px !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  margin-left: 6px !important; }
  .share-popup .popup-tooltiptext {
    font-size: 11px;
    display: flex;
    align-items: center; }

.tooltip .tooltiptextshare {
  visibility: hidden;
  width: max-content;
  background-color: #303b47;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px;
  font-size: 12px !important;
  margin-left: 8px;
  padding: 6px 8px;
  position: absolute;
  z-index: 6;
  top: 27px;
  left: -22px;
  padding-left: 7px;
  padding-right: 7px; }

.tooltip:hover .tooltiptextshare {
  visibility: visible; }

.favorite-popup {
  margin-top: 6px !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  margin-left: 6px;
  background: #303b47 !important; }
  .favorite-popup .popup-tooltiptext {
    font-size: 11px;
    display: flex;
    align-items: center;
    background-color: #303b47; }

#createstack-modal {
  position: fixed !important;
  inset: 0px auto auto 0px !important;
  transform: translate(8px, 48px) !important;
  margin: 0 !important;
  width: 0; }

.quill-editor-customCss .ql-container .ql-editor ol, .quill-editor-customCss .ql-container .ql-editor ul {
  padding: 0px; }
#helpCenter {
  min-width: 748px; }
  #helpCenter .content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  #helpCenter .image-div {
    display: flex;
    justify-content: center; }
  #helpCenter .content {
    padding: 0px 22px 30px 22px !important; }
#welcomeModal .content-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div h2 {
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div h3 {
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div button {
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  #welcomeModal .content-div .iframe {
    width: -webkit-fill-available;
    margin: 18px;
    margin-bottom: 28px;
    margin-top: 22px; }

#welcomeModal .actions {
  display: flex;
  align-items: center;
  margin-top: 20px; }
  #welcomeModal .actions .start-guide-btn {
    background: #3871f9;
    font-size: 16px;
    padding: 6px 16px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer; }
  #welcomeModal .actions .skip-btn {
    margin-left: 16px;
    opacity: 0.8;
    border-bottom: 2px solid transparent;
    cursor: pointer; }
    #welcomeModal .actions .skip-btn:hover {
      opacity: 1;
      border-bottom: 2px solid #ddd; }

#welcomeModal .profile-paragraph {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

#welcomeModal .profile-paragraph-new {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 12px;
  font-size: 14px;
  font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

#welcomeModal .profile-div {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 18px;
  margin-bottom: 10px; }
  #welcomeModal .profile-div img {
    width: 74px;
    height: 74px;
    margin-right: 8px;
    border-radius: 148px;
    border: 1.5px solid #ddd; }
  #welcomeModal .profile-div .profile-name {
    font-size: 16px;
    font-weight: 500;
    font-family: 'GT Eesti Display',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
#DashboardWelcome .content-frame {
  background-color: #f8f8f8;
  background-size: cover;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  transition: all .5s ease;
  text-align: center; }
  #DashboardWelcome .content-frame .nav {
    margin-top: 5px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease; }
    #DashboardWelcome .content-frame .nav h1 {
      font-size: 20px;
      color: #656565; }
    #DashboardWelcome .content-frame .nav .img-responsive {
      height: 60px;
      width: 180px; }
    #DashboardWelcome .content-frame .nav .nav-span-text {
      margin-left: 10px;
      display: flex;
      justify-content: center;
      opacity: 0.6;
      margin-bottom: 17px;
      font-size: 14px; }
  @media screen and (max-width: 500px) {
    #DashboardWelcome .content-frame {
      width: max-content; } }

#DashboardWelcome .DashboardWelcomeModal {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff; }
  #DashboardWelcome .DashboardWelcomeModal .wc-modal-box {
    margin-bottom: 48px;
    padding: 0 64px; }
    #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-title {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 32px;
        line-height: 1.25;
        color: #333;
        cursor: text;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        padding-bottom: 16px;
        color: #616670; }
        #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-text {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.5;
          padding-bottom: 16px;
          color: #333;
          text-align: left;
          cursor: text; }
        #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px; }
          #DashboardWelcome .DashboardWelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img img {
            width: 100%;
            max-width: 300px; }
  #DashboardWelcome .DashboardWelcomeModal .getstarted-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 64px;
    line-height: 1.5; }
    #DashboardWelcome .DashboardWelcomeModal .getstarted-btn .get-btn {
      height: 36px;
      font-size: 15px;
      font-weight: 500;
      line-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      padding: 0 16px !important;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #DashboardWelcome .DashboardWelcomeModal .getstarted-btn .get-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #DashboardWelcome .DashboardWelcomeModal .getstarted-btn .get-btn .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: translateY(-1px); }
.temp-root .dropdown {
  margin-left: 23px;
  margin-bottom: 5px;
  margin-top: 8px; }

.grid-templates {
  margin: 0px !important; }

.template-model ul {
  list-style: none !important; }

.template-model ul.template-bx {
  list-style: none;
  overflow: hidden; }
  .template-model ul.template-bx li {
    width: 33.33%;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px; }

.template-model .template-bx .template-item .template-item-div:hover {
  box-shadow: 3px 3px 3px #ccc;
  border-radius: 7px; }

.template-model .template-bx .template-item .item-image {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  width: 100%;
  height: 148px;
  background-color: #e7e7e7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .template-model .template-bx .template-item .item-image .button {
    border-radius: 5px 0px 5px 0px; }

.template-model .template-bx .template-item .item-sec {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  border-left: 2px solid #dde1e3;
  border-right: 2px solid #dde1e3;
  border-bottom: 2px solid #dde1e3;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; }
  .template-model .template-bx .template-item .item-sec .item-title {
    color: #212121;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
#ShareCollaborator .ui.dropdown .menu {
  max-height: 215px;
  overflow: auto; }
  #ShareCollaborator .ui.dropdown .menu img {
    width: 25px;
    height: 25px;
    border-radius: 25px; }
#PricingModel {
  display: block !important;
  height: 86% !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: auto !important;
  border-radius: 6px;
  background-color: #fff; }
  #PricingModel .form {
    margin-bottom: 28px;
    margin-left: 20px; }
  #PricingModel .description {
    margin-top: 5px;
    font-size: 15px; }
  #PricingModel .description .underline {
    text-decoration: underline; }
  #PricingModel .current-plan {
    font-weight: 600;
    color: blue; }
  #PricingModel #pricing {
    margin: 15px 10px; }
    @media (max-width: 991px) {
      #PricingModel #pricing .header-card {
        position: relative; } }
  #PricingModel .header-row {
    position: sticky;
    top: 0;
    z-index: 100; }
    #PricingModel .header-row .current-plan {
      margin-bottom: 14px; }
  #PricingModel .pricingBoxes {
    padding: 0 10px; }
  #PricingModel .personal {
    /* border-radius: 40px; */
    background: #EEF5FA;
    margin-top: 1px;
    display: flex;
    align-items: center;
    flex-direction: column; }
  #PricingModel .head {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 40px; */
    /* position: sticky; */
    /* top: 80px; */
    color: #004780;
    z-index: 10;
    padding: 16px 8px; }
    #PricingModel .head .price {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 0px; }
    #PricingModel .head .btn {
      border-radius: 20px;
      color: #fff;
      padding: 6px 16px;
      cursor: pointer;
      font-size: 12px; }
    #PricingModel .head .btn-downgrade {
      background: #d65041; }
    #PricingModel .head .btn-upgrade {
      background: #4FAD35; }
    #PricingModel .head .btn-green {
      background: #2cc131; }
    #PricingModel .head .place-holder {
      color: #606060;
      line-height: 1.2;
      min-width: 138px;
      overflow: hidden;
      min-height: 52px; }
    #PricingModel .head .economy {
      background: #004780;
      color: #fff !important;
      /* border-radius: 40px; */ }
    #PricingModel .head .business {
      /* border-radius: 40px; */
      background: #EEF5FA; }
    #PricingModel .head .enterprise {
      /* border-radius: 40px; */
      background: #EEF5FA; }
  #PricingModel .item {
    padding: 0px !important; }
    #PricingModel .item .column span {
      font-size: 10px;
      color: #797979; }
    #PricingModel .item .firstrow {
      background-color: #004780; }
      #PricingModel .item .firstrow .text {
        color: white;
        font-size: 15px;
        font-weight: 10;
        text-align: left; }
  #PricingModel .value {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 0px;
    justify-content: center; }
  #PricingModel .value img {
    width: 18px;
    margin: auto; }
  #PricingModel .plan-text {
    font-size: 10px;
    color: #797979; }
  #PricingModel .first {
    background-color: #004780;
    height: 29vh;
    /* Magic here */
    display: flex;
    justify-content: center;
    align-items: center; }
  #PricingModel .first h3 {
    color: white; }
  #PricingModel .left-header p {
    font-weight: bold !important; }
  #PricingModel .get-deal {
    margin-top: 8px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid;
    padding: 6px;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    margin-right: initial; }
  #PricingModel .header-links {
    margin-top: 1px;
    width: 100% !important;
    text-align: center;
    color: black;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-weight: 500;
    font-size: 17px;
    border: 2px solid grey;
    background: #d8f3ea;
    border-radius: 15px; }
#powerup .content {
  padding: 22px; }

#powerup h3 {
  font-weight: bold; }

#powerup .powerupfeature {
  margin-top: 20px;
  font-size: 16;
  margin-bottom: 15px;
  font-weight: 500; }

#powerup li {
  font-size: 16;
  padding: 6px; }

#powerup .action-btn {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  align-items: center; }
  #powerup .action-btn .plan-btn {
    display: block;
    width: 100%;
    border: none;
    text-align: center; }
  #powerup .action-btn .compare-btn {
    text-align: center;
    margin-top: 8px; }

@media only screen and (min-width: 992px) {
  #powerup {
    width: 414px !important; } }
#FindStackModel .findstack-main {
  position: absolute;
  top: 1%;
  left: 40%;
  z-index: 111;
  background: white;
  border-radius: 7px;
  width: 60%; }
  #FindStackModel .findstack-main .stacksearch-input {
    height: 9vh;
    border-radius: 4px;
    border: none;
    background: #ddd;
    color: black;
    width: 94%;
    font-size: 18px;
    padding: 7px;
    font-weight: 500;
    margin: 12px; }
    #FindStackModel .findstack-main .stacksearch-input:focus {
      outline: none; }
    #FindStackModel .findstack-main .stacksearch-input:active {
      outline: none; }

#FindStackModel .stacksearch-input:focus {
  border: 2px solid grey !important; }

#FindStackModel .no-result {
  padding: 3px 0px 10px 13px;
  font-size: 14px;
  font-weight: 500; }

#FindStackModel .searchstack-list-main {
  margin: 10px 0px 0px 0px;
  background: whitesmoke;
  border-radius: 2px;
  padding: 5px;
  max-height: 60vh;
  overflow: auto; }
  #FindStackModel .searchstack-list-main .search-stack-list {
    list-style: none;
    padding: 6px 5px 5px 5px;
    display: flex;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 6px 1px 1px 1px; }
  #FindStackModel .searchstack-list-main .active {
    background-color: #ddd; }
  #FindStackModel .searchstack-list-main .search-stack-list:hover {
    background-color: #ddd; }
  #FindStackModel .searchstack-list-main .stack-icons {
    height: 30px;
    width: 30px;
    border-radius: 2px;
    padding: 3px; }
  #FindStackModel .searchstack-list-main .stack-name {
    margin: 0px 0px 0px 7px;
    font-size: 16px;
    font-weight: 500; }

#FindStackModel .background {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.25); }
#StackCreateTemplatesModal .modal-content {
  height: 75vh; }
  #StackCreateTemplatesModal .modal-content .loading {
    position: absolute;
    top: 48%;
    left: 48%; }
  #StackCreateTemplatesModal .modal-content .left-container {
    height: 100%; }
    #StackCreateTemplatesModal .modal-content .left-container .nav {
      opacity: 1;
      text-align: left;
      transition: all .5s ease; }
      #StackCreateTemplatesModal .modal-content .left-container .nav .img-responsive {
        height: 60px !important;
        width: 200px !important; }
    #StackCreateTemplatesModal .modal-content .left-container .footer-btns {
      position: absolute;
      bottom: 0px;
      right: 10px;
      text-align: end; }
      #StackCreateTemplatesModal .modal-content .left-container .footer-btns button {
        font-size: 16px;
        margin-right: 0px; }
      #StackCreateTemplatesModal .modal-content .left-container .footer-btns .primary-btn {
        line-height: 1.5;
        height: 38px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        background-color: #166ee1 !important;
        color: #fff !important;
        font-weight: 500 !important;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        border-radius: 6px !important;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        #StackCreateTemplatesModal .modal-content .left-container .footer-btns .primary-btn:focus {
          outline: none;
          border: 0; }
  #StackCreateTemplatesModal .modal-content .left-content {
    height: calc(100% - 140px);
    overflow: hidden;
    padding: 8px;
    margin: 20px 0px 0px 0px; }
    #StackCreateTemplatesModal .modal-content .left-content .header-text {
      font-size: 17px;
      font-weight: 500; }
    #StackCreateTemplatesModal .modal-content .left-content .category-dropdown {
      margin: 13px 0px 0px 0px; }
    #StackCreateTemplatesModal .modal-content .left-content .category-list {
      margin: 20px 0px 0px 0px;
      height: 100%;
      overflow-x: hidden;
      overflow-y: auto;
      padding-top: 8px; }
      #StackCreateTemplatesModal .modal-content .left-content .category-list .category-main {
        overflow-x: hidden;
        overflow-y: auto;
        /* padding: 1px; */ }
        #StackCreateTemplatesModal .modal-content .left-content .category-list .category-main .not-found {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 16px;
          font-size: 17px;
          font-weight: 500;
          max-height: 20px; }
      @media (max-height: 700px) {
        #StackCreateTemplatesModal .modal-content .left-content .category-list .category-list {
          height: calc(100% - 35px); }
        #StackCreateTemplatesModal .modal-content .left-content .category-list .category-main {
          height: calc(100% - 65px);
          margin-right: 4px; } }
      @media (max-width: 991px) {
        #StackCreateTemplatesModal .modal-content .left-content .category-list .category-main .item-card {
          width: 100%; } }
      #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card {
        width: 46%;
        cursor: pointer;
        max-height: 63px;
        margin: 8px; }
        #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card .card-content {
          display: flex;
          align-items: center; }
          #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card .card-content .item-text {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            font-size: 13px;
            margin-left: 12px; }
          #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card .card-content .card-img {
            width: 35px;
            margin: inherit; }
      #StackCreateTemplatesModal .modal-content .left-content .category-list .item-card-active {
        border: 2px solid #287FF9; }
  #StackCreateTemplatesModal .modal-content .right-container {
    height: 100%; }
    #StackCreateTemplatesModal .modal-content .right-container .not-preview {
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      font-weight: 500; }

#StackCreateTemplatesModal .modal-content-sub-container {
  height: 100%; }

#StackCreateTemplatesModal .modal-content-sub-container > div {
  height: calc(100% - 30px); }

#StackCreateTemplatesModal .create-template-modal-iframe {
  height: 100%; }
#FullPageLoader .fullpageloader-viewer {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100000; }
  #FullPageLoader .fullpageloader-viewer .fullpage-text {
    display: flex;
    font-size: 25px;
    color: white;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    align-items: center;
    font-weight: 500; }
    #FullPageLoader .fullpageloader-viewer .fullpage-text img {
      margin-bottom: 20px;
      filter: gray;
      /* IE */
      -webkit-filter: grayscale(1);
      /* Old WebKit */
      -webkit-filter: grayscale(100%);
      /* New WebKit */
      filter: grayscale(100%); }
.hero {
  border-bottom: 2px solid #e9e9e9;
  width: 100%;
  margin: 8px 15px; }

.sign {
  background-color: #f9f9f9;
  border-color: #ccc;
  color: #333;
  font-family: monospace;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  padding: 3px 6px 3px 6px;
  margin: 0 5px 0 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc; }

.sign-mac {
  font-size: 9px;
  background-color: #f9f9f9;
  border-color: #ccc;
  color: #333;
  font-family: monospace;
  font-weight: normal;
  text-transform: none;
  padding: 5px 6px 4px 6px;
  margin: 0 5px 0 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc; }

.ui.modal > .content {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 12px;
  background: #FFFFFF; }

.hero {
  border-bottom: 2px solid #e9e9e9;
  width: 100%;
  margin: 8px 15px; }

.ui.dimmer {
  background: rgba(0, 0, 0, 0.6); }

.ui.grid + .grid {
  margin-top: 3rem; }

.ui.grid > .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* -webkit-box-pack: inherit; */
  -ms-flex-pack: inherit;
  /* justify-content: inherit; */
  /* -webkit-box-align: stretch; */
  -ms-flex-align: stretch;
  /* align-items: stretch; */
  width: 100% !important;
  padding: 0rem;
  padding-top: 3px;
  padding-bottom: 0; }
  .ui.grid > .row > .column .text {
    margin-bottom: 6px !important;
    font-size: 15px; }

.ui.grid {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: -1rem;
  margin-right: -1rem; }

h3.heading {
  font-weight: 500;
  font-size: 1.2rem; }

.ui.divided.grid:not([class*="vertically divided"]) > .row > .column {
  box-shadow: none !important; }
#InformationModel .header-logo {
  display: flex;
  justify-content: center;
  background-color: #ddf6ff;
  padding: 32px; }

#InformationModel .scrolling, #InformationModel .ui.modal > .content {
  padding: 0 !important; }
  #InformationModel .scrolling .offer-header, #InformationModel .ui.modal > .content .offer-header {
    padding-top: 28px;
    margin-left: 64px;
    text-align: left;
    line-height: 1.25;
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    cursor: text; }
  #InformationModel .scrolling .offer-list, #InformationModel .ui.modal > .content .offer-list {
    margin: 0 64px;
    padding-top: 24px; }
    #InformationModel .scrolling .offer-list .offer-content, #InformationModel .ui.modal > .content .offer-list .offer-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      #InformationModel .scrolling .offer-list .offer-content .offer-check, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-check {
        margin-right: 8px;
        display: flex;
        align-items: center; }
      #InformationModel .scrolling .offer-list .offer-content .offer-text, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-text {
        text-align: left;
        font-size: 14px;
        cursor: text; }
  #InformationModel .scrolling .offer-claim, #InformationModel .ui.modal > .content .offer-claim {
    padding: 16px 0 8px 0;
    margin: 0 64px; }
    #InformationModel .scrolling .offer-claim .offer-bx, #InformationModel .ui.modal > .content .offer-claim .offer-bx {
      display: flex;
      justify-content: center; }
      #InformationModel .scrolling .offer-claim .offer-bx .getoffer, #InformationModel .ui.modal > .content .offer-claim .offer-bx .getoffer {
        display: flex;
        align-items: center;
        background-color: #2D7FF8;
        color: white; }
  #InformationModel .scrolling .offer-feature, #InformationModel .ui.modal > .content .offer-feature {
    padding: 24px; }
    #InformationModel .scrolling .offer-feature .faqs-head, #InformationModel .ui.modal > .content .offer-feature .faqs-head {
      margin-bottom: 4px;
      padding-bottom: 8px;
      line-height: 1.5;
      font-weight: 500;
      font-size: 16px;
      color: #00000080; }
    #InformationModel .scrolling .offer-feature #Planinfo, #InformationModel .ui.modal > .content .offer-feature #Planinfo {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
      padding-bottom: 2.5px;
      border-bottom: 2px solid #0000001a; }
      #InformationModel .scrolling .offer-feature #Planinfo .plan-content, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }
        #InformationModel .scrolling .offer-feature #Planinfo .plan-content .plan-text, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content .plan-text {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 4px;
          color: #333333; }
      #InformationModel .scrolling .offer-feature #Planinfo #PlanAns .plan-answer, #InformationModel .ui.modal > .content .offer-feature #Planinfo #PlanAns .plan-answer {
        line-height: 1.5;
        margin-bottom: 24px;
        margin-left: 8px;
        font-size: 13px; }
      #InformationModel .scrolling .offer-feature #Planinfo .blank-plan-ans, #InformationModel .ui.modal > .content .offer-feature #Planinfo .blank-plan-ans {
        display: none; }
body {
  font-family: "proxima-nova", sans-serif !important; }

#ChangeLog {
  display: -webkit-inline-box; }
  #ChangeLog .HW_badge_cont.HW_visible {
    margin-top: -2px; }

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

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa; }

#Homepage {
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: #fff; }
  @media only screen and (max-width: 550px) {
    #Homepage .Workspace-search .ui.dropdown .menu {
      left: -88px; }
    #Homepage .Workspace-search .ui.icon.input input {
      padding-right: 0px !important; }
    #Homepage .card-ct .stack-list .ui.dropdown .menu {
      left: -113px; }
    #Homepage .card-ct .stack-list .mobileView {
      right: 28px; } }
  @media only screen and (max-width: 300px) {
    #Homepage .card-ct .stack-list .mobileView {
      right: 1px; } }

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

.card-ct,
.team-board,
.message-board {
  width: 100% !important;
  border: 1px solid #f0f0f0 !important;
  transition: all 500ms ease-in-out;
  outline: none;
  box-shadow: none !important; }

.card-ct,
.team-board .header,
.message-board .header {
  font-size: 16px !important; }

.team-board .description,
.message-board .description {
  margin: 1em 0 !important; }

.logo-upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  height: 150px;
  width: auto;
  margin: 20px;
  border: 1px dashed #ddd;
  justify-content: center; }

.logo-upload p {
  margin: auto;
  display: inline-block; }

.team-board .header a.label {
  float: right; }

.team-board .contacts ul {
  list-style: none;
  padding: 0; }

.team-board .contacts ul li {
  display: inline-block;
  margin-right: 10px; }

.team-board .contacts ul li a {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #212121; }

.team-board .contacts ul li a:hover {
  background-color: #e7e7e7; }

.team-board .team-details {
  min-height: 250px; }

.back-a1 {
  background-color: #c5e99b !important; }

.back-a2 {
  background-color: #30a9de !important; }

.back-a3 {
  background-color: #a593e0 !important; }

.back-a4 {
  background-color: #ec7357 !important; }

.back-a5 {
  background-color: #f16b6f !important; }

.back-a6 {
  background-color: #ff7473 !important; }

.back-a7 {
  background-color: #47b8e0 !important; }

.back-a8 {
  background-color: #f26d5b !important; }

.back-gray {
  background-color: #e7e7e7 !important; }

.object-bx {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

.object-bx p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px !important;
  font-weight: 600; }

.object-bx .header-bx {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.add-workspace {
  display: flex;
  justify-content: start;
  font-size: 16px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .add-workspace a {
    color: #909090;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 4px;
    height: 34px;
    border: 1px solid #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .add-workspace a:hover {
      color: #212121; }
  .add-workspace .joyride-active {
    background: #e7e7e7; }

.stack-search .content {
  overflow-x: auto; }

.card-workspace {
  margin-bottom: 30px !important; }
  .card-workspace .container {
    display: flex;
    touch-action: none;
    width: 100%;
    height: 100%;
    margin: 1rem auto; }
  .card-workspace .dropzone {
    flex: 1;
    height: 300px;
    border-radius: 1rem; }
  .card-workspace .stack-container {
    width: 87px !important; }
  .card-workspace .stack-box-index {
    z-index: 0 !important; }
  .card-workspace .stack-list {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0px;
    align-items: center;
    border-radius: 5px; }
  .card-workspace .two-column-container {
    display: flex;
    align-items: center; }
    .card-workspace .two-column-container .two-column-stacklist {
      height: 70px;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      width: 96%; }
      .card-workspace .two-column-container .two-column-stacklist:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.03), 0 3px 16px rgba(0, 0, 0, 0.06); }
    .card-workspace .two-column-container .focused {
      outline: #166ee1 solid 2px;
      outline-offset: 2px; }
  .card-workspace .single-column-container {
    display: flex;
    align-items: center; }
  .card-workspace .display-none {
    display: none; }
  .card-workspace .stack-list:hover .display-none, .card-workspace .stack-grid-layout-container:hover .display-none {
    display: inline-flex;
    align-items: center;
    justify-self: center; }
  .card-workspace .drag-icons {
    display: inline-block; }
  .card-workspace .stack-list-left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-items: center;
    display: flex;
    width: 100%;
    margin: 6px; }
  .card-workspace .stack-list-right {
    display: inline-flex;
    margin-right: 12px; }
  .card-workspace .twocolumn-stacklistleft {
    margin: 12px; }
  .card-workspace .dropzone > div {
    height: 60px; }
  .card-workspace .stack-list-icon-container {
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    border-radius: 6px;
    padding: 8px; }
  .card-workspace .stack-list-text-container {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    color: #1d1f25; }
  .card-workspace .stack-list-text-container-single-row {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    color: #1d1f25; }
  .card-workspace .stack-over-limit-row {
    z-index: 1;
    margin-left: 16px;
    cursor: pointer; }
    .card-workspace .stack-over-limit-row .over-limit-div {
      padding: 4px;
      border: 2px solid white;
      border-radius: 5px;
      display: flex;
      background-color: #dc043b;
      color: #fff; }
      .card-workspace .stack-over-limit-row .over-limit-div .warning-icon {
        margin: 0; }
  .card-workspace .stack-list-text-container-grid {
    text-align: center;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #1d1f25; }
  .card-workspace .stack-list-text-container-two-column {
    text-align: left;
    overflow: hidden;
    font-size: 13px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 500;
    color: #1d1f25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3em;
    white-space: break-spaces; }
  .card-workspace .stack-name-input {
    display: flex;
    align-items: center;
    margin-left: 8px;
    width: 100%;
    height: 27px;
    padding: 0 5px;
    box-shadow: none;
    border: 2px solid #166ee1;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #1d1f25;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    .card-workspace .stack-name-input:focus {
      border: 2px solid #166ee1 !important; }
    .card-workspace .stack-name-input:focus-visible {
      outline: none; }
  .card-workspace .stack-over-limit-two-column {
    z-index: 1;
    margin-left: 16px;
    cursor: pointer; }
    .card-workspace .stack-over-limit-two-column .over-limit-div {
      padding: 4px;
      border: 2px solid white;
      border-radius: 5px;
      display: flex;
      background-color: #dc043b;
      color: #fff; }
      .card-workspace .stack-over-limit-two-column .over-limit-div .warning-icon {
        margin: 0; }
  .card-workspace .stack-list-text-container-single-row-shared-stacks {
    text-align: center;
    font-size: 13.5px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .card-workspace .stack-list-text-container-single-row-recent-stacks {
    text-align: center;
    font-size: 13.5px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */ }
  .card-workspace .stack-grid-layout-container {
    display: block;
    position: relative;
    width: 85px; }
  .card-workspace .stack-grid-icon-container {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 78px;
    height: 78px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .card-workspace .stack-grid-description {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 5px;
    cursor: pointer;
    height: 60px; }
  .card-workspace .stack-over-limit-grid {
    display: flex;
    border: 3px solid white;
    z-index: 2;
    border-radius: 6px;
    background-color: #fff;
    top: -12px;
    left: -11px;
    position: absolute;
    cursor: pointer; }
    .card-workspace .stack-over-limit-grid .over-limit-div {
      padding: 4px;
      border: 2px solid white;
      border-radius: 5px;
      display: flex;
      background-color: #dc043b;
      color: #fff; }
      .card-workspace .stack-over-limit-grid .over-limit-div .warning-icon {
        margin: 0; }
  .card-workspace .stack-grid-icon-container svg {
    margin-left: auto;
    margin-right: auto; }
  .card-workspace .stack-grid-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .card-workspace .padding-left-10 {
    padding-left: 10px; }
  .card-workspace #workspaceInputId {
    width: 250px;
    font-family: "Poppins";
    background: #efe8e8;
    border: 2px solid #efe8e8;
    border-radius: 6px;
    height: 40px;
    font-weight: bold;
    font-size: 22px;
    padding: 0px 0px 0px 6px;
    text-transform: capitalize; }
  .card-workspace #workspaceInputId::-moz-selection {
    background-color: #d6e6fd; }
  .card-workspace #workspaceInputId::selection {
    background-color: #d6e6fd; }
  .card-workspace:hover {
    color: #212121 !important; }
    .card-workspace:hover .workDragIcon {
      visibility: visible;
      cursor: -webkit-grab; }
  .card-workspace .workDragIcon {
    visibility: hidden;
    position: absolute;
    top: 2px;
    cursor: pointer;
    right: 46%;
    display: flex;
    flex-direction: column;
    color: #909090;
    opacity: 0.5; }
  .card-workspace .title {
    color: #222;
    font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    letter-spacing: 0.01em;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "calt" 0; }
  .card-workspace > .content {
    background: white !important;
    padding: 20px !important; }
  .card-workspace .icon-ws {
    font-weight: 700;
    color: #616161 !important;
    padding-bottom: 10px;
    cursor: pointer; }
    .card-workspace .icon-ws .input input {
      height: 30px;
      padding: 4px;
      width: 150px;
      font-size: 16px; }
    .card-workspace .icon-ws h1 {
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      padding: 3px 0 4px 0; }
    .card-workspace .icon-ws .workspace-name {
      font-family: "Poppins";
      font-weight: 600;
      letter-spacing: 0.01em;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "calt" 0;
      color: #1d1f25;
      font-size: 26px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 35%;
      text-transform: capitalize; }
      @media only screen and (max-width: 550px) {
        .card-workspace .icon-ws .workspace-name {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .card-workspace .icon-ws .workspace-name-text {
      cursor: pointer;
      font-size: 21px;
      font-weight: 500;
      color: #1d1f25;
      max-width: 35%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 1.25;
      -webkit-font-smoothing: antialiased;
      margin: 0;
      padding: 0;
      position: relative;
      top: -1px; }
    .card-workspace .icon-ws i {
      margin-left: 4px;
      font-size: 16px;
      position: relative;
      top: 0px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .card-workspace .icon-ws:hover {
      color: #212121 !important; }
    .card-workspace .icon-ws .overlimit-row {
      font-size: 12px; }
      .card-workspace .icon-ws .overlimit-row .tooltiptext {
        width: 227px !important; }
      .card-workspace .icon-ws .overlimit-row .overlimit-plan {
        color: white;
        background: #dc043b;
        border-radius: 14px;
        padding: 0px 9px;
        line-height: 1.7;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        border: 2px solid white;
        margin-left: 10px; }
        .card-workspace .icon-ws .overlimit-row .overlimit-plan:hover {
          opacity: 0.6; }
      .card-workspace .icon-ws .overlimit-row .payment-incomplete-tooltiptext {
        width: 227px !important;
        text-align: left; }
    .card-workspace .icon-ws .trial-tooltip {
      bottom: -112px;
      width: 295px;
      text-align: left;
      font-weight: bold;
      line-height: 18px;
      padding: 8px 8px; }
      .card-workspace .icon-ws .trial-tooltip p {
        line-height: 18px; }
    .card-workspace .icon-ws .plan-tooltip {
      bottom: -96px;
      left: -60px;
      width: 220px;
      text-align: left;
      font-size: 13px !important;
      font-weight: bold;
      line-height: 18px;
      padding: 15px;
      transition-delay: .5s; }
    @media only screen and (max-width: 550px) {
      .card-workspace .icon-ws .HideInMobile {
        display: none; }
      .card-workspace .icon-ws .wc-delete-sure {
        left: -45px; } }
    @media only screen and (max-width: 800px) {
      .card-workspace .icon-ws .apihide {
        display: none; } }
    @media (max-width: 991px) {
      .card-workspace .icon-ws .HideInMobile {
        display: flex;
        align-items: center; }
      .card-workspace .icon-ws .workspace-name {
        font-size: 21px !important; }
      .card-workspace .icon-ws .overlimit-row .overlimit-plan {
        padding: 0 6px;
        font-size: 11px;
        margin-left: 2px;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .card-workspace .icon-ws .plan-lable {
        padding: 0 6px;
        font-size: 11px;
        margin-left: 2px;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .card-workspace .icon-ws .apihide {
        margin-right: 25px; }
      .card-workspace .icon-ws .api-count {
        margin: 0 4px;
        font-size: 11px;
        max-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; } }

.card-workspacebox {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  background-color: #f9fafb !important;
  border-radius: 6px !important; }

.stack-boxes-main {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .stack-boxes-main .stack-boxes {
    border: 1px solid #ddd;
    border-radius: 14px;
    width: 31%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 13px;
    padding: 42px 16px;
    height: 280px;
    cursor: pointer; }
    .stack-boxes-main .stack-boxes .boxes-img {
      width: 28%; }
    .stack-boxes-main .stack-boxes .boxes-header-text {
      font-size: 19px;
      font-weight: bold;
      margin: 10px 0;
      color: #040404;
      width: 100%; }
    .stack-boxes-main .stack-boxes .boxes-desc-text {
      font-size: 14px;
      margin: 10px auto;
      font-weight: 400;
      max-width: 14rem; }
  .stack-boxes-main .stack-boxes:hover {
    border: 2px solid #ddd; }

.new-stack-boxes {
  margin-bottom: 8px;
  text-align: center;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .new-stack-boxes .new-stack-boxes-main {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 0px; }
    .new-stack-boxes .new-stack-boxes-main .new-stack-boxes {
      flex: 1; }
      .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data {
        min-height: 116px;
        min-width: 260px;
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: flex;
        box-sizing: border-box;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
        padding: 16px;
        border-radius: 6px;
        border-color: rgba(0, 0, 0, 0.1);
        background-color: #fff; }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12);
          background-color: rgba(0, 0, 0, 0.05); }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main {
          margin-right: 16px; }
          .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main .stack-img-boxes {
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main .stack-img-boxes .img-div {
              width: 50px;
              min-width: 50px;
              min-height: 50px;
              height: 50px;
              display: flex;
              align-items: center;
              justify-content: center; }
              .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-img-main .stack-img-boxes .img-div .stack-boxes-img {
                width: 100%;
                height: 100%; }
        .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-boxes-content {
          display: flex;
          justify-content: center;
          flex-direction: column;
          cursor: pointer;
          text-align: left; }
          .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-boxes-content .stack-boxes-header {
            margin-bottom: 4px;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1.25;
            font-size: 15px;
            font-weight: 500;
            color: #333; }
          .new-stack-boxes .new-stack-boxes-main .new-stack-boxes .new-stack-box-data .stack-boxes-content .stack-boxes-desc {
            line-height: 1.5;
            font-size: 11px;
            font-weight: 400;
            color: #666; }
  @media (max-width: 1023px) {
    .new-stack-boxes .new-stack-boxes-main {
      flex-direction: column; }
      .new-stack-boxes .new-stack-boxes-main .new-stack-boxes {
        margin-bottom: 0px;
        padding: 8px 0;
        width: 100%; } }

.wc-dropdown-sec {
  position: relative;
  cursor: pointer;
  min-width: 8px; }
  .wc-dropdown-sec ul.wc-dropdown {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 169px;
    z-index: 100;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd; }
    .wc-dropdown-sec ul.wc-dropdown .upgradeworkspace :hover {
      background-color: gold; }
    .wc-dropdown-sec ul.wc-dropdown li {
      display: block; }
      .wc-dropdown-sec ul.wc-dropdown li div {
        display: block;
        display: flex !important;
        align-items: center;
        font-weight: 600;
        color: #212121;
        font-size: 13px;
        padding: 6px 10px; }
        .wc-dropdown-sec ul.wc-dropdown li div:hover {
          background: #f8f8f8; }
        .wc-dropdown-sec ul.wc-dropdown li div i {
          margin-right: 10px;
          margin-left: 6px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: center; }
        .wc-dropdown-sec ul.wc-dropdown li div .workspace-menu-icon {
          margin-right: 6px;
          font-size: 14px; }

.stack-list {
  list-style: none; }
  .stack-list .stack-item {
    position: relative;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 2px solid #f3f2f2;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .stack-list .stack-item .title {
      font-size: 13px;
      font-weight: 500;
      margin-left: 15px; }
      @media only screen and (max-width: 450px) {
        .stack-list .stack-item .title {
          width: 110px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .stack-list .stack-item svg {
      margin-left: auto; }
    .stack-list .stack-item:hover {
      background: rgba(0, 0, 0, 0.05); }
  .stack-list .add-stack {
    background: transparent;
    border: 1px solid transparent;
    padding: 10px 10px;
    z-index: 2; }
    .stack-list .add-stack:hover {
      background: #fff;
      border: 1px solid #ddd !important;
      border: 0; }
      .stack-list .add-stack:hover span.title {
        color: #212121;
        font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
        letter-spacing: 0.01em;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "calt" 0; }
  .stack-list .create-buttons-main {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: left;
    width: 100%;
    margin-bottom: 24px; }
    .stack-list .create-buttons-main .create-button {
      padding: 10px;
      border-radius: 27px;
      background: #EDEDED;
      font-weight: 500;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      text-align: center;
      vertical-align: middle; }
      .stack-list .create-buttons-main .create-button .button-img {
        width: 100%;
        max-width: 17px;
        margin-right: 5px; }
      .stack-list .create-buttons-main .create-button .button-text {
        line-height: 16px;
        font-style: normal;
        font-size: 12px;
        text-transform: capitalize;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.8);
        text-align: center;
        vertical-align: middle;
        overflow: hidden; }
        @media only screen and (max-width: 1000px) {
          .stack-list .create-buttons-main .create-button .button-text {
            font-size: 12px; } }
    @media (min-width: 831px) and (max-width: 991px) {
      .stack-list .create-buttons-main .create-button {
        padding: 16px 10px;
        margin: 0 4px; }
      .stack-list .create-buttons-main .button-text {
        font-size: 11px !important; } }
    @media screen and (max-width: 830px) {
      .stack-list .create-buttons-main .create-button {
        padding: 6px 6px;
        margin: 0 4px 4px 0; }
      .stack-list .create-buttons-main .button-img {
        margin-right: 2px; } }
    @media (max-width: 991px) {
      .stack-list .create-buttons-main .button-text {
        font-size: 11px !important; }
      .stack-list .create-buttons-main .button-text {
        line-height: 1.2; } }
    .stack-list .create-buttons-main .create-button:hover {
      color: rgba(0, 0, 0, 0.9);
      background-color: #CACBCD; }

.information-bx {
  margin-bottom: 4px;
  padding: 16px;
  border-radius: 6px;
  text-align: left;
  background-color: #ffffff;
  border: 3px solid #e8e8e8; }
  .information-bx .information-title {
    padding: 8px 0;
    line-height: 1.5;
    font-weight: 500;
    font-size: 18px;
    cursor: text;
    color: #333333; }
  .information-bx .information-content {
    padding-bottom: 16px;
    font-size: 12px; }
    .information-bx .information-content .info-items {
      display: flex;
      align-items: flex-start;
      padding-bottom: 4px; }
      .information-bx .information-content .info-items .info-icon {
        padding-right: 8px;
        margin-top: 2px; }
      .information-bx .information-content .info-items .info-text {
        font-size: 13px;
        cursor: text; }
  .information-bx .info-footer {
    display: flex;
    align-items: center;
    justify-content: center; }
    .information-bx .info-footer .btn-learn {
      margin-right: 6px;
      padding: 0.75em !important;
      font-size: 13px !important;
      background: none !important; }
    .information-bx .info-footer .btn-offer {
      margin: 0;
      display: flex;
      align-items: center;
      padding: 0.65em 1.2em !important;
      background-color: #2D7FF8;
      color: white; }

.sidebar-hm {
  margin-top: 12px; }
  .sidebar-hm .sidebar-title {
    justify-content: space-between; }
    .sidebar-hm .sidebar-title .angle-icon {
      color: #1f1f1f;
      margin-left: 4px;
      font-size: 16px;
      width: 16px;
      height: 16px; }
  .sidebar-hm .sidebar-title h3 {
    font-weight: 500;
    margin-bottom: 0px;
    padding-bottom: 0px; }
  .sidebar-hm ul.sidebar-items li a {
    font-weight: 400;
    padding-bottom: 0 !important; }
    .sidebar-hm ul.sidebar-items li a svg {
      position: relative;
      top: 4px;
      margin-right: 6px; }
  .sidebar-hm ul.sidebar-items li.active a {
    display: block;
    border: 0; }
  .sidebar-hm ul.sidebar-items .add-wsList .sideber-text {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    width: 100%; }
  .sidebar-hm ul.sidebar-items .sidebar-list {
    padding: 1px;
    padding-left: 7px;
    display: flex;
    align-items: center;
    width: 80%; }
    .sidebar-hm ul.sidebar-items .sidebar-list .sideber-text {
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis;
      width: 100%; }
    .sidebar-hm ul.sidebar-items .sidebar-list .sidebar-content {
      flex: auto; }
    .sidebar-hm ul.sidebar-items .sidebar-list:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 5px; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navicon {
      visibility: hidden; }
      .sidebar-hm ul.sidebar-items .sidebar-list .navicon .gripicon {
        visibility: visible;
        opacity: 0.8; }
    .sidebar-hm ul.sidebar-items .sidebar-list .navigationWorkspaceName {
      display: inline-block;
      width: 205px;
      white-space: nowrap;
      overflow: hidden !important;
      text-overflow: ellipsis;
      width: 100%; }

ul.ct-tab {
  list-style: none;
  margin: 10px 0 20px 0;
  cursor: pointer; }
  ul.ct-tab li {
    display: inline-block; }
    ul.ct-tab li div {
      color: #212121;
      padding: 6px 10px;
      display: block; }
    ul.ct-tab li.active {
      font-weight: 600;
      background: #e7e7e7;
      border-radius: 4px; }
    ul.ct-tab li:hover a {
      color: #000000; }

.member-more span.more {
  margin-left: 4px;
  position: relative;
  top: 6px;
  cursor: pointer;
  height: 20px;
  border-radius: 2px; }
  .member-more span.more:hover {
    background-color: #e7e7e7; }

@media (min-width: 801px) and (max-width: 991px) {
  .member-more .member-box {
    margin-left: 6px !important; }
  .member-box ul.mb-bx li:last-child {
    margin-left: 12px; } }

.member-box .flex-basis {
  flex-basis: 100%;
  padding: 10px; }

.member-box ul.mb-bx {
  position: relative;
  right: 10px;
  list-style: none;
  align-items: center; }
  .member-box ul.mb-bx li {
    border-radius: 50%;
    height: 24px;
    width: 24px;
    cursor: pointer;
    display: inline-flex;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .member-box ul.mb-bx li:not(:last-child) {
      margin-right: 6px; }
    .member-box ul.mb-bx li img {
      height: 1.3em;
      width: 100%;
      position: relative;
      top: 0px;
      border-radius: 50px;
      display: block; }
    .member-box ul.mb-bx li:hover {
      margin-left: 12px; }
    .member-box ul.mb-bx li svg {
      margin: 0 auto !important; }
  .member-box ul.mb-bx li:last-child {
    position: relative; }
  .member-box ul.mb-bx .menuItem:hover {
    background: #e0e1e2; }
  .member-box ul.mb-bx .ws-share-content .ws-share {
    font-size: 12px;
    font-weight: 700;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    display: flex;
    align-items: center;
    padding: 6px 8px; }
  .member-box ul.mb-bx .ws-share-content .ws-share-tooltiptext {
    right: 0px;
    left: -48px;
    bottom: -38px; }
  .member-box ul.mb-bx .ws-share-btn {
    height: 28px;
    font-size: 13px;
    line-height: 22px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .member-box ul.mb-bx .ws-share-btn:hover {
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12); }
    .member-box ul.mb-bx .ws-share-btn .share-btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      line-height: 22px;
      color: #1d1f25; }

.member-box .menu-icon {
  background: #e7e7e7;
  border-radius: 90px;
  margin-right: 5px;
  color: grey;
  height: 22px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .member-box .menu-icon .menu-icon-img {
    width: 17px;
    margin-right: 2px; }
  .member-box .menu-icon .menu-icon-users {
    display: flex;
    align-items: center;
    position: absolute;
    right: 34px;
    font-size: 11px;
    top: -2px; }
  .member-box .menu-icon .menu-icon-icon {
    margin-right: 2px;
    font-size: 21px;
    color: grey;
    margin-left: 4px; }
  .member-box .menu-icon .menu-icon-text {
    top: 0px;
    right: 37px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 0px !important;
    margin-right: 6px; }

.member-box :hover .menu-icon {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

.box-invite .header-user {
  margin-bottom: 30px; }

.box-invite .Select {
  margin-bottom: 10px; }

.modal-member .header {
  background: #e7e7e7 !important; }

.modal-member > .content {
  max-height: 350px;
  overflow-y: auto; }

.modal-member .member-ws {
  padding-bottom: 16px; }
  .modal-member .member-ws:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
  .modal-member .member-ws img {
    border-radius: 50%; }

.context-sub-action {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 60px !important;
  right: 30px !important; }
  .context-sub-action li a {
    font-size: 13px;
    color: #212121; }

.contentbox-list-view {
  top: 45px !important; }

.modal-share > .header {
  font-size: 16px !important;
  border: 0 !important; }

.modal-share > .content {
  padding: 0 20px 0 20px !important; }

.modal-share > .actions {
  padding: 0 1.5rem 1rem 1.5rem !important;
  border: 0 !important; }

.modal-share > .content p {
  color: #717171; }

.modal-share > .content .invite-box {
  margin-top: 10px; }

.invite-box .btn-addmore {
  color: #166ee1 !important;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 10px; }
  .invite-box .btn-addmore:hover {
    font-weight: bold; }

.modal-share > .content .invite-box .invite-header a,
.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  margin-right: 10px;
  padding-bottom: 10px; }

.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  border-bottom: 1px dashed #414141;
  padding-bottom: 0px;
  font-size: 12px;
  letter-spacing: 0.5px; }

.modal-share > .content .invite-box .invite-header a.active {
  color: #212121;
  border-bottom: 2px solid #ddd; }

.modal-share > .content .invite-box .invite-content {
  clear: both; }
  .modal-share > .content .invite-box .invite-content .remove-email-item {
    margin: auto; }

.modal-share > .content .invite-box .invite-content .ui.selection.dropdown {
  min-width: 100% !important; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .item .text .image {
    height: 2.5em !important;
    border-radius: 27px; }
  .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text {
    display: flex;
    padding: 2px 0; }
    .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content {
      overflow: hidden; }
      .modal-share > .content .invite-box .invite-content .ui.selection.dropdown .menu .text .content .header {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.modal-share .content .invite-box .invite-content .ui.positive.button {
  min-width: 100%; }

.modal-share .content .staclColorHover {
  position: absolute;
  top: 250px;
  right: 14px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500; }

.add-stack-ct-menu {
  left: 100px;
  top: 4px;
  width: 100px !important;
  background: #fff !important;
  margin-top: 6px;
  z-index: 1000; }
  .add-stack-ct-menu li {
    font-size: 13px; }
    .add-stack-ct-menu li a {
      color: #212121 !important;
      font-weight: 500; }

.color-show {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  padding: 8px; }

.select-icon {
  height: 27px;
  width: 27px; }

.color-tab-op-custom .select-icon:hover {
  border: 1px solid #5e5d5d;
  border-radius: 5px; }

.active-select-icon {
  border: 1px solid #5e5d5d;
  border-radius: 5px; }

.color-bk {
  margin-left: 10px; }

.color-bk label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none; }

.select-color {
  position: relative; }
  .select-color .color-tab {
    background: #fff;
    cursor: pointer;
    padding: 4px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center; }
    .select-color .color-tab i {
      height: 16px; }
    .select-color .color-tab .color-show {
      margin: 0 4px; }
  .select-color .color-show,
  .select-color i {
    float: left; }

.color-tab-op {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px;
  left: -3px;
  width: 35em;
  height: 20em; }
  .color-tab-op ul {
    list-style: none; }
    .color-tab-op ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op {
      width: 21.2em;
      height: 25em; }
      .color-tab-op ul li {
        padding: 1.3px; } }

.wc-delete-align-right {
  left: calc(100% - 212px); }

.plan-lable {
  color: white;
  border-radius: 14px;
  padding: 0px 9px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #7d7d7d;
  border: 2px solid #7d7d7d;
  margin-left: 10px; }
  .plan-lable:hover {
    opacity: 0.6;
    text-decoration: underline; }

.ws-planName-content {
  display: inline-flex;
  align-items: center;
  margin: 0 4px 0 6px;
  position: relative;
  top: 1px; }
  .ws-planName-content .ws-planName-info {
    display: inline-flex; }
  .ws-planName-content .planName-btn {
    padding: 1px 4px;
    cursor: pointer;
    transition: .085s all ease-in;
    display: flex;
    align-items: center;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    color: #1d1f25;
    background-color: #EDEDED;
    line-height: 18px; }
    .ws-planName-content .planName-btn .noevents {
      pointer-events: none; }
      .ws-planName-content .planName-btn .noevents .ws-planName-text {
        opacity: .75;
        margin: 0 4px;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase; }
    .ws-planName-content .planName-btn .ws-dotIcon {
      margin: 0 4px; }
    .ws-planName-content .planName-btn .upgrade-text {
      color: #166ee1;
      opacity: .75;
      margin: 0 4px;
      text-transform: uppercase;
      text-decoration: none; }
    .ws-planName-content .planName-btn:hover .noevents .ws-planName-text,
    .ws-planName-content .planName-btn:hover .upgrade-text {
      opacity: 0.7; }
    .ws-planName-content .planName-btn:hover .tooltiptext {
      visibility: visible; }
    .ws-planName-content .planName-btn .tooltiptext {
      width: 227px !important;
      margin: 0;
      left: 0px; }
    .ws-planName-content .planName-btn .plan-tooltip {
      bottom: -96px;
      left: -60px;
      width: 220px;
      text-align: left;
      font-size: 13px !important;
      font-weight: bold;
      line-height: 18px;
      padding: 15px;
      transition-delay: .5s; }
  .ws-planName-content .overlimit-btn {
    background-color: #dc043b;
    color: #fff; }
    .ws-planName-content .overlimit-btn .overLimitIcon-info {
      display: flex;
      align-items: center;
      margin-right: 4px; }
      .ws-planName-content .overlimit-btn .overLimitIcon-info .menuwarning-icon {
        font-size: 13px;
        color: #fff;
        fill: #fff;
        margin: 0;
        top: -1.5px; }
    .ws-planName-content .overlimit-btn .overLimit-text {
      font-size: 11px;
      font-weight: 600; }

.api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex;
  border: 2px solid #7d7d7d;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px; }
  .api-count:hover {
    opacity: 0.6;
    text-decoration: underline; }
  .api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.else-api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex; }
  .else-api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.react-joyride__tooltip {
  width: 404px !important; }
  .react-joyride__tooltip h4 {
    text-align: left;
    font-weight: 600;
    font-size: 23px !important; }
  .react-joyride__tooltip div {
    text-align: left;
    padding-left: 0px !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Next"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Last"] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title="Back"] {
    color: #3384f7 !important; }

.shared-stack-title {
  cursor: auto !important;
  font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "calt" 0;
  font-size: 22px !important; }

.favourite-stack-title {
  cursor: auto !important;
  font-family: "GT Eesti Display", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "calt" 0;
  font-size: 22px !important; }

.browser-warning {
  position: fixed;
  bottom: 0px;
  background: #4b4b4b;
  height: 50px;
  width: 100%;
  box-shadow: 5px 5px 5px 5px #ccc;
  text-align: center;
  padding: 10px;
  color: white;
  z-index: 1000; }

.searchStack input {
  background: #EDEDED !important;
  font-weight: bold !important;
  color: black !important;
  border: 2px solid #EDEDED !important; }
  .searchStack input ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black !important; }

.searchStack :focus {
  border-color: #008DD2 !important; }

.searchStack ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black !important; }

#FeatureRequestForm .features-main {
  top: 35px;
  width: 430px;
  height: fit-content;
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  top: 22px;
  border-radius: 7px;
  font-size: 13px; }

@media (max-width: 700px) {
  .sidebarShow {
    display: none; } }

@media (max-width: 700px) {
  .showfullscreen {
    width: 100% !important; } }

.emailverified-stack {
  opacity: 0.80;
  pointer-events: none; }

.collabrator-display {
  display: none; }

.email-message {
  cursor: auto; }
  .email-message .user-email {
    display: block;
    margin-left: 25px; }
  .email-message .resend-email {
    float: right;
    margin-right: 10px; }

#WSTrashFeatures {
  width: 850px; }
  #WSTrashFeatures .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd; }
    #WSTrashFeatures .header .header-icon-stack {
      display: flex;
      align-items: center; }
    #WSTrashFeatures .header p {
      font-size: 14px;
      margin-left: 3px;
      opacity: 0.8;
      margin-top: 5px; }
    #WSTrashFeatures .header .stack-trash {
      font-size: 17px;
      font-weight: 500;
      margin-left: 7px; }
  #WSTrashFeatures .main-content .trashData-stack {
    font-size: 18px;
    font-weight: 500;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px;
    text-indent: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-delete-text {
    font-size: 16px;
    margin-left: 12px; }
  #WSTrashFeatures .main-content .trashData-render .trashData-action {
    font-size: 15px;
    font-weight: 500; }
  #WSTrashFeatures .main-content .trashData-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52vh;
    flex-direction: column; }
    #WSTrashFeatures .main-content .trashData-empty .trashData-empty-img {
      width: 16%;
      margin-bottom: 22px;
      opacity: 0.9; }

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
  #TrashFeatures {
    width: fit-content; } }

.inputTagForSearch {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex: 1 1 0%; }
  .inputTagForSearch .searchInputStack {
    flex: 1 1 0%;
    max-width: 380px; }
    .inputTagForSearch .searchInputStack input {
      height: 32px;
      border-radius: 9999px;
      cursor: pointer;
      display: flex;
      align-items: center;
      width: 100%;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      padding: 0 16px;
      color: #1f1f1f; }
      .inputTagForSearch .searchInputStack input:hover {
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
      .inputTagForSearch .searchInputStack input:focus {
        border: 2px solid #166ee1; }

.stack-view-label-container {
  display: flex;
  margin-left: 5px; }

.stack-view-label {
  display: flex;
  border-radius: 25px;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 0px;
  cursor: pointer; }

.stack-view-label-container .active {
  background: #EDEDED; }

.stack-view-dropdown-menu {
  width: 17px;
  position: absolute;
  right: 2px;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 2px; }

.context-menu-custom-style-for-grid-view {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 120px;
  left: -20px !important; }

.context-menu-custom-style-for-grid-view li a {
  font-size: 13px;
  color: #212121; }

.menuwarning-icon {
  margin: 0 0 0 6px;
  color: #dc043b;
  fill: #dc043b; }

.collaborator-container {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 4px;
  bottom: 4px;
  /* border: 1px solid #403f3f; */
  border-radius: 7px;
  opacity: 0.75;
  background: antiquewhite;
  cursor: pointer; }

.grid-collaborator-container {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 4px;
  bottom: 4px;
  /* border: 1px solid #403f3f; */
  border-radius: 7px;
  opacity: 0.75;
  background: antiquewhite;
  cursor: pointer;
  min-width: 27px;
  height: 17px;
  color: gray;
  border-radius: 90px; }

.grid-collaborator-container:hover {
  box-shadow: 3px 2px 1px grey;
  border: 1px solid grey; }

.grid-collaborator-container .collaborator-number {
  font-size: 11px; }

.collaborator-icon-container {
  display: inline-block;
  line-height: 2px;
  padding-left: 2px; }

.collaborator-text-container {
  display: inline-block;
  padding-right: 2px; }

.collaborator-number {
  font-weight: 700;
  font-size: 9px; }

.display-block {
  display: block !important; }

.display-flex {
  display: flex !important; }

.custom-sidebar {
  position: relative !important;
  right: 0px; }

.custom-sub-sidebar {
  overflow-y: scroll !important;
  height: calc(100vh - 150px); }

.sidebar-title-2 {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  margin-bottom: 16px; }

.sub-sidebar-title {
  display: inline-flex; }

.sidebar-title-text {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  line-height: 19px; }

.drag-icon {
  display: inline-flex;
  margin-right: 10px; }

.collaborator-container-two-column {
  position: relative;
  left: -5px;
  bottom: 0px; }

.single-record-stack-list {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0px;
  align-items: center;
  border-radius: 6px;
  width: 100%;
  cursor: pointer;
  height: 38px; }
  .single-record-stack-list:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .single-record-stack-list .stack-list-left {
    margin: 0px;
    padding: 8px; }
  .single-record-stack-list .stack-list-icon-container {
    justify-content: center;
    height: 24px;
    width: 24px;
    padding: 0px; }
    .single-record-stack-list .stack-list-icon-container .single-record-stackIcon {
      width: 16px;
      height: 16px; }
  .single-record-stack-list .stack-over-limit-row .over-limit-div .warning-icon {
    width: 16px;
    height: 16px;
    font-size: 14px; }

.focused {
  outline: #166ee1 solid 2px;
  outline-offset: 2px; }

.custom-grid-stack-container {
  display: inline-block;
  width: 140px; }

.single-record-collaborator-container {
  font-size: 14px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -14px;
  border-radius: 7px;
  opacity: 0.75;
  background: antiquewhite;
  cursor: pointer; }

.custom-two-colummn-stack-container {
  width: 50%;
  display: inline-block; }

.recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
  display: grid !important;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(235px, 1fr)); }
  .recent-stack-content .recentstack-box, .recent-stack-content .sharedstack-box, .recent-stack-content .searchstack-box, .recent-stack-content .favoritestack-box, .shared-stack-content .recentstack-box, .shared-stack-content .sharedstack-box, .shared-stack-content .searchstack-box, .shared-stack-content .favoritestack-box, .search-stack-content .recentstack-box, .search-stack-content .sharedstack-box, .search-stack-content .searchstack-box, .search-stack-content .favoritestack-box, .favorite-stack-content .recentstack-box, .favorite-stack-content .sharedstack-box, .favorite-stack-content .searchstack-box, .favorite-stack-content .favoritestack-box {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    height: 70px;
    width: 100%;
    display: flex;
    align-items: center; }
    .recent-stack-content .recentstack-box .stack-list, .recent-stack-content .sharedstack-box .stack-list, .recent-stack-content .searchstack-box .stack-list, .recent-stack-content .favoritestack-box .stack-list, .shared-stack-content .recentstack-box .stack-list, .shared-stack-content .sharedstack-box .stack-list, .shared-stack-content .searchstack-box .stack-list, .shared-stack-content .favoritestack-box .stack-list, .search-stack-content .recentstack-box .stack-list, .search-stack-content .sharedstack-box .stack-list, .search-stack-content .searchstack-box .stack-list, .search-stack-content .favoritestack-box .stack-list, .favorite-stack-content .recentstack-box .stack-list, .favorite-stack-content .sharedstack-box .stack-list, .favorite-stack-content .searchstack-box .stack-list, .favorite-stack-content .favoritestack-box .stack-list {
      width: 100%; }
    .recent-stack-content .recentstack-box:hover, .recent-stack-content .sharedstack-box:hover, .recent-stack-content .searchstack-box:hover, .recent-stack-content .favoritestack-box:hover, .shared-stack-content .recentstack-box:hover, .shared-stack-content .sharedstack-box:hover, .shared-stack-content .searchstack-box:hover, .shared-stack-content .favoritestack-box:hover, .search-stack-content .recentstack-box:hover, .search-stack-content .sharedstack-box:hover, .search-stack-content .searchstack-box:hover, .search-stack-content .favoritestack-box:hover, .favorite-stack-content .recentstack-box:hover, .favorite-stack-content .sharedstack-box:hover, .favorite-stack-content .searchstack-box:hover, .favorite-stack-content .favoritestack-box:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.08), 0 3px 4px rgba(0, 0, 0, 0.03), 0 3px 16px rgba(0, 0, 0, 0.06); }
  @media screen and (min-width: 1169px) and (max-width: 1390px) {
    .recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
      grid-template-columns: repeat(auto-fill, minmax(286px, 1fr)); } }
  @media screen and (min-width: 1391px) and (max-width: 1730px) {
    .recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
      grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); } }
  @media screen and (min-width: 1731px) {
    .recent-stack-content, .shared-stack-content, .search-stack-content, .favorite-stack-content {
      grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); } }

.custom-single-colummn-stack-container {
  height: 40px; }

.tooltip-text {
  position: absolute;
  top: 15px;
  background-color: black;
  color: white;
  padding: 4px;
  border-radius: 5px;
  visibility: hidden; }

.stack-view-label:hover .tooltip-text {
  visibility: visible; }

.menu-icon:hover {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

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

.single-record-stack-list:hover .display-none {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 5px; }

.grid-favorite-icon, .grid-outline-favorite-icon {
  position: absolute;
  top: 3px;
  right: 2px;
  cursor: pointer; }

.grid-favorite-icon:hover .mark-as-favorite, .grid-outline-favorite-icon:hover .mark-as-favorite {
  visibility: visible; }

.favorite-icon {
  margin-right: 4px; }

.menu-icon-container {
  display: inline-flex;
  align-items: center;
  justify-self: center; }

.cursor-pointer {
  cursor: pointer; }

.margin-right-5px {
  margin-right: 5px; }

.margin-left-5px {
  margin-left: 5px; }

.favorite-container {
  display: flex;
  position: relative;
  align-items: center; }

.favorite-tooptip {
  position: absolute;
  left: -60px;
  text-align: center;
  top: -28px;
  background-color: #1b1c1d;
  color: white;
  border-radius: 5px;
  visibility: hidden;
  padding: 4px 6px;
  font-size: 11px;
  width: 100%;
  min-width: max-content; }

.favorite-list-tooptip {
  position: absolute;
  left: -125px;
  width: 145px;
  text-align: center;
  top: -28px;
  background-color: #1b1c1d;
  color: white;
  border-radius: 5px;
  padding: 5px;
  visibility: hidden; }

.favorite-container:hover .favorite-tooptip, .favorite-container:hover .favorite-list-tooptip {
  visibility: visible; }

.mark-as-favorite {
  position: absolute;
  background: #1b1c1d;
  color: white;
  width: max-content;
  border-radius: 5px;
  padding: 2px 6px;
  text-align: center;
  visibility: hidden;
  font-size: 11px;
  top: -8px;
  left: -102px; }

.favorite-list-container {
  justify-content: space-between;
  margin-right: 5px;
  border-radius: 5px;
  height: 100% !important;
  margin-bottom: 5px; }

.favorite-list-left {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 55px); }

.favorite-list-right {
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  display: flex; }

.favorite-list-right svg {
  display: none; }

.favorite-list-left .stack-list-icon-container {
  background-color: #b49b73;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 6px;
  margin-right: 10px; }

.favorite-list-container:hover .favorite-list-right svg {
  display: flex; }

.a-red {
  color: black; }

.violet {
  color: black; }

.welcome-message .header, .welcome-message.ui.red.message, .welcome-message.ui.red.message .header, .orange-color.ui.orange.message, .green-color.ui.green.message, .yellow-message.ui.yellow.message, .yellow-message.ui.yellow.message .header, .olive-message.ui.olive.message, .teal-message.ui.teal.message, .blue-message.ui.blue.message, .violet.ui.violet.message, .purple-message.ui.purple.message, .purple-message.ui.purple.message .header, .pink-message.ui.pink.message, .pink-message.ui.pink.message .header, .brown-message.ui.brown.message, .go-to-new-home-screen {
  color: black; }

#OverlimitModal {
  border-radius: 6px;
  background-color: #fff;
  padding-top: 32px;
  line-height: 1.5;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #OverlimitModal .overlimit-content {
    padding: 0 32px 0 32px;
    margin-bottom: 32px; }
    #OverlimitModal .overlimit-content .overlimit-header {
      margin-bottom: 16px; }
      #OverlimitModal .overlimit-content .overlimit-header .header-h2 {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: normal; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .header-text {
          font-weight: 600;
          color: #4d4d4d; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .upgrade-icon {
          margin-left: 8px;
          color: #166ee1;
          fill: #166ee1; }
    #OverlimitModal .overlimit-content .plan-data-content {
      display: grid;
      grid-auto-columns: 1fr; }
      #OverlimitModal .overlimit-content .plan-data-content .currentplan-content {
        grid-area: 4 / 1;
        padding: 16px 16px 32px 0; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px; }
          #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info .check-icon {
            margin-right: 6px; }
      #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content {
        grid-area: 4 / 2;
        background: #f1f5ff;
        padding: 16px 16px 32px;
        border-radius: 14px; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px;
          color: #4d4d4d; }
          #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info .check-icon {
            margin-right: 6px; }
    #OverlimitModal .overlimit-content .overlimit-footer {
      margin: 32px 0 8px 0;
      text-align: center; }
      #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn {
        font-weight: 500;
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        width: 33.33333%;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #166ee1;
        color: white;
        padding: 0 12px;
        margin-bottom: 16px;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn .upgrade-btn-text {
          transform: translateY(-0.5px); }
      #OverlimitModal .overlimit-content .overlimit-footer .learnmore-btn a {
        color: #333;
        cursor: pointer;
        font-size: 13px;
        line-height: 1.5; }

.dashboardAction-btn {
  background-color: #166ee1 !important;
  border-radius: 6px !important; }
  .dashboardAction-btn:hover {
    background-color: #0267eb !important; }

.action-cancel:hover {
  background: rgba(0, 0, 0, 0.05); }

.btn-primary {
  background-color: #166ee1 !important;
  color: #fff !important;
  margin-right: 6px !important; }
  .btn-primary:hover {
    background-color: #0267eb !important; }

.btn-no:hover {
  background: rgba(0, 0, 0, 0.05); }

.wc-delete-sure .wc-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  .wc-delete-sure .wc-footer .custom-cancel-btn {
    height: 32px;
    max-width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 12px !important;
    border-radius: 6px !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.custom-primary-btn {
  height: 32px;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 6px !important;
  background-color: #166ee1 !important;
  color: #fff !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
  .custom-primary-btn:hover {
    background-color: #0267eb !important; }
  .custom-primary-btn:focus {
    border: none; }

.wc-deleteModal-grid {
  border: 0;
  color: #1f1f1f;
  font-weight: 500;
  padding: 16px;
  min-width: 232px;
  width: min-content;
  max-width: 400px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
  .wc-deleteModal-grid .wc-modal-content {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14.4px;
    font-weight: 500;
    cursor: text; }
  .wc-deleteModal-grid .wc-modal-desc {
    opacity: .75;
    margin-bottom: 16px;
    cursor: text; }
  .wc-deleteModal-grid .wc-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .wc-deleteModal-grid .wc-modal-footer .modal-btn {
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px; }
      .wc-deleteModal-grid .wc-modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    .wc-deleteModal-grid .wc-modal-footer .modal-cancel-btn {
      background-color: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      .wc-deleteModal-grid .wc-modal-footer .modal-cancel-btn:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    .wc-deleteModal-grid .wc-modal-footer .modal-delete-btn {
      margin-right: 0px;
      color: #fff;
      background-color: #dc043b;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      .wc-deleteModal-grid .wc-modal-footer .modal-delete-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  .modal-footer .modal-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    .modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  .modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    .modal-footer .modal-delete-btn .delete-btn-text {
      color: #fff; }

.customBtn-css {
  height: 32px;
  line-height: 22px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  border: 0 !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.custom-cancel-btn {
  background-color: transparent !important; }
  .custom-cancel-btn:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }

.cancelBtn-rightCss {
  margin: 0 8px 0 0 !important; }

.custom-primary-btn {
  background-color: #166ee1 !important;
  color: #fff !important; }
  .custom-primary-btn:hover {
    background-color: #0267eb !important; }

.modal-footerAction {
  background: #F9FAFB;
  padding: 1rem 1rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right;
  margin: 0 !important; }

.wc-dlt-stack .modal-footer .modal-cancel-btn {
  margin-right: 8px; }

.stackHover-popup {
  margin-bottom: 8px !important;
  padding: 4px 6px !important;
  border-radius: 3px !important;
  animation-duration: 150ms !important;
  transition: none !important; }
  .stackHover-popup .stackhover-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    line-height: 1.25; }
    .stackHover-popup .stackhover-content .popup-stackname {
      font-size: 11px;
      font-weight: 500;
      margin-bottom: 2px; }
    .stackHover-popup .stackhover-content .popup-wsname {
      font-size: 11px; }

.workspaceSearch-bx {
  justify-content: flex-end !important; }

.workspace-container {
  right: 0px; }

.homescreenContentContainer {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.homepage-container {
  display: flex;
  flex-direction: column;
  height: 100%; }

#HeaderContainer {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  box-sizing: border-box;
  flex-direction: row-reverse; }
  #HeaderContainer .sidebar-content-bx {
    z-index: 5;
    position: relative;
    overflow: visible;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    background-color: #fff; }
    #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse {
      transition: 0.085s ease-in-out;
      position: relative;
      left: 0;
      top: 0;
      padding: 68px 12px 12px;
      height: 100%;
      background-color: #fff;
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav {
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 570px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view {
          display: flex;
          flex-direction: column;
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-view .ws-list-items {
            overflow: hidden auto; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .draggable-bx:focus-visible {
          outline: none; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list {
          display: flex;
          align-items: center;
          color: #1d1f25;
          margin-bottom: 4px;
          padding: 0 12px;
          border-radius: 3px;
          cursor: pointer; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list:focus-visible {
            outline: none; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list:hover {
            background-color: #f2f4f8; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .icon-bx {
            padding-right: 8px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .icon-bx .icon-content {
              width: 26px;
              height: 26px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 3px;
              background-color: rgba(0, 0, 0, 0.05); }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .icon-bx .icon-content .grp-icon {
                color: #1d1f25; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .item-name-content {
            flex-grow: 1;
            padding: 8px 0;
            line-height: 1.5;
            font-size: 13px;
            font-weight: 400;
            text-align: left;
            color: #1d1f25;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .item-name-content .item-name-text {
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .navicon {
            visibility: hidden; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .sidebar-list .navicon .gripicon {
              visibility: visible;
              opacity: 0.8; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .favorite-list-left {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: calc(100% - 52px); }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem {
          list-style: none; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem:hover {
            background-color: #f2f4f8; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem .sidebar-list {
            padding: 0 10px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-items .footer-liItem .sidebar-list .item-name-content {
              padding: 6px 0;
              line-height: 1.25; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content {
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-radius: 3px;
          cursor: pointer; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head {
            color: #1d1f25;
            width: 100%;
            padding: 8px 12px;
            text-align: left; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title {
              line-height: 1.5;
              font-weight: 500; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .header-text {
                font-weight: 500;
                display: flex;
                align-items: center;
                justify-content: space-between; }
              #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .ws-createIcon {
                display: flex;
                align-items: center;
                margin-right: -16px;
                cursor: pointer;
                padding: 4px;
                border-radius: 3px; }
                #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .ws-createIcon .plus-icon {
                  color: #1f1f1f;
                  font-size: 16px;
                  width: 16px;
                  height: 16px;
                  opacity: .75; }
                #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-head .sidebar-title .ws-createIcon:hover {
                  background-color: rgba(0, 0, 0, 0.05); }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-icon-content {
            cursor: pointer;
            display: flex;
            align-items: center;
            margin: 8px;
            padding: 4px;
            border-radius: 3px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-icon-content .angle-icon {
              color: #1f1f1f;
              margin-left: 4px;
              font-size: 16px;
              width: 16px;
              height: 16px;
              opacity: .75; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-header-content .sidebar-icon-content:hover {
              background-color: rgba(0, 0, 0, 0.05); }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn {
          box-sizing: border-box;
          height: 32px;
          min-height: 32px;
          font-size: 13px;
          line-height: 22px;
          max-width: 100%;
          border: 0;
          width: 100%;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
          margin: 16px 0px 8px;
          padding: 0px 12px;
          border-radius: 6px;
          font-weight: 500;
          background-color: #166ee1;
          color: #fff;
          cursor: pointer; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn:hover {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn .plus-icon {
            margin-right: 8px;
            width: 14px;
            height: 14px;
            color: #fff;
            fill: #fff; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-ws-create-btn .ws-create-text {
            transform: translateY(-0.5px);
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            line-height: 22px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer {
          margin-bottom: 16px;
          min-height: 140px;
          overflow: hidden auto; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-borderCss {
            width: 100%;
            margin-bottom: 16px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer .sidebar-borderCss:after {
              background-color: rgba(0, 0, 0, 0.1);
              content: "";
              display: block;
              height: 1px;
              margin-left: 0.75rem;
              margin-right: 0.75rem;
              position: relative; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content {
          display: block;
          cursor: pointer;
          border-radius: 3px; }
          #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content .footer-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 12px;
            height: 32px; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content .footer-head .header-text {
              line-height: 1.5;
              font-size: 15px;
              font-weight: 500; }
            #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-footer-content .footer-head .angle-icon {
              color: #1f1f1f;
              margin-left: 4px;
              font-size: 16px;
              width: 16px;
              height: 16px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-heading .sidebar-head {
          padding: 4px 12px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-collapse .sidebar-nav .sidebar-heading .sidebar-icon-content {
          margin: 0 8px;
          padding: 0 4px; }
    #HeaderContainer .sidebar-content-bx .custom-sidebar-expand {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      padding: 68px 0 0 0; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .icon-list {
        display: flex;
        margin-bottom: 20px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .icon-list .icon-div {
          width: 20px;
          height: 20px; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .create-iconList {
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        border-radius: 3px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .create-iconList .icon-div {
          width: 16px;
          height: 16px; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .sidebar-borderCss {
        width: 100%;
        margin-bottom: 20px; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .sidebar-borderCss:after {
          background-color: rgba(0, 0, 0, 0.1);
          content: "";
          display: block;
          height: 1px;
          margin-left: 0.75rem;
          margin-right: 0.75rem;
          position: relative; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .exapnd-customCss {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
      #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .expand-footerList {
        display: flex;
        align-items: center;
        flex-direction: column; }
        #HeaderContainer .sidebar-content-bx .custom-sidebar-expand .expand-footerList .footerIcon-div {
          margin-bottom: 18px;
          display: block;
          opacity: .8;
          width: 16px;
          height: 16px; }
  #HeaderContainer .collapse-bx {
    width: 47px; }
  #HeaderContainer .expand-transformCss {
    transform: translate3d(-300px, 0px, 0px); }
  #HeaderContainer .collapse-transformCss {
    transform: translate3d(0px, 0px, 0px); }
  #HeaderContainer .sidebarCollapse {
    visibility: hidden; }
  #HeaderContainer .sidebarExpand {
    visibility: visible; }
  #HeaderContainer .sidebar-content-bx:hover .sidebarExpand {
    visibility: hidden; }
  #HeaderContainer .sidebar-content-bx:hover .expand-bx {
    width: 300px; }
  #HeaderContainer .sidebar-content-bx:hover .expand-transformCss {
    transform: translate3d(0px, 0px, 0px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
  #HeaderContainer .sidebar-content-bx:hover .custom-sidebar-expand {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  #HeaderContainer .sidebar-content-bx:hover .sidebarCollapseExpand {
    transform: translate3d(0px, 0px, 0px); }
  @media screen and (max-width: 600px) {
    #HeaderContainer .small-sidebarMenu {
      visibility: visible; }
    #HeaderContainer .sidebarCollapseExpand {
      border: none;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
      transform: translate3d(-300px, 0px, 0px); }
    #HeaderContainer .expand-bx {
      width: 47px; } }
  #HeaderContainer .workspace-content-bx {
    width: 100%;
    min-width: 320px;
    background-color: #f9fafb;
    display: flex;
    flex-direction: column;
    padding: 68px 20px 0; }
    #HeaderContainer .workspace-content-bx .ct-tab {
      list-style: none;
      margin: 0;
      cursor: pointer;
      display: flex;
      flex-wrap: wrap; }
      #HeaderContainer .workspace-content-bx .ct-tab li {
        display: inline-block; }
        #HeaderContainer .workspace-content-bx .ct-tab li div {
          color: #212121;
          padding: 6px 10px;
          display: block; }
        #HeaderContainer .workspace-content-bx .ct-tab li.active {
          font-weight: 600;
          background: #e7e7e7;
          border-radius: 4px; }
        #HeaderContainer .workspace-content-bx .ct-tab li:hover a {
          color: #000000; }
    #HeaderContainer .workspace-content-bx .ct-nav {
      padding-bottom: 10px;
      margin-bottom: -10px;
      z-index: 5;
      position: relative;
      flex-shrink: 0; }
      #HeaderContainer .workspace-content-bx .ct-nav .ct-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        position: relative;
        z-index: 1;
        padding: 0 0 20px;
        flex-wrap: wrap; }
      #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab {
        display: flex;
        align-items: center;
        padding: 0 0 20px;
        position: relative;
        z-index: 1; }
        #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-wrapper {
          margin: 0 12px 0 0; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-wrapper .wsFilter-dropdown {
            display: flex;
            align-items: center; }
        #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content {
          cursor: pointer;
          opacity: .75;
          display: flex;
          align-items: center;
          justify-content: space-between;
          border-radius: 3px; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content:hover {
            opacity: 1; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content .wsFilter-text {
            margin: 0 4px 0 0; }
            #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content .wsFilter-text .selectedFilter-text {
              font-size: 15px;
              line-height: 1.5;
              color: #1d1f25; }
          #HeaderContainer .workspace-content-bx .ct-nav .wsFilter-tab .wsFilter-content .angle-icon {
            width: 16px;
            height: 16px;
            margin: 0;
            font-size: 16px; }
      #HeaderContainer .workspace-content-bx .ct-nav .ct-bx {
        padding-bottom: 10px;
        margin-bottom: -10px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%; }
        #HeaderContainer .workspace-content-bx .ct-nav .ct-bx .ct-boxshadow {
          box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 8px -2px;
          width: 100%;
          height: 100%; }
    #HeaderContainer .workspace-content-bx .stack-view-label-container .stack-view-label .tooltip-text {
      right: 0; }
    #HeaderContainer .workspace-content-bx .workspaceContentCotainer {
      display: flex;
      flex-direction: column;
      overflow: hidden auto;
      margin: 0 -31px 0 0;
      padding: 1px 31px 1px 1px;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
  @media only screen and (max-width: 425px) {
    #HeaderContainer .workspace-content-bx .workspaceContentCotainer {
      margin: 0px;
      padding: 0px; } }

.headerMessage-bx {
  min-height: fit-content !important;
  margin: 0 0 8px 0 !important;
  padding: 8px 16.5px !important;
  line-height: 1.5 !important; }
  .headerMessage-bx .close {
    display: flex;
    align-items: center;
    padding-left: 4px; }

.wsCreate-popup {
  padding: 5px !important;
  margin: 6px 0px 0 2px !important;
  line-height: 1.2 !important; }
  .wsCreate-popup .wsCreate-tooltiptext {
    font-size: 12px; }

.wsHeader-popup {
  padding: 5px !important;
  margin: 6px 82px 0 0px !important;
  line-height: 1.2 !important; }
  .wsHeader-popup .wsHeader-tooltiptext {
    font-size: 12px; }

.favoriteList-popup {
  padding: 5px !important;
  margin: 0px !important;
  line-height: 1.2 !important; }
  .favoriteList-popup .favorite-list-tooptiptext {
    font-size: 12px; }

.mark-as-favorite-popup {
  background: #1b1c1d !important;
  width: max-content;
  padding: 2px 6px !important;
  margin: -8px 0 0 0px !important;
  animation-duration: 150ms !important;
  transition: none !important; }
  .mark-as-favorite-popup .mark-as-favorite-tooltiptext, .mark-as-favorite-popup .favorite-tooptiptext {
    font-size: 11px; }

.stack-list-icon-container, .stack-grid-icon-container {
  border: 1px solid rgba(34, 34, 34, 0.12);
  inset: 0px;
  mix-blend-mode: normal; }

.stack-share {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px; }
  .stack-share .stack-share-header-container {
    margin-bottom: 8px; }
    .stack-share .stack-share-header-container .stack-share-header {
      font-size: 21px;
      font-weight: 400;
      color: #000000; }
  .stack-share .stack-share-description-container {
    margin-bottom: 16px; }
    .stack-share .stack-share-description-container .stack-share-description {
      font-size: 13px;
      font-weight: 400; }
  .stack-share .stack-share-button-container .stack-share-button {
    height: 32px;
    max-width: 200px;
    background-color: white;
    font-size: 13px;
    text-align: center;
    padding: 0 12px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
    cursor: pointer; }
    .stack-share .stack-share-button-container .stack-share-button:hover {
      background-color: #f5f5f5; }
    .stack-share .stack-share-button-container .stack-share-button:focus {
      outline: none;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4), 0px 0px 4px rgba(0, 0, 0, 0.1); }

.tryTemplate-modal {
  padding: 32px;
  line-height: 1.5;
  width: 100%;
  animation-name: bounceIn;
  animation-duration: 240ms; }
  .tryTemplate-modal .tryTemp-header {
    color: #1d1f25;
    font-size: 23px;
    font-weight: 675;
    line-height: 1.25;
    cursor: text; }
  .tryTemplate-modal .tryTemp-model {
    width: 512px;
    background-color: #fff; }
    .tryTemplate-modal .tryTemp-model .tryTemp-content {
      margin: 0 0 32px;
      padding: 12px 0 0; }
    .tryTemplate-modal .tryTemp-model .buttons {
      justify-content: flex-end; }
  .tryTemplate-modal .field-label {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 12px;
    line-height: 1.5;
    color: #616670;
    cursor: text; }

@keyframes bounceIn {
  0%, 50%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    -webkit-transform: scale3d(0.98, 0.98, 0.98);
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.wsFilterList-dropdown {
  position: fixed;
  width: 240px;
  z-index: 10000;
  overflow-y: auto;
  color: #1d1f25;
  line-height: 18px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06); }
  .wsFilterList-dropdown .wsFilter-menu {
    padding: 12px; }
    .wsFilterList-dropdown .wsFilter-menu .wsFilter-list {
      cursor: pointer;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 8px;
      border-radius: 3px;
      font-size: 13px;
      list-style: none; }
      .wsFilterList-dropdown .wsFilter-menu .wsFilter-list .wsFilter-info {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .wsFilterList-dropdown .wsFilter-menu .wsFilter-list .wsFilter-info .wsFilter-text {
          line-height: 1.5; }
      .wsFilterList-dropdown .wsFilter-menu .wsFilter-list .checkbox-icon {
        margin: 0 0 0 4px; }
    .wsFilterList-dropdown .wsFilter-menu .wsList-border {
      height: 1px;
      margin: 8px;
      background-color: rgba(0, 0, 0, 0.05);
      list-style: none; }

.withoutAccessModal-wrapper {
  color: #1d1f25; }
  .withoutAccessModal-wrapper .withoutAccess-modal {
    padding: 32px;
    width: 512px !important;
    border-radius: 6px; }
    .withoutAccessModal-wrapper .withoutAccess-modal .access-header {
      font-size: 22.4px;
      font-weight: 500;
      margin: 0 0 16px;
      line-height: 1.25;
      padding: 0; }
    .withoutAccessModal-wrapper .withoutAccess-modal .access-desc {
      font-size: 13px;
      margin: 0 0 16px;
      word-wrap: break-word; }
    .withoutAccessModal-wrapper .withoutAccess-modal .access-buttons .access-okay-btn {
      float: right;
      cursor: pointer;
      padding: 8px 16px;
      border-radius: 3px;
      font-size: 13px;
      font-weight: 500;
      background-color: #166ee1;
      color: #fff;
      box-shadow: inset 0 0 0 2px transparent; }
      .withoutAccessModal-wrapper .withoutAccess-modal .access-buttons .access-okay-btn:hover {
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }
#ImportAirtable .header {
  border-bottom: 1px solid white;
  padding: 20px 12px 11px 11px; }

#ImportAirtable .scrolling.content {
  overflow: visible !important; }
  #ImportAirtable .scrolling.content .ui.selection.active.dropdown .menu {
    width: 35rem !important; }

#ImportAirtable .content-main {
  overflow: auto;
  height: fit-content; }
  #ImportAirtable .content-main .content-list {
    display: flex;
    flex-direction: column;
    gap: 20px; }
  #ImportAirtable .content-main .input-section p {
    font-size: 12px;
    color: grey;
    margin: 0px 0px 6px 0px; }

#ImportAirtable .import-header {
  padding: 20px 12px 11px 12px;
  margin: 0px; }
#InformationModel .header-logo {
  display: flex;
  justify-content: center;
  background-color: #ddf6ff;
  padding: 32px; }

#InformationModel .scrolling, #InformationModel .ui.modal > .content {
  padding: 0 !important; }
  #InformationModel .scrolling .offer-header, #InformationModel .ui.modal > .content .offer-header {
    padding-top: 28px;
    margin-left: 64px;
    text-align: left;
    line-height: 1.25;
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    cursor: text; }
  #InformationModel .scrolling .offer-list, #InformationModel .ui.modal > .content .offer-list {
    margin: 0 64px;
    padding-top: 24px; }
    #InformationModel .scrolling .offer-list .offer-content, #InformationModel .ui.modal > .content .offer-list .offer-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px; }
      #InformationModel .scrolling .offer-list .offer-content .offer-check, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-check {
        margin-right: 8px;
        display: flex;
        align-items: center; }
      #InformationModel .scrolling .offer-list .offer-content .offer-text, #InformationModel .ui.modal > .content .offer-list .offer-content .offer-text {
        text-align: left;
        font-size: 14px;
        cursor: text; }
  #InformationModel .scrolling .offer-claim, #InformationModel .ui.modal > .content .offer-claim {
    padding: 16px 0 8px 0;
    margin: 0 64px; }
    #InformationModel .scrolling .offer-claim .offer-bx, #InformationModel .ui.modal > .content .offer-claim .offer-bx {
      display: flex;
      justify-content: center; }
      #InformationModel .scrolling .offer-claim .offer-bx .getoffer, #InformationModel .ui.modal > .content .offer-claim .offer-bx .getoffer {
        display: flex;
        align-items: center;
        background-color: #2D7FF8;
        color: white; }
  #InformationModel .scrolling .offer-feature, #InformationModel .ui.modal > .content .offer-feature {
    padding: 24px; }
    #InformationModel .scrolling .offer-feature .faqs-head, #InformationModel .ui.modal > .content .offer-feature .faqs-head {
      margin-bottom: 4px;
      padding-bottom: 8px;
      line-height: 1.5;
      font-weight: 500;
      font-size: 16px;
      color: #00000080; }
    #InformationModel .scrolling .offer-feature #Planinfo, #InformationModel .ui.modal > .content .offer-feature #Planinfo {
      display: flex;
      flex-direction: column;
      margin-bottom: 16px;
      padding-bottom: 2.5px;
      border-bottom: 2px solid #0000001a; }
      #InformationModel .scrolling .offer-feature #Planinfo .plan-content, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 8px; }
        #InformationModel .scrolling .offer-feature #Planinfo .plan-content .plan-text, #InformationModel .ui.modal > .content .offer-feature #Planinfo .plan-content .plan-text {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 4px;
          color: #333333; }
      #InformationModel .scrolling .offer-feature #Planinfo #PlanAns .plan-answer, #InformationModel .ui.modal > .content .offer-feature #Planinfo #PlanAns .plan-answer {
        line-height: 1.5;
        margin-bottom: 24px;
        margin-left: 8px;
        font-size: 13px; }
      #InformationModel .scrolling .offer-feature #Planinfo .blank-plan-ans, #InformationModel .ui.modal > .content .offer-feature #Planinfo .blank-plan-ans {
        display: none; }
#AutoCheckColumnCsvModel .header {
  border: none; }

#AutoCheckColumnCsvModel .actions {
  border: none; }

#AutoCheckColumnCsvModel .btn-cancel {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  color: #333;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  #AutoCheckColumnCsvModel .btn-cancel:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#AutoCheckColumnCsvModel .btn-import {
  height: 32px;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  margin: 0 !important;
  border-radius: 6px !important;
  background-color: #166ee1 !important;
  color: #fff !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
  #AutoCheckColumnCsvModel .btn-import .btn-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #AutoCheckColumnCsvModel .btn-import:hover {
    background-color: #166ee1;
    color: #fff;
    font-weight: 500; }
  #AutoCheckColumnCsvModel .btn-import:focus {
    border: none; }

#AutoCheckColumnCsvModel .import-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  #AutoCheckColumnCsvModel .import-modal-footer .modal-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  #AutoCheckColumnCsvModel .import-modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #AutoCheckColumnCsvModel .import-modal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #AutoCheckColumnCsvModel .import-modal-footer .modal-delete-btn .delete-btn-text {
      color: #fff; }

#AutoCheckColumnCsvModel .preview-section {
  border: 2px solid #ddd;
  border-radius: 8px; }
  #AutoCheckColumnCsvModel .preview-section .fixTableHead {
    overflow-y: auto;
    height: 62vh; }
    #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main {
      height: 32px; }
      #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main .column-header {
        font-weight: 700;
        padding: 4px 7px;
        padding-top: 3px;
        background-color: #f5f5f5;
        border-bottom-color: #d2d2d2;
        border-bottom: 2px solid #e1e1e1;
        cursor: pointer;
        min-width: 115px;
        border-right: 1px solid #ddd;
        z-index: 1; }
        #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main .column-header .column-header-text {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #AutoCheckColumnCsvModel .preview-section .fixTableHead .column-header-main .column-header .column-header-text .column-name {
            width: 50px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    #AutoCheckColumnCsvModel .preview-section .fixTableHead .row-main {
      height: 32px; }
      #AutoCheckColumnCsvModel .preview-section .fixTableHead .row-main .row-cell-box {
        width: 103px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
  #AutoCheckColumnCsvModel .preview-section .fixTableHead thead th {
    position: sticky;
    top: 0; }
  #AutoCheckColumnCsvModel .preview-section table {
    border-collapse: collapse;
    margin-top: -3px; }
  #AutoCheckColumnCsvModel .preview-section th,
  #AutoCheckColumnCsvModel .preview-section td {
    padding: 5px 5px;
    border: 1px solid #ddd; }

.CSVImportColumnRowCountDiv {
  display: flex;
  flex-direction: column;
  margin: 0px 18px 10px 18px;
  background: #f4f4f4;
  padding: 5px;
  border-radius: 5px; }
#RenderCell {
  max-height: 25px; }
  #RenderCell .col-url {
    text-decoration: underline; }
  #RenderCell .col-options {
    display: flex; }
    #RenderCell .col-options .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 3px 2px;
      max-width: inherit;
      width: fit-content; }
    #RenderCell .col-options .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 13px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #RenderCell .col-options .select-tag .Select-aria-only {
        position: relative !important; }
  #RenderCell .col-number {
    text-align: end; }
#EditColumnModel {
  z-index: 10;
  position: absolute;
  background: whitesmoke;
  border-radius: 10px;
  width: 30%;
  padding: 15px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.05);
  height: 70%; }
  #EditColumnModel .editmodel-main .fieldtype-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    font-size: 13px;
    cursor: pointer; }
    #EditColumnModel .editmodel-main .fieldtype-header input {
      width: 100%;
      height: 28px;
      margin-left: -4px;
      padding: 5px;
      border: none;
      background-color: rgba(0, 150, 255, 0);
      outline: none; }
  #EditColumnModel .editmodel-main .field-select {
    position: absolute;
    right: 15px;
    left: 15px;
    border-radius: 4px;
    z-index: 15;
    overflow: auto;
    border-radius: 4px;
    background-color: #fff;
    overflow-y: scroll;
    height: 80%; }
    #EditColumnModel .editmodel-main .field-select ul {
      list-style: none;
      padding: 0; }
      #EditColumnModel .editmodel-main .field-select ul li {
        padding: 0 10px;
        height: 38px;
        font-size: 13px;
        border: 1px solid #fff; }
        #EditColumnModel .editmodel-main .field-select ul li svg:first-child {
          margin-right: 6px; }
        #EditColumnModel .editmodel-main .field-select ul li:hover {
          background-color: rgba(0, 150, 255, 0.3); }
    #EditColumnModel .editmodel-main .field-select::-webkit-scrollbar {
      width: 4px; }
  #EditColumnModel .editmodel-main .field-box {
    background-color: rgba(0, 150, 255, 0.2);
    border: 2px solid rgba(0, 150, 255, 0.3);
    border-radius: 4px;
    margin: 10px 0;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; }
    #EditColumnModel .editmodel-main .field-box .fieldtype-header {
      cursor: pointer; }
      #EditColumnModel .editmodel-main .field-box .fieldtype-header input {
        width: 100%;
        height: 28px;
        margin-left: -4px;
        padding: 5px;
        border: none;
        background-color: rgba(0, 150, 255, 0);
        outline: none; }
    #EditColumnModel .editmodel-main .field-box .field-select {
      border: 2px solid rgba(0, 150, 255, 0.2);
      height: fit-content;
      max-height: 80%; }
      #EditColumnModel .editmodel-main .field-box .field-select ul {
        cursor: pointer; }
      #EditColumnModel .editmodel-main .field-box .field-select .border-class {
        font-weight: 500;
        border-radius: 15px;
        margin-right: 2px;
        margin-left: 2px; }
    #EditColumnModel .editmodel-main .field-box .field-not-matching {
      height: calc(100vh - 580px);
      display: flex;
      align-items: center;
      justify-content: center; }
#ImportAdjust .adjuct-continer .adjut-content {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#ImportAdjust .adjuct-continer .ui.inverted.segment,
#ImportAdjust .adjuct-continer .ui.primary.inverted.segment {
  background: #f4f4f4;
  color: black !important;
  border-radius: 6px;
  margin: 16px; }

#ImportAdjust .adjuct-continer .ui.inverted.accordion .title:not(.ui) {
  color: black !important; }

#ImportAdjust .adjuct-continer .columns-list-menu {
  display: flex;
  flex-direction: column;
  width: fit-content;
  background: whitesmoke;
  position: absolute;
  left: 7%;
  margin: 15px;
  padding: 13px;
  height: fit-content;
  overflow: auto;
  max-height: 53%;
  bottom: 20%;
  z-index: 1; }
  #ImportAdjust .adjuct-continer .columns-list-menu .checkbox-list {
    margin: 7px; }
.header-menu-marign {
  padding: 10px; }

.header-link {
  width: 100% !important;
  text-align: center;
  display: none;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #E5F9E7 !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .header-link .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

@media only screen and (max-width: 767px) {
  .header-link {
    margin: 0px !important; } }

@media (max-width: 767px) {
  .message-content .ui.container {
    width: 100% !important;
    margin: 0px !important; } }

.invite-header-message {
  width: 100% !important;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  padding: 8px 0 !important;
  color: #333 !important;
  background-color: #e8effd !important;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0) inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .invite-header-message .invite-text {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer; }
  .invite-header-message .header-close-icon {
    position: relative;
    float: right;
    right: 7px;
    cursor: pointer; }

#Header {
  position: fixed;
  width: 100%;
  z-index: 1001;
  margin-top: 0;
  margin-bottom: 0px;
  height: 56px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  margin-left: 0px;
  margin-right: 0px;
  border: 0 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  #Header a {
    font-weight: 500;
    color: #414141; }
  #Header .ui .align {
    align-items: center !important; }
  #Header .notifications {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .notifications:hover {
      background-color: rgba(234, 234, 234, 0.8); }
  #Header .account-menu {
    cursor: pointer;
    margin-left: 8px;
    padding: 4px;
    border-radius: 24px; }
    #Header .account-menu:hover {
      background-color: rgba(234, 234, 234, 0.8); }
    #Header .account-menu .account-menu-box {
      border-radius: 6px;
      padding: 2px 12px 2px 18px;
      width: 296px;
      right: -4px; }
      #Header .account-menu .account-menu-box .header {
        padding: 0em 0.142857rem !important; }
      #Header .account-menu .account-menu-box .item {
        padding: 8px 8px 8px 2px !important;
        margin: 0 8px 5px 0;
        border-radius: 3px;
        display: flex;
        align-items: center; }
        #Header .account-menu .account-menu-box .item .accountmenu-icon {
          margin: 0.10em 0.75em 0em 0em; }
  @media (max-width: 991px) {
    #Header .nav-item {
      margin: 0 2px;
      padding: 10px 6px;
      font-size: 13px; }
    #Header .nav-item-new {
      margin: 0px;
      padding: 10px 4px; }
    #Header .refer-btn {
      font-size: 12px;
      padding: 0.4em .5em; }
    #Header .notifications {
      margin-left: 2px; }
    #Header .account-menu {
      margin-left: 4px;
      padding: 0px; } }
  @media (max-width: 425px) {
    #Header .refer-btn {
      font-size: 8px; } }
  #Header .account-menu .accounticon {
    max-width: 0px;
    width: 100%;
    height: 100%;
    min-width: 2em;
    min-height: 2em; }
  #Header .refer-btn {
    border-radius: 27px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  @media screen and (max-width: 991px) {
    #Header .header-icon-content {
      width: fit-content; } }
  @media screen and (min-width: 992px) {
    #Header .header-icon-content {
      width: 190px; } }
  @media (min-width: 992px) and (max-width: 1071px) {
    #Header .nav-item {
      margin: 0 2px;
      padding: 10px 6px; }
    #Header .nav-item-new {
      margin: 0px;
      padding: 10px 8px; }
    #Header .refer-btn {
      font-size: 13px;
      padding: 12px 16px; }
    #Header .notifications {
      margin-left: 2px; }
    #Header .account-menu {
      margin-left: 4px;
      padding: 0px; } }
  #Header .reconnect-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500; }
  #Header .header-info {
    margin: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 16px 0 8px; }
    #Header .header-info .headerItem {
      margin-left: 0; }
      #Header .header-info .headerItem .header-logo {
        width: 150px;
        height: 46px;
        display: flex;
        align-items: center; }
    #Header .header-info .header-left-content {
      display: flex;
      align-items: center; }
      #Header .header-info .header-left-content .header-icon-content {
        display: flex;
        align-items: center; }
        #Header .header-info .header-left-content .header-icon-content .ws-menuIcon {
          display: flex;
          cursor: pointer;
          padding: 0 8px 0 4px;
          border-radius: 3px; }
          #Header .header-info .header-left-content .header-icon-content .ws-menuIcon .menuIcon {
            opacity: .5;
            color: #1f1f1f; }
            #Header .header-info .header-left-content .header-icon-content .ws-menuIcon .menuIcon:hover {
              opacity: 1; }
          @media screen and (max-width: 600px) {
            #Header .header-info .header-left-content .header-icon-content .ws-menuIcon {
              display: none; } }
      #Header .header-info .header-left-content .header-nav {
        display: flex;
        align-items: center; }
    #Header .header-info .header-right-content {
      display: flex;
      align-items: center; }
  @media screen and (min-width: 1200px) {
    #Header .header-info {
      margin: 0 !important; } }

.menuIcon-popup {
  padding: 5px !important;
  margin: 10px 0px 0 0px !important;
  line-height: 1.2 !important; }
  .menuIcon-popup .menuIcon-tooltiptext {
    font-size: 12px; }

.refreshMessage-content .ui.container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%; }

.refreshMessage-content .refresh-message {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background-color: #f1f5ff; }
  .refreshMessage-content .refresh-message .info-icon {
    color: #0d52ac;
    fill: #0d52ac;
    height: 20px;
    width: 20px; }
  .refreshMessage-content .refresh-message .content-info {
    margin-left: 8px; }
    .refreshMessage-content .refresh-message .content-info .content-text {
      font-size: 13px;
      font-weight: 400;
      color: #1d1f25;
      line-height: 1.5;
      cursor: text; }
  .refreshMessage-content .refresh-message .refresh-btn-content {
    margin-left: 16px; }
    .refreshMessage-content .refresh-message .refresh-btn-content .refresh-btn {
      cursor: pointer;
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      max-width: 100%;
      border: 0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      padding: 0 12px;
      background-color: #fff;
      color: #1d1f25; }
      .refreshMessage-content .refresh-message .refresh-btn-content .refresh-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      .refreshMessage-content .refresh-message .refresh-btn-content .refresh-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
#TemplatesModal {
  height: 90%;
  position: relative;
  overflow: hidden;
  animation-name: opacityFadeIn;
  animation-duration: 400ms;
  display: flex !important;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  color: #1d1f25; }
  @media only screen and (min-width: 1400px) {
    #TemplatesModal {
      width: 1215px;
      margin: 0em 0em 0em -600px; } }

@keyframes opacityFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #TemplatesModal .loaderTemp-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  #TemplatesModal .modalHeader {
    height: 56px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 16px;
    color: rgba(0, 0, 0, 0.5); }
    #TemplatesModal .modalHeader .header-info {
      display: flex;
      align-items: center;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0;
      border-radius: 6px;
      line-height: 1.6; }
      #TemplatesModal .modalHeader .header-info .searchTemplate-content {
        position: relative; }
        #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchIcon-info {
          width: 30px;
          opacity: .5;
          top: 0;
          bottom: 0;
          position: absolute;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 0 0 0 4px; }
          #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchIcon-info .search-icon {
            width: 16px;
            height: 16px;
            color: #1d1f25;
            fill: #1d1f25; }
        #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchTemp-input {
          height: 32px;
          width: 393px;
          outline: 0;
          color: #1d1f25;
          border: 0;
          display: flex;
          padding: 4px 4px 4px 32px;
          border-radius: 3px;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          background-color: #0000000d; }
          #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchTemp-input:focus {
            border-color: #166ee1; }
        #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchBtn-close {
          width: 24px;
          height: 24px;
          border-width: 2px;
          border-style: solid;
          border-color: rgba(0, 0, 0, 0);
          background-color: transparent;
          opacity: .5;
          border-radius: 50%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 4px 4px 0 0; }
          #TemplatesModal .modalHeader .header-info .searchTemplate-content .searchBtn-close:hover {
            opacity: .85;
            background-color: rgba(0, 0, 0, 0.25); }
    #TemplatesModal .modalHeader .tempBackBtn-content {
      display: flex;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
      #TemplatesModal .modalHeader .tempBackBtn-content .tempBack-btn {
        cursor: pointer;
        display: flex;
        opacity: .75;
        border-radius: 9999px;
        padding: 8px 12px;
        color: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        line-height: 18px; }
        #TemplatesModal .modalHeader .tempBackBtn-content .tempBack-btn:hover {
          background-color: rgba(0, 0, 0, 0.1); }
  #TemplatesModal .tempModal-content {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
    #TemplatesModal .tempModal-content .sidebarTemp-content {
      width: 230px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .getTemp {
        opacity: .75;
        padding: 16px 16px 8px;
        color: #1d1f25;
        font-size: 13px;
        cursor: text;
        line-height: 18px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .tempActive {
        background-color: rgba(0, 0, 0, 0.05); }
      #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-heading {
        opacity: .75;
        padding: 32px 16px 8px;
        color: #1d1f25;
        font-size: 13px;
        cursor: text;
        line-height: 18px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-list {
        cursor: pointer;
        margin: 4px 8px;
        padding: 12px 16px;
        display: flex;
        border-radius: 3px; }
        #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-list:hover {
          background-color: rgba(0, 0, 0, 0.05); }
        #TemplatesModal .tempModal-content .sidebarTemp-content .tempCatg-list .tempCatg-text {
          color: #1d1f25;
          font-size: 13px;
          font-weight: 500;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 18px; }
      #TemplatesModal .tempModal-content .sidebarTemp-content .allTemp-link {
        text-decoration: none;
        color: #1d1f25;
        outline: 0;
        opacity: .5;
        display: flex;
        align-items: center;
        margin: 4px 8px;
        padding: 12px 16px;
        border-radius: 3px; }
        #TemplatesModal .tempModal-content .sidebarTemp-content .allTemp-link .allTempLink-text {
          font-size: 13px;
          font-weight: 500;
          margin: 0 4px 0 0;
          line-height: 18px; }
    #TemplatesModal .tempModal-content .tempPage-wrapper {
      overflow-y: auto;
      height: 100%;
      width: 100%; }
      #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content {
        padding: 16px 16px 16px 32px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header {
          display: flex;
          margin: 16px 20px 16px 0; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header .tempHeader-text {
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0;
            line-height: 1.5;
            font-size: 20px;
            margin: 0;
            font-weight: normal; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header .moreTemp-text {
            display: flex;
            align-items: center;
            color: #166ee1;
            cursor: pointer;
            font-size: 13px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .temp-header .moreTemp-text:hover {
              color: #0d4184; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .tempPage-desc {
          font-size: 13px;
          opacity: .75;
          margin: 0 0 24px;
          line-height: 18px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box {
          overflow-x: scroll;
          -webkit-box-flex: 1;
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0;
          display: flex;
          padding: 1px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner {
            width: 301.667px;
            cursor: pointer;
            margin: 0 16px 16px 0;
            border-radius: 6px;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner:hover {
              box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbxImg-content {
              height: 173px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbxImg-content .templates-img {
                width: 301.667px;
                height: 173px;
                border-top-left-radius: 6px;
                border-top-right-radius: 6px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbx-info {
              overflow: hidden;
              padding: 12px 16px 8px;
              line-height: 18px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbx-info .tempbx-header {
                margin: 4px 0;
                font-size: 14.4px;
                font-weight: 500; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .TempData-box .tempbx-inner .tempbx-info .tempbx-desc {
                font-size: 13px;
                opacity: .75; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-text {
          margin: 8px 0 16px;
          font-size: 24px;
          font-weight: normal;
          line-height: 1.5;
          cursor: text; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx {
          display: flex;
          flex-wrap: wrap; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content {
            width: 50%; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner {
              cursor: pointer;
              margin: 0 16px 16px 0;
              border-radius: 6px;
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner:hover {
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateImg-content {
                height: 173px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateImg-content .selectedCateTemp-img {
                  width: 100%;
                  height: 100%;
                  border-top-left-radius: 6px;
                  border-top-right-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateTemp-info {
                padding: 12px 16px 16px;
                overflow: hidden;
                line-height: 18px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateTemp-info .selectedCateTemp-header {
                  margin: 4px 0;
                  font-size: 14.4px;
                  font-weight: 500; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .selectedTemp-content .selectedCate-inner .selectedCateTemp-info .selectedCateTemp-desc {
                  font-size: 13px;
                  opacity: .75; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content {
            width: 33.33333%; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info {
              height: 90px;
              cursor: pointer;
              display: flex;
              align-items: center;
              margin: 0 16px 16px 0;
              border-radius: 6px;
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info:hover {
                box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempImg-content {
                min-width: 100px;
                height: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0 16px 0 0;
                padding: 16px;
                border-radius: 3px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempImg-content .selectTempIcon-info {
                  font-size: 24px;
                  height: 48px;
                  width: 48px;
                  flex-shrink: 0;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  border-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info {
                flex: 1 1 auto;
                min-width: 0;
                min-height: 0;
                display: flex;
                flex-direction: column;
                margin: 16px 0;
                padding: 0 16px 0 0; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .selectTemp-text {
                  font-weight: 500;
                  margin-bottom: 4px;
                  white-space: pre-wrap;
                  line-height: 18px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .logo-info {
                  display: flex;
                  align-items: center;
                  margin: 4px 0 0 0; }
                  #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .logo-info .logo-img {
                    width: 14px;
                    height: 11.9px; }
                  #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .selectedTemp-bx .otherTemp-content .selectedTemp-info .selectTempText-info .logo-info .stackby-text {
                    font-size: 9px;
                    opacity: .75;
                    margin: 0 0 0 4px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content {
          margin: 32px 0 64px;
          display: flex;
          align-items: center;
          flex-direction: column;
          color: #1d1f25; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-heading {
            font-size: 20px;
            font-weight: 500;
            margin: 0 0 8px;
            cursor: text; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-desc {
            opacity: .75;
            font-size: 13px;
            line-height: 18px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-link {
            color: #fff;
            height: 32px;
            font-size: 13px;
            line-height: 22px;
            max-width: 100%;
            outline: 0;
            border: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 16px 0;
            padding: 0 12px;
            border-radius: 6px;
            background-color: #166ee1;
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-link:hover {
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .tempPage-content .footerTemp-content .footerTemp-link .seeAllTemp-text {
              transform: translateY(-0.5px);
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 13px;
              font-weight: 500;
              line-height: 22px; }
      #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content {
        padding: 16px; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-text {
          margin: 0 0 32px !important;
          line-height: 1.5;
          font-size: 24px;
          font-weight: normal;
          margin: 0;
          cursor: text; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-text .findTemp-result {
            font-weight: 500; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-header {
          margin: 0 0 16px !important;
          font-size: 20px;
          font-weight: normal;
          margin: 0; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content {
          display: flex;
          flex-wrap: wrap;
          margin: 0 0 64px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list {
            width: 551.5px;
            height: 80px;
            cursor: pointer;
            display: flex;
            align-items: center;
            margin: 0 16px 16px 0;
            border-radius: 6px;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list:hover {
              box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
            #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempImg-content {
              min-width: 100px;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: center;
              margin: 0 16px 0 0;
              padding: 16px;
              border-radius: 3px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempImg-content .findTempIcon-info {
                font-size: 24px;
                height: 48px;
                width: 48px;
                flex-shrink: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 6px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info {
              flex: 1 1 auto;
              min-width: 0;
              min-height: 0;
              display: flex;
              flex-direction: column;
              margin: 16px 0;
              padding: 0 16px 0 0; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .findTempData-text {
                font-weight: 500;
                margin-bottom: 4px;
                white-space: pre-wrap;
                line-height: 18px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .logo-info {
                display: flex;
                align-items: center;
                margin: 4px 0 0 0; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .logo-info .logo-img {
                  width: 14px;
                  height: 11.9px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .searchTemp-content .findTemp-content .findTemp-list .findTempText-info .logo-info .stackby-text {
                  font-size: 9px;
                  opacity: .75;
                  margin: 0 0 0 4px; }
      #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal {
        display: flex;
        flex-wrap: wrap;
        overflow-x: auto;
        margin: 0 0 64px 0; }
        #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content {
          width: 100%;
          display: flex;
          padding: 16px 16px 16px 32px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info {
            width: 286px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            margin: 0 32px 0 0; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-iconInfo {
              font-size: 24px;
              height: 48px;
              width: 48px;
              flex-shrink: 0;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-iconInfo .stack_icon {
                font-size: 24px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-title {
              margin: 16px 0;
              font-size: 24px;
              font-weight: 500;
              line-height: 1.5;
              cursor: text; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-desc {
              margin: 0 0 32px;
              opacity: .75;
              font-size: 13px;
              cursor: text;
              line-height: 18px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-btn {
              box-sizing: border-box;
              height: 32px;
              min-height: 32px;
              font-size: 13px;
              line-height: 22px;
              max-width: 100%;
              border: 0;
              width: 100%;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
              padding: 0px 12px;
              border-radius: 6px;
              font-weight: 500;
              background-color: #166ee1;
              color: #fff;
              cursor: pointer; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-btn:hover {
                box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-info .activeTemp-btn .activeTempBtn-text {
                font-weight: 500; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-iframebx {
            overflow: hidden;
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-content .activeTemp-stackby-embed {
            display: flex;
            justify-content: center;
            border-radius: 6px;
            box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08); }
        #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info {
          overflow: auto;
          display: flex;
          flex-direction: column;
          margin: 8px 8px 0 0;
          padding: 16px 16px 16px 32px; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .aboutTemp-Heading {
            font-size: 20px;
            font-weight: 500;
            margin: 0 0 16px;
            line-height: 1.25;
            cursor: text; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .selectTemp-desc {
            font-size: 13px;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            position: relative;
            display: -webkit-box; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .selectTemp-desc p, #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .selectTemp-desc span {
              font-family: system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .aboutTemp-link {
            color: #166ee1;
            outline: 0;
            display: flex;
            font-size: 13px;
            margin: 8px 0 16px;
            line-height: 18px; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .aboutTemp-link:hover {
              opacity: .85; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .tryOther-temp {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.25;
            cursor: text;
            margin: 16px 0; }
          #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content {
            display: flex; }
            #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner {
              width: 373px;
              cursor: pointer;
              margin: 0 16px 16px 0;
              border-radius: 6px;
              box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner:hover {
                box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBxImg-content {
                height: 173px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBxImg-content .otherTempBx-img {
                  width: 361px;
                  height: 173px;
                  border-top-left-radius: 6px;
                  border-top-right-radius: 6px; }
              #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBx-info {
                padding: 12px 16px 16px; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBx-info .otherTempBx-header {
                  margin: 4px 0;
                  font-size: 14.4px;
                  font-weight: 500; }
                #TemplatesModal .tempModal-content .tempPage-wrapper .selectTempModal .selectTemp-info .otherTemp-content .otherTempBx-inner .otherTempBx-info .otherTempBx-desc {
                  font-size: 13px;
                  opacity: .75;
                  line-height: 18px; }
  #TemplatesModal .modalClose-info {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 16px 0 0; }
    #TemplatesModal .modalClose-info .close-icon {
      width: 16px;
      height: 16px;
      opacity: .75;
      color: #1d1f25;
      fill: #1d1f25; }
#ChangeLog {
  display: -webkit-inline-box; }
  #ChangeLog .HW_badge_cont.HW_visible {
    margin-top: -2px; }

#Homepage {
  scroll-behavior: smooth;
  background-color: #fff; }
  @media only screen and (max-width: 550px) {
    #Homepage .Workspace-search .ui.dropdown .menu {
      left: -88px; }
    #Homepage .Workspace-search .ui.icon.input input {
      padding-right: 0px !important; }
    #Homepage .card-ct .stack-list .ui.dropdown .menu {
      left: -113px; }
    #Homepage .card-ct .stack-list .mobileView {
      right: 28px; } }
  @media only screen and (max-width: 300px) {
    #Homepage .card-ct .stack-list .mobileView {
      right: 1px; } }

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

.card-ct,
.team-board,
.message-board {
  width: 100% !important;
  border: 1px solid #f0f0f0 !important;
  transition: all 500ms ease-in-out;
  outline: none; }
  .card-ct:hover,
  .team-board:hover,
  .message-board:hover {
    box-shadow: none; }

.card-ct,
.team-board .header,
.message-board .header {
  font-size: 16px !important; }

.team-board .description,
.message-board .description {
  margin: 1em 0 !important; }

.logo-upload {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  height: 150px;
  width: auto;
  margin: 20px;
  border: 1px dashed #ddd;
  justify-content: center; }

.logo-upload p {
  margin: auto;
  display: inline-block; }

.team-board .header a.label {
  float: right; }

.team-board .contacts ul {
  list-style: none;
  padding: 0; }

.team-board .contacts ul li {
  display: inline-block;
  margin-right: 10px; }

.team-board .contacts ul li a {
  border-radius: 50%;
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ddd;
  font-size: 12px;
  color: #212121; }

.team-board .contacts ul li a:hover {
  background-color: #e7e7e7; }

.team-board .team-details {
  min-height: 250px; }

.back-a1 {
  background-color: #C5E99B !important; }

.back-a2 {
  background-color: #30A9DE !important; }

.back-a3 {
  background-color: #A593E0 !important; }

.back-a4 {
  background-color: #EC7357 !important; }

.back-a5 {
  background-color: #F16B6F !important; }

.back-a6 {
  background-color: #ff7473 !important; }

.back-a7 {
  background-color: #47b8e0 !important; }

.back-a8 {
  background-color: #f26d5b !important; }

.back-gray {
  background-color: #e7e7e7 !important; }

.object-bx {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }

.object-bx p {
  text-align: center;
  font-size: 13px;
  margin-top: 10px !important;
  font-weight: 600; }

.object-bx .header-bx {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center; }

.add-workspace {
  display: flex;
  justify-content: start;
  font-size: 16px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .add-workspace a {
    color: #909090;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 4px;
    height: 34px;
    border: 1px solid #909090;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .add-workspace a:hover {
      color: #212121; }
  .add-workspace .joyride-active {
    background: #e7e7e7; }

.stack-search .content {
  overflow-x: auto; }

.card-workspace {
  margin-bottom: 30px !important; }
  .card-workspace #workspaceInputId::-moz-selection {
    background-color: #d6e6fd; }
  .card-workspace #workspaceInputId::selection {
    background-color: #d6e6fd; }
  .card-workspace:hover {
    color: #212121 !important; }
    .card-workspace:hover .workDragIcon {
      visibility: visible;
      cursor: -webkit-grab; }
  .card-workspace .workDragIcon {
    visibility: hidden;
    position: absolute;
    top: 2px;
    cursor: pointer;
    right: 46%;
    display: flex;
    flex-direction: column;
    color: #909090;
    opacity: 0.5; }
  .card-workspace .title {
    color: #222; }
  .card-workspace > .content {
    background: white !important;
    padding: 20px !important; }
  .card-workspace .icon-ws {
    font-weight: 700;
    color: #616161 !important;
    padding-bottom: 10px;
    cursor: pointer; }
    .card-workspace .icon-ws .input input {
      height: 30px;
      padding: 4px;
      width: 150px;
      font-size: 16px; }
    .card-workspace .icon-ws h1 {
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      padding: 3px 0 4px 0; }
    .card-workspace .icon-ws .workspace-name {
      color: #1d1f25;
      font-size: 26px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 80%;
      margin-top: 10px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 550px) {
        .card-workspace .icon-ws .workspace-name {
          white-space: pre-wrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .card-workspace .icon-ws i {
      margin-left: 4px;
      font-size: 16px;
      position: relative;
      top: 0px; }
    .card-workspace .icon-ws:hover {
      color: #212121 !important; }
    @media only screen and (max-width: 550px) {
      .card-workspace .icon-ws .HideInMobile {
        display: none; }
      .card-workspace .icon-ws .wc-delete-sure {
        left: -45px; } }
    @media only screen and (max-width: 425px) {
      .card-workspace .icon-ws .items-center {
        flex-wrap: wrap; } }

.wc-dropdown-sec {
  position: relative;
  cursor: pointer;
  min-width: 8px; }
  .wc-dropdown-sec ul.wc-dropdown {
    position: absolute;
    top: 24px;
    left: 6px;
    width: 169px;
    z-index: 100;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #ddd; }
    .wc-dropdown-sec ul.wc-dropdown li {
      display: block; }
      .wc-dropdown-sec ul.wc-dropdown li a {
        display: block;
        display: flex !important;
        align-items: center;
        font-weight: 600;
        color: #212121;
        font-size: 13px;
        padding: 6px 10px; }
        .wc-dropdown-sec ul.wc-dropdown li a:hover {
          background: #f8f8f8; }
        .wc-dropdown-sec ul.wc-dropdown li a i {
          margin-right: 10px;
          margin-left: 6px; }
        .wc-dropdown-sec ul.wc-dropdown li a .workspace-menu-icon {
          margin-right: 6px;
          font-size: 14px; }
  @media only screen and (max-width: 420px) {
    .wc-dropdown-sec ul.wc-dropdown {
      left: -125px;
      top: 37px; } }

.stack-list {
  list-style: none;
  cursor: pointer; }
  .stack-list .stack-item {
    position: relative;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid rgba(34, 36, 38, 0.15);
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .stack-list .stack-item .title {
      font-size: 13px;
      font-weight: 500;
      margin-left: 15px; }
      @media only screen and (max-width: 450px) {
        .stack-list .stack-item .title {
          width: 110px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; } }
    .stack-list .stack-item svg {
      margin-left: auto; }
    .stack-list .stack-item:hover {
      background: rgba(0, 0, 0, 0.05);
      border-color: #7f7f7f; }
      .stack-list .stack-item:hover .dragIcon {
        visibility: visible;
        cursor: -moz-grab;
        cursor: -webkit-grab; }
    .stack-list .stack-item .dragIcon {
      visibility: hidden;
      color: #909090;
      opacity: 0.4;
      position: absolute;
      top: 14px; }
  .stack-list .add-stack {
    background: #fff;
    border: 1px solid transparent;
    padding: 10px 10px;
    z-index: 2; }
    .stack-list .add-stack:hover {
      background: rgba(0, 0, 0, 0.05);
      border-color: #7f7f7f !important;
      border: 0; }
      .stack-list .add-stack:hover span.title {
        color: #212121; }

.sidebar-hm {
  margin-top: 12px; }
  .sidebar-hm .sidebar-title h3 {
    font-weight: 500; }
  .sidebar-hm ul.sidebar-items li a {
    font-weight: 400; }
    .sidebar-hm ul.sidebar-items li a svg {
      position: relative;
      top: 4px;
      margin-right: 6px; }
  .sidebar-hm ul.sidebar-items li.active a {
    display: block;
    border: 0; }
  .sidebar-hm ul.sidebar-items .sidebar-list {
    padding: 1px;
    padding-left: 7px; }
    .sidebar-hm ul.sidebar-items .sidebar-list:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 5px; }

ul.ct-tab {
  list-style: none;
  margin: 10px 0 20px 0; }
  ul.ct-tab li {
    display: inline-block; }
    ul.ct-tab li a {
      color: #212121;
      padding: 6px 10px;
      display: block; }
    ul.ct-tab li.active {
      font-weight: 600;
      background: #e7e7e7;
      border-radius: 4px; }
    ul.ct-tab li:hover a {
      color: #000000; }

.member-more span.more {
  margin-left: 4px;
  position: relative;
  top: 6px;
  cursor: pointer;
  height: 20px;
  border-radius: 2px; }
  .member-more span.more:hover {
    background-color: #e7e7e7; }

.member-box .flex-basis {
  flex-basis: 100%;
  padding: 0px; }

.member-box ul.mb-bx {
  position: relative;
  right: 10px;
  list-style: none;
  align-items: center; }
  .member-box ul.mb-bx li {
    border-radius: 50px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out; }
    .member-box ul.mb-bx li:not(:last-child) {
      margin-right: 6px; }
    .member-box ul.mb-bx li img {
      height: 100%;
      width: 100%;
      position: relative;
      top: 0px;
      border-radius: 50px; }
    .member-box ul.mb-bx li svg {
      margin: 0 auto !important; }
  .member-box ul.mb-bx li:last-child {
    position: relative; }
  .member-box ul.mb-bx .menuItem:hover {
    background: #e0e1e2; }

.member-box .menu-icon {
  background: #e7e7e7;
  border-radius: 90px;
  margin-right: 5px;
  color: grey;
  height: 22px;
  min-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .member-box .menu-icon .menu-icon-img {
    width: 17px;
    margin-right: 2px; }
  .member-box .menu-icon .menu-icon-users {
    display: flex;
    align-items: center;
    position: absolute;
    right: 34px;
    font-size: 11px;
    top: -2px; }
  .member-box .menu-icon .menu-icon-icon {
    margin-right: 2px;
    font-size: 21px;
    color: grey;
    margin-left: 4px; }
  .member-box .menu-icon .menu-icon-text {
    top: 0px;
    right: 37px;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-right: 6px; }

.member-box :hover .menu-icon {
  box-shadow: 1px 1px 1px grey;
  border: 2px solid grey; }

.box-invite .header-user {
  margin-bottom: 30px; }

.box-invite .Select {
  margin-bottom: 10px; }

.modal-member .header {
  background: #e7e7e7 !important; }

.modal-member > .content {
  max-height: 350px;
  overflow-y: auto; }

.modal-member .member-ws {
  padding-bottom: 16px; }
  .modal-member .member-ws:not(:last-child) {
    border-bottom: 1px solid #e7e7e7; }
  .modal-member .member-ws img {
    border-radius: 50%; }

.context-sub-action {
  min-width: 156px !important;
  width: 100px !important;
  padding: 0 !important;
  z-index: 2 !important;
  position: absolute;
  top: 10px;
  right: 30px !important; }
  .context-sub-action li a {
    font-size: 13px;
    color: #212121; }

.modal-share > .header {
  font-size: 16px !important;
  border: 0 !important; }

.modal-share > .content {
  padding: 0 20px 0 20px !important; }

.modal-share > .actions {
  padding: 0 1.5rem 1rem 1.5rem !important;
  border: 0 !important; }

.modal-share > .content p {
  color: #717171; }

.modal-share > .content .invite-box {
  margin-top: 10px; }

.invite-box .btn-addmore {
  color: #166ee1 !important;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
  width: fit-content;
  margin-left: auto;
  margin-right: 16px;
  margin-top: 10px; }
  .invite-box .btn-addmore:hover {
    font-weight: bold; }

.modal-share > .content .invite-box .invite-header a,
.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  margin-right: 10px;
  padding-bottom: 10px; }

.modal-share > .content .invite-box .invite-content a {
  color: #717171;
  border-bottom: 1px dashed #414141;
  padding-bottom: 0px;
  font-size: 12px;
  letter-spacing: .5px; }

.modal-share > .content .invite-box .invite-header a.active {
  color: #212121;
  border-bottom: 2px solid #ddd; }

.modal-share > .content .invite-box .invite-content {
  clear: both; }
  .modal-share > .content .invite-box .invite-content .remove-email-item {
    margin: auto; }

.modal-share > .content .invite-box .invite-content .ui.selection.dropdown {
  min-width: 100% !important; }

.modal-share .content .invite-box .invite-content .ui.positive.button {
  min-width: 100%; }

.modal-share .content .staclColorHover {
  position: absolute;
  top: 250px;
  right: 14px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500; }

.add-stack-ct-menu {
  left: 100px;
  top: 4px;
  width: 100px !important;
  background: #fff !important;
  margin-top: 6px;
  z-index: 1000; }
  .add-stack-ct-menu li {
    font-size: 13px; }
    .add-stack-ct-menu li a {
      color: #212121 !important;
      font-weight: 500; }

.color-shows {
  height: 40px;
  width: 40px;
  border-radius: 2px;
  padding: 8px; }

.color-show {
  height: 19px;
  width: 19px;
  border-radius: 2px;
  padding: 2px; }

.select-icon {
  height: 27px;
  width: 27px; }

.color-bk {
  margin-left: 10px; }

.color-bk label {
  display: block;
  margin: 0em 0em 0.28571429rem 0em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 0.92857143em;
  font-weight: bold;
  text-transform: none; }

.select-color {
  position: relative; }
  .select-color .color-tab {
    background: #fff;
    cursor: pointer;
    padding: 4px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center; }
    .select-color .color-tab i {
      height: 16px; }
    .select-color .color-tab .color-show {
      margin: 0 0px; }
  .select-color .color-show,
  .select-color i {
    float: left; }

.color-tab-op {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px;
  left: -3px;
  width: 35em;
  height: 20em; }
  .color-tab-op ul {
    list-style: none; }
    .color-tab-op ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op {
      width: 21.2em;
      height: 25em; }
      .color-tab-op ul li {
        padding: 1.3px; } }

.color-tab-op-custom {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  padding: 14px 14px 14px 14px;
  left: 0px;
  width: auto;
  height: auto;
  min-width: 335px; }
  .color-tab-op-custom ul {
    list-style: none; }
    .color-tab-op-custom ul li {
      display: inline-block;
      padding: 4px; }
      .color-tab-op-custom ul li .color-show {
        cursor: pointer;
        border: 1px solid transparent; }
        .color-tab-op-custom ul li .color-show:hover {
          border: 1px solid #ccc;
          box-shadow: rgba(0, 0, 0, 0.027) 0px 2px 0px 0px; }
  @media only screen and (max-width: 450px) {
    .color-tab-op-custom {
      width: 21.2em;
      height: 25em; }
      .color-tab-op-custom ul li {
        padding: 1.3px; } }

.wc-delete-align-right {
  left: calc(100% - 212px); }

.plan-lable {
  color: white;
  border-radius: 14px;
  padding: 0px 9px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  color: #7d7d7d;
  border: 2px solid #7d7d7d;
  margin-left: 4px; }
  .plan-lable:hover {
    opacity: 1;
    text-decoration: underline; }

.api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex;
  border: 2px solid #7d7d7d;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 15px; }
  .api-count:hover {
    opacity: 0.6;
    text-decoration: underline; }
  .api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.else-api-count {
  font-size: 12px;
  font-weight: 700;
  margin: 0 8px;
  line-height: 1.7;
  display: flex; }
  .else-api-count .api-indicate {
    width: 10px;
    height: 10px;
    margin: auto;
    margin-right: 7px;
    border-radius: 10px; }

.react-joyride__tooltip {
  width: 404px !important; }
  .react-joyride__tooltip h4 {
    text-align: left;
    font-weight: 600;
    font-size: 23px !important; }
  .react-joyride__tooltip div {
    text-align: left;
    padding-left: 0px !important; }
  .react-joyride__tooltip div:nth-child(2) button[title=Next] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title=Last] {
    background-color: #3384f7 !important; }
  .react-joyride__tooltip div:nth-child(2) button[title=Back] {
    color: #3384f7 !important; }

.shared-stack-title {
  cursor: auto !important; }

.browser-warning {
  position: fixed;
  bottom: 0px;
  background: #4b4b4b;
  height: 50px;
  width: 100%;
  box-shadow: 5px 5px 5px 5px #ccc;
  text-align: center;
  padding: 10px;
  color: white;
  z-index: 1000; }

.searchStack input {
  border: 2px solid #ccc !important; }

.searchStack :focus {
  border-color: #008DD2 !important; }

.searchStack ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #797979;
  opacity: 1;
  /* Firefox */ }
#PricingModel {
  display: block !important;
  height: 86% !important;
  justify-content: center !important;
  align-items: center !important;
  overflow: auto !important; }
  #PricingModel .form {
    margin-bottom: 28px;
    margin-left: 20px; }
  #PricingModel .description {
    margin-top: 5px;
    font-size: 15px; }
  #PricingModel .description .underline {
    text-decoration: underline; }
  #PricingModel #pricing {
    margin: 15px 10px; }
  #PricingModel .header-row {
    position: sticky;
    top: 0;
    z-index: 100; }
  #PricingModel .pricingBoxes {
    padding: 0 10px; }
  #PricingModel .personal {
    /* border-radius: 40px; */
    background: #EEF5FA;
    margin-top: 1px; }
  #PricingModel .head {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 40px; */
    /* position: sticky; */
    /* top: 80px; */
    color: #004780;
    z-index: 10;
    padding: 16px 8px; }
    #PricingModel .head .price {
      font-size: 38px;
      font-weight: bold;
      margin-bottom: 0px; }
    #PricingModel .head .btn {
      border-radius: 20px;
      color: #fff;
      padding: 6px 16px;
      cursor: pointer;
      font-size: 12px; }
    #PricingModel .head .btn-downgrade {
      background: #d65041; }
    #PricingModel .head .btn-upgrade {
      background: #4FAD35; }
    #PricingModel .head .btn-green {
      background: #2cc131; }
    #PricingModel .head .place-holder {
      color: #606060;
      line-height: 1.2;
      min-width: 138px;
      overflow: hidden;
      min-height: 52px;
      display: flex;
      align-items: center;
      flex-direction: column; }
    #PricingModel .head .economy {
      background: #004780;
      color: #fff !important;
      /* border-radius: 40px; */ }
    #PricingModel .head .business {
      /* border-radius: 40px; */
      background: #EEF5FA; }
    #PricingModel .head .enterprise {
      /* border-radius: 40px; */
      background: #EEF5FA; }
  #PricingModel .item {
    padding: 0px !important; }
    #PricingModel .item .column span {
      font-size: 10px;
      color: #797979; }
    #PricingModel .item .firstrow {
      background-color: #004780; }
      #PricingModel .item .firstrow .text {
        color: white;
        font-size: 15px;
        font-weight: 10;
        text-align: left; }
  #PricingModel .value {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0px;
    padding: 15px;
    padding-bottom: 0px;
    justify-content: center; }
  #PricingModel .value img {
    width: 18px;
    margin: auto; }
  #PricingModel .first {
    background-color: #004780;
    height: 29vh;
    /* Magic here */
    display: flex;
    justify-content: center;
    align-items: center; }
  #PricingModel .first h3 {
    color: white; }
  #PricingModel .left-header p {
    font-weight: bold !important; }
  #PricingModel .get-deal {
    margin-top: 8px;
    text-align: center;
    border-radius: 20px;
    border: 2px solid;
    padding: 6px;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    margin-right: initial; }
:root {
  --scrollbar-color: rgba(0,0,0,0.1);
  /* red */ }

#dashboard {
  height: 100%;
  width: 100%;
  overflow: hidden !important; }
  #dashboard .gridwidthdashbord {
    width: 0% !important; }
  #dashboard .exapndnotshowdashboard {
    width: 100% !important; }
  @media (max-width: 1291px) {
    #dashboard .blocks-modal {
      width: 100% !important;
      max-width: 100% !important; }
    #dashboard .griddashboardwidth {
      width: 0% !important; } }

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

#head {
  position: relative;
  z-index: 8; }

.menu.visible {
  z-index: 151 !important; }

.max-width-change {
  max-width: 100% !important;
  width: 100% !important;
  visibility: hidden; }

.dashboardModalOpen {
  z-index: 8; }

.blocks {
  border-left: 1px solid #ddd;
  transform: none !important;
  left: unset !important;
  box-shadow: none !important;
  height: calc(99vh - 81px) !important;
  visibility: visible; }
  .blocks .custom-dashboard-menu {
    background: #f5f5f5;
    height: 40px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    align-items: center;
    flex: none;
    display: flex;
    border-color: rgba(0, 0, 0, 0.1); }
    .blocks .custom-dashboard-menu .dashboard-list {
      align-items: center;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0;
      display: flex;
      margin-right: 1rem; }
      .blocks .custom-dashboard-menu .dashboard-list .drop-down-icon {
        flex: none;
        display: flex; }
      .blocks .custom-dashboard-menu .dashboard-list .add-block {
        flex: none;
        display: flex;
        margin-left: auto; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .ui.button {
          background: transparent;
          padding-left: 2.5em !important; }
          .blocks .custom-dashboard-menu .dashboard-list .add-block .ui.button .icon {
            background: transparent; }
          .blocks .custom-dashboard-menu .dashboard-list .add-block .ui.button .text {
            font-weight: 600;
            font-size: 17px; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .x {
          margin-left: 5px;
          cursor: pointer;
          font-size: 17px; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .expand {
          font-size: 14px;
          padding-top: 3px;
          margin-left: 5px;
          cursor: pointer;
          background: none; }
        .blocks .custom-dashboard-menu .dashboard-list .add-block .compress {
          font-size: 14px;
          padding-top: 3px;
          margin-left: 5px;
          cursor: pointer;
          background: none; }
      .blocks .custom-dashboard-menu .dashboard-list .dashboard-textover .icon {
        max-width: 100%; }
      .blocks .custom-dashboard-menu .dashboard-list .dashboard-title {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        display: flex; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .divider {
          margin: 0px !important; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .title {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
          font-weight: 500;
          font-size: .9rem; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.input {
          margin-left: 2%; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.button {
          background: transparent;
          padding-left: 2.5em !important; }
          .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.button .icon {
            background: transparent; }
          .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .ui.button .text {
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            line-height: normal; }
        .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .select-box {
          position: absolute;
          list-style: none;
          border: 1px solid #ddd;
          width: 130px;
          z-index: 1000;
          top: 33px;
          left: 7px;
          border-radius: 4px;
          background: #fff;
          max-height: 250px;
          overflow: auto;
          box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12); }
          .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .select-box li {
            width: 120px;
            overflow: hidden;
            padding: 4px; }
            .blocks .custom-dashboard-menu .dashboard-list .dashboard-title .select-box li:hover {
              background: #e7e7e7; }
  .blocks .block-drag-icon {
    position: absolute;
    left: -16px;
    top: 50%;
    transform: rotate(90deg); }

#dataDiv {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1; }
  #dataDiv .ui.text.loader {
    top: 40%; }

#UploadSheet .upload-sec {
  padding: 10px; }
  #UploadSheet .upload-sec h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px; }
  #UploadSheet .upload-sec h5 {
    font-weight: 500;
    margin-bottom: 10px; }
  #UploadSheet .upload-sec p {
    margin-bottom: 10px;
    color: #414141;
    font-size: 13px; }
  #UploadSheet .upload-sec form {
    margin-bottom: 10px; }

#uploadBtn,
#shareBtn {
  background: transparent;
  margin-right: 10px !important;
  font-weight: 500;
  font-size: 12px;
  border: 1px solid #ddd; }
  #uploadBtn:hover,
  #shareBtn:hover {
    color: #212121 !important; }

.model-float {
  position: absolute;
  left: 0;
  top: 30px;
  width: 400px;
  padding: 10px;
  background: #f8f8f8;
  font-size: 12px !important;
  font-weight: 400;
  border: 1px solid #ddd;
  border-radius: 4px;
  list-style: none;
  cursor: default;
  z-index: 15; }
  .model-float::-webkit-scrollbar {
    width: 4px; }

#SortModel, #FilterModel, #ColorFormatingModal, #ShareFormLinkModel, #ShareFormTypeModel, #HideMenuFieldModel, #CutomizeLabelModel, #GroupByModel, #KanbanRowRangeModal, #CustomizeCardsModel, #CustomizeGalleryCardsModel, #GroupModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  #SortModel .sort-bx-limit .sort-by-bx, #FilterModel .sort-bx-limit .sort-by-bx, #ColorFormatingModal .sort-bx-limit .sort-by-bx, #ShareFormLinkModel .sort-bx-limit .sort-by-bx, #ShareFormTypeModel .sort-bx-limit .sort-by-bx, #HideMenuFieldModel .sort-bx-limit .sort-by-bx, #CutomizeLabelModel .sort-bx-limit .sort-by-bx, #GroupByModel .sort-bx-limit .sort-by-bx, #KanbanRowRangeModal .sort-bx-limit .sort-by-bx, #CustomizeCardsModel .sort-bx-limit .sort-by-bx, #CustomizeGalleryCardsModel .sort-bx-limit .sort-by-bx, #GroupModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #SortModel .sort-box, #FilterModel .sort-box, #ColorFormatingModal .sort-box, #ShareFormLinkModel .sort-box, #ShareFormTypeModel .sort-box, #HideMenuFieldModel .sort-box, #CutomizeLabelModel .sort-box, #GroupByModel .sort-box, #KanbanRowRangeModal .sort-box, #CustomizeCardsModel .sort-box, #CustomizeGalleryCardsModel .sort-box, #GroupModel .sort-box {
    padding: 6px 0; }
    #SortModel .sort-box i.close, #FilterModel .sort-box i.close, #ColorFormatingModal .sort-box i.close, #ShareFormLinkModel .sort-box i.close, #ShareFormTypeModel .sort-box i.close, #HideMenuFieldModel .sort-box i.close, #CutomizeLabelModel .sort-box i.close, #GroupByModel .sort-box i.close, #KanbanRowRangeModal .sort-box i.close, #CustomizeCardsModel .sort-box i.close, #CustomizeGalleryCardsModel .sort-box i.close, #GroupModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      top: -2px; }
    #SortModel .sort-box .Sort-text, #FilterModel .sort-box .Sort-text, #ColorFormatingModal .sort-box .Sort-text, #ShareFormLinkModel .sort-box .Sort-text, #ShareFormTypeModel .sort-box .Sort-text, #HideMenuFieldModel .sort-box .Sort-text, #CutomizeLabelModel .sort-box .Sort-text, #GroupByModel .sort-box .Sort-text, #KanbanRowRangeModal .sort-box .Sort-text, #CustomizeCardsModel .sort-box .Sort-text, #CustomizeGalleryCardsModel .sort-box .Sort-text, #GroupModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400; }
    #SortModel .sort-box .sort-bx, #FilterModel .sort-box .sort-bx, #ColorFormatingModal .sort-box .sort-bx, #ShareFormLinkModel .sort-box .sort-bx, #ShareFormTypeModel .sort-box .sort-bx, #HideMenuFieldModel .sort-box .sort-bx, #CutomizeLabelModel .sort-box .sort-bx, #GroupByModel .sort-box .sort-bx, #KanbanRowRangeModal .sort-box .sort-bx, #CustomizeCardsModel .sort-box .sort-bx, #CustomizeGalleryCardsModel .sort-box .sort-bx, #GroupModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #SortModel .sort-box .sort-by-bx, #FilterModel .sort-box .sort-by-bx, #ColorFormatingModal .sort-box .sort-by-bx, #ShareFormLinkModel .sort-box .sort-by-bx, #ShareFormTypeModel .sort-box .sort-by-bx, #HideMenuFieldModel .sort-box .sort-by-bx, #CutomizeLabelModel .sort-box .sort-by-bx, #GroupByModel .sort-box .sort-by-bx, #KanbanRowRangeModal .sort-box .sort-by-bx, #CustomizeCardsModel .sort-box .sort-by-bx, #CustomizeGalleryCardsModel .sort-box .sort-by-bx, #GroupModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #SortModel .sort-box .sort-by-bx span, #FilterModel .sort-box .sort-by-bx span, #ColorFormatingModal .sort-box .sort-by-bx span, #ShareFormLinkModel .sort-box .sort-by-bx span, #ShareFormTypeModel .sort-box .sort-by-bx span, #HideMenuFieldModel .sort-box .sort-by-bx span, #CutomizeLabelModel .sort-box .sort-by-bx span, #GroupByModel .sort-box .sort-by-bx span, #KanbanRowRangeModal .sort-box .sort-by-bx span, #CustomizeCardsModel .sort-box .sort-by-bx span, #CustomizeGalleryCardsModel .sort-box .sort-by-bx span, #GroupModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        font-weight: 400; }
      #SortModel .sort-box .sort-by-bx:hover, #FilterModel .sort-box .sort-by-bx:hover, #ColorFormatingModal .sort-box .sort-by-bx:hover, #ShareFormLinkModel .sort-box .sort-by-bx:hover, #ShareFormTypeModel .sort-box .sort-by-bx:hover, #HideMenuFieldModel .sort-box .sort-by-bx:hover, #CutomizeLabelModel .sort-box .sort-by-bx:hover, #GroupByModel .sort-box .sort-by-bx:hover, #KanbanRowRangeModal .sort-box .sort-by-bx:hover, #CustomizeCardsModel .sort-box .sort-by-bx:hover, #CustomizeGalleryCardsModel .sort-box .sort-by-bx:hover, #GroupModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #SortModel .sort-box .sort-by-bx i, #FilterModel .sort-box .sort-by-bx i, #ColorFormatingModal .sort-box .sort-by-bx i, #ShareFormLinkModel .sort-box .sort-by-bx i, #ShareFormTypeModel .sort-box .sort-by-bx i, #HideMenuFieldModel .sort-box .sort-by-bx i, #CutomizeLabelModel .sort-box .sort-by-bx i, #GroupByModel .sort-box .sort-by-bx i, #KanbanRowRangeModal .sort-box .sort-by-bx i, #CustomizeCardsModel .sort-box .sort-by-bx i, #CustomizeGalleryCardsModel .sort-box .sort-by-bx i, #GroupModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        top: -4px;
        right: -3px; }
    #SortModel .sort-box .checkbox, #FilterModel .sort-box .checkbox, #ColorFormatingModal .sort-box .checkbox, #ShareFormLinkModel .sort-box .checkbox, #ShareFormTypeModel .sort-box .checkbox, #HideMenuFieldModel .sort-box .checkbox, #CutomizeLabelModel .sort-box .checkbox, #GroupByModel .sort-box .checkbox, #KanbanRowRangeModal .sort-box .checkbox, #CustomizeCardsModel .sort-box .checkbox, #CustomizeGalleryCardsModel .sort-box .checkbox, #GroupModel .sort-box .checkbox {
      font-size: 12px; }
  #SortModel .select-box, #FilterModel .select-box, #ColorFormatingModal .select-box, #ShareFormLinkModel .select-box, #ShareFormTypeModel .select-box, #HideMenuFieldModel .select-box, #CutomizeLabelModel .select-box, #GroupByModel .select-box, #KanbanRowRangeModal .select-box, #CustomizeCardsModel .select-box, #CustomizeGalleryCardsModel .select-box, #GroupModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    top: 33px;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12); }
    #SortModel .select-box li, #FilterModel .select-box li, #ColorFormatingModal .select-box li, #ShareFormLinkModel .select-box li, #ShareFormTypeModel .select-box li, #HideMenuFieldModel .select-box li, #CutomizeLabelModel .select-box li, #GroupByModel .select-box li, #KanbanRowRangeModal .select-box li, #CustomizeCardsModel .select-box li, #CustomizeGalleryCardsModel .select-box li, #GroupModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px; }
      #SortModel .select-box li:hover, #FilterModel .select-box li:hover, #ColorFormatingModal .select-box li:hover, #ShareFormLinkModel .select-box li:hover, #ShareFormTypeModel .select-box li:hover, #HideMenuFieldModel .select-box li:hover, #CutomizeLabelModel .select-box li:hover, #GroupByModel .select-box li:hover, #KanbanRowRangeModal .select-box li:hover, #CustomizeCardsModel .select-box li:hover, #CustomizeGalleryCardsModel .select-box li:hover, #GroupModel .select-box li:hover {
        background: #e7e7e7; }
  #SortModel .link-sort, #FilterModel .link-sort, #ColorFormatingModal .link-sort, #ShareFormLinkModel .link-sort, #ShareFormTypeModel .link-sort, #HideMenuFieldModel .link-sort, #CutomizeLabelModel .link-sort, #GroupByModel .link-sort, #KanbanRowRangeModal .link-sort, #CustomizeCardsModel .link-sort, #CustomizeGalleryCardsModel .link-sort, #GroupModel .link-sort {
    margin: 10px;
    color: #0096FF; }
    #SortModel .link-sort:hover, #FilterModel .link-sort:hover, #ColorFormatingModal .link-sort:hover, #ShareFormLinkModel .link-sort:hover, #ShareFormTypeModel .link-sort:hover, #HideMenuFieldModel .link-sort:hover, #CutomizeLabelModel .link-sort:hover, #GroupByModel .link-sort:hover, #KanbanRowRangeModal .link-sort:hover, #CustomizeCardsModel .link-sort:hover, #CustomizeGalleryCardsModel .link-sort:hover, #GroupModel .link-sort:hover {
      color: black; }
  #SortModel .empty-bx, #FilterModel .empty-bx, #ColorFormatingModal .empty-bx, #ShareFormLinkModel .empty-bx, #ShareFormTypeModel .empty-bx, #HideMenuFieldModel .empty-bx, #CutomizeLabelModel .empty-bx, #GroupByModel .empty-bx, #KanbanRowRangeModal .empty-bx, #CustomizeCardsModel .empty-bx, #CustomizeGalleryCardsModel .empty-bx, #GroupModel .empty-bx {
    padding: 10px;
    color: #909090; }
  #SortModel .colorFormating-info, #FilterModel .colorFormating-info, #ColorFormatingModal .colorFormating-info, #ShareFormLinkModel .colorFormating-info, #ShareFormTypeModel .colorFormating-info, #HideMenuFieldModel .colorFormating-info, #CutomizeLabelModel .colorFormating-info, #GroupByModel .colorFormating-info, #KanbanRowRangeModal .colorFormating-info, #CustomizeCardsModel .colorFormating-info, #CustomizeGalleryCardsModel .colorFormating-info, #GroupModel .colorFormating-info {
    align-items: center;
    justify-content: space-between;
    margin: 8px 0; }
    #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
      margin-top: 0; }
    #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox input, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:before, #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label:after {
      top: 4px; }
    #SortModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #FilterModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #ColorFormatingModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #ShareFormLinkModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #ShareFormTypeModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #HideMenuFieldModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #CutomizeLabelModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #GroupByModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #KanbanRowRangeModal .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #CustomizeCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #CustomizeGalleryCardsModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label, #GroupModel .colorFormating-info #RadioToggle .ui.toggle.checkbox label {
      display: flex;
      align-items: center; }

#FilterModel {
  width: 555px; }
  #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-left: 10px; }

#ColorFormatingModal {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  width: 580px;
  max-height: 75vh;
  height: fit-content; }
  #ColorFormatingModal .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-left: 10px; }

@media only screen and (max-width: 450px) {
  #ColorFormatingModal {
    background-color: #FFFFFF;
    border: 2px solid #ddd;
    width: 350px;
    max-height: 75vh;
    height: fit-content; } }

@media only screen and (max-width: 815px) {
  #ShareFormLinkModel {
    left: 16% !important; } }

#ShareFormLinkModel {
  width: 510px;
  left: 0;
  border: 2px solid #ddd;
  z-index: 101; }
  #ShareFormLinkModel .btn {
    padding: 5px !important; }
  #ShareFormLinkModel .btn-create-link {
    margin-left: -5px; }
  #ShareFormLinkModel .link input {
    width: 100%;
    margin: 0em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 0.67857143em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none;
    margin-bottom: 10px; }
  #ShareFormLinkModel .input-div .copyicon {
    position: absolute;
    margin: 16px;
    margin-left: -26px !important;
    cursor: pointer; }
  #ShareFormLinkModel .input-div .shareicon {
    position: absolute;
    margin: 16px;
    margin-left: -46px !important;
    cursor: pointer; }
  #ShareFormLinkModel .input-div-long i {
    position: absolute;
    right: 16px;
    margin-top: -89px;
    cursor: pointer; }
  #ShareFormLinkModel textarea {
    display: block;
    min-height: 88px;
    border-color: #ccc;
    color: #333;
    border-radius: 5px;
    padding: 16px;
    margin: 8px 0;
    resize: none;
    outline: 0;
    line-height: 1.5;
    /* font-size: 14px; */
    width: 100%; }

#ShareFormTypeModel {
  width: 510px;
  left: 0; }
  #ShareFormTypeModel .link input {
    width: 100%;
    margin: 0em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 0.67857143em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none;
    margin-bottom: 10px; }

#HideMenuFieldModel {
  min-width: fit-content;
  width: 220px; }
  @media (max-width: 767px) {
    #HideMenuFieldModel {
      left: -105px !important; } }
  #HideMenuFieldModel .sort {
    max-height: 200px;
    overflow-y: auto; }
    #HideMenuFieldModel .sort::-webkit-scrollbar {
      width: 4px; }
  #HideMenuFieldModel .sort-box .checkbox {
    font-size: 12px; }
    #HideMenuFieldModel .sort-box .checkbox label:after {
      font-size: 10px;
      width: 14px;
      height: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 1px; }
    #HideMenuFieldModel .sort-box .checkbox label:before {
      font-size: 10px;
      width: 14px;
      height: 14px; }

#CutomizeLabelModel {
  min-width: fit-content;
  width: 220px; }
  @media (max-width: 767px) {
    #CutomizeLabelModel {
      left: -105px !important; } }
  #CutomizeLabelModel .sort {
    max-height: 200px;
    overflow-y: auto; }
    #CutomizeLabelModel .sort::-webkit-scrollbar {
      width: 4px; }
  #CutomizeLabelModel .sort-box .checkbox {
    font-size: 12px; }
    #CutomizeLabelModel .sort-box .checkbox label:after {
      font-size: 10px;
      width: 14px;
      height: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 1px; }
    #CutomizeLabelModel .sort-box .checkbox label:before {
      font-size: 10px;
      width: 14px;
      height: 14px; }

#GroupByModel {
  min-width: fit-content;
  width: 220px; }

#KanbanRowRangeModal {
  width: 250px; }

#CustomizeCardsModel {
  width: 250px; }
  #CustomizeCardsModel .customizemodel-disable {
    pointer-events: none;
    opacity: 0.7; }
  #CustomizeCardsModel .HideColumnDiv .divHeading, #CustomizeCardsModel .cardCoverImageColumnSelect .divHeading, #CustomizeCardsModel .cardFooterSelectorSelect .divHeading, #CustomizeCardsModel .info .divHeading {
    font-size: 10px;
    opacity: .8;
    margin-bottom: 2px; }
  #CustomizeCardsModel .HideColumnDiv .dropdown-image-column i, #CustomizeCardsModel .cardCoverImageColumnSelect .dropdown-image-column i, #CustomizeCardsModel .cardFooterSelectorSelect .dropdown-image-column i, #CustomizeCardsModel .info .dropdown-image-column i {
    padding: 0.5em; }
  #CustomizeCardsModel .HideColumnDiv .sort, #CustomizeCardsModel .showColumnNameDiv, #CustomizeCardsModel .cardCoverImageColumnSelect, #CustomizeCardsModel .cardFooterSelectorSelect, #CustomizeGalleryCardsModel .HideColumnDiv #CustomizeCardsModel .sort {
    padding: 6px 0 10px 0;
    border-bottom: 1px solid #e7e7e7; }
  #CustomizeCardsModel .HideColumnDiv .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
    #CustomizeCardsModel .HideColumnDiv .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CustomizeCardsModel .showColumnNameDiv {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #CustomizeCardsModel .showColumnNameDiv #RadioToggle {
      display: flex;
      align-items: center;
      position: relative;
      top: 4px; }
  #CustomizeCardsModel .cardCoverImageColumnSelect {
    display: flex;
    flex-direction: column; }
  #CustomizeCardsModel .cardFooterSelectorSelect {
    display: flex;
    flex-direction: column; }
  #CustomizeCardsModel .info {
    display: flex;
    justify-content: center;
    align-items: center; }
  #CustomizeCardsModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 0px 0px 0px; }

#CustomizeGalleryCardsModel {
  width: 250px;
  min-width: fit-content; }
  #CustomizeGalleryCardsModel .customizgallerymodel-disable {
    pointer-events: none;
    opacity: 0.7; }
  #CustomizeGalleryCardsModel .HideColumnDiv .divHeading, #CustomizeGalleryCardsModel .cardCoverImageColumnSelect .divHeading, #CustomizeGalleryCardsModel .cardFooterSelectorSelect .divHeading, #CustomizeGalleryCardsModel .info .divHeading {
    font-size: 10px;
    opacity: .8;
    margin-bottom: 2px; }
  #CustomizeGalleryCardsModel .HideColumnDiv .dropdown-image-column i, #CustomizeGalleryCardsModel .cardCoverImageColumnSelect .dropdown-image-column i, #CustomizeGalleryCardsModel .cardFooterSelectorSelect .dropdown-image-column i, #CustomizeGalleryCardsModel .info .dropdown-image-column i {
    padding: 0.5em; }
  #CustomizeCardsModel .HideColumnDiv #CustomizeGalleryCardsModel .sort, #CustomizeGalleryCardsModel .HideColumnDiv .sort, #CustomizeGalleryCardsModel .showColumnNameDiv, #CustomizeGalleryCardsModel .cardCoverImageColumnSelect, #CustomizeGalleryCardsModel .cardFooterSelectorSelect {
    padding: 6px 0 10px 0;
    border-bottom: 1px solid #e7e7e7; }
  #CustomizeGalleryCardsModel .HideColumnDiv .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden; }
    #CustomizeGalleryCardsModel .HideColumnDiv .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CustomizeGalleryCardsModel .showColumnNameDiv {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #CustomizeGalleryCardsModel .showColumnNameDiv .checkbox {
      margin-bottom: -5px; }
    #CustomizeGalleryCardsModel .showColumnNameDiv .radiotoggle-cropfit {
      display: flex; }
      #CustomizeGalleryCardsModel .showColumnNameDiv .radiotoggle-cropfit #RadioToggle {
        display: flex;
        align-items: center;
        position: relative;
        top: 2px;
        margin: 0 6px; }
  #CustomizeGalleryCardsModel .cardCoverImageColumnSelect {
    display: flex;
    flex-direction: column; }
  #CustomizeGalleryCardsModel .cardFooterSelectorSelect {
    display: flex;
    flex-direction: column; }
    #CustomizeGalleryCardsModel .cardFooterSelectorSelect .dropdown-image-column i {
      padding: 0.5em; }
  #CustomizeGalleryCardsModel .ButtonDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px; }
  #CustomizeGalleryCardsModel .info {
    display: flex;
    justify-content: center;
    align-items: center; }

.asc-desc-box {
  margin-left: 10px; }
  .asc-desc-box span:first-child {
    margin-right: 6px; }
  .asc-desc-box span:last-child {
    margin-left: 6px; }
  .asc-desc-box #RadioToggle {
    display: flex;
    align-items: center;
    position: relative;
    top: 2px; }
  .asc-desc-box .checkbox label::before {
    height: 15px !important; }
  .asc-desc-box .checkbox label::after {
    height: 15px !important; }

.member-ws {
  margin-top: 10px; }

.member-ws .comment {
  margin-top: 6px; }

.member-ws .content {
  display: inline-block;
  margin-left: 10px; }

.member-ws .content .author {
  color: #212121;
  cursor: pointer; }

.member-ws .content .metadata {
  color: #717171;
  font-size: 12px; }

.member-ws .content .text {
  color: #717171;
  font-size: 12px; }

.context-view-menu {
  min-width: 285px !important; }

.react-joyride__tooltip h4 {
  text-align: left;
  font-weight: 600;
  font-size: 23px !important; }

.react-joyride__tooltip div {
  text-align: left;
  padding-left: 0px !important; }

.tourModal {
  width: 360px; }
  .tourModal h2 {
    font-weight: 600; }
  .tourModal .field-box {
    padding: 20px 2px;
    font-size: 16px !important;
    color: black; }
  .tourModal .tourModal-footer {
    text-align: right; }
    .tourModal .tourModal-footer .continue-tour {
      font-size: 14px; }
    .tourModal .tourModal-footer .cancel {
      background-color: transparent;
      border: 0px;
      border-radius: 0px;
      color: #615d5d;
      cursor: pointer;
      font-size: 14px;
      line-height: 1;
      padding: 8px;
      -webkit-appearance: none; }

.dashboard-blocks {
  padding-left: 5%; }

.flat-help {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 5;
  font-size: 2em !important;
  cursor: pointer; }

.react-grid-item > .react-resizable-handle {
  z-index: 10000 !important; }

.react-grid-item > .page {
  z-index: 10001; }

#abortApiContainer {
  display: flex;
  justify-content: center;
  height: 75vh;
  align-items: center; }
  #abortApiContainer .textDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    height: 10px; }
  #abortApiContainer span {
    margin-left: 6px; }
  #abortApiContainer .retryBtnDiv {
    height: 25px;
    display: flex;
    justify-content: center; }
  #abortApiContainer .retryBtn {
    height: 35px;
    width: 30%;
    background-color: #1f78e5;
    color: #fdfdfd;
    line-height: 1.6;
    border: 2px solid #1f78e5;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px; }

.help-slider {
  position: fixed;
  top: 52px;
  right: 0px;
  z-index: 8;
  left: 100%;
  bottom: 0px;
  padding: 0px 12px 12px 12px; }
  .help-slider .sub-container {
    padding: 7px 9px 16px 9px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 100%;
    border-radius: 5px;
    position: relative;
    overflow-y: auto; }
    .help-slider .sub-container::-webkit-scrollbar-track {
      background-color: var(--scrollbar-color) !important; }
  .help-slider .help-text {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 1rem;
    margin-left: 7px;
    display: flex;
    margin-top: 5px; }
  .help-slider .close-help-slider-icon {
    position: absolute;
    top: 8px;
    right: 12px; }
  .help-slider .search-box-container {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: white;
    display: flex;
    border-radius: 5px;
    align-items: center; }
  .help-slider .search-input {
    width: 100%;
    border: none;
    margin-left: 5px; }
  .help-slider .search-input:focus {
    border: 0px;
    background: transparent;
    border-radius: 0px;
    outline: none; }
  .help-slider .help-sub-container {
    width: 100%;
    height: calc(100% - 70px);
    overflow-y: auto; }
    .help-slider .help-sub-container::-webkit-scrollbar-track {
      background-color: var(--scrollbar-color) !important; }
  .help-slider .help-nested-container {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: inline-block;
    width: 100%; }
  .help-slider .getting-started-container, .help-slider .building-with-stackby-container, .help-slider .sharing-your-base-container, .help-slider .managing-your-work-container {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-right: 5px;
    padding: 1.2rem;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
  .help-slider .getting-started-sub-container, .help-slider .building-with-stackby-sub-container, .help-slider .sharing-your-base-sub-container, .help-slider .managing-your-work-sub-container {
    display: flex;
    align-items: center; }
  .help-slider .help-container-text {
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px; }
  .help-slider .help-nav {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .help-slider .additional-resources-text {
    margin-bottom: 0.75rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 13px; }
  .help-slider .help-additional-resources-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px; }
  .help-slider .list-li {
    padding: 5px 0px; }
  .help-slider .list-li-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.25); }
  .help-slider .list-li-container {
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    display: flex; }
  .help-slider .list-li-name {
    user-select: none;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-width: 0px;
    min-height: 0px;
    padding-left: 0.5rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer; }
  .help-slider .list-li-new-text {
    border-radius: 50px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-weight: 500;
    background-color: #166ee1; }
  .help-slider .quick-tips-container, .help-slider .tutorials-container, .help-slider .videos-container, .help-slider .support-articles-container {
    min-height: 41.5px;
    overflow-x: hidden; }
  .help-slider .quick-tips-header, .help-slider .tutorials-header, .help-slider .videos-header, .help-slider .support-articles-header {
    margin-right: 7px;
    margin-left: 7px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
  .help-slider .quick-tips-header-container, .help-slider .tutorials-header-container, .help-slider .videos-header-container {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500; }
  .help-slider .quick-tips-count, .help-slider .tutorials-count, .help-slider .videos-count, .help-slider .support-article-count {
    display: inline-block;
    margin-left: 0.5rem;
    opacity: .75;
    font-weight: 500;
    font-size: 11px; }
  .help-slider .quick-tips-body, .help-slider .tutorials-body, .help-slider .videos-body, .help-slider .support-articles-body {
    overflow-y: auto;
    padding: 16px 0px 4px 0px; }
    .help-slider .quick-tips-body::-webkit-scrollbar-track, .help-slider .tutorials-body::-webkit-scrollbar-track, .help-slider .videos-body::-webkit-scrollbar-track, .help-slider .support-articles-body::-webkit-scrollbar-track {
      background-color: var(--scrollbar-color) !important;
      margin-left: 15px;
      margin-right: 15px;
      scroll-margin: 20px; }
  .help-slider .content-section {
    width: 50%;
    padding: 0px 7px;
    margin-bottom: 1rem;
    cursor: pointer;
    display: inline-block; }
    @media (max-width: 768px) {
      .help-slider .content-section {
        width: 100%; } }
    @media (max-width: 425px) {
      .help-slider .content-section {
        width: 100%; } }
  .help-slider .content-section-img {
    width: 100%;
    height: 78px; }
    @media (max-width: 768px) {
      .help-slider .content-section-img {
        height: 78px; } }
    @media (max-width: 425px) {
      .help-slider .content-section-img {
        height: 78px; } }
  .help-slider .magic-icon-in-section {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0.5rem 0.5rem 0.7rem 0.5rem;
    border-radius: 25px;
    user-select: none;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 9px; }
  .help-slider .content-name {
    margin-top: 0.5rem;
    line-height: 1.5;
    font-weight: 400;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis; }
  .help-slider .content-video {
    line-height: 1.5;
    font-weight: 400;
    font-size: 9px; }
  .help-slider .support-articles-content-section {
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px; }
  .help-slider .supportArtical-newTag {
    font-size: 11px;
    padding: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1693eb;
    color: white !important;
    border-radius: 10px;
    margin-left: 5px;
    text-align: center; }
  .help-slider .articalOpen-btn {
    margin-left: auto; }
  .help-slider .support-articles2-content-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .help-slider .support-articles-content-section-border-bottom {
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(255, 255, 255, 0.1); }
  .help-slider .support-articles2-content-section-border-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-left: 7px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-color: rgba(255, 255, 255, 0.1); }
  .help-slider .margin-top-15px {
    margin-top: 15px; }
  .help-slider .help-content-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .help-slider .content-gif-indicator {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0.5rem 0.5rem 0.70rem 0.5rem;
    border-radius: 25px;
    user-select: none;
    line-height: 14px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 9px; }
  .help-slider .position-relative {
    position: relative; }
  .help-slider .content-name-text {
    margin-left: 8px;
    margin-right: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.5;
    font-weight: 500;
    font-size: 15px; }
  .help-slider .content-container {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 48px;
    position: relative; }
  .help-slider .content-gif-container {
    width: 100%;
    height: 222px;
    position: relative;
    margin-bottom: 8px; }
  .help-slider .steps-counter-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center; }
  .help-slider .back-forward-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
  .help-slider .content-gif {
    width: 100%;
    height: 100%;
    padding-top: 4px; }
  .help-slider .content-description {
    margin-bottom: 16px;
    margin-top: 5px; }
  .help-slider .click-to-expand-container {
    position: absolute;
    display: flex;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
    cursor: pointer; }
  .help-slider .click-to-expand-text {
    display: none;
    margin-left: 5px; }
  .help-slider .click-to-expand-container:hover .click-to-expand-text {
    display: inline-block; }
  .help-slider .more-content-container {
    padding: 8px; }
  .help-slider .more-content-text {
    margin-bottom: 0.5rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 11px; }
  .help-slider .more-content-first-container, .help-slider .more-content-second-container {
    width: 50%;
    display: inline-block; }
  .help-slider .redirect-url-container {
    color: black;
    background-color: white;
    display: inline-flex;
    line-height: 22px;
    border-radius: 5px;
    align-items: center;
    padding: 5px 12px;
    padding-right: 12px; }
  .help-slider .open-tutorial-text {
    margin-left: 8px; }
  .help-slider .videos-image-container {
    width: 100%;
    height: 222px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 222px;
    background-repeat: no-repeat;
    margin-bottom: 16px;
    cursor: pointer; }
  .help-slider .videos-image-container svg {
    color: rgba(0, 0, 0, 0.25); }
  .help-slider .videos-image-container:hover svg {
    color: rgba(0, 0, 0, 0.5); }

@media (min-width: 769px) {
  .help-slider-active {
    left: 75%;
    animation: fade-in-keyframes-75 0.5s; } }

@media (max-width: 768px) {
  .help-slider-active {
    left: 50%;
    animation: fade-in-keyframes-50 0.5s; } }

@media (max-width: 425px) {
  .help-slider-active {
    left: 0%;
    animation: fade-in-keyframes-100 0.5s; } }

@media (min-width: 769px) {
  .help-slider-inactive {
    animation: fade-in-keyframes-reverse-75 0.5s; } }

@media (max-width: 768px) {
  .help-slider-inactive {
    animation: fade-in-keyframes-reverse-50 0.5s; } }

@media (max-width: 425px) {
  .help-slider-inactive {
    animation: fade-in-keyframes-reverse-100 0.5s; } }

@keyframes fade-in-keyframes-75 {
  from {
    left: 100%; }
  to {
    left: 75%; } }

@keyframes fade-in-keyframes-reverse-75 {
  from {
    left: 75%; }
  to {
    left: 100%; } }

@keyframes fade-in-keyframes-50 {
  from {
    left: 100%; }
  to {
    left: 50%; } }

@keyframes fade-in-keyframes-reverse-50 {
  from {
    left: 50%; }
  to {
    left: 100%; } }

@keyframes fade-in-keyframes-100 {
  from {
    left: 100%; }
  to {
    left: 0%; } }

@keyframes fade-in-keyframes-reverse-100 {
  from {
    left: 0%; }
  to {
    left: 100%; } }

.gif-video-modal {
  width: 824px !important; }

.gif-video-modal-img {
  width: 800px !important;
  height: auto; }

.gif-video-modal-description {
  line-height: 1.5;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
  width: 0;
  min-width: 100%; }

.previous-section-button {
  opacity: 0.75;
  display: flex; }

.previous-section-button:hover {
  opacity: 1; }

.cursor-pointer {
  cursor: pointer; }

.betaText {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  display: flex;
  align-items: center;
  padding: 0px 0px 2px 0px;
  font-size: 12px;
  height: 30px;
  padding: 2px 0px 0px 14px; }

.groupingBetaDetail {
  margin-left: 5px;
  cursor: pointer; }
#LockViewModel .header {
  border-bottom: 1px solid white; }

#LockViewModel .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #LockViewModel .form-content .form-details {
    margin: 0px 1px 16px 0px;
    font-size: 14.5px; }
  #LockViewModel .form-content .form-textarea-main p {
    font-size: 13.6px;
    opacity: 0.8; }
  #LockViewModel .form-content .form-textarea-main .form-textarea {
    height: 100px;
    border: 2px solid #ddd;
    border-radius: 5px;
    width: -webkit-fill-available;
    margin-top: 9px;
    padding: 8px; }
  #LockViewModel .form-content .form-textarea-main .textarea-scoll {
    overflow: auto; }
  #LockViewModel .form-content .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
    margin-bottom: 9px;
    align-items: center; }
    #LockViewModel .form-content .button .cancel-btn {
      cursor: pointer;
      font-weight: 500;
      line-height: 1.5;
      margin-left: 10px;
      color: #4d4d4d;
      opacity: .75;
      background: none;
      border: none; }
    #LockViewModel .form-content .button .cancel-btn:hover {
      opacity: 1; }
    #LockViewModel .form-content .button .duplicate-view-btn {
      cursor: pointer;
      font-weight: 500;
      line-height: 1.5;
      margin-left: 10px;
      color: #166ee1;
      background: none;
      border: none; }
    #LockViewModel .form-content .button .duplicate-view-btn:hover {
      color: #041935; }
  #LockViewModel .form-content .errormessage {
    margin-bottom: 10px;
    color: red; }

.lockViewModal .close {
  color: #1d1d1d !important;
  opacity: .75 !important; }

.lockViewModal .lockview-header {
  margin-top: 8px !important;
  font-size: 22.4px !important;
  line-height: 1.25 !important;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
  letter-spacing: .01em;
  font-weight: 500;
  color: #1f1f1f; }

#LockViewDisplay .lockview-render {
  padding: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px; }
  #LockViewDisplay .lockview-render .lockview-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px; }
    #LockViewDisplay .lockview-render .lockview-main .lock-text {
      display: flex;
      align-items: center; }
      #LockViewDisplay .lockview-render .lockview-main .lock-text p {
        margin-left: 5px;
        font-size: 13px;
        font-weight: 500; }
    #LockViewDisplay .lockview-render .lockview-main .lock-btn {
      font-size: 14.5px;
      font-weight: 500;
      color: #166ee1;
      cursor: pointer; }

#LockViewDisplay .lockviewdisplay-model .modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 1; }

#LockViewDisplay .lockviewdisplay-model .modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal {
    position: absolute;
    top: -8%;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background: white;
    max-width: 30%;
    height: 375px;
    opacity: 1;
    border-radius: 4px;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content; }
    #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal .modal-header {
      padding: 4px 0;
      font-size: 20px;
      font-weight: 600;
      border-bottom: none; }
    #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal .modal-desc {
      padding: 4px 0;
      font-size: 13px;
      opacity: .8;
      font-weight: 500;
      margin-top: 8px;
      margin-bottom: 8px; }
  @media only screen and (max-width: 500px) {
    #LockViewDisplay .lockviewdisplay-model .modal-wrap .modal {
      z-index: 2; } }
#PersonalViewDisplay .personalview-render {
  padding: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px; }
  #PersonalViewDisplay .personalview-render .personalview-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px; }
    #PersonalViewDisplay .personalview-render .personalview-main .personal-text {
      display: flex;
      align-items: center; }
      #PersonalViewDisplay .personalview-render .personalview-main .personal-text p {
        margin-left: 5px;
        font-size: 13px;
        font-weight: 500; }
    #PersonalViewDisplay .personalview-render .personalview-main .personal-btn {
      font-size: 14.5px;
      font-weight: 500;
      color: #2d7ff9;
      cursor: pointer; }

#PersonalViewDisplay .personalviewdisplay-model .modal-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 1; }

#PersonalViewDisplay .personalviewdisplay-model .modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal {
    position: absolute;
    top: -8%;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background: white;
    max-width: 30%;
    height: 375px;
    opacity: 1;
    border-radius: 4px;
    z-index: 2;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: fit-content; }
    #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal .modal-header {
      padding: 4px 0;
      font-size: 20px;
      font-weight: 600;
      border-bottom: none; }
    #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal .modal-desc {
      padding: 4px 0;
      font-size: 13px;
      opacity: .8;
      font-weight: 500;
      margin-top: 8px;
      margin-bottom: 8px; }
  @media only screen and (max-width: 500px) {
    #PersonalViewDisplay .personalviewdisplay-model .modal-wrap .modal {
      z-index: 2; } }
.autoamtion-wapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

.automation-panel {
  right: 0px !important;
  transform: none !important;
  left: unset !important;
  width: 35% !important; }

#Automation {
  background: #fff;
  height: 100vh;
  border-radius: 5px 0px 0px 5px; }
  #Automation .title-automation {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    font-weight: 500; }
    #Automation .title-automation svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }
  #Automation .automation-header {
    font-weight: 500;
    border-bottom: 1px solid black;
    padding: 10px; }
  #Automation .btn-add-at {
    color: #5274ee;
    cursor: pointer;
    margin: 5px 2px 6px 5px;
    font-size: 15px;
    color: #3398e5;
    font-weight: 480;
    margin-bottom: 10px; }
    #Automation .btn-add-at:hover {
      color: #899de4; }
  #Automation > .header {
    padding: 13px;
    display: flex;
    justify-content: space-between;
    border-bottom-width: 1px;
    border-color: #ccc;
    border-bottom-style: solid; }
    #Automation > .header > .label {
      font-size: 1.2em; }
    #Automation > .header .btn-add-at {
      color: #5274ee;
      cursor: pointer;
      margin: 5px 2px 6px 5px;
      font-size: 15px;
      color: #3398e5;
      font-weight: 480; }
      #Automation > .header .btn-add-at:hover {
        color: #899de4; }
  #Automation .body {
    overflow: auto;
    height: 300px; }
    #Automation .body .btn-create-automation {
      align-items: center;
      display: flex;
      justify-content: center;
      height: inherit; }
.au-item {
  padding: 10px;
  border-bottom-width: 1px;
  justify-content: space-between; }
  .au-item .au-item-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 102%;
    margin: 3px 2px 2px; }
    .au-item .au-item-body .au-item-body-name {
      display: flex;
      align-items: center; }
    .au-item .au-item-body .name {
      font-size: 15.5px;
      margin-left: 7px; }
    .au-item .au-item-body .au-item-body-status {
      display: flex;
      align-items: center; }
    .au-item .au-item-body .status {
      margin-right: 6px; }
#AuEdit {
  height: 100vh; }
  #AuEdit .ui.toggle.checkbox label:before {
    width: 41px;
    background-color: #A9A9A9; }
  #AuEdit .ui.checkbox input:checked ~ .box:before,
  #AuEdit .ui.checkbox input:checked ~ label:before {
    background-color: green !important;
    width: 41px; }
  #AuEdit .ui.toggle.checkbox input:checked ~ label:after {
    left: 1.53em;
    box-shadow: none; }
  #AuEdit .au-edit-header {
    padding: 13px; }
  #AuEdit .au-edit-header-main {
    display: flex;
    justify-content: space-between;
    margin-top: 11px; }
  #AuEdit .au-edit-backbutton {
    margin-left: -9px;
    margin-bottom: 15px;
    margin-top: -4px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    justify-content: space-between; }
  #AuEdit .au-edit-automationname {
    font-size: 17px;
    font-weight: 500;
    color: black; }
    #AuEdit .au-edit-automationname .text {
      font-weight: 500 !important; }
  #AuEdit .on-off-automation {
    display: flex;
    align-items: center; }
  #AuEdit .au-edit-body {
    height: inherit; }
    #AuEdit .au-edit-body > div {
      height: inherit; }
      #AuEdit .au-edit-body > div > .tab {
        height: inherit;
        padding: 13px; }
    #AuEdit .au-edit-body .steps .main-label {
      margin: 4px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }
    #AuEdit .au-edit-body .steps .field {
      margin-top: 15px; }
      #AuEdit .au-edit-body .steps .field .label {
        margin-bottom: 9px;
        font-weight: 500; }
    #AuEdit .au-edit-body .steps .create-trigger {
      justify-content: center;
      display: flex;
      align-items: center;
      height: 50vh; }
    #AuEdit .au-edit-body .steps .triggermain-comp {
      width: 100%; }
    #AuEdit .au-edit-body .steps .action-footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 12px; }
    #AuEdit .au-edit-body .steps .action-create-button {
      display: flex;
      justify-content: center; }
.carousel-item .item-slider .item-slide img {
  width: 23%;
  height: 135px; }
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.app-modal {
  min-width: 50%; }
  .app-modal .input-header {
    margin-left: 2%;
    width: 94%;
    margin-top: 2%;
    border: 2px solid #4f86c6;
    border-radius: 5px; }
  .app-modal #GridModal .grid-modal h2 {
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase; }
  .app-modal #GridModal .grid-modal .sidebar-box {
    margin-top: 14px;
    margin-left: 22px; }
    .app-modal #GridModal .grid-modal .sidebar-box ul {
      list-style: none; }
      .app-modal #GridModal .grid-modal .sidebar-box ul li .sidebar-item {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
        color: black;
        font-size: 14px;
        cursor: pointer; }
        .app-modal #GridModal .grid-modal .sidebar-box ul li .sidebar-item:hover {
          color: #3384f7; }
        .app-modal #GridModal .grid-modal .sidebar-box ul li .sidebar-item.active {
          font-weight: 600; }
  .app-modal #FeatureModal .feature-box, .app-modal #AllFeatureModal .feature-box {
    margin-top: 27px;
    height: 196px; }
    .app-modal #FeatureModal .feature-box .main-title, .app-modal #AllFeatureModal .feature-box .main-title {
      margin-bottom: 27px;
      margin-top: 7px;
      margin-left: 11px; }
      .app-modal #FeatureModal .feature-box .main-title h3, .app-modal #AllFeatureModal .feature-box .main-title h3 {
        font-size: 20px;
        font-weight: 500;
        color: #4D4D4D; }
    .app-modal #FeatureModal .feature-box h2, .app-modal #AllFeatureModal .feature-box h2 {
      font-weight: 700; }
    .app-modal #FeatureModal .feature-box .container, .app-modal #AllFeatureModal .feature-box .container {
      margin-top: 17px; }
      .app-modal #FeatureModal .feature-box .container .item-card .card, .app-modal #AllFeatureModal .feature-box .container .item-card .card {
        width: 46%;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
        .app-modal #FeatureModal .feature-box .container .item-card .card:hover, .app-modal #AllFeatureModal .feature-box .container .item-card .card:hover {
          transform: none;
          -webkit-transform: none; }
        @media (min-width: 768px) {
          .app-modal #FeatureModal .feature-box .container .item-card .card .content, .app-modal #AllFeatureModal .feature-box .container .item-card .card .content {
            display: flex;
            flex-direction: row; } }
        .app-modal #FeatureModal .feature-box .container .item-card .card .content .header, .app-modal #AllFeatureModal .feature-box .container .item-card .card .content .header {
          line-height: 1.2;
          font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
        .app-modal #FeatureModal .feature-box .container .item-card .card .image, .app-modal #AllFeatureModal .feature-box .container .item-card .card .image {
          margin-bottom: 0px; }
        .app-modal #FeatureModal .feature-box .container .item-card .card .add-apps-box, .app-modal #AllFeatureModal .feature-box .container .item-card .card .add-apps-box {
          background-color: #2872e1 !important;
          color: white; }
          .app-modal #FeatureModal .feature-box .container .item-card .card .add-apps-box:hover, .app-modal #AllFeatureModal .feature-box .container .item-card .card .add-apps-box:hover {
            opacity: 0.85; }
      .app-modal #FeatureModal .feature-box .container .item-card .search-value, .app-modal #AllFeatureModal .feature-box .container .item-card .search-value {
        position: relative;
        top: 300%;
        left: 28%;
        text-align: center;
        color: #909090;
        font-size: 13px; }
        @media (max-width: 991px) {
          .app-modal #FeatureModal .feature-box .container .item-card .search-value, .app-modal #AllFeatureModal .feature-box .container .item-card .search-value {
            left: 0%; } }
        @media (max-width: 779px) {
          .app-modal #FeatureModal .feature-box .container .item-card .search-value, .app-modal #AllFeatureModal .feature-box .container .item-card .search-value {
            top: 0%; } }
  @media (max-width: 991px) {
    .app-modal .item-card {
      display: flex;
      flex-direction: column; }
      .app-modal .item-card .card {
        width: 95% !important; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .app-modal .input-header {
      margin-left: 3%;
      width: 90%; } }
  @media (max-width: 767px) {
    .app-modal .input-header {
      margin-left: 0%;
      width: 100%; }
    .app-modal .item-card .card .image {
      margin-right: 8px !important; } }
  @media (min-width: 992px) {
    .app-modal #GridModal {
      width: 25% !important; }
    .app-modal #FeatureModal {
      width: 75% !important; } }
  @media (min-width: 780px) and (max-width: 991px) {
    .app-modal #GridModal {
      width: 31% !important; }
    .app-modal #FeatureModal {
      width: 63% !important; } }
#AppDetails {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  padding: 20px; }
  #AppDetails .back-button {
    z-index: 2;
    position: fixed;
    margin-top: -1%; }
    #AppDetails .back-button .back-btn-div {
      padding: 4px 14px 4px 8px;
      background-color: #e0e2e2;
      border-radius: 9999px;
      display: inline-block;
      cursor: pointer; }
      #AppDetails .back-button .back-btn-div:hover {
        opacity: 0.85; }
  #AppDetails .description-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly; }
    #AppDetails .description-modal .header-description {
      height: 196px;
      width: 78%;
      padding-right: 25px; }
      #AppDetails .description-modal .header-description .app-logo {
        margin-left: 1%;
        display: flex; }
        #AppDetails .description-modal .header-description .app-logo .appdata-img {
          height: 55px; }
      #AppDetails .description-modal .header-description .title-box {
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        text-align: left; }
        #AppDetails .description-modal .header-description .title-box .short-para {
          opacity: 0.75;
          font-size: 14px;
          line-height: 1.25;
          margin-top: 2px; }
      #AppDetails .description-modal .header-description .desc-box {
        line-height: 1.5;
        margin: 2px;
        width: calc(33.3333333% - 6px);
        display: inline-block;
        margin-top: 4%; }
      #AppDetails .description-modal .header-description .int-card {
        display: -webkit-box;
        margin-bottom: 20px;
        margin-left: 1rem;
        margin-right: 1rem; }
      #AppDetails .description-modal .header-description .int-card:hover {
        opacity: 1;
        transform: inherit;
        transition: 0s ease; }
      #AppDetails .description-modal .header-description .int-card img {
        margin-top: 23px;
        margin: auto;
        height: 150px;
        padding: 15px; }
      #AppDetails .description-modal .header-description .paragraph {
        color: #4D4D4D;
        box-sizing: border-box;
        margin: 2px;
        width: 300%;
        display: inline-block;
        text-align: justify;
        font-size: 15px;
        white-space: break-spaces; }
      #AppDetails .description-modal .header-description .paragraph ::-webkit-scrollbar {
        display: none; }
      @media (min-width: 831px) and (max-width: 950px) {
        #AppDetails .description-modal .header-description .title-box .short-para {
          font-size: 14.5px !important; } }
      @media (min-width: 831px) and (max-width: 1600px) {
        #AppDetails .description-modal .header-description .app-logo .appdata-img {
          height: 60px;
          margin-top: 5px; } }
    #AppDetails .description-modal .items-settings {
      width: 22%;
      margin-top: 5%; }
      #AppDetails .description-modal .items-settings .submit {
        width: 100%; }
        #AppDetails .description-modal .items-settings .submit .add-app {
          background-color: #2872e1 !important;
          color: white;
          border-radius: 6px;
          padding: 14px 0px;
          width: 100%;
          font-size: 16px; }
          #AppDetails .description-modal .items-settings .submit .add-app:hover {
            background-color: #254fad !important; }
        #AppDetails .description-modal .items-settings .submit .upgradebtn {
          background: linear-gradient(89.91deg, #0158dc 3.87%, #9307fd 99.9%) !important;
          color: white;
          padding-left: 3.071429em !important;
          padding-right: 2.5em !important; }
          #AppDetails .description-modal .items-settings .submit .upgradebtn .icon-star {
            background-color: rgba(0, 0, 0, 0) !important; }
      #AppDetails .description-modal .items-settings .publisher {
        margin-top: 32px;
        margin-bottom: 10px; }
        #AppDetails .description-modal .items-settings .publisher .title {
          font-size: 13px;
          font-weight: 500;
          margin-bottom: 4px; }
        #AppDetails .description-modal .items-settings .publisher .logo {
          margin-left: 0%; }
        #AppDetails .description-modal .items-settings .publisher .name {
          margin-left: 14%;
          margin-top: -18%; }
      #AppDetails .description-modal .items-settings .support-content {
        margin-bottom: 16px;
        display: flex;
        flex-direction: column; }
        #AppDetails .description-modal .items-settings .support-content .more-info {
          cursor: pointer;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 16px;
          color: #2872e1; }
          #AppDetails .description-modal .items-settings .support-content .more-info:hover {
            color: #14458f; }
        #AppDetails .description-modal .items-settings .support-content .support-app {
          cursor: pointer;
          font-size: 14px;
          font-weight: 500;
          margin-bottom: 16px;
          color: #2872e1; }
          #AppDetails .description-modal .items-settings .support-content .support-app:hover {
            color: #14458f; }
        #AppDetails .description-modal .items-settings .support-content .support-email {
          cursor: pointer;
          font-size: 14px;
          margin-bottom: 16px;
          font-weight: 500;
          color: #2872e1; }
          #AppDetails .description-modal .items-settings .support-content .support-email:hover {
            color: #14458f; }
  #AppDetails .content-modal {
    margin-top: 10%; }
    #AppDetails .content-modal .video-box {
      width: 95%;
      margin-left: 0.5%; }
#RowCard {
  margin: 0 8px;
  pointer-events: all;
  cursor: pointer;
  padding: 1px;
  height: 85px;
  line-height: 16px;
  border: 2px solid #ddd;
  border-radius: 6px;
  background: white;
  margin-top: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
  #RowCard:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25); }
  @media only screen and (min-width: 500px) {
    #RowCard:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); } }
  #RowCard .card-cover-image {
    background: transparent;
    border-bottom: 2px solid #ddd; }
    #RowCard .card-cover-image .control-next {
      border-top-right-radius: 6px; }
    #RowCard .card-cover-image .control-prev {
      border-top-left-radius: 6px; }
    #RowCard .card-cover-image img {
      background: transparent;
      width: 100%;
      height: 180px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      object-fit: cover; }
  #RowCard .card-header {
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    padding: 3px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%; }
    #RowCard .card-header .card-row-color {
      width: 8px;
      height: 23px;
      border-radius: 9999px;
      margin-right: 8px;
      cursor: pointer;
      flex: none; }
    #RowCard .card-header .firstColumnValue {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      font-size: 14px !important;
      width: 100%;
      line-height: 1.25;
      color: #1f1f1f; }
      #RowCard .card-header .firstColumnValue .textColumn, #RowCard .card-header .firstColumnValue .checkboxColumn, #RowCard .card-header .firstColumnValue .collaboratorColumn, #RowCard .card-header .firstColumnValue .selectorColumn, #RowCard .card-header .firstColumnValue .attachmentColumn, #RowCard .card-header .firstColumnValue .linkColumn, #RowCard .card-header .firstColumnValue .api-push, #RowCard .card-header .firstColumnValue .rating-card, #RowCard .card-header .firstColumnValue .progress-card, #RowCard .card-header .firstColumnValue .button-column {
        width: 100%;
        padding: 0px; }
        #RowCard .card-header .firstColumnValue .textColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .checkboxColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .collaboratorColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .selectorColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .attachmentColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .linkColumn .row-card-field-title, #RowCard .card-header .firstColumnValue .api-push .row-card-field-title, #RowCard .card-header .firstColumnValue .rating-card .row-card-field-title, #RowCard .card-header .firstColumnValue .progress-card .row-card-field-title, #RowCard .card-header .firstColumnValue .button-column .row-card-field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          #RowCard .card-header .firstColumnValue .textColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .checkboxColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .collaboratorColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .selectorColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .attachmentColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .linkColumn .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .api-push .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .rating-card .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .progress-card .row-card-field-title .field-name, #RowCard .card-header .firstColumnValue .button-column .row-card-field-title .field-name {
            margin-left: 4px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      #RowCard .card-header .firstColumnValue .textColumn .multilineValue {
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        word-wrap: break-word;
        color: #464545;
        margin-top: 5px;
        -webkit-line-clamp: 1 !important; }
      #RowCard .card-header .firstColumnValue .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 5px;
        color: #464545; }
      #RowCard .card-header .firstColumnValue .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
        #RowCard .card-header .firstColumnValue .checkboxColumn .value .cbx {
          margin-left: 11px !important; }
      #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        width: 100%;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag {
          display: flex;
          flex-direction: row;
          white-space: nowrap;
          justify-content: center;
          align-items: center; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag p {
            font-size: 12px; }
        #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
          border: 1px solid #ddd;
          padding: 2px;
          margin: 0px 2px;
          min-width: 40px;
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: auto; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowCard .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowCard .card-header .firstColumnValue .selectorColumn .selectorDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDiv .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          background-color: #797373;
          border-radius: 25px;
          color: #4d4d4d;
          min-width: 38px;
          font-size: 12px; }
          #RowCard .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom {
        display: flex;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          background-color: #797373;
          border-radius: 25px;
          color: #4d4d4d;
          min-width: 38px;
          font-size: 12px; }
          #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .selector:first-child {
            margin: 0 2px 0 0; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .select-tag {
          display: inline-flex !important;
          height: 18px !important;
          padding: 2px 8px;
          margin: 0;
          text-align: center;
          font-size: 13px;
          line-height: 13px;
          border-radius: 8px;
          background: #fff;
          color: #4d4d4d;
          text-overflow: ellipsis;
          overflow: hidden;
          max-width: 100%;
          white-space: nowrap; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .select-tag-custom-single-select-column-type {
          padding: 2px 8px; }
        #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .select-tag-wrapper, #RowCard .card-header .firstColumnValue .selectorColumn .selectorDivCustom .select-tag-wrapper-custom {
          margin: 0; }
      #RowCard .card-header .firstColumnValue .margin-right-5px {
        margin-right: 5px; }
      #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px; }
          #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
            min-height: 22px;
            max-height: 22px;
            max-width: 80px;
            border-radius: 2px; }
          #RowCard .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment:first-child {
            margin: 0 2px 0 0; }
      #RowCard .card-header .firstColumnValue .linkColumn .linksDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
          display: inline;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 1px solid #c9c9ec;
          border-radius: 2px;
          margin-left: 5px; }
        #RowCard .card-header .firstColumnValue .linkColumn .linksDiv .error {
          display: inline;
          padding: 0px 4px;
          background: #f5cce9 !important;
          border: 0.5px solid #a26e71 !important;
          border-radius: 2px;
          margin-left: 5px; }
      #RowCard .card-header .firstColumnValue .api-push .btn {
        width: fit-content;
        padding: 3px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #ccc;
        background-color: rgba(224, 224, 224, 0.5);
        margin-top: 5px; }
      #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding: 4px 0; }
        #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator {
          border: 1px solid #ddd;
          padding: 2px;
          margin: 0px 2px;
          min-width: 40px;
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: auto; }
          #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowCard .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowCard .card-header .firstColumnValue .progress-card {
        margin: auto; }
        #RowCard .card-header .firstColumnValue .progress-card .progress-text-task {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 12px;
          margin-top: 5px;
          color: #464545;
          width: 100px; }
        #RowCard .card-header .firstColumnValue .progress-card .progress-type {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          font-size: 12px;
          display: flex;
          align-items: center;
          width: 100%; }
          #RowCard .card-header .firstColumnValue .progress-card .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          #RowCard .card-header .firstColumnValue .progress-card .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500; }
          #RowCard .card-header .firstColumnValue .progress-card .progress-type .ui.small.progress {
            font-size: 0.60857143rem; }
      #RowCard .card-header .firstColumnValue .button-column {
        display: block; }
        #RowCard .card-header .firstColumnValue .button-column .send-btn {
          width: -webkit-fill-available;
          text-align: center;
          display: flex; }
          #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root {
            margin: 7px 5px 0px 2px;
            display: flex;
            justify-content: center; }
            #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn {
              cursor: pointer;
              width: fit-content;
              padding: 3px 6px;
              border-radius: 5px;
              margin: auto;
              opacity: .8;
              display: flex;
              justify-content: center;
              background-color: rgba(228, 195, 195, 0.5); }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn svg {
                margin-right: 5px; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn span {
                white-space: nowrap !important;
                color: white;
                overflow: hidden !important;
                text-overflow: ellipsis !important; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
                opacity: 1; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:target {
                box-shadow: none; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:active {
                box-shadow: none; }
            #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled {
              cursor: auto !important;
              opacity: 0.5; }
              #RowCard .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
                opacity: 0.5; }
      #RowCard .card-header .firstColumnValue .value {
        font-size: 14px !important;
        line-height: 1.5; }
      #RowCard .card-header .firstColumnValue .columnValue-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.5; }
  #RowCard .card-data {
    display: flex;
    justify-content: flex-start;
    padding-left: 6px;
    padding-right: 6px; }
    #RowCard .card-data .card-header .firstColumnValue .textColumn, #RowCard .card-header .firstColumnValue .card-data .textColumn, #RowCard .card-data .card-header .firstColumnValue .checkboxColumn, #RowCard .card-header .firstColumnValue .card-data .checkboxColumn, #RowCard .card-data .card-header .firstColumnValue .collaboratorColumn, #RowCard .card-header .firstColumnValue .card-data .collaboratorColumn, #RowCard .card-data .card-header .firstColumnValue .selectorColumn, #RowCard .card-header .firstColumnValue .card-data .selectorColumn, #RowCard .card-data .card-header .firstColumnValue .attachmentColumn, #RowCard .card-header .firstColumnValue .card-data .attachmentColumn, #RowCard .card-data .card-header .firstColumnValue .linkColumn, #RowCard .card-header .firstColumnValue .card-data .linkColumn, #RowCard .card-data .card-header .firstColumnValue .api-push, #RowCard .card-header .firstColumnValue .card-data .api-push, #RowCard .card-data .card-header .firstColumnValue .rating-card, #RowCard .card-header .firstColumnValue .card-data .rating-card, #RowCard .card-data .card-header .firstColumnValue .progress-card, #RowCard .card-header .firstColumnValue .card-data .progress-card, #RowCard .card-data .card-header .firstColumnValue .button-column, #RowCard .card-header .firstColumnValue .card-data .button-column, #RowCard .card-data .textColumn, #RowCard .card-data .checkboxColumn, #RowCard .card-data .collaboratorColumn, #RowCard .card-data .selectorColumn, #RowCard .card-data .attachmentColumn, #RowCard .card-data .linkColumn, #RowCard .card-data .api-push, #RowCard .card-data .rating-card, #RowCard .card-data .progress-card, #RowCard .card-data .button-column {
      width: 25%;
      padding: 0 10px 4px 4px; }
      #RowCard .card-data .textColumn .row-card-field-title, #RowCard .card-data .checkboxColumn .row-card-field-title, #RowCard .card-data .collaboratorColumn .row-card-field-title, #RowCard .card-data .selectorColumn .row-card-field-title, #RowCard .card-data .attachmentColumn .row-card-field-title, #RowCard .card-data .linkColumn .row-card-field-title, #RowCard .card-data .api-push .row-card-field-title, #RowCard .card-data .rating-card .row-card-field-title, #RowCard .card-data .progress-card .row-card-field-title, #RowCard .card-data .button-column .row-card-field-title {
        display: flex;
        align-items: center;
        opacity: 0.6; }
        #RowCard .card-data .textColumn .row-card-field-title .field-name, #RowCard .card-data .checkboxColumn .row-card-field-title .field-name, #RowCard .card-data .collaboratorColumn .row-card-field-title .field-name, #RowCard .card-data .selectorColumn .row-card-field-title .field-name, #RowCard .card-data .attachmentColumn .row-card-field-title .field-name, #RowCard .card-data .linkColumn .row-card-field-title .field-name, #RowCard .card-data .api-push .row-card-field-title .field-name, #RowCard .card-data .rating-card .row-card-field-title .field-name, #RowCard .card-data .progress-card .row-card-field-title .field-name, #RowCard .card-data .button-column .row-card-field-title .field-name {
          margin-left: 4px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    #RowCard .card-data .textColumn .multilineValue {
      display: block;
      display: -webkit-box;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      word-wrap: break-word;
      color: #464545;
      margin-top: 5px;
      -webkit-line-clamp: 1 !important; }
    #RowCard .card-data .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      margin-top: 5px;
      color: #464545; }
    #RowCard .card-data .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
      #RowCard .card-data .checkboxColumn .value .cbx {
        margin-left: 11px !important; }
    #RowCard .card-data .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      width: 100%;
      padding: 4px 0; }
      #RowCard .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        justify-content: center;
        align-items: center; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag p {
          font-size: 12px; }
      #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowCard .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #RowCard .card-data .selectorColumn .selectorDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowCard .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #RowCard .card-data .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    #RowCard .card-data .selectorColumn .selectorDivCustom {
      display: flex;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px; }
      #RowCard .card-data .selectorColumn .selectorDivCustom::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .selectorColumn .selectorDivCustom .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #RowCard .card-data .selectorColumn .selectorDivCustom .selector:first-child {
          margin: 0 2px 0 0; }
      #RowCard .card-data .selectorColumn .selectorDivCustom .select-tag {
        display: inline-flex !important;
        height: 18px !important;
        padding: 2px 8px;
        margin: 0;
        text-align: center;
        font-size: 13px;
        line-height: 13px;
        border-radius: 8px;
        background: #fff;
        color: #4d4d4d;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap; }
      #RowCard .card-data .selectorColumn .selectorDivCustom .select-tag-custom-single-select-column-type {
        padding: 2px 8px; }
      #RowCard .card-data .selectorColumn .selectorDivCustom .select-tag-wrapper, #RowCard .card-data .selectorColumn .selectorDivCustom .select-tag-wrapper-custom {
        margin: 0; }
    #RowCard .card-data .margin-right-5px {
      margin-right: 5px; }
    #RowCard .card-data .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 4px 0; }
      #RowCard .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px; }
        #RowCard .card-data .attachmentColumn .attachmentDiv .attachment img {
          min-height: 22px;
          max-height: 22px;
          max-width: 80px;
          border-radius: 2px; }
        #RowCard .card-data .attachmentColumn .attachmentDiv .attachment:first-child {
          margin: 0 2px 0 0; }
    #RowCard .card-data .linkColumn .linksDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowCard .card-data .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .linkColumn .linksDiv .row-link {
        display: inline;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px;
        margin-left: 5px; }
      #RowCard .card-data .linkColumn .linksDiv .error {
        display: inline;
        padding: 0px 4px;
        background: #f5cce9 !important;
        border: 0.5px solid #a26e71 !important;
        border-radius: 2px;
        margin-left: 5px; }
    #RowCard .card-data .api-push .btn {
      width: fit-content;
      padding: 3px;
      border-radius: 4px;
      box-shadow: 3px 3px 3px #ccc;
      background-color: rgba(224, 224, 224, 0.5);
      margin-top: 5px; }
    #RowCard .card-data .rating-card .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      padding: 4px 0; }
      #RowCard .card-data .rating-card .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowCard .card-data .rating-card .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #RowCard .card-data .rating-card .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowCard .card-data .rating-card .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowCard .card-data .rating-card .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #RowCard .card-data .progress-card {
      margin: auto; }
      #RowCard .card-data .progress-card .progress-text-task {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 5px;
        color: #464545;
        width: 100px; }
      #RowCard .card-data .progress-card .progress-type {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        display: flex;
        align-items: center;
        width: 100%; }
        #RowCard .card-data .progress-card .progress-type .progress-line {
          width: 90%;
          margin: auto !important; }
        #RowCard .card-data .progress-card .progress-type .progress-percentage {
          width: 29px;
          text-align: center;
          margin-left: 4px;
          color: green;
          font-weight: 500; }
        #RowCard .card-data .progress-card .progress-type .ui.small.progress {
          font-size: 0.60857143rem; }
    #RowCard .card-data .button-column {
      display: block; }
      #RowCard .card-data .button-column .send-btn {
        width: -webkit-fill-available;
        text-align: center;
        display: flex; }
        #RowCard .card-data .button-column .send-btn .btn-root {
          margin: 7px 5px 0px 2px;
          display: flex;
          justify-content: center; }
          #RowCard .card-data .button-column .send-btn .btn-root .btn {
            cursor: pointer;
            width: fit-content;
            padding: 3px 6px;
            border-radius: 5px;
            margin: auto;
            opacity: .8;
            display: flex;
            justify-content: center;
            background-color: rgba(228, 195, 195, 0.5); }
            #RowCard .card-data .button-column .send-btn .btn-root .btn svg {
              margin-right: 5px; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn span {
              white-space: nowrap !important;
              color: white;
              overflow: hidden !important;
              text-overflow: ellipsis !important; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn:hover {
              opacity: 1; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn:target {
              box-shadow: none; }
            #RowCard .card-data .button-column .send-btn .btn-root .btn:active {
              box-shadow: none; }
          #RowCard .card-data .button-column .send-btn .btn-root .disabled {
            cursor: auto !important;
            opacity: 0.5; }
            #RowCard .card-data .button-column .send-btn .btn-root .disabled:hover {
              opacity: 0.5; }
    #RowCard .card-data .signature-card .row-card-field-title {
      display: flex;
      align-items: center;
      opacity: 0.6; }
      #RowCard .card-data .signature-card .row-card-field-title .field-name {
        margin-left: 4px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
    #RowCard .card-data .signature-card .signature-img {
      min-height: 22px;
      max-height: 22px;
      max-width: 80px; }

.activeRowCardIndex {
  border: 2px solid #5097D1 !important;
  box-shadow: #cccccc 0px 1px 2px; }

.embedRowCard {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  cursor: default !important;
  box-shadow: none; }
  .embedRowCard:hover {
    box-shadow: none !important; }

.margin-top-2px {
  margin-top: 2px; }

.apply-border {
  border: 3px solid #5097D1 !important;
  border-radius: 5px; }
.block-root {
  border: 2px solid #ccc !important;
  top: 0px !important;
  box-shadow: none !important; }
  .block-root .block-header {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border: 0px !important;
    margin: 10px; }
  .block-root .iframe-block {
    padding: 1px !important;
    width: -webkit-fill-available;
    border-left: none; }
  .block-root:focus-visible {
    outline: 2px solid #166ee1 !important; }

.delete-modal-sure {
  z-index: 1000;
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  padding: 16px;
  width: 250px;
  top: 28px;
  left: 10px;
  border-radius: 4px;
  font-size: 13px; }
  .delete-modal-sure .content {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14.4px;
    font-weight: 500;
    cursor: text; }
    .delete-modal-sure .content p {
      margin: 12px 0px !important; }
  .delete-modal-sure .app-modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .delete-modal-sure .app-modal-footer .modal-btn {
      max-width: 192px;
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      .delete-modal-sure .app-modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    .delete-modal-sure .app-modal-footer .modal-cancel-btn {
      background-color: transparent;
      color: #1f1f1f; }
      .delete-modal-sure .app-modal-footer .modal-cancel-btn:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    .delete-modal-sure .app-modal-footer .modal-delete-btn {
      margin-right: 0px;
      color: #fff;
      background-color: #dc043b;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      .delete-modal-sure .app-modal-footer .modal-delete-btn:hover {
        background-color: #dc043b;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.add-app-div {
  justify-content: center;
  align-items: center;
  display: flex;
  height: 76vh;
  text-align: center; }
  .add-app-div .add-app-image {
    width: 50%; }
  .add-app-div .add-app-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px; }
  .add-app-div .add-apps-btn {
    padding: 8px 18px;
    border-radius: 3px;
    font-weight: 500;
    background-color: #166ee1;
    color: white;
    box-shadow: inset 0 0 0 2px transparent;
    cursor: pointer;
    display: inline-block; }
    .add-app-div .add-apps-btn:hover {
      color: #ffffffcc;
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .add-app-div .add-upgrade-btn {
    background-color: #166ee1 !important;
    color: white !important;
    box-shadow: inset 0 0 0 2px transparent;
    padding-left: 3.071429em !important; }
    .add-app-div .add-upgrade-btn:hover {
      color: #ffffffcc !important;
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }

.in-block {
  width: 97% !important;
  left: 0% !important;
  margin: 0px !important; }

.block-upgrade-div {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  height: 81%;
  justify-content: center; }
  .block-upgrade-div .block-upgrad-text {
    font-size: 14.5px;
    opacity: 0.8;
    margin: 2px 3px 9px 2px; }
  .block-upgrade-div .upgrade-btn {
    padding: 8px 18px;
    border-radius: 3px;
    font-weight: 500;
    background-color: #166ee1;
    color: white;
    box-shadow: inset 0 0 0 2px transparent;
    cursor: pointer;
    display: inline-block; }
    .block-upgrade-div .upgrade-btn:hover {
      color: #ffffffcc;
      box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }

.react-grid-item > .react-resizable-handle {
  right: 2.8% !important; }

.react-grid-item.react-grid-placeholder {
  background-color: gray; }

.dashboard-title-input {
  padding: 2% !important;
  font-weight: 500;
  font-size: 16px;
  color: black;
  border: 1px solid #ddd;
  outline: none;
  background-color: white;
  padding-left: 8px;
  width: 100%;
  border-radius: 2px; }
  .dashboard-title-input:focus, .dashboard-title-input:focus {
    outline: none;
    border: 2px solid #00000040 !important; }
  .dashboard-title-input:focus-visible {
    outline: none; }
  .dashboard-title-input::selection {
    color: white; }

.active-dashboard span {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05); }

.add-block .expand {
  padding-top: 0px !important; }

.add-block .compress {
  padding-top: 0px !important; }

.select-box li {
  width: 122px !important; }

.some-page-wrapper {
  margin: 15px; }

.inital-block-div {
  display: flex;
  padding: 10px;
  flex-direction: column; }
  .inital-block-div .card {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important; }
    .inital-block-div .card:hover {
      box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important; }

.wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 5%;
  padding: 2%;
  border-radius: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); }

.block-modal-detail {
  margin: 0px !important; }

.block-container-style {
  padding: 10px 3px !important;
  margin: 0 !important;
  border-radius: 5px !important;
  -moz-box-shadow: 0 0 0px 0px #888 !important;
  -webkit-box-shadow: 0 0 0px 0px #888 !important;
  box-shadow: 0 0 0px 0px #888 !important;
  cursor: default; }
  .block-container-style .block-iframe-grid {
    padding-left: 0px 15px 0px 21px !important; }
    .block-container-style .block-iframe-grid .block-modal-detail {
      margin: 0px 0px 15px 0px; }
    .block-container-style .block-iframe-grid .dashboard-rename {
      padding: 2% !important;
      font-size: 16px;
      color: #000000bf;
      border: 1px solid #ddd;
      outline: none;
      background-color: white;
      padding-left: 8px;
      height: 25px;
      width: 100%;
      border-radius: 2px; }
      .block-container-style .block-iframe-grid .dashboard-rename:focus, .block-container-style .block-iframe-grid .dashboard-rename:focus {
        outline: none;
        border: 2px solid #00000040 !important; }
      .block-container-style .block-iframe-grid .dashboard-rename:focus-visible {
        outline: none; }
      .block-container-style .block-iframe-grid .dashboard-rename::selection {
        color: white; }
    .block-container-style .block-iframe-grid .expand {
      font-size: 14px;
      padding-top: 0px;
      margin-left: 5px;
      cursor: pointer;
      background: none; }
    .block-container-style .block-iframe-grid .row .embedcolumn-apps {
      line-height: 1.2;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .block-container-style .stackby-block {
    height: calc(100% - 35px); }

.footer-add-app-button {
  position: absolute;
  transform: translate(12px, 510px);
  width: 94% !important;
  height: 40px !important;
  border: 2px solid white !important;
  border-radius: 7px !important; }
  .footer-add-app-button span {
    display: none !important; }

.footer-add-app-button-dummy {
  position: absolute;
  transform: translate(12px, 510px);
  width: 94% !important;
  height: 4% !important;
  border: 2px solid white !important;
  border-radius: 7px !important; }
  .footer-add-app-button-dummy span {
    display: none !important; }

.renderBlock {
  transform: none !important;
  transition-property: none !important; }

.renderblockopen .block-modal {
  z-index: 10; }

.renderblockopen .blockModalExpand {
  z-index: 11; }

.expand-block {
  position: fixed !important;
  top: 0;
  left: 1% !important;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center;
  height: 100%; }

.auto-strech {
  width: 97% !important; }

.title {
  font-size: 1.5em;
  font-weight: 600; }

.block-description {
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  width: -webkit-fill-available;
  width: -moz-available; }

.chart-icon {
  font-size: 60px !important;
  height: 100%;
  color: cornflowerblue; }

.row-modal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.column-modal {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1; }

.box-shadow {
  -moz-box-shadow: 0 0 5px 5px #888;
  -webkit-box-shadow: 0 0 5px 5px #888;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2); }

.block-name-dropdown {
  display: contents !important; }
  .block-name-dropdown .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: normal; }
  .block-name-dropdown .icon {
    margin-left: 4px !important;
    margin-bottom: 5px !important; }

.dashboard-contex-menu {
  min-width: 190px;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  background: #fff;
  border-radius: 4px;
  list-style: none;
  border: 1px solid #ddd;
  font-weight: 400;
  color: #4d4d4d; }
  .dashboard-contex-menu li {
    padding: 6px 10px;
    cursor: pointer; }
    .dashboard-contex-menu li span {
      position: relative;
      top: -2px;
      color: #212121;
      letter-spacing: .4px;
      font-size: 13px; }
    .dashboard-contex-menu li svg {
      position: relative;
      top: 2px;
      margin-right: 10px; }
    .dashboard-contex-menu li:hover {
      background: #e7e7e7; }
  .dashboard-contex-menu .contex-menu-border {
    border-top: 1px solid #0000000d;
    margin: 8px;
    padding: 0; }

.explore-block {
  width: fit-content !important; }

#blockOptions .ui.dropdown > .dropdown.icon {
  padding-left: 5px; }

#blockOptions .ui.dropdown .menu > .item {
  padding: 0.60rem 1.14285714rem !important; }

#blockOptions .ui.top.left.pointing.dropdown > .menu {
  margin: 0px !important; }

.block-modal-search {
  width: 100%;
  padding: 0px 5px !important;
  margin-bottom: 20px; }
  .block-modal-search input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important; }

.block-search {
  width: 100%;
  margin-bottom: 15px; }
  .block-search input {
    border-top: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding: 15px !important; }

.block-search-header {
  padding-bottom: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important; }

.custom-card {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important; }
  .custom-card:hover {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2) !important;
    transform: none !important; }

.block-list {
  display: flex;
  flex-direction: column;
  width: 96%;
  margin: auto;
  margin-top: 15%; }

@media only screen and (max-width: 500px) {
  .blocks {
    width: -webkit-fill-available;
    border-left: none; } }

.appsWarning {
  display: flex;
  font-size: 13px;
  align-items: center;
  background-color: #ff3e0033;
  padding: 0.5rem 1rem; }
  .appsWarning .warningText {
    margin-right: 0.5rem; }
  .appsWarning .warning {
    color: #ed9224; }
  .appsWarning .contactSupport {
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    font-weight: 500;
    background-color: #2185D0;
    color: white;
    border-color: transparent;
    white-space: nowrap;
    height: 28px;
    line-height: 22px;
    padding: 0 0.5rem;
    cursor: pointer; }
  .appsWarning .contactSupport:hover {
    opacity: .85; }

#resumeAllBlockContainer {
  display: flex;
  padding: 0.5rem 1rem;
  background-color: #eee;
  align-items: center;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-color: rgba(0, 0, 0, 0.05); }
  #resumeAllBlockContainer .baymax {
    margin-right: 0.5rem; }
  #resumeAllBlockContainer .Blockcontainerbutton {
    border-radius: 3px;
    border-width: 2px;
    border-style: solid;
    font-weight: 500;
    background-color: #2872e1;
    color: white;
    border-color: transparent;
    white-space: nowrap;
    height: 28px;
    line-height: 22px;
    padding: 0 0.5rem;
    cursor: pointer; }
  #resumeAllBlockContainer .Blockcontainerbutton:hover {
    opacity: .85; }

.embedblock-layout {
  height: calc(100vh - 150px) !important; }

.embedresumeshow-layout {
  height: calc(100vh - 256px) !important; }

.blocklimit-layout {
  height: calc(100vh - 236px) !important; }

.blocklimitresume-layout {
  height: calc(100vh - 342px) !important; }

.resumeblock-limit-layout {
  height: calc(100vh - 230px) !important; }

.limitblock-layout {
  height: calc(100vh - 178px) !important; }

.resumeshow-layout {
  height: calc(100vh - 180px) !important; }

.block-layout {
  height: calc(100vh - 128px) !important; }

.resumeshow-note, .resumeshow-blocklimit {
  height: calc(100vh - 173px) !important; }

.expanddashboard-layout {
  height: calc(100vh - 218px) !important; }

#resume_chart {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 15px;
  background-color: #fafafa;
  text-align: center;
  font-size: 13px; }
  #resume_chart .image img.chart_img {
    height: 72px;
    height: 72px;
    filter: grayscale(100%);
    margin-bottom: 1rem; }
  #resume_chart .image .chart_text {
    opacity: .75;
    margin-bottom: 0.5rem; }
  #resume_chart .link_quite {
    font-weight: 500;
    padding-bottom: 0.14rem;
    border-bottom: 2px solid #2d7ff9;
    display: inline-block;
    color: #2d7ff9;
    cursor: pointer; }
  #resume_chart .link_quite:hover {
    opacity: .85; }

.upgradePlanBtn {
  border-radius: 3px;
  background-color: #2872e1;
  color: white;
  border-color: transparent;
  white-space: nowrap;
  height: 28px;
  padding: 0 0.5rem !important;
  cursor: pointer;
  font-size: 14px;
  margin-left: 4px; }

.upgradePlanBtn:hover {
  opacity: .85; }

.custom-dashboard-menu .dashboard-list .dashboard-title {
  margin-right: 12px; }
  .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-icon {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer; }
  .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0; }
    .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text {
      display: flex;
      flex: 1 1 auto;
      min-width: 0;
      cursor: default; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .dashboard-text {
        font-size: 14.4px;
        cursor: pointer;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%; }
        .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .dashboard-text:hover {
          opacity: .85; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .addAppLeft {
        display: flex;
        align-items: center;
        max-width: 24rem;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .dashboardNameIsExpand {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 100%;
        color: #1f1f1f; }
      .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .addLeftBtn {
        padding: 0px;
        margin-right: 0px;
        margin-left: 4px;
        font-size: 14.4px;
        font-weight: 500;
        display: flex;
        align-items: center;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        .custom-dashboard-menu .dashboard-list .dashboard-title .dashboard-name .dashboard-rename-text .addLeftBtn .addIcon {
          font-size: 13px; }
  .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu {
    position: absolute;
    margin-top: -10px;
    width: 85%;
    display: inline-block;
    overflow: hidden;
    z-index: 2;
    padding: 8px 10px;
    top: 0;
    left: 35px;
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main {
      padding: 0 6px; }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label {
        padding-top: 8px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        text-align: left;
        display: flex;
        align-items: center; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label .search-icon {
          opacity: .75;
          display: flex;
          align-items: center;
          padding: 6px; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label .input-search {
          border: 0;
          border-color: transparent;
          padding: 8px 16px 8px 4px;
          max-width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .inputsearch-main .input-label .input-search:focus-visible {
            outline: none !important; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu {
      padding: 8px;
      max-height: calc(65vh - 100px); }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .active-dashboard {
        background-color: rgba(0, 0, 0, 0.05); }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div {
        display: flex;
        align-items: center;
        border-radius: 3px;
        cursor: pointer; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div:hover {
          background-color: rgba(0, 0, 0, 0.05); }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div:hover .dot-sec {
            visibility: visible !important;
            opacity: 0.5; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content {
          display: flex;
          align-items: center;
          padding: 8px 16px 8px 0;
          flex: 1 1 auto;
          border-radius: 3px;
          min-width: 0; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dashboardname-icon {
            display: flex;
            align-items: center;
            padding: 0 8px;
            width: 32px; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dashboardname-text {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 100%;
            flex: 1 1 auto;
            font-size: 14.4px;
            font-weight: 500;
            color: #4d4d4d; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dot-sec {
            display: flex;
            align-items: center;
            visibility: hidden;
            margin-bottom: -4.5px;
            opacity: 0.5; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboardname-div .dashboardname-content .dot-draggable {
            visibility: visible; }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboardlist-menu .dashboard-not-found {
        opacity: .75;
        padding: 60px 0;
        text-align: center;
        cursor: text; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer {
      padding: 0 6px; }
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        border-top: 2px solid rgba(0, 0, 0, 0.05); }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .add-dashboard {
          opacity: .75;
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-right: 16px;
          padding: 8px 0;
          font-weight: 500;
          font-size: 13px; }
        .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .trash-button {
          opacity: .75;
          cursor: pointer;
          display: flex;
          align-items: center;
          padding: 8px 0;
          font-weight: 500;
          font-size: 13px;
          min-width: 0; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .trash-button .trash-icon {
            display: flex;
            align-items: center; }
          .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu .dashboardmenu-main .dashboard-footer .dashboard-footer-content .trash-button span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu ::-webkit-scrollbar {
      display: block !important; }
    .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu ::-webkit-scrollbar {
      -ms-overflow-style: block !important; }
    @media (max-width: 600px) {
      .custom-dashboard-menu .dashboard-list .dashboard-title #DashboardMenu {
        width: 60%; } }
#StackSidebar {
  width: 430px;
  background-size: cover;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  overflow: hidden;
  transition: all .5s ease;
  height: fit-content;
  overflow: auto;
  max-height: 94vh;
  z-index: 6; }
  #StackSidebar .stacksidebar-main {
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    height: 100vh; }
    #StackSidebar .stacksidebar-main .header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #StackSidebar .stacksidebar-main .header .close-icon {
        font-size: 22px;
        cursor: pointer; }
    #StackSidebar .stacksidebar-main .main-heading {
      font-size: 25px;
      font-weight: bolder;
      padding: 5px 0px 5px 0px; }
    #StackSidebar .stacksidebar-main .sub-heading {
      font-size: 19px;
      font-weight: 500;
      padding: 3px 0px 3px 0px; }
    #StackSidebar .stacksidebar-main .bold-heading {
      font-size: 14px;
      font-weight: bold;
      padding: 6px 0px 6px 0px; }
    #StackSidebar .stacksidebar-main .text-desc {
      font-size: 16px;
      opacity: 0.8;
      padding: 3px 0px 3px 0px; }
    #StackSidebar .stacksidebar-main .boxes {
      margin: 13px 0px 0px 0px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 0px 0px 9px 0px;
      border-bottom: 2px solid lightgrey; }
    #StackSidebar .stacksidebar-main .box {
      border: 1px solid #ddd;
      padding: 10px;
      border-radius: 3px;
      width: 46%;
      font-size: 14px;
      font-weight: 500;
      margin: 5px;
      cursor: pointer;
      text-align: center; }
      #StackSidebar .stacksidebar-main .box .box-img {
        width: 35px;
        margin: 0px 8px 0px 0px; }
      #StackSidebar .stacksidebar-main .box .box-template-title {
        display: -webkit-box !important;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        font-size: 14px;
        font-weight: 500;
        text-align: left; }
    #StackSidebar .stacksidebar-main .template-list-main {
      overflow: auto;
      max-height: 30vh;
      padding-right: 2px; }
      #StackSidebar .stacksidebar-main .template-list-main .loader {
        margin-top: 5vh; }
    #StackSidebar .stacksidebar-main .template-box {
      display: flex;
      align-items: center;
      width: 100%;
      height: 4.5vh;
      margin: 0px 0px 10px 0px; }
    #StackSidebar .stacksidebar-main .templates-search-input ::placeholder {
      font-weight: bold; }
    #StackSidebar .stacksidebar-main .templates-search-input :focus {
      border: 2px solid #4F86C6; }
    #StackSidebar .stacksidebar-main .templates-search-input input {
      font-weight: bold;
      color: darkgrey; }
    #StackSidebar .stacksidebar-main .footer-boxes {
      border: none; }
    #StackSidebar .stacksidebar-main .need-help {
      font-size: 14px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center; }
      #StackSidebar .stacksidebar-main .need-help .need-link {
        text-decoration: underline;
        margin-left: 4px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer; }
  #StackSidebar .pasteDataModel .paseDetailBlock {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500; }
    #StackSidebar .pasteDataModel .paseDetailBlock .columnsName {
      background-color: rgba(0, 0, 0, 0.1);
      height: 45px;
      padding: .5rem;
      overflow-x: scroll;
      white-space: nowrap; }
      #StackSidebar .pasteDataModel .paseDetailBlock .columnsName span {
        border: 1px solid;
        border-color: rgba(0, 0, 0, 0.1);
        padding: .5rem; }
  #StackSidebar .pasteDataModel .paste-content .paste-header {
    font-size: 20px;
    font-weight: bold; }
  #StackSidebar .pasteDataModel .paste-content .paste-desc {
    font-size: 12px; }
#ImportGoogleSheetModel .header {
  display: flex;
  justify-content: space-between; }
#AddNewCollboratorModel {
  color: #4d4d4d;
  padding: 16px 16px 12px 16px;
  box-shadow: 0 0 0 2px #efefef; }
  #AddNewCollboratorModel .header {
    border-bottom: 1px solid white;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    padding-bottom: 8px; }
  #AddNewCollboratorModel .scrolling.content {
    overflow: visible !important;
    max-height: 100%; }
  #AddNewCollboratorModel .form-content {
    margin-left: 10px;
    margin-right: 10px; }
    #AddNewCollboratorModel .form-content .form-details {
      margin: 0px 1px 16px 0px;
      font-size: 14.5px; }
    #AddNewCollboratorModel .form-content .form-textarea-main p {
      font-size: 13.6px;
      opacity: 0.8; }
    #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
      overflow-x: visible !important;
      overflow-y: visible !important;
      max-height: 21.028571rem !important; }
    #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select {
      position: relative;
      left: 0;
      top: 0px;
      width: 100%;
      background: #fff;
      outline: none;
      box-shadow: none;
      line-height: 18px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1okebmr-indicatorSeparator {
        display: none; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1pahdxg-control, #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-yk16xz-control {
        border: none;
        border-radius: 3px;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1pahdxg-control:hover, #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-yk16xz-control:hover {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-1pahdxg-control:focus, #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-yk16xz-control:focus {
          outline: none !important;
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-g1d714-ValueContainer {
        height: 38px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-b8ldur-Input {
        caret-color: black !important; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .css-26l3qy-menu {
        margin: 0; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select {
        z-index: 2;
        min-height: 30px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-clear {
          margin-top: -5px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control {
          position: relative;
          height: inherit !important;
          border: 2px solid #0096ff;
          border-radius: 4px;
          z-index: 1 !important; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-placeholder {
            line-height: 26px;
            padding: 0 12px !important; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-multi-value-wrapper {
            display: inline-flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            padding-left: 5px;
            min-height: 30px; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding: 5px; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-input {
            height: 18px;
            padding: 0px !important;
            vertical-align: middle;
            margin: auto 0; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select .Select-control:hover {
            box-shadow: none; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select.is-focused:not(.is-open) > .Select-control {
        box-shadow: none; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select-menu-outer {
        z-index: 3;
        box-shadow: 0 0 8px #888;
        width: max-content;
        min-width: 100%; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select-menu-outer .Select-menu .Select-option {
          padding: 6px 10px;
          width: 100%;
          min-width: max-content; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .Select-menu-outer .Select-menu::-webkit-scrollbar {
          width: 4px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .links-bx {
        border: 2px solid #0096ff;
        border-radius: 4px;
        padding: 5px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .links-bx .links-bx-link {
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          max-width: 100%;
          height: 115px; }
        #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .links-bx .icon-expand {
          position: absolute;
          right: 5px;
          top: 10px; }
      #AddNewCollboratorModel .form-content .form-textarea-main .dropdownlist-align .input-select .api-data {
        border: 2px solid #0096ff;
        border-radius: 4px;
        max-width: 500px;
        overflow: scroll;
        padding: 5px; }
    #AddNewCollboratorModel .form-content .list-item-title {
      font-size: 13px;
      opacity: .75; }
    #AddNewCollboratorModel .form-content .invite-content {
      margin-bottom: 16px; }
    #AddNewCollboratorModel .form-content .stack-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      cursor: pointer; }
    #AddNewCollboratorModel .form-content .collaborater-text {
      font-size: 14.4px;
      font-weight: 500; }
    #AddNewCollboratorModel .form-content .collaborater-help-content {
      display: inline-block;
      cursor: pointer;
      opacity: .75;
      margin-left: 8px;
      color: #00000080; }
    #AddNewCollboratorModel .form-content .email-input-css {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px;
      border: none;
      border-radius: 3px;
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
      #AddNewCollboratorModel .form-content .email-input-css:hover {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
      #AddNewCollboratorModel .form-content .email-input-css:focus {
        outline: none !important;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #AddNewCollboratorModel .form-content .radio-item {
      margin-top: 15px;
      padding-top: 15px;
      padding-bottom: 15px;
      display: flex;
      flex-direction: column; }
    #AddNewCollboratorModel .form-content .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-left: -22px; }
  #AddNewCollboratorModel .invite-error-message {
    cursor: text;
    color: #dc043b;
    font-size: 13px; }
  #AddNewCollboratorModel .button {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    margin-bottom: 9px; }
    #AddNewCollboratorModel .button:focus {
      border: none; }
  #AddNewCollboratorModel .cancel-btn {
    background: none; }

#ConfirmModal {
  color: #4d4d4d;
  padding: 12px;
  box-shadow: 0 0 0 2px #efefef;
  margin: -170px 0 0 -245px !important;
  width: 475px; }
  #ConfirmModal .header {
    border-bottom: 1px solid white;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    padding-bottom: 8px;
    font-size: 22px;
    line-height: 1.5;
    color: #4d4d4d;
    margin-bottom: 5px; }
  #ConfirmModal .owner-heading {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.5;
    color: #4d4d4d;
    padding: 20px 20px 0 20px; }
  #ConfirmModal .owner-content {
    padding: 16px 20px 48px 20px;
    line-height: 1.5;
    font-size: 13px; }
    #ConfirmModal .owner-content .ws-list {
      margin-left: 24px; }
  #ConfirmModal .scrolling.content {
    overflow: visible !important; }
  #ConfirmModal .button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    padding: 0 20px; }
  #ConfirmModal .cancel-btn {
    background: none;
    height: 32px;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 0 12px;
    color: #2e2f32;
    margin: 0;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #ConfirmModal .cancel-btn:hover {
      background-color: #ededef;
      box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 0px 0.5px inset; }
  #ConfirmModal .confirm-btn {
    padding: 0 12px;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background-color: #166ee1 !important;
    color: #fff;
    margin: 0 0 0 12px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #ConfirmModal .confirm-btn:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #ConfirmModal .confirm-btn:focus {
      border: none; }
html {
  --scrollbarBG: #CFD8DC;
  --thumbBG: #90A4AE; }

.app-modal {
  min-width: 50%;
  border: 3px solid lightgray;
  border-radius: 10px; }
  .app-modal #GridModal .grid-modal .sidebar-bx {
    margin-top: 15px; }
    .app-modal #GridModal .grid-modal .sidebar-bx .sidebar-title {
      margin-bottom: 27px;
      text-transform: uppercase;
      font-size: 16px;
      color: #797979; }
      .app-modal #GridModal .grid-modal .sidebar-bx .sidebar-title h2 {
        font-size: 16px;
        margin-left: 60px;
        margin-top: 2em;
        font-weight: bold; }
    .app-modal #GridModal .grid-modal .sidebar-bx .sidebar-items {
      margin-left: 63px;
      margin-top: -13px; }
  .app-modal #FeatureModal .feature-box, .app-modal #AllFeatureModal .feature-box {
    margin-top: 5px;
    height: -webkit-fill-available;
    box-shadow: none !important;
    border: none; }
    .app-modal #FeatureModal .feature-box .main-title, .app-modal #AllFeatureModal .feature-box .main-title {
      margin-bottom: 10px;
      font-size: 16px;
      color: #797979;
      margin-top: 7px;
      margin-left: 11px; }
    .app-modal #FeatureModal .feature-box h2, .app-modal #AllFeatureModal .feature-box h2 {
      font-weight: 700; }
    .app-modal #FeatureModal .feature-box .container, .app-modal #AllFeatureModal .feature-box .container {
      margin-top: 17px;
      margin-left: 0px !important; }
      .app-modal #FeatureModal .feature-box .container .item-card, .app-modal #AllFeatureModal .feature-box .container .item-card {
        margin-left: 5px;
        width: 100%;
        margin-top: 0em;
        margin-bottom: 0em; }
        .app-modal #FeatureModal .feature-box .container .item-card .card, .app-modal #AllFeatureModal .feature-box .container .item-card .card {
          width: 46%;
          display: flex;
          align-items: stretch; }
  .app-modal #FeatureModal .grid-integration, .app-modal #AllFeatureModal .grid-integration {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
    grid-gap: 16px 24px;
    margin-top: 20px; }
    .app-modal #FeatureModal .grid-integration .integrationLink, .app-modal #AllFeatureModal .grid-integration .integrationLink {
      cursor: pointer;
      transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1); }
      .app-modal #FeatureModal .grid-integration .integrationLink .integration-card, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card {
        width: 100%;
        height: 72px;
        background: #fff;
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
        border: 1px solid #e2e2e2;
        border-radius: 7px;
        display: flex;
        align-items: center; }
        .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection {
          padding: 16px; }
          .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection .inte-logo, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-logoSection .inte-logo {
            height: 40px;
            width: 40px;
            vertical-align: middle; }
        .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-caption, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-caption {
          text-align: left;
          padding-right: 16px;
          font-size: 14px; }
          .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-title, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-title {
            color: #2e2e2e;
            font-weight: 600;
            line-height: 20px;
            padding-right: 16px;
            align-items: center;
            display: flex; }
          .app-modal #FeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-type, .app-modal #AllFeatureModal .grid-integration .integrationLink .integration-card .inte-caption .inte-type {
            margin-top: 4px;
            color: #5e5e5e;
            line-height: 16px; }
    .app-modal #FeatureModal .grid-integration .integrationLink:hover, .app-modal #AllFeatureModal .grid-integration .integrationLink:hover {
      box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
      border-radius: 7px;
      transform: translateY(-1px);
      outline: 0; }
  .app-modal #FeatureModal .grid-section, .app-modal #AllFeatureModal .grid-section {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
    @media screen and (min-width: 648px) and (max-width: 900px), screen and (min-width: 1735px), screen and (max-width: 375px) {
      .app-modal #FeatureModal .grid-section .integrationLink .integration-card, .app-modal #AllFeatureModal .grid-section .integrationLink .integration-card {
        height: 108px; } }
    @media screen and (min-width: 901px) and (max-width: 1734px), screen and (min-width: 376px) and (max-width: 478px) {
      .app-modal #FeatureModal .grid-section .integrationLink .integration-card, .app-modal #AllFeatureModal .grid-section .integrationLink .integration-card {
        height: 86px; } }
  @media screen and (min-width: 768px) and (max-width: 828px) {
    .app-modal #FeatureModal .grid-section, .app-modal #AllFeatureModal .grid-section {
      grid-template-columns: repeat(auto-fill, minmax(232px, 1fr)); } }
#GlobalAlertContainer {
  display: flex;
  align-items: center;
  justify-content: center; }
#AddMultiCollboratorModel {
  color: #4d4d4d;
  padding: 12px;
  box-shadow: 0 0 0 2px #efefef; }
  #AddMultiCollboratorModel .header {
    border-bottom: 1px solid white;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
    padding-bottom: 8px;
    font-size: 22px;
    line-height: 1.5;
    color: #4d4d4d;
    margin-bottom: 5px; }
  #AddMultiCollboratorModel .add-user-text {
    padding: 4px 22px;
    margin-bottom: 2px;
    line-height: 1.5;
    font-size: 13px; }
  #AddMultiCollboratorModel .scrolling.content {
    overflow: visible !important; }
  #AddMultiCollboratorModel .form-content {
    margin-left: 10px;
    margin-right: 10px; }
    #AddMultiCollboratorModel .form-content .form-details {
      margin: 0px 1px 16px 0px;
      font-size: 14.5px; }
    #AddMultiCollboratorModel .form-content .form-textarea-main p {
      font-size: 13.6px;
      opacity: 0.8; }
    #AddMultiCollboratorModel .form-content .form-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
      overflow-x: visible !important;
      overflow-y: visible !important;
      max-height: 21.028571rem !important; }
    #AddMultiCollboratorModel .form-content .list-item-title {
      font-size: 13px;
      opacity: .75; }
    #AddMultiCollboratorModel .form-content .invite-content {
      margin-bottom: 16px; }
    #AddMultiCollboratorModel .form-content .stack-content {
      display: flex;
      align-items: center;
      margin-bottom: 8px;
      cursor: pointer; }
    #AddMultiCollboratorModel .form-content .collaborater-text {
      font-size: 14.4px;
      font-weight: 500; }
    #AddMultiCollboratorModel .form-content .collaborater-help-content {
      display: inline-block;
      cursor: pointer;
      opacity: .75;
      margin-left: 8px;
      color: #00000080; }
    #AddMultiCollboratorModel .form-content .email-input-css {
      padding: 8px;
      border: none;
      border-radius: 4px;
      margin-bottom: 8px;
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
      #AddMultiCollboratorModel .form-content .email-input-css:focus {
        border-radius: 6px;
        outline: none !important;
        box-shadow: inset 0 0 0 2px #166ee1;
        min-height: 36px; }
    #AddMultiCollboratorModel .form-content .verify-email {
      cursor: text;
      color: #dc043b;
      opacity: .75;
      font-size: 13px; }
  #AddMultiCollboratorModel .button {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px; }
    #AddMultiCollboratorModel .button:focus {
      border: none; }
  #AddMultiCollboratorModel .cancel-btn {
    background: none; }
#ProgressBarLoader {
  position: fixed;
  z-index: 7;
  width: 100%; }
  #ProgressBarLoader .progress {
    padding: 0px;
    background: none; }
  #ProgressBarLoader .ui.progress .bar {
    background: #0047ab;
    border-radius: 0px; }
#SidebarSection {
  display: inline-block;
  background: #fff;
  overflow: hidden;
  z-index: 15;
  position: absolute;
  top: 50px;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 5px 5px 0px;
  box-shadow: 5px 5px 16px #e6e6e6; }
  #SidebarSection #Sidebar {
    height: 100%;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden; }
    #SidebarSection #Sidebar .sidebar-links-wrapper {
      display: flex;
      padding: 8px;
      flex-direction: column;
      justify-content: space-between; }
    #SidebarSection #Sidebar .brand-icon-link {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
      height: 35px;
      color: #212121;
      border-radius: 4px; }
      #SidebarSection #Sidebar .brand-icon-link img {
        width: 150px;
        margin-top: 3px;
        margin-left: 8px; }
    #SidebarSection #Sidebar .stack-links {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
      #SidebarSection #Sidebar .stack-links .title {
        color: #212121;
        font-size: 12px !important;
        font-weight: 600;
        padding-left: 17px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        letter-spacing: 1px; }
        #SidebarSection #Sidebar .stack-links .title i {
          padding: 0 1px; }
        #SidebarSection #Sidebar .stack-links .title:hover {
          opacity: .5; }
      #SidebarSection #Sidebar .stack-links .content {
        padding: 0px;
        max-height: 60vh; }
      #SidebarSection #Sidebar .stack-links .stack-link {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
        padding: 6px;
        color: #212121;
        border-radius: 3px;
        padding-left: 16px;
        margin-top: 5px;
        border: 1px solid transparent; }
        #SidebarSection #Sidebar .stack-links .stack-link span {
          text-overflow: ellipsis;
          overflow: hidden;
          width: 180px; }
        #SidebarSection #Sidebar .stack-links .stack-link:hover {
          background: rgba(0, 0, 0, 0.05);
          border-color: #7f7f7f; }
        #SidebarSection #Sidebar .stack-links .stack-link i,
        #SidebarSection #Sidebar .stack-links .stack-link svg {
          position: relative;
          font-size: 20px;
          margin-right: 10px; }
    #SidebarSection #Sidebar .color-shows {
      height: 25px;
      width: 25px;
      border-radius: 2px;
      padding: 2px; }
    #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
      height: 35px;
      color: #212121;
      border-radius: 4px;
      padding: 0 10px; }
      #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link:hover {
        background-color: #fff !important;
        font-weight: 700; }
      #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link i,
      #SidebarSection #Sidebar .nav-links-wrapper .nav-links .nav-link svg {
        position: relative;
        top: -2px;
        font-size: 14px;
        margin-right: 10px; }
#topbar {
  padding: 9px 12px;
  background-color: #3871f9;
  justify-content: space-between; }
  #topbar > a {
    line-height: 10px; }
  #topbar .stack-name-input {
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    font-size: 16px;
    color: black;
    border: 1px solid black;
    outline: none;
    background-color: white;
    height: 30px;
    padding-left: 8px; }
    #topbar .stack-name-input:focus, #topbar .stack-name-input:focus {
      outline: none; }
    #topbar .stack-name-input::selection {
      color: white; }
  #topbar .icon-wrapper .brand-icon {
    height: 32px;
    width: 32px;
    background: #fff;
    border-radius: 8px;
    display: inherit; }
  #topbar .icon-wrapper .more-icon {
    display: flex; }
  #topbar .icon-wrapper .StackbyLogo_icon {
    height: 24px;
    width: 24px;
    margin: 4px; }
  #topbar .icon-wrapper:hover .brand-icon {
    display: none; }
  #topbar .stack_icon {
    margin: 4px; }
  #topbar .stackName-content {
    max-width: 480px;
    max-height: 24px;
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
    #topbar .stackName-content .stackName-info {
      min-width: 0px;
      flex: 0 1 auto;
      display: flex;
      align-items: center;
      cursor: pointer;
      border-radius: 3px;
      font-size: 16px;
      line-height: 1.25; }
  #topbar .logo-brand {
    color: #fff;
    font-size: 17px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0px;
    flex: 0 1 auto;
    font-weight: 675;
    letter-spacing: -0.01rem;
    line-height: 24px; }
  @media (max-width: 765px) {
    #topbar .logo-brand {
      max-width: 150px; }
    #topbar .brand-name {
      display: none;
      margin-top: 2px; } }
  #topbar .trial-error {
    padding: 0px 5px;
    background: #F52B5F;
    color: white;
    border-radius: 5px;
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.6;
    font-size: 12px;
    cursor: pointer;
    border: 2px solid #7d7d7d; }
  #topbar .descrition-select {
    opacity: 0.6;
    color: white;
    font-size: 16px;
    margin: 0 0 0 4px !important;
    display: flex;
    align-items: center; }
    #topbar .descrition-select:hover {
      opacity: 1;
      cursor: pointer;
      color: white; }
  #topbar .automation_button {
    border-radius: 25px;
    height: 28px;
    transition: opacity 0.4s;
    margin-left: 11px;
    cursor: pointer; }
    #topbar .automation_button:hover {
      color: rgba(255, 255, 255, 0.95);
      background: rgba(0, 0, 0, 0.1);
      transition: background-color 0.12s ease 0s, box-shadow 0.12s ease 0s; }
  #topbar .automation_button.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 2px inset, rgba(0, 0, 0, 0.1) 0px 1px 1px inset;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.95); }
  #topbar .menu-icon-hover:hover {
    border: none !important;
    box-shadow: none !important; }
  #topbar .stack-name-root {
    position: absolute; }
    @media only screen and (max-width: 450px) {
      #topbar .stack-name-root {
        display: contents; } }
  #topbar .brand-name {
    position: fixed;
    margin-left: calc(50% - -7px);
    margin-top: 0px; }
    #topbar .brand-name span {
      color: #fff; }
  #topbar .stack-name {
    background-color: #fff;
    border-radius: 5px;
    color: #a2a7b4;
    opacity: 0.8;
    cursor: pointer; }
    #topbar .stack-name:hover {
      opacity: 1; }
  #topbar #navConfig {
    display: inherit;
    color: #fff;
    align-items: center; }
    #topbar #navConfig .invite {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 2px; }
    #topbar #navConfig .contact-btn-div {
      background: #fff;
      opacity: 0.8;
      border-radius: 25px;
      height: 28px;
      transition: opacity 0.4s;
      padding: 12.5px 6px; }
      #topbar #navConfig .contact-btn-div:hover {
        opacity: 1; }
      #topbar #navConfig .contact-btn-div .contact-btn {
        min-width: 60px;
        text-align: center;
        color: #a2a7b4;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0 6px;
        font-size: 13px; }
    #topbar #navConfig .business-btn-div {
      height: 28px;
      border-radius: 25px;
      background: rgba(0, 0, 0, 0.65);
      transition: opacity 0.4s;
      padding: 12.5px 6px;
      box-sizing: border-box;
      text-align: center;
      display: flex; }
      #topbar #navConfig .business-btn-div .business-btn {
        display: flex;
        align-items: center;
        text-align: center;
        color: #a2a7b4;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 0 6px;
        font-size: 13px; }
        #topbar #navConfig .business-btn-div .business-btn .circle_btn {
          height: 10px;
          width: 10px;
          border-radius: 50%; }
        #topbar #navConfig .business-btn-div .business-btn .limitText {
          margin-left: 8px;
          font-weight: 500;
          color: #fff; }
        #topbar #navConfig .business-btn-div .business-btn .business_Link {
          color: white;
          font-size: 13px;
          font-weight: 500; }
    #topbar #navConfig .share-btn-div {
      background: #fff;
      opacity: 0.8;
      border-radius: 25px;
      height: 28px;
      transition: opacity 0.4s; }
      #topbar #navConfig .share-btn-div:hover {
        opacity: 1; }
      #topbar #navConfig .share-btn-div .sharebtn {
        display: flex;
        min-width: 60px;
        text-align: center;
        color: #a2a7b4;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1px;
        padding: 4px 8px; }
        #topbar #navConfig .share-btn-div .sharebtn .share_text {
          margin-left: 0.2rem;
          cursor: pointer; }
    #topbar #navConfig .help-icon-div .help-icon {
      display: flex;
      height: 32px;
      width: 40px;
      border-radius: 9999px;
      justify-content: center;
      align-items: center; }
      #topbar #navConfig .help-icon-div .help-icon:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    #topbar #navConfig .notification {
      border-radius: 9999px;
      padding: 4px 8px;
      display: flex; }
      #topbar #navConfig .notification:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    #topbar #navConfig .account-menu {
      margin-left: 8px;
      border-radius: 24px; }
      #topbar #navConfig .account-menu:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #topbar #navConfig .account-menu .account-menu-box {
        border-radius: 6px;
        padding: 2px 12px 2px 18px;
        width: 296px;
        right: -4px; }
        #topbar #navConfig .account-menu .account-menu-box .header {
          padding: 0em 0.142857rem !important; }
        #topbar #navConfig .account-menu .account-menu-box .item {
          padding: 8px 8px 8px 2px !important;
          margin: 0 8px 5px 0;
          border-radius: 3px;
          display: flex;
          align-items: center; }
          #topbar #navConfig .account-menu .account-menu-box .item .accountmenu-icon {
            margin: 0.10em 0.75em 0em 0em; }
    #topbar #navConfig .topNav-accontMenu {
      display: flex;
      align-items: center; }
      #topbar #navConfig .topNav-accontMenu .dropdown {
        width: 26px;
        height: 26px;
        line-height: 26px;
        border-radius: 50%; }
    #topbar #navConfig svg {
      cursor: pointer; }
    #topbar #navConfig a {
      font-weight: 500; }
    #topbar #navConfig .user-bx {
      background-color: #fff;
      border-radius: 50%; }
    #topbar #navConfig #reminderpopup {
      top: 44px;
      width: 350px;
      flex-direction: column;
      display: flex;
      box-sizing: border-box;
      position: absolute;
      right: 3px;
      z-index: 7;
      border: 1px solid #d4d4d5;
      line-height: 1.4285em;
      background: #ffffff;
      overflow: hidden;
      padding: 16px;
      color: rgba(0, 0, 0, 0.87);
      border-radius: 6px;
      box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
      #topbar #navConfig #reminderpopup .reminderpopup-title {
        line-height: 1.5;
        font-weight: 700;
        font-size: 18px;
        padding: 5px 0px;
        border-bottom: 1px solid #80808059;
        margin-left: 8px;
        margin-right: 7px; }
        #topbar #navConfig #reminderpopup .reminderpopup-title .popupbox-btn-close {
          transition: all .5s;
          position: absolute;
          right: 5px;
          color: #c1c1c1;
          background: none;
          border: none;
          outline: none;
          top: 5px;
          cursor: pointer; }
      #topbar #navConfig #reminderpopup .reminder-content {
        padding: 6px 0;
        margin: 8px 0 0 0; }
        #topbar #navConfig #reminderpopup .reminder-content .reminder-text {
          font-weight: normal;
          font-size: 14px;
          line-height: 1.5;
          margin-left: 8px; }
      #topbar #navConfig #reminderpopup .reminder-message {
        margin: 0 8px; }
      #topbar #navConfig #reminderpopup .reminderpopup-footer {
        margin: 2px 8px; }
      #topbar #navConfig #reminderpopup .reminderpopupclose {
        font-weight: 700;
        font-size: 18px;
        right: -18px;
        display: block;
        position: relative;
        padding: 8px;
        top: -3px; }
        #topbar #navConfig #reminderpopup .reminderpopupclose .popupbox-btn-close {
          transition: all .5s;
          position: absolute;
          right: 11px;
          color: #c1c1c1;
          background: none;
          border: none;
          outline: none;
          top: 0;
          cursor: pointer; }
    #topbar #navConfig .contact-btn-content {
      border: 0px;
      height: 28px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 9999px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin: 0 8px;
      padding: 0 12px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      line-height: 1.5;
      font-size: 13px; }
      #topbar #navConfig .contact-btn-content .contact-btn-text {
        font-size: 13px;
        font-weight: 500; }
    #topbar #navConfig .topNav-btn-content {
      border: 0px;
      height: 28px;
      background: rgba(255, 255, 255, 0.95);
      border-radius: 9999px;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin: 0 8px;
      padding: 0 12px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      line-height: 1.5;
      font-size: 13px; }
      #topbar #navConfig .topNav-btn-content .topNav-btn-text {
        margin-left: 4px;
        font-size: 13px;
        font-weight: 500; }
  #topbar .topbarLeft-section {
    display: flex;
    align-items: center; }
    @media screen and (min-width: 768px) {
      #topbar .topbarLeft-section {
        min-width: 400px; } }
    @media only screen and (min-width: 601px) and (max-width: 767px) {
      #topbar .topbarLeft-section {
        min-width: 300px; } }
    @media only screen and (max-width: 600px) {
      #topbar .topbarLeft-section {
        min-width: 150px; } }
  #topbar .topbarRight-section {
    display: flex;
    align-items: center;
    flex-direction: row; }
  #topbar .stackInfo-Content {
    min-width: 60px;
    display: flex;
    align-items: center; }
    #topbar .stackInfo-Content .stackIcon-content {
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px; }
      #topbar .stackInfo-Content .stackIcon-content .stack_icon {
        margin: 0; }
  #topbar .topNavigation-items {
    display: flex;
    align-items: center;
    margin: 0 16px; }
    #topbar .topNavigation-items .topNav-ui {
      display: flex;
      align-items: center; }
      #topbar .topNavigation-items .topNav-ui .topNav-li {
        list-style: none; }
        #topbar .topNavigation-items .topNav-ui .topNav-li .automation_button {
          height: 28px;
          border-radius: 9999px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 0 12px;
          margin: 0 8px 0 0; }
          #topbar .topNavigation-items .topNav-ui .topNav-li .automation_button .navItem-text {
            line-height: 1.5;
            font-size: 13px;
            font-weight: 400; }
  @media only screen and (max-width: 600px) {
    #topbar .menuBar-topHeader {
      margin-left: 6px; }
    #topbar .menu_icon {
      width: 28px; }
      #topbar .menu_icon .bars-icon {
        margin-right: 0; }
    #topbar .topNavigation-items {
      margin: 0 12px; }
      #topbar .topNavigation-items .topNav-ui .topNav-li .automation_button {
        padding: 0px 8px;
        margin: 0 4px 0 0; }
    #topbar .topbarRight-section #navConfig .notification {
      padding: 4px; }
    #topbar .topbarRight-section #navConfig #history .history-icon-div {
      padding: 7px 4px; }
    #topbar .topbarRight-section #navConfig .help-icon {
      height: 32px;
      width: 32px; }
    #topbar .topbarRight-section #navConfig .share-btn-div {
      margin-left: 6px; }
      #topbar .topbarRight-section #navConfig .share-btn-div .sharebtn {
        padding: 4px 6px; } }
  @media screen and (min-width: 601px) {
    #topbar .menuBar-topHeader {
      margin-left: 10px; } }

.menu_icon {
  height: 32px;
  width: 32px;
  cursor: pointer; }

.bar1 {
  width: 60%;
  height: 2.4px;
  margin: auto;
  background-color: white;
  transform: translateY(8px); }

.bar2 {
  width: 60%;
  height: 2.8px;
  margin: auto;
  background-color: white;
  transform: translateY(13px); }

.bar3 {
  width: 60%;
  height: 2.6px;
  margin: auto;
  background-color: white;
  transform: translateY(18px); }

.bar1-active {
  width: 60%;
  height: 2px;
  margin-top: 16px;
  background-color: white;
  transform: translateX(-1px) rotate(-90deg); }

.bar2-active {
  width: 60%;
  height: 2px;
  margin-top: -2px;
  background-color: white;
  transform: translateX(6px) rotate(-90deg); }

.bar3-active {
  width: 60%;
  height: 2px;
  margin-top: -2px;
  background-color: white;
  transform: translateX(14px) rotate(-90deg); }

#BusinessTrialOver {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px; }
  @media only screen and (max-width: 991px) {
    #BusinessTrialOver .close {
      color: white; } }
  #BusinessTrialOver .businesstrial-modal {
    padding: 50px 0 30px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; }
    #BusinessTrialOver .businesstrial-modal .businesstrial-head {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 50px;
      background-color: #2d7ff9;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      display: flex;
      align-items: center;
      padding-left: 20px; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-head .businesstrial-heading {
        text-align: left;
        color: #fff;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-left: 10px; }
    #BusinessTrialOver .businesstrial-modal .businesstrial-box {
      padding: 45px;
      padding-bottom: 0px; }
      @media (max-width: 1199px) {
        #BusinessTrialOver .businesstrial-modal .businesstrial-box {
          width: 95%;
          padding: 40px 10px; } }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-content .businesstrial-title {
        font-size: 24px;
        font-weight: 500;
        color: #333333;
        padding-bottom: 10px; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-content .businesstrial-text {
        color: #55595a;
        font-size: 16px;
        font-weight: 500; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features {
        padding: 30px 0;
        display: flex;
        flex-direction: row; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .collabrator-info, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .automation-info, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .extension-info {
          width: 200px;
          height: 100px;
          border-radius: 10px;
          margin-right: 20px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .collabrator-info span, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .automation-info span, #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-features .extension-info span {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 500;
            color: #414141; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid .businesstrial-paid-text {
          font-size: 19px;
          font-weight: 600;
          color: #544d4d;
          margin-bottom: 10px; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view {
        display: flex;
        flex-direction: row;
        padding-top: 16px;
        padding-bottom: 30px; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view .businesstrial-view-content {
          display: flex;
          flex-direction: column;
          width: 33.33%;
          margin-right: 20px; }
          #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view .businesstrial-view-content .businesstrial-data {
            display: flex;
            align-items: flex-start;
            margin-bottom: 6px; }
            #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-paid-view .businesstrial-view-content .businesstrial-data p {
              color: #5e6061;
              font-size: 14px;
              font-weight: 500;
              cursor: pointer; }
      #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-footer {
        padding-top: 42px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-top: 2px solid #f5f5f5; }
        #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-footer .upgradebtn {
          padding-left: 3em !important;
          padding-right: 0.5em !important;
          margin: 0 !important; }
          #BusinessTrialOver .businesstrial-modal .businesstrial-box .businesstrial-footer .upgradebtn .icon {
            background: #2872e1; }

.editStackDescriptionModal .btn-cancel {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  color: #333;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  .editStackDescriptionModal .btn-cancel:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.editStackDescriptionModal .btn-save {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0 12px;
  margin: 0;
  border-radius: 6px;
  background-color: #166ee1;
  color: #fff;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  .editStackDescriptionModal .btn-save:hover {
    background-color: #166ee1;
    color: #fff;
    font-weight: 500; }
  .editStackDescriptionModal .btn-save:focus {
    border: none; }

.stackRename-popup {
  padding: 6px 8px !important;
  font-size: 12px !important;
  min-width: fit-content !important;
  max-width: fit-content !important;
  background-color: #31353e !important; }
  .stackRename-popup .content {
    line-height: 1.25 !important; }
#history {
  position: relative; }
  #history .badge {
    position: absolute;
    top: -2px;
    left: 12px;
    height: 12px;
    font-size: 10px;
    border-radius: 25px;
    color: #fff;
    padding: 4px;
    display: flex;
    align-items: center; }
  #history .history-icon-div {
    margin-top: 1px;
    border-radius: 9999px;
    padding: 7px 8px; }
    #history .history-icon-div .history-icon {
      margin: auto !important;
      cursor: pointer; }
    #history .history-icon-div:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  #history .snapshot-box {
    width: 296px;
    float: left;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    position: absolute;
    right: 6px;
    z-index: 150;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    background: #ffffff;
    padding: 0.833em 1em;
    margin-top: 0px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
    #history .snapshot-box ul.ItemUL {
      box-sizing: border-box;
      padding-bottom: 0.5rem;
      padding-top: 0.25rem; }
    #history .snapshot-box li {
      height: 39px;
      cursor: pointer;
      align-items: center;
      display: flex;
      list-style: none;
      box-sizing: border-box;
      padding: 0.5rem;
      border-radius: 3px; }
      #history .snapshot-box li:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #history .snapshot-box li .itemLabal {
        flex: 1 1 auto; }
    #history .snapshot-box .historyTitle {
      line-height: 1.5;
      font-weight: 600;
      font-size: 14px;
      padding: 5px 0px;
      border-bottom: 1px solid #80808059;
      margin-left: 8px;
      margin-right: 7px; }
    #history .snapshot-box .snapshot-container {
      margin-top: 7px;
      min-height: 100px;
      max-height: 530px;
      overflow-y: auto; }
      #history .snapshot-box .snapshot-container .snapshot-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
      #history .snapshot-box .snapshot-container .snapshotItem {
        position: relative;
        cursor: pointer;
        display: block;
        border: none;
        height: auto;
        text-align: left;
        border-top: none;
        line-height: 1em;
        color: rgba(0, 0, 0, 0.87);
        padding: 0.78571429rem 1.14285714rem !important;
        font-size: 1rem;
        text-transform: none;
        font-weight: normal;
        box-shadow: none; }
      #history .snapshot-box .snapshot-container .snapshotItem:hover {
        background: rgba(0, 0, 0, 0.05);
        color: rgba(0, 0, 0, 0.95);
        z-index: 13; }
    #history .snapshot-box .snapshot-header {
      width: 100%;
      flex: none;
      box-sizing: border-box;
      padding-left: 1rem;
      padding-right: 1rem; }
      #history .snapshot-box .snapshot-header .snapshot-headerdetail {
        width: 100%;
        font-weight: 500;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        border-color: rgba(0, 0, 0, 0.1);
        display: flex;
        padding-bottom: 0.5rem; }
        #history .snapshot-box .snapshot-header .snapshot-headerdetail .snapshot-backButtonDiv {
          display: flex;
          flex: none;
          align-items: center;
          color: #2d7ff9;
          fill: #2d7ff9; }
        #history .snapshot-box .snapshot-header .snapshot-headerdetail .snapshotLabal {
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-weight: 500; }
    #history .snapshot-box .dailogboxMain {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 10005;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
      font-weight: 400; }
#TrashFeatures {
  width: 850px; }
  #TrashFeatures .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 11px;
    padding-bottom: 10px;
    border-bottom: 3px solid #ddd; }
    #TrashFeatures .header .header-icon-stack {
      display: flex;
      align-items: center; }
    #TrashFeatures .header p {
      font-size: 14px;
      margin-left: 3px;
      opacity: 0.8;
      margin-top: 5px; }
    #TrashFeatures .header .stack-trash {
      font-size: 17px;
      font-weight: 500;
      margin-left: 7px; }
  #TrashFeatures .main-content .trashData-render .trashData-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    padding-top: 6px; }
  #TrashFeatures .main-content .trashData-render .trashData-details {
    display: flex;
    align-items: start; }
  #TrashFeatures .main-content .trashData-render .trashData-user-img {
    width: 28px;
    border-radius: 44px;
    margin-top: 7px;
    margin-right: 10px; }
  #TrashFeatures .main-content .trashData-render .trashData-delete-text {
    font-size: 16px;
    font-weight: 500; }
  #TrashFeatures .main-content .trashData-render .trashData-time-text {
    margin-bottom: 4px;
    margin-top: 3px;
    font-size: 13px;
    opacity: 0.8; }
  #TrashFeatures .main-content .trashData-render .trashData-row-text-main {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  #TrashFeatures .main-content .trashData-render .trashData-row-name {
    white-space: nowrap;
    margin: 5px 3px;
    padding: 0px 4px;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    width: fit-content; }
    #TrashFeatures .main-content .trashData-render .trashData-row-name .remove-icon::before {
      margin-left: 4px; }
    #TrashFeatures .main-content .trashData-render .trashData-row-name:hover {
      opacity: 0.8; }
  #TrashFeatures .main-content .trashData-render .trashData-action {
    font-size: 15px;
    font-weight: 500; }
  #TrashFeatures .main-content .trashData-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52vh;
    flex-direction: column; }
    #TrashFeatures .main-content .trashData-empty .trashData-empty-img {
      width: 16%;
      margin-bottom: 22px;
      opacity: 0.9; }

@media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
  #TrashFeatures {
    width: fit-content; } }
#AddStackViewModel .header {
  border-bottom: 1px solid white; }

#AddStackViewModel .form-content {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: space-between; }
  #AddStackViewModel .form-content .card {
    border-radius: 10px;
    margin: 5% 10% 5% 10% !important;
    display: flex;
    align-items: center;
    margin: 20px !important;
    width: 76% !important;
    border: 1px solid transparent;
    border-radius: 3px;
    border: 2px solid #f5f5f5;
    cursor: pointer; }
    #AddStackViewModel .form-content .card img {
      background: none !important; }
    @media screen and (max-width: 500px) {
      #AddStackViewModel .form-content .card {
        width: 100% !important; } }
    #AddStackViewModel .form-content .card .logo {
      block-size: 42px;
      margin-bottom: 25px; }
    #AddStackViewModel .form-content .card .integration-name {
      margin-top: 15px;
      color: black;
      font-size: 24px;
      text-align: center;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 200px;
      font-family: "Roboto Slab", serif !important; }
    #AddStackViewModel .form-content .card .integration-type {
      margin: 4px;
      color: #696969;
      font-size: 16px;
      text-overflow: ellipsis;
      overflow: hidden;
      text-align: center;
      line-height: 30px;
      font-family: "Roboto Slab", serif !important; }
    #AddStackViewModel .form-content .card .powerups-icons {
      display: flex;
      align-items: center;
      flex-direction: column; }

.ui.visible.dimmer {
  z-index: 10 !important; }
.modal-share {
  border-radius: 6px;
  background-color: white;
  word-break: break-word;
  cursor: default; }
  .modal-share .header-title {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px; }
  .modal-share .invite-header {
    margin-bottom: 30px; }
    .modal-share .invite-header .svg-help {
      margin-bottom: -4px;
      margin-left: 10px !important; }
    .modal-share .invite-header .svg-help:hover {
      fill: #3484f7; }
    .modal-share .invite-header .btn-addmore {
      width: fit-content;
      margin-left: auto;
      margin-top: 10px; }
  .modal-share .collaborators-box {
    margin: 10px 0 10px 0;
    padding: 10px 0 10px 0;
    align-self: stretch; }
    .modal-share .collaborators-box .collaborator-text {
      font-weight: 600; }
    .modal-share .collaborators-box .collaborators {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 5px 0 0 0;
      padding: 5px 0 5px 0; }
      @media only screen and (max-width: 450px) {
        .modal-share .collaborators-box .collaborators {
          width: fit-content; } }
      .modal-share .collaborators-box .collaborators:hover .collaborator-left .remove-collaborator {
        visibility: visible; }
      .modal-share .collaborators-box .collaborators .ws-collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 20px; }
        .modal-share .collaborators-box .collaborators .ws-collaborator-left img {
          margin-right: 8px; }
        .modal-share .collaborators-box .collaborators .ws-collaborator-left .collaborator-name {
          font-size: 16px; }
      .modal-share .collaborators-box .collaborators .collaborator-left {
        display: flex;
        align-items: center;
        margin-left: 0; }
        @media only screen and (max-width: 450px) {
          .modal-share .collaborators-box .collaborators .collaborator-left {
            width: 200px; } }
        .modal-share .collaborators-box .collaborators .collaborator-left img {
          margin-right: 5px;
          height: 26px;
          width: 28px; }
        .modal-share .collaborators-box .collaborators .collaborator-left .collaborator-name {
          font-size: 15px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-left .collaborator-name {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              width: 132px; } }
        .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure {
          z-index: 1000;
          background: #fff;
          border: 1px solid #ddd;
          padding: 20px;
          width: 250px;
          left: 123px;
          border-radius: 4px;
          font-size: 13px;
          bottom: 53px;
          position: fixed;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          height: fit-content; }
          .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure .content {
            margin-bottom: 10px;
            font-weight: 500;
            line-height: 20px; }
            .modal-share .collaborators-box .collaborators .collaborator-left .member-delete-sure .content p {
              margin: 12px 0px !important; }
      .modal-share .collaborators-box .collaborators .collaborator-info {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 450px) {
          .modal-share .collaborators-box .collaborators .collaborator-info {
            width: 155px; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .joining-info {
          color: #717171;
          font-size: 11px;
          white-space: nowrap;
          margin-right: 5px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .joining-info {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
          margin: 0 0 0 2px;
          min-width: 0;
          width: 122px; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .stack-collaborator-permission {
              width: 100%;
              text-align: left; } }
        .modal-share .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
          margin: 0 0 0 2px;
          width: 122px;
          text-align: left; }
          @media only screen and (max-width: 450px) {
            .modal-share .collaborators-box .collaborators .collaborator-info .ws-collaborator-permission {
              width: 107%;
              text-align: center; } }
  .modal-share .shareStack-bx {
    position: relative; }
    .modal-share .shareStack-bx .shareStack-header {
      padding: 16px 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
      .modal-share .shareStack-bx .shareStack-header .header-info {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        .modal-share .shareStack-bx .shareStack-header .header-info .header-content {
          display: flex;
          flex-direction: column; }
          .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-text {
            line-height: 1.25;
            font-size: 17px;
            font-weight: 600;
            color: #1f1f1f; }
          .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc {
            margin-top: 4px;
            line-height: 1.5;
            font-size: 11px;
            font-weight: 400;
            color: #666; }
            .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section {
              vertical-align: text-bottom;
              display: inline-flex;
              margin-left: 4px; }
              .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info {
                opacity: .75;
                cursor: pointer;
                display: flex;
                align-items: center;
                color: rgba(0, 0, 0, 0.5); }
                .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info:hover {
                  opacity: 1; }
                .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link {
                  display: flex;
                  align-items: center;
                  border-radius: 14px; }
                  .modal-share .shareStack-bx .shareStack-header .header-info .header-content .header-desc .help-section .help-info .help-link .help-icon {
                    color: rgba(0, 0, 0, 0.5);
                    fill: rgba(0, 0, 0, 0.5); }
    .modal-share .shareStack-bx .shareStack-content {
      padding: 24px;
      overflow-y: auto;
      overflow-x: hidden;
      max-height: calc(70vh); }
      .modal-share .shareStack-bx .shareStack-content .emailVerify-btn {
        box-sizing: border-box;
        height: 32px;
        line-height: 22px;
        max-width: 100%;
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px !important;
        border-radius: 6px !important;
        background-color: #166ee1;
        color: #fff;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
        .modal-share .shareStack-bx .shareStack-content .emailVerify-btn .verify-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500; }
        .modal-share .shareStack-bx .shareStack-content .emailVerify-btn:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
      .modal-share .shareStack-bx .shareStack-content .invitebx-section {
        margin-bottom: 8px; }
        .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown {
          min-width: 100% !important; }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .item .text .image {
            height: 2.5em !important;
            border-radius: 27px; }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .text {
            display: flex;
            padding: 2px 0; }
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .text .content {
              overflow: hidden; }
              .modal-share .shareStack-bx .shareStack-content .invitebx-section .ui.selection.dropdown .menu .text .content .header {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
        .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields {
          margin: 0;
          font-size: 13px; }
          @media only screen and (min-width: 767px) {
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve {
              margin-right: 8px; } }
          @media only screen and (max-width: 767px) {
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve {
              margin-bottom: 8px; } }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .eight .dropdown, .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve .dropdown {
            border: 0;
            outline: 0;
            color: #1f1f1f;
            border-radius: 6px;
            padding: 8px;
            line-height: 18px;
            border-radius: 6px; }
            .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .eight .dropdown:focus, .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .twelve .dropdown:focus {
              outline: none !important; }
          .modal-share .shareStack-bx .shareStack-content .invitebx-section .fields .field {
            padding: 0;
            border-radius: 6px;
            border: 2px solid rgba(0, 0, 0, 0.1); }
      .modal-share .shareStack-bx .shareStack-content .btn-addmore {
        color: #166ee1 !important;
        text-align: right;
        text-decoration: underline;
        cursor: pointer;
        width: fit-content;
        margin-left: auto;
        margin-right: 16px;
        margin-top: 10px; }
      .modal-share .shareStack-bx .shareStack-content .messagbx-content {
        margin: 10px 0; }
        .modal-share .shareStack-bx .shareStack-content .messagbx-content .field > label {
          margin-bottom: 8px; }
      .modal-share .shareStack-bx .shareStack-content .shareStack-links {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: flex;
        margin-bottom: 16px; }
        .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button {
          cursor: pointer;
          margin: 0 24px 0 0;
          padding: 0 0 12px; }
          .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text {
            line-height: 1.5;
            font-size: 13px;
            font-weight: 500;
            color: #666; }
            .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .link-text:hover {
              color: #666; }
          .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .active {
            color: #1f1f1f; }
            .modal-share .shareStack-bx .shareStack-content .shareStack-links .link-button .active:hover {
              color: #1f1f1f; }
        .modal-share .shareStack-bx .shareStack-content .shareStack-links .linkActive {
          border-bottom: 2px solid; }
      .modal-share .shareStack-bx .shareStack-content .invite-box {
        width: 100%;
        padding-right: 8px; }
        .modal-share .shareStack-bx .shareStack-content .invite-box .invitebx-footer {
          margin-top: 16px; }
          .modal-share .shareStack-bx .shareStack-content .invite-box .invitebx-footer .invitebxFooter-info {
            background-color: #f1f5ff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 16px;
            border-radius: 6px; }
      .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content {
        max-height: 500px; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .createlink-info {
          margin-bottom: 24px; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button {
          cursor: pointer;
          display: flex;
          align-items: center;
          margin-top: 8px;
          font-weight: 500;
          color: #166ee1; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .createLink-button .add-icon {
            margin-right: 8px;
            color: #166ee1;
            fill: #166ee1; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 24px;
          color: #1f1f1f; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .header-text {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection {
            border-radius: 3px;
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
            border: 0;
            padding: 4px 23px 4px 11px;
            line-height: 1.5; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection:hover {
              box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .text {
              font-size: 13px;
              color: #1f1f1f; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .permission-section .user-dropdown .selection .default {
              color: #bfbfbfde; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section {
          display: flex;
          flex-direction: column;
          margin-bottom: 16px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .access-header {
            margin-bottom: 8px;
            font-size: 13px;
            font-weight: 500; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-radio {
            margin-bottom: 4px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox label {
            font-size: 13px;
            color: #1f1f1f;
            line-height: 18px;
            padding-left: 22px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:before,
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox label:after {
            width: 13px;
            height: 13px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.radio.checkbox input:checked ~ label:after {
            background-color: #166eef; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked ~ label:before {
            border-color: #166ee1; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .ui.checkbox input:checked:focus ~ label:after {
            color: #166eef; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput {
            display: flex;
            align-items: center; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput div {
              margin-bottom: -1px;
              margin-right: 7px; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input {
              margin: 0; }
              .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input .at {
                width: 25px;
                font-size: 13px;
                color: gray; }
              .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .access-section .addbylink-emailinput .email-input input {
                box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
                border: 0;
                line-height: 18px;
                padding: 4px 4px 4px 30px !important;
                border-radius: 3px;
                color: #333333; }
        .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section {
          border-top: 1px solid rgba(0, 0, 0, 0.05);
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding: 16px 0 4px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .linkCancel-btn {
            cursor: pointer;
            padding: 0 32px; }
          .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn {
            box-sizing: border-box;
            height: 32px;
            line-height: 22px;
            max-width: 100%;
            border: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px !important;
            border-radius: 6px !important;
            background-color: #166ee1;
            color: #fff;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn .createbtn-text {
              transform: translateY(-0.5px);
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              font-size: 13px;
              font-weight: 500; }
            .modal-share .shareStack-bx .shareStack-content .createLink .createlink-content .footer-section .createLink-btn:hover {
              box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
    .modal-share .shareStack-bx .shareStack-footer {
      border-top: 1px solid rgba(0, 0, 0, 0.05);
      padding: 24px; }
      .modal-share .shareStack-bx .shareStack-footer .footer-content {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        color: #166ee1; }
        .modal-share .shareStack-bx .shareStack-footer .footer-content .userIcon {
          color: #166ee1;
          fill: #166ee1;
          margin-right: 8px; }
  @media only screen and (max-width: 450px) {
    .modal-share .OnMobileMainView {
      padding-top: 13px; }
    .modal-share .OnMobileView {
      padding-top: 5px; } }
#AppendCsv .main .ui.toggle.checkbox label:before {
  width: 41px;
  background-color: #A9A9A9; }

#AppendCsv .main .ui.checkbox input:checked ~ .box:before,
#AppendCsv .main .ui.checkbox input:checked ~ label:before {
  background-color: green !important;
  width: 41px; }

#AppendCsv .main .ui.toggle.checkbox input:checked ~ label:after {
  left: 1.53em;
  box-shadow: none; }

#AppendCsv .main .title-header {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px; }

#AppendCsv .main .dropdown-main {
  display: flex;
  align-items: center;
  margin: 13px; }
  #AppendCsv .main .dropdown-main .column-drop {
    display: flex;
    align-items: center;
    width: 41%;
    border: 1px solid #ddd;
    height: 38px;
    border-radius: 4px;
    margin-right: 24px;
    padding-left: 3px; }
    #AppendCsv .main .dropdown-main .column-drop .column-name {
      margin-left: 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 162px; }
  #AppendCsv .main .dropdown-main .column-csv {
    width: 65%; }
  #AppendCsv .main .dropdown-main #RadioToggle {
    padding-top: 10px; }

#AppendCsv .main .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 10px; }

#AppendCsv .main .mapping-part {
  display: flex; }
  #AppendCsv .main .mapping-part .preview {
    width: 60%;
    margin-top: 5px; }
    #AppendCsv .main .mapping-part .preview .totla-row-preview {
      justify-content: flex-end;
      display: flex;
      font-size: 13px;
      font-weight: 500;
      margin-right: 5px;
      position: initial; }
  #AppendCsv .main .mapping-part .no-rowdata {
    margin-top: 25%;
    justify-content: center;
    flex: 1;
    align-items: center;
    text-align: center; }
  #AppendCsv .main .mapping-part .choosetable-name #RadioToggle {
    margin-top: 25px; }

#AppendCsv .csv-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 18%;
  flex-direction: column; }
  #AppendCsv .csv-upload .csv-upload-img {
    width: 10%; }
  #AppendCsv .csv-upload .csv-upload-name {
    margin-top: 12px;
    font-size: 17px;
    font-weight: 500; }
  #AppendCsv .csv-upload :hover {
    opacity: 0.5; }
#RowData {
  margin: 0 4px;
  pointer-events: all;
  cursor: pointer;
  padding: 1px;
  height: 91px;
  border: 2px solid #ddd;
  border-radius: 4px;
  background: white;
  margin-top: 8px;
  margin-bottom: 14px; }
  @media only screen and (min-width: 500px) {
    #RowData:hover {
      border: 2px solid #5097D1;
      box-shadow: #cccccc 0px 1px 2px; } }
  #RowData .card-cover-image {
    background: transparent;
    border-bottom: 2px solid #ddd; }
    #RowData .card-cover-image .control-next {
      border-top-right-radius: 6px; }
    #RowData .card-cover-image .control-prev {
      border-top-left-radius: 6px; }
    #RowData .card-cover-image img {
      background: transparent;
      width: 100%;
      height: 180px;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      object-fit: cover; }
  #RowData .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 900;
    padding: 3px;
    position: relative;
    padding-left: 8px;
    padding-right: 10px; }
    #RowData .card-header .firstColumnValue {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      font-size: 14px !important; }
      #RowData .card-header .firstColumnValue .textColumn, #RowData .card-header .firstColumnValue .checkboxColumn, #RowData .card-header .firstColumnValue .collaboratorColumn, #RowData .card-header .firstColumnValue .selectorColumn, #RowData .card-header .firstColumnValue .attachmentColumn, #RowData .card-header .firstColumnValue .linkColumn, #RowData .card-header .firstColumnValue .api-push, #RowData .card-header .firstColumnValue .rating-card {
        width: 100%;
        padding: 0px; }
        #RowData .card-header .firstColumnValue .textColumn .field-title, #RowData .card-header .firstColumnValue .checkboxColumn .field-title, #RowData .card-header .firstColumnValue .collaboratorColumn .field-title, #RowData .card-header .firstColumnValue .selectorColumn .field-title, #RowData .card-header .firstColumnValue .attachmentColumn .field-title, #RowData .card-header .firstColumnValue .linkColumn .field-title, #RowData .card-header .firstColumnValue .api-push .field-title, #RowData .card-header .firstColumnValue .rating-card .field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          #RowData .card-header .firstColumnValue .textColumn .field-title .field-name, #RowData .card-header .firstColumnValue .checkboxColumn .field-title .field-name, #RowData .card-header .firstColumnValue .collaboratorColumn .field-title .field-name, #RowData .card-header .firstColumnValue .selectorColumn .field-title .field-name, #RowData .card-header .firstColumnValue .attachmentColumn .field-title .field-name, #RowData .card-header .firstColumnValue .linkColumn .field-title .field-name, #RowData .card-header .firstColumnValue .api-push .field-title .field-name, #RowData .card-header .firstColumnValue .rating-card .field-title .field-name {
            margin-left: 4px;
            font-size: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
      #RowData .card-header .firstColumnValue .textColumn .multilineValue {
        display: block;
        display: -webkit-box;
        margin: 0 auto;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        word-wrap: break-word;
        color: #464545;
        margin-top: 5px; }
      #RowData .card-header .firstColumnValue .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 5px;
        color: #464545;
        margin-left: 5px; }
      #RowData .card-header .firstColumnValue .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
        #RowData .card-header .firstColumnValue .checkboxColumn .value .cbx {
          margin-left: 11px !important; }
      #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        width: 100%;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
          border: 1px solid #ddd;
          padding: 2px;
          margin: 0px 2px;
          min-width: 40px;
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: auto; }
          #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowData .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          background-color: #797373;
          border-radius: 25px;
          color: #4d4d4d;
          min-width: 38px;
          font-size: 12px; }
          #RowData .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px; }
          #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
            min-height: 22px;
            max-height: 22px;
            max-width: 80px;
            border-radius: 2px; }
          #RowData .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment:first-child {
            margin: 0 2px 0 0; }
      #RowData .card-header .firstColumnValue .linkColumn .linksDiv {
        display: block;
        overflow-x: hidden;
        white-space: nowrap;
        margin-top: 5px;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
          display: inline;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 1px solid #c9c9ec;
          border-radius: 2px;
          margin-left: 5px; }
        #RowData .card-header .firstColumnValue .linkColumn .linksDiv .error {
          display: inline;
          padding: 0px 4px;
          background: #f5cce9 !important;
          border: 0.5px solid #a26e71 !important;
          border-radius: 2px;
          margin-left: 5px; }
      #RowData .card-header .firstColumnValue .api-push .btn {
        width: fit-content;
        padding: 3px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #ccc;
        background-color: rgba(224, 224, 224, 0.5);
        margin-top: 5px; }
      #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        padding: 4px 0; }
        #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator {
          border: 1px solid #ddd;
          padding: 2px;
          margin: 0px 2px;
          min-width: 40px;
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: auto; }
          #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator span {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
          #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          #RowData .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      #RowData .card-header .firstColumnValue .value {
        font-size: 14px !important; }
  #RowData .card-data {
    display: flex;
    justify-content: space-between;
    padding-left: 6px;
    padding-right: 6px; }
    #RowData .card-data .card-header .firstColumnValue .textColumn, #RowData .card-header .firstColumnValue .card-data .textColumn, #RowData .card-data .card-header .firstColumnValue .checkboxColumn, #RowData .card-header .firstColumnValue .card-data .checkboxColumn, #RowData .card-data .card-header .firstColumnValue .collaboratorColumn, #RowData .card-header .firstColumnValue .card-data .collaboratorColumn, #RowData .card-data .card-header .firstColumnValue .selectorColumn, #RowData .card-header .firstColumnValue .card-data .selectorColumn, #RowData .card-data .card-header .firstColumnValue .attachmentColumn, #RowData .card-header .firstColumnValue .card-data .attachmentColumn, #RowData .card-data .card-header .firstColumnValue .linkColumn, #RowData .card-header .firstColumnValue .card-data .linkColumn, #RowData .card-data .card-header .firstColumnValue .api-push, #RowData .card-header .firstColumnValue .card-data .api-push, #RowData .card-data .card-header .firstColumnValue .rating-card, #RowData .card-header .firstColumnValue .card-data .rating-card, #RowData .card-data .textColumn, #RowData .card-data .checkboxColumn, #RowData .card-data .collaboratorColumn, #RowData .card-data .selectorColumn, #RowData .card-data .attachmentColumn, #RowData .card-data .linkColumn, #RowData .card-data .api-push, #RowData .card-data .rating-card {
      width: 25%;
      padding: 0 10px 4px 4px; }
      #RowData .card-data .textColumn .field-title, #RowData .card-data .checkboxColumn .field-title, #RowData .card-data .collaboratorColumn .field-title, #RowData .card-data .selectorColumn .field-title, #RowData .card-data .attachmentColumn .field-title, #RowData .card-data .linkColumn .field-title, #RowData .card-data .api-push .field-title, #RowData .card-data .rating-card .field-title {
        display: flex;
        align-items: center;
        opacity: 0.6; }
        #RowData .card-data .textColumn .field-title .field-name, #RowData .card-data .checkboxColumn .field-title .field-name, #RowData .card-data .collaboratorColumn .field-title .field-name, #RowData .card-data .selectorColumn .field-title .field-name, #RowData .card-data .attachmentColumn .field-title .field-name, #RowData .card-data .linkColumn .field-title .field-name, #RowData .card-data .api-push .field-title .field-name, #RowData .card-data .rating-card .field-title .field-name {
          margin-left: 4px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    #RowData .card-data .textColumn .multilineValue {
      display: block;
      display: -webkit-box;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      word-wrap: break-word;
      color: #464545;
      margin-top: 5px; }
    #RowData .card-data .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      margin-top: 5px;
      color: #464545;
      margin-left: 5px; }
    #RowData .card-data .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
      #RowData .card-data .checkboxColumn .value .cbx {
        margin-left: 11px !important; }
    #RowData .card-data .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      width: 100%;
      padding: 4px 0; }
      #RowData .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowData .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #RowData .card-data .selectorColumn .selectorDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowData .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #RowData .card-data .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    #RowData .card-data .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 4px 0; }
      #RowData .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px; }
        #RowData .card-data .attachmentColumn .attachmentDiv .attachment img {
          min-height: 22px;
          max-height: 22px;
          max-width: 80px;
          border-radius: 2px; }
        #RowData .card-data .attachmentColumn .attachmentDiv .attachment:first-child {
          margin: 0 2px 0 0; }
    #RowData .card-data .linkColumn .linksDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #RowData .card-data .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .linkColumn .linksDiv .row-link {
        display: inline;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px;
        margin-left: 5px; }
      #RowData .card-data .linkColumn .linksDiv .error {
        display: inline;
        padding: 0px 4px;
        background: #f5cce9 !important;
        border: 0.5px solid #a26e71 !important;
        border-radius: 2px;
        margin-left: 5px; }
    #RowData .card-data .api-push .btn {
      width: fit-content;
      padding: 3px;
      border-radius: 4px;
      box-shadow: 3px 3px 3px #ccc;
      background-color: rgba(224, 224, 224, 0.5);
      margin-top: 5px; }
    #RowData .card-data .rating-card .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      padding: 4px 0; }
      #RowData .card-data .rating-card .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #RowData .card-data .rating-card .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #RowData .card-data .rating-card .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #RowData .card-data .rating-card .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #RowData .card-data .rating-card .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
#dedupeRowlist .title-length {
  margin: 7px;
  font-size: 15px;
  font-weight: 500; }
.card-mainactive {
  border: 2px solid #3398e5 !important;
  background: seashell !important; }

.card-main {
  border: 2px solid #e5e4e5;
  border-radius: 6px;
  background-color: #fff; }
  .card-main .attachment-file {
    background-color: darkgrey;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center; }
    .card-main .attachment-file input {
      display: none; }
    .card-main .attachment-file .add {
      color: white;
      font-size: 14px;
      font-weight: 600; }
  .card-main .header-card {
    height: 153px !important;
    justify-content: center;
    display: flex; }
    .card-main .header-card .carousel-croup .carousel .slide img {
      object-fit: cover; }
    .card-main .header-card .carousel-fit .carousel .slide img {
      object-fit: contain; }
    .card-main .header-card .card-cover-image {
      background: white;
      border-bottom: 2px solid #ddd;
      width: 100%; }
      .card-main .header-card .card-cover-image .carousel .slide {
        background: none; }
        .card-main .header-card .card-cover-image .carousel .slide img {
          height: 150px;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
      .card-main .header-card .card-cover-image .control-next {
        border-top-right-radius: 6px; }
      .card-main .header-card .card-cover-image .control-prev {
        border-top-left-radius: 6px; }
    .card-main .header-card .border-full-carousel .carousel .slide img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
    .card-main .header-card i {
      margin: auto;
      color: #cfcfcf; }
  .card-main .color-formating-colorline {
    padding: 6px;
    background: #fff;
    margin-top: -10px; }
  .card-main .body-card {
    margin-top: 10px; }
    .card-main .body-card .firstColumnValue {
      height: 35px;
      font-size: 15px;
      border-bottom: 2px solid #ddd;
      margin-bottom: 3px;
      max-width: 100% !important;
      white-space: nowrap;
      max-width: 218px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .card-main .body-card .firstColumnValue .textColumn, .card-main .body-card .firstColumnValue .checkboxColumn, .card-main .body-card .firstColumnValue .collaboratorColumn, .card-main .body-card .firstColumnValue .createdby-updatedby-column, .card-main .body-card .firstColumnValue .selectorColumn, .card-main .body-card .firstColumnValue .attachmentColumn, .card-main .body-card .firstColumnValue .linkColumn, .card-main .body-card .firstColumnValue .apiDataColumn, .card-main .body-card .firstColumnValue .api-push, .card-main .body-card .firstColumnValue .ratingColumn, .card-main .body-card .firstColumnValue .durationColumn, .card-main .body-card .firstColumnValue .progress {
        height: 60px;
        padding: 0px;
        overflow: hidden; }
        .card-main .body-card .firstColumnValue .textColumn .field-title, .card-main .body-card .firstColumnValue .checkboxColumn .field-title, .card-main .body-card .firstColumnValue .collaboratorColumn .field-title, .card-main .body-card .firstColumnValue .createdby-updatedby-column .field-title, .card-main .body-card .firstColumnValue .selectorColumn .field-title, .card-main .body-card .firstColumnValue .attachmentColumn .field-title, .card-main .body-card .firstColumnValue .linkColumn .field-title, .card-main .body-card .firstColumnValue .apiDataColumn .field-title, .card-main .body-card .firstColumnValue .api-push .field-title, .card-main .body-card .firstColumnValue .ratingColumn .field-title, .card-main .body-card .firstColumnValue .durationColumn .field-title, .card-main .body-card .firstColumnValue .progress .field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          .card-main .body-card .firstColumnValue .textColumn .field-title .field-name, .card-main .body-card .firstColumnValue .checkboxColumn .field-title .field-name, .card-main .body-card .firstColumnValue .collaboratorColumn .field-title .field-name, .card-main .body-card .firstColumnValue .createdby-updatedby-column .field-title .field-name, .card-main .body-card .firstColumnValue .selectorColumn .field-title .field-name, .card-main .body-card .firstColumnValue .attachmentColumn .field-title .field-name, .card-main .body-card .firstColumnValue .linkColumn .field-title .field-name, .card-main .body-card .firstColumnValue .apiDataColumn .field-title .field-name, .card-main .body-card .firstColumnValue .api-push .field-title .field-name, .card-main .body-card .firstColumnValue .ratingColumn .field-title .field-name, .card-main .body-card .firstColumnValue .durationColumn .field-title .field-name, .card-main .body-card .firstColumnValue .progress .field-title .field-name {
            margin-left: 4px;
            font-size: 10px; }
      .card-main .body-card .firstColumnValue .textColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: black;
        margin-top: 5px;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .card-main .body-card .firstColumnValue .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        color: black; }
      .card-main .body-card .firstColumnValue .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%;
        padding: 4px 0; }
        .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: 30px; }
          .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .card-main .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%;
        padding: 4px 0; }
        .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 25px;
          display: flex;
          align-items: center;
          height: 30px; }
          .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .card-main .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator img {
            width: 25px;
            height: 25px;
            margin-right: 4px;
            border-radius: 25px; }
      .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv {
        display: block;
        overflow-x: auto;
        margin-top: 5px;
        padding: 4px 0;
        width: max-content; }
        .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          cursor: pointer;
          background-color: #797373;
          border-radius: 25px;
          font-size: 10px;
          margin-bottom: 5px;
          min-width: 38px; }
          .card-main .body-card .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow-y: auto;
        width: fit-content; }
        .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px;
          border-radius: 5px;
          height: 22px;
          border: 1px solid #ccc;
          margin-bottom: 5px; }
          .card-main .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
            max-width: 60px;
            border-radius: 2px; }
      .card-main .body-card .firstColumnValue .linkColumn {
        margin-right: 10px;
        overflow: hidden; }
        .card-main .body-card .firstColumnValue .linkColumn .linksDiv {
          display: inline-block;
          flex-wrap: wrap;
          padding: 4px 0; }
          .card-main .body-card .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
            height: 2px; }
          .card-main .body-card .firstColumnValue .linkColumn .linksDiv .row-link {
            display: inline;
            margin-right: 4px;
            padding: 0px 4px;
            background: #ecf0fa;
            border: 1px solid #c9c9ec;
            border-radius: 2px;
            margin-bottom: 5px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .card-main .body-card .firstColumnValue .linkColumn .linksDiv .error {
            display: inline;
            margin-right: 4px;
            padding: 0px 4px;
            background: #f5cce9 !important;
            border: 0.5px solid #a26e71 !important;
            border-radius: 2px; }
      .card-main .body-card .firstColumnValue .api-push .btn {
        width: fit-content;
        padding: 4px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #ccc;
        background-color: rgba(224, 224, 224, 0.5);
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .ratingColumn {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .durationColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.2em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: black;
        margin-top: 5px; }
      .card-main .body-card .firstColumnValue .durationColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        color: black; }
      .card-main .body-card .firstColumnValue .progress .progress-text-type {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 5px;
        color: black;
        font-weight: 500; }
      .card-main .body-card .firstColumnValue .progress .progress-type {
        display: flex;
        align-items: center;
        width: 100%;
        margin-top: 8px; }
        .card-main .body-card .firstColumnValue .progress .progress-type .progress-line {
          width: 90%;
          margin: auto !important; }
        .card-main .body-card .firstColumnValue .progress .progress-type .progress-percentage {
          width: 29px;
          text-align: center;
          margin-left: 4px;
          color: green;
          font-weight: 500; }
        .card-main .body-card .firstColumnValue .progress .progress-type .ui.small.progress {
          font-size: 0.60857143rem;
          height: 8px !important;
          padding-left: 0px !important;
          padding-bottom: 4px; }
      .card-main .body-card .firstColumnValue .firstcolumn-icons-main {
        display: flex;
        align-items: center; }
        .card-main .body-card .firstColumnValue .firstcolumn-icons-main .firstcolumn-icon {
          margin-bottom: 30px;
          margin-left: 4px; }
          .card-main .body-card .firstColumnValue .firstcolumn-icons-main .firstcolumn-icon .first-row-count {
            border: 2px solid #ddd;
            padding: 0px 8px;
            border-radius: 4px; }
    .card-main .body-card .firstcolumn-hidden {
      text-decoration: line-through;
      color: red; }
    .card-main .body-card .value-change {
      cursor: pointer; }
      .card-main .body-card .value-change :hover {
        background: #ddd; }
    .card-main .body-card .firstColumnValue .textColumn, .card-main .body-card .firstColumnValue .checkboxColumn, .card-main .body-card .firstColumnValue .collaboratorColumn, .card-main .body-card .firstColumnValue .createdby-updatedby-column, .card-main .body-card .firstColumnValue .selectorColumn, .card-main .body-card .firstColumnValue .attachmentColumn, .card-main .body-card .firstColumnValue .linkColumn, .card-main .body-card .firstColumnValue .apiDataColumn, .card-main .body-card .firstColumnValue .api-push, .card-main .body-card .firstColumnValue .ratingColumn, .card-main .body-card .firstColumnValue .durationColumn, .card-main .body-card .firstColumnValue .progress, .card-main .body-card .textColumn, .card-main .body-card .checkboxColumn, .card-main .body-card .collaboratorColumn, .card-main .body-card .createdby-updatedby-column, .card-main .body-card .selectorColumn, .card-main .body-card .attachmentColumn, .card-main .body-card .linkColumn, .card-main .body-card .apiDataColumn, .card-main .body-card .api-push, .card-main .body-card .ratingColumn, .card-main .body-card .durationColumn, .card-main .body-card .progress {
      height: 60px;
      padding: 0 12px 12px 12px;
      overflow: hidden; }
      .card-main .body-card .textColumn .field-title, .card-main .body-card .checkboxColumn .field-title, .card-main .body-card .collaboratorColumn .field-title, .card-main .body-card .createdby-updatedby-column .field-title, .card-main .body-card .selectorColumn .field-title, .card-main .body-card .attachmentColumn .field-title, .card-main .body-card .linkColumn .field-title, .card-main .body-card .apiDataColumn .field-title, .card-main .body-card .api-push .field-title, .card-main .body-card .ratingColumn .field-title, .card-main .body-card .durationColumn .field-title, .card-main .body-card .progress .field-title {
        display: flex;
        align-items: center;
        opacity: 0.6; }
        .card-main .body-card .textColumn .field-title .field-name, .card-main .body-card .checkboxColumn .field-title .field-name, .card-main .body-card .collaboratorColumn .field-title .field-name, .card-main .body-card .createdby-updatedby-column .field-title .field-name, .card-main .body-card .selectorColumn .field-title .field-name, .card-main .body-card .attachmentColumn .field-title .field-name, .card-main .body-card .linkColumn .field-title .field-name, .card-main .body-card .apiDataColumn .field-title .field-name, .card-main .body-card .api-push .field-title .field-name, .card-main .body-card .ratingColumn .field-title .field-name, .card-main .body-card .durationColumn .field-title .field-name, .card-main .body-card .progress .field-title .field-name {
          margin-left: 4px;
          font-size: 10px; }
    .card-main .body-card .textColumn .multilineValue {
      display: block;
      display: -webkit-box !important;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      word-wrap: break-word;
      color: black;
      margin-top: 5px;
      display: block;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .card-main .body-card .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px;
      color: black; }
    .card-main .body-card .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
    .card-main .body-card .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: auto;
      width: 100%;
      padding: 4px 0; }
      .card-main .body-card .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator {
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: 30px; }
        .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        .card-main .body-card .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    .card-main .body-card .createdby-updatedby-column .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: auto;
      width: 100%;
      padding: 4px 0; }
      .card-main .body-card .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator {
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: 30px; }
        .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
        .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        .card-main .body-card .createdby-updatedby-column .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    .card-main .body-card .selectorColumn .selectorDiv {
      display: block;
      overflow-x: auto;
      margin-top: 5px;
      padding: 4px 0;
      width: max-content; }
      .card-main .body-card .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        cursor: pointer;
        background-color: #797373;
        border-radius: 25px;
        font-size: 10px;
        margin-bottom: 5px;
        min-width: 38px; }
        .card-main .body-card .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    .card-main .body-card .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow-y: auto;
      width: fit-content; }
      .card-main .body-card .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      .card-main .body-card .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px;
        border-radius: 5px;
        height: 22px;
        border: 1px solid #ccc;
        margin-bottom: 5px; }
        .card-main .body-card .attachmentColumn .attachmentDiv .attachment img {
          height: 100%;
          object-fit: cover;
          border-radius: 5px;
          max-width: 60px;
          border-radius: 2px; }
    .card-main .body-card .linkColumn {
      margin-right: 10px;
      overflow: hidden; }
      .card-main .body-card .linkColumn .linksDiv {
        display: inline-block;
        flex-wrap: wrap;
        padding: 4px 0; }
        .card-main .body-card .linkColumn .linksDiv::-webkit-scrollbar {
          height: 2px; }
        .card-main .body-card .linkColumn .linksDiv .row-link {
          display: inline;
          margin-right: 4px;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 1px solid #c9c9ec;
          border-radius: 2px;
          margin-bottom: 5px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .card-main .body-card .linkColumn .linksDiv .error {
          display: inline;
          margin-right: 4px;
          padding: 0px 4px;
          background: #f5cce9 !important;
          border: 0.5px solid #a26e71 !important;
          border-radius: 2px; }
    .card-main .body-card .api-push .btn {
      width: fit-content;
      padding: 4px;
      border-radius: 4px;
      box-shadow: 3px 3px 3px #ccc;
      background-color: rgba(224, 224, 224, 0.5);
      margin-top: 5px; }
    .card-main .body-card .ratingColumn {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
    .card-main .body-card .durationColumn .multilineValue {
      display: block;
      display: -webkit-box !important;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      word-wrap: break-word;
      color: black;
      margin-top: 5px; }
    .card-main .body-card .durationColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px;
      color: black; }
    .card-main .body-card .progress .progress-text-type {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 5px;
      color: black;
      font-weight: 500; }
    .card-main .body-card .progress .progress-type {
      display: flex;
      align-items: center;
      width: 100%;
      margin-top: 8px; }
      .card-main .body-card .progress .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      .card-main .body-card .progress .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500; }
      .card-main .body-card .progress .progress-type .ui.small.progress {
        font-size: 0.60857143rem;
        height: 8px !important;
        padding-left: 0px !important;
        padding-bottom: 4px; }
#RowsReviewsDisplay .header-section {
  margin-bottom: 10px; }
  #RowsReviewsDisplay .header-section .header-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 5px; }

#RowsReviewsDisplay .middle-section {
  height: 68vh;
  background: #ddd;
  overflow: auto;
  border-radius: 5px;
  border: 3px solid grey;
  display: flex; }
  #RowsReviewsDisplay .middle-section .preview-btns {
    font-size: 15px;
    margin: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    #RowsReviewsDisplay .middle-section .preview-btns p {
      margin-right: 9px;
      font-size: 15px;
      font-weight: 450;
      text-transform: uppercase;
      margin-top: 3px; }
    #RowsReviewsDisplay .middle-section .preview-btns i {
      font-size: 22px;
      cursor: pointer; }
  #RowsReviewsDisplay .middle-section .middle-section-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    overflow: auto;
    height: 503px; }
    #RowsReviewsDisplay .middle-section .middle-section-wrapper .review-card-main {
      display: inline-block;
      width: 25%;
      margin: 5px;
      cursor: pointer; }
    #RowsReviewsDisplay .middle-section .middle-section-wrapper .contex-menu {
      top: 166px;
      z-index: 100; }
  #RowsReviewsDisplay .middle-section .sidebar-main {
    width: 100%; }
    #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner {
      background: grey; }
      #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-btns {
        font-size: 15px;
        margin: 6px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: white;
        margin-left: 12px;
        margin-right: 12px; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-btns p {
          margin-right: 9px;
          font-size: 15px;
          font-weight: 450;
          text-transform: uppercase;
          margin-top: 3px; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-btns i {
          font-size: 22px;
          cursor: pointer; }
      #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .not-preview {
        color: white;
        justify-content: center;
        display: flex;
        flex-direction: column;
        height: 45vh; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .not-preview p {
          font-size: 20px; }
        #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .not-preview span {
          font-size: 15px; }
      #RowsReviewsDisplay .middle-section .sidebar-main .sidebar-banner .banner-preview-card-main {
        width: 95%;
        display: inline-block;
        margin-top: 10px;
        text-align: left; }

.buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .buttons .count-txt {
    font-size: 15px;
    margin-right: 6px; }
#DedupeRow .header {
  font-size: 20px;
  padding-left: 12px; }

#DedupeRow .main .ui.toggle.checkbox label:before {
  width: 41px;
  background-color: #A9A9A9; }

#DedupeRow .main .ui.checkbox input:checked ~ .box:before,
#DedupeRow .main .ui.checkbox input:checked ~ label:before {
  background-color: green !important;
  width: 41px; }

#DedupeRow .main .ui.toggle.checkbox input:checked ~ label:after {
  left: 1.53em;
  box-shadow: none; }

#DedupeRow .main .title-header {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px; }

#DedupeRow .main .mapping-left-panel {
  width: 45%; }
  #DedupeRow .main .mapping-left-panel .column-map-main {
    overflow: auto;
    height: 50vh; }
    #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main {
      display: flex;
      align-items: center;
      margin: 13px; }
      #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop {
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid #ddd;
        height: 38px;
        border-radius: 4px;
        margin-right: 24px;
        padding-left: 3px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .grouped {
          display: flex;
          flex-direction: row;
          align-items: center; }
          #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .grouped #RadioToggle {
            padding-top: 12px; }
        #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .column-name {
          margin-left: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 162px; }
        #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .duplicate-selection {
          display: flex;
          flex-direction: row;
          border: 1px solid transparent;
          background-color: rgba(0, 0, 0, 0.05);
          line-height: 1.6;
          padding: 0.25rem;
          border-radius: 3px; }
          #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-drop .duplicate-selection .type {
            padding-left: 1em;
            padding-right: 1em; }
      #DedupeRow .main .mapping-left-panel .column-map-main .dropdown-main .column-csv {
        width: 65%; }

#DedupeRow .main .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 10px; }

#DedupeRow .main .mapping-part {
  display: flex; }
  #DedupeRow .main .mapping-part .preview {
    width: 60%;
    height: 77vh;
    margin-top: 5px;
    overflow: auto; }
    #DedupeRow .main .mapping-part .preview .totla-row-preview {
      justify-content: flex-end;
      display: flex;
      font-size: 13px;
      font-weight: 500;
      margin-right: 5px;
      position: initial; }
  #DedupeRow .main .mapping-part .no-rowdata {
    margin-top: 25%;
    justify-content: center;
    flex: 1;
    align-items: center;
    text-align: center; }

#DedupeRow .main .text-highlight {
  color: white;
  fill: white; }

#DedupeRow .main .active-type {
  background-color: #666;
  border-radius: 3px; }
#TitleBar {
  height: 36px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #ddd;
  padding: 0 7px;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */ }
  #TitleBar .au-btn {
    cursor: pointer;
    margin-left: auto;
    padding: 8px 10px;
    font-weight: 600;
    height: 33px;
    font-size: 13px;
    border-left: 1px solid #ddd;
    align-items: center;
    box-sizing: border-box; }
  #TitleBar .history {
    border-radius: 9999px;
    padding: 4px 8px;
    cursor: pointer; }
  #TitleBar .apps-btn {
    padding: 0px 20px;
    font-weight: bold;
    height: 33px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-sizing: border-box; }
    #TitleBar .apps-btn span {
      margin-left: 4px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      font-size: 14.4px; }
    #TitleBar .apps-btn .appsBetatag {
      background-color: #00c4ff;
      display: flex;
      position: absolute;
      top: -1px;
      color: white;
      right: 1px;
      border-radius: 13px;
      padding: 0px 5px 0px 5px;
      font-size: 8px; }
  #TitleBar .tablemenu-icon {
    position: relative;
    padding: 4px;
    z-index: 2;
    left: 0;
    background-color: white;
    cursor: pointer; }
    #TitleBar .tablemenu-icon:hover .menu-icon {
      fill: #ddd !important; }
  #TitleBar .left-scroll-icon {
    position: absolute;
    padding: 9px 4px;
    z-index: 1;
    left: -5px;
    background-color: white; }
  #TitleBar .left-scroll-icon:hover {
    background-color: #ddd; }
  #TitleBar .i_icon {
    font-size: 1.3rem; }
  #TitleBar .right-scroll-icon {
    position: absolute;
    padding: 8px 4px;
    z-index: 1;
    right: -10px;
    background-color: white; }
  #TitleBar .right-scroll-icon:hover {
    background-color: #ddd; }
  #TitleBar .table-list-container {
    height: -webkit-fill-available;
    width: -moz-available;
    width: min-content;
    width: fit-content;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    scrollbar-width: none; }
  #TitleBar .append-data-li {
    display: flex;
    justify-content: space-between; }
    #TitleBar .append-data-li:hover .append-data-menu {
      visibility: visible; }
  #TitleBar .append-data-menu {
    bottom: 10px;
    right: -96%;
    min-width: 214px;
    max-width: 350px;
    width: 100%;
    padding: 10px 0;
    position: absolute;
    background: #fff;
    border-radius: 4px;
    list-style: none;
    border: 2px solid #ddd;
    visibility: hidden; }
    #TitleBar .append-data-menu .table-content {
      display: flex;
      align-items: center; }
      #TitleBar .append-data-menu .table-content .table-icon {
        top: 0; }
      #TitleBar .append-data-menu .table-content .table-context-text {
        top: 0; }
  #TitleBar .contex-menu .contex-menu-text {
    font-weight: 400;
    color: #4d4d4d; }
  #TitleBar .contex-menu .addFromSource-main .pro-btn {
    font-size: 11px;
    padding: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #1693eb;
    color: white;
    border-radius: 10px;
    text-align: center;
    font-weight: 500; }
  #TitleBar .contex-menu .addFromSource-main .addFromSource {
    display: flex;
    align-items: center; }
    #TitleBar .contex-menu .addFromSource-main .addFromSource p {
      font-weight: 500; }
  #TitleBar .spreadsheet-titlebar {
    /* scroll-behavior: auto; */
    /* scroll-margin-bottom: 2px; */
    transition: all 0.3s;
    width: fit-content; }
    #TitleBar .spreadsheet-titlebar .sb-rel {
      position: relative;
      text-overflow: ellipsis;
      white-space: nowrap;
      padding: 0;
      min-width: 100px; }
      #TitleBar .spreadsheet-titlebar .sb-rel .contex-menu {
        z-index: 100;
        right: -150px;
        top: 34px;
        width: 200px !important; }
    #TitleBar .spreadsheet-titlebar .spreadsheet-title {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 32rem;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      height: 35px;
      padding: 0 10px;
      color: #414141;
      border-top: 1px solid #ddd;
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
      cursor: pointer;
      position: relative;
      /* opacity: 0.8; */
      background: #ffffff; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title::before {
        content: '';
        width: 3px;
        height: 3px;
        position: absolute;
        bottom: 0; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title .table-name {
        opacity: 0.6; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title input {
        box-shadow: none;
        width: 170px;
        height: 25px;
        background: #f8f8f8;
        border: 0;
        outline: none;
        text-align: center; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title .table-rename ::-moz-selection {
        /* Code for Firefox */
        color: black;
        background: #b9d0f0; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title .table-rename ::selection {
        color: black;
        background: #b9d0f0; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title:hover {
        opacity: 1;
        background-color: lightgray; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title:hover .table-name {
          opacity: 1; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title.active {
        position: relative;
        color: #fff;
        z-index: 0;
        opacity: 1;
        border-top: none; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title.active .table-name {
          opacity: 1; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title.active :focus-visible {
          outline: -webkit-focus-ring-color auto 1px; }
      #TitleBar .spreadsheet-titlebar .spreadsheet-title svg {
        opacity: 0.6; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title svg:hover {
          opacity: 1; }
        #TitleBar .spreadsheet-titlebar .spreadsheet-title svg:active {
          fill: rgba(0, 150, 255, 0.5); }
  #TitleBar .add-speardsheet {
    position: relative;
    z-index: 1;
    margin-right: 10px; }
    #TitleBar .add-speardsheet svg.icon-add {
      cursor: pointer;
      background-color: rgba(200, 200, 200, 0.6);
      border-radius: 4px;
      margin-left: 6px; }
      #TitleBar .add-speardsheet svg.icon-add:hover {
        background-color: #c8c8c8; }
    #TitleBar .add-speardsheet .menu-crt-tbl {
      z-index: 1;
      left: 8px;
      top: 28px; }
  #TitleBar .end-section-tablebar {
    margin-left: auto;
    display: flex;
    align-items: center; }
    #TitleBar .end-section-tablebar .trash-btn {
      margin-right: 10px;
      margin-bottom: 2px;
      cursor: pointer; }
      #TitleBar .end-section-tablebar .trash-btn .trash-icon {
        opacity: 0.4; }
      #TitleBar .end-section-tablebar .trash-btn :hover {
        opacity: 0.9; }
  #TitleBar ::-webkit-scrollbar {
    display: none; }
  #TitleBar ::-webkit-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */ }

.paseDetailBlock {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500; }
  .paseDetailBlock .columnsName {
    background-color: rgba(0, 0, 0, 0.1);
    height: 45px;
    padding: .5rem;
    overflow-x: scroll;
    white-space: nowrap; }
    .paseDetailBlock .columnsName span {
      border: 1px solid;
      border-color: rgba(0, 0, 0, 0.1);
      padding: .5rem; }

.edit-table-desc {
  position: absolute;
  z-index: 1000;
  left: 2px;
  top: 35px; }

.render-back-button {
  display: flex;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 2px;
  margin-left: -10px;
  font-size: 14px; }

.import-main {
  display: flex;
  align-items: center;
  border: 2px solid rgba(0, 0, 0, 0.25);
  padding: 7px;
  border-radius: 8px;
  height: 43px;
  cursor: pointer; }
  .import-main p {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.1px; }

.h2-header-text {
  font-weight: 500;
  margin-bottom: 11px; }

.column {
  margin-top: -10px; }
  .column :hover .import-main {
    border: 2px solid #166ee1; }

.import-type-img {
  width: 12%;
  margin-right: 11px;
  border-radius: 3px; }
#TableMenuBar {
  display: inline-block;
  background: #fff;
  overflow: hidden;
  z-index: 15;
  position: absolute;
  top: 17px;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 5px 5px 16px #e6e6e6;
  width: 31%;
  padding: 5px;
  left: 2%; }
  #TableMenuBar .tablemenu-main {
    margin: 12px; }
    #TableMenuBar .tablemenu-main .table-list {
      overflow: auto;
      max-height: 65vh;
      /* Hide scrollbar for IE, Edge and Firefox */ }
      #TableMenuBar .tablemenu-main .table-list .activeRow {
        background-color: #dfdede; }
      #TableMenuBar .tablemenu-main .table-list .table-list-main {
        color: black; }
        #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-top: 10px;
          border-radius: 5px;
          padding: 5px;
          cursor: pointer; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .tablename-sec {
            display: flex;
            align-items: center;
            min-width: 80%; }
            #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .tablename-sec .check-icon {
              font-size: 14px;
              margin-bottom: 2px; }
            #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .tablename-sec .table-name {
              font-size: 14.5px;
              font-weight: 600;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              max-width: 100%; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .dot-sec {
            visibility: hidden;
            margin-bottom: -4.5px;
            opacity: 0.5; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content .dot-draggable {
            visibility: visible; }
          #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content:hover {
            background: #e7e7e7; }
            #TableMenuBar .tablemenu-main .table-list .table-list-main .table-content:hover .dot-sec {
              visibility: visible;
              opacity: 0.5; }
      #TableMenuBar .tablemenu-main .table-list .table-not-found {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        font-weight: 600;
        height: 6vh; }
      #TableMenuBar .tablemenu-main .table-list ::-webkit-scrollbar {
        display: block !important; }
      #TableMenuBar .tablemenu-main .table-list ::-webkit-scrollbar {
        -ms-overflow-style: block !important;
        /* IE and Edge */ }
    #TableMenuBar .tablemenu-main .add-table {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 12px;
      cursor: pointer; }
      #TableMenuBar .tablemenu-main .add-table .add-btn-sec {
        font-size: 14px;
        font-weight: 500;
        opacity: 0.8; }
      #TableMenuBar .tablemenu-main .add-table .left-panel-icon {
        font-size: 18px; }
    #TableMenuBar .tablemenu-main .create-table-model {
      position: fixed;
      margin-top: -5%;
      left: 34%; }
      #TableMenuBar .tablemenu-main .create-table-model .contex-menu {
        right: 10%;
        background: #fff;
        overflow: hidden;
        z-index: 15;
        position: relative;
        top: 80px;
        border: 1px solid #ddd;
        width: 255px;
        border-radius: 5px;
        box-shadow: 5px 5px 16px #e6e6e6; }
  #TableMenuBar ::-webkit-scrollbar {
    display: block !important; }
  #TableMenuBar ::-webkit-scrollbar {
    -ms-overflow-style: block !important; }
  @media (max-width: 600px) {
    #TableMenuBar {
      width: 60%; } }
#TableViewModel .header {
  border-bottom: 1px solid white; }

#TableViewModel .scrolling.content {
  overflow: visible !important; }
  #TableViewModel .scrolling.content .ui.selection.active.dropdown .menu {
    width: 35rem !important; }

#TableViewModel .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #TableViewModel .form-content .form-details {
    margin: 0px 1px 16px 0px;
    font-size: 14.5px; }
  #TableViewModel .form-content .form-textarea-main p {
    font-size: 13.6px;
    opacity: 0.8; }
  #TableViewModel .form-content .form-textarea-main .dropdownlist-align {
    display: flex;
    justify-content: space-between; }
    #TableViewModel .form-content .form-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
      overflow-x: visible !important;
      overflow-y: visible !important;
      max-height: 21.028571rem !important; }
  #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user {
    align-items: center; }
    #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select {
      margin-bottom: 10px; }
      #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select .spicificedit-content {
        margin-bottom: 8px; }
      #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select .change-user {
        display: inline-flex;
        cursor: pointer;
        align-items: center;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #TableViewModel .form-content .form-textarea-main .invite-content .list-item .specific-user .specific-select .change-user:hover {
          border-color: #333333; }
#SpecificUserModel .header {
  border-bottom: none !important; }

#SpecificUserModel .user-content {
  margin-left: 10px;
  margin-right: 10px; }
  #SpecificUserModel .user-content .user-details {
    margin: 0px 1px 20px 0px;
    font-size: 14.5px; }
  #SpecificUserModel .user-content .finduserdata .finduser {
    display: flex;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding: 8px 0;
    align-items: center; }
    #SpecificUserModel .user-content .finduserdata .finduser .usersearch {
      opacity: 0.5;
      margin: 3px 8px 0 4px;
      color: #4D4D4D; }
  #SpecificUserModel .user-content .finduserdata .searchuser {
    height: 150px;
    flex-direction: column-reverse;
    display: flex;
    padding: 4px 0; }
    #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow {
      overflow: auto;
      flex: 1 1 auto;
      padding: 4px 0; }
      #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list {
        display: flex;
        align-items: center;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .user-name {
          margin-left: 5px; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label {
          min-height: 0.5rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox {
          min-height: 1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.fitted.toggle.checkbox {
          width: 2.3rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input {
          width: 2rem !important;
          height: 1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:before {
          width: 2rem !important;
          height: 1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:after {
          width: 0.8rem !important;
          height: 0.8rem !important;
          top: 0.1rem !important; }
        #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input:checked ~ label:after {
          left: 1.2rem !important; }
      #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .kSdBCu {
        padding: 0;
        margin-bottom: 0px; }
      #SpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .sc-bczRLJ {
        height: 1.7rem;
        margin-left: 8px; }
    #SpecificUserModel .user-content .finduserdata .searchuser .userselect {
      display: flex;
      margin: 8px 0; }
      #SpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn {
        margin-right: 16px;
        font-size: 12px;
        color: #4D4D4D;
        cursor: pointer;
        opacity: 0.75; }
        #SpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn:hover {
          color: black; }
  #SpecificUserModel .user-content .userfooter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 32px;
    margin-top: 16px; }
    #SpecificUserModel .user-content .userfooter .usercancel {
      margin: 0 16px;
      line-height: 18px;
      text-align: center;
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 14px;
      color: #4D4D4D;
      opacity: 0.75; }
      #SpecificUserModel .user-content .userfooter .usercancel:hover {
        color: black; }
    #SpecificUserModel .user-content .userfooter:hover .savebtnhover {
      opacity: 0.85; }
#SyncConfigurationModal .syncConfig-content {
  height: 50vh;
  overflow: auto; }
  #SyncConfigurationModal .syncConfig-content .loader {
    display: flex;
    align-items: center;
    height: 40vh;
    justify-content: center; }
  #SyncConfigurationModal .syncConfig-content .sync-heading {
    font-weight: 500; }
  #SyncConfigurationModal .syncConfig-content .add-source-btn {
    color: blue;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .sync-list-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 12px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-list-menu .sync-change-btn {
      color: #166ee1;
      font-weight: 500;
      cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .sync-unavailable-sec {
    margin: 8px 0px 0px 0px;
    display: flex;
    align-items: center;
    border: 1px solid darkgrey;
    width: fit-content;
    border-radius: 6px;
    padding: 5px;
    cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec {
    margin: 12px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-row-list {
      padding: 4px;
      margin: 4px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-row-list:hover {
      background: lightgray; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-row-list:hover .delete-expand-row {
      visibility: visible; }
    #SyncConfigurationModal .syncConfig-content .sync-radio-btn-sec .delete-expand-row {
      visibility: hidden;
      display: flex;
      align-items: center;
      color: blue;
      cursor: pointer; }
  #SyncConfigurationModal .syncConfig-content .source-content {
    margin: 8px 0px 8px 0px;
    background: #fafafa;
    border-radius: 3px;
    padding: 10px 0px 10px 0px; }
    #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec {
      display: flex;
      align-items: center; }
      #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .dropdown-menu {
        right: 7px;
        position: absolute;
        color: grey; }
      #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .source-logo-img {
        width: 13%; }
      #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .soruce-view-name {
        display: flex;
        align-items: center; }
        #SyncConfigurationModal .syncConfig-content .source-content .soruce-first-sec .soruce-view-name p {
          margin-left: 7px; }
    #SyncConfigurationModal .syncConfig-content .source-content .source-heading-line {
      font-size: 12px;
      color: grey;
      margin-left: 7px; }
  #SyncConfigurationModal .syncConfig-content .sync-column-list-main {
    margin: 15px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .search-column-input {
      margin: 13px 0px 0px 0px; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .columns-radio {
      margin: 12px 0px 10px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #SyncConfigurationModal .syncConfig-content .sync-column-list-main .columns-radio .column-inder-radio-sec {
        width: 40%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      #SyncConfigurationModal .syncConfig-content .sync-column-list-main .columns-radio .column-innder-dropdown-sec {
        width: 60%;
        display: flex;
        justify-content: space-evenly;
        align-items: center; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .clear-btns {
      display: flex;
      align-items: center; }
      #SyncConfigurationModal .syncConfig-content .sync-column-list-main .clear-btns .btn {
        margin-right: 15px;
        cursor: pointer; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .column-list-main {
      height: fit-content;
      overflow: auto; }
    #SyncConfigurationModal .syncConfig-content .sync-column-list-main .no-result {
      top: 50%;
      text-align: center;
      padding: 10px;
      left: 40%; }
#SyncedTableCreateModal {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #SyncedTableCreateModal .modal-header {
    font-size: 22px;
    font-weight: 500;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #SyncedTableCreateModal .syncTableCreate-content {
    height: 65vh;
    overflow: auto;
    padding: 17px 21px; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-heading {
      font-weight: 500; }
    #SyncedTableCreateModal .syncTableCreate-content .syncCreate-list {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-top: 17px; }
      #SyncedTableCreateModal .syncTableCreate-content .syncCreate-list .syncCreate-dropdown {
        width: 85%; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-warning-sec {
      border: 2px solid #166ee1;
      padding: 14px;
      border-radius: 5px;
      margin: 15px 0px 0px 0px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-warning-sec .sync-redirect-btn {
        color: white;
        background: #414347; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-link-input-sec {
      margin: 39px 0px 0px 0px; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-link-input-sec .error-msg {
        color: red;
        margin: 8px 0px 0px 0px; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-radio-btn-sec {
      margin: 0px 0px 0px 0px; }
    #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main {
      margin: 15px 0px 0px 0px; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .search-column-input {
        margin: 13px 0px 0px 0px; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .columns-radio {
        margin: 12px 0px 10px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .columns-radio .column-inder-radio-sec {
          width: 40%;
          display: flex;
          justify-content: space-between;
          align-items: center; }
        #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .columns-radio .column-innder-dropdown-sec {
          width: 60%;
          display: flex;
          justify-content: space-evenly;
          align-items: center; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .clear-btns {
        display: flex;
        align-items: center; }
        #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .clear-btns .btn {
          margin-right: 15px;
          cursor: pointer; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .column-list-main {
        height: fit-content;
        overflow: auto; }
      #SyncedTableCreateModal .syncTableCreate-content .sync-column-list-main .no-result {
        top: 50%;
        text-align: center;
        padding: 10px;
        left: 40%; }
    #SyncedTableCreateModal .syncTableCreate-content .accordin-content {
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: space-between; }
  #SyncedTableCreateModal .btn-actions .btn-primary, #SyncedTableCreateModal .btn-actions .btn-no {
    font-weight: 500;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
.switch {
  position: relative;
  display: inline-block;
  width: 43px;
  height: 19px;
  margin-left: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: green;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.on-label,
.off-label {
  display: none;
}

input:checked+.slider .on-label {
  display: inline-block;
  color: white;
  margin-left: 10px;
}

input:not(:checked)+.slider .off-label {
  display: inline-block;
}



.button_auto:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.button_auto {
  background-color: transparent;
}

.button_select {
  background-color: rgba(0, 0, 0, 0.05);
}

.trigger_test_step_button {
  background-color: white;
  cursor: pointer;
  border-radius: 50px;
  display: flex;
  border: solid 2px #e8e8e8;
  align-items: center;
  transition: width 0.2s;
  justify-content: flex-start;
  overflow: hidden;
  width: 28px;
  height: 28px;
}
.trigger_test_step_button:hover {
  border-radius: 20px;
  padding: 2px;
  align-items: center;
  width: 122px;
}
.trigger_test_step_button_hover{
  border-radius: 20px;
  padding: 2px;
  align-items: center;
  width: 122px;
}

.ColumnIconDiv{
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  height: 16px;
  width: 16px;
  margin-left: 4px;
}

.hover_center_active {
  border: 2px solid rgb(45 127 249 / 36%) !important;
  border-radius: 3px;
}

.custom-popup.ui.popup:before {
  content: none !important;
}

.hover_text:hover {
  display: none;
}

.hover_center:hover {
  border: 2px solid rgb(45 127 249 / 36%) !important;
  border-radius: 3px;
}

.active_center {
  border: 2px solid rgb(0 96 241) !important;
  border-radius: 3px;
}

.border_select {
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.border_select:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25);
}

.border_active {
  box-shadow: 0 0 0 2px #166ee1 !important;
}

.p_6 {
  padding: 6px;
}

.rotate_icon {
  transform: rotate(180deg);
  transition: 300ms ease all;
}

.rotate_icon_first {
  transition: 300ms ease all;
}


.test_step_button {
  height: 26px;
  font-size: 13px;
  line-height: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  border: none;
  color: white;
  background-color: #166ee1;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 6px;
  cursor: pointer;
}

.center_nodata {
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background-color: white;
  border: dashed;
  border-width: 2px;
  border-color: rgb(196, 199, 205);
  width: 270px;
}

.suggest_text {
  margin-top: 15px;
  font-size: 15px;
  opacity: 0.6;
  font-weight: 600;
}

.in_div {
  display: flex;
  font-size: 15px;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.6;
  margin-bottom: 4px;
  padding: 0.5rem;
  cursor: pointer;
  align-items: center;
}

.in_div:hover {
  border: 2px solid;
  border-color: rgb(196, 199, 205);
  border-radius: 6px;
  opacity: 1;

}

.center_dropdown {
  margin-bottom: 20px;
  padding: 0.75rem;
  width: 260px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.16), 0 3px 4px rgba(0, 0, 0, 0.06), 0 6px 8px rgba(0, 0, 0, 0.06), 0 12px 16px rgba(0, 0, 0, 0.08), 0 18px 32px rgba(0, 0, 0, 0.06);
}

.p_4 {
  padding: 4px;
}

.center_dropdown_data {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  cursor: pointer;
}

.icon_bg {
  /* border-radius: 50%;
  background: rgb(255, 234, 182);
  padding: 2px; */
  margin-right: 8px;
  display: flex;
}

.header_button_run {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  opacity: .75;
  height: 19px;
  font-size: 13px;
  line-height: 22px;
  max-width: 100%;
  padding: 1px 7px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}

.automationRenameHeaderInput{
  padding: 4px 5px;
  border-radius: 2px;
  outline: 0;
  box-shadow: none;
  border: 2px solid transparent;
  font-size: 13px;
  font-weight: 500;
}
.automationRenameHeaderInput:focus{
  border: 2px solid #cccecf !important;
}

.addDescriptionModal{
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 258px;
  cursor: pointer;
  padding: 8px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  top: 30px;
}
.addDescriptionCancelButton{  
  background-color: transparent;
  height: 32px;
  border: 0;
  cursor: pointer;
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: 6px;
}
.addDescriptionCancelButton:hover{
  background-color: rgba(0, 0, 0, 0.05);
}
.addDescriptionSaveButton{
  height: 32px;
  border: 0;
  cursor: pointer;
  align-items: center;
  margin-left: .5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  border-radius: 6px;
  font-weight: 500;
  background-color: #166ee1;
  color: #fff;
}
.descriptionInput{
  outline: 0;
  border-radius: 2px;
  line-height: 18px;
  color: #333333;
  box-shadow: none;
  resize: none;
  width: 100%;
  max-height: 125px;
  min-height: 38px;
  overflow: auto;
  resize: none;
  padding: 8px;
  font-size: 13px;
  border: 2px solid transparent;
}
.descriptionInput:focus{
  border: 2px solid #cccecf;
}

.d_flex {
  display: flex;
}

.justify_center {
  justify-content: center;
}

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

.align_center {
  align-items: center;
}

.gap_10 {
  gap: 10px;
}

.header_drop_data {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 224px;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  top: 30px;
}

.center_box{
  display: flex;
  justify-content: start;
  padding: 10px 20px 10px 10px;
  background-color:white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border: 2px solid transparent;
  width:260px;
}
.center_div_inner{
  background-color: rgb(45, 127, 249);
  border-radius: 50%;
  width: 13px;
  height: 13px;
  margin-top: -8px;
  margin-left: 11px;
  display: flex;
  justify-content: center;
}
.center_action_box{
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 10px 10px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border: 2px solid transparent;
  margin-top: 10px;
  width:260px;
  align-items: center;
}

.runStatusList {
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 10px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  background-color: white;
  z-index: 1;
  width: 240px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.runStatusListItem{
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.runStatusListItem:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  border-radius: 5px;
}

.emptyRecordText{
  text-align: center;
  padding: 2rem 0px 2rem 0;
  opacity: 0.75;
  font-size: 15px;
}

.borderBottom {
  border-bottom: 1px solid rgb(204, 204, 204);
}

.runItems{
  /* border-bottom: 1px solid rgb(204, 204, 204); */
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.runItems:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.ChildRunItems{
  padding-left: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ChildRunItems:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.runDateText {
  opacity: 0.75;
  font-size: 11px;
  font-weight: 400;
  color: #616670;
  fill: #616670;
  /* font-family: Menlo, Courier, monospace; */
  font-style: normal;
  margin-right: 8px;
}

.runItemDiv {
  color: hsl(0, 0%, 30%);
  font-weight: 600;
  text-align: center;
  padding: 1rem 0rem;
  opacity: 0.90;
  display: flex;
  display: flex;
  align-items:center;
}

.recordStatusText {
  margin-left: 3px;
  font-weight: 500;
  font-size: 13px;
}

.selectedStatusText {
  cursor: pointer;
  opacity: 0.75;
}
.selectedStatusText:hover {
  opacity: 1;
}

.runIconText {
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.text_Success {
  color: green;
}
.text_Fail {
  color: red;
}
.text_Cancel {
  color: orange;
}

.runStep{
  display:flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 8px;
}

.runStepKeyValue{
  display: flex;
  justify-content: space-between; 
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 25px;
}
body {
  margin: 0;
  font-family: "Lato", sans-serif; }

.sidebar {
  margin: 0;
  border-right: 1px solid #ccc;
  padding: 9px;
  /* width: 272px; */
  background-color: white;
  position: fixed;
  height: calc(100% - 88px);
  overflow: auto; }

.sidebar_div {
  display: block;
  color: black;
  padding: 0px 6px 6px 6px;
  text-decoration: none; }

.sidebar_div div.active {
  background-color: #c4ecff;
  color: black;
  border-radius: 5px; }

.sidebar_div div {
  padding: 4px; }

.sidebar-option {
  position: relative; }

.sidebar-option:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  border-radius: 5px; }

.dropdownlist:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  border-radius: 5px; }

.suggest_options:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: black;
  border-radius: 5px; }

@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative; }
  .sidebar a {
    float: left; }
  div.content {
    margin-left: 0; } }

@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none; } }

.sidebar_options {
  width: 24px;
  height: 24px;
  box-shadow: #e5e9f0 0px 0px 0px 1px;
  border-radius: 50%;
  text-align: center; }

.button_green {
  background-color: green;
  font-size: 10px;
  color: white;
  padding: 1px 3px;
  border-radius: 3px;
  border: none; }

.button_gray {
  background-color: #aaaaaa;
  font-size: 10px;
  color: white;
  padding: 1px 3px;
  border-radius: 3px;
  border: none; }

.dropdown_block {
  display: block !important; }

.dropdown_none {
  display: none !important; }

.p_11 {
  padding: 11px !important; }

.hover_color:hover {
  /* color:  rgba(0,0,0,0.05); */
  color: black !important;
  border-radius: 5px; }

.font_500 {
  font-weight: 500; }

.font_color {
  color: #4d4d4d; }

.section_active {
  background-color: #c4ecff !important;
  color: black;
  border-radius: 5px; }

.no_automation {
  display: flex;
  padding: 0px;
  border: 1px solid #e5e9f0;
  border-radius: 6px;
  margin-bottom: 5px;
  align-items: center;
  cursor: pointer; }

.no_automation:hover {
  background-color: #dff3fd !important;
  border: 1px solid black; }

.icon_style {
  border-radius: 4px;
  display: flex;
  align-items: center;
  height: 27px;
  background-color: #c4ecff;
  width: 27px;
  justify-content: center; }

.no_automation_text {
  margin-left: 8px;
  opacity: 0.6;
  font-weight: 600;
  font-size: 14px; }

.circle {
  border-radius: 50%; }

.SvgIconDiv {
  width: 24px;
  height: 24px;
  box-shadow: #e5e9f0 0px 0px 0px 1px;
  padding: 0px !important;
  border-radius: 50%;
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center; }

.trigger-actions-wrappers {
  display: flex;
  max-width: 44px;
  padding: 0px !important;
  cursor: pointer; }
  .trigger-actions-wrappers .icon {
    position: relative;
    padding: 0px;
    transition: margin 250ms ease 0s; }
  .trigger-actions-wrappers .visible-icon,
  .trigger-actions-wrappers .icon {
    display: inline-block; }
  .trigger-actions-wrappers .hidden-icon {
    display: none; }
  .trigger-actions-wrappers:hover .hidden-icon {
    display: inline-block; }
  .trigger-actions-wrappers:hover .visible-icon {
    display: none !important; }
  .trigger-actions-wrappers:hover .hidden-icon,
  .trigger-actions-wrappers:hover .visible-icon,
  .trigger-actions-wrappers:hover .icon {
    margin-left: -5px !important; }

.sideberRunAndDiscriptionText {
  padding: 0px !important;
  font-size: smaller;
  color: #616670;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
#action_sidebar .input_focus:focus {
  /* border-color: #4F86C6 !important; */
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 0 2px #166EE1 !important; }

#action_sidebar .input_row {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #E0E0E0;
  border-radius: 3px;
  padding: 5px 9px 5px 9px; }

#action_sidebar .f_650 {
  font-weight: 650; }

#action_sidebar .f_color {
  color: #4d4d4d; }

#action_sidebar .p_row {
  padding: 6px 12px 6px 12px; }

#action_sidebar .mb_3 {
  margin-bottom: 3px; }

#action_sidebar .row_button {
  height: 26px;
  font-size: 13px;
  line-height: 22px;
  justify-content: center;
  display: flex;
  align-items: center;
  border: none;
  color: white;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  border-radius: 6px;
  cursor: pointer;
  background: transparent;
  color: #166ee1;
  box-shadow: 0 0 0 1px #166ee1; }

#action_sidebar .but_div {
  display: "flex";
  justify-content: 'start';
  margin-top: "6px";
  padding: "0px 10px 0px 10px"; }

#action_sidebar .main_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: "100%"; }

#action_sidebar .border_bottom {
  border-bottom: 1px solid #cccccc; }

#action_sidebar .p_15 {
  padding: 15px; }

#action_sidebar .drop_menu {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  margin-top: 7px;
  height: auto;
  max-height: 140px;
  overflow-y: auto; }

#action_sidebar .drop_menu_option {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  height: auto;
  max-height: 140px;
  overflow-y: auto; }

#action_sidebar .f2_color {
  color: #4d4d4d; }

#action_sidebar .f_500 {
  font-weight: 500; }

#action_sidebar .f_600 {
  font-weight: 600; }

#action_sidebar .trigger_font {
  opacity: 0.5;
  margin-top: 11px;
  text-align: justify;
  line-height: 18px;
  font-size: 13px; }

#action_sidebar .f_13 {
  font-size: 13px; }

#action_sidebar .step_success {
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 6px;
  z-index: 1;
  margin-top: 7px; }

#action_sidebar .button_box {
  padding: 4px;
  display: flex;
  width: 100%;
  gap: 3px;
  margin-top: 6px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08); }

#action_sidebar .box_button:hover {
  background: #f2f2f2;
  border-radius: 2px; }

#action_sidebar .box_button {
  cursor: pointer;
  padding: 2px 8px 2px 8px;
  font-size: 13px;
  width: 100%;
  border: none;
  background: transparent; }

#action_sidebar .button_active {
  background: #f2f2f2;
  border-radius: 2px; }

#action_sidebar .preview_div {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  width: 100%; }

#action_sidebar .preview_button {
  width: 100%;
  background-color: #166ee1;
  border: none;
  border-radius: 7px;
  color: white;
  font-size: 15px;
  padding: 5px; }

#action_sidebar .result_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 15px; }

#action_sidebar .viewResultButton {
  width: 100%;
  border: 1px solid #e0e0e0;
  height: 32px;
  margin-top: 1rem;
  cursor: pointer;
  text-decoration: none;
  border-radius: 6px;
  background-color: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }

#action_sidebar .viewResultButton:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#action_sidebar .SettingModal {
  position: absolute;
  background-color: white;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: .75rem;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  width: 330px;
  margin-top: 50px;
  margin-left: 20px; }

#action_sidebar .staticDynamicHeaderText {
  margin: 0rem 0.5rem;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500; }

#action_sidebar .staticDynamicSelection {
  padding: 0.5rem 0.5rem 0rem 0.5rem;
  font-size: 12px;
  cursor: pointer;
  border-radius: 3px;
  max-width: 100%; }

#action_sidebar .staticDynamicSelection:hover {
  background-color: #e5e9f0; }

#action_sidebar .attachmentColumnMainDiv {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 10px 0px; }

#action_sidebar .attachmentColumn {
  padding: 2px 8px 4px 8px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  margin-right: 5px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

#action_sidebar .attachmentCOlumnDeleteIcon {
  display: none;
  justify-content: center;
  align-items: center;
  color: black;
  font-size: 15px;
  opacity: 0.5;
  cursor: pointer; }

#action_sidebar .attachmentColumnMainDiv:hover .attachmentCOlumnDeleteIcon {
  display: flex; }

#trigger_sidebar .result_menu {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 15px; }

#trigger_sidebar .filed_select_div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px; }

#trigger_sidebar .filed_data {
  padding: 2px 8px 4px 8px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-right: 5px; }

#trigger_sidebar .filed_font {
  opacity: 0.5;
  margin-top: 11px;
  text-align: justify;
  line-height: 18px; }

#trigger_sidebar .input_focus:focus {
  /* border-color: #4F86C6 !important; */
  border: none !important;
  outline: none !important;
  box-shadow: 0 0 0 2px #166EE1 !important; }

#trigger_sidebar .input_row {
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #E0E0E0;
  border-radius: 3px;
  padding: 5px 9px 5px 9px; }

#trigger_sidebar .drop_menu {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  margin-top: 7px;
  height: auto;
  max-height: 140px;
  overflow-y: auto; }

#trigger_sidebar .main_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
  overflow-y: scroll;
  border-left: 1px solid #ccc; }

#trigger_sidebar .f_color {
  color: #4d4d4d; }

#trigger_sidebar .f_500 {
  font-weight: 500; }

#trigger_sidebar .f_600 {
  font-weight: 600; }

#trigger_sidebar .f_13 {
  font-size: 13px; }

#trigger_sidebar .trigger_drop {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 6px;
  box-shadow: 0px 1px 5px 0px #cccccc;
  z-index: 1;
  margin-top: 7px;
  height: auto;
  max-height: 500px;
  overflow-y: auto; }

#trigger_sidebar .watchButtons {
  height: 24px;
  font-size: 13px;
  line-height: 20px;
  max-width: 100%;
  border: 0px;
  cursor: pointer;
  color: #333333;
  background-color: white;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
  padding-left: .5rem;
  padding-right: .5rem;
  margin-left: .5rem;
  margin-right: .5rem;
  border-radius: 6px;
  opacity: 0.75;
  width: 50%; }

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

.automationlist_button_header {
  display: flex;
  padding: 4px 6px;
  border: none;
  cursor: pointer;
  margin-left: 7px; }

.auto_header_toggle {
  margin-left: 10px;
  margin-top: 10px; }

.automationHeaderName {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 150px; }

@media screen and (max-width: 1190px) {
  .automationHeaderName {
    max-width: 85px !important; } }

#center_automation {
  height: calc(100vh - 110px);
  max-height: 792px;
  overflow-y: auto; }
  #center_automation .center_box {
    display: flex;
    justify-content: start;
    padding: 10px 20px 10px 10px;
    background-color: white;
    border: 2px solid transparent;
    width: 260px;
    cursor: pointer; }
  #center_automation .center_div_inner {
    background-color: #2d7ff9;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-top: -8px;
    margin-left: 11px;
    display: flex;
    justify-content: center; }
  #center_automation .center_action_box {
    display: flex;
    padding: 10px 20px 10px 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid transparent;
    margin-top: 10px;
    width: 260px;
    align-items: center; }
  #center_automation .w-100 {
    width: 100%;
    display: flex; }
  #center_automation .center_dots_dropdown {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 120px;
    cursor: pointer;
    box-shadow: 0px 1px 5px 0px #cccccc;
    z-index: 1; }
  #center_automation .ui.radio.checkbox input:checked ~ label:after {
    background-color: #166ee1; }
  #center_automation .discardChangesButtonForUpdateAutomation {
    border: none;
    color: white;
    background-color: transparent;
    height: 28px;
    width: 110px;
    cursor: pointer;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px; }
  #center_automation .discardChangesButtonForUpdateAutomation:hover {
    background-color: rgba(255, 255, 255, 0.1); }
  #center_automation .updateButtonForUpdateAutomation {
    height: 28px;
    border: 0;
    cursor: pointer;
    border-radius: 6px;
    padding-left: .5rem;
    padding-right: .5rem; }

#sendEmailPreviewModel .emailLabelDiv {
  display: flex; }

#sendEmailPreviewModel .emailLabel {
  width: 70px; }

#sendEmailPreviewModel .messageBoxOuter {
  background-color: #80808036;
  min-height: 200px;
  width: 100%;
  border-radius: 4px;
  margin-top: 12px; }

#sendEmailPreviewModel .messageBoxInner {
  background-color: white;
  min-height: 170px;
  max-height: 170px;
  position: absolute;
  margin: 16px;
  width: 90%;
  border-radius: 4px;
  padding: 10px;
  overflow: auto; }

.plusIconMainDiv {
  position: absolute;
  right: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.plusIconDiv {
  position: absolute;
  top: 5px;
  background-color: #166ee1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: white; }

#columnDataPopupContainer {
  position: absolute;
  top: 345px;
  left: auto;
  z-index: 7;
  min-width: 0px;
  right: 39px;
  transform: translate(0, -100%); }
  #columnDataPopupContainer .mainPopupContainer {
    height: 300px;
    width: 520px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    border-radius: 6px;
    background-color: #fff; }
  #columnDataPopupContainer .modelLeftSide {
    width: 41.66667%;
    flex: none; }
  #columnDataPopupContainer .modelRightSide {
    height: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    display: flex;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  #columnDataPopupContainer .leftSideHeading {
    height: 44px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    flex: none;
    border-color: rgba(0, 0, 0, 0.1); }
  #columnDataPopupContainer .headingText {
    height: 100%;
    margin-left: .75rem;
    align-items: center;
    font-weight: 500;
    display: flex; }
  #columnDataPopupContainer .leftSideContentMainDiv {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding: 4px 5px 0px 5px; }
  #columnDataPopupContainer .rightPaneList {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    position: relative;
    padding-left: .75rem;
    padding-bottom: .5rem; }
  #columnDataPopupContainer .lightScrollbar {
    overflow: hidden auto;
    height: 100%; }
  #columnDataPopupContainer .fieldsList {
    margin-top: .5rem;
    font-size: 11px;
    color: #666; }
  #columnDataPopupContainer .columnDetailMainDiv {
    display: flex;
    padding: 5px;
    cursor: pointer;
    margin-right: 15px; }
    #columnDataPopupContainer .columnDetailMainDiv:hover {
      background-color: #8080802b; }
  #columnDataPopupContainer .ColumnIconDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.05);
    border-style: solid;
    border-width: 1px;
    border-color: #f2f2f2;
    color: #999;
    border-radius: 3px;
    height: 36px;
    width: 36px; }
  #columnDataPopupContainer .columndetailDiv {
    display: flex;
    flex-direction: column;
    margin-left: 14px;
    justify-content: center;
    width: 72%; }
  #columnDataPopupContainer .webhookColumndetailDiv {
    display: flex;
    flex-direction: row;
    margin-left: 14px;
    width: 72%;
    justify-content: space-between;
    align-items: center; }
  #columnDataPopupContainer .columnNameDiv {
    flex: none;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 1.5; }
  #columnDataPopupContainer .truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #columnDataPopupContainer .cellvalueMainDiv {
    font-size: 11px;
    line-height: 1.125;
    color: #999;
    display: flex;
    box-sizing: border-box; }
  #columnDataPopupContainer .cellValueDiv {
    text-align: left;
    position: relative;
    box-sizing: border-box;
    font-size: 11px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #columnDataPopupContainer .cellValueText {
    box-sizing: border-box;
    color: #00000080;
    fill: #00000080;
    text-align: left;
    font-size: 11px;
    line-height: 1.125; }
  #columnDataPopupContainer .rightArrowIconDiv {
    box-sizing: border-box;
    color: #999; }
  #columnDataPopupContainer .columnNameAndIconDiv {
    display: flex;
    justify-content: space-between;
    width: 80%;
    align-items: center; }
  #columnDataPopupContainer .backIconDiv {
    border-radius: 50%;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin-right: .5rem;
    padding: .25rem;
    background-color: #0000000d;
    color: #999; }
  #columnDataPopupContainer .searchBuilder {
    position: relative;
    font-size: 11px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0.25px 12px 1px rgba(0, 0, 0, 0.05);
    margin: 2px; }
  #columnDataPopupContainer .textInputWithDebounce {
    width: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px !important;
    padding-left: 28px;
    padding-right: 24px;
    box-sizing: border-box !important;
    position: relative; }
  #columnDataPopupContainer .searchInput {
    height: auto;
    background-color: #fafafa;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none !important;
    padding: 4px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 18px;
    color: #333333;
    background: white;
    border: 1px solid #cccecf;
    box-shadow: none;
    resize: none;
    outline: none;
    margin-left: 10px; }
  #columnDataPopupContainer .searchIcon {
    left: 12px;
    bottom: 5px;
    position: absolute;
    color: #999; }
  #columnDataPopupContainer .toggleMainContainer {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    padding: .25rem; }
  #columnDataPopupContainer .toggleDiv {
    height: 181px;
    overflow: auto;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  #columnDataPopupContainer .divider {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    height: 1px;
    left: 0;
    position: absolute; }
  #columnDataPopupContainer .buttonDiv {
    display: flex;
    padding-top: .5rem; }
  #columnDataPopupContainer .roundedPointer {
    cursor: pointer;
    box-sizing: border-box;
    align-items: center;
    min-width: 0;
    min-height: 0;
    display: flex;
    padding: .25rem;
    border-radius: 3px; }
  #columnDataPopupContainer .selectButtonMainDiv {
    flex-direction: row;
    display: flex;
    margin-right: 4rem;
    margin-top: .25rem; }
  #columnDataPopupContainer .selectBtn {
    box-sizing: border-box;
    height: 24px;
    font-size: 11px;
    line-height: 20px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    margin-right: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    fill: #333;
    background-color: #fff; }
    #columnDataPopupContainer .selectBtn span {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 11px;
      line-height: 20px;
      cursor: pointer;
      color: #333;
      fill: #333; }
  #columnDataPopupContainer .insertBtn {
    box-sizing: border-box;
    height: 24px;
    font-size: 11px;
    line-height: 20px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-top: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    background-color: #166ee1;
    color: #fff;
    fill: #fff; }
    #columnDataPopupContainer .insertBtn span {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 11px;
      line-height: 20px;
      cursor: pointer;
      color: #fff;
      fill: #fff; }
  #columnDataPopupContainer .columnToggleDiv {
    margin-right: -16px;
    position: relative;
    top: 8px; }
  #columnDataPopupContainer .iconDiv {
    margin-left: .5rem;
    margin-right: .25rem;
    width: 16px;
    height: 16px; }
  #columnDataPopupContainer .toggleColumnName {
    box-sizing: border-box;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 2px; }
  #columnDataPopupContainer .modelLeftSide {
    overflow: auto;
    height: 100%; }

.emailMoreOptionLabel {
  cursor: pointer;
  width: 55%;
  display: "grid";
  margin-top: "8px";
  display: "flex"; }

.textAreaInput {
  margin-right: 27px;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3px;
  padding: "6px";
  min-height: 200px;
  resize: vertical;
  width: 100%;
  padding: 5px; }

.messageBoxOuter {
  width: 100%;
  margin-top: 20px;
  overflow: hidden; }

.messageBoxInner {
  max-height: 170px;
  overflow-y: auto;
  overflow-x: auto; }

#previewModel {
  height: auto;
  max-height: 50vh;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: auto; }
  #previewModel .mainTableContainer {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 2rem;
    box-sizing: border-box; }
  #previewModel .tableContentMain {
    border: 1px solid #c4c7cd;
    border-radius: 5px;
    border-spacing: 0px;
    font-size: 13px;
    margin-bottom: 5px;
    border-collapse: separate; }
  #previewModel .main_TH_tag {
    background: whitesmoke;
    color: #333333;
    font-weight: normal;
    padding: 5px 10px;
    text-align: left;
    vertical-align: middle; }
  #previewModel .tableHeadingDiv {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px;
    display: flex;
    align-items: center; }
  #previewModel .columnIconDiv {
    display: flex;
    margin-right: .25rem; }
  #previewModel .columnNameSpan {
    line-height: 1.5;
    color: #666666;
    font-size: 13px; }
  #previewModel .tableDataTD {
    background: white;
    color: #111111;
    height: 30px !important;
    max-height: 30px !important;
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dbe2e6; }
  #previewModel .tableDataDiv {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 150px; }
  #previewModel .cellValueDiv {
    -webkit-box-flex: 1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    #previewModel .cellValueDiv .select-tag-wrapper {
      display: contents; }
    #previewModel .cellValueDiv .select-tag {
      margin: 5px; }
  #previewModel .emptyRowModal {
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 35vh;
    min-width: 20vw;
    border-radius: 6px; }

#test_automation_sidebar .main_div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: "100%"; }

#test_automation_sidebar .selectRecordButton {
  height: 32px;
  font-size: 13px;
  line-height: 22px;
  max-width: 100%;
  text-align: center;
  width: inherit;
  background-color: #166ee1;
  color: white;
  border: none;
  border-radius: 5px;
  font-weight: 500;
  cursor: pointer; }

#test_automation_sidebar .infoText {
  opacity: 0.75;
  line-height: 18px;
  font-size: 13px;
  color: #4d4d4d;
  font-weight: 400;
  margin-bottom: 1rem; }

#test_automation_sidebar .cardCloseIcon {
  position: absolute;
  right: -9px;
  top: -10px;
  cursor: pointer; }

#test_automation_sidebar .recordFirstName {
  margin-bottom: 0.5rem;
  font-size: 15px;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 6px; }

#test_automation_sidebar .columnName {
  line-height: 1.5;
  opacity: 0.75;
  font-size: 11px;
  margin-bottom: 5px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#test_automation_sidebar .columnValue {
  font-size: 13px;
  color: #4d4d4d;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

#test_automation_sidebar .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  padding: 3px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  #test_automation_sidebar .card-header .firstColumnValue {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-size: 14px !important; }
    #test_automation_sidebar .card-header .firstColumnValue .textColumn, #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn, #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn, #test_automation_sidebar .card-header .firstColumnValue .selectorColumn, #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn, #test_automation_sidebar .card-header .firstColumnValue .linkColumn, #test_automation_sidebar .card-header .firstColumnValue .api-push, #test_automation_sidebar .card-header .firstColumnValue .rating-card, #test_automation_sidebar .card-header .firstColumnValue .progress-card, #test_automation_sidebar .card-header .firstColumnValue .button-column {
      min-width: 100%;
      padding: 0px; }
      #test_automation_sidebar .card-header .firstColumnValue .textColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .linkColumn .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .api-push .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .rating-card .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .progress-card .row-card-field-title, #test_automation_sidebar .card-header .firstColumnValue .button-column .row-card-field-title {
        display: flex;
        align-items: center;
        opacity: 0.6;
        margin-bottom: 5px; }
        #test_automation_sidebar .card-header .firstColumnValue .textColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .linkColumn .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .api-push .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .rating-card .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .progress-card .row-card-field-title .field-name, #test_automation_sidebar .card-header .firstColumnValue .button-column .row-card-field-title .field-name {
          margin-left: 4px;
          font-size: 12px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
    #test_automation_sidebar .card-header .firstColumnValue .textColumn .multilineValue {
      display: block;
      display: -webkit-box;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      word-wrap: break-word;
      color: #464545;
      margin-top: 5px;
      -webkit-line-clamp: 1 !important; }
    #test_automation_sidebar .card-header .firstColumnValue .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      margin-top: 5px;
      color: #464545; }
    #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
      #test_automation_sidebar .card-header .firstColumnValue .checkboxColumn .value .cbx {
        margin-left: 11px !important; }
    #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      width: 100%; }
      #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag {
        display: flex;
        flex-direction: row;
        white-space: nowrap;
        justify-content: center;
        align-items: center; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator-tag p {
          font-size: 12px; }
      #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #test_automation_sidebar .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
    #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom {
      display: flex;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        background-color: #797373;
        border-radius: 25px;
        color: #4d4d4d;
        min-width: 38px;
        font-size: 12px; }
        #test_automation_sidebar .card-header .firstColumnValue .selectorColumn .selectorDivCustom .selector:first-child {
          margin: 0 2px 0 0; }
    #test_automation_sidebar .card-header .firstColumnValue .margin-zero {
      margin: 0px !important; }
    #test_automation_sidebar .card-header .firstColumnValue .margin-right-5px {
      margin-right: 5px; }
    #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
      display: flex;
      align-items: center;
      overflow: hidden;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
        margin: 0 2px; }
        #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
          min-height: 22px;
          max-height: 22px;
          max-width: 80px;
          border-radius: 2px; }
        #test_automation_sidebar .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment:first-child {
          margin: 0 2px 0 0; }
    #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv {
      display: block;
      overflow-x: hidden;
      white-space: nowrap;
      margin-top: 5px;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
        display: inline;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px;
        margin-left: 5px; }
      #test_automation_sidebar .card-header .firstColumnValue .linkColumn .linksDiv .error {
        display: inline;
        padding: 0px 4px;
        background: #f5cce9 !important;
        border: 0.5px solid #a26e71 !important;
        border-radius: 2px;
        margin-left: 5px; }
    #test_automation_sidebar .card-header .firstColumnValue .api-push .btn {
      width: fit-content;
      padding: 3px;
      border-radius: 4px;
      box-shadow: 3px 3px 3px #ccc;
      background-color: rgba(224, 224, 224, 0.5);
      margin-top: 5px; }
    #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv {
      display: -webkit-inline-box;
      overflow-x: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      padding: 4px 0; }
      #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator {
        border: 1px solid #ddd;
        padding: 2px;
        margin: 0px 2px;
        min-width: 40px;
        font-size: 11px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: auto; }
        #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator span {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        #test_automation_sidebar .card-header .firstColumnValue .rating-card .collaboratorDiv .collaborator img {
          width: 25px;
          height: 25px;
          margin-right: 4px;
          border-radius: 25px; }
    #test_automation_sidebar .card-header .firstColumnValue .progress-card {
      margin: auto; }
      #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-text-task {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        margin-top: 5px;
        color: #464545;
        width: 100px; }
      #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        display: flex;
        align-items: center;
        width: 100%; }
        #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type .progress-line {
          width: 90%;
          margin: auto !important; }
        #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type .progress-percentage {
          width: 29px;
          text-align: center;
          margin-left: 4px;
          color: green;
          font-weight: 500; }
        #test_automation_sidebar .card-header .firstColumnValue .progress-card .progress-type .ui.small.progress {
          font-size: 0.60857143rem; }
    #test_automation_sidebar .card-header .firstColumnValue .button-column {
      display: block; }
      #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn {
        width: -webkit-fill-available;
        text-align: center;
        display: flex; }
        #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root {
          margin: 7px 5px 0px 2px;
          display: flex;
          justify-content: center; }
          #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn {
            cursor: pointer;
            width: fit-content;
            padding: 3px 6px;
            border-radius: 5px;
            margin: auto;
            opacity: .8;
            display: flex;
            justify-content: center;
            background-color: rgba(228, 195, 195, 0.5); }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn svg {
              margin-right: 5px; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn span {
              white-space: nowrap !important;
              color: white;
              overflow: hidden !important;
              text-overflow: ellipsis !important; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
              opacity: 1; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:target {
              box-shadow: none; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:active {
              box-shadow: none; }
          #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled {
            cursor: auto !important;
            opacity: 0.5; }
            #test_automation_sidebar .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
              opacity: 0.5; }
    #test_automation_sidebar .card-header .firstColumnValue .value {
      font-size: 14px !important; }

#test_automation_sidebar .card-data {
  display: flex;
  justify-content: flex-start;
  padding-right: 6px;
  overflow: hidden; }
  #test_automation_sidebar .card-data .card-header .firstColumnValue .textColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .textColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .checkboxColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .checkboxColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .collaboratorColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .collaboratorColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .selectorColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .selectorColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .attachmentColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .attachmentColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .linkColumn, #test_automation_sidebar .card-header .firstColumnValue .card-data .linkColumn, #test_automation_sidebar .card-data .card-header .firstColumnValue .api-push, #test_automation_sidebar .card-header .firstColumnValue .card-data .api-push, #test_automation_sidebar .card-data .card-header .firstColumnValue .rating-card, #test_automation_sidebar .card-header .firstColumnValue .card-data .rating-card, #test_automation_sidebar .card-data .card-header .firstColumnValue .progress-card, #test_automation_sidebar .card-header .firstColumnValue .card-data .progress-card, #test_automation_sidebar .card-data .card-header .firstColumnValue .button-column, #test_automation_sidebar .card-header .firstColumnValue .card-data .button-column, #test_automation_sidebar .card-data .textColumn, #test_automation_sidebar .card-data .checkboxColumn, #test_automation_sidebar .card-data .collaboratorColumn, #test_automation_sidebar .card-data .selectorColumn, #test_automation_sidebar .card-data .attachmentColumn, #test_automation_sidebar .card-data .linkColumn, #test_automation_sidebar .card-data .api-push, #test_automation_sidebar .card-data .rating-card, #test_automation_sidebar .card-data .progress-card, #test_automation_sidebar .card-data .button-column {
    min-width: 140px;
    padding: 0 10px 4px 4px; }
    #test_automation_sidebar .card-data .textColumn .row-card-field-title, #test_automation_sidebar .card-data .checkboxColumn .row-card-field-title, #test_automation_sidebar .card-data .collaboratorColumn .row-card-field-title, #test_automation_sidebar .card-data .selectorColumn .row-card-field-title, #test_automation_sidebar .card-data .attachmentColumn .row-card-field-title, #test_automation_sidebar .card-data .linkColumn .row-card-field-title, #test_automation_sidebar .card-data .api-push .row-card-field-title, #test_automation_sidebar .card-data .rating-card .row-card-field-title, #test_automation_sidebar .card-data .progress-card .row-card-field-title, #test_automation_sidebar .card-data .button-column .row-card-field-title {
      display: flex;
      align-items: center;
      opacity: 0.6;
      margin-bottom: 5px; }
      #test_automation_sidebar .card-data .textColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .checkboxColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .collaboratorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .selectorColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .attachmentColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .linkColumn .row-card-field-title .field-name, #test_automation_sidebar .card-data .api-push .row-card-field-title .field-name, #test_automation_sidebar .card-data .rating-card .row-card-field-title .field-name, #test_automation_sidebar .card-data .progress-card .row-card-field-title .field-name, #test_automation_sidebar .card-data .button-column .row-card-field-title .field-name {
        margin-left: 4px;
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  #test_automation_sidebar .card-data .textColumn .multilineValue {
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    word-wrap: break-word;
    color: #464545;
    margin-top: 5px;
    -webkit-line-clamp: 1 !important; }
  #test_automation_sidebar .card-data .textColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top: 5px;
    color: #464545; }
  #test_automation_sidebar .card-data .checkboxColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    pointer-events: none;
    opacity: 0.8;
    color: black;
    margin-top: 5px; }
    #test_automation_sidebar .card-data .checkboxColumn .value .cbx {
      margin-left: 11px !important; }
  #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: hidden;
    width: 100%; }
    #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag {
      display: flex;
      flex-direction: row;
      white-space: nowrap;
      justify-content: center;
      align-items: center; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator-tag p {
        font-size: 12px; }
    #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator {
      border: 1px solid #ddd;
      padding: 2px;
      margin: 0px 2px;
      min-width: 40px;
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: auto; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      #test_automation_sidebar .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  #test_automation_sidebar .card-data .selectorColumn .selectorDiv {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 5px;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDiv .selector {
      display: inline;
      justify-content: center;
      padding: 1px 8px;
      margin: 0 2px;
      background-color: #797373;
      border-radius: 25px;
      color: #4d4d4d;
      min-width: 38px;
      font-size: 12px; }
      #test_automation_sidebar .card-data .selectorColumn .selectorDiv .selector:first-child {
        margin: 0 2px 0 0; }
  #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom {
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 5px;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom .selector {
      display: inline;
      justify-content: center;
      padding: 1px 8px;
      margin: 0 2px;
      background-color: #797373;
      border-radius: 25px;
      color: #4d4d4d;
      min-width: 38px;
      font-size: 12px; }
      #test_automation_sidebar .card-data .selectorColumn .selectorDivCustom .selector:first-child {
        margin: 0 2px 0 0; }
  #test_automation_sidebar .card-data .margin-zero {
    margin: 0px !important; }
  #test_automation_sidebar .card-data .margin-right-5px {
    margin-right: 5px; }
  #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv .attachment {
      margin: 0 2px; }
      #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv .attachment img {
        min-height: 22px;
        max-height: 22px;
        max-width: 80px;
        border-radius: 2px; }
      #test_automation_sidebar .card-data .attachmentColumn .attachmentDiv .attachment:first-child {
        margin: 0 2px 0 0; }
  #test_automation_sidebar .card-data .linkColumn .linksDiv {
    display: block;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 5px;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .linkColumn .linksDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .linkColumn .linksDiv .row-link {
      display: inline;
      padding: 0px 4px;
      background: #ecf0fa;
      border: 1px solid #c9c9ec;
      border-radius: 2px;
      margin-left: 5px; }
    #test_automation_sidebar .card-data .linkColumn .linksDiv .error {
      display: inline;
      padding: 0px 4px;
      background: #f5cce9 !important;
      border: 0.5px solid #a26e71 !important;
      border-radius: 2px;
      margin-left: 5px; }
  #test_automation_sidebar .card-data .api-push .btn {
    width: fit-content;
    padding: 3px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #ccc;
    background-color: rgba(224, 224, 224, 0.5);
    margin-top: 5px; }
  #test_automation_sidebar .card-data .rating-card .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    padding: 4px 0; }
    #test_automation_sidebar .card-data .rating-card .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator {
      border: 1px solid #ddd;
      padding: 2px;
      margin: 0px 2px;
      min-width: 40px;
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: auto; }
      #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      #test_automation_sidebar .card-data .rating-card .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  #test_automation_sidebar .card-data .progress-card {
    margin: auto; }
    #test_automation_sidebar .card-data .progress-card .progress-text-task {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      margin-top: 5px;
      color: #464545;
      width: 100px; }
    #test_automation_sidebar .card-data .progress-card .progress-type {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
      display: flex;
      align-items: center;
      width: 100%; }
      #test_automation_sidebar .card-data .progress-card .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      #test_automation_sidebar .card-data .progress-card .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500; }
      #test_automation_sidebar .card-data .progress-card .progress-type .ui.small.progress {
        font-size: 0.60857143rem; }
  #test_automation_sidebar .card-data .button-column {
    display: block; }
    #test_automation_sidebar .card-data .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      #test_automation_sidebar .card-data .button-column .send-btn .btn-root {
        margin: 7px 5px 0px 2px;
        display: flex;
        justify-content: center; }
        #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn {
          cursor: pointer;
          width: fit-content;
          padding: 3px 6px;
          border-radius: 5px;
          margin: auto;
          opacity: .8;
          display: flex;
          justify-content: center;
          background-color: rgba(228, 195, 195, 0.5); }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        #test_automation_sidebar .card-data .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          #test_automation_sidebar .card-data .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }

.whatsappPreviewBtn {
  width: 30%;
  background-color: #166ee1;
  border: none;
  border-radius: 7px;
  color: white;
  font-size: 15px;
  padding: 5px;
  margin-top: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center; }

.custom-toast-automation-copy-url {
  width: fit-content !important;
  border-radius: 6px !important;
  background: #000000 !important; }
  .custom-toast-automation-copy-url .Toastify__toast-body {
    font-size: 13px !important;
    color: #ffffff !important;
    font-weight: 400 !important; }

.testStepColumnNameDiv {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px 8px 5px 25px; }

.testStepLongTextThreeDot {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.actionIcons {
  color: black;
  font-size: 15px;
  margin-right: 0px;
  opacity: 0.5;
  margin-bottom: 3px; }

.actionSectionDiv {
  display: grid;
  margin-top: 8px; }

.actionInputStyles {
  position: relative;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3px;
  padding: 4px 28px 4px 6px;
  width: 100%; }
select option {
  background-color: white;
  padding: 2px; }

.active_right {
  background-color: #c4ecff !important;
  color: black;
  border-radius: 5px; }

.input_focus:focus {
  /* border-color: #4F86C6 !important; */
  border: none !important;
  box-shadow: 0 0 0 2px #166ee1 !important; }

.blue_color {
  color: #166ee1;
  font-weight: 400; }

.result_overflow {
  white-space: nowrap;
  /* max-width: 150px; */
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.ml-2 {
  margin-left: 2px; }

.d-flex {
  display: flex; }

.cancelButton {
  text-decoration: none;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  height: 32px;
  font-size: 13px;
  max-width: 100%;
  padding: 0rem 0.75rem;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  opacity: .75; }

.cancelButton:hover {
  background-color: rgba(0, 0, 0, 0.05);
  opacity: 1; }

.runButton {
  background-color: #166ee1;
  border: none;
  padding: 0rem 0.75rem;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
  font-weight: 500; }

.changeTriggerActionButton {
  background-color: #dc043b;
  border: none;
  padding: 0rem 0.75rem;
  color: white;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
  font-weight: 500; }

.changeTriggerActionButton:hover {
  opacity: 0.85; }

.changeTriggerActionModal {
  width: 230px;
  padding: 1rem;
  margin-top: 10px;
  position: absolute;
  background-color: white;
  box-shadow: #cccccc 0px 1px 5px 0px;
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #cccccc; }

#ScheduleTriggerTimingSection {
  box-sizing: border-box;
  margin-top: 1rem; }
  #ScheduleTriggerTimingSection .timingContainer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }
  #ScheduleTriggerTimingSection .timelabel {
    box-sizing: border-box;
    display: flex;
    align-items: baseline; }
  #ScheduleTriggerTimingSection .fieldWarn {
    padding-right: .25rem;
    color: #dc043b;
    fill: #dc043b; }
  #ScheduleTriggerTimingSection .timingText {
    font-weight: 500; }
  #ScheduleTriggerTimingSection .timeSelections {
    box-sizing: border-box;
    display: flex;
    margin-top: .5rem; }
  #ScheduleTriggerTimingSection .timeSelectionsMainDiv {
    position: relative; }
  #ScheduleTriggerTimingSection .flex-column {
    display: flex;
    flex-direction: column;
    box-sizing: border-box; }
  #ScheduleTriggerTimingSection .item-center {
    display: flex;
    box-sizing: border-box;
    align-items: center; }
  #ScheduleTriggerTimingSection .minuteSelectDropDownDiv {
    margin-right: .25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap; }
  #ScheduleTriggerTimingSection .minuteSelectDropDown {
    min-width: 70px;
    margin-left: .5rem;
    margin-right: .5rem; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__triangle {
    display: none; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__time-container {
    width: 80px; }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__time-container .react-datepicker__time {
      width: 80px; }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__time-container .react-datepicker__time-box {
      width: 80px; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__header--time {
    padding-top: 8px; }
  #ScheduleTriggerTimingSection .timePicker .react-datepicker__input-container input {
    width: 80px;
    cursor: pointer;
    display: flex;
    height: 34px !important;
    outline: none !important;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-align: left;
    border: 1px solid rgba(34, 36, 38, 0.15); }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__input-container input:focus {
      border: 2px solid #008DD2; }
    #ScheduleTriggerTimingSection .timePicker .react-datepicker__input-container input:hover {
      border: 2px solid #008DD2; }
  #ScheduleTriggerTimingSection .weekdaysMainDropdown {
    box-sizing: border-box;
    flex-shrink: 0;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    display: flex; }
  #ScheduleTriggerTimingSection .weekdaysMainDiv {
    height: 100%;
    display: flex;
    flex-direction: column-reverse; }
  #ScheduleTriggerTimingSection .actionBtnDiv {
    display: flex;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 11px; }
  #ScheduleTriggerTimingSection .weekdaysList {
    max-height: 500px;
    flex-basis: 100px;
    overflow: auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding-top: .25rem;
    padding-bottom: .25rem; }
  #ScheduleTriggerTimingSection .weekdayDropdownSpanText {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #ScheduleTriggerTimingSection .border_select {
    width: 122px;
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    cursor: pointer;
    height: 34px; }
  #ScheduleTriggerTimingSection .buttonDiv {
    display: flex;
    padding-top: .5rem; }
  #ScheduleTriggerTimingSection .roundedPointer {
    cursor: pointer;
    box-sizing: border-box;
    align-items: center;
    min-width: 0;
    min-height: 0;
    display: flex;
    padding: .25rem;
    border-radius: 3px; }
  #ScheduleTriggerTimingSection .selectButtonMainDiv {
    flex-direction: row;
    display: flex;
    margin-top: .25rem; }
  #ScheduleTriggerTimingSection .selectBtn {
    box-sizing: border-box;
    height: 24px;
    font-size: 11px;
    line-height: 20px;
    max-width: 100%;
    border: 0;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    fill: #333;
    background-color: #fff; }
    #ScheduleTriggerTimingSection .selectBtn span {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 11px;
      line-height: 20px;
      cursor: pointer;
      color: #333;
      fill: #333; }
  #ScheduleTriggerTimingSection #RadioToggle .ui.fitted.toggle.checkbox {
    top: 5px; }
  #ScheduleTriggerTimingSection .datePicker .react-datepicker__input-container input {
    width: 100px;
    cursor: pointer;
    display: flex;
    height: 34px !important;
    outline: none !important;
    padding-left: .5rem;
    padding-right: .5rem;
    border-radius: 6px;
    text-align: left;
    border: 1px solid rgba(34, 36, 38, 0.15); }
    #ScheduleTriggerTimingSection .datePicker .react-datepicker__input-container input:focus {
      border: 2px solid #008DD2; }
    #ScheduleTriggerTimingSection .datePicker .react-datepicker__input-container input:hover {
      border: 2px solid #008DD2; }

#SortModel, #FindRowActionFilterModel {
  z-index: 1; }
  #SortModel .asc-desc-box, #FindRowActionFilterModel .asc-desc-box {
    padding-top: 5px; }
    #SortModel .asc-desc-box .checkbox, #FindRowActionFilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #SortModel .checkbox-filter, #FindRowActionFilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #SortModel .react-datepicker-wrapper, #FindRowActionFilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #SortModel .react-datepicker-wrapper input, #FindRowActionFilterModel .react-datepicker-wrapper input {
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 200px; }
      #SortModel .react-datepicker-wrapper input:focus, #FindRowActionFilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #SortModel .sort-bx-limit .sort-by-bx, #FindRowActionFilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #SortModel .sort-box, #FindRowActionFilterModel .sort-box {
    padding: 6px 0; }
    #SortModel .sort-box i.close, #FindRowActionFilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      top: -2px; }
    #SortModel .sort-box .Sort-text, #FindRowActionFilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #SortModel .sort-box .sort-bx, #FindRowActionFilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #SortModel .sort-box .sort-by-bx, #FindRowActionFilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px !important; }
      #SortModel .sort-box .sort-by-bx span, #FindRowActionFilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #SortModel .sort-box .sort-by-bx:hover, #FindRowActionFilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #SortModel .sort-box .sort-by-bx i, #FindRowActionFilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px;
        top: -4px; }
    #SortModel .sort-box .checkbox, #FindRowActionFilterModel .sort-box .checkbox {
      font-size: 12px; }
  #SortModel .select-box, #FindRowActionFilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #SortModel .select-box li, #FindRowActionFilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #SortModel .select-box li:hover, #FindRowActionFilterModel .select-box li:hover {
        background: #e7e7e7; }
  #SortModel .link-sort, #FindRowActionFilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #SortModel .empty-bx, #FindRowActionFilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #SortModel .Select, #FindRowActionFilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #SortModel .Select .Select-menu-outer, #FindRowActionFilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #SortModel .Select .Select-control, #FindRowActionFilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #SortModel .Select .Select-control .Select-placeholder, #FindRowActionFilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #SortModel .Select .Select-control .Select-multi-value-wrapper, #FindRowActionFilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #SortModel .Select .Select-control .Select-arrow-zone, #FindRowActionFilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #SortModel .Select .Select-control .Select-input, #FindRowActionFilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #SortModel .Select .Select-control .Select-input > input, #FindRowActionFilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #SortModel .Select .Select-control:hover, #FindRowActionFilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #SortModel .Select .Select-control .select-tag-wrapper, #FindRowActionFilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #SortModel .Select .tab-select-bx, #FindRowActionFilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #SortModel .Select .collaborator-tag, #FindRowActionFilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #SortModel .Select .collaborator-tag img, #FindRowActionFilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #SortModel .Select .collaborator-tag p, #FindRowActionFilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #SortModel .Select .select-tag, #FindRowActionFilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #SortModel .Select .select-tag .Select-aria-only, #FindRowActionFilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #SortModel .input-filter, #FindRowActionFilterModel .input-filter {
    height: 30px !important;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#FindRowActionFilterModel {
  width: 100%; }
  #FindRowActionFilterModel .mainFilterDiv {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 7px; }
  #FindRowActionFilterModel .text-input input {
    height: 30px !important; }
  #FindRowActionFilterModel .Select-menu-outer {
    width: auto !important;
    min-width: 100%; }
  #FindRowActionFilterModel .Select-placeholder {
    text-align: center;
    line-height: 29px; }
  #FindRowActionFilterModel .Select-arrow-zone {
    padding-top: 4px; }
  #FindRowActionFilterModel .close-icon {
    display: none; }
  @media screen and (max-width: 767px) {
    #FindRowActionFilterModel {
      left: -164px; }
      #FindRowActionFilterModel .close-icon {
        display: block; } }
  #FindRowActionFilterModel .link-sort {
    cursor: pointer; }
    #FindRowActionFilterModel .link-sort:hover {
      font-size: 13px; }
  #FindRowActionFilterModel .foundCellDiv {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin-top: 20px; }
  #FindRowActionFilterModel .react-datepicker-popper {
    margin-left: -5px !important; }
  #FindRowActionFilterModel .checkbox-filter {
    padding: 0px !important; }

.mainplusdiv {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  cursor: pointer; }

.subplusdiv {
  background-color: #166ee1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  color: white;
  cursor: pointer; }

.whatsAppBodyItemValue {
  width: auto;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 1px 7px;
  border-radius: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
  background-color: #0000ff14; }

.whatsAppBodyItemValueText {
  max-width: 100%;
  overflow: hidden;
  align-items: center;
  width: fit-content;
  width: 100px; }

.inputForWebhook {
  color: #444444;
  margin-right: 0.5rem;
  border: none;
  box-shadow: #e0e0e0 0px 0px 0px 1px;
  border-radius: 3px;
  padding: 6px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05); }

.copyButtonForWebhook {
  background-color: white;
  cursor: pointer;
  border: none;
  display: inline-flex;
  align-items: center;
  height: 32px;
  line-height: 22px;
  border-radius: 6px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.32) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 0px 2px, rgba(0, 0, 0, 0.08) 0px 1px 3px; }

.rotate_icon {
  transform: rotate(180deg);
  transition: 300ms ease all; }

.rotate_icon_first {
  transition: 300ms ease all; }

.dropdown-header {
  cursor: pointer;
  background-color: #f4f4f4;
  padding: 8px;
  margin: 5px 0;
  border-radius: 5px;
  display: flex;
  align-items: center; }

.dropdown-header:hover {
  background-color: #ddd; }

.isObjectsss {
  cursor: pointer;
  font-weight: bold;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  width: auto;
  border-bottom: 1px solid #ddd; }
  .isObjectsss:hover {
    background: #f0f0f0; }

.isNotObject {
  cursor: default;
  background: transparent;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  overflow: auto;
  width: auto;
  user-select: text; }
.select-cell .css-1okebmr-indicatorSeparator {
  display: none; }

.select-cell .css-yk16xz-control {
  border-radius: 0px; }

.select-cell .css-b8ldur-Input {
  caret-color: black !important; }

.select-cell .Select {
  z-index: 2;
  min-height: 30px; }
  .select-cell .Select .Select-clear {
    margin-top: -5px; }
  .select-cell .Select .Select-control {
    position: relative;
    height: inherit !important;
    border: 2px solid #0096ff;
    border-radius: 4px;
    z-index: 1 !important; }
    .select-cell .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .select-cell .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .select-cell .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .select-cell .Select .Select-control .Select-input {
      height: 18px;
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .select-cell .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .select-cell .Select .Select-control:hover {
      box-shadow: none; }

.select-cell .Select.is-focused:not(.is-open) > .Select-control {
  box-shadow: none; }

.select-cell .Select-menu-outer {
  z-index: 3;
  box-shadow: 0 0 8px #888;
  width: max-content;
  min-width: 100%; }
  .select-cell .Select-menu-outer .Select-menu .Select-option {
    padding: 6px 10px;
    width: 100%;
    min-width: max-content; }
  .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
    width: 4px; }

.select-cell .links-bx {
  border: 2px solid #0096ff;
  border-radius: 4px;
  padding: 5px; }
  .select-cell .links-bx .links-bx-link {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    height: 115px; }
  .select-cell .links-bx .icon-expand {
    position: absolute;
    right: 5px;
    top: 10px; }

.select-cell .api-data {
  border: 2px solid #0096ff;
  border-radius: 4px;
  max-width: 500px;
  overflow: scroll;
  padding: 5px; }

.numberInputBox .input {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  border: none;
  box-shadow: 0 0 0 1px #e0e0e0;
  border-radius: 3px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  height: 30px; }

#StaticPhoneNumberColumn .PhoneInput {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 10px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px; }
  #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry {
    width: 27px; }
    #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry svg {
      width: 100%;
      border-radius: 3px; }
    #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
      display: none; }
    #StaticPhoneNumberColumn .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
      display: flex;
      align-items: center; }
  #StaticPhoneNumberColumn .PhoneInput input {
    border: none;
    margin: auto;
    width: -webkit-fill-available;
    padding-left: 10px; }
    #StaticPhoneNumberColumn .PhoneInput input:focus {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
    #StaticPhoneNumberColumn .PhoneInput input:active {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }

.staticColumnDatePicker .react-datepicker-wrapper {
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  position: absolute;
  display: -webkit-inline-box; }
  .staticColumnDatePicker .react-datepicker-wrapper .react-datepicker__input-container {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    display: block !important; }

.staticColumnDatePicker input {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 6px;
  box-shadow: none;
  line-height: 20px; }

.staticColumnDatePicker:focus {
  border: 2px solid #e0e0e0; }
/* left print download icon */
.animationTools-css {
  justify-content: left !important; }

#Tools {
  position: relative;
  height: 40px;
  background: #fff;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 0 0;
  justify-content: space-between;
  z-index: 6; }
  #Tools .view-info-div:hover {
    background: unset !important; }
  #Tools .view-info-div .view-desc-icon {
    margin-left: 3px;
    margin-right: 2px;
    margin-top: 4px;
    opacity: ''; }
    #Tools .view-info-div .view-desc-icon :hover {
      fill: grey; }
  #Tools .view-desc-info {
    display: flex;
    align-items: center; }
  @media (max-width: 767px) {
    #Tools .view-info-div-toolbar {
      margin-left: 2px !important; } }
  #Tools .Sort-tooltip .tooltiptext {
    display: none; }
  #Tools .Sort-tooltip:hover .tooltiptext {
    display: none; }
  #Tools .delete-tooltip {
    position: relative;
    display: inline-block; }
  #Tools .delete-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #212121;
    color: white;
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    font-size: 12px !important;
    margin-left: 8px;
    padding: 0 8px;
    position: absolute;
    z-index: 1;
    padding-left: 7px;
    padding-right: 7px;
    bottom: 50%;
    left: unset; }
  #Tools .delete-tooltip:hover .tooltiptext {
    visibility: visible; }
  @media screen and (max-width: 1280px) {
    #Tools .Sort-tooltip {
      position: relative;
      display: inline-block; }
      #Tools .Sort-tooltip .tooltiptext {
        visibility: hidden;
        width: max-content;
        background-color: black;
        color: #fff;
        text-align: center;
        text-transform: none;
        border-radius: 6px;
        font-size: 11px !important;
        margin-left: -15px;
        padding: 0 8px;
        position: absolute;
        z-index: 10;
        display: inherit;
        margin-top: 3px; }
        #Tools .Sort-tooltip .tooltiptext.sort {
          margin-left: -24px;
          margin-top: 3px;
          z-index: 3;
          padding: 3px;
          font-size: 10px;
          padding-left: 7px;
          padding-right: 8px; }
        #Tools .Sort-tooltip .tooltiptext.kanban {
          margin-left: 0px; }
      #Tools .Sort-tooltip:hover .tooltiptext {
        visibility: visible; } }
  #Tools .edit-view-desc {
    position: fixed;
    right: 94%;
    top: 16%;
    width: 15px; }
  #Tools .viewSeparateStyle {
    margin-right: 4px !important;
    margin-left: 6px !important;
    border-radius: 0px !important; }
    #Tools .viewSeparateStyle:hover {
      background-color: transparent !important; }
  @media (max-width: 767px) {
    #Tools .viewtext-toolbar {
      margin-right: 0px !important; } }
  #Tools .viewStyleLine {
    height: 16px;
    width: 1px;
    margin-left: 2px;
    background-color: rgba(0, 0, 0, 0.25); }
  #Tools .viewname-info {
    display: flex;
    align-items: center;
    margin: 0 2px 0 8px;
    cursor: pointer; }
  #Tools .viewmore-option-info .viewmore-icon {
    color: #777;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0; }
  #Tools .toolbar-items {
    min-height: 22px;
    border-radius: 4px;
    padding: 2px 4px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center; }
    #Tools .toolbar-items:not(:last-child) {
      margin-right: 12px; }
    #Tools .toolbar-items i {
      margin-left: 4px;
      font-size: 14px; }
    #Tools .toolbar-items .view-name {
      font-weight: 500;
      font-size: 13px;
      margin-left: 6px;
      color: #333333;
      white-space: nowrap;
      overflow: hidden;
      max-width: 180px;
      text-overflow: ellipsis; }
      @media screen and (max-width: 1280px) {
        #Tools .toolbar-items .view-name {
          max-width: 180px; } }
      #Tools .toolbar-items .view-name:hover {
        color: #000; }
    #Tools .toolbar-items .item-name {
      margin-left: 6px;
      font-size: 13px;
      font-weight: 400;
      width: max-content;
      color: #333333; }
    #Tools .toolbar-items .viewSectionBtn {
      padding: 0px 6px;
      min-height: 26px;
      border-radius: 3px; }
      #Tools .toolbar-items .viewSectionBtn:hover {
        background-color: #0000000d !important; }
    #Tools .toolbar-items:hover {
      color: #000;
      background-color: #0000000d; }
    #Tools .toolbar-items.toolbar-items-hover:hover {
      background-color: #0000000d; }
    #Tools .toolbar-items .item-name-hide-for-apps {
      display: none; }
    #Tools .toolbar-items .warningIcon {
      color: #dc043b;
      fill: #dc043b;
      margin-left: 4px;
      font-size: 16px; }
    @media screen and (max-width: 1280px) {
      #Tools .toolbar-items .toolbarname-hide {
        display: none; } }
    @media screen and (max-width: 1380px) {
      #Tools .toolbar-items {
        margin-right: 4px; }
        #Tools .toolbar-items .Sort-tooltip {
          position: relative;
          display: inline-block; }
          #Tools .toolbar-items .Sort-tooltip .tooltip {
            position: relative;
            display: inline-block; } }
    #Tools .toolbar-items .input-rename-view {
      height: 27px;
      padding: 0 5px;
      box-shadow: none;
      border: 1px solid #ddd;
      border-radius: 4px; }
    #Tools .toolbar-items .input-rename-view:focus {
      border: 2px solid #00000040 !important; }
    #Tools .toolbar-items .input-rename-view:focus-visible {
      outline: none; }
  #Tools .search-bx {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 16px;
    padding: 0 8px;
    transition: all 500ms; }
    #Tools .search-bx .search-bx {
      border-color: #909090 !important; }
      #Tools .search-bx .search-bx :focus {
        border-color: #008DD2 !important; }
    #Tools .search-bx .input {
      background: transparent;
      border: none;
      outline: none;
      height: inherit;
      margin: 0 8px;
      padding-right: 115px;
      width: -webkit-fill-available;
      width: -moz-available; }
    #Tools .search-bx .controls {
      display: flex;
      align-items: center; }
      #Tools .search-bx .controls span {
        min-width: 51px; }
      #Tools .search-bx .controls .control-buttons {
        display: flex;
        right: 25px; }
        #Tools .search-bx .controls .control-buttons .button {
          background-color: #ccc;
          margin: 1px;
          border-radius: 2px; }
          #Tools .search-bx .controls .control-buttons .button:hover {
            opacity: 0.5; }
  #Tools .search-bx-center {
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 16px;
    padding: 0 8px;
    transition: all 500ms;
    min-width: 280px;
    position: absolute; }
    #Tools .search-bx-center .search-bx {
      border-color: #909090 !important; }
      #Tools .search-bx-center .search-bx :focus {
        border-color: #008DD2 !important; }
    #Tools .search-bx-center .input {
      background: transparent;
      border: none;
      outline: none;
      height: inherit;
      margin: 0 8px;
      padding-right: 85px;
      width: -webkit-fill-available;
      width: -moz-available; }
    #Tools .search-bx-center .controls {
      display: flex;
      align-items: center; }
      #Tools .search-bx-center .controls span {
        min-width: 51px; }
      #Tools .search-bx-center .controls .control-buttons {
        display: flex;
        right: 25px; }
        #Tools .search-bx-center .controls .control-buttons .button {
          background-color: #ccc;
          margin: 1px;
          border-radius: 2px; }
          #Tools .search-bx-center .controls .control-buttons .button:hover {
            opacity: 0.5; }
  #Tools .left-icon {
    margin: 5px; }
  #Tools .search-bx .controls, #Tools .search-bx-center .controls {
    position: absolute;
    right: 3px; }
  #Tools #toolbar_loading {
    position: relative;
    height: 40px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1; }
    #Tools #toolbar_loading .loading-blocks-main {
      display: flex;
      align-items: center;
      margin-left: 15px; }
    #Tools #toolbar_loading .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 10px 2px;
      max-width: inherit;
      align-items: center;
      text-align: center;
      justify-content: center; }
    #Tools #toolbar_loading .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #F5F5F5;
      color: #0096FF;
      width: 90px;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #Tools #toolbar_loading .select-tag .Select-aria-only {
        position: relative !important; }
  #Tools .readonly-rowheight {
    cursor: auto; }
    #Tools .readonly-rowheight li {
      pointer-events: none; }
  #Tools .contex-menu {
    right: auto;
    z-index: 101;
    top: 30px; }
    #Tools .contex-menu .disable {
      pointer-events: none;
      opacity: 0.5; }
    #Tools .contex-menu .multiple-views:hover .multiple-views-menu {
      visibility: visible; }
    #Tools .contex-menu .multiple-views .multiple-view-list {
      display: flex;
      justify-content: space-between; }
      #Tools .contex-menu .multiple-views .multiple-view-list .multiple-view-desc {
        font-size: 11.7px;
        opacity: 0.7;
        padding-left: 29px; }
    #Tools .contex-menu .multiple-views .multiple-views-menu {
      top: 0;
      right: -100%;
      min-width: 214px;
      max-width: 350px;
      width: 100%;
      padding: 10px 0;
      position: absolute;
      background: #f8f8f8;
      border-radius: 4px;
      list-style: none;
      border: 1px solid #ddd;
      visibility: hidden; }
      #Tools .contex-menu .multiple-views .multiple-views-menu li {
        padding: 6px 10px;
        cursor: pointer; }
        #Tools .contex-menu .multiple-views .multiple-views-menu li span {
          position: relative;
          top: -2px;
          color: #212121;
          letter-spacing: .4px;
          font-size: 13px;
          font-weight: 500; }
        #Tools .contex-menu .multiple-views .multiple-views-menu li svg {
          position: relative;
          top: 2px;
          margin-right: 10px; }
        #Tools .contex-menu .multiple-views .multiple-views-menu li:hover {
          background: #e0e1e2; }
      #Tools .contex-menu .multiple-views .multiple-views-menu .active {
        background: #f8f8f8; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
    #Tools .contex-menu {
      right: -100px;
      z-index: 101;
      top: 30px; } }

.embedTools {
  z-index: 7 !important; }

@media (max-width: 767px) {
  .toolbar-embed {
    justify-content: start; } }

@media (min-width: 992px) {
  .toolbar-embed {
    justify-content: center; } }

.print-model-wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.print-model {
  position: relative;
  padding: 16px;
  border-radius: 4px;
  background-color: #fff;
  border: 2px solid #e7e7e7;
  width: 300px;
  height: 300px;
  z-index: 100;
  cursor: default; }
  .print-model h3 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 500;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .print-model .field-box {
    padding: 4px 2px; }
  .print-model .buttons {
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    .print-model .buttons span {
      margin-left: 8px; }
  .print-model input[type=checkbox] {
    margin-right: 0.2em;
    vertical-align: middle;
    transition: .2s; }
  .print-model select {
    background-color: #fff;
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 4px !important;
    margin: 2px 0 !important;
    outline: none !important;
    border: 2px solid #ddd !important;
    border-radius: 4px; }
    .print-model select:focus {
      border-color: #85B7D9 !important; }

#printModal .header {
  padding: 24px 16px 8px; }

#printModal .field-box {
  padding: 6px 2px; }
  #printModal .field-box > div:first-of-type {
    margin-top: 6px; }

#printModal .field-checkbox {
  display: flex;
  align-items: center;
  padding: 4px 2px; }
  #printModal .field-checkbox input[type=checkbox] {
    margin-right: 0.3em; }

#printModal .content {
  padding: 8px 16px 8px;
  height: 320px;
  overflow: auto; }

.print_button {
  background-color: #166ee1;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  outline: none;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  height: 32px; }

.filter-content {
  padding-bottom: 28px; }

#FilterModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd; }
  #FilterModel .Select-menu-outer {
    width: auto !important;
    min-width: 100%; }
  #FilterModel .Select-placeholder {
    text-align: center;
    line-height: 29px; }
  #FilterModel .Select-arrow-zone {
    padding-top: 4px; }
  #FilterModel .close-icon {
    display: none; }
  @media screen and (max-width: 767px) {
    #FilterModel {
      left: -164px; }
      #FilterModel .close-icon {
        display: block; } }
  #FilterModel .link-sort {
    cursor: pointer; }
    #FilterModel .link-sort:hover {
      font-size: 13px; }
  #FilterModel .foundCellDiv {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin-top: 20px; }

.model-format {
  z-index: 6; }

#ColorFormatingModal {
  background-color: #FFFFFF;
  border: 2px solid #ddd; }
  #ColorFormatingModal .filter-select {
    z-index: 7; }
  #ColorFormatingModal .colors-modal {
    padding: 3px; }
    #ColorFormatingModal .colors-modal .color-link-box {
      display: flex;
      align-items: center;
      padding: 2px; }
      #ColorFormatingModal .colors-modal .color-link-box .color-show {
        height: 22px;
        width: 24px;
        border-radius: 6px;
        padding: 3px 2px 2px 0px;
        color: black;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 16px; }
      #ColorFormatingModal .colors-modal .color-link-box .colors-delete-icon {
        font-size: 18px;
        cursor: pointer;
        color: grey; }
      #ColorFormatingModal .colors-modal .color-link-box .colors-condition-name {
        font-size: 12.5px;
        color: black;
        opacity: 0.8;
        font-weight: 500; }
    #ColorFormatingModal .colors-modal .circle-picker-modal {
      width: fit-content !important;
      display: flex;
      flex-wrap: wrap;
      margin-right: 4px;
      margin-bottom: 2px;
      border: 1px solid #ddd;
      padding: 7px 5px 0px 7px;
      border-radius: 7px;
      margin-top: 5px;
      background: white;
      margin-right: 0px !important;
      margin-bottom: 0px !important; }
    #ColorFormatingModal .colors-modal .colors-condition-render {
      padding: 1px;
      margin: 6px; }
    #ColorFormatingModal .colors-modal .colors-add-condition {
      padding: 7px;
      margin: 6px;
      color: #3384f7;
      cursor: pointer;
      width: 20%; }
  #ColorFormatingModal #RadioToggle .ui.toggle.checkbox input:checked ~ label:before, #ColorFormatingModal #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
    margin-top: 2px; }

#SortModel .sort-box .radio-toggle #RadioToggle {
  display: flex;
  align-items: center; }
  #SortModel .sort-box .radio-toggle #RadioToggle .checkbox {
    padding-top: 6px !important; }

#UpgradeColorFormatingModal {
  padding: 16px;
  white-space: normal; }
  #UpgradeColorFormatingModal .upgradeModal-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: .01em;
    margin-bottom: 8px;
    cursor: text;
    display: flex; }
    #UpgradeColorFormatingModal .upgradeModal-header .upgradeIconDiv {
      border: 1px solid #166ee1;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 4px;
      width: 16px;
      height: 16px; }
    #UpgradeColorFormatingModal .upgradeModal-header .upgradeIcon {
      color: #166ee1;
      fill: #166ee1;
      cursor: default;
      font-size: 10px; }
  #UpgradeColorFormatingModal .upgradeColor-Desc {
    font-size: 13px;
    cursor: text; }
    #UpgradeColorFormatingModal .upgradeColor-Desc .upgradeColor-link {
      opacity: .75;
      margin-left: 8px;
      vertical-align: middle; }
      #UpgradeColorFormatingModal .upgradeColor-Desc .upgradeColor-link:hover {
        opacity: 1; }
  #UpgradeColorFormatingModal .upgradeBtn-footer {
    display: flex;
    align-items: center;
    margin-top: 16px; }
    #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content {
      margin-right: 16px; }
      #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content .btnDiv {
        height: 32px;
        line-height: 22px;
        max-width: 100%;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
        border-radius: 6px;
        border: none;
        background-color: #166ee1;
        color: #fff;
        padding: 0 12px; }
        #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content .btnDiv .btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px;
          font-weight: 500;
          line-height: 22px; }
        #UpgradeColorFormatingModal .upgradeBtn-footer .btn-Content .btnDiv:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #UpgradeColorFormatingModal .upgradeBtn-footer .btnClear {
      font-size: 13px;
      opacity: .75;
      color: #1f1f1f;
      cursor: pointer; }
      #UpgradeColorFormatingModal .upgradeBtn-footer .btnClear:hover {
        opacity: 1; }

@media (max-width: 767px) {
  .mobile-filter {
    left: 0px !important; }
  .card-filter {
    margin-right: -30px !important;
    margin-left: 18px; }
  .card-sort {
    left: -305px !important;
    margin-left: 18px; }
  .mobile-sort {
    left: -185px !important; }
  .card-layout-sort {
    margin-left: 0px; } }

#date-picker .input-datepicker {
  min-height: 30px;
  min-width: 150px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  position: relative; }

#date-picker .react-datepicker-popper {
  margin-left: -43px; }

.filter-select {
  min-width: 150px;
  width: fit-content; }
  .filter-select .css-1pvhjxb-singleValue span {
    display: inline-block !important;
    margin-left: 2px;
    margin-right: 2px;
    max-width: calc(100% - 8px);
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 5%; }
  .filter-select .css-1itjr4n-multiValue {
    height: 19px !important;
    justify-content: center !important;
    align-items: center !important; }
  .filter-select .css-1okebmr-indicatorSeparator {
    display: none; }
  .filter-select .css-tlfecz-indicatorContainer {
    padding: 4px 7px !important;
    color: #4c4c4c; }
  .filter-select .css-1g6gooi {
    display: contents; }
  .filter-select .select-ct .Select-control {
    min-width: 100px;
    height: 25px; }
    .filter-select .select-ct .Select-control .Select-multi-value-wrapper {
      padding-left: 6px; }
    .filter-select .select-ct .Select-control .Select-multi-value-wrapper {
      display: flex;
      flex-wrap: wrap;
      width: 150px;
      height: inherit;
      overflow: hidden; }
    .filter-select .select-ct .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding-right: 5px; }
    .filter-select .select-ct .Select-control .Select-input {
      height: 8px;
      vertical-align: middle;
      margin: auto 0;
      padding: 0 !important; }
    .filter-select .select-ct .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .filter-select .select-ct .Select-control:hover {
      box-shadow: none; }
    .filter-select .select-ct .Select-control .Select-value {
      line-height: 31px; }

.columnname-input-sort {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  width: 137px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

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

.columnname-input-filter {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  width: 137px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

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

.filterList-modal .css-b8ldur-Input {
  caret-color: black !important; }
  .filterList-modal .css-b8ldur-Input input {
    margin-left: 2px; }

.filterList-modal .option-renderer-color-dot {
  position: relative;
  top: 2px;
  margin-top: 1px; }

.filterList-modal .icon-with-textContainer {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  display: block; }
  .filterList-modal .icon-with-textContainer .icon-with-text-div {
    position: relative;
    top: 2.2px; }

.filter-readonly-select .css-18j4z8i-control {
  background: white; }
  .filter-readonly-select .css-18j4z8i-control .css-1hb7zxy-IndicatorsContainer {
    display: none; }
  .filter-readonly-select .css-18j4z8i-control .css-18i79x2 {
    display: none; }

.filter-readonly-select .css-3wts1r-control {
  background: white; }
  .filter-readonly-select .css-3wts1r-control .css-g1d714-ValueContainer {
    width: 200px; }
  .filter-readonly-select .css-3wts1r-control .css-3pm1s7-singleValue {
    background: white;
    color: black; }
  .filter-readonly-select .css-3wts1r-control .css-1hb7zxy-IndicatorsContainer {
    display: none; }
  .filter-readonly-select .css-3wts1r-control .css-18i79x2 {
    display: none; }

.input-readonly-filter {
  background: #fff;
  border: 1px solid #ddd;
  padding: 4px 10px;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 30px; }

.input-filter {
  min-height: 30px;
  min-width: 150px;
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  height: 30px; }

.checkbox-filter {
  min-height: 30px;
  min-width: 150px;
  position: relative;
  background: #fff;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 4px;
  justify-content: center;
  display: grid; }
  .checkbox-filter label {
    left: -10px; }

.checkbox-border .cbx i.icon {
  visibility: visible;
  border-color: #A9A9A9;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 1.2em !important;
  margin-left: 4px;
  padding: 2px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center; }

.rating-filter {
  min-height: 30px;
  min-width: 150px;
  position: relative;
  background: #fff;
  max-height: 52px;
  border: 1px solid #ddd;
  border-radius: 4px;
  /* padding-top: 5px; */
  padding: 3px;
  padding-top: 5px; }
  .rating-filter label {
    left: -10px; }

.filter-collaborator {
  width: 160px; }

#ShareFormLinkModel {
  left: 38%;
  margin-top: 7px;
  background-color: #fff;
  z-index: 101; }
  #ShareFormLinkModel .svg-help {
    margin-left: 5px;
    cursor: pointer; }
  #ShareFormLinkModel .svg-help:hover {
    fill: #2652ae; }
  #ShareFormLinkModel .modelTitle {
    font-size: 15px;
    font-weight: 500; }
  #ShareFormLinkModel .input-div input {
    border: 2px solid #ccc; }
  #ShareFormLinkModel .input-div input:focus {
    border-color: #0096FF;
    background-color: rgba(51, 132, 247, 0.1); }
  #ShareFormLinkModel .input-div-long textarea {
    border: 2px solid #ccc; }
  #ShareFormLinkModel .input-div-long textarea:focus {
    border-color: #0096FF;
    background-color: rgba(51, 132, 247, 0.1); }
  #ShareFormLinkModel .embedview-div {
    display: flex;
    padding: 6px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: 14px; }
    #ShareFormLinkModel .embedview-div:hover {
      background-color: rgba(0, 0, 0, 0.05);
      border-radius: 3px; }
    #ShareFormLinkModel .embedview-div .embedIcon {
      margin-right: 8px;
      display: flex; }
  #ShareFormLinkModel .link {
    margin-bottom: 4px; }
  #ShareFormLinkModel .link-lock {
    pointer-events: none;
    opacity: 0.7; }
  #ShareFormLinkModel .email-domain-main {
    top: 35px;
    width: 426px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 28px;
    left: 183px;
    border-radius: 7px;
    font-size: 13px; }
    #ShareFormLinkModel .email-domain-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      #ShareFormLinkModel .email-domain-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      #ShareFormLinkModel .email-domain-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      #ShareFormLinkModel .email-domain-main .content .input-email {
        width: 250px; }
      #ShareFormLinkModel .email-domain-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    #ShareFormLinkModel .email-domain-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  #ShareFormLinkModel .password-protect-main {
    top: 35px;
    width: 426px;
    height: fit-content;
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    top: 28px;
    left: 183px;
    border-radius: 7px;
    font-size: 13px; }
    #ShareFormLinkModel .password-protect-main .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      #ShareFormLinkModel .password-protect-main .content .title {
        font-size: 21px;
        font-weight: 500;
        line-height: 28px; }
      #ShareFormLinkModel .password-protect-main .content p {
        margin: 12px 0px !important;
        font-size: 14px;
        color: grey; }
      #ShareFormLinkModel .password-protect-main .content .input-email {
        width: 250px; }
      #ShareFormLinkModel .password-protect-main .content .error-email {
        color: red;
        font-size: 13px;
        margin: 5px; }
    #ShareFormLinkModel .password-protect-main .buttons-div {
      display: flex;
      justify-content: flex-end;
      margin-top: 18px; }
  #ShareFormLinkModel .upgrade-restrict {
    display: flex;
    align-items: center;
    opacity: 0.6;
    margin-top: 8px;
    cursor: pointer;
    font-size: 14.5px; }
    #ShareFormLinkModel .upgrade-restrict .upgrade-lock-icon {
      font-size: 18px; }
  #ShareFormLinkModel .embed-view-page {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 13px; }
    #ShareFormLinkModel .embed-view-page .embed-page-text {
      text-decoration: underline;
      font-size: 13px;
      margin-left: 7px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.6);
      text-decoration-color: rgba(0, 0, 0, 0.6); }
  #ShareFormLinkModel .footer-btn {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

#SyncShareModel {
  left: 38%;
  margin-top: 7px;
  background-color: #fff;
  z-index: 101; }
  #SyncShareModel .modelTitle {
    font-size: 15px;
    font-weight: 500; }
  #SyncShareModel .sync-content {
    margin-top: 13px; }
  #SyncShareModel .sync-view-details {
    margin-top: 10px; }
    #SyncShareModel .sync-view-details .sync-list {
      display: flex;
      align-items: center;
      margin: 3px 0px 0px 0px;
      padding: 5px;
      cursor: pointer; }
      #SyncShareModel .sync-view-details .sync-list p {
        font-size: 12px;
        color: black;
        margin-left: 6px; }
    #SyncShareModel .sync-view-details .sync-list:hover {
      background: #ddd;
      border-radius: 3px; }

#SyncActivityHistroyModel .loader {
  display: flex;
  align-items: center;
  height: 40vh;
  justify-content: center; }

#SyncActivityHistroyModel .sync-list-main {
  display: flex;
  width: 100%;
  align-items: center; }
  #SyncActivityHistroyModel .sync-list-main .sync-header {
    opacity: 0.6; }

#SyncActivityHistroyModel .sync-list-second {
  margin-top: 14px;
  overflow: auto;
  max-height: 47vh; }

#SyncActivityHistroyModel .sync-render-main {
  display: flex;
  width: 100%;
  margin-top: 14px; }
  #SyncActivityHistroyModel .sync-render-main .sync-stack-sec {
    display: flex;
    align-items: center;
    width: 50%; }
    #SyncActivityHistroyModel .sync-render-main .sync-stack-sec .sync-head {
      margin-left: 11px; }
      #SyncActivityHistroyModel .sync-render-main .sync-stack-sec .sync-head .sync-stack-name {
        font-size: 18px;
        font-weight: 500;
        white-space: nowrap;
        /* Prevent text from wrapping */
        overflow: hidden;
        /* Hide any overflowing content */
        text-overflow: ellipsis;
        /* Display ellipsis (...) for overflowed text */
        width: 25vh; }
  #SyncActivityHistroyModel .sync-render-main .sync-stack-icon-container {
    display: flex;
    justify-self: center;
    align-items: center;
    width: 82px;
    height: 82px;
    border-radius: 12px;
    position: relative; }
    #SyncActivityHistroyModel .sync-render-main .sync-stack-icon-container .stack-grid-icon {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      cursor: pointer; }
  #SyncActivityHistroyModel .sync-render-main .sync-user-sec {
    width: 50%;
    display: flex;
    align-items: center; }

#copyConfigId .copyConfig-model {
  border: '2px solid #ddd';
  background-color: '#fff';
  border-radius: '6px'; }

#copyConfigId .copyConfig-header {
  font-size: 16px;
  font-weight: 500; }

#copyConfigId .ui.search.dropdown > .text {
  display: block;
  white-space: nowrap;
  width: 7em;
  overflow: hidden;
  text-overflow: ellipsis; }

#copyConfigId .ui.selection.dropdown .menu {
  width: 10em; }

#copyConfigId .ui.selection.dropdown .menu > .item {
  display: block;
  white-space: nowrap;
  width: 10em;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: all; }

#copyConfigId .ui.selection.dropdown:hover {
  border: 1px solid #008DD2; }

#copyConfigId .copyConfigDropdown {
  min-width: 7em;
  width: 10em;
  font-size: 0.7em;
  margin: 0px 5px 0px 5px; }

#copyConfigId .configContainer .togglediv {
  margin-top: 4px;
  padding-right: 8px; }
  #copyConfigId .configContainer .togglediv #RadioToggle {
    display: flex;
    align-items: center; }

#copyConfigId .configContainer .configselectFieldToggle {
  padding: 4px; }

#copyConfigId .configContainer .toggleLabel {
  font-size: 0.8em; }

#copyConfigId .CopyConfigButtons {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  margin-bottom: 16px; }

#copyConfigId .config-modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  #copyConfigId .config-modal-footer .modal-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #copyConfigId .config-modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  #copyConfigId .config-modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #copyConfigId .config-modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #copyConfigId .config-modal-footer .modal-copy-btn {
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #copyConfigId .config-modal-footer .modal-copy-btn:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

#CollapsableViewSection {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 1px 5px;
  border-radius: 5px;
  margin-left: -2px; }
  #CollapsableViewSection:hover {
    background: #e7e7e7; }
  #CollapsableViewSection .viewText {
    margin-left: 3px;
    color: #2e2f32; }

#searchModel {
  display: flex;
  align-items: center;
  border-bottom: 1px solid gray; }
  #searchModel .input {
    height: 30px;
    background: transparent;
    border: none;
    outline: none;
    flex: 1 1 auto;
    padding: 0 5px; }
    #searchModel .input:focus {
      border-color: none; }
  #searchModel .viewControls {
    display: flex;
    flex: none;
    left: 64%;
    justify-content: flex-end;
    padding-right: 6px; }
  #searchModel .noFoundText {
    display: flex;
    align-items: center;
    font-weight: 500; }
  #searchModel .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    /* right: 46%; */ }
  #searchModel .search-close {
    cursor: pointer; }
  #searchModel .search-content {
    display: flex;
    align-items: center;
    padding: 0 4px; }
  #searchModel .control-buttons {
    display: flex;
    background-color: #80808036;
    cursor: pointer;
    margin-left: 5px; }
  #searchModel .upArrow:hover {
    background-color: #808080d6; }
  #searchModel .downArrow:hover {
    background-color: #808080d6; }

@media only screen and (min-width: 772px) and (max-width: 1200px) {
  .responsiveModel-float {
    right: 0px !important; } }

@media only screen and (min-width: 200px) and (max-width: 772px) {
  .responsiveModel-float {
    right: 0px !important;
    left: 0px !important; } }

.groupby-viewModel {
  left: 0px !important; }
  @media only screen and (min-width: 600px) and (max-width: 750px) {
    .groupby-viewModel {
      width: 100% !important;
      min-width: 330px !important; } }
  @media only screen and (max-width: 600px) {
    .groupby-viewModel {
      width: 100% !important;
      min-width: 330px !important;
      left: -70px !important; }
      .groupby-viewModel .filter-select {
        min-width: 130px; } }

@media only screen and (max-width: 600px) {
  .groupby-mobileview {
    width: 100% !important;
    min-width: 330px !important;
    left: -148px !important; }
    .groupby-mobileview .filter-select {
      min-width: 130px; } }

.groupbymodel-mobile {
  left: 0px !important; }
  @media only screen and (min-width: 600px) and (max-width: 750px) {
    .groupbymodel-mobile {
      width: 100% !important;
      min-width: 330px !important; } }
  @media only screen and (max-width: 600px) {
    .groupbymodel-mobile {
      width: 100% !important;
      min-width: 330px !important;
      left: -240px !important; }
      .groupbymodel-mobile .filter-select {
        min-width: 130px; } }

#ViewShareOptionsModel {
  display: flex;
  flex-direction: column;
  padding: 8px;
  position: fixed;
  width: 232px;
  background-color: red;
  z-index: 10;
  top: 126px;
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  font-size: 13px;
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  #ViewShareOptionsModel .menuBorder {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  #ViewShareOptionsModel .menuDiv {
    display: flex;
    margin: 2px 0px 0px 0px;
    padding: 6px;
    justify-content: flex-start;
    align-items: center; }
    #ViewShareOptionsModel .menuDiv:hover {
      background-color: #e7e7e7;
      border-radius: 4px; }
  #ViewShareOptionsModel .menuIcon {
    margin-right: 8px;
    display: flex; }
  #ViewShareOptionsModel .rightArrow {
    position: absolute;
    right: 6px;
    top: 18px; }

@media only screen and (max-width: 970px) {
  #ViewShareOptionsModel {
    left: 53% !important; } }

.viewname-popup {
  background: #303b47 !important;
  padding: 6px 8px 4px 8px !important; }
  .viewname-popup .tooltiptext-info {
    display: flex;
    flex-direction: column; }
    .viewname-popup .tooltiptext-info .viewname-text {
      padding-bottom: 6px; }
    .viewname-popup .tooltiptext-info .createview-message {
      font-size: 13px;
      opacity: .8;
      cursor: text; }
    .viewname-popup .tooltiptext-info .view-create, .viewname-popup .tooltiptext-info .view-edit {
      font-size: 11px;
      opacity: .8;
      line-height: 1.2;
      padding-bottom: 4px; }
    .viewname-popup .tooltiptext-info .create-info {
      padding-bottom: 8px;
      line-height: 1.2; }
      .viewname-popup .tooltiptext-info .create-info .create-email {
        font-size: 11px;
        opacity: .8; }
    .viewname-popup .tooltiptext-info .edit-info {
      display: flex; }
      .viewname-popup .tooltiptext-info .edit-info .user-icon {
        margin-left: -2px; }
      .viewname-popup .tooltiptext-info .edit-info .edit-text {
        font-size: 12px;
        line-height: 1.3;
        margin-left: 2px; }

#ColorConditionsModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd; }
  #ColorConditionsModal .colorcondition-container {
    width: min-content;
    max-width: 768px;
    white-space: nowrap; }
    #ColorConditionsModal .colorcondition-container .colorcondition-box {
      overflow: hidden; }
      #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data {
        max-width: 384px; }
        #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content {
          display: flex;
          padding: 16px;
          white-space: nowrap; }
          #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info {
            width: max-content;
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0; }
            #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-head {
              display: flex;
              align-items: center;
              margin-bottom: 4px;
              color: #333333; }
              #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-head .select-icon {
                margin: 0;
                display: flex;
                align-items: center;
                font-size: 16px;
                color: #333333;
                fill: #333333;
                width: 16px;
                height: 16px;
                opacity: .9; }
              #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-head .selectfield-text {
                margin-left: 4px;
                font-size: 14.4px;
                font-weight: 500; }
            #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfield-content .selectfield-info .selectfield-desc {
              white-space: normal;
              font-size: 13px;
              opacity: .75; }
        #ColorConditionsModal .colorcondition-container .colorcondition-box .colorcondition-data .selectfieldHover:hover {
          background-color: rgba(0, 0, 0, 0.05); }

.field-popup {
  padding: 4px 8px !important;
  margin-top: 0px !important;
  max-width: 245px !important;
  margin-left: 0px !important; }
  .field-popup .desc-text {
    font-size: 12.5px; }

#ColorSelectModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd; }
  #ColorSelectModal .colorselect-container {
    width: min-content;
    max-width: 768px;
    white-space: nowrap; }
    #ColorSelectModal .colorselect-container .colorselect-box {
      overflow: hidden;
      min-width: 322px; }
      #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data {
        padding: 16px;
        max-width: 512px; }
        #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records {
          display: flex;
          align-items: center; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close {
            display: flex;
            align-items: center;
            opacity: .75;
            cursor: pointer; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close .close-icon {
              color: #333333;
              fill: #333333; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-head {
            padding: 0 8px;
            font-size: 13px;
            color: #333333;
            cursor: text; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu {
            display: flex;
            align-items: center;
            border-radius: 3px;
            background-color: rgba(0, 0, 0, 0.05);
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data {
              display: flex;
              flex: 1 1 auto;
              white-space: nowrap;
              min-width: 0;
              min-height: 0; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown {
                display: flex;
                align-items: center;
                padding: 8px !important;
                cursor: pointer;
                width: 230px;
                line-height: 1.2;
                margin: 0; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown .text {
                  font-weight: 500;
                  font-size: 13px;
                  color: #333;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown .search-input {
                  padding: 8px;
                  font-size: 12px;
                  color: #444444;
                  border: 0;
                  border-color: transparent;
                  width: 100%;
                  max-width: 100%;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  overflow: hidden; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .select-dropdown .search-input:focus-visible {
                    outline: none !important; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box {
                display: flex;
                position: relative;
                flex: 1 1 auto;
                min-width: 0;
                min-height: 0; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button {
                  height: 30px;
                  cursor: pointer;
                  display: flex;
                  align-items: center;
                  font-size: 13px;
                  font-weight: 500;
                  color: #333;
                  padding: 8px;
                  flex: 1 1 auto;
                  min-width: 0;
                  min-height: 0; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box {
                    max-width: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    flex: 1 1 auto;
                    text-align: right; }
                    #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box .selecttag-content {
                      display: flex;
                      align-items: center; }
                      #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box .selecttag-content .icon-dropdowncircle {
                        margin-right: 4px;
                        color: #333333;
                        fill: #333333;
                        min-width: 16px;
                        min-height: 16px;
                        opacity: .9; }
                      #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .selecttag-box .selecttag-content .select-text {
                        max-width: 100%;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        font-weight: 500; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .select-icon {
                    display: flex;
                    align-items: center;
                    margin-left: 4px;
                    cursor: pointer;
                    width: 16px;
                    height: 16px; }
                    #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .selectdropdownmenu .selectmenu-data .dropdown-box .select-button .select-icon .icon-down {
                      color: #333333;
                      fill: #333333; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal {
            position: absolute;
            background: #fff;
            left: 198px;
            top: 45px;
            z-index: 15;
            border-radius: 4px;
            list-style: none;
            width: max-content;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
            border: 2px solid #ddd; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content {
              min-height: 32px;
              text-align: left;
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 0 8px; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content .search-input {
                height: 32px;
                font-size: 12px;
                color: #444444;
                border: 0;
                border-color: transparent;
                width: 100%;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content .search-input:focus-visible {
                  outline: none !important; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .search-content .search-close {
                opacity: .5;
                cursor: pointer;
                display: flex;
                align-items: center; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .notfindcolumn {
              font-size: 13px;
              color: #333333;
              opacity: .5;
              cursor: text;
              padding: 8px; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer {
              position: relative;
              max-width: 450px;
              max-height: 220px;
              list-style: none;
              overflow: auto; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content {
                padding: 8px;
                cursor: pointer;
                display: flex;
                align-items: center;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content .icon-dropdowncircle {
                  margin-right: 4px;
                  color: #333333;
                  fill: #333333;
                  min-width: 16px;
                  min-height: 16px;
                  opacity: .9; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content .selectcolumn-text {
                  font-size: 13px;
                  color: #333333;
                  max-width: 100%;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  overflow: hidden; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records #SelectOptionModal .selectContainer .selectcolumn-content:hover {
                  background-color: #0000000D; }
        #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created {
          padding-top: 8px; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-desc {
            opacity: .75;
            white-space: normal;
            font-size: 13px;
            color: #333333;
            cursor: text; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-border {
            border-bottom: 2px solid rgba(0, 0, 0, 0.05);
            padding-top: 8px;
            white-space: normal; }
          #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content {
            min-height: 100px;
            max-height: calc(-360px + 100vh);
            overflow: auto;
            white-space: nowrap; }
            #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions {
              display: flex;
              align-items: center;
              padding-top: 12px; }
              #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data {
                display: flex;
                align-items: center; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .colorchoose-selectmenu {
                  overflow: visible;
                  position: relative; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .colorchoose-selectmenu .colorchoose-button {
                    cursor: pointer; }
                    #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .colorchoose-selectmenu .colorchoose-button .colortag-icon {
                      display: flex;
                      align-items: center; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .select-tag-custom-single-select-column-type {
                  line-height: 18px;
                  cursor: pointer; }
                  #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .select-tag-custom-single-select-column-type .option-renderer-color-dot {
                    margin-top: 0px; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .options-tag {
                  color: #333333;
                  font-size: 13px;
                  padding: 0 8px;
                  cursor: text;
                  white-space: pre-wrap;
                  display: flex;
                  align-items: center; }
                #ColorSelectModal .colorselect-container .colorselect-box .colorselect-data .coloroption-created .coloroption-content .createdoptions .colortag-data .select-tag-custom-2 {
                  padding: 0 2px;
                  cursor: pointer;
                  white-space: pre-wrap;
                  display: flex;
                  align-items: center; }

#DateColorsModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd; }
  #DateColorsModal .colorselect-container {
    width: min-content;
    max-width: 768px;
    white-space: nowrap; }
    #DateColorsModal .colorselect-container .colorselect-box {
      overflow: hidden;
      min-width: 322px; }
      #DateColorsModal .colorselect-container .colorselect-box .colorselect-data {
        padding: 16px;
        max-width: 512px; }
        #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records {
          display: flex;
          align-items: center; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close {
            display: flex;
            align-items: center;
            opacity: .75;
            cursor: pointer; }
            #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-close .close-icon {
              color: #333333;
              fill: #333333; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .colorselect-records .colorselect-head {
            padding: 0 8px;
            font-size: 13px;
            color: #333333;
            cursor: text; }
        #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .color-date-list {
          display: flex;
          align-items: center;
          margin-top: 13px; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .color-date-list .color-box {
            background-color: blue;
            width: 22px;
            height: 22px;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            color: white;
            font-size: 16px;
            cursor: pointer;
            margin-right: 10px; }
          #DateColorsModal .colorselect-container .colorselect-box .colorselect-data .color-date-list .option-text {
            font-size: 12px;
            font-weight: 500; }

.closeselect-popup {
  padding: 2px 8px !important;
  margin-top: 0px !important;
  max-width: 265px !important;
  margin-left: -2px !important; }
  .closeselect-popup .desc-text {
    font-size: 12px; }

#ColorPickerModal {
  background: #fff;
  width: min-content;
  padding: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 2px solid #ddd;
  border-radius: 4px;
  position: absolute;
  z-index: 6;
  margin-top: 172px; }
  #ColorPickerModal .selectMenuList {
    width: 505px;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    white-space: nowrap;
    font-size: 13px;
    color: #333333;
    background: white; }
    #ColorPickerModal .selectMenuList .menuitem {
      list-style: none;
      padding: 3px;
      width: 56px;
      cursor: pointer;
      height: 36px;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center; }
      #ColorPickerModal .selectMenuList .menuitem .menu-text {
        padding: 0 8px;
        min-width: 18px;
        height: 18px;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 400;
        border-radius: 9999px;
        display: inline-block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #ColorPickerModal .selectMenuList .menuitem .colorchoose-button {
        display: flex;
        align-items: center; }
      #ColorPickerModal .selectMenuList .menuitem .menuicon-text {
        padding: 0 2px; }
    #ColorPickerModal .selectMenuList .select-tag-custom-single-select-column-type {
      width: 56px;
      height: 36px !important;
      padding: 1.562px 6px; }
      #ColorPickerModal .selectMenuList .select-tag-custom-single-select-column-type .menuoption-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        min-width: 18px;
        height: 18px;
        line-height: 1.4;
        font-size: 13px;
        font-weight: 400;
        padding-left: 2px; }

#printModal {
  width: 360px; }
  #printModal .printModal-header {
    font-size: 20px;
    font-weight: 500;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #printModal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 16px;
    margin: 8px 0 24px 0; }
    #printModal .modal-footer .modal-btn {
      max-width: 192px;
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px; }
      #printModal .modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    #printModal .modal-footer .modal-cancel-btn {
      background-color: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #printModal .modal-footer .modal-cancel-btn:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.toolbarIcon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  color: #1d1f25;
  fill: #1d1f25;
  opacity: .8; }

.customBtn-css {
  height: 32px;
  line-height: 22px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  max-width: 100%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  border: 0 !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.custom-cancel-btn {
  background-color: transparent !important; }
  .custom-cancel-btn:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }

.cancelBtn-rightCss {
  margin: 0 8px 0 0 !important; }

.custom-primary-btn {
  background-color: #166ee1 !important;
  color: #fff !important; }
  .custom-primary-btn:hover {
    background-color: #0267eb !important; }
#HideMenuFieldModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  width: min-content;
  max-width: 768px;
  padding: 0px;
  min-width: 220px; }
  #HideMenuFieldModel .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 16px; }
    #HideMenuFieldModel .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #HideMenuFieldModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 20px 0px 20px; }
    #HideMenuFieldModel .action p {
      cursor: pointer;
      color: #3384f7; }
      #HideMenuFieldModel .action p:hover {
        color: #3384f7; }
  #HideMenuFieldModel .close-mobile {
    position: absolute;
    right: 4px;
    top: 4px; }
  #HideMenuFieldModel .hidemodal-searchbar {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 16px 0; }
    #HideMenuFieldModel .hidemodal-searchbar .input-hide-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      #HideMenuFieldModel .hidemodal-searchbar .input-hide-search:focus-visible {
        outline: none !important; }
    #HideMenuFieldModel .hidemodal-searchbar .hide-column-help {
      opacity: .75;
      cursor: pointer;
      display: flex;
      align-items: center; }
    #HideMenuFieldModel .hidemodal-searchbar .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center; }
  #HideMenuFieldModel .not-field {
    opacity: .5;
    cursor: text;
    min-height: 60px;
    padding: 8px 16px; }
    #HideMenuFieldModel .not-field span {
      font-size: 13px; }
      #HideMenuFieldModel .not-field span .clear-search {
        text-decoration: none;
        color: #2e2f32;
        cursor: pointer;
        margin-left: 4px;
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #HideMenuFieldModel .not-field span .clear-search:hover {
          border-bottom: 2px solid #2e2f32; }
  #HideMenuFieldModel .hideField-text {
    overflow: hidden; }
  #HideMenuFieldModel .hideField-footer {
    margin: 8px 0; }
#PrintGrid h1 {
  font-size: 20px;
  font-weight: 500; }

#PrintGrid h2 {
  font-size: 16px;
  font-weight: 500; }

#PrintGrid .custom-css ul {
  padding: 0px 18px; }
#viewSelector {
  position: fixed;
  padding: 10px 0px 10px 10px;
  border-radius: 4px;
  left: 0;
  z-index: 7;
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 125px); }
  #viewSelector .viewList {
    width: -webkit-fill-available;
    overflow: hidden auto;
    padding: 5px 2px;
    scrollbar-width: 5px !important; }
    #viewSelector .viewList > div {
      width: -webkit-fill-available; }
  #viewSelector .view-selection {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto; }
    #viewSelector .view-selection .viewSection-list {
      min-height: 144px;
      overflow-y: auto;
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      flex-direction: column;
      padding-right: 2px; }
    #viewSelector .view-selection .view-input-section {
      display: flex;
      align-items: center;
      width: 100%; }
      #viewSelector .view-selection .view-input-section .view-input-icon {
        font-size: 19px;
        opacity: 0.9;
        margin: 0px 0px 0px 6px;
        cursor: pointer; }
    #viewSelector .view-selection .viewInput-section {
      position: relative;
      border-bottom: 1px solid #0000001a;
      display: flex;
      align-items: center;
      transition-property: border;
      transition-duration: .16s;
      height: 36px;
      box-sizing: border-box; }
      #viewSelector .view-selection .viewInput-section .view-label {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        display: flex;
        width: auto;
        text-align: left; }
        #viewSelector .view-selection .viewInput-section .view-label .viewSearch-content {
          padding: 8px 8px 8px 10px;
          opacity: .75;
          display: flex;
          align-items: center;
          justify-content: center; }
          #viewSelector .view-selection .viewInput-section .view-label .viewSearch-content .search-icon {
            width: 16px;
            height: 16px; }
        #viewSelector .view-selection .viewInput-section .view-label .viewFind-input {
          border: 0px;
          outline: 0;
          color: #1f1f1f;
          background-color: transparent;
          display: flex;
          padding-right: 8px;
          border-radius: 0;
          box-shadow: none;
          resize: none;
          background: #fff;
          flex: 1 1 auto;
          min-width: 0;
          min-height: 0; }
      #viewSelector .view-selection .viewInput-section .setting-section {
        border: 0px;
        background: white;
        margin: 0 12px;
        cursor: pointer; }
        #viewSelector .view-selection .viewInput-section .setting-section .settingIcon {
          color: rgba(0, 0, 0, 0.5);
          fill: rgba(0, 0, 0, 0.5);
          margin: 0;
          font-size: 16px; }
    #viewSelector .view-selection .setting-modal-main {
      position: fixed;
      z-index: 7;
      top: 18%;
      padding: 16px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
      border-radius: 6px;
      background-color: #fff; }
      #viewSelector .view-selection .setting-modal-main .setting-header {
        font-size: 14.4px;
        font-weight: 500;
        color: #1f1f1f; }
      #viewSelector .view-selection .setting-modal-main .setting-radio-btn {
        margin-top: 16px;
        display: flex;
        align-items: center; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox label {
          padding-left: 2.5rem;
          opacity: .75;
          font-size: 11px; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox label:before, #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox label:after, #viewSelector .view-selection .setting-modal-main .setting-radio-btn #RadioToggle .ui.toggle.checkbox input {
          top: 1.3px; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn .setting-toggle-btn {
          height: 12px;
          width: 19.2px; }
        #viewSelector .view-selection .setting-modal-main .setting-radio-btn .setting-desc {
          margin-left: 8px;
          opacity: .75;
          font-size: 11px; }
      #viewSelector .view-selection .setting-modal-main .setting-modal-card {
        position: absolute;
        z-index: 1; }
        #viewSelector .view-selection .setting-modal-main .setting-modal-card .setting-toggle, #viewSelector .view-selection .setting-modal-main .setting-modal-card #RadioToggle {
          padding: 14px 0px 0px 0px; }
      #viewSelector .view-selection .setting-modal-main .ui.card {
        max-width: initial; }
    #viewSelector .view-selection .view-active {
      background-color: #c4ecffb3; }
      #viewSelector .view-selection .view-active:hover {
        background-color: #c4ecff !important; }
    #viewSelector .view-selection .view-component {
      flex-direction: column;
      align-items: center;
      border-radius: 4px;
      position: relative; }
      #viewSelector .view-selection .view-component > div {
        width: -webkit-fill-available; }
      #viewSelector .view-selection .view-component:hover .viewDropdownIcon, #viewSelector .view-selection .view-component:hover .viewVerticalIcon {
        cursor: pointer;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        position: relative;
        overflow: inherit; }
      #viewSelector .view-selection .view-component:hover .checkIcon-content {
        display: none; }
      #viewSelector .view-selection .view-component:hover .viewVerticalIcon {
        cursor: grab; }
      #viewSelector .view-selection .view-component .viewmenu-drag .viewmenu-box {
        padding: 8px 8px 8px 4px;
        border-radius: 3px; }
        #viewSelector .view-selection .view-component .viewmenu-drag .viewmenu-box:hover {
          background-color: #0000000d; }
      #viewSelector .view-selection .view-component .viewmenu-drag .view-active {
        background-color: #c4ecffb3;
        padding: 8px 8px 8px 4px;
        border-radius: 3px; }
        #viewSelector .view-selection .view-component .viewmenu-drag .view-active:hover {
          background-color: #c4ecff !important; }
      #viewSelector .view-selection .view-component:hover .remove-icon {
        visibility: visible;
        z-index: 999;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 4px;
        position: relative;
        overflow: inherit; }
      #viewSelector .view-selection .view-component .view-icon {
        font-size: 16px;
        display: inline-flex;
        align-items: center;
        margin: 0 8px 0 0;
        line-height: 18px; }
      #viewSelector .view-selection .view-component .input-rename-view {
        height: 22px;
        padding: 0 8px;
        box-shadow: none;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-weight: 500;
        width: 100%; }
      #viewSelector .view-selection .view-component .input-rename-view:focus {
        border: 2px solid #00000040 !important; }
      #viewSelector .view-selection .view-component .input-rename-view:focus-visible {
        outline: none; }
      #viewSelector .view-selection .view-component .remove-icon {
        width: auto;
        background-color: white;
        border: 1px solid #212121;
        color: white;
        border-radius: 100%;
        cursor: pointer;
        position: absolute;
        visibility: hidden;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
        margin-right: 4px;
        display: flex;
        align-items: center;
        justify-content: center; }
      #viewSelector .view-selection .view-component .checkIcon-content {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 4px; }
        #viewSelector .view-selection .view-component .checkIcon-content .checkIcon {
          color: #616670;
          fill: #616670;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0; }
      #viewSelector .view-selection .view-component span {
        margin-top: 4px;
        font-size: 10px;
        text-align: center;
        line-height: 14px;
        opacity: 0.8; }
      #viewSelector .view-selection .view-component .view-name {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500;
        color: #1f1f1f;
        line-height: 1.25; }
        #viewSelector .view-selection .view-component .view-name .view-lock-icon {
          opacity: 0.5;
          margin-left: 4px; }
          #viewSelector .view-selection .view-component .view-name .view-lock-icon .tooltiptext {
            padding: 2px 8px 2px 7px;
            opacity: 11; }
        #viewSelector .view-selection .view-component .view-name .view-user-img {
          height: 1.3em;
          width: 20px;
          margin: 0px 0px 3px 5px; }
      #viewSelector .view-selection .view-component .view-lock-icon {
        opacity: 0.5;
        margin: 0 0 0 8px;
        padding: 0 8px 0 0;
        display: inline-flex; }
      #viewSelector .view-selection .view-component .view-user-icon {
        display: flex;
        align-items: center;
        padding: 0 8px; }
        #viewSelector .view-selection .view-component .view-user-icon .accounticon {
          margin: 0;
          min-height: 20px;
          min-width: 20px; }
      #viewSelector .view-selection .view-component .beta-tag {
        padding: 1px 5px;
        border: 1px solid #ccc;
        border-radius: 16px;
        margin-left: 4px;
        font-size: 11px; }
      #viewSelector .view-selection .view-component .context-sub-action {
        top: 30px !important; }
    #viewSelector .view-selection .add-view-component {
      display: flex;
      width: 100%;
      justify-content: flex-end; }
      #viewSelector .view-selection .add-view-component .view-logo {
        block-size: 4px; }
      #viewSelector .view-selection .add-view-component .view-desc {
        margin: 4px;
        font-size: 12px;
        height: 45px;
        text-align: center;
        line-height: 16px;
        padding: 0 4% 0 4%;
        font-family: 'Roboto Slab', serif !important;
        color: #696960; }
      #viewSelector .view-selection .add-view-component .beta-tag {
        padding: 1px 5px;
        border: 1px solid #ccc;
        border-radius: 16px;
        margin-left: 4px;
        font-size: 11px; }
      #viewSelector .view-selection .add-view-component .add-view-icon {
        padding-top: 6px;
        border-radius: 100px; }
      #viewSelector .view-selection .add-view-component .dropdown {
        padding: 5px 5px !important; }
      #viewSelector .view-selection .add-view-component .add-view-name {
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
        color: #2185D0;
        text-decoration: underline; }
      #viewSelector .view-selection .add-view-component .beta-tag {
        padding: 1px 5px;
        border: 1px solid #ccc;
        border-radius: 16px;
        margin-left: 9px;
        font-size: 11px; }
    #viewSelector .view-selection .wc-delete-align-right {
      height: 155px;
      top: calc(100vh - 88%);
      min-width: 10vh;
      max-width: 50vh; }
  #viewSelector .add-view-section {
    border-top: 1px solid #0000001a; }
    #viewSelector .add-view-section .add-view-content {
      padding: 8px 2px 8px 6px;
      cursor: pointer;
      margin: 8px 0; }
      #viewSelector .add-view-section .add-view-content .addView-content {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      #viewSelector .add-view-section .add-view-content .add-view-text {
        font-size: 15px;
        font-weight: 500; }
      #viewSelector .add-view-section .add-view-content i {
        font-size: 1.2em; }
    #viewSelector .add-view-section .item .viewmenu-item {
      height: 32px;
      padding: 0 6px;
      font-weight: 500;
      border-radius: 5px;
      color: #4d4d4d;
      cursor: pointer; }
    #viewSelector .add-view-section .item .viewmenu-item:hover {
      background-color: #0000000d; }
    #viewSelector .add-view-section .item .view-icon {
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      margin: 0 8px 0 0;
      line-height: 18px; }
  #viewSelector .search {
    background: white;
    /* border: none; */
    border-radius: 5px;
    outline: none;
    padding: 5px;
    height: inherit;
    width: -webkit-fill-available;
    width: -moz-available;
    border: 1px solid #ccc; }
  @media only screen and (max-width: 500px) {
    #viewSelector .viewList {
      max-height: 290px; } }
  #viewSelector .viewDropdownIcon, #viewSelector .viewVerticalIcon {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px; }
    #viewSelector .viewDropdownIcon .arrowDropdown-icon, #viewSelector .viewVerticalIcon .arrowDropdown-icon {
      flex: none; }
  #viewSelector .viewVerticalIcon {
    cursor: grab; }
  #viewSelector .movetoSectionModel {
    min-width: 200px !important; }
  #viewSelector .modelBreakLine {
    border: 1px solid #8080802e;
    margin: 5px 12px; }
  #viewSelector .currentSectionCheckIcon {
    position: relative;
    left: 40%; }

#mainViewList::-webkit-scrollbar {
  width: 5px; }

#mainViewList::-webkit-scrollbar-track {
  background: white !important; }

#mainViewList .moreCollaborativeView {
  cursor: pointer;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 12px; }
  #mainViewList .moreCollaborativeView:hover {
    background-color: #0000000d; }

.viewDeleteModel {
  position: absolute !important;
  z-index: 10 !important;
  background-color: white !important;
  height: 160px !important;
  top: 100px !important;
  left: 34px !important; }

.mainSectionDiv {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  overflow-y: auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0; }

.mainSectionDivEmbed {
  height: calc(100% - 80px) !important; }

.notFindView {
  opacity: .75;
  padding: 16px;
  text-align: center;
  font-size: 13px;
  color: #1f1f1f; }

body ::-webkit-scrollbar {
  width: 4px !important; }

#SectionId {
  height: 34px;
  display: flex;
  align-items: center;
  position: relative; }
  #SectionId:hover {
    background-color: #0000000d; }
    #SectionId:hover .sectionDropdownIcon {
      visibility: visible; }
    #SectionId:hover .activeAutomationText {
      display: none; }
  #SectionId .input-rename-view {
    height: 22px;
    padding: 0 8px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-weight: 500;
    width: 100%; }
  #SectionId .input-rename-view:focus {
    border: 2px solid #00000040 !important; }
  #SectionId .input-rename-view:focus-visible {
    outline: none; }
  #SectionId .dropdownIcon {
    display: flex;
    position: absolute;
    right: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center; }
  #SectionId .sectionName {
    width: 80%;
    font-size: 13px;
    font-weight: 500;
    height: 34px;
    display: flex;
    align-items: center; }
  #SectionId .sectionDropdownIcon {
    display: flex;
    position: absolute;
    right: 10px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    visibility: hidden; }
  #SectionId .dropOptionIcons {
    display: flex;
    align-items: center;
    right: 10px;
    position: relative; }
  #SectionId .dragIcon {
    display: flex;
    align-items: center;
    right: -5px;
    position: relative; }
  #SectionId .contex-menu {
    right: 0px !important;
    top: 10px !important; }

.viewSelector-popup {
  margin: 0px !important;
  border-radius: 3px !important;
  background: #303b47 !important;
  padding: 6px 8px 4px 8px !important; }
  .viewSelector-popup .tooltiptext-info {
    display: flex;
    flex-direction: column; }
    .viewSelector-popup .tooltiptext-info .viewname-text {
      padding-bottom: 6px; }
    .viewSelector-popup .tooltiptext-info .createview-message {
      font-size: 13px;
      opacity: .8;
      cursor: text; }
    .viewSelector-popup .tooltiptext-info .view-create, .viewSelector-popup .tooltiptext-info .view-edit {
      font-size: 11px;
      opacity: .8;
      line-height: 1.2;
      padding-bottom: 4px; }
    .viewSelector-popup .tooltiptext-info .create-info {
      padding-bottom: 8px;
      line-height: 1.2; }
      .viewSelector-popup .tooltiptext-info .create-info .create-email {
        font-size: 11px;
        opacity: .8; }
    .viewSelector-popup .tooltiptext-info .edit-info {
      display: flex; }
      .viewSelector-popup .tooltiptext-info .edit-info .user-icon {
        margin-left: -2px; }
      .viewSelector-popup .tooltiptext-info .edit-info .edit-text {
        font-size: 12px;
        line-height: 1.3;
        margin-left: 2px; }

.viewSection-contextMenu-popup {
  padding: 0px !important;
  margin: 62px 40px 0px 0px !important;
  box-shadow: none !important;
  border: none !important; }
  .viewSection-contextMenu-popup .sectionDeleteMenu .delete-section-menu {
    position: relative;
    top: 0 !important;
    right: 0 !important; }

.viewDropdown-popup {
  padding: 0px !important;
  margin: 12px -142px 0 0px !important;
  box-shadow: none !important;
  border: none !important; }
  .viewDropdown-popup .viewContext-menu .context-sub-action {
    position: absolute;
    top: 0 !important;
    right: 0 !important; }
  .viewDropdown-popup .viewContext-menu .movetoSectionModel {
    min-width: 200px !important;
    left: -12px; }
#CustomizeRowsModel {
  background-color: #ffffff;
  border: 2px solid #ddd;
  width: 500px; }
  #CustomizeRowsModel .rotate_icon {
    transform: rotate(180deg);
    transition: 300ms ease all; }
  #CustomizeRowsModel .rotate_icon_first {
    transition: 300ms ease all; }
  #CustomizeRowsModel .border_select {
    border: none;
    box-shadow: 0 0 0 1px #e0e0e0;
    border-radius: 3px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; }
  #CustomizeRowsModel .border_select:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  #CustomizeRowsModel .border_active {
    box-shadow: 0 0 0 2px #166ee1 !important; }
  #CustomizeRowsModel .drop_menu {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 6px;
    box-shadow: 0px 1px 5px 0px #cccccc;
    z-index: 1;
    margin-top: 5px;
    max-height: 100px;
    overflow-y: auto;
    width: 270px; }
  #CustomizeRowsModel .dropdown_none {
    display: none !important; }
  #CustomizeRowsModel .dropdownlist:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: black;
    border-radius: 5px; }
  #CustomizeRowsModel .p_6 {
    padding: 6px; }
  #CustomizeRowsModel .active_right {
    background-color: #c4ecff !important;
    color: black;
    border-radius: 5px; }
  #CustomizeRowsModel .hidefield-box:hover {
    background-color: #0000000d;
    border-radius: 5px;
    transition: background-color 0.2s ease; }
  #CustomizeRowsModel .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -5px; }
    #CustomizeRowsModel .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox label:after {
    width: 10px !important;
    height: 10px !important; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox label:before {
    width: 2rem !important;
    height: 13px !important;
    background: #00000026;
    border: 1px solid #ccc; }
  #CustomizeRowsModel .ui.toggle.checkbox label:before {
    top: 5px; }
  #CustomizeRowsModel .ui.toggle.checkbox input ~ label:after {
    top: 6px;
    left: 1px; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
    top: 6px; }
  #CustomizeRowsModel #RadioToggle .ui.toggle.checkbox input:checked ~ label:after {
    left: 16px !important; }
  #CustomizeRowsModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 20px 0px 20px; }
    #CustomizeRowsModel .action p {
      cursor: pointer;
      color: #3384f7; }
      #CustomizeRowsModel .action p:hover {
        color: #3384f7; }
  #CustomizeRowsModel .close-mobile {
    position: absolute;
    right: 4px;
    top: 4px; }
  #CustomizeRowsModel .hidemodal-searchbar {
    display: flex;
    align-items: center; }
    #CustomizeRowsModel .hidemodal-searchbar .input-hide-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%; }
      #CustomizeRowsModel .hidemodal-searchbar .input-hide-search:focus-visible {
        outline: none !important; }
    #CustomizeRowsModel .hidemodal-searchbar .hide-column-help {
      opacity: 0.75;
      cursor: pointer;
      display: flex;
      align-items: center; }
    #CustomizeRowsModel .hidemodal-searchbar .search-close {
      opacity: 0.5;
      cursor: pointer;
      display: flex;
      align-items: center; }
  #CustomizeRowsModel .not-field {
    opacity: 0.5;
    margin-bottom: 8px;
    cursor: text;
    min-height: 60px; }
    #CustomizeRowsModel .not-field span {
      font-size: 13px; }
      #CustomizeRowsModel .not-field span .clear-search {
        text-decoration: none;
        color: #2e2f32;
        cursor: pointer;
        margin-left: 4px;
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #CustomizeRowsModel .not-field span .clear-search:hover {
          border-bottom: 2px solid #2e2f32; }
#TimelineDateConfigModal {
  width: 600px !important; }
  #TimelineDateConfigModal .heading {
    font-size: 13px;
    font-weight: 500;
    color: #616670;
    padding: 0px 0px 3px 0px; }
  #TimelineDateConfigModal .desc {
    font-size: 12px;
    color: #616670;
    padding-bottom: 6px; }
  #TimelineDateConfigModal .timeline-date-main .timeline-date-content {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #ddd; }
    #TimelineDateConfigModal .timeline-date-main .timeline-date-content .heading-area {
      width: 160px; }
    #TimelineDateConfigModal .timeline-date-main .timeline-date-content .dropdown i {
      font-size: 11px; }
  #TimelineDateConfigModal .timeline-date-main .buttons-grp {
    width: 65%; }
    #TimelineDateConfigModal .timeline-date-main .buttons-grp .button-act {
      font-size: 0.8rem; }
    #TimelineDateConfigModal .timeline-date-main .buttons-grp .active {
      background: #616670;
      color: white; }
#CutomizeLabelModel {
  background-color: #FFFFFF;
  border: 2px solid #ddd; }
  #CutomizeLabelModel .sort {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: -5px; }
    #CutomizeLabelModel .sort .checkbox label {
      white-space: nowrap;
      max-width: 100%;
      text-overflow: ellipsis; }
  #CutomizeLabelModel .action {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 20px 0px 20px; }
    #CutomizeLabelModel .action p {
      cursor: pointer;
      color: #3384f7; }
      #CutomizeLabelModel .action p:hover {
        color: #3384f7; }
  #CutomizeLabelModel .close-mobile {
    position: absolute;
    right: 4px;
    top: 4px; }
  #CutomizeLabelModel .hidemodal-searchbar {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px; }
    #CutomizeLabelModel .hidemodal-searchbar .input-hide-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      #CutomizeLabelModel .hidemodal-searchbar .input-hide-search:focus-visible {
        outline: none !important; }
    #CutomizeLabelModel .hidemodal-searchbar .hide-column-help {
      opacity: .75;
      cursor: pointer;
      display: flex;
      align-items: center; }
    #CutomizeLabelModel .hidemodal-searchbar .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center; }
  #CutomizeLabelModel .not-field {
    opacity: .5;
    margin-bottom: 8px;
    cursor: text;
    min-height: 60px; }
    #CutomizeLabelModel .not-field span {
      font-size: 13px; }
      #CutomizeLabelModel .not-field span .clear-search {
        text-decoration: none;
        color: #2e2f32;
        cursor: pointer;
        margin-left: 4px;
        font-size: 11px;
        font-weight: 500;
        padding-bottom: 2px;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
        #CutomizeLabelModel .not-field span .clear-search:hover {
          border-bottom: 2px solid #2e2f32; }
/* Inside your styles.css or any CSS file */
#TableFormView {
  height: calc(100vh - 128px);
  z-index: 2;
  overflow: hidden;
  display: flex; }
  #TableFormView .readOnlyMsg {
    position: fixed;
    background: #333333;
    opacity: .8;
    left: 0px;
    z-index: 7;
    right: 0px;
    bottom: 0px; }
  #TableFormView .box-ready-root {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    height: calc(100vh - 129px); }
  #TableFormView .box-ready {
    background: #fff;
    border-radius: 10px;
    font-size: 1.2em;
    padding: 20px;
    height: fit-content;
    margin: auto; }
  #TableFormView .disable-submit-modal {
    z-index: 1000;
    position: fixed;
    background-color: #fff;
    padding: 32px;
    width: 384px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
    #TableFormView .disable-submit-modal .content {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.25;
      color: #4d4d4d; }
  #TableFormView .add-element-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff none !important;
    color: #0009;
    position: absolute;
    left: 0px;
    z-index: 1;
    margin-top: 20px;
    width: 140px;
    border: 1px solid #ccc;
    font-size: 1rem;
    padding: 5px 10px;
    cursor: pointer;
    min-height: 2em;
    font-weight: bold;
    border-radius: 0.28571429rem;
    font-family: "Lato", sans-serif; }
    #TableFormView .add-element-btn .angle {
      height: auto; }
  #TableFormView .form-view-sidebar {
    float: right;
    right: 1.0rem;
    padding: 5px 20px;
    width: 23%;
    height: -webkit-fill-available;
    border: 1px solid #f1f3f6;
    background: #fff;
    overflow: hidden auto;
    border-right: 1px solid #ddd;
    z-index: 2;
    position: absolute;
    left: -28%;
    transition: left 0.5s ease-in-out; }
    #TableFormView .form-view-sidebar.open {
      left: 0; }
    #TableFormView .form-view-sidebar.open ~ .form-view-artboard {
      margin-left: 23%;
      max-width: calc(100% + 23%); }
    #TableFormView .form-view-sidebar .left-close-element {
      width: 100%;
      display: flex;
      justify-content: end;
      align-items: center;
      margin-bottom: 3px; }
      #TableFormView .form-view-sidebar .left-close-element .close-btn {
        display: flex;
        align-items: center;
        background: none;
        border: none;
        color: gray;
        cursor: pointer; }
    #TableFormView .form-view-sidebar .form-header {
      font-size: 12px; }
    #TableFormView .form-view-sidebar .column-box-list div {
      opacity: 1 !important; }
    #TableFormView .form-view-sidebar .columns-header {
      justify-content: space-between;
      align-items: center;
      display: flex; }
      #TableFormView .form-view-sidebar .columns-header .remove-add-all {
        display: flex; }
        #TableFormView .form-view-sidebar .columns-header .remove-add-all .all-button {
          color: #414141;
          font-size: 13px;
          cursor: pointer; }
          #TableFormView .form-view-sidebar .columns-header .remove-add-all .all-button:hover {
            color: #ccc; }
    #TableFormView .form-view-sidebar .add-field-button {
      margin-bottom: 10px;
      margin-top: 10px; }
      #TableFormView .form-view-sidebar .add-field-button .all-button {
        margin-right: 20px;
        color: #414141;
        font-size: 13px;
        cursor: pointer; }
        #TableFormView .form-view-sidebar .add-field-button .all-button:hover {
          color: #ccc; }
      #TableFormView .form-view-sidebar .add-field-button .field-button {
        font-size: 14px;
        font-weight: normal;
        font-display: inherit; }
    #TableFormView .form-view-sidebar .list-column-empty-empty {
      margin-top: 10px;
      padding: 10px;
      background-color: #f7f7f7;
      border: 2px dashed #888;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      opacity: 60%; }
  #TableFormView .form-view-artboard {
    display: flex;
    width: 100% !important;
    justify-content: center;
    overflow: hidden scroll;
    overflow-x: auto;
    scroll-snap-coordinate: none;
    scrollbar-width: none;
    transition: margin 0.4s ease-in-out, width 0.5s ease-in-out, transform 0.1s ease-in;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; }
    #TableFormView .form-view-artboard .setting-btn {
      border: 1px solid #ccc; }
    #TableFormView .form-view-artboard .dropdown-settings {
      position: absolute;
      right: 50px;
      height: -webkit-fill-available;
      /* top: 66px; */ }
      #TableFormView .form-view-artboard .dropdown-settings .setting-btn {
        background: #ffffff none !important;
        position: absolute;
        right: 0;
        margin-top: 20px;
        width: 140px;
        z-index: 1; }
      #TableFormView .form-view-artboard .dropdown-settings .dropdown.icon {
        display: none; }
      #TableFormView .form-view-artboard .dropdown-settings .menu {
        height: -webkit-fill-available;
        overflow: hidden scroll;
        padding: 0px !important;
        cursor: auto;
        position: absolute;
        outline: none;
        right: 0%;
        top: 0px;
        margin-top: 0px;
        min-width: 318px;
        background: #FFFFFF;
        font-size: 1em;
        text-shadow: none;
        text-align: left;
        box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
        border: 1px solid rgba(34, 36, 38, 0.15);
        border-radius: 0.28571429rem;
        transition: opacity 0.1sease;
        z-index: 4;
        will-change: transform, opacity;
        scrollbar-width: none;
        -ms-overflow-style: none; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .form-label-type {
          font-weight: 500;
          font-size: 16px;
          font-family: 'Roboto Slab', serif !important; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .fields {
          margin-top: 10px;
          flex-direction: column !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .fields label {
            font-weight: 500;
            font-family: 'Roboto Slab', serif !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-type-settings .fields p {
            margin-left: 36px;
            color: #6f6e6e; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .color-picker-bg span {
          font-weight: 500;
          font-size: 16px; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .color-picker-bg .circle-picker {
          margin: auto !important;
          margin-top: 10px !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .color-picker-bg .circle-picker span div {
            margin-right: 9px !important; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer {
          width: 400px;
          color: #414141;
          padding: 0px;
          position: relative;
          z-index: 999;
          padding-bottom: 20px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-heading {
            position: sticky;
            top: 0;
            background-color: #fff;
            z-index: 100;
            height: 50px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 0 15px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-heading .heading {
              font-size: 1.4rem;
              margin: 0; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-heading .form-close {
              width: 2.25rem;
              height: 2.25rem;
              display: flex;
              justify-content: center;
              align-items: center;
              border: none;
              cursor: pointer;
              background: none; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer input[type="radio"] {
            display: none; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-tabs {
            position: sticky;
            top: 50px;
            z-index: 100;
            display: flex;
            height: 3rem;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-tabs label {
              width: 100%;
              text-align: center;
              height: 100%;
              font-size: 1rem;
              font-weight: 500;
              box-sizing: border-box;
              transition: background 0.3s ease, border-color 0.3s ease;
              cursor: pointer;
              display: flex;
              background: #fff;
              align-items: center;
              justify-content: center;
              border-bottom: 3px solid transparent; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-tabs label:hover {
                border-bottom: 3px solid #000000; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-general:checked ~ .form-tabs label[for="tab-general"],
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-styles:checked ~ .form-tabs label[for="tab-styles"],
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-layouts:checked ~ .form-tabs label[for="tab-layouts"],
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-submission:checked ~ .form-tabs label[for="tab-submission"] {
            border-bottom: 3px solid #000000; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content {
            position: relative;
            top: 15px;
            display: none;
            padding: 0px 15px;
            border-radius: 4px;
            transition: 0.3s; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .after-form {
              font-size: 16px;
              flex-direction: column;
              margin-bottom: 12px;
              display: flex; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message {
              margin: 10px 0px;
              display: flex;
              flex-direction: column; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message span {
                font-weight: 500;
                font-size: 16px; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message .cbx-title {
                width: 100%;
                font-size: 16px;
                font-weight: 500;
                margin: 10px 0; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message textarea {
                margin: 0em;
                margin-top: 10px;
                -webkit-appearance: none;
                padding: 0.78571429em 1em;
                background: #FFFFFF;
                border: 1px solid rgba(34, 36, 38, 0.15);
                outline: none;
                color: rgba(0, 0, 0, 0.87);
                border-radius: 0.28571429rem;
                box-shadow: 0em 0em 0em 0em transparent inset;
                font-size: 1em;
                line-height: 1.2857;
                resize: vertical;
                height: 100%; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .input-message .circle-picker-2 {
                width: 100% !important; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .color-picker-bg .circle-picker {
              width: 100% !important; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel {
              width: 100%; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme {
                width: 100%;
                margin: 20px 0; }
                #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme h3 {
                  margin-bottom: 5px;
                  font-weight: 500;
                  font-size: 16px; }
                #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme .colors-boxes {
                  width: 100%;
                  display: flex;
                  justify-content: flex-start;
                  gap: 10px;
                  flex-wrap: wrap; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-colorScheme .colors-boxes .Colorschema-btn {
                    cursor: pointer;
                    width: 35px;
                    height: 35px; }
              #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between; }
                #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group {
                  width: 48%;
                  margin: 10px 0; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group h3 {
                    margin-bottom: 5px;
                    font-weight: 500;
                    font-size: 16px; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group {
                    display: flex;
                    width: 100%;
                    flex-direction: column;
                    gap: 10px; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .file-upload {
                      border: 1px solid rgba(34, 36, 38, 0.15);
                      padding: 6px 10px;
                      border-radius: 5px;
                      cursor: pointer;
                      box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
                      font-weight: 500;
                      text-align: center; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .file-upload .fill-image {
                        display: none; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card {
                      width: 100%;
                      border-radius: 4px;
                      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
                      padding: 5px;
                      display: flex;
                      gap: 5px;
                      flex-wrap: wrap;
                      justify-content: center; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card .image-container {
                        width: 100%;
                        height: 100px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        overflow: hidden; }
                        #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card .image-container .preview-image {
                          width: 100%;
                          height: 100%;
                          object-fit: contain; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-file-group .image-card .remove-button {
                        background: none;
                        border: none;
                        color: #F1A340;
                        font-size: 14px;
                        font-weight: bold;
                        cursor: pointer; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group {
                    display: flex;
                    width: 100%;
                    border: 1px solid rgba(34, 36, 38, 0.15);
                    box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group .input-value {
                      padding: 5px;
                      font-size: 1rem;
                      width: 100%;
                      border: none;
                      box-shadow: none; }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group .input-value:focus-visible {
                        outline: none; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-color-group .input-colors {
                      border: none;
                      width: 30px;
                      height: 30px;
                      background-color: transparent; }
                  #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container {
                    display: flex;
                    align-items: center;
                    padding: 5px 0;
                    border-radius: 4px; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container input {
                      padding: 5px;
                      font-size: 1rem;
                      font-weight: 500;
                      width: 100%;
                      border: 1px solid rgba(34, 36, 38, 0.15);
                      box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container input:focus-visible {
                        outline: none; }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container .input-px {
                      padding: 5px;
                      font-size: 1rem;
                      font-weight: 500;
                      border: 1px solid rgba(34, 36, 38, 0.15); }
                    #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container select {
                      padding: 5px;
                      font-size: 1rem;
                      width: 100%;
                      border: 1px solid rgba(34, 36, 38, 0.15);
                      box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1); }
                      #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer .form-content .tab-content .style-panel .style-container .style-group .input-container select:focus-visible {
                        outline: none; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-general:checked ~ .form-content #general {
            display: block; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-styles:checked ~ .form-content #styles {
            display: block; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-layouts:checked ~ .form-content #layouts {
            display: block; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .form-designer #tab-submission:checked ~ .form-content #submission {
            display: block; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root {
          display: flex;
          margin: 10px 0px;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox label {
            min-height: 0.5rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox {
            min-height: 1rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.fitted.toggle.checkbox {
            width: 2.3rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox input {
            width: 2rem !important;
            height: 1rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox label:before {
            width: 2rem !important;
            height: 1rem !important;
            background: #00000026;
            border: 1px solid #ccc; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox label:after {
            width: 1rem !important;
            height: 1rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox input:checked ~ label:after {
            left: 1.2rem !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .ui.toggle.checkbox input:checked ~ label:before {
            background-color: #20c933 !important; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root span {
            font-weight: 500;
            font-size: 16px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .checkbox {
            margin-left: auto; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .cbx-root .cbx-title {
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            margin: 10px 0; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .error-message {
          color: red;
          font-size: 14px;
          margin-bottom: 5px; }
        #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action {
          margin-top: 20px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-url {
            margin-top: 11px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-url .input {
              width: 100%; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-url button {
              margin-top: 10px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .after-form {
            font-size: 16px;
            flex-direction: column;
            margin-bottom: 12px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message {
            margin: 10px 0px;
            display: flex;
            flex-direction: column; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message textarea {
              margin: 0em;
              margin-top: 10px;
              -webkit-appearance: none;
              tap-highlight-color: rgba(255, 255, 255, 0);
              padding: 0.78571429em 1em;
              background: #FFFFFF;
              border: 1px solid rgba(34, 36, 38, 0.15);
              outline: none;
              color: rgba(0, 0, 0, 0.87);
              border-radius: 0.28571429rem;
              box-shadow: 0em 0em 0em 0em transparent inset;
              -webkit-transition: color 0.1s ease, border-color 0.1s ease;
              transition: color 0.1s ease, border-color 0.1s ease;
              font-size: 1em;
              line-height: 1.2857;
              resize: vertical;
              height: 100; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message span {
              font-weight: 500;
              font-size: 16px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message .input {
              margin-top: 10px; }
            #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message .quill-editor-customCss .ql-container .ql-editor ol, #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .input-message .quill-editor-customCss .ql-container .ql-editor ul {
              padding: 0px; }
          #TableFormView .form-view-artboard .dropdown-settings .menu .redirect-action .button {
            margin-left: 5px; }
      #TableFormView .form-view-artboard .dropdown-settings .active {
        animation: slide-in-right-to-left 0.5s ease-in-out forwards; }
      #TableFormView .form-view-artboard .dropdown-settings .inactive {
        animation: slide-out-left-to-right 0.5s ease-in forwards; }
      #TableFormView .form-view-artboard .dropdown-settings .colorTag-hover {
        position: absolute;
        top: 290px;
        left: -386px;
        z-index: 100;
        background: #4b4b4b;
        padding: 8px;
        border-radius: 6px;
        color: white;
        font-size: 15px;
        width: 199px;
        font-weight: 500; }
    #TableFormView .form-view-artboard .form-layout {
      width: -webkit-fill-available;
      width: -moz-available;
      transition: width 0.1s ease-in; }
      #TableFormView .form-view-artboard .form-layout .form-view-root .active .name,
      #TableFormView .form-view-artboard .form-layout .form-view-root .addlogotext,
      #TableFormView .form-view-artboard .form-layout .form-view-root .lable-form-name,
      #TableFormView .form-view-artboard .form-layout .form-view-root .form-desc-preview,
      #TableFormView .form-view-artboard .form-layout .form-view-root .form-desc-preview .ql-editor p,
      #TableFormView .form-view-artboard .form-layout .form-view-root .active .description div,
      #TableFormView .form-view-artboard .form-layout .form-view-root .active .description div p,
      #TableFormView .form-view-artboard .form-layout .form-view-root .css-1wa3eu0-placeholder,
      #TableFormView .form-view-artboard .form-layout .form-view-root .add {
        font-family: var(--form-font-family);
        color: var(--form-font-color, #000000); }
      #TableFormView .form-view-artboard .form-layout .form-view-root .input-component input,
      #TableFormView .form-view-artboard .form-layout .form-view-root textarea,
      #TableFormView .form-view-artboard .form-layout .form-view-root .form-action-button button {
        font-family: var(--form-font-family); }
      #TableFormView .form-view-artboard .form-layout .form-view-root .input-component input,
      #TableFormView .form-view-artboard .form-layout .form-view-root .css-bm819o-control,
      #TableFormView .form-view-artboard .form-layout .form-view-root textarea {
        background-color: var(--form-font-backgroung); }
      #TableFormView .form-view-artboard .form-layout .form-view-root {
        max-width: 700px;
        margin: 20px auto;
        padding: 1px;
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        background: #fff;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center top; }
        #TableFormView .form-view-artboard .form-layout .form-view-root .input-component input {
          width: 100%; }
      #TableFormView .form-view-artboard .form-layout .embedFormView {
        pointer-events: none; }
      #TableFormView .form-view-artboard .form-layout .form-view {
        max-width: 600px;
        padding: 0px 10px;
        margin: auto;
        min-height: 450px; }
        #TableFormView .form-view-artboard .form-layout .form-view div {
          opacity: 1 !important; }
      #TableFormView .form-view-artboard .form-layout .stack-sidebar {
        right: 25% !important; }
  #TableFormView .form-view-artboard:has(.menu.active) {
    margin-right: 400px;
    max-width: calc(100% + 400px); }
  #TableFormView .overlay {
    top: 129px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    z-index: 4;
    opacity: .8;
    background: rgba(0, 0, 0, 0.3); }
  #TableFormView .info-notice {
    margin: 20px 50px;
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    /* color: #c5626f; */
    background: #f5eeb7;
    display: flex;
    justify-content: space-between; }
    #TableFormView .info-notice p {
      margin-bottom: 0px; }
    #TableFormView .info-notice i {
      cursor: pointer; }
  #TableFormView .choose-an-image {
    font-size: 12px;
    width: 130px;
    background-color: gray;
    padding: 8px 0px; }
  #TableFormView .submit-button-heading {
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline; }
  #TableFormView .action-button {
    margin-top: 10px; }
    #TableFormView .action-button .btn-cancel {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      border-radius: 6px;
      color: #333;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #TableFormView .action-button .btn-cancel:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #TableFormView .action-button .btn-apply {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      padding: 0 12px;
      border-radius: 6px;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #TableFormView .action-button .btn-apply .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #TableFormView .action-button .btn-apply:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #TableFormView .action-button .btn-apply:focus {
        border: none; }
  #TableFormView .welcome-page-image-url {
    width: 150px; }
  #TableFormView .img-close-icon {
    position: absolute;
    left: 165px; }
  #TableFormView .input-message-description, #TableFormView .input-message-layout, #TableFormView .background-color-picker, #TableFormView .image-name {
    margin-bottom: 10px; }
  #TableFormView .input-message-layout-image {
    width: 65px;
    cursor: pointer; }
  #TableFormView .customize-welcome-page-subheading {
    font-size: 12px !important; }
  #TableFormView .circle-picker-2 {
    width: 235px !important; }

.Toastify__toast--info {
  background: #31353e !important; }

#ColumnConfigModelFormView,
.right-popup-wrapper {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8; }
  #ColumnConfigModelFormView .overlay,
  .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #ColumnConfigModelFormView .filters,
  .right-popup-wrapper .filters {
    top: 20%;
    left: 40%; }
  #ColumnConfigModelFormView .filters,
  #ColumnConfigModelFormView .right-popup,
  .right-popup-wrapper .filters,
  .right-popup-wrapper .right-popup {
    top: 25%;
    left: 23%;
    z-index: 2;
    position: relative;
    right: 0;
    width: min-content;
    min-width: 30em;
    min-height: fit-content;
    max-height: 47.5rem;
    background: #fff;
    border: 2px solid #ddd;
    overflow-y: auto;
    border-radius: 10px;
    overflow-x: hidden; }
  #ColumnConfigModelFormView .title-filter,
  .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 500; }
    #ColumnConfigModelFormView .title-filter svg,
    .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }

.tooltip-custom-container {
  position: relative; }

.tooltip-custom-container:hover .tooltip-custom {
  display: block; }

.tooltip-custom {
  position: absolute;
  top: -85px;
  left: 0px;
  z-index: 100;
  background: #4b4b4b;
  padding: 8px;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  width: 199px;
  font-weight: 500;
  display: none; }

@keyframes slide-in-right-to-left {
  from {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden; }
  to {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; } }

@keyframes slide-out-left-to-right {
  from {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  to {
    transform: translateX(100%);
    opacity: 1;
    visibility: hidden; } }
.column-box-list {
  margin-top: 10px; }
  .column-box-list .column-box {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px; }
    .column-box-list .column-box:hover {
      border: 1px solid #f1f1f2;
      border-radius: 2px; }
    .column-box-list .column-box .list-item-icon {
      font-size: 16px;
      margin-right: 10px; }
    .column-box-list .column-box .column-icon {
      margin-left: 15px;
      font-size: 16px; }
    .column-box-list .column-box .column-name {
      margin-left: 10px;
      font-size: 14px;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      font-size: 14px;
      line-height: 1;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 65%; }
    .column-box-list .column-box i {
      margin-left: auto; }
      .column-box-list .column-box i:hover {
        color: #f8f8f8; }
  .column-box-list .list-column-empty-empty {
    margin-top: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 2px dashed #888;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    opacity: 60%; }
.form-component-empty {
  margin: 18px 10px 10px 10px;
  padding: 40px;
  background-color: #f7f7f7;
  border: 2px dashed #888;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  opacity: 60%;
  width: 100%; }

.dropable-two-column-layout {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.draggable-two-column-layout {
  width: 50%; }

.draggable-two-column-single-layout {
  width: 100%; }

.page-divider-two-column-layout {
  display: flex;
  align-items: center; }
.form-component-root .form-component {
  margin-top: 10px;
  padding: 14px 20px; }
  .form-component-root .form-component textarea {
    border: 2px solid rgba(0, 0, 0, 0.1); }
    .form-component-root .form-component textarea:hover {
      border-color: rgba(0, 0, 0, 0.25); }
    .form-component-root .form-component textarea:focus {
      border-color: #2872e1; }
    .form-component-root .form-component textarea:active, .form-component-root .form-component textarea:focus {
      box-shadow: inset 0 0 0 2px #cce0fe; }
  .form-component-root .form-component .error {
    color: red;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400; }
  .form-component-root .form-component .required {
    color: red; }
  .form-component-root .form-component .name {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    flex-direction: row;
    max-width: 100%;
    word-break: break-word;
    white-space: normal;
    line-height: 1.1; }
  .form-component-root .form-component .field-group {
    display: inline-block;
    width: 100%; }
  .form-component-root .form-component .columnpermission-message {
    margin-top: 8px;
    color: #dc043b;
    font-size: 14px;
    display: flex;
    align-items: center; }
    .form-component-root .form-component .columnpermission-message .permission-warning {
      color: #dc043b;
      fill: #dc043b; }
  .form-component-root .form-component .description {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    overflow: hidden;
    line-height: 1; }
    .form-component-root .form-component .description span {
      color: #777676;
      font-size: 15px;
      margin-top: 3px;
      margin-top: 4px; }
    .form-component-root .form-component .description .descriptionQuill .ql-toolbar.ql-snow {
      display: none; }
    .form-component-root .form-component .description .descriptionQuill .ql-container.ql-snow {
      border: none; }
      .form-component-root .form-component .description .descriptionQuill .ql-container.ql-snow .ql-editor {
        padding-left: 1px; }
    .form-component-root .form-component .description .descriptionQuill .ql-editor {
      padding-left: 0px !important;
      color: #666;
      font-size: 15px; }
    .form-component-root .form-component .description #quill-editor {
      background: #fff; }
      .form-component-root .form-component .description #quill-editor .ql-toolbar {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px; }
      .form-component-root .form-component .description #quill-editor .ql-container {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        height: auto; }
    .form-component-root .form-component .description textarea {
      margin: 0em;
      max-width: 100%;
      -webkit-box-flex: 1;
      width: -webkit-fill-available;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      outline: none;
      -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
      text-align: left;
      line-height: 1.21428571em;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      padding: 0.67857143em 1em;
      background: #FFFFFF;
      color: rgba(0, 0, 0, 0.87);
      border-radius: 0.28571429rem;
      -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
      transition: box-shadow 0.1s ease, border-color 0.1s ease;
      box-shadow: none; }
  .form-component-root .form-component .form-box .form-box-component #quill-editor .quill .ql-container {
    background: whitesmoke; }
  .form-component-root .form-component .showField {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    overflow: hidden; }
    .form-component-root .form-component .showField .button-menu {
      width: fit-content;
      margin-bottom: 15px;
      margin-top: 2px; }
  .form-component-root .form-component .multiSelect-list {
    display: flex;
    align-items: center;
    margin: 5px;
    margin-top: 7px; }
    .form-component-root .form-component .multiSelect-list .radiotoggle-css label::after {
      background-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .radiotoggle-css input:focus ~ label:before {
      border-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .checkbox-css label::after {
      border-radius: 3px;
      color: white !important;
      background-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .checkbox-css input:focus ~ label:before {
      color: white !important;
      border-color: #2872e1 !important; }
    .form-component-root .form-component .multiSelect-list .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 5px 2px;
      max-width: inherit; }
    .form-component-root .form-component .multiSelect-list .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      .form-component-root .form-component .multiSelect-list .select-tag .Select-aria-only {
        position: relative !important; }
  .form-component-root .form-component .progress {
    margin: auto;
    width: inherit;
    margin-top: 5px; }
    .form-component-root .form-component .progress .progress-text-type {
      margin: auto; }
      .form-component-root .form-component .progress .progress-text-type .progress-text-main {
        display: flex;
        align-items: center;
        justify-content: unset; }
        .form-component-root .form-component .progress .progress-text-type .progress-text-main .progress-text-icon {
          font-size: 20px; }
        .form-component-root .form-component .progress .progress-text-type .progress-text-main .progress-text-task {
          font-size: 14px;
          margin: 2.3px;
          margin-left: 6px; }
    .form-component-root .form-component .progress .progress-type {
      display: flex;
      align-items: center;
      width: 100%; }
      .form-component-root .form-component .progress .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      .form-component-root .form-component .progress .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500; }
      .form-component-root .form-component .progress .progress-type .ui.small.progress {
        font-size: 0.60857143rem; }
  .form-component-root .form-component .button-column {
    display: contents; }
    .form-component-root .form-component .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      .form-component-root .form-component .button-column .send-btn .btn-root {
        margin: 7px 5px 0px 2px;
        display: flex;
        justify-content: center; }
        .form-component-root .form-component .button-column .send-btn .btn-root .btn {
          cursor: pointer;
          width: fit-content;
          padding: 3px 6px;
          border-radius: 5px;
          margin: auto;
          opacity: .8;
          display: flex;
          justify-content: center;
          background-color: rgba(228, 195, 195, 0.5); }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          .form-component-root .form-component .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        .form-component-root .form-component .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          .form-component-root .form-component .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }
  .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: auto;
    width: 100%;
    padding: 4px 0; }
    .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator {
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: 30px; }
      .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 600; }
      .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      .form-component-root .form-component .createdby-updatedby-column .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  .form-component-root .form-component .radio-choice {
    display: flex;
    flex-direction: column;
    margin-top: 10px; }
    .form-component-root .form-component .radio-choice .checkbox {
      margin-top: 5px; }
      .form-component-root .form-component .radio-choice .checkbox label {
        font-weight: normal; }
  .form-component-root .form-component .select-option .limitselection .limit-option-change {
    display: flex;
    align-items: center;
    margin: 3px 4px 12px 18px;
    cursor: pointer; }
  .form-component-root .form-component .select-option .limitselection #RadioToggle .ui.toggle.checkbox label {
    line-height: 15px !important; }
  .form-component-root .form-component .formcondition-toggle {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 10px;
    cursor: pointer; }
    .form-component-root .form-component .formcondition-toggle #RadioToggle .ui.toggle.checkbox label {
      line-height: 15px !important; }
  .form-component-root .form-component .action-button {
    margin-top: 10px; }
    .form-component-root .form-component .action-button button {
      margin-right: 10px; }
    .form-component-root .form-component .action-button .btn-cancel {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      border-radius: 6px;
      color: #333;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      .form-component-root .form-component .action-button .btn-cancel:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    .form-component-root .form-component .action-button .btn-apply {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      padding: 0 12px;
      border-radius: 6px;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      .form-component-root .form-component .action-button .btn-apply .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .form-component-root .form-component .action-button .btn-apply:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      .form-component-root .form-component .action-button .btn-apply:focus {
        border: none; }
  .form-component-root .form-component .input-component {
    margin-top: 10px;
    font-size: 14px;
    width: 100% !important; }
    .form-component-root .form-component .input-component input {
      border: 2px solid rgba(0, 0, 0, 0.1); }
      .form-component-root .form-component .input-component input:hover {
        border-color: rgba(0, 0, 0, 0.25); }
      .form-component-root .form-component .input-component input:focus {
        border-color: #2872e1; }
      .form-component-root .form-component .input-component input:active, .form-component-root .form-component .input-component input:focus {
        box-shadow: inset 0 0 0 2px #cce0fe; }
  .form-component-root .form-component .input-duration-component {
    margin: 0em;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 0.67857143em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none; }
  .form-component-root .form-component .PhoneInput {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 8px;
    margin: 10px 0px 0px 0px;
    border-radius: 4px;
    background-color: #FFFFFF; }
    .form-component-root .form-component .PhoneInput .PhoneInputCountry {
      width: 27px; }
      .form-component-root .form-component .PhoneInput .PhoneInputCountry svg {
        width: 100%;
        border-radius: 3px; }
      .form-component-root .form-component .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
        display: none; }
      .form-component-root .form-component .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
        display: flex;
        align-items: center; }
    .form-component-root .form-component .PhoneInput input {
      border: none;
      margin: auto;
      width: -webkit-fill-available;
      padding-left: 10px; }
      .form-component-root .form-component .PhoneInput input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .form-component-root .form-component .PhoneInput input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
  .form-component-root .form-component .react-phone-number-input .react-phone-number-input__icon {
    width: 25px; }
    .form-component-root .form-component .react-phone-number-input .react-phone-number-input__icon img {
      width: 100%;
      border-radius: 3px; }
  .form-component-root .form-component .react-phone-number-input input {
    border: none;
    margin: auto;
    width: -webkit-fill-available;
    padding-left: 10px; }
    .form-component-root .form-component .react-phone-number-input input:focus {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
    .form-component-root .form-component .react-phone-number-input input:active {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
  .form-component-root .form-component .cbx {
    justify-content: flex-start !important;
    margin-top: 10px; }
  .form-component-root .form-component .attachment-bx {
    margin-top: 10px;
    display: flex;
    flex-direction: column; }
    .form-component-root .form-component .attachment-bx input {
      display: none; }
    .form-component-root .form-component .attachment-bx .file-drop-target {
      margin-top: 10px;
      display: flex;
      flex-direction: column; }
    .form-component-root .form-component .attachment-bx .file-drop-dragging-over-frame {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    .form-component-root .form-component .attachment-bx .file-drop-dragging-over-target {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    .form-component-root .form-component .attachment-bx .add {
      font-size: 13px;
      font-weight: bold;
      height: fit-content !important;
      width: fit-content;
      background: #c7c7c7;
      font-weight: 500;
      border-radius: 4px;
      cursor: pointer;
      float: left;
      padding: 5px;
      margin: auto 0;
      margin-right: 5px;
      width: max-content; }
      .form-component-root .form-component .attachment-bx .add:hover {
        background: #d2d2da;
        opacity: .9; }
    .form-component-root .form-component .attachment-bx .attachment-data {
      margin-top: 10px;
      display: flex;
      flex-wrap: wrap; }
      .form-component-root .form-component .attachment-bx .attachment-data .attachement-item .remove-icon {
        padding: 2px;
        position: absolute;
        margin-left: -23px;
        border-radius: 4px; }
      .form-component-root .form-component .attachment-bx .attachment-data .img-data {
        position: relative;
        width: auto;
        min-height: 64px;
        margin-right: 5px;
        max-height: 64px;
        border-radius: 4px;
        border: 2px solid #d8d7d7de; }
  .form-component-root .form-component .Select {
    margin-top: 10px;
    min-height: 30px; }
    .form-component-root .form-component .Select .Select-menu-outer {
      z-index: 2 !important; }
    .form-component-root .form-component .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      .form-component-root .form-component .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      .form-component-root .form-component .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      .form-component-root .form-component .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      .form-component-root .form-component .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      .form-component-root .form-component .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      .form-component-root .form-component .Select .Select-control:hover {
        box-shadow: none; }
      .form-component-root .form-component .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    .form-component-root .form-component .Select .tab-select-bx {
      margin: 0 2px; }
    .form-component-root .form-component .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      .form-component-root .form-component .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      .form-component-root .form-component .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .form-component-root .form-component .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      .form-component-root .form-component .Select .select-tag .Select-aria-only {
        position: relative !important; }
  .form-component-root .form-component .react-datepicker-wrapper {
    width: 100%; }
    .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container {
      width: 100%; }
      .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input {
        width: 100%;
        margin: 0em;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        text-align: left;
        line-height: 1.21428571em;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        padding: 0.67857143em 1em;
        background: #FFFFFF;
        color: rgba(0, 0, 0, 0.87);
        border-radius: 0.28571429rem;
        -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
        transition: box-shadow 0.1s ease, border-color 0.1s ease;
        box-shadow: none;
        margin-top: 10px;
        border: 2px solid rgba(0, 0, 0, 0.1); }
        .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:hover {
          border-color: rgba(0, 0, 0, 0.25); }
        .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:focus {
          border-color: #2872e1; }
        .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:active, .form-component-root .form-component .react-datepicker-wrapper .react-datepicker__input-container input:focus {
          box-shadow: inset 0 0 0 2px #cce0fe; }
  .form-component-root .form-component .react-datepicker-popper .react-datepicker__time-list {
    padding: 0px;
    margin: 2px 2px !important; }
    .form-component-root .form-component .react-datepicker-popper .react-datepicker__time-list .react-datepicker__time-list-item {
      padding: 5px 0px !important; }
  .form-component-root .form-component .react-datepicker-popper .react-datepicker__time-container {
    width: 80px; }
  .form-component-root .form-component .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
    padding-right: 0px; }
  .form-component-root .form-component .react-phone-number-input {
    margin: 0em;
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-align: left;
    line-height: 1.21428571em;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    padding: 0.5em 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    border-radius: 0.28571429rem;
    -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
    transition: box-shadow 0.1s ease, border-color 0.1s ease;
    box-shadow: none;
    margin-top: 10px; }
    .form-component-root .form-component .react-phone-number-input .react-phone-number-input__row {
      display: flex; }
      .form-component-root .form-component .react-phone-number-input .react-phone-number-input__row select {
        display: none; }
      .form-component-root .form-component .react-phone-number-input .react-phone-number-input__row input {
        border: none;
        margin-left: 10px; }
    .form-component-root .form-component .react-phone-number-input .react-phone-number-input__country.react-phone-number-input__country--native {
      display: flex; }
    .form-component-root .form-component .react-phone-number-input svg {
      width: 25px; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__triangle {
  margin-left: 0px !important;
  border-bottom-color: white !important; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__time {
  margin-top: -19px; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__header--time {
  padding: 0; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__time-box {
  width: 100%; }

.form-component-root .time-column-formview .react-datepicker-popper .react-datepicker__time-list-item--selected {
  background-color: white !important;
  color: black !important;
  font-weight: 400; }

.form-component-root .links-bx {
  margin-top: 10px;
  display: flex;
  height: unset;
  min-height: unset;
  flex-wrap: wrap; }
  .form-component-root .links-bx .add {
    height: fit-content !important;
    background: #c7c7c7;
    font-weight: 400;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    padding: 0px 8px 0px 5px;
    margin: auto 0;
    margin-right: 5px;
    justify-content: center;
    display: flex;
    align-items: center;
    width: 65px;
    font-size: 14px;
    white-space: nowrap;
    line-height: 22px; }
    .form-component-root .links-bx .add:hover {
      background: #d2d2da;
      opacity: .9; }
  .form-component-root .links-bx .row-link {
    white-space: nowrap;
    margin: 4px 5px;
    padding: 0px 4px;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: fit-content; }
    .form-component-root .links-bx .row-link .remove-icon {
      cursor: pointer; }
    .form-component-root .links-bx .row-link .remove-icon::before {
      margin-left: 4px; }
    .form-component-root .links-bx .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }
  .form-component-root .links-bx .error {
    background: #f5cce9 !important;
    border: 0.5px solid #a26e71 !important; }

.form-component-root .active:hover {
  background-color: #f1f1f2;
  border-radius: 4px;
  cursor: grab; }

.form-component-root .form-component-active {
  margin-top: 10px;
  padding: 20px;
  background-color: #f7f7f7;
  border: 1px solid #888;
  border-radius: 4px; }
  .form-component-root .form-component-active .name {
    display: flex;
    flex-direction: column; }
  .form-component-root .form-component-active label {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500; }
  .form-component-root .form-component-active .active-component-header {
    color: #888;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .form-component-root .form-component-active .active-component-header h3 {
      text-transform: capitalize; }
    .form-component-root .form-component-active .active-component-header #RadioToggle .ui.toggle.checkbox label {
      line-height: 15px !important; }
    .form-component-root .form-component-active .active-component-header #RadioToggle .ui.toggle.checkbox label {
      line-height: 15px !important; }

.form-component-root .css-1okebmr-indicatorSeparator {
  display: none; }

.option-renderer-color-dot {
  background-color: black;
  width: 11px;
  min-width: 11px;
  height: 11px;
  display: inline-flex;
  border-radius: 5px;
  margin-right: 6px;
  margin-top: 2px; }

.select-tag-custom {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 2px;
  align-items: center; }

.select-tag-custom-single-select-column-type {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  align-items: center; }

.icon-with-text-container {
  display: flex;
  align-items: center;
  padding: 2px; }

.icon-with-text-container svg {
  margin-right: 4px; }

.custom-checkbox label::before {
  color: white; }

.custom-checkbox label::after {
  color: white !important;
  background: #2185D0 !important;
  border-radius: 0.21428571rem; }

.margin-left-11px {
  margin-left: 11px !important; }

.quill-editor-customCss {
  overflow: hidden auto; }
  .quill-editor-customCss .ql-container .ql-editor ol, .quill-editor-customCss .ql-container .ql-editor ul {
    padding: 0px; }
.form-condition-main {
  position: inherit;
  z-index: 0;
  width: 540px !important; }

.form-condition-main-two-column-layout {
  background-color: #FFFFFF;
  border: none;
  width: 100% !important;
  position: relative !important;
  top: 3px !important;
  padding: 0px !important; }

#FilterModel {
  border-radius: 10px; }
  #FilterModel .model-float {
    position: inherit; }
  #FilterModel .Select-menu-outer {
    width: auto !important;
    min-width: 100%; }
  #FilterModel .Select-placeholder {
    text-align: center;
    line-height: 29px; }
  #FilterModel .Select-arrow-zone {
    padding-top: 4px; }
  #FilterModel .link-sort {
    cursor: pointer; }
    #FilterModel .link-sort:hover {
      font-size: 13px; }
  #FilterModel #date-picker .input-datepicker {
    margin-top: 0px !important; }
  #FilterModel .filter-box-two-column-layout {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    padding: 15px;
    margin-top: 7px; }

@media only screen and (max-width: 450px) {
  #FilterModel {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 300px;
    position: absolute;
    margin-right: -62px;
    margin-left: -122px; }
    #FilterModel .onMobile {
      display: block;
      flex-direction: column; }
      #FilterModel .onMobile .sort-bx {
        margin-top: 6px;
        margin-bottom: 6px; }
      #FilterModel .onMobile .sort-by-bx {
        width: inherit;
        justify-content: space-between; }
      #FilterModel .onMobile .input-filter {
        width: 98%; }
    #FilterModel .close-mobile {
      position: absolute;
      right: 4px;
      top: 4px; } }

#SortModel .close-icon {
  display: none; }

@media screen and (max-width: 767px) {
  #SortModel {
    width: 330px !important;
    left: -275px; }
    #SortModel .close-icon {
      display: block; } }
#SignatureBox {
  margin: 0;
  font-family: sans-serif;
  text-align: center;
  outline: none;
  cursor: default;
  max-width: 250px;
  padding: 3px 0; }
  #SignatureBox .signature-btn-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none; }
    #SignatureBox .signature-btn-group .signature-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 2px;
      border-radius: 5px; }
      #SignatureBox .signature-btn-group .signature-btn .btn-draw {
        width: 50px;
        height: 25px;
        font-size: 13px;
        font-weight: 600;
        line-height: 22px;
        border-radius: 4px;
        color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 8px 0px 5px;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        background-color: #E0E1E2;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #SignatureBox .signature-btn-group .signature-btn .btn-draw span {
          cursor: pointer; }
      #SignatureBox .signature-btn-group .signature-btn .btn-type {
        width: 50px;
        height: 25px;
        line-height: 22px;
        font-size: 13px;
        border-radius: 4px;
        color: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px 8px 0px 5px;
        font-weight: 600;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        background-color: #E0E1E2;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #SignatureBox .signature-btn-group .signature-btn .btn-type span {
          cursor: pointer; }
    #SignatureBox .signature-btn-group .btn-clear {
      width: 50px;
      height: 25px;
      line-height: 22px;
      font-size: 13px;
      border-radius: 4px;
      color: #2e69ff;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 8px 0px 5px;
      font-weight: 600;
      font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
      background-color: #eef3ff; }
      #SignatureBox .signature-btn-group .btn-clear span {
        width: 100%;
        cursor: pointer; }
    #SignatureBox .signature-btn-group .btn-save {
      font-size: 12px;
      border-radius: 4px;
      color: rgba(0, 0, 0, 0.6);
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 2px 7px;
      background-color: #eef3ff;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #SignatureBox .signature-btn-group .btn-save span {
        width: 100%;
        cursor: pointer; }
  #SignatureBox .canvas-container {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100px;
    border: solid 1px #b0c4de;
    margin: 3px 0;
    user-select: none;
    border-radius: 3px;
    letter-spacing: 1px; }
    #SignatureBox .canvas-container .canvas {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0 5px;
      touch-action: none; }
  #SignatureBox .signature-input {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    user-select: none;
    border-radius: 3px;
    letter-spacing: 1px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 5px;
    border: none;
    font-size: 25px; }
    #SignatureBox .signature-input:focus {
      outline: solid 1px #b0c4de !important;
      border: solid 1px #b0c4de !important; }
    #SignatureBox .signature-input:focus-visible {
      outline: none !important;
      border: none !important; }
  #SignatureBox:focus-visible {
    outline: none !important; }
.page-divider-container {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  padding: 14px 20px;
  transition: all 0.3s ease-in-out; }
  .page-divider-container .divider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%; }
    .page-divider-container .divider-wrapper .divider-with-text {
      display: flex;
      align-items: center;
      width: 100%; }
    .page-divider-container .divider-wrapper .divider-border {
      flex-grow: 1; }
    .page-divider-container .divider-wrapper .divider-text {
      max-width: 65%;
      font-size: 14px;
      margin: 0 10px;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: break-word;
      text-align: center; }
  .page-divider-container .edit-divider {
    padding: 15px;
    background-color: #f7f7f7;
    border: 1px solid #888;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px; }
    .page-divider-container .edit-divider .colors-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .colors-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .colors-section .input-color-group {
        background-color: #ffff;
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        padding: 0px 5px; }
        .page-divider-container .edit-divider .colors-section .input-color-group .input-value {
          padding: 5px;
          font-size: 1rem;
          width: 100%;
          border: none;
          box-shadow: none;
          text-align: center;
          background: transparent; }
          .page-divider-container .edit-divider .colors-section .input-color-group .input-value:focus-visible {
            outline: none; }
        .page-divider-container .edit-divider .colors-section .input-color-group .input-colors {
          border: none;
          width: 30px;
          height: 30px;
          background-color: transparent; }
    .page-divider-container .edit-divider .border-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .border-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .border-section select.border-style-selector {
        background-color: #ffff;
        padding: 5px;
        font-size: 1rem;
        width: 100%;
        text-align: center;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .page-divider-container .edit-divider .border-section select.border-style-selector:focus-visible {
          outline: none; }
    .page-divider-container .edit-divider .text-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .text-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .text-section input.text-input {
        padding: 5px 10px;
        font-size: 1rem;
        width: 100%;
        text-align: left;
        background-color: #ffff;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .page-divider-container .edit-divider .text-section input.text-input:focus-visible {
          outline: none; }
      .page-divider-container .edit-divider .text-section .label-limit-message {
        display: flex;
        align-items: center;
        background-color: #ffecec;
        margin-top: 5px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        gap: 5px;
        padding: 6px;
        border-radius: 5px;
        animation: shake 0.2s ease-in-out; }
        .page-divider-container .edit-divider .text-section .label-limit-message .error-icon {
          font-size: 14px;
          animation: pulse 1s infinite; }
        .page-divider-container .edit-divider .text-section .label-limit-message .error-text {
          font-size: 12px;
          width: 100%;
          font-weight: 500;
          color: #ff0b04; }
    .page-divider-container .edit-divider .height-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .height-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
      .page-divider-container .edit-divider .height-section .input-container {
        background-color: #ffff;
        width: 100%;
        display: flex;
        align-items: center;
        border: 1px solid rgba(34, 36, 38, 0.15);
        box-shadow: 0px 0 4px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px; }
        .page-divider-container .edit-divider .height-section .input-container .height-input {
          font-size: 1rem;
          font-weight: 500;
          width: 100%;
          text-align: left;
          background-color: transparent;
          padding: 5px 10px;
          border: none; }
          .page-divider-container .edit-divider .height-section .input-container .height-input:focus-visible {
            outline: none; }
        .page-divider-container .edit-divider .height-section .input-container .input-px {
          font-size: 1rem;
          font-weight: 500;
          padding: 5px;
          border-left: 2px solid rgba(34, 36, 38, 0.15); }
    .page-divider-container .edit-divider .layout-section {
      display: flex;
      flex-direction: column;
      flex: 1 1 48%; }
      .page-divider-container .edit-divider .layout-section h3 {
        margin-bottom: 6px;
        font-size: 15px;
        font-weight: 500;
        color: #414141; }
    .page-divider-container .edit-divider .button-group {
      display: flex;
      width: 100%;
      justify-content: space-between; }
      .page-divider-container .edit-divider .button-group .button-left {
        width: 100%;
        display: flex;
        gap: 20px; }
        .page-divider-container .edit-divider .button-group .button-left .btn-save {
          display: flex;
          align-items: center;
          gap: 5px;
          background: #166ee1;
          color: white;
          border: none;
          font-size: 13px;
          font-weight: 500;
          padding: 0px 12px;
          cursor: pointer;
          border-radius: 6px;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08); }
        .page-divider-container .edit-divider .button-group .button-left .btn-cancel {
          display: flex;
          align-items: center;
          gap: 5px;
          background-color: transparent;
          color: #333;
          border: none;
          font-size: 13px;
          font-weight: 500;
          padding: 0px 12px;
          cursor: pointer;
          border-radius: 6px;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08); }
      .page-divider-container .edit-divider .button-group .button-right .btn-delete {
        background: #d9534f;
        color: white;
        border: none;
        font-size: 13px;
        font-weight: 500;
        padding: 8px 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 5px;
        border-radius: 6px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08); }
        .page-divider-container .edit-divider .button-group .button-right .btn-delete .trash {
          font-size: 1.2rem; }
  .page-divider-container:hover {
    background-color: #f1f1f2;
    border-radius: 4px; }
  .page-divider-container.page_divider-preview:hover {
    background-color: transparent; }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@keyframes shake {
  0%,
  100% {
    transform: translateX(0); }
  25% {
    transform: translateX(-2px); }
  50% {
    transform: translateX(2px); }
  75% {
    transform: translateX(-2px); } }
#FormHeader {
  display: flex;
  flex-direction: column;
  padding: 32px 0 16px 0; }
  #FormHeader .file-logo {
    display: none; }
  #FormHeader .form-header-body-two-column-alyout {
    max-width: 1000px !important; }
  #FormHeader .form-header-body {
    max-width: 600px;
    margin: auto;
    width: 100%; }
    #FormHeader .form-header-body .form-logo-box {
      margin-left: 20px;
      border-radius: 5px;
      width: max-content;
      display: flex;
      cursor: pointer; }
      #FormHeader .form-header-body .form-logo-box .form-logo {
        max-width: 150px;
        max-height: 150px; }
      #FormHeader .form-header-body .form-logo-box .addlogotext {
        opacity: .5;
        font-size: 14px;
        font-weight: 500; }
      #FormHeader .form-header-body .form-logo-box i {
        margin: 10px 40px; }
      #FormHeader .form-header-body .form-logo-box .logo-loading {
        width: 50px;
        height: 50px;
        margin: auto; }
      #FormHeader .form-header-body .form-logo-box .button {
        height: fit-content;
        margin-left: 10px;
        padding: 4px !important; }
    #FormHeader .form-header-body .border-dash {
      border: 2px dashed #d6d6d9;
      padding: 19.2px 16px; }
      #FormHeader .form-header-body .border-dash:hover {
        background-color: rgba(0, 0, 0, 0.05); }
    #FormHeader .form-header-body .add-logo-label {
      margin-top: 10px;
      margin-left: 20px;
      color: #d6d6d9; }
    #FormHeader .form-header-body .form-name {
      font-size: 20px;
      color: inherit;
      margin-top: 20px; }
      #FormHeader .form-header-body .form-name .lable-form-name {
        font-weight: 500;
        font-style: inherit;
        font-feature-settings: 'calt' 0;
        padding: 11px 0px 11px 20px;
        font-size: 28px;
        line-height: normal; }
      #FormHeader .form-header-body .form-name .button {
        display: none;
        font-size: .5em;
        padding: 5px; }
      #FormHeader .form-header-body .form-name .active {
        cursor: pointer; }
        #FormHeader .form-header-body .form-name .active:hover .button {
          display: inline; }
      #FormHeader .form-header-body .form-name .input-form-name {
        margin-left: 20px;
        display: flex; }
    #FormHeader .form-header-body .form-desc-input {
      margin: 20px 20px 0px 20px;
      font-size: 12px; }
      #FormHeader .form-header-body .form-desc-input #quill-editor {
        /* background: #fff; */
        border-radius: 5px;
        border: none; }
        #FormHeader .form-header-body .form-desc-input #quill-editor .ql-toolbar {
          border: 1px solid #ccc;
          box-sizing: border-box;
          padding: 8px;
          background: #fff;
          border-radius: 5px; }
        #FormHeader .form-header-body .form-desc-input #quill-editor .ql-container {
          border-top: 1px solid #ccc;
          border-radius: 5px;
          margin-top: 5px;
          height: 150px;
          background: #fff; }
      #FormHeader .form-header-body .form-desc-input .button {
        margin-top: 5px; }
      #FormHeader .form-header-body .form-desc-input .quill-editor-customCss .ql-container .ql-editor ol, #FormHeader .form-header-body .form-desc-input .quill-editor-customCss .ql-container .ql-editor ul {
        padding: 0px; }
    #FormHeader .form-header-body .form-desc-preview {
      padding: 4px 22px;
      margin-top: 10px;
      line-height: 24px;
      display: inline-flex;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #FormHeader .form-header-body .form-desc-preview ol {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px; }
      #FormHeader .form-header-body .form-desc-preview ul {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 40px; }
      #FormHeader .form-header-body .form-desc-preview button {
        display: none;
        font-size: 1em;
        padding: 5px; }
      #FormHeader .form-header-body .form-desc-preview .formDescription {
        border: none; }
        #FormHeader .form-header-body .form-desc-preview .formDescription .ql-toolbar.ql-snow {
          display: none; }
        #FormHeader .form-header-body .form-desc-preview .formDescription .ql-container.ql-snow {
          border: none;
          background-color: transparent !important; }
        #FormHeader .form-header-body .form-desc-preview .formDescription .ql-editor {
          border: none;
          padding: 0;
          padding-left: 0px !important;
          padding-top: 0px !important;
          font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
          #FormHeader .form-header-body .form-desc-preview .formDescription .ql-editor p {
            font-size: 18px;
            line-height: 24px; }
      #FormHeader .form-header-body .form-desc-preview:hover button {
        display: inline; }
      #FormHeader .form-header-body .form-desc-preview p {
        font-size: 1.2em;
        color: #676666;
        margin: 0px; }
#FormFooter {
  background: #eaeaea;
  border-radius: 0px 0px 10px 10px; }
  #FormFooter .form-footer-body {
    max-width: 600px;
    margin: auto;
    padding: 12px;
    text-align: center;
    display: flex;
    font-size: 1em;
    justify-content: center; }
    #FormFooter .form-footer-body .label-footer {
      margin: auto 0px;
      margin-right: 10px; }
    #FormFooter .form-footer-body img {
      height: 26px;
      cursor: pointer; }
    #FormFooter .form-footer-body .button {
      margin-top: 4px;
      padding: 4px !important; }
    #FormFooter .form-footer-body .link-update {
      line-height: 2em; }
.form-action-button {
  display: block;
  padding: 10px 0px 10px 0px;
  margin: 20px 20px 6px 20px; }
  .form-action-button button {
    margin-right: 10px !important; }
  .form-action-button .btn {
    font-weight: 600; }
  .form-action-button .btn-submit {
    opacity: .9;
    font-weight: 600; }
    .form-action-button .btn-submit:hover {
      opacity: 1; }
  .form-action-button .nextbtn-main {
    display: flex;
    justify-content: flex-end; }
.multilineTextToggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #dfdfdf47; }
  .multilineTextToggle .multilineTextToggleDiv #RadioToggle {
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .multilineTextToggle .multilineTextToggleDiv #RadioToggle .ui.toggle.checkbox label {
      margin-top: 6px; }

.multilineTexttoggleLabel {
  font-size: 14px;
  margin-left: 0px;
  color: #4d4d4d; }
#checkbox .check-icon-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#checkbox .check-icon-list {
  padding: 4.2px;
  margin-top: 10px; }
  #checkbox .check-icon-list .check-icon {
    font-size: 18px;
    color: grey; }

#checkbox .checkbox-color-list {
  width: fit-content !important;
  margin-top: 10px; }
.default-select .Select {
  z-index: 2;
  min-height: 30px; }
  .default-select .Select .Select-clear {
    margin-top: -5px; }
  .default-select .Select .Select-control {
    position: relative;
    height: inherit !important;
    border-radius: 4px;
    z-index: 1 !important; }
    .default-select .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .default-select .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .default-select .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .default-select .Select .Select-control .Select-input {
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .default-select .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .default-select .Select .Select-control:hover {
      box-shadow: none; }

.add-kanbanSelect {
  margin-top: -60px; }
  .add-kanbanSelect .add-KanbanView {
    bottom: -63px;
    height: 43px;
    width: 100%;
    margin-top: 16px;
    display: flex;
    align-items: center;
    color: black;
    background-color: rgba(51, 132, 247, 0.1);
    border-radius: 10px;
    position: relative;
    margin-top: -60px; }

.dateColumnType {
  position: relative;
  bottom: -123px; }
  .dateColumnType button:hover {
    opacity: 0.85;
    background-color: #CACBCD !important; }

#SelectList #RadioToggle .ui.toggle.checkbox label {
  margin-left: 10px; }

#SelectList .add-todo {
  display: flex;
  gap: 7px;
  align-items: center; }
  #SelectList .add-todo .add-item-input {
    border: 2px solid 0px 0px 1px rgba(0, 0, 0, 0.32) !important;
    cursor: text;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 8px;
    width: 307px;
    height: 29px; }
    #SelectList .add-todo .add-item-input:focus {
      border: 1px solid 0px 0px 1px rgba(0, 0, 0, 0.32) !important; }

#SelectList .desc {
  font-size: 13px;
  line-height: 18px;
  color: #4d4d4d;
  opacity: .75;
  cursor: text; }

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

.select-dropdown-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 35px 5px 10px;
  margin: 10px 5px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  border: 1px solid #888888;
  min-height: 40px; }

.select-dropdown-menu:hover {
  box-shadow: 2px 1px 10px 0px #888888; }

.active-menu {
  border: 1px solid #f9b537;
  box-shadow: 5px 0px 8px 0px #f9b537; }

.up-arrow-container {
  width: 34px;
  height: 100%;
  padding: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

.up-arrow {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -5px;
  transition: transform .2s ease-in-out;
  transform: scaleY(-1);
  top: 50%;
  left: 50%;
  position: absolute; }

.up-arrow::before {
  background-color: #f9b537;
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  left: 5px;
  transform: rotate(-45deg);
  transform-origin: left bottom; }

.up-arrow::after {
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  right: 5px;
  transform: rotate(45deg);
  transform-origin: right bottom;
  background-color: #f9b537; }

.down-arrow-container {
  width: 34px;
  height: 100%;
  padding: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0; }

.down-arrow {
  width: 10px;
  height: 6px;
  margin-top: -3px;
  margin-left: -5px;
  transition: transform .2s ease-in-out;
  top: 50%;
  left: 50%;
  position: absolute; }

.down-arrow::before {
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  background-color: var(--G-7, #6f7173);
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  left: 5px;
  transform: rotate(-45deg);
  transform-origin: left bottom; }

.select-dropdown-menu:hover .down-arrow-container .down-arrow::before {
  background-color: #f9b537; }

.down-arrow::after {
  content: " ";
  position: absolute;
  top: -2px;
  display: block;
  width: 2px;
  height: 8px;
  background-color: var(--G-7, #6f7173);
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  right: 5px;
  transform: rotate(45deg);
  transform-origin: right bottom; }

.select-dropdown-menu:hover .down-arrow-container .down-arrow::after {
  background-color: #f9b537; }

.menu-cotainer {
  position: relative;
  padding: 5px;
  margin: -5px 5px;
  border-radius: 5px;
  border: 1px solid #f9b537; }

.sub-menu-container:hover,
.selected-sub-menu-container {
  background: #f3f3f4 !important; }

.active-option {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  display: block;
  height: 9px;
  width: 5px;
  border-bottom: 2px solid #ffb938;
  border-right: 2px solid #ffb938;
  transform: rotate(45deg) translateY(-50%); }

.sub-menu-container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  margin: 0 0 5px;
  padding: 0px 10px 0px 40px;
  border-radius: 5px;
  background-color: #fafafa;
  margin-bottom: 5px;
  cursor: pointer; }

.sub-menu-header {
  width: 60%; }

.dot-of-grey-pill {
  background-color: #fcb32b;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center; }

.grey-pill-container {
  background-color: #e9e9e9;
  padding: 1px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px; }

.grey-pill-container-fix-30percentage-width {
  background-color: #e9e9e9;
  padding: 1px 5px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%; }

.powerup-enable-for-grey-dot-and-icon {
  width: 10%; }

.colored-pill-value {
  height: 24px;
  color: white;
  background-color: #a062d9;
  border-color: #a062d9;
  padding: 3px 10px;
  border-radius: 15px; }

.icon-with-text-value-container {
  display: flex;
  align-items: center;
  justify-content: center; }

.icon-with-text-value-container svg,
.icon-with-text-value-container-fix-30percentage-width svg {
  margin-right: 4px; }

.icon-with-text-value-container-fix-30percentage-width {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 30%; }

.text-only-value-container {
  font-weight: 500;
  margin-right: 5px;
  font-size: 13px; }

.color-show-custom {
  height: 22px;
  width: 22px;
  border-radius: 2px;
  padding: 0px;
  display: flex;
  align-items: center; }

.color-tab-op-custom {
  min-width: auto;
  padding: 2px;
  border: none; }
  .color-tab-op-custom .menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16); }
    .color-tab-op-custom .menu-container .selectMenuList {
      max-height: fit-content;
      width: 200px;
      display: flex;
      flex-wrap: wrap;
      padding: 0px;
      background: white;
      list-style: none; }
      .color-tab-op-custom .menu-container .selectMenuList .todo-item {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        height: 32px;
        line-height: 18px;
        list-style-image: none !important;
        border-radius: 2px;
        padding: 2px;
        text-decoration: none; }
        .color-tab-op-custom .menu-container .selectMenuList .todo-item .choiceToken {
          display: inline-block;
          min-width: 20px;
          height: 18px;
          line-height: 18px;
          font-size: 13px;
          font-weight: 400;
          text-align: center;
          border-radius: 9999px;
          color: #595959;
          cursor: pointer;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          padding-left: .5rem;
          padding-right: .5rem; }
        .color-tab-op-custom .menu-container .selectMenuList .todo-item:hover {
          background-color: #e5e9f0; }
      .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo {
        width: 100%;
        background-color: #f1f5ff;
        display: flex !important;
        padding: 8px !important;
        align-items: center;
        font-size: 13px;
        justify-content: center; }
        .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo .upgrade-plane {
          display: flex !important;
          align-items: center;
          gap: 5px;
          font-weight: 400;
          font-size: 11px; }
          .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo .upgrade-plane .strong-colors {
            font-weight: 500;
            font-size: 11px;
            color: black;
            line-height: 1.5; }
            .color-tab-op-custom .menu-container .selectMenuList .upgrade-todo .upgrade-plane .strong-colors:hover {
              color: #0d52ac !important; }
  .color-tab-op-custom .icon-with-text {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16); }
  .color-tab-op-custom .circle-picker {
    width: 343px !important;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16); }
  .color-tab-op-custom .pointing .item:hover {
    border-radius: 0 !important;
    width: auto !important; }

.display-single-multiple-type-schema-container {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  height: 100%;
  justify-content: center; }

.display-single-multiple-type-cell-container {
  justify-content: center;
  display: block;
  height: fit-content;
  margin: 4px 2px; }

.display-text-only-cellContainer {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .display-text-only-cellContainer .text-only-value-container {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap; }

.greyPillCss {
  display: block;
  height: 20px;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .greyPillCss .dot-of-grey-pill {
    width: 11px;
    min-width: 11px;
    height: 11px;
    display: inline-flex;
    border-radius: 5px;
    margin-right: 6px;
    position: relative;
    top: 2px;
    margin-top: 1px; }

.icon-with-textContainer {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  display: block; }
  .icon-with-textContainer .icon-with-text-div {
    position: relative;
    top: 2.4px; }
.field .select-field {
  cursor: pointer;
  border-radius: 3px !important;
  border: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
  .field .select-field:hover {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .field .select-field:focus {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
  .field .select-field:focus-visible {
    outline: none !important; }

.add-kanbanSelect div .layout-button {
  height: 43px;
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: black;
  background-color: rgba(51, 132, 247, 0.1);
  border-radius: 6px; }
  .add-kanbanSelect div .layout-button:hover {
    opacity: 0.85;
    background-color: #0096ff1a !important; }

.add-kanbanSelect .calenderLayout {
  bottom: -55px; }
.input-link-popup {
  margin: 0em;
  max-width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  text-align: left;
  line-height: 1.21428571em;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  padding: 10px;
  background: #FFFFFF;
  border: none;
  color: rgba(0, 0, 0, 0.87);
  border-radius: 0.28571429rem;
  -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
  box-shadow: none; }

.linkPreview .links-bx-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  .linkPreview .links-bx-link .row-link {
    white-space: nowrap;
    margin: 5px;
    padding: 0px 4px;
    display: inline-flex;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    height: fit-content; }
    .linkPreview .links-bx-link .row-link p {
      max-width: 200px;
      text-overflow: ellipsis;
      overflow: hidden;
      margin-bottom: 0px; }
    .linkPreview .links-bx-link .row-link .remove-icon {
      cursor: pointer; }
    .linkPreview .links-bx-link .row-link .remove-icon::before {
      margin-left: 4px; }
    .linkPreview .links-bx-link .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }
#LookupColumnListModal {
  line-height: 1.5;
  width: 100%;
  max-width: 424px;
  max-height: 624px;
  height: calc(-16px + 100vh);
  overflow-x: hidden;
  overflow-y: auto; }
  #LookupColumnListModal .lookupmodal-box {
    height: 100%;
    width: 424px;
    display: flex;
    flex-direction: column;
    padding: 0 32px; }
    #LookupColumnListModal .lookupmodal-box .lookup-header {
      color: #4d4d4d;
      cursor: text;
      margin: 32px 0 16px;
      line-height: 1.25;
      font-size: 22.4px;
      font-weight: bold;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    #LookupColumnListModal .lookupmodal-box .lookupcolumn-desc {
      cursor: text;
      opacity: .75;
      margin-bottom: 8px;
      font-size: 13px; }
      #LookupColumnListModal .lookupmodal-box .lookupcolumn-desc .lookupcolumn-selected {
        font-weight: 500; }
    #LookupColumnListModal .lookupmodal-box .lookupcolumn-content {
      display: flex;
      flex-direction: column;
      flex: 1 1 auto;
      flex-shrink: 0; }
      #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column {
        display: flex;
        align-items: center;
        margin-top: 8px;
        border-color: rgba(0, 0, 0, 0.1); }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column .search-icon {
          display: flex;
          align-items: center;
          margin: 0 8px 0 4px;
          opacity: .5; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column .column-input {
          font-size: 12px;
          color: #444;
          padding: 8px 0;
          width: 100%; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .find-column .search-close {
          opacity: .5; }
      #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content {
        display: flex;
        flex-direction: column-reverse;
        height: 100%; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn {
          display: flex;
          margin: 8px 0;
          font-size: 11px; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn .lookup-btn {
            opacity: .75;
            cursor: pointer; }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn .lookup-btn:hover {
              opacity: 1; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .columnselect-btn .select-btn {
            margin-right: 16px; }
        #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData {
          max-height: 400px;
          flex-basis: 100px !important;
          overflow: auto;
          padding: 4px 0;
          flex: 1 1 auto;
          flex-shrink: 0; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list {
            display: flex;
            align-items: center;
            cursor: pointer;
            margin: 0 2px;
            padding: 4px 2px;
            border-radius: 3px; }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list:hover {
              background-color: rgba(0, 0, 0, 0.05); }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list #RadioToggle {
              position: relative;
              top: 4px; }
              #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list #RadioToggle .checkbox {
                display: flex;
                align-items: center; }
            #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info {
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex: 1 1 auto; }
              #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info .columnname-info {
                overflow: hidden;
                display: flex;
                align-items: center;
                margin-left: 8px;
                flex: 1 1 auto; }
                #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info .columnname-info .selected-column {
                  display: flex;
                  align-items: center;
                  margin: 4px 0 4px 4px; }
                  #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .column-list .columns-info .columnname-info .selected-column .selectcolumn-text {
                    color: #4d4d4d;
                    font-size: 13px; }
          #LookupColumnListModal .lookupmodal-box .lookupcolumn-content .columnlist-content .lookup-columnData .noresults {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            opacity: .5;
            cursor: text;
            padding: 0 16px; }
    #LookupColumnListModal .lookupmodal-box .lookup-footer {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin: 16px 0 32px; }
      #LookupColumnListModal .lookupmodal-box .lookup-footer .show-checkbox .show-text {
        cursor: pointer;
        opacity: .75;
        font-size: 13px;
        color: #4d4d4d; }
      #LookupColumnListModal .lookupmodal-box .lookup-footer .skip-btn, #LookupColumnListModal .lookupmodal-box .lookup-footer .addcolumn-btn {
        margin-left: auto;
        margin-right: 0px;
        padding: 8px 16px;
        border-radius: 3px;
        line-height: 1;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        background-color: #166ee1;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        #LookupColumnListModal .lookupmodal-box .lookup-footer .skip-btn:hover, #LookupColumnListModal .lookupmodal-box .lookup-footer .addcolumn-btn:hover {
          opacity: .85; }
      #LookupColumnListModal .lookupmodal-box .lookup-footer .selected-skip-btn {
        color: #4d4d4d;
        margin-left: auto;
        margin-right: 16px;
        cursor: pointer;
        opacity: .75; }
        #LookupColumnListModal .lookupmodal-box .lookup-footer .selected-skip-btn:hover {
          opacity: 1; }
.default-options .create-option {
  font-size: 12.8px; }
  .default-options .create-option .content {
    overflow: hidden;
    display: inline-block; }
    .default-options .create-option .content .header {
      font-size: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.notify-text {
  color: #4d4d4d !important; }
#ColumnSelctionListModel .modal-desc {
  font-size: 13px;
  opacity: 0.8; }

#ColumnSelctionListModel .modal-content {
  padding: 20px; }
  #ColumnSelctionListModel .modal-content .clear-btns {
    display: flex;
    align-items: center;
    margin-top: 16px; }
    #ColumnSelctionListModel .modal-content .clear-btns .btn {
      margin-right: 15px;
      cursor: pointer; }
  #ColumnSelctionListModel .modal-content .column-list-main {
    height: 40vh;
    overflow: auto; }
  #ColumnSelctionListModel .modal-content .no-result {
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 10px;
    left: 40%; }

#ColumnSelctionListModel .search-column-input {
  padding: 11px 0px 7px 2px; }

#ColumnSelctionListModel .columns-radio {
  padding: 11px 0px 0px 0px; }
#UpdatedTime .radio-list-main {
  display: flex;
  flex-direction: column;
  margin: 14px 10px 2px 10px; }
  #UpdatedTime .radio-list-main .radio-btn {
    padding-bottom: 10px; }

#UpdatedTime .selected-column-main {
  margin: 15px 0px 0px 15px; }
  #UpdatedTime .selected-column-main .selected-column-map {
    display: flex;
    flex-wrap: wrap; }
  #UpdatedTime .selected-column-main .selected-columns {
    width: fit-content;
    background: #ddd;
    padding: 7px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin: 4px; }
  #UpdatedTime .selected-column-main .selected-col-name {
    margin-left: 2px;
    font-size: 13px; }
  #UpdatedTime .selected-column-main .selected-option-change {
    display: flex;
    align-items: center;
    margin: 11px 0px 0px 0px;
    cursor: pointer;
    font-weight: 500; }
.formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important;
  width: 300px;
  word-wrap: break-word; }
  .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

.formula .formuladetailPopupRight {
  left: 400px !important; }

.formula .formuladetailPopupLeft {
  left: -290px !important; }

.formula .formula-input {
  font-weight: 600;
  font-size: 14px;
  color: green;
  min-height: 60px;
  max-height: 500px; }

.formula .formula-list {
  border-radius: 5px;
  position: inherit !important; }
  .formula .formula-list ul li {
    letter-spacing: 1px; }
  .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  .formula .formula-list .ftypefunName {
    display: contents; }
  .formula .formula-list .tab {
    display: none; }
  .formula .formula-list .active {
    background-color: #e6e6e6; }
    .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }

.desc-content {
  opacity: .75;
  margin: 4px 0 16px;
  padding: 0 6px; }
  .desc-content .desc-text {
    cursor: text; }

#TypeOptionsContainer {
  position: relative;
  box-sizing: border-box; }
  #TypeOptionsContainer .typeoption-content {
    padding: 12px 6px 16px; }
    #TypeOptionsContainer .typeoption-content .buttonContentBox {
      display: flex;
      margin-bottom: 8px; }
      #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField {
        width: 50%;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField .input-btn {
          margin: 0 !important;
          padding: 4px 8px !important;
          height: 32px;
          border: 2px solid #fff !important;
          display: flex;
          align-items: center; }
          #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField .input-btn:hover {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }
          #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonField .input-btn:focus {
            border: 2px solid #166ee1 !important;
            outline: none !important; }
      #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonLeft {
        padding-right: 4px; }
      #TypeOptionsContainer .typeoption-content .buttonContentBox .buttonRight {
        padding-left: 4px; }
    #TypeOptionsContainer .typeoption-content .label-text {
      opacity: .75;
      display: block;
      margin: 0 0 4px 4px;
      font-size: 11px;
      color: #1f1f1f;
      padding-top: 0;
      width: auto;
      text-align: left;
      float: none;
      cursor: text;
      line-height: 1.5; }
    #TypeOptionsContainer .typeoption-content .buttonAction {
      margin-bottom: 8px; }
    #TypeOptionsContainer .typeoption-content .selectedButton {
      height: 32px;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
      cursor: pointer;
      border: 0;
      width: 100%;
      background-color: #fff;
      display: flex;
      align-items: center;
      padding: 0 8px;
      border-radius: 6px;
      text-align: left; }
      #TypeOptionsContainer .typeoption-content .selectedButton:focus {
        outline: none !important; }
      #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        line-height: 1.5;
        text-align: left;
        font-size: 13px;
        color: #1f1f1f; }
        #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header .selectedExtention {
          display: flex;
          align-items: center;
          white-space: nowrap; }
          #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header .selectedExtention .iconShapes {
            margin-right: 6px;
            opacity: .75; }
          #TypeOptionsContainer .typeoption-content .selectedButton .selectButton-header .selectedExtention .selected-name {
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
      #TypeOptionsContainer .typeoption-content .selectedButton .down-icon {
        color: #00000080;
        fill: #00000080;
        margin-right: -6px;
        font-size: 16px;
        display: flex;
        align-items: center; }
      #TypeOptionsContainer .typeoption-content .selectedButton .buttonColor {
        height: 24px;
        width: 24px;
        border: 2px solid transparent;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        border-radius: 3px;
        font-weight: 500; }
      #TypeOptionsContainer .typeoption-content .selectedButton .btnsolid-text {
        font-size: 13px;
        margin: 0 8px;
        cursor: pointer;
        text-align: left;
        display: block;
        flex: 1 1 auto; }
      #TypeOptionsContainer .typeoption-content .selectedButton .selected-dashboard {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        color: #1f1f1f;
        text-align: left;
        line-height: 1.5; }
    #TypeOptionsContainer .typeoption-content .active-button {
      box-shadow: inset 0 0 0 2px #166ee1; }
    #TypeOptionsContainer .typeoption-content .hover-button:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #TypeOptionsContainer .typeoption-content .useAction-content {
      display: flex; }
      #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install {
        height: 50px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px; }
        #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install .install-btn {
          border: 0;
          background-color: transparent;
          font-weight: 500;
          color: #166ee1;
          cursor: pointer; }
          #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install .install-btn:hover {
            color: #041935; }
          #TypeOptionsContainer .typeoption-content .useAction-content .useExtension-install .install-btn:focus {
            outline: none !important; }
    #TypeOptionsContainer .typeoption-content .extention-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin: 0 0 4px 4px; }
      #TypeOptionsContainer .typeoption-content .extention-content .install-btn {
        border: 2px solid rgba(0, 0, 0, 0);
        background-color: transparent;
        transition: .085s all ease-in;
        display: flex;
        align-items: center;
        padding: 0 4px;
        border-radius: 3px;
        font-size: 11px;
        font-weight: 500;
        color: #166ee1;
        cursor: pointer;
        height: 19px; }
        #TypeOptionsContainer .typeoption-content .extention-content .install-btn:hover {
          background-color: rgba(0, 0, 0, 0.05); }
        #TypeOptionsContainer .typeoption-content .extention-content .install-btn:focus {
          border: 2px solid rgba(0, 0, 0, 0.25);
          outline: none !important; }
  #TypeOptionsContainer #DropdownModal {
    margin-top: 6px;
    background-color: #fff;
    z-index: 9;
    position: absolute;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 4px 0 rgba(0, 0, 0, 0.19);
    border-bottom: 2px solid #ddd; }
    #TypeOptionsContainer #DropdownModal .colorListBox {
      width: 100%;
      min-width: 352px; }
      #TypeOptionsContainer #DropdownModal .colorListBox .color-content {
        border-radius: 3px;
        cursor: pointer; }
        #TypeOptionsContainer #DropdownModal .colorListBox .color-content .colorItem {
          border-radius: 3px;
          height: 24px;
          width: 24px;
          border: 2px solid transparent;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin: 6px;
          padding: 0 8px;
          font-weight: 500; }
      #TypeOptionsContainer #DropdownModal .colorListBox .active {
        background-color: rgba(0, 0, 0, 0.05); }
    #TypeOptionsContainer #DropdownModal .dropdownOption-content {
      width: 100%;
      min-width: 352px;
      max-height: 280px;
      display: flex;
      flex-direction: column; }
    #TypeOptionsContainer #DropdownModal .inputsearch {
      width: 100%;
      max-width: 100%;
      height: 36px;
      padding: 0 8px !important;
      border: 0px !important;
      background-color: transparent;
      display: flex;
      border-color: transparent !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      margin: 0px !important;
      box-shadow: none !important; }
      #TypeOptionsContainer #DropdownModal .inputsearch:focus {
        box-shadow: none;
        outline: none !important; }
    #TypeOptionsContainer #DropdownModal .optionMenu-content {
      position: relative;
      overflow: auto; }
      #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list {
        cursor: pointer;
        min-height: 36px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 8px;
        list-style: none; }
        #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content {
          width: 100%; }
          #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content .option-data {
            display: flex;
            align-items: center;
            white-space: nowrap; }
            #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content .option-data .iconShapes {
              opacity: .75;
              margin-right: 6px; }
            #TypeOptionsContainer #DropdownModal .optionMenu-content .option-list .option-content .option-data .option-name {
              max-width: 100%;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
      #TypeOptionsContainer #DropdownModal .optionMenu-content .hovered {
        background-color: rgba(0, 0, 0, 0.05); }
    #TypeOptionsContainer #DropdownModal .notfound-text {
      min-height: 36px;
      width: 100%;
      display: flex;
      align-items: center;
      padding: 8px;
      cursor: text;
      opacity: .5; }
    #TypeOptionsContainer #DropdownModal .dashboardOption-content {
      width: 172px;
      max-height: 280px;
      display: flex;
      flex-direction: column; }
  #TypeOptionsContainer .ColorListModal {
    left: 4px;
    right: 0;
    width: 360px; }
#conditionalModal #SortModel, #conditionalModal #FilterModel {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
  padding: 10;
  background: #f5f5f5;
  margin-top: 30px; }
  #conditionalModal #SortModel .asc-desc-box, #conditionalModal #FilterModel .asc-desc-box {
    padding-top: 5px; }
    #conditionalModal #SortModel .asc-desc-box .checkbox, #conditionalModal #FilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #conditionalModal #SortModel .checkbox-filter, #conditionalModal #FilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #conditionalModal #SortModel .react-datepicker-wrapper, #conditionalModal #FilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #conditionalModal #SortModel .react-datepicker-wrapper input, #conditionalModal #FilterModel .react-datepicker-wrapper input {
      border: none;
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 223px; }
      #conditionalModal #SortModel .react-datepicker-wrapper input:focus, #conditionalModal #FilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #conditionalModal #SortModel .sort-bx-limit .sort-by-bx, #conditionalModal #FilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #conditionalModal #SortModel .sort-box, #conditionalModal #FilterModel .sort-box {
    padding: 6px 0; }
    #conditionalModal #SortModel .sort-box i.close, #conditionalModal #FilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      margin-top: 6px; }
    #conditionalModal #SortModel .sort-box .Sort-text, #conditionalModal #FilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #conditionalModal #SortModel .sort-box .sort-bx, #conditionalModal #FilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #conditionalModal #SortModel .sort-box .sort-by-bx, #conditionalModal #FilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 34px !important; }
      #conditionalModal #SortModel .sort-box .sort-by-bx span, #conditionalModal #FilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #conditionalModal #SortModel .sort-box .sort-by-bx:hover, #conditionalModal #FilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #conditionalModal #SortModel .sort-box .sort-by-bx i, #conditionalModal #FilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px; }
    #conditionalModal #SortModel .sort-box .checkbox, #conditionalModal #FilterModel .sort-box .checkbox {
      font-size: 12px; }
  #conditionalModal #SortModel .select-box, #conditionalModal #FilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #conditionalModal #SortModel .select-box li, #conditionalModal #FilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #conditionalModal #SortModel .select-box li:hover, #conditionalModal #FilterModel .select-box li:hover {
        background: #e7e7e7; }
  #conditionalModal #SortModel .link-sort, #conditionalModal #FilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #conditionalModal #SortModel .empty-bx, #conditionalModal #FilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #conditionalModal #SortModel .Select, #conditionalModal #FilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #conditionalModal #SortModel .Select .Select-menu-outer, #conditionalModal #FilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #conditionalModal #SortModel .Select .Select-control, #conditionalModal #FilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-placeholder, #conditionalModal #FilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-multi-value-wrapper, #conditionalModal #FilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #conditionalModal #SortModel .Select .Select-control .Select-arrow-zone, #conditionalModal #FilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #conditionalModal #SortModel .Select .Select-control .Select-input, #conditionalModal #FilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #conditionalModal #SortModel .Select .Select-control .Select-input > input, #conditionalModal #FilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #conditionalModal #SortModel .Select .Select-control:hover, #conditionalModal #FilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #conditionalModal #SortModel .Select .Select-control .select-tag-wrapper, #conditionalModal #FilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #conditionalModal #SortModel .Select .tab-select-bx, #conditionalModal #FilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #conditionalModal #SortModel .Select .collaborator-tag, #conditionalModal #FilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #conditionalModal #SortModel .Select .collaborator-tag img, #conditionalModal #FilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #conditionalModal #SortModel .Select .collaborator-tag p, #conditionalModal #FilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #conditionalModal #SortModel .Select .select-tag, #conditionalModal #FilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #conditionalModal #SortModel .Select .select-tag .Select-aria-only, #conditionalModal #FilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #conditionalModal #SortModel .input-filter, #conditionalModal #FilterModel .input-filter {
    height: 30px;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#conditionalModal #FilterModel {
  position: relative;
  background: #f5f5f5;
  margin-top: -8px;
  padding: 10;
  z-index: 1;
  left: 0px;
  margin-bottom: 25px; }
  #conditionalModal #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-top: 5px;
    margin-left: 10px; }
  #conditionalModal #FilterModel .filter-select {
    height: 30px; }
    #conditionalModal #FilterModel .filter-select input {
      padding: 0px !important;
      border: none !important;
      box-shadow: none !important; }
      #conditionalModal #FilterModel .filter-select input :focus {
        border: 0px solid darkgrey !important; }
    #conditionalModal #FilterModel .filter-select .Select-control {
      height: inherit; }
  #conditionalModal #FilterModel .input-filter {
    width: auto;
    box-shadow: 0px 0px 0px !important;
    height: 30px;
    display: contents; }
    #conditionalModal #FilterModel .input-filter input {
      width: auto;
      box-shadow: 0px 0px 0px !important; }
  #conditionalModal #FilterModel .Select .collaborator-tag {
    margin: 3px 2px !important; }
  #conditionalModal #FilterModel .Select .Select-multi-value-wrapper {
    padding-top: 1px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-2b097c-container {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-b8ldur-Input input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
    #conditionalModal #FilterModel .css-b8ldur-Input input :focus {
      border: 0px solid darkgrey !important; }
#Rollup .formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important; }
  #Rollup .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

#Rollup .formula .formula-input {
  font-weight: 600;
  font-size: 14px;
  color: green;
  min-height: 60px;
  max-height: 500px; }

#Rollup .formula .formula-list {
  border-radius: 5px;
  z-index: 5;
  color: green;
  position: relative !important; }
  #Rollup .formula .formula-list ul li {
    letter-spacing: 1px; }
  #Rollup .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  #Rollup .formula .formula-list .ftypefunName {
    display: contents; }
  #Rollup .formula .formula-list .tab {
    display: none; }
  #Rollup .formula .formula-list .active {
    background-color: #e6e6e6; }
    #Rollup .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }
#Rating .select-section {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #Rating .select-section .first-section {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 2px 2px 11px 5px #ccc;
    padding: 5px;
    margin-top: 22px;
    margin-left: 10px;
    border-radius: 3px; }

#Rating .icon-ul-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }

#Rating .symbol-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#Rating .symbol-list {
  padding: 4.2px;
  margin-top: 10px; }

#Rating .rating-color-list {
  width: fit-content !important;
  margin-top: 10px; }
#UpdatedBy .radio-list-main {
  display: flex;
  flex-direction: column; }
  #UpdatedBy .radio-list-main .radio-btn {
    padding-bottom: 10px; }

#UpdatedBy .selected-column-main {
  margin: 15px 0px 0px 15px; }
  #UpdatedBy .selected-column-main .selected-column-map {
    display: flex;
    flex-wrap: wrap; }
  #UpdatedBy .selected-column-main .selected-columns {
    width: fit-content;
    background: #ddd;
    padding: 7px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    margin: 4px; }
  #UpdatedBy .selected-column-main .selected-col-name {
    margin-left: 2px;
    font-size: 13px; }
  #UpdatedBy .selected-column-main .selected-option-change {
    display: flex;
    align-items: center;
    margin: 11px 0px 0px 0px;
    cursor: pointer;
    font-weight: 500; }
#TimeFormat .display-time {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 36px;
  width: 100%;
  padding: 6px;
  margin-top: 6px;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }

#TimeFormat .field .react-datepicker-popper {
  margin-top: 5px; }

#TimeFormat .field .react-datepicker__triangle {
  margin-left: 130px;
  border-bottom-color: white; }

#TimeFormat .field .react-datepicker__time {
  margin-top: -19px; }

#TimeFormat .field .react-datepicker__header--time {
  padding: 0; }

#TimeFormat .field .react-datepicker__time-box {
  width: 100%; }

#TimeFormat .field .react-datepicker__time-list-item {
  text-align: left;
  font-size: 13px; }

#TimeFormat .field .react-datepicker__time-container {
  width: 360px; }

#TimeFormat .field .react-datepicker__time-list-item--selected {
  background-color: white;
  color: black;
  font-weight: 400; }
#columndropdown .link-field .link-desc {
  opacity: .75;
  cursor: text;
  padding: 0 4px;
  word-wrap: break-word; }

#columndropdown .link-field:focus-visible {
  outline: none; }

#columndropdown .link-fieldlist {
  outline: none; }

#columndropdown .linkfield-content {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  height: calc(-542px + 100vh);
  max-height: 415px;
  position: relative;
  z-index: 2; }
  #columndropdown .linkfield-content .field-box-focus {
    margin: 0; }
    #columndropdown .linkfield-content .field-box-focus:focus-visible {
      outline: none; }
    #columndropdown .linkfield-content .field-box-focus .lookup-field-edit {
      margin: 0px;
      padding: 0px;
      border-radius: 0;
      box-shadow: none; }
      #columndropdown .linkfield-content .field-box-focus .lookup-field-edit:hover {
        box-shadow: none; }
      #columndropdown .linkfield-content .field-box-focus .lookup-field-edit:focus-visible {
        outline: none; }
    #columndropdown .linkfield-content .field-box-focus .fieldtype-header:focus-visible {
      outline: none; }

#columndropdown .createnew-field {
  max-height: 322px !important;
  height: calc(100vh - 630px); }

#columndropdown .field-edit {
  margin: 10px 0;
  padding: 8px 10px;
  height: 32px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer; }
  #columndropdown .field-edit svg:first-child {
    margin-right: 10px; }
  #columndropdown .field-edit:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #columndropdown .field-edit .svg-help:hover {
    fill: #333333; }
  #columndropdown .field-edit .field-text {
    color: #333333; }
  #columndropdown .field-edit .lookup-field-info {
    display: flex;
    align-items: center;
    width: 100%; }
  #columndropdown .field-edit .back-btn-info {
    display: flex;
    font-size: 11px;
    color: #666;
    padding-right: 8px;
    cursor: pointer; }
    #columndropdown .field-edit .back-btn-info .back-text {
      color: #666666; }
  #columndropdown .field-edit .tablelist-input {
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 7px !important;
    width: 100% !important; }
    #columndropdown .field-edit .tablelist-input:focus {
      border: none !important; }
  #columndropdown .field-edit .search-close {
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center; }

#columndropdown .field-box {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  #columndropdown .field-box .fieldtype-header {
    cursor: pointer; }
    #columndropdown .field-box .fieldtype-header input {
      border: none !important;
      background: none;
      box-shadow: none !important; }
    #columndropdown .field-box .fieldtype-header:focus-visible {
      outline: none; }
  #columndropdown .field-box .field-select {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    height: calc(100vh - 418px) !important; }
    #columndropdown .field-box .field-select ul {
      cursor: pointer; }
    #columndropdown .field-box .field-select .border-class {
      color: #333333;
      border-radius: 6px;
      margin-right: 2px;
      margin-left: 2px; }
      #columndropdown .field-box .field-select .border-class:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #columndropdown .field-box .field-select .border-class .field-text {
        flex: 1 1 auto; }
      #columndropdown .field-box .field-select .border-class .arrow-icon {
        font-size: 16px;
        opacity: .5;
        display: flex;
        align-items: center;
        justify-content: center; }
      #columndropdown .field-box .field-select .border-class .create-table {
        display: flex;
        align-items: center; }
        #columndropdown .field-box .field-select .border-class .create-table .add-icon {
          margin-right: 2px;
          margin-left: -4px; }
  #columndropdown .field-box .tablelist-field {
    width: 100%;
    left: 0;
    right: 0; }
  #columndropdown .field-box .field-select-dropdown {
    min-height: 85px; }
  @media only screen and (max-height: 540px) {
    #columndropdown .field-box .tablelist-field {
      min-height: 50px;
      height: calc(100vh - 436px) !important; } }
  #columndropdown .field-box .field-not-matching {
    height: calc(100vh - 580px);
    display: flex;
    align-items: center;
    justify-content: center; }

#Linkcolumndropdown .link-field .link-desc {
  opacity: .75;
  cursor: text;
  padding: 0 4px;
  word-wrap: break-word; }

#Linkcolumndropdown .link-field:focus-visible {
  outline: none; }

#Linkcolumndropdown .link-fieldlist {
  outline: none; }

#Linkcolumndropdown .linkupfield-content {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  height: calc(-542px + 100vh);
  min-height: 82px;
  max-height: 392px; }
  #Linkcolumndropdown .linkupfield-content .field-box-focus {
    margin: 0; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus:focus-visible {
      outline: none; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus .lookup-field-edit {
      margin: 0px;
      padding: 0px;
      border-radius: 0;
      box-shadow: none; }
      #Linkcolumndropdown .linkupfield-content .field-box-focus .lookup-field-edit:hover {
        box-shadow: none; }
      #Linkcolumndropdown .linkupfield-content .field-box-focus .lookup-field-edit:focus-visible {
        outline: none; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus .fieldtype-header:focus-visible {
      outline: none; }
    #Linkcolumndropdown .linkupfield-content .field-box-focus .field-select-dropdown {
      min-height: 85px; }

#Linkcolumndropdown .field-edit {
  margin: 10px 0;
  padding: 8px 10px;
  height: 32px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer; }
  #Linkcolumndropdown .field-edit svg:first-child {
    margin-right: 10px; }
  #Linkcolumndropdown .field-edit:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #Linkcolumndropdown .field-edit .svg-help:hover {
    fill: #333333; }
  #Linkcolumndropdown .field-edit .field-text {
    color: #333333; }
  #Linkcolumndropdown .field-edit .lookup-field-info {
    display: flex;
    align-items: center;
    width: 100%; }
  #Linkcolumndropdown .field-edit .back-btn-info {
    display: flex;
    font-size: 11px;
    color: #666;
    padding-right: 8px;
    cursor: pointer; }
    #Linkcolumndropdown .field-edit .back-btn-info .back-text {
      color: #666666; }
  #Linkcolumndropdown .field-edit .tablelist-input {
    border: none !important;
    box-shadow: none !important;
    margin: 0px !important;
    padding: 7px !important;
    width: 100% !important; }
    #Linkcolumndropdown .field-edit .tablelist-input:focus {
      border: none !important; }
  #Linkcolumndropdown .field-edit .search-close {
    opacity: .5;
    display: flex;
    align-items: center;
    justify-content: center; }

#Linkcolumndropdown .field-box {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  margin: 10px 0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  #Linkcolumndropdown .field-box .fieldtype-header {
    cursor: pointer; }
    #Linkcolumndropdown .field-box .fieldtype-header input {
      border: none !important;
      background: none;
      box-shadow: none !important; }
    #Linkcolumndropdown .field-box .fieldtype-header:focus-visible {
      outline: none; }
  #Linkcolumndropdown .field-box .field-select {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-top: none;
    height: calc(100vh - 418px) !important; }
    #Linkcolumndropdown .field-box .field-select ul {
      cursor: pointer; }
    #Linkcolumndropdown .field-box .field-select .border-class {
      color: #333333;
      border-radius: 6px;
      margin-right: 2px;
      margin-left: 2px; }
      #Linkcolumndropdown .field-box .field-select .border-class:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      #Linkcolumndropdown .field-box .field-select .border-class .field-text {
        flex: 1 1 auto; }
      #Linkcolumndropdown .field-box .field-select .border-class .arrow-icon {
        font-size: 16px;
        opacity: .5;
        display: flex;
        align-items: center;
        justify-content: center; }
      #Linkcolumndropdown .field-box .field-select .border-class .create-table {
        display: flex;
        align-items: center; }
        #Linkcolumndropdown .field-box .field-select .border-class .create-table .add-icon {
          margin-right: 2px;
          margin-left: -4px; }
  #Linkcolumndropdown .field-box .field-not-matching {
    height: calc(100vh - 580px);
    display: flex;
    align-items: center;
    justify-content: center; }
#LinkColumnDeleteModal {
  max-height: calc(-48px + 100vh);
  pointer-events: all;
  max-width: 522px;
  overflow: visible;
  width: 100%;
  display: flex !important;
  flex-direction: column;
  border-radius: 6px;
  line-height: 1.5;
  background-color: #fff;
  animation-name: bounceIn;
  animation-duration: 240ms; }
  #LinkColumnDeleteModal .dependColumnHeader {
    padding: 32px 32px 24px; }
    #LinkColumnDeleteModal .dependColumnHeader .depend-column-headerText {
      cursor: text;
      font-size: 21px;
      font-weight: normal;
      color: #1d1f25; }
  #LinkColumnDeleteModal .columnsBoxshadow {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 6px; }
  #LinkColumnDeleteModal .dependColumn-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
    #LinkColumnDeleteModal .dependColumn-container .dependColumn-content {
      overflow: auto;
      display: flex;
      flex-direction: column; }
      #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx {
        min-width: 350px;
        height: 100%;
        display: flex;
        flex-direction: column; }
        #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info {
          padding: 0 32px; }
          #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info {
            display: flex;
            flex-direction: column; }
            #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info {
              cursor: pointer;
              display: flex;
              align-items: center;
              padding: 16px 0;
              font-weight: 500; }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info .columnHeader-text {
                line-height: 1.25;
                font-size: 15px;
                font-weight: 600;
                color: #1d1f25; }
                #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info .columnHeader-text .column-number {
                  opacity: .5;
                  margin-left: 4px; }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .header-info .angle-icon {
                opacity: .75;
                flex: none;
                margin: 0 0 0 auto;
                color: #1d1f25;
                fill: #1d1f25;
                width: 16px;
                height: 16px;
                font-size: 16px; }
            #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content {
              padding: 0 0 16px; }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx {
                display: flex;
                flex-direction: column; }
                #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .column-header {
                  border: 1px solid rgba(0, 0, 0, 0.1);
                  border-bottom: none;
                  border-top-right-radius: 3px;
                  border-top-left-radius: 3px;
                  background-color: rgba(0, 0, 0, 0.05);
                  font-size: 11px;
                  padding: 8px 12px; }
                #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content {
                  font-size: 13px;
                  display: block;
                  border: 1px solid rgba(0, 0, 0, 0.1);
                  border-bottom-right-radius: 3px;
                  border-bottom-left-radius: 3px; }
                  #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list {
                    display: flex;
                    flex-direction: column;
                    list-style: none; }
                    #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info {
                      display: flex;
                      align-items: center;
                      padding: 12px; }
                      #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info .columnIcon {
                        width: 16px;
                        height: 16px;
                        flex: none;
                        color: #1d1f25;
                        fill: #1d1f25;
                        opacity: .75; }
                      #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info .selectColumn-title {
                        display: block;
                        flex: 1 1 auto;
                        min-width: 0;
                        min-height: 0;
                        margin-left: 12px; }
                        #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .selectColumn-list .selectColumn-info .selectColumn-title .selectColumn-text {
                          display: block; }
                  #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .show-more-content {
                    list-style: none; }
                    #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selectedColumn-bx .selectColumn-content .selectColumn-ul .show-more-content .show-more-column {
                      cursor: pointer;
                      width: 100%;
                      display: flex;
                      align-items: center;
                      justify-content: center;
                      padding: 8px 0;
                      color: #166ee1;
                      border-top: 1px solid rgba(0, 0, 0, 0.1); }
              #LinkColumnDeleteModal .dependColumn-container .dependColumn-content .dependColumn-bx .dependColumn-info .columnList-info .dependColumnList-content .selected-lookup-column {
                margin-top: 16px; }
  #LinkColumnDeleteModal .dependColumn-footer {
    padding: 16px 32px;
    display: flex;
    flex-direction: column; }
    #LinkColumnDeleteModal .dependColumn-footer .footer-note {
      cursor: text;
      opacity: .75;
      font-size: 11px;
      font-weight: normal;
      color: #1d1f25; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-note .keyboard-action {
        display: inline-block; }
        #LinkColumnDeleteModal .dependColumn-footer .footer-note .keyboard-action .kbd-css {
          border-radius: 3px;
          line-height: 16px;
          margin-left: 1px;
          margin-right: 1px;
          margin-bottom: 0px;
          min-width: 14px;
          padding: 0px 2px;
          height: 16px;
          text-align: center;
          text-transform: uppercase;
          background-color: rgba(0, 0, 0, 0.05);
          font: inherit; }
    #LinkColumnDeleteModal .dependColumn-footer .label-info {
      width: min-content;
      display: flex;
      align-items: center;
      margin: 8px 0px 0px;
      white-space: nowrap;
      font-size: 13px; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-css {
        width: 16px;
        height: 16px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        border-radius: 3px;
        flex: none; }
        #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-css:focus {
          outline: none; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-checkedCss {
        border-color: #166ee1;
        background-color: #166ee1; }
        #LinkColumnDeleteModal .dependColumn-footer .label-info .checkbx-checkedCss .check-icon {
          color: #fff;
          fill: #fff;
          width: 16px;
          height: 16px; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .alert-checkbox {
        outline: 0;
        color: #1d1f25;
        margin: 0 4px 0 0;
        position: absolute;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
        white-space: nowrap;
        padding: 4px;
        border-radius: 2px;
        font-size: 13px;
        line-height: 18px;
        border: 1px solid #cccecf;
        box-shadow: none;
        resize: none; }
      #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown {
        width: auto;
        margin: 0 8px;
        display: flex;
        display: flex;
        justify-content: space-between; }
        #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn {
          cursor: pointer;
          height: 36px;
          width: 100%;
          min-width: 88px;
          border: 2px solid rgba(0, 0, 0, 0.1);
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 0 8px;
          border-radius: 6px;
          border-bottom-left-radius: 6px !important;
          border-bottom-right-radius: 6px !important;
          text-align: left;
          background-color: #fff;
          box-sizing: border-box;
          color: #1d1f25;
          padding: 0 8px;
          line-height: 1.5;
          box-shadow: none; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn input.search {
            height: 32px;
            width: 100%;
            outline: 0;
            color: #1d1f25;
            display: flex;
            margin: 0;
            padding: 0 8px;
            cursor: pointer; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .angle-icon {
            flex: none;
            margin: 0 0 0 8px;
            color: #00000080;
            width: 16px;
            height: 16px;
            font-size: 16px;
            display: flex;
            align-items: center; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .filtered {
            width: 100%; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible {
            max-height: 280px;
            width: 100%;
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0;
            display: flex !important;
            flex-direction: column;
            border-radius: 6px;
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
            border: none;
            margin-top: 6px;
            background-color: #fff; }
            #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible .item {
              min-height: 36px;
              cursor: pointer;
              width: 100%;
              display: flex;
              align-items: center;
              padding: 8px !important;
              list-style: none; }
              #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible .item .text {
                width: 100%;
                max-width: 100%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #1d1f25;
                font-size: 13px; }
            #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .visible .message {
              margin: 0;
              padding: 0 8px;
              opacity: .5;
              height: 36px;
              display: flex;
              align-items: center; }
          #LinkColumnDeleteModal .dependColumn-footer .label-info .select-dropdown .dropdown-btn .dropdown-selector {
            flex: 1 1 auto;
            min-width: 0;
            min-height: 0;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
            color: #1d1f25; }
    #LinkColumnDeleteModal .dependColumn-footer .footer-action {
      display: flex;
      align-items: center;
      margin-top: 16px; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .feedback-link {
        color: #166ee1;
        outline: 0;
        font-size: 11px; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .footer-btn-css {
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        border: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border-radius: 6px; }
        #LinkColumnDeleteModal .dependColumn-footer .footer-action .footer-btn-css .btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 13px; }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .cancel-btn-css {
        background-color: transparent;
        margin: 0 8px 0 auto;
        color: #1d1f25; }
        #LinkColumnDeleteModal .dependColumn-footer .footer-action .cancel-btn-css:hover {
          background-color: rgba(0, 0, 0, 0.05); }
      #LinkColumnDeleteModal .dependColumn-footer .footer-action .delete-btn-css {
        color: #fff;
        fill: #fff;
        background-color: #dc043b;
        box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #LinkColumnDeleteModal .dependColumn-footer .footer-action .delete-btn-css:hover {
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

@keyframes bounceIn {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    transform: scale3d(1, 1, 1); } }

.dropdown-optionContent {
  position: fixed;
  z-index: 10004;
  width: 81.4219px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  border-radius: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.16), 0px 3px 4px rgba(0, 0, 0, 0.06), 0px 6px 8px rgba(0, 0, 0, 0.06), 0px 12px 16px rgba(0, 0, 0, 0.08), 0px 18px 32px rgba(0, 0, 0, 0.06);
  background-color: #fff; }
  .dropdown-optionContent .dropdown-menu {
    max-height: 280px;
    width: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column; }
    .dropdown-optionContent .dropdown-menu .search-inputOption {
      height: 36px;
      width: 100%;
      border: 0px;
      outline: 0;
      color: #1d1f25;
      background-color: transparent;
      position: relative;
      display: flex;
      margin: 0;
      padding: 0 8px; }
    .dropdown-optionContent .dropdown-menu .options-ui {
      position: relative;
      overflow: auto;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
      .dropdown-optionContent .dropdown-menu .options-ui .options-list {
        min-height: 36px;
        cursor: pointer;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 8px;
        list-style: none; }
        .dropdown-optionContent .dropdown-menu .options-ui .options-list .options-text {
          width: 100%;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }

.ui.visible.dimmer > #LinkColumnDeleteModal {
  z-index: 10 !important; }
#UpgradeModel .content {
  padding: 22px; }

#UpgradeModel h3 {
  font-weight: bold; }

#UpgradeModel p {
  margin-top: 20px;
  font-size: 16;
  margin-bottom: 15px; }

#UpgradeModel li {
  font-size: 16;
  padding: 6px; }

#UpgradeModel .action-btn {
  margin-top: 20px;
  justify-content: center;
  display: flex;
  align-items: center; }
  #UpgradeModel .action-btn .plan-btn {
    display: block;
    width: 100%;
    border: none;
    text-align: center; }
  #UpgradeModel .action-btn .compare-btn {
    text-align: center;
    margin-top: 8px; }

@media only screen and (min-width: 992px) {
  #UpgradeModel {
    width: 414px !important; } }
#BackgroundImageSection {
  width: 100%;
  background: lightgrey;
  height: 234px; }
  #BackgroundImageSection #Draggable {
    background: black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
    cursor: row-resize;
    height: 3px;
    width: 100%; }
  #BackgroundImageSection .form-background-main {
    width: 100%;
    background: lightgrey;
    height: 100% !important; }
    #BackgroundImageSection .form-background-main .background-img {
      background-image: url("https://stackbybucketprod.s3.ap-southeast-1.amazonaws.com/page-6+(1).png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 100%;
      width: 100%; }
    #BackgroundImageSection .form-background-main .cover-img-main {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 75%; }
      #BackgroundImageSection .form-background-main .cover-img-main .cover-img-block {
        background: #fff;
        width: fit-content;
        border-radius: 19px;
        padding: 12px;
        font-size: 16px; }
      #BackgroundImageSection .form-background-main .cover-img-main .logo-loading {
        background: white;
        border-radius: 36px; }
    #BackgroundImageSection .form-background-main .close-icon {
      margin: 10px; }
    #BackgroundImageSection .form-background-main .file-logo {
      display: none; }
.page-box-list {
  width: 100%; }
  .page-box-list .elements-heander {
    width: 100%;
    font-size: 16px;
    font-weight: 500; }
  .page-box-list .page-box-list {
    width: 100%;
    height: 50px;
    opacity: 1 !important; }
  .page-box-list .page-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px;
    cursor: grab;
    opacity: 1;
    user-select: none; }
    .page-box-list .page-item .page-icon {
      display: flex;
      margin-right: 10px;
      font-size: 16px; }
    .page-box-list .page-item .page-label {
      font-size: 14px; }
    .page-box-list .page-item .ele-powerUps {
      display: flex;
      align-items: center;
      margin-left: auto;
      cursor: pointer; }
  .page-box-list .drag-clone {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px;
    cursor: move;
    opacity: 1; }
    .page-box-list .drag-clone .page-icon {
      display: flex;
      margin-right: 10px;
      font-size: 16px; }
    .page-box-list .drag-clone .page-label {
      font-size: 14px; }
.column-box-list {
  margin-top: 10px; }
  .column-box-list .column-box {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 10px;
    background-color: #f8f8f8;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    font-size: 14px; }
    .column-box-list .column-box:hover {
      border: 1px solid #f1f1f2;
      border-radius: 2px; }
    .column-box-list .column-box .list-item-icon {
      font-size: 16px;
      margin-right: 10px; }
    .column-box-list .column-box .column-icon {
      margin-left: 15px;
      font-size: 16px; }
    .column-box-list .column-box .column-name {
      margin-left: 10px;
      font-size: 14px; }
    .column-box-list .column-box i {
      margin-left: auto; }
      .column-box-list .column-box i:hover {
        color: #f8f8f8; }
  .column-box-list .list-column-empty-empty {
    margin-top: 10px;
    padding: 10px;
    background-color: #f7f7f7;
    border: 2px dashed #888;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    opacity: 60%; }
#FormFooter {
  background: #eaeaea;
  border-radius: 0px 0px 10px 10px; }
  #FormFooter .form-footer-body {
    max-width: 600px;
    margin: auto;
    padding: 12px;
    text-align: center;
    display: flex;
    font-size: 1em;
    justify-content: center; }
    #FormFooter .form-footer-body .label-footer {
      margin: auto 0px;
      margin-right: 10px; }
    #FormFooter .form-footer-body img {
      height: 26px;
      cursor: pointer; }
    #FormFooter .form-footer-body .button {
      margin-top: 4px;
      padding: 4px !important; }
    #FormFooter .form-footer-body .link-update {
      line-height: 2em; }
.form-action-button {
  display: block;
  padding: 10px 0px 10px 0px;
  margin: 20px 20px 6px 20px; }
  .form-action-button button {
    margin-right: 10px !important; }
  .form-action-button .btn-submit {
    opacity: .9; }
    .form-action-button .btn-submit:hover {
      opacity: 1; }
#SortModel, #UpdateFormFilterModal {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }
  #SortModel .sort-bx-limit .sort-by-bx, #UpdateFormFilterModal .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #SortModel .sort-box, #UpdateFormFilterModal .sort-box {
    padding: 6px 0; }
    #SortModel .sort-box i.close, #UpdateFormFilterModal .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      top: -2px; }
    #SortModel .sort-box .Sort-text, #UpdateFormFilterModal .sort-box .Sort-text {
      width: 90px;
      font-weight: 400; }
    #SortModel .sort-box .sort-bx, #UpdateFormFilterModal .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #SortModel .sort-box .sort-by-bx, #UpdateFormFilterModal .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #SortModel .sort-box .sort-by-bx span, #UpdateFormFilterModal .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: 80px;
        overflow: hidden;
        font-weight: 400; }
      #SortModel .sort-box .sort-by-bx:hover, #UpdateFormFilterModal .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #SortModel .sort-box .sort-by-bx i, #UpdateFormFilterModal .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        top: -4px;
        right: -3px; }
    #SortModel .sort-box .checkbox, #UpdateFormFilterModal .sort-box .checkbox {
      font-size: 12px; }
  #SortModel .select-box, #UpdateFormFilterModal .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    top: 33px;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12); }
    #SortModel .select-box li, #UpdateFormFilterModal .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px; }
      #SortModel .select-box li:hover, #UpdateFormFilterModal .select-box li:hover {
        background: #e7e7e7; }
  #SortModel .link-sort, #UpdateFormFilterModal .link-sort {
    margin: 10px;
    color: #0096FF; }
    #SortModel .link-sort:hover, #UpdateFormFilterModal .link-sort:hover {
      color: black; }
  #SortModel .empty-bx, #UpdateFormFilterModal .empty-bx {
    padding: 10px;
    color: #909090; }

#UpdateFormFilterModal {
  background-color: #FFFFFF;
  border: none;
  width: 100%;
  position: relative !important;
  top: 3px !important;
  padding: 0px !important; }
  #UpdateFormFilterModal .filter-box {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 7px; }
  #UpdateFormFilterModal .mainFilterDiv {
    flex-wrap: wrap;
    row-gap: 10px;
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-top: 7px; }
  #UpdateFormFilterModal .Select-menu-outer {
    width: auto !important;
    min-width: 100%; }
  #UpdateFormFilterModal .Select-placeholder {
    text-align: center;
    line-height: 29px; }
  #UpdateFormFilterModal .Select-arrow-zone {
    padding-top: 4px; }
  #UpdateFormFilterModal .close-icon {
    display: none; }
  @media screen and (max-width: 767px) {
    #UpdateFormFilterModal {
      left: -164px; }
      #UpdateFormFilterModal .close-icon {
        display: block; } }
  #UpdateFormFilterModal .link-sort {
    cursor: pointer; }
    #UpdateFormFilterModal .link-sort:hover {
      font-size: 13px; }
  #UpdateFormFilterModal .foundCellDiv {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 5px;
    margin-top: 20px; }
#dashContainer {
  position: relative;
  /* Animations to fade the snackbar in and out */ }
  #dashContainer .GoTo {
    position: absolute;
    right: 20px;
    z-index: 1001;
    /* height: 30px; */
    padding: 10px;
    top: 48px;
    border-radius: 5px;
    background-color: #555;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    /* box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75); */ }
    #dashContainer .GoTo i {
      color: #fff; }
    #dashContainer .GoTo input {
      color: #fff; }

.disableoverlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

#Spreadsheets {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  position: relative;
  background: #f6f6f6;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  #Spreadsheets::-webkit-scrollbar-track {
    margin-top: 32px; }
  #Spreadsheets #gridCotainer {
    position: relative;
    white-space: nowrap;
    min-height: 100%;
    width: 100%;
    overflow: hidden; }
  #Spreadsheets .panel-head {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head .panel-row.panel-header {
      font-weight: 700;
      padding: 1px 0;
      padding-top: 3px;
      background-color: #f5f5f5;
      border-bottom-color: #d2d2d2;
      border-bottom: 2px solid #e1e1e1;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 500;
          color: #555555 !important; }
      #Spreadsheets .panel-head .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
      #Spreadsheets .panel-head span div:hover {
        background: #3781f9 !important; }
  #Spreadsheets .panel-head-not-stick {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head-not-stick .panel-row.panel-header {
      font-weight: 700;
      padding: 4px 0;
      background-color: #f5f5f5;
      border-bottom-color: #d2d2d2;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 500;
          color: #555555 !important; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head-not-stick svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head-not-stick svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head-not-stick svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head-not-stick svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head-not-stick span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
      #Spreadsheets .panel-head-not-stick span div:hover {
        background: #3781f9 !important; }
  #Spreadsheets .remove-summary-left-css .left-panel-summary-cell {
    border-right: none !important; }
  #Spreadsheets .left-panel-summary-cell {
    height: 35px;
    display: flex;
    flex-direction: row;
    border-right: 2px solid #ccc;
    padding-left: 0 !important;
    top: auto !important;
    bottom: 0px; }
    #Spreadsheets .left-panel-summary-cell .rows {
      padding-left: 8px;
      font-size: 11px;
      font-weight: 500; }
  #Spreadsheets .panel-summary-cell {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
    min-height: 35px;
    position: fixed !important;
    left: auto !important;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
    background: #fbfbfb;
    top: calc(100vh - 163px);
    width: inherit;
    overflow: hidden; }
    #Spreadsheets .panel-summary-cell:hover {
      cursor: pointer;
      background: #f2f2f2; }
      #Spreadsheets .panel-summary-cell:hover .summary-cell-info > .info-lable-none {
        visibility: visible; }
    #Spreadsheets .panel-summary-cell .summary-cell-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable-none {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8;
        visibility: hidden; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-result {
        padding-left: 4px;
        font-size: 12px;
        font-weight: 600;
        margin-right: 2px; }
  #Spreadsheets .summary-menu {
    position: absolute;
    min-width: 180px;
    width: 180px;
    overflow-y: auto; }
  #Spreadsheets .active-user {
    border: 2px solid #c1e4b5 !important; }
    #Spreadsheets .active-user .active-user-tag {
      position: absolute;
      right: -2px;
      top: -19px;
      padding: 0px 10px;
      background: #c1e4b5; }
  #Spreadsheets .panel-row {
    width: 100%;
    contain: layout;
    border-bottom: 1px solid #dde1e3;
    position: relative;
    transition: height 500ms; }
    #Spreadsheets .panel-row .panel-cell {
      display: flex;
      height: inherit;
      padding: 0 6px;
      font-size: 13px;
      position: relative;
      overflow: hidden;
      border: 1px solid transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #Spreadsheets .panel-row .panel-cell .title-field {
        display: inline-block; }
      #Spreadsheets .panel-row .panel-cell .api-title-field {
        display: flex; }
      #Spreadsheets .panel-row .panel-cell .column-name {
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #Spreadsheets .panel-row .panel-cell .column-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      #Spreadsheets .panel-row .panel-cell .column-description {
        font-size: 10px;
        display: inline-block;
        opacity: 0.5; }
        #Spreadsheets .panel-row .panel-cell .column-description:hover {
          opacity: 0.8; }
      #Spreadsheets .panel-row .panel-cell .move-btn {
        opacity: 0.5;
        cursor: default;
        position: absolute;
        right: 24px;
        top: 8px; }
      #Spreadsheets .panel-row .panel-cell p {
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        word-wrap: break-word;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000000;
        white-space: pre-line !important; }
      #Spreadsheets .panel-row .panel-cell span {
        display: contents;
        flex-wrap: wrap;
        align-items: flex-start;
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        padding-top: 2px;
        word-wrap: break-word;
        z-index: 1;
        color: #000000; }
    #Spreadsheets .panel-row input.input {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: -webkit-fill-available;
      width: -moz-available;
      width: 100%;
      z-index: 1;
      background: #fff;
      border: 2px solid #0096FF;
      border-radius: 4px;
      outline: none;
      padding: 6px;
      box-shadow: none;
      line-height: 20px;
      font-size: 13px; }
    #Spreadsheets .panel-row .panel-cell-expand {
      display: flex;
      align-items: center;
      position: relative; }
      #Spreadsheets .panel-row .panel-cell-expand svg.favourite {
        position: absolute;
        left: 1px; }
      #Spreadsheets .panel-row .panel-cell-expand svg.bars {
        position: relative;
        margin-left: -4px;
        margin-top: 4px;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        font-size: 18px;
        color: #909090;
        opacity: 0.3; }
      #Spreadsheets .panel-row .panel-cell-expand .color-formating-colorline {
        border-left: 8px solid white;
        height: 20px;
        border-radius: 10px;
        margin-right: 4px; }
      #Spreadsheets .panel-row .panel-cell-expand .txt-count {
        position: relative;
        margin-left: -4px;
        margin-top: 4px;
        min-width: 18px;
        max-width: 18px;
        text-align: center;
        color: #707070; }
      #Spreadsheets .panel-row .panel-cell-expand .expand {
        position: relative;
        cursor: pointer;
        left: 2px;
        border-radius: 10px; }
        #Spreadsheets .panel-row .panel-cell-expand .expand i {
          height: 17px;
          color: #0096FF; }
        #Spreadsheets .panel-row .panel-cell-expand .expand .comment-count {
          height: auto;
          min-width: 18px;
          width: auto;
          padding: 1px;
          text-align: center;
          color: #0096FF;
          background-color: #ddd;
          border-radius: 25px; }
          #Spreadsheets .panel-row .panel-cell-expand .expand .comment-count:hover {
            background-color: #d0f0fd; }
    #Spreadsheets .panel-row .panel-cell.selected-cell {
      border: 2px solid #0096FF;
      border-radius: 2px; }
      #Spreadsheets .panel-row .panel-cell.selected-cell::selection {
        background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.active-row {
      background: #ecebeb61; }
      #Spreadsheets .panel-row .panel-cell.active-row p::selection {
        background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.selected-row {
      background: rgba(0, 150, 255, 0.09) !important; }
    #Spreadsheets .panel-row .panel-cell .selectDrag {
      content: '';
      position: absolute;
      border: 1px solid #0096FF;
      background: #0096FF;
      height: 8px;
      width: 8px;
      border-radius: 1px;
      bottom: -0.5px;
      right: -1px;
      z-index: 1;
      cursor: crosshair; }
    #Spreadsheets .panel-row .panel-cell.multi-selected {
      background-color: rgba(0, 150, 255, 0.2) !important; }
    #Spreadsheets .panel-row .panel-cell.DropaBle {
      background: gray;
      opacity: 0.5; }
    #Spreadsheets .panel-row .panel-cell.cell-filling {
      background-color: rgba(33, 33, 33, 0.1) !important; }
    #Spreadsheets .panel-row .panel-cell.search-matched {
      background-color: rgba(255, 185, 0, 0.1); }
    #Spreadsheets .panel-row .panel-cell.filter-matched {
      background-color: #b2d48f45; }
    #Spreadsheets .panel-row .panel-cell.sort-matched {
      background-color: rgba(230, 246, 255, 0.5); }
    #Spreadsheets .panel-row .panel-cell.search-selected {
      background-color: rgba(255, 185, 0, 0.5) !important; }
    #Spreadsheets .panel-row .panel-cell.border-top {
      border-top: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-bottom {
      border-bottom: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-left {
      border-left: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-right {
      border-right: 1px solid #0096FF; }
    #Spreadsheets .panel-row .static-cell {
      min-width: 65px;
      border-right: 0;
      text-align: left;
      padding-left: 10px;
      cursor: default; }
    #Spreadsheets .panel-row .last-cell {
      width: 100%;
      border-right: 0; }
    #Spreadsheets .panel-row .panel-first-cell-expandopen {
      width: fit-content;
      border-right: 0; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen span {
        color: blue !important;
        cursor: pointer !important; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen p {
        color: blue !important;
        cursor: pointer !important; }
    #Spreadsheets .panel-row .icon-cell span {
      display: inline-block; }
    #Spreadsheets .panel-row .icon-cell svg {
      margin-right: 6px; }
  #Spreadsheets .selected-row {
    background: rgba(0, 150, 255, 0.09) !important; }
  #Spreadsheets .panel-data {
    position: relative;
    margin-top: 33px; }
  #Spreadsheets .no-row-found {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8; }
  #Spreadsheets .remove-effect {
    border-right: none !important;
    box-shadow: none !important; }
  #Spreadsheets .left-panel {
    position: absolute !important;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 11;
    transform: none !important;
    min-height: 100%;
    background: #f6f6f6;
    border-right: 2px solid #ccc; }
    #Spreadsheets .left-panel .panel-head {
      border-right: 1px solid #bfc1c2;
      position: fixed !important; }
    #Spreadsheets .left-panel .panel-head-not-stick {
      position: absolute; }
  #Spreadsheets .cell-field-typer input {
    width: calc(100% - 59px) !important;
    left: 59px !important; }
  #Spreadsheets .divider {
    cursor: e-resize;
    position: absolute;
    top: 32px;
    right: -4px;
    height: 100%;
    width: 20px;
    display: inline-block;
    z-index: 1000; }
    #Spreadsheets .divider:after {
      content: '';
      position: absolute;
      right: 4px;
      width: 2px;
      height: 100%; }
    #Spreadsheets .divider .divider-thumb {
      position: absolute;
      right: -0px;
      width: 8px;
      height: 50px;
      border-radius: 4px;
      background: #123763;
      visibility: hidden; }
    #Spreadsheets .divider:hover:after {
      background: #123763; }
    #Spreadsheets .divider:hover .divider-thumb {
      visibility: visible; }
  #Spreadsheets .column-header .add-column-header .add-column {
    height: 33px;
    cursor: pointer;
    opacity: 0.6; }
    #Spreadsheets .column-header .add-column-header .add-column:hover {
      opacity: 1; }
  #Spreadsheets .column-header .add-new-col {
    width: 100px;
    text-align: center;
    background: transparent !important;
    border-right: 0 !important;
    position: relative !important; }
    #Spreadsheets .column-header .add-new-col .tooltip {
      display: none;
      position: absolute;
      z-index: 1000;
      left: 67px;
      top: 43px;
      background: #fff;
      padding: 6px;
      color: #555555;
      border-radius: 5px;
      border: 2px solid #ccc; }
    #Spreadsheets .column-header .add-new-col:hover .tooltip {
      display: block; }
  #Spreadsheets .right-panel-wrapper {
    position: absolute;
    z-index: 0;
    min-height: 100%; }
    #Spreadsheets .right-panel-wrapper::-webkit-scrollbar {
      width: 0px;
      display: none;
      background: transparent; }
    #Spreadsheets .right-panel-wrapper .panel-header {
      background: #e6e6e6; }
    #Spreadsheets .right-panel-wrapper .right-panel-column {
      float: left;
      min-height: 100%; }
  #Spreadsheets .fix-add-row {
    position: fixed;
    bottom: 35px;
    left: 0;
    z-index: 100000;
    border: 1px solid #e1e1e1 !important; }
  #Spreadsheets .add-row-header {
    height: 32px;
    cursor: pointer;
    background: #f6f6f6;
    border-bottom: 1px solid #e1e1e1; }
    #Spreadsheets .add-row-header .add-row {
      height: 30px;
      cursor: pointer;
      font-weight: 600;
      border: 0;
      opacity: 0.6; }
    #Spreadsheets .add-row-header:hover {
      background: #e6e6e6; }
      #Spreadsheets .add-row-header:hover .add-row {
        opacity: 1; }
  #Spreadsheets .DragCoverElement {
    height: 100vh;
    width: 200px;
    position: absolute;
    z-index: 15;
    display: none;
    background: #000;
    opacity: 0.2; }
  #Spreadsheets .verticalLine {
    position: absolute;
    z-index: 15;
    display: none;
    width: 3px;
    height: 100vh;
    background: #000;
    opacity: 0.6; }

.pop-desc {
  border: 1px solid #ddd;
  height: 16px !important;
  width: 16px !important;
  background: #f8f8f8;
  font-size: 10px !important;
  border-radius: 22px; }

#editFieldProperty {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%; }
  #editFieldProperty #inputID::-moz-selection {
    background-color: #d6e6fd; }
  #editFieldProperty #inputID::selection {
    background-color: #d6e6fd; }
  #editFieldProperty .btn-action {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: fit-content;
    margin-left: auto;
    align-items: center; }
    #editFieldProperty .btn-action .btn-cancel {
      background: none; }
    #editFieldProperty .btn-action button:focus {
      outline: none; }
    #editFieldProperty .btn-action .btn-apply {
      background: #2d7ff9;
      border: none;
      color: white;
      opacity: 1;
      transition: 0.3s; }
  #editFieldProperty .render-box .rta__autocomplete {
    top: 22px;
    border: 1px solid #ccc;
    left: -264px;
    border-radius: 7px; }
    #editFieldProperty .render-box .rta__autocomplete ul {
      list-style: none; }
      #editFieldProperty .render-box .rta__autocomplete ul .rta__item--selected {
        background: #d4d3d3;
        border-radius: 5px; }
      #editFieldProperty .render-box .rta__autocomplete ul .rta__item {
        cursor: pointer;
        padding: 5px;
        border-radius: 5px; }
  #editFieldProperty .render-box .color-picker-btn {
    display: flex;
    flex-wrap: wrap; }
    #editFieldProperty .render-box .color-picker-btn .item {
      height: 25px;
      width: 25px;
      margin: 5px;
      border-radius: 5px; }
      #editFieldProperty .render-box .color-picker-btn .item:hover {
        transform: scale(1.1); }
    #editFieldProperty .render-box .color-picker-btn .active {
      transform: scale(1.1); }
  #editFieldProperty .render-box .icon-picker-btn {
    display: flex;
    flex-wrap: wrap; }
    #editFieldProperty .render-box .icon-picker-btn .item {
      margin: 5px;
      border-radius: 5px; }
      #editFieldProperty .render-box .icon-picker-btn .item:hover {
        transform: scale(1.1); }
    #editFieldProperty .render-box .icon-picker-btn .active {
      transform: scale(1.1); }
  #editFieldProperty .default-select input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
  #editFieldProperty .default-select .css-1okebmr-indicatorSeparator {
    display: none; }
  #editFieldProperty input, #editFieldProperty .input, #editFieldProperty textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 8px !important;
    margin: 4px 0 !important;
    outline: none !important;
    border: 2px solid #ddd !important;
    border-radius: 4px;
    box-shadow: 0 0 17px 0 #ddd !important; }
    #editFieldProperty input:focus, #editFieldProperty .input:focus, #editFieldProperty textarea:focus {
      border: 2px solid darkgrey; }
    #editFieldProperty input::selection, #editFieldProperty .input::selection, #editFieldProperty textarea::selection {
      background: #ceddf3; }
  #editFieldProperty select {
    border-radius: 4px; }
  #editFieldProperty .Select-input > input {
    padding: 0px !important;
    margin: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important; }
  #editFieldProperty .dropdown input {
    border: none !important;
    border-radius: none !important;
    box-shadow: none !important; }
  #editFieldProperty select {
    -webkit-appearance: menulist-button;
    height: 36px; }
  #editFieldProperty .svg-help {
    margin-right: 5px; }
  #editFieldProperty .svg-help:hover {
    fill: #2652ae; }
  #editFieldProperty .fieldtype-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    font-size: 13px; }
  #editFieldProperty .field-select {
    position: absolute;
    right: 10px;
    left: 10px;
    border-radius: 4px;
    z-index: 15;
    overflow: auto;
    border-radius: 4px;
    background-color: #fff;
    overflow-y: scroll;
    max-height: calc(100vh - 272px); }
    #editFieldProperty .field-select ul {
      list-style: none;
      padding: 0; }
      #editFieldProperty .field-select ul li {
        padding: 0 10px;
        height: 32px;
        font-size: 13px;
        border: 1px solid #fff; }
        #editFieldProperty .field-select ul li svg:first-child {
          margin-right: 6px; }
        #editFieldProperty .field-select ul li:hover {
          background-color: rgba(0, 150, 255, 0.3); }
    #editFieldProperty .field-select::-webkit-scrollbar {
      width: 4px; }
  #editFieldProperty .conversion-wrapper {
    background-color: transparent; }
  #editFieldProperty .conversionModal {
    width: 500px; }
    #editFieldProperty .conversionModal h2 {
      margin-bottom: 4%; }
    #editFieldProperty .conversionModal .field-box {
      margin-bottom: 4%;
      background-color: transparent;
      border: 0; }
      #editFieldProperty .conversionModal .field-box p {
        margin-bottom: 7px;
        font-size: 14px; }
      #editFieldProperty .conversionModal .field-box kbd {
        border: 1px solid gray;
        background: whitesmoke;
        border-radius: 5px;
        padding: 2px;
        border-bottom-width: 2px;
        font-size: 10px;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 0px;
        min-width: 12px;
        padding: 1px 3px; }
    #editFieldProperty .conversionModal .conversionModal-footer {
      text-align: right; }
  #editFieldProperty .api-data p {
    margin: 5px 0px; }

#editModules {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #editModules .title-text {
    background: #f8f8f8;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    margin-top: 0; }
  #editModules #quill-editor {
    background: #fff; }
    #editModules #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
    #editModules #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }

#scrollOverlay {
  position: absolute;
  background-color: #e7e7e7;
  z-index: 2;
  border-radius: 4px;
  left: 0;
  height: 9px;
  right: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  #scrollOverlay .scroll-bar {
    height: 1px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    position: relative;
    cursor: pointer; }

#filterBox, .right-popup-wrapper {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5; }
  #filterBox .overlay, .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #filterBox .filters, #filterBox .right-popup, .right-popup-wrapper .filters, .right-popup-wrapper .right-popup {
    z-index: 2;
    position: absolute;
    right: 0;
    width: min-content;
    min-width: 30em;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  #filterBox .title-filter, .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 500; }
    #filterBox .title-filter svg, .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }

.automation {
  margin-top: 130px;
  z-index: 4; }

#renderBox {
  margin: 10px 0; }

#SelectList .select-main {
  baground: #fff; }

#SelectList .add-todo {
  cursor: pointer;
  textck-align: center;
  background: #fff;
  padding: 0px 4px;
  border-radius: 4px;
  font-size: 13px; }
  #SelectList .add-todo .select-color .color-tab {
    border: 0; }
  #SelectList .add-todo .select-color .color-tab-op {
    z-index: 10;
    width: auto;
    height: 40em; }
    #SelectList .add-todo .select-color .color-tab-op ul {
      flex-wrap: wrap; }
  #SelectList .add-todo input {
    flex: 1;
    border: 0 !important;
    box-shadow: none !important; }
  #SelectList .add-todo :hover .hello-main {
    background-color: 0; }

#SelectList i.align-right {
  color: #909090;
  margin: 8px; }
  #SelectList i.align-right:hover {
    color: #E53A40;
    cursor: pointer; }

#SelectList .content {
  width: 100%;
  margin-top: -2px; }
  #SelectList .content .option-text {
    text-overflow: ellipsis;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 8px;
    width: 300px; }

#SelectList .item:hover span {
  color: #212121; }

#SelectList .item:hover {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  width: 100%; }

#SelectList .header {
  font-weight: 400;
  display: flex; }

#SelectList .default-select .Select .Select-control .Select-placeholder {
  margin-top: 2px; }

.color-box {
  height: 16px;
  width: 16px;
  border-radius: 2px; }

.dragged-row {
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.dragged-columns {
  top: 162px;
  bottom: 9px;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }

.move-line {
  background-color: rgba(0, 150, 255, 0.1) !important; }

.dragged-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  min-width: 100px; }
  .dragged-box .moving-text {
    color: #909090;
    font-size: 12px; }
  .dragged-box .title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.back-list-select {
  border: 0; }

.context-cell-menu {
  z-index: 100;
  position: absolute;
  max-width: 230px !important; }
  .context-cell-menu li {
    display: flex;
    align-items: center; }
    .context-cell-menu li span {
      width: 200px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      top: 0px !important; }
    .context-cell-menu li svg {
      top: 0px !important; }
  .context-cell-menu .error-label {
    color: #ffffff;
    background: #ff0000ba;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 9px; }
  .context-cell-menu .disable {
    color: #707070; }

.ct-datepicker .react-datepicker-wrapper {
  width: 100%; }

.ct-datepicker .react-datepicker__input-container {
  width: 100%; }

.react-datepicker-popper {
  z-index: 1000; }

.fsp-picker {
  z-index: 1001 !important; }
  .fsp-picker .fsp-picker__brand-container {
    display: none !important; }

.ct-checkbox-active {
  border: 2px solid #0096FF;
  border-radius: 4px; }

.warning {
  position: absolute;
  left: 0px;
  z-index: 50;
  background: #fff;
  top: 31px;
  min-width: -moz-min-content;
  border: 1px solid #d4d4d5;
  padding: .833em 1em;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  outline: none; }

.refresh-model-root .segment {
  box-shadow: 0 0 0 black; }

.refresh-model-root .provider-details {
  text-align: center; }
  .refresh-model-root .provider-details .header {
    margin: 10px;
    font-size: 32px;
    text-transform: capitalize; }
  .refresh-model-root .provider-details img {
    margin: auto; }
  .refresh-model-root .provider-details .api-info {
    line-height: 1.9em; }
    .refresh-model-root .provider-details .api-info .button {
      vertical-align: bottom;
      margin-left: 5px;
      position: absolute; }

.refresh-model-root .action-btn {
  display: flex; }
  .refresh-model-root .action-btn .button {
    margin: auto; }
  .refresh-model-root .action-btn .ref-btn {
    margin: auto;
    padding: 20px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc; }
    .refresh-model-root .action-btn .ref-btn:hover {
      background: #dcd7d7; }

.refresh-model-root .error {
  color: red;
  margin-bottom: 12px; }

.HHH {
  float: left;
  background: #fff;
  border: 1px solid; }

.horizontal-scroll {
  -webkit-overflow-scrolling: touch; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  padding-right: 0px; }

.react-datepicker__time-list-item {
  white-space: pre; }

.ps__thumb-x {
  height: 10px !important; }

.ps__rail-x:hover > .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 10px !important; }

.ps .ps__rail-x:hover, .ps .ps__rail-x:focus, .ps .ps__rail-x.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps > .ps__rail-x, .ps--focus > .ps__rail-x {
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps__rail-y {
  z-index: 9; }

.ps__thumb-y {
  width: 10px !important; }

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 10px !important; }

.ps .ps__rail-y:hover, .ps .ps__rail-y:focus, .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  width: 10px !important; }

.ps > .ps__rail-y, .ps--focus > .ps__rail-y {
  opacity: 0.9;
  z-index: 15;
  width: 10px !important; }

.linkified {
  margin: 0 5; }
.default-select .Select {
  z-index: 2;
  min-height: 30px; }
  .default-select .Select .Select-clear {
    margin-top: -5px; }
  .default-select .Select .Select-control {
    position: relative;
    height: inherit !important;
    border-radius: 4px;
    z-index: 1 !important; }
    .default-select .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .default-select .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .default-select .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .default-select .Select .Select-control .Select-input {
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .default-select .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .default-select .Select .Select-control:hover {
      box-shadow: none; }

.add-kanbanSelect .add-KanbanView {
  height: 43px;
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: black;
  background-color: rgba(51, 132, 247, 0.1);
  border-radius: 10px; }
.formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important; }
  .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

.formula .formula-input {
  font-weight: 600;
  font-size: 14px;
  color: green;
  min-height: 60px;
  max-height: 500px; }

.formula .formula-list {
  border-radius: 5px; }
  .formula .formula-list ul li {
    letter-spacing: 1px; }
  .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  .formula .formula-list .ftypefunName {
    display: contents; }
  .formula .formula-list .tab {
    display: none; }
  .formula .formula-list .active {
    background-color: #e6e6e6; }
    .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }
#conditionalModal #SortModel, #conditionalModal #FilterModel {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
  padding: 10;
  background: #f5f5f5;
  margin-top: 30px; }
  #conditionalModal #SortModel .asc-desc-box, #conditionalModal #FilterModel .asc-desc-box {
    padding-top: 5px; }
    #conditionalModal #SortModel .asc-desc-box .checkbox, #conditionalModal #FilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #conditionalModal #SortModel .checkbox-filter, #conditionalModal #FilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #conditionalModal #SortModel .react-datepicker-wrapper, #conditionalModal #FilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #conditionalModal #SortModel .react-datepicker-wrapper input, #conditionalModal #FilterModel .react-datepicker-wrapper input {
      border: none;
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 223px; }
      #conditionalModal #SortModel .react-datepicker-wrapper input:focus, #conditionalModal #FilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #conditionalModal #SortModel .sort-bx-limit .sort-by-bx, #conditionalModal #FilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #conditionalModal #SortModel .sort-box, #conditionalModal #FilterModel .sort-box {
    padding: 6px 0; }
    #conditionalModal #SortModel .sort-box i.close, #conditionalModal #FilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      margin-top: 6px; }
    #conditionalModal #SortModel .sort-box .Sort-text, #conditionalModal #FilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #conditionalModal #SortModel .sort-box .sort-bx, #conditionalModal #FilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #conditionalModal #SortModel .sort-box .sort-by-bx, #conditionalModal #FilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #conditionalModal #SortModel .sort-box .sort-by-bx span, #conditionalModal #FilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #conditionalModal #SortModel .sort-box .sort-by-bx:hover, #conditionalModal #FilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #conditionalModal #SortModel .sort-box .sort-by-bx i, #conditionalModal #FilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px; }
    #conditionalModal #SortModel .sort-box .checkbox, #conditionalModal #FilterModel .sort-box .checkbox {
      font-size: 12px; }
  #conditionalModal #SortModel .select-box, #conditionalModal #FilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #conditionalModal #SortModel .select-box li, #conditionalModal #FilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #conditionalModal #SortModel .select-box li:hover, #conditionalModal #FilterModel .select-box li:hover {
        background: #e7e7e7; }
  #conditionalModal #SortModel .link-sort, #conditionalModal #FilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #conditionalModal #SortModel .empty-bx, #conditionalModal #FilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #conditionalModal #SortModel .Select, #conditionalModal #FilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #conditionalModal #SortModel .Select .Select-menu-outer, #conditionalModal #FilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #conditionalModal #SortModel .Select .Select-control, #conditionalModal #FilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-placeholder, #conditionalModal #FilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-multi-value-wrapper, #conditionalModal #FilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #conditionalModal #SortModel .Select .Select-control .Select-arrow-zone, #conditionalModal #FilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #conditionalModal #SortModel .Select .Select-control .Select-input, #conditionalModal #FilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #conditionalModal #SortModel .Select .Select-control .Select-input > input, #conditionalModal #FilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #conditionalModal #SortModel .Select .Select-control:hover, #conditionalModal #FilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #conditionalModal #SortModel .Select .Select-control .select-tag-wrapper, #conditionalModal #FilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #conditionalModal #SortModel .Select .tab-select-bx, #conditionalModal #FilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #conditionalModal #SortModel .Select .collaborator-tag, #conditionalModal #FilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #conditionalModal #SortModel .Select .collaborator-tag img, #conditionalModal #FilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #conditionalModal #SortModel .Select .collaborator-tag p, #conditionalModal #FilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #conditionalModal #SortModel .Select .select-tag, #conditionalModal #FilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #conditionalModal #SortModel .Select .select-tag .Select-aria-only, #conditionalModal #FilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #conditionalModal #SortModel .input-filter, #conditionalModal #FilterModel .input-filter {
    height: 30px;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#conditionalModal #FilterModel {
  position: relative;
  background: #f5f5f5;
  margin-top: -8px;
  padding: 10;
  z-index: 1;
  left: 0px;
  margin-bottom: 25px; }
  #conditionalModal #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-top: 5px;
    margin-left: 10px; }
  #conditionalModal #FilterModel .filter-select {
    height: 30px; }
    #conditionalModal #FilterModel .filter-select input {
      padding: 0px !important;
      border: none !important;
      box-shadow: none !important; }
      #conditionalModal #FilterModel .filter-select input :focus {
        border: 0px solid darkgrey !important; }
    #conditionalModal #FilterModel .filter-select .Select-control {
      height: inherit; }
  #conditionalModal #FilterModel .input-filter {
    width: auto;
    box-shadow: 0px 0px 0px !important;
    height: 30px;
    display: contents; }
    #conditionalModal #FilterModel .input-filter input {
      width: auto;
      box-shadow: 0px 0px 0px !important; }
  #conditionalModal #FilterModel .Select .collaborator-tag {
    margin: 3px 2px !important; }
  #conditionalModal #FilterModel .Select .Select-multi-value-wrapper {
    padding-top: 1px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-2b097c-container {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-b8ldur-Input input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
    #conditionalModal #FilterModel .css-b8ldur-Input input :focus {
      border: 0px solid darkgrey !important; }
#Rating .select-section {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #Rating .select-section .first-section {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 2px 2px 11px 5px #ccc;
    padding: 5px;
    margin-top: 22px;
    margin-left: 10px;
    border-radius: 3px; }

#Rating .icon-ul-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }

#Rating .symbol-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#Rating .symbol-list {
  padding: 4.2px;
  margin-top: 10px; }

#Rating .rating-color-list {
  width: fit-content !important;
  margin-top: 10px; }
.multiline-warp span {
  white-space: pre-line !important; }

.attachment-drag-celledit .drop-file-content {
  display: none;
  margin: auto; }
  .attachment-drag-celledit .drop-file-content p {
    font-size: 14.5px;
    font-weight: 600; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx {
  background: #f5f5f5;
  justify-content: center;
  display: flex;
  align-items: center; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx-item {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add-text {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .drop-file-content {
  display: block; }

.attachment-bx {
  font-size: 11px;
  height: inherit !important;
  padding-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fill-available;
  align-items: center; }
  .attachment-bx .add {
    margin-top: 5px;
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    align-items: center;
    display: flex;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin: auto 5px auto 0px; }
  .attachment-bx .add-text {
    margin-top: 5px;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: auto 8px;
    overflow: hidden; }
  .attachment-bx ul {
    display: inline;
    height: inherit; }
  .attachment-bx li {
    display: flex;
    float: left;
    height: inherit; }
    .attachment-bx li img {
      position: relative;
      max-height: 80%;
      width: auto;
      margin: auto 3px;
      max-width: 100px;
      height: inherit;
      border: 2px solid transparent; }
      .attachment-bx li img:hover {
        border: 2px solid #0096FF; }
  .attachment-bx .attachment-bx-item .remove-icon {
    padding: 2px;
    position: absolute;
    margin-left: -25px;
    margin-top: 7px;
    border-radius: 0px; }
  .attachment-bx .img-data {
    position: relative;
    width: auto;
    max-width: 100px;
    height: -webkit-fill-available;
    margin-right: 5px;
    max-height: 38px;
    border-radius: 4px;
    border: 2px solid #d8d7d7de; }
    .attachment-bx .img-data:hover {
      border: 2px solid #0096FF; }
  .attachment-bx span:first-child {
    min-width: 16px; }
  .attachment-bx span:nth-child(2) {
    margin: 0 auto;
    color: #909090; }
  .attachment-bx .attachment-loader {
    margin: 0px 8px 0px 0px; }

.attachment-filr-drag .drop-file-content {
  display: none;
  width: auto;
  height: auto;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .attachment-filr-drag .drop-file-content p {
    font-size: 14.5px;
    font-weight: 600; }

.attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx {
  background: #f5f5f5;
  justify-content: center;
  display: none;
  align-items: center; }

.attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx-item {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .add-text {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .add {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .img-data {
  visibility: hidden; }

.attachment-filr-drag .file-drop-dragging-over-frame .drop-file-content {
  display: flex; }

.attachment-filr-drag .file-drop-target {
  height: 100%;
  margin: auto 0px; }
  .attachment-filr-drag .file-drop-target .file-logo {
    display: none; }

.ct-checkbox {
  position: absolute !important;
  text-align: center;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid transparent;
  outline: none;
  padding: 6px; }

.tab-select-bx {
  margin: 0 2px; }

.collaborator-tag {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  border: 1px solid #eee;
  background-color: #eee;
  margin: 5px 2px;
  min-width: 40px;
  border-radius: 10px; }
  .collaborator-tag img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

#CellEdit .multiLineTextEdit {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #CellEdit .multiLineTextEdit #quill-editor {
    background: #fff; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
      #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar.ql-snow {
        border: 3px solid #ccc; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }
  #CellEdit .multiLineTextEdit .expand {
    font-size: 0.60em;
    z-index: 100000;
    position: absolute !important;
    right: 4px !important;
    background: #fff;
    top: 6px !important;
    background-color: #2185D0 !important;
    color: #fff; }
  #CellEdit .multiLineTextEdit .expand:hover {
    color: #fff !important; }

.collaborator-tag-dummy {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  margin: 5px 2px;
  min-width: fit-content;
  max-width: 110px;
  width: -webkit-fill-available;
  border-radius: 10px;
  background-color: #eee;
  background-color: #eee; }
  .collaborator-tag-dummy img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag-dummy p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.render-box {
  background: #fff;
  height: -webkit-fill-available; }
  .render-box .expand {
    z-index: 100000;
    position: absolute;
    background: #c1d6ee;
    right: 0px;
    top: 6px; }
  .render-box .expand:hover {
    color: #fff !important;
    background: #ccc;
    box-shadow: 1px 1px 4px 1px #ccc; }
  .render-box .render-bx-border {
    height: -webkit-fill-available;
    border: 2px solid #0096FF;
    border-radius: 4px; }
    .render-box .render-bx-border .durationError {
      position: absolute;
      left: 0px;
      z-index: 50;
      background: #fff;
      width: 100%;
      top: 31px;
      min-width: -moz-min-content;
      border: 1px solid #d4d4d5;
      padding: .833em 1em;
      font-weight: 400;
      font-style: normal;
      color: rgba(0, 0, 0, 0.87);
      border-radius: .28571429rem;
      -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      outline: none; }
    .render-box .render-bx-border input {
      width: -webkit-fill-available !important;
      height: auto !important;
      padding: 0px !important;
      margin: 6px;
      border: none !important; }
      .render-box .render-bx-border input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .render-box .render-bx-border input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
  .render-box .react-phone-number-input {
    border: 2px solid #0096FF;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    overflow: hidden; }
    .render-box .react-phone-number-input select {
      display: none; }
    .render-box .react-phone-number-input .react-phone-number-input__row {
      display: flex;
      flex-direction: row; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__country {
        display: flex;
        justify-content: center; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
        width: 30px;
        display: flex;
        justify-content: center; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
          width: 20px;
          margin-top: 4px;
          margin-left: 6px;
          margin-right: 4px; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
          width: 30px; }
      .render-box .react-phone-number-input .react-phone-number-input__row input {
        border: none;
        margin: auto;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        padding-left: 10px; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
  .render-box .attachment-bx {
    border: 2px solid #0096FF;
    border-radius: 4px;
    padding: 5px;
    width: -webkit-fill-available; }
    .render-box .attachment-bx li {
      height: auto;
      margin: 3px auto; }
    .render-box .attachment-bx .add-text {
      margin-top: 5px;
      margin-right: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      margin: auto 8px;
      overflow: hidden; }
    .render-box .attachment-bx .add {
      margin-right: 5px; }
      .render-box .attachment-bx .add:hover {
        background: #d2d2da;
        opacity: .9; }
  .render-box .selectDrag {
    content: '';
    position: absolute;
    border: 1px solid #0096FF;
    background: #0096FF;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    bottom: -2.5px;
    right: -3px;
    z-index: 1;
    cursor: crosshair; }
  .render-box .select-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .render-box .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .render-box .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .render-box .select-cell .Select {
      z-index: 2;
      min-height: 30px; }
      .render-box .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .render-box .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        border: 2px solid #0096FF;
        border-radius: 4px;
        z-index: 1 !important; }
        .render-box .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .render-box .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          padding-left: 5px;
          min-height: 30px; }
        .render-box .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding: 5px; }
        .render-box .select-cell .Select .Select-control .Select-input {
          height: 18px;
          padding: 0px !important;
          vertical-align: middle;
          margin: auto 0; }
        .render-box .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .render-box .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .render-box .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .render-box .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: max-content;
      min-width: 100%; }
      .render-box .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px;
        width: 100%;
        min-width: max-content; }
      .render-box .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
    .render-box .select-cell .links-bx {
      border: 2px solid #0096FF;
      border-radius: 4px;
      padding: 5px; }
      .render-box .select-cell .links-bx .links-bx-link {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: 115px; }
      .render-box .select-cell .links-bx .icon-expand {
        position: absolute;
        right: 5px;
        top: 10px; }
    .render-box .select-cell .api-data {
      border: 2px solid #0096FF;
      border-radius: 4px;
      max-width: 500px;
      overflow: scroll;
      padding: 5px; }
  .render-box .field {
    display: flex;
    flex-direction: column;
    padding: 0 10px; }
  .render-box .formula .formula-list {
    max-height: 300px;
    background-color: #fff;
    z-index: 1;
    display: block;
    position: absolute;
    width: 335px;
    overflow: auto;
    box-shadow: 0 0 17px 0 #ddd;
    margin: 4px 10px;
    cursor: pointer; }
    .render-box .formula .formula-list li {
      padding: 4px 8px;
      border-bottom: 1px solid #ddd; }
      .render-box .formula .formula-list li span {
        opacity: .5;
        font-size: 11px;
        float: right; }
      .render-box .formula .formula-list li .details {
        visibility: hidden;
        width: 85%;
        background-color: black;
        color: #fff;
        text-transform: none;
        border-radius: 6px;
        font-size: 13px !important;
        padding: 3%;
        position: absolute;
        z-index: 3;
        display: inherit;
        margin-top: 3px;
        margin-left: 2%;
        opacity: 1; }
      .render-box .formula .formula-list li:hover {
        background-color: rgba(229, 229, 229, 0.3); }
        .render-box .formula .formula-list li:hover .details {
          visibility: visible; }
      .render-box .formula .formula-list li:not(:hover) .details {
        visibility: hidden; }
  .render-box > .content {
    padding: 10px; }
    .render-box > .content input, .render-box > .content select, .render-box > .content .input {
      padding: 4px !important;
      margin: 4px 0 !important; }
    .render-box > .content .apply-button {
      margin: 12px 0;
      padding: 8px 16px; }
  .render-box .desc {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    width: 375px;
    font-size: 13px;
    line-height: 18px;
    color: #4d4d4d;
    opacity: .75;
    cursor: text; }
  .render-box .field {
    margin-top: 10px !important; }
  .render-box .field label {
    font-weight: 500 !important;
    color: #909090;
    font-size: 12px; }
  .render-box .field input,
  .render-box .field select {
    background-color: #fff;
    font-size: 13px; }
  .render-box .field .react-datepicker-wrapper {
    display: block; }
    .render-box .field .react-datepicker-wrapper .react-datepicker__input-container {
      display: block; }
  .render-box .rc-time-picker {
    width: 100%; }
  .render-box .rc-time-picker-input {
    height: 38px; }
  .render-box .ui.checkbox input.hidden + label {
    font-size: 13px;
    color: #414141; }
  .render-box .input-multi-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 100%;
    z-index: 2;
    background: #fff;
    border: 2px solid #0096FF;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    box-shadow: none;
    line-height: 18px; }

.select-tag-wrapper {
  display: block;
  height: fit-content;
  border-radius: 8px;
  margin: 6px 2px;
  max-width: inherit; }

.select-tag {
  display: inline-flex !important;
  height: 18px !important;
  padding: 2px 8px;
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .select-tag .Select-aria-only {
    position: relative !important; }

.links-bx {
  display: flex;
  font-size: 11px;
  height: max-content;
  flex-wrap: wrap; }
  .links-bx .add {
    margin-top: 5px;
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin: auto 5px auto 0px; }
    .links-bx .add:hover {
      background: #d2d2da;
      opacity: .9; }
  .links-bx .row-link {
    white-space: nowrap;
    margin: 5px 3px;
    padding: 0px 4px;
    background: #ecf0fa;
    border: 0.5px solid #c9c9ec;
    border-radius: 2px;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    display: flex; }
    .links-bx .row-link .row-link-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 42px;
      width: fit-content; }
    .links-bx .row-link .remove-icon {
      cursor: pointer; }
    .links-bx .row-link .remove-icon::before {
      margin-left: 4px; }
    .links-bx .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }
  .links-bx .error {
    background: #f5cce9 !important;
    border: 0.5px solid #a26e71 !important; }

.progress {
  margin: auto;
  width: inherit; }
  .progress .progress-text-type .progress-text-main {
    display: flex;
    align-items: center;
    justify-content: unset; }
    .progress .progress-text-type .progress-text-main .progress-text-icon {
      font-size: 20px; }
    .progress .progress-text-type .progress-text-main .progress-text-task {
      font-size: 14px;
      margin-left: 6px; }
  .progress .progress-type {
    display: flex;
    align-items: center;
    width: 100%; }
    .progress .progress-type .progress-line {
      width: 90%;
      margin: auto !important; }
    .progress .progress-type .progress-percentage {
      width: 29px;
      text-align: center;
      margin-left: 4px;
      color: green;
      font-weight: 500;
      margin-right: 4px; }
    .progress .progress-type .ui.small.progress {
      font-size: 0.60857143rem; }

.date-cell .react-datepicker-wrapper {
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  position: absolute;
  display: -webkit-inline-box; }
  .date-cell .react-datepicker-wrapper .react-datepicker__input-container {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    display: block !important; }

.date-cell input {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  z-index: 1;
  background: #fff;
  border: 2px solid #0096FF;
  border-radius: 4px;
  outline: none;
  padding: 6px;
  box-shadow: none;
  line-height: 20px; }

.date-time .react-datepicker {
  width: 283px !important; }
  .date-time .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    padding: 5px 7px; }

.date-time .react-datepicker__header--time {
  height: 75px; }

.api-data-root .row-link .api-data {
  display: none; }

.api-data-root .row-link:hover .api-data {
  display: block; }

.infoBox {
  display: "flex";
  flex-direction: "column";
  justify-content: "flex-start"; }
  .infoBox .line {
    margin-bottom: 2% !important; }

.send-btn {
  width: -webkit-fill-available;
  text-align: center;
  display: flex; }
  .send-btn .btn-root {
    margin: auto;
    display: flex;
    justify-content: center; }
    .send-btn .btn-root .btn {
      cursor: pointer;
      width: fit-content;
      padding: 3px 6px;
      border-radius: 5px;
      margin: auto;
      opacity: .8;
      /* box-shadow: 3px 3px 3px #ccc; */
      display: flex;
      justify-content: center;
      background-color: rgba(228, 195, 195, 0.5); }
      .send-btn .btn-root .btn svg {
        margin-right: 5px; }
      .send-btn .btn-root .btn span {
        white-space: nowrap !important;
        color: white;
        overflow: hidden !important;
        text-overflow: ellipsis !important; }
      .send-btn .btn-root .btn:hover {
        opacity: 1; }
      .send-btn .btn-root .btn:target {
        box-shadow: none; }
      .send-btn .btn-root .btn:active {
        box-shadow: none; }

.button-column {
  display: contents; }
  .button-column .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .button-column .send-btn .btn-root {
      margin: auto;
      display: flex;
      justify-content: center; }
      .button-column .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: .8;
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .button-column .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .button-column .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .button-column .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .button-column .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .button-column .send-btn .btn-root .btn:active {
          box-shadow: none; }
      .button-column .send-btn .btn-root .disabled {
        cursor: auto !important;
        opacity: 0.5; }
        .button-column .send-btn .btn-root .disabled:hover {
          opacity: 0.5; }

.rating {
  width: 100%;
  display: flex;
  justify-content: left; }
  .rating .rating-icon {
    background: none !important;
    cursor: pointer;
    visibility: hidden; }

.rating:hover .rating-icon {
  visibility: visible;
  cursor: pointer; }

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
  width: 70px;
  margin: auto; }
  .spinner div {
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    display: inline-flex;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.expand {
  background: #fff; }

.expand:hover {
  background: #e9f8f8;
  border-radius: 10px; }

#multilineText .expand {
  font-size: 0.50em;
  position: fixed;
  right: -2px;
  top: 8px;
  background-color: #2185D0 !important;
  color: #fff; }

#multilineText .expand:hover {
  background-color: #2185D0 !important;
  color: #fff;
  box-shadow: 1px 1px 4px 1px #ccc; }
#AddCollaborator .form-main {
  margin-top: 15px; }
  #AddCollaborator .form-main .invite-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #AddCollaborator .form-main .invite-error {
    margin-top: 15px;
    margin-bottom: 15px;
    color: red;
    margin: 4px; }
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
  outline: none;
}
.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected {
  color: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #fff;
}
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #fff;
}
@media (pointer: coarse) {
  .ql-bubble.ql-toolbar button:hover:not(.ql-active),
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
    color: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #ccc;
  }
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #ccc;
  }
}
.ql-bubble {
  box-sizing: border-box;
}
.ql-bubble * {
  box-sizing: border-box;
}
.ql-bubble .ql-hidden {
  display: none;
}
.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: hidden;
}
.ql-bubble .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-bubble .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-bubble .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-bubble .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-bubble .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-bubble .ql-stroke {
  fill: none;
  stroke: #ccc;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-bubble .ql-stroke-miter {
  fill: none;
  stroke: #ccc;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
  fill: #ccc;
}
.ql-bubble .ql-empty {
  fill: none;
}
.ql-bubble .ql-even {
  fill-rule: evenodd;
}
.ql-bubble .ql-thin,
.ql-bubble .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-bubble .ql-transparent {
  opacity: 0.4;
}
.ql-bubble .ql-direction svg:last-child {
  display: none;
}
.ql-bubble .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-bubble .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-bubble .ql-editor h1 {
  font-size: 2em;
}
.ql-bubble .ql-editor h2 {
  font-size: 1.5em;
}
.ql-bubble .ql-editor h3 {
  font-size: 1.17em;
}
.ql-bubble .ql-editor h4 {
  font-size: 1em;
}
.ql-bubble .ql-editor h5 {
  font-size: 0.83em;
}
.ql-bubble .ql-editor h6 {
  font-size: 0.67em;
}
.ql-bubble .ql-editor a {
  text-decoration: underline;
}
.ql-bubble .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-bubble .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-bubble .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-bubble .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-bubble .ql-editor img {
  max-width: 100%;
}
.ql-bubble .ql-picker {
  color: #ccc;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-bubble .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-bubble .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-bubble .ql-picker-options {
  background-color: #444;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-bubble .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
  color: #777;
  z-index: 2;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #777;
}
.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
  width: 28px;
}
.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-bubble .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-bubble .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-bubble .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-bubble .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-bubble .ql-picker.ql-header {
  width: 98px;
}
.ql-bubble .ql-picker.ql-header .ql-picker-label::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-bubble .ql-picker.ql-font {
  width: 108px;
}
.ql-bubble .ql-picker.ql-font .ql-picker-label::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-bubble .ql-picker.ql-size {
  width: 98px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-label::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 12px 8px 0px;
}
.ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-left: 12px;
}
.ql-bubble .ql-color-picker svg {
  margin: 1px;
}
.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
  border-color: #fff;
}
.ql-bubble .ql-tooltip {
  background-color: #444;
  border-radius: 25px;
  color: #fff;
}
.ql-bubble .ql-tooltip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: block;
  left: 50%;
  margin-left: -6px;
  position: absolute;
}
.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
  border-bottom: 6px solid #444;
  top: -6px;
}
.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
  border-top: 6px solid #444;
  bottom: -6px;
}
.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
  display: block;
}
.ql-bubble .ql-tooltip.ql-editing .ql-formats {
  visibility: hidden;
}
.ql-bubble .ql-tooltip-editor {
  display: none;
}
.ql-bubble .ql-tooltip-editor input[type=text] {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 13px;
  height: 100%;
  outline: none;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}
.ql-bubble .ql-tooltip-editor a {
  top: 10px;
  position: absolute;
  right: 20px;
}
.ql-bubble .ql-tooltip-editor a:before {
  color: #ccc;
  content: "\D7";
  font-size: 16px;
  font-weight: bold;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  position: relative;
  white-space: nowrap;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before {
  background-color: #444;
  border-radius: 15px;
  top: -5px;
  font-size: 12px;
  color: #fff;
  content: attr(href);
  font-weight: normal;
  overflow: hidden;
  padding: 5px 15px;
  text-decoration: none;
  z-index: 1;
}
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  border-top: 6px solid #444;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  content: " ";
  height: 0;
  width: 0;
}
.ql-container.ql-bubble:not(.ql-disabled) a::before,
.ql-container.ql-bubble:not(.ql-disabled) a::after {
  left: 0;
  margin-left: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: visibility 0s ease 200ms;
  visibility: hidden;
}
.ql-container.ql-bubble:not(.ql-disabled) a:hover::before,
.ql-container.ql-bubble:not(.ql-disabled) a:hover::after {
  visibility: visible;
}
.google-places-autocomplete{width:100%;position:relative}.google-places-autocomplete__input{width:calc(100% - 20px);padding:10px;border:none;margin-bottom:2px;box-shadow:0 1px 16px 0 rgba(0,0,0,.09)}.google-places-autocomplete__input:active,.google-places-autocomplete__input:focus,.google-places-autocomplete__input:hover{outline:0;border:none}.google-places-autocomplete__suggestions-container{background:#fff;border-radius:0 0 5px 5px;color:#000;position:absolute;width:100%;z-index:2;box-shadow:0 1px 16px 0 rgba(0,0,0,.09)}.google-places-autocomplete__suggestion{font-size:1rem;text-align:left;padding:10px}.google-places-autocomplete__suggestion--active{background:#e0e3e7}#ExpandApi .json-view {
  max-height: 600px;
  overflow: hidden auto;
  display: flex;
  flex-direction: column; }
  #ExpandApi .json-view .btn-expand-all {
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 100; }
  #ExpandApi .json-view > .button {
    margin-left: auto; }
  #ExpandApi .json-view > .header {
    margin-bottom: 10px;
    margin-top: 5px; }
    #ExpandApi .json-view > .header h3 {
      font-size: 1.5em;
      font-weight: bold; }
    #ExpandApi .json-view > .header p {
      font-size: 18px; }
  #ExpandApi .json-view .action {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px; }
    #ExpandApi .json-view .action .button {
      margin-left: 10px; }
#JSONExplorer {
  overflow: auto;
  max-height: 350px; }
  #JSONExplorer > ul {
    margin-left: 25px !important; }
  #JSONExplorer ul {
    margin-left: 20px;
    list-style: none; }
    #JSONExplorer ul li {
      list-style: none;
      cursor: pointer;
      font-size: 16px;
      line-height: 1.8em; }
      #JSONExplorer ul li .icon {
        margin-left: -22px; }
      #JSONExplorer ul li .header {
        font-weight: bold; }
      #JSONExplorer ul li > .checkbox {
        margin-bottom: -2px;
        visibility: hidden; }
      #JSONExplorer ul li:hover > .checkbox {
        visibility: visible; }
      #JSONExplorer ul li span {
        color: #0c7f95; }
      #JSONExplorer ul li .value {
        color: #478300; }
#ExpandCell {
  position: inherit !important; }
  #ExpandCell .react-draggable {
    background-color: #f3f3f3;
    border-radius: 10px;
    z-index: 1000;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .link-open-react-draggable {
    z-index: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .closeIcon {
    text-align: end;
    /* margin-top: -23px; */
    z-index: 100000;
    position: absolute;
    cursor: pointer;
    right: -16px;
    /* margin-right: -27px; */
    top: -14px; }
    #ExpandCell .closeIcon i {
      background: #908f8f;
      color: #fff !important; }
  #ExpandCell .cell textarea {
    resize: none;
    width: 100%;
    height: -webkit-fill-available;
    padding: 5px;
    border-radius: 10px; }
  #ExpandCell .cell .linkCardRoot .segment {
    height: 100%;
    background: no-repeat; }
  #ExpandCell .cell .linkCardRoot .nolink {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }
  #ExpandCell .cell .linkCardRoot .link-main {
    display: flex;
    flex-direction: column; }
  #ExpandCell .cell .linkCardRoot .remove-link {
    text-align: end;
    cursor: pointer;
    margin-bottom: -20px; }
    #ExpandCell .cell .linkCardRoot .remove-link i {
      background: grey;
      color: #fff !important;
      font-size: 10px;
      padding: 0.3em 0.4em !important; }
    #ExpandCell .cell .linkCardRoot .remove-link .tooltiptext {
      right: 7% !important;
      bottom: 0;
      left: auto; }
  #ExpandCell .cell .attachmentRoot .attachment-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader {
      display: flex;
      align-items: center; }
      #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader p {
        font-size: 12px;
        font-weight: 600;
        margin-left: 7px; }
  #ExpandCell .cell .attachmentRoot .attachfile {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: max-content;
    /* color: black; */
    border-radius: 2px;
    color: black;
    font-weight: bold;
    cursor: pointer; }
  #ExpandCell .cell .attachmentRoot .attach-img-div {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    height: 351px;
    cursor: pointer;
    margin-left: 22px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div {
      margin-top: 11px; }
      #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div .img-data {
        margin: 10px;
        height: 150px;
        width: 200px;
        border: 1.5px solid darkgrey;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        object-fit: cover;
        border-radius: 6px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .nolink {
      margin: 15px;
      font-size: 14px;
      color: black;
      justify-content: center;
      display: flex;
      align-items: center;
      align-items: center;
      flex: 1; }
  #ExpandCell .cell .attachmentRoot .attachIcon {
    font-size: 17px;
    margin-left: 2px;
    margin-right: 8px; }
  #ExpandCell .cell .attachmentRoot .attch-name-div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attch-name-div .attch-filename {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 134px;
      margin-left: 16px; }
  #ExpandCell .cell .attachment-file-drag .drop-file-content {
    border: 2px #ccc dashed;
    display: none;
    width: auto;
    height: auto;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 9px 8px 4px 8px; }
    #ExpandCell .cell .attachment-file-drag .drop-file-content p {
      font-size: 16px;
      font-weight: 600; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .attachmentRoot {
    display: none; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  #ExpandCell .cell .attachment-file-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    #ExpandCell .cell .attachment-file-drag .file-drop-target .file-logo {
      display: none; }
  #ExpandCell .cell .multiSelectRoot .multiSelectButton {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: fit-content;
    /* color: black; */
    border-radius: 4px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    padding-right: 15px;
    padding-left: 15px; }
  #ExpandCell .cell .multiSelectRoot .multiSelectOption {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px; }
  #ExpandCell .cell .multiSelectRoot .nomultiselect {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }
.attachment-viewer {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 100000; }
  .attachment-viewer .header-att {
    display: flex;
    flex-direction: row;
    width: -webkit-fill-available;
    background: #000;
    border-bottom: 1px solid #464646; }
    .attachment-viewer .header-att .label-header {
      text-align: center;
      width: -webkit-fill-available;
      color: #fff;
      font-size: 14px;
      padding: 11px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 70%;
      text-align: center;
      align-items: center; }
    .attachment-viewer .header-att .menu-att {
      display: flex;
      position: absolute;
      right: 0; }
      .attachment-viewer .header-att .menu-att svg {
        margin: 10px;
        border-radius: 5px;
        cursor: pointer; }
        .attachment-viewer .header-att .menu-att svg:hover {
          background: #fff;
          fill: black; }
  .attachment-viewer .preview {
    width: -webkit-fill-available;
    position: absolute;
    top: 64px;
    bottom: 64px;
    left: 96px;
    right: 96px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .attachment-viewer .preview .preview-text {
      color: #fff;
      text-align: center;
      width: -webkit-fill-available;
      margin-top: 25%; }
    .attachment-viewer .preview .preview-video {
      width: -webkit-fill-available;
      padding: 57px;
      display: flex; }
      .attachment-viewer .preview .preview-video video {
        width: 100%;
        height: 500px;
        margin: auto; }
    .attachment-viewer .preview .preview-audio {
      width: -webkit-fill-available;
      padding: 57px;
      display: flex; }
      .attachment-viewer .preview .preview-audio audio {
        margin: auto; }
    .attachment-viewer .preview .loader {
      display: flex;
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%; }
    .attachment-viewer .preview .view {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%; }
      .attachment-viewer .preview .view img {
        /* width: -webkit-fill-available; */
        /* padding: 62px; */
        max-width: 100%;
        max-height: 100%;
        display: block; }
      .attachment-viewer .preview .view .preview-img {
        width: 100%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
        -webkit-background-size: auto;
        -moz-background-size: auto;
        -o-background-size: auto;
        background-size: auto; }
      .attachment-viewer .preview .view embed {
        height: -webkit-fill-available; }
      .attachment-viewer .preview .view embed::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #F5F5F5; }
      .attachment-viewer .preview .view embed::-webkit-scrollbar {
        width: 12px;
        background-color: #F5F5F5; }
      .attachment-viewer .preview .view embed::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #D62929; }
    .attachment-viewer .preview .loader {
      display: flex;
      justify-content: center; }
  .attachment-viewer .navigation {
    position: absolute;
    bottom: 0px;
    display: flex;
    left: 0;
    right: 0; }
    .attachment-viewer .navigation .nav-arrow {
      position: absolute;
      margin: 15px;
      width: 50px;
      cursor: pointer; }
      .attachment-viewer .navigation .nav-arrow:hover {
        transform: scale(1.05); }
    .attachment-viewer .navigation .nav-arrow.left {
      left: 0; }
    .attachment-viewer .navigation .nav-arrow.right {
      right: 0; }
    .attachment-viewer .navigation .item-div {
      display: flex;
      overflow: scroll hidden;
      margin: 0 90px; }
      .attachment-viewer .navigation .item-div::-webkit-scrollbar {
        height: 0;
        width: 0; }
      .attachment-viewer .navigation .item-div::-webkit-scrollbar-thumb {
        height: 0;
        width: 0; }
      .attachment-viewer .navigation .item-div::-webkit-scrollbar-track {
        height: 0;
        width: 0; }
      .attachment-viewer .navigation .item-div .item {
        margin: 10px;
        height: 70px;
        cursor: pointer; }
        .attachment-viewer .navigation .item-div .item:hover {
          border: 2px solid white;
          border-radius: 4px; }
      .attachment-viewer .navigation .item-div .active {
        border: 2px solid white;
        border-radius: 4px; }

.attachment-modal {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10; }
  .attachment-modal .attachment-content {
    position: relative;
    flex: 1 1 auto; }
    .attachment-modal .attachment-content .header-att {
      display: flex;
      flex-direction: row;
      width: -webkit-fill-available;
      background: #000;
      border-bottom: 1px solid #464646; }
      .attachment-modal .attachment-content .header-att .label-header {
        text-align: center;
        width: -webkit-fill-available;
        color: #fff;
        font-size: 14px;
        padding: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 70%;
        text-align: center;
        align-items: center; }
      .attachment-modal .attachment-content .header-att .menu-att {
        display: flex;
        align-items: center;
        position: absolute;
        right: 0; }
        .attachment-modal .attachment-content .header-att .menu-att svg {
          margin: 8px 10px;
          border-radius: 5px;
          cursor: pointer;
          font-size: 25px; }
          .attachment-modal .attachment-content .header-att .menu-att svg:hover {
            background: #fff;
            fill: black; }
    .attachment-modal .attachment-content .preview {
      width: -webkit-fill-available;
      position: absolute;
      top: 64px;
      bottom: 64px;
      left: 96px;
      right: 96px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .attachment-modal .attachment-content .preview .preview-text {
        color: #fff;
        text-align: center;
        width: -webkit-fill-available;
        margin-top: 25%; }
      .attachment-modal .attachment-content .preview .preview-video {
        width: -webkit-fill-available;
        padding: 57px;
        display: flex; }
        .attachment-modal .attachment-content .preview .preview-video video {
          width: 100%;
          height: 500px;
          margin: auto; }
      .attachment-modal .attachment-content .preview .preview-audio {
        width: -webkit-fill-available;
        padding: 57px;
        display: flex; }
        .attachment-modal .attachment-content .preview .preview-audio audio {
          margin: auto; }
      .attachment-modal .attachment-content .preview .loader {
        display: flex;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%; }
      .attachment-modal .attachment-content .preview .view {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%; }
        .attachment-modal .attachment-content .preview .view img {
          max-width: 100%;
          max-height: 100%;
          display: block; }
        .attachment-modal .attachment-content .preview .view .preview-img {
          width: 100%;
          background-repeat: no-repeat;
          background-attachment: fixed;
          background-position: center;
          -webkit-background-size: auto;
          -moz-background-size: auto;
          -o-background-size: auto;
          background-size: auto; }
        .attachment-modal .attachment-content .preview .view embed {
          height: -webkit-fill-available; }
        .attachment-modal .attachment-content .preview .view embed::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          border-radius: 10px;
          background-color: #F5F5F5; }
        .attachment-modal .attachment-content .preview .view embed::-webkit-scrollbar {
          width: 12px;
          background-color: #F5F5F5; }
        .attachment-modal .attachment-content .preview .view embed::-webkit-scrollbar-thumb {
          border-radius: 10px;
          -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          background-color: #D62929; }
      .attachment-modal .attachment-content .preview .loader {
        display: flex;
        justify-content: center; }
    .attachment-modal .attachment-content .navigation {
      position: absolute;
      bottom: 0px;
      display: flex;
      left: 0;
      right: 0; }
      .attachment-modal .attachment-content .navigation .nav-arrow {
        position: absolute;
        margin: 15px;
        width: 50px;
        cursor: pointer; }
        .attachment-modal .attachment-content .navigation .nav-arrow:hover {
          transform: scale(1.05); }
      .attachment-modal .attachment-content .navigation .nav-arrow.left {
        left: 0; }
      .attachment-modal .attachment-content .navigation .nav-arrow.right {
        right: 0; }
      .attachment-modal .attachment-content .navigation .item-div {
        display: flex;
        overflow: scroll hidden;
        margin: 0 90px; }
        .attachment-modal .attachment-content .navigation .item-div::-webkit-scrollbar {
          height: 0;
          width: 0; }
        .attachment-modal .attachment-content .navigation .item-div::-webkit-scrollbar-thumb {
          height: 0;
          width: 0; }
        .attachment-modal .attachment-content .navigation .item-div::-webkit-scrollbar-track {
          height: 0;
          width: 0; }
        .attachment-modal .attachment-content .navigation .item-div .item {
          margin: 10px;
          height: 70px;
          cursor: pointer; }
          .attachment-modal .attachment-content .navigation .item-div .item:hover {
            border: 2px solid white;
            border-radius: 4px; }
        .attachment-modal .attachment-content .navigation .item-div .active {
          border: 2px solid white;
          border-radius: 4px; }

@media (max-width: 1024px) {
  .attachment-modal .attachment-content .header-att .label-header {
    font-size: 14px;
    top: 12px;
    left: 50%;
    max-width: calc(100% - 96px);
    transform: translateX(-50%);
    position: absolute;
    padding: 0; }
  .attachment-modal .attachment-content .header-att .menu-att svg {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    margin: 13px 6px; } }
#AttachmentComments {
  display: flex;
  flex-direction: column;
  background-color: #333;
  z-index: 11;
  width: 320px; }
  #AttachmentComments .comment-header {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin: 0 16px;
    padding: 12px 0;
    display: flex; }
    #AttachmentComments .comment-header .comment-heading {
      opacity: .75;
      display: flex;
      align-items: center;
      color: #fff;
      cursor: text;
      flex: 1 1 auto; }
    #AttachmentComments .comment-header .notification-content {
      display: flex; }
      #AttachmentComments .comment-header .notification-content .notifiy-record {
        display: flex;
        cursor: pointer;
        opacity: .75; }
        #AttachmentComments .comment-header .notification-content .notifiy-record .notify-icon {
          color: #fff;
          fill: #fff; }
        #AttachmentComments .comment-header .notification-content .notifiy-record .active-notify {
          color: #a0c6ff;
          fill: #a0c6ff; }
        #AttachmentComments .comment-header .notification-content .notifiy-record .down-icon {
          margin: 0 8px 0 4px; }
        #AttachmentComments .comment-header .notification-content .notifiy-record:hover {
          opacity: 1; }
    #AttachmentComments .comment-header .comment-quite {
      display: flex;
      align-items: center;
      opacity: .75;
      cursor: pointer;
      margin-left: 16px; }
      #AttachmentComments .comment-header .comment-quite .rightline-arrow {
        color: #fff; }
      #AttachmentComments .comment-header .comment-quite:hover {
        opacity: 1; }
  #AttachmentComments .notify-comment-box {
    width: 280px;
    position: absolute;
    inset: 0px 0px auto auto;
    z-index: 10004;
    transform: translate(-48px, 42px);
    max-height: 887px;
    max-width: 304px;
    overflow-y: auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.16), 0 3px 4px rgba(0, 0, 0, 0.06), 0 6px 8px rgba(0, 0, 0, 0.06), 0 12px 16px rgba(0, 0, 0, 0.08), 0 18px 32px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    background-color: #fff; }
    #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu {
      padding: 12px;
      list-style: none; }
      #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content {
        padding: 8px;
        display: flex;
        align-items: center;
        border-radius: 3px;
        cursor: pointer;
        width: 100%; }
        #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info {
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          flex: 1 1 auto; }
          #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-mention, #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-comment {
            opacity: .75;
            display: flex;
            line-height: 1.25; }
            #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-mention .notify-text, #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .notify-info .notify-comment .notify-text {
              margin-left: 8px; }
        #AttachmentComments .notify-comment-box .notify-comment-dropdownmenu .comment-item-content .check-icon {
          margin-left: 8px;
          opacity: .75; }
  #AttachmentComments .comment-searchbar {
    margin: 4px 16px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 33px;
    background: #FFF;
    z-index: 1;
    text-align: left;
    border-radius: 4px; }
    #AttachmentComments .comment-searchbar .search-icon {
      display: flex;
      align-items: center;
      padding: 0px 4px 0 2px; }
    #AttachmentComments .comment-searchbar .input-comment-search {
      padding: 8px 0;
      font-size: 12px;
      color: #444444;
      border: 0;
      border-color: transparent;
      max-width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      #AttachmentComments .comment-searchbar .input-comment-search:focus-visible {
        outline: none !important; }
    #AttachmentComments .comment-searchbar .search-close {
      opacity: .5;
      cursor: pointer;
      display: flex;
      align-items: center;
      margin-left: auto;
      padding-right: 2px; }
  #AttachmentComments .comment-section {
    display: flex;
    flex: 1 1 auto;
    overflow-y: auto; }
    #AttachmentComments .comment-section .loading-info {
      margin-top: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    #AttachmentComments .comment-section .comment-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex: 1 1 auto; }
      #AttachmentComments .comment-section .comment-content .comment-info {
        text-align: center;
        width: 66.66667%; }
        #AttachmentComments .comment-section .comment-content .comment-info .comment-head {
          margin: 0 0 8px;
          font-size: 14.4px;
          font-weight: 500;
          color: #fff;
          cursor: text; }
        #AttachmentComments .comment-section .comment-content .comment-info .comment-desc {
          font-size: 13px;
          font-weight: normal;
          color: rgba(255, 255, 255, 0.5);
          cursor: text; }
    #AttachmentComments .comment-section .comments-data {
      padding: 8px 0;
      margin-right: 2px;
      overflow-y: auto;
      width: 100%; }
      #AttachmentComments .comment-section .comments-data :hover .options {
        visibility: visible; }
      #AttachmentComments .comment-section .comments-data .options {
        visibility: hidden;
        cursor: pointer; }
      #AttachmentComments .comment-section .comments-data .comment {
        border-radius: 5px;
        padding: 4px 16px;
        margin: 5px 0; }
        #AttachmentComments .comment-section .comments-data .comment .header .user .name {
          margin-left: 4px;
          font-weight: 500;
          opacity: .75;
          color: #c4c7cd; }
        #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal {
          position: absolute;
          z-index: 2;
          top: 0px;
          bottom: 0;
          display: flex;
          align-items: center; }
          #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal {
            min-width: 230px;
            width: min-content;
            max-width: 400px;
            padding: 16px;
            font-weight: 500;
            background-color: #fff;
            border-radius: 6px;
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
            #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .content {
              font-weight: 500;
              font-size: 14.4px;
              line-height: 1.5;
              margin-bottom: 8px;
              color: #4d4d4d;
              cursor: text; }
            #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div {
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel {
                border-color: transparent;
                background-color: transparent;
                margin-right: 16px;
                color: #2e2f32;
                font-size: 13px;
                padding: 0px;
                max-width: 192px;
                box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
                #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel:hover {
                  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
              #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete {
                padding: 8px 10px;
                border-radius: 3px;
                background-color: #dd2c5a;
                color: white;
                border-color: rgba(0, 0, 0, 0);
                max-width: 192px;
                font-size: 13px;
                margin-right: 0px; }
                #AttachmentComments .comment-section .comments-data .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete:hover {
                  opacity: .85; }
        #AttachmentComments .comment-section .comments-data .comment .comment-text {
          background-color: #fff !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
          padding: 4px 8px;
          margin: 0px 0 4px 36px;
          border-radius: 6px;
          color: #4d4d4d !important;
          font-size: 13px !important;
          display: inline-block;
          align-items: center;
          line-height: 20px;
          user-select: text;
          font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
          word-break: break-word; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text span,
          #AttachmentComments .comment-section .comments-data .comment .comment-text a {
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
            word-break: break-word;
            color: #4d4d4d !important; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text a {
            text-decoration: underline !important; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text .ak-ol {
            background-color: #fff !important;
            font-size: 13px !important;
            color: #4d4d4d !important; }
          #AttachmentComments .comment-section .comments-data .comment .comment-text .user {
            display: inline-block;
            color: #3982d0;
            font-weight: 700;
            margin-bottom: 2px;
            padding-right: 3px;
            padding-left: 3px;
            display: inline-flex;
            align-items: center;
            vertical-align: middle; }
            #AttachmentComments .comment-section .comments-data .comment .comment-text .user img {
              display: none;
              width: 16px;
              margin-right: 4px;
              border-radius: 8px; }
        #AttachmentComments .comment-section .comments-data .comment .edit-text {
          margin: -4px 0 4px 32px;
          font-size: 9px;
          opacity: .7; }
        #AttachmentComments .comment-section .comments-data .comment .stack-users {
          background-color: #FFF;
          width: 200px;
          position: relative;
          margin-left: 32px;
          margin-top: 5px;
          margin-bottom: 5px;
          border-radius: 5px;
          border: 2px solid #e8e8e8;
          z-index: 2; }
          #AttachmentComments .comment-section .comments-data .comment .stack-users .active-list-item {
            background: #f9f9f9;
            border-radius: 0px; }
          #AttachmentComments .comment-section .comments-data .comment .stack-users .custom-list-item:hover {
            background: #ccc;
            border-radius: 0px; }
        #AttachmentComments .comment-section .comments-data .comment .edit-input {
          display: flex;
          align-items: center;
          transition: .085s all ease-in;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          min-height: 36px;
          margin-left: 32px;
          font-size: 13px;
          border-radius: 4px;
          height: auto;
          border: 2px solid rgba(0, 0, 0, 0.1);
          background-color: white;
          color: #333333;
          line-height: 19px;
          position: relative; }
          #AttachmentComments .comment-section .comments-data .comment .edit-input .mention-div {
            cursor: pointer; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .mention-div .mention-icon {
              opacity: .5;
              font-weight: 500;
              padding: 0 4px; }
              #AttachmentComments .comment-section .comments-data .comment .edit-input .mention-div .mention-icon:hover {
                opacity: 1; }
          #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text {
            width: 100%;
            outline: none;
            align-items: center;
            line-height: 19px;
            padding: 6px;
            display: inline-block;
            min-height: 32px;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
            word-break: break-word; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text span,
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text a {
              font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
              word-break: break-word; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text a {
              text-decoration: underline; }
              #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text a:hover {
                color: #1e70bf; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text .ak-ol {
              background-color: #fff !important;
              font-size: 13px !important;
              color: #4d4d4d !important; }
            #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text .user {
              /* background: #9f9fff; */
              border: 1px solid #ccc;
              /* padding-left: 2px; */
              padding: 2px;
              font-weight: 700;
              /* color: #fff; */
              margin-bottom: 2px;
              padding-right: 5px;
              padding-left: 5px;
              /* padding-right: 4px; */
              border-radius: 16px;
              display: inline-flex;
              align-items: center;
              vertical-align: middle; }
              #AttachmentComments .comment-section .comments-data .comment .edit-input .input-text .user img {
                width: 16px;
                margin-right: 4px;
                border-radius: 8px; }
        #AttachmentComments .comment-section .comments-data .comment .options {
          display: inline-block;
          font-size: 11px; }
          #AttachmentComments .comment-section .comments-data .comment .options span {
            font-size: 9px; }
          #AttachmentComments .comment-section .comments-data .comment .options .icon {
            float: right;
            opacity: .6;
            font-size: 1.2em;
            margin-top: 1px; }
            #AttachmentComments .comment-section .comments-data .comment .options .icon:hover {
              color: red;
              opacity: 1; }
          #AttachmentComments .comment-section .comments-data .comment .options .edit {
            margin-top: 2px; }
        #AttachmentComments .comment-section .comments-data .comment .cancel-btn {
          color: #fff;
          font-size: 11px;
          font-weight: 500;
          padding: 2px 8px;
          border-radius: 6px;
          background-color: transparent; }
          #AttachmentComments .comment-section .comments-data .comment .cancel-btn:hover {
            background-color: rgba(255, 255, 255, 0.1); }
        #AttachmentComments .comment-section .comments-data .comment .save {
          margin-left: 8px;
          background-color: #166ee1;
          color: #fff;
          font-size: 11px;
          font-weight: 500;
          padding: 2px 8px;
          border-radius: 6px; }
  #AttachmentComments .comment-footer {
    margin: 0 16px;
    padding: 16px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.1); }
    #AttachmentComments .comment-footer .input {
      display: flex;
      align-items: center;
      transition: .085s all ease-in;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      min-height: 36px;
      padding: 6px 22px 5px 6px;
      font-size: 13px;
      border-radius: 4px;
      height: auto;
      border: 2px solid #0096FF;
      background-color: white;
      color: #333333;
      line-height: 19px;
      position: relative;
      cursor: text; }
      #AttachmentComments .comment-footer .input .mention-div {
        cursor: pointer;
        display: contents; }
        #AttachmentComments .comment-footer .input .mention-div .mention-icon {
          position: absolute;
          opacity: .5;
          font-weight: 500;
          padding: 8px;
          display: flex;
          justify-content: flex-end;
          align-self: flex-end;
          bottom: -3px;
          right: -3px; }
          #AttachmentComments .comment-footer .input .mention-div .mention-icon:hover {
            opacity: 1; }
      #AttachmentComments .comment-footer .input .input-text {
        width: 95%;
        outline: none;
        line-height: 18px; }
        #AttachmentComments .comment-footer .input .input-text .ak-ol {
          background-color: #fff !important;
          font-size: 13px !important;
          color: #4d4d4d !important; }
        #AttachmentComments .comment-footer .input .input-text .user {
          /* border: 1px solid #ccc; */
          /* padding-left: 2px; */
          /* padding: 2px; */
          color: white;
          font-weight: 700;
          margin-bottom: 2px;
          padding-right: 3px;
          padding-left: 3px;
          /* padding-right: 4px; */
          /* border-radius: 8px; */
          display: inline-flex;
          align-items: center;
          vertical-align: middle;
          background: #0096FF; }
          #AttachmentComments .comment-footer .input .input-text .user img {
            display: block;
            width: 16px;
            margin-right: 4px;
            border-radius: 8px; }
      #AttachmentComments .comment-footer .input .icon {
        position: absolute;
        right: 2px;
        opacity: .6;
        margin-top: -1px; }
        #AttachmentComments .comment-footer .input .icon:hover {
          opacity: 1; }
    #AttachmentComments .comment-footer .stack-users {
      background-color: #FFF;
      width: 200px;
      position: absolute;
      bottom: 78px;
      border-radius: 5px;
      border: 2px solid #e8e8e8;
      z-index: 2; }
      #AttachmentComments .comment-footer .stack-users .active-list-item {
        background: #f9f9f9;
        border-radius: 0px; }
      #AttachmentComments .comment-footer .stack-users .custom-list-item:hover {
        background: #ccc;
        border-radius: 0px; }
    #AttachmentComments .comment-footer [contenteditable=true]:empty:before {
      content: attr(placeholder);
      display: block;
      /* For Firefox */
      color: #777777; }

.notify-popup {
  padding: 2px 6px !important;
  margin-right: -32px !important; }
  .notify-popup .mention-tooltiptext {
    font-size: 11px; }

.comment-popup {
  padding: 4px 6px !important; }
  .comment-popup .hide-tooltiptext {
    font-size: 13px; }
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
#EmailRowCard .header {
  border-bottom: 1px solid white; }

#EmailRowCard .modal-header {
  color: #1f1f1f;
  padding: 18px 21px 0;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  line-height: 1.5;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }

#EmailRowCard .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #EmailRowCard .form-content .form-textarea {
    height: auto; }
  #EmailRowCard .form-content .form-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0 0;
    padding-bottom: 18px; }
    #EmailRowCard .form-content .form-button .modal-btn {
      font-size: 13px;
      line-height: 1.5;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 8px 16px;
      border-radius: 6px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #EmailRowCard .form-content .form-button .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    #EmailRowCard .form-content .form-button .modal-cancel-btn {
      background-color: transparent;
      background: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #EmailRowCard .form-content .form-button .modal-cancel-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #EmailRowCard .form-content .form-button .modal-send-btn {
      margin-right: 0px;
      font-weight: 500;
      color: #fff;
      background-color: #166ee1;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #EmailRowCard .form-content .form-button .modal-send-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #EmailRowCard .form-content .errormessage {
    margin-bottom: 10px;
    color: red; }

#EmailRowCard .preview {
  overflow: auto;
  max-height: 200px; }
  #EmailRowCard .preview table {
    border-collapse: collapse; }
  #EmailRowCard .preview table, #EmailRowCard .preview td, #EmailRowCard .preview th {
    border: 1px solid #ccc;
    padding: 5px; }

#EmailRowCard #custom-row h1 {
  font-size: 20px;
  font-weight: 500; }

#EmailRowCard #custom-row h2 {
  font-size: 16px;
  font-weight: 500; }

#EmailRowCard #custom-row ul {
  padding: 0px 18px; }

#EmailRowCard .signature-img {
  position: relative;
  width: auto;
  max-width: 100px;
  height: -webkit-fill-available;
  margin-right: 5px;
  max-height: 38px;
  border-radius: 4px; }
.viewboardhight {
  height: calc(100vh - 118px) !important; }

.viewhideheaderboard {
  height: calc(100vh - 70px) !important; }

.embedhideheaderboard {
  height: calc(100vh - 105px) !important; }

#kanban {
  height: calc(100vh - 129px);
  color: #222;
  position: relative; }
  #kanban .modal-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 1; }
  #kanban .modal-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    #kanban .modal-wrap .modal {
      margin: auto;
      background: white;
      opacity: 1;
      border-radius: 4px;
      z-index: 2;
      color: #4d4d4d;
      position: absolute;
      top: 50%;
      left: 50%;
      right: 50%;
      width: 400px;
      max-width: 100%;
      overflow: hidden;
      transform: translate(-50%, -50%);
      max-height: 90vh;
      display: flex;
      flex-direction: column; }
      #kanban .modal-wrap .modal .modal-header {
        padding: 0 16px; }
        #kanban .modal-wrap .modal .modal-header .modal-header-content {
          border-bottom: 2px solid rgba(0, 0, 0, 0.1);
          padding: 8px 0;
          display: flex;
          align-items: center;
          font-weight: 500; }
          #kanban .modal-wrap .modal .modal-header .modal-header-content .header-text {
            font-weight: 500;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap; }
        #kanban .modal-wrap .modal .modal-header .back-btn {
          display: flex;
          align-items: center;
          color: #166ee1;
          cursor: pointer;
          font-size: 11px;
          font-weight: 500; }
          #kanban .modal-wrap .modal .modal-header .back-btn .back-icon {
            color: #166ee1;
            fill: #166ee1; }
          #kanban .modal-wrap .modal .modal-header .back-btn .back-text {
            font-weight: 500;
            margin-right: 16px; }
      #kanban .modal-wrap .modal .modal-content {
        max-height: 60vh;
        overflow: auto;
        padding: 16px; }
        #kanban .modal-wrap .modal .modal-content .modal-desc {
          margin-bottom: 16px; }
        #kanban .modal-wrap .modal .modal-content .modal-info {
          display: flex;
          align-items: center;
          padding: 16px;
          opacity: .75;
          background-color: rgba(0, 0, 0, 0.05);
          color: #4d4d4d; }
          #kanban .modal-wrap .modal .modal-content .modal-info .info-icon {
            margin-right: 16px;
            opacity: .75; }
          #kanban .modal-wrap .modal .modal-content .modal-info .info-desc {
            white-space: pre-wrap;
            max-width: 384px; }
        #kanban .modal-wrap .modal .modal-content #RadioToggle {
          margin-top: 2px;
          margin-right: 4px; }
        #kanban .modal-wrap .modal .modal-content .create-columnList-toggle {
          display: flex;
          align-items: center;
          padding: 8px;
          border-radius: 3px;
          cursor: pointer; }
          #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle {
            display: flex;
            align-items: center;
            width: 20px;
            height: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .field-radio-btn {
              width: 20px;
              height: 20px;
              font-size: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox {
              width: 20px;
              height: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.checkbox input:checked ~ label:before, #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox input:checked ~ label:before, #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox label:before {
              border: 2px solid rgba(0, 0, 0, 0.1);
              width: 20px;
              height: 20px; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.checkbox input:checked ~ label:after, #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .create-field-toggle .ui.radio.checkbox input:checked ~ label:after {
              color: #166ee1;
              background-color: #166ee1;
              width: 20px;
              height: 20px; }
          #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .crate-field-content {
            display: flex;
            align-items: center;
            margin-left: 10px;
            font-weight: 500; }
            #kanban .modal-wrap .modal .modal-content .create-columnList-toggle .crate-field-content .create-icon {
              display: flex;
              align-items: center;
              color: #4d4d4d;
              fill: #4d4d4d;
              opacity: .8;
              font-size: 16px;
              margin-right: 0px; }
          #kanban .modal-wrap .modal .modal-content .create-columnList-toggle:hover {
            background-color: rgba(0, 0, 0, 0.05); }
        #kanban .modal-wrap .modal .modal-content .columns-dropdown {
          padding: 4px 0; }
        #kanban .modal-wrap .modal .modal-content .create-field-box {
          display: flex;
          align-items: center;
          padding: 8px;
          cursor: pointer;
          border-radius: 3px; }
          #kanban .modal-wrap .modal .modal-content .create-field-box:hover {
            background-color: rgba(0, 0, 0, 0.05); }
          #kanban .modal-wrap .modal .modal-content .create-field-box .add-icon {
            opacity: .5;
            color: #4d4d4d;
            fill: #4d4d4d; }
          #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content {
            margin-left: 8px; }
            #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content .create-select-field {
              display: flex;
              align-items: center; }
              #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content .create-select-field .create-icon {
                margin-left: -3px;
                margin-right: 2px;
                color: #4d4d4d;
                fill: #4d4d4d;
                opacity: .8;
                font-size: 16px; }
            #kanban .modal-wrap .modal .modal-content .create-field-box .create-field-content .create-desc {
              font-size: 11px;
              color: #777777; }
        #kanban .modal-wrap .modal .modal-content .create-column-field-buttons {
          padding: 4px 0;
          height: 30px; }
        #kanban .modal-wrap .modal .modal-content .createColumn-error-message {
          padding: 16px 0;
          font-size: 11px;
          font-weight: 500;
          margin-top: 8px;
          color: #dc043b; }
        #kanban .modal-wrap .modal .modal-content .modal-footer {
          margin-top: 16px;
          bottom: 0;
          display: flex;
          justify-content: flex-end; }
          #kanban .modal-wrap .modal .modal-content .modal-footer .done-btn {
            height: 32px;
            font-size: 13px;
            line-height: 22px;
            max-width: 100%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
            padding: 0 12px !important;
            margin: 0px;
            border-radius: 6px;
            font-weight: 500;
            background-color: #166ee1;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
          #kanban .modal-wrap .modal .modal-content .modal-footer .field-done-btn {
            display: flex;
            align-items: center;
            padding: 8px 16px;
            border-radius: 3px;
            background-color: #166ee1;
            color: #fff;
            font-weight: 400;
            height: 32px;
            line-height: 22px;
            max-width: 100%;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
            text-align: right; }
    @media only screen and (max-width: 500px) {
      #kanban .modal-wrap .modal {
        z-index: 2; } }
  #kanban .viewboardhight {
    height: calc(100vh - 118px) !important; }
  #kanban .viewhideheaderboard {
    height: calc(100vh - 70px) !important; }
  #kanban .embedboardhight {
    height: calc(100vh - 155px) !important; }
  #kanban .embedhideheaderboard {
    height: calc(100vh - 105px) !important; }
  #kanban .board {
    height: calc(100vh - 129px);
    display: flex;
    max-width: 100%;
    background-color: #fff; }
    #kanban .board .read-only-panels {
      display: flex; }
    #kanban .board .panels {
      display: flex;
      overflow-x: scroll; }
      #kanban .board .panels::-webkit-scrollbar {
        height: 8px; }
    #kanban .board .collapsed-panels {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-height: calc(100% - 100px);
      flex-wrap: wrap;
      overflow-x: scroll; }
      #kanban .board .collapsed-panels::-webkit-scrollbar {
        height: 4px; }
    #kanban .board .add-category-root {
      max-height: 40px;
      min-width: 250px; }
      #kanban .board .add-category-root .add-category {
        background: #ccccccad;
        align-items: center;
        padding: 10px;
        color: #4d4d4d;
        border-radius: 6px;
        margin: 20px 10px;
        display: flex;
        justify-content: center;
        font-weight: 400;
        opacity: .7;
        scroll-margin-right: 10px;
        cursor: pointer; }
        #kanban .board .add-category-root .add-category:hover {
          opacity: 1; }
    #kanban .board .divPanel {
      cursor: default;
      padding: 20px 10px;
      margin: 0px 3px 0px 0px; }
      #kanban .board .divPanel .tooltip {
        position: relative;
        display: inline-block; }
      #kanban .board .divPanel .tooltip .tooltiptext {
        visibility: hidden;
        width: max-content;
        background-color: #303b47;
        color: white;
        text-align: center;
        text-transform: none;
        border-radius: 4px;
        font-size: 13px !important;
        margin-left: 8px;
        padding: 2px 8px;
        position: absolute;
        z-index: 1; }
      #kanban .board .divPanel .tooltip:hover .tooltiptext {
        visibility: visible; }
      #kanban .board .divPanel .panel-component {
        width: auto;
        max-width: 270px; }
        #kanban .board .divPanel .panel-component .panel {
          min-width: 270px;
          background: #f7f7f7;
          border-radius: 6px; }
          #kanban .board .divPanel .panel-component .panel .panel-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 6px 14px 2px 14px;
            color: #4d4d4d;
            position: relative;
            min-height: 45px; }
            #kanban .board .divPanel .panel-component .panel .panel-header .records-number {
              white-space: nowrap;
              max-width: 100px;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 20px;
              padding: 0px 8px;
              font-size: 10px;
              background-color: rgba(0, 0, 0, 0.1);
              border-radius: 20px; }
            #kanban .board .divPanel .panel-component .panel .panel-header .panel-action-menu .context-menu {
              min-width: 102px;
              max-width: 250px;
              border-radius: 4px;
              list-style: none;
              position: absolute;
              z-index: 400;
              right: 6px;
              top: 40px;
              background: #212121 !important;
              cursor: pointer; }
              #kanban .board .divPanel .panel-component .panel .panel-header .panel-action-menu .context-menu .menu-item {
                display: flex;
                align-items: center;
                width: 100%;
                background-color: transparent;
                color: white;
                padding: 6px;
                border-radius: 4px;
                cursor: pointer; }
                #kanban .board .divPanel .panel-component .panel .panel-header .panel-action-menu .context-menu .menu-item:hover {
                  background-color: #3d3e3f; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .selectField {
              white-space: nowrap;
              max-width: 180px;
              overflow: hidden;
              text-overflow: ellipsis;
              align-items: center;
              padding: 2px 10px;
              border-radius: 25px;
              min-width: 36px;
              font-size: 14px;
              font-weight: 600; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .textField {
              font-size: 14px;
              font-weight: 600; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .uncategorize-title {
              border: 1px solid rgba(204, 204, 204, 0.68);
              border-radius: 15px;
              padding: 5px 12px; }
            #kanban .board .divPanel .panel-component .panel .panel-header .title .collaboratorField {
              display: flex;
              align-items: center;
              border: 1px solid #ccccccad;
              margin: 0px 2px;
              padding: 4px 10px 4px 10px;
              font-size: 12px;
              border-radius: 25px;
              height: auto;
              background-color: white;
              font-weight: 600; }
              #kanban .board .divPanel .panel-component .panel .panel-header .title .collaboratorField img {
                width: 25px;
                height: 25px;
                margin-right: 4px;
                border-radius: 25px; }
          #kanban .board .divPanel .panel-component .panel .mirror-trapezoid {
            height: 0;
            width: 270px;
            border-top: 100px solid gray;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          #kanban .board .divPanel .panel-component .panel .panel-cards {
            padding-left: 14px;
            padding-right: 7px;
            margin-right: 3px;
            padding-top: 10px;
            max-height: calc(100vh - 294px);
            overflow-y: auto; }
            #kanban .board .divPanel .panel-component .panel .panel-cards::-webkit-scrollbar {
              width: 6px; }
            #kanban .board .divPanel .panel-component .panel .panel-cards .card .select-tag {
              margin-right: 5px;
              margin-bottom: 5px; }
            #kanban .board .divPanel .panel-component .panel .panel-cards .no-cards {
              display: flex;
              justify-content: center;
              align-items: center;
              padding-top: 25px;
              width: 100%;
              opacity: .7;
              pointer-events: none;
              cursor: default; }
            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard {
              padding-bottom: 8px;
              pointer-events: all;
              cursor: grab; }
              #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card {
                border: 2px solid #ccccccad;
                border-radius: 6px;
                background: white;
                height: auto; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card:hover {
                  border-color: #ccccccad; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card:hover .card-header .card-delete-icon {
                    visibility: visible; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card:hover {
                  border-color: #2d7ff9;
                  box-shadow: 0 0 1px 0 black, 0 0 1px 0 rgba(0, 0, 0, 0.05), 0 2px 4px 0 rgba(0, 0, 0, 0), 0 2px 8px 0 rgba(0, 0, 0, 0.08); }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image {
                  background: transparent;
                  border-bottom: 2px solid #ddd; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image .carousel .slide {
                    background: none; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image .control-next {
                    border-top-right-radius: 6px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image .control-prev {
                    border-top-left-radius: 6px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-cover-image img {
                    background: transparent;
                    width: 100%;
                    height: 180px;
                    border-top-left-radius: 4px;
                    border-top-right-radius: 4px;
                    object-fit: scale-down; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-inline {
                  display: flex; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .color-formating-colorline {
                  background: white;
                  padding: 6px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header {
                  display: flex;
                  justify-content: space-between;
                  align-items: center;
                  font-size: 13px;
                  font-weight: 900;
                  padding: 12px;
                  position: relative; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue {
                    white-space: nowrap;
                    max-width: 218px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    height: 20px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn {
                      padding: 0px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .apiDataColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .field-title {
                        display: flex;
                        align-items: center;
                        opacity: 0.6; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .apiDataColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .field-title .field-name {
                          margin-left: 4px;
                          font-size: 10px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .multilineValue {
                      display: block;
                      display: -webkit-box;
                      margin: 0 auto;
                      line-height: 1.2em;
                      -webkit-line-clamp: 3;
                      -webkit-box-orient: vertical;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      word-wrap: break-word;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn .value {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      margin-top: 1px;
                      color: black; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn #custom-multiline-value h1 {
                      font-size: 20px;
                      font-weight: 500; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .textColumn #custom-multiline-value h2 {
                      font-size: 16px;
                      font-weight: 500; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .value {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      pointer-events: none;
                      opacity: 0.8;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .checkboxColumn .kanbancheckbox .cbx .cbx-icon {
                      margin: initial; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .multilineValue .custom-css ul {
                      padding: 0px 18px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv {
                      display: -webkit-inline-box;
                      overflow-x: auto;
                      width: 100%;
                      padding: 4px 0; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
                        font-size: 11px;
                        border-radius: 25px;
                        display: flex;
                        align-items: center;
                        height: 30px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
                          white-space: nowrap;
                          text-overflow: ellipsis;
                          overflow: hidden; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
                          margin: 0 2px 0 0; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
                          width: 25px;
                          height: 25px;
                          margin-right: 4px;
                          border-radius: 25px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv {
                      display: -webkit-inline-box;
                      overflow-x: auto;
                      width: 100%;
                      padding: 4px 0; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator {
                        font-size: 11px;
                        border-radius: 25px;
                        display: flex;
                        align-items: center;
                        height: 30px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator span {
                          white-space: nowrap;
                          text-overflow: ellipsis;
                          overflow: hidden; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
                          margin: 0 2px 0 0; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator img {
                          width: 25px;
                          height: 25px;
                          margin-right: 4px;
                          border-radius: 25px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv {
                      display: block;
                      overflow-x: auto;
                      margin-top: 5px;
                      padding: 4px 0; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv .selector {
                        display: inline;
                        justify-content: center;
                        padding: 1px 8px;
                        margin: 0 2px;
                        background-color: #797373;
                        border-radius: 25px;
                        font-size: 10px;
                        margin-bottom: 5px;
                        min-width: 38px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
                          margin: 0 2px 0 0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv {
                      display: flex;
                      flex-wrap: wrap;
                      align-items: center;
                      overflow-y: auto;
                      min-height: 52px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
                        margin: 0 2px;
                        border-radius: 5px;
                        border: 1px solid #ccc;
                        margin-bottom: 5px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
                          height: 20px;
                          border-radius: 5px;
                          max-width: 60px;
                          border-radius: 2px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv {
                      display: flex;
                      flex-wrap: wrap;
                      padding: 4px 0;
                      overflow: hidden; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
                        height: 2px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv .row-link {
                        display: inline;
                        margin-right: 4px;
                        padding: 0px 4px;
                        background: #ecf0fa;
                        border: 1px solid #c9c9ec;
                        border-radius: 2px;
                        margin-bottom: 5px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .linkColumn .linksDiv .error {
                        display: inline;
                        margin-right: 4px;
                        padding: 0px 4px;
                        background: #f5cce9 !important;
                        border: 0.5px solid #a26e71 !important;
                        border-radius: 2px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .api-push .btn {
                      width: fit-content;
                      padding: 4px;
                      border-radius: 4px;
                      box-shadow: 3px 3px 3px #ccc;
                      background-color: rgba(224, 224, 224, 0.5);
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .ratingColumn {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      pointer-events: none;
                      opacity: 0.8;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column {
                      display: block; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn {
                        width: -webkit-fill-available;
                        text-align: center;
                        display: flex; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root {
                          margin: 7px 5px 0px 2px;
                          display: flex;
                          justify-content: center; }
                          #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn {
                            cursor: pointer;
                            width: fit-content;
                            padding: 3px 6px;
                            border-radius: 5px;
                            margin: auto;
                            opacity: .8;
                            display: flex;
                            justify-content: center;
                            background-color: rgba(228, 195, 195, 0.5); }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn svg {
                              margin-right: 5px; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn span {
                              white-space: nowrap !important;
                              color: white;
                              overflow: hidden !important;
                              text-overflow: ellipsis !important; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
                              opacity: 1; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:target {
                              box-shadow: none; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .btn:active {
                              box-shadow: none; }
                          #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled {
                            cursor: auto !important;
                            opacity: 0.5; }
                            #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
                              opacity: 0.5; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .multilineValue {
                      display: block;
                      display: -webkit-box;
                      margin: 0 auto;
                      line-height: 1.2em;
                      -webkit-line-clamp: 3;
                      -webkit-box-orient: vertical;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      word-wrap: break-word;
                      color: black;
                      margin-top: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .durationColumn .value {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      margin-top: 5px;
                      color: black; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-text-type {
                      white-space: nowrap;
                      max-width: 100%;
                      overflow: hidden;
                      text-overflow: ellipsis;
                      margin-top: 5px;
                      color: black; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type {
                      display: flex;
                      align-items: center;
                      width: 100%;
                      margin-top: 8px; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type .progress-line {
                        width: 90%;
                        margin: auto !important; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type .progress-percentage {
                        width: 29px;
                        text-align: center;
                        margin-left: 4px;
                        color: green;
                        font-weight: 500; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .progresscolumn .progress-type .ui.small.progress {
                        font-size: 0.60857143rem;
                        height: 8px !important;
                        padding-left: 0px !important;
                        padding-bottom: 4px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .value {
                      font-size: 14px;
                      font-weight: 600; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .action {
                    color: black;
                    cursor: pointer; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu {
                    font-size: 12px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu .context-menu {
                      min-width: 102px;
                      max-width: 250px;
                      border-radius: 4px;
                      list-style: none;
                      position: absolute;
                      z-index: 400;
                      right: 4px;
                      top: 40px;
                      background: #212121 !important;
                      cursor: pointer; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu .context-menu .menu-item {
                        display: flex;
                        align-items: center;
                        width: 100%;
                        background-color: transparent;
                        color: white;
                        padding: 6px;
                        border-radius: 4px;
                        cursor: pointer; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .cardActionMenu .context-menu .menu-item:hover {
                          background-color: #3d3e3f; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .card-delete-icon {
                    color: #909090;
                    opacity: 0.4;
                    position: absolute;
                    right: 6px;
                    top: 6px;
                    cursor: pointer;
                    visibility: hidden; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer {
                  display: block;
                  height: 38px;
                  color: blue;
                  font-size: 12px;
                  padding: 0 12px 12px 12px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels:first-child {
                    margin-left: auto; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels {
                    float: left;
                    margin-top: 4px;
                    margin-left: 6px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels .attachments {
                      margin-right: 8px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .labels .checklist {
                      margin-right: 8px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .collaborators-list {
                    display: flex;
                    flex-direction: row-reverse;
                    align-items: center;
                    font-size: 14px;
                    color: #ad4df0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-footer .collaborators-list .collaborator {
                      width: 25px;
                      height: 25px;
                      border: 2px solide #797979;
                      position: relative;
                      border-radius: 50%;
                      margin-left: -15px;
                      padding: 2px;
                      background: #fff;
                      object-fit: cover;
                      object-position: center right; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .card-header .firstColumnValue .progresscolumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-header .firstColumnValue .card-data .progresscolumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .apiDataColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn {
                  padding: 0 12px 12px 12px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .apiDataColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .field-title, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .field-title {
                    display: flex;
                    align-items: center;
                    opacity: 0.6; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .apiDataColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .field-title .field-name, #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .field-title .field-name {
                      margin-left: 4px;
                      font-size: 10px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .multilineValue {
                  display: block;
                  display: -webkit-box;
                  margin: 0 auto;
                  line-height: 1.2em;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  word-wrap: break-word;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn .value {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  margin-top: 1px;
                  color: black; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn #custom-multiline-value h1 {
                  font-size: 20px;
                  font-weight: 500; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .textColumn #custom-multiline-value h2 {
                  font-size: 16px;
                  font-weight: 500; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .value {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  pointer-events: none;
                  opacity: 0.8;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .checkboxColumn .kanbancheckbox .cbx .cbx-icon {
                  margin: initial; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .multilineValue .custom-css ul {
                  padding: 0px 18px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv {
                  display: -webkit-inline-box;
                  overflow-x: auto;
                  width: 100%;
                  padding: 4px 0; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator {
                    font-size: 11px;
                    border-radius: 25px;
                    display: flex;
                    align-items: center;
                    height: 30px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator span {
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      overflow: hidden; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator:first-child {
                      margin: 0 2px 0 0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .collaboratorColumn .collaboratorDiv .collaborator img {
                      width: 25px;
                      height: 25px;
                      margin-right: 4px;
                      border-radius: 25px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv {
                  display: -webkit-inline-box;
                  overflow-x: auto;
                  width: 100%;
                  padding: 4px 0; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator {
                    font-size: 11px;
                    border-radius: 25px;
                    display: flex;
                    align-items: center;
                    height: 30px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator span {
                      white-space: nowrap;
                      text-overflow: ellipsis;
                      overflow: hidden; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
                      margin: 0 2px 0 0; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .createdby-updatedby-column .collaboratorDiv .collaborator img {
                      width: 25px;
                      height: 25px;
                      margin-right: 4px;
                      border-radius: 25px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv {
                  display: block;
                  overflow-x: auto;
                  margin-top: 5px;
                  padding: 4px 0; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv .selector {
                    display: inline;
                    justify-content: center;
                    padding: 1px 8px;
                    margin: 0 2px;
                    background-color: #797373;
                    border-radius: 25px;
                    font-size: 10px;
                    margin-bottom: 5px;
                    min-width: 38px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .selectorColumn .selectorDiv .selector:first-child {
                      margin: 0 2px 0 0; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv {
                  display: flex;
                  flex-wrap: wrap;
                  align-items: center;
                  overflow-y: auto;
                  min-height: 52px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv .attachment {
                    margin: 0 2px;
                    border-radius: 5px;
                    border: 1px solid #ccc;
                    margin-bottom: 5px; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .attachmentColumn .attachmentDiv .attachment img {
                      height: 20px;
                      border-radius: 5px;
                      max-width: 60px;
                      border-radius: 2px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv {
                  display: flex;
                  flex-wrap: wrap;
                  padding: 4px 0;
                  overflow: hidden; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv::-webkit-scrollbar {
                    height: 2px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv .row-link {
                    display: inline;
                    margin-right: 4px;
                    padding: 0px 4px;
                    background: #ecf0fa;
                    border: 1px solid #c9c9ec;
                    border-radius: 2px;
                    margin-bottom: 5px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .linkColumn .linksDiv .error {
                    display: inline;
                    margin-right: 4px;
                    padding: 0px 4px;
                    background: #f5cce9 !important;
                    border: 0.5px solid #a26e71 !important;
                    border-radius: 2px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .api-push .btn {
                  width: fit-content;
                  padding: 4px;
                  border-radius: 4px;
                  box-shadow: 3px 3px 3px #ccc;
                  background-color: rgba(224, 224, 224, 0.5);
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .ratingColumn {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  pointer-events: none;
                  opacity: 0.8;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column {
                  display: block; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn {
                    width: -webkit-fill-available;
                    text-align: center;
                    display: flex; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root {
                      margin: 7px 5px 0px 2px;
                      display: flex;
                      justify-content: center; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn {
                        cursor: pointer;
                        width: fit-content;
                        padding: 3px 6px;
                        border-radius: 5px;
                        margin: auto;
                        opacity: .8;
                        display: flex;
                        justify-content: center;
                        background-color: rgba(228, 195, 195, 0.5); }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn svg {
                          margin-right: 5px; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn span {
                          white-space: nowrap !important;
                          color: white;
                          overflow: hidden !important;
                          text-overflow: ellipsis !important; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn:hover {
                          opacity: 1; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn:target {
                          box-shadow: none; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .btn:active {
                          box-shadow: none; }
                      #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .disabled {
                        cursor: auto !important;
                        opacity: 0.5; }
                        #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .button-column .send-btn .btn-root .disabled:hover {
                          opacity: 0.5; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .multilineValue {
                  display: block;
                  display: -webkit-box;
                  margin: 0 auto;
                  line-height: 1.2em;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  word-wrap: break-word;
                  color: black;
                  margin-top: 5px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .durationColumn .value {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  margin-top: 5px;
                  color: black; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-text-type {
                  white-space: nowrap;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  margin-top: 5px;
                  color: black; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type {
                  display: flex;
                  align-items: center;
                  width: 100%;
                  margin-top: 8px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type .progress-line {
                    width: 90%;
                    margin: auto !important; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type .progress-percentage {
                    width: 29px;
                    text-align: center;
                    margin-left: 4px;
                    color: green;
                    font-weight: 500; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .card-data .progresscolumn .progress-type .ui.small.progress {
                    font-size: 0.60857143rem;
                    height: 8px !important;
                    padding-left: 0px !important;
                    padding-bottom: 4px; }
                #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn {
                  padding: 0 12px 12px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn .field-title {
                    display: flex;
                    align-items: center;
                    opacity: 0.6; }
                    #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn .field-title .field-name {
                      margin-left: 4px;
                      font-size: 10px; }
                  #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card .signatureColumn .signature-img {
                    max-width: 60px;
                    height: 25px; }
              #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card-active {
                border: 3px solid orange !important; }
              #kanban .board .divPanel .panel-component .panel .panel-cards .divCard .card-search-active {
                border: 2px solid yellow !important; }
          #kanban .board .divPanel .panel-component .panel .panel-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px;
            color: #4d4d4d; }
            #kanban .board .divPanel .panel-component .panel .panel-footer .add-record-button {
              height: 20px;
              font-size: 10px;
              margin-left: 5px;
              font-weight: 600;
              cursor: pointer;
              opacity: .7; }
              #kanban .board .divPanel .panel-component .panel .panel-footer .add-record-button:hover {
                opacity: 1;
                border-bottom: 1px solid #4d4d4d; }
            #kanban .board .divPanel .panel-component .panel .panel-footer .disable-add-btn {
              opacity: 0.5; }
            #kanban .board .divPanel .panel-component .panel .panel-footer .minimize-icon {
              opacity: .7;
              cursor: pointer; }
              #kanban .board .divPanel .panel-component .panel .panel-footer .minimize-icon:hover {
                opacity: 1; }
        #kanban .board .divPanel .panel-component .collapsed {
          display: flex;
          flex-direction: column;
          transform: rotate(-90deg) translateX(-100%);
          transform-origin: left top 0px;
          min-width: 300px; }
          #kanban .board .divPanel .panel-component .collapsed .panel-header {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: center;
            padding: 10px 12px;
            color: #4d4d4d;
            background: #f7f7f7;
            border-radius: 6px;
            border: 2px solid #e2e2e2;
            cursor: grab; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .records-number {
              white-space: nowrap;
              max-width: 70px;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 20px;
              padding: 0px 8px;
              font-size: 10px;
              background-color: rgba(0, 0, 0, 0.1);
              border-radius: 20px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .header-name {
              white-space: nowrap;
              max-width: 230px;
              overflow: hidden;
              text-overflow: ellipsis;
              height: 20px;
              padding: 0px 8px;
              font-size: 13px;
              font-weight: 400;
              border-radius: 20px;
              margin-right: 20px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .maximize-icon {
              cursor: pointer;
              opacity: .7; }
              #kanban .board .divPanel .panel-component .collapsed .panel-header .maximize-icon:hover {
                opacity: 1; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .collaboratorField {
              display: flex;
              align-items: center;
              border: 1px solid #ccccccad;
              margin: 0px 2px;
              padding: 4px 10px 4px 10px;
              font-size: 12px;
              border-radius: 25px;
              height: auto;
              background-color: white;
              font-weight: 600; }
              #kanban .board .divPanel .panel-component .collapsed .panel-header .collaboratorField img {
                width: 25px;
                height: 25px;
                margin-right: 4px;
                border-radius: 25px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .selectField {
              white-space: nowrap;
              max-width: 180px;
              overflow: hidden;
              text-overflow: ellipsis;
              align-items: center;
              padding: 2px 10px;
              font-size: 14px;
              font-weight: 600;
              border-radius: 25px;
              min-width: 36px; }
            #kanban .board .divPanel .panel-component .collapsed .panel-header .textField {
              font-size: 14px;
              font-weight: 600; }
          #kanban .board .divPanel .panel-component .collapsed .mirror-trapezoid {
            height: 0;
            width: 270px;
            border-top: 120px solid #f7f7f7;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px; }
#ExpandBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center; }
  #ExpandBox .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #ExpandBox .row-section {
    background: #fff;
    width: 700px;
    position: relative; }
    #ExpandBox .row-section .history-comment:hover {
      fill: #000; }
    @media screen and (max-width: 767px) {
      #ExpandBox .row-section {
        width: 347px; }
        #ExpandBox .row-section .pagination-icons {
          margin-top: 15px; } }
    @media screen and (min-width: 767px) {
      #ExpandBox .row-section {
        width: 700px; }
        #ExpandBox .row-section div .ismobile-close {
          display: none; } }
  #ExpandBox .new-row-section {
    background: #fff;
    width: 600px;
    position: relative; }
    #ExpandBox .new-row-section .history-comment:hover {
      fill: #000; }
    @media screen and (max-width: 767px) {
      #ExpandBox .new-row-section {
        width: 347px; }
        #ExpandBox .new-row-section .pagination-icons {
          margin-top: 15px; } }
    @media screen and (min-width: 1250px) {
      #ExpandBox .new-row-section {
        width: 800px; }
        #ExpandBox .new-row-section div .ismobile-close {
          display: none; } }
    @media screen and (min-width: 992px) and (max-width: 1130px) {
      #ExpandBox .new-row-section {
        width: 500px; }
        #ExpandBox .new-row-section div .ismobile-close {
          display: none; } }
    @media screen and (min-width: 860px) and (max-width: 991px) {
      #ExpandBox .new-row-section {
        width: 450px; }
        #ExpandBox .new-row-section div .ismobile-close {
          display: none; } }
  #ExpandBox .blocks {
    width: -webkit-fill-available;
    border-left: none; }
  #ExpandBox #ColumnConfigModelExpandView,
  #ExpandBox .right-popup-wrapper {
    position: absolute;
    top: -41px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8; }
    #ExpandBox #ColumnConfigModelExpandView .overlay,
    #ExpandBox .right-popup-wrapper .overlay {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      z-index: 1; }
    #ExpandBox #ColumnConfigModelExpandView .filters,
    #ExpandBox .right-popup-wrapper .filters {
      top: 20%;
      left: 40%; }
    #ExpandBox #ColumnConfigModelExpandView .filters,
    #ExpandBox #ColumnConfigModelExpandView .right-popup,
    #ExpandBox .right-popup-wrapper .filters,
    #ExpandBox .right-popup-wrapper .right-popup {
      top: 24%;
      left: 37%;
      z-index: 2;
      position: relative;
      right: 0;
      width: min-content;
      min-width: 30em;
      min-height: fit-content;
      max-height: 48rem;
      background: #fff;
      border: 2px solid #ddd;
      overflow-y: auto;
      border-radius: 10px;
      overflow-x: hidden;
      transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out; }
    #ExpandBox #ColumnConfigModelExpandView .title-filter,
    #ExpandBox .right-popup-wrapper .title-filter {
      padding: 10px;
      min-height: 41px;
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      background: #f8f8f8;
      font-size: 16px;
      font-weight: 500; }
      #ExpandBox #ColumnConfigModelExpandView .title-filter svg,
      #ExpandBox .right-popup-wrapper .title-filter svg {
        position: absolute;
        right: 8px;
        cursor: pointer; }

.expand-view {
  z-index: 2;
  position: absolute;
  display: flex;
  top: 5%;
  width: auto;
  box-shadow: -10px 0px 10px #565656;
  height: 90%;
  background: transparent;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s; }
  @media only screen and (max-width: 500px) {
    .expand-view {
      top: 0px;
      height: 100%; }
      .expand-view #ExpandBox {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        display: flex;
        justify-content: center; }
        .expand-view #ExpandBox .overlay {
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          position: absolute;
          z-index: 1; }
        .expand-view #ExpandBox .row-section {
          background: #fff;
          width: fit-content;
          position: relative; }
          .expand-view #ExpandBox .row-section .history-comment:hover {
            fill: #000; }
      .expand-view .row-section {
        background: #fff;
        position: relative;
        width: fit-content; } }
  .expand-view .blocks {
    width: -webkit-fill-available;
    border-left: none; }
  .expand-view .row-section {
    background: #fff;
    width: 470px;
    position: relative; }
    .expand-view .row-section .history-comment:hover {
      fill: #000; }
    .expand-view .row-section .pagination-icons {
      display: flex;
      justify-content: space-between;
      padding: 16px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .expand-view .row-section .pagination-icons .Exapnd-tooltip {
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext {
          visibility: hidden;
          width: max-content;
          background-color: #303b47;
          color: #fff;
          text-align: center;
          text-transform: none;
          border-radius: 6px;
          font-size: 11px !important;
          padding: 0 8px;
          position: absolute;
          z-index: 3;
          display: inherit;
          margin-top: 21px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.hide {
            margin-left: 8px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.show {
            margin-left: -135px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.fav-done-row {
            margin-left: -169px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.fav-row {
            margin-left: -147px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.previous {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -18px;
            margin-top: 0px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext.next {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -5px;
            margin-top: 0px; }
          .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext .key {
            background-color: #797878;
            border-radius: 5px;
            padding: 2px;
            font-size: 9px; }
            .expand-view .row-section .pagination-icons .Exapnd-tooltip .tooltiptext .key.dot {
              padding-left: 5px;
              padding-right: 5px; }
        .expand-view .row-section .pagination-icons .Exapnd-tooltip:hover .tooltiptext {
          visibility: visible; }
      .expand-view .row-section .pagination-icons .fav {
        padding-right: 5px; }
      .expand-view .row-section .pagination-icons .column-layout-container {
        display: flex;
        padding-right: 4px; }
        .expand-view .row-section .pagination-icons .column-layout-container .column-view-label {
          display: flex;
          border-radius: 25px;
          width: 20px;
          height: 20px;
          justify-content: center;
          align-items: center;
          flex-direction: row;
          padding: 0px;
          cursor: pointer;
          position: relative; }
          .expand-view .row-section .pagination-icons .column-layout-container .column-view-label .tooltiptext {
            visibility: hidden;
            width: max-content;
            background-color: #303b47;
            color: #fff;
            text-align: center;
            text-transform: none;
            border-radius: 6px;
            font-size: 11px !important;
            padding: 0 8px;
            position: absolute;
            z-index: 3;
            display: inherit;
            margin-top: 21px;
            top: 0px; }
          .expand-view .row-section .pagination-icons .column-layout-container .column-view-label:hover .tooltiptext {
            visibility: visible; }
          .expand-view .row-section .pagination-icons .column-layout-container .column-view-label.active {
            background: #EDEDED; }
      .expand-view .row-section .pagination-icons .linked-table-name {
        font-size: 15px;
        align-self: center;
        margin-left: 5px;
        white-space: nowrap;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .expand-view .row-section .pagination-icons .linked-table-name strong {
          text-decoration: underline; }
    .expand-view .row-section .color-formating-colorline {
      display: block;
      border: none;
      color: white;
      height: 12px;
      background: #ffff;
      border-radius: 4px; }
    .expand-view .row-section .two-column-rowdetails {
      margin: 0 12px;
      padding-right: 6px; }
      .expand-view .row-section .two-column-rowdetails .two-column-title {
        margin: 10px 0 0 16px; }
      .expand-view .row-section .two-column-rowdetails .rowdetails-layout {
        width: 100%; }
        .expand-view .row-section .two-column-rowdetails .rowdetails-layout .two-column-layout {
          display: flex;
          align-items: center;
          align-self: flex-start; }
        .expand-view .row-section .two-column-rowdetails .rowdetails-layout .input-multi-line {
          position: relative;
          height: 100px;
          width: 100%;
          padding: 14px 8px;
          border: 2px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          line-height: 18px; }
        .expand-view .row-section .two-column-rowdetails .rowdetails-layout [data-rbd-droppable-id="droppable"] {
          display: flex;
          align-items: self-start;
          flex-wrap: wrap;
          width: 100%; }
      .expand-view .row-section .two-column-rowdetails .hidden-column {
        padding: 4px 16px !important; }
    .expand-view .row-section .single-column-rowdetails {
      margin: 0px 0px;
      padding-right: 10px;
      padding-left: 20px; }
      .expand-view .row-section .single-column-rowdetails .single-column-title {
        margin: 10px 0 0 0; }
      .expand-view .row-section .single-column-rowdetails .field {
        width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 10px; }
        .expand-view .row-section .single-column-rowdetails .field .field-title {
          position: relative;
          max-width: 150px;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: flex-start;
          gap: 2px; }
          .expand-view .row-section .single-column-rowdetails .field .field-title svg {
            flex-shrink: 0;
            margin-top: 0px; }
          .expand-view .row-section .single-column-rowdetails .field .field-title .field-content {
            align-items: flex-start !important; }
            .expand-view .row-section .single-column-rowdetails .field .field-title .field-content .field-name .field-column-name {
              white-space: normal; }
        .expand-view .row-section .single-column-rowdetails .field #MenuColumns {
          left: -55px !important;
          top: 5px; }
        .expand-view .row-section .single-column-rowdetails .field .field-Container {
          width: 100%;
          min-width: 0; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container input, .expand-view .row-section .single-column-rowdetails .field .field-Container select {
            border: 1px solid rgba(34, 36, 38, 0.15);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
            border-radius: 6px; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .PhoneInput,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .input-multi-line,
          .expand-view .row-section .single-column-rowdetails .field .field-Container #Timezone,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .virtual-input,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .cbx-visible i.icon {
            border: 1px solid rgba(34, 36, 38, 0.15);
            box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
            border-radius: 6px; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .PhoneInput input,
          .expand-view .row-section .single-column-rowdetails .field .field-Container #Timezone input,
          .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell input {
            border: none !important;
            box-shadow: none !important;
            border-radius: 0 !important; }
          .expand-view .row-section .single-column-rowdetails .field .field-Container .select-cell .css-1wcnc71-control {
            border-radius: 6px !important; }
        @media screen and (max-width: 767px) {
          .expand-view .row-section .single-column-rowdetails .field {
            flex-direction: column;
            align-items: normal; } }
      .expand-view .row-section .single-column-rowdetails .input-multi-line {
        position: relative;
        min-height: 72px;
        width: 100%;
        padding: 14px 8px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        font-weight: 400;
        line-height: 18px; }
      .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-head .add {
        padding: 7px !important;
        background: transparent !important;
        border-radius: 6px !important;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32); }
      .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-data {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-left: 0 !important;
        margin-top: 7px; }
        .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-data .attachment-flex-box {
          flex: 0 0 calc(50% - 5px);
          max-height: 200px; }
          .expand-view .row-section .single-column-rowdetails .attachment-bx .attachment-data .attachment-flex-box .custom-image-style {
            width: 100% !important;
            height: 100% !important;
            max-width: 100%;
            max-height: 100%;
            object-fit: cover;
            margin: 0 !important;
            border-radius: 6px;
            border: 1px solid #bdbdbdde;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.32); }
    .expand-view .row-section .row-details {
      height: calc(100% - 114px);
      overflow: auto;
      overflow-x: hidden;
      scrollbar-width: thin; }
      .expand-view .row-section .row-details::-webkit-scrollbar {
        width: 7px; }
      .expand-view .row-section .row-details .title {
        font-size: 20px;
        line-height: 1.618;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 2;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 29px;
        max-height: 200px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .expand-view .row-section .row-details .title .synced-row-line {
          font-size: 13px;
          margin: 6px 0px 0px 0px;
          font-weight: 500; }
      .expand-view .row-section .row-details .linked-table {
        font-size: 13.5px;
        font-weight: 500;
        display: flex;
        align-items: center;
        margin-left: 1.3px;
        margin: 4px 0;
        padding-top: 5px; }
        .expand-view .row-section .row-details .linked-table p {
          margin-left: 6px;
          text-decoration: underline;
          cursor: pointer;
          font-weight: 500;
          color: #414141; }
      .expand-view .row-section .row-details .field {
        margin: 16px 0; }
        .expand-view .row-section .row-details .field .modal-wrapper {
          position: absolute;
          background-color: #fff;
          border-radius: 8px;
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
          z-index: 1000;
          padding: 10px;
          overflow-y: auto;
          border: 1px solid #ddd;
          box-sizing: border-box;
          min-width: 250px;
          max-width: 250px; }
          .expand-view .row-section .row-details .field .modal-wrapper input {
            width: 100%;
            height: auto;
            padding: 0.8rem;
            margin-bottom: 1rem;
            border-radius: 6px;
            border: 1px solid #ddd;
            font-size: 1rem;
            outline: none; }
          .expand-view .row-section .row-details .field .modal-wrapper .stack-users {
            list-style: none;
            padding: 0; }
        .expand-view .row-section .row-details .field input, .expand-view .row-section .row-details .field textarea {
          height: 20px;
          width: 100%;
          padding: 14px 8px;
          border: 2px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          line-height: 18px; }
        .expand-view .row-section .row-details .field .input {
          width: 100%; }
        .expand-view .row-section .row-details .field .dollar-icon input {
          padding-left: 1.271429em !important; }
        .expand-view .row-section .row-details .field .dollar-icon i {
          width: 1.8em; }
        .expand-view .row-section .row-details .field .url input {
          text-decoration: underline;
          color: #2085d0; }
          .expand-view .row-section .row-details .field .url input:hover {
            color: rgba(0, 0, 0, 0.87); }
        .expand-view .row-section .row-details .field .react-datepicker-wrapper {
          width: 100%; }
          .expand-view .row-section .row-details .field .react-datepicker-wrapper .react-datepicker__input-container {
            width: 100%; }
        .expand-view .row-section .row-details .field .selectBox, .expand-view .row-section .row-details .field .select-cell {
          position: relative;
          width: 100%;
          height: fit-content;
          border: 2px solid rgba(34, 36, 38, 0.15);
          border-radius: 2px;
          color: rgba(0, 0, 0, 0.87);
          font-weight: 400; }
          .expand-view .row-section .row-details .field .selectBox .css-vdiuut-menu, .expand-view .row-section .row-details .field .select-cell .css-vdiuut-menu {
            margin-top: 5px; }
          .expand-view .row-section .row-details .field .selectBox .css-nue2uf-MenuList, .expand-view .row-section .row-details .field .select-cell .css-nue2uf-MenuList {
            max-height: 220px;
            overflow: hidden auto; }
            .expand-view .row-section .row-details .field .selectBox .css-nue2uf-MenuList .invite-btn, .expand-view .row-section .row-details .field .select-cell .css-nue2uf-MenuList .invite-btn {
              color: #4d4d4d;
              line-height: 2; }
          .expand-view .row-section .row-details .field .selectBox .create-option, .expand-view .row-section .row-details .field .select-cell .create-option {
            font-size: 12.8px; }
            .expand-view .row-section .row-details .field .selectBox .create-option .content, .expand-view .row-section .row-details .field .select-cell .create-option .content {
              overflow: hidden;
              display: inline-block; }
              .expand-view .row-section .row-details .field .selectBox .create-option .content .header, .expand-view .row-section .row-details .field .select-cell .create-option .content .header {
                font-size: 11px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
        .expand-view .row-section .row-details .field textarea {
          height: 100px;
          resize: none; }
        .expand-view .row-section .row-details .field .virtual-input {
          height: auto;
          width: 100%;
          padding: 5px;
          overflow: hidden;
          min-height: 32px;
          border: 2px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          display: inline-flex;
          align-items: center;
          font-weight: 400; }
          .expand-view .row-section .row-details .field .virtual-input .api-data > ul {
            margin: 0px !important; }
        .expand-view .row-section .row-details .field .lookup {
          word-break: break-word;
          display: table;
          padding-top: 8px;
          padding-bottom: 8px; }
        .expand-view .row-section .row-details .field .attachment-file-drag .drop-file-content {
          border: 2px #ccc dashed;
          display: none;
          width: auto;
          height: 26vh;
          background-color: white;
          position: relative;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto;
          justify-content: center;
          align-items: center;
          text-align: center; }
          .expand-view .row-section .row-details .field .attachment-file-drag .drop-file-content p {
            font-size: 16px;
            font-weight: 600; }
        .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-dragging-over-frame .attachment-bx {
          display: none !important; }
        .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-dragging-over-frame .drop-file-content {
          display: flex; }
        .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-target {
          height: 100%;
          margin: auto 0px; }
          .expand-view .row-section .row-details .field .attachment-file-drag .file-drop-target .file-logo {
            display: none; }
        .expand-view .row-section .row-details .field .attachment-bx {
          height: inherit;
          display: grid; }
          .expand-view .row-section .row-details .field .attachment-bx .attachment-head {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .expand-view .row-section .row-details .field .attachment-bx .attachment-head .attachment-loader {
              display: flex;
              align-items: center; }
              .expand-view .row-section .row-details .field .attachment-bx .attachment-head .attachment-loader p {
                font-size: 11px;
                font-weight: 600;
                margin-left: 7px; }
          .expand-view .row-section .row-details .field .attachment-bx .add {
            height: fit-content !important;
            width: fit-content;
            background: #e7e7e7;
            font-weight: 500;
            width: -moz-max-content;
            border-radius: 4px;
            cursor: pointer;
            float: left;
            padding: 0 4px;
            margin: auto 0;
            margin-bottom: 5px; }
            .expand-view .row-section .row-details .field .attachment-bx .add:hover {
              background: #d2d2da;
              opacity: .9; }
          .expand-view .row-section .row-details .field .attachment-bx .attachment-data {
            height: inherit;
            display: inline-flex;
            flex-wrap: wrap;
            margin-left: 5px;
            margin-top: 7px; }
            .expand-view .row-section .row-details .field .attachment-bx .attachment-data .img-data {
              height: 30px !important; }
        .expand-view .row-section .row-details .field input:hover, .expand-view .row-section .row-details .field textarea:hover, .expand-view .row-section .row-details .field .selectBox:hover, .expand-view .row-section .row-details .field .select-cell:hover, .expand-view .row-section .row-details .field .virtual-input:hover {
          border-color: rgba(0, 0, 0, 0.25); }
        .expand-view .row-section .row-details .field input:focus, .expand-view .row-section .row-details .field textarea:focus, .expand-view .row-section .row-details .field .selectBox:focus, .expand-view .row-section .row-details .field .select-cell:focus, .expand-view .row-section .row-details .field .virtual-input:focus {
          outline: none;
          border-color: #0096FF; }
      .expand-view .row-section .row-details .field-title {
        padding-top: 0px;
        opacity: .7;
        text-transform: capitalize;
        margin: 3px 0;
        color: #121212;
        display: flex;
        align-items: center;
        font-size: 12px;
        height: 31px; }
        .expand-view .row-section .row-details .field-title .columnname-input {
          width: fit-content;
          padding: 4px 8px;
          border: none;
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          box-shadow: 0px 0px 8px 0 #999999; }
        .expand-view .row-section .row-details .field-title .field-name {
          padding-top: 15px;
          margin-left: 4px; }
          .expand-view .row-section .row-details .field-title .field-name .field-column-name {
            white-space: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 150px;
            width: 100%;
            display: block; }
        .expand-view .row-section .row-details .field-title .field-dropdown-icon {
          margin: 0px 0px 1px 3px;
          cursor: pointer; }
        .expand-view .row-section .row-details .field-title .expandcelllock-badge-container {
          position: relative;
          display: flex;
          align-items: center;
          margin-left: 8px;
          cursor: pointer; }
      .expand-view .row-section .row-details .signature-field {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px; }
        .expand-view .row-section .row-details .signature-field .signature-img {
          position: relative;
          max-width: 50%;
          height: 100%;
          border: 1px solid rgba(34, 36, 38, 0.15);
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32);
          border-radius: 6px; }
      .expand-view .row-section .row-details .permission-error-msg {
        margin: 4px 0px 0px 0px;
        font-size: 11px;
        color: #999;
        line-height: 1.5; }
      .expand-view .row-section .row-details .hidden-column {
        display: flex;
        align-items: center;
        margin: auto;
        padding: 4px 0px;
        font-weight: 600;
        border-radius: 5px;
        cursor: pointer;
        justify-content: center;
        gap: 16px; }
        .expand-view .row-section .row-details .hidden-column .line {
          flex: 1;
          height: 1px;
          background-color: #d3d3d3; }
        .expand-view .row-section .row-details .hidden-column .dropdown-button {
          padding: 8px 16px;
          border: 1px solid #ccc;
          border-radius: 8px;
          background-color: white;
          font-size: 14px;
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 8px; }
      .expand-view .row-section .row-details .react-phone-number-input {
        border: 2px solid #0096FF;
        border-radius: 4px;
        height: 32px;
        width: 100%;
        padding: 5px;
        overflow: hidden;
        min-height: 32px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        border-radius: 2px;
        display: inline-flex;
        align-items: center; }
        .expand-view .row-section .row-details .react-phone-number-input select {
          display: none; }
        .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row {
          display: flex;
          flex-direction: row; }
          .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
            width: 30px;
            margin-top: 10px; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
              width: 20px;
              margin-top: 4px;
              margin-left: 6px;
              margin-right: 4px; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
              margin-top: 3px;
              margin-left: 2px; }
          .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row input {
            border: none;
            margin: auto;
            height: -webkit-fill-available;
            width: -webkit-fill-available;
            padding-left: 10px; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row input:focus {
              border: none;
              box-shadow: none;
              -webkit-box-shadow: none;
              outline: none; }
            .expand-view .row-section .row-details .react-phone-number-input .react-phone-number-input__row input:active {
              border: none;
              box-shadow: none;
              -webkit-box-shadow: none;
              outline: none; }
      .expand-view .row-section .row-details .PhoneInput {
        display: flex;
        align-items: center;
        padding: 4px 4px 4px 10px;
        margin: 10px 0px 0px 0px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        font-weight: 400;
        line-height: 18px; }
        .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry {
          width: 27px; }
          .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry svg {
            width: 100%;
            border-radius: 3px; }
          .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
            display: none; }
          .expand-view .row-section .row-details .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
            display: flex;
            align-items: center; }
        .expand-view .row-section .row-details .PhoneInput input {
          border: none;
          margin: auto;
          width: -webkit-fill-available;
          padding-left: 5px; }
          .expand-view .row-section .row-details .PhoneInput input:focus {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
          .expand-view .row-section .row-details .PhoneInput input:active {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
      .expand-view .row-section .row-details .send-btn {
        width: -webkit-fill-available;
        text-align: center;
        display: flex;
        margin: 0 !important; }
        .expand-view .row-section .row-details .send-btn .btn-root {
          margin: 0px !important;
          display: flex;
          justify-content: center; }
          .expand-view .row-section .row-details .send-btn .btn-root .btn {
            cursor: pointer;
            width: fit-content;
            padding: 4px 6px;
            border-radius: 5px;
            margin: auto;
            opacity: .8;
            background-color: rgba(224, 224, 224, 0.5); }
            .expand-view .row-section .row-details .send-btn .btn-root .btn svg {
              margin-right: 5px; }
            .expand-view .row-section .row-details .send-btn .btn-root .btn:hover {
              box-shadow: 3px 3px 3px #ccc;
              opacity: 1; }
            .expand-view .row-section .row-details .send-btn .btn-root .btn:target {
              box-shadow: none; }
            .expand-view .row-section .row-details .send-btn .btn-root .btn:active {
              box-shadow: none; }
      .expand-view .row-section .row-details .progress {
        margin: auto;
        width: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .expand-view .row-section .row-details .progress .progress-text-type .progress-text-main {
          display: flex;
          align-items: center;
          justify-content: unset; }
          .expand-view .row-section .row-details .progress .progress-text-type .progress-text-main .progress-text-icon {
            font-size: 20px; }
          .expand-view .row-section .row-details .progress .progress-text-type .progress-text-main .progress-text-task {
            font-size: 14px;
            margin-left: 6px; }
        .expand-view .row-section .row-details .progress .progress-type {
          display: flex;
          align-items: center;
          width: 100%; }
          .expand-view .row-section .row-details .progress .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          .expand-view .row-section .row-details .progress .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500;
            margin-right: 4px; }
          .expand-view .row-section .row-details .progress .progress-type .ui.small.progress {
            font-size: 0.60857143rem; }
        .expand-view .row-section .row-details .progress .progress-arrow-icon {
          color: black;
          cursor: pointer; }
          .expand-view .row-section .row-details .progress .progress-arrow-icon:hover {
            color: grey; }
      .expand-view .row-section .row-details .button-column {
        display: contents; }
        .expand-view .row-section .row-details .button-column .send-btn {
          width: -webkit-fill-available;
          text-align: center;
          display: flex; }
          .expand-view .row-section .row-details .button-column .send-btn .btn-root {
            margin: auto;
            display: flex;
            justify-content: center; }
            .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn {
              cursor: pointer;
              width: fit-content;
              padding: 3px 6px;
              border-radius: 5px;
              margin: auto;
              opacity: .8;
              display: flex;
              justify-content: center;
              background-color: rgba(228, 195, 195, 0.5); }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn svg {
                margin-right: 5px; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn span {
                white-space: nowrap !important;
                color: white;
                overflow: hidden !important;
                text-overflow: ellipsis !important; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn:hover {
                opacity: 1; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn:target {
                box-shadow: none; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .btn:active {
                box-shadow: none; }
            .expand-view .row-section .row-details .button-column .send-btn .btn-root .disabled {
              cursor: auto !important;
              opacity: 0.5; }
              .expand-view .row-section .row-details .button-column .send-btn .btn-root .disabled:hover {
                opacity: 0.5; }
      .expand-view .row-section .row-details .links-bx {
        display: flow-root;
        font-size: 11px;
        width: auto;
        height: inherit !important;
        padding-top: 0 !important; }
        .expand-view .row-section .row-details .links-bx .link-data {
          display: inline-flex;
          flex-wrap: wrap;
          margin-left: -3px; }
        .expand-view .row-section .row-details .links-bx .link-row-data {
          margin-left: 2px; }
          .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main {
            display: flex;
            flex-direction: column;
            padding: 3px 0px 0px 0px;
            width: 100%; }
            .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main .remove-link {
              cursor: pointer;
              text-align: end;
              margin: 0px -3px -16px 0px; }
              .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main .remove-link i {
                background: #ddd;
                border-radius: 9px;
                font-size: 16px;
                padding: 0px; }
              .expand-view .row-section .row-details .links-bx .link-row-data .link-data-main .remove-link .tooltiptext {
                position: absolute;
                bottom: 5px;
                left: 75% !important;
                padding: 2px 5px 2px 5px; }
        .expand-view .row-section .row-details .links-bx .rowdata-twoColumn {
          width: 100%; }
        .expand-view .row-section .row-details .links-bx .add {
          height: fit-content !important;
          width: fit-content;
          background: #e7e7e7;
          font-weight: 500;
          width: -moz-max-content;
          border-radius: 4px;
          cursor: pointer;
          float: left;
          padding: 0 4px;
          margin: auto 0;
          margin-bottom: 5px; }
          .expand-view .row-section .row-details .links-bx .add:hover {
            background: #d2d2da;
            opacity: .9; }
        .expand-view .row-section .row-details .links-bx .row-link {
          white-space: nowrap;
          margin: 5px;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 0.5px solid #c9c9ec;
          border-radius: 2px;
          font-size: 13px;
          max-width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          width: auto; }
          .expand-view .row-section .row-details .links-bx .row-link .remove-icon {
            display: contents;
            cursor: pointer; }
          .expand-view .row-section .row-details .links-bx .row-link .remove-icon::before {
            margin-left: 4px; }
          .expand-view .row-section .row-details .links-bx .row-link:hover {
            cursor: pointer;
            opacity: 0.8; }
      .expand-view .row-section .row-details .links-twoColumn {
        display: flex; }
      .expand-view .row-section .row-details .readonly-input {
        margin: 0 !important;
        /* margin-bottom: 20px; */
        min-height: 22px;
        height: fit-content; }
      .expand-view .row-section .row-details .readonly-field-input {
        margin: 8px 2px; }
      .expand-view .row-section .row-details .link-rowdata {
        margin-bottom: 8px;
        border-radius: 3px;
        border: 1px solid #0000001a;
        background-color: white;
        line-height: 2; }
        .expand-view .row-section .row-details .link-rowdata .link-rowtext {
          display: inline-block;
          padding: 8px 10px;
          line-height: 1.6; }
    .expand-view .row-section .add-column {
      position: fixed;
      width: 300px;
      margin-left: 20px; }
      .expand-view .row-section .add-column span {
        font-weight: 600;
        cursor: pointer; }
        .expand-view .row-section .add-column span:hover {
          border-bottom: 2px solid #4d4d4d; }
  .expand-view .history-section {
    background: #ffffff;
    border-left: 1px solid #f3f3f3;
    width: 380px;
    position: relative; }
    .expand-view .history-section .history-toggle {
      display: flex;
      justify-content: flex-end;
      padding: 14px 20px;
      border-bottom: 2px solid #ddd; }
      .expand-view .history-section .history-toggle .Exapnd-tooltip {
        margin-top: 3px;
        margin-right: auto;
        position: relative;
        display: inline-block;
        cursor: pointer; }
        .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext {
          visibility: hidden;
          width: max-content;
          background-color: #303b47;
          color: #fff;
          text-align: center;
          text-transform: none;
          border-radius: 6px;
          font-size: 11px !important;
          padding: 0 8px;
          position: absolute;
          z-index: 3;
          display: inherit;
          margin-top: 21px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.hide {
            margin-left: 8px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.show {
            margin-left: -135px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.fav-done-row {
            margin-left: -169px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.fav-row {
            margin-left: -147px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.previous {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -18px;
            margin-top: 0px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext.next {
            height: 25px;
            padding-bottom: 2px;
            padding-top: 2px;
            margin-left: -5px;
            margin-top: 0px; }
          .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext .key {
            background-color: #797878;
            border-radius: 5px;
            padding: 2px;
            font-size: 9px; }
            .expand-view .history-section .history-toggle .Exapnd-tooltip .tooltiptext .key.dot {
              padding-left: 5px;
              padding-right: 5px; }
        .expand-view .history-section .history-toggle .Exapnd-tooltip:hover .tooltiptext {
          visibility: visible; }
      .expand-view .history-section .history-toggle .button {
        padding: 0 6px;
        height: 22px; }
      .expand-view .history-section .history-toggle .history {
        box-shadow: unset !important;
        border-radius: 25px; }
      .expand-view .history-section .history-toggle .comments {
        margin-right: 4px; }
      .expand-view .history-section .history-toggle .active-div {
        box-shadow: 0px 0px 0px 1px #1279c6 inset !important; }
    .expand-view .history-section .dayDivider {
      text-align: center;
      border-bottom: 1px solid #f1f1f1;
      height: 11px;
      color: #929090; }
      .expand-view .history-section .dayDivider span {
        background: #fff;
        padding: 5px; }
    .expand-view .history-section .comments {
      padding: 12px 20px;
      overflow-y: auto;
      overflow-x: hidden; }
      .expand-view .history-section .comments :hover .options {
        visibility: visible; }
      .expand-view .history-section .comments .options {
        visibility: hidden;
        cursor: pointer; }
      .expand-view .history-section .comments::-webkit-scrollbar {
        width: 7px; }
      .expand-view .history-section .comments .comment {
        margin: 10px 0;
        padding: 0 5px;
        border-radius: 5px; }
        .expand-view .history-section .comments .comment .header .user .name {
          margin-left: 4px;
          font-weight: 500;
          color: black; }
        .expand-view .history-section .comments .comment #CommentDeleteModal {
          position: absolute;
          z-index: 2;
          left: 74px;
          top: 0px;
          bottom: 0;
          display: flex;
          align-items: center; }
          .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal {
            min-width: 230px;
            width: min-content;
            max-width: 400px;
            padding: 16px;
            font-weight: 500;
            background-color: #fff;
            border-radius: 6px;
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
            .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .content {
              font-weight: 500;
              font-size: 14.4px;
              line-height: 1.5;
              margin-bottom: 8px;
              color: #4d4d4d;
              cursor: text; }
            .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div {
              display: flex;
              justify-content: flex-end;
              align-items: center; }
              .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel {
                border-color: transparent;
                background-color: transparent;
                margin-right: 16px;
                color: #2e2f32;
                font-size: 13px;
                padding: 0px;
                max-width: 192px;
                box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
                .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-cancel:hover {
                  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
              .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete {
                padding: 8px 10px;
                border-radius: 3px;
                background-color: #dd2c5a;
                color: white;
                border-color: rgba(0, 0, 0, 0);
                max-width: 192px;
                font-size: 13px;
                margin-right: 0px; }
                .expand-view .history-section .comments .comment #CommentDeleteModal .deletemodal .btn-div .btn-delete:hover {
                  opacity: .85; }
        .expand-view .history-section .comments .comment .comment-text {
          background-color: #fff !important;
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
          padding: 4px 8px;
          margin: 0px 0 4px 36px;
          border-radius: 6px;
          color: #4d4d4d !important;
          font-size: 13px !important;
          display: inline-block;
          align-items: center;
          line-height: 20px;
          user-select: text;
          font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
          word-break: break-word; }
          .expand-view .history-section .comments .comment .comment-text span, .expand-view .history-section .comments .comment .comment-text a {
            font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
            word-break: break-word;
            color: #4d4d4d !important; }
          .expand-view .history-section .comments .comment .comment-text a {
            text-decoration: underline !important; }
          .expand-view .history-section .comments .comment .comment-text .ak-ol {
            background-color: #fff !important;
            font-size: 13px !important;
            color: #4d4d4d !important; }
          .expand-view .history-section .comments .comment .comment-text .user {
            /* border: 1px solid #ccc; */
            /* padding-left: 2px; */
            /* padding: 2px; */
            display: inline-block;
            color: #3982d0;
            font-weight: 700;
            margin-bottom: 2px;
            padding-right: 3px;
            padding-left: 3px;
            /* padding-right: 4px; */
            /* border-radius: 8px; */
            display: inline-flex;
            align-items: center;
            vertical-align: middle; }
            .expand-view .history-section .comments .comment .comment-text .user img {
              display: none;
              width: 16px;
              margin-right: 4px;
              border-radius: 8px; }
        .expand-view .history-section .comments .comment .edit-text {
          margin: -4px 0 4px 32px;
          font-size: 9px;
          opacity: .7; }
        .expand-view .history-section .comments .comment .historyContainer {
          background-color: #fff;
          padding: 4px 8px;
          margin: -4px 0 4px 32px;
          border-radius: 5px;
          line-height: 1.6;
          color: #333333;
          display: block;
          opacity: .8;
          word-wrap: break-word; }
          .expand-view .history-section .comments .comment .historyContainer .columnName {
            text-transform: uppercase;
            font-size: 10px; }
          .expand-view .history-section .comments .comment .historyContainer del {
            color: red; }
            .expand-view .history-section .comments .comment .historyContainer del .collaborator-tag {
              display: inline-flex !important;
              align-items: center;
              height: 18px !important;
              margin: 5px 2px;
              border-radius: 12px; }
              .expand-view .history-section .comments .comment .historyContainer del .collaborator-tag .collaborator-img {
                width: 20px !important;
                height: 20px !important;
                margin: 0 !important;
                border-radius: 10px; }
              .expand-view .history-section .comments .comment .historyContainer del .collaborator-tag .collaborator-name {
                font-size: 13px;
                line-height: 18px !important;
                padding: 0 4px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                background: red !important;
                border-radius: 10px;
                padding: 0px 6px;
                margin: 2px;
                color: white !important; }
            .expand-view .history-section .comments .comment .historyContainer del .select-tag {
              min-width: 18px;
              height: 20px !important;
              font-size: 13px;
              font-weight: 400;
              border: 1px solid white;
              box-shadow: 0 0 0 2px #ffa6c1 !important;
              border-radius: 9999px;
              padding: 2px 8px;
              line-height: 1.5;
              display: flex;
              align-items: center;
              justify-content: center; }
            .expand-view .history-section .comments .comment .historyContainer del progress {
              background: #ADACAC !important; }
            .expand-view .history-section .comments .comment .historyContainer del progress::-webkit-progress-bar {
              background: #ADACAC !important; }
            .expand-view .history-section .comments .comment .historyContainer del progress::-webkit-progress-value {
              background: red !important; }
            .expand-view .history-section .comments .comment .historyContainer del progress::-moz-progress-bar {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: #ADACAC !important; }
          .expand-view .history-section .comments .comment .historyContainer ins, .expand-view .history-section .comments .comment .historyContainer span {
            text-decoration: none;
            margin-left: 5px;
            color: green; }
          .expand-view .history-section .comments .comment .historyContainer .attachments img {
            max-height: 48px;
            margin: 4px; }
          .expand-view .history-section .comments .comment .historyContainer .attachments .added {
            border: 1px solid green; }
          .expand-view .history-section .comments .comment .historyContainer .attachments .removed {
            border: 1px solid red; }
          .expand-view .history-section .comments .comment .historyContainer .progress {
            display: flex;
            align-items: center;
            margin: 0px 0px 5px 0px; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: lightgreen;
              margin-right: 5px; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress::-webkit-progress-bar {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: lightgreen; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress::-webkit-progress-value {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: green; }
            .expand-view .history-section .comments .comment .historyContainer .progress progress::-moz-progress-bar {
              border: 0;
              height: 10px;
              border-radius: 20px;
              background: lightgreen; }
          .expand-view .history-section .comments .comment .historyContainer .link {
            display: flex;
            align-items: center; }
            .expand-view .history-section .comments .comment .historyContainer .link .row-link {
              white-space: nowrap;
              margin: 5px 3px;
              padding: 0px 4px;
              background: #ecf0fa;
              border: 0.5px solid #c9c9ec;
              border-radius: 2px;
              font-size: 13px;
              text-overflow: ellipsis;
              overflow: hidden;
              height: fit-content;
              display: flex;
              width: fit-content; }
          .expand-view .history-section .comments .comment .historyContainer .select, .expand-view .history-section .comments .comment .historyContainer .multiSelect {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            .expand-view .history-section .comments .comment .historyContainer .select .select-tag, .expand-view .history-section .comments .comment .historyContainer .multiSelect .select-tag {
              width: fit-content;
              padding: 0px 6px 0px 5px;
              margin: 5px;
              min-width: 18px;
              height: 20px !important;
              font-size: 13px;
              font-weight: 400;
              border: 1px solid white;
              box-shadow: 0 0 0 2px #9ae095;
              border-radius: 9999px;
              padding: 2px 8px;
              line-height: 1.5;
              display: flex;
              align-items: center;
              justify-content: center; }
          .expand-view .history-section .comments .comment .historyContainer .collaborator, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator, .expand-view .history-section .comments .comment .historyContainer .updatedby, .expand-view .history-section .comments .comment .historyContainer .createdby {
            display: flex;
            align-items: center;
            flex-wrap: wrap; }
            .expand-view .history-section .comments .comment .historyContainer .collaborator .collaborator-tag, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator .collaborator-tag, .expand-view .history-section .comments .comment .historyContainer .updatedby .collaborator-tag, .expand-view .history-section .comments .comment .historyContainer .createdby .collaborator-tag {
              display: inline-flex !important;
              align-items: center;
              height: 18px !important;
              margin: 5px 2px;
              border-radius: 12px; }
              .expand-view .history-section .comments .comment .historyContainer .collaborator .collaborator-tag .collaborator-img, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator .collaborator-tag .collaborator-img, .expand-view .history-section .comments .comment .historyContainer .updatedby .collaborator-tag .collaborator-img, .expand-view .history-section .comments .comment .historyContainer .createdby .collaborator-tag .collaborator-img {
                width: 20px !important;
                height: 20px !important;
                margin: 0 !important;
                border-radius: 10px; }
              .expand-view .history-section .comments .comment .historyContainer .collaborator .collaborator-tag .collaborator-name, .expand-view .history-section .comments .comment .historyContainer .multiCollaborator .collaborator-tag .collaborator-name, .expand-view .history-section .comments .comment .historyContainer .updatedby .collaborator-tag .collaborator-name, .expand-view .history-section .comments .comment .historyContainer .createdby .collaborator-tag .collaborator-name {
                font-size: 13px;
                line-height: 18px !important;
                padding: 0 4px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                background: lightgreen;
                border-radius: 10px;
                padding: 0px 6px;
                margin: 2px;
                color: black; }
        .expand-view .history-section .comments .comment .stack-users {
          background-color: #FFF;
          width: 200px;
          position: relative;
          margin-left: 32px;
          margin-top: 5px;
          margin-bottom: 5px;
          border-radius: 5px;
          border: 2px solid #e8e8e8;
          z-index: 2; }
          .expand-view .history-section .comments .comment .stack-users .active-list-item {
            background: #f9f9f9;
            border-radius: 0px; }
          .expand-view .history-section .comments .comment .stack-users .custom-list-item:hover {
            background: #ccc;
            border-radius: 0px; }
        .expand-view .history-section .comments .comment .edit-input {
          display: flex;
          align-items: center;
          transition: .085s all ease-in;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          min-height: 36px;
          margin-left: 32px;
          font-size: 13px;
          border-radius: 4px;
          height: auto;
          border: 2px solid rgba(0, 0, 0, 0.1);
          background-color: white;
          color: #333333;
          line-height: 19px;
          position: relative; }
          .expand-view .history-section .comments .comment .edit-input .mention-div {
            cursor: pointer; }
            .expand-view .history-section .comments .comment .edit-input .mention-div .mention-icon {
              opacity: .5;
              font-weight: 500;
              padding: 0 4px; }
              .expand-view .history-section .comments .comment .edit-input .mention-div .mention-icon:hover {
                opacity: 1; }
          .expand-view .history-section .comments .comment .edit-input .input-text {
            width: 100%;
            outline: none;
            align-items: center;
            line-height: 19px;
            padding: 6px;
            display: inline-block;
            min-height: 32px;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
            word-break: break-word; }
            .expand-view .history-section .comments .comment .edit-input .input-text span, .expand-view .history-section .comments .comment .edit-input .input-text a {
              font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
              word-break: break-word; }
            .expand-view .history-section .comments .comment .edit-input .input-text a {
              text-decoration: underline; }
              .expand-view .history-section .comments .comment .edit-input .input-text a:hover {
                color: #1e70bf; }
            .expand-view .history-section .comments .comment .edit-input .input-text .ak-ol {
              background-color: #fff !important;
              font-size: 13px !important;
              color: #4d4d4d !important; }
            .expand-view .history-section .comments .comment .edit-input .input-text .user {
              /* background: #9f9fff; */
              border: 1px solid #ccc;
              /* padding-left: 2px; */
              padding: 2px;
              font-weight: 700;
              /* color: #fff; */
              margin-bottom: 2px;
              padding-right: 5px;
              padding-left: 5px;
              /* padding-right: 4px; */
              border-radius: 16px;
              display: inline-flex;
              align-items: center;
              vertical-align: middle; }
              .expand-view .history-section .comments .comment .edit-input .input-text .user img {
                width: 16px;
                margin-right: 4px;
                border-radius: 8px; }
        .expand-view .history-section .comments .comment .options {
          display: inline-block;
          font-size: 11px; }
          .expand-view .history-section .comments .comment .options span {
            font-size: 9px; }
          .expand-view .history-section .comments .comment .options .icon {
            float: right;
            opacity: .6;
            font-size: 1.2em;
            margin-top: 1px; }
            .expand-view .history-section .comments .comment .options .icon:hover {
              color: red;
              opacity: 1; }
          .expand-view .history-section .comments .comment .options .edit {
            margin-top: 2px; }
        .expand-view .history-section .comments .comment .save {
          margin-left: 8px;
          background-color: #166ee1;
          color: #fff;
          font-size: 12px;
          padding: 2px 8px;
          border-radius: 4px; }
      .expand-view .history-section .comments .nocomment-img {
        width: 350px;
        height: 287px;
        margin-top: 65px; }
      .expand-view .history-section .comments .comments-activity {
        cursor: text;
        position: sticky;
        top: 0;
        background: #FFF;
        z-index: 1; }
        .expand-view .history-section .comments .comments-activity .activity-content {
          font-size: 14px;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .expand-view .history-section .comments .comments-activity .activity-content .watch-comments {
            display: flex;
            align-items: center;
            cursor: pointer; }
            .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main {
              opacity: 0.8; }
              .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main:hover {
                color: #102046 !important;
                opacity: 1; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main:hover .notify-hover {
                  color: #102046 !important;
                  fill: #102046 !important; }
              .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content {
                display: flex;
                align-items: center;
                font-size: 13px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content .watch-text {
                  margin-left: 4px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content .watch-tooltiptext {
                  text-align: left;
                  width: 240px;
                  height: 50px;
                  display: flex;
                  align-items: center;
                  background-color: #000000 !important; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comments .watch-content-main .watch-content .notify-icon {
                  display: flex;
                  align-items: center; }
          .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box {
            right: 0px;
            top: 30px;
            position: absolute;
            z-index: 2; }
            .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu {
              width: 280px;
              font-size: 13px;
              border-radius: 3px;
              color: #333333;
              background: white;
              list-style: none;
              box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.102); }
              .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li {
                cursor: pointer;
                display: flex;
                list-style: none;
                padding: 16px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li:hover {
                  background-color: #f9f5f5; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li .watch-comment-icon {
                  width: 25px;
                  align-items: center;
                  display: flex;
                  color: #2d7ff9;
                  flex: none; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li .watch-comment-content .watch-comment-header {
                  margin-bottom: 4px;
                  font-weight: 500;
                  color: #333333;
                  font-size: 13px; }
                .expand-view .history-section .comments .comments-activity .activity-content .watch-comment-box .watch-comment-dropdownmenu li .watch-comment-content .watch-comment-text {
                  opacity: .75;
                  line-height: 1.25; }
        .expand-view .history-section .comments .comments-activity .comment-searchbar {
          display: flex;
          align-items: center;
          position: sticky;
          top: 33px;
          background: #FFF;
          z-index: 1;
          border-bottom: 2px solid rgba(0, 0, 0, 0.1);
          text-align: left;
          border-top: 1px solid #f1f1f1; }
          .expand-view .history-section .comments .comments-activity .comment-searchbar .search-icon {
            display: flex;
            align-items: center;
            padding: 0px 4px 0 0px; }
          .expand-view .history-section .comments .comments-activity .comment-searchbar .input-comment-search {
            padding: 8px 0;
            font-size: 12px;
            color: #444444;
            border: 0;
            border-color: transparent;
            width: -webkit-fill-available;
            max-width: 100%;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
            .expand-view .history-section .comments .comments-activity .comment-searchbar .input-comment-search:focus-visible {
              outline: none !important; }
          .expand-view .history-section .comments .comments-activity .comment-searchbar .search-close {
            opacity: .5;
            cursor: pointer;
            display: flex;
            align-items: center;
            margin-left: auto;
            padding-right: 2px; }
        .expand-view .history-section .comments .comments-activity .user-comments {
          margin-top: 8px; }
          .expand-view .history-section .comments .comments-activity .user-comments .user-contents {
            opacity: .75;
            display: flex;
            align-items: center; }
            .expand-view .history-section .comments .comments-activity .user-comments .user-contents .user-profile {
              margin-right: 3px;
              display: flex;
              flex-direction: row-reverse;
              margin-left: 8px;
              list-style: none; }
              .expand-view .history-section .comments .comments-activity .user-comments .user-contents .user-profile img {
                width: 20px !important;
                height: 20px !important; }
    .expand-view .history-section .add-comment {
      position: absolute;
      width: 340px;
      left: 20px;
      bottom: 15px; }
      .expand-view .history-section .add-comment .input {
        display: flex;
        align-items: center;
        transition: .085s all ease-in;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        min-height: auto !important;
        padding: 6px 22px 5px 6px;
        font-size: 13px;
        border-radius: 4px;
        height: auto;
        border: 2px solid #0096FF;
        background-color: white;
        color: #333333;
        line-height: 19px;
        position: relative;
        cursor: text; }
        .expand-view .history-section .add-comment .input:focus {
          border-color: #0096FF; }
        .expand-view .history-section .add-comment .input .mention-div {
          cursor: pointer;
          display: contents; }
          .expand-view .history-section .add-comment .input .mention-div .mention-icon {
            position: relative;
            left: 20px;
            bottom: 2px;
            opacity: .5;
            font-weight: 500;
            padding: 0 4px; }
            .expand-view .history-section .add-comment .input .mention-div .mention-icon:hover {
              opacity: 1; }
        .expand-view .history-section .add-comment .input .input-text {
          width: 95%;
          outline: none;
          line-height: 18px; }
          .expand-view .history-section .add-comment .input .input-text .ak-ol {
            background-color: #fff !important;
            font-size: 13px !important;
            color: #4d4d4d !important; }
          .expand-view .history-section .add-comment .input .input-text .user {
            /* border: 1px solid #ccc; */
            /* padding-left: 2px; */
            /* padding: 2px; */
            color: #1d1f25;
            font-weight: 400;
            margin-bottom: 2px;
            padding-right: 3px;
            padding-left: 0px;
            /* padding-right: 4px; */
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            vertical-align: middle;
            background: #f2f4f8; }
            .expand-view .history-section .add-comment .input .input-text .user img {
              display: block;
              width: 18px;
              margin-right: 4px;
              border-radius: 8px; }
        .expand-view .history-section .add-comment .input .icon {
          position: absolute;
          right: 2px;
          opacity: .6;
          margin-top: -1px; }
          .expand-view .history-section .add-comment .input .icon:hover {
            opacity: 1; }
      .expand-view .history-section .add-comment .stack-users {
        background-color: #FFF;
        width: auto;
        position: relative;
        margin-bottom: 5;
        border-radius: 5px;
        border: 2px solid #e8e8e8;
        z-index: 2; }
        .expand-view .history-section .add-comment .stack-users .item {
          display: flex;
          align-items: center; }
        .expand-view .history-section .add-comment .stack-users .active-list-item {
          background: #f9f9f9;
          border-radius: 0px; }
        .expand-view .history-section .add-comment .stack-users .custom-list-item:hover {
          background: #ccc;
          border-radius: 0px; }
  .expand-view .select-cell {
    left: 0;
    top: 0;
    width: 100%;
    height: -webkit-fill-available;
    width: -moz-available;
    background: transparent;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .expand-view .select-cell .css-1q22an8-control {
      border-radius: 0px !important; }
    .expand-view .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .expand-view .select-cell .css-fjjp04-control {
      border-radius: 0px !important; }
    .expand-view .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .expand-view .select-cell .css-737pto-control {
      border-radius: 0px !important;
      border-style: unset; }
    .expand-view .select-cell .css-1wcnc71-control {
      border-radius: 0px !important;
      border-style: unset; }
    .expand-view .select-cell .Select {
      min-height: 30px; }
      .expand-view .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .expand-view .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        padding-left: 6px;
        border: none;
        z-index: 1 !important; }
        .expand-view .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .expand-view .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          min-height: 30px; }
        .expand-view .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding-right: 5px; }
        .expand-view .select-cell .Select .Select-control .Select-input {
          height: 18px;
          vertical-align: middle;
          padding: 0px !important;
          margin: auto 0; }
        .expand-view .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .expand-view .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .expand-view .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .expand-view .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: fit-content;
      min-width: 100%; }
      .expand-view .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px; }
      .expand-view .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
  .expand-view .copy-record-url {
    box-shadow: unset !important;
    margin: 7px 5px 5px 0px !important; }
    .expand-view .copy-record-url:hover {
      background-color: #e8e8e8; }
  .expand-view [contenteditable=true]:empty:before {
    content: attr(placeholder);
    display: block;
    /* For Firefox */
    color: #777777; }

.fieldname-popup {
  margin: 0px 8px 0 0px !important;
  width: max-content;
  background-color: #737c87 !important;
  color: white;
  text-align: center;
  text-transform: none;
  border-radius: 4px !important;
  font-size: 12px !important;
  padding: 4px 8px !important; }

.expandcelllock-popup {
  margin: 0px -4px 0 0 !important;
  width: max-content;
  color: white;
  text-align: left;
  text-transform: none;
  border-radius: 4px !important;
  font-size: 11px !important;
  padding: 4px 8px !important; }
  .expandcelllock-popup .celllock-desc {
    width: max-content; }

.linkTable-bx {
  padding: 32px;
  color: #1d1f25; }
  .linkTable-bx .linkTable-h3 {
    font-size: 22.4px;
    font-weight: 500;
    margin: 0 0 16px;
    line-height: 1.25;
    padding: 0; }
  .linkTable-bx .linkTable-footer {
    display: flex;
    align-items: center; }
    .linkTable-bx .linkTable-footer .notSave-text {
      opacity: .75;
      cursor: pointer; }
      .linkTable-bx .linkTable-footer .notSave-text:hover {
        opacity: 1; }
    .linkTable-bx .linkTable-footer .linkTable-cancel {
      opacity: .75;
      cursor: pointer;
      margin-right: 16px;
      font-size: 13px;
      font-weight: 500; }
      .linkTable-bx .linkTable-footer .linkTable-cancel:hover {
        opacity: 1; }
    .linkTable-bx .linkTable-footer .linkTable-save {
      cursor: pointer;
      padding: 8px 16px;
      font-size: 13px;
      font-weight: 500;
      line-height: 18px;
      border-radius: 3px;
      background-color: #166ee1;
      color: #fff;
      box-shadow: inset 0 0 0 2px transparent; }
      .linkTable-bx .linkTable-footer .linkTable-save:hover {
        box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.25); }
#quill-editor .ql-editor:focus {
  border: 2px solid #0096FF !important; }

.quill-editor-customCss .ql-container .ql-editor ol, .quill-editor-customCss .ql-container .ql-editor ul {
  padding: 0px; }

.make-width-100-percentage {
  max-width: 100% !important; }

.custom-image-style {
  position: relative;
  width: auto;
  max-width: 100px;
  max-height: 38px;
  height: -webkit-fill-available;
  margin-right: 5px;
  border-radius: 4px;
  border: 2px solid #d8d7d7de;
  margin-bottom: 5px;
  width: 50px !important;
  height: 50px !important;
  cursor: pointer;
  object-fit: contain; }

.apply-border {
  border: 3px solid #5097D1;
  border-radius: 5px; }

.date-time {
  height: 32px; }

.datecolumn {
  height: 32px; }
  .datecolumn .react-datepicker-wrapper {
    height: 30px; }
    .datecolumn .react-datepicker-wrapper .react-datepicker__input-container {
      height: 30px; }
  .datecolumn .react-datepicker {
    display: flex; }

.option-renderer-color-dot {
  background-color: black;
  width: 11px;
  min-width: 11px;
  height: 11px;
  display: inline-flex;
  border-radius: 5px;
  margin-right: 6px;
  margin-top: 2px; }

.select-tag-custom {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 2px;
  align-items: center; }

.select-tag-custom-2 {
  display: inline-flex !important;
  height: 17px !important;
  padding: 0px 8px;
  margin: 0px 2px;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }

.select-tag-custom-3 {
  display: inline-flex !important;
  height: 17px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }

.select-tag-custom-4 {
  display: inline-flex !important;
  height: 100% !important;
  padding: 0px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 2px;
  align-items: center; }

.select-tag-2 {
  display: inline-flex !important;
  height: 18px !important;
  padding: 2px 8px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  border-radius: 8px;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .select-tag-2 .Select-aria-only {
    position: relative !important; }

.select-tag-custom-single-select-column-type {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  align-items: center; }

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

.icon-with-text-container {
  display: flex;
  align-items: center;
  padding: 2px;
  font-size: 13px; }

.icon-with-text-container-custom {
  display: flex;
  align-items: center;
  padding: 2px;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block; }

.icon-with-text-container-custom svg {
  margin-top: 1px;
  vertical-align: top; }

.time-column-expandview .react-datepicker__triangle {
  margin-left: 0px !important;
  border-bottom-color: white !important; }

.time-column-expandview .react-datepicker__time {
  margin-top: -19px; }

.time-column-expandview .react-datepicker__header--time {
  padding: 0; }

.time-column-expandview .react-datepicker__time-box {
  width: 100%; }

.time-column-expandview .react-datepicker__time-list-item--selected {
  background-color: white !important;
  color: black !important;
  font-weight: 400; }

.expand-select-cell {
  margin-top: 2px; }
  .expand-select-cell .css-1wcnc71-control {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: none;
    border-width: 2px;
    border-color: rgba(0, 0, 0, 0.1) !important; }
    .expand-select-cell .css-1wcnc71-control:hover {
      border-color: rgba(0, 0, 0, 0.1) !important; }
  .expand-select-cell .css-737pto-control {
    box-shadow: none;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: none; }
    .expand-select-cell .css-737pto-control:focus {
      outline: none; }
    .expand-select-cell .css-737pto-control:hover {
      border-color: rgba(0, 0, 0, 0.1) !important; }
  .expand-select-cell .css-1itjr4n-multiValue {
    display: none; }
  .expand-select-cell .css-g1d714-ValueContainer {
    padding: 8px;
    height: 32px;
    margin: 12px 12px 0 12px; }
  .expand-select-cell .css-15qtglr-singleValue {
    display: none; }
  .expand-select-cell .css-fymsl7-menu {
    box-shadow: none;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: none;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .expand-select-cell .css-ccfn4t-MenuList {
    max-height: 220px;
    margin: 0 12px 12px 12px; }
    .expand-select-cell .css-ccfn4t-MenuList .invite-btn {
      color: #4d4d4d;
      line-height: 2; }
    .expand-select-cell .css-ccfn4t-MenuList .add-user-btn {
      color: #4d4d4d;
      display: flex;
      align-items: center; }
      .expand-select-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
        margin-right: 4px; }
  .expand-select-cell .css-b8ldur-Input {
    caret-color: black !important; }
  .expand-select-cell .options-menu {
    display: inline; }
    .expand-select-cell .options-menu .create-option {
      font-size: 12.8px; }
      .expand-select-cell .options-menu .create-option .content {
        overflow: hidden;
        display: inline-block; }
        .expand-select-cell .options-menu .create-option .content .header {
          font-size: 11px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

.collaborator-select-cell {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 4px; }
  .collaborator-select-cell .select-cell-options {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .collaborator-select-cell .select-cell-options .remove-icon {
      display: flex;
      align-items: center;
      cursor: pointer; }
  .collaborator-select-cell .collaborator-popup {
    display: flex;
    align-items: center;
    cursor: grab; }
  .collaborator-select-cell .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px;
    margin: auto 5px auto 0px; }
    .collaborator-select-cell .add:hover {
      background: #d2d2da;
      opacity: 0.9; }

.active-cell {
  border: 2px solid #4F86C6 !important; }
#Timezone {
  height: 20px;
  width: 100%;
  padding: 15px 10px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  align-items: center;
  cursor: text; }
  #Timezone:hover {
    border-color: rgba(0, 0, 0, 0.25); }
  #Timezone .input-timezone {
    left: -8px; }
    #Timezone .input-timezone input {
      border: none;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  #Timezone .zone {
    text-transform: capitalize;
    font-size: 9px;
    left: -7%;
    position: relative; }
.modal-wrapper {
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  min-width: 250px;
  max-width: 300px; }
  .modal-wrapper input {
    width: 100%;
    height: auto;
    padding: 0.8rem;
    margin-bottom: 1rem;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 1rem;
    outline: none; }
  .modal-wrapper .stack-users {
    list-style: none;
    padding: 0; }
    .modal-wrapper .stack-users .item {
      display: flex;
      align-items: center; }
    .modal-wrapper .stack-users .content {
      flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .modal-wrapper .stack-users .header {
      font-size: 1rem;
      font-weight: bold;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 100%; }
#MenuColumns {
  position: relative; }
  #MenuColumns .contex-menu {
    z-index: 10;
    width: fit-content;
    left: 13%; }
    #MenuColumns .contex-menu li {
      text-transform: capitalize; }
    #MenuColumns .contex-menu .contex-menu-text {
      font-weight: 400;
      color: #4d4d4d; }
  #MenuColumns .column-delete-sure {
    z-index: 1000;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    width: 250px;
    top: 28px;
    left: 10px;
    border-radius: 4px;
    font-size: 13px;
    left: 13%; }
    #MenuColumns .column-delete-sure .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
      #MenuColumns .column-delete-sure .content p {
        margin: 12px 0px !important; }
#reminder .react-datepicker {
  width: 100%;
  display: flex; }
  #reminder .react-datepicker .react-datepicker__day-name {
    margin: 0.166rem 0.366rem; }
  #reminder .react-datepicker .react-datepicker__month-container {
    width: 78.7%; }
    #reminder .react-datepicker .react-datepicker__month-container .react-datepicker__day {
      margin: 0.166rem 0.366rem; }

#reminder .greenButton:hover {
  background-color: #49852e !important; }

#reminder .redButton:hover {
  background-color: #6e2f1a !important; }

#reminder .greenButton {
  color: #fff !important;
  background-color: #519839 !important; }

#reminder .redButton {
  color: #fff !important;
  background-color: #b04632 !important; }

#reminder .field label {
  margin-left: 3px; }

@media only screen and (max-width: 500px) {
  #reminder .react-datepicker {
    display: flex; } }

#reminder #RemainderCollabrator .field-remainder {
  margin-left: 3px; }
  #reminder #RemainderCollabrator .field-remainder .field-title {
    display: block;
    margin: 0em 0em 0.28571429rem 0em;
    color: rgba(0, 0, 0, 0.87);
    font-size: 0.92857143em;
    font-weight: bold;
    text-transform: none; }
  #reminder #RemainderCollabrator .field-remainder .remainder-toggle {
    position: relative;
    z-index: 5; }

#reminder div #RadioToggle {
  padding: 8px; }
  #reminder div #RadioToggle .ui.toggle.checkbox label {
    color: #0004088a !important;
    font-weight: 600;
    cursor: pointer;
    font-size: 12px;
    padding-left: 2.4rem !important; }

.react-datepicker__header--time {
  padding-top: 46px; }

.react-datepicker__time-list {
  height: 177px !important; }
#PrintExpandBox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  justify-content: center; }
  #PrintExpandBox .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #PrintExpandBox .row-section {
    width: fit-content;
    position: relative; }
    #PrintExpandBox .row-section .history-comment:hover {
      fill: #000; }
  #PrintExpandBox .blocks {
    width: -webkit-fill-available;
    border-left: none; }
  #PrintExpandBox .print-expand-view {
    width: 100%;
    border-radius: 6px; }
    #PrintExpandBox .print-expand-view .print-title {
      margin: 10px 0px 10px 10px;
      font-size: 24px;
      line-height: 1.618;
      top: 0;
      background: transparent;
      word-break: break-word;
      overflow: hidden;
      text-overflow: ellipsis;
      line-height: 29px;
      max-height: 200px;
      font-weight: 600; }
    #PrintExpandBox .print-expand-view .print-field {
      margin: 0px 0px 10px 10px; }
      #PrintExpandBox .print-expand-view .print-field input,
      #PrintExpandBox .print-expand-view .print-field textarea {
        height: 20px;
        width: 100%;
        padding: 14px 8px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        font-weight: 400;
        line-height: 18px; }
      #PrintExpandBox .print-expand-view .print-field .input {
        width: 100%; }
      #PrintExpandBox .print-expand-view .print-field .url input {
        text-decoration: underline;
        color: #2085d0; }
        #PrintExpandBox .print-expand-view .print-field .url input:hover {
          color: rgba(0, 0, 0, 0.87); }
      #PrintExpandBox .print-expand-view .print-field .react-datepicker-wrapper {
        width: 100%; }
        #PrintExpandBox .print-expand-view .print-field .react-datepicker-wrapper .react-datepicker__input-container {
          width: 100%; }
      #PrintExpandBox .print-expand-view .print-field .selectBox,
      #PrintExpandBox .print-expand-view .print-field .select-cell {
        position: relative;
        width: 100%;
        height: fit-content;
        border: 2px solid rgba(34, 36, 38, 0.15);
        border-radius: 2px;
        color: rgba(0, 0, 0, 0.87);
        font-weight: 400; }
      #PrintExpandBox .print-expand-view .print-field textarea {
        height: 100px;
        resize: none; }
      #PrintExpandBox .print-expand-view .print-field .virtual-input {
        height: auto;
        width: 100%;
        padding: 5px;
        overflow: hidden;
        min-height: 32px;
        border: 2px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 2px;
        display: inline-flex;
        align-items: center;
        font-weight: 400; }
        #PrintExpandBox .print-expand-view .print-field .virtual-input .api-data > ul {
          margin: 0px !important; }
      #PrintExpandBox .print-expand-view .print-field .lookup {
        word-break: break-word;
        display: table;
        padding-top: 8px;
        padding-bottom: 8px; }
      #PrintExpandBox .print-expand-view .print-field .attachment-bx {
        height: inherit;
        display: grid; }
        #PrintExpandBox .print-expand-view .print-field .attachment-bx .add {
          height: fit-content !important;
          width: fit-content;
          background: #e7e7e7;
          font-weight: 500;
          width: -moz-max-content;
          border-radius: 4px;
          cursor: pointer;
          float: left;
          padding: 0 4px;
          margin: auto 0;
          margin-bottom: 5px; }
          #PrintExpandBox .print-expand-view .print-field .attachment-bx .add:hover {
            background: #d2d2da;
            opacity: 0.9; }
        #PrintExpandBox .print-expand-view .print-field .attachment-bx .attachment-data {
          height: inherit;
          display: inline-flex;
          flex-wrap: wrap;
          margin-left: 5px;
          margin-top: 7px; }
          #PrintExpandBox .print-expand-view .print-field .attachment-bx .attachment-data .img-data {
            height: 30px !important; }
      #PrintExpandBox .print-expand-view .print-field .signature-img {
        max-width: 100px;
        height: 22px; }
      #PrintExpandBox .print-expand-view .print-field input,
      #PrintExpandBox .print-expand-view .print-field textarea,
      #PrintExpandBox .print-expand-view .print-field .selectBox,
      #PrintExpandBox .print-expand-view .print-field .select-cell,
      #PrintExpandBox .print-expand-view .print-field .print-field-title {
        opacity: 0.7;
        text-transform: capitalize;
        color: #121212;
        display: flex;
        align-items: center;
        font-size: 12px; }
        #PrintExpandBox .print-expand-view .print-field input .columnname-input,
        #PrintExpandBox .print-expand-view .print-field textarea .columnname-input,
        #PrintExpandBox .print-expand-view .print-field .selectBox .columnname-input,
        #PrintExpandBox .print-expand-view .print-field .select-cell .columnname-input,
        #PrintExpandBox .print-expand-view .print-field .print-field-title .columnname-input {
          width: fit-content;
          padding: 4px 8px;
          border: none;
          color: rgba(0, 0, 0, 0.87);
          border-radius: 2px;
          font-weight: 400;
          box-shadow: 0px 0px 8px 0 #999999; }
        #PrintExpandBox .print-expand-view .print-field input .print-field-name,
        #PrintExpandBox .print-expand-view .print-field textarea .print-field-name,
        #PrintExpandBox .print-expand-view .print-field .selectBox .print-field-name,
        #PrintExpandBox .print-expand-view .print-field .select-cell .print-field-name,
        #PrintExpandBox .print-expand-view .print-field .print-field-title .print-field-name {
          margin-left: 4px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
      #PrintExpandBox .print-expand-view .print-field .progress {
        margin: auto;
        width: inherit;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #PrintExpandBox .print-expand-view .print-field .progress .progress-text-type .progress-text-main {
          display: flex;
          align-items: center;
          justify-content: unset; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-text-type .progress-text-main .progress-text-icon {
            font-size: 20px; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-text-type .progress-text-main .progress-text-task {
            font-size: 14px;
            margin-left: 6px; }
        #PrintExpandBox .print-expand-view .print-field .progress .progress-type {
          display: flex;
          align-items: center;
          width: 100%; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500;
            margin-right: 4px; }
          #PrintExpandBox .print-expand-view .print-field .progress .progress-type .ui.small.progress {
            font-size: 0.60857143rem; }
      #PrintExpandBox .print-expand-view .print-field .links-bx {
        display: grid;
        font-size: 11px;
        max-width: 300px;
        width: auto;
        height: inherit !important;
        padding-top: 0 !important;
        flex-wrap: wrap; }
        #PrintExpandBox .print-expand-view .print-field .links-bx .link-data {
          display: inline-flex;
          flex-wrap: wrap;
          margin-left: -3px; }
        #PrintExpandBox .print-expand-view .print-field .links-bx .add {
          height: fit-content !important;
          width: fit-content;
          background: #e7e7e7;
          font-weight: 500;
          width: -moz-max-content;
          border-radius: 4px;
          cursor: pointer;
          float: left;
          padding: 0 4px;
          margin: auto 0;
          margin-bottom: 5px; }
        #PrintExpandBox .print-expand-view .print-field .links-bx .row-link {
          white-space: nowrap;
          margin: 5px;
          padding: 0px 4px;
          background: #ecf0fa;
          border: 0.5px solid #c9c9ec;
          border-radius: 2px;
          font-size: 13px;
          max-width: 300px;
          overflow: hidden;
          text-overflow: ellipsis;
          width: auto; }
      #PrintExpandBox .print-expand-view .print-field .select-tag {
        display: inline-flex !important;
        height: 18px !important;
        padding: 2px 8px;
        margin: 0;
        text-align: center;
        font-size: 12px;
        line-height: 13px;
        border-radius: 8px;
        background: #fff;
        color: #4d4d4d;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        white-space: nowrap; }
        #PrintExpandBox .print-expand-view .print-field .select-tag .Select-aria-only {
          position: relative !important; }
      #PrintExpandBox .print-expand-view .print-field .readonly-input {
        min-height: 22px;
        height: fit-content; }
        #PrintExpandBox .print-expand-view .print-field .readonly-input .collaborator-tag {
          display: inline-flex !important;
          align-items: center;
          height: 18px !important;
          border: 1px solid #eee;
          background-color: #eee;
          margin: 5px 2px;
          min-width: 40px;
          border-radius: 10px; }
    #PrintExpandBox .print-expand-view .printRowdetails-layout {
      display: flex;
      align-items: self-start;
      flex-wrap: wrap;
      width: 100%; }
#ColumnsPermisionModel {
  padding: 32px 0px !important;
  min-height: 310px;
  max-height: 90%;
  line-height: 1.5;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #ColumnsPermisionModel .column-header {
    font-size: 22.4px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 32px;
    color: #4d4d4d;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  #ColumnsPermisionModel .column-content .column-details {
    padding: 0 32px;
    line-height: 1.5; }
    #ColumnsPermisionModel .column-content .column-details .column-limit {
      margin: 16px 0 8px 0;
      font-size: 13px;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      #ColumnsPermisionModel .column-content .column-details .column-limit .column-limit-text {
        color: rgba(0, 0, 0, 0.5); }
      #ColumnsPermisionModel .column-content .column-details .column-limit .column-limit-name {
        font-weight: 600; }
    #ColumnsPermisionModel .column-content .column-details .column-edit {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 500;
      margin: 16px 0; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .column-edit-qus {
        font-size: 13px;
        font-weight: 500; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.dropdown {
        min-height: 1.714286em;
        padding: 0.55571429em 2.1em 0.55571429em 1em;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        border: none;
        text-align: center;
        min-width: 13em; }
        #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.dropdown:hover {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.dropdown > .text {
        font-weight: 500;
        color: #4d4d4d; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.dropdown > .dropdown.icon {
        padding: 0.71666667em; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .ui.selection.active.dropdown .menu {
        width: 35rem !important; }
      #ColumnsPermisionModel .column-content .column-details .column-edit .dropdown-scroll .dropdown-scrolllist .visible {
        overflow-x: visible !important;
        overflow-y: visible !important;
        max-height: 21.028571rem !important; }
    #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo {
      display: flex;
      align-items: center; }
      #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo .columnedit-content {
        margin-bottom: 8px; }
        #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo .columnedit-content .columnedit-text {
          color: #4d4d4d;
          font-size: 13px; }
          #ColumnsPermisionModel .column-content .column-details .columnedit-userinfo .columnedit-content .columnedit-text .edituser-text {
            font-weight: 600; }
  #ColumnsPermisionModel .column-content .column-create-form {
    display: flex;
    flex-direction: column;
    margin: 0 32px;
    padding-top: 16px;
    border-top: 2px solid rgba(0, 0, 0, 0.1); }
    #ColumnsPermisionModel .column-content .column-create-form #RadioToggle .ui.toggle.checkbox label:before {
      margin-top: 3px; }
    #ColumnsPermisionModel .column-content .column-create-form #RadioToggle .ui.toggle.checkbox label:after {
      top: 2.7px; }
    #ColumnsPermisionModel .column-content .column-create-form #RadioToggle .ui.toggle.checkbox label {
      font-size: 13px;
      color: #333333;
      margin-bottom: 6px; }
  #ColumnsPermisionModel .header {
    padding-bottom: none !important; }
    #ColumnsPermisionModel .header .columnheader {
      padding-bottom: 5px;
      border-bottom: 2px solid #ddd !important; }
  #ColumnsPermisionModel .scrollheight {
    min-height: 200px; }
    #ColumnsPermisionModel .scrollheight .columnfrom-content {
      margin-left: 10px;
      margin-right: 10px; }
      #ColumnsPermisionModel .scrollheight .columnfrom-content .columnfrom-details {
        margin: 0px 1px 16px 0px;
        font-size: 14.5px; }
      #ColumnsPermisionModel .scrollheight .columnfrom-content .columnform-textarea-main p {
        font-size: 13.6px;
        opacity: 0.8; }
      #ColumnsPermisionModel .scrollheight .columnfrom-content .columnform-textarea-main .dropdownlist-align {
        display: flex;
        justify-content: space-between; }
        #ColumnsPermisionModel .scrollheight .columnfrom-content .columnform-textarea-main .dropdownlist-align .dropdown-scroll .dropdown-scrolllist .visible {
          overflow-x: visible !important;
          overflow-y: visible !important;
          max-height: 21.028571rem !important; }
#ColumnSpecificUserModel .header {
  border-bottom: none !important; }

#ColumnSpecificUserModel .usermodal-header {
  padding: 17.5px 21px 8px 21px;
  margin-top: 8px;
  line-height: 1.25;
  font-size: 21.4px;
  font-weight: bold;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  color: #4d4d4d; }

#ColumnSpecificUserModel .user-content {
  margin-left: 10px;
  margin-right: 10px; }
  #ColumnSpecificUserModel .user-content .user-details {
    opacity: .75;
    line-height: 1.5;
    margin: 0px 1px 14px 0px;
    font-size: 13px;
    color: #4D4D4D; }
    #ColumnSpecificUserModel .user-content .user-details .usercolumn-name {
      font-weight: 600; }
  #ColumnSpecificUserModel .user-content .finduserdata .finduser {
    display: flex;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    padding: 8px 0;
    align-items: center; }
    #ColumnSpecificUserModel .user-content .finduserdata .finduser .usersearch {
      opacity: 0.5;
      margin: 3px 8px 0 4px;
      color: #4D4D4D; }
  #ColumnSpecificUserModel .user-content .finduserdata .searchuser {
    height: 150px;
    flex-direction: column-reverse;
    display: flex;
    padding: 4px 0; }
    #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow {
      overflow: auto;
      flex: 1 1 auto;
      padding: 4px 0; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list {
        display: flex;
        align-items: center;
        padding-left: 2px;
        padding-right: 2px;
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 4px;
        padding-bottom: 4px;
        cursor: pointer; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .user-info {
          display: flex;
          flex-direction: row;
          margin-left: 8px; }
          #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .user-info .user-name {
            margin-left: 5px;
            display: flex;
            align-items: center; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list #RadioToggle {
          display: flex;
          align-items: center; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label {
          min-height: 0.5rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox {
          min-height: 1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.fitted.toggle.checkbox {
          width: 2.3rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input {
          width: 2rem !important;
          height: 1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:before {
          width: 2rem !important;
          height: 1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox label:after {
          width: 0.8rem !important;
          height: 0.8rem !important;
          top: 0.1rem !important; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .user-list .ui.toggle.checkbox input:checked ~ label:after {
          left: 1.2rem !important; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .kSdBCu {
        padding: 0;
        margin-bottom: 0px; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .searchuserShow .sc-bczRLJ {
        height: 1.7rem; }
    #ColumnSpecificUserModel .user-content .finduserdata .searchuser .userselect {
      display: flex;
      margin: 8px 0; }
      #ColumnSpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn {
        margin-right: 16px;
        font-size: 12px;
        color: #4D4D4D;
        cursor: pointer;
        opacity: 0.75; }
        #ColumnSpecificUserModel .user-content .finduserdata .searchuser .userselect .userbtn:hover {
          color: black; }
  #ColumnSpecificUserModel .user-content .userfooter {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 24px; }
    #ColumnSpecificUserModel .user-content .userfooter .usercancel {
      margin: 0 16px;
      line-height: 18px;
      text-align: center;
      display: flex;
      align-items: center;
      cursor: pointer;
      font-size: 13px;
      color: #4D4D4D;
      opacity: 0.75; }
      #ColumnSpecificUserModel .user-content .userfooter .usercancel:hover {
        color: black; }
    #ColumnSpecificUserModel .user-content .userfooter .savebtnhover {
      font-size: 13px;
      font-weight: 500;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
      background-color: #166ee1 !important; }
      #ColumnSpecificUserModel .user-content .userfooter .savebtnhover:hover {
        opacity: 0.85; }
      #ColumnSpecificUserModel .user-content .userfooter .savebtnhover:focus {
        border: none; }
.ui .activity-modal .relaxed.list:not(.horizontal) > .item:not(:last-child) {
  padding: 8px 0; }

.ui .activity-modal .relaxed.list:not(.horizontal) > .item:not(:first-child) {
  padding: 8px 0; }

.ui .activity-modal .divided.list > .item {
  border: none; }

.ui .activity-modal .create-activity-list-item {
  max-height: 250px;
  overflow-x: auto; }

.ui .activity-modal .list-item-light {
  display: flex;
  align-items: center;
  gap: 4px; }
  .ui .activity-modal .list-item-light .list-header-light {
    font-weight: 500 !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
  .ui .activity-modal .list-item-light .activity-action-btn {
    display: flex;
    gap: 10px;
    margin-left: auto; }
  .ui .activity-modal .list-item-light:hover {
    cursor: pointer;
    transition: background 0.3s ease-in-out; }

.ui .activity-modal .add-activity-btn {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-weight: normal;
  font-size: 1rem;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out; }
  .ui .activity-modal .add-activity-btn:hover {
    background: #f9f9f9; }

@media only screen and (min-width: 1200px) {
  .ui .mini.modal.activity-modal {
    width: 250px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    margin-top: 0 !important; } }

.ui .custom-activity-modal .circle-picker {
  gap: 6px;
  width: 100% !important; }
  .ui .custom-activity-modal .circle-picker span div {
    margin: 0 !important;
    padding: 0 !important; }

.ui .custom-activity-modal .activity-form-error {
  color: red;
  font-size: 13px;
  margin-top: 5px; }

.ui .custom-activity-modal .icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0; }
  .ui .custom-activity-modal .icon-list .icon-item {
    border-radius: 5px;
    transition: transform 0.2s ease, background-color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px; }
    .ui .custom-activity-modal .icon-list .icon-item:hover {
      transform: scale(1.1);
      background-color: rgba(0, 0, 0, 0.1); }

.ui .modal.activity-detail-modal > .actions {
  text-align: start; }

.ui .modal.activity-detail-modal .actions > .button {
  margin-left: 0; }

.ui .activity-detail-modal .content {
  position: relative; }
  .ui .activity-detail-modal .content .modal-wrapper {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: absolute;
    min-width: 250px;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px; }
    .ui .activity-detail-modal .content .modal-wrapper input {
      width: 100%;
      height: auto;
      padding: 0.8rem;
      margin-bottom: 1rem;
      border-radius: 6px;
      border: 1px solid #ddd;
      font-size: 1rem;
      outline: none; }
    .ui .activity-detail-modal .content .modal-wrapper .stack-users {
      list-style: none;
      padding: 0; }
      .ui .activity-detail-modal .content .modal-wrapper .stack-users .item {
        display: flex;
        align-items: center; }
      .ui .activity-detail-modal .content .modal-wrapper .stack-users .content {
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .ui .activity-detail-modal .content .modal-wrapper .stack-users .header {
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%; }

.ui .activity-detail-modal .activity-date-time-btn {
  padding: 10px 0;
  border-bottom: 2px solid grey; }
  .ui .activity-detail-modal .activity-date-time-btn .header-activity-date-time {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    background: none;
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer; }
    .ui .activity-detail-modal .activity-date-time-btn .header-activity-date-time:hover {
      background-color: rgba(0, 0, 0, 0.1); }

.ui .activity-detail-modal .activity-short-description {
  position: relative;
  width: 100%; }
  .ui .activity-detail-modal .activity-short-description .ql-container .ql-editor {
    min-height: 250px;
    max-height: 250px;
    overflow-x: auto; }
  .ui .activity-detail-modal .activity-short-description .ql-toolbar.ql-snow .ql-formats {
    margin: 0; }

.ui .activity-detail-modal .activity-detail-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px; }
  .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item {
    display: flex;
    align-items: center;
    gap: 10px; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .activity-detail-action-icon {
      display: flex;
      align-items: center;
      gap: 8px; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .ui.button {
      margin: 0; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .file-button-provider-icon {
      background: none;
      padding: 0; }
    .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .clickable-icon {
      cursor: pointer; }
      .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .clickable-icon i.icon {
        margin-right: 2px; }
      .ui .activity-detail-modal .activity-detail-action .activity-detail-action-item .clickable-icon:hover {
        color: darkgray; }

.ui .activity-detail-modal .file-list {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out; }

.ui .activity-detail-modal .activity-detail-date {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 10px; }
  .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px; }
    .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item .ui.label {
      background: none;
      padding: 0; }
  .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item-time .react-datepicker__triangle {
    margin-left: 5px; }
  .ui .activity-detail-modal .activity-detail-date .activity-detail-date-item-time .react-datepicker__header--time {
    padding: 8px 0; }
  .ui .activity-detail-modal .activity-detail-date .react-datepicker-wrapper input {
    padding: 8px 4px;
    border-radius: 6px;
    max-width: 106px; }

.ui .column-activity-modal .activity-item {
  display: flex;
  gap: 6px;
  flex-wrap: wrap; }
  .ui .column-activity-modal .activity-item .column-activity-item {
    display: inline-block;
    padding: 6px;
    border: 1px solid gray;
    border-radius: 5px;
    cursor: pointer; }

.ui .column-template-modal .content .create-template-list-item {
  max-height: 250px;
  overflow-x: auto; }
  .ui .column-template-modal .content .create-template-list-item .list-item-light {
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .ui .column-template-modal .content .create-template-list-item .list-item-light .activity-action-btn {
      display: flex;
      gap: 10px;
      margin-left: auto; }

.activity-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #0000001a; }

.activity-list-timeline {
  padding-bottom: 1px; }
  .activity-list-timeline .activity-timeline-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px; }
    .activity-list-timeline .activity-timeline-list .activity-timeline-container {
      width: 100%;
      background: #fff;
      border-radius: 8px;
      transition: all 0.3s ease-in-out; }
      .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 10px; }
        .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-icon {
          width: 30px;
          height: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #fff;
          border-radius: 4px;
          z-index: 11;
          border: 2px solid lightgray; }
        .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 90%; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-pin,
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-remainder {
            cursor: pointer;
            margin-right: 4px; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-pin i.icon,
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .activity-timeline-item .activity-timeline-item-heading .activity-timeline-item-is-remainder i.icon {
              margin: 0; }
      .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card {
        width: 90%;
        margin-left: auto; }
        .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content {
          background: #f2f2f250; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-item-user {
            display: flex;
            gap: 8px;
            align-items: flex-start; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-item-user .activity-timeline-user-name {
              flex: 1; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-description {
            margin-left: 42px; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .activity-timeline-description .description ul {
              padding-left: 15px; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown {
            margin: 0;
            padding: 0;
            background: none; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list {
              padding: 10px; }
              .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items {
                position: relative;
                padding: 8px 0; }
                .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .item > .icon.reminder-chevron {
                  margin: 0;
                  margin-left: 18px; }
                .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .ui.dropdown.sub-menu-dropdown {
                  position: relative; }
                  .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .ui.dropdown.sub-menu-dropdown .dropdown.icon {
                    display: none; }
                  .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .dropdown-option-list .option-items .ui.dropdown.sub-menu-dropdown .menu.reminder-dropdown-option-list {
                    display: block; }
            .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown .menu > .item > .icon.reminder-chevron {
              margin: 0;
              margin-left: 18px; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown.reminder-popup-icon i.icon {
            margin: 0; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown.reminder-popup-icon > .dropdown.icon {
            display: none; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .ui.dropdown > .left.menu {
            left: auto !important; }
          .activity-list-timeline .activity-timeline-list .activity-timeline-container .ui.card .content .user {
            color: #3982d0;
            font-weight: 700;
            padding-left: 3px;
            display: inline-flex;
            align-items: center; }
    .activity-list-timeline .activity-timeline-list:first-child {
      margin-top: 10px; }
  .activity-list-timeline .activity-timeline-list-before:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 0px;
    width: 2px;
    height: 100%;
    background: lightgray;
    z-index: 10; }

@media only screen and (min-width: 1200px) {
  .ui.mini.modal.activity-reminder-modal {
    width: 250px;
    position: fixed;
    top: 48%;
    left: 88%;
    transform: translate(-50%, -50%);
    margin: 0; } }

.ui.mini.modal.activity-reminder-modal {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1); }
  .ui.mini.modal.activity-reminder-modal .content .reminder-options .reminder-option {
    padding: 4px 0;
    cursor: pointer; }

.create-activity-btn {
  box-sizing: border-box;
  height: 32px;
  min-height: 32px;
  font-size: 13px;
  line-height: 22px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  padding: 0px 12px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #166ee1;
  color: #fff;
  cursor: pointer; }

.close-activity-btn {
  box-sizing: border-box;
  height: 32px;
  min-height: 32px;
  font-size: 13px;
  line-height: 22px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 12px;
  padding: 0px 12px;
  border-radius: 6px;
  font-weight: 500;
  background-color: #e0e1e2;
  color: #fff;
  cursor: pointer; }

.close-custom-activity {
  margin: 0;
  margin-right: 10px; }

.activity-group-btn {
  margin: 0; }

.create-custom-activity {
  width: 100%;
  margin: 0; }

.create-activity-detail-btn {
  margin: 0; }

.activity-text-popup-content ul,
.activity-text-popup-content ol {
  padding: 0px 0px 0px 14px; }

.ui.button.create-template-btn {
  background-color: #166ee1;
  color: #fff; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  .modal-footer .modal-btn {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
    .modal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  .modal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer .modal-delete-btn:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
#TaskView {
  display: flex;
  height: calc(100vh - 129px); }
  #TaskView .task-view {
    width: 100%;
    height: -webkit-fill-available;
    overflow: hidden scroll; }
    #TaskView .task-view .row-drop-active {
      height: 50px;
      max-width: 600px;
      border-radius: 5px;
      background: #ececec;
      margin: 10px;
      text-align: center;
      display: block; }
    #TaskView .task-view .last {
      height: 100px !important; }
    #TaskView .task-view .row-drop-disable {
      display: none; }
.TaskCard {
  max-width: 600px;
  border: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  background: #fff; }
.left-task-row {
  min-width: 350px;
  overflow: hidden scroll;
  padding: 10px; }
.calender-connection {
  pointer-events: none !important; }

.rbc-calendar {
  height: calc(100vh - 137px);
  background: #f6f6f6; }
  .rbc-calendar .rbc-toolbar {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ffff; }
    .rbc-calendar .rbc-toolbar .rbc-toolbar-label {
      font-size: 15px; }
      @media only screen and (max-width: 500px) {
        .rbc-calendar .rbc-toolbar .rbc-toolbar-label {
          display: none; } }
    .rbc-calendar .rbc-toolbar button {
      border-radius: 25px;
      outline: none;
      cursor: pointer; }
    @media only screen and (max-width: 500px) {
      .rbc-calendar .rbc-toolbar .rbc-btn-group:first-child {
        margin-bottom: 10px;
        cursor: pointer; } }
    .rbc-calendar .rbc-toolbar .rbc-btn-group {
      margin: 0 16px;
      border-radius: 25px;
      cursor: pointer; }
      .rbc-calendar .rbc-toolbar .rbc-btn-group button {
        background: #e3e3e3;
        padding: 4px 8px;
        font-size: 12px;
        font-weight: 500;
        cursor: pointer; }
      .rbc-calendar .rbc-toolbar .rbc-btn-group button:hover {
        cursor: pointer; }
      .rbc-calendar .rbc-toolbar .rbc-btn-group .rbc-active {
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        background-color: #fff;
        font-weight: 700;
        cursor: pointer; }
  .rbc-calendar .rbc-time-view {
    background-color: #ffff; }
  .rbc-calendar .rbc-month-view .rbc-month-row {
    border-top: 0 !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-date-cell {
      padding: 4px 6px 0 0; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-off-range-bg {
      background: #ffff !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-day-bg {
      background: #ffff;
      margin: 1px;
      border-radius: 6px;
      border-left: 0 !important; }
      .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-day-bg:hover {
        cursor: pointer;
        background-color: #ADD8E6 !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-selected-cell {
      background: #c1c1c1 !important; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-bg .rbc-today {
      background-color: #ADD8E6; }
    .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-content {
      z-index: 0; }
      .rbc-calendar .rbc-month-view .rbc-month-row .rbc-row-content .rbc-off-range {
        opacity: 0.8; }
  .rbc-calendar .rbc-event {
    outline: none;
    padding: 2px 6px;
    margin: 2px 0;
    color: #000;
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.085s ease-in 0s;
    padding: 4px;
    border-radius: 4px; }
    .rbc-calendar .rbc-event:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
  .rbc-calendar .rbc-overlay {
    z-index: 4;
    max-height: 100%;
    overflow: auto; }
  .rbc-calendar .rbc-addons-dnd-resizable {
    height: auto !important; }
    .rbc-calendar .rbc-addons-dnd-resizable .rbc-event-label {
      display: none; }
    .rbc-calendar .rbc-addons-dnd-resizable .rbc-event-content {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .rbc-calendar .rbc-calendar {
    height: calc(100vh - 136px); }
  .rbc-calendar .rbc-allday-cell {
    max-height: 56px;
    overflow-y: auto; }
  .rbc-calendar .rbc-show-more {
    padding: 2px 0;
    color: #4d4d4d;
    background-color: unset; }
  .rbc-calendar .social:hover {
    color: #1A5276 !important; }
  .rbc-calendar .disablePlus {
    visibility: hidden; }

@keyframes fadeIn {
  0% {
    transform: translateY(-25%); }
  50% {
    transform: translateY(4%); }
  65% {
    transform: translateY(-2%); }
  80% {
    transform: translateY(2%); }
  95% {
    transform: translateY(-1%); }
  100% {
    transform: translateY(0%); } }

.context-menu {
  animation-name: fadeIn;
  animation-duration: 0.4s;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  left: 0px;
  list-style-type: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .context-menu li {
    clear: both;
    color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
    font-size: 15px;
    font-weight: 800;
    line-height: 22px;
    margin: 0;
    padding: 8px 60px;
    transition: all .3s;
    white-space: nowrap;
    -webkit-transition: all .3s; }
    .context-menu li li:hover {
      background-color: #e6f7ff; }
    .context-menu li li > i {
      margin-right: 8px; }
    .context-menu li span {
      width: 200px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      top: 0px !important;
      margin-left: -67%; }
    .context-menu li .menu-data span {
      width: 200px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      top: 0px !important; }
    .context-menu li .menu-data .span-add, .context-menu li .menu-data .span-dlt {
      margin-left: 0px;
      font-size: 14px;
      font-weight: 600;
      line-height: 22px; }

#calendar {
  height: calc(100vh - 129px); }
  #calendar #ExpandBox {
    top: 0 !important; }
  #calendar .rbc-event-content {
    padding: 0px 5px; }
  #calendar .rbc-calendar .rbc-event {
    min-height: 22px; }
  #calendar .rbc-addons-dnd .rbc-addons-dnd-resize-ew-anchor {
    display: none; }
  #calendar .add-record {
    position: absolute;
    bottom: 50px;
    right: 50px;
    background: #3871f9;
    padding: 6px 10px;
    border-radius: 25px;
    font-size: 20px;
    color: white;
    box-shadow: 0 0 4px #fff;
    transform: scale(1, 1);
    transition: all 0.5s; }
    #calendar .add-record:hover {
      transform: scale(1.3, 1.3); }
  #calendar .fab-add-row {
    position: fixed;
    right: 10px;
    bottom: 80px;
    transform: scale(1, 1);
    transition: all 0.5s;
    cursor: pointer; }
    #calendar .fab-add-row:hover {
      transform: scale(1.1, 1.1); }
    #calendar .fab-add-row .disable-add-btn {
      opacity: 0.5; }
  #calendar .modal-background {
    position: absolute;
    width: 100%;
    height: calc(100vh - 136px);
    background-color: rgba(34, 34, 34, 0.5);
    z-index: 1; }
  #calendar .modal-wrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    #calendar .modal-wrap .modal {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      left: 0;
      background: white;
      max-width: 350px;
      height: 415px;
      opacity: 1;
      border-radius: 4px;
      z-index: 2;
      padding: 14px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #calendar .modal-wrap .modal .modal-header {
        padding: 4px 0;
        font-size: 16px;
        border-bottom: 1px solid #797979; }
      #calendar .modal-wrap .modal .modal-desc {
        padding: 4px 0;
        font-size: 13px;
        margin-top: 16px; }
      #calendar .modal-wrap .modal .columns-dropdown {
        padding: 4px 0; }
      #calendar .modal-wrap .modal .column-dropdown {
        padding: 4px 0; }
        #calendar .modal-wrap .modal .column-dropdown .dropdown {
          margin-top: 1%;
          width: 100%;
          /* height: 188%; */
          border-radius: 2%;
          flex: 1 0 auto;
          outline: none;
          -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
          text-align: left;
          line-height: 1.21428571em;
          font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
          padding: 0.628571em 1em;
          background: #FFFFFF;
          border: 1px solid rgba(34, 36, 38, 0.15);
          color: rgba(0, 0, 0, 0.87);
          border-radius: 0.28571429rem;
          -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
          transition: box-shadow 0.1s ease, border-color 0.1s ease; }
          #calendar .modal-wrap .modal .column-dropdown .dropdown:focus {
            border-color: #85B7D9;
            background: #FFFFFF;
            color: rgba(0, 0, 0, 0.8);
            box-shadow: none; }
      #calendar .modal-wrap .modal .field-box {
        padding: 4px 0;
        line-height: 18px;
        font-size: 13px;
        color: #414141;
        -webkit-user-select: none; }
        #calendar .modal-wrap .modal .field-box .date-picker {
          width: 185%;
          width: -moz-available;
          padding: 8px !important;
          margin: 4px 0 !important;
          outline: none !important;
          border: 2px solid #ddd !important;
          border-radius: 4px;
          box-shadow: 0 0 17px 0 #ddd !important;
          background-color: #fff;
          font-size: 13px; }
      #calendar .modal-wrap .modal .field-time-format {
        display: flex;
        flex-direction: column;
        margin-top: 10px; }
        #calendar .modal-wrap .modal .field-time-format .select-field {
          margin-top: 6px;
          cursor: pointer;
          border-radius: 3px !important;
          border: none;
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
          height: 36px;
          width: 100%;
          padding: 0.4rem; }
          #calendar .modal-wrap .modal .field-time-format .select-field:hover {
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
          #calendar .modal-wrap .modal .field-time-format .select-field:focus {
            box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
          #calendar .modal-wrap .modal .field-time-format .select-field:focus-visible {
            outline: none !important; }
    #calendar .modal-wrap .create-column-field-buttons {
      padding: 4px 0;
      height: 30px; }
    #calendar .modal-wrap .createColumn-error-message {
      padding: 16px 0;
      font-size: 11px;
      font-weight: 500;
      margin-top: 8px;
      color: #dc043b; }
    #calendar .modal-wrap .modal-footer {
      padding: 4px 0;
      bottom: 0;
      display: flex;
      justify-content: flex-end;
      margin: 0; }
      #calendar .modal-wrap .modal-footer .done-btn {
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
        padding: 0 12px !important;
        margin: 0px;
        border-radius: 6px;
        font-weight: 500;
        background-color: #166ee1;
        color: #fff;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  @media only screen and (max-width: 500px) {
    #calendar .modal {
      z-index: 2; } }

#DateCalender {
  max-width: 750px;
  min-height: fit-content;
  max-height: 65vh; }
  #DateCalender .modal-box {
    padding: 32px; }
    #DateCalender .modal-box .modal-content .modal-heading {
      font-weight: 500;
      font-size: 22px;
      margin-bottom: 16px;
      line-height: 1.5; }
    #DateCalender .modal-box .modal-content .modal-desc {
      margin-bottom: 16px; }
      #DateCalender .modal-box .modal-content .modal-desc .modal-desc-text {
        opacity: .75; }
      #DateCalender .modal-box .modal-content .modal-desc .modal-info-icon {
        color: #2e2f32;
        opacity: .5;
        cursor: pointer;
        vertical-align: middle;
        margin-left: 2px;
        display: inline-block;
        margin-top: 2px; }
    #DateCalender .modal-box .start-date-column {
      display: flex;
      align-items: center;
      padding: 8px 0; }
      #DateCalender .modal-box .start-date-column .date-remove {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: -3px;
        margin-right: 4px; }
      #DateCalender .modal-box .start-date-column .start-date-field {
        margin-right: 8px;
        width: 120px; }
      #DateCalender .modal-box .start-date-column .date-select {
        position: relative; }
        #DateCalender .modal-box .start-date-column .date-select .dropdown-start {
          padding: 8px;
          display: flex;
          align-items: center; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start .search {
            padding: 8px; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start .text,
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start [role="option"] {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1.2; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start [role="option"] {
            max-width: 190px; }
          #DateCalender .modal-box .start-date-column .date-select .dropdown-start .text {
            max-width: 150px; }
        #DateCalender .modal-box .start-date-column .date-select .css-1pvhjxb-singleValue span {
          display: inline-block !important;
          margin-left: 2px;
          margin-right: 2px;
          max-width: calc(100% - 8px);
          overflow: hidden;
          position: absolute;
          text-overflow: ellipsis;
          white-space: nowrap;
          top: 5%; }
        #DateCalender .modal-box .start-date-column .date-select .css-1wa3eu0-placeholder {
          max-width: calc(100% - 8px);
          overflow: hidden;
          position: absolute;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 1.3; }
        #DateCalender .modal-box .start-date-column .date-select .css-1itjr4n-multiValue {
          height: 19px !important;
          justify-content: center !important;
          align-items: center !important; }
        #DateCalender .modal-box .start-date-column .date-select .css-1okebmr-indicatorSeparator {
          display: none; }
        #DateCalender .modal-box .start-date-column .date-select .css-tlfecz-indicatorContainer, #DateCalender .modal-box .start-date-column .date-select .css-1gtu0rj-indicatorContainer {
          padding: 4px 7px !important;
          color: #7f7c7c; }
          #DateCalender .modal-box .start-date-column .date-select .css-tlfecz-indicatorContainer .css-6q0nyr-Svg, #DateCalender .modal-box .start-date-column .date-select .css-1gtu0rj-indicatorContainer .css-6q0nyr-Svg {
            width: 16px;
            height: 16px; }
        #DateCalender .modal-box .start-date-column .date-select .css-1g6gooi {
          display: contents; }
        #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control {
          min-width: 100px;
          height: 25px; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
            padding-left: 6px; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
            display: flex;
            flex-wrap: wrap;
            width: 150px;
            height: inherit;
            overflow: hidden; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding-right: 5px; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-input {
            height: 8px;
            vertical-align: middle;
            margin: auto 0;
            padding: 0 !important; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control:hover {
            box-shadow: none; }
          #DateCalender .modal-box .start-date-column .date-select .select-ct .Select-control .Select-value {
            line-height: 31px; }
      #DateCalender .modal-box .start-date-column .input-field .input {
        width: 100px; }
      #DateCalender .modal-box .start-date-column .end-date-field {
        margin: 0 8px; }
      #DateCalender .modal-box .start-date-column .label-field {
        margin: 0 8px; }
    #DateCalender .modal-box .modal-create-date {
      height: 29px;
      display: flex;
      align-items: center;
      padding-top: 10px; }
      #DateCalender .modal-box .modal-create-date .modal-create-btn .modal-create-feild {
        font-weight: 600;
        color: #4d4d4d; }
      #DateCalender .modal-box .modal-create-date .modal-create-btn:hover {
        opacity: .85; }
      #DateCalender .modal-box .modal-create-date .add-field-dropdown {
        display: flex;
        align-items: center; }
        #DateCalender .modal-box .modal-create-date .add-field-dropdown .text {
          margin-right: 4px;
          font-weight: 600;
          color: #4d4d4d; }
        #DateCalender .modal-box .modal-create-date .add-field-dropdown .icon {
          font-size: 18px; }
        #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu {
          min-width: 49em;
          margin-top: 6px; }
          #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .search-input {
            margin: 8px 8px 8px 12px; }
          #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .item {
            display: block;
            padding: 6px 12px !important; }
            #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .item .text {
              font-weight: 400; }
            #DateCalender .modal-box .modal-create-date .add-field-dropdown .menu .item .label {
              background-color: transparent;
              padding: 0; }
    #DateCalender .modal-box .modal-warning {
      margin: 16px 0 16px 0;
      padding: 8px 16px;
      display: flex;
      align-items: center;
      border-radius: 3px;
      background-color: #ffeab6; }
      #DateCalender .modal-box .modal-warning .modal-warn-text {
        opacity: .75; }
    #DateCalender .modal-box .modal-box-footer {
      margin-top: 8px;
      display: flex;
      justify-content: flex-end; }
      #DateCalender .modal-box .modal-box-footer .button {
        margin-right: 0; }
      #DateCalender .modal-box .modal-box-footer .done-btn {
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
        padding: 0 12px !important;
        margin: 0px;
        border-radius: 6px;
        font-weight: 500;
        background-color: #166ee1;
        color: #fff;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

.sidebar-main-container {
  background-color: #ffff;
  padding: 10px 10px;
  z-index: 5; }
  .sidebar-main-container .spreadsheet-titlebar {
    height: 74vh;
    overflow: auto; }
  .sidebar-main-container div {
    width: 99%;
    height: auto; }
  .sidebar-main-container__title-container {
    width: 100%;
    padding: 0px 5px;
    display: flex;
    justify-content: space-between; }
    .sidebar-main-container__title-container__close {
      cursor: pointer;
      width: unset !important; }
  .sidebar-main-container__main-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%; }
    .sidebar-main-container__main-container__top-details {
      width: 100%;
      padding: 10px 10px;
      background-color: #e3e3e3;
      border-radius: 5px;
      border: 1px solid #b5b2b2;
      margin: 5px 0;
      opacity: 0.75;
      font-size: 11px; }
    .sidebar-main-container__main-container__rnd-div {
      position: relative;
      width: 100%; }
    .sidebar-main-container__main-container__element {
      width: 100%;
      cursor: move;
      padding: 10px 10px;
      background-color: #FFFFFF;
      border-radius: 5px;
      box-shadow: 0 0 0 2px #0000000d;
      margin: 5px 0; }
      .sidebar-main-container__main-container__element :active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing; }
      .sidebar-main-container__main-container__element__title {
        font-size: 16px;
        color: #4d4d4d;
        font-weight: 500;
        padding: 5px 0; }
      .sidebar-main-container__main-container__element__date {
        font-size: 14px;
        color: #d9d9d9; }

.date-header {
  cursor: pointer; }

#detailContainer {
  background-color: #fff;
  border-radius: 6px;
  width: 434px;
  height: fit-content;
  position: absolute;
  z-index: 1000;
  top: 28%;
  left: 35%;
  box-shadow: 0 0 0 2px #0000001a;
  padding: 15px; }
  #detailContainer .footerDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 1rem; }
  #detailContainer .fields {
    margin-bottom: 45px; }
  #detailContainer .inputCell {
    display: flex;
    flex-wrap: wrap;
    vertical-align: middle;
    height: auto;
    min-height: 28px;
    position: relative;
    white-space: normal;
    line-height: 12px;
    box-shadow: none;
    overflow: visible;
    box-sizing: border-box;
    background-color: transparent;
    width: 100%;
    font-size: 13px;
    background: white;
    cursor: default;
    outline: none;
    padding: 5px; }
  #detailContainer .fieldIconDiv {
    display: flex; }
  #detailContainer .firstFieldDiv {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 1rem;
    border-color: #ccc; }
  #detailContainer .firstField {
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #detailContainer .dateField {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1rem; }
    #detailContainer .dateField #Timezone .input-timezone input {
      padding: 6px; }
  #detailContainer .dateInput {
    width: 100%;
    max-width: 200px;
    border: 2px solid rgba(34, 36, 38, 0.15);
    border-radius: 3px;
    padding: 0.3rem 0.5rem; }
  #detailContainer .dateColumnName {
    margin-bottom: 0.5rem;
    margin-left: 0.25rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: .1em; }
  #detailContainer .dateIconDiv {
    display: flex;
    margin-top: 0.5rem;
    margin-right: 0.25rem;
    width: 108px;
    max-width: 108px;
    min-width: 108px; }
  #detailContainer .doneBtnDiv {
    display: flex;
    align-items: center; }
  #detailContainer .doneBtn {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 500;
    background-color: #2d7ff9;
    color: #fff;
    fill: #fff; }
  #detailContainer .expandDiv {
    display: flex;
    align-items: center;
    opacity: 0.75;
    cursor: pointer;
    margin-left: 1rem; }
  #detailContainer .expand {
    margin-left: 0.25rem; }
  #detailContainer .deletBtnDiv {
    display: flex;
    align-items: center;
    opacity: 0.75;
    cursor: pointer; }
  #detailContainer .delete {
    margin-left: 0.25rem; }

#formulaStartDateWarning {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.05); }
  #formulaStartDateWarning .warningTextDiv {
    opacity: .75;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    white-space: pre-wrap;
    margin: 0;
    padding: 0;
    margin-left: 8px; }
  #formulaStartDateWarning .columnNameSpan {
    font-weight: 500; }
.default-select .Select {
  z-index: 2;
  min-height: 30px; }
  .default-select .Select .Select-clear {
    margin-top: -5px; }
  .default-select .Select .Select-control {
    position: relative;
    height: inherit !important;
    border-radius: 4px;
    z-index: 1 !important; }
    .default-select .Select .Select-control .Select-placeholder {
      line-height: 26px;
      padding: 0 12px !important; }
    .default-select .Select .Select-control .Select-multi-value-wrapper {
      display: inline-flex !important;
      flex-direction: row !important;
      flex-wrap: wrap !important;
      padding-left: 5px;
      min-height: 30px; }
    .default-select .Select .Select-control .Select-arrow-zone {
      cursor: pointer;
      display: table-cell !important;
      position: relative;
      text-align: center;
      vertical-align: middle !important;
      width: 25px;
      padding: 5px; }
    .default-select .Select .Select-control .Select-input {
      padding: 0px !important;
      vertical-align: middle;
      margin: auto 0; }
    .default-select .Select .Select-control .Select-input > input {
      box-sizing: border-box !important;
      padding: 0 !important; }
    .default-select .Select .Select-control:hover {
      box-shadow: none; }

.add-kanbanSelect .add-KanbanView {
  height: 43px;
  width: 100%;
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: black;
  background-color: rgba(51, 132, 247, 0.1);
  border-radius: 10px; }
.formula .detailBoxFormula {
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #303b47;
  color: #fff;
  text-transform: none;
  border-radius: 5px;
  font-size: 13px !important;
  padding: 15px 10px;
  z-index: 3;
  opacity: 1;
  position: absolute;
  right: 20px;
  left: 20px;
  top: 224px;
  box-shadow: 0 0 17px 0 #ddd !important; }
  .formula .detailBoxFormula .infoBox .line:first-child {
    font-weight: bold;
    font-size: 15px; }

.formula .formula-list {
  border-radius: 5px; }
  .formula .formula-list ul li {
    letter-spacing: 1px; }
  .formula .formula-list .ftypename {
    color: green;
    font-weight: 500;
    display: contents; }
  .formula .formula-list .ftypefunName {
    display: contents; }
  .formula .formula-list .tab {
    display: none; }
  .formula .formula-list .active {
    background-color: #e6e6e6; }
    .formula .formula-list .active .tab {
      color: #a2a0a0;
      display: contents !important; }
#conditionalModal #SortModel, #conditionalModal #FilterModel {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  position: absolute;
  z-index: 1;
  padding: 10;
  background: #f5f5f5;
  margin-top: 30px; }
  #conditionalModal #SortModel .asc-desc-box, #conditionalModal #FilterModel .asc-desc-box {
    padding-top: 5px; }
    #conditionalModal #SortModel .asc-desc-box .checkbox, #conditionalModal #FilterModel .asc-desc-box .checkbox {
      margin: 0 10px; }
  #conditionalModal #SortModel .checkbox-filter, #conditionalModal #FilterModel .checkbox-filter {
    padding-top: 5px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 7px 10px;
    border-radius: 4px;
    width: 100px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 30px;
    width: 223px;
    justify-content: center;
    align-items: center;
    text-align: center; }
  #conditionalModal #SortModel .react-datepicker-wrapper, #conditionalModal #FilterModel .react-datepicker-wrapper {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    height: 31px;
    margin-bottom: 2px;
    display: unset; }
    #conditionalModal #SortModel .react-datepicker-wrapper input, #conditionalModal #FilterModel .react-datepicker-wrapper input {
      border: none;
      margin-top: 2px;
      outline: none;
      box-shadow: 0 0 0px 0 #ddd !important;
      width: 223px; }
      #conditionalModal #SortModel .react-datepicker-wrapper input:focus, #conditionalModal #FilterModel .react-datepicker-wrapper input:focus {
        outline: none; }
  #conditionalModal #SortModel .sort-bx-limit .sort-by-bx, #conditionalModal #FilterModel .sort-bx-limit .sort-by-bx {
    max-width: 70px; }
  #conditionalModal #SortModel .sort-box, #conditionalModal #FilterModel .sort-box {
    padding: 6px 0; }
    #conditionalModal #SortModel .sort-box i.close, #conditionalModal #FilterModel .sort-box i.close {
      cursor: pointer;
      font-size: 13px;
      position: relative;
      margin-top: 6px; }
    #conditionalModal #SortModel .sort-box .Sort-text, #conditionalModal #FilterModel .sort-box .Sort-text {
      width: 90px;
      font-weight: 400;
      margin-top: 5px; }
    #conditionalModal #SortModel .sort-box .sort-bx, #conditionalModal #FilterModel .sort-box .sort-bx {
      position: relative;
      margin-right: 6px; }
    #conditionalModal #SortModel .sort-box .sort-by-bx, #conditionalModal #FilterModel .sort-box .sort-by-bx {
      background: #fff;
      border: 1px solid #ddd;
      padding: 4px 10px;
      border-radius: 4px;
      width: 100px;
      overflow: hidden;
      cursor: pointer;
      position: relative;
      height: 30px; }
      #conditionalModal #SortModel .sort-box .sort-by-bx span, #conditionalModal #FilterModel .sort-box .sort-by-bx span {
        white-space: nowrap;
        width: -webkit-fill-available;
        width: -moz-available;
        overflow: hidden;
        font-weight: 400; }
      #conditionalModal #SortModel .sort-box .sort-by-bx:hover, #conditionalModal #FilterModel .sort-box .sort-by-bx:hover {
        background: #e7e7e7; }
      #conditionalModal #SortModel .sort-box .sort-by-bx i, #conditionalModal #FilterModel .sort-box .sort-by-bx i {
        position: relative;
        float: right;
        font-size: 10px;
        right: -3px; }
    #conditionalModal #SortModel .sort-box .checkbox, #conditionalModal #FilterModel .sort-box .checkbox {
      font-size: 12px; }
  #conditionalModal #SortModel .select-box, #conditionalModal #FilterModel .select-box {
    position: absolute;
    list-style: none;
    border: 1px solid #ddd;
    width: 130px;
    z-index: 1000;
    left: 7px;
    border-radius: 4px;
    background: #fff;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12);
    padding: 5px; }
    #conditionalModal #SortModel .select-box li, #conditionalModal #FilterModel .select-box li {
      width: 120px;
      overflow: hidden;
      padding: 4px;
      border-radius: 3px; }
      #conditionalModal #SortModel .select-box li:hover, #conditionalModal #FilterModel .select-box li:hover {
        background: #e7e7e7; }
  #conditionalModal #SortModel .link-sort, #conditionalModal #FilterModel .link-sort {
    margin: 10px;
    color: #3384f7; }
  #conditionalModal #SortModel .empty-bx, #conditionalModal #FilterModel .empty-bx {
    padding: 10px;
    color: #ccc; }
  #conditionalModal #SortModel .Select, #conditionalModal #FilterModel .Select {
    /* margin-top: 10px; */
    min-height: 30px;
    min-width: 150px; }
    #conditionalModal #SortModel .Select .Select-menu-outer, #conditionalModal #FilterModel .Select .Select-menu-outer {
      z-index: 2 !important; }
    #conditionalModal #SortModel .Select .Select-control, #conditionalModal #FilterModel .Select .Select-control {
      position: relative;
      border-radius: 4px;
      z-index: 1 !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-placeholder, #conditionalModal #FilterModel .Select .Select-control .Select-placeholder {
        padding: 0 12px !important; }
      #conditionalModal #SortModel .Select .Select-control .Select-multi-value-wrapper, #conditionalModal #FilterModel .Select .Select-control .Select-multi-value-wrapper {
        display: inline-flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        padding-left: 5px;
        padding-top: 3px;
        min-height: 30px; }
      #conditionalModal #SortModel .Select .Select-control .Select-arrow-zone, #conditionalModal #FilterModel .Select .Select-control .Select-arrow-zone {
        cursor: pointer;
        display: table-cell !important;
        position: relative;
        text-align: center;
        vertical-align: middle !important;
        width: 25px;
        padding: 5px; }
      #conditionalModal #SortModel .Select .Select-control .Select-input, #conditionalModal #FilterModel .Select .Select-control .Select-input {
        height: 18px;
        padding: 0px !important;
        vertical-align: middle;
        margin: auto 0; }
      #conditionalModal #SortModel .Select .Select-control .Select-input > input, #conditionalModal #FilterModel .Select .Select-control .Select-input > input {
        box-sizing: border-box !important;
        padding: 0 !important; }
      #conditionalModal #SortModel .Select .Select-control:hover, #conditionalModal #FilterModel .Select .Select-control:hover {
        box-shadow: none; }
      #conditionalModal #SortModel .Select .Select-control .select-tag-wrapper, #conditionalModal #FilterModel .Select .Select-control .select-tag-wrapper {
        display: block;
        height: fit-content;
        border-radius: 8px;
        margin: 5px 2px;
        max-width: inherit; }
    #conditionalModal #SortModel .Select .tab-select-bx, #conditionalModal #FilterModel .Select .tab-select-bx {
      margin: 0 2px; }
    #conditionalModal #SortModel .Select .collaborator-tag, #conditionalModal #FilterModel .Select .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #ddd;
      background-color: #ddd;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #conditionalModal #SortModel .Select .collaborator-tag img, #conditionalModal #FilterModel .Select .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #conditionalModal #SortModel .Select .collaborator-tag p, #conditionalModal #FilterModel .Select .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #conditionalModal #SortModel .Select .select-tag, #conditionalModal #FilterModel .Select .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 12px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #0096FF;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #conditionalModal #SortModel .Select .select-tag .Select-aria-only, #conditionalModal #FilterModel .Select .select-tag .Select-aria-only {
        position: relative !important; }
  #conditionalModal #SortModel .input-filter, #conditionalModal #FilterModel .input-filter {
    height: 30px;
    display: contents;
    width: auto;
    box-shadow: 0px 0px 0px !important; }

#conditionalModal #FilterModel {
  position: relative;
  background: #f5f5f5;
  margin-top: -8px;
  padding: 10;
  z-index: 1;
  left: 0px;
  margin-bottom: 25px; }
  #conditionalModal #FilterModel .sort-box .Sort-text {
    width: 60px;
    display: block;
    margin-top: 5px;
    margin-left: 10px; }
  #conditionalModal #FilterModel .filter-select {
    height: 30px; }
    #conditionalModal #FilterModel .filter-select input {
      padding: 0px !important;
      border: none !important;
      box-shadow: none !important; }
      #conditionalModal #FilterModel .filter-select input :focus {
        border: 0px solid darkgrey !important; }
    #conditionalModal #FilterModel .filter-select .Select-control {
      height: inherit; }
  #conditionalModal #FilterModel .input-filter {
    width: auto;
    box-shadow: 0px 0px 0px !important;
    height: 30px;
    display: contents; }
    #conditionalModal #FilterModel .input-filter input {
      width: auto;
      box-shadow: 0px 0px 0px !important; }
  #conditionalModal #FilterModel .Select .collaborator-tag {
    margin: 3px 2px !important; }
  #conditionalModal #FilterModel .Select .Select-multi-value-wrapper {
    padding-top: 1px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-1wmv80g-control {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-2b097c-container {
    width: 223px !important; }
  #conditionalModal #FilterModel .css-b8ldur-Input input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
    #conditionalModal #FilterModel .css-b8ldur-Input input :focus {
      border: 0px solid darkgrey !important; }
#Rating .select-section {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #Rating .select-section .first-section {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 2px 2px 11px 5px #ccc;
    padding: 5px;
    margin-top: 22px;
    margin-left: 10px;
    border-radius: 3px; }

#Rating .icon-ul-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row; }

#Rating .symbol-main {
  display: flex;
  align-items: center;
  cursor: pointer; }

#Rating .symbol-list {
  padding: 4.2px;
  margin-top: 10px; }

#Rating .rating-color-list {
  width: fit-content !important;
  margin-top: 10px; }
#GalleryView .ps__rail-y {
  z-index: 1 !important; }

#GalleryView .galleryViewWapper {
  position: relative;
  height: calc(100vh - 130px);
  overflow: hidden scroll;
  overflow-y: auto;
  overflow-x: hidden !important;
  background-color: #fff; }

#GalleryView .FabWapper .fab-add-fileDrop {
  background-color: dimgrey;
  position: fixed;
  right: 10px;
  bottom: 10px;
  transform: scale(1, 1);
  transition: all 0.5s;
  height: 147px;
  justify-content: center;
  text-align: center;
  align-items: center;
  display: flex;
  border-radius: 101px;
  width: 145px; }
  #GalleryView .FabWapper .fab-add-fileDrop input {
    display: none; }
  #GalleryView .FabWapper .fab-add-fileDrop .add {
    color: white;
    font-size: 14px; }
    #GalleryView .FabWapper .fab-add-fileDrop .add .add-icon {
      display: flex;
      align-items: center; }

#GalleryView .FabWapper .fab-add-row {
  position: fixed;
  right: 18px;
  bottom: 80px;
  transform: scale(1, 1);
  transition: all 0.5s;
  cursor: pointer; }
  #GalleryView .FabWapper .fab-add-row:hover {
    transform: scale(1.1, 1.1); }

#GalleryView .FabWapper .disable-add-btn {
  opacity: 0.5; }

#GalleryView #DragPlaceHolder {
  border-radius: 6px; }

#GalleryView #EmptyRowdataSection .emptydata-img-main img, #GalleryView #EmptyRowdataSection .emptydata-img-main p {
  z-index: 6; }
.margin-right-5px {
  margin-right: 5px; }

.current-active-search-matched {
  border: 3px solid orange !important; }

.galleryCardWapper {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  padding-left: 5px; }
  .galleryCardWapper .search-matched {
    border: 2px solid yellow !important; }
  .galleryCardWapper .galleryCard {
    border-radius: 6px;
    padding: 8px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.24), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
    cursor: url("https://www.google.com/intl/en_ALL/mapfiles/openhand.cur"), all-scroll;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    background-color: #fff; }
    .galleryCardWapper .galleryCard:hover {
      box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.48), 0px 0px 2px 0px rgba(0, 0, 0, 0.08), 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 2px 8px 0px rgba(0, 0, 0, 0.08); }
    .galleryCardWapper .galleryCard:active {
      cursor: url("https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur"), all-scroll;
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: -o-grabbing;
      cursor: -ms-grabbing;
      cursor: grabbing; }
    .galleryCardWapper .galleryCard .attachment-file {
      background-color: darkgrey;
      width: 100%;
      display: flex;
      justify-content: center;
      text-align: center;
      align-items: center; }
      .galleryCardWapper .galleryCard .attachment-file input {
        display: none; }
      .galleryCardWapper .galleryCard .attachment-file .add {
        color: white;
        font-size: 14px;
        font-weight: 600; }
    .galleryCardWapper .galleryCard .card-wrapper {
      height: 150px;
      background-size: 15px 15px;
      overflow: hidden;
      border-radius: 6px;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .galleryCardWapper .galleryCard .header-card {
      justify-content: center;
      display: flex;
      align-items: center;
      height: 100%; }
      .galleryCardWapper .galleryCard .header-card .carousel-croup .carousel .slide img {
        object-fit: cover;
        height: 150px; }
      .galleryCardWapper .galleryCard .header-card .carousel-fit .carousel .slide img {
        object-fit: contain; }
      .galleryCardWapper .galleryCard .header-card .card-cover-image {
        background: white;
        width: 100%; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .carousel .slide {
          background: none; }
          .galleryCardWapper .galleryCard .header-card .card-cover-image .carousel .slide img {
            height: 150px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .control-next {
          border-top-right-radius: 6px; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .control-prev {
          border-top-left-radius: 6px; }
        .galleryCardWapper .galleryCard .header-card .card-cover-image .slider-wrapper .slider {
          background-color: #fff; }
      .galleryCardWapper .galleryCard .header-card .border-full-carousel .carousel .slide img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; }
      .galleryCardWapper .galleryCard .header-card i {
        margin: 0;
        color: #cfcfcf; }
    .galleryCardWapper .galleryCard .color-formating-colorline {
      padding: 6px;
      background: #fff;
      margin-top: -10px; }
    .galleryCardWapper .galleryCard .body-card {
      color: #1d1f25; }
      .galleryCardWapper .galleryCard .body-card .firstColumnValue {
        height: 34px;
        font-size: 16px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        max-width: 218px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress {
          height: 60px;
          padding: 0px;
          overflow: hidden; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .field-title, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .field-title {
            display: flex;
            align-items: center;
            opacity: .75;
            height: 22px;
            padding: 4px 0 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .field-title .field-name {
              margin-left: 4px;
              font-size: 11px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .multilineValue {
          display: block;
          display: -webkit-box !important;
          margin: 0 auto;
          line-height: 1.1em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          word-wrap: break-word;
          color: #1d1f25;
          margin-top: 5px;
          display: block;
          display: -webkit-box;
          max-width: 100%;
          margin: 0 auto;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn #custom-multiline-value h1 {
          font-size: 20px;
          font-weight: 500; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn #custom-multiline-value h2 {
          font-size: 16px;
          font-weight: 500; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn .value {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1.5;
          font-size: 13px;
          color: #1d1f25;
          height: 22px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn-bx {
          height: 56px;
          padding: 0px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .multilineValue .custom-css ul {
          padding: 0px 18px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn .value {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          pointer-events: none;
          opacity: 0.8;
          color: black;
          margin-top: 5px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv {
          display: -webkit-inline-box;
          overflow-x: auto;
          width: 100%; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator {
            font-size: 11px;
            border-radius: 50%;
            display: flex;
            align-items: center; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator span {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              margin-left: -12px;
              padding: 0 8px 0 16px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator:first-child {
              margin: 0 2px 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn .collaboratorDiv .collaborator img {
              width: 22px;
              height: 22px;
              margin-right: 4px;
              border-radius: 50%; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv {
          display: -webkit-inline-box;
          overflow-x: auto;
          width: 100%; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator {
            font-size: 11px;
            border-radius: 50%;
            display: flex;
            align-items: center; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator span {
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden;
              margin-left: -12px;
              padding: 0 8px 0 16px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
              margin: 0 2px 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column .collaboratorDiv .collaborator img {
              width: 22px;
              height: 22px;
              margin-right: 4px;
              border-radius: 50%; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv {
          display: block;
          overflow-x: auto;
          width: max-content; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv .selector {
            display: inline;
            justify-content: center;
            padding: 1px 8px;
            margin: 0 2px;
            cursor: pointer;
            background-color: #797373;
            border-radius: 25px;
            font-size: 10px;
            margin-bottom: 5px;
            min-width: 38px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn .selectorDiv .selector:first-child {
              margin: 0 2px 0 0; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .overflow-x-auto-on-hover:hover {
          overflow-x: auto; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv {
          display: flex;
          align-items: center;
          overflow-y: auto;
          width: fit-content;
          height: 30px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment {
            margin: 0 2px;
            border-radius: 5px;
            height: 22px;
            border: 1px solid #ccc;
            margin-bottom: 5px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn .attachmentDiv .attachment img {
              height: 100%;
              object-fit: cover;
              border-radius: 5px;
              max-width: 60px;
              border-radius: 2px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn {
          margin-right: 10px;
          overflow: hidden; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv {
            display: inline-block;
            flex-wrap: wrap;
            padding: 4px 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv::-webkit-scrollbar {
              height: 2px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv .row-link {
              display: inline;
              padding: 0px 4px;
              margin-bottom: 5px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap;
              line-height: 1.5;
              background-color: #e9eef9;
              border-radius: 3px;
              margin: 0 4px 0 0; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn .linksDiv .error {
              display: inline;
              margin-right: 4px;
              padding: 0px 4px;
              background: #f5cce9 !important;
              border: 0.5px solid #a26e71 !important;
              border-radius: 2px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push .btn {
          width: fit-content;
          padding: 4px;
          border-radius: 4px;
          box-shadow: 3px 3px 3px #ccc;
          background-color: rgba(224, 224, 224, 0.5);
          margin-top: 5px; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          pointer-events: none;
          opacity: 0.8;
          color: black; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn {
          padding: 0 12px 12px 12px;
          overflow: hidden; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn .field-title {
            display: flex;
            align-items: center;
            opacity: 0.6; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn .field-title .field-name {
              margin-left: 4px;
              font-size: 10px; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .signatureColumn .signature-img {
            max-width: 60px;
            object-fit: cover; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column {
          display: block; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn {
            width: -webkit-fill-available;
            text-align: center;
            display: flex; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root {
              margin: 0;
              display: flex;
              justify-content: center; }
              .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn {
                cursor: pointer;
                width: fit-content;
                padding: 0 8px;
                border-radius: 3px;
                margin: auto;
                opacity: .8;
                display: flex;
                justify-content: center;
                background-color: rgba(228, 195, 195, 0.5);
                height: 22px;
                line-height: 19px;
                font-weight: 500; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn svg {
                  margin-right: 5px; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn span {
                  white-space: nowrap !important;
                  color: white;
                  overflow: hidden !important;
                  text-overflow: ellipsis !important; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn:hover {
                  opacity: 1; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn:target {
                  box-shadow: none; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .btn:active {
                  box-shadow: none; }
              .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .disabled {
                cursor: auto !important;
                opacity: 0.5; }
                .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column .send-btn .btn-root .disabled:hover {
                  opacity: 0.5; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .multilineValue {
          display: block;
          display: -webkit-box !important;
          margin: 0 auto;
          line-height: 1.1em;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: inline-block;
          word-wrap: break-word;
          color: black; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn .value {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          color: black; }
        .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress {
          padding: 0 !important; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-text-type {
            white-space: nowrap;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            margin-top: 5px;
            color: black;
            font-weight: 500; }
          .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type {
            display: flex;
            align-items: center;
            width: 100%;
            margin-top: 8px; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type .progress-line {
              width: 90%;
              margin: auto !important; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type .progress-percentage {
              width: 29px;
              text-align: center;
              margin-left: 4px;
              color: green;
              font-weight: 500; }
            .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress .progress-type .ui.small.progress {
              font-size: 0.60857143rem;
              height: 8px !important;
              padding-left: 0px !important;
              padding-bottom: 4px; }
      .galleryCardWapper .galleryCard .body-card .firstColumnTextValue {
        padding: 4px 0 0 0; }
        .galleryCardWapper .galleryCard .body-card .firstColumnTextValue .textColumn {
          padding: 0 !important;
          height: initial !important; }
        .galleryCardWapper .galleryCard .body-card .firstColumnTextValue .value {
          font-size: 16px !important;
          height: initial !important; }
      .galleryCardWapper .galleryCard .body-card .checkboxColumn .gallarycheckbox {
        margin: 0 !important; }
        .galleryCardWapper .galleryCard .body-card .checkboxColumn .gallarycheckbox .cbx .cbx-icon {
          margin: initial;
          height: 17.6px !important;
          width: 17.6px !important; }
        .galleryCardWapper .galleryCard .body-card .checkboxColumn .gallarycheckbox .cbx {
          height: 22px !important;
          display: flex !important;
          align-items: center; }
      .galleryCardWapper .galleryCard .body-card .firstColumnValue .textColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .checkboxColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .collaboratorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .createdby-updatedby-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .selectorColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .attachmentColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .linkColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .apiDataColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .api-push, .galleryCardWapper .galleryCard .body-card .firstColumnValue .ratingColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .button-column, .galleryCardWapper .galleryCard .body-card .firstColumnValue .durationColumn, .galleryCardWapper .galleryCard .body-card .firstColumnValue .progress, .galleryCardWapper .galleryCard .body-card .textColumn, .galleryCardWapper .galleryCard .body-card .checkboxColumn, .galleryCardWapper .galleryCard .body-card .collaboratorColumn, .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column, .galleryCardWapper .galleryCard .body-card .selectorColumn, .galleryCardWapper .galleryCard .body-card .attachmentColumn, .galleryCardWapper .galleryCard .body-card .linkColumn, .galleryCardWapper .galleryCard .body-card .apiDataColumn, .galleryCardWapper .galleryCard .body-card .api-push, .galleryCardWapper .galleryCard .body-card .ratingColumn, .galleryCardWapper .galleryCard .body-card .button-column, .galleryCardWapper .galleryCard .body-card .durationColumn, .galleryCardWapper .galleryCard .body-card .progress {
        height: 60px;
        padding: 8px 0 4px 0;
        overflow: hidden; }
        .galleryCardWapper .galleryCard .body-card .textColumn .field-title, .galleryCardWapper .galleryCard .body-card .checkboxColumn .field-title, .galleryCardWapper .galleryCard .body-card .collaboratorColumn .field-title, .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .field-title, .galleryCardWapper .galleryCard .body-card .selectorColumn .field-title, .galleryCardWapper .galleryCard .body-card .attachmentColumn .field-title, .galleryCardWapper .galleryCard .body-card .linkColumn .field-title, .galleryCardWapper .galleryCard .body-card .apiDataColumn .field-title, .galleryCardWapper .galleryCard .body-card .api-push .field-title, .galleryCardWapper .galleryCard .body-card .ratingColumn .field-title, .galleryCardWapper .galleryCard .body-card .button-column .field-title, .galleryCardWapper .galleryCard .body-card .durationColumn .field-title, .galleryCardWapper .galleryCard .body-card .progress .field-title {
          display: flex;
          align-items: center;
          opacity: .75;
          height: 22px;
          padding: 4px 0 0 0; }
          .galleryCardWapper .galleryCard .body-card .textColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .checkboxColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .collaboratorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .selectorColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .attachmentColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .linkColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .apiDataColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .api-push .field-title .field-name, .galleryCardWapper .galleryCard .body-card .ratingColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .button-column .field-title .field-name, .galleryCardWapper .galleryCard .body-card .durationColumn .field-title .field-name, .galleryCardWapper .galleryCard .body-card .progress .field-title .field-name {
            margin-left: 4px;
            font-size: 11px; }
      .galleryCardWapper .galleryCard .body-card .textColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.1em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: #1d1f25;
        margin-top: 5px;
        display: block;
        display: -webkit-box;
        max-width: 100%;
        margin: 0 auto;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
      .galleryCardWapper .galleryCard .body-card .textColumn #custom-multiline-value h1 {
        font-size: 20px;
        font-weight: 500; }
      .galleryCardWapper .galleryCard .body-card .textColumn #custom-multiline-value h2 {
        font-size: 16px;
        font-weight: 500; }
      .galleryCardWapper .galleryCard .body-card .textColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5;
        font-size: 13px;
        color: #1d1f25;
        height: 22px; }
      .galleryCardWapper .galleryCard .body-card .textColumn-bx {
        height: 56px;
        padding: 8px 0 4px 0; }
      .galleryCardWapper .galleryCard .body-card .multilineValue .custom-css ul {
        padding: 0px 18px; }
      .galleryCardWapper .galleryCard .body-card .checkboxColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black;
        margin-top: 5px; }
      .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%; }
        .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 50%;
          display: flex;
          align-items: center; }
          .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-left: -12px;
            padding: 0 8px 0 16px; }
          .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .galleryCardWapper .galleryCard .body-card .collaboratorColumn .collaboratorDiv .collaborator img {
            width: 22px;
            height: 22px;
            margin-right: 4px;
            border-radius: 50%; }
      .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv {
        display: -webkit-inline-box;
        overflow-x: auto;
        width: 100%; }
        .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator {
          font-size: 11px;
          border-radius: 50%;
          display: flex;
          align-items: center; }
          .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator span {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-left: -12px;
            padding: 0 8px 0 16px; }
          .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
            margin: 0 2px 0 0; }
          .galleryCardWapper .galleryCard .body-card .createdby-updatedby-column .collaboratorDiv .collaborator img {
            width: 22px;
            height: 22px;
            margin-right: 4px;
            border-radius: 50%; }
      .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv {
        display: block;
        overflow-x: auto;
        width: max-content; }
        .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv .selector {
          display: inline;
          justify-content: center;
          padding: 1px 8px;
          margin: 0 2px;
          cursor: pointer;
          background-color: #797373;
          border-radius: 25px;
          font-size: 10px;
          margin-bottom: 5px;
          min-width: 38px; }
          .galleryCardWapper .galleryCard .body-card .selectorColumn .selectorDiv .selector:first-child {
            margin: 0 2px 0 0; }
      .galleryCardWapper .galleryCard .body-card .overflow-x-auto-on-hover:hover {
        overflow-x: auto; }
      .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv {
        display: flex;
        align-items: center;
        overflow-y: auto;
        width: fit-content;
        height: 30px; }
        .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv::-webkit-scrollbar {
          height: 2px; }
        .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv .attachment {
          margin: 0 2px;
          border-radius: 5px;
          height: 22px;
          border: 1px solid #ccc;
          margin-bottom: 5px; }
          .galleryCardWapper .galleryCard .body-card .attachmentColumn .attachmentDiv .attachment img {
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
            max-width: 60px;
            border-radius: 2px; }
      .galleryCardWapper .galleryCard .body-card .linkColumn {
        margin-right: 10px;
        overflow: hidden; }
        .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv {
          display: inline-block;
          flex-wrap: wrap;
          padding: 4px 0; }
          .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv::-webkit-scrollbar {
            height: 2px; }
          .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv .row-link {
            display: inline;
            padding: 0px 4px;
            margin-bottom: 5px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            line-height: 1.5;
            background-color: #e9eef9;
            border-radius: 3px;
            margin: 0 4px 0 0; }
          .galleryCardWapper .galleryCard .body-card .linkColumn .linksDiv .error {
            display: inline;
            margin-right: 4px;
            padding: 0px 4px;
            background: #f5cce9 !important;
            border: 0.5px solid #a26e71 !important;
            border-radius: 2px; }
      .galleryCardWapper .galleryCard .body-card .api-push .btn {
        width: fit-content;
        padding: 4px;
        border-radius: 4px;
        box-shadow: 3px 3px 3px #ccc;
        background-color: rgba(224, 224, 224, 0.5);
        margin-top: 5px; }
      .galleryCardWapper .galleryCard .body-card .ratingColumn {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        pointer-events: none;
        opacity: 0.8;
        color: black; }
      .galleryCardWapper .galleryCard .body-card .signatureColumn {
        padding: 0 12px 12px 12px;
        overflow: hidden; }
        .galleryCardWapper .galleryCard .body-card .signatureColumn .field-title {
          display: flex;
          align-items: center;
          opacity: 0.6; }
          .galleryCardWapper .galleryCard .body-card .signatureColumn .field-title .field-name {
            margin-left: 4px;
            font-size: 10px; }
        .galleryCardWapper .galleryCard .body-card .signatureColumn .signature-img {
          max-width: 60px;
          object-fit: cover; }
      .galleryCardWapper .galleryCard .body-card .button-column {
        display: block; }
        .galleryCardWapper .galleryCard .body-card .button-column .send-btn {
          width: -webkit-fill-available;
          text-align: center;
          display: flex; }
          .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root {
            margin: 0;
            display: flex;
            justify-content: center; }
            .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn {
              cursor: pointer;
              width: fit-content;
              padding: 0 8px;
              border-radius: 3px;
              margin: auto;
              opacity: .8;
              display: flex;
              justify-content: center;
              background-color: rgba(228, 195, 195, 0.5);
              height: 22px;
              line-height: 19px;
              font-weight: 500; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn svg {
                margin-right: 5px; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn span {
                white-space: nowrap !important;
                color: white;
                overflow: hidden !important;
                text-overflow: ellipsis !important; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn:hover {
                opacity: 1; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn:target {
                box-shadow: none; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .btn:active {
                box-shadow: none; }
            .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .disabled {
              cursor: auto !important;
              opacity: 0.5; }
              .galleryCardWapper .galleryCard .body-card .button-column .send-btn .btn-root .disabled:hover {
                opacity: 0.5; }
      .galleryCardWapper .galleryCard .body-card .durationColumn .multilineValue {
        display: block;
        display: -webkit-box !important;
        margin: 0 auto;
        line-height: 1.1em;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        word-wrap: break-word;
        color: black; }
      .galleryCardWapper .galleryCard .body-card .durationColumn .value {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black; }
      .galleryCardWapper .galleryCard .body-card .progress {
        padding: 0 !important; }
        .galleryCardWapper .galleryCard .body-card .progress .progress-text-type {
          white-space: nowrap;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          margin-top: 5px;
          color: black;
          font-weight: 500; }
        .galleryCardWapper .galleryCard .body-card .progress .progress-type {
          display: flex;
          align-items: center;
          width: 100%;
          margin-top: 8px; }
          .galleryCardWapper .galleryCard .body-card .progress .progress-type .progress-line {
            width: 90%;
            margin: auto !important; }
          .galleryCardWapper .galleryCard .body-card .progress .progress-type .progress-percentage {
            width: 29px;
            text-align: center;
            margin-left: 4px;
            color: green;
            font-weight: 500; }
          .galleryCardWapper .galleryCard .body-card .progress .progress-type .ui.small.progress {
            font-size: 0.60857143rem;
            height: 8px !important;
            padding-left: 0px !important;
            padding-bottom: 4px; }
#EmptyRowdataSection .emptydata-img-main {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 155px);
  flex-direction: column; }
  #EmptyRowdataSection .emptydata-img-main img {
    width: 8%;
    z-index: 6; }
  #EmptyRowdataSection .emptydata-img-main p {
    font-size: 15px;
    font-weight: 500;
    opacity: 0.8;
    z-index: 6; }
#dashContainer {
  position: relative;
  /* Animations to fade the snackbar in and out */ }
  #dashContainer .dashboardContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    -webkit-box-flex: 1; }
  #dashContainer .overLimitBanner {
    border-top: 1px solid #ccc;
    z-index: 6;
    background: rgba(0, 0, 0, 0.1); }
  #dashContainer .add-more-button-first {
    border-right: 1px solid gray;
    background: white;
    border-radius: 50% 0 0 50%;
    padding: 7px 8px;
    text-align: center;
    border-color: black;
    border: 1px solid #e3e2e2; }
  #dashContainer .add-more-button-second {
    font-size: 13px;
    font-family: sans-serif;
    padding: 8px 8px;
    border-radius: 0px 25px 25px 0px;
    background: #e8e8e8; }
  #dashContainer .GoTo {
    position: absolute;
    right: 20px;
    z-index: 1001;
    /* height: 30px; */
    padding: 10px;
    top: 48px;
    border-radius: 5px;
    background-color: #555;
    color: #fff;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.43);
    /* box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.75); */ }
    #dashContainer .GoTo i {
      color: #fff; }
    #dashContainer .GoTo input {
      color: #fff; }

.dashboardDiv {
  z-index: 0 !important; }

.disableoverlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999; }

.animate-row-selection {
  animation-name: pulseBlue;
  animation-timing-function: cubic-bezier(0, 0.42, 0.26, 0.96);
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.animate-column-selection {
  animation-name: pulseBlue;
  animation-timing-function: cubic-bezier(0, 0.42, 0.26, 0.96);
  animation-duration: 1.5s;
  animation-iteration-count: infinite; }

.multilineTextWrap, .multilineText {
  padding: 6px !important; }

@keyframes pulseBlue {
  0% {
    border: 4px solid #0096FF; }
  40% {
    border: 6px solid #0096FF; }
  100% {
    border: 4px solid #0096FF; } }

.add-new-col {
  width: 100px;
  text-align: center;
  background: transparent !important;
  border-right: 0 !important;
  position: relative !important; }
  .add-new-col .tooltip {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 67px;
    top: 43px;
    background: #fff;
    padding: 6px;
    color: #555555;
    border-radius: 5px;
    border: 2px solid #ccc; }
  .add-new-col:hover .tooltip {
    display: block; }

.embed-add-column {
  cursor: default !important; }
  .embed-add-column:hover {
    cursor: default !important;
    background-color: #f5f5f5 !important; }

#Spreadsheets {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
  position: relative;
  background: #f6f6f6;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }
  #Spreadsheets::-webkit-scrollbar-track {
    margin-top: 32px; }
  #Spreadsheets .reable-only {
    pointer-events: none;
    cursor: default; }
  #Spreadsheets .reable-column {
    display: flex;
    width: 100%; }
  #Spreadsheets .number-cell {
    text-align: right;
    display: flex;
    justify-content: flex-end; }
  #Spreadsheets .number-celltext {
    text-align: right;
    display: flex;
    justify-content: flex-end; }
    #Spreadsheets .number-celltext p {
      margin: 0 5px !important;
      line-height: 32px !important; }
  #Spreadsheets #gridCotainer {
    position: relative;
    white-space: nowrap;
    min-height: 100%;
    width: 100%;
    overflow: hidden; }
    #Spreadsheets #gridCotainer .checkbox {
      justify-content: space-around; }
  #Spreadsheets .isColumnSelected {
    background-color: #e6e6e6 !important; }
  #Spreadsheets .panel-head {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head .panel-row.panel-header {
      font-weight: 700;
      padding: 2.5px 0;
      background-color: #f4f4f4;
      border-bottom-color: #d2d2d2;
      border-bottom: 1px solid #d1d1d1;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 400;
          color: #1d1f25 !important; }
      #Spreadsheets .panel-head .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head .contex-menu .contex-menu-text {
      font-weight: 400;
      color: #4d4d4d; }
    #Spreadsheets .panel-head .permission-tootip {
      position: relative;
      display: inline-block;
      width: 100%; }
    #Spreadsheets .panel-head .permission-lockicon {
      opacity: .6; }
    #Spreadsheets .panel-head .permission-menu-text {
      opacity: .6; }
    #Spreadsheets .panel-head .permission-tootip .tooltiptext {
      visibility: hidden;
      width: max-content;
      background-color: #303b47;
      color: white;
      text-align: center;
      text-transform: none;
      border-radius: 4px;
      font-size: 11px;
      font-weight: normal;
      margin-left: 8px;
      padding: 4px 8px;
      position: absolute;
      z-index: 14;
      left: 196px;
      top: 2px; }
    #Spreadsheets .panel-head .permission-tootip:hover .tooltiptext {
      visibility: visible; }
    #Spreadsheets .panel-head svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
  #Spreadsheets .embed-panel-head {
    pointer-events: none; }
  #Spreadsheets .panel-head-not-stick {
    z-index: 2;
    width: inherit; }
    #Spreadsheets .panel-head-not-stick .panel-row.panel-header {
      font-weight: 700;
      padding: 4px 0;
      background-color: #f5f5f5;
      border-bottom-color: #d2d2d2;
      cursor: -webkit-grab; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header:hover {
        background: #e6e6e6; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell {
        display: flex;
        justify-content: space-between; }
        #Spreadsheets .panel-head-not-stick .panel-row.panel-header .panel-cell span {
          padding: 0 !important;
          font-weight: 400;
          color: #1d1f25 !important; }
      #Spreadsheets .panel-head-not-stick .panel-row.panel-header .line-drop {
        position: absolute;
        user-select: none;
        width: 10px;
        height: 100%;
        top: 0px;
        right: -5px;
        cursor: col-resize; }
    #Spreadsheets .panel-head-not-stick svg {
      cursor: default;
      opacity: 0.8; }
      #Spreadsheets .panel-head-not-stick svg:hover {
        opacity: 1; }
    #Spreadsheets .panel-head-not-stick svg:last-child {
      cursor: pointer; }
      #Spreadsheets .panel-head-not-stick svg:last-child:hover {
        fill: #222; }
    #Spreadsheets .panel-head-not-stick span div {
      width: 5px !important;
      right: -2px !important;
      height: 32px !important; }
  #Spreadsheets .remove-summary-left-css .left-panel-summary-cell {
    border-right: none !important; }
  #Spreadsheets .left-panel-summary-cell {
    height: 35px;
    display: flex;
    flex-direction: row;
    border-right: 2px solid #ccc;
    padding-left: 0 !important;
    top: auto !important;
    bottom: 0px; }
    #Spreadsheets .left-panel-summary-cell .rows {
      padding-left: 8px;
      font-size: 11px;
      font-weight: 500; }
  #Spreadsheets .right-panel-summary-cell {
    display: flex; }
  #Spreadsheets .panel-summary-cell {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2;
    min-height: 35px;
    position: fixed !important;
    left: auto !important;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
    background: #fbfbfb;
    top: calc(100vh - 163px);
    width: inherit;
    overflow: hidden; }
    #Spreadsheets .panel-summary-cell:hover {
      cursor: pointer;
      background: #f2f2f2; }
      #Spreadsheets .panel-summary-cell:hover .summary-cell-info > .info-lable-none {
        visibility: visible; }
    #Spreadsheets .panel-summary-cell .summary-cell-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-lable-none {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8;
        visibility: hidden; }
      #Spreadsheets .panel-summary-cell .summary-cell-info .info-result {
        padding-left: 4px;
        font-size: 12px;
        font-weight: 600;
        margin-right: 2px; }
  #Spreadsheets .panel-summary-cell .rows {
    padding-top: 6px; }
  #Spreadsheets .summary-menu {
    position: absolute;
    min-width: 180px;
    width: 180px;
    overflow-y: auto; }
  #Spreadsheets .summaryLeft-menu {
    top: calc(100vh - 499px) !important; }
  #Spreadsheets .active-user {
    border: 2px solid #c1e4b5 !important; }
    #Spreadsheets .active-user .active-user-tag {
      position: absolute;
      right: -2px;
      top: -19px;
      padding: 0px 10px;
      background: #c1e4b5; }
  #Spreadsheets .movable-row {
    border-bottom: 2px solid #CC5500 !important;
    border-top: 2px solid #CC5500 !important; }
  #Spreadsheets .movable-first-row {
    border-left: 2px solid #CC5500 !important; }
  #Spreadsheets .movable-last-row {
    border-right: 2px solid #CC5500 !important; }
  #Spreadsheets .panel-row {
    width: 100%;
    contain: layout;
    border-right: 1px solid #dde1e3;
    border-bottom: 1px solid #dde1e3;
    position: relative;
    transition: height 500ms;
    background-color: #fff;
    /*
* Add to hanlde firs column cell issue on date column
*/ }
    #Spreadsheets .panel-row .panel-cell {
      display: flex;
      height: inherit;
      padding: 0 6px;
      font-size: 13px;
      position: relative;
      overflow: hidden;
      border: 1px solid transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      #Spreadsheets .panel-row .panel-cell .title-field {
        display: flex;
        align-items: center; }
        #Spreadsheets .panel-row .panel-cell .title-field .sync-icon {
          color: #555555;
          position: absolute;
          bottom: 5px;
          left: 17px;
          z-index: 100000;
          font-size: 10px; }
      #Spreadsheets .panel-row .panel-cell .api-title-field {
        display: flex; }
      #Spreadsheets .panel-row .panel-cell .column-name {
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      #Spreadsheets .panel-row .panel-cell .column-actions {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      #Spreadsheets .panel-row .panel-cell .column-notification {
        fill: #555555 !important; }
      #Spreadsheets .panel-row .panel-cell .column-description {
        font-size: 10px;
        display: inline-block;
        opacity: 0.5; }
        #Spreadsheets .panel-row .panel-cell .column-description:hover {
          opacity: 0.8; }
      #Spreadsheets .panel-row .panel-cell .warningIcon-content {
        display: flex;
        align-items: center;
        margin-left: 2px;
        width: 14px; }
        #Spreadsheets .panel-row .panel-cell .warningIcon-content .warningSign-icon {
          width: 16px;
          height: 16px;
          color: #dc043b;
          fill: none;
          margin: 0; }
      #Spreadsheets .panel-row .panel-cell .column-menu-dropdown {
        height: 26px; }
      #Spreadsheets .panel-row .panel-cell .move-btn {
        opacity: 0.5;
        cursor: default;
        position: absolute;
        right: 24px;
        top: 8px; }
      #Spreadsheets .panel-row .panel-cell p {
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        word-wrap: break-word;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        color: #000000;
        white-space: pre-line !important; }
      #Spreadsheets .panel-row .panel-cell .number-align {
        display: flex !important;
        justify-content: flex-end; }
      #Spreadsheets .panel-row .panel-cell .number-date-column {
        justify-content: left; }
      #Spreadsheets .panel-row .panel-cell span {
        display: contents;
        flex-wrap: wrap;
        align-items: flex-start;
        height: inherit;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        padding-top: 2px;
        word-wrap: break-word;
        z-index: 1;
        color: #000000; }
      #Spreadsheets .panel-row .panel-cell .warningSign-content {
        display: flex;
        align-items: center;
        width: 16px;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 8px 0 !important;
        margin: 0 26px 0 0 !important;
        color: #dc043b !important; }
        #Spreadsheets .panel-row .panel-cell .warningSign-content .warningSign-info {
          display: flex;
          align-items: center;
          font-size: 13px;
          width: auto !important;
          height: auto !important; }
          #Spreadsheets .panel-row .panel-cell .warningSign-content .warningSign-info:hover {
            background: none !important; }
          #Spreadsheets .panel-row .panel-cell .warningSign-content .warningSign-info .warningSign-icon {
            width: 16px;
            height: 16px;
            color: #dc043b;
            fill: none;
            margin: 0; }
      #Spreadsheets .panel-row .panel-cell .headerDropdown-content {
        display: flex;
        align-items: center;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0 6px 0 4px !important;
        text-align: center;
        cursor: pointer;
        transition: .085s all ease-in; }
        #Spreadsheets .panel-row .panel-cell .headerDropdown-content .arrowDown-icon {
          margin: 0; }
    #Spreadsheets .panel-row input.input {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: -webkit-fill-available;
      width: -moz-available;
      width: 100%;
      z-index: 1;
      background: #fff;
      border: 2px solid #0096FF;
      border-radius: 4px;
      outline: none;
      padding: 6px;
      box-shadow: none;
      line-height: 20px;
      font-size: 13px; }
    #Spreadsheets .panel-row .panel-cell-expand {
      display: flex;
      align-items: center;
      position: relative; }
      #Spreadsheets .panel-row .panel-cell-expand svg.favourite {
        position: absolute;
        left: 1px; }
      #Spreadsheets .panel-row .panel-cell-expand svg.bars {
        position: relative;
        margin-left: -4px;
        margin-top: 4px;
        cursor: grab;
        cursor: -moz-grab;
        cursor: -webkit-grab;
        font-size: 18px;
        color: #909090;
        opacity: 0.3; }
      #Spreadsheets .panel-row .panel-cell-expand .color-formating-colorline {
        border-left: 8px solid white;
        height: 20px;
        border-radius: 10px;
        margin-right: 4px; }
      #Spreadsheets .panel-row .panel-cell-expand .txt-count {
        position: relative;
        margin-left: -4px;
        margin-top: 0px;
        min-width: 35px;
        max-width: 35px;
        text-align: center;
        color: #707070;
        display: flex; }
      #Spreadsheets .panel-row .panel-cell-expand .expand {
        position: relative;
        cursor: pointer;
        left: 2px;
        border-radius: 10px; }
        #Spreadsheets .panel-row .panel-cell-expand .expand i {
          height: 17px;
          color: #0096FF; }
        #Spreadsheets .panel-row .panel-cell-expand .expand .comment-count {
          height: auto;
          min-width: 18px;
          width: auto;
          padding: 1px;
          text-align: center;
          color: #0096FF;
          background-color: #f2f2f2;
          border-radius: 25px; }
          #Spreadsheets .panel-row .panel-cell-expand .expand .comment-count:hover {
            background-color: #d0f0fd; }
    #Spreadsheets .panel-row .panel-cell.selected-cell {
      border: 2px solid #0096FF;
      border-radius: 2px; }
      #Spreadsheets .panel-row .panel-cell.selected-cell::selection {
        background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.active-rowx p::selection {
      background: #ceddf3; }
    #Spreadsheets .panel-row .panel-cell.selected-row {
      background: rgba(0, 150, 255, 0.09) !important; }
    #Spreadsheets .panel-row .panel-cell .selectDrag {
      content: '';
      position: absolute;
      border: 1px solid #0096FF;
      background: #0096FF;
      height: 8px;
      width: 8px;
      border-radius: 1px;
      bottom: -0.5px;
      right: -1px;
      z-index: 1;
      cursor: crosshair; }
    #Spreadsheets .panel-row .panel-cell.multi-selected {
      background-color: rgba(0, 150, 255, 0.2) !important; }
    #Spreadsheets .panel-row .panel-cell.DropaBle {
      background: gray;
      opacity: 0.5; }
    #Spreadsheets .panel-row .panel-cell.cell-filling {
      background-color: rgba(33, 33, 33, 0.1) !important; }
    #Spreadsheets .panel-row .panel-cell.search-matched {
      background-color: rgba(255, 185, 0, 0.1); }
    #Spreadsheets .panel-row .panel-cell.filter-matched {
      background-color: #b2d48f45; }
    #Spreadsheets .panel-row .panel-cell.sort-matched {
      background-color: rgba(230, 246, 255, 0.5); }
    #Spreadsheets .panel-row .panel-cell.group-level-matched {
      background-color: rgba(203, 195, 227, 0.5); }
    #Spreadsheets .panel-row .panel-cell.search-selected {
      background-color: rgba(255, 185, 0, 0.5) !important; }
    #Spreadsheets .panel-row .panel-cell.border-top {
      border-top: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-bottom {
      border-bottom: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-left {
      border-left: 1px solid #0096FF; }
    #Spreadsheets .panel-row .panel-cell.border-right {
      border-right: 1px solid #0096FF; }
    #Spreadsheets .panel-row .static-cell {
      min-width: 75px;
      border-right: 0;
      text-align: left;
      padding-left: 6px;
      cursor: default; }
    #Spreadsheets .panel-row .last-cell {
      width: 100%;
      border-right: 0; }
    #Spreadsheets .panel-row .number-cell {
      text-align: right;
      display: flex;
      justify-content: flex-end; }
    #Spreadsheets .panel-row .number-rollup {
      display: block; }
    #Spreadsheets .panel-row .number-date-column {
      justify-content: flex-start; }
    #Spreadsheets .panel-row .panel-first-cell-expandopen {
      border-right: 0; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen span {
        color: blue !important;
        cursor: pointer !important; }
      #Spreadsheets .panel-row .panel-first-cell-expandopen p {
        color: blue !important;
        cursor: pointer !important; }
    #Spreadsheets .panel-row .flex-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-flex: 1 1 auto;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
    #Spreadsheets .panel-row .icon-cell span {
      display: inline-block; }
    #Spreadsheets .panel-row .icon-cell svg {
      margin-right: 6px; }
  #Spreadsheets .selected-row {
    background: rgba(0, 150, 255, 0.09) !important; }
  #Spreadsheets .panel-data {
    position: relative;
    margin-top: 33px; }
  #Spreadsheets .no-row-found {
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8; }
  #Spreadsheets .remove-effect {
    border-right: none !important;
    box-shadow: none !important; }
  #Spreadsheets .left-panel {
    position: absolute !important;
    top: 0;
    left: 0;
    display: inline-block;
    z-index: 11;
    transform: none !important;
    min-height: 100%;
    background: #f6f6f6;
    border-right: 2px solid #ccc; }
    #Spreadsheets .left-panel .panel-head {
      border-right: 1px solid #bfc1c2;
      position: fixed !important; }
    #Spreadsheets .left-panel .panel-head-not-stick {
      position: absolute; }
  #Spreadsheets .cell-field-typer input {
    width: calc(100% - 59px) !important;
    left: 59px !important; }
  #Spreadsheets .divider {
    cursor: e-resize;
    position: absolute;
    top: 32px;
    right: -4px;
    height: 100%;
    width: 20px;
    display: inline-block;
    z-index: 1000; }
    #Spreadsheets .divider:after {
      content: '';
      position: absolute;
      right: 4px;
      width: 2px;
      height: 100%; }
    #Spreadsheets .divider .divider-thumb {
      position: absolute;
      right: -0px;
      width: 8px;
      height: 50px;
      border-radius: 4px;
      background: #123763;
      visibility: hidden; }
    #Spreadsheets .divider:hover:after {
      background: #123763; }
    #Spreadsheets .divider:hover .divider-thumb {
      visibility: visible; }
  #Spreadsheets .column-header .add-column-header .add-column {
    height: 33px;
    cursor: pointer;
    opacity: 0.6; }
    #Spreadsheets .column-header .add-column-header .add-column:hover {
      opacity: 1; }
  #Spreadsheets .column-header .add-new-col {
    width: 100px;
    text-align: center;
    background: transparent !important;
    border-right: 0 !important;
    position: relative !important; }
    #Spreadsheets .column-header .add-new-col .tooltip {
      display: none;
      position: absolute;
      z-index: 1000;
      left: 67px;
      top: 43px;
      background: #fff;
      padding: 6px;
      color: #555555;
      border-radius: 5px;
      border: 2px solid #ccc; }
    #Spreadsheets .column-header .add-new-col:hover .tooltip {
      display: block; }
  #Spreadsheets .right-panel-wrapper {
    position: absolute;
    z-index: 0;
    min-height: 100%; }
    #Spreadsheets .right-panel-wrapper::-webkit-scrollbar {
      width: 0px;
      display: none;
      background: transparent; }
    #Spreadsheets .right-panel-wrapper .panel-header {
      background: #e6e6e6; }
    #Spreadsheets .right-panel-wrapper .right-panel-column {
      float: left;
      min-height: 100%; }
  #Spreadsheets .fix-add-row {
    position: fixed;
    bottom: 35px;
    left: 0;
    z-index: 100000;
    border: 1px solid #dde1e3 !important; }
  #Spreadsheets .add-row-header {
    height: 32px;
    cursor: pointer;
    background: #fff; }
    #Spreadsheets .add-row-header .add-row {
      height: 30px;
      cursor: pointer;
      font-weight: 600;
      border: 0;
      opacity: 0.6; }
    #Spreadsheets .add-row-header:hover {
      background-color: #e7e7e7 !important; }
      #Spreadsheets .add-row-header:hover .add-row {
        opacity: 1; }
  #Spreadsheets .DragCoverElement {
    height: 100vh;
    width: 200px;
    position: absolute;
    z-index: 15;
    display: none;
    background: #000;
    opacity: 0.2; }
  #Spreadsheets .verticalLine {
    position: absolute;
    z-index: 15;
    display: none;
    width: 0px;
    height: 100vh;
    background: #000;
    opacity: 0.6; }

.pop-desc {
  border: 1px solid #ddd;
  height: 16px !important;
  width: 16px !important;
  background: #f8f8f8;
  font-size: 10px !important;
  border-radius: 22px; }

#editFieldProperty {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  #editFieldProperty .sync-sec {
    display: flex;
    align-items: center;
    margin: 6px 0px 5px 0px; }
  #editFieldProperty #inputID::-moz-selection {
    background-color: #d6e6fd; }
  #editFieldProperty #inputID::selection {
    background-color: #d6e6fd; }
  #editFieldProperty .editfield-input {
    height: 32px; }
    #editFieldProperty .editfield-input:hover {
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #editFieldProperty .btn-action {
    display: flex;
    flex-direction: row;
    width: inherit !important;
    margin-left: 0px !important;
    align-items: center;
    margin: 5px 0px 0px 0px; }
    #editFieldProperty .btn-action .btn-cancel {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      background: transparent;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 12px;
      border-radius: 6px;
      color: #333;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #editFieldProperty .btn-action .btn-cancel:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #editFieldProperty .btn-action .btn-apply {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      margin: 0 0 0 8px;
      padding: 0 12px;
      border-radius: 6px;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #editFieldProperty .btn-action .btn-apply .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #editFieldProperty .btn-action .btn-apply:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #editFieldProperty .btn-action .btn-apply:focus {
        border: none; }
    #editFieldProperty .btn-action .btn-loading {
      height: 32px;
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      max-width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      margin: 0 0 0 8px;
      padding: 0 12px;
      border-radius: 6px;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #editFieldProperty .btn-action .btn-loading:focus {
        border: none; }
    #editFieldProperty .btn-action .add-btn {
      display: flex;
      align-items: center;
      cursor: pointer; }
      #editFieldProperty .btn-action .add-btn .btn-description {
        background: none;
        padding: 0px !important; }
        #editFieldProperty .btn-action .add-btn .btn-description .add-content {
          font-size: 13px;
          color: #333333;
          align-items: center;
          display: flex; }
  #editFieldProperty .render-box {
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 0px 2px 0px; }
    #editFieldProperty .render-box .rta__autocomplete {
      top: 22px;
      border: 1px solid #ccc;
      left: -264px;
      border-radius: 7px; }
      #editFieldProperty .render-box .rta__autocomplete ul {
        list-style: none; }
        #editFieldProperty .render-box .rta__autocomplete ul .rta__item--selected {
          background: #d4d3d3;
          border-radius: 5px; }
        #editFieldProperty .render-box .rta__autocomplete ul .rta__item {
          cursor: pointer;
          padding: 5px;
          border-radius: 5px; }
    #editFieldProperty .render-box .color-picker-btn {
      display: flex;
      flex-wrap: wrap; }
      #editFieldProperty .render-box .color-picker-btn .item {
        height: 25px;
        width: 25px;
        margin: 5px;
        border-radius: 5px; }
        #editFieldProperty .render-box .color-picker-btn .item:hover {
          transform: scale(1.1); }
      #editFieldProperty .render-box .color-picker-btn .active {
        transform: scale(1.1); }
    #editFieldProperty .render-box .icon-picker-btn {
      display: flex;
      flex-wrap: wrap; }
      #editFieldProperty .render-box .icon-picker-btn .item {
        margin: 5px;
        border-radius: 5px; }
        #editFieldProperty .render-box .icon-picker-btn .item:hover {
          transform: scale(1.1); }
      #editFieldProperty .render-box .icon-picker-btn .active {
        transform: scale(1.1); }
    #editFieldProperty .render-box span .desc {
      font-size: 13px;
      line-height: 18px;
      color: #4d4d4d;
      opacity: .75;
      cursor: text; }
    #editFieldProperty .render-box span .notify-toggle #RadioToggle label {
      color: #4d4d4d; }
  #editFieldProperty .render-box-css .desc {
    font-size: 13px;
    padding: 4px 10px; }
  #editFieldProperty .render-box-css .duration-field {
    margin-top: 0px !important;
    padding: 0; }
  #editFieldProperty .default-select input {
    padding: 0px !important;
    border: none !important;
    box-shadow: none !important; }
  #editFieldProperty .default-select .css-1okebmr-indicatorSeparator {
    display: none; }
  #editFieldProperty input,
  #editFieldProperty .input,
  #editFieldProperty textarea {
    width: -webkit-fill-available;
    width: -moz-available;
    padding: 8px !important;
    margin: 4px 0 !important;
    outline: none !important;
    color: #444;
    border: none !important;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important; }
    #editFieldProperty input:focus,
    #editFieldProperty .input:focus,
    #editFieldProperty textarea:focus {
      border: 2px solid #1987D4 !important; }
    #editFieldProperty input::selection,
    #editFieldProperty .input::selection,
    #editFieldProperty textarea::selection {
      background: #ceddf3; }
  #editFieldProperty .dropdown-api {
    margin-top: 6px;
    border: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center; }
    #editFieldProperty .dropdown-api input {
      margin: 0 !important; }
    #editFieldProperty .dropdown-api:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #editFieldProperty .dropdown-api:focus {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #editFieldProperty .dropdown-api:focus-visible {
      outline: none !important; }
    #editFieldProperty .dropdown-api .menu {
      border: none;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
    #editFieldProperty .dropdown-api i {
      font-size: 15px;
      color: darkgrey !important;
      padding: 8px !important; }
  #editFieldProperty select {
    cursor: pointer;
    margin-top: 6px;
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
    #editFieldProperty select:hover {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25) !important; }
    #editFieldProperty select:focus {
      box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
    #editFieldProperty select:focus-visible {
      outline: none !important; }
  #editFieldProperty .Select-input > input {
    padding: 0px !important;
    margin: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 4px;
    box-shadow: none !important; }
  #editFieldProperty .dropdown input {
    border: none !important;
    border-radius: none !important;
    box-shadow: none !important; }
  #editFieldProperty select {
    height: 36px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='darkgray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    padding: 0.4rem; }
  #editFieldProperty .svg-help {
    margin-right: 5px; }
  #editFieldProperty .svg-help:hover {
    fill: #2652ae; }
  #editFieldProperty .fieldtype-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    height: 32px;
    font-size: 13px; }
    #editFieldProperty .fieldtype-header .svg-help:hover {
      fill: #333333; }
  #editFieldProperty .field-select {
    position: absolute;
    right: 10px;
    left: 10px;
    border-radius: 4px;
    z-index: 15;
    overflow: auto;
    border-radius: 4px;
    background-color: #fff;
    overflow-y: scroll;
    max-height: calc(100vh - 272px); }
    #editFieldProperty .field-select ul {
      list-style: none;
      padding: 0; }
      #editFieldProperty .field-select ul li {
        padding: 0 10px;
        height: 32px;
        font-size: 13px;
        border: 1px solid #fff; }
        #editFieldProperty .field-select ul li svg:first-child {
          margin-right: 6px; }
        #editFieldProperty .field-select ul li:hover {
          background-color: rgba(0, 150, 255, 0.3); }
    #editFieldProperty .field-select::-webkit-scrollbar {
      width: 4px; }
  #editFieldProperty .conversion-wrapper {
    background-color: transparent; }
  #editFieldProperty .conversionModal {
    width: 500px; }
    #editFieldProperty .conversionModal h2 {
      margin-bottom: 4%; }
    #editFieldProperty .conversionModal .field-box {
      margin-bottom: 4%;
      background-color: transparent;
      border: 0; }
      #editFieldProperty .conversionModal .field-box p {
        margin-bottom: 7px;
        font-size: 14px; }
      #editFieldProperty .conversionModal .field-box kbd {
        border: 1px solid gray;
        background: whitesmoke;
        border-radius: 5px;
        padding: 2px;
        border-bottom-width: 2px;
        font-size: 10px;
        margin-left: 1px;
        margin-right: 1px;
        margin-bottom: 0px;
        min-width: 12px;
        padding: 1px 3px; }
    #editFieldProperty .conversionModal .conversionModal-footer {
      text-align: right; }
  #editFieldProperty .api-data p {
    margin: 5px 0px; }
  #editFieldProperty .currencyFieldToggle {
    display: flex;
    align-items: center;
    margin: 10px 0;
    cursor: pointer; }
    #editFieldProperty .currencyFieldToggle .field {
      margin-top: 0px !important; }
    #editFieldProperty .currencyFieldToggle .position-label {
      font-weight: 500; }
    #editFieldProperty .currencyFieldToggle #RadioToggle {
      height: 15px; }

#editModules {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #editModules .title-text {
    background: #f8f8f8;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
    margin-top: 0; }
  #editModules #quill-editor {
    background: #fff; }
    #editModules #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
    #editModules #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }
  #editModules .btn-apply {
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 0 12px;
    margin: 0;
    border-radius: 3px;
    background-color: #166ee1;
    color: #fff;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #editModules .btn-apply .btn-text {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    #editModules .btn-apply:hover {
      background-color: #0267eb !important; }
    #editModules .btn-apply:focus {
      border: none; }

#scrollOverlay {
  position: absolute;
  background-color: #e7e7e7;
  z-index: 2;
  border-radius: 4px;
  left: 0;
  height: 9px;
  right: 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  #scrollOverlay .scroll-bar {
    height: 1px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.28);
    border-radius: 10px;
    position: relative;
    cursor: pointer; }

#ColumnConfigModel,
.right-popup-wrapper {
  position: absolute;
  top: -41px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8; }
  #ColumnConfigModel .overlay,
  .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #ColumnConfigModel .filters,
  #ColumnConfigModel .right-popup,
  .right-popup-wrapper .filters,
  .right-popup-wrapper .right-popup {
    z-index: 2;
    position: absolute;
    right: 0;
    width: min-content;
    min-width: 30em;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.16), 0 3px 4px rgba(0, 0, 0, 0.06), 0 6px 8px rgba(0, 0, 0, 0.06), 0 12px 16px rgba(0, 0, 0, 0.08), 0 18px 32px rgba(0, 0, 0, 0.06);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out; }
  #ColumnConfigModel .title-filter,
  .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-bottom: 1px solid #dde1e3;
    background-color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #4d4d4d; }
    #ColumnConfigModel .title-filter svg,
    .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }

.automation {
  margin-top: 130px;
  z-index: 4; }

#renderBox {
  margin: 10px 0; }

#SelectList .select-main {
  baground: #fff; }

#SelectList .add-todo {
  cursor: pointer;
  textck-align: center;
  background: #fff;
  padding: 0px 0px;
  border-radius: 4px;
  font-size: 13px; }
  #SelectList .add-todo .select-color .color-tab {
    border: 0; }
  #SelectList .add-todo .select-color .color-tab-op {
    z-index: 10;
    width: auto;
    height: 40em; }
    #SelectList .add-todo .select-color .color-tab-op ul {
      flex-wrap: wrap; }
  #SelectList .add-todo input {
    flex: 1;
    box-shadow: none !important; }
  #SelectList .add-todo :hover .hello-main {
    background-color: 0; }

#SelectList i.align-right {
  color: #909090;
  margin: 8px; }
  #SelectList i.align-right:hover {
    color: #E53A40;
    cursor: pointer; }

#SelectList .content {
  width: 100%;
  margin-top: -2px; }
  #SelectList .content .option-text {
    text-overflow: ellipsis;
    max-width: 100% !important;
    overflow: hidden;
    white-space: nowrap;
    width: 307px;
    height: 29px;
    align-items: center;
    box-shadow: none !important;
    display: flex;
    padding: 0 8px !important;
    margin: 4px 0 !important;
    color: #444;
    border-radius: 6px; }
    #SelectList .content .option-text:hover {
      background: #fff;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 3px rgba(0, 0, 0, 0.11), 0px 1px 4px rgba(0, 0, 0, 0.12) !important; }
    #SelectList .content .option-text:focus {
      padding: 5px 0 !important; }

#SelectList .item:hover span {
  color: #212121; }

#SelectList .item:hover {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  width: 100%; }

#SelectList .header {
  font-weight: 400;
  display: flex;
  gap: 5px; }
  #SelectList .header input {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 8px;
    width: 307px;
    height: 29px; }

#SelectList .default-select .Select .Select-control .Select-placeholder {
  margin-top: 2px; }

.edit-description .editfield-label {
  font-size: 11px !important;
  font-weight: 400 !important;
  color: #333 !important;
  opacity: .75; }

.color-box {
  height: 19px;
  width: 19px;
  border-radius: 2px; }

.dragged-row {
  position: absolute;
  background: #fff;
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

.dragged-columns {
  top: 162px;
  bottom: 9px;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  z-index: 1000;
  border: 1px solid #ddd;
  height: 100%;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out; }

.move-line {
  background-color: rgba(0, 150, 255, 0.1) !important; }

.dragged-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  min-width: 100px; }
  .dragged-box .moving-text {
    color: #909090;
    font-size: 12px; }
  .dragged-box .title {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.back-list-select {
  border: 0; }

.context-cell-menu {
  z-index: 100;
  position: absolute;
  max-width: 230px !important; }
  .context-cell-menu .error-label {
    color: #ffffff;
    background: #ff0000ba;
    padding: 2px 4px;
    border-radius: 5px;
    font-size: 9px; }
  .context-cell-menu .disable {
    color: #707070; }
  .context-cell-menu .contex-menu-text {
    font-weight: 400;
    color: #4d4d4d; }
  .context-cell-menu .contex-menu-border {
    border-top: 1px solid #0000000d;
    margin: 8px;
    padding: 0; }
  @media (max-height: 750px) {
    .context-cell-menu {
      top: 130px !important; } }

.ct-datepicker .react-datepicker-wrapper {
  width: 100%; }

.ct-datepicker .react-datepicker__input-container {
  width: 100%; }

.react-datepicker-popper {
  z-index: 1000; }

.fsp-picker {
  z-index: 1001 !important; }
  .fsp-picker .fsp-picker__brand-container {
    display: none !important; }

.ct-checkbox-active {
  border: 2px solid #0096FF;
  border-radius: 4px; }

.warning {
  position: absolute;
  left: 0px;
  z-index: 50;
  background: #fff;
  top: 31px;
  min-width: -moz-min-content;
  border: 1px solid #d4d4d5;
  padding: .833em 1em;
  font-weight: 400;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
  outline: none; }

.refresh-model-root .segment {
  box-shadow: 0 0 0 black; }

.refresh-model-root .provider-details {
  text-align: center; }
  .refresh-model-root .provider-details .header {
    margin: 10px;
    font-size: 32px;
    text-transform: capitalize; }
  .refresh-model-root .provider-details img {
    margin: auto; }
  .refresh-model-root .provider-details .api-info {
    line-height: 1.9em; }
    .refresh-model-root .provider-details .api-info .button {
      vertical-align: bottom;
      margin-left: 5px;
      position: absolute; }

.refresh-model-root .action-btn {
  display: flex; }
  .refresh-model-root .action-btn .button {
    margin: auto; }
  .refresh-model-root .action-btn .ref-btn {
    margin: auto;
    padding: 20px;
    width: 250px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ccc; }
    .refresh-model-root .action-btn .ref-btn:hover {
      background: #dcd7d7; }

.refresh-model-root .error {
  color: red;
  margin-bottom: 12px; }

.HHH {
  float: left;
  background: #fff;
  border: 1px solid; }

.horizontal-scroll {
  -webkit-overflow-scrolling: touch; }

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  padding-right: 0px; }

.react-datepicker__time-list-item {
  white-space: pre; }

.ps__thumb-x {
  height: 10px !important; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 10px !important; }

.ps .ps__rail-x:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-x.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps > .ps__rail-x,
.ps--focus > .ps__rail-x {
  opacity: 0.9;
  z-index: 15;
  height: 10px !important; }

.ps__rail-y {
  z-index: 9; }

.ps__thumb-y {
  width: 10px !important; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 10px !important; }

.ps .ps__rail-y:hover,
.ps .ps__rail-y:focus,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
  width: 10px !important; }

.ps > .ps__rail-y,
.ps--focus > .ps__rail-y {
  opacity: 0.9;
  z-index: 15;
  width: 10px !important; }

#ExpandBox {
  z-index: 8 !important; }

#TitleBar {
  z-index: 7 !important;
  background: white; }

.expandAppExpandBox {
  display: none !important; }

.linkified {
  margin: 0 5; }

.freeze-column-main .freze-column-line {
  border-left: 1px solid #aaa;
  height: 100%;
  position: fixed;
  left: 10%;
  margin-left: -3px;
  top: 0; }
  .freeze-column-main .freze-column-line .freeze-line-underline {
    height: 5%;
    position: fixed;
    left: 10%;
    margin-left: -3px;
    top: 49px;
    border-radius: 3px;
    z-index: 1000;
    border-left: 5px solid #2D7FF9;
    visibility: hidden; }

.freeze-column-main .freze-column-line:hover {
  border-left: 3px solid #aaa;
  cursor: grab; }
  .freeze-column-main .freze-column-line:hover .freeze-line-underline {
    visibility: visible;
    cursor: grab; }

.freeze-column-main .freeze-tooltip .freeze-tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  left: 16px;
  z-index: 1; }

.freeze-column-main .freeze-tooltip:hover .freeze-tooltiptext {
  visibility: visible; }

.hovered-row .square-icon {
  display: flex; }

.hovered-row .number {
  display: none; }

.hovered-row .bars-container {
  opacity: 1; }

.hovered-row .expand-icon {
  display: flex !important; }

.square-icon {
  display: none; }

.bars-container {
  opacity: 0; }

.expand-icon {
  display: none !important; }
  .expand-icon i {
    height: 17px;
    color: #0096FF; }
  .expand-icon .comment-count {
    height: auto;
    min-width: 18px;
    width: auto;
    padding: 1px;
    text-align: center;
    color: #0096FF;
    background-color: #ddd;
    border-radius: 25px; }
    .expand-icon .comment-count:hover {
      background-color: #d0f0fd; }

.add-row-hover {
  display: none; }

.add-row-hoverd {
  display: flex !important; }

.add-column-hover {
  display: none; }

.add-column-hoverd {
  display: flex !important; }

.multiSelectWrap {
  flex-wrap: wrap; }

.active-row.selectWrap {
  cursor: pointer; }

.active-row.multiSelectWrap {
  cursor: pointer; }

.active-row.collaboratorWrap {
  cursor: pointer; }

.active-row.multiCollaboratorWrap {
  cursor: pointer; }

.moveRow {
  visibility: hidden; }

.row-drag {
  visibility: hidden; }

.rowSelect {
  opacity: 0; }

.rowCount {
  visibility: initial; }

.expandRow {
  visibility: hidden; }

.cellRow-bgCss .cell .panel-row {
  background-color: #f8f8f8 !important; }

.cellRow-bgCss > .ghost-row-cell, .ghostRow-bgCss > .ghost-row-cell .ghostRow-bgCss > .add-row, .ghost-row:hover .ghost-row-cell {
  background-color: #e7e7e7 !important; }

.celllock-badge-container {
  position: absolute;
  z-index: 99999;
  top: 0px; }
  .celllock-badge-container .celllock-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 9; }
    .celllock-badge-container .celllock-badge .celllock-box {
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      transform: translate(-7px, -7px);
      border-radius: 50%;
      background: #545454; }
      .celllock-badge-container .celllock-badge .celllock-box .lock-icon {
        width: 8px;
        height: 8px;
        opacity: .6;
        color: white;
        fill: white; }

.ghost-row {
  position: absolute;
  cursor: pointer; }
  .ghost-row .ghost-row-cell {
    height: 32px;
    border-bottom: 1px solid #dde1e3;
    background: #fff;
    position: absolute; }

#testingRow {
  background-color: #fff;
  border-right: 1px solid #dde1e3; }
  #testingRow:hover {
    background-color: #e7e7e7;
    cursor: pointer; }

.ghost-column {
  display: none; }

#gridCotainer .row.hover .moveRow {
  visibility: initial; }

#gridCotainer .row.hover .rowSelect {
  opacity: 1; }

#gridCotainer .row.hover .rowCount {
  visibility: hidden; }

#gridCotainer .row.hover .expandRow {
  visibility: initial; }

#gridCotainer .ghost-row.hover {
  display: flex; }

#gridCotainer .right-pane.ghost-column-hover .ghost-column {
  display: block; }

#gridCotainer .right-pane .right-pane-row-main {
  position: absolute;
  display: table-row-group;
  top: 33px; }

#gridCotainer .celllock-badge-container {
  position: absolute;
  z-index: 99999;
  top: 0px; }
  #gridCotainer .celllock-badge-container .celllock-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 9; }
    #gridCotainer .celllock-badge-container .celllock-badge .celllock-box {
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      transform: translate(-7px, -7px);
      border-radius: 50%;
      background: #545454; }
      #gridCotainer .celllock-badge-container .celllock-badge .celllock-box .lock-icon {
        width: 8px;
        height: 8px;
        opacity: .6;
        color: white;
        fill: white; }

#gridCotainer .celllock-tooltip .celllock-tooltiptext {
  height: min-content;
  text-align: left; }
  #gridCotainer .celllock-tooltip .celllock-tooltiptext .celllock-desc {
    font-size: 13px;
    line-height: 1.3 !important; }
  #gridCotainer .celllock-tooltip .celllock-tooltiptext .lock-access {
    color: white !important;
    opacity: .6;
    font-size: 11px !important; }

.liveCollaboratorText {
  position: absolute;
  right: 6px;
  top: 4px;
  z-index: 1; }

.delete-column-heading, .are-you-sure-text, .please-click-message {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.are-you-sure-message, .generic-class {
  font-weight: 600 !important;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

.are-you-sure-want-to-delete-records {
  margin-top: 10px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

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

.conversionModal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .conversionModal-footer .conversion-btn {
    margin-right: 16px;
    color: #4d4d4d;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer; }
  .conversionModal-footer .conversion-cancel {
    opacity: .75; }
    .conversionModal-footer .conversion-cancel:hover {
      opacity: 1; }
  .conversionModal-footer .conversion-save {
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
    padding: 0 12px;
    margin: 0;
    border-radius: 6px;
    background-color: #166ee1;
    color: #fff;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    .conversionModal-footer .conversion-save .btn-text {
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .conversionModal-footer .conversion-save:hover {
      background-color: #166ee1;
      color: #fff;
      font-weight: 500; }
    .conversionModal-footer .conversion-save:focus {
      border: none; }

#Spreadsheets .panel-row .panel-cell .celllock-badge-container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden; }
  #Spreadsheets .panel-row .panel-cell .celllock-badge-container .celllock-badge {
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 9; }
    #Spreadsheets .panel-row .panel-cell .celllock-badge-container .celllock-badge .celllock-box {
      display: flex;
      text-align: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      transform: translate(-7px, -7px);
      border-radius: 50%;
      background: #545454; }
      #Spreadsheets .panel-row .panel-cell .celllock-badge-container .celllock-badge .celllock-box .lock-icon {
        width: 8px;
        height: 8px;
        opacity: .6;
        color: white;
        fill: white; }

#Spreadsheets .panel-row .panel-cell.selected-cell .celllock-content {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 9; }
  #Spreadsheets .panel-row .panel-cell.selected-cell .celllock-content .celllock-data {
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    transform: translate(-7px, -7px);
    border-radius: 50%;
    background: #545454; }
    #Spreadsheets .panel-row .panel-cell.selected-cell .celllock-content .celllock-data .lock-icon {
      width: 8px;
      height: 8px;
      opacity: .6;
      color: white;
      fill: white; }

.celllock-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 2px -12px 0 22px !important; }
  .celllock-popup .celllock-tooltiptext .celllock-desc {
    font-size: 13px;
    line-height: 1.3 !important; }
  .celllock-popup .celllock-tooltiptext .lock-access {
    color: white !important;
    opacity: .6;
    font-size: 11px !important; }

.celllock-popup-primary {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 0 -78px 0 22px !important; }
  .celllock-popup-primary .celllock-tooltiptext .celllock-desc {
    font-size: 13px;
    line-height: 1.3 !important; }
  .celllock-popup-primary .celllock-tooltiptext .lock-access {
    color: white !important;
    opacity: .6;
    font-size: 11px !important; }

.custom-toast-info {
  width: max-content; }

@media only screen and (min-width: 992px) {
  .multimenucolumnsModal {
    width: 28% !important; } }

@media only screen and (max-width: 992px) {
  .multimenucolumnsModal {
    width: 300px !important; } }

#OverlimitModal {
  border-radius: 6px;
  background-color: #fff;
  padding-top: 32px;
  line-height: 1.5;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #OverlimitModal .overlimit-content {
    padding: 0 32px 0 32px;
    margin-bottom: 32px; }
    #OverlimitModal .overlimit-content .overlimit-header {
      margin-bottom: 16px; }
      #OverlimitModal .overlimit-content .overlimit-header .header-h2 {
        display: flex;
        align-items: center;
        font-size: 24px;
        font-weight: normal; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .header-text {
          font-weight: 600;
          color: #4d4d4d; }
        #OverlimitModal .overlimit-content .overlimit-header .header-h2 .upgrade-icon {
          margin-left: 8px;
          color: #166ee1;
          fill: #166ee1; }
    #OverlimitModal .overlimit-content .plan-data-content {
      display: grid;
      grid-auto-columns: 1fr; }
      #OverlimitModal .overlimit-content .plan-data-content .currentplan-content {
        grid-area: 4 / 1;
        padding: 16px 16px 32px 0; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px; }
          #OverlimitModal .overlimit-content .plan-data-content .currentplan-content .currentplan-info .check-icon {
            margin-right: 6px; }
      #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content {
        grid-area: 4 / 2;
        background: #f1f5ff;
        padding: 16px 16px 32px;
        border-radius: 14px; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-header {
          font-size: 16px;
          font-weight: 675;
          margin-bottom: 8px;
          color: #4d4d4d;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-desc {
          margin-bottom: 16px;
          font-size: 16px;
          cursor: text; }
        #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info {
          display: flex;
          align-items: center;
          margin-bottom: 2px;
          padding-bottom: 4px;
          font-size: 11px;
          color: #4d4d4d; }
          #OverlimitModal .overlimit-content .plan-data-content .upgradeplan-content .upgradeplan-info .check-icon {
            margin-right: 6px; }
    #OverlimitModal .overlimit-content .overlimit-footer {
      margin: 32px 0 8px 0;
      text-align: center; }
      #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn {
        font-weight: 500;
        height: 32px;
        font-size: 13px;
        line-height: 22px;
        max-width: 100%;
        width: 33.33333%;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #166ee1;
        color: white;
        padding: 0 12px;
        margin-bottom: 16px;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
        #OverlimitModal .overlimit-content .overlimit-footer .upgrade-btn .upgrade-btn-text {
          transform: translateY(-0.5px); }
      #OverlimitModal .overlimit-content .overlimit-footer .learnmore-btn a {
        color: #333;
        cursor: pointer;
        font-size: 13px;
        line-height: 1.5; }

#convertColumnModal .btn-cancel {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 6px;
  color: #333;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
  #convertColumnModal .btn-cancel:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.btn-apply {
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 0 12px;
  margin: 0;
  border-radius: 3px;
  background-color: #166ee1;
  color: #fff;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  .btn-apply .btn-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .btn-apply:hover {
    background-color: #0267eb !important; }
  .btn-apply:focus {
    border: none; }

#DeleteRecordsModal {
  padding: 32px; }
  #DeleteRecordsModal .modal-header {
    margin-bottom: 16px;
    line-height: 1.25;
    font-size: 21px;
    font-weight: 500;
    color: #1f1f1f; }
  #DeleteRecordsModal .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 24px 0 -4px; }
    #DeleteRecordsModal .modal-footer .modal-btn {
      height: 32px;
      font-size: 13px;
      line-height: 22px;
      border: 0;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin: 0 8px 0 0 !important;
      padding: 0 12px;
      border-radius: 6px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
      #DeleteRecordsModal .modal-footer .modal-btn .btn-text {
        transform: translateY(-0.5px);
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
        font-weight: 500; }
    #DeleteRecordsModal .modal-footer .modal-cancel-btn {
      background-color: transparent;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #DeleteRecordsModal .modal-footer .modal-cancel-btn:hover {
        background: none;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    #DeleteRecordsModal .modal-footer .modal-delete-btn {
      margin-right: 0px;
      font-weight: 500;
      color: #fff;
      background-color: #166ee1;
      box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
      #DeleteRecordsModal .modal-footer .modal-delete-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.modal-footermodal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 24px 0 -4px; }
  .modal-footermodal-footer .modal-btn {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0 !important;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    .modal-footermodal-footer .modal-btn .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  .modal-footermodal-footer .modal-cancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footermodal-footer .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footermodal-footer .modal-delete-btn {
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footermodal-footer .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.columnName-error-message {
  cursor: text;
  font-size: 11px;
  font-weight: 500;
  margin-top: 8px;
  color: #dc043b;
  animation-name: bounceIn;
  animation-duration: 240ms; }

@keyframes bounceIn {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    transform: scale3d(1, 1, 1); } }

.errorTablename-popup {
  padding: 8px !important;
  background: #dc043b !important;
  color: #fff !important;
  font-size: 13px !important;
  min-width: fit-content !important;
  max-width: fit-content !important;
  margin-top: 8px !important;
  position: absolute;
  z-index: 1900;
  border: 1px solid #D4D4D5;
  line-height: 1.4285em;
  font-weight: normal;
  font-style: normal;
  border-radius: 0.28571429rem;
  box-shadow: 0px 2px 4px 0px rgba(34, 36, 38, 0.12), 0px 2px 10px 0px rgba(34, 36, 38, 0.15); }
  .errorTablename-popup::before {
    background: #dc043b !important;
    top: -0.30714286em;
    left: 50%;
    right: auto;
    bottom: auto;
    position: absolute;
    content: '';
    box-shadow: -1px -1px 0px 0px #bababc !important;
    position: absolute;
    content: '';
    width: 0.71428571em;
    height: 0.71428571em;
    transform: rotate(45deg);
    z-index: 2; }

.spreadsheetsContent-box {
  z-index: 4 !important; }

.ghostAddrow-popup {
  padding: 4px 8px !important;
  color: #1d1f25 !important;
  font-size: 13px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
  margin: 5px 0 0 0 !important;
  max-width: fit-content !important;
  border: none !important;
  line-height: 18px !important;
  animation-duration: 5s !important; }

.ghostRow-popup {
  padding: 4px 8px !important;
  color: #1d1f25 !important;
  font-size: 13px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
  margin-top: 36px !important;
  max-width: fit-content !important;
  border: none !important;
  line-height: 18px !important;
  animation-duration: 5s !important; }

.looupColumnAlert-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 3px 0 0 0px !important;
  max-width: 296px !important;
  font-size: 13px !important; }
  .looupColumnAlert-popup .content {
    line-height: 1.3 !important; }
.multiline-warp {
  line-height: 1.5;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .multiline-warp span {
    white-space: pre-line !important; }

.attachment-drag-celledit .drop-file-content {
  display: none;
  margin: auto; }
  .attachment-drag-celledit .drop-file-content p {
    font-size: 14.5px;
    font-weight: 600; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx {
  background: #f5f5f5;
  justify-content: center;
  display: flex;
  align-items: center; }

.attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx-item {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add-text {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .add {
  visibility: hidden; }

.attachment-drag-celledit .file-drop-dragging-over-frame .drop-file-content {
  display: block; }

.attachment-bx {
  font-size: 11px;
  height: inherit !important;
  padding-top: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  width: -webkit-fill-available;
  align-items: center; }
  .attachment-bx .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    align-items: center;
    display: flex;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px; }
  .attachment-bx .add-text {
    margin-top: 5px;
    margin-right: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin: auto 8px;
    overflow: hidden; }
  .attachment-bx ul {
    display: inline;
    height: inherit; }
  .attachment-bx li {
    display: flex;
    float: left;
    height: inherit; }
    .attachment-bx li img {
      position: relative;
      max-height: 80%;
      width: auto;
      margin: auto 3px;
      max-width: 100px;
      height: inherit;
      border: 2px solid transparent; }
      .attachment-bx li img:hover {
        border: 2px solid #0096FF; }
  .attachment-bx .delete-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: #212121;
    color: white;
    text-align: center;
    text-transform: none;
    border-radius: 4px;
    font-size: 12px !important;
    margin-left: 8px;
    padding: 0 8px;
    position: absolute;
    z-index: 1;
    padding-left: 7px;
    padding-right: 7px;
    bottom: 50%;
    left: unset; }
  .attachment-bx .delete-tooltip:hover .tooltiptext {
    visibility: visible; }
  .attachment-bx .attachment-bx-item .remove-icon {
    padding: 2px;
    position: absolute;
    margin-left: -25px;
    margin-top: 7px;
    border-radius: 0px; }
  .attachment-bx .img-data {
    position: relative;
    width: auto;
    max-width: 100px;
    height: -webkit-fill-available;
    margin-right: 5px;
    max-height: 38px;
    border-radius: 4px;
    border: 2px solid #d8d7d7de; }
    .attachment-bx .img-data:hover {
      border: 2px solid #0096FF; }
  .attachment-bx span:first-child {
    min-width: 16px; }
  .attachment-bx span:nth-child(2) {
    margin: 0 auto;
    color: #909090; }
  .attachment-bx .attachment-loader {
    margin: 0px 8px 0px 0px; }

.attachment-filr-drag {
  width: 100%;
  height: 100%; }
  .attachment-filr-drag .drop-zone {
    width: 100%;
    height: 100%;
    border: 2px dashed #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease;
    position: relative;
    text-align: center;
    font-size: 11px;
    color: grey;
    font-weight: 400;
    border-radius: 3px; }
  .attachment-filr-drag .drop-file-content {
    display: none;
    width: auto;
    height: auto;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .attachment-filr-drag .drop-file-content p {
      font-size: 14.5px;
      font-weight: 600; }
  .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx {
    background: #f5f5f5;
    justify-content: center;
    display: none;
    align-items: center; }
  .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx-item {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .add-text {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .add {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .img-data {
    visibility: hidden; }
  .attachment-filr-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  .attachment-filr-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    .attachment-filr-drag .file-drop-target .file-logo {
      display: none; }

.ct-checkbox {
  position: absolute !important;
  text-align: center;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 2px solid transparent;
  outline: none;
  padding: 6px; }

.tab-select-bx {
  margin: 0 2px; }

.collaborator-dropdown {
  display: inline-flex;
  flex: 1 1 auto; }
  .collaborator-dropdown .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px;
    margin: auto 5px auto 0px; }
    .collaborator-dropdown .add:hover {
      background: #d2d2da;
      opacity: 0.9; }
  .collaborator-dropdown .multi-collaborator {
    display: flex;
    align-items: center; }
  .collaborator-dropdown .select-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .collaborator-dropdown .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .collaborator-dropdown .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .collaborator-dropdown .select-cell .css-b8ldur-Input {
      caret-color: black !important; }
    .collaborator-dropdown .select-cell .Select {
      z-index: 2;
      min-height: 30px; }
      .collaborator-dropdown .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .collaborator-dropdown .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        border: 2px solid #0096ff;
        border-radius: 4px;
        z-index: 1 !important; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          padding-left: 5px;
          min-height: 30px; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding: 5px; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-input {
          height: 18px;
          padding: 0px !important;
          vertical-align: middle;
          margin: auto 0; }
        .collaborator-dropdown .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .collaborator-dropdown .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .collaborator-dropdown .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .collaborator-dropdown .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: max-content;
      min-width: 100%; }
      .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px;
        width: 100%;
        min-width: max-content; }
      .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
    .collaborator-dropdown .select-cell .links-bx {
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px; }
      .collaborator-dropdown .select-cell .links-bx .links-bx-link {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: 115px; }
      .collaborator-dropdown .select-cell .links-bx .icon-expand {
        position: absolute;
        right: 5px;
        top: 10px; }
    .collaborator-dropdown .select-cell .api-data {
      border: 2px solid #0096ff;
      border-radius: 4px;
      max-width: 500px;
      overflow: scroll;
      padding: 5px; }
  .collaborator-dropdown .collaborator-cell {
    min-width: 250px; }
    .collaborator-dropdown .collaborator-cell .css-1wcnc71-control, .collaborator-dropdown .collaborator-cell .css-737pto-control {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1); }
    .collaborator-dropdown .collaborator-cell .css-737pto-control {
      box-shadow: none;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
      .collaborator-dropdown .collaborator-cell .css-737pto-control :hover {
        border: none;
        border-color: none; }
    .collaborator-dropdown .collaborator-cell .css-1itjr4n-multiValue {
      display: none; }
    .collaborator-dropdown .collaborator-cell .css-g1d714-ValueContainer {
      padding: 8px;
      height: 32px; }
    .collaborator-dropdown .collaborator-cell .css-15qtglr-singleValue {
      display: none; }
    .collaborator-dropdown .collaborator-cell .css-fymsl7-menu {
      box-shadow: none;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList {
      max-height: 220px;
      overflow: hidden auto; }
      .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
        color: #4d4d4d;
        line-height: 2; }
      .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
        color: #4d4d4d;
        display: flex;
        align-items: center; }
        .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
          margin-right: 4px; }
      .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
        background-color: none; }
    .collaborator-dropdown .collaborator-cell .create-option {
      font-size: 12.8px; }
      .collaborator-dropdown .collaborator-cell .create-option .content {
        overflow: hidden;
        display: inline-block; }
        .collaborator-dropdown .collaborator-cell .create-option .content .header {
          font-size: 11px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }

.collaborator-tag {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  border: 1px solid #eee;
  background-color: #eee;
  margin: 5px 2px;
  min-width: fit-content;
  border-radius: 10px; }
  .collaborator-tag img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.collaborator-icon {
  font-size: 17px !important;
  opacity: .75 !important; }

#CellEdit .selected-cell-multiline {
  background-color: white;
  height: 64px;
  box-shadow: 0 0 0 2px #2d7ff9;
  border-radius: 1px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%; }
  #CellEdit .selected-cell-multiline .ql-editor {
    overflow-y: hidden; }
  #CellEdit .selected-cell-multiline .ql-toolbar.ql-snow {
    display: none; }
  #CellEdit .selected-cell-multiline .ql-container.ql-snow {
    border: none; }

#CellEdit .multiLineTextEdit {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  min-width: 320px;
  width: 100%;
  border: 1px solid #ddd; }
  #CellEdit .multiLineTextEdit #quill-editor {
    background: #fff; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar {
      border-top-right-radius: 5px;
      border-top-left-radius: 5px;
      overflow: hidden; }
      #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar.ql-snow {
        border: 3px solid #ccc; }
    #CellEdit .multiLineTextEdit #quill-editor .ql-container {
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      height: 150px; }
  #CellEdit .multiLineTextEdit .expand {
    font-size: 0.6em;
    z-index: 100000;
    position: absolute !important;
    right: 4px !important;
    background: #fff;
    top: 6px !important;
    background-color: #2185d0 !important;
    color: #fff; }
  #CellEdit .multiLineTextEdit .expand:hover {
    color: #fff !important; }

#CellEdit .quill-editor-customCss .ql-container .ql-editor ol, #CellEdit .quill-editor-customCss .ql-container .ql-editor ul {
  padding: 0px; }

.collaborator-tag-dummy {
  display: inline-flex !important;
  align-items: center;
  height: 18px !important;
  margin: 5px 2px;
  min-width: fit-content;
  max-width: 110px;
  width: -webkit-fill-available;
  border-radius: 10px;
  background-color: #eee;
  background-color: #eee; }
  .collaborator-tag-dummy img {
    width: 20px !important;
    height: 20px !important;
    margin: 0 !important; }
  .collaborator-tag-dummy p {
    font-size: 13px;
    line-height: 18px !important;
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.render-box {
  background: #fff;
  height: 100%; }
  .render-box .expand {
    z-index: 100000;
    position: absolute;
    background: #c1d6ee;
    right: 0px;
    top: 6px; }
  .render-box .expand:hover {
    color: #fff !important;
    background: #ccc;
    box-shadow: 1px 1px 4px 1px #ccc; }
  .render-box .render-bx-border {
    height: 100%;
    border: 2px solid #0096ff;
    border-radius: 4px; }
    .render-box .render-bx-border .durationError {
      position: absolute;
      left: 0px;
      z-index: 50;
      background: #fff;
      width: 100%;
      top: 31px;
      min-width: -moz-min-content;
      border: 1px solid #d4d4d5;
      padding: 0.833em 1em;
      font-weight: 400;
      font-style: normal;
      color: rgba(0, 0, 0, 0.87);
      border-radius: 0.28571429rem;
      -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
      outline: none; }
    .render-box .render-bx-border input {
      width: -webkit-fill-available !important;
      height: auto !important;
      padding: 0px !important;
      margin: 6px;
      border: none !important; }
      .render-box .render-bx-border input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .render-box .render-bx-border input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
    .render-box .render-bx-border .time-cell .react-datepicker__triangle {
      margin-left: 0px;
      border-bottom-color: white; }
    .render-box .render-bx-border .time-cell .react-datepicker__time {
      margin-top: -19px; }
    .render-box .render-bx-border .time-cell .react-datepicker__header--time {
      padding: 0; }
    .render-box .render-bx-border .time-cell .react-datepicker__time-box {
      width: 100%; }
    .render-box .render-bx-border .time-cell .react-datepicker__time-list-item--selected {
      background-color: white !important;
      color: black !important;
      font-weight: 400; }
  .render-box .react-phone-number-input {
    border: 2px solid #0096ff;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    overflow: hidden; }
    .render-box .react-phone-number-input select {
      display: none; }
    .render-box .react-phone-number-input .react-phone-number-input__row {
      display: flex;
      flex-direction: row; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__country {
        display: flex;
        justify-content: center; }
      .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
        width: 30px;
        display: flex;
        justify-content: center; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
          width: 20px;
          margin-top: 4px;
          margin-left: 6px;
          margin-right: 4px; }
        .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
          width: 30px; }
      .render-box .react-phone-number-input .react-phone-number-input__row input {
        border: none;
        margin: auto;
        height: -webkit-fill-available;
        width: -webkit-fill-available;
        padding-left: 10px; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .render-box .react-phone-number-input .react-phone-number-input__row input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
  .render-box .PhoneInput {
    display: flex;
    align-items: center;
    border: 2px solid #0096ff;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    overflow: hidden; }
    .render-box .PhoneInput .PhoneInputCountry {
      width: 27px; }
      .render-box .PhoneInput .PhoneInputCountry svg {
        width: 100%;
        border-radius: 3px; }
      .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
        display: none; }
      .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
        display: flex;
        align-items: center; }
    .render-box .PhoneInput input {
      border: none;
      margin: auto;
      width: -webkit-fill-available;
      padding-left: 10px; }
      .render-box .PhoneInput input:focus {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
      .render-box .PhoneInput input:active {
        border: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none; }
  .render-box .attachment-bx {
    border: 2px solid #0096ff;
    border-radius: 4px;
    padding: 5px;
    width: -webkit-fill-available; }
    .render-box .attachment-bx li {
      height: auto;
      margin: 3px auto; }
    .render-box .attachment-bx .add-text {
      margin-top: 5px;
      margin-right: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      margin: auto 8px;
      overflow: hidden; }
    .render-box .attachment-bx .add {
      margin-right: 5px; }
      .render-box .attachment-bx .add:hover {
        background: #d2d2da;
        opacity: 0.9; }
  .render-box .selectDrag {
    content: "";
    position: absolute;
    border: 1px solid #0096FF;
    background: #0096FF;
    height: 8px;
    width: 8px;
    border-radius: 1px;
    bottom: -2.5px;
    right: -3px;
    z-index: 1;
    cursor: crosshair; }
  .render-box .select-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    outline: none;
    box-shadow: none;
    line-height: 18px; }
    .render-box .select-cell .css-1okebmr-indicatorSeparator {
      display: none; }
    .render-box .select-cell .css-yk16xz-control {
      border-radius: 0px; }
    .render-box .select-cell .css-b8ldur-Input {
      caret-color: black !important; }
    .render-box .select-cell .Select {
      z-index: 2;
      min-height: 30px; }
      .render-box .select-cell .Select .Select-clear {
        margin-top: -5px; }
      .render-box .select-cell .Select .Select-control {
        position: relative;
        height: inherit !important;
        border: 2px solid #0096ff;
        border-radius: 4px;
        z-index: 1 !important; }
        .render-box .select-cell .Select .Select-control .Select-placeholder {
          line-height: 26px;
          padding: 0 12px !important; }
        .render-box .select-cell .Select .Select-control .Select-multi-value-wrapper {
          display: inline-flex !important;
          flex-direction: row !important;
          flex-wrap: wrap !important;
          padding-left: 5px;
          min-height: 30px; }
        .render-box .select-cell .Select .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding: 5px; }
        .render-box .select-cell .Select .Select-control .Select-input {
          height: 18px;
          padding: 0px !important;
          vertical-align: middle;
          margin: auto 0; }
        .render-box .select-cell .Select .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        .render-box .select-cell .Select .Select-control:hover {
          box-shadow: none; }
    .render-box .select-cell .Select.is-focused:not(.is-open) > .Select-control {
      box-shadow: none; }
    .render-box .select-cell .Select-menu-outer {
      z-index: 3;
      box-shadow: 0 0 8px #888;
      width: max-content;
      min-width: 100%; }
      .render-box .select-cell .Select-menu-outer .Select-menu .Select-option {
        padding: 6px 10px;
        width: 100%;
        min-width: max-content; }
      .render-box .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
        width: 4px; }
    .render-box .select-cell .links-bx {
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px; }
      .render-box .select-cell .links-bx .links-bx-link {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        height: 115px; }
      .render-box .select-cell .links-bx .icon-expand {
        position: absolute;
        right: 5px;
        top: 10px; }
    .render-box .select-cell .api-data {
      border: 2px solid #0096ff;
      border-radius: 4px;
      max-width: 500px;
      overflow: scroll;
      padding: 5px; }
  .render-box .collaborator-cell {
    min-width: 250px; }
    .render-box .collaborator-cell .css-1wcnc71-control, .render-box .collaborator-cell .css-737pto-control {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1); }
    .render-box .collaborator-cell .css-737pto-control {
      box-shadow: none;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-top: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: none; }
      .render-box .collaborator-cell .css-737pto-control :hover {
        border: none;
        border-color: none; }
    .render-box .collaborator-cell .css-1itjr4n-multiValue {
      display: none; }
    .render-box .collaborator-cell .css-g1d714-ValueContainer {
      padding: 8px;
      height: 32px; }
    .render-box .collaborator-cell .css-15qtglr-singleValue {
      display: none; }
    .render-box .collaborator-cell .css-fymsl7-menu {
      box-shadow: none;
      border-top-right-radius: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      border-top: none;
      border-left: 2px solid rgba(0, 0, 0, 0.1);
      border-right: 2px solid rgba(0, 0, 0, 0.1);
      border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
    .render-box .collaborator-cell .css-ccfn4t-MenuList {
      max-height: 220px; }
      .render-box .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
        color: #4d4d4d;
        line-height: 2; }
      .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
        color: #4d4d4d;
        display: flex;
        align-items: center; }
        .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
          margin-right: 4px; }
      .render-box .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
        background-color: none; }
    .render-box .collaborator-cell .create-option {
      font-size: 12.8px; }
      .render-box .collaborator-cell .create-option .content {
        overflow: hidden;
        display: inline-block; }
        .render-box .collaborator-cell .create-option .content .header {
          font-size: 11px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
  .render-box .field {
    display: flex;
    flex-direction: column;
    padding: 0 10px; }
  .render-box .formula .formula-list {
    max-height: 300px;
    background-color: #fff;
    z-index: 1;
    display: block;
    position: absolute;
    width: 335px;
    overflow: auto;
    box-shadow: 0 0 17px 0 #ddd;
    margin: 4px 10px;
    cursor: pointer; }
    .render-box .formula .formula-list li {
      padding: 4px 8px;
      border-bottom: 1px solid #ddd; }
      .render-box .formula .formula-list li span {
        opacity: 0.5;
        font-size: 11px;
        float: right; }
      .render-box .formula .formula-list li .details {
        visibility: hidden;
        width: 85%;
        background-color: black;
        color: #fff;
        text-transform: none;
        border-radius: 6px;
        font-size: 13px !important;
        padding: 3%;
        position: absolute;
        z-index: 3;
        display: inherit;
        margin-top: 3px;
        margin-left: 2%;
        opacity: 1; }
      .render-box .formula .formula-list li:hover {
        background-color: rgba(229, 229, 229, 0.3); }
        .render-box .formula .formula-list li:hover .details {
          visibility: visible; }
      .render-box .formula .formula-list li:not(:hover) .details {
        visibility: hidden; }
  .render-box > .content {
    padding: 10px; }
    .render-box > .content input,
    .render-box > .content select,
    .render-box > .content .input {
      padding: 4px !important;
      margin: 4px 0 !important; }
    .render-box > .content .apply-button {
      margin: 12px 0;
      padding: 8px 16px; }
  .render-box .desc {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
    width: 375px;
    font-size: 13px;
    line-height: 18px;
    color: #4d4d4d;
    opacity: .75;
    cursor: text; }
  .render-box .field {
    margin-top: 10px !important; }
  .render-box .field label {
    font-weight: 500 !important;
    color: #909090;
    font-size: 12px; }
  .render-box .field input,
  .render-box .field select {
    background-color: #fff;
    font-size: 13px; }
  .render-box .field .react-datepicker-wrapper {
    display: block; }
    .render-box .field .react-datepicker-wrapper .react-datepicker__input-container {
      display: block; }
  .render-box .rc-time-picker {
    width: 100%; }
  .render-box .rc-time-picker-input {
    height: 38px; }
  .render-box .ui.checkbox input.hidden + label {
    font-size: 13px;
    color: #414141; }
  .render-box .input-multi-line {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 200px;
    width: 100%;
    z-index: 2;
    background: #fff;
    border: 3px solid #0096ff;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    box-shadow: none;
    line-height: 18px; }

.select-tag-wrapper {
  display: block;
  height: fit-content;
  border-radius: 8px;
  margin: 6px 2px;
  max-width: inherit; }

.select-tag-wrapper-custom {
  display: block;
  height: fit-content;
  border-radius: 8px;
  margin: 4px 0px;
  max-width: inherit; }

.select-tag {
  display: inline-flex !important;
  height: 18px !important;
  padding: 2px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap; }
  .select-tag .Select-aria-only {
    position: relative !important; }

.multiSelect-cell {
  display: inline-block !important;
  padding-top: 0; }

.multiSelect-rowCell {
  display: flex !important; }

.select-tag-colorpill, .select-tag-options {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  width: fit-content;
  display: inline-flex;
  align-items: center; }
  .select-tag-colorpill .select-tag, .select-tag-colorpill .select-tag-custom-2, .select-tag-colorpill .select-tag-custom-single-select-column-type, .select-tag-colorpill .select-tag-custom-3, .select-tag-colorpill .select-tag-custom-4, .select-tag-options .select-tag, .select-tag-options .select-tag-custom-2, .select-tag-options .select-tag-custom-single-select-column-type, .select-tag-options .select-tag-custom-3, .select-tag-options .select-tag-custom-4 {
    display: block !important; }

.select-cellEdit .select-tag-custom-single-select-column-type {
  display: block !important;
  width: fit-content; }

.select-cellEdit .option-renderer-color-dot {
  position: relative;
  top: 2px;
  margin-top: 1px; }

.links-bx {
  display: flex;
  font-size: 11px;
  height: max-content;
  flex-wrap: wrap; }
  .links-bx .add {
    width: fit-content;
    font-weight: 500;
    cursor: pointer;
    float: left;
    font-size: 16px;
    display: flex;
    align-items: center;
    background: #c7c7c7;
    border-radius: 4px;
    padding: 0px 5px;
    margin-right: 5px; }
    .links-bx .add:hover {
      background: #d2d2da;
      opacity: 0.9; }
  .links-bx .row-link {
    white-space: nowrap;
    margin: 5px 3px;
    padding: 0px 4px;
    background-color: #e9eef9;
    border: none;
    border-radius: 3px;
    line-height: 1.5;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    display: flex; }
    .links-bx .row-link .row-link-text {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      max-width: 42px;
      width: fit-content; }
    .links-bx .row-link .remove-icon {
      cursor: pointer; }
    .links-bx .row-link .remove-icon::before {
      margin-left: 4px; }
    .links-bx .row-link:hover {
      cursor: pointer;
      opacity: 0.8; }
  .links-bx .error {
    background: #f5cce9 !important;
    border: 0.5px solid #a26e71 !important; }

.date-wrapper {
  -webkit-box-flex: 1;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  flex-direction: row;
  justify-content: space-between; }
  .date-wrapper .date {
    -webkit-box-flex: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }
    .date-wrapper .date.talign {
      flex: 1 1 calc(100% - 67%); }
    .date-wrapper .date.align {
      flex: 1 0 auto; }
  .date-wrapper .time {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: border-box;
    padding-left: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }
  .date-wrapper .zone {
    -webkit-box-flex: 1;
    flex-grow: 0;
    flex-shrink: 2;
    order: 99999;
    box-sizing: border-box;
    padding-top: 0.25rem;
    padding-left: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    text-transform: capitalize;
    font-size: 9px; }

.progress {
  margin: auto;
  width: inherit; }
  .progress .progress-text-type .progress-text-main {
    display: flex;
    align-items: center;
    justify-content: unset; }
    .progress .progress-text-type .progress-text-main .progress-text-icon {
      font-size: 20px; }
    .progress .progress-text-type .progress-text-main .progress-text-task {
      font-size: 14px;
      margin-left: 6px; }
  .progress .progress-type {
    display: flex;
    align-items: center;
    width: 100%; }
    .progress .progress-type .progress-line {
      width: 90%;
      margin: auto !important; }
    .progress .progress-type .progress-color .bar {
      background: #21BA45; }
    .progress .progress-type .progress-empty .bar {
      background: rgba(0, 0, 0, 0.1) !important;
      min-width: 0%; }
    .progress .progress-type .progress-percentage {
      width: 29px;
      text-align: center;
      margin-left: 4px;
      color: green;
      font-weight: 500;
      margin-right: 4px; }
    .progress .progress-type .ui.small.progress {
      font-size: 0.60857143rem; }

.date-cell .react-datepicker-wrapper {
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  position: absolute;
  display: -webkit-inline-box; }
  .date-cell .react-datepicker-wrapper .react-datepicker__input-container {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    display: block !important; }

.date-cell input {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: -webkit-fill-available;
  width: -moz-available;
  width: 100%;
  z-index: 1;
  background: #fff;
  border: 2px solid #0096ff;
  border-radius: 4px;
  outline: none;
  padding: 6px;
  box-shadow: none;
  line-height: 20px; }

.date-time .react-datepicker {
  width: 283px !important; }
  .date-time .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
    padding: 5px 7px; }

.date-time .react-datepicker__header--time {
  height: 75px; }

.api-data-root .row-link .api-data {
  display: none; }

.api-data-root .row-link:hover .api-data {
  display: block; }

.infoBox {
  display: "flex";
  flex-direction: "column";
  justify-content: "flex-start"; }
  .infoBox .line {
    margin-bottom: 2% !important; }

.send-btn {
  width: -webkit-fill-available;
  text-align: center;
  display: flex; }
  .send-btn .btn-root {
    margin: auto;
    display: flex;
    justify-content: center; }
    .send-btn .btn-root .btn {
      cursor: pointer;
      width: fit-content;
      padding: 3px 6px;
      border-radius: 5px;
      margin: auto;
      opacity: 0.8;
      /* box-shadow: 3px 3px 3px #ccc; */
      display: flex;
      justify-content: center;
      background-color: rgba(228, 195, 195, 0.5); }
      .send-btn .btn-root .btn svg {
        margin-right: 5px; }
      .send-btn .btn-root .btn span {
        white-space: nowrap !important;
        color: white;
        overflow: hidden !important;
        text-overflow: ellipsis !important; }
      .send-btn .btn-root .btn:hover {
        opacity: 1; }
      .send-btn .btn-root .btn:target {
        box-shadow: none; }
      .send-btn .btn-root .btn:active {
        box-shadow: none; }

.button-column {
  display: contents; }
  .button-column .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .button-column .send-btn .btn-root {
      margin: auto;
      display: flex;
      justify-content: center; }
      .button-column .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: 0.8;
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .button-column .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .button-column .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .button-column .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .button-column .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .button-column .send-btn .btn-root .btn:active {
          box-shadow: none; }
      .button-column .send-btn .btn-root .disabled {
        cursor: auto !important;
        opacity: 0.5; }
        .button-column .send-btn .btn-root .disabled:hover {
          opacity: 0.5; }

.rating {
  width: 100%;
  display: flex;
  justify-content: left; }
  .rating .rating-icon {
    background: none !important;
    cursor: pointer;
    visibility: hidden; }

.rating:hover .rating-icon {
  visibility: visible;
  cursor: pointer; }

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
  width: 70px;
  margin: auto;
  position: relative;
  top: -33%; }
  .spinner div {
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    display: inline-flex;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
  .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }
  .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

.expand {
  background: #fff; }

.expand:hover {
  background: #e9f8f8;
  border-radius: 10px; }

#multilineText .expand {
  font-size: 0.5em;
  position: fixed;
  right: -2px;
  top: 8px;
  background-color: #2185d0 !important;
  color: #fff; }

#multilineText .expand:hover {
  background-color: #2185d0 !important;
  color: #fff;
  box-shadow: 1px 1px 4px 1px #ccc; }

#multilineText .custom-css ul {
  padding: 0px 18px; }

#multilineText .multiline-text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
  display: -webkit-box;
  overflow: hidden;
  max-height: none;
  word-wrap: break-word; }

.custom-h1, #CellEdit .ql-editor h1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px; }

.custom-h2, #CellEdit .ql-editor h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px; }

.select-tag-custom-4 {
  display: inline-flex !important;
  height: 20px !important;
  padding: 1.562px 8px;
  margin: 0;
  text-align: center;
  font-size: 13px;
  line-height: 13px;
  border-radius: 8px;
  background: #fff;
  color: #4d4d4d;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  white-space: nowrap;
  margin-top: 0px;
  align-items: center; }

.time-wrapper {
  -webkit-box-flex: 1;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
  padding-bottom: 6px;
  padding-top: 6px;
  flex-direction: row;
  justify-content: space-between; }
  .time-wrapper .time {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    box-sizing: border-box;
    padding-left: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%; }

#Spreadsheets .panel-row .panel-cell .collaborator-tag .colllaboartor-text {
  white-space: inherit !important; }

.celllock-errorMsg {
  font-size: 11px;
  line-height: 1.5;
  opacity: .75;
  margin: 8px 2px;
  color: #111111;
  width: 100%; }

.checkbox-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 2px; }

.signature-img {
  width: 100%;
  height: 100%; }
.done {
  color: rgba(0, 0, 0, 0.3);
  text-decoration: line-through;
  font-style: italic;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 13.3333px; }

.notdone {
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-size: 13.3333px !important; }

.taskListBlock {
  padding-left: 5%; }
  .taskListBlock .taskList .task-block {
    width: 100%;
    display: flex; }
    .taskListBlock .taskList .task-block .task {
      width: 60%;
      float: left; }
    .taskListBlock .taskList .task-block .icon-block {
      width: 25%; }
    .taskListBlock .taskList .task-block .check {
      width: 10%; }
      .taskListBlock .taskList .task-block .check .checkbox {
        height: 20px; }
    .taskListBlock .taskList .task-block .text {
      width: 77%;
      overflow-wrap: break-word; }
      .taskListBlock .taskList .task-block .text .user {
        background: #9f9fff;
        padding-left: 2px;
        padding-right: 4px;
        margin: -2px 2px 0px -2px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
        vertical-align: middle; }
        .taskListBlock .taskList .task-block .text .user img {
          width: 16px;
          margin-right: 4px;
          border-radius: 8px; }
    .taskListBlock .taskList .task-block .stack-users {
      background-color: #FFF;
      width: 200px;
      position: absolute;
      z-index: 2; }
      .taskListBlock .taskList .task-block .stack-users .item img {
        width: 14px; }
    .taskListBlock .taskList .task-block .react-datepicker-popper {
      left: -10% !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .text {
      display: none; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .dropdown {
      display: none !important; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .text {
      display: block;
      width: 40%;
      overflow-wrap: break-word;
      font-weight: 400; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.inline.dropdown .transition .item .image {
      float: none;
      margin-right: 0.78571429rem; }
    .taskListBlock .taskList .task-block .text .add-comment .input .ui.compact.segment {
      right: -70%; }

.add-comment .input {
  min-height: 50px !important;
  align-items: baseline !important; }
  .add-comment .input .ui.inline.dropdown .text {
    display: none; }
  .add-comment .input .ui.inline.dropdown .dropdown {
    display: none !important; }
  .add-comment .input .ui.inline.dropdown .transition .item .text {
    display: block;
    width: 40%;
    overflow-wrap: break-word;
    font-weight: 400; }
  .add-comment .input .ui.inline.dropdown .transition .item .image {
    float: none;
    margin-right: 0.78571429rem; }
  .add-comment .input .ui.compact.segment {
    right: -70%; }

.add-comment .checklist-input {
  border: 2px solid #1987D4 !important; }

.hideElement {
  display: none !important; }

.ui.segment {
  padding: 1em 0.4em; }

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle, .react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle, .react-datepicker__year-read-view--down-arrow, .react-datepicker__month-read-view--down-arrow, .react-datepicker__month-year-read-view--down-arrow {
  margin-left: 37px; }

.taskListBlock .taskList .task-block .react-datepicker-popper {
  left: -21% !important; }

.ui.visible.dimmer {
  z-index: 8 !important; }

.boxing:hover {
  background-color: #f3f3f4 !important;
  border-radius: 5px; }

.autoHeight {
  height: auto; }

.control-user {
  background: #0096FF;
  padding-left: 2px;
  padding-right: 4px;
  margin: -2px 2px 0px -2px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  vertical-align: middle;
  padding: -2px; }
  .control-user img {
    width: 16px;
    margin-right: 4px;
    border-radius: 8px; }

.sc-bwzfXH {
  margin: 0px !important; }

#checklist {
  max-height: 420px;
  min-height: 420px;
  margin-right: -7px;
  padding-right: 7px;
  overflow-x: hidden;
  overflow-y: auto; }
  #checklist .checklist-select-content {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    margin-bottom: 4px; }
    #checklist .checklist-select-content .checklist-selected-btn {
      margin-right: 16px;
      font-size: 14px;
      font-weight: 500;
      color: #4D4D4D;
      cursor: pointer;
      opacity: 0.75; }
      #checklist .checklist-select-content .checklist-selected-btn:hover {
        color: black; }
  #checklist .checklist-block {
    display: flex;
    align-items: flex-start;
    padding: 0 6px;
    border-radius: 5px;
    cursor: pointer;
    color: #2e3538;
    transition: all .1s ease-in-out; }
    #checklist .checklist-block .vertical-icon-info {
      color: #878b92;
      margin-right: 7px;
      cursor: grab;
      align-self: auto;
      padding: 10px 0;
      display: inline-flex; }
      #checklist .checklist-block .vertical-icon-info .vertical-icon {
        font-size: 12px;
        width: 16px;
        min-width: 16px;
        height: 13px; }
    #checklist .checklist-block .checkmark {
      margin-right: 9px;
      padding: 9px 0; }
      #checklist .checklist-block .checkmark .checkbox {
        display: flex;
        font-size: 18px;
        margin: 0px; }
    #checklist .checklist-block .checklist-content {
      flex: 1;
      flex-wrap: wrap;
      display: flex;
      align-self: center;
      align-items: flex-start;
      padding: 2px 0; }
      #checklist .checklist-block .checklist-content .checklist-content-editor {
        flex: 1;
        display: block;
        margin: 0 0 2px;
        padding: 1px 3px; }
        #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor {
          width: 100%; }
          #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .checklistinput-text {
            width: 100%;
            cursor: text;
            border-radius: 5px;
            max-height: 380px;
            overflow: auto;
            padding: 5px 10px;
            font-size: 13px;
            line-height: 18px;
            word-break: break-word;
            background: #FFFFFF;
            border: 1px solid #f3f3f4;
            transition: all .2s ease-in; }
            #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .checklistinput-text:hover {
              border-color: #B2B2B3;
              transition: all .2s ease-out; }
            #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .checklistinput-text:focus {
              outline: none;
              border-color: #B2B2B3;
              box-shadow: 0 0 0 2px #3a86ff; }
          #checklist .checklist-block .checklist-content .checklist-content-editor .checklist-editor .ui.inline.dropdown .dropdown {
            display: none !important; }
      #checklist .checklist-block .checklist-content .checklist-content-display {
        flex: 1;
        align-self: center; }
        #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper {
          position: relative; }
          #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display {
            color: #878B92;
            padding: 3px 10px;
            line-height: 18px;
            word-break: break-word;
            width: 100%;
            font-size: 13px;
            max-height: 324px;
            overflow: auto;
            white-space: normal; }
            #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display .popover-rendred p {
              line-height: 1.45; }
            #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display .popover-rendred .done {
              color: #878B92; }
            #checklist .checklist-block .checklist-content .checklist-content-display .popover-wrapper .popover-display .popover-rendred .notdone {
              color: #2e3538; }
    #checklist .checklist-block .checklist-buttons {
      flex: 1 0 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 5px;
      min-width: 120px;
      margin-left: 10px; }
      #checklist .checklist-block .checklist-buttons .checklist-btn-left {
        display: flex;
        align-items: center; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info {
          display: inline-flex; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper {
            position: relative; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete {
              display: inline-block;
              height: 32px; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn {
                padding: 4px 11px;
                font-size: 12px;
                color: #878B92;
                font-weight: 500;
                border-radius: 5px;
                display: inline-flex;
                align-items: center;
                height: 32px;
                margin-left: 3px; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info {
                  border: 1px dashed #dedede;
                  border-radius: 50%;
                  width: 26px;
                  height: 26px;
                  padding: 4px; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info .date-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info .assign-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .icon-info .delete-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info .date-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info .assign-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .icon-info .delete-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info .date-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info .assign-icon, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .icon-info .delete-icon {
                    width: 16px;
                    min-width: 16px;
                    height: 16px; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .checklist-btn-content, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .checklist-btn-content, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .checklist-btn-content {
                  display: inline-flex;
                  align-items: center;
                  max-width: 280px;
                  font-weight: 500; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .checklist-btn-content .btn-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .checklist-btn-content .btn-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .checklist-btn-content .btn-text {
                    display: inline-block;
                    padding-left: 10px;
                    font-size: 12px;
                    font-weight: 500;
                    color: #878B92; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn:hover, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn:hover, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn:hover {
                  color: #2e3538;
                  background: #f3f3f4; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown {
                  margin: 0; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu {
                    padding: 5px 6px;
                    margin-top: 8px;
                    width: 100%;
                    min-width: 200px;
                    max-height: 210px;
                    overflow-y: auto;
                    overflow-x: hidden; }
                    #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item {
                      padding: 0 !important;
                      border-radius: 5px; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag {
                        background: #fff !important;
                        height: 24px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag img {
                          width: 24px !important;
                          height: 24px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag p, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag p, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .collaborator-tag p {
                          overflow: hidden;
                          display: block;
                          max-width: 100%;
                          text-overflow: ellipsis;
                          white-space: nowrap; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor {
                        margin: 0;
                        height: 24px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .dropdown-menu .dropdown-item .option-content .select-collaboartor img {
                          width: 24px !important;
                          height: 24px !important; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info {
                    min-width: 178px;
                    position: absolute;
                    margin-top: 8px;
                    margin-left: -62px; }
                    #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box {
                      display: flex;
                      flex-direction: column; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading {
                        padding: 12px;
                        text-align: center;
                        background-color: #F3F3F4; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading .assigned-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading .assigned-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-heading .assigned-text {
                          font-size: 15px;
                          font-weight: 600;
                          line-height: 21px;
                          cursor: text; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar {
                        display: flex;
                        flex-direction: column;
                        align-items: center;
                        padding: 8px 10px;
                        cursor: default; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor {
                          margin-bottom: 8px;
                          height: 44px !important; }
                          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor img, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .select-collaboartor img {
                            width: 44px !important;
                            height: 44px !important; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .selected-assingee-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .selected-assingee-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-avatar .selected-assingee-text {
                          font-size: 13px;
                          font-weight: 400;
                          line-height: 18px;
                          overflow: hidden;
                          display: block;
                          max-width: 100%;
                          text-overflow: ellipsis;
                          white-space: nowrap;
                          color: #2E3538;
                          cursor: text; }
                      #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer {
                        text-align: center;
                        padding: 8px;
                        background-color: #F3F3F4; }
                        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn {
                          height: 26px;
                          position: relative;
                          display: inline-flex;
                          align-items: center; }
                          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-due-date .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-assignee .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text, #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-btn-info .popover-wrapper .checklist-delete .checklist-btn .user-dropdown .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text {
                            overflow: hidden;
                            max-width: 100%;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            cursor: pointer;
                            line-height: 14px;
                            font-size: 11px;
                            font-weight: 700; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .ui.menu .item:before {
          width: 0px; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu {
          position: absolute;
          flex-direction: column;
          padding: 5px 6px;
          z-index: 9;
          width: 100%;
          min-width: 200px;
          max-height: 210px;
          overflow-y: auto;
          overflow-x: hidden;
          left: -156px; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item {
            padding: 0 !important;
            border-radius: 5px; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .collaborator-tag {
              background: #fff !important;
              height: 24px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .collaborator-tag img {
                width: 24px !important;
                height: 24px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .collaborator-tag p {
                overflow: hidden;
                display: block;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .select-collaboartor {
              margin: 0;
              height: 24px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item .option-content .select-collaboartor img {
                width: 24px !important;
                height: 24px !important; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .users-menu .dropdown-item:hover {
              background: rgba(0, 0, 0, 0.05); }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .expand-user-menu {
          right: -40px;
          margin-top: 0px; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content {
          position: absolute;
          z-index: 9;
          margin-top: 242px;
          margin-left: -135px;
          min-width: 250px; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box {
            display: flex;
            flex-direction: column; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-heading {
              padding: 12px;
              text-align: center;
              background-color: #F3F3F4; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-heading .assigned-text {
                font-size: 15px;
                font-weight: 600;
                line-height: 21px;
                cursor: text; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar {
              display: flex;
              flex-direction: column;
              align-items: center;
              padding: 8px 10px;
              cursor: default; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar .select-collaboartor {
                margin-bottom: 8px;
                height: 44px !important; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar .select-collaboartor img {
                  width: 44px !important;
                  height: 44px !important; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-avatar .selected-assingee-text {
                font-size: 13px;
                font-weight: 400;
                line-height: 18px;
                overflow: hidden;
                display: block;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: #2E3538;
                cursor: text; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-footer {
              text-align: center;
              padding: 8px;
              background-color: #F3F3F4; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn {
                height: 26px;
                position: relative;
                display: inline-flex;
                align-items: center; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .assigned-content .assigned-info .assigned-box .assigned-footer .remove-info .remove-btn .remove-text {
                  overflow: hidden;
                  max-width: 100%;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  cursor: pointer;
                  line-height: 14px;
                  font-size: 11px;
                  font-weight: 700; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .expand-assigned-content {
          margin-top: 196px;
          margin-left: -138px !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info {
          visibility: hidden !important; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .hover-effect {
            visibility: visible;
            display: flex !important; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .hover-assignee {
            display: none !important; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .iconvisible {
            visibility: visible; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklisthover-btn-info .assignee-none {
            display: none; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker {
          left: 32px !important;
          margin-top: 38px;
          margin-left: 0px;
          z-index: 3000;
          position: absolute;
          flex-direction: column; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 8px;
            height: 45px;
            border-top: 1px solid #aeaeae;
            cursor: default; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container {
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: center;
              flex-wrap: wrap;
              width: 100%; }
              #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container .btn-info {
                display: flex;
                width: 50%; }
                #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container .btn-info .select-btn {
                  display: inline-flex;
                  align-items: center;
                  text-align: center;
                  cursor: pointer;
                  color: #2E3538;
                  font-weight: 600;
                  font-size: 12px; }
                  #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn .react-datepicker .datepicker-buttons .btn-container .btn-info .select-btn .date-btn-text {
                    font-weight: 500; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn-open .react-datepicker {
          left: -48px !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expandCell-notassigned .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expandCell-notdate .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expandCelldate-hover .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .datecolumn-hover .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .expanddatecolumn-hover .react-datepicker {
          right: 4px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .update-datecolumn .react-datepicker {
          left: 0px !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .notassigned .react-datepicker {
          right: -52px;
          left: inherit !important; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-left .checklist-datecolumn .not-datecolumn .react-datepicker {
          right: -52px;
          left: inherit !important; }
      #checklist .checklist-block .checklist-buttons .checklist-btn-right {
        display: flex;
        align-items: center; }
        #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn {
          height: 25px;
          border-radius: 12px;
          font-size: 14px;
          font-weight: 500;
          padding: 0 10px;
          display: flex;
          align-items: center; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .btn-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 1; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .btn-inner .btn-text {
              font-size: 12px;
              font-weight: 500;
              overflow: hidden;
              display: block;
              max-width: 100%;
              text-overflow: ellipsis;
              white-space: nowrap; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-cancel {
            background-color: transparent; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-cancel:hover {
              transition: all .2s ease-out; }
          #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-btn {
            display: flex;
            align-items: center;
            height: 25px;
            padding: 0 10px;
            border-radius: 12px;
            background-color: #166ee1;
            color: #fff;
            font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
            #checklist .checklist-block .checklist-buttons .checklist-btn-right .checklist-btn .update-btn:hover {
              background-color: #0267eb; }
  #checklist .completedTask-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px;
    color: #323338;
    cursor: pointer;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin: 16px 4px 8px 6px;
    background-color: #ddd; }
    #checklist .completedTask-content:hover {
      background-color: #ccc; }
    #checklist .completedTask-content .task-title {
      font-weight: 500;
      flex: 1 1 auto;
      font-size: 100%;
      vertical-align: baseline; }
    #checklist .completedTask-content .arrow-icon {
      color: #323338;
      fill: #323338; }
  #checklist .create-task-wrapper {
    flex: 0 0 auto; }
    #checklist .create-task-wrapper .todolist-create-section .input-wrapper {
      cursor: text;
      border: 1px dashed #f1f1f1;
      border-radius: 2px;
      width: 100%;
      margin: 8px 0px 16px 0px;
      display: flex;
      flex-direction: row;
      align-items: center; }
      #checklist .create-task-wrapper .todolist-create-section .input-wrapper .add-todo-icon {
        width: 20px;
        height: 20px;
        flex: 0 0 auto;
        margin: 8px; }
      #checklist .create-task-wrapper .todolist-create-section .input-wrapper .add-todo-item-input {
        border: 0;
        outline: none;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
        flex: 1 1 auto;
        background-color: transparent; }
  #checklist .progresbar-color .bar {
    background: none !important; }
  #checklist .greenButton:hover {
    color: #5d5d5d !important;
    background-color: #bfbfbf !important; }
  #checklist .redButton:hover {
    color: #5d5d5d !important;
    background-color: #dbd7d2 !important; }
  #checklist .greenButton {
    background-color: #bfbfbf !important;
    color: #5d5d5d !important; }
  #checklist .redButton {
    color: #5d5d5d !important;
    background-color: #dbd7d2 !important; }
  #checklist .hideButton {
    border-radius: 0px;
    color: "#414141";
    background-color: transparent !important;
    border: none !important;
    padding: 0px !important;
    font-size: 16px;
    margin: 0; }
  #checklist .hideButton:hover {
    color: #5d5d5d !important;
    background: transparent !important; }

.hoverEffect:hover {
  color: #888 !important; }

.or-text {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.copy-from-template-button {
  margin-bottom: 5px !important; }

.copy-from-template-modal-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 102 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5); }

.copy-from-template-modal-container .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 102; }

.copy-from-template-modal-container .are-you-sure-modal {
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5); }

.are-you-sure-modal-sub-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }

.are-you-sure-modal-nested-container {
  margin-right: 5px;
  margin-left: 5px;
  background: white;
  padding: 10px;
  border-radius: 5px; }

.are-you-sure-modal-nested-container .warning-message {
  margin-top: 10px;
  margin-bottom: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-message {
  font-weight: 500; }

.are-you-sure-modal-nested-container .are-you-sure-yes-button, .are-you-sure-modal-nested-container .are-you-sure-yes-button:hover {
  background-color: green !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  margin-right: 10px; }

.are-you-sure-modal-nested-container .are-you-sure-no-button, .are-you-sure-modal-nested-container .are-you-sure-no-button:hover {
  background-color: red !important;
  color: #FFFFFF !important;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer; }

.yes-no-button-container {
  display: flex;
  justify-content: flex-end; }

.apply-checklist-to-all-row-text {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: capitalize; }

.copy-from-template-expand-view {
  z-index: 102;
  position: absolute;
  display: flex;
  top: 15%;
  width: auto;
  box-shadow: -10px 0px 10px #565656;
  background: transparent;
  border-radius: 6px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s; }

.copy-from-template-expand-checklist {
  height: 100%; }

.copy-from-template-expandview {
  height: 55%; }

.copy-from-template-container {
  background: #fff;
  width: 350px;
  position: relative; }

.copy-from-template-container .custom-checkbox {
  background-color: white;
  padding: 10px; }

.copy-from-template-container .custom-sub-checkbox {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.copy-from-template-container .apply-button {
  background-color: #2185D0;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer; }

.copy-from-template-container .table-name {
  margin-left: 27px;
  font-size: 1em;
  padding: 5px 0px; }

.copy-from-template-container .check-list {
  margin-left: 54px;
  padding-bottom: 5px; }

.error-message-container {
  position: absolute;
  bottom: 0px;
  color: red;
  z-index: 10;
  left: calc(50% - 70px); }

.all-checklist-container {
  position: relative;
  border: 1px solid #b9b9b9;
  margin: 5px;
  padding: 5px;
  border-radius: 5px;
  cursor: pointer; }

.all-checklist-sub-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.all-checklist-dropdown-container {
  position: absolute;
  top: 30px;
  right: 0px;
  left: 0px;
  bottom: 0px; }

.all-checklist-dropdown-sub-container {
  position: relative;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border: 1px solid #b9b9b9; }

.all-checklist-dropdown-sub-container .dropdown-table-name {
  font-weight: bold;
  padding: 5px 5px 5px 8px; }

.dropdown-checklist-name {
  padding: 5px 5px 5px 20px;
  color: black; }

.dropdown-none {
  padding: 5px 5px 5px 0px; }

.dropdown-checklist-name:hover, .dropdown-none:hover, .active-checklist {
  background-color: #2185d0;
  color: white;
  padding: 5px 5px 5px 20px; }

.apply-btn {
  background-color: #2185D0;
  color: #FFFFFF;
  border-radius: 15px;
  padding: 5px 10px;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px !important; }

.copy-items-from {
  padding: 5px 5px 0px 5px;
  font-weight: bold; }

.checklist-tooltip-container {
  display: flex;
  position: relative;
  cursor: pointer; }

.mark-as-template-text {
  background-color: black;
  color: white;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  text-align: center;
  top: -20px;
  font-size: 11px;
  padding: 2px 8px;
  width: max-content; }

.checklist-title {
  resize: none;
  width: 100%;
  outline: green;
  border: 0px solid green;
  border-radius: 5px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-size: 16px; }

.addition-style-for-checklist-text {
  padding: 6px 5px 5px 6px !important; }

[contenteditable=true]:empty:before {
  content: attr(placeholder);
  display: block;
  /* For Firefox */
  color: #777777; }

.checklist-comment {
  display: flex;
  align-items: center; }
  .checklist-comment .checklist-title {
    height: 27px;
    padding: 0 5px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .checklist-comment .checklist-title:focus {
    border: 2px solid #00000040 !important; }
  .checklist-comment .checklist-title:focus-visible {
    outline: none; }
.add-more-button {
  position: absolute;
  bottom: 20px;
  left: 10px;
  z-index: 6;
  display: block; }
#ExpandCell {
  position: inherit !important; }
  #ExpandCell .linkmodel-embed {
    top: -85px !important; }
  #ExpandCell .react-draggable {
    background-color: #f3f3f3;
    border-radius: 10px;
    z-index: 9;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .link-open-react-draggable {
    z-index: 0;
    background-color: #f3f3f3;
    border-radius: 10px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    padding: 10px; }
  #ExpandCell .closeIcon {
    text-align: end;
    /* margin-top: -23px; */
    z-index: 100000;
    position: absolute;
    cursor: pointer;
    right: -16px;
    /* margin-right: -27px; */
    top: -14px; }
    #ExpandCell .closeIcon i {
      background: #908f8f;
      color: #fff !important; }
  #ExpandCell .cell textarea {
    resize: none;
    width: 100%;
    height: -webkit-fill-available;
    padding: 5px;
    border-radius: 10px; }
    #ExpandCell .cell textarea:focus-visible {
      border: 1px solid #0096ff !important;
      outline: none !important; }
  #ExpandCell .cell .linkCardRoot .segment {
    height: 100%;
    background: no-repeat; }
  #ExpandCell .cell .linkCardRoot .nolink {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }
  #ExpandCell .cell .linkCardRoot .link-main {
    display: flex;
    flex-direction: column; }
  #ExpandCell .cell .linkCardRoot .remove-link {
    text-align: end;
    cursor: pointer;
    margin-bottom: -20px;
    z-index: 1; }
    #ExpandCell .cell .linkCardRoot .remove-link i {
      background: grey;
      color: #fff !important;
      font-size: 10px;
      padding: 0.2em 0.4em !important; }
    #ExpandCell .cell .linkCardRoot .remove-link .tooltiptext {
      right: 7% !important;
      bottom: 0;
      left: auto; }
  #ExpandCell .cell .attachmentRoot .attachment-head {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader {
      display: flex;
      align-items: center; }
      #ExpandCell .cell .attachmentRoot .attachment-head .attachment-loader p {
        font-size: 12px;
        font-weight: 600;
        margin-left: 7px; }
  #ExpandCell .cell .attachmentRoot .attachfile {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: max-content;
    /* color: black; */
    border-radius: 2px;
    color: black;
    font-weight: bold;
    cursor: pointer; }
  #ExpandCell .cell .attachmentRoot .attach-img-div {
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    height: 351px;
    cursor: pointer;
    margin-left: 22px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div {
      margin-top: 11px; }
      #ExpandCell .cell .attachmentRoot .attach-img-div .attachment-bx-div .img-data {
        margin: 10px;
        height: 150px;
        width: 200px;
        border: 1.5px solid darkgrey;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        object-fit: cover;
        border-radius: 6px; }
    #ExpandCell .cell .attachmentRoot .attach-img-div .nolink {
      margin: 15px;
      font-size: 14px;
      color: black;
      justify-content: center;
      display: flex;
      align-items: center;
      align-items: center;
      flex: 1; }
  #ExpandCell .cell .attachmentRoot .attachIcon {
    font-size: 17px;
    margin-left: 2px;
    margin-right: 8px; }
  #ExpandCell .cell .attachmentRoot .attch-name-div {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #ExpandCell .cell .attachmentRoot .attch-name-div .attch-filename {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 134px;
      margin-left: 16px; }
  #ExpandCell .cell .attachment-file-drag .drop-file-content {
    border: 2px #ccc dashed;
    display: none;
    width: auto;
    height: auto;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 9px 8px 4px 8px; }
    #ExpandCell .cell .attachment-file-drag .drop-file-content p {
      font-size: 16px;
      font-weight: 600; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .attachmentRoot {
    display: none; }
  #ExpandCell .cell .attachment-file-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  #ExpandCell .cell .attachment-file-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    #ExpandCell .cell .attachment-file-drag .file-drop-target .file-logo {
      display: none; }
  #ExpandCell .cell .multiSelectRoot .multiSelectButton {
    display: flex;
    padding: 5px;
    background: lightgrey;
    width: fit-content;
    /* color: black; */
    border-radius: 4px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    padding-right: 15px;
    padding-left: 15px; }
  #ExpandCell .cell .multiSelectRoot .multiSelectOption {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 10px; }
  #ExpandCell .cell .multiSelectRoot .nomultiselect {
    margin: 15px;
    font-size: 14px;
    color: black;
    justify-content: center;
    display: flex;
    align-items: center;
    align-items: center;
    flex: 1; }
  #ExpandCell .cell .multiSelectRoot .collaborator-icon {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    #ExpandCell .cell .multiSelectRoot .collaborator-icon .collaborator-text {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: black; }
  #ExpandCell .cell .multiSelectRoot .add-user-btn {
    color: #4d4d4d;
    display: flex;
    align-items: center;
    line-height: 2; }
    #ExpandCell .cell .multiSelectRoot .add-user-btn .add-icon {
      margin-right: 4px; }
  #ExpandCell .cell .multiSelectRoot .invite-btn {
    color: #4d4d4d;
    line-height: 2; }
  #ExpandCell .cell .multiSelectRoot .collaborator-tag {
    display: inline-flex !important;
    align-items: center;
    height: 18px !important;
    border: 1px solid #eee;
    background-color: #eee;
    margin: 5px 2px;
    min-width: 40px;
    border-radius: 10px; }
    #ExpandCell .cell .multiSelectRoot .collaborator-tag img {
      width: 20px !important;
      height: 20px !important;
      margin: 0 !important; }
    #ExpandCell .cell .multiSelectRoot .collaborator-tag p {
      font-size: 13px;
      line-height: 18px !important;
      padding: 0 4px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  #ExpandCell .cell .multiSelectRoot .css-1itjr4n-multiValue {
    display: none; }
  #ExpandCell .cell #expand-quill .quill-editor-customCss .ql-container .ql-editor ol, #ExpandCell .cell #expand-quill .quill-editor-customCss .ql-container .ql-editor ul {
    padding: 0px; }

.text-only-value-container-in-expand-cell {
  padding: 0px 5px;
  border: 1px solid;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.two-x-scroll {
  height: 30px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  color: black; }

.addLink-btn {
  max-width: 192px;
  height: 32px;
  font-size: 13px !important;
  line-height: 22px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
  font-weight: 500 !important;
  background-color: #166ee1 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .addLink-btn:hover {
    background-color: #166ee1;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .addLink-btn .addLink-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.25; }
    .addLink-btn .addLink-text .add-icon {
      display: flex;
      align-items: center;
      margin-right: 4px;
      color: #fff;
      fill: #fff; }
#leftpaneContainer {
  top: 16px;
  position: absolute;
  left: 0;
  box-shadow: 0 0 0 1px #00000026;
  overflow: hidden;
  background-color: #f7f7f7; }
  #leftpaneContainer .groupHeader, #leftpaneContainer .headerContainer {
    height: 48px; }
  #leftpaneContainer .headerContainer:hover .groupOverflowMenu {
    display: inline-flex; }
  #leftpaneContainer .summaryCell:not(.groupHeader) {
    border-left: 1px solid rgba(0, 0, 0, 0.04); }
  #leftpaneContainer .expandButton {
    margin-left: 5px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center; }
  #leftpaneContainer .groupHeaderCell {
    display: inline-flex;
    background: inherit;
    position: absolute;
    height: 48px;
    border-bottom: 1px solid #00000026; }
  #leftpaneContainer .expandedIcon {
    transform: rotate(-90deg);
    transition: all .2s linear; }
  #leftpaneContainer .collapseIcon {
    transform: rotate(0deg);
    transition: all .2s linear; }
  #leftpaneContainer .truncate {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #leftpaneContainer .headLabel {
    display: flex;
    flex-direction: column;
    margin-right: 0.5rem;
    margin-left: 0.8rem;
    height: 100%;
    width: 100%; }
  #leftpaneContainer .columnName {
    flex: none;
    margin-top: 4px;
    opacity: 0.75;
    font-size: 9px;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 500; }
  #leftpaneContainer .cellValueDiv {
    cursor: default; }
  #leftpaneContainer .cellValue {
    font-weight: 600;
    font-size: 14px;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center; }
  #leftpaneContainer .groupHeaderRightContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-flex;
    align-items: center;
    line-height: 1.25;
    cursor: default;
    background: linear-gradient(to right, rgba(247, 247, 247, 0), #f7f7f7 18%); }
  #leftpaneContainer .groupOverflowMenu {
    display: none;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 7px 0 20px; }
  #leftpaneContainer .groupOverflowMenuButton {
    padding: 8px;
    display: flex;
    align-items: center; }
    #leftpaneContainer .groupOverflowMenuButton div {
      position: relative;
      top: 2px; }
    #leftpaneContainer .groupOverflowMenuButton:hover {
      background-color: #0000000D;
      border-radius: 6px; }
  #leftpaneContainer .groupHeaderCount {
    margin: 0 15px 0 20px; }
  #leftpaneContainer .countLabel {
    opacity: .75;
    font-size: 10px;
    margin-right: 4px;
    font-weight: 400;
    line-height: 1.25; }
  #leftpaneContainer .ghostRow {
    display: block;
    position: absolute;
    margin-bottom: 0;
    opacity: 1;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom: none;
    width: 100% !important;
    padding-right: 5px;
    overflow: hidden;
    height: 31px;
    background-color: white;
    cursor: pointer; }
    #leftpaneContainer .ghostRow:hover {
      background-color: #e7e7e7 !important; }
  #leftpaneContainer .lock-icon-main {
    justify-content: left;
    display: flex;
    align-items: center;
    margin: 7px 5px 5px 7px; }
  #leftpaneContainer .ghostRow:hover .rowNumber {
    background-color: #f0f3f5;
    cursor: pointer; }
  #leftpaneContainer .rowNumber {
    height: 100%;
    width: 35px;
    text-align: center;
    border-right: none;
    color: #545454;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center; }
  #leftpaneContainer .summaryCell {
    display: flex;
    flex-wrap: wrap;
    left: 0px;
    background: inherit;
    position: absolute;
    height: 48px;
    border-bottom: 1px solid #00000026;
    color: #333333;
    font-size: 13px;
    cursor: pointer; }
    #leftpaneContainer .summaryCell svg {
      position: relative;
      top: 3px;
      right: 5px; }
  #leftpaneContainer .toggleButton {
    display: flex;
    padding-left: 4px;
    padding-right: 8px;
    padding-top: 16px;
    padding-bottom: 13px;
    width: 100%;
    color: #333333; }
  #leftpaneContainer .summaryItems {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0; }
  #leftpaneContainer .summaryType {
    opacity: .75;
    flex: none;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 11px; }
  #leftpaneContainer .summaryValue {
    flex: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #leftpaneContainer .panel-summery-cell-gropuby {
    border-top: 0px !important;
    border-bottom: 0px !important; }
  #leftpaneContainer .panel-summary-cell {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 0;
    min-height: 100%;
    position: absolute !important;
    top: 0;
    left: auto !important;
    border-right: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px 2px;
    background: #fbfbfb;
    width: inherit;
    overflow: hidden; }
    #leftpaneContainer .panel-summary-cell:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.05); }
      #leftpaneContainer .panel-summary-cell:hover .summary-cell-info > .info-lable-none {
        visibility: visible; }
    #leftpaneContainer .panel-summary-cell .summary-cell-info {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-end; }
      #leftpaneContainer .panel-summary-cell .summary-cell-info .info-lable {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8; }
      #leftpaneContainer .panel-summary-cell .summary-cell-info .info-lable-none {
        margin-left: 2px;
        font-size: 11px;
        opacity: 0.8;
        visibility: hidden;
        margin-right: 5px; }
      #leftpaneContainer .panel-summary-cell .summary-cell-info .info-result {
        padding-left: 4px;
        font-size: 12px;
        font-weight: 400;
        margin-right: 2px; }
    #leftpaneContainer .panel-summary-cell .summary-menu {
      position: absolute;
      min-width: 180px;
      width: 180px;
      overflow-y: auto; }

.rightClickPopup {
  max-height: 400px;
  overflow: hidden auto;
  background-color: #2e2f32 !important;
  border-radius: 3px !important;
  font-size: 13px !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0px !important;
  line-height: 1.25 !important;
  min-height: fit-content;
  margin: 12px 0 0 0 !important; }
  .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    padding: 9px 6px 6px 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    list-style: none; }
    .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li .groupby-menu-text {
      position: relative;
      top: -2px;
      color: #ffffff;
      letter-spacing: .4px;
      font-size: 13px;
      font-weight: 400;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
    .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li svg {
      position: relative;
      margin-right: 8px; }
    .rightClickPopup .groupby-modal-card .rightClickGroupbyMenu li:hover {
      background-color: #0f0f0fc9; }

.groupbyGhostRow-popup {
  padding: 4px 8px !important;
  color: #1d1f25 !important;
  font-size: 13px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) !important;
  margin-top: 5px !important;
  margin-bottom: -62px !important;
  max-width: fit-content !important;
  border: none !important;
  line-height: 18px !important;
  animation-duration: 5s !important; }

.summaryCellIcon-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: .8;
  color: #1d1f25; }
  .summaryCellIcon-info .button-down {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .8;
    top: 1px;
    right: 0;
    color: #1d1f25;
    fill: #1d1f25;
    visibility: hidden;
    margin: 0;
    width: 16px;
    height: 16px;
    font-size: 16px; }
  .summaryCellIcon-info .summaryCell-text {
    font-size: 11px;
    padding: 0 4px;
    visibility: hidden; }

.panel-summary-cell:hover .summaryCellIcon-info > .button-down,
.panel-summary-cell:hover .summaryCellIcon-info > .summaryCell-text {
  visibility: visible; }
#ExpandChecklistModal {
  will-change: auto !important; }
  #ExpandChecklistModal .checklistmodal-header {
    position: relative;
    top: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e9e9e9; }
    #ExpandChecklistModal .checklistmodal-header .expandchecklist-header {
      display: flex;
      align-items: center;
      padding: 0 20px 14px; }
      #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper {
        display: block;
        width: 100%; }
        #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header {
          padding: 6px 7px 8px;
          display: flex;
          flex-direction: column; }
          #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info {
            display: flex;
            align-items: center;
            margin-bottom: 12px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info .checklist-icon {
              margin-right: 10px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info .checklist-label {
              font-size: 14px;
              font-weight: 600;
              line-height: 20px;
              color: #2e3538; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .checklistheader-info .checklist-progress {
              margin-left: auto;
              font-size: 11px;
              font-weight: 600;
              line-height: 16px;
              color: #2e3538; }
          #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body {
            display: flex;
            align-items: center;
            width: 100%;
            border-radius: 5px;
            height: 8px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-line {
              margin: 0 !important; }
              #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-line .bar {
                height: 8px; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-color .bar {
              background: #21BA45; }
            #ExpandChecklistModal .checklistmodal-header .expandchecklist-header .checklist-wrapper .checklist-header .progress-body .progress-empty .bar {
              background: rgba(0, 0, 0, 0.1) !important;
              min-width: 0%; }
  #ExpandChecklistModal .checklistmodal-body {
    padding: 12px;
    max-height: calc(100% - 102px);
    position: relative;
    flex-basis: 100%; }
  #ExpandChecklistModal .checklistmodal-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    border-top: 1px solid #dedede; }
    #ExpandChecklistModal .checklistmodal-footer .checklist-action {
      display: flex;
      margin-left: auto; }
      #ExpandChecklistModal .checklistmodal-footer .checklist-action .checklist-btn {
        padding: 0 15px;
        height: 32px;
        border-radius: 16px;
        font-size: 14px;
        font-weight: 500; }
      #ExpandChecklistModal .checklistmodal-footer .checklist-action .checklist-cancel {
        margin-right: 15px;
        display: flex;
        align-items: center;
        cursor: pointer; }
      #ExpandChecklistModal .checklistmodal-footer .checklist-action .checklist-save {
        background-color: #2185D0;
        color: #fff;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

@media screen and (min-width: 992px) {
  #ExpandChecklistModal {
    width: 700px; } }

@media screen and (max-width: 991px) {
  #ExpandChecklistModal .close {
    top: -2px !important;
    right: -4px !important; } }
#listView {
  display: flex;
  flex-direction: column;
  padding: 5px 10px 10px 20px;
  height: calc(100vh - 129px);
  background-color: white; }
  #listView .table-container {
    overflow: auto;
    height: 100%; }
  #listView #listViewTableContainer::-webkit-scrollbar {
    width: 9px !important;
    /* Increases vertical scrollbar thickness */
    height: 9px; }
  #listView #listViewTableContainer::-webkit-scrollbar-thumb {
    background-color: #aaa;
    /* Scrollbar color */ }
  #listView #listViewTableContainer::-webkit-scrollbar-track {
    background: transparent;
    /* Track background */ }
  #listView .resizable-column {
    display: flex;
    align-items: center;
    border-right: 2px solid #ddd; }
    #listView .resizable-column .column-name {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding: 5px 10px;
      user-select: none; }
  #listView .columns-name-header {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    min-width: fit-content;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: white; }
    #listView .columns-name-header:hover .column-name span div {
      position: absolute;
      user-select: none;
      height: 100%;
      width: 0px !important;
      top: 0px;
      right: 0px !important;
      cursor: ew-resize !important;
      border: 2px solid #ccc !important;
      border-radius: 20px; }
      #listView .columns-name-header:hover .column-name span div:hover, #listView .columns-name-header:hover .column-name span div:active {
        border: 2px solid #0096ff !important; }
  #listView .column-name {
    font-size: small;
    padding: 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 200px; }
  #listView .list-item {
    display: flex;
    align-items: center;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    min-width: fit-content;
    gap: 10px;
    background-color: white; }
  #listView .list-item:hover {
    background-color: #f2f4f8 !important; }
  #listView .list-item:hover .record-text {
    border: 1px solid #ddd;
    /* Keep hover border effect */
    background-color: #f9f9f9; }
  #listView .checkbox {
    margin: 0 10px; }
  #listView .record-content {
    position: relative;
    overflow: visible;
    /* Prevent clipping */ }
    #listView .record-content .record-text {
      font-size: 13px;
      padding: 4px 8px;
      border: 1px solid transparent;
      border-radius: 6px;
      cursor: pointer;
      transition: border 0.2s ease;
      width: fit-content; }
    #listView .record-content .editable-input {
      width: 100%;
      /* Ensure input takes full width */
      box-sizing: border-box;
      padding: 4px 8px;
      font-size: 13px;
      border: 1px solid #ddd;
      border-radius: 4px; }
  #listView .record-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block; }
  #listView .action-button {
    margin-left: 10px;
    display: none;
    justify-content: center;
    align-items: center;
    visibility: hidden; }
    #listView .action-button button {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 11px;
      font-weight: 500; }
  #listView .list-item:hover .action-button {
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible; }
    #listView .list-item:hover .action-button button {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 11px;
      font-weight: 500; }
  #listView .add-record {
    width: fit-content;
    height: 34px;
    padding: 0.5rem;
    opacity: 0.75;
    font-size: 12px;
    cursor: pointer; }
  #listView .add-record:hover {
    opacity: 1; }
  #listView .record-default-name {
    opacity: .5; }
  #listView .contex-menu-border {
    border-bottom: 1px solid #e5e5e5;
    margin: 10px;
    padding: 0; }
  #listView .group-main .column-group-header {
    margin-left: 38px;
    height: 24px !important;
    position: relative !important;
    z-index: 1 !important;
    margin-right: 10px; }
  #listView .group-main .group-content {
    height: 50px; }
  #listView .group-main .group-column {
    font-size: 11px;
    color: grey;
    margin-left: 20px; }
  #listView .group-main .group-name-heading {
    font-size: 13px;
    font-weight: 500;
    color: black; }
  #listView .group-main .group-count {
    font-size: 13px;
    color: grey;
    margin-left: 7px; }
  #listView .group-main .group-up-down-icons {
    font-size: 17px;
    margin-right: 6px;
    cursor: pointer;
    opacity: 0.8; }
  #listView .group-main .group-add-record {
    display: block;
    position: absolute;
    opacity: 1;
    bottom: -17px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    height: 18px;
    background-color: white;
    cursor: pointer;
    font-weight: 500;
    opacity: 0.6;
    margin-left: 28px;
    cursor: pointer;
    font-size: 13px;
    z-index: 1; }
  #listView .group-main .group-add-record:hover {
    opacity: 1; }
.cell-and-cell-edit {
  position: relative;
  /*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */ }
  .cell-and-cell-edit .multiline-warp {
    line-height: 1.5;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }
    .cell-and-cell-edit .multiline-warp span {
      white-space: pre-line !important; }
  .cell-and-cell-edit .attachment-drag-celledit .drop-file-content {
    display: none;
    margin: auto; }
    .cell-and-cell-edit .attachment-drag-celledit .drop-file-content p {
      font-size: 14.5px;
      font-weight: 600; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx {
    background: #f5f5f5;
    justify-content: center;
    display: flex;
    align-items: center; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .attachment-bx-item {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .add-text {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .add {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-drag-celledit .file-drop-dragging-over-frame .drop-file-content {
    display: block; }
  .cell-and-cell-edit .attachment-active-cell {
    padding-top: 0px !important; }
  .cell-and-cell-edit .attachment-active-cellEdit {
    padding-top: 5px !important; }
  .cell-and-cell-edit .attachment-bx {
    font-size: 11px;
    height: inherit !important;
    display: flex;
    flex-wrap: nowrap;
    width: -webkit-fill-available;
    align-items: center;
    gap: 5px; }
    .cell-and-cell-edit .attachment-bx .add {
      width: fit-content;
      font-weight: 500;
      cursor: pointer;
      float: left;
      font-size: 16px;
      align-items: center;
      display: flex;
      background: #c7c7c7;
      border-radius: 4px;
      padding: 0px 5px;
      margin-right: 5px; }
    .cell-and-cell-edit .attachment-bx .add-text {
      margin-top: 5px;
      margin-right: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-weight: bold;
      margin: auto 8px;
      overflow: hidden; }
    .cell-and-cell-edit .attachment-bx ul {
      display: inline;
      height: inherit; }
    .cell-and-cell-edit .attachment-bx li {
      display: flex;
      float: left;
      height: inherit; }
      .cell-and-cell-edit .attachment-bx li img {
        position: relative;
        max-height: 80%;
        width: auto;
        margin: auto 3px;
        max-width: 100px;
        height: inherit;
        border: 2px solid transparent; }
        .cell-and-cell-edit .attachment-bx li img:hover {
          border: 2px solid #0096FF; }
    .cell-and-cell-edit .attachment-bx .delete-tooltip .tooltiptext {
      visibility: hidden;
      width: max-content;
      background-color: #212121;
      color: white;
      text-align: center;
      text-transform: none;
      border-radius: 4px;
      font-size: 12px !important;
      margin-left: 8px;
      padding: 0 8px;
      position: absolute;
      z-index: 1;
      padding-left: 7px;
      padding-right: 7px;
      bottom: 50%;
      left: unset; }
    .cell-and-cell-edit .attachment-bx .delete-tooltip:hover .tooltiptext {
      visibility: visible; }
    .cell-and-cell-edit .attachment-bx .attachment-bx-item .remove-icon {
      padding: 2px;
      position: absolute;
      margin-left: -18px;
      margin-top: 0px;
      border-radius: 0px;
      font-size: 8px; }
    .cell-and-cell-edit .attachment-bx .img-data {
      position: relative;
      width: auto;
      max-width: 100px;
      height: -webkit-fill-available;
      margin-right: 5px;
      max-height: 38px;
      border-radius: 4px;
      border: 2px solid #d8d7d7de; }
      .cell-and-cell-edit .attachment-bx .img-data:hover {
        border: 2px solid #0096FF; }
    .cell-and-cell-edit .attachment-bx span:first-child {
      min-width: 16px; }
    .cell-and-cell-edit .attachment-bx span:nth-child(2) {
      margin: 0 auto;
      color: #909090; }
    .cell-and-cell-edit .attachment-bx .attachment-loader {
      margin: 0px 8px 0px 0px; }
  .cell-and-cell-edit .attachment-filr-drag .drop-file-content {
    display: none;
    width: auto;
    height: auto;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .cell-and-cell-edit .attachment-filr-drag .drop-file-content p {
      font-size: 14.5px;
      font-weight: 600; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx {
    background: #f5f5f5;
    justify-content: center;
    display: none;
    align-items: center; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .attachment-bx-item {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .add-text {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .add {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .img-data {
    visibility: hidden; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-dragging-over-frame .drop-file-content {
    display: flex; }
  .cell-and-cell-edit .attachment-filr-drag .file-drop-target {
    height: 100%;
    margin: auto 0px; }
    .cell-and-cell-edit .attachment-filr-drag .file-drop-target .file-logo {
      display: none; }
  .cell-and-cell-edit .ct-checkbox {
    position: absolute !important;
    text-align: center;
    top: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid transparent;
    outline: none;
    padding: 6px; }
  .cell-and-cell-edit .tab-select-bx {
    margin: 0 2px; }
  .cell-and-cell-edit .collaborator-dropdown {
    display: inline-flex;
    flex: 1 1 auto; }
    .cell-and-cell-edit .collaborator-dropdown .add {
      width: fit-content;
      font-weight: 500;
      cursor: pointer;
      float: left;
      font-size: 16px;
      display: flex;
      align-items: center;
      background: #c7c7c7;
      border-radius: 4px;
      padding: 0px 5px;
      margin-right: 5px;
      margin: auto 5px auto 0px; }
      .cell-and-cell-edit .collaborator-dropdown .add:hover {
        background: #d2d2da;
        opacity: 0.9; }
    .cell-and-cell-edit .collaborator-dropdown .multi-collaborator {
      display: flex;
      align-items: center; }
    .cell-and-cell-edit .collaborator-dropdown .select-cell {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      background: #fff;
      outline: none;
      box-shadow: none;
      line-height: 18px; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .css-1okebmr-indicatorSeparator {
        display: none; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .css-yk16xz-control {
        border-radius: 0px; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .css-b8ldur-Input {
        caret-color: black !important; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .Select {
        z-index: 2;
        min-height: 30px; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-clear {
          margin-top: -5px; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control {
          position: relative;
          height: inherit !important;
          border: 2px solid #0096ff;
          border-radius: 4px;
          z-index: 1 !important; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-placeholder {
            line-height: 26px;
            padding: 0 12px !important; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-multi-value-wrapper {
            display: inline-flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            padding-left: 5px;
            min-height: 30px; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding: 5px; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-input {
            height: 18px;
            padding: 0px !important;
            vertical-align: middle;
            margin: auto 0; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          .cell-and-cell-edit .collaborator-dropdown .select-cell .Select .Select-control:hover {
            box-shadow: none; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .Select.is-focused:not(.is-open) > .Select-control {
        box-shadow: none; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .Select-menu-outer {
        z-index: 3;
        box-shadow: 0 0 8px #888;
        width: max-content;
        min-width: 100%; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu .Select-option {
          padding: 6px 10px;
          width: 100%;
          min-width: max-content; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
          width: 4px; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .links-bx {
        border: 2px solid #0096ff;
        border-radius: 4px;
        padding: 5px; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .links-bx .links-bx-link {
          display: flex;
          width: 100%;
          max-width: 100%;
          height: auto !important; }
        .cell-and-cell-edit .collaborator-dropdown .select-cell .links-bx .icon-expand {
          position: absolute;
          right: 5px;
          top: 10px;
          display: none !important; }
      .cell-and-cell-edit .collaborator-dropdown .select-cell .api-data {
        border: 2px solid #0096ff;
        border-radius: 4px;
        max-width: 500px;
        overflow: scroll;
        padding: 5px; }
    .cell-and-cell-edit .collaborator-dropdown .collaborator-cell {
      min-width: auto !important; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-1wcnc71-control {
        overflow: hidden; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-1wcnc71-control,
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-737pto-control {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1); }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-737pto-control {
        box-shadow: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: none; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-737pto-control :hover {
          border: none;
          border-color: none; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-1itjr4n-multiValue {
        display: block !important; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-g1d714-ValueContainer {
        padding: 8px;
        height: 32px; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-15qtglr-singleValue {
        display: none !important; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-fymsl7-menu {
        box-shadow: none;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        top: auto;
        position: fixed;
        width: inherit; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList {
        max-height: 220px;
        overflow: hidden auto; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
          color: #4d4d4d;
          line-height: 2; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
          color: #4d4d4d;
          display: flex;
          align-items: center; }
          .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
            margin-right: 4px; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
          background-color: none; }
      .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .create-option {
        font-size: 12.8px; }
        .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .create-option .content {
          overflow: hidden;
          display: inline-block; }
          .cell-and-cell-edit .collaborator-dropdown .collaborator-cell .create-option .content .header {
            font-size: 11px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
  .cell-and-cell-edit .collaborator-tag {
    display: inline-flex !important;
    align-items: center;
    height: 18px !important;
    border: 1px solid #eee;
    background-color: #eee;
    margin: 2px 2px;
    min-width: fit-content;
    border-radius: 10px; }
    .cell-and-cell-edit .collaborator-tag img {
      width: 20px !important;
      height: 20px !important;
      margin: 0 !important; }
    .cell-and-cell-edit .collaborator-tag p {
      font-size: 13px;
      line-height: 18px !important;
      padding: 0 4px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cell-and-cell-edit .collaborator-icon {
    font-size: 17px !important;
    opacity: 0.75 !important; }
  .cell-and-cell-edit #CellEdit .selected-cell-multiline {
    background-color: white;
    height: 64px;
    box-shadow: 0 0 0 2px #2d7ff9;
    border-radius: 1px;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }
    .cell-and-cell-edit #CellEdit .selected-cell-multiline .ql-editor {
      overflow-y: hidden; }
    .cell-and-cell-edit #CellEdit .selected-cell-multiline .ql-toolbar.ql-snow {
      display: none; }
    .cell-and-cell-edit #CellEdit .selected-cell-multiline .ql-container.ql-snow {
      border: none; }
  .cell-and-cell-edit #CellEdit .multiLineTextEdit {
    padding: 10px;
    border-radius: 4px;
    background-color: #fff;
    min-width: 320px;
    width: 100%;
    border: 1px solid #ddd; }
    .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor {
      background: #fff; }
      .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        overflow: hidden; }
        .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor .ql-toolbar.ql-snow {
          border: 3px solid #ccc; }
      .cell-and-cell-edit #CellEdit .multiLineTextEdit #quill-editor .ql-container {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 150px; }
    .cell-and-cell-edit #CellEdit .multiLineTextEdit .expand {
      font-size: 0.6em;
      z-index: 100000;
      position: absolute !important;
      right: 4px !important;
      background: #fff;
      top: 6px !important;
      background-color: #2185d0 !important;
      color: #fff; }
    .cell-and-cell-edit #CellEdit .multiLineTextEdit .expand:hover {
      color: #fff !important; }
  .cell-and-cell-edit #CellEdit .quill-editor-customCss .ql-container .ql-editor ol,
  .cell-and-cell-edit #CellEdit .quill-editor-customCss .ql-container .ql-editor ul {
    padding: 0px; }
  .cell-and-cell-edit .collaborator-tag-dummy {
    display: inline-flex !important;
    align-items: center;
    height: 18px !important;
    margin: 5px 2px;
    min-width: fit-content;
    max-width: 110px;
    width: -webkit-fill-available;
    border-radius: 10px;
    background-color: #eee;
    background-color: #eee; }
    .cell-and-cell-edit .collaborator-tag-dummy img {
      width: 20px !important;
      height: 20px !important;
      margin: 0 !important; }
    .cell-and-cell-edit .collaborator-tag-dummy p {
      font-size: 13px;
      line-height: 18px !important;
      padding: 0 4px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .cell-and-cell-edit .render-box {
    background: #fff;
    height: 100%;
    position: relative !important;
    /* top: -20px; */
    bottom: 20px;
    z-index: 1; }
    .cell-and-cell-edit .render-box .expand {
      z-index: 100000;
      position: absolute;
      background: #c1d6ee;
      right: 0px;
      top: 6px; }
    .cell-and-cell-edit .render-box .expand:hover {
      color: #fff !important;
      background: #ccc;
      box-shadow: 1px 1px 4px 1px #ccc; }
    .cell-and-cell-edit .render-box .render-bx-border {
      height: 100%;
      border: 2px solid #0096ff;
      border-radius: 4px; }
      .cell-and-cell-edit .render-box .render-bx-border .durationError {
        position: absolute;
        left: 0px;
        z-index: 50;
        background: #fff;
        width: 100%;
        top: 31px;
        min-width: -moz-min-content;
        border: 1px solid #d4d4d5;
        padding: 0.833em 1em;
        font-weight: 400;
        font-style: normal;
        color: rgba(0, 0, 0, 0.87);
        border-radius: 0.28571429rem;
        -webkit-box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
        box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
        outline: none; }
      .cell-and-cell-edit .render-box .render-bx-border input {
        width: -webkit-fill-available !important;
        height: auto !important;
        padding: 0px !important;
        margin: 6px;
        border: none !important; }
        .cell-and-cell-edit .render-box .render-bx-border input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .cell-and-cell-edit .render-box .render-bx-border input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__triangle {
        margin-left: 0px;
        border-bottom-color: white; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__time {
        margin-top: -19px; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__header--time {
        padding: 0; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__time-box {
        width: 100%; }
      .cell-and-cell-edit .render-box .render-bx-border .time-cell .react-datepicker__time-list-item--selected {
        background-color: white !important;
        color: black !important;
        font-weight: 400; }
      .cell-and-cell-edit .render-box .render-bx-border .react-datepicker {
        width: max-content; }
      .cell-and-cell-edit .render-box .render-bx-border .date-render .react-datepicker-wrapper {
        width: 100% !important; }
      .cell-and-cell-edit .render-box .render-bx-border .date-render .react-datepicker__input-container {
        width: 100% !important; }
    .cell-and-cell-edit .render-box .react-phone-number-input {
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px;
      background: #fff;
      overflow: hidden; }
      .cell-and-cell-edit .render-box .react-phone-number-input select {
        display: none; }
      .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row {
        display: flex;
        flex-direction: row; }
        .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__country {
          display: flex;
          justify-content: center; }
        .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon {
          width: 30px;
          display: flex;
          justify-content: center; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon svg {
            width: 20px;
            margin-top: 4px;
            margin-left: 6px;
            margin-right: 4px; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row .react-phone-number-input__icon img {
            width: 30px; }
        .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row input {
          border: none;
          margin: auto;
          height: -webkit-fill-available;
          width: -webkit-fill-available;
          padding-left: 10px; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row input:focus {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
          .cell-and-cell-edit .render-box .react-phone-number-input .react-phone-number-input__row input:active {
            border: none;
            box-shadow: none;
            -webkit-box-shadow: none;
            outline: none; }
    .cell-and-cell-edit .render-box .PhoneInput {
      display: flex;
      align-items: center;
      border: 2px solid #0096ff;
      border-radius: 4px;
      padding: 5px;
      background: #fff;
      overflow: hidden; }
      .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry {
        width: 27px; }
        .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry svg {
          width: 100%;
          border-radius: 3px; }
        .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
          display: none; }
        .cell-and-cell-edit .render-box .PhoneInput .PhoneInputCountry .PhoneInputCountryIcon {
          display: flex;
          align-items: center; }
      .cell-and-cell-edit .render-box .PhoneInput input {
        border: none;
        margin: auto;
        width: -webkit-fill-available;
        padding-left: 10px; }
        .cell-and-cell-edit .render-box .PhoneInput input:focus {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
        .cell-and-cell-edit .render-box .PhoneInput input:active {
          border: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          outline: none; }
    .cell-and-cell-edit .render-box .attachment-bx {
      border: 2px solid #0096ff;
      border-radius: 4px;
      width: -webkit-fill-available; }
      .cell-and-cell-edit .render-box .attachment-bx li {
        height: auto;
        margin: 3px auto; }
      .cell-and-cell-edit .render-box .attachment-bx .add-text {
        margin-top: 5px;
        margin-right: 5px;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: bold;
        margin: auto 8px;
        overflow: hidden; }
      .cell-and-cell-edit .render-box .attachment-bx .add {
        margin-right: 5px; }
        .cell-and-cell-edit .render-box .attachment-bx .add:hover {
          background: #d2d2da;
          opacity: 0.9; }
    .cell-and-cell-edit .render-box .selectDrag {
      content: "";
      position: absolute;
      border: 1px solid #0096FF;
      background: #0096FF;
      height: 8px;
      width: 8px;
      border-radius: 1px;
      bottom: -2.5px;
      right: -3px;
      z-index: 1;
      cursor: crosshair; }
    .cell-and-cell-edit .render-box .css-2b097c-container {
      width: 100%;
      position: absolute;
      z-index: 2; }
    .cell-and-cell-edit .render-box .select-cell {
      position: relative !important;
      left: 0;
      top: 0;
      background: #fff;
      outline: none;
      box-shadow: none;
      line-height: 18px; }
      .cell-and-cell-edit .render-box .select-cell .css-1okebmr-indicatorSeparator {
        display: none; }
      .cell-and-cell-edit .render-box .select-cell .css-yk16xz-control {
        border-radius: 0px; }
      .cell-and-cell-edit .render-box .select-cell .css-b8ldur-Input {
        caret-color: black !important; }
      .cell-and-cell-edit .render-box .select-cell .Select {
        z-index: 2;
        min-height: 30px; }
        .cell-and-cell-edit .render-box .select-cell .Select .Select-clear {
          margin-top: -5px; }
        .cell-and-cell-edit .render-box .select-cell .Select .Select-control {
          position: relative;
          height: inherit !important;
          border: 2px solid #0096ff;
          border-radius: 4px;
          z-index: 1 !important; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-placeholder {
            line-height: 26px;
            padding: 0 12px !important; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-multi-value-wrapper {
            display: inline-flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            padding-left: 5px;
            min-height: 30px; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-arrow-zone {
            cursor: pointer;
            display: table-cell !important;
            position: relative;
            text-align: center;
            vertical-align: middle !important;
            width: 25px;
            padding: 5px; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-input {
            height: 18px;
            padding: 0px !important;
            vertical-align: middle;
            margin: auto 0; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control .Select-input > input {
            box-sizing: border-box !important;
            padding: 0 !important; }
          .cell-and-cell-edit .render-box .select-cell .Select .Select-control:hover {
            box-shadow: none; }
      .cell-and-cell-edit .render-box .select-cell .Select.is-focused:not(.is-open) > .Select-control {
        box-shadow: none; }
      .cell-and-cell-edit .render-box .select-cell .Select-menu-outer {
        z-index: 3;
        box-shadow: 0 0 8px #888;
        width: max-content;
        min-width: 100%; }
        .cell-and-cell-edit .render-box .select-cell .Select-menu-outer .Select-menu .Select-option {
          padding: 6px 10px;
          width: 100%;
          min-width: max-content; }
        .cell-and-cell-edit .render-box .select-cell .Select-menu-outer .Select-menu::-webkit-scrollbar {
          width: 4px; }
      .cell-and-cell-edit .render-box .select-cell .links-bx {
        border: 2px solid #0096ff;
        border-radius: 4px;
        padding: 5px; }
        .cell-and-cell-edit .render-box .select-cell .links-bx .links-bx-link {
          display: flex;
          width: 100%;
          max-width: 100%;
          height: auto !important; }
        .cell-and-cell-edit .render-box .select-cell .links-bx .icon-expand {
          position: absolute;
          right: 5px;
          top: 10px;
          display: none !important; }
      .cell-and-cell-edit .render-box .select-cell .api-data {
        border: 2px solid #0096ff;
        border-radius: 4px;
        max-width: 500px;
        overflow: scroll;
        padding: 5px; }
    .cell-and-cell-edit .render-box .collaborator-cell {
      min-width: auto !important; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1wcnc71-control {
        overflow: hidden; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1wcnc71-control,
      .cell-and-cell-edit .render-box .collaborator-cell .css-737pto-control {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1); }
      .cell-and-cell-edit .render-box .collaborator-cell .css-737pto-control {
        box-shadow: none;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-top: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: none; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-737pto-control :hover {
          border: none;
          border-color: none; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1hb7zxy-IndicatorsContainer {
        display: none; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-1itjr4n-multiValue {
        display: block !important; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-g1d714-ValueContainer {
        padding: 8px;
        height: 32px; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-15qtglr-singleValue {
        display: block !important;
        width: -webkit-fill-available; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-fymsl7-menu {
        box-shadow: none;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-top: none;
        border-left: 2px solid rgba(0, 0, 0, 0.1);
        border-right: 2px solid rgba(0, 0, 0, 0.1);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        top: auto;
        width: inherit; }
      .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList {
        max-height: 220px; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .invite-btn {
          color: #4d4d4d;
          line-height: 2; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn {
          color: #4d4d4d;
          display: flex;
          align-items: center; }
          .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .add-user-btn .add-icon {
            margin-right: 4px; }
        .cell-and-cell-edit .render-box .collaborator-cell .css-ccfn4t-MenuList .css-1b9itwh-option {
          background-color: none; }
      .cell-and-cell-edit .render-box .collaborator-cell .create-option {
        font-size: 12.8px; }
        .cell-and-cell-edit .render-box .collaborator-cell .create-option .content {
          overflow: hidden;
          display: inline-block; }
          .cell-and-cell-edit .render-box .collaborator-cell .create-option .content .header {
            font-size: 11px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
    .cell-and-cell-edit .render-box .field {
      display: flex;
      flex-direction: column;
      padding: 0 10px; }
    .cell-and-cell-edit .render-box .formula .formula-list {
      max-height: 300px;
      background-color: #fff;
      z-index: 1;
      display: block;
      position: absolute;
      width: 335px;
      overflow: auto;
      box-shadow: 0 0 17px 0 #ddd;
      margin: 4px 10px;
      cursor: pointer; }
      .cell-and-cell-edit .render-box .formula .formula-list li {
        padding: 4px 8px;
        border-bottom: 1px solid #ddd; }
        .cell-and-cell-edit .render-box .formula .formula-list li span {
          opacity: 0.5;
          font-size: 11px;
          float: right; }
        .cell-and-cell-edit .render-box .formula .formula-list li .details {
          visibility: hidden;
          width: 85%;
          background-color: black;
          color: #fff;
          text-transform: none;
          border-radius: 6px;
          font-size: 13px !important;
          padding: 3%;
          position: absolute;
          z-index: 3;
          display: inherit;
          margin-top: 3px;
          margin-left: 2%;
          opacity: 1; }
        .cell-and-cell-edit .render-box .formula .formula-list li:hover {
          background-color: rgba(229, 229, 229, 0.3); }
          .cell-and-cell-edit .render-box .formula .formula-list li:hover .details {
            visibility: visible; }
        .cell-and-cell-edit .render-box .formula .formula-list li:not(:hover) .details {
          visibility: hidden; }
    .cell-and-cell-edit .render-box > .content {
      padding: 10px; }
      .cell-and-cell-edit .render-box > .content input,
      .cell-and-cell-edit .render-box > .content select,
      .cell-and-cell-edit .render-box > .content .input {
        padding: 4px !important;
        margin: 4px 0 !important; }
      .cell-and-cell-edit .render-box > .content .apply-button {
        margin: 12px 0;
        padding: 8px 16px; }
    .cell-and-cell-edit .render-box .desc {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      padding: 10px 10px;
      font-size: 14px;
      width: 375px;
      font-size: 13px;
      line-height: 18px;
      color: #4d4d4d;
      opacity: .75;
      cursor: text; }
    .cell-and-cell-edit .render-box .field {
      margin-top: 10px !important; }
    .cell-and-cell-edit .render-box .field label {
      font-weight: 500 !important;
      color: #909090;
      font-size: 12px; }
    .cell-and-cell-edit .render-box .field input,
    .cell-and-cell-edit .render-box .field select {
      background-color: #fff;
      font-size: 13px; }
    .cell-and-cell-edit .render-box .field .react-datepicker-wrapper {
      display: block; }
      .cell-and-cell-edit .render-box .field .react-datepicker-wrapper .react-datepicker__input-container {
        display: block; }
    .cell-and-cell-edit .render-box .rc-time-picker {
      width: 100%; }
    .cell-and-cell-edit .render-box .rc-time-picker-input {
      height: 38px; }
    .cell-and-cell-edit .render-box .ui.checkbox input.hidden + label {
      font-size: 13px;
      color: #414141; }
    .cell-and-cell-edit .render-box .input-multi-line {
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      height: 130px;
      width: 100%;
      z-index: 2;
      background: #fff;
      border: 3px solid #0096ff;
      border-radius: 4px;
      outline: none;
      padding: 6px;
      box-shadow: none;
      line-height: 18px; }
  .cell-and-cell-edit .select-tag-wrapper {
    display: block;
    height: fit-content;
    border-radius: 8px;
    margin: 2px 2px;
    max-width: inherit; }
  .cell-and-cell-edit .select-tag-wrapper-custom {
    display: block;
    height: fit-content;
    border-radius: 8px;
    margin: 4px 0px;
    max-width: inherit; }
  .cell-and-cell-edit .select-tag {
    display: inline-flex !important;
    height: 18px !important;
    padding: 2px 8px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 8px;
    background: #fff;
    color: #4d4d4d;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap; }
    .cell-and-cell-edit .select-tag .Select-aria-only {
      position: relative !important; }
  .cell-and-cell-edit .links-bx {
    display: flex;
    font-size: 11px;
    height: max-content;
    flex-wrap: unset; }
    .cell-and-cell-edit .links-bx .add {
      width: fit-content;
      font-weight: 500;
      cursor: pointer;
      float: left;
      font-size: 16px;
      display: flex;
      align-items: center;
      background: #c7c7c7;
      border-radius: 4px;
      padding: 0px 5px;
      margin-right: 5px; }
      .cell-and-cell-edit .links-bx .add:hover {
        background: #d2d2da;
        opacity: 0.9; }
    .cell-and-cell-edit .links-bx .row-link {
      white-space: nowrap;
      margin: 5px 3px;
      padding: 0px 4px;
      background: #ecf0fa;
      border: 0.5px solid #c9c9ec;
      border-radius: 2px;
      font-size: 13px;
      text-overflow: ellipsis;
      overflow: hidden;
      height: fit-content;
      display: flex; }
      .cell-and-cell-edit .links-bx .row-link .row-link-text {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 42px;
        width: fit-content; }
      .cell-and-cell-edit .links-bx .row-link .remove-icon {
        cursor: pointer; }
      .cell-and-cell-edit .links-bx .row-link .remove-icon::before {
        margin-left: 4px; }
      .cell-and-cell-edit .links-bx .row-link:hover {
        cursor: pointer;
        opacity: 0.8; }
    .cell-and-cell-edit .links-bx .error {
      background: #f5cce9 !important;
      border: 0.5px solid #a26e71 !important; }
  .cell-and-cell-edit .date-wrapper {
    -webkit-box-flex: 1;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    flex-direction: row;
    justify-content: space-between; }
    .cell-and-cell-edit .date-wrapper .date {
      -webkit-box-flex: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
      .cell-and-cell-edit .date-wrapper .date.talign {
        flex: 1 1 calc(100% - 67%); }
      .cell-and-cell-edit .date-wrapper .date.align {
        flex: 1 0 auto; }
    .cell-and-cell-edit .date-wrapper .time {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      box-sizing: border-box;
      padding-left: 0.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
    .cell-and-cell-edit .date-wrapper .zone {
      -webkit-box-flex: 1;
      flex-grow: 0;
      flex-shrink: 2;
      order: 99999;
      box-sizing: border-box;
      padding-top: 0.25rem;
      padding-left: 0.25rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      text-transform: capitalize;
      font-size: 9px; }
  .cell-and-cell-edit .progress {
    margin: auto;
    width: inherit; }
    .cell-and-cell-edit .progress .progress-text-type .progress-text-main {
      display: flex;
      align-items: center;
      justify-content: unset; }
      .cell-and-cell-edit .progress .progress-text-type .progress-text-main .progress-text-icon {
        font-size: 20px; }
      .cell-and-cell-edit .progress .progress-text-type .progress-text-main .progress-text-task {
        font-size: 14px;
        margin-left: 6px; }
    .cell-and-cell-edit .progress .progress-type {
      display: flex;
      align-items: center;
      width: 100%; }
      .cell-and-cell-edit .progress .progress-type .progress-line {
        width: 90%;
        margin: auto !important; }
      .cell-and-cell-edit .progress .progress-type .progress-color .bar {
        background: #21ba45; }
      .cell-and-cell-edit .progress .progress-type .progress-empty .bar {
        background: rgba(0, 0, 0, 0.1) !important;
        min-width: 0%; }
      .cell-and-cell-edit .progress .progress-type .progress-percentage {
        width: 29px;
        text-align: center;
        margin-left: 4px;
        color: green;
        font-weight: 500;
        margin-right: 4px; }
      .cell-and-cell-edit .progress .progress-type .ui.small.progress {
        font-size: 0.60857143rem; }
  .cell-and-cell-edit .date-cell .react-datepicker-wrapper {
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    position: absolute;
    display: -webkit-inline-box; }
    .cell-and-cell-edit .date-cell .react-datepicker-wrapper .react-datepicker__input-container {
      top: 0px;
      left: 0px;
      height: -webkit-fill-available;
      width: -moz-available;
      width: 100%;
      display: block !important; }
  .cell-and-cell-edit .date-cell input {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: -webkit-fill-available;
    width: -moz-available;
    width: 100%;
    z-index: 1;
    background: #fff;
    border: 2px solid #0096ff;
    border-radius: 4px;
    outline: none;
    padding: 6px;
    box-shadow: none;
    line-height: 20px; }
  .cell-and-cell-edit .date-time .react-datepicker {
    width: 283px !important; }
    .cell-and-cell-edit .date-time .react-datepicker .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
      padding: 5px 7px; }
  .cell-and-cell-edit .date-time .react-datepicker__header--time {
    height: 75px; }
  .cell-and-cell-edit .api-data-root .row-link .api-data {
    display: none; }
  .cell-and-cell-edit .api-data-root .row-link:hover .api-data {
    display: block; }
  .cell-and-cell-edit .infoBox {
    display: "flex";
    flex-direction: "column";
    justify-content: "flex-start"; }
    .cell-and-cell-edit .infoBox .line {
      margin-bottom: 2% !important; }
  .cell-and-cell-edit .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .cell-and-cell-edit .send-btn .btn-root {
      margin: auto;
      display: flex;
      justify-content: center; }
      .cell-and-cell-edit .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: 0.8;
        /* box-shadow: 3px 3px 3px #ccc; */
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .cell-and-cell-edit .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .cell-and-cell-edit .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .cell-and-cell-edit .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .cell-and-cell-edit .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .cell-and-cell-edit .send-btn .btn-root .btn:active {
          box-shadow: none; }
  .cell-and-cell-edit .button-column {
    display: contents; }
    .cell-and-cell-edit .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      .cell-and-cell-edit .button-column .send-btn .btn-root {
        margin: auto;
        display: flex;
        justify-content: center; }
        .cell-and-cell-edit .button-column .send-btn .btn-root .btn {
          cursor: pointer;
          width: fit-content;
          padding: 3px 6px;
          border-radius: 5px;
          margin: auto;
          opacity: 0.8;
          display: flex;
          justify-content: center;
          background-color: rgba(228, 195, 195, 0.5); }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        .cell-and-cell-edit .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          .cell-and-cell-edit .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }
  .cell-and-cell-edit .rating {
    width: 100%;
    display: flex;
    justify-content: left;
    line-height: 0; }
    .cell-and-cell-edit .rating .rating-icon {
      background: none !important;
      cursor: pointer;
      visibility: hidden; }
  .cell-and-cell-edit .rating:hover .rating-icon {
    visibility: visible;
    cursor: pointer; }
  .cell-and-cell-edit .signature-img {
    width: 100%;
    height: 100%; }
  .cell-and-cell-edit .spinner {
    width: 70px;
    margin: auto;
    position: relative;
    top: -33%; }
    .cell-and-cell-edit .spinner div {
      width: 4px;
      height: 4px;
      background-color: #333;
      border-radius: 100%;
      display: inline-flex;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .cell-and-cell-edit .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .cell-and-cell-edit .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }

@keyframes sk-bouncedelay {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  80% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }
  .cell-and-cell-edit .expand {
    background: #fff; }
  .cell-and-cell-edit .expand:hover {
    background: #e9f8f8;
    border-radius: 10px; }
  .cell-and-cell-edit #multilineText .expand {
    font-size: 0.5em;
    position: fixed;
    right: -2px;
    top: 8px;
    background-color: #2185d0 !important;
    color: #fff; }
  .cell-and-cell-edit #multilineText .expand:hover {
    background-color: #2185d0 !important;
    color: #fff;
    box-shadow: 1px 1px 4px 1px #ccc; }
  .cell-and-cell-edit #multilineText .custom-css ul {
    padding: 0px 18px; }
  .cell-and-cell-edit #multilineText .multiline-text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
    display: -webkit-box;
    overflow: hidden;
    max-height: none;
    word-wrap: break-word; }
  .cell-and-cell-edit .custom-h1,
  .cell-and-cell-edit #CellEdit .ql-editor h1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px; }
  .cell-and-cell-edit .custom-h2,
  .cell-and-cell-edit #CellEdit .ql-editor h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px; }
  .cell-and-cell-edit .select-tag-custom-4 {
    display: inline-flex !important;
    height: 20px !important;
    padding: 1.562px 8px;
    margin: 0;
    text-align: center;
    font-size: 13px;
    line-height: 13px;
    border-radius: 8px;
    background: #fff;
    color: #4d4d4d;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    margin-top: -2px;
    align-items: center; }
  .cell-and-cell-edit .time-wrapper {
    -webkit-box-flex: 1;
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    padding-bottom: 6px;
    padding-top: 6px;
    flex-direction: row;
    justify-content: space-between; }
    .cell-and-cell-edit .time-wrapper .time {
      -webkit-box-flex: 1;
      flex-grow: 1;
      flex-shrink: 1;
      box-sizing: border-box;
      padding-left: 0.5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
  .cell-and-cell-edit #Spreadsheets .panel-row .panel-cell .collaborator-tag .colllaboartor-text {
    white-space: inherit !important; }
  .cell-and-cell-edit .celllock-errorMsg {
    font-size: 11px;
    line-height: 1.5;
    opacity: 0.75;
    margin: 8px 2px;
    color: #111111;
    width: 100%; }
  .cell-and-cell-edit .checkbox-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 2px; }
  .cell-and-cell-edit .cbx {
    color: #0000001a; }
  .cell-and-cell-edit .cbx .cbx-icon {
    height: 25px;
    width: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }
  .cell-and-cell-edit .cbx:hover .cbx-icon {
    border: 2px solid rgba(0, 0, 0, 0.1); }
.ListViewGroupRenderCell .linkColumn, .ListViewGroupRenderCell .collaboratorColumn, .ListViewGroupRenderCell .textColumn, .ListViewGroupRenderCell .checkboxColumn, .ListViewGroupRenderCell .createdby-updatedby-column, .ListViewGroupRenderCell .selectorColumn, .ListViewGroupRenderCell .attachmentColumn, .ListViewGroupRenderCell .apiDataColumn, .ListViewGroupRenderCell .api-push, .ListViewGroupRenderCell .ratingColumn, .ListViewGroupRenderCell .button-column, .ListViewGroupRenderCell .durationColumn, .ListViewGroupRenderCell .progress {
  height: 60px;
  padding: 0px;
  overflow: hidden; }
  .ListViewGroupRenderCell .linkColumn .field-title, .ListViewGroupRenderCell .collaboratorColumn .field-title, .ListViewGroupRenderCell .textColumn .field-title, .ListViewGroupRenderCell .checkboxColumn .field-title, .ListViewGroupRenderCell .createdby-updatedby-column .field-title, .ListViewGroupRenderCell .selectorColumn .field-title, .ListViewGroupRenderCell .attachmentColumn .field-title, .ListViewGroupRenderCell .apiDataColumn .field-title, .ListViewGroupRenderCell .api-push .field-title, .ListViewGroupRenderCell .ratingColumn .field-title, .ListViewGroupRenderCell .button-column .field-title, .ListViewGroupRenderCell .durationColumn .field-title, .ListViewGroupRenderCell .progress .field-title {
    display: flex;
    align-items: center;
    opacity: 0.6; }
    .ListViewGroupRenderCell .linkColumn .field-title .field-name, .ListViewGroupRenderCell .collaboratorColumn .field-title .field-name, .ListViewGroupRenderCell .textColumn .field-title .field-name, .ListViewGroupRenderCell .checkboxColumn .field-title .field-name, .ListViewGroupRenderCell .createdby-updatedby-column .field-title .field-name, .ListViewGroupRenderCell .selectorColumn .field-title .field-name, .ListViewGroupRenderCell .attachmentColumn .field-title .field-name, .ListViewGroupRenderCell .apiDataColumn .field-title .field-name, .ListViewGroupRenderCell .api-push .field-title .field-name, .ListViewGroupRenderCell .ratingColumn .field-title .field-name, .ListViewGroupRenderCell .button-column .field-title .field-name, .ListViewGroupRenderCell .durationColumn .field-title .field-name, .ListViewGroupRenderCell .progress .field-title .field-name {
      margin-left: 4px;
      font-size: 10px; }

.ListViewGroupRenderCell .linkColumn {
  margin-right: 10px;
  height: fit-content;
  overflow: hidden; }
  .ListViewGroupRenderCell .linkColumn .linksDiv {
    display: inline-block;
    flex-wrap: wrap;
    padding: 4px 0; }
    .ListViewGroupRenderCell .linkColumn .linksDiv::-webkit-scrollbar {
      height: 2px; }
    .ListViewGroupRenderCell .linkColumn .linksDiv .row-link {
      display: inline;
      margin-right: 4px;
      padding: 0px 4px;
      background: #ecf0fa;
      border: 1px solid #c9c9ec;
      border-radius: 2px;
      margin-bottom: 5px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .ListViewGroupRenderCell .linkColumn .linksDiv .error {
      display: inline;
      margin-right: 4px;
      padding: 0px 4px;
      background: #f5cce9 !important;
      border: 0.5px solid #a26e71 !important;
      border-radius: 2px; }

.ListViewGroupRenderCell .collaboratorColumn {
  height: fit-content; }
  .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv {
    display: -webkit-inline-box;
    overflow: hidden;
    width: 100%; }
    .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator {
      font-size: 13px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: 30px; }
      .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-left: 4px;
        font-weight: 500; }
      .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      .ListViewGroupRenderCell .collaboratorColumn .collaboratorDiv .collaborator img {
        width: 22px;
        height: 22px;
        margin-right: 4px;
        border-radius: 25px; }

.ListViewGroupRenderCell .textColumn {
  height: fit-content !important; }
  .ListViewGroupRenderCell .textColumn .multilineValue {
    display: block;
    display: -webkit-box !important;
    margin: 0 auto;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    word-wrap: break-word;
    color: black;
    margin-top: 5px;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ListViewGroupRenderCell .textColumn #custom-multiline-value h1 {
    font-size: 20px;
    font-weight: 500; }
  .ListViewGroupRenderCell .textColumn #custom-multiline-value h2 {
    font-size: 16px;
    font-weight: 500; }
  .ListViewGroupRenderCell .textColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-weight: 500;
    margin-left: 0px !important; }

.ListViewGroupRenderCell .multilineValue .custom-css ul {
  padding: 0px 18px; }

.ListViewGroupRenderCell .checkboxColumn {
  height: fit-content; }
  .ListViewGroupRenderCell .checkboxColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    opacity: 0.8;
    color: black;
    margin-top: 5px; }

.ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv {
  display: -webkit-inline-box;
  overflow-x: auto;
  width: 100%;
  padding: 4px 0; }
  .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
    height: 2px; }
  .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator {
    font-size: 11px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    height: 30px; }
    .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
      margin: 0 2px 0 0; }
    .ListViewGroupRenderCell .createdby-updatedby-column .collaboratorDiv .collaborator img {
      width: 25px;
      height: 25px;
      margin-right: 4px;
      border-radius: 25px; }

.ListViewGroupRenderCell .selectorColumn {
  height: fit-content !important; }
  .ListViewGroupRenderCell .selectorColumn .selectorDiv {
    display: block;
    overflow-x: auto;
    padding: 4px 0;
    width: max-content;
    font-weight: 500; }
    .ListViewGroupRenderCell .selectorColumn .selectorDiv::-webkit-scrollbar {
      height: 2px; }
    .ListViewGroupRenderCell .selectorColumn .selectorDiv .selector {
      display: inline;
      justify-content: center;
      padding: 1px 8px;
      margin: 0 2px;
      cursor: pointer;
      background-color: #797373;
      border-radius: 25px;
      font-size: 10px;
      margin-bottom: 5px;
      min-width: 38px; }
      .ListViewGroupRenderCell .selectorColumn .selectorDiv .selector:first-child {
        margin: 0 2px 0 0; }

.ListViewGroupRenderCell .overflow-x-auto-on-hover:hover {
  overflow-x: auto; }

.ListViewGroupRenderCell .attachmentColumn .attachmentDiv {
  display: flex;
  align-items: center;
  overflow-y: auto;
  width: fit-content; }
  .ListViewGroupRenderCell .attachmentColumn .attachmentDiv::-webkit-scrollbar {
    height: 2px; }
  .ListViewGroupRenderCell .attachmentColumn .attachmentDiv .attachment {
    margin: 0 2px;
    border-radius: 5px;
    height: 22px;
    border: 1px solid #ccc;
    margin-bottom: 5px; }
    .ListViewGroupRenderCell .attachmentColumn .attachmentDiv .attachment img {
      height: 100%;
      object-fit: cover;
      border-radius: 5px;
      max-width: 60px;
      border-radius: 2px; }

.ListViewGroupRenderCell .api-push .btn {
  width: fit-content;
  padding: 4px;
  border-radius: 4px;
  box-shadow: 3px 3px 3px #ccc;
  background-color: rgba(224, 224, 224, 0.5);
  margin-top: 5px; }

.ListViewGroupRenderCell .ratingColumn {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  opacity: 0.8;
  color: black;
  margin-top: 5px;
  height: fit-content; }

.ListViewGroupRenderCell .button-column {
  display: block; }
  .ListViewGroupRenderCell .button-column .send-btn {
    width: -webkit-fill-available;
    text-align: center;
    display: flex; }
    .ListViewGroupRenderCell .button-column .send-btn .btn-root {
      margin: 7px 5px 0px 2px;
      display: flex;
      justify-content: center; }
      .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn {
        cursor: pointer;
        width: fit-content;
        padding: 3px 6px;
        border-radius: 5px;
        margin: auto;
        opacity: .8;
        display: flex;
        justify-content: center;
        background-color: rgba(228, 195, 195, 0.5); }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn svg {
          margin-right: 5px; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn span {
          white-space: nowrap !important;
          color: white;
          overflow: hidden !important;
          text-overflow: ellipsis !important; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn:hover {
          opacity: 1; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn:target {
          box-shadow: none; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .btn:active {
          box-shadow: none; }
      .ListViewGroupRenderCell .button-column .send-btn .btn-root .disabled {
        cursor: auto !important;
        opacity: 0.5; }
        .ListViewGroupRenderCell .button-column .send-btn .btn-root .disabled:hover {
          opacity: 0.5; }

.ListViewGroupRenderCell .durationColumn .multilineValue {
  display: block;
  display: -webkit-box !important;
  margin: 0 auto;
  line-height: 1.2em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  word-wrap: break-word;
  color: black;
  margin-top: 5px; }

.ListViewGroupRenderCell .durationColumn .value {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  color: black; }

.ListViewGroupRenderCell .progress .progress-text-type {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  color: black;
  font-weight: 500; }

.ListViewGroupRenderCell .progress .progress-type {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 8px; }
  .ListViewGroupRenderCell .progress .progress-type .progress-line {
    width: 90%;
    margin: auto !important; }
  .ListViewGroupRenderCell .progress .progress-type .progress-percentage {
    width: 29px;
    text-align: center;
    margin-left: 4px;
    color: green;
    font-weight: 500; }
  .ListViewGroupRenderCell .progress .progress-type .ui.small.progress {
    font-size: 0.60857143rem;
    height: 8px !important;
    padding-left: 0px !important;
    padding-bottom: 4px; }

.ListViewGroupRenderCell .checkboxColumn .gallarycheckbox .cbx .cbx-icon {
  margin: initial; }
.react-calendar-timeline * {
  box-sizing: border-box; }

.react-calendar-timeline .rct-outer {
  display: block;
  overflow: hidden;
  white-space: nowrap; }

.react-calendar-timeline .rct-scroll {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-touch-action: none;
  touch-action: none; }

.react-calendar-timeline .rct-item:hover {
  z-index: 88; }

.react-calendar-timeline .rct-item .rct-item-content {
  position: sticky;
  position: -webkit-sticky;
  left: 0px;
  overflow: hidden;
  display: inline-block;
  border-radius: 2px;
  padding: 0 6px;
  height: 100%; }

.react-calendar-timeline .rct-sidebar {
  overflow: hidden;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #bbb; }
  .react-calendar-timeline .rct-sidebar.rct-sidebar-right {
    border-right: 0;
    border-left: 1px solid #bbb; }
  .react-calendar-timeline .rct-sidebar .rct-sidebar-row {
    padding: 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin: 0;
    border-bottom: 1px solid #bbb; }
    .react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-odd {
      background: rgba(0, 0, 0, 0.05); }
    .react-calendar-timeline .rct-sidebar .rct-sidebar-row.rct-sidebar-row-even {
      background: transparent; }

.react-calendar-timeline .rct-vertical-lines .rct-vl {
  position: absolute;
  border-left: 1px solid #bbb;
  z-index: 30; }
  .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-vl-first {
    border-left-width: 2px; }
  .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-6, .react-calendar-timeline .rct-vertical-lines .rct-vl.rct-day-0 {
    background: rgba(250, 246, 225, 0.5); }

.react-calendar-timeline .rct-horizontal-lines {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none; }
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-even,
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    border-bottom: 1px solid #bbb;
    box-sizing: border-box;
    z-index: 40; }
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    background: rgba(0, 0, 0, 0.05); }
  .react-calendar-timeline .rct-horizontal-lines .rct-hl-even {
    background: transparent; }

.react-calendar-timeline .rct-cursor-line {
  position: absolute;
  width: 2px;
  background: #2196f3;
  z-index: 51; }

.react-calendar-timeline .rct-dateHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-bottom: 1px solid #bbb;
  cursor: pointer;
  font-size: 14px;
  background-color: #f0f0f0;
  border-left: 2px solid #bbb; }

.react-calendar-timeline .rct-dateHeader-primary {
  background-color: initial;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  color: #fff; }

.react-calendar-timeline .rct-header-root {
  background: #c52020;
  border-bottom: 1px solid #bbb; }

.react-calendar-timeline .rct-calendar-header {
  border: 1px solid #bbb; }
#TimeLineView .search-matched {
  border: 2px solid yellow !important; }

#TimeLineView .current-active-search-matched {
  border: 2px solid orange; }

#TimeLineView .event-item-render {
  z-index: 0 !important;
  position: relative; }
  #TimeLineView .event-item-render .custom-item-content {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    font-weight: 400; }
  #TimeLineView .event-item-render .event-thumb-right-thumb {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 13px;
    background-color: #4169E1;
    border-radius: 2px;
    cursor: ew-resize; }
  #TimeLineView .event-item-render .event-thumb-left-thumb {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 13px;
    background-color: #4169E1;
    border-radius: 2px;
    cursor: ew-resize; }

#TimeLineView .create-row-tooltip {
  position: absolute;
  background-color: black;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  padding: 2px 11px;
  z-index: 1; }

#TimeLineView .sticky {
  position: sticky;
  top: 0; }

#TimeLineView .react-calendar-timeline {
  width: 100%;
  margin: 0;
  padding: 0; }
  #TimeLineView .react-calendar-timeline .rct-header-root {
    background-color: white;
    color: black;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 99;
    z-index: 0;
    height: 37px; }
  #TimeLineView .react-calendar-timeline .rct-outer {
    height: 73vh !important;
    overflow-y: auto !important; }
  #TimeLineView .react-calendar-timeline .rct-scroll {
    min-height: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto; }
  #TimeLineView .react-calendar-timeline .rct-horizontal-lines .rct-hl-even {
    border: none !important; }
  #TimeLineView .react-calendar-timeline .rct-horizontal-lines .rct-hl-odd {
    background: none !important;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  #TimeLineView .react-calendar-timeline .rct-header-root {
    margin: 0;
    padding: 0;
    overflow: hidden; }
  #TimeLineView .react-calendar-timeline .rct-calendar {
    margin: 0;
    padding: 0; }
  #TimeLineView .react-calendar-timeline .rct-calendar-header {
    border: none !important;
    pointer-events: none !important; }
    #TimeLineView .react-calendar-timeline .rct-calendar-header .rct-dateHeader {
      background: white !important;
      border: none !important; }
      #TimeLineView .react-calendar-timeline .rct-calendar-header .rct-dateHeader div {
        width: calc(100% / 5);
        /* Only showing Monday to Friday */
        display: inline-block; }
  #TimeLineView .react-calendar-timeline .rct-sidebar .rct-sidebar-row {
    border-bottom: 1px solid #ddd !important;
    line-height: 22px !important; }
  #TimeLineView .react-calendar-timeline .rct-sidebar .rct-sidebar-row-odd {
    background: #ffff !important; }
  #TimeLineView .react-calendar-timeline .sidebar-group-header {
    width: 220px;
    margin: auto;
    height: 100%;
    padding: 0px 0px 0px 18px;
    margin: -4px 0px 0px 0px; }
    #TimeLineView .react-calendar-timeline .sidebar-group-header .heading {
      font-weight: 500;
      font-size: 14px; }
    #TimeLineView .react-calendar-timeline .sidebar-group-header p {
      font-weight: 400;
      font-size: 13px; }

#TimeLineView .sidebar-drag-main .sidebar-drag-line {
  border-left: 1px solid #aaa;
  height: 100%;
  position: fixed;
  left: 10%;
  margin-left: -3px;
  top: 0;
  cursor: e-resize;
  transform: translate3d(0px, 0px, 0px); }
  #TimeLineView .sidebar-drag-main .sidebar-drag-line .sidebar-drag-underline {
    height: 3%;
    position: fixed;
    left: 10%;
    margin-left: -3px;
    top: 49px;
    border-radius: 3px;
    z-index: 1000;
    border-left: 5px solid #2D7FF9;
    visibility: hidden; }

#TimeLineView .sidebar-drag-main .sidebar-drag-line.drag-hover {
  border-left: 3px solid #aaa;
  cursor: e-resize; }
  #TimeLineView .sidebar-drag-main .sidebar-drag-line.drag-hover .sidebar-drag-underline {
    visibility: visible;
    cursor: e-resize !important; }

#TimeLineView .sidebar-drag-main .sidebar-drag-line:hover {
  border-left: 3px solid #aaa;
  cursor: e-resize; }
  #TimeLineView .sidebar-drag-main .sidebar-drag-line:hover .sidebar-drag-underline {
    visibility: visible;
    cursor: e-resize !important; }

#TimeLineView .add-row-btn {
  position: absolute;
  right: 58px;
  bottom: 30px; }
  #TimeLineView .add-row-btn .button {
    background: white !important; }

#TimeLineView .horizontal-scroll-bar {
  overflow-x: scroll;
  height: 20px;
  bottom: 0;
  position: absolute;
  width: 100%; }

#TimeLineView .rct-vertical-lines {
  display: none; }

#TimeLineView .react-calendar-timeline .timeline-grid .group {
  grid-row: auto; }

#TimeLineView .react-calendar-timeline .timeline-grid .group {
  flex: 1; }

#TimeLineView .grouprender-main {
  display: flex;
  align-items: center;
  margin: -3px 0px 0px 0px;
  justify-content: space-between; }
  #TimeLineView .grouprender-main .grouprender-first-sec {
    display: flex;
    align-items: center; }
  #TimeLineView .grouprender-main .bars {
    visibility: hidden; }

#TimeLineView .grouprender-main:hover .bars {
  visibility: visible;
  cursor: pointer; }

#TimeLineView .groupby-menu {
  position: absolute;
  background: black;
  color: white;
  z-index: 1; }
  #TimeLineView .groupby-menu .rightClickGroupbyMenu li {
    font-size: 13px;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 36px;
    overflow: hidden;
    padding: 9px 6px 6px 6px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    list-style: none; }
    #TimeLineView .groupby-menu .rightClickGroupbyMenu li .groupby-menu-text {
      position: relative;
      top: -2px;
      color: #ffffff;
      letter-spacing: .4px;
      font-size: 13px;
      font-weight: 400;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #TimeLineView .groupby-menu .rightClickGroupbyMenu li svg {
      position: relative;
      margin-right: 8px; }
    #TimeLineView .groupby-menu .rightClickGroupbyMenu li:hover {
      background-color: #0f0f0fc9; }
#TimeLineDateSelectionModal .modal-background {
  position: absolute;
  width: 100%;
  height: calc(100vh - 136px);
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 1; }

#TimeLineDateSelectionModal .modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center; }
  #TimeLineDateSelectionModal .modal-wrap .modal {
    height: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background: white;
    width: 70vh;
    opacity: 1;
    border-radius: 4px;
    z-index: 2;
    padding: 14px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .modal-header {
      padding: 4px 0;
      font-size: 23px;
      font-weight: 600;
      margin: 12px 5px 0px 0px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .modal-desc {
      padding: 4px 0;
      font-size: 13px;
      margin-top: 16px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .columns-dropdown {
      padding: 4px 0; }
    #TimeLineDateSelectionModal .modal-wrap .modal .column-dropdown {
      padding: 4px 0; }
      #TimeLineDateSelectionModal .modal-wrap .modal .column-dropdown .dropdown {
        margin-top: 1%;
        width: 100%;
        /* height: 188%; */
        border-radius: 2%;
        flex: 1 0 auto;
        outline: none;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        text-align: left;
        line-height: 1.21428571em;
        font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
        padding: 0.628571em 1em;
        background: #FFFFFF;
        border: 1px solid rgba(34, 36, 38, 0.15);
        color: rgba(0, 0, 0, 0.87);
        border-radius: 0.28571429rem;
        -webkit-transition: box-shadow 0.1s ease, border-color 0.1s ease;
        transition: box-shadow 0.1s ease, border-color 0.1s ease; }
        #TimeLineDateSelectionModal .modal-wrap .modal .column-dropdown .dropdown:focus {
          border-color: #85B7D9;
          background: #FFFFFF;
          color: rgba(0, 0, 0, 0.8);
          box-shadow: none; }
    #TimeLineDateSelectionModal .modal-wrap .modal .field-box {
      padding: 4px 0;
      line-height: 18px;
      font-size: 13px;
      color: #414141;
      -webkit-user-select: none; }
      #TimeLineDateSelectionModal .modal-wrap .modal .field-box .date-picker {
        width: 185%;
        width: -moz-available;
        padding: 8px !important;
        margin: 4px 0 !important;
        outline: none !important;
        border: 2px solid #ddd !important;
        border-radius: 4px;
        box-shadow: 0 0 17px 0 #ddd !important;
        background-color: #fff;
        font-size: 13px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format {
      display: flex;
      flex-direction: column;
      margin-top: 10px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field {
        margin-top: 6px;
        cursor: pointer;
        border-radius: 3px !important;
        border: none;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
        height: 36px;
        width: 100%;
        padding: 0.4rem; }
        #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field:hover {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
        #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field:focus {
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.25); }
        #TimeLineDateSelectionModal .modal-wrap .modal .field-time-format .select-field:focus-visible {
          outline: none !important; }
    #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column {
      display: flex;
      align-items: center;
      padding: 8px 0; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-remove {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin-left: -3px;
        margin-right: 4px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .start-date-field {
        margin-right: 8px;
        width: 120px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1pvhjxb-singleValue span {
        display: inline-block !important;
        margin-left: 2px;
        margin-right: 2px;
        max-width: calc(100% - 8px);
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        top: 5%; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1wa3eu0-placeholder {
        max-width: calc(100% - 8px);
        overflow: hidden;
        position: absolute;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.3; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1itjr4n-multiValue {
        height: 19px !important;
        justify-content: center !important;
        align-items: center !important; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1okebmr-indicatorSeparator {
        display: none; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-tlfecz-indicatorContainer,
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1gtu0rj-indicatorContainer {
        padding: 4px 7px !important;
        color: #7f7c7c; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-tlfecz-indicatorContainer .css-6q0nyr-Svg,
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1gtu0rj-indicatorContainer .css-6q0nyr-Svg {
          width: 16px;
          height: 16px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .css-1g6gooi {
        display: contents; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control {
        min-width: 100px;
        height: 25px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
          padding-left: 6px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-multi-value-wrapper {
          display: flex;
          flex-wrap: wrap;
          width: 150px;
          height: inherit;
          overflow: hidden; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-arrow-zone {
          cursor: pointer;
          display: table-cell !important;
          position: relative;
          text-align: center;
          vertical-align: middle !important;
          width: 25px;
          padding-right: 5px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-input {
          height: 8px;
          vertical-align: middle;
          margin: auto 0;
          padding: 0 !important; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-input > input {
          box-sizing: border-box !important;
          padding: 0 !important; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control:hover {
          box-shadow: none; }
        #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .date-select .select-ct .Select-control .Select-value {
          line-height: 31px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .input-field .input {
        width: 100px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .end-date-field {
        margin: 0 8px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .start-date-column .label-field {
        margin: 0 8px; }
    #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date {
      height: 29px;
      display: flex;
      align-items: center;
      padding-top: 10px; }
      #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .modal-create-btn .modal-create-feild {
        font-weight: 600;
        color: #4d4d4d; }
      #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .modal-create-btn:hover {
        opacity: .85; }
      #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown {
        display: flex;
        align-items: center; }
        #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .text {
          margin-right: 4px;
          font-weight: 600;
          color: #4d4d4d; }
        #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .icon {
          font-size: 18px; }
        #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu {
          min-width: 49em;
          margin-top: 6px; }
          #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .search-input {
            margin: 8px 8px 8px 12px; }
          #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .item {
            display: block;
            padding: 6px 12px !important; }
            #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .item .text {
              font-weight: 400; }
            #TimeLineDateSelectionModal .modal-wrap .modal .modal-create-date .add-field-dropdown .menu .item .label {
              background-color: transparent;
              padding: 0; }
  #TimeLineDateSelectionModal .modal-wrap .create-column-field-buttons {
    padding: 4px 0;
    height: 30px; }
  #TimeLineDateSelectionModal .modal-wrap .modal-footer {
    padding: 4px 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end; }

@media only screen and (max-width: 500px) {
  #TimeLineDateSelectionModal .modal {
    z-index: 2; } }
.timeline-header-main-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 20px 10px;
  gap: 20px; }
  .timeline-header-main-sec .timeline-today-box .today-box {
    display: inline-block;
    padding: 6px 20px;
    background-color: white;
    color: black;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    border: 2px solid #ddd;
    font-weight: 500;
    height: 100%; }
  .timeline-header-main-sec .timeline-today-box .today-box:hover {
    background-color: #ddd;
    /* Darker green on hover */ }
  .timeline-header-main-sec .date-selection-sec {
    padding-top: 12px; }
    .timeline-header-main-sec .date-selection-sec .date-select-header {
      display: flex;
      align-items: center;
      cursor: pointer; }
      .timeline-header-main-sec .date-selection-sec .date-select-header i {
        font-size: 18px;
        margin: 0px 5px 0px 5px;
        color: grey;
        font-weight: 600; }
      .timeline-header-main-sec .date-selection-sec .date-select-header i :hover {
        color: black; }
      .timeline-header-main-sec .date-selection-sec .date-select-header .date-header-title {
        font-size: 16px;
        font-weight: 500; }
    .timeline-header-main-sec .date-selection-sec .timeline-date-picker {
      display: none; }
      .timeline-header-main-sec .date-selection-sec .timeline-date-picker input {
        display: none; }
  .timeline-header-main-sec .unit-dropdown-sec {
    display: flex;
    align-items: center; }
.groupTimelineCell {
  padding: 5px;
  padding-left: 15px; }
  .groupTimelineCell .linkColumn, .groupTimelineCell .collaboratorColumn, .groupTimelineCell .textColumn, .groupTimelineCell .checkboxColumn, .groupTimelineCell .createdby-updatedby-column, .groupTimelineCell .selectorColumn, .groupTimelineCell .attachmentColumn, .groupTimelineCell .apiDataColumn, .groupTimelineCell .api-push, .groupTimelineCell .ratingColumn, .groupTimelineCell .button-column, .groupTimelineCell .durationColumn, .groupTimelineCell .progress {
    height: 60px;
    padding: 0px;
    overflow: hidden; }
    .groupTimelineCell .linkColumn .field-title, .groupTimelineCell .collaboratorColumn .field-title, .groupTimelineCell .textColumn .field-title, .groupTimelineCell .checkboxColumn .field-title, .groupTimelineCell .createdby-updatedby-column .field-title, .groupTimelineCell .selectorColumn .field-title, .groupTimelineCell .attachmentColumn .field-title, .groupTimelineCell .apiDataColumn .field-title, .groupTimelineCell .api-push .field-title, .groupTimelineCell .ratingColumn .field-title, .groupTimelineCell .button-column .field-title, .groupTimelineCell .durationColumn .field-title, .groupTimelineCell .progress .field-title {
      display: flex;
      align-items: center;
      opacity: 0.6; }
      .groupTimelineCell .linkColumn .field-title .field-name, .groupTimelineCell .collaboratorColumn .field-title .field-name, .groupTimelineCell .textColumn .field-title .field-name, .groupTimelineCell .checkboxColumn .field-title .field-name, .groupTimelineCell .createdby-updatedby-column .field-title .field-name, .groupTimelineCell .selectorColumn .field-title .field-name, .groupTimelineCell .attachmentColumn .field-title .field-name, .groupTimelineCell .apiDataColumn .field-title .field-name, .groupTimelineCell .api-push .field-title .field-name, .groupTimelineCell .ratingColumn .field-title .field-name, .groupTimelineCell .button-column .field-title .field-name, .groupTimelineCell .durationColumn .field-title .field-name, .groupTimelineCell .progress .field-title .field-name {
        margin-left: 4px;
        font-size: 10px; }
  .groupTimelineCell .linkColumn {
    margin-right: 10px;
    height: fit-content;
    overflow: hidden; }
    .groupTimelineCell .linkColumn .linksDiv {
      display: inline-block;
      flex-wrap: wrap;
      padding: 4px 0; }
      .groupTimelineCell .linkColumn .linksDiv::-webkit-scrollbar {
        height: 2px; }
      .groupTimelineCell .linkColumn .linksDiv .row-link {
        display: inline;
        margin-right: 4px;
        padding: 0px 4px;
        background: #ecf0fa;
        border: 1px solid #c9c9ec;
        border-radius: 2px;
        margin-bottom: 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .groupTimelineCell .linkColumn .linksDiv .error {
        display: inline;
        margin-right: 4px;
        padding: 0px 4px;
        background: #f5cce9 !important;
        border: 0.5px solid #a26e71 !important;
        border-radius: 2px; }
  .groupTimelineCell .collaboratorColumn {
    height: fit-content; }
    .groupTimelineCell .collaboratorColumn .collaboratorDiv {
      display: -webkit-inline-box;
      overflow: hidden;
      width: 100%; }
      .groupTimelineCell .collaboratorColumn .collaboratorDiv::-webkit-scrollbar {
        height: 2px; }
      .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator {
        font-size: 13px;
        border-radius: 25px;
        display: flex;
        align-items: center;
        height: 30px; }
        .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator span {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          margin-left: 4px; }
        .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator:first-child {
          margin: 0 2px 0 0; }
        .groupTimelineCell .collaboratorColumn .collaboratorDiv .collaborator img {
          width: 22px;
          height: 22px;
          margin-right: 4px;
          border-radius: 25px; }
  .groupTimelineCell .textColumn {
    height: fit-content !important; }
    .groupTimelineCell .textColumn .multilineValue {
      display: block;
      display: -webkit-box !important;
      margin: 0 auto;
      line-height: 1.2em;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      word-wrap: break-word;
      color: black;
      margin-top: 5px;
      display: block;
      display: -webkit-box;
      max-width: 100%;
      margin: 0 auto;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .groupTimelineCell .textColumn #custom-multiline-value h1 {
      font-size: 20px;
      font-weight: 500; }
    .groupTimelineCell .textColumn #custom-multiline-value h2 {
      font-size: 16px;
      font-weight: 500; }
    .groupTimelineCell .textColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      color: black; }
  .groupTimelineCell .multilineValue .custom-css ul {
    padding: 0px 18px; }
  .groupTimelineCell .checkboxColumn {
    height: fit-content; }
    .groupTimelineCell .checkboxColumn .value {
      white-space: nowrap;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      pointer-events: none;
      opacity: 0.8;
      color: black;
      margin-top: 5px; }
  .groupTimelineCell .createdby-updatedby-column .collaboratorDiv {
    display: -webkit-inline-box;
    overflow-x: auto;
    width: 100%;
    padding: 4px 0; }
    .groupTimelineCell .createdby-updatedby-column .collaboratorDiv::-webkit-scrollbar {
      height: 2px; }
    .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator {
      font-size: 11px;
      border-radius: 25px;
      display: flex;
      align-items: center;
      height: 30px; }
      .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator:first-child {
        margin: 0 2px 0 0; }
      .groupTimelineCell .createdby-updatedby-column .collaboratorDiv .collaborator img {
        width: 25px;
        height: 25px;
        margin-right: 4px;
        border-radius: 25px; }
  .groupTimelineCell .selectorColumn {
    height: fit-content !important; }
    .groupTimelineCell .selectorColumn .selectorDiv {
      display: block;
      overflow-x: auto;
      padding: 4px 0;
      width: max-content; }
      .groupTimelineCell .selectorColumn .selectorDiv::-webkit-scrollbar {
        height: 2px; }
      .groupTimelineCell .selectorColumn .selectorDiv .selector {
        display: inline;
        justify-content: center;
        padding: 1px 8px;
        margin: 0 2px;
        cursor: pointer;
        background-color: #797373;
        border-radius: 25px;
        font-size: 10px;
        margin-bottom: 5px;
        min-width: 38px; }
        .groupTimelineCell .selectorColumn .selectorDiv .selector:first-child {
          margin: 0 2px 0 0; }
  .groupTimelineCell .overflow-x-auto-on-hover:hover {
    overflow-x: auto; }
  .groupTimelineCell .attachmentColumn .attachmentDiv {
    display: flex;
    align-items: center;
    overflow-y: auto;
    width: fit-content; }
    .groupTimelineCell .attachmentColumn .attachmentDiv::-webkit-scrollbar {
      height: 2px; }
    .groupTimelineCell .attachmentColumn .attachmentDiv .attachment {
      margin: 0 2px;
      border-radius: 5px;
      height: 22px;
      border: 1px solid #ccc;
      margin-bottom: 5px; }
      .groupTimelineCell .attachmentColumn .attachmentDiv .attachment img {
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
        max-width: 60px;
        border-radius: 2px; }
  .groupTimelineCell .api-push .btn {
    width: fit-content;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px #ccc;
    background-color: rgba(224, 224, 224, 0.5);
    margin-top: 5px; }
  .groupTimelineCell .ratingColumn {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
    opacity: 0.8;
    color: black;
    margin-top: 5px;
    height: fit-content; }
  .groupTimelineCell .button-column {
    display: block; }
    .groupTimelineCell .button-column .send-btn {
      width: -webkit-fill-available;
      text-align: center;
      display: flex; }
      .groupTimelineCell .button-column .send-btn .btn-root {
        margin: 7px 5px 0px 2px;
        display: flex;
        justify-content: center; }
        .groupTimelineCell .button-column .send-btn .btn-root .btn {
          cursor: pointer;
          width: fit-content;
          padding: 3px 6px;
          border-radius: 5px;
          margin: auto;
          opacity: .8;
          display: flex;
          justify-content: center;
          background-color: rgba(228, 195, 195, 0.5); }
          .groupTimelineCell .button-column .send-btn .btn-root .btn svg {
            margin-right: 5px; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn span {
            white-space: nowrap !important;
            color: white;
            overflow: hidden !important;
            text-overflow: ellipsis !important; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn:hover {
            opacity: 1; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn:target {
            box-shadow: none; }
          .groupTimelineCell .button-column .send-btn .btn-root .btn:active {
            box-shadow: none; }
        .groupTimelineCell .button-column .send-btn .btn-root .disabled {
          cursor: auto !important;
          opacity: 0.5; }
          .groupTimelineCell .button-column .send-btn .btn-root .disabled:hover {
            opacity: 0.5; }
  .groupTimelineCell .durationColumn .multilineValue {
    display: block;
    display: -webkit-box !important;
    margin: 0 auto;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    word-wrap: break-word;
    color: black;
    margin-top: 5px; }
  .groupTimelineCell .durationColumn .value {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    color: black; }
  .groupTimelineCell .progress .progress-text-type {
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    color: black;
    font-weight: 500; }
  .groupTimelineCell .progress .progress-type {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8px; }
    .groupTimelineCell .progress .progress-type .progress-line {
      width: 90%;
      margin: auto !important; }
    .groupTimelineCell .progress .progress-type .progress-percentage {
      width: 29px;
      text-align: center;
      margin-left: 4px;
      color: green;
      font-weight: 500; }
    .groupTimelineCell .progress .progress-type .ui.small.progress {
      font-size: 0.60857143rem;
      height: 8px !important;
      padding-left: 0px !important;
      padding-bottom: 4px; }
  .groupTimelineCell .checkboxColumn .gallarycheckbox .cbx .cbx-icon {
    margin: initial; }
.unscheduled-row-main {
  width: 20%;
  background: #f4f4f4;
  padding: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #ddd;
  margin-left: 5px; }
  .unscheduled-row-main .unscheduled-row-render {
    overflow: auto;
    height: 77%; }
    .unscheduled-row-main .unscheduled-row-render .key-heading {
      padding: 5px;
      font-size: 11px;
      font-weight: 600; }
    .unscheduled-row-main .unscheduled-row-render .no-data-found {
      text-align: center;
      color: grey;
      font-size: 14px; }
  .unscheduled-row-main .rows {
    margin-bottom: 10px;
    padding: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer; }
    .unscheduled-row-main .rows .row-header {
      font-size: 13px;
      font-weight: 500;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 100%; }
    .unscheduled-row-main .rows .row-no-date {
      font-size: 11px;
      color: grey;
      margin: 4px 0px 0px 0px; }
  .unscheduled-row-main .unscheduled-search-sec {
    display: flex;
    align-items: center;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    background-color: white;
    width: 400px;
    /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); */
    width: 100%;
    margin: 4px 0px 16px 0px; }
    .unscheduled-row-main .unscheduled-search-sec input {
      flex: 1;
      border: none;
      outline: none;
      font-size: 14px;
      padding: 5px;
      width: 100%; }
    .unscheduled-row-main .unscheduled-search-sec .search-icon {
      font-size: 14px;
      margin-top: -6px;
      color: grey; }
    .unscheduled-row-main .unscheduled-search-sec .close-icon {
      font-size: 14px;
      margin-top: -5px;
      color: grey;
      cursor: pointer;
      margin-left: 3px; }
#MiniExpandModel {
  background-color: #fff;
  border-radius: 6px;
  width: 434px;
  height: fit-content;
  position: absolute;
  top: 28%;
  left: 35%;
  box-shadow: 0 0 0 2px #0000001a; }
  #MiniExpandModel .miniexpand-main .header-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 8px; }
    #MiniExpandModel .miniexpand-main .header-sec .header-icons {
      opacity: 0.7;
      font-size: 16px; }
    #MiniExpandModel .miniexpand-main .header-sec .icons-sec {
      background: #fff;
      border-radius: 3px;
      text-align: center;
      margin: 4px;
      cursor: pointer;
      width: 20px;
      height: 20px; }
    #MiniExpandModel .miniexpand-main .header-sec .icons-sec:hover {
      background: #ddd; }
      #MiniExpandModel .miniexpand-main .header-sec .icons-sec:hover .header-icons {
        background: #ddd; }
  #MiniExpandModel .miniexpand-main .render-cell {
    padding: 14px;
    height: fit-content;
    overflow: auto;
    max-height: 400px; }
    #MiniExpandModel .miniexpand-main .render-cell .render-main {
      padding: 10px 0px 10px 0px;
      display: flex;
      align-items: center; }
    #MiniExpandModel .miniexpand-main .render-cell .label-continer {
      width: 170px;
      font-size: 13px;
      font-weight: 500; }
    #MiniExpandModel .miniexpand-main .render-cell .cell-input-contener {
      width: 100%; }
  #MiniExpandModel .miniexpand-main .context-cell-menu {
    top: 35px;
    right: 23px;
    max-width: 155px !important;
    z-index: 1 !important; }
#Cell input,
#Cell textarea {
  height: 20px;
  width: 100%;
  padding: 14px 8px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px; }

#Cell .input {
  width: 100%; }

#Cell .dollar-icon input {
  padding-left: 1.271429em !important; }

#Cell .dollar-icon i {
  width: 1.8em; }

#Cell .url input {
  text-decoration: underline;
  color: #2085d0; }
  #Cell .url input:hover {
    color: rgba(0, 0, 0, 0.87); }

#Cell input:hover,
#Cell textarea:hover,
#Cell .selectBox:hover,
#Cell .select-cell:hover,
#Cell .virtual-input:hover {
  border-color: rgba(0, 0, 0, 0.25); }

#Cell input:focus,
#Cell textarea:focus,
#Cell .selectBox:focus,
#Cell .select-cell:focus,
#Cell .virtual-input:focus {
  outline: none;
  border-color: #0096FF; }

#Cell .react-datepicker-wrapper {
  width: 100%; }
  #Cell .react-datepicker-wrapper .react-datepicker__input-container {
    width: 100%; }

#Cell .PhoneInput {
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 10px;
  margin: 10px 0px 0px 0px;
  border: 2px solid rgba(34, 36, 38, 0.15);
  color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  font-weight: 400;
  line-height: 18px; }
  #Cell .PhoneInput .PhoneInputCountry {
    width: 27px; }
    #Cell .PhoneInput .PhoneInputCountry svg {
      width: 100%;
      border-radius: 3px; }
    #Cell .PhoneInput .PhoneInputCountry .PhoneInputCountrySelect {
      display: none; }
  #Cell .PhoneInput input {
    border: none;
    margin: auto;
    width: -webkit-fill-available;
    padding-left: 10px; }
    #Cell .PhoneInput input:focus {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
    #Cell .PhoneInput input:active {
      border: none;
      box-shadow: none;
      -webkit-box-shadow: none;
      outline: none; }
#card #CardView {
  height: calc(100vh - 130px);
  overflow: hidden scroll;
  overflow-y: auto;
  overflow-x: hidden; }

#card #CardBlur {
  filter: blur(8px);
  -webkit-filter: blur(4px);
  /* Full height */
  height: 100%;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: content-box;
  pointer-events: none;
  height: calc(100vh - 130px);
  overflow: hidden scroll;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px 0px;
  cursor: not-allowed; }

#card .fab-add-row {
  position: absolute;
  right: 1.4em;
  bottom: 6.2em;
  cursor: pointer; }

#card .fab-type-row {
  position: absolute;
  right: 32px;
  bottom: 5.0em;
  cursor: pointer;
  text-align: center; }
  #card .fab-type-row .row-type {
    margin-top: 10px;
    margin-bottom: 10px; }
    #card .fab-type-row .row-type .row {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #card .fab-type-row .row-type .row .row-icon {
        background-color: #505050;
        width: 34px;
        border-radius: 70px;
        margin-top: 3px; }
    #card .fab-type-row .row-type .row-paragraph {
      font-weight: 600;
      font-size: 14px;
      margin-right: 12px;
      background-color: #505050;
      border-radius: 9px;
      border-radius: 9px;
      width: -webkit-fill-available;
      padding: 6px;
      margin-top: 7px;
      color: white; }

#card #filterBox, #card .right-popup-wrapper {
  position: absolute;
  top: 89px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 12; }
  #card #filterBox .overlay, #card .right-popup-wrapper .overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  #card #filterBox .filters, #card #filterBox .right-popup, #card .right-popup-wrapper .filters, #card .right-popup-wrapper .right-popup {
    z-index: 2;
    position: absolute;
    right: 0;
    height: 100%;
    background: #fff;
    border-left: 1px solid #ddd;
    overflow-y: auto;
    overflow-x: hidden; }
  #card #filterBox .title-filter, #card .right-popup-wrapper .title-filter {
    padding: 10px;
    min-height: 41px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    background: #f8f8f8;
    font-size: 16px;
    font-weight: 500; }
    #card #filterBox .title-filter svg, #card .right-popup-wrapper .title-filter svg {
      position: absolute;
      right: 8px;
      cursor: pointer; }
  #card #filterBox .detailBox, #card .right-popup-wrapper .detailBox {
    top: 37%;
    position: absolute;
    right: 20%;
    /* height: 100%; */
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #303b47;
    color: #fff;
    text-transform: none;
    border-radius: 6px;
    font-size: 13px !important;
    padding: 1%;
    z-index: 3;
    opacity: 1;
    box-shadow: inset 0 0 10px #000000; }

.are-you-modal-configuration {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-weight: 600; }

.are-you-modal-configuration-message {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
#EmbedView .content-wrapper {
  margin: auto;
  width: 1024px; }

#EmbedView .col-4 {
  width: 33.3%;
  text-align: start; }

#EmbedView .col-8 {
  width: 66.6%;
  text-align: start; }

#EmbedView h2, #EmbedView h5 {
  font-weight: 500; }

#EmbedView h2 {
  color: #000;
  font-weight: 600;
  margin: 8px 0; }

#EmbedView .embed-detail {
  display: flex;
  justify-content: space-between; }
  #EmbedView .embed-detail textarea {
    display: block;
    min-height: 150px;
    border-color: #ccc;
    color: #333;
    border-radius: 5px;
    padding: 16px;
    margin: 8px 0;
    resize: none;
    outline: 0;
    line-height: 1.5;
    font-size: 16px;
    width: 600px; }
    #EmbedView .embed-detail textarea::-moz-selection {
      color: #fff;
      background: #f76e2d; }
    #EmbedView .embed-detail textarea::selection {
      color: #fff;
      background: #f76e2d; }
    #EmbedView .embed-detail textarea:active, #EmbedView .embed-detail textarea:focus {
      outline: none; }
      #EmbedView .embed-detail textarea:active:after, #EmbedView .embed-detail textarea:focus:after {
        content: 'Copied!'; }
  #EmbedView .embed-detail .embed-text {
    margin-bottom: 8px;
    color: #1f1f1f;
    font-size: 14.4px;
    font-weight: 400;
    line-height: 1.5;
    cursor: text; }
  #EmbedView .embed-detail .embed-stackname {
    margin: 0 0 32px;
    color: #1f1f1f;
    font-size: 31px;
    font-weight: 500;
    line-height: 1.25;
    word-wrap: break-word; }
  #EmbedView .embed-detail .height-content {
    padding: 32px 0 0;
    display: flex;
    align-items: center; }
    #EmbedView .embed-detail .height-content .height-text {
      color: #1f1f1f;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.5;
      padding: 0 16px 0 0; }
    #EmbedView .embed-detail .height-content .height-info {
      width: 100px; }
      #EmbedView .embed-detail .height-content .height-info .height-div {
        position: relative;
        width: 100%; }
        #EmbedView .embed-detail .height-content .height-info .height-div .input-height {
          width: 100%;
          min-height: 32px;
          border-radius: 6px;
          border: 0px;
          outline: 0;
          color: #444;
          line-height: 1.5;
          white-space: pre-wrap;
          word-wrap: break-word;
          font-size: 13px;
          background-color: #fff; }
          #EmbedView .embed-detail .height-content .height-info .height-div .input-height:hover {
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
          #EmbedView .embed-detail .height-content .height-info .height-div .input-height:focus {
            box-shadow: inset 0 0 0 1px #166ee1, 0 0 0 1px #166ee1; }
        #EmbedView .embed-detail .height-content .height-info .height-div .more-heightCss {
          padding: 6px 8px;
          box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
        #EmbedView .embed-detail .height-content .height-info .height-div .less-heightCss {
          padding: 6px 32px 6px 8px;
          box-shadow: inset 0 0 0 2px #dc043b; }
        #EmbedView .embed-detail .height-content .height-info .height-div .warningIcon {
          color: #dc043b;
          fill: #dc043b;
          margin-left: 4px;
          font-size: 16px;
          top: calc(50% - 8px);
          right: 12px;
          pointer-events: none;
          position: absolute;
          flex: none;
          width: 16px;
          height: 16px; }
  #EmbedView .embed-detail .warning-text {
    cursor: text;
    font-size: 11px;
    font-weight: 500;
    padding: 8px 0;
    color: #dc043b;
    animation-name: bounceIn;
    animation-duration: 240ms; }

@keyframes bounceIn {
  0%, 50%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: .9;
    transform: scale3d(0.98, 0.98, 0.98); }
  70% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    transform: scale3d(1, 1, 1); } }

#EmbedView .desktop-iframe {
  margin: auto;
  margin-bottom: 50px; }
  #EmbedView .desktop-iframe iframe {
    border: 1px solid #ccc;
    border-radius: 5px; }
  #EmbedView .desktop-iframe div {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    #EmbedView .desktop-iframe div p {
      font-size: 14px;
      margin-left: 10px; }

#EmbedView .dashboard-iframe-maindiv {
  display: flex;
  align-items: center;
  justify-content: center; }
  #EmbedView .dashboard-iframe-maindiv #gist-app {
    display: none; }
.embed .share-btn-div {
  background: #fff;
  opacity: 0.8;
  border-radius: 25px;
  height: 20px;
  transition: opacity 0.4s; }
  .embed .share-btn-div:hover {
    opacity: 1; }
  .embed .share-btn-div .sharebtn {
    min-width: 60px;
    text-align: center;
    color: #a2a7b4;
    font-weight: 500;
    letter-spacing: 1px; }

.embed .ps__rail-x {
  bottom: 27px !important;
  left: 0px !important;
  position: fixed; }

.embed #topbar .right-menu:hover {
  color: #e0e0e0 !important; }

.embed #topbar .embed-stackname {
  max-width: 305px; }
  @media screen and (max-width: 765px) {
    .embed #topbar .embed-stackname {
      max-width: 150px; } }

.embed .left-panel-summary-cell {
  bottom: 26px !important; }

.embed .embed-footer {
  display: flex;
  align-items: center;
  flex-direction: row;
  background-color: white;
  position: fixed;
  z-index: 10000;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 26px;
  right: 0; }
  .embed .embed-footer img {
    max-width: 100px;
    height: -webkit-fill-available; }
  @media (min-width: 992px) {
    .embed .embed-footer .expand-show {
      display: none; } }

.embed .notFound img {
  width: 171px;
  height: 55px; }

.embed .notFound .notFoundInner {
  margin-top: 14px; }
  .embed .notFound .notFoundInner h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600; }
  .embed .notFound .notFoundInner p {
    font-size: 13px; }

.embed .email-restricted img {
  width: 171px;
  height: 55px; }

.embed .email-restricted .email-link-header {
  font-size: 21px;
  font-weight: 600;
  margin: 7px 0px 18px 0px; }

.embed .email-restricted .email-restricted-inner {
  margin-top: 14px; }
  .embed .email-restricted .email-restricted-inner h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600; }
  .embed .email-restricted .email-restricted-inner p {
    font-size: 13px; }

.embed .password-protected-main img {
  width: 171px;
  height: 55px; }

.embed .password-protected-main .email-link-header {
  font-size: 21px;
  font-weight: 600;
  margin: 7px 0px 18px 0px; }

.embed .password-protected-main .password-protected-inner {
  margin-top: 14px; }
  .embed .password-protected-main .password-protected-inner h3 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: 600; }
  .embed .password-protected-main .password-protected-inner p {
    font-size: 13px; }

.embed .password-protected-main .password-protected-fill {
  display: flex;
  align-items: center;
  margin: 20px 8px 21px 1px; }
  .embed .password-protected-main .password-protected-fill .input {
    width: 240px; }
  .embed .password-protected-main .password-protected-fill button {
    margin-left: 12px; }

.embed .password-protected-main .error-msg {
  color: red;
  margin-left: 5px; }

.embed .embed-blocks {
  height: calc(100vh - 110px) !important; }

.embed .hideheader-blocks {
  height: calc(100vh - 62px) !important; }
#UseThisData .header {
  border-bottom: 1px solid white;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px; }

#UseThisData .description {
  font-size: 14px;
  margin-bottom: 12px; }

#UseThisData .form-content {
  margin-left: 10px;
  margin-right: 10px; }
  #UseThisData .form-content .image {
    margin-top: 15px;
    margin-bottom: 15px; }
  #UseThisData .form-content .radio-btn-sec {
    margin-top: 18px; }

#UseThisData .dropdown {
  margin-bottom: 10px; }
  #UseThisData .dropdown .dropdown-header {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px; }

#UseThisData .error-usethisdata {
  margin-top: 8px;
  color: #dd2c5a;
  cursor: text;
  font-size: 13px; }

#UseThisData .buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 25px;
  margin-bottom: 10px; }
#ViewEmbedConfig .viewembed-loader {
  display: flex;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  align-items: center; }

#ViewEmbedConfig .content-wrapper {
  margin: auto;
  width: 1024px; }

#ViewEmbedConfig .col-4 {
  width: 33.3%;
  text-align: start; }

#ViewEmbedConfig .col-8 {
  width: 66.6%;
  text-align: start; }

#ViewEmbedConfig h2,
#ViewEmbedConfig h5 {
  font-weight: 500; }

#ViewEmbedConfig h2 {
  color: #000;
  font-weight: 600;
  margin: 8px 0; }

#ViewEmbedConfig .embed-detail {
  display: flex;
  justify-content: space-between; }
  #ViewEmbedConfig .embed-detail textarea {
    margin-top: 56px;
    display: block;
    min-height: 150px;
    border-color: #ccc;
    color: #333;
    border-radius: 5px;
    padding: 16px;
    margin: 8px 0;
    resize: none;
    outline: 0;
    line-height: 1.5;
    font-size: 16px;
    width: 600px; }
    #ViewEmbedConfig .embed-detail textarea::-moz-selection {
      color: #fff;
      background: #f76e2d; }
    #ViewEmbedConfig .embed-detail textarea::selection {
      color: #fff;
      background: #f76e2d; }
    #ViewEmbedConfig .embed-detail textarea:active, #ViewEmbedConfig .embed-detail textarea:focus {
      outline: none; }
      #ViewEmbedConfig .embed-detail textarea:active:after, #ViewEmbedConfig .embed-detail textarea:focus:after {
        content: 'Copied!'; }

#ViewEmbedConfig .desktop-iframe {
  margin: auto;
  margin-bottom: 50px; }
  #ViewEmbedConfig .desktop-iframe iframe {
    border: 1px solid #ccc;
    border-radius: 5px; }
  #ViewEmbedConfig .desktop-iframe div {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    #ViewEmbedConfig .desktop-iframe div p {
      font-size: 14px;
      margin-left: 10px; }

#ViewEmbedConfig .dashboard-iframe-maindiv {
  display: flex;
  align-items: center;
  justify-content: center; }
  #ViewEmbedConfig .dashboard-iframe-maindiv .embed-web {
    width: 800px;
    height: 533px; }
  #ViewEmbedConfig .dashboard-iframe-maindiv .embed-mobile {
    margin-left: 12px;
    height: 533px;
    width: 350px; }
#integrations .header-container .header-component {
  padding: 1%;
  text-align: center; }
  #integrations .header-container .header-component h1 {
    font-size: 48px; }

#integrations .int-list {
  display: flex; }
  #integrations .int-list .category {
    padding: 1em;
    width: 25%; }
    #integrations .int-list .category h2 {
      text-align: center; }
    #integrations .int-list .category .search-template input {
      border: 2px solid #ccc; }
    #integrations .int-list .category .search-template ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #797979;
      opacity: 1;
      /* Firefox */ }
    #integrations .int-list .category .sidebar-title h3 {
      padding-bottom: 3px;
      display: inline-block;
      text-transform: uppercase;
      font-weight: 400;
      color: #909090;
      font-size: 16px;
      margin-bottom: 16px; }
    #integrations .int-list .category ul.sidebar-items {
      padding: 0;
      list-style: none; }
      #integrations .int-list .category ul.sidebar-items li {
        height: 28px;
        display: block;
        cursor: pointer; }
      #integrations .int-list .category ul.sidebar-items li.active a {
        border-bottom: 2px solid #414141; }
      #integrations .int-list .category ul.sidebar-items a:hover {
        color: #3384f7; }
      #integrations .int-list .category ul.sidebar-items li a {
        padding-bottom: 3px;
        font-size: 14px;
        color: #414141;
        font-weight: 500; }
  #integrations .int-list .list {
    width: 75%;
    padding: 14px; }
    #integrations .int-list .list .inte-header {
      display: flex;
      margin-bottom: 16px; }
    #integrations .int-list .list h3.int-title {
      font-family: Verdana;
      font-size: 28px;
      font-weight: 500;
      display: inline-flex;
      padding: 0px 8px;
      margin-bottom: 14px;
      color: #000000de; }
    #integrations .int-list .list .inte-tabs {
      display: flex;
      align-items: center;
      margin-bottom: 16px; }
      #integrations .int-list .list .inte-tabs .inte-capsule {
        font-size: 14px;
        font-weight: 500;
        padding: 6px 12px;
        border-radius: 9999px;
        background-color: #ddd;
        color: #000000de;
        margin-right: 8px;
        cursor: pointer; }
      #integrations .int-list .list .inte-tabs .activeTab {
        background-color: darkgray; }

#integrations .grid-component {
  width: auto;
  margin-bottom: 0 !important;
  margin-top: -15px !important;
  margin-left: -15px !important; }
  #integrations .grid-component .no-match-message {
    margin: 20px; }
  #integrations .grid-component .column {
    padding: 0px;
    padding-bottom: 1em; }
  #integrations .grid-component .enable-link {
    cursor: default !important; }
    #integrations .grid-component .enable-link .card {
      cursor: pointer; }
  #integrations .grid-component .disable-link {
    pointer-events: none; }
  #integrations .grid-component .card {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 7% !important;
    display: flex;
    align-items: center;
    margin: 20px !important;
    width: auto;
    border: 2px solid #f5f5f5; }
    #integrations .grid-component .card img {
      background: none !important; }
    #integrations .grid-component .card:hover {
      box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
      transition: 0.2s all ease;
      transform: scale(1.05); }
    @media screen and (max-width: 500px) {
      #integrations .grid-component .card {
        width: 100% !important; } }
    #integrations .grid-component .card .live-dot {
      display: flex;
      align-self: stretch;
      justify-content: flex-end;
      position: absolute;
      right: 5%; }
      #integrations .grid-component .card .live-dot .integration-status-live {
        background-color: #75D701;
        border-radius: 50%;
        width: 12px;
        height: 12px; }
    #integrations .grid-component .card .new-badge-div {
      display: flex;
      align-self: stretch;
      justify-content: flex-end;
      position: absolute;
      left: 5%; }
      #integrations .grid-component .card .new-badge-div .label {
        background: #e01e5a !important; }
    #integrations .grid-component .card .logo {
      block-size: 42px;
      margin-bottom: 20px; }
    #integrations .grid-component .card .integration-name {
      margin: 4px;
      color: black;
      font-size: 24px;
      text-align: center;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 200px; }
    #integrations .grid-component .card .integration-type {
      margin: 4px;
      color: #696969;
      font-size: 16px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      text-align: center;
      line-height: 30px; }
    #integrations .grid-component .card .integration-desc {
      margin: 5px;
      font-size: 12px;
      height: 50px;
      text-align: center;
      line-height: 16px;
      padding: 0 4% 2 4%;
      color: #696960; }
    #integrations .grid-component .card .integration-action {
      margin-top: 8px;
      align-self: stretch;
      text-align: center; }
      #integrations .grid-component .card .integration-action .integrate-button {
        width: 100%; }
    #integrations .grid-component .card .integration-status {
      margin-top: 8px;
      align-self: stretch;
      text-align: center; }
  #integrations .grid-component .int-row {
    display: flex;
    padding: 10px;
    box-shadow: 5px 5px 5px 2px #cccccca3;
    cursor: pointer; }
    #integrations .grid-component .int-row:hover {
      box-shadow: 5px 5px 5px 4px #cccccca3; }
    #integrations .grid-component .int-row img {
      width: 80px;
      height: 80px; }
    #integrations .grid-component .int-row .desc {
      padding: 18px; }
      #integrations .grid-component .int-row .desc .int-name {
        font-size: 18px;
        font-weight: bold; }
      #integrations .grid-component .int-row .desc .int-desc {
        line-height: 2;
        color: gray; }

#integrations .grid-integration {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  grid-gap: 16px 24px; }
  #integrations .grid-integration .integrationLink {
    cursor: pointer;
    transition: box-shadow 200ms cubic-bezier(0.4, 0, 0.2, 1), transform 200ms cubic-bezier(0.4, 0, 0.2, 1); }
    #integrations .grid-integration .integrationLink .integration-card {
      width: 100%;
      height: 72px;
      background: #fff;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
      border: 1px solid #e2e2e2;
      border-radius: 7px;
      display: flex;
      align-items: center; }
      #integrations .grid-integration .integrationLink .integration-card .inte-logoSection {
        padding: 16px; }
        #integrations .grid-integration .integrationLink .integration-card .inte-logoSection .inte-logo {
          height: 40px;
          width: 40px;
          vertical-align: middle; }
      #integrations .grid-integration .integrationLink .integration-card .inte-caption {
        text-align: left;
        padding-right: 16px;
        font-size: 14px; }
        #integrations .grid-integration .integrationLink .integration-card .inte-caption .inte-title {
          color: #2e2e2e;
          font-weight: 600;
          line-height: 20px;
          padding-right: 16px;
          align-items: center;
          display: flex; }
        #integrations .grid-integration .integrationLink .integration-card .inte-caption .inte-type {
          margin-top: 4px;
          color: #5e5e5e;
          line-height: 16px; }
  #integrations .grid-integration .integrationLink:hover {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    transform: translateY(-1px);
    outline: 0; }

#SlackInt {
  padding-top: 88px; }
  #SlackInt .header {
    padding: 2% 0 1%; }
    #SlackInt .header .header-image {
      margin: 0;
      size: 100%; }
  #SlackInt .box-header {
    font-size: 24px;
    font-weight: 450;
    display: flex;
    justify-content: center;
    margin: 12px 0; }
  #SlackInt .segment-box {
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15) !important;
    border: 1px solid rgba(34, 36, 38, 0.15) !important; }
    #SlackInt .segment-box ol {
      padding-left: 14px; }
    #SlackInt .segment-box li {
      margin: 8px;
      padding: 10px; }
      #SlackInt .segment-box li:hover {
        background-color: #f7f7f7;
        cursor: pointer; }
  #SlackInt .segment,
  #SlackInt .segments {
    margin: 0 !important;
    border: none; }
  #SlackInt .white-background {
    background-color: white !important; }
  #SlackInt .actionButton {
    padding: 3;
    display: flex;
    justify-content: center; }
  #SlackInt .margin-top {
    margin-top: 12px; }
  #SlackInt .lastSegment {
    justify-content: space-between; }
  #SlackInt .controls {
    display: flex;
    justify-content: space-between; }
    #SlackInt .controls .done {
      opacity: .7; }
      #SlackInt .controls .done:hover {
        opacity: 1; }

#MsTeamInt {
  padding-top: 88px; }
  #MsTeamInt .header {
    padding: 2% 0 1%; }
    #MsTeamInt .header .header-image {
      margin: 0;
      size: 100%; }
  #MsTeamInt .box-header {
    font-size: 24px;
    font-weight: 450;
    display: flex;
    justify-content: center;
    margin: 12px 0; }
  #MsTeamInt .segment-box {
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15) !important;
    border: 1px solid rgba(34, 36, 38, 0.15) !important; }
    #MsTeamInt .segment-box ol {
      padding-left: 14px; }
    #MsTeamInt .segment-box li {
      margin: 8px;
      padding: 10px; }
      #MsTeamInt .segment-box li:hover {
        background-color: #f7f7f7;
        cursor: pointer; }
  #MsTeamInt .segment,
  #MsTeamInt .segments {
    margin: 0 !important;
    border: none; }
  #MsTeamInt .white-background {
    background-color: white !important; }
  #MsTeamInt .actionButton {
    padding: 3;
    display: flex;
    justify-content: center; }
  #MsTeamInt .margin-top {
    margin-top: 12px; }
  #MsTeamInt .lastSegment {
    justify-content: space-between; }
  #MsTeamInt .controls {
    display: flex;
    justify-content: space-between; }
    #MsTeamInt .controls .done {
      opacity: .7; }
      #MsTeamInt .controls .done:hover {
        opacity: 1; }

#ApiInt {
  color: #000000de; }
  #ApiInt #ApiConfig .ui.dropdown > .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex; }
  #ApiInt .header {
    display: flex;
    align-items: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #ApiInt .header .apicontent {
      padding-left: 12px;
      vertical-align: middle;
      display: inline-block; }
      #ApiInt .header .apicontent .name {
        justify-content: center;
        text-transform: capitalize;
        /* line-height: 4em; */
        width: -webkit-fill-available;
        margin-left: 20px;
        width: -moz-available;
        font-size: 24px;
        font-weight: 500;
        display: flex;
        flex-direction: column;
        margin: 0 0 4px 0;
        line-height: 1.2;
        color: #2e2e2e; }
    #ApiInt .header .name {
      justify-content: center;
      text-transform: capitalize;
      /* line-height: 4em; */
      width: -webkit-fill-available;
      margin-left: 20px;
      width: -moz-available;
      font-size: 24px;
      display: flex;
      flex-direction: column;
      color: #2e2e2e; }
    #ApiInt .header .description {
      font-size: 15px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.6);
      line-height: 1.2em; }
    #ApiInt .header img {
      margin: 0;
      width: 100%;
      height: 100%;
      max-height: 60px;
      max-width: 60px; }
    #ApiInt .header .button {
      height: fit-content;
      margin: auto; }
    #ApiInt .header > .dropdown {
      height: fit-content;
      margin-left: auto;
      border: 2px solid #008DD2; }
      #ApiInt .header > .dropdown .text {
        color: black; }
  #ApiInt .apiInt-header {
    padding: 2% 0 1%; }
    #ApiInt .apiInt-header .apiInt-info {
      border: none;
      margin: 0px;
      line-height: 1.28571429em;
      text-transform: capitalize;
      color: rgba(0, 0, 0, 0.87); }
      #ApiInt .apiInt-header .apiInt-info .header-content {
        padding-left: 0.75rem;
        vertical-align: middle;
        display: inline-block; }
        #ApiInt .apiInt-header .apiInt-info .header-content .sub-header {
          padding: 2% 0 1%;
          text-transform: none; }
  #ApiInt .header-text {
    padding: 2% 0 1%;
    font-weight: 500; }
  #ApiInt .step-int p {
    margin: 20px 5px;
    font-size: 14px; }
  #ApiInt .step-int p b {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87); }
  #ApiInt .step-int img {
    border: 1px solid;
    margin: 20px 0px; }
  #ApiInt .desc {
    padding: 20px;
    margin: 10px 0px;
    border: 1px solid #cccccc85;
    border-radius: 5px;
    box-shadow: 5px 5px 5px #cccccc73; }
    #ApiInt .desc div p:first-child {
      margin-bottom: 16px; }
    #ApiInt .desc p {
      margin: 8px;
      margin-left: 0px;
      font-size: 14px; }
    #ApiInt .desc h4 b {
      font-size: 16px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.87); }
    #ApiInt .desc p b {
      font-size: 14px;
      font-weight: 500;
      color: rgba(0, 0, 0, 0.87); }

#API {
  line-height: 2.3em; }
  #API .row {
    padding: 20px;
    margin: 15px;
    margin-bottom: 0px;
    border: 2px solid #ddd;
    border-radius: 8px; }
    #API .row .column:first-child {
      display: flex; }
      #API .row .column:first-child img {
        height: 35px;
        margin-right: 20px; }
  #API .btn-refresh-api {
    display: -webkit-inline-box !important;
    vertical-align: inherit; }

.content-form-api {
  padding: 5px; }
  .content-form-api .field {
    display: block;
    align-items: baseline;
    margin-top: 10px; }
    .content-form-api .field label {
      font-weight: 500;
      width: 12%; }
    .content-form-api .field input,
    .content-form-api .field select,
    .content-form-api .field .input,
    .content-form-api .field textarea {
      width: -webkit-fill-available;
      width: -moz-available;
      padding: 8px !important;
      margin: 4px 0 !important;
      outline: none !important;
      border: 2px solid #ddd !important;
      border-radius: 4px;
      box-shadow: 0 0 17px 0 #ddd !important; }
      .content-form-api .field input:focus,
      .content-form-api .field select:focus,
      .content-form-api .field .input:focus,
      .content-form-api .field textarea:focus {
        border: 1px solid #85B7D9 !important; }
      .content-form-api .field input::selection,
      .content-form-api .field select::selection,
      .content-form-api .field .input::selection,
      .content-form-api .field textarea::selection {
        background: #ceddf3; }
  .content-form-api .fb-connect {
    margin-top: 15; }

.addApi-btn {
  margin: 0 !important;
  height: 32px;
  font-size: 13px !important;
  line-height: 22px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
  font-weight: 500 !important;
  background-color: #166ee1 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .addApi-btn .addApi-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1.25; }
    .addApi-btn .addApi-text .add-icon {
      display: flex;
      align-items: center;
      margin-right: 4px;
      color: #fff;
      fill: #fff; }

.modal-btn {
  margin: 0 !important;
  height: 32px;
  font-size: 13px !important;
  line-height: 22px !important;
  border: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
  font-weight: 500 !important; }
  .modal-btn .btn-text {
    transform: translateY(-0.5px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500; }

.apiInt-btn-text {
  color: #fff; }

.apiCancel-btn {
  background-color: transparent !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .apiCancel-btn:hover {
    background: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12) !important; }

.apiInt-btn {
  margin-right: 8px !important;
  font-weight: 500 !important;
  color: #fff !important;
  background-color: #166ee1 !important;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08) !important; }
  .apiInt-btn:hover {
    background-color: #166ee1 !important; }

.addSlack-btn {
  color: #fff !important;
  background-color: #166ee1 !important;
  border-radius: 6px !important; }
.ImagePreview .zoom {
  position: fixed;
  top: 0;
  background-color: rgba(72, 72, 72, 0.65);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: grid;
  padding: 10px;
  grid-template-rows: auto 1fr;
  grid-gap: 10px;
  justify-content: center;
  grid-template-columns: 1fr; }
  .ImagePreview .zoom button {
    width: fit-content;
    /* align-items: unset; */
    margin-left: auto; }
  .ImagePreview .zoom img {
    width: auto !important;
    height: fit-content !important;
    margin: auto !important;
    max-width: 100%;
    cursor: zoom-in; }
#NotFound .not-found-root {
  margin: 15% 0px; }
  #NotFound .not-found-root .number {
    text-align: center;
    font-size: 7em;
    color: #696565; }
.onboarding-loader {
  display: flex;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
  align-items: center; }
  .onboarding-loader .loader-text {
    font-size: 14px;
    margin-top: 5px;
    color: black;
    text-align: center; }

#firstsliderimage {
  top: 0;
  left: 0;
  overflow: auto;
  color: #696960;
  font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
  #firstsliderimage .first-div {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 4% 0;
    flex-direction: column;
    font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
    color: #696960; }
    #firstsliderimage .first-div .first-div-slider-img {
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 6px 30px; }
      #firstsliderimage .first-div .first-div-slider-img img {
        width: 100%;
        max-width: 320px; }
    #firstsliderimage .first-div .first-div-img img {
      width: 250px;
      margin-bottom: 15px; }
    #firstsliderimage .first-div .first-div-header p {
      font-size: 18px;
      margin-bottom: 20px;
      color: slategrey;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
    #firstsliderimage .first-div .first-div-header h1, #firstsliderimage .first-div .first-div-header .header-title {
      font-weight: bold;
      color: #1f1f1f;
      margin-bottom: 15px;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      line-height: 1.28571429em;
      font-size: 34px;
      cursor: text; }
    #firstsliderimage .first-div .first-div-header div {
      font-size: 17px;
      color: black;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      cursor: text; }
    #firstsliderimage .first-div .first-div-button {
      padding: 14px;
      background: #008DD2;
      color: white;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      padding-right: 5%;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-left: 5%;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      margin-top: 17px; }

#secondsliderimage {
  background: #f6f6f6;
  height: 100vh;
  display: flex;
  justify-content: center;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  bottom: 12px; }
  #secondsliderimage .second-div {
    justify-content: center;
    display: flex;
    padding: 60px;
    flex-direction: column; }
    #secondsliderimage .second-div .first-div-sliderdot-main {
      position: absolute;
      top: 28px; }
      #secondsliderimage .second-div .first-div-sliderdot-main .first-div-sliderdot {
        cursor: pointer;
        height: 11px;
        width: 12px;
        margin: 0 2px;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease; }
    #secondsliderimage .second-div .second-div-inputdiv .input {
      border-radius: 6px;
      padding: 9px;
      width: 357px;
      border: 1px solid lightblue; }
    #secondsliderimage .second-div .second-div-inputdiv p {
      font-size: 18px;
      margin-bottom: 24px;
      color: slategrey;
      font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #secondsliderimage .second-div .second-div-inputdiv .second-input-imgdiv {
      flex-wrap: wrap;
      width: 50%;
      align-self: center;
      align-content: flex-start;
      display: inline-flex;
      margin-top: 47px;
      margin-bottom: 45px;
      cursor: pointer; }
    #secondsliderimage .second-div .second-div-inputdiv .second-input-img {
      border: 1px solid darkblue;
      border-radius: 4px;
      padding: 7px;
      width: 62px;
      border-radius: 6px;
      margin: 11px; }
    #secondsliderimage .second-div .second-div-backbutton {
      position: absolute;
      top: 29px;
      left: 18px;
      display: flex;
      align-items: center;
      cursor: pointer;
      color: slategray; }
      #secondsliderimage .second-div .second-div-backbutton .second-div-back-text {
        margin-bottom: 4px;
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #secondsliderimage .second-div .second-div-question {
      margin-bottom: 15px;
      margin: 15px 0px; }
    #secondsliderimage .second-div .second-div-header {
      font-size: 24px;
      font-weight: bold;
      margin: 19px 7px;
      font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
      #secondsliderimage .second-div .second-div-header h1 {
        font-weight: bold;
        letter-spacing: 1.5px;
        color: black;
        margin-bottom: 8px;
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
        font-size: 34px; }
      #secondsliderimage .second-div .second-div-header p {
        font-size: 18px;
        margin-bottom: 24px;
        color: slategrey;
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    #secondsliderimage .second-div .second-div-map {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 40px; }
      #secondsliderimage .second-div .second-div-map .sec {
        width: 50%; }
    #secondsliderimage .second-div .second-div-radio-div {
      border: 1px solid #b9b9b9;
      text-align: left;
      align-items: center;
      padding: 7px;
      margin: 5px;
      margin-left: 5px;
      border-radius: 6px; }
      #secondsliderimage .second-div .second-div-radio-div .radio label {
        font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
        font-size: 16.5px; }
    #secondsliderimage .second-div .second-div-button {
      padding: 14px;
      background: #008DD2;
      color: white;
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-left: 5%;
      padding-right: 5%;
      font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }

.text-header {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 19px 7px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }
  .text-header h1, .text-header .header-title {
    font-weight: bold;
    color: #1f1f1f;
    margin-bottom: 8px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
    font-size: 30px;
    line-height: 1.28571429em; }
  .text-header p {
    font-size: 18px;
    margin-bottom: 24px;
    color: slategrey;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important; }

.text-sec-title {
  font-size: 14px;
  opacity: 0.8;
  margin: 5px; }

.error-msg {
  color: red;
  font-size: 15px; }

#teamPage {
  top: 0;
  left: 0;
  bottom: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  box-sizing: border-box;
  color: #1f1f1f; }
  #teamPage .teamPage-bx .teamPage-content {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    line-height: 1.5; }
    #teamPage .teamPage-bx .teamPage-content .team-header {
      font-size: 28px;
      font-weight: 600;
      line-height: 44px;
      padding-bottom: 32px;
      cursor: text; }
    #teamPage .teamPage-bx .teamPage-content .teamList-content .header-desc {
      font-size: 20px;
      line-height: 26px;
      font-weight: 500;
      cursor: text; }
    #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content {
      display: flex;
      flex-wrap: wrap;
      margin-top: 16px; }
      #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info {
        padding: 0 8px 8px 0; }
        #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx {
          position: relative; }
          #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .teamBox-input {
            outline: 0;
            color: #1f1f1f;
            margin: 0 4px 0 0;
            background: none;
            position: absolute;
            border: 0;
            appearance: none;
            width: 100%; }
          #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .item-label, #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-input input {
            padding: 16px;
            height: 40px;
            display: flex;
            align-items: center;
            border-radius: 6px;
            font-size: 17px;
            font-weight: 500;
            border: 1px solid rgba(0, 0, 0, 0.25);
            background-color: #fff;
            cursor: pointer; }
            #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .item-label:hover, #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-input input:hover {
              background-color: rgba(0, 0, 0, 0.05); }
            #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .item-label .item-text, #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-input input .item-text {
              font-size: 17px;
              font-weight: 500; }
          #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-active {
            border: 2px solid #166ee1;
            background-color: #d1e2ff;
            padding: calc(-1px + 1rem); }
            #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .teamData-info .teamData-bx .box-active:hover {
              background-color: #d1e2ff; }
      #teamPage .teamPage-bx .teamPage-content .teamList-content .teamData-content .box {
        margin: 0 4px 0 0;
        padding: 4px; }
    @media screen and (min-width: 1152px) {
      #teamPage .teamPage-bx .teamPage-content {
        margin: 32px auto; } }
  #teamPage .teamPage-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  #teamPage .team-main {
    justify-content: center;
    padding: 0px 48px 48px 48px;
    flex-direction: column;
    text-align: left; }
  #teamPage .team-div-map {
    flex-wrap: wrap;
    width: fit-content;
    display: flex;
    flex-direction: initial; }
    #teamPage .team-div-map .box {
      border: 2px solid #ddd;
      padding: 8px;
      border-radius: 10px;
      width: 18%;
      margin: 6px;
      cursor: pointer;
      font-weight: 500;
      text-align: left; }
    #teamPage .team-div-map .box:hover {
      border: 2px solid #287FF9;
      background: #fff; }
    #teamPage .team-div-map .box-active {
      border: 2px solid #287FF9;
      background: #fff; }
    #teamPage .team-div-map .box-input {
      border-radius: 10px;
      width: 100%; }

.useronboarding {
  background-image: url("https://stackbybucketprod.s3.ap-southeast-1.amazonaws.com/page-6+(1).png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }
  .useronboarding .container {
    min-height: 100%;
    min-height: -moz-available;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .useronboarding .container .content-frame {
      background-color: #fff;
      background-size: cover;
      border-radius: 6px;
      overflow: hidden;
      transition: all .5s ease;
      height: 100%;
      width: 100%; }
      .useronboarding .container .content-frame .nav {
        margin-top: 5px;
        opacity: 1;
        text-align: center;
        transition: all .5s ease; }
        .useronboarding .container .content-frame .nav h1 {
          font-size: 20px;
          color: #656565; }
        .useronboarding .container .content-frame .nav .img-responsive {
          height: 60px !important;
          width: 180px !important;
          margin-left: -12px; }
        .useronboarding .container .content-frame .nav .nav-span-text {
          margin-left: 10px;
          display: flex;
          justify-content: center;
          opacity: 0.6;
          margin-bottom: 17px;
          font-size: 14px; }
      @media screen and (max-width: 500px) {
        .useronboarding .container .content-frame {
          width: max-content; } }
      .useronboarding .container .content-frame .TeamPageMain {
        background-color: #fff;
        padding: 32px 24px;
        overflow: auto;
        display: flex;
        flex-grow: 1;
        justify-content: center; }
        .useronboarding .container .content-frame .TeamPageMain .onboarding-nav {
          text-align: left;
          display: flex;
          align-items: center;
          justify-content: space-between; }
      .useronboarding .container .content-frame .teampageContainer {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0;
        position: relative; }
      .useronboarding .container .content-frame .onboarding-nav {
        margin: 0; }
      .useronboarding .container .content-frame .TeamPreview {
        background-color: #fafafa;
        position: relative; }
        .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent {
          min-height: 100vh;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column; }
          .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box {
            width: 400px;
            border-radius: 24px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            overflow: hidden; }
            .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header {
              min-height: 104px;
              display: flex;
              align-items: center;
              padding: 0 0 0 32px; }
              .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-Image {
                width: 52px;
                height: 52px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                background-color: #e0e0e0; }
                .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-Image .user-icon {
                  color: #fff;
                  fill: #fff; }
              .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-info {
                padding: 0 0 0 16px; }
                .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-header .user-info .user-name {
                  font-size: 27px;
                  font-weight: 500;
                  line-height: 1.25;
                  color: #666666; }
            .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-info {
              padding: 6px 0 6px 32px;
              height: 98px;
              min-height: fit-content;
              display: flex;
              justify-content: center;
              flex-direction: column;
              background-color: #fff; }
              .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-info .preview-select {
                width: fit-content;
                border-radius: 9999px;
                padding: 8px 16px; }
                .useronboarding .container .content-frame .TeamPreview .teamPreviewPageContent .teamPreview-box .preview-info .preview-select .preview-text {
                  cursor: text;
                  font-size: 16px;
                  font-weight: 500;
                  line-height: 1.25;
                  color: #041d2d; }
      .useronboarding .container .content-frame .header-skip-btn {
        height: 36px;
        font-size: 15px;
        font-weight: 500;
        line-height: 28px;
        max-width: 100%;
        border: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 12px;
        border-radius: 6px;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
        color: #616670;
        background-color: transparent; }
        .useronboarding .container .content-frame .header-skip-btn:hover {
          background-color: rgba(0, 0, 0, 0.05); }
        .useronboarding .container .content-frame .header-skip-btn .skip-btn-text {
          transform: translateY(-0.5px);
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 15px; }
      .useronboarding .container .content-frame .firstStep-section {
        padding: 64px;
        height: 100%;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
      .useronboarding .container .content-frame .startExploreCotainer {
        padding: 64px; }
  .useronboarding .btn {
    margin: 12px 0;
    justify-content: flex-end;
    display: flex;
    align-items: center; }
    .useronboarding .btn .cancel-btn {
      margin-right: 10px; }
  .useronboarding .primary-btn {
    font-size: 18px;
    background-color: #166ee1 !important;
    color: #fff !important;
    font-weight: 500 !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    border-radius: 6px !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important; }
    .useronboarding .primary-btn:focus {
      outline: none;
      border: 0; }
  .useronboarding .skip-btn {
    font-size: 20px;
    font-weight: 500;
    margin-right: 25px;
    color: darkgrey;
    cursor: pointer; }

.teamButton-content {
  display: flex;
  align-items: center; }
  .teamButton-content .team-btn {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    max-width: 100%;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin: 0;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
  .teamButton-content .btn-text {
    transform: translateY(-0.5px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .teamButton-content .skip-btn, .teamButton-content .skip-btn:active, .teamButton-content .skip-btn:focus {
    color: #1f1f1f;
    background-color: transparent;
    margin: 0px 8px 0px 0px; }
    .teamButton-content .skip-btn:hover, .teamButton-content .skip-btn:active:hover, .teamButton-content .skip-btn:focus:hover {
      background-color: rgba(0, 0, 0, 0.05); }
  .teamButton-content .skip-btn-text {
    font-weight: 400; }
  .teamButton-content .continue-btn {
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .teamButton-content .continue-btn:hover {
      color: #fff;
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }

.addCollaborator-content {
  margin: 0 0 16px;
  padding: 16px 0 0; }
  .addCollaborator-content .addListContent {
    position: relative;
    margin-bottom: 16px;
    line-height: 1.5; }
    .addCollaborator-content .addListContent .user-info {
      position: absolute;
      margin: 12px;
      opacity: .5;
      height: 24px;
      width: 24px; }
    .addCollaborator-content .addListContent .addcoll-input > input {
      height: 48px;
      text-indent: 28px;
      border-radius: 6px;
      border: 2px solid rgba(0, 0, 0, 0.1);
      appearance: none;
      outline: none;
      color: #1f1f1f;
      background-color: transparent;
      padding: 4px 12px;
      line-height: 1.5;
      font-size: 17px;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      .addCollaborator-content .addListContent .addcoll-input > input:focus {
        border-color: #166ee1 !important; }
    .addCollaborator-content .addListContent .ui[class*="left icon"].input > input {
      padding-left: 12px !important;
      padding-right: 12px !important; }
    .addCollaborator-content .addListContent .addcoll-input i {
      margin: 12px !important;
      height: 24px !important;
      width: 24px !important;
      font-size: 20px !important;
      color: #1f1f1f;
      fill: #1f1f1f; }

.inviteLink-content {
  display: flex;
  flex-direction: column;
  color: #1f1f1f;
  padding: 8px 0; }
  .inviteLink-content .inviteLink-header {
    display: flex;
    align-items: center;
    margin-bottom: 4px; }
    .inviteLink-content .inviteLink-header .link-icon {
      margin-right: 8px;
      color: #1f1f1f;
      fill: #1f1f1f; }
    .inviteLink-content .inviteLink-header .header-text {
      font-size: 13px;
      font-weight: 500;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: text; }
  .inviteLink-content .inputLink-content {
    display: flex;
    align-items: center; }
    .inviteLink-content .inputLink-content .inputLink-div {
      display: flex;
      flex: 1 1 auto;
      min-width: 0;
      min-height: 0; }
      .inviteLink-content .inputLink-content .inputLink-div .addcoll-ref-input {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
        .inviteLink-content .inputLink-content .inputLink-div .addcoll-ref-input input {
          color: #166ee1;
          font-size: 14px;
          font-weight: 700;
          height: 48px;
          border: 2px solid #cccccc;
          appearance: none;
          outline: 0;
          padding: 4px 8px;
          border-radius: 3px;
          background-color: rgba(0, 0, 0, 0.05); }
      .inviteLink-content .inputLink-content .inputLink-div .copyLink-btn {
        display: flex;
        align-items: center;
        cursor: pointer;
        margin: 0 8px 0 4px; }
        .inviteLink-content .inputLink-content .inputLink-div .copyLink-btn .copyLink-text {
          margin-left: 8px;
          font-weight: 500;
          color: #616670; }

.earnCredit-text {
  cursor: text;
  line-height: 1.5;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 32px;
  padding: 2px 8px;
  color: #1f1f1f;
  background-color: #cff5d1;
  border-radius: 3px; }

.copyLink-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 2px -12px 0 22px !important;
  font-size: 13px !important; }

.earnCreditInvite-popup {
  background-color: #303b47 !important;
  padding: 4px 8px !important;
  margin: 2px -6px 0 22px !important;
  font-size: 13px !important;
  max-width: 260px !important; }

.importData-info {
  width: 50%; }

.import-item {
  display: inline-block;
  align-items: center;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  width: 100%; }
  .import-item .import-type-img {
    width: 16px;
    height: 16px; }

.modal-footer-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 14px; }
  .modal-footer-button .modal-cancel-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer-button .modal-cancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  .modal-footer-button .btn-text {
    transform: translateY(-0.5px);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500; }
  .modal-footer-button .modal-delete-btn {
    max-width: 192px;
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
    margin-right: 0px;
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    .modal-footer-button .modal-delete-btn:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
    .modal-footer-button .modal-delete-btn .delete-btn-text {
      color: #fff; }

@media (min-width: 832px) {
  .header-skip-btn {
    display: none !important; } }

@media (min-width: 72rem) {
  .TeamPreview {
    width: 50%; }
  .TeamPageMain {
    padding: 64px !important;
    width: 50%; }
  .teamPage {
    margin-top: 16px;
    flex-grow: 1; } }

@media (max-width: 71.99rem) {
  .teampageContainer {
    max-width: none;
    flex-grow: 1;
    height: 100%; } }

@media (min-width: 52rem) and (max-width: 71.99rem) {
  .TeamPageMain {
    width: 100%; }
  .TeamPreview {
    display: none; }
  .teamPage-content {
    margin: 32px auto;
    max-width: 32rem; } }

@media (min-width: 40rem) and (max-width: 51.99rem) {
  .TeamPageMain {
    width: 100%; }
  .TeamPreview {
    display: none; }
  .skip-btn {
    display: none !important; }
  .teamPage-content {
    margin: 32px auto;
    max-width: 32rem; } }

@media (max-width: 51.99rem) {
  .teamButton-content {
    flex-grow: 1;
    flex-direction: column; }
  .button-container {
    padding-top: 27px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -30.51%, #ffffff 38.09%);
    position: absolute;
    bottom: 0;
    width: 100%; }
    .button-container .continue-btn {
      padding: 1.38rem;
      width: 100%;
      height: 36px;
      line-height: 28px;
      max-width: 100%;
      font-size: 1rem; }
      .button-container .continue-btn .continue-btn-text {
        transform: translateY(-1px); }
  #teamPage {
    overflow: auto;
    padding-top: 72px;
    flex-grow: 0; } }

@media (max-width: 51.99rem) and (min-height: 481px) {
  .TeamPageMain {
    height: 100%; } }

@media (max-width: 39.99rem) {
  .TeamPageMain {
    width: 100%; }
  .TeamPreview {
    display: none; }
  .teamData-info {
    width: 100%; } }

#AddCollaborators {
  justify-content: center;
  padding: 0px 48px 48px 48px;
  flex-direction: column;
  text-align: left; }
  #AddCollaborators .addcoll-input {
    margin: 0px 0px 15px; }
    #AddCollaborators .addcoll-input input:focus {
      border: 3px solid; }
  #AddCollaborators .addcoll-sec-input-part {
    display: flex;
    align-items: center; }
    #AddCollaborators .addcoll-sec-input-part .addcoll-ref-input {
      width: 75%;
      margin-right: 11px; }
  #AddCollaborators .addcoll-invite {
    background: lightgreen;
    width: fit-content;
    padding: 1px 10px 1px 10px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    margin: 6px 0px 0px 0px; }

#ImportStack .importstack-main {
  justify-content: center;
  padding: 0px 48px 48px 48px;
  flex-direction: column;
  text-align: left; }
  #ImportStack .importstack-main .importstack-box {
    display: flex;
    align-items: center;
    border: 2.6px solid #ddd;
    padding: 5px 4px 5px 14px;
    border-radius: 8px;
    cursor: pointer;
    margin: 7px;
    width: 46%; }
    #ImportStack .importstack-main .importstack-box .import-type-img {
      width: 9% !important; }
    #ImportStack .importstack-main .importstack-box p {
      opacity: 0.7;
      font-size: 13px; }
  #ImportStack .importstack-main .importstack-box:hover {
    border: 2px solid #287FF9;
    background: #fff; }
  #ImportStack .importstack-main .importstack-sec-first {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  #ImportStack .importstack-main .importstack-drop-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    #ImportStack .importstack-main .importstack-drop-content input {
      display: none; }
    #ImportStack .importstack-main .importstack-drop-content .file-drop-target {
      margin-top: 10px;
      display: flex;
      flex-direction: column; }
    #ImportStack .importstack-main .importstack-drop-content .file-drop-dragging-over-frame {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    #ImportStack .importstack-main .importstack-drop-content .file-drop-dragging-over-target {
      border: 2px #ccc dashed !important;
      padding: 5px !important;
      min-height: 70px; }
    #ImportStack .importstack-main .importstack-drop-content .add {
      font-size: 13px;
      font-weight: bold;
      height: 30vh !important;
      width: fit-content;
      background: #c7c7c7;
      font-weight: 500;
      border-radius: 4px;
      cursor: pointer;
      float: left;
      padding: 5px;
      margin: auto 0;
      margin-right: 5px;
      width: 100%; }
      #ImportStack .importstack-main .importstack-drop-content .add:hover {
        background: #d2d2da;
        opacity: .9; }
      #ImportStack .importstack-main .importstack-drop-content .add .add-submenu {
        margin: auto;
        text-align: center;
        justify-content: center;
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center; }
      #ImportStack .importstack-main .importstack-drop-content .add .add-submenu-inner {
        flex-direction: row;
        align-items: center;
        font-weight: 500;
        font-size: 18px; }
      #ImportStack .importstack-main .importstack-drop-content .add p {
        font-size: 14px;
        font-weight: 400;
        opacity: 0.9;
        margin-top: 5px; }

#StartExplore {
  flex-grow: 1; }
  #StartExplore .startexp-main {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 4% 0;
    flex-direction: column;
    font-family: 'GT Eesti Display', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
    color: #696960; }
    #StartExplore .startexp-main .header-title {
      font-weight: bold;
      color: #1f1f1f;
      margin-bottom: 15px;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
      line-height: 1.28571429em;
      font-size: 34px;
      cursor: text; }
    #StartExplore .startexp-main .header-desc {
      font-size: 17px;
      color: black;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif !important;
      cursor: text; }
  #StartExplore .startexp-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 30px; }
    #StartExplore .startexp-img img {
      width: 100%;
      max-width: 320px; }
  #StartExplore .go-btn {
    font-size: 20px;
    font-weight: 500;
    color: darkgrey;
    cursor: pointer; }

#WelcomeModal {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff; }
  #WelcomeModal .wc-modal-box {
    margin-bottom: 48px;
    padding: 0 64px; }
    #WelcomeModal .wc-modal-box .wc-modal-main {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #WelcomeModal .wc-modal-box .wc-modal-main .wc-title {
        font-size: 32px;
        font-weight: 600;
        padding-bottom: 32px;
        line-height: 1.25;
        color: #333;
        cursor: text;
        font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #WelcomeModal .wc-modal-box .wc-modal-main .wc-content {
        font-size: 13px;
        font-weight: 300;
        line-height: 20px;
        padding-bottom: 16px;
        color: #616670; }
        #WelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-text {
          font-size: 13px;
          font-weight: 400;
          line-height: 1.5;
          padding-bottom: 16px;
          color: #333;
          text-align: left;
          cursor: text; }
        #WelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px; }
          #WelcomeModal .wc-modal-box .wc-modal-main .wc-content .wc-img img {
            width: 100%;
            max-width: 300px; }
  #WelcomeModal .getstarted-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 64px;
    line-height: 1.5; }
    #WelcomeModal .getstarted-btn .get-btn {
      height: 36px;
      font-size: 15px;
      font-weight: 500;
      line-height: 28px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 2px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.08);
      border-radius: 6px;
      padding: 0 16px !important;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
      #WelcomeModal .getstarted-btn .get-btn:hover {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
      #WelcomeModal .getstarted-btn .get-btn .btn-text {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transform: translateY(-1px); }
#limitedTimeOffer {
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex;
  height: 100vh; }
  #limitedTimeOffer .address-form .a-item {
    margin-top: 10px; }
    #limitedTimeOffer .address-form .a-item .input {
      width: 450px; }
  #limitedTimeOffer .payment-checkout-div {
    padding-top: 10px; }
    #limitedTimeOffer .payment-checkout-div .checkout-heading {
      padding-bottom: 4px; }
  #limitedTimeOffer .checkout-page .checkout-header {
    margin-bottom: 5%;
    font-size: 23px;
    font-weight: 500; }
  #limitedTimeOffer .checkout-form .payment-details {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 6px 0 12px;
    max-width: 500px;
    margin-top: 5px; }
  #limitedTimeOffer .checkout-form .card-element {
    padding: 16px 0; }
  #limitedTimeOffer .checkout-form .pay-button {
    padding-top: 16px; }
  #limitedTimeOffer .payment-done {
    display: flex;
    justify-content: center;
    height: -webkit-fill-available; }
    #limitedTimeOffer .payment-done .bx {
      width: auto;
      margin: auto;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 16px; }
      #limitedTimeOffer .payment-done .bx img {
        max-width: 400px; }
      #limitedTimeOffer .payment-done .bx h2 {
        font-family: inherit;
        margin-top: 15px; }
      #limitedTimeOffer .payment-done .bx p {
        margin-top: 11px;
        margin-bottom: 14px;
        font-family: inherit; }
      #limitedTimeOffer .payment-done .bx .button {
        font-family: inherit; }
  #limitedTimeOffer .downgrade-warning {
    color: red;
    opacity: 0.7;
    border: 1px solid;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 6px;
    margin-top: 15px;
    width: 600%; }
    #limitedTimeOffer .downgrade-warning p {
      font-size: 16px; }
#NewPricingPlan {
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex;
  height: 780px; }
  #NewPricingPlan .priceplan-loading {
    position: absolute;
    top: 48%;
    left: 48%; }
  #NewPricingPlan .address-form .a-item {
    margin-top: 10px; }
    #NewPricingPlan .address-form .a-item .input {
      width: 450px; }
  #NewPricingPlan .payment-checkout-div {
    padding-top: 10px; }
    #NewPricingPlan .payment-checkout-div .checkout-heading {
      padding-bottom: 4px; }
  #NewPricingPlan .checkout-page .checkout-header {
    margin-bottom: 5%;
    font-size: 23px;
    font-weight: 500; }
    #NewPricingPlan .checkout-page .checkout-header .title-header {
      font-weight: 500;
      width: 109%; }
    #NewPricingPlan .checkout-page .checkout-header .user-dropdown {
      min-width: 17em; }
      #NewPricingPlan .checkout-page .checkout-header .user-dropdown .text {
        font-size: 15px;
        font-weight: 500; }
  #NewPricingPlan .checkout-form .payment-details {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 6px 0 12px;
    max-width: 410px;
    margin-top: 5px; }
  #NewPricingPlan .checkout-form .card-element {
    padding: 16px 0; }
  #NewPricingPlan .checkout-form .pay-button {
    padding-top: 16px; }
  #NewPricingPlan .payment-done {
    display: flex;
    justify-content: center;
    height: -webkit-fill-available; }
    #NewPricingPlan .payment-done .bx {
      width: auto;
      margin: auto;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 16px; }
      #NewPricingPlan .payment-done .bx img {
        max-width: 400px; }
      #NewPricingPlan .payment-done .bx h2 {
        font-family: inherit;
        margin-top: 15px; }
      #NewPricingPlan .payment-done .bx p {
        margin-top: 11px;
        margin-bottom: 14px;
        font-family: inherit; }
      #NewPricingPlan .payment-done .bx .button {
        font-family: inherit; }
  #NewPricingPlan .downgrade-warning {
    color: red;
    opacity: 0.7;
    border: 1px solid;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 6px;
    margin-top: 15px;
    width: 165%; }
    #NewPricingPlan .downgrade-warning p {
      font-size: 16px; }
  #NewPricingPlan .plan-grid {
    display: grid;
    place-items: center; }
  #NewPricingPlan .plan-features-details {
    width: 70%;
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
    transition: 0.2s all ease;
    border-radius: 10px; }
  #NewPricingPlan .pricing-checklist-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 12px; }
  #NewPricingPlan .list-item {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    align-items: center;
    display: flex; }
  #NewPricingPlan .list-item-img {
    width: 20px;
    margin-right: 10px;
    margin-left: 10px; }
  #NewPricingPlan .plan-discount-year {
    font-weight: 600;
    font-size: 17px;
    color: cornflowerblue; }

.new-pricing-content {
  height: 960px !important; }

@media (max-width: 768px) {
  #NewPricingPlan {
    height: auto; } }
#startupProgram {
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-align: left;
  display: flex;
  height: 100vh; }
  #startupProgram .address-form .a-item {
    margin-top: 10px; }
    #startupProgram .address-form .a-item .input {
      width: 450px; }
  #startupProgram .payment-checkout-div {
    padding-top: 10px; }
    #startupProgram .payment-checkout-div .checkout-heading {
      padding-bottom: 4px; }
  #startupProgram .checkout-page .checkout-header {
    margin-bottom: 5%;
    font-size: 23px;
    font-weight: 500; }
  #startupProgram .checkout-page .coupon-code-text {
    color: green;
    margin-left: 5px;
    margin-top: 8px;
    font-weight: 600;
    border: 2px solid #ddd;
    border-radius: 9px;
    padding: 5px; }
  #startupProgram .checkout-form .payment-details {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 6px 0 12px;
    max-width: 500px;
    margin-top: 5px; }
  #startupProgram .checkout-form .card-element {
    padding: 16px 0; }
  #startupProgram .checkout-form .pay-button {
    padding-top: 16px; }
  #startupProgram .payment-done {
    display: flex;
    justify-content: center;
    height: -webkit-fill-available; }
    #startupProgram .payment-done .bx {
      width: auto;
      margin: auto;
      padding: 20px;
      border: 1px solid #ddd;
      border-radius: 16px; }
      #startupProgram .payment-done .bx img {
        max-width: 400px; }
      #startupProgram .payment-done .bx h2 {
        font-family: inherit;
        margin-top: 15px; }
      #startupProgram .payment-done .bx p {
        margin-top: 11px;
        margin-bottom: 14px;
        font-family: inherit; }
      #startupProgram .payment-done .bx .button {
        font-family: inherit; }
  #startupProgram .downgrade-warning {
    color: red;
    opacity: 0.7;
    border: 1px solid;
    padding: 8px;
    margin-bottom: 12px;
    border-radius: 6px;
    margin-top: 15px;
    width: 100%; }
    #startupProgram .downgrade-warning p {
      font-size: 16px; }
.publish-template {
  border-radius: unset !important;
  margin-bottom: 20px; }

#publish-root {
  background: #292a3e !important;
  color: #fff; }
  #publish-root .template-header {
    padding-top: 88px; }
  #publish-root #sidebar-bx .sidebar-title {
    margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff; }
    #publish-root #sidebar-bx .sidebar-title h2 {
      font-size: 16px; }
  #publish-root #sidebar-bx .cardPreview-text {
    font-size: 11px;
    line-height: 1.5;
    color: #fff;
    cursor: text;
    opacity: .75;
    margin-bottom: 8px; }
  #publish-root #sidebar-bx .tem-card {
    margin: auto;
    max-width: 280px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    /* border-radius: 10px; */
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    width: auto;
    transition: 0.2s all ease;
    margin-bottom: 16px; }
    #publish-root #sidebar-bx .tem-card img {
      border-radius: 10px 10px 0px 0px;
      width: 100%;
      height: 150px;
      object-fit: cover; }
    #publish-root #sidebar-bx .tem-card .item-sec {
      padding: 8px 8px 0px; }
      #publish-root #sidebar-bx .tem-card .item-sec .item-title {
        margin-top: 9px;
        font-size: 16px;
        font-weight: 800;
        color: #525252;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #publish-root #sidebar-bx .tem-card .item-sec p.item-caption {
        color: #909090;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 13px;
        color: #686868; }
        #publish-root #sidebar-bx .tem-card .item-sec p.item-caption span {
          font-size: 14px !important; }
      #publish-root #sidebar-bx .tem-card .item-sec .img-sec {
        position: relative;
        width: 50px;
        height: 50px;
        margin: 0px auto 10px auto; }
        #publish-root #sidebar-bx .tem-card .item-sec .img-sec img.avatar {
          margin: 0 auto;
          width: 20px;
          height: 20px;
          margin-bottom: 10px;
          border-radius: 100%; }
    @media screen and (max-width: 500px) {
      #publish-root #sidebar-bx .tem-card {
        width: 80% !important; } }
  #publish-root #sidebar-bx .tem-card2 {
    margin-top: 12px;
    max-width: 316px;
    max-height: 250px;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0);
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    width: auto;
    transition: 0.2s all ease; }
    #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown {
      position: relative;
      z-index: 100; }
      #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li {
        display: block; }
        #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a {
          padding: 14px 10px;
          display: block;
          display: flex !important;
          align-items: center;
          font-weight: 600;
          color: #212121;
          font-size: 13px;
          padding: 6px 10px; }
          #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a:hover {
            background: #f8f8f8; }
          #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a i {
            margin-right: 10px;
            margin-left: 6px; }
          #publish-root #sidebar-bx .tem-card2 ul.mc-dropdown li a .mc-menu-icon {
            margin-right: 6px;
            font-size: 14px; }
    @media screen and (max-width: 500px) {
      #publish-root #sidebar-bx .tem-card2 {
        width: 80% !important; } }
  #publish-root #sidebar-bx .tempcard-content {
    cursor: pointer;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 16px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.1);
    line-height: 1.25; }
    #publish-root #sidebar-bx .tempcard-content .itemImg-content {
      background-position: center center;
      background-size: cover;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border-top-right-radius: 3px;
      border-top-left-radius: 3px;
      background-color: rgba(0, 0, 0, 0.1); }
      #publish-root #sidebar-bx .tempcard-content .itemImg-content .logo-img {
        filter: brightness(0) invert(1);
        opacity: .5; }
    #publish-root #sidebar-bx .tempcard-content .itemInfo {
      background-color: #fff;
      color: #1f1f1f;
      padding: 16px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .itemTitle {
        font-weight: 700;
        font-size: 19.2px;
        margin-bottom: 8px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.25; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .selected-catg {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 8px; }
        #publish-root #sidebar-bx .tempcard-content .itemInfo .selected-catg .selectedCatg-text {
          display: inline-block;
          margin-right: 8px;
          font-size: 9px;
          font-weight: 700;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          text-transform: uppercase;
          letter-spacing: .1em;
          color: #292a3e; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .itemDesc {
        max-height: 4.8em;
        opacity: .5;
        margin-bottom: 16px;
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.6; }
      #publish-root #sidebar-bx .tempcard-content .itemInfo .itemUser-info {
        display: flex;
        align-items: center;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.25; }
        #publish-root #sidebar-bx .tempcard-content .itemInfo .itemUser-info .userImg {
          background-position: center center;
          background-repeat: no-repeat;
          background-size: cover;
          border-radius: 50%;
          margin-right: 8px; }
  #publish-root #sidebar-bx .publish-Stack {
    width: 100%;
    margin-bottom: 2rem; }
  @media screen and (max-width: 761px) {
    #publish-root #sidebar-bx {
      text-align: center; } }
  #publish-root #templateDetails {
    padding-left: 4rem; }
    #publish-root #templateDetails .header-template {
      font-size: 28px;
      line-height: 1.2em;
      font-weight: 500;
      text-transform: capitalize;
      font-family: 'Roboto Slab', serif !important; }
    #publish-root #templateDetails .heading-template {
      font-size: 32px;
      font-weight: 500;
      margin-bottom: 32px;
      display: block;
      color: #fff;
      cursor: text; }
      #publish-root #templateDetails .heading-template .stack-name {
        outline: 0;
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        border-color: rgba(255, 255, 255, 0.25);
        border-width: 3px;
        color: #fff;
        padding-bottom: 2.24px;
        cursor: pointer; }
        #publish-root #templateDetails .heading-template .stack-name:hover {
          border-color: rgba(255, 255, 255, 0.8);
          color: rgba(255, 255, 255, 0.8); }
    #publish-root #templateDetails .error {
      margin: 10px 0px;
      color: red;
      font-size: 15px; }
    #publish-root #templateDetails .image-cover {
      height: 200px;
      margin-top: 10px;
      margin-bottom: 15px;
      border-radius: 5px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: rgba(255, 255, 255, 0.05);
      cursor: pointer;
      transition: 0.2s all ease;
      border: 2px solid #909090;
      border-color: rgba(255, 255, 255, 0.25);
      border-style: dashed; }
      #publish-root #templateDetails .image-cover .attachment-bx {
        margin-top: 10px;
        display: flex;
        flex-direction: column; }
        #publish-root #templateDetails .image-cover .attachment-bx .action-btn {
          font-size: 13px;
          font-weight: bold;
          position: relative;
          height: fit-content !important;
          width: fit-content;
          margin: 0px auto 10px auto;
          font-weight: 500;
          cursor: pointer;
          width: max-content;
          margin-top: 70px;
          align-items: center;
          justify-content: center;
          right: 20px;
          color: #fff; }
        #publish-root #templateDetails .image-cover .attachment-bx input {
          display: none; }
        #publish-root #templateDetails .image-cover .attachment-bx .file-drop-target {
          margin-top: 10px;
          display: flex;
          flex-direction: column; }
        #publish-root #templateDetails .image-cover .attachment-bx .file-drop-dragging-over-frame {
          padding: 5px !important;
          min-height: 70px; }
        #publish-root #templateDetails .image-cover .attachment-bx .file-drop-dragging-over-target {
          padding: 5px !important;
          min-height: 70px; }
    #publish-root #templateDetails .img-cover {
      width: 100%;
      line-height: 1.25;
      margin-bottom: 20px; }
      #publish-root #templateDetails .img-cover .file-drop .file-drop-target input {
        display: none; }
      #publish-root #templateDetails .img-cover .imgCover-bx {
        height: 240px;
        border-style: dashed;
        position: relative;
        border-width: 2px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        color: #fff;
        border-color: rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 0 2px transparent;
        background-color: rgba(255, 255, 255, 0.05); }
      #publish-root #templateDetails .img-cover .imgCover-content {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0; }
      #publish-root #templateDetails .img-cover .imgCover-info {
        background-position: center center;
        background-size: cover;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px; }
        #publish-root #templateDetails .img-cover .imgCover-info .action-btn {
          opacity: .5;
          text-align: center; }
          #publish-root #templateDetails .img-cover .imgCover-info .action-btn .coverLogo-img {
            filter: brightness(0) invert(1); }
          #publish-root #templateDetails .img-cover .imgCover-info .action-btn .addfile-text {
            margin: 8px; }
      #publish-root #templateDetails .img-cover .imgCoverBox {
        height: 240px;
        position: relative;
        cursor: pointer;
        box-sizing: border-box;
        display: flex;
        border-radius: 6px;
        box-shadow: 0 0 0 2px transparent;
        background-color: rgba(255, 255, 255, 0.05); }
    #publish-root #templateDetails .publish-title {
      color: #fff;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
      line-height: 1.5;
      opacity: .75; }
      #publish-root #templateDetails .publish-title h2 {
        font-size: 16px; }
      #publish-root #templateDetails .publish-title .publishTitle-text {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.5; }
      #publish-root #templateDetails .publish-title .text-desc {
        font-size: 11px; }
    #publish-root #templateDetails .publish-template input {
      border: 1px solid #ccc; }
    #publish-root #templateDetails .publish-template ::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #797979;
      font-weight: 800; }
    #publish-root #templateDetails .category-cover {
      display: flex;
      flex-wrap: wrap;
      line-height: 1.5;
      margin-bottom: 32px; }
      #publish-root #templateDetails .category-cover .rounded {
        border-radius: 3px;
        flex: none;
        font-weight: 500;
        margin-bottom: .3rem;
        margin-right: .2rem;
        /* font-size: larger; */
        cursor: pointer;
        display: inline-block;
        transition: .085s all ease-in; }
      #publish-root #templateDetails .category-cover .rounded:hover {
        border-radius: 3px;
        text-decoration: underline; }
      #publish-root #templateDetails .category-cover .selected {
        background: #E0E1E2 none;
        border-radius: 3px;
        text-decoration: underline;
        color: black; }
      #publish-root #templateDetails .category-cover .category-text {
        padding: 2px 5px;
        cursor: pointer;
        margin: 0 8px 8px 0;
        border-radius: 3px;
        font-weight: 500;
        color: #fff;
        line-height: 1.25;
        transition: .085s all ease-in;
        background-color: rgba(0, 0, 0, 0.25); }
        #publish-root #templateDetails .category-cover .category-text:hover {
          opacity: .85; }
      #publish-root #templateDetails .category-cover .selected-category {
        background-color: #7c37ef; }
    #publish-root #templateDetails .publish-btn {
      background-color: #166ee1;
      border-radius: 6px; }
    #publish-root #templateDetails .publishStack-content {
      width: 100%; }
  #publish-root .publishStack-text {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 16px;
    padding: 8px 16px;
    border-radius: 3px;
    background-color: #166ee1;
    color: #fff;
    line-height: 1.25;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #publish-root .publishLink-quite {
    opacity: .25;
    pointer-events: none; }
  #publish-root .publishLink-btn:hover {
    opacity: .85; }
  #publish-root .publish-delete {
    color: #fff;
    outline: 0;
    opacity: .5;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 1.25; }
    #publish-root .publish-delete:hover {
      opacity: .85; }
    #publish-root .publish-delete .publishDlt-icon {
      fill: #fff;
      margin: 0;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center; }
    #publish-root .publish-delete .publishDlt-text {
      margin-left: 8px;
      font-weight: 500; }

#select-stack-root {
  background: #292a3e !important;
  color: #fff;
  min-height: 100vh;
  height: fit-content; }
  #select-stack-root .template-header {
    padding-top: 88px; }
  #select-stack-root .stack-choose {
    cursor: text;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
  #select-stack-root .workspace-root {
    margin-bottom: 20px;
    margin-top: 20px; }
    #select-stack-root .workspace-root .w-details {
      margin-bottom: 5px;
      font-size: 16px;
      font-weight: bold; }
    #select-stack-root .workspace-root .stack-item {
      display: flex;
      margin-bottom: 10px;
      border-radius: 5px;
      cursor: pointer;
      position: relative;
      background: #fff;
      color: black;
      transition: all 0.1s ease-in-out;
      -webkit-transition: all 0.1s ease-in-out;
      -moz-transition: all 0.1s ease-in-out;
      -o-transition: all 0.1s ease-in-out; }
      #select-stack-root .workspace-root .stack-item:hover {
        background: #D3D3D3; }
        #select-stack-root .workspace-root .stack-item:hover .name {
          height: fit-content;
          margin: auto 7px; }
      #select-stack-root .workspace-root .stack-item .name {
        height: fit-content;
        margin: auto 7px; }
#profileEdit-root {
  background: #fff !important; }
  #profileEdit-root .container {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
  #profileEdit-root .profile-frame {
    background-size: cover;
    overflow: hidden;
    transition: all .5s ease; }
  #profileEdit-root .logo {
    margin-top: 10px;
    opacity: 1;
    text-align: center;
    transition: all .5s ease; }
    #profileEdit-root .logo h1 {
      font-size: 20px;
      color: #656565; }
  #profileEdit-root img.img-responsive {
    height: 80px !important;
    width: 250px !important;
    cursor: pointer; }
  #profileEdit-root .profile-sign {
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 20px 37px 0 37px;
    transition: opacity .5s ease, transform .5s ease;
    overflow: hidden; }
  #profileEdit-root .profile-label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #797979;
    font-weight: 800; }
    #profileEdit-root .profile-label h2 {
      font-size: 16px; }
  #profileEdit-root .profile-input {
    width: 100%;
    height: 36px;
    padding-left: 15px;
    border: 1px solid #c3c3c3;
    border-radius: 8px;
    margin-bottom: 20px; }
  #profileEdit-root .profile-sign input, #profileEdit-root .profile-sign textarea {
    font-size: 15px;
    border: 1px solid #ccc; }
  #profileEdit-root .profile-sign ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    #profileEdit-root .profile-frame {
      width: 100%;
      background-size: cover;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
      transition: all .5s ease; } }
#templateDetails .user-bx {
  display: flex;
  padding: 7px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 10px; }
  #templateDetails .user-bx img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 100px;
    border: 1px solid #ccc; }
  #templateDetails .user-bx .details {
    height: -webkit-fill-available;
    margin: auto 0; }
  #templateDetails .user-bx .icon-arrow {
    margin-left: auto;
    margin: auto;
    margin-right: 0; }
    #templateDetails .user-bx .icon-arrow:hover {
      cursor: pointer; }

#templateDetails .header-template {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
  font-family: 'Roboto Slab', serif !important; }

#templateDetails .cover-image {
  height: 200px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #909090; }
  #templateDetails .cover-image .show {
    height: -webkit-fill-available;
    background: #52525270; }
    #templateDetails .cover-image .show svg:hover {
      cursor: pointer; }
  #templateDetails .cover-image:hover .show {
    display: block; }

#templateDetails .description {
  margin-top: 18px;
  text-align: justify;
  font-size: 14px; }

#templateDetails .apply-btn {
  width: 100%;
  margin-bottom: 10px;
  right: 0; }

#templateDetails .temp-description {
  cursor: pointer !important;
  font-size: 1rem !important;
  letter-spacing: 0.6px;
  color: #4d4d4d;
  line-height: 1.5;
  margin-top: 10px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #templateDetails .temp-description ul, #templateDetails .temp-description ol {
    margin-left: 15px; }
  #templateDetails .temp-description li {
    /* font-size: 15px !important; */
    font-size: 1rem !important;
    letter-spacing: 0.6px;
    color: #ffff;
    line-height: 1.5;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #templateDetails .temp-description span {
    /* font-size: 15px !important; */
    font-size: 1rem !important;
    letter-spacing: 0.6px;
    color: #4d4d4d;
    line-height: 1.5;
    margin-top: 10px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }
  #templateDetails .temp-description p {
    font-size: 1rem !important;
    letter-spacing: 0.6px;
    color: white !important;
    line-height: 1.5;
    margin-top: 10px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

#templateDetails .demo-editor {
  width: 100%;
  line-height: initial;
  cursor: pointer !important; }
  #templateDetails .demo-editor ul, #templateDetails .demo-editor ol {
    margin-left: 15px; }
  #templateDetails .demo-editor span {
    font-size: 15px !important;
    letter-spacing: 0.6px;
    color: #4d4d4d; }

#templateDetails .home-button {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 12px; }
  #templateDetails .home-button .home-button-btn {
    background: rgba(0, 0, 0, 0.25);
    color: white;
    margin-right: 5px;
    min-width: 44px;
    border-radius: 3px;
    line-height: 1.25; }

.template-header {
  padding-top: 88px; }
.search-template {
  border-radius: unset !important;
  margin-bottom: 20px; }

#profile-root {
  background: #fff !important; }
  #profile-root #sidebar-bx .search-template input {
    border: 1px solid #ccc; }
  #profile-root #sidebar-bx .search-template ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979;
    opacity: 1;
    /* Firefox */ }
  #profile-root #sidebar-bx .sidebar-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #797979; }
    #profile-root #sidebar-bx .sidebar-title h2 {
      font-size: 16px; }
  @media screen and (max-width: 761px) {
    #profile-root #sidebar-bx {
      text-align: center; } }
  #profile-root #profileDetails .form {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 10px; }
    #profile-root #profileDetails .form .fields {
      border-right: 2px solid #eeeeee;
      margin-right: 15px; }
    #profile-root #profileDetails .form .img-sec {
      position: relative;
      width: 100px;
      height: 100px;
      margin-right: 18px; }
      #profile-root #profileDetails .form .img-sec img.avatar {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        border-radius: 100%; }
    #profile-root #profileDetails .form .firstrows {
      width: -webkit-fill-available; }
.search-template {
  border-radius: unset !important;
  margin-bottom: 20px; }

#makerCommunity-root {
  background: #292a3e;
  color: #d8d8d8;
  box-sizing: border-box; }
  #makerCommunity-root .select-wappper {
    display: flex;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px; }
    #makerCommunity-root .select-wappper div {
      padding: 6px 27px;
      border: 1px solid;
      border-radius: 42px;
      margin-right: 10px;
      cursor: pointer; }
    #makerCommunity-root .select-wappper .selected {
      background-color: #2185D0;
      color: #FFFFFF;
      border: none;
      cursor: pointer; }
    #makerCommunity-root .select-wappper .template-delete-sure {
      z-index: 1000;
      background: #fff;
      border: 1px solid #ddd;
      padding: 20px;
      width: 250px;
      left: 123px;
      border-radius: 4px;
      font-size: 13px;
      bottom: 53px;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: fit-content; }
      #makerCommunity-root .select-wappper .template-delete-sure .content {
        margin-bottom: 10px;
        font-weight: 500;
        line-height: 20px; }
        #makerCommunity-root .select-wappper .template-delete-sure .content p {
          margin: 12px 0px !important; }
    #makerCommunity-root .select-wappper .tp-delete-align-right {
      background-color: aqua;
      left: calc(100% - 267px) !important; }
  #makerCommunity-root .StackbyOne-templates {
    box-sizing: border-box; }
  #makerCommunity-root .category-cover {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    line-height: 1.5;
    width: 280px;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 64px 0 0; }
    #makerCommunity-root .category-cover .publish-btn {
      margin-right: 0;
      background-color: #166ee1;
      color: #fff;
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
    #makerCommunity-root .category-cover .input {
      width: 100%;
      margin-bottom: 10px; }
    #makerCommunity-root .category-cover .rounded {
      border-radius: 3px;
      flex: none;
      font-weight: 500;
      margin-bottom: .5rem;
      margin-right: .5rem;
      color: #d8d8d8;
      font-size: 14.7px;
      cursor: pointer;
      transition: .085s all ease-in; }
    #makerCommunity-root .category-cover .rounded:hover {
      border-radius: 3px;
      text-decoration: underline; }
    #makerCommunity-root .category-cover .selected {
      border-radius: 3px;
      text-decoration: underline; }
  #makerCommunity-root .one-header {
    font-weight: 500;
    margin-bottom: .5rem;
    margin-right: .5rem;
    color: #d8d8d8;
    font-size: larger;
    margin-left: 12px;
    font-size: 17px;
    cursor: pointer;
    transition: .085s all ease-in; }
  #makerCommunity-root .top-brand {
    text-align: center;
    margin: 31px 0px; }
  #makerCommunity-root .featured-category .item {
    background: #fff;
    color: #343446;
    margin: 12px;
    border-radius: 4px;
    padding: 8px;
    text-align: center;
    text-align: center;
    font-weight: 500;
    font-size: larger;
    cursor: pointer;
    transition: .085s all ease-in; }
  #makerCommunity-root .new-templates {
    margin-top: 20px;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
    #makerCommunity-root .new-templates .bx {
      display: flex;
      overflow: scroll auto;
      margin: 0px 14px; }
      #makerCommunity-root .new-templates .bx .item {
        width: 250px;
        margin-right: 10px;
        margin-bottom: 5px; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar {
      width: 10px;
      background-color: transparent; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar-track {
      background: #000; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar-thumb {
      background: #888; }
    #makerCommunity-root .new-templates ::-webkit-scrollbar-thumb:hover {
      background: #555; }
    #makerCommunity-root .new-templates .templates-empty {
      width: 250px;
      justify-content: center;
      text-align: center;
      margin-top: 10vh;
      margin-bottom: 10vh;
      align-items: center;
      flex: 1;
      font-size: 14.4px;
      font-weight: 500;
      display: flex;
      flex-direction: column; }
      #makerCommunity-root .new-templates .templates-empty img {
        width: 30%;
        margin-bottom: 10px; }
      #makerCommunity-root .new-templates .templates-empty .tempEmpty-content {
        opacity: .75; }
    #makerCommunity-root .new-templates .temp-empty {
      font-size: 14.4px;
      text-align: center;
      width: 100%;
      color: #fff;
      padding: 128px 32px; }
      #makerCommunity-root .new-templates .temp-empty .tempEmpty-content {
        opacity: .75; }
        #makerCommunity-root .new-templates .temp-empty .tempEmpty-content .findTemp {
          font-weight: 500; }
        #makerCommunity-root .new-templates .temp-empty .tempEmpty-content .templatesLink {
          font-weight: 500;
          color: #166ee1; }
      #makerCommunity-root .new-templates .temp-empty img {
        width: 30%;
        margin-bottom: 10px; }
  #makerCommunity-root .templates-bx {
    width: 100% !important;
    display: none; }
    #makerCommunity-root .templates-bx .templates-empty {
      height: 27vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      margin-top: 25vh;
      align-items: center;
      flex: 1;
      font-size: 15px;
      font-weight: 500; }
      #makerCommunity-root .templates-bx .templates-empty img {
        width: 30%;
        margin-bottom: 10px; }
  #makerCommunity-root .profile-sign .profile-label {
    width: 100%; }
  #makerCommunity-root .profile-sign .profile-input {
    width: 100%;
    padding: 5px;
    border-color: #ccc;
    border-radius: 5px; }
  #makerCommunity-root .profile-sign .textarea {
    width: 100%;
    padding: 5px;
    border-color: #ccc;
    border-radius: 5px; }
  #makerCommunity-root .user-profile {
    padding-bottom: 10px; }
    #makerCommunity-root .user-profile img {
      border-radius: 50px;
      height: 60px;
      width: 60px;
      margin: 5px;
      border: 2px solid #ccc; }
    #makerCommunity-root .user-profile .details {
      height: fit-content;
      margin: auto 0;
      margin-left: 12px; }
      #makerCommunity-root .user-profile .details .profile-edit {
        color: #3e85d0;
        font-weight: bold;
        cursor: pointer; }
    #makerCommunity-root .user-profile .action {
      height: max-content;
      margin: auto 0;
      margin-left: auto; }
  #makerCommunity-root .tem-card {
    margin: auto;
    max-width: 316px;
    max-height: 230px;
    background: #fff;
    /* box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2); */
    /* border-radius: 10px; */
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    cursor: pointer;
    align-items: center;
    width: auto;
    /* border: 2px solid #f5f5f5; */
    transition: 0.2s all ease; }
    #makerCommunity-root .tem-card .view-use-details {
      color: #525252;
      padding: 8px;
      padding-top: 0px; }
    #makerCommunity-root .tem-card .user-name {
      display: flex;
      align-items: center;
      padding: 8px 10px;
      color: #6f6f6f;
      padding-top: 0px; }
    #makerCommunity-root .tem-card .circular.avatar {
      width: 40px;
      height: 40px;
      border-radius: 29px;
      margin-top: -26px;
      margin-left: 10px;
      border: 1px solid #d8d8d8; }
    #makerCommunity-root .tem-card img {
      border-radius: 10px 10px 0px 0px;
      width: 100%;
      height: 110px;
      object-fit: cover; }
    #makerCommunity-root .tem-card .action-btn {
      position: absolute;
      top: 20px;
      right: 32px;
      display: flex; }
      #makerCommunity-root .tem-card .action-btn .status {
        padding: 4px 6px;
        background: #55bb15;
        color: #fff;
        border-radius: 36px;
        margin-right: 5px;
        height: fit-content;
        line-height: 1;
        margin-top: auto;
        margin-bottom: auto; }
    #makerCommunity-root .tem-card .item-sec {
      padding: 10px;
      padding-bottom: 0px; }
      #makerCommunity-root .tem-card .item-sec .item-title {
        font-size: 16px;
        /* color: #212121; */
        font-weight: 800;
        color: #525252;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        /* font-family: Roboto; */
        /* font-weight: 900; */ }
      #makerCommunity-root .tem-card .item-sec p.item-caption {
        margin-top: 8px;
        color: #909090;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        height: 36px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 13px;
        color: #686868; }
        #makerCommunity-root .tem-card .item-sec p.item-caption span {
          font-size: 14px !important; }
    #makerCommunity-root .tem-card .img-sec {
      position: relative;
      width: 50px;
      height: 50px;
      margin: 0px auto 10px auto; }
      #makerCommunity-root .tem-card .img-sec img.avatar {
        margin: 0 auto;
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
        border-radius: 100%; }
    #makerCommunity-root .tem-card:hover {
      opacity: 0.8; }
    @media screen and (max-width: 500px) {
      #makerCommunity-root .tem-card {
        width: 80% !important; } }
  #makerCommunity-root #sidebar-bx .search-template input {
    border: 1px solid #ccc; }
  #makerCommunity-root #sidebar-bx .search-template ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #797979;
    opacity: 1;
    /* Firefox */ }
  #makerCommunity-root #sidebar-bx .sidebar-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #797979; }
    #makerCommunity-root #sidebar-bx .sidebar-title h2 {
      font-size: 16px; }
  @media screen and (max-width: 761px) {
    #makerCommunity-root #sidebar-bx {
      text-align: center; } }
  #makerCommunity-root #profileDetails .form {
    display: flex;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 10px; }
    #makerCommunity-root #profileDetails .form .fields {
      border-right: 2px solid #eeeeee;
      margin-right: 15px; }
    #makerCommunity-root #profileDetails .form .img-sec {
      position: relative;
      width: 100px;
      height: 100px;
      margin-right: 18px; }
      #makerCommunity-root #profileDetails .form .img-sec img.avatar {
        margin: 0 auto;
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
        border-radius: 100%; }
    #makerCommunity-root #profileDetails .form .firstrows {
      width: -webkit-fill-available; }
  #makerCommunity-root .profile {
    display: flex;
    align-items: center; }
    #makerCommunity-root .profile .profile-detail {
      margin-left: 100px; }
  #makerCommunity-root .profile-frame {
    width: 450px;
    border: 2px solid #ccc;
    border-radius: 10px;
    padding: 25px;
    margin: auto;
    background: #fff; }
    #makerCommunity-root .profile-frame .profile-pic {
      display: flex;
      justify-content: center;
      margin-bottom: 17px; }
      #makerCommunity-root .profile-frame .profile-pic .img-sec {
        position: relative;
        width: 100px;
        height: 100px;
        margin-right: 18px; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec .avatar sb-avatar__text {
          border-radius: 100%; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec .sb-avatar__text {
          border-radius: 100%; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec img.avatar {
          margin: 0 auto;
          width: 100px;
          height: 100px;
          margin-bottom: 10px;
          border-radius: 100%; }
        #makerCommunity-root .profile-frame .profile-pic .img-sec .edit-icon {
          background: #0096FF;
          color: #fff;
          right: 0;
          bottom: 0px;
          position: absolute;
          height: 32px;
          width: 32px;
          border-radius: 100%;
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
          cursor: pointer; }
          #makerCommunity-root .profile-frame .profile-pic .img-sec .edit-icon i {
            margin: 0 auto; }
    #makerCommunity-root .profile-frame .account-link {
      cursor: pointer;
      border-bottom: 2px solid rgba(0, 0, 0, 0.1);
      margin-left: 4px;
      color: #212121;
      padding-bottom: 1px;
      opacity: 0.8; }
      #makerCommunity-root .profile-frame .account-link:hover {
        border-color: #212121;
        opacity: 0.8; }
  #makerCommunity-root .home-button {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 12px; }
    #makerCommunity-root .home-button .home-button-btn {
      background: rgba(0, 0, 0, 0.25);
      color: white;
      margin-right: 5px;
      min-width: 44px;
      border-radius: 3px;
      line-height: 1.25; }
    #makerCommunity-root .home-button .tempSearch-content {
      display: flex;
      width: 100%;
      font-size: 14.4px; }
      #makerCommunity-root .home-button .tempSearch-content .search-label {
        position: relative;
        width: 100%;
        line-height: 1.25; }
        #makerCommunity-root .home-button .tempSearch-content .search-label .search-content {
          width: 30px;
          opacity: .5;
          position: absolute;
          top: 0;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .search-content .search-icon {
            color: #fff;
            fill: #fff; }
        #makerCommunity-root .home-button .tempSearch-content .search-label .search-input {
          background-color: rgba(255, 255, 255, 0.05);
          border: 2px solid rgba(0, 0, 0, 0);
          outline: 0;
          color: #fff;
          margin: 0px;
          border-radius: 3px;
          width: 100%;
          max-width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .search-input:focus {
            border: 2px solid rgba(0, 0, 0, 0.25) !important; }
        #makerCommunity-root .home-button .tempSearch-content .search-label .searchClose-btn {
          width: 30px;
          border: 2px solid rgba(0, 0, 0, 0);
          opacity: .5;
          position: absolute;
          margin: 0;
          top: 0;
          bottom: 0;
          right: 0;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box;
          background-color: #f0f0f0;
          padding: 1px 5px; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .searchClose-btn:hover {
            opacity: .85; }
          #makerCommunity-root .home-button .tempSearch-content .search-label .searchClose-btn .close-icon {
            opacity: .75; }
  #makerCommunity-root .category-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    color: #fff;
    line-height: 1.25; }
    #makerCommunity-root .category-content .category-info {
      overflow: auto; }
      #makerCommunity-root .category-content .category-info .category-header {
        opacity: .75;
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 8px 0;
        cursor: text; }
      #makerCommunity-root .category-content .category-info .category-text {
        line-height: 1.5;
        margin-bottom: 6px; }
        #makerCommunity-root .category-content .category-info .category-text .category-link {
          font-size: 12.8px;
          outline: 0;
          opacity: .75;
          color: #fff;
          cursor: pointer;
          display: inline-block; }
          #makerCommunity-root .category-content .category-info .category-text .category-link:hover {
            opacity: 1; }
  #makerCommunity-root .tempheader-content {
    margin: 16px 0 32px 16px;
    max-width: 512px; }
    #makerCommunity-root .tempheader-content .tempheader-info {
      max-width: 512px;
      row-gap: 20px;
      display: flex;
      flex-direction: column;
      line-height: 1.25; }
      #makerCommunity-root .tempheader-content .tempheader-info .tempheader-text {
        font-size: 36px;
        font-weight: 500;
        color: #333333;
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
  #makerCommunity-root .temp-bx {
    width: 100%;
    line-height: 1.25;
    margin-top: 24px; }
    #makerCommunity-root .temp-bx .temp-content {
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      #makerCommunity-root .temp-bx .temp-content .temp-div {
        width: 33.33333%;
        box-sizing: border-box;
        animation-name: opacityFadeIn;
        animation-duration: 400ms; }
        #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info {
          padding: 0px 16px 32px;
          width: 100%; }
          #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link {
            text-decoration: none;
            color: #1f1f1f;
            outline: 0;
            display: block;
            border-radius: 6px;
            margin-bottom: 8px;
            width: 100%;
            transition: .085s all ease-in;
            box-shadow: 0 0 0 5px transparent; }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link:hover {
              background-color: rgba(0, 0, 0, 0.5); }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link:hover, #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link:focus {
              box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.5); }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .tempImg-content {
              height: 170px;
              background-position: center center;
              background-size: cover;
              position: relative;
              border-radius: 6px;
              width: 100%;
              background-color: rgba(0, 0, 0, 0.1); }
              #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .tempImg-content .userImg-info {
                position: absolute;
                top: 0;
                right: 0;
                padding: 16px 8px 8px; }
                #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .tempImg-content .userImg-info .userImg {
                  width: 24px;
                  height: 24px;
                  background-position: center center;
                  background-size: cover;
                  border-radius: 50%;
                  margin-right: 8px;
                  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1); }
            #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc {
              padding-top: 8px;
              width: 100%;
              color: #fff; }
              #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc .temp-heading {
                font-size: 22.4px;
                font-weight: 500;
                line-height: 1.125;
                margin-bottom: 4px;
                font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }
              #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc .tempUser-info {
                display: flex;
                align-items: center;
                margin-bottom: 4px; }
                #makerCommunity-root .temp-bx .temp-content .temp-div .temp-info .selectedtemp-link .temp-desc .tempUser-info .user-text {
                  opacity: .75;
                  max-width: 100%;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  flex: 1 1 auto;
                  min-width: 0;
                  min-height: 0; }
      #makerCommunity-root .temp-bx .temp-content .templates-empty {
        height: 27vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        margin-top: 25vh;
        align-items: center;
        flex: 1;
        font-size: 14.4px;
        font-weight: 500; }
        #makerCommunity-root .temp-bx .temp-content .templates-empty img {
          width: 30%;
          margin-bottom: 10px; }
        #makerCommunity-root .temp-bx .temp-content .templates-empty .tempEmpty-content {
          opacity: .75; }
      #makerCommunity-root .temp-bx .temp-content .temp-empty {
        font-size: 14.4px;
        text-align: center;
        width: 100%;
        color: #fff;
        padding: 128px 32px; }
        #makerCommunity-root .temp-bx .temp-content .temp-empty .tempEmpty-content {
          opacity: .75; }
          #makerCommunity-root .temp-bx .temp-content .temp-empty .tempEmpty-content .findTemp {
            font-weight: 500; }
          #makerCommunity-root .temp-bx .temp-content .temp-empty .tempEmpty-content .templatesLink {
            font-weight: 500;
            color: #166ee1; }
        #makerCommunity-root .temp-bx .temp-content .temp-empty img {
          width: 30%;
          margin-bottom: 10px; }

@keyframes opacityFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  #makerCommunity-root .custom-button {
    height: 32px;
    font-size: 13px;
    line-height: 22px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px 0 0;
    padding: 0 12px;
    border-radius: 6px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif; }
    #makerCommunity-root .custom-button .btn-text {
      transform: translateY(-0.5px);
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      font-size: 13px;
      font-weight: 500; }
  #makerCommunity-root .primary-btn-css {
    font-weight: 500;
    color: #fff;
    background-color: #166ee1;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #makerCommunity-root .primary-btn-css:hover {
      background-color: #166ee1;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
  #makerCommunity-root .customCancel-btn {
    background-color: transparent;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.32), 0px 0px 2px rgba(0, 0, 0, 0.08), 0px 1px 3px rgba(0, 0, 0, 0.08); }
    #makerCommunity-root .customCancel-btn:hover {
      background: none;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 0 3px rgba(0, 0, 0, 0.11), 0 1px 4px rgba(0, 0, 0, 0.12); }
.powerups-root {
  background: #fff;
  height: 100vh; }
  .powerups-root .power-header-image {
    padding: 25px 0px; }
  .powerups-root .sidebar-bx .sidebar-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #797979; }
    .powerups-root .sidebar-bx .sidebar-title h2 {
      font-size: 16px;
      font-weight: bold; }
  .powerups-root .sidebar-bx .sidebar-items .active-category {
    text-decoration: underline;
    font-weight: bold; }
  @media screen and (max-width: 761px) {
    .powerups-root .sidebar-bx {
      text-align: center; } }
  .powerups-root .powerup {
    width: 100% !important; }
    .powerups-root .powerup .stack-links {
      font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important; }
      .powerups-root .powerup .stack-links ul {
        margin-top: 12px;
        list-style: none;
        -ms-box-orient: horizontal;
        display: flex;
        /* -webkit-justify-content: space-between;  */
        justify-content: space-between;
        width: 100%; }
      .powerups-root .powerup .stack-links .title {
        color: #212121;
        font-size: 15px !important;
        font-size: larger;
        font-weight: bold;
        padding-left: 17px;
        border-bottom: 1px solid #ddd;
        text-transform: uppercase;
        padding: 12px 12px 12px 12px;
        letter-spacing: 1px;
        display: flex;
        justify-content: space-between; }
      .powerups-root .powerup .stack-links .live-lable {
        color: white;
        border-radius: 14px;
        padding: 0px 9px;
        line-height: 1.7;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer;
        color: #7d7d7d;
        border: 2px solid #7d7d7d;
        margin-right: 15px; }
        .powerups-root .powerup .stack-links .live-lable:hover {
          opacity: 0.6;
          text-decoration: underline; }
      .powerups-root .powerup .stack-links .content {
        padding: 0px;
        max-height: 60vh;
        margin-left: 15px;
        padding: 12px 12px 12px 12px;
        margin-bottom: 10px; }
      .powerups-root .powerup .stack-links .stack-link {
        font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
        padding: 6px;
        color: #212121;
        border-radius: 3px;
        padding-left: 16px;
        margin-top: 5px; }
      .powerups-root .powerup .stack-links .card {
        margin-bottom: 15px;
        border: 2px solid #ddd; }
    @media only screen and (max-width: 767px) {
      .powerups-root .powerup .ui.grid {
        margin-left: 0px !important;
        margin-right: 0px !important; } }
#TwoFactorAuthentication .twofactor-loading {
  position: absolute;
  top: 48%;
  left: 48%; }

#TwoFactorAuthentication .card-main {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid #ddd;
  padding: 15px;
  margin-left: 36%;
  border-radius: 6px; }

#TwoFactorAuthentication .error-message {
  color: red;
  font-size: 14px !important; }
#TrashFeatures .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ddd; }
  #TrashFeatures .header .header-icon-stack {
    display: flex;
    align-items: center; }
  #TrashFeatures .header p {
    font-size: 14px;
    margin-left: 3px;
    opacity: 0.8;
    margin-top: 5px; }
  #TrashFeatures .header .stack-trash {
    font-size: 17px;
    font-weight: 500;
    margin-left: 7px; }

#TrashFeatures .main-content .trashData-render .trashData-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
  padding-top: 6px; }

#TrashFeatures .main-content .trashData-render .trashData-details {
  display: flex;
  align-items: start; }

#TrashFeatures .main-content .trashData-render .trashData-user-img {
  width: 28px;
  border-radius: 44px;
  margin-top: 7px;
  margin-right: 10px; }

#TrashFeatures .main-content .trashData-render .trashData-delete-text {
  font-size: 16px;
  font-weight: 500; }

#TrashFeatures .main-content .trashData-render .trashData-time-text {
  margin-bottom: 4px;
  margin-top: 3px;
  font-size: 13px;
  opacity: 0.8; }

#TrashFeatures .main-content .trashData-render .trashData-row-text-main {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#TrashFeatures .main-content .trashData-render .trashData-row-name {
  white-space: nowrap;
  margin: 5px 3px;
  padding: 0px 4px;
  background: #ecf0fa;
  border: 0.5px solid #c9c9ec;
  border-radius: 2px;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: fit-content;
  width: fit-content; }
  #TrashFeatures .main-content .trashData-render .trashData-row-name .remove-icon::before {
    margin-left: 4px; }
  #TrashFeatures .main-content .trashData-render .trashData-row-name:hover {
    opacity: 0.8; }

#TrashFeatures .main-content .trashData-render .trashData-action {
  font-size: 15px;
  font-weight: 500; }

#TrashFeatures .main-content .trashData-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52vh;
  flex-direction: column; }
  #TrashFeatures .main-content .trashData-empty .trashData-empty-img {
    width: 16%;
    margin-bottom: 22px;
    opacity: 0.9; }
#Settings .headings {
  font-size: 15px; }

#Settings .sub-headings {
  opacity: 0.7;
  font-weight: 400; }

#Settings .first {
  padding-top: 15px  !important; }

#Settings .tab-title-sec .tab-title {
  font-size: 17px;
  font-weight: 500; }

#Settings .tab-title-sec .tab-desc {
  font-size: 14px;
  font-weight: 400; }

#Settings #SSOAuth {
  margin: 8px 15px; }
  #Settings #SSOAuth .add-sso-btn {
    margin: 12px; }
#SSoCreatemodal .form-content .input-field-sec {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0px 0px 15px 0px; }
  #SSoCreatemodal .form-content .input-field-sec .input-field-lable {
    width: 14%;
    font-size: 14px;
    font-weight: 400; }
  #SSoCreatemodal .form-content .input-field-sec .input-field {
    width: 86%; }
  #SSoCreatemodal .form-content .input-field-sec .input-textarea {
    height: 250px; }

#SSoCreatemodal .form-content .input-error-message {
  color: red;
  margin: -7px 8px 11px 0px;
  font-size: 14px; }
#Sidebar .sidenav {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 240px;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #404040;
  padding-top: 20px;
  overflow: auto; }
  #Sidebar .sidenav .sidebar-header-sec {
    display: flex;
    align-items: center;
    margin: 5px 5px 15px 5px; }
    #Sidebar .sidenav .sidebar-header-sec .sidebar-logo {
      width: 60%;
      filter: brightness(0) invert(1);
      cursor: pointer; }
    #Sidebar .sidenav .sidebar-header-sec .sidebar-title {
      color: white;
      font-size: 15px; }

#Sidebar .list .list-item {
  padding: 12px 15px;
  text-decoration: none;
  font-size: 15px;
  color: white;
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
  margin: 5px; }
  #Sidebar .list .list-item a {
    color: white; }

#Sidebar .list .list-item:hover {
  color: #007bff;
  background: #dddd;
  border-radius: 9px; }
  #Sidebar .list .list-item:hover a {
    color: #007bff; }

#Sidebar .list .list-icon {
  font-size: 18px;
  margin-right: 10px; }

#Sidebar .sidebar-header-section {
  width: 100%;
  align-items: stretch;
  display: block;
  position: absolute;
  top: 90%;
  transform: translateY(-50%); }
  #Sidebar .sidebar-header-section .sidebar-title {
    color: white;
    font-size: 15px;
    margin: 5px;
    padding: 4px 22px; }
  #Sidebar .sidebar-header-section .list-item {
    padding: 12px 15px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 400;
    cursor: pointer;
    margin: 5px; }
    #Sidebar .sidebar-header-section .list-item a {
      color: white; }
  #Sidebar .sidebar-header-section .list-item:hover {
    color: #007bff;
    background: #dddd;
    border-radius: 9px; }
    #Sidebar .sidebar-header-section .list-item:hover a {
      color: #007bff; }
  #Sidebar .sidebar-header-section .list-icon {
    font-size: 18px;
    margin-right: 10px; }

#Sidebar .main {
  margin-left: 160px;
  /* Same as the width of the sidenav */
  font-size: 28px;
  /* Increased text to enable scrolling */
  padding: 0px 10px; }

@media screen and (max-height: 450px) {
  #Sidebar .sidenav {
    padding-top: 15px; }
  #Sidebar .sidenav a {
    font-size: 18px; } }
#AdminEnterprice .container .sidebar-column {
  width: 20%; }

#AdminEnterprice .container .content-column {
  width: 80%;
  margin: 25px 0px 0px 0px; }

#AdminEnterprice .container .container-style {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem; }

#AdminEnterprice .container .button-style {
  font-size: 0.8rem; }

#AdminEnterprice .container .table-style {
  font-size: 0.8rem; }

#AdminEnterprice .container p {
  font-size: 1.1rem; }

#AdminEnterprice .page-style {
  width: 25% !important;
  outline: none; }

#AdminEnterprice .stackby-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 200px); }

#AdminEnterprice .search-main {
  width: 100%; }
  #AdminEnterprice .search-main .input-style {
    width: 100%;
    border: 2px solid #2185d0;
    border-radius: 5px !important; }
  #AdminEnterprice .search-main .download-csv-btn {
    margin: 0px 0px 0px 7px;
    width: 10%; }
#UserManagement .title {
  justify-content: space-between;
  display: flex; }

#UserManagement .grid-component {
  width: auto;
  margin-bottom: 0 !important;
  margin-top: -15px !important;
  margin-left: -15px !important; }
  #UserManagement .grid-component .card {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 4% !important;
    display: flex;
    align-items: center;
    margin: 20px !important;
    border: 2px solid #f5f5f5; }
    #UserManagement .grid-component .card .integration-name {
      margin: 4px;
      color: black;
      font-size: 24px;
      text-align: center;
      line-height: 30px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 200px;
      font-family: 'Roboto Slab', serif !important; }
    #UserManagement .grid-component .card .integration-desc {
      margin: 5px;
      font-size: 12px;
      text-align: center;
      line-height: 16px;
      padding: 0 4% 2 4%;
      font-family: 'Roboto Slab', serif !important;
      color: #696960; }
#Invitemodal .form-content .dropdownlist-align {
  display: flex;
  align-items: center; }

#Invitemodal .form-content .dropdown-optionlist {
  margin-top: 20px;
  margin-bottom: 20px; }

#Invitemodal .form-content .error-msg {
  color: red;
  margin: 13px 3px 5px 5px !important;
  font-size: 14px; }
#MobileHandOffSent .mobilehandoff-animation body {
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

#MobileHandOffSent .mobilehandoff-animation .pyro > .before,
#MobileHandOffSent .mobilehandoff-animation .pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards; }

#MobileHandOffSent .mobilehandoff-animation .pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s; }

@-webkit-keyframes bang {
  to {
    box-shadow: 203px -236.66667px #00ff2b, -109px -313.66667px #2b00ff, -195px -305.66667px #0dff00, 224px -21.66667px #00b7ff, 80px -346.66667px #9d00ff, 87px -108.66667px #3700ff, -141px 2.33333px #ffaa00, -193px -48.66667px #ff0d00, 71px -206.66667px #ff3700, 249px -290.66667px #ff0055, 11px -289.66667px #00ff33, -1px 25.33333px #ff5900, -200px -245.66667px #b7ff00, -205px -368.66667px #ff9500, -53px -246.66667px #ffc400, -167px -218.66667px #ff00d5, 175px -98.66667px #ff2200, 86px -340.66667px #6a00ff, 84px -32.66667px #eeff00, 227px -62.66667px #ff00d5, -139px -384.66667px #ff0095, -202px 21.33333px #f700ff, -148px -49.66667px #ff006f, -170px -82.66667px #ff2200, 182px -125.66667px #00ffa6, -216px -401.66667px #44ff00, 241px -394.66667px #0099ff, 10px -41.66667px cyan, 98px 43.33333px #00ff09, 75px -214.66667px #00a2ff, -9px -193.66667px #ff00ea, 41px -41.66667px #77ff00, -8px 33.33333px #a600ff, 178px -257.66667px #40ff00, -163px -355.66667px #ee00ff, 15px -303.66667px #33ff00, 26px -359.66667px lime, -200px -259.66667px #ff00ee, 98px -142.66667px #dd00ff, -65px 38.33333px #00ff88, -77px -129.66667px #ff00d0, -176px -126.66667px #ff1500, -50px -48.66667px yellow, 79px -288.66667px #00ff5e, -19px -179.66667px #fff700, 102px -118.66667px #15ff00, 17px -353.66667px #55ff00, -104px -32.66667px #4d00ff, 216px -321.66667px #ff9900, -32px -272.66667px #1e00ff, -93px -405.66667px #fff200; } }

@-moz-keyframes bang {
  to {
    box-shadow: 203px -236.66667px #00ff2b, -109px -313.66667px #2b00ff, -195px -305.66667px #0dff00, 224px -21.66667px #00b7ff, 80px -346.66667px #9d00ff, 87px -108.66667px #3700ff, -141px 2.33333px #ffaa00, -193px -48.66667px #ff0d00, 71px -206.66667px #ff3700, 249px -290.66667px #ff0055, 11px -289.66667px #00ff33, -1px 25.33333px #ff5900, -200px -245.66667px #b7ff00, -205px -368.66667px #ff9500, -53px -246.66667px #ffc400, -167px -218.66667px #ff00d5, 175px -98.66667px #ff2200, 86px -340.66667px #6a00ff, 84px -32.66667px #eeff00, 227px -62.66667px #ff00d5, -139px -384.66667px #ff0095, -202px 21.33333px #f700ff, -148px -49.66667px #ff006f, -170px -82.66667px #ff2200, 182px -125.66667px #00ffa6, -216px -401.66667px #44ff00, 241px -394.66667px #0099ff, 10px -41.66667px cyan, 98px 43.33333px #00ff09, 75px -214.66667px #00a2ff, -9px -193.66667px #ff00ea, 41px -41.66667px #77ff00, -8px 33.33333px #a600ff, 178px -257.66667px #40ff00, -163px -355.66667px #ee00ff, 15px -303.66667px #33ff00, 26px -359.66667px lime, -200px -259.66667px #ff00ee, 98px -142.66667px #dd00ff, -65px 38.33333px #00ff88, -77px -129.66667px #ff00d0, -176px -126.66667px #ff1500, -50px -48.66667px yellow, 79px -288.66667px #00ff5e, -19px -179.66667px #fff700, 102px -118.66667px #15ff00, 17px -353.66667px #55ff00, -104px -32.66667px #4d00ff, 216px -321.66667px #ff9900, -32px -272.66667px #1e00ff, -93px -405.66667px #fff200; } }

@-o-keyframes bang {
  to {
    box-shadow: 203px -236.66667px #00ff2b, -109px -313.66667px #2b00ff, -195px -305.66667px #0dff00, 224px -21.66667px #00b7ff, 80px -346.66667px #9d00ff, 87px -108.66667px #3700ff, -141px 2.33333px #ffaa00, -193px -48.66667px #ff0d00, 71px -206.66667px #ff3700, 249px -290.66667px #ff0055, 11px -289.66667px #00ff33, -1px 25.33333px #ff5900, -200px -245.66667px #b7ff00, -205px -368.66667px #ff9500, -53px -246.66667px #ffc400, -167px -218.66667px #ff00d5, 175px -98.66667px #ff2200, 86px -340.66667px #6a00ff, 84px -32.66667px #eeff00, 227px -62.66667px #ff00d5, -139px -384.66667px #ff0095, -202px 21.33333px #f700ff, -148px -49.66667px #ff006f, -170px -82.66667px #ff2200, 182px -125.66667px #00ffa6, -216px -401.66667px #44ff00, 241px -394.66667px #0099ff, 10px -41.66667px cyan, 98px 43.33333px #00ff09, 75px -214.66667px #00a2ff, -9px -193.66667px #ff00ea, 41px -41.66667px #77ff00, -8px 33.33333px #a600ff, 178px -257.66667px #40ff00, -163px -355.66667px #ee00ff, 15px -303.66667px #33ff00, 26px -359.66667px lime, -200px -259.66667px #ff00ee, 98px -142.66667px #dd00ff, -65px 38.33333px #00ff88, -77px -129.66667px #ff00d0, -176px -126.66667px #ff1500, -50px -48.66667px yellow, 79px -288.66667px #00ff5e, -19px -179.66667px #fff700, 102px -118.66667px #15ff00, 17px -353.66667px #55ff00, -104px -32.66667px #4d00ff, 216px -321.66667px #ff9900, -32px -272.66667px #1e00ff, -93px -405.66667px #fff200; } }

@-ms-keyframes bang {
  #MobileHandOffSent .mobilehandoff-animation to {
    box-shadow: 203px -236.66667px #00ff2b, -109px -313.66667px #2b00ff, -195px -305.66667px #0dff00, 224px -21.66667px #00b7ff, 80px -346.66667px #9d00ff, 87px -108.66667px #3700ff, -141px 2.33333px #ffaa00, -193px -48.66667px #ff0d00, 71px -206.66667px #ff3700, 249px -290.66667px #ff0055, 11px -289.66667px #00ff33, -1px 25.33333px #ff5900, -200px -245.66667px #b7ff00, -205px -368.66667px #ff9500, -53px -246.66667px #ffc400, -167px -218.66667px #ff00d5, 175px -98.66667px #ff2200, 86px -340.66667px #6a00ff, 84px -32.66667px #eeff00, 227px -62.66667px #ff00d5, -139px -384.66667px #ff0095, -202px 21.33333px #f700ff, -148px -49.66667px #ff006f, -170px -82.66667px #ff2200, 182px -125.66667px #00ffa6, -216px -401.66667px #44ff00, 241px -394.66667px #0099ff, 10px -41.66667px cyan, 98px 43.33333px #00ff09, 75px -214.66667px #00a2ff, -9px -193.66667px #ff00ea, 41px -41.66667px #77ff00, -8px 33.33333px #a600ff, 178px -257.66667px #40ff00, -163px -355.66667px #ee00ff, 15px -303.66667px #33ff00, 26px -359.66667px lime, -200px -259.66667px #ff00ee, 98px -142.66667px #dd00ff, -65px 38.33333px #00ff88, -77px -129.66667px #ff00d0, -176px -126.66667px #ff1500, -50px -48.66667px yellow, 79px -288.66667px #00ff5e, -19px -179.66667px #fff700, 102px -118.66667px #15ff00, 17px -353.66667px #55ff00, -104px -32.66667px #4d00ff, 216px -321.66667px #ff9900, -32px -272.66667px #1e00ff, -93px -405.66667px #fff200; } }

@keyframes bang {
  to {
    box-shadow: 203px -236.66667px #00ff2b, -109px -313.66667px #2b00ff, -195px -305.66667px #0dff00, 224px -21.66667px #00b7ff, 80px -346.66667px #9d00ff, 87px -108.66667px #3700ff, -141px 2.33333px #ffaa00, -193px -48.66667px #ff0d00, 71px -206.66667px #ff3700, 249px -290.66667px #ff0055, 11px -289.66667px #00ff33, -1px 25.33333px #ff5900, -200px -245.66667px #b7ff00, -205px -368.66667px #ff9500, -53px -246.66667px #ffc400, -167px -218.66667px #ff00d5, 175px -98.66667px #ff2200, 86px -340.66667px #6a00ff, 84px -32.66667px #eeff00, 227px -62.66667px #ff00d5, -139px -384.66667px #ff0095, -202px 21.33333px #f700ff, -148px -49.66667px #ff006f, -170px -82.66667px #ff2200, 182px -125.66667px #00ffa6, -216px -401.66667px #44ff00, 241px -394.66667px #0099ff, 10px -41.66667px cyan, 98px 43.33333px #00ff09, 75px -214.66667px #00a2ff, -9px -193.66667px #ff00ea, 41px -41.66667px #77ff00, -8px 33.33333px #a600ff, 178px -257.66667px #40ff00, -163px -355.66667px #ee00ff, 15px -303.66667px #33ff00, 26px -359.66667px lime, -200px -259.66667px #ff00ee, 98px -142.66667px #dd00ff, -65px 38.33333px #00ff88, -77px -129.66667px #ff00d0, -176px -126.66667px #ff1500, -50px -48.66667px yellow, 79px -288.66667px #00ff5e, -19px -179.66667px #fff700, 102px -118.66667px #15ff00, 17px -353.66667px #55ff00, -104px -32.66667px #4d00ff, 216px -321.66667px #ff9900, -32px -272.66667px #1e00ff, -93px -405.66667px #fff200; } }

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-ms-keyframes gravity {
  #MobileHandOffSent .mobilehandoff-animation to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0; } }

@-webkit-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-moz-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-o-keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@-ms-keyframes position {
  #MobileHandOffSent .mobilehandoff-animation 0%,
  #MobileHandOffSent .mobilehandoff-animation 19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  #MobileHandOffSent .mobilehandoff-animation 20%,
  #MobileHandOffSent .mobilehandoff-animation 39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  #MobileHandOffSent .mobilehandoff-animation 40%,
  #MobileHandOffSent .mobilehandoff-animation 59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  #MobileHandOffSent .mobilehandoff-animation 60%,
  #MobileHandOffSent .mobilehandoff-animation 79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  #MobileHandOffSent .mobilehandoff-animation 80%,
  #MobileHandOffSent .mobilehandoff-animation 99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

@keyframes position {
  0%,
  19.9% {
    margin-top: 10%;
    margin-left: 40%; }
  20%,
  39.9% {
    margin-top: 40%;
    margin-left: 30%; }
  40%,
  59.9% {
    margin-top: 20%;
    margin-left: 70%; }
  60%,
  79.9% {
    margin-top: 30%;
    margin-left: 20%; }
  80%,
  99.9% {
    margin-top: 30%;
    margin-left: 80%; } }

#MobileHandOffSent .mobilehandoff-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden; }
  #MobileHandOffSent .mobilehandoff-main .mobilehandoff-header {
    font-family: sans-serif; }
  #MobileHandOffSent .mobilehandoff-main .mobilehandoff-img {
    width: 10%;
    margin: 27px 0px;
    border-radius: 12px; }
  #MobileHandOffSent .mobilehandoff-main .mobilehandoff-content {
    font-family: sans-serif;
    font-weight: 400;
    width: 20%;
    text-align: center; }
  @media (max-width: 960px) {
    #MobileHandOffSent .mobilehandoff-main .mobilehandoff-content {
      width: 80%; }
    #MobileHandOffSent .mobilehandoff-main .mobilehandoff-img {
      width: 45%; } }
#MobileHandOffVerify .login-wrapper {
  height: 100vh;
  display: flex; }
  #MobileHandOffVerify .login-wrapper .container-image {
    width: 50%; }
    #MobileHandOffVerify .login-wrapper .container-image img.img-responsives {
      height: 100%;
      width: 125%;
      min-width: 100%;
      object-fit: cover; }
  #MobileHandOffVerify .login-wrapper .container {
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
  #MobileHandOffVerify .login-wrapper .frame {
    width: 400px;
    background-color: #f8f8f8;
    background-size: cover;
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .5s ease;
    text-align: center;
    padding: 20px; }
  #MobileHandOffVerify .login-wrapper img.img-responsive {
    height: 80px !important;
    width: 250px !important;
    cursor: pointer; }
  #MobileHandOffVerify .login-wrapper .error-message {
    font-size: 16px !important; }
  @media screen and (min-device-width: 320px) and (max-device-width: 767px) and (max-width: 450px) {
    #MobileHandOffVerify .login-wrapper .login-wrapper {
      overflow: hidden;
      text-overflow: ellipsis;
      flex-direction: row; }
    #MobileHandOffVerify .login-wrapper .container {
      display: inline-grid;
      justify-content: center;
      align-items: center; }
    #MobileHandOffVerify .login-wrapper .frame {
      justify-content: center;
      align-items: center;
      width: 350px;
      display: block;
      background-color: #f8f8f8;
      background-size: cover;
      margin-left: auto;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      border-radius: 5px;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      transition: all .5s ease; } }
.body {
  color: #414141 !important; }

#FormPreview {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  color: #414141 !important;
  display: flex;
  justify-content: center;
  height: 100%; }
  #FormPreview .react-datepicker-popper {
    z-index: 10000000; }
  #FormPreview .disable-submit-modal {
    z-index: 1000;
    position: fixed;
    background: #fff;
    border: 5px solid #ddd;
    padding: 20px;
    width: 26%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    font-size: 16px;
    height: 20%; }
    #FormPreview .disable-submit-modal .content {
      margin-bottom: 10px;
      font-weight: 500;
      line-height: 20px; }
  #FormPreview .column-disable-submit-modal {
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    min-width: 385px;
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #fff; }
    #FormPreview .column-disable-submit-modal .msg-content {
      font-size: 20px;
      font-weight: 500;
      color: #4d4d4d;
      line-height: 1.25; }
  #FormPreview .form-logo-box {
    display: block !important; }
  #FormPreview .model-error {
    margin: auto;
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 10px; }
    #FormPreview .model-error img {
      width: 200px; }
  #FormPreview .btn-open-rowlist.right {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 100;
    box-shadow: 0px 0px 2px 2px #797474; }
  #FormPreview .btn-open-rowlist.left {
    position: fixed;
    top: 12px;
    left: 20px;
    z-index: 100;
    box-shadow: 0px 0px 2px 2px #797474; }
  #FormPreview .form-loading {
    position: absolute;
    top: 48%;
    left: 48%; }
  #FormPreview .formView {
    width: -webkit-fill-available;
    width: -moz-available;
    position: fixed;
    bottom: 0px;
    top: 0px;
    overflow: auto;
    right: 0px;
    left: 0px; }
    #FormPreview .formView .form-view-root .name,
    #FormPreview .formView .form-view-root .addlogotext,
    #FormPreview .formView .form-view-root .lable-form-name,
    #FormPreview .formView .form-view-root .form-desc-preview,
    #FormPreview .formView .form-view-root .form-desc-preview .ql-editor p,
    #FormPreview .formView .form-view-root .description div,
    #FormPreview .formView .form-view-root .description div p,
    #FormPreview .formView .form-view-root .css-1wa3eu0-placeholder,
    #FormPreview .formView .form-view-root .add,
    #FormPreview .formView .form-view-root select,
    #FormPreview .formView .form-view-root .checkbox-css label,
    #FormPreview .formView .form-view-root .preview-top-box .preview-switch-account,
    #FormPreview .formView .form-view-root .preview-info-text {
      font-family: var(--form-font-family);
      color: var(--form-font-color, #000000); }
    #FormPreview .formView .form-view-root .input-component input,
    #FormPreview .formView .form-view-root textarea,
    #FormPreview .formView .form-view-root .checkbox-css,
    #FormPreview .formView .form-view-root .form-action-button button {
      font-family: var(--form-font-family); }
    #FormPreview .formView .form-view-root .input-component input,
    #FormPreview .formView .form-view-root .css-bm819o-control,
    #FormPreview .formView .form-view-root textarea {
      background-color: var(--form-font-backgroung); }
    #FormPreview .formView .form-view-root {
      max-width: 700px;
      margin: 20px auto 20px auto;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
      border-radius: 10px;
      background: white;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment: scroll;
      background-position: center; }
      #FormPreview .formView .form-view-root .checkbox-css label::after {
        border-radius: 3px;
        color: white !important;
        background-color: #2872e1 !important; }
      #FormPreview .formView .form-view-root .checkbox-css input:focus ~ label:before {
        color: white !important;
        border-color: #2872e1 !important; }
      #FormPreview .formView .form-view-root .form-password-footer {
        margin: 0 20px;
        opacity: 0.5;
        font-size: 11px; }
      #FormPreview .formView .form-view-root .input-component input {
        border: 2px solid rgba(0, 0, 0, 0.1);
        width: 100%; }
        #FormPreview .formView .form-view-root .input-component input:hover {
          border-color: rgba(0, 0, 0, 0.25); }
        #FormPreview .formView .form-view-root .input-component input:focus {
          border-color: #2872e1; }
        #FormPreview .formView .form-view-root .input-component input:active, #FormPreview .formView .form-view-root .input-component input:focus {
          box-shadow: inset 0 0 0 2px #cce0fe; }
    #FormPreview .formView .form-success {
      padding: 20px; }
      #FormPreview .formView .form-success p {
        font-weight: bold;
        font-weight: bold;
        font-size: 18px;
        text-align: center; }
    #FormPreview .formView .formpreview-container {
      max-width: 600px;
      margin: auto;
      width: 100%;
      padding: 20px 5px; }
      #FormPreview .formView .formpreview-container .preview-email-section {
        width: 100%;
        padding: 20px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-top-box {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          width: 100%;
          gap: 10px;
          flex-wrap: wrap; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box {
          display: flex;
          align-items: center;
          gap: 10px;
          background: #f1f3f4;
          padding: 5px 8px;
          border-radius: 9999px; }
          #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box .bcfzFW {
            width: 1.8rem; }
          #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box .preview-profile-icon {
            width: 25px;
            height: 25px;
            background-color: green;
            color: white;
            font-weight: 500;
            font-size: 16px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center; }
          #FormPreview .formView .formpreview-container .preview-email-section .preview-email-box .preview-email-text {
            font-size: 14px;
            font-weight: 500;
            color: #202124;
            word-wrap: break-word;
            max-width: 100%; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-switch-container .preview-switch-account {
          font-size: 14px;
          border-bottom-style: solid;
          border-bottom-width: 1px;
          cursor: pointer; }
        #FormPreview .formView .formpreview-container .preview-email-section .preview-info-text {
          font-size: 14px;
          margin-top: 10px; }
  #FormPreview .content {
    max-width: 600px;
    margin: auto;
    padding-bottom: 20px; }
    #FormPreview .content .column-layout {
      width: 100%; }
    #FormPreview .content .page-divider-two-column {
      display: flex;
      align-items: center; }
    #FormPreview .content .two-column-layout {
      width: 50%; }
    @media only screen and (max-width: 768px) {
      #FormPreview .content .two-column-layout {
        width: 100%;
        /* Full-width for mobile */ } }
    #FormPreview .content .css-1okebmr-indicatorSeparator {
      display: none; }
    #FormPreview .content .select-tag-wrapper {
      display: block;
      height: fit-content;
      border-radius: 8px;
      margin: 5px 2px;
      max-width: inherit; }
    #FormPreview .content .select-tag {
      display: inline-flex !important;
      height: 18px !important;
      padding: 2px 8px;
      margin: 0;
      text-align: center;
      font-size: 13px;
      line-height: 13px;
      border-radius: 8px;
      background: #fff;
      color: #2f2f2f;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%;
      white-space: nowrap; }
      #FormPreview .content .select-tag .Select-aria-only {
        position: relative !important; }
    #FormPreview .content .collaborator-tag {
      display: inline-flex !important;
      align-items: center;
      height: 18px !important;
      border: 1px solid #eee;
      background-color: #eee;
      margin: 5px 2px;
      min-width: 40px;
      border-radius: 10px; }
      #FormPreview .content .collaborator-tag img {
        width: 20px !important;
        height: 20px !important;
        margin: 0 !important; }
      #FormPreview .content .collaborator-tag p {
        font-size: 13px;
        line-height: 18px !important;
        padding: 0 4px;
        overflow: hidden;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis; }
    #FormPreview .content .css-1itjr4n-multiValue {
      height: 19px !important;
      justify-content: center !important;
      align-items: center !important; }
    #FormPreview .content .css-13wzbve-singleValue {
      display: contents !important; }
    #FormPreview .content .css-1h785rw {
      padding-left: 0px; }
  #FormPreview .message-root .form-error {
    color: red;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 400; }
  #FormPreview .info-notice {
    margin: 20px;
    padding: 10px;
    border-radius: 5px;
    /* border: 1px solid #ccc; */
    /* color: #c5626f; */
    background: #f5eeb7;
    display: flex;
    justify-content: space-between; }
    #FormPreview .info-notice p {
      margin-bottom: 0px; }
    #FormPreview .info-notice i {
      cursor: pointer; }
  @media (max-width: 576px) {
    #FormPreview .formView {
      padding: 0px; }
      #FormPreview .formView .form-view-root {
        border-radius: 0; } }
  #FormPreview .welcome-modal-first-page {
    margin: 40px auto 20px;
    max-width: 700px;
    border-radius: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1); }
  #FormPreview .welcome-modal-first-page-content {
    position: absolute;
    top: calc(50vh - 100px);
    text-align: center; }
  #FormPreview .typeform-welcome-model {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 750px;
    justify-content: center; }
  #FormPreview .welcome-model-main {
    border-radius: 10px;
    padding: 10px;
    height: fit-content;
    width: 100%;
    max-width: 1440px;
    text-align: center;
    display: flex; }
    #FormPreview .welcome-model-main .welcome-model-content {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 12px;
      font-family: Karla; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-img-content {
        width: 50%; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-img-content .welcome-img {
          width: 100%;
          max-width: 400px; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent {
        width: 50%;
        text-align: left;
        margin-top: 25px; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
          font-weight: 500;
          display: block;
          margin-bottom: 20px; }
          @media screen and (min-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              margin-bottom: 30px; } }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 28px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 26px; } }
          @media screen and (min-width: 320px) and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 26px; } }
          @media screen and (max-width: 319px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-title {
              font-size: 26px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
          color: darkgray;
          margin-bottom: 20px;
          display: block; }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
              font-size: 22px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
              font-size: 18px; } }
          @media screen and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-description {
              font-size: 18px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-footer {
          position: relative;
          align-items: center;
          display: flex; }
          #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-footer .enter-here {
            top: 10px; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .enter-text {
          font-weight: bold; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
          padding: 11px 17px;
          background-color: gray;
          color: white;
          margin-right: 0px;
          font-family: Karla;
          font-size: 20px; }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
              font-size: 22px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
              font-size: 20px; } }
          @media screen and (min-width: 320px) and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button-center {
              font-size: 20px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
          padding: 11px 17px;
          background-color: gray;
          color: white;
          margin-right: 25px;
          font-family: Karla;
          font-size: 20px; }
          @media screen and (min-width: 769px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
              font-size: 22px; } }
          @media screen and (min-width: 426px) and (max-width: 1024px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
              font-size: 20px; } }
          @media screen and (min-width: 320px) and (max-width: 425px) {
            #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .welcome-model-text-content-button {
              font-size: 20px; } }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .dead-link {
          width: 0px; }
        #FormPreview .welcome-model-main .welcome-model-content .welcome-model-textContent .dead-link::after {
          content: url(/build/assets/press-enter.png);
          display: inline-block;
          width: 25px;
          height: 12px; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-full-textContent {
        width: 100%; }
      #FormPreview .welcome-model-main .welcome-model-content .press-enter-center {
        position: absolute;
        top: 12px;
        left: 115%; }
        @media screen and (max-width: 425px) {
          #FormPreview .welcome-model-main .welcome-model-content .press-enter-center {
            top: 11px; } }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-test-sub-content-1 {
        white-space: nowrap; }
      #FormPreview .welcome-model-main .welcome-model-content .welcome-model-test-sub-content-2 {
        display: inline-block; }
      #FormPreview .welcome-model-main .welcome-model-content .press-enter-center-without-img {
        position: absolute;
        top: 13px;
        left: 115%; }
      #FormPreview .welcome-model-main .welcome-model-content .press-enter-left-or-right {
        display: inline-block; }
    #FormPreview .welcome-model-main .welcome-model-test-sub-content {
      display: flex;
      flex-flow: row wrap;
      position: relative;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 0px; }

.Toastify__toast--info {
  background: #31353e !important; }
#LinkPopupForm {
  margin-top: 20px; }
  #LinkPopupForm .linkpopupform-main {
    border: 1px solid #cccccc;
    border-radius: 8px;
    padding: 10px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    overflow: hidden;
    width: 615px;
    min-width: 300px;
    max-width: 1000px;
    position: fixed !important;
    inset: 0px auto auto 0px;
    resize: horizontal;
    z-index: 10003;
    height: 60px !important; }
  #LinkPopupForm .input-search input {
    border: none !important;
    box-shadow: none !important; }
  #LinkPopupForm .input-search .loading {
    position: relative !important;
    top: 0 !important;
    left: 0 !important; }
  #LinkPopupForm .input-search input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important; }
  #LinkPopupForm .row-list-main {
    height: 250px !important; }
    #LinkPopupForm .row-list-main .row-card {
      padding: 3px 12px;
      border-radius: 5px;
      cursor: pointer; }
      #LinkPopupForm .row-list-main .row-card .row-card-inner {
        display: flex;
        align-items: center;
        justify-content: space-between; }
    #LinkPopupForm .row-list-main .row-card:hover {
      background-color: #ddd !important;
      /* Color for hover effect */ }
    #LinkPopupForm .row-list-main .not-found {
      text-align: center;
      padding: 8px;
      height: 53px;
      color: gray; }
  #LinkPopupForm .fixed-footer {
    background-color: white;
    position: relative;
    bottom: 0;
    margin-top: auto;
    padding: 13px; }
  #LinkPopupForm .save-button {
    width: 100%;
    padding: 8px;
    background-color: #166ee1;
    color: white;
    border: none;
    border-radius: 14px;
    cursor: pointer; }
.submit-templates-container {
  position: relative;
  top: 88px;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.common-font-family {
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.submit-success-container {
  position: relative;
  top: calc(50vh - 32px);
  text-align: center;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.template-submission-success-msg {
  color: green;
  font-size: 35px; }

.submit-another-template-text {
  font-size: 20px;
  cursor: pointer;
  text-decoration: underline; }

.submit-a-template-text {
  font-weight: 700;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif;
  font-size: 50px;
  color: black; }

.submit-a-template-sub-heading {
  font-weight: 400;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.6);
  letter-spacing: 0.015em;
  width: 66%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.creator-profile-heading {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #37352f; }

.creator-profile-sub-heading {
  font-size: 14px;
  font-weight: 500;
  color: rgba(55, 53, 47, 0.5);
  margin-top: 8px; }

.visit-gallery-link-container {
  font-size: 14px;
  font-weight: 500;
  color: rgba(55, 53, 47, 0.5);
  margin-top: 8px; }

.visit-gallery-link-container .link {
  display: flex;
  align-items: center;
  color: black; }

.addition-margin-top {
  margin-top: 3rem !important; }

.create-your-profile-title {
  user-select: none;
  transition: background 20ms ease-in 0s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 3px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid rgba(55, 53, 47, 0.16); }

.create-your-profile-title:hover {
  background-color: #dddddd; }

.hr-color-gray {
  border-color: #ffffff; }

.your-template-details {
  margin-top: 0px;
  font-size: 24px;
  font-weight: 600;
  color: #37352f; }

.submit-a-template-field {
  margin-bottom: 5px; }

.submit-a-template-field-container {
  width: 80%;
  padding: 12px 12px 12px 0px; }

.submit-a-template-input {
  width: 100%; }

.submit-a-template-input input {
  background-color: #f1f1f1 !important; }

.helper-text {
  font-size: 12px;
  color: rgba(55, 53, 47, 0.5);
  margin-top: 6px; }

.description-container {
  padding: 8px 14px;
  border-radius: 3px;
  box-shadow: rgba(15, 15, 15, 0.1) 0px 0px 0px 1px inset;
  background: rgba(242, 241, 238, 0.6);
  cursor: text; }

.short-description {
  font-size: inherit;
  line-height: inherit;
  border: none;
  background: none;
  width: 100%;
  display: block;
  resize: none;
  padding: 0px; }

.short-description:focus {
  outline: 0; }

.custom-links-text {
  font-size: 18px;
  font-weight: 600; }

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

.links-container {
  margin-top: 5px; }

.save-button-container {
  margin-top: 25px; }

.save-button {
  border-radius: 3px;
  padding: 6px 18px;
  font-size: 15px;
  height: 36px;
  font-weight: 500;
  background: #2f3437;
  color: white;
  user-select: none;
  cursor: pointer;
  background: #2f3437;
  color: white; }

.template-details-container {
  width: 80%;
  margin-bottom: 75px; }

.template-guideline-text {
  display: inline;
  color: inherit;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
  font-weight: 700; }

.upload-image-container {
  display: flex;
  align-items: center;
  gap: 15px; }

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 5px; }

.upload-image-text, .edit-profile-text {
  user-select: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 3px;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid rgba(55, 53, 47, 0.16);
  width: fit-content;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.success-message {
  color: green !important;
  font-size: 11px !important; }

.pre-edit-profile-container {
  display: flex;
  flex-direction: row; }

.edit-profile-text-with-name-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-left: 1px solid #c9c9c9;
  padding-left: 10px;
  margin-left: 10px; }

.text-bold {
  font-weight: bold;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol',sans-serif; }

.price-field {
  width: 100%;
  background-color: #f1f1f1;
  outline: none;
  border: 1px solid #d2d2d3;
  line-height: 33px;
  border-radius: 5px; }
