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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit{
  display: inline-flex;
}

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

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

[multiple],[size]:where(select:not([size="1"])){
  background-image: none;
  background-image: initial;
  background-position: 0 0;
  background-position: initial;
  background-repeat: repeat;
  background-repeat: initial;
  background-size: auto auto;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: inherit;
          print-color-adjust: inherit;
}

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

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

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

[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: /*!*/ /*!*/ 0 0 0 0px #fff, /*!*/ /*!*/ 0 0 0 calc(2px + 2px) #2563eb, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active) {

  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {

  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

[type='file']{
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.z-50{
  z-index: 50;
}
.m-0{
  margin: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[12px\]{
  margin-bottom: 12px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[27px\]{
  margin-bottom: 27px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.mb-\[950px\]{
  margin-bottom: 950px;
}
.mb-\[9vh\]{
  margin-bottom: 9vh;
}
.mr-\[37px\]{
  margin-right: 37px;
}
.mt-4{
  margin-top: 1rem;
}
.mt-\[25px\]{
  margin-top: 25px;
}
.mt-\[37px\]{
  margin-top: 37px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-40{
  height: 10rem;
}
.h-\[13px\]{
  height: 13px;
}
.h-\[1px\]{
  height: 1px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-\[20vh\]{
  min-height: 20vh;
}
.w-full{
  width: 100%;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[273px\]{
  max-width: 273px;
}
.flex-grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.list-disc{
  list-style-type: disc;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-\[12px\]{
  gap: 12px;
}
.gap-\[20px\]{
  gap: 20px;
}
.gap-\[50px\]{
  gap: 50px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-\[8px\]{
  gap: 8px;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#646464\]{
  --tw-border-opacity: 1;
  border-color: rgb(100 100 100 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#646464\]{
    border-color: rgb(100 100 100 / var(--tw-border-opacity));
  }
}
.border-\[\#FFFFFF\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-\[\#FFFFFF\]{
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}
.border-grey-2{
  --tw-border-opacity: 1;
  border-color: rgb(100 100 100 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.border-grey-2{
    border-color: rgb(100 100 100 / var(--tw-border-opacity));
  }
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-black{
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.bg-grey{
    background-color: rgb(46 46 46 / var(--tw-bg-opacity));
  }
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-\[\#2E2E2E\]{
  --tw-gradient-from: #2E2E2E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 46 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#282828\]{
  --tw-gradient-to: #282828 var(--tw-gradient-to-position);
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[27px\]{
  padding: 27px;
}
.p-\[30px\]{
  padding: 30px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[1\.8rem\]{
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[17px\]{
  padding-left: 17px;
  padding-right: 17px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[1\.4rem\]{
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.py-\[13px\]{
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pl-\[10px\]{
  padding-left: 10px;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[140px\]{
  padding-top: 140px;
}
.pt-\[48px\]{
  padding-top: 48px;
}
.text-center{
  text-align: center;
}
.font-bold{
  font-family: Lato-Bold;
}
.font-hellix{
  font-family: Hellix-SemiBold;
}
.font-lato{
  font-family: Lato-Regular;
}
.font-light{
  font-family: Lato-Light;
}
.font-regular{
  font-family: Lato-Regular;
}
.text-14{
  font-size: 14px;
  line-height: 26px;
}
.text-20{
  font-size: 20px;
  line-height: 46px;
}
.text-29{
  font-size: 29px;
  line-height: 56px;
}
.text-36{
  font-size: 36px;
  line-height: 46px;
}
.text-header{
  font-size: 13px;
  line-height: 18px;
}
.text-small{
  font-size: 13px;
  line-height: 18px;
}
.text-statistic{
  font-size: 26px;
  line-height: 46px;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-black{
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.text-purple{
  --tw-text-opacity: 1;
  color: rgb(164 155 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-purple{
    color: rgb(164 155 255 / var(--tw-text-opacity));
  }
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.text-white{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: blur(8px) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
html {
  -webkit-font-smoothing: antialiased;
}
body{
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  font-family: Lato-Regular;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
body{
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
body.scroll-lock{
  overflow-y: hidden;
  padding-right: 15px;
}
login{
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main{
  width: 100%;
  max-width: 1300px;
  padding: 27px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 768px){

  main{
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
h1{
  margin-bottom: 50px;
  font-family: Lato-Light;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
}
@media (min-width: 768px){

  h1{
    font-size: 42px;
    line-height: 56px;
  }
}
h2{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 46px;
}
hr{
  margin-bottom: 2.5rem;
  height: 1px;
  border-style: none;
  background-image: linear-gradient(to right, rgb(217, 174, 255, 0.4), rgb(141, 215, 255, 0.4));
}
.top-bar{
  height: 13px;
  width: 100%;
  background-image: linear-gradient(to right, #D9AEFF, #8DD7FF);
  position: sticky;
  top: 0;
}
.logout {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 32px 42px;
  width: 100%;
}
.overview{
  margin-bottom: 50px;
  font-family: Lato-Light;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
}
@media (min-width: 768px){

  .overview{
    font-size: 48px;
    line-height: 56px;
  }
}
.overview em{
  --tw-text-opacity: 1;
  color: rgb(164 155 255 / 1);
    font-style: normal;
}
@supports (color: rgb(0 0 0 / 0)){
.overview em{
    color: rgb(164 155 255 / var(--tw-text-opacity));
  }
}
.label {
  letter-spacing: 2.27px;
  text-transform: uppercase;
  font-family: Hellix-SemiBold;
  color: rgb(255 255 255 / 0.6);
  font-size: 12px;
}
.label-white {
  letter-spacing: 2.27px;
  text-transform: uppercase;
  font-family: Hellix-SemiBold;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  font-size: 12px;
  margin-bottom: 6px;
}
@supports (color: rgb(0 0 0 / 0)){
.label-white {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
.subheading {
  letter-spacing: 2.36px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-family: Hellix-SemiBold;
  color: rgb(255 255 255 / 0.6);
  font-size: 13px;
}
.link {
  border-bottom: 1px solid #A49BFF;
  display: inline-block;
}
.simple_form{
  width: 100%;
}
.simple_form .input{
  display: flex;
  width: 100%;
  flex-direction: column;
}
.simple_form .input label{
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.6);
}
.simple_form .input textarea {
      /* @apply w-full h-40 border-none bg-white/10 text-white bg-gradient-to-br from-[#2E2E2E] to-[#282828] rounded-lg p-4; */
      height: 10rem;
      width: 100%;
      border-radius: 0.5rem;
      border-style: none;
      background-color: rgb(255 255 255 / 0.1);
      padding: 1rem;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
      background-color: #2D2D2D;
      max-width: 750px;
    }
@supports (color: rgb(0 0 0 / 0)){
.simple_form .input textarea {
      color: rgb(255 255 255 / var(--tw-text-opacity));
    }
}
.simple_form .option-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-items: start;
    gap: 1.2em;
}
.simple_form .option-list input{
  display: none;
}
.simple_form .option-list input + label{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: start;
      /* @apply border-[#646464] border rounded-full px-12 py-4; */
      border-radius: 9999px;
      border-width: 1px;
      --tw-border-opacity: 1;
      border-color: rgb(100 100 100 / 1);
      padding: 11px 36px 15px 36px;
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / 1);
      cursor: pointer;
}
@supports (color: rgb(0 0 0 / 0)){
.simple_form .option-list input + label{
      border-color: rgb(100 100 100 / var(--tw-border-opacity));
      color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.simple_form .option-list input + label:hover{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.simple_form .option-list input + label:hover{
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
}
.simple_form .option-list input:checked + label{
  border-radius: 9999px;
      background: 
        linear-gradient(#000, #000) padding-box,
        linear-gradient(50deg, #DE8DFF, #70B4FF) border-box;
      border: 1px solid transparent;
}
@media (max-width: 750px) {
    .simple_form .option-list {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
      
      .simple_form .option-list input + label{
    margin-bottom: 1rem;
        width: 150px;
        justify-content: center;
  }
  }
.simple_form input[type=submit]{
  cursor: pointer;
  border-radius: 9999px;
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
  margin-top: 40px;
    background-image: linear-gradient(50deg, #DE8DFF, #70B4FF);
}
@supports (color: rgb(0 0 0 / 0)){
.simple_form input[type=submit]{
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.button{
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 9999px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: 
    linear-gradient(#000, #000) padding-box,
    linear-gradient(50deg, #DE8DFF, #70B4FF) border-box;
  border: 1px solid transparent;
  font-size: 15px;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.button{
  color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.button svg {
    margin-left: 19px;
  }
.button--logout{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(100 100 100 / 1);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@supports (color: rgb(0 0 0 / 0)){
.button--logout{
    border-color: rgb(100 100 100 / var(--tw-border-opacity));
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}
.button--logout:hover {
      background: 
      linear-gradient(#000, #000) padding-box,
      linear-gradient(50deg, #DE8DFF, #70B4FF) border-box;
      border: 1px solid transparent;  
    }
/**
 * tom-select.css (v2.0.1)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
.ts-wrapper.plugin-drag_drop.multi > .ts-control > div.ui-sortable-placeholder {
  visibility: visible !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}
.ts-wrapper.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.plugin-checkbox_options .option input {
  margin-right: 0.5rem;
}
.plugin-clear_button .ts-control {
  padding-right: calc(1em + (3 * 6px)) !important;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 8px;
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.single .clear-button {
  right: calc(8px - 6px + 2rem);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}
.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #fff;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: white;
}
.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
}
.plugin-dropdown_input .dropdown-input {
  border-width: 0 0 1px 0;
  display: block;
  padding: 8px 8px;
  box-shadow: none;
  width: 100%;
  background: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::-moz-placeholder {
  color: transparent;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}
.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
}
.ts-wrapper.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button.disabled .item .remove {
  border-left-color: white;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.ts-wrapper {
  position: relative;
}
.ts-dropdown,
.ts-control,
.ts-control input {
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  line-height: 18px;
  font-smoothing: inherit;
  font-family: $medium;
}
.ts-control,
.ts-wrapper.single.input-active .ts-control,
.ts-wrapper.multi.input-active .ts-control {
  color: #fff;
  cursor: pointer;
}
.ts-control {
  min-width: 130px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
  gap: 13px;
  background: #262626;
  background: transparent;
  padding: 10px 0px;
  border: 1px solid #262626;
  border: 1px solid black;
  border-radius: 4px;
  width: 100%;
  color: white;
  font-size: 15px;
}
.ts-wrapper.multi.has-items .ts-control {
  justify-content: flex-start;
}
.full .ts-control {
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: none;
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  color: #ccc;
}
.ts-wrapper.multi .ts-control > div.active {
  color: #fff;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: #fff;
}
.ts-control > input {
  flex: 1 1 auto;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}
.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 0px solid #656565;
  background: #2E2E2E;
  color: #ccc;
  margin: 0.5rem 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  border-radius: 4px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 12px 10px;
  border-bottom: 1px solid #464646;      
  color: #ccc;
  font-size: 15px;
  font-family: $regular;
}
.ts-dropdown .option:last-child, .ts-dropdown .optgroup-header:last-child, .ts-dropdown .no-results:last-child, .ts-dropdown .create:last-child {
    border-bottom: none;
  }
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #fff;
  cursor: default;
}
.ts-dropdown .create:hover,
.ts-dropdown .option:hover,
.ts-dropdown .active {
  color: #fff;
}
.ts-dropdown .create:hover.create,
.ts-dropdown .option:hover.create,
.ts-dropdown .active.create {
  color: #000;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ts-dropdown-content {
  overflow-y: auto;
  /* overflow-x: hidden; */
  max-height: 300px;
  overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0px 10px;
  border-radius: 8px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 0.6);
  white-space: nowrap;
}
/* width */
.ts-dropdown-content::-webkit-scrollbar {
    width: 10px;
  }
/* Track */
.ts-dropdown-content::-webkit-scrollbar-track {
    background: transparent;
    background: #aaa;
    border-radius: 4px;
  }
/* Handle */
.ts-dropdown-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
/* Handle on hover */
.ts-dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #666;
  }
.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.ts-wrapper.has-items .ts-control input {
  position: absolute;
  opacity: 0;
  left: -10000000px;
}
.ts-wrapper .ts-control::after {
  content: "";
  display: inline-block;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxMyA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPmFycm93LWRvd24tMSBjb3B5IDM8L3RpdGxlPgogICAgPGcgaWQ9IlVJIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogICAgICAgIDxnIGlkPSJEYXNoYm9hcmQtLy1BbGwtUHJvZHVjdHMtQ29weS0zOCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNTYuMDAwMDAwLCAtMTA0NS4wMDAwMDApIiBzdHJva2U9IiNBNDlCRkYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJhcnJvdy1kb3duLTEtY29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjU3LjAwMDAwMCwgMTA0Ni4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLDAgTDUuMzIwNjUyMTcsNi4yMDI0ODQxOCBDNS4zNjYwNDEyNyw2LjI1NTQwOTQ5IDUuNDMxMjU2MjcsNi4yODU3MTQyOSA1LjQ5OTc2MDg3LDYuMjg1NzE0MjkgQzUuNTY4MjY1NDcsNi4yODU3MTQyOSA1LjYzMzQ4MDQ3LDYuMjU1NDA5NDkgNS42Nzg4Njk1Nyw2LjIwMjQ4NDE4IEwxMSwwIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  width: 13px;
  background-position: center right;
  background-repeat: no-repeat;
  /* transition: transform 0.2s ease; */
}
.ts-wrapper.focus .ts-control::after {
  transform: rotate(180deg);
}
:focus {
  outline: 0;
}
.back-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Hellix-SemiBold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(164 155 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.back-link{
    color: rgb(164 155 255 / var(--tw-text-opacity));
  }
}
.back-link svg {
    margin-right: 12px;
  }
.back-link{
  margin-bottom: 20px;
  letter-spacing: 2.46px;
}
.clients .header, .clients .client{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.clients .header{
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: rgb(255 255 255 / 0.5);
}
.clients .client{
  margin-bottom: 12px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 46 46 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.clients .client{
    background-color: rgb(46 46 46 / var(--tw-bg-opacity));
  }
}
.clients .header div, .clients .client div{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.clients .header .name, .clients .client .name {
    flex: 2 1
  }
.clients .header .products, .clients .client .products {
    flex: 1 1
  }
.clients .header .vulnerabilities, .clients .client .vulnerabilities {
    flex: 1 1;
  }
.dashboard{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 3rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);    

  background: 
    linear-gradient(#000, #000) padding-box,
    /* linear-gradient(50deg, #DE8DFF, #70B4FF) border-box; */
    linear-gradient(50deg, rgb(222, 141, 255, 0.4), rgb(112, 180, 255, 0.4)) border-box;
  border: 1px solid transparent;
}
@supports (color: rgb(0 0 0 / 0)){
.dashboard{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.dashboard__item{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.dashboard__item__value{
  margin-top: 0.5rem;
  font-size: 26px;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(164 155 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.dashboard__item__value{
    color: rgb(164 155 255 / var(--tw-text-opacity));
  }
}
.highcharts-figure{
  margin-bottom: 27px;
  border-radius: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px){

  .highcharts-figure{
    margin-bottom: 9vh;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.highcharts-figure {
  
  background: 
    linear-gradient(#000, #000) padding-box,
    linear-gradient(50deg, rgb(222, 141, 255, 0.4), rgb(112, 180, 255, 0.4)) border-box;
  border: 1px solid transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);    
  /* height: calc(100% - 30px); */
}
@supports (color: rgb(0 0 0 / 0)){
.highcharts-figure {
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
}
.highcharts-markers > path.highcharts-point{
  display: none;
}
span.pie-count {
  /* text-align: center; */
  /* vertical-align: top; */
  color: white;
  font-family: 'Lato-Light';
  font-size: 72px;
}
.intro-header{
  margin-bottom: 9vh;
}
.intro-header .overview{
  margin-top: 25px;
}
.intro-header .summary{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px){

  .intro-header .summary{
    flex-direction: row;
    gap: 50px;
  }
}
.intro-header .summary > div{
  display: flex;
  flex-direction: row;
  gap: 6px;
}
@media (min-width: 768px){

  .intro-header .summary > div{
    align-items: center;
    justify-content: center;
  }
}
.login{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: grid;
  height: 100vh;
  place-items: center;
}
.login .login-panel{
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 273px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 30px;
  padding-top: 48px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);    

    background: 
      linear-gradient(#000, #000) padding-box,
      linear-gradient(50deg, #DE8DFF, #70B4FF) border-box;
    border: 1px solid transparent;
}
@supports (color: rgb(0 0 0 / 0)){
.login .login-panel{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.login .login-panel__item{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
.login .login-panel__item__value{
  margin-top: 0.5rem;
  font-size: 26px;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(164 155 255 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.login .login-panel__item__value{
    color: rgb(164 155 255 / var(--tw-text-opacity));
  }
}
.login .login-panel .brand-name{
  font-family: Hellix-SemiBold;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
      letter-spacing: 2.46px;
      padding-top: 3px;
}
.login .login-panel .actions{
  margin-top: 50px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.login .login-panel .actions .login-button {
        background: #333333;
        display: flex;
        width: 100%;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        border-radius: 9999px;
        padding-left: 17px;
        padding-right: 17px;
        padding-top: 13px;
        padding-bottom: 13px;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / 1);
      }
@supports (color: rgb(0 0 0 / 0)){
.login .login-panel .actions .login-button {
        color: rgb(255 255 255 / var(--tw-text-opacity));
      }
}
.login .login-panel .actions .login-button svg {
          margin-right: 6px;
        }
.login .login-panel .actions .login-button span{
  width: 100%;
  text-align: center;
  font-family: Lato-Regular;
  font-size: 15px;
  line-height: 26px;
}
.modal{
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background-color: rgb(0 0 0 / 0.9);
  --tw-bg-opacity: 0.9;
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: blur(16px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: blur(16px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@supports (color: rgb(0 0 0 / 0)){
.modal{
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}
.modal .modal-container{
  position: fixed;
  z-index: 50;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal .modal-close{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 50;
  margin-top: 37px;
  margin-right: 37px;
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 1);
}
@supports (color: rgb(0 0 0 / 0)){
.modal .modal-close{
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.modal .modal-content{
  width: 100%;
}
@media (min-width: 640px){

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

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

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

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

  .modal .modal-content{
    max-width: 1536px;
  }
}
.modal .modal-content{
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 80rem;
  text-align: left;
  padding: 27px;
  padding-top: 140px;
  padding-bottom: 120px;
}
.modal.is-visible{
  pointer-events: auto;
  z-index: 10;
  opacity: 1;
}
.products {
  padding-bottom: 30px;
}
.products .product{
  margin-bottom: 12px;
  border-radius: 1rem;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 768px){

  .products .product{
    font-size: 15px;
    line-height: 26px;
  }
}
.products .product  {
  background: linear-gradient(50deg, #282828, #2E2E2E);
  display: grid;
}
.products.unmanaged .product{
  margin-bottom: 12px;
  border-radius: 1rem;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 768px){

  .products.unmanaged .product{
    font-size: 15px;
    line-height: 26px;
  }
}
.products.unmanaged .product  {
  background: 
    linear-gradient(#000, #000) padding-box,
    linear-gradient(50deg, rgb(222, 141, 255, 0.4), rgb(112, 180, 255, 0.4)) border-box;
  border: 1px solid transparent;  
  display: grid;
}
@media (min-width: 751px) {
  .products .product {
    grid-template-columns: 1fr 3fr;    
  }

  .right-border {
    border-right: 1px solid rgba(255,255,255,0.1);
  }

  .details {
    padding: 30px 0px 30px 40px;
  }

  .statistics {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    grid-template-areas: "a b c d e f";
  }

  .first {
    grid-area: a;
  }

  .second {
    grid-area: b;
  }

  .third {
    grid-area: c;
  }

  .fourth {
    grid-area: d;
  }

  .fifth {
    grid-area: e;
  }

  .sixth {
    grid-area: f;
  }
}
.details > .row > .name{
  font-size: 18px;
  line-height: 31px;
}
@media (min-width: 768px){

  .details > .row > .name{
    font-size: 22px;
    line-height: 31px;
  }
}
.details > .row > .name {
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;  
}
.details > .row > .description{
  color: rgb(255 255 255 / 0.4);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* no of lines to cut at 2*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.statistics {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.stat {
  text-align: center;
}
.counts { 
  margin-top: 18px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.counts > div {
  display: grid;
  grid-template-columns: min-content min-content;
  margin-right: 14px;
  align-items: center;
  line-height: 1em;
}
.counts .count {
  min-height: 14px;
}
@media (max-width: 750px) {
  .stat {
    border-top: 1px solid rgba(151,151,151,0.3);
    border-left: 1px solid rgba(151,151,151,0.3);
  }

    .stat:nth-child(odd) {
      border-left: none;
    }

    .stat{
    height: 100%;
    padding: 20px;
  }

  .details {
    padding: 20px;
  }

  .statistics {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
    /* direction: reverse; */
  }

}
.stat > .date{
  font-size: 13px;
  line-height: 18px;
}
.stat > div > p {
  display: inline-block;
}
.statistics > .stat > .status {
  border: rgba(255,255,255,0.2) 1px solid;
  border-radius: 22px;
  padding: 9px 18px 9px 18px;
  display: inline-block;
}
.statistics > .stat > .target {
  padding-top: 9px;
}
.checkmark {
  display:inline-block;
  margin-top: 18px;
}
.critical_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(50deg, #FF8246, #FF2B2B);
  margin-right: 6px;
}
.high_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(50deg, #FF57C5, #FF73CF);
  margin-right: 6px;
}
.remainder {
  min-height: 14px;
  font-size: 14px;
}
.chart1, .chart2 {
  display: inline-block;
}
.chart1 {
  width: calc((100% * 2 / 3) - 7px);
  padding-right: 20px;
}
.chart2 {
  width: calc(100% / 3);
}
@media only screen and (max-width: 700px) {
  .chart1, .chart2 {
     display: block;
     width: 100%;
     padding-right: 0;
  }
}
div.product.statistics {
  /* @apply px-[10px] py-[15px] md:px-[25px] md:py-[15px] rounded-2xl mb-10; */
  margin-bottom: 2.5rem;
  border-radius: 1rem;
  background: 
    linear-gradient(#000, #000) padding-box,
    linear-gradient(50deg, rgb(222, 141, 255, 0.4), rgb(112, 180, 255, 0.4)) border-box;
  border: 1px solid transparent;  
}
@media (max-width: 750px) {
  .statistics.product > div:nth-child(1), .statistics.product > div:nth-child(2) {
    border-top: none;
  }
}
.table-header{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.table-header .actions{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.toggle-component .toggle {
    position: relative;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

    width: 260px;
    min-height: 57px;
    margin-bottom: 2.5rem;
    border-radius: 9999px;

    background: 
      linear-gradient(#000, #000) padding-box,
      linear-gradient(50deg, rgb(222, 141, 255, 0.4), rgb(112, 180, 255, 0.4)) border-box;
    border: 1px solid transparent;
  }
.toggle-component .toggle > div {
      width: 50%;
      min-height: 57px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 9999px;
      z-index: 2;
      cursor: pointer;
    }
.toggle-component .toggle .active {
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(50deg, rgb(222, 141, 255, 1), rgb(77, 98, 255, 1.0));
      transition: all 0.3s ease-in-out;
      
    }
.toggle-component .toggle .active.index-1 {
        transform: translateX(100%);
      }
.toggle-component .toggle-content-container {
    position: relative;
    width: 100%;
  }
/* @apply mb-[950px] md:mb-[550px]; */
.toggle-component .toggle-content-container .toggle-content{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / 1);
      
      position: absolute;
      top: 0;
      left: 0;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden;
      width: 100%;
}
@supports (color: rgb(0 0 0 / 0)){
.toggle-component .toggle-content-container .toggle-content{
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
}
.toggle-component .toggle-content-container .toggle-content.active {
        opacity: 1;
        visibility: visible;
        z-index: 10;
      }
.vulnerabilities .table-header {
    margin-bottom: 30px;
  }
.vulnerabilities .table-header h2 {
      margin-bottom: 0px;
    }
.vulnerabilities .empty{
  display: flex;
  min-height: 20vh;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
}
.vulnerabilities .header{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Hellix-SemiBold;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 1);
  letter-spacing: 2.36px;
}
@supports (color: rgb(0 0 0 / 0)){
.vulnerabilities .header{
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
.vulnerabilities .header > div a{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
      /* @apply flex items-center justify-start; */
      opacity: 0.5;
}
.vulnerabilities .header > div a:hover{
  opacity: 1;
}
.vulnerabilities .vulnerability{
  margin-bottom: 12px;
  border-radius: 1rem;
  font-size: 15px;
  line-height: 26px;
  background: linear-gradient(50deg, #282828, #2E2E2E);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.vulnerabilities .header div, .vulnerabilities .vulnerability div{
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.vulnerabilities .header .scanner, .vulnerabilities .vulnerability .scanner {
    flex: 5 1;
  }
@media (min-width: 768px){

  .vulnerabilities .header .scanner, .vulnerabilities .vulnerability .scanner{
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }
}
.vulnerabilities .header .id, .vulnerabilities .vulnerability .id {
    display:block;
    width:100%;
    opacity: 0.5;
  }
.vulnerabilities .header .name, .vulnerabilities .vulnerability .name {
    flex: 20 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;    
    opacity: 0.5;
  }
.vulnerabilities .header .date, .vulnerabilities .vulnerability .date {
    flex: 3 1;
  }
.vulnerabilities .header .date > .label-white, .vulnerabilities .vulnerability .date > .label-white {
    margin-bottom: 10px;
  }
.vulnerabilities .header .severity, .vulnerabilities .vulnerability .severity {
    flex: 4 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 9px;
  }
.vulnerabilities .header .status, .vulnerabilities .vulnerability .status {
    flex: 4 1;
  }
@media (min-width: 751px) {
  .vulnerabilities .vulnerability > .date > span {
    display: none;
  }
}
.vulnerabilities .header .sort.active{
  opacity: 1;
}
.vulnerabilities .header .sort.asc svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.vulnerabilities .header .sort.reverse.asc svg{
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.vulnerabilities .header .sort.reverse.desc svg{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.vulnerability-detail .field{
  margin-bottom: 50px;
}
.vulnerability-detail .field--wide {
      max-width: 750px;
    }
.vulnerability-detail .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;

  }
.vulnerability-detail .row div {
      padding-right: 30px;
    }
.vulnerability-detail .value{
  font-size: 15px;
  line-height: 26px;
}
.vulnerability-detail .value.description ul{
  list-style-position: inside;
  list-style-type: disc;
}
.vulnerability-detail .value.description h1, .vulnerability-detail .value.description h2, .vulnerability-detail .value.description h3{
  margin: 0px;
  margin-top: 1rem;
  font-family: Lato-Bold;
  line-height: 26px;
  font-weight: 700;
        letter-spacing: 2.27px;
        text-transform: uppercase;
        font-family: Hellix-SemiBold;
        color: rgb(255 255 255 / 0.6);
        font-size: 12px;
        margin-bottom: 6px;
}
.vulnerability-detail .value.description p{
  padding-bottom: 1rem;
}
.vulnerability-detail .value.description code{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: pre-wrap;
        background: linear-gradient(50deg, #2E2E2E, #282828) border-box;
        border-radius: 4px;
        padding: 0px 6px;        
        display: inline-block;
        position: relative;
        top: 8px;
        margin: 0px 4px;
}
.vulnerability-detail .value.links a {
        display: block;
      }
.vulnerability-detail .highlighter-coderay{
  padding-bottom: 1rem;
}
.vulnerability-detail .code {
    background: linear-gradient(50deg, #2E2E2E, #282828) border-box;
    display: flex;
    align-items: center;
    border-radius: 1rem;
    padding: 1rem;
  }
.vulnerability-detail .code pre {
      white-space: pre-wrap;
    }
.vulnerability-detail .title{
  font-family: Lato-Light;
  font-size: 29px;
  line-height: 56px;
  font-weight: 300;
    margin-bottom: 0;
}
.vulnerability-detail .subtitle{
  margin-bottom: 50px;
  font-family: Lato-Light;
  font-size: 29px;
  line-height: 56px;
  font-weight: 300;
  color: rgb(255 255 255 / 0.5);
}
.vulnerability-detail .status-list input {
      /* @apply hidden; */
    }
.vulnerability-detail .instance{
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
}
.vulnerability-detail .instance:last-child{
  border-bottom-width: 0px;
}
.vulnerability-detail .instance td{
  padding: 10px;
  font-size: 15px;
  line-height: 26px;
}
.vulnerability-detail .more-info {
    position: relative;
    top: -35px;
  }
.vulnerability-detail .more-info .link{
  font-size: 15px;
  line-height: 26px;
}
.vulnerability-detail > .field > .label {
  margin-bottom: 6px;
}
@media (max-width: 750px) {
  .vulnerabilities .vulnerability {
    display: grid;
    grid-template-columns: 1fr 1fr;

  }
    
    .vulnerabilities .vulnerability .scanner {
      padding-bottom: 0px;
      grid-column: 1 / 3;
    }
    .vulnerabilities .vulnerability .name {
      padding-top: 0px;
      font-size: 14px;
      line-height: 26px;
      grid-column: 1 / 3;
    }

    .vulnerabilities .vulnerability .severity {
      flex: 4 1;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      gap: 9px;
    }
    .vulnerabilities .vulnerability .status {
      flex: 4 1;
      display: flex;
      justify-content: center;
    }

  .vulnerabilities .header {
    display: none;
  }

  .table-header {
    display: grid;
    grid-template-columns: 1fr;
  }

  .table-header > .actions > div > div.ts-control {
    justify-content: flex-start;
  }

  .vulnerability > .date, .vulnerability > .severity, .vulnerability > .status {
    border-top: 1px solid rgba(151,151,151,0.3);
    border-left: 1px solid rgba(151,151,151,0.3);
  }

    .vulnerability > .date:nth-child(even), .vulnerability > .severity:nth-child(even), .vulnerability > .status:nth-child(even) {
      border-left: none;
    }

    .vulnerability > .date, .vulnerability > .severity, .vulnerability > .status{
    height: 100%;
    padding: 20px;
  }

  .vulnerability > .date {
    grid-column: 1 / 3;
    grid-row: 4 / 5;
    border-left: none;
    display: grid;
    align-items: center;
  }

}
#vulnerability_form .label {
    margin-bottom: 20px;
  }
@media (min-width: 768px){

  .md\:mb-\[550px\]{
    margin-bottom: 550px;
  }

  .md\:mb-\[9vh\]{
    margin-bottom: 9vh;
  }

  .md\:flex-row{
    flex-direction: row;
  }

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

  .md\:gap-\[50px\]{
    gap: 50px;
  }

  .md\:px-\[1\.8rem\]{
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .md\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }

  .md\:py-\[15px\]{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:pb-\[5vh\]{
    padding-bottom: 5vh;
  }

  .md\:pt-\[5vh\]{
    padding-top: 5vh;
  }

  .md\:text-22{
    font-size: 22px;
    line-height: 31px;
  }

  .md\:text-42{
    font-size: 42px;
    line-height: 56px;
  }

  .md\:text-48{
    font-size: 48px;
    line-height: 56px;
  }

  .md\:text-base{
    font-size: 15px;
    line-height: 26px;
  }
}

