/*
 * Generated app stylesheet for the main YouShouldAsk.ai shell.
 * Cascade order captured from Chrome on staging for the QWARK workspace.
 * Each source file is isolated so EOF parser recovery matches separate <link> behavior.
 */



/* ===== datetime.css ===== */
/**
* @author: Alumuko https://github.com/alumuko/alumuko
* @copyright: Copyright (c) 2021 Alumuko. All rights reserved.
* @license: Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
* @website: https://github.com/alumuko/vanilla-datetimerange-picker
*
* Special thanks to Dan Grossman.
* This program is base on Dan Grossman's bootstrap-daterangepicker (version 3.1)
* I just changed the code a bit to not need jquery.
*/

.daterangepicker {
  position: absolute !important;
  color: inherit;
  background-color: #ffffff;
  border-radius: 10px;
  border: 0px solid #dce0f8;
  width: 278px;
  max-width: none;
  padding: 5px;
  margin-top: 7px;
  /*bottom: 10px !important;
  left: 20px !important;*/
  /*top:auto !important;*/
  z-index: 3001;
  display: none;
  font-family: Inter;
  font-size: 13px;
  line-height: 1em;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
	/*right:auto!important;*/
	margin-right: 15px;

}

body.conversations .openscenter
{
    position: fixed !important;
    inset: auto !important;
    bottom: 20px !important;
    left: 20px !important;
    top: auto !important;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/*
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
*/

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #ffffff55;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #ffffff55;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #dce0f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #625d7b;
  border-color: transparent;
  color: #fff;
  background: linear-gradient(129deg, #2eae91, #348ece);
  border-radius: 7px;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 13px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
    border: 1px solid #dce0f8;
    border-radius: 5px;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 13px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #dce0f8;
  display: none;
  line-height: 13px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 13px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 13px;
    font-weight: bold;
    padding: 4px 8px;
    background: #625d7b;
	background: linear-gradient(129deg, #2eae91, #348ece);
    border-radius: 7px;
    border: 0px;
    color: #fff;
	cursor:pointer;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #dce0f8;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #dce0f8;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #dce0f8;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #dce0f8;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 13px;
  padding: 8px 13px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #625d7b;
	background: linear-gradient(129deg, #2eae91, #348ece);
    border-radius: 7px;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}


/* ===== editable.select.css ===== */
/**
 * jQuery Editable Select
 * Indri Muska <indrimuska@gmail.com>
 *
 * Source on GitHub @ https://github.com/indrimuska/jquery-editable-select
 */

input.es-input { padding-right: 20px !important; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat; }
input.es-input.open {
	-webkit-border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; border-bottom-right-radius: 0; }
.es-list { border-radius:5px; position: absolute; padding: 0; margin: 0; border: 1px solid #e6ecf9; display: none; z-index: 1000; background: #ffffff; max-height: 160px; overflow-y: auto;
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2); box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
.es-list li { display: block; padding: 7px 20px; margin: 0; border-bottom: 1px solid #e6ecf9; }
.es-list li.selected { background: #f1f7fa; }
.es-list li[disabled] { opacity: .5; }


/* ===== highlight.css ===== */
pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 1.5em;
    border-radius: 10px;
  }
  
  code.hljs {
    padding: 3px 5px;
  }
  
  .hljs {
    color: #abb2bf;
    background: #000000;
  }
  
  /* Comments & quotes */
  .hljs-comment,
  .hljs-quote {
    color: #5c6370;
    font-style: italic;
  }
  
  /* Keywords & formulas */
  .hljs-doctag,
  .hljs-formula,
  .hljs-keyword {
    color: #c3aeee;
  }
  
  /* Deletions, names, sections, tags */
  .hljs-deletion,
  .hljs-name,
  .hljs-section,
  .hljs-selector-tag,
  .hljs-subst {
    color: #c3aeee;
  }
  
  /* Literals */
  .hljs-literal {
    color: #56b6c2;
  }
  
  /* Additions, attributes, regex, strings */
  .hljs-addition,
  .hljs-attribute,
  .hljs-meta .hljs-string,
  .hljs-regexp,
  .hljs-string {
    color: #0dd3bf;
  }
  
  /* Attributes, numbers, selectors, variables */
  .hljs-attr,
  .hljs-number,
  .hljs-selector-attr,
  .hljs-selector-class,
  .hljs-selector-pseudo,
  .hljs-template-variable,
  .hljs-type,
  .hljs-variable {
    color: #17b6ff;
  }
  
  /* Bullets, links, IDs, symbols, titles */
  .hljs-bullet,
  .hljs-link,
  .hljs-meta,
  .hljs-selector-id,
  .hljs-symbol,
  .hljs-title {
    color: #61aeee;
  }
  
  /* Built-ins, classes */
  .hljs-built_in,
  .hljs-class .hljs-title,
  .hljs-title.class_ {
    color: #c3aeee;
  }
  
  /* Emphasis / strong */
  .hljs-emphasis {
    font-style: italic;
  }
  
  .hljs-strong {
    font-weight: 700;
  }
  
  /* Links */
  .hljs-link {
    text-decoration: underline;
  }
  
  .hljs-punctuation, .hljs-tag {
    color: #ffffff;
}

.hljs-tag .hljs-attr, .hljs-tag .hljs-name {
    color: #ffffff;
}


/* ===== styles.css ===== */
:root {
  --fontfamily: "DM Sans", Inter, 'Plus Jakarta Sans', Arial, YouShouldAsk, ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  --fontheaders: 'Plus Jakarta Sans', YouShouldAsk, 'Hamburg Serial',YouShouldAsk,Lora,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  --letterspacing: "normal";
  --fontweight: 400;
  --fontsize: 14px;
  --basecolor: #9c76a8; /* #db2b63 #9c76a8 */
  --basecolor1: #f0eae4; /*#eaecfa; */ /* E8DAB2 */
  --basecolor2: #4F6D7A;
  --basecolor3: #C0D6DF;
  --basecolor4: #EAEAEA;
  --basecolor5: #2C0E37;
  --basecolor6: #ebdfef;
  --basecolor7: #faf8f6;
	--gray-0: #fff;
	--gray-25: #fcfcfd;
	--gray-50: #f7f7f8;
	--gray-75: #f2f2f5;
	--gray-100: #ececf1;
}

/* BEST EEN MOOIE KLEUR: #b6bdb3 */
/* FANTASTIC FOR POPUP BACKGROUND : #212534 */

@font-face {
    font-family: 'Graphik';
    src: url("../fonts/Graphik-Regular-Web.eot");
    src: url("../fonts/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"),url("../fonts/Graphik-Regular-Web.woff2") format("woff2"),url("../fonts/Graphik-Regular-Web.woff") format("woff"),url("../fonts/Graphik-Regular-Web.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'Graphik';
    src: url("../fonts/Graphik-Bold-Web.eot");
    src: url("../fonts/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"),url("../fonts/Graphik-Bold-Web.woff2") format("woff2"),url("../fonts/Graphik-Bold-Web.woff") format("woff"),url("../fonts/Graphik-Bold-Web.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Graphik';
    src: url("../fonts/Graphik-RegularItalic-Web.eot");
    src: url("../fonts/Graphik-RegularItalic-Web.eot?#iefix") format("embedded-opentype"),url("../fonts/Graphik-RegularItalic-Web.woff2") format("woff2"),url("../fonts/Graphik-RegularItalic-Web.woff") format("woff"),url("../fonts/Graphik-RegularItalic-Web.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Graphik';
    src: url("../fonts/Graphik-Black-Web.eot");
    src: url("../fonts/Graphik-Black-Web.eot?#iefix") format('embedded-opentype'),url("../fonts/Graphik-Black-Web.woff2") format('woff2'),url("../fonts/Graphik-Black-Web.woff") format('woff'),url(/template/fonts/Graphik-Black-Web.ttf) format('truetype'),url(/template/fonts/Graphik-Black-Web.svg#Graphik-Black-Web) format('svg');
    font-weight: 900;
    font-style: normal
}

@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Averta';
  src: url('../fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url(../fonts/outfit-latin-ext-wght-normal.woff2) format("woff2-variations");
    unicode-range: U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: Outfit;
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url(../fonts/outfit-latin-wght-normal.woff2) format("woff2-variations");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
  font-family: 'InterVariable';
  src: url('../fonts/InterVariable.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'InterVariable';
  src: url('../fonts/InterVariable.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/NeueMontreal-Bold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/ppneuemontreal-bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/ppneuemontreal-medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NeueMontreal';
  src: url('../fonts/ppneuemontreal-book.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
	font-family: 'NeueMontreal';
	src: url('../fonts/ppneuemontreal-thin.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'YouShouldAsk';
	src: url('../fonts/YouShouldAsk-Bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'YouShouldAsk';
	src: url('../fonts/YouShouldAsk-DemiBold.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'YouShouldAsk';
	src: url('../fonts/YouShouldAsk-Medium.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'LexendDeca';
	src: url('../fonts/LexendDeca-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'LexendDeca';
	src: url('../fonts/LexendDeca-Medium.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'LexendDeca';
	src: url('../fonts/LexendDeca-Light.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'ProductSans';
	src: url('../fonts/ProductSans-Regular.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'ProductSans';
	src: url('../fonts/ProductSans-Regular.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'ProductSans';
	src: url('../fonts/ProductSans-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'ProductSans';
	src: url('../fonts/ProductSans-Regular.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'ProductSans';
	src: url('../fonts/ProductSans-Regular.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'TripSans';
	src: url('../fonts/TripSans-VF.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'TripSans';
	src: url('../fonts/TripSans-VF.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'TripSans';
	src: url('../fonts/TripSans-VF.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'TripSans';
	src: url('../fonts/TripSans-VF.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'TripSans';
	src: url('../fonts/TripSans-VF.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}



@font-face {
	font-family: 'GT';
	src: url('../fonts/GT-Eesti-Pro-Display-Light.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'GT';
	src: url('../fonts/GT-Eesti-Pro-Display-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'GT';
	src: url('../fonts/GT-Eesti-Pro-Display-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'GT';
	src: url('../fonts/GT-Eesti-Pro-Display-Medium.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'GT';
	src: url('../fonts/GT-Eesti-Pro-Display-Bold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Hamburg Serial';
	src: url('../fonts/hamburg-serial-regular.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Hamburg Serial';
	src: url('../fonts/hamburg-serial-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Hamburg Serial';
	src: url('../fonts/hamburg-serial-bold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Hamburg Serial';
	src: url('../fonts/hamburg-serial-xbold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'Waldenburg';
	src: url('../fonts/WaldenburgNormal.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Waldenburg';
	src: url('../fonts/WaldenburgHF.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Waldenburg';
	src: url('../fonts/WaldenburgHF.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    filter: rotate(360deg);
  }
}

* 
{
	box-sizing: border-box;	
	text-size-adjust: none;
}

html
{
    width:100%;
    height: auto;
    min-height: 100%;
    margin:0px;
    padding:0px;
}

html {
  -webkit-text-size-adjust: 100%; /* of 'none' */
  text-size-adjust: 100%;
}

body
{
    width:100%;
    height: auto;
    min-height: 100%;
    margin:0px;
    padding:0px;
    font-family: var(--fontfamily); /* Inter */
	font-weight: var(--fontweight);
    font-size: var(--fontsize);
	-webkit-font-smoothing: antialiased !important;
    overflow-x: hidden;
	
	background: #212534;
	color:#48484a; /*212534;*/
	text-size-adjust: none;
	
	background-attachment: fixed;
	
	/*background-image: url(../img/ai_loading_2.gif);
    background-repeat: no-repeat;
    background-position: 55% 45%;
    background-size: 300px;*/
	background-color: #f6f7fa;
	/*background: linear-gradient(17deg, #e5e6f1, #d6f1eb);
	background: linear-gradient(17deg, #f4f5fc, #e6f4f1);*/
	
	/*-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	
	letter-spacing: var(--letterspacing);

	animation: gradientMove 12s ease infinite !important;
    transition: background-position 0.2s !important;
    /*background: linear-gradient(129deg, #eae1f34a, #d5f1eb6e, #c9ddec63, #eae1f35c, #d5f1eb6b, #c9ddec52);*/
    background-size: 300% 100% !important;

	background-color: #f6f7fa;
}

h1, h2, h3, h4
{
	font-family: var(--fontheaders);
	font-weight: 800;
	letter-spacing: -0.045em;
}

h1
{
	font-size: 26px;	
	font-weight: 800;
}

	.popup_content h1
	{
		font-size: 23px;
	}

h2
{
	font-size: 20px;	
}

h4
{
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
    margin-block-end: 16px;
    margin-block-start: 16px;
}

p, .info {
	line-height: 170%;
}

strong
{
	font-weight: 600;
}

.clickable:hover
{
	cursor: pointer;
	/*box-shadow: 0px 0px 20px 0px rgba(200, 223, 245,0.9);*/
}

.logo
{
	background-image: url("../img/favicon.png");
	width:50px;
	height:50px;
	background-size: contain;
	background-position: center center;
	
	position: fixed;
	z-index:3;
	right:30px;
	top:30px;
	border-radius: 100px;
	
	display:none;
}

.loading
{
	position: fixed;
	right:0px;
	left:270px;
	top:40px;
	bottom:0px;
	background-color: #ffffff00;
	z-index:5;
	display:none;
	border-radius: 20px 0px 0px 0px;

	/*_green_blue.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px;*/

	backdrop-filter: blur(5px);
}

.top_platform_bar {
	position: fixed;
	top: 0;
	left: 60px;
	width: auto;
	right: 0px;
	height: 40px;
	/*background-color: #f5f7fa;*/
	/*background: linear-gradient(90deg, #f5f7fa00, #00000008);*/
	border-bottom: 0px solid #00000011;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 20px;
	z-index: 4;
	box-shadow: none;
	/*box-shadow: 10px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}

	.profile_company {
		position: absolute;
		left: 210px;
		font-weight: 300;
		top: 8px;
		height: 25px;
		font-family: 'Hamburg Serial';
		font-size: 12px;
		background-color: #000000;
		background: #ffffff;
		color: #050505;
		text-align: center;
		padding: 6px 18px 5px 18px;
		/* width: 230px; */
		border-radius: 25px;
		/* z-index: 2; */
		border: 1px solid #eee;

		display: none;
	}
	
		.profile_company i {
			font-weight: 100;
		}

.framework_menu_left
{
    display: block;
    position: fixed;
    left:0px;
    top:0px;
    bottom:0px;
    width:60px;
	border-radius: 0px 20px 0px 0px;
    background-color: var(--basecolor5); /*#ffffff;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index:5;
	
	/*background: linear-gradient(129deg, #ffffff, #fee6fb, #f8eedc, #ffffff);*/
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    height: 100vh;
	
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

    #menu_icon
    {
        display: block;
        background-image: url("../img/ysa_logo_blob_blue.png");
		background-repeat: no-repeat;
        width:35px;
        height:35px;
        background-size: 100%;
        position: fixed;
        top:24px;
        left:12px;
        cursor:pointer;	
		z-index:3;
    }

		.menu_icon_ring {
			content: "";
			display: block;
			width: 36px;
			height: 36px;
			position: fixed;
			top: 17px;
			left: 11px;
			cursor: pointer;
			background: linear-gradient(129deg, #a20d96, var(--basecolor));
			background-size: 100% 100%;
			animation: rotate 1.5s linear infinite;
			border-radius: 100px;
			z-index: 2;
			
			display: none;
		}

    .framework_menu_left .title
    {
        display: block;
        position: fixed;
        left: -171px;
		top: 285px;
		width: 400px;
        /*text-transform: uppercase;*/
        transform: rotate(-90deg);
		text-align: right;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
		opacity: 1;
		font-family: var(--fontheaders);
		font-weight: 600;
    }

.framework_bar_left
{
    position: fixed;
    left:0px;
    top:40px;
    bottom:0px;
    width:115px;
	padding-left:60px;
	
	/*background: linear-gradient(129deg, #995bc9, #59a9e3, #995bc9, #59a9e3);*/
	background: linear-gradient(129deg, #995bc9, #eba9a9, #995bc9, #7093dd);
	background: linear-gradient(129deg, #7a84a7, #7a84a7, #a37aa7, #7a84a7);
	background: linear-gradient(129deg, #7a84a7, #7a84a7, #a64792, #7a84a7);
	background: linear-gradient(129deg, #393f55, #393f55, var(--basecolor), #393f55);
	background: #d6daed;
	background: var(--basecolor1);
	background-size: 400% 400%;
	/*animation: gradient 15s ease infinite;
	height: 100vh;	*/
	
	/*background: linear-gradient(335deg, #b5a26c, #e9d9b2);*/
    background-size: 200% 200%;
	
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);*/
    z-index:4;
	border-radius: 0px 20px 0px 0px;
	border-right: 0px solid #e8dfd5;
	
	background-image: url(../img/chat_icon_opacity.png);
	background-size: 300px;
	background-position: left 70px bottom 0px;
	background-repeat: no-repeat;
	
	overflow-y: auto;
	overflow-x: hidden;
}
	.framework_bar_left:hover
	{
		overflow-y: auto;
	}

    .framework_bar_left .menu
    {
        padding: 10px 20px 180px 20px;
    }

	.framework_bar_left .menu h2
	{
		font-size:16px;
		font-weight:400;
		opacity: 1;
		color:#212534;
		
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-kthtml-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

    .framework_bar_left .menu ul
    {
        list-style: none;
        margin:0px;
        padding:0px;
		overflow-y: auto;
		width:15px;
    }

		.framework_bar_left .menu ul h2
		{
			margin-left:0px;
		}

        .framework_bar_left .menu ul li
        {
            margin:0px;
            padding: 7px 0px 7px 0px;
            border-bottom:0px solid #eeeeee;
			margin-top:1px;
			cursor: pointer;
			border-radius:50px;
			
			display: table;
    		width: 100%;
			
			-webkit-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-kthtml-transition: all 0.2s linear;
			transition: all 0.2s linear;
        }

            .framework_bar_left .menu ul li a
            {
                color:#212534;
                text-decoration: none;
				font-weight:500;
			}

			.framework_bar_left .menu ul li i
            {
                margin-right:10px;
				width:23px;
				text-align: center;
				margin-left:-3px;
				color:#212534;
			}

			.framework_bar_left .menu ul li:hover,
			.framework_bar_left .menu ul li.active
			{
				/*background-color: #718394;
				border-radius: 50px;
				padding-left:20px;
				padding-right:10px;*/
				color:#ffffff;
            }

			.framework_bar_left/*:hover*/ .menu ul li:hover,
			.framework_bar_left/*:hover*/ .menu ul li.active
			{
				background-color: #7681b8;
				border-radius: 50px;
				padding-left:10px;
				padding-right:0px;
				color:#ffffff;
				
				/*background-color: #ffffff40;*/
				background-color: var(--basecolor);
            }

			.framework_bar_left/*:hover*/ .menu ul li:hover
			{
				background-color: var(--basecolor5);
			}

			.framework_bar_left/*:hover*/ li:hover a,
            .framework_bar_left/*:hover*/ li.active a,
			.framework_bar_left/*:hover*/ li:hover i,
            .framework_bar_left/*:hover*/ li.active i
            {
                color: #ffffff !important;
				font-weight: 200;
            }

    .framework_bar_left .icon
    {
        width:25px;
        height:36px;
        background-image: url("../img/icon.png");
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        right:0px;
        top:10px;
    }

    .framework_bar_left .avatar
    {
        width:120px;
        height:120px;
        border-radius: 200px;
        position: relative;
        top:30px;
        left:80px;
        background-size: 250px;
        background-repeat: no-repeat;
        background-position: top center;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    }

    .framework_bar_left .avatar_more
    {
        position: relative;
        top:40px;
        left:0px;
        right:0px;
        width:auto;
        padding-left:20px;
        padding-right:20px;
        text-align: left;
    }

			/*:hover*/
			.framework_bar_left/*:hover*/
			{
				width:270px;
				/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
			}

			.framework_bar_left/*:hover*/ .menu ul
			{
				width:auto;
			}

			.framework_bar_left ul li a
			{
				display: none;
				width:auto;
				font-weight: var(--fontweight);
			}

			.framework_bar_left/*:hover*/ h2
			{
				opacity: 1;
			}

			.framework_bar_left/*:hover*/ ul li a
			{
				display: inline-block;
			}
			/*:hover*/

	li strong{
		font-weight: 600;
		font-family: var(--fontheaders);
	}

    .avatar_example
    {
        position: relative;
        display: block;
        font-size: var(--fontsize);
        
        width:100%;
        margin:0px;
        margin-bottom:10px;
        cursor: pointer;
        padding-top:10px;
        border-top:1px solid #eeeeee;
    }

    .avatar.small
    {
        top:5px;
        left:auto;
        right:auto;
        position: relative;
        display: inline-block;
        border:1px solid #cccccc;
        width:50px;
        height:50px;
        margin:0px;
        background-image: url("../avatars/avatar_1.png");
        background-size: 100px;
        background-repeat: no-repeat;
        background-position: top center;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        margin-right:10px;
        cursor:pointer;
    }

    .avatar_small
    {
        width:200px;
        height:200px;
        border-radius: 200px;
        position: relative;
        top:30px;
        left:30px;
        margin-bottom:70px;
        background-size: 350px;
        background-repeat: no-repeat;
        background-position: top center;
        box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    }

    .avatar_very_small
    {
        width:80px;
        height:80px;
        border-radius: 200px;
        position: relative;
        top:0px;
        left:0px;
        margin-bottom:0px;
        background-size: 150px;
        background-repeat: no-repeat;
        background-position: top center;
        /*box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
    }

    .avatar_description
    {
        position: absolute;
        top:20px;
        width:100%;
        padding-left:20px;
        padding-right:20px;
        text-align: center;
    }

    .avatar_description h2
    {
        font-size:16px;
        font-weight: bold;
        text-transform: uppercase;
        color:#212534;
        margin:0px;
        text-align: center;
    }

    .avatar_description h3
    {
        font-size:20px;
        font-weight: bold;
        text-transform: uppercase;
        color:#212534;
        margin:0px;
        text-align: center;
    }

    .avatar_description p
    {
        line-height:20px;
        font-size: var(--fontsize);
        color:#212534;
        
    }

.chat_container_right
{
	position: fixed;
	right:0px;
	top:40px;
	bottom:0px;
	width:350px;
	background-color: #ffffff;
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
	z-index:1;
	border-left: 1px solid #e5e5e9;
	
	overflow-y: auto;
	overflow-x: hidden;
	
	border-radius: 0px 0px 20px 0px;
}

	.chat_container_right iframe
	{
		width:100%;
		height:100%;
		border:0px;
	}

.framework_main 
{
    position: fixed;
    left: 270px;
    padding-left: 30px;
    padding-right: 30px;
    right: 0px;
    width: auto;
    padding-top: 11px;
    overflow-x: hidden;
	overflow-y: auto;
	bottom:0px;
	background-color:#ffffff;
	/*min-height: 100%;*/
	top:40px;
	border-radius: 20px 0px 0px 0px;
	
	padding-bottom:100px;
	background-image:url(../img/ysa_logo_grey.png);
	background-position: calc(100% - 30px) calc(100% - 60px);
	background-size: 100px auto;
	background-repeat: no-repeat;
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.03);*/
	border: 1px solid #e5e5e9;
	z-index:4;

	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

	.framework_main:hover
	{
		overflow-y: auto;
	}

	body.chat_open .framework_main
	{
		right:350px;
	}

.framework_main.insights
{
	background-color:#ffffff;
	
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

    .framework_main h1
    {
		font-size:26px;
		font-weight: 800;
		/*background-color: rgba(255,255,255,0.9);
		backdrop-filter: blur(5px);
    	-webkit-backdrop-filter: blur(5px);*/
    }

	.framework_main h2
    {
		font-size:20px;
		font-weight: 800;
		/*background-color: rgba(255,255,255,0.9);
		backdrop-filter: blur(5px);
    	-webkit-backdrop-filter: blur(5px);*/
		color: #132133;

		/*
		background: linear-gradient(95deg, #2eae91, #348ece);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		display: inline-block;
		*/
    }

    .framework_main .avatar
    {
        width:600px;
        height:100%;
        position: fixed;
        top:0px;
        left:0px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .framework_main .avatar .avatar_description
    {
        display: block;
        position: absolute;
        left:135px;
        top:370px;
        background-color: #ffffff;
        border-radius:300px;
        width:250px;
        height:250px;
        padding:40px;
        text-align: center;
        
    }

	#persona_edit
	{
		text-align:center; 
		border:1px solid #dddddd; 
		width:140px; 
		height:140px; 
		border-radius:1400px; 
		position:relative; 
		box-sizing: border-box; 
		display: inline-block; 
		margin-right:20px;
		background-size:200%; 
		background-position: top center;
		
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-kthtml-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	#persona_edit:hover
	{
		border:1px solid #dddddd; 
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		cursor:pointer;
	}

.chat
{
    position: relative;
    top:-30px;
    left:0px;
    bottom:0px;
    width:auto;
	height:auto;
    right:0px;
    padding-top:0px;
	padding-bottom:50px;
}

    #chat_content
    {
        margin-bottom:0px;
    }

    .chat h2
    {
        padding-left:0px;    
    }

    .box {
		width: calc(50% - 22px);
		margin: 20px;
		margin-left: 0px;
		margin-right: 35px !important;
		padding: 20px 30px 20px 30px;
		text-align: left;
		color: #ffffff;
		position: relative;
		border-radius: 20px;
		box-sizing: border-box;
		border: 0px solid rgba(255, 255, 255, 0.2);
		/* background: linear-gradient(129deg, var(--basecolor), #f96a34); */
		background: linear-gradient(129deg, #63a1e0, #975eca);
		background: #dce0f8;
		color: #212534;
		background: linear-gradient(306deg, #dce0f8, #fee6fb, #f8eedc);
		background: var(--basecolor1);
		line-height: 18px;
		word-break: break-word;
		margin-bottom: 35px;
		
		background-image: url(../img/chat_icon_opacity.png);
		background-size: 300px;
		background-position: left 100px bottom -10px;
		background-repeat: no-repeat;
		
		background: #ffffff;
		z-index: 5;
	}

		.box.assistant
		{
			/*background: linear-gradient(223deg, #2fa89b, #3591c8);
			color: #ffffff;*/
		}

		.box.user
		{
			margin-left: calc(50% + 20px);
			margin-right: 0px;
			color:#ffffff;
			border-radius: 20px;
		}

		.box.note
		{
			background:#dfd1183b;
			background: linear-gradient(223deg, #dfd1183b, #ff6e003b);
		}

		.box.user.pageview
		{
			background:transparent;
			color:#2c0e37;
			margin-top:40px;
			margin-bottom:40px;
			border: 0px;
			box-shadow: none;
			padding: 10px;
		}

		.box.user.automation
		{
			background:#9c76a8;
			color:#ffffff;
			margin-top:40px;
			margin-bottom:40px;
			border: 0px;
			box-shadow: none;
		}

		.box.user.review
		{
			background:#e6dbe9;
			color:#2c0e37;
			margin-top:40px;
			margin-bottom:40px;
		}

		.box.user.endpoint
		{
			background:#d8f0ea;
			color:#286253;
			margin-top:40px;
			margin-bottom:40px;
		}


		.box.internal
		{
			background:#faf1cb;
		}

		.box.agent
		{
			background:#e9e8f6;
		}

		.box.use_for_training
		{
			background:#886bc5;
			color:#ffffff;
		}

			.box.use_for_training a
			{
				color:#ffffff;
				text-decoration: underline;
			}

			.box.internal .time
			{
				
			}

		.box .name
		{
			font-weight:600;
			margin-bottom:7px;
		}

        .box .details
        {
            position: absolute;
			right: -50px;
			width: 200px;
			top: 16px;
			text-align: right;
        }

            .box .details h3
            {
                font-size:16px;
                font-weight: bold;
                color:#ffffff;
                margin:0px;
                text-align: left;
                margin-bottom:5px;
            }

            .box .details p
            {
                font-size:12px !important;
                font-weight: 600 !important;
                color:#ffffff;
                margin:0px;
                text-align: left;
            }

			.box.assistant .details h3
            {
                color:#212534;
            }

            .box.assistant .details p
            {
                color:#212534;
            }

			.box .media
			{
				width:100%;
				border-radius: 5px;
			}


		.user {
			/*border: 1px solid #e7e9f4;*/
			background: var(--basecolor5);
			/* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); */
		}

/*
    .user:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid #303d49;
      border-right: 10px solid transparent;
      border-top: 10px solid #303d49;
      border-bottom: 10px solid transparent;
      right: -19px;
      top: 16px;
    }

    .assistant:before {
      content: "";
      width: 0px;
      height: 0px;
      position: absolute;
      border-left: 10px solid transparent;
      border-right: 10px solid #eaedf9;
      border-top: 10px solid #eaedf9;
      border-bottom: 10px solid transparent;
      left: -19px;
      top: 16px;
    }
*/
    .box.form:before
    {
        display: none;
    }


        .box h2
        {
            font-size:18px;
            font-weight: bold;
            color:#212534;
            margin:0px;
            text-align: left;
            margin-bottom:10px;
        }

        .box p
        {
            font-size: var(--fontsize);
            font-weight: var(--fontweight);
            color:#212534;
            margin:0px;
            text-align: left;
        }

        .box.user p
        {
            font-size: var(--fontsize);
            font-weight: var(--fontweight);
            color:#ffffff;
            margin:0px;
            text-align: left;
        }

		.box.user p strong
        {
			margin-bottom:10px;
		}

        .box.form {
			position: relative;
			margin-top: 50px;
			border-top: 2px solid #ffffff;
			padding-bottom: 10px;
			background-color: #1e2539;
			color: #ffffff;
		}

        .box.form textarea
        {
            -webkit-appearance: none; /* remove default appearance on Webkit-based browsers */
            -moz-appearance: none; /* remove default appearance on Mozilla-based browsers */
            appearance: none; /* remove default appearance on all other browsers */

            box-sizing: border-box;
            background-color:#ffffff;
            border:0px;
            border-radius: 20px;
            width:100%;
            
            margin-right:20px;
            min-height:120px;

            font-family:var(--fontfamily);
            font-size: var(--fontsize);
            color:#212534;
            
            padding:20px;
            outline: none;
            margin-top:20px;

            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            
            resize: none;
        }

        .box.form .submit
        {
            -webkit-appearance: none; /* remove default appearance on Webkit-based browsers */
            -moz-appearance: none; /* remove default appearance on Mozilla-based browsers */
            appearance: none; /* remove default appearance on all other browsers */
            
            border-radius: 20px;
            border:0px;
            background-color: #3a86b1;
            color:#ffffff;
            font-weight: var(--fontweight);
            font-size: var(--fontsize);
            padding: 8px 30px;
            float:right;
            margin-top:10px;
            
            cursor: pointer;
			
			border-bottom: 3px solid #276a8f;
            border-right: 3px solid #276a8f;
            text-align: center;
			
			-webkit-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-kthtml-transition: all 0.2s linear;
			transition: all 0.2s linear;
			
			/* new color */
			border-bottom: 3px solid #c900a6;
			border-right: 3px solid #c900a6;
			background: linear-gradient(45deg, var(--basecolor), #ff6000);
			background: linear-gradient(45deg, #7983a7, #977da7);
			
			font-family: var(--fontfamily); /* Inter */
			font-size: var(--fontsize);
        }

			.box.form .submit:hover
			{
				border-bottom: 3px solid #63b20e;
				border-right: 3px solid #63b20e;
				background: linear-gradient(45deg, #70be01, #43961b);
			}

			.box.form .submit.delete
			{
				background-color:#dd0000; 
				border-bottom-color:#ff0000; 
				border-right-color:#ff0000;
			}

		.box .time {
			color: #081245;
			font-size: 10px;
			margin-top: -13px;
			margin-left: 98%;
			width: 200px;
			position: absolute;
			left: 0px;
			line-height: 12px;
			opacity: 1;
			padding-right: 10px;
			text-align: right;
			margin-top: 28px;
			width: 100%;
			margin-left: 0px;
			margin-right: 0px;
			margin-bottom:10px;
			height: 13px;
			/* border: 1px solid #ddd; */

			opacity:0;

			-webkit-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-kthtml-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}

		.box:hover .time
		{
			opacity:1;
		}

		.box .feedback
		{
			position: absolute;
			font-size: 10px;
			margin-top: -41px;
			opacity: 0;

			-webkit-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-kthtml-transition: all 0.2s linear;
			transition: all 0.2s linear;
		}

			.box:hover .feedback
			{
				opacity: 1;
			}

		.box .feedback a {
			text-decoration: none;
			background-color: #f1f7fa;
			border-radius: 10px 10px 0px 0px;
			padding: 7px 10px;
			box-shadow: inset 0px -5px 5px -5px rgba(0, 0, 0, 0.1);
			cursor: pointer;
		}

		.box .feedback a:hover
		{
			background-color: #cbe0ef;
		}

		.box.user .time {
			color: #081245;
			text-align: left;
			padding-left: 10px;
		}

		.box.pageview .time {
			margin-top:7px;
		}
		
		.box .icon 
		{
			width: 36px;
			height: 36px;
			border-radius: 60px 60px 60px 60px;
			color: #ffffff;
			background-color: #fb6b35;
			background: linear-gradient(129deg, #2eae91, #348ece);
			border: 3px solid #f9fffd;
			text-align: center;
			padding-top: 6px;
			font-weight: 600;
			font-size: var(--fontsize);
			position: absolute;
			margin-top: -9px;
			left: -38px;
			z-index: 5;
		}

		.box .content i
		{
			margin-right:5px;
			margin-bottom:20px;
		}

		.box.note .icon
		{
			right:-40px;
			left:auto;
		}

		.box.assistant .icon
		{
			width:40px;
			height:40px;
			border-radius:60px;
			color:#ffffff;
			background-color: #fb6b35;
			text-align: center;
			padding-top:7px;
			font-weight: 600;
			font-size: var(--fontsize);
			position: absolute;
			left:-10px;
    		margin-top: -40px;
		}
			
		.box:hover, .box:active
		{
			/*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);*/
		}

		.box.assistant a
		{
			color:#081245;
		}

		.box.user a
		{
			color:#227077;
		}

		.box .chat_image {
			border-radius: 20px;
			width: 100%;
			margin-top: 15px;
			margin-bottom: 10px;
			/* right: -70px; */
			/* margin-bottom: 45px; */
			/* position: absolute; */
			/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
			background-color: #ffffff00;
		}

		.box img.inline
		{
			width: 100%;
			margin-top: 20px;
			margin-bottom: 10px;
			border-radius: 15px;
			box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .1);
		}

		.box .link_button
		{
			color: #19454f;
			text-decoration: underline;
			border-radius: 10px;
			display: inline-block;
			background-color: #ffffff;
			padding: 4px 10px 10px 10px;
			margin-top: 10px;
		}

			.box .link_button i
			{
				margin-bottom: 0px;
			}

		.box .mail_link_button 
		{
			color: #19454f;
			text-decoration: none;
			border-radius: 4px;
			display: inline-block;
			background-color: rgba(255,255,255,0.3);
			padding: 0px 4px;
			/* margin-top: 10px; */
			color: #ffffff !important;
		}

			.box .mail_link_button i
			{
				display:none;
				margin-bottom: 0px;
			}


		.box .product_block
		{
			margin-top:15px;
			margin-bottom:15px;
		}

		.box .product_objects
		{
			list-style: none;
			padding: 0px;
			margin: 0px;
			display: flex;
			overflow-x: auto;
			border-radius: 0px;	
			margin-left: -30px;
    		width: calc(100% + 60px);
			padding-left:10px;
			padding-bottom:10px;
			margin-bottom: -10px;
		}

		.box .product_object 
		{
			margin-top: 10px;
			margin-right: 10px;
			border-radius: 20px;
			background-color: #ffffff;
			padding: 5px 15px 15px 15px;
			box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 28%);
		}

			.box .product_object .chat_button
			{
				text-decoration:none !important; 
				text-align:center; 
				border:0px; 
				border-radius:20px; 
				padding: 7px 15px; 

				background: #ffffff;
				color: #2c333e;
				font-weight:bold;
			}

			.box .product_object .product_object_title
			{
				margin-top:15px !important;
				font-family: var(--fontheaders);
				width: 200px;
			}

			.product_objects.items_1 .product_object .product_object_title {
				width: 100%;
			}

			.product_image
			{
				width: calc(100% + 30px);
				height:220px; 
				background-position: center center;
				background-repeat: no-repeat;
				background-size: cover;
				border-radius: 20px;
				margin-left: -15px;
				margin-right: -15px;
				margin-top: -5px;
				margin-bottom:15px;
				border: 0px solid #eaecef;
			}

			.product_object_title {
				width: 200px;
			}

			.product_objects.items_1 .product_object {
				width: 100%;
			}

			.product_objects.items_1
			{
				width: 420px;	
			}

			.product_objects.items_1 .product_object .product_image {
				width: calc(100% + 30px);
			}

			.product_object img {
				width: calc(100% + 30px);
				left: -15px;
				margin-bottom: 0px;
				margin-top: -15px;
				height: auto;
				box-shadow: none;
				border-radius: 20px 20px 0px 0px
			}

			.swipe_right, .swipe_left
			{
				display:none;
			}

        .lds-ellipsis {
          display: inline-block;
          position: relative;
          width: 30px;
          height: 10px;
        }
        .lds-ellipsis div {
          position: absolute;
          top: 0px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #3a86b1;
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
        }
        .lds-ellipsis div:nth-child(1) {
          left: 8px;
          animation: lds-ellipsis1 0.6s infinite;
        }
        .lds-ellipsis div:nth-child(2) {
          left: 8px;
          animation: lds-ellipsis2 0.6s infinite;
        }
        .lds-ellipsis div:nth-child(3) {
          left: 32px;
          animation: lds-ellipsis2 0.6s infinite;
        }
        .lds-ellipsis div:nth-child(4) {
          left: 56px;
          animation: lds-ellipsis3 0.6s infinite;
        }
        @keyframes lds-ellipsis1 {
          0% {
            transform: scale(0);
          }
          100% {
            transform: scale(1);
          }
        }
        @keyframes lds-ellipsis3 {
          0% {
            transform: scale(1);
          }
          100% {
            transform: scale(0);
          }
        }
        @keyframes lds-ellipsis2 {
          0% {
            transform: translate(0, 0);
          }
          100% {
            transform: translate(24px, 0);
          }
        }


        .page
        {
            /*background-color: #ffffff;;*/
            border:0px solid #cccccc;
            padding:0px;
            margin-bottom:50px;
            border-radius: 0px 0px 0px 0px;
            position: relative;
            width:auto;
            box-shadow: none;
        }

        .page h2
        {
            margin: 30px 0px 10px 0px;
        }

        .page p
        {
            margin:0px;
            padding:0px 0px 10px 0px;
        }

		table.config_table 
		{
			padding: 10px 20px;
			border: 1px solid #eff0f4;
			border-radius: 14px;
			background: #fff;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
		}

		table.config_table tr
		{
			height:49px;
		}

		table.config_table thead tr th
		{
			font-weight:bold;
			text-align: left;
		}

			table.config_table.black
			{
				background-color:#000000 !important;
				color:#ffffff !important;
			}

			table.config_table.grey
			{
				background-color: #f5f7fa !important;
    			color: #000000 !important;
			}

		.page table.table thead tr td
		{
			font-weight:bold;
		}

		.page table.table thead tr th
		{
			font-weight:bold;
			text-align: left;
		}

		.page table tr td label
		{
			margin:0px;
            padding:0px 0px 0px 0px;
			display: block;
			font-weight: var(--fontweight);
		}

		.page table.table tr td
		{
			padding:10px;
		}

		.page table.table tr td:first-child
		{
			padding-left:0px;
		}

		.page table.table tr td label.toggle
		{
			margin-top: -19px !important;
		}

		tr td .show_on_tr_focus {
			opacity: 0;
			max-height: 0;
			overflow: hidden;
			margin-top:0px !important;
			transition: opacity 0.2s linear, max-height 0s linear;
		  }
		  
		  tr:hover td .show_on_tr_focus {
			opacity: 1;
			max-height: 100px; /* adjust depending on expected content */
			margin-bottom:0px;
			margin-top:10px !important;
			transition: opacity 0.2s linear, max-height 0.2s linear;
		  }
		  

		.page input:not([type='checkbox']):not([type='radio'])
        {    
            -webkit-appearance: none; /* remove default appearance on Webkit-based browsers */
            -moz-appearance: none; /* remove default appearance on Mozilla-based browsers */
            appearance: none; /* remove default appearance on all other browsers */

            box-sizing: border-box;
            background-color: #f7f7f7;
			border: 1px solid #f7f7f7;
			border-radius: 7px;
            width:100%;
            
            
            font-size: var(--fontsize);
            color:#2c0e37;
            
            padding: 10px 20px ;
            outline: none;
            margin-top:0px;
            
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            
            resize: none;
			
			font-family: var(--fontfamily); /* Inter */
			font-size: var(--fontsize);
			font-weight: var(--fontweight);
        }

		.page input:disabled
		{
			color:#7986a9;
			cursor:not-allowed;
		}

		.page select
        {    
            -webkit-appearance: none; /* remove default appearance on Webkit-based browsers */
            -moz-appearance: none; /* remove default appearance on Mozilla-based browsers */
            appearance: none; /* remove default appearance on all other browsers */

            box-sizing: border-box;
            background-color: #f7f7f7;
			border: 1px solid #f7f7f7;
            border-radius: 20px;
            width:100%;
            
            
            font-size: var(--fontsize);
            color:#2c0e37;
            
            padding: 10px 20px ;
            outline: none;
            margin-top:0px;
            
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            
            resize: none;
			
			font-family: var(--fontfamily); /* Inter */
			font-size: var(--fontsize);
			font-weight: var(--fontweight);
        }

        .page textarea
        {
            -webkit-appearance: none; /* remove default appearance on Webkit-based browsers */
            -moz-appearance: none; /* remove default appearance on Mozilla-based browsers */
            appearance: none; /* remove default appearance on all other browsers */

            box-sizing: border-box;
            background-color: #f7f7f7;
			border: 1px solid #f7f7f7;
            border-radius: 20px;
            width:100%;
            
            margin-right:0px;
            min-height:120px;

            font-family:var(--fontfamily);
            font-size: var(--fontsize);
            color:#2c0e37;
            
            padding:10px 20px;
            outline: none;
            margin-top:0px;

            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            
            resize: none;
			
			font-family: var(--fontfamily); /* Inter */
			font-size: var(--fontsize);
			font-weight: var(--fontweight);
        }

		.page input.radio
		{
			-webkit-appearance: radio:  /* remove default appearance on Webkit-based browsers */
            -moz-appearance: radio; /* remove default appearance on Mozilla-based browsers */
            appearance: radio;  /* remove default appearance on Mozilla-based browsers */
			width:20px;
		}

        .page .submit, .submit, .btn {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border-radius: 50px;
			border: 0px;
			background-color: #7681b8;
			background: linear-gradient(129deg, #59a9e3, #995bc9);
			background: linear-gradient(45deg, #7983a7, #977da7);
			background: linear-gradient(129deg, #995bc9, #59a9e3, var(--basecolor), #59a9e3);
			background: var(--basecolor);
			background-size: 500% 500%;
			animation: gradient 25s ease infinite;
			color: #ffffff;
			font-weight: 200;
			font-size: var(--fontsize);
			padding: 10px 20px;
			margin-top: 10px;
			cursor: pointer;
			width: auto;
			display: inline-block;
			/*border-bottom: 3px solid #55619b;
			border-right: 3px solid #55619b;*/
			text-align: center;
			-webkit-transition: all 0.2s linear;
			-o-transition: all 0.2s linear;
			-moz-transition: all 0.2s linear;
			-ms-transition: all 0.2s linear;
			-kthtml-transition: all 0.2s linear;
			transition: all 0.2s linear;
			
			font-family: var(--fontfamily); /* Inter */
			font-size: var(--fontsize);
			font-weight: var(--fontweight);
		}

			.small_btn {
				display: inline-block;
				padding: 5px 10px;
				background-color:#fafafa;
				color: #333;
				border-radius: 4px;
				cursor: pointer;
			}

			.submit.blackline, .btn.blackline
			{
				background: #ffffff;
				border: 1px solid #000000;
				color: #000000;
				font-weight: 600;
			}

			.submit.grey, .btn.grey
			{
				background: var(--basecolor1);
				color: #000000;
				width:100%;
			}

			.submit.black, .btn.black
			{
				background: #000000 !important;
				color: #ffffff;
			}

			.page .submit:hover, .btn.hover
			{
				/*border-bottom: 3px solid #63b20e;
				border-right: 3px solid #63b20e;*/
				background: linear-gradient(45deg, #70be01, #43961b);
			}

			.submit.blackline:hover, .btn.blackline:hover
			{
				/*background: linear-gradient(45deg, #70be01, #43961b);*/
				color:#ffffff;
				border-color:#b6d3c6;
			}

			.page .submit.delete
			{
				color:#ffffff;
				background:#be0606; 
				border-bottom-color:#dddddd; 
				border-right-color:#dddddd;
			}

			.page .submit.delete:hover
			{
				color:#ffffff;
				background:#ed1e1e; 
				border-bottom-color:#ff0000; 
				border-right-color:#ff0000;
			}

			.page .waiting_action
			{
				display:none !important;
			}

			.page .submit.purple
			{
				background: #9c76a8;
				color:#ffffff;
			}

			.submit.form
			{
				margin: 0px;
				border-radius: 50px;
				width: 100%;
			}

		.divcustom textarea
		{
			-webkit-appearance: none; /* remove default appearance on Webkit-based browsers */
            -moz-appearance: none; /* remove default appearance on Mozilla-based browsers */
            appearance: none; /* remove default appearance on all other browsers */

            box-sizing: border-box;
            border-radius: 7px;
            width:100%;
            
            margin-right:0px;
            min-height:120px;

            font-family:var(--fontfamily);
            font-size: var(--fontsize);
            color:#2c0e37;
            
            padding:10px 20px;
            outline: none;
            margin-top:0px;

            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            
            resize: none;
			
			font-family: var(--fontfamily); /* Inter */
			font-size: var(--fontsize);
			font-weight: var(--fontweight);
		}

		.popup textarea, 
		.popup select,
		.popup input:not([type='checkbox'])
		{
			background-color:#faf5f1;
			border: 1px solid #f1e8e1;
		}

		.form_response {
			display: none;
			color: #ffffff;
			background-image: url(../img/ok_icon.png);
			background-size: 100%;
			border-radius: 50px;
			height: 35px;
			width: 35px;
			margin-left: 5px;
			margin-top: 2px;
		}

        .form_response_waiting
        {
			display: none;
			color: #ffffff;
			background-image: url("../img/loading_green_blue.gif");
			background-size: 100%;
			border-radius: 50px;
			height: 33px;
			background-position: center center;
			background-repeat: no-repeat;
			width: 33px;
			margin-left: 5px;
			margin-top: 8px;

			border-radius: 10px;
			box-shadow: rgba(0, 0, 0, 0) 2px 3px 3px 0px;
			border: 0px solid rgba(0, 0, 0, 0.05);
			background-color: rgb(255, 255, 255) !important;
        }

		.form_response_waiting.small
        {
			display: none;
			color: #ffffff;
			background-image: url("../img/loading_green_blue.gif");
			background-size: 100%;
			border-radius: 50px;
			height: 18px;
			background-position: center center;
			background-repeat: no-repeat;
			width: 18px;
			margin-left: 5px;
			margin-top: 8px;
        }

		.form_response_waiting_small
        {
			display: none;
			color: #ffffff;
			background-image: url(../img/loading_green_blue.gif);
			background-size: 100%;
			border-radius: 50px;
			height: 20px;
			background-position: center center;
			background-repeat: no-repeat;
			width: 20px;
			margin-left: 5px;
			margin-bottom: 18px;
			bottom:0px;
			border:2px solid rgba(255,255,255,0.7);
			position: absolute;
        }

			.form_response_waiting_small.ok
        	{
				background-image: url(../img/loading_ok.png);
				background-size: 110%;
			}

.conversations_inbox_left_search {
	left: 271px;
	bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
	border-radius: 20px 0px 0px 0px;
	z-index: 3;
	position: fixed;
	width: 240px;
	padding: 20px;
	padding-bottom: 280px;
	padding-left: 30px;
	background-color: #ffffff;
	/* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	top: 41px;
}

	.conversations_inbox_left_search input
	{
		background-color:var(--basecolor6); 
		color:var(--basecolor5);
		border-radius:40px; 
		width:100%; 
		padding:10px; 
		padding-left:40px; 
		border:0px;
		/*box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);*/
	}

	.conversations_inbox_left_search input::placeholder
	{
		color:#2c0e3754;
	}

	.conversations_inbox_left_search i.fa-search
	{
		opacity:0.5; float:left; margin-top:-25px; margin-left:16px;
	}

	.conversations_inbox_left_search i.fa-calendar-alt
	{
		opacity:0.5; float:left; margin-top:-25px; margin-left:16px;
	}


	.conversations_inbox_left_search_menu
	{
		display: block;
		list-style: none;
		padding:0px;
		margin:0px;
		width:180px;
		margin-left:0px;
	}

	.conversations_inbox_left_search_menu li {
		display: flex;
		align-items: center;
		width: 200px;
		padding: 10px 10px;
		border-radius: 20px;
		margin-left: -10px;
		cursor: pointer;
		margin-bottom: 1px;
		font-family: var(--fontfamily);
		font-weight: var(--fontweight);
		position: relative; /* nodig voor fade */


		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-kthtml-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.conversations_inbox_left_search_menu li a {
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		flex: 1; /* tekst neemt beschikbare ruimte */
		padding-right: 20px; /* ruimte voor fade */
	}
	
	.conversations_inbox_left_search_menu li::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 40px; /* breedte fade */
		/*background: linear-gradient(to right, transparent, white); */
		border-radius: 20px;
		pointer-events: none;
	}

	.ui-tabs-anchor a,
	.conversations_inbox_left_search_menu li a
	{
		font-family: var(--fontfamily);
		font-weight: var(--fontweight);
		font-size: var(--fontsize);
	}

	/*.conversations_inbox_left_search_menu li:hover
	{
		background-color:var(--basecolor6);
		color:var(--basecolor5);
		width:100%;
		margin-left:0px;
	}*/

	.conversations_inbox_left_search_menu li.active
	{
		background-color:var(--basecolor); /*#625d7b;*/
		color:#ffffff;
		width:100%;
		margin-left:0px;
	}

		.conversations_inbox_left_search_menu li.active::after 
		{
			content: 'x';
			display: block;
			position: absolute;
			margin-left: 147px;
			margin-top: -18px;
			width: 12px;
			height: 12px;
			font-weight: bold;
			font-size: 12px;
			color: #ffffff;
			background-color: rgb(255 255 255 / 46%);
			border-radius: 20px;
			padding: 3px;
			padding-top: 0px;
			padding-bottom: 6px;
			text-align: center;
			
			display:none;
		}

		.conversations_inbox_left_search_menu li.active a span
		{
			color:#ffffff !important;
		}

	.conversations_inbox_left_search li i
	{
		margin-left: 0px;
		margin-right: 7px;
		width: 20px;
		text-align: center;
	}

.conversations_inbox_left 
{
    display: block;
    position: fixed;
    top: 41px;
    left: 510px;
    width: 330px;
    z-index: 2;
    right: auto;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.05);*/
    border-right: 1px solid #f5f5f5;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    padding-top: 15px;
    border-radius: 0px 0px 0px 0px;
    background-color: #ffffff;
}

	.conversations_inbox_item {
		width: auto;
		min-height: 100px;
		padding: 20px 10px 10px 10px;
		margin-bottom: 0px;
		border-bottom: 0px solid #eaedf9;
		background-color: #ffffff;
		border-radius: 0px;
		margin-left: -20px;
		margin-right: -20px;
		line-height: 18px;
		border-top: 1px solid #eaedf9;
		/*border-left: 5px solid transparent;*/
	}
	
	.conversations_inbox_item:hover, 
	.conversations_inbox_item.active 
	{
		background-color: #d4e0ea;
		cursor: pointer;
		border-bottom: 0px;
		border-radius: 0px;
		background: #636883;
		/*border-left: 5px solid var(--basecolor);*/
		background: var(--basecolor1); /*#dce0f836;*/
		color: #212534;
		/*box-shadow: inset -5px 0px 10px 0px rgba(0, 0, 0, 0.05);*/
		border-top: 0px solid #e3dad1;
		
		background-image: url(../img/chat_icon_opacity.png);
		background-size: 300px;
		background-position: left 100px bottom -10px;
		background-repeat: no-repeat;
	}

	.conversations_inbox_item.active::before
	{
		content:"";
		display: block;
		position: absolute;
		width: 0; 
		height: 0; 
		border-top: 12px solid transparent;
		border-bottom: 12px solid transparent; 
		border-right:12px solid #ffffff; 
		right:0px;
	}

	.conversations_inbox_item:hover .time,
	.conversations_inbox_item.active .time
	{
		color:#212534 !important;
	}
	
		.conversations_inbox_item .icon
		{
			width:15px;
			height:15px;
			border-radius:60px;
			color:#ffffff;
			background-color: #fb6b35;
			text-align: center;
			padding-top:8px;
			font-weight: 600;
			font-size: 0px; /*var(--fontsize);*/
			float:left;
			margin-left:5px;
			margin-top:2px;
		}
		
		.conversations_inbox_item .content
		{
			width:100%;
			margin-left:40px;
			padding-right:50px;
		}
		
		.conversations_inbox_item .time
		{
			color:#bdbdbd;
			font-size:10px;
			margin-top:10px;
		}
		
		.conversations_inbox_item .text
		{
			margin-top:4px;
			padding-right:20px;
			width:100%;
			word-break: break-word;
			/*height:48px;*/
			overflow:hidden;
		}
		
		.conversations_inbox_item .sentiment
		{
			position:absolute;
			right:30px;
			/*filter: grayscale(100%);*/
			margin-top:-13px;
		}
		
		.conversations_inbox_item .messages
		{
			color:#718394;
			font-size:10px;
			margin-top:3px;
		}

		.conversations_inbox_item i
		{
			margin-right:5px;
		}

		.conversations_inbox_item strong
		{
			word-break:break-all;
		}

		/*
		.conversation_text::after{
			content: "";
			clear: both;
			display: block;
			height:40px;
			width:100%;
			background: linear-gradient(to bottom, #ffffff00, #ffffff);
			position: absolute;
			margin-top:-40px;
			z-index:5;
		}
		*/

		.conversations_inbox_item.active .conversation_text::after,
		.conversations_inbox_item:hover .conversation_text::after{
			background: linear-gradient(to bottom, #f6f7fa00, #f6f7fa);
		}


p.information
{
	border-bottom: 0px solid #fa8472;
	border-right: 0px solid #ff441a;
	/*background: linear-gradient(45deg, #333333, #212534);	*/
	color:#e50184;
	padding:10px 0px;
	border-radius: 10px;
	margin-top:20px;
	line-height: 17px;
	font-size: var(--fontsize);
}

p.important
{
	border-bottom: 0px solid #fa8472;
	border-right: 0px solid #ff441a;
	/*background: linear-gradient(45deg, var(--basecolor), #ff6000);*/
	background-color:#313e4a;
	color:#ffffff;
	padding:10px 20px;
	border-radius: 10px;
	margin-top:20px;
	line-height: 17px;
}

p.light, div.light
{	
	background-color: var(--basecolor1);
    padding: 10px 20px;
    border-radius: 10px;	
	line-height: 17px;
	margin-bottom: 5px;
}

	p.light a.button, div.light a.button
	{
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border-radius: 10px;
		border: 0px solid #081245;
		background: #348ece;
		color: #ffffff;
		padding: 7px 20px;
		margin-top: 10px;
		cursor: pointer;
		width: auto;
		display: inline-block;
		text-align: center;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-kthtml-transition: all 0.2s linear;
		transition: all 0.2s linear;
		font-family: var(--fontfamily);
		font-size: var(--fontsize);
		font-weight: var(--fontweight);
	}

	p.light a.button:hover, div.light a.button:hover
	{
		background: #2870a4;
	}

p.info, div.info
{
	background-color: #faf1cb;
    padding: 10px 20px;
    border-radius: 10px;	
	line-height: 17px;
	margin-bottom: 5px;
	color:#212534 !important;
}

.info.blue {
    background-color: #348ece29;
    color: #081245 !important;
	padding: 10px 20px;
}

.info.purple
{
	background-color: #d7e6f4;
    color: #203250 !important;
}

.info.white 
{
    background-color: #ffffff;
    background: #ffffff !important;
    color: #081245 !important;
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    padding: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.info.lightblue
{
	background-color: #d7e6f4;
	color: #081245 !important;
}

.info.verylight
{
	background-color: #f2f9f6;
}

.info.black
{
	background-color: #111212;
	color: #ffffff !important;
}

.info.black a 
{
	color:#ffffff;
}

.info.gradient
{
	color: #ffffff !important;
    background: linear-gradient(129deg, #2eae91, #348ece);
}

.nobg
{
	background-image:none !important
}

p.red
{
	background-color: #bb0010 !important;	
	color:#ffffff !important;
	cursor:pointer;
}

	p.red a.submit
	{
		background: #860000 !important;
	}

	div.popup.conversation p.info
	{
		background-color: #faf1cb;
		color: #212534;
		padding: 10px 20px;
		border-radius: 10px;
	}

p.info.degraded_performance
{
	background: #ffebde !important;
	color:#000000 !important;
	padding: 10px 20px !important;
}

p.info.partial_outage
{
	background: #ffebde !important;
	color:#000000 !important;
	padding: 10px 20px !important;
}

p.info.major_outage
{
	background: #e20000 !important;
	color:#ffffff !important;
	padding: 10px 20px !important;
}

p.info a
{
	color:#42bdab !important;
	text-decoration:underline !important;
}

p.info.partial_outage a
{
	color:#ffffff !important;
}

p.dark
{
	background-color: #081245;
    padding: 20px 20px;
    border-radius: 10px;
    line-height: 17px;
    color: #ffffff;	
}

div.small_info
{
	font-size:10px;	
	margin-top:5px;
	margin-left:20px;
}

div.small_info_label
{
	font-size:10px;	
	margin-top:5px;
	padding:3px 5px;
	background-color:#f2f6fa;
	display: inline-block;
	border-radius: 5px;
	margin-right:3px;
}

code 
{
    background-color: #eedef4;
    color: #212534;
    padding: 10px 20px;
    border-radius: 20px;
    border: 1px solid #dec8e6;
    margin-top: 0px;
    font-family: "Consolas", var(--fontfamily);
    font-size: var(--fontsize);
    word-break: break-all;
    display: block;
    width: 100%;
}

/*
p a, td a
{
	background-color:#eaedf9;
	color:#212534;
	padding:10px 20px;
	border-radius: 10px;
	margin-top:0px;
	font-size: var(--fontsize);
	word-break: break-all;
	display: block;
    width: 100%;
	cursor:pointer;
}
*/

textarea.code
{
	width:100%;
	background-color:#eaedf9;
	color:#212534;
	padding:15px 20px 15px 20px;
	border-radius: 10px;
	font-family: "Courier New";
	font-size: var(--fontsize);
	word-break: break-all;
	border:0px;
	min-height:35px;
}

hr
{
    border: 0px;
    border-bottom: 1px solid #e3e2db;
    width: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 10px;
    display: block;
    height: 10px;
    /*box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.1);*/
}

hr.shadow {
    border: 0px;
    border-bottom: 0px;
    width: auto;
    margin-top: 10px;
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 10px;
    display: block;
    height: 10px;
    box-shadow: 0px 5px 5px -3px rgba(0,0,0,0.1);
}

.microcopy
{
	font-size:12px;
	color:#aaaaaa;
}

.prompt_suggestions
{
	margin-left:100px;
	margin-right:140px;
	margin-top:60px;
}

#question_form
{
	margin-bottom:60px;	
}

#prompts ul
{
	list-style:disc;	
	padding:0px;
	margin:0px;
}

#prompts ul li
{
	display: block;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #eeeeee;
	text-decoration: none;
	color:#1d2539;
	
	cursor:pointer;
	
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#prompts ul li:hover
{
	background-color: #eaedf9;
	border-radius: 10px;
	padding-left:10px;
	color:#212534;
	margin-right:20px;
}

.page table.table tr td
{
	border-bottom: 1px solid #eeeeee;	
}

.page table.table tbody tr:hover
{
	background-color: var(--basecolor1);
	cursor:pointer;
	
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

pre
{
	background-color: #f5f7fa;
    color: #081245;
	font-family: monospace;
	font-size: var(--fontsize);
	
	border-radius: 10px;
	padding:0px;
	overflow-x: auto;
	/*margin-top:0px;
	margin-bottom:-10px;*/
}

div.popup {
    display: none;
    z-index: 10;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: auto;
    height: auto;
    left: 400px;
    top: 40px !important;
    margin-left: auto;
    margin-top: auto;
    border-radius: 20px 0px 0px 0px;
    color: #212534;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
    padding: 30px 60px 30px 60px;
    overflow-y: auto;
    overflow-x: hidden;
}

	.popup label
	{
		color: #212534;
		font-size: var(--fontsize);
	}

	div.popup.conversation {
		background-color: #f5f7fa; /*#f5f7ff;*/
		box-shadow: none;
		box-shadow:  0px 3px 10px 0px rgba(0, 0, 0, 0.1);
		top: 40px !important;
		right: 0px;
		bottom: -20px;
		left: 844px;
		padding-left: 20px;
		height: auto;
		width: auto;
		margin-top: 0px;
		margin-left: -5px;
		border-radius: 0px 0px 0px 0px;
		color: #212534;
		z-index:6;
		border-left: 1px solid #eaedf9;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	body.conversations div.popup.conversation {
		box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0.1);
	}

	div.popup.delete_thread
	{
		left:auto;
	}

	div.popup.external_url
	{
		left:auto;
		width:400px;
		right:20px !important;
		top:20px !important;
		bottom:20px !important;
		border-radius: 20px;
	}

	div.popup_close_button {
		position: fixed;
		right: 30px;
		top: 73px;
		width: 25px;
		height: 25px;
		opacity: 1;
		z-index: 100000;
		cursor: pointer;
		background-color: #313d49;
		border-radius: 100px;
	}

	div.popup_close_button:hover {
	  opacity: 1;
		background-color: var(--basecolor);
	}
	div.popup_close_button:before, div.popup_close_button:after {
	  position: absolute;
	  left: 11.5px;
	  top:7px;
	  content: ' ';
	  height: 11px;
	  width: 2px;
	  background-color: #fff;
		border-radius: 5px;
	}
	div.popup_close_button:before {
	  transform: rotate(45deg);
	}
	div.popup_close_button:after {
	  transform: rotate(-45deg);
	}

		div.popup.conversation .popup_close_button
		{
			right: 20px;
    		top: 60px;
		}

		div.popup.external_url .popup_close_button
		{
			display:none;
		}

	body.conversations div.popup.conversation .popup_close_button
	{
		display:none;
	}

.frametable
{
    width:calc(100%);
    margin-top:0px;
    display:table;
    /*height:100%;*/
}

.framerow
{
    width:calc(100%);
    display:table;
}

    .framecolumn
    {    
        padding:0px;
        margin:0px;
        vertical-align: top;
        display:table-cell;
        height:100%;
                
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;    
    }

    .framecolumn.w_1_2
    {
        width:50%;
    }

    .framecolumn.w_2_3
    {
        width:67%;
    }

    .framecolumn.w_1_3
    {
        width:33%;
    }

    .framecolumn.w_1_4
    {
        width:25%;
    }

    .framecolumn.w_1_5
    {
        width:20%;
    }

	.framecolumn.w_1_6
	{
		width:16.66%;
		height: 110px;
	}

    .framecolumn.w_1_1
    {
        width:100%;
    }

    .framecolumn_content
    {
        border-radius: 10px;
        /*box-shadow: rgba(200, 223, 245, 0.5) 0px 8px 16px;*/
        padding:20px;
        background-color:var(--basecolor7);
        margin:10px;
        margin-right: 5px;
        margin-left: 0px;
        height: calc(100% - 20px);
		min-height: 88px;
		
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		
		/*border: 1px solid rgba(0,0,0,0.1);*/
    }

        .framecolumn:last-of-type .framecolumn_content {
          margin-right: 0px;
        }

    .framecolumn_content .title
    {
        color:#171c5b;
        font-weight: 400;
        font-size: 14px;
    	font-family: var(--fontheaders);
        margin-bottom:0px;
        display:inline-block; 
        width:auto;
    }

        .framecolumn_content .display-counter
        {
            font-size:32px;
        }

		.framecolumn_content .display-fixed
        {
            font-size:32px;
        }

    .framecolumn_content .smalltitle
    {
        color:#ab188c;
        
        font-size:16px;
        font-family: var(--fontheaders);
        margin-bottom:5px;
    }

	.framecolumn_content p
    {
        color:#ffffff;
        font-size: var(--fontsize);
    }

    .color1
    {
        background-color:#ffffff;
		background: linear-gradient(129deg, #55abe4, #778bda);
        color:#212534;
    }

    .color2
    {
        background-color:#ffffff;
		background: linear-gradient(129deg, #778bda, #8c6fd0);
        color:#212534;
    }

    .color3
    {
        background-color:#ffffff;
		background: linear-gradient(129deg, #8c6fd0, #9e54c7);
        color:#212534;
    }

    .color4
    {
        background-color:#ffffff;
		background: linear-gradient(129deg, #9e54c7, #b71db7);
        color:#212534;
    }

    .color5
    {
        background-color:#ffffff;
		background: linear-gradient(129deg, #b71db7, #db2b63);
        color:#212534;
    }

    .color6
    {
        background-color:#212534;
        color:#ffffff;
    }

	.color7
    {
        background-color:#ffffff;
		background: linear-gradient(129deg, #fee6fb, #f8eedc);
        color:#212534;
    }

    .color1 .title,
    .color1 .smalltitle,
    .color2 .title,
    .color2 .smalltitle,
    .color3 .title,
    .color3 .smalltitle,
    .color4 .title,
    .color4 .smalltitle,
    .color5 .title,
    .color5 .smalltitle,
    .color6 .title,
    .color6 .smalltitle,
	.color7 .title,
    .color7 .smalltitle
    {
        color:#ffffff;
    }

	.color6 .title,
	.color6 .smalltitle
    {
        color:#61a2e0;
    }

	.color1,
	.color1 .title, .color1 .smalltitle
	{
		color: #ffffff;
	}

	.framecolumn_content.dark
    {
		background-color: #171c5b;
		
		background-image: url(../../img/illustration_1.png);
		background-position: right bottom;
		background-size: auto 100%;
		background-repeat: no-repeat;
		border:0px;
	}

		.framecolumn_content.dark .smalltitle,
		.framecolumn_content.dark .title
		{
			color: #ffffff;
		}

		.framecolumn_content.dark p
		{
			color: #ffffff;
		}
		
.framecolumn_content.connector
{
	background-color: #ffffff;
    color: #000000;

	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

	.framecolumn_content.connector:hover
	{
		background-color: #e8f6f0;
	}

	.framecolumn_content.connector img {
		filter: invert(1);
	}

	.framecolumn_content.connector .title {
		color: #081245;
	}

.framecolumn_content.active
{
	background: linear-gradient(168deg, #2eae91, #348ece);
	color: #ffffff !important;
}

.framecolumn_content.connector.active img {
	filter: invert(0);
}

.framecolumn_content.active .title,
.framecolumn_content.active .smalltitle
{
	color:#ffffff !important;
}

.framecolumn_content.active .submit 
{
	background: #fff;
    color: #000;
}

.framecolumn_content.active i.fa-check-circle
{
	color: #ffffff3d !important;
    font-size: 100px !important;
    float: right !important;
    right: 20px !important;
    margin-top: 15px !important;
}

.sentiment_analysis
{
	margin-top:20px;	
	width:100%;
	line-height: 1px;
}

.sentiment_score
{
	display:inline-block; 
	border-radius:30px; 
	margin-right:1px; 
	margin-bottom:1px; 
	width:25px; 
	height:25px; 	
	
	opacity:0;
}

.greyscale
{
	filter: grayscale(1);
}

#xhr_history_line {
    position: fixed;
    background-color: #ebdfef;
    width: 2px;
    height: auto;
    top: 40px;
	z-index:4;
    bottom: 60px;
    left: calc(50% + 415px);
}

.xhr_history_line_start 
{
    display: block;
    margin-bottom: 50px;
    position: relative;
    margin-top: -17px;
    width: 170px;
    margin-left: calc(50% - 85px);
    background-color: #ebdfef;
    padding: 3px 15px;
    border: 1px solid #d3b5dd;
    text-align: center;
    color: #7d4392;
    font-size: 11px;
    border-radius: 0px 0px 45px 45px;
    z-index: 5;
	
}

	.xhr_history_line_start::after {
		display: block;
		content: '';
		height: 0px;
		width: 0px;
		border: none;
		border-top: 8px solid #d3b5dd;
		border-left: 8px solid rgba(0, 0, 0, 0);
		border-right: 8px solid rgba(0, 0, 0, 0);
		position: absolute;
		margin-top: 3px;
		margin-left: 62px;
	}

.xhr_history_line_end
{
    display: block;
    margin-bottom: 10px;
    position: relative;
    margin-top: 105px;
    width: 170px;
    margin-left: calc(50% - 85px);
    background-color: #ebdfef;
    padding: 3px 15px;
    border: 1px solid #d3b5dd;
    text-align: center;
    color: #7d4392;
    font-size: 11px;
    border-radius: 45px 45px 45px 45px;
    z-index: 5;
	
}

	.xhr_history_line_end::before {
		/*display: block;
		content: '';
		height: 0px;
		width: 0px;
		border: none;
		border-bottom: 8px solid #d3b5dd;
		border-left: 8px solid rgba(0, 0, 0, 0);
		border-right: 8px solid rgba(0, 0, 0, 0);
		position: absolute;
		margin-top: -12px;
		margin-left: 62px;*/
	}

#xhr_conversations 
{
	margin-top:68px;
}

#xhr_conversation 
{
    margin-right: 0px;
    margin-bottom: 0px;
    padding-right: 30px;
    margin-left: 0px;
    width: -webkit-fill-available;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 17px;
    padding-left: 20px;
    padding-bottom: 250px;
    position: absolute;
    bottom: 60px;
    top: 0px;
    right: 0px;
	/*box-shadow: inset 10px 0px 10px -10px rgba(0, 0, 0, 0.1);*/
}

.conversation_header {
    display: block;
    position: fixed;
    background-color: #000000;
    background: linear-gradient(223deg, #cde0edd6, #d5efe2bf);
    color: #000000;
    left: 840px;
    right: 0px;
    top: auto;
    bottom: 80px;
    padding-top: 5px;
    border-radius: 0px;
    border-top: 1px solid #eff0f4;
    height: 84px;
    padding-left: 20px;
    box-shadow: 0px;
    z-index: 6;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    box-shadow: -1px -5px 10px -5px rgba(0, 0, 0, .1);
    box-shadow: 0px -15px 15px -15px rgba(0, 0, 0, 0.1);
}

.conversation_inbox_header
{
    display: block;
    position: fixed;
    background: #ffffff59 !important;
    margin-left: -20px;
	width:330px;
    top: 41px;
	padding-top:10px;
	height:84px;
    padding-left: 30px;
    box-shadow: none;
    z-index: 6;
	backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
	border-bottom: 1px solid #eff0f4;
	box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.1);
}

.xhr_conversation_profile {
    position: fixed;
    width: 250px;
    padding: 20px;
    right: -235px;
    top: 40px;
    padding-top: 3px;
    bottom: 0px;
	overflow-y: auto;
	overflow-x: hidden;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
	border-left: 0px solid #e6e8f2;
	background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
	z-index:7;
	border-top: 1px solid #ecedf2;

	/*-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;  */
}

	

	.xhr_conversation_profile::after {
		content: "\f7a4"; /* Unicode for the "fas fa-grip-lines-vertical" icon */
		font-family: "Font Awesome 6 Pro"; /* Ensure the correct Font Awesome font is loaded */
		font-weight: 900; /* Use the "solid" version of the font */
		position: absolute;
		right: 235px;
		top: calc(50% - 7px);
		transform: rotate(90deg);
		font-size: 16px;
		color: #888888;
		opacity: 0.5;
		display: block;
	}

	.xhr_conversation_profile:hover::after
	{
		opacity: 0;
		cursor: pointer;
	}

.xhr_conversation_profile:hover{
	right:0px;	

	border-radius: 0px;
	padding-bottom: 20px;
	top: 40px;
    height: auto;
	bottom: 0px;
}

.xhr_conversation_profile h3
{
	font-size:16px;	
}

.xhr_conversation_profile .table
{
	color:#212534;
}

.xhr_conversation_profile .table tr
{
	height:25px;
}

	.xhr_conversation_profile .conversations_inbox_item {
		width: auto;
	}

.link_object
{
	border-radius: 10px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 10px;
    width: 300px;
    min-height: 40px;
    padding-top: 4px;
    padding-bottom: 4px;
    word-break: break-all;
}

.link_object img
{
	height:30px;
	display: inline-block;
	margin-right:10px;
}

a.link
{
	border-radius: 10px;
    padding: 5px 10px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 10px;
    width: 100%;
    word-break: break-all;
	color:#212534;
	display: block;
	font-size: var(--fontsize);
}

.page .label, .conversations_inbox_left .label, .conversation .label
{
	font-size:9px; 
	display:inline-block; 
	width:auto; 
	padding: 4px 8px; 
	border-radius:5px; 
	background-color: var(--basecolor);
	color: #ffffff;
	font-weight: 200;
	line-height: 11px;
	text-transform: uppercase;
	/*box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);*/
}

.label.label-success
{
	background-color: #348ece !important;
}

.label.label-danger
{
	background-color: #9c76a8 !important;
}

.api_label
{
	font-size:9px; 
	display:inline-block; 
	width:auto; 
	padding: 4px 8px; 
	border-radius:15px; 
	background: #212534;
	color: #ffffff;
	font-weight: 200;
	line-height: 12px;
}

.conversations_inbox_item .review
{
	font-size:9px; 
	display:inline-block; 
	width:auto; 
	padding: 4px 8px; 
	border-radius:50px; 
	background: #000000;
    color: #ffffff;
	font-weight: 600;
	line-height: 11px;
	text-transform: uppercase;
	margin-top:0px;
	margin-right:-12px;
	/*box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.1);*/
	
}

.my_profile {
    display: block;
    position: fixed;
    bottom: -2px;
    height: auto;
    background: #ffffff00;
    border-top: 0px solid #f2f2f2;
    width: 209px;
    text-align: left;
    padding: 20px;
	padding-bottom: 44px;
    left: 60px;
    color: #212534;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
	z-index: 5;
}

	.my_profile a
	{
		cursor: pointer;
	}

	.profile_avatar
	{
		width:50px;
		height:50px;
		background-size: cover;
		background-position: center center;
		border-radius:100px;
		box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
		border:0px solid #ffffff;
		margin-left:0px;
	}

	.my_profile .profile_title
	{
		text-align: left;
		font-weight:600;
		margin-bottom:3px;
		margin-top:15px;
	}

	.my_profile .profile_email
	{
		text-align: left;
		margin-bottom:10px;
		font-size: 10px;
	}

	.my_profile .profile_company
	{
		text-align: left;
		margin-bottom:10px;
		font-weight:bold;
		margin-top:15px;
	}

.logout
{
	display:none !important;
}

/*
[contenteditable]:hover {
    outline: 1px dotted rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    background-color: #ffffff17;
    padding: 0px;
	border:0px;
}
*/

.search_keyword
{
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	background-color:#faf1cb;
	color:#212534;
	border-radius: 2px;
}

.search_form
{
	background-color:#fafafc !important;
}

.submit_bar {
    position: fixed;
    bottom: 20px;
    left: 300px;
    right: 20px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 30px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.843);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	z-index: 2;
    /* margin: 20px; */
    border-top: 1px solid #ededed;
}

	body.chat_open .submit_bar
	{
		right:370px;
	}

	.page .submit_bar .submit
	{
		margin-top:-5px;
		border-radius: 50px;
	}

	.conversation_add_message {
		background-color: #ffffff00;
		border-radius: 20px;
		/* border: 1px solid #e6e8f2; */
		padding: 20px;
		/* position: absolute; */
		/* bottom: 20px; */
		/* left: 0px; */
		/* right: 250px; */
		width: 70%;
		margin-left: 50px;
		box-shadow: 0px -20px 30px -10px rgba(0, 0, 0, 0.1);
		/* z-index: 6; */
		backdrop-filter: blur(25px);
		-webkit-backdrop-filter: blur(25px);
		margin-top: 40px;
		background-color: #393f55;
		color: #212534;
		border-radius: 10px;
		/* border: 1px solid #e6e8f2; */
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		position: fixed;
		bottom: 30px;
		left: -30px;
		color: #ffffff;
		right: 270px;
		width: auto;
		margin-left: 50px;
		box-shadow: 0px -20px 30px -10px rgba(0, 0, 0, 0.1);
		z-index: 6;
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		margin-top: 40px;
		background-color: #ffffff;
		color: #212534;
		box-shadow: none;
		left: 820px;
		margin: 0px;
		right: 0px;
		bottom: -20px;
		border-top: 1px solid #ebedf9;
		border-radius: 0px;
		margin-top: 30px;
		border-radius: 0px 0px 0px 0px;
		position: fixed;
		background-color: #ffffff;
		/* border: 1px solid #d3b5dd; */
		/* box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); */
		color: #212534;
		margin: 20px;
		margin-right:0px;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
		border-radius: 0px;
		box-shadow: none;
	}

#quick_answers {
    display: none;
    position: fixed;
    bottom: 120px;
    right: 250px;
    width: auto;
    height: auto;
    left: 840px;
    padding: 20px;
    z-index: 5;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -5px 5px -3px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ebedf9;
    border-radius: 0px 0px 0px 0px;
}
	.quick_answer
	{
		padding:7px;
		background-color:#f5f7ff;
		border-radius: 5px;
		margin-bottom:1px;
	}

	.quick_answer:hover
	{
		background-color:#eadceb;
		cursor:pointer;
	}

#sort_order
{
	color:#212534; 
	cursor:pointer; 
	position:absolute; 
	right:20px; 
	top:31px;
}

#sort_order:hover
{
	color:#212534;
}

#conversation_message 
{
    font-family: var(--fontfamily);
    font-size: var(--fontsize);
    color: #212534;
    resize: none;
    background-color: #f3ecf5;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 0px;
    border-radius: 10px;
    border: 0px solid #eeeeee;
    /* box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.2); */
    width: 100%;
    height: 36px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
	#conversation_message.message_type_internal
	{
		background-color:#faf1cb;
	}

	#conversation_message.message_type_already_edited
	{
		background-color: #f5f7f9;
    	color: #309fab;
	}

.replied_on {
    height: 30px;
    width: 25px;
    overflow-y: auto;
    padding: 6px;
    margin-top: 15px;
    cursor: pointer;
	border-radius: 30px;
    background-color: #eadceb;
	color: var(--basecolor5);
}

	.replied_on .mail_link_button
	{
		background-color: rgb(44 14 55);
		color: #ffffff !important;
		padding: 0px 1px;
	}

	.replied_on i
	{
		color: var(--basecolor);
	}

.replied_on/*:hover*/
{
	width:100%;
	height:300px;
	padding: 20px;
	
	background-color: #eadceb;
	border-radius: 10px;
	margin-bottom:20px;
}

	/*.replied_on:hover i
	{
		display: none;
	}*/

#label_popup
{
    padding: 0px 20px 20px 20px;
    right: 0px;
    top: 0px;
	bottom:0px;
    position: fixed;
    z-index: 20;
    width: 249px;
    height: auto;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 0px 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 20px 10px 20px 0px;
    opacity: 1;
    display: none;
}

.labelform:hover
{
	background-color:#f5f7ff;
}

.labelform.active
{
	background-color:#dce0f8;
}

.conversation_summary
{
	max-height:65px;
	max-height:100%;
	overflow:auto;
	
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.conversation_summary:hover
{
	max-height:100%;
}

.framework_frame_left {
    left: 271px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0px 0px 0px 0px;
    /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); */
    top: 41px;
    z-index: 3;
    position: fixed;
    width: 238px;
    padding: 20px;
    padding-left: 30px;
    background-color: #ffffff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-right: 1px solid #e6e8f2;
}

	.framework_frame_left input
	{
		background-color:#eaecfa; 
		border-radius:40px; 
		width:100%; 
		padding:10px; 
		padding-left:40px; 
		border:0px;
		/*box-shadow: inset 0px 0px 2px 0px rgba(0,0,0,0.1);*/
	}

	.framework_frame_left i.fa-search
	{
		opacity:0.5; float:left; margin-top:-25px; margin-left:16px;
	}

	.framework_frame_left i.fa-calendar-alt
	{
		opacity:0.5; float:left; margin-top:-25px; margin-left:16px;
	}


	.framework_frame_left_menu
	{
		display: block;
		list-style: none;
		padding:0px;
		margin:0px;
		width:200px;
		margin-left:-10px;
	}

	.framework_frame_left_menu li
	{
		padding:7px 0px;
		display: block;
		width:100%;
		padding-left:10px;
		padding-right:0px;
		border-radius: 20px;
		cursor:pointer;
	}

	.framework_frame_left_menu li:hover
	{
		background-color:#dce0f8;
		color:#212534;
	}

	.framework_frame_left_menu li.active
	{
		background-color:#393f55; /*#625d7b;*/
		color:#ffffff;
	}

		.framework_frame_left_menu li.active::after
		{
			content: 'x';
			display: block;
			position:absolute;
			margin-left:167px;
			margin-top:-17px;
			width:12px;
			height:12px;
			font-weight:bold;
			font-size:12px;
			color:#ffffff;
			background-color:rgba(255,255,255,0.2);
			border-radius: 20px;
			padding:3px;
			padding-top:1px;
			padding-bottom:5px;
			text-align: center;
		}

	.framework_frame_left li i {
		margin-left: 0px;
		margin-right: 7px;
		width: 20px;
		text-align: center;
	}


.framework_frame_right
{
	margin-left:220px;
	overflow-y: auto;
	overflow-x: hidden;
}

.panel_right
{
	padding:0px 20px 220px 20px; 
	position:fixed; right:0px; top:0px; 
	bottom:0px; overflow:auto; 
	width:350px; 
	top:40px;
	border-left:1px solid #edf0f5; 
	border-top: 1px solid #edf0f5;
	box-shadow: none;	
	color: #000000;
    background-color: #f7f7f7;
	backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
	/*box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}

	body.chat_open .panel_right
	{
		right:350px;
	}

	.panel_right .submit
	{
		width:auto;
		border-radius:50px;
		background:#000000 !important;
	}

	.panel_right:hover .submit
	{
		width:auto;
	}

	.panel_right:hover
	{
		/*width:50%;*/
		z-index:3;
		/*box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);	
		border-radius: 20px 0px 0px 20px;*/
	}

	.panel_right p.info
	{
		background-color: #faf1cb !important;
		color: #212534 !important;
	}

body.message .framework_main,
body.message .framework_frame_left,
body.message .framework_bar_left,
body.message .framework_menu_left,
body.message .conversations_inbox_left_search,
body.message .conversations_inbox_left,
body.message div.popup
{
	top:30px!important;
}
body.message div.popup.conversation
{
	top:70px!important;
}
body.message .menu_icon_ring
{
	top:47px!important;
}
body.message #menu_icon
{
	top:50px!important;
}
body.message .framework_menu_left .title
{
	top:164px!important;
}
body.message .my_profile
{
	bottom: 30px!important;	
}

body.message .conversation_header
{
	top: 30px!important;	
}

body.message .conversation_inbox_header
{
	top: 30px!important;	
}

body.message .xhr_conversation_profile
{
	top: 30px!important;	
}

body.message .xhr_history_line_start
{
	margin-top: -17px;
}

body.message #xhr_history_line
{
	top: 113px;
}

body.message .panel_right
{
	top:30px;	
}

.trial_period_message 
{
    position: fixed;
    top: 18px;
    left: 50%;
    right: auto;
    height: 30px;
    width: 700px;
    border-radius: 20px;
    margin-left: -350px;
    background-color: #faf1cb;
    /* background: linear-gradient(129deg, #56aae3, var(--basecolor)); */
    background-color: #2c0e37;
    padding: 6px 20px;
    /* border-radius: 0px; */
    line-height: 17px;
    margin-bottom: 5px;
    color: #ffffff !important;
    z-index: 999;
    text-align: center;
    font-size: 11px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.trial_period_message:hover
{
	
}




/* creates part of the curve */
.box:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 12px;
	right: -8px;
	height: 20px;
	border-right: 20px solid var(--basecolor1);
	border-left:none;
	border-bottom-left-radius: 16px 14px;
	-webkit-transform: translate(0, -2px);
}

/* creates part of the curved pointy bit */
 .box:not(.internal):after {
	content: "";
	position: absolute;
	z-index: 3;
	top: 12px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: #f9fffd;
	border-top-left-radius: 14px;
	-webkit-transform: translate(30px, -2px);
}

/* creates part of the curve */
.box.user:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 12px;
	left: -8px;
	height: 20px;
	border-left: 20px solid var(--basecolor5);
	border-right:none;
	border-bottom-right-radius: 16px 14px;
	-webkit-transform: translate(0, -2px);
}

/* creates part of the curved pointy bit */
 .box.user:after {
	content: "";
	position: absolute;
	z-index: 3;
	top: 12px;
	left: 4px;
	width: 26px;
	height: 20px;
	background: #ffffff;
	border-top-right-radius: 14px;
	-webkit-transform: translate(-30px, -2px);
}

.box.user.pageview:before
{
	border-left: none;
}

.box.user.automation:before
{
	border-left: none;
}

.box.user.review:before
{
	border-left: 20px solid #e6dbe9;
}

.box.agent:before
{
	border-right: 20px solid #e9e8f6;
}

.box.note:before
{
	border-right: 20px solid #faf1cb;
}

.box.assistant:before
{
	border-right: 20px solid #ffffff;
}

.box.user.endpoint:before
{
	border-left: 20px solid #d8f0ea;
}

.box.internal:before,
.box.internal:after{
	border:none;
}

.box.not_approved 
{
	background:#ffffff !important;
	border:1px dashed #dddddd !important;
	color:#999999;
}

.box.not_approved:before,
.box.not_approved:after
{
	display:none;
}

.box div.button_option
{
	display: inline-block;
	padding: 7px 10px;

	background: #ffffff;
	color: #081245;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);

	border-radius: 10px;
	margin-right:5px;
	cursor:pointer;
	margin-top:10px;
}

.notifications_popup {
    position: fixed;
    width: 400px;
    height: auto;
    left: 50%;
    margin-left: -200px;
    top: 0px;
    background-color: #ffffffbf;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
    padding: 25px 20px 20px 20px;
    z-index: 999;
}

	.notifications_popup .timebar
	{
		position: absolute;
		top:0px;
		left:0px;
		right:0px;
		width:300px;
		height:5px;
		background-color:#000000;
		background: linear-gradient(43deg, #dfc6f5, #b8e5dd) !important;
		border-radius: 0px 0px 0px 0px;
		z-index:1000;
	}

	.notifications_popup h4
	{
		padding:0px;
		margin:0px;
		margin-bottom:5px;
		font-size:14px;
		font-weight:800;
	}

	.notifications_popup p
	{
		padding:0px;
		margin:0px;
		line-height:18px;
	}

	.notifications_popup i
	{
		font-size:14px !important;
	}

.richText-editor a
{
	color: #1e94a0;	
}

#xhr_searchinbox_loading
{
    display: block;
    position: absolute;
    background-color: #ffffff40;
    left: 0px;
    top: 0px;
    width: 219px;
    bottom: 0px;
    z-index: 4;
    background-image: url("../img/loading_green_blue.gif");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

#xhr_conversations_loading
{
	display: block;
	position: absolute;
    background-color: #ffffff40;
    left: 0px;
    top: 0px;
    width: 350px;
    bottom: 0px;
    z-index: 4;
    background-image: url("../img/loading_green_blue.gif");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center center;
	backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/* tabs */

.ui-widget-header {
    border: 0px;
    background: #ffffff00;
    color: #081245;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav {
    margin: 0px 0px 0px 20px;
    padding: 0px;
	margin-bottom:0px;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: #ffffff00;
    border: 1px solid #edf0f5;
    font-weight: normal;
    color: #212534;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #348ece;
    background: #348ece;
	background: linear-gradient(129deg, #1d94a0, #348ece) !important;
    font-weight: normal;
    color: #ffffff;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button
{
	color: #212534;
}

.ui-tabs-tab
{
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.ui-tabs-tab:hover
{
	background-color: #eef0f4;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 1px;
    padding: 2em 2.4em;
    background: none;
    border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.ui-widget-content {
    border: 1px solid #eef0f4;
    background: #ffffff;
    color: #081245;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 0px;
    /*box-shadow: inset 0px -1px 3px rgba(0, 0, 0, 0.1);*/
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    font-weight: var(--fontweight);
}

.ui-tabs-panel h2
{
	margin: 10px 0px 10px 0px;	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor
{
	cursor: text;
    color: #fff;
    font-weight: bold;
}

/* Styling for input borders */
.valid {
	border: 2px solid #71a10a !important;
}

.invalid {
	border: 2px solid #dd0000 !important;
}

.multiselect-dropdown-list-wrapper
{
	left: 201px !important;
}

.multiselect-dropdown-list div:hover
{
	background-color:#e1d5f1;
	border-radius:20px;	
}

.multiselect-dropdown-list div label
{
    margin-top: 2px !important;
    position: absolute !important;	
}

.multiselect-dropdown span.optext, .multiselect-dropdown span.placeholder
{
	padding-left: 10px !important;
}

.range_output {
    display: block;
    position: absolute;
    margin-top: -41px;
    /* margin-left: 10px; */
    background-color: #ffffff;
    color: #081245;
    border: 1px solid #f3f4f7;
    padding: 11px 5px;
    border-radius: 5px;
    max-width: 35px;
    width: 35px;
    height: 38px;
    text-align: center;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 37px; /* Specified height */
  background: #f5f7fa; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
  border: 1px solid #edf0f5;
  padding-left: 33px !important;
  padding-right: 0px !important;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 6px; /* Set a specific slider handle width */
  height: 37px; /* Slider handle height */
  background: #2eae91;/*9363cb;*/
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
}

.slider::-moz-range-thumb {
  width: 6px; /* Set a specific slider handle width */
  height: 37px; /* Slider handle height */
  background: #2eae91;/*9363cb;*/
  cursor: pointer; /* Cursor on hover */
  border-radius: 10px;
}

.xhr_stats.xhr_loading
{
	width:100%;
	height:100%;
	background-image: url("../img/loading_green_blue.gif");
	background-repeat: no-repeat;
	background-position: center center;
	background-size:30px;
	min-height:190px;
	background-color: #f5f7fa;
	border-radius: 10px;
}

@keyframes skeleton {
    0% {
        background-position: -200px 0
    }

    to {
        background-position: calc(200px + 100%) 0
    }
}

.skeleton {
    background-color: var(--gray-75);
    background-image: linear-gradient(90deg, var(--gray-50) 25%, var(--gray-100) 50%, var(--gray-50) 75%);
    background-size: 400% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    animation: skeleton 1.5s infinite linear;
    display: inline-block;
    line-height: 1;
    width: 100%;
}

.richText-editor code
{
	display: inline-block;
    padding: 0px 5px;
    font-size: 13px;
	width:auto;
}


.debug_info
{
	z-index: 10;
    word-break: break-all;
    position: relative;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    opacity: 0.0;
    /* bottom: 30px; */
    /* right: 10px; */
    width: 100%;
    color: #d3b5dd;
    font-size: 10px;

	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.debug_info:hover
{
	opacity: 1.0;
}

.box.assistant .debug_info_box
{
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;

	display: block;
    color: #081245 !important;
    background: #f1f7fa;
    border-radius: 10px;
    padding: 20px;
    margin-top: 10px;	
	font-size: 12px;
	width: calc(100vw - 730px);
}

.box.assistant .debug_info_box_type_2
{
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: block;
    color: #081245 !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background: #feffff;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
    font-size: 12px;
}

.box.assistant .debug_info_box_type_2.show
{
	display:block !important;
}

.box.assistant .debug_info_box pre,
.box.assistant .debug_info_box_type_2 pre
{
	background-color:#f1f7fa;
	padding:0px;
	font-family: "NeueMontreal";
	color:#081245;
	font-size: 12px;
}

.fa-solid, .fas
{
	font-weight:400;	
}

.ui-widget {
    font-family: var(--fontfamily);
    font-size: 1em;
}

@-webkit-keyframes LoginAnimation {
    0%{background-position:2% 0%}
    50%{background-position:99% 100%}
    100%{background-position:2% 0%}
}
@-moz-keyframes LoginAnimation {
    0%{background-position:2% 0%}
    50%{background-position:99% 100%}
    100%{background-position:2% 0%}
}
@keyframes LoginAnimation {
    0%{background-position:2% 0%}
    50%{background-position:99% 100%}
    100%{background-position:2% 0%}
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.module-border-wrap {
    padding: 1rem;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(129deg, #2eae91, #348ece);
    background-size: 300% 300%;
    animation: gradient-animation 2s ease infinite;
    padding: 3px;
    /* padding-bottom: 0px; */
    border-radius: 10px;
}

#ask_linda_question::placeholder
{
	font-style:italic;
	color:#666666;
}

ul.menu div.error {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #DE0003;
    margin-top: -19px;
    margin-left: 12px;
    position: absolute;

    animation: blinkFade 1.5s infinite ease-in-out;
}

ul.menu div.no_error {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #3ba204;
    margin-top: -19px;
    margin-left: 12px;
    position: absolute;
}

ul.menu li.active div.no_error {
	display: none;
}

@keyframes blinkFade {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.multiselect-dropdown
{
	background-color:#eceef7;
	cursor:pointer;
}

.multiselect-dropdown-list
{
	height:auto !important;
	padding-bottom:5px;
}

.multiselect-dropdown-list-wrapper
{
	left:1px;
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
	
	left: 241px !important;
	background: #f5f7fa;
	border-radius: 7px;
	margin-top: 39px;
	border: 1px solid #eef0f4;
}

.multiselect-dropdown span.optext {
	background: linear-gradient(129deg, #59a9e3, #59a9e3);
	padding: 6px 12px;
	color:#ffffff;
	font-size: 12px;
}

.multiselect-dropdown-list div:hover
{
	background: linear-gradient(129deg, #2eae91, #348ece);
	color: #ffffff;
}
.avatar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}

.avatar_float {
	position: absolute;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	border: 2px solid #ffffff;
	transform-origin: center center;
	animation: floatZoom 12s ease-in-out infinite;
	will-change: transform;
	filter: blur(4px);
}

/* Per-avatar variatie */
.avatar_float:nth-child(1) {
	z-index: 6;
	width: 80px !important;
	height: 80px !important;
	top: 15%;
	left: 20%;
	animation-delay: 0s;
	animation-duration: 12s;
}
.avatar_float:nth-child(2) {
	z-index: 5;
	width: 80px !important;
	height: 80px !important;
	top: 35%;
	left: 40%;
	animation-delay: 0s;
	animation-duration: 14s;
}
.avatar_float:nth-child(3) {
	z-index: 4;
	width: 80px !important;
	height: 80px !important;
	top: 50%;
	left: 10%;
	animation-delay: 0s;
	animation-duration: 11s;
}
.avatar_float:nth-child(4) {
	z-index: 3;
	width: 80px !important;
	height: 80px !important;
	top: 75%;
	left: 30%;
	animation-delay: 0s;
	animation-duration: 13s;
}
.avatar_float:nth-child(5) {
	z-index: 2;
	width: 80px !important;
	height: 80px !important;
	top: 20%;
	left: 50%;
	animation-delay: 0s;
	animation-duration: 10s;
}
.avatar_float:nth-child(6) {
	z-index: 1;
	width: 80px !important;
	height: 80px !important;
	top: 60%;
	left: 60%;
	animation-delay: 0s;
	animation-duration: 9s;
}

/* Gecombineerde animatie: zweven + zoomen + vervagen */
@keyframes floatZoom {
	0% {
		transform: translateY(0px) translateX(0px) scale(0.6);
		filter: blur(4px);
		/*opacity: 0.3;*/
	}
	25% {
		transform: translateY(-20px) translateX(10px) scale(0.8);
		filter: blur(2px);
		/*opacity: 0.5;*/
	}
	50% {
		transform: translateY(-25px) translateX(20px) scale(1.0);
		filter: blur(0px);
		/*opacity: 1.0;*/
	}
	75% {
		transform: translateY(-25px) translateX(10px) scale(0.8);
		filter: blur(2px);
		/*opacity: 0.6;*/
	}
	100% {
		transform: translateY(0px) translateX(0px) scale(0.6);
		filter: blur(4px);
		/*opacity: 0.3;*/
	}
}

.admin_empty_conversations
{
	background: #dd0000 !important;
    color: #ffffff !important;
}

.admin_empty_conversations p.info {
    background-color: #ffffff40;
    color: #ffffff !important;
}

.admin_empty_conversations .submit {
	background: #fff;
    color: #dd0000;
}

@keyframes pulseFade {
0% {
	opacity: 0.3;
	transform: scale(0.95);
}
50% {
	opacity: 1;
	transform: scale(1.1);
}
100% {
	opacity: 0.3;
	transform: scale(0.95);
}
}

.pulse-fade {
animation: pulseFade 2s ease-in-out infinite;
}

.debug_icon_container
{
	position: fixed;
	bottom: 55px;
	left: 16px;
	color: #fff000000fff;
	background: transparent;
	box-shadow: none;
	padding: 6px 5px 5px 5px;
	border-radius: 100%;
	width: 25px;
	font-size: 14px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}

	.fa-debug
	{
		font-weight: 300;
	}

	.fa-bug
	{
		font-weight: 300;
	}

.asklinda_icon_container
{
	position: fixed;
	bottom: 85px;
	left: 16px;
	color: #000000;
	background: transparent;
	padding: 6px 5px 5px 5px;
	border-radius: 100%;
	width: 25px;
	font-size: 14px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}

	.fa-comments-alt
	{
		font-weight: 300;
	}

.status_icon_container
{
	position: fixed;
	bottom: 115px;
	left: 16px;
	color: #000000;
	background: transparent;
	padding: 6px 5px 5px 5px;
	border-radius: 100%;
	width: 25px;
	font-size: 14px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}

	.fa-thermometer-half
	{
		font-weight: 300;
	}

.sound_icon_container
{
	position: fixed;
	bottom: 25px;
	left: 16px;
	color: #000000;
	background: transparent;
	padding: 6px 5px 5px 5px;
	border-radius: 100%;
	width: 25px;
	font-size: 14px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}

	.fa-volume-mute
	{
		font-weight: 300;
	}

	.fa-volume-up
	{
		font-weight: 300;
	}

	.logout_button {
		font-size: 11px;
		background-color: #f7f7f7 !important;
		display: inline-block;
		/* width: 100%; */
		border-radius: 10px;
		margin-top: 5px;
		border: 1px solid #e3e2db;
		color: #000000;
		padding: 5px 8px;
		font-weight: 500;
		right: 30px;
		position: fixed;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-kthtml-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}

	.logout_button:hover
	{
		background-color: #000000 !important;
		color: #ffffff !important;
		border: 1px solid #333333;
		cursor: pointer;
	}

/*
body.logout_user .framework_main
{
	background-color: #000000;
	color: #ffffff;
}

body.logout_user .framework_main h1
{
	color: #ffffff;
}

body.logout_user .framework_main p.light
{
	background-color: #2c2c2c;
	color: #ffffff !important;
}*/

div.thin
{
    font-weight: 200;
    margin-top: 5px;
}

.gradient-text {
	background: linear-gradient(129deg, #9363cb, #2eae91, #348ece);
	-webkit-background-clip: text; /* nodig voor Chrome/Safari */
	-webkit-text-fill-color: transparent; /* tekst doorzichtig maken */
	background-clip: text; /* voor Firefox */
	color: transparent;
	width: fit-content;
  }



  .ysa_weight_explainer {
	--bg: #ffffff;
	--card: #ffffff;
	--text: #000000;
	--muted: #6b7280;
	--accent: #9363cb;
	--border: rgba(0,0,0,0.08);

	background: var(--bg);
	color: var(--text);
	padding: 0px;
	border-radius: 12px;

	display: grid;
	grid-template-columns: 1fr 1fr; /* always 2 columns */
	gap: 16px;
}

.ysa_weight_explainer h2 {
	grid-column: 1 / -1;
	margin: 0 0 16px;
	font-size: 16px; /* max 20px */
	font-weight: 600;
}

.ysa_weight_card {
	background: var(--card);
	border: 1px solid var(--border);
	border-radius: 10px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	transition: transform .15s ease, box-shadow .15s ease;
}

.ysa_weight_card:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.ysa_weight_header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.ysa_weight_badge {
	display: inline-grid;
	place-items: center;
	width: 26px;
	height: 26px;
	border-radius: 6px;
	background: rgba(37,99,235,0.1);
	color: var(--accent);
	font-weight: 700;
	border: 1px solid rgba(37,99,235,0.2);
	flex: 0 0 auto;
}

.ysa_weight_card h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.ysa_weight_list {
	margin: 0;
	display: grid;
	grid-template-columns: 80px 1fr;
	gap: 6px 14px;
}

.ysa_weight_list dt {
	color: var(--muted);
	font-weight: 600;
}

.ysa_weight_list dd {
	margin: 0 0 6px 0;
}

.ysa_weight_card code {
	background: rgba(0,0,0,0.04);
	border: 1px solid var(--border);
	padding: 0 .35em;
	border-radius: 4px;
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
	font-size: 0.9em;
	display: inline;
}

.ysa_weight_card em { 
	color: var(--accent); 
	font-style: normal; 
}

/* Responsive: collapse to 1 column on small screens */
@media (max-width: 1468px) {
	.ysa_weight_explainer {
	grid-template-columns: 1fr;
	}
}

/* ---------- Weights explainer styles ---------- */
.ysa_training_frame_explainer{display:grid;gap:20px;margin:20px 0}
.ysa_training_frame_explainer h2{margin:0 0 8px 0}
.ysa_training_frame_card{border:1px solid #e6e6e6;border-radius:14px;padding:16px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.ysa_training_frame_header{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.ysa_training_frame_badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#111;color:#fff;font-weight:700}
.ysa_training_frame_list{margin:0}
.ysa_training_frame_list dt{font-weight:600;margin-top:8px}
.ysa_training_frame_list dd{margin:0 0 6px 0;color:#444}
/*.ysa_training_frame_explainer .ysa_training_frame_card { background: linear-gradient(223deg, #ecf2fa, #e7f5ef) !important; }*/

/* ---------- Training items grid & cards ---------- */
.ysa_training_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:16px;margin:15px 0}
.ysa_training_card{border:1px solid #e6e6e6;border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,0.06); transition:box-shadow 0.15s ease-in-out; z-index: 1; background: #ffffff7d; backdrop-filter: blur(5px);}
.ysa_training_card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.2)}
.ysa_training_header{display:flex;gap:12px;padding:12px 14px;border-bottom:1px solid #f0f0f0;align-items:center}
.ysa_avatar{width:40px;height:40px;border-radius:50px;background-size:cover;background-position:center center;flex:0 0 40px}
.ysa_training_title{font-size:15px;font-weight:600;margin:0; margin-bottom: -10px !important;}
.ysa_training_body{padding:12px 14px;display:flex;flex-direction:column;gap:8px}
.ysa_training_body input[type="text"], .ysa_training_body textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:10px;font:inherit}
.ysa_training_body textarea{min-height:220px;resize:vertical;background-color:#f1faf6;}
.ysa_training_footer{display:flex;gap:8px;justify-content:flex-end;padding:10px 14px;border-top:1px solid #f4f4f4;background:#fafafa}
.ysa_btn{border:1px solid #d0d0d0;background:#fff;border-radius:10px;padding:8px 12px;cursor:pointer;font:inherit; font-size:13px;}
.ysa_btn.save{background:#111;color:#fff;border-color:#111}
.ysa_btn.delete{background:#fff;color:#c5362d;border-color:#e0c9c8}
.ysa_btn:disabled{ 
  /* opacity: .6; */
  cursor: not-allowed;
  background-color: #2eab98;
  color: #fff;
  border: 1px solid #319688;
}

.ysa_btn_animated /* slow blinking button to indicate saving */
{
	/*animation: pulseFade 2s ease-in-out infinite;*/
	background-color: #2eab98;
	background: linear-gradient(129deg, #2eae91, #348ece);
	color: #fff;
	border: 1px solid #319688;
}

.ab-wrap{ position: relative; }

#ab_wires, #ab_wires_flow{
  position: absolute;
  inset: 0;
  z-index: 0;           /* achter de cards */
  pointer-events: none; /* niet klikbaar */
}

.ab-wire{
	stroke: #2eab98;
	stroke-width: 3;
	fill: none;
	opacity: .9;
	/* stroke-dasharray: 6 4;  // optioneel */
  }

.ysa_training_card code {
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid var(--border);
    padding: 0 .35em;
    border-radius: 4px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.9em;
    display: inline;
}

/* Subtle inline feedback */
.ysa_card_status{font-size:12px;color:#666;margin-left:auto;display:flex;align-items:center;gap:6px}
.ysa_card_status .dot{width:8px;height:8px;border-radius:50%;background:#dd0000}
.ysa_card_status.ok .dot{background:#2e7d32}
.ysa_card_status.err .dot{background:#c62828}

/* Responsiveness for narrow screens */
@media (max-width:540px){
  .ysa_training_grid{grid-template-columns:1fr}
}

.experiment_frame
{
	background-image: url(../img/square-grid-patterns.jpg);
    background-size: 350px;
    background-repeat: repeat;
	background-color: rgba(255, 255, 255, 0.3); /* overlay color */
  	background-blend-mode: lighten; /* or multiply, overlay, etc. */
	border: 1px solid #e6e6e6;
	border-radius: 15px;
	padding: 20px;
}

.animated_bg {
    animation: gradientMove 12s ease infinite !important;
    transition: background-position 0.2s !important;
    background: linear-gradient(129deg, #eae1f3, #d5f1eb, #c9ddec, #eae1f3, #d5f1eb, #c9ddec);
    background-size: 300% 100% !important;
}

.pill:hover
{
	height:auto !important;
	background-color: #000000 !important;
	color:#ffffff !important;
}


/* Tooltip system (pure CSS) */
.kpi-help {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    border-radius:50%;
    border:0px solid rgba(0,0,0,0.15);
    color: #ffffff;
    font-size:11px;
    line-height:1;
    margin-left:6px;
    cursor:help;
    position:relative;
    top:-1px;
    background:#6cabae;
  }

  .kpi-help:hover { color: rgba(0,0,0,0.8); border-color: rgba(0,0,0,0.25); }

  .kpi-help[data-tip]:hover:after,
  .kpi-help[data-tip]:focus:after{
    content:attr(data-tip);
    position:absolute;
    left:50%;
    top:24px;
    transform:translateX(-50%);
    width:260px;
    max-width: min(260px, 70vw);
    background:#000000;
    color:#fff;
    padding:10px 12px;
    border-radius:10px;
    box-shadow:0 12px 30px rgba(0,0,0,0.18);
    font-size:12px;
    line-height:1.35;
    z-index:50;
    white-space:normal;
  }

  .kpi-help[data-tip]:hover:before,
  .kpi-help[data-tip]:focus:before{
    content:"";
    position:absolute;
    left:50%;
    top:18px;
    transform:translateX(-50%);
    border:6px solid transparent;
    border-bottom-color:#111827;
    z-index:51;
  }

  /* Optional: subtle inline explanation under the label */
  .kpi-explain {
    margin-top:6px;
    font-size:12px;
    line-height:1.25;
    color: rgba(0,0,0,0.55);
  }


#ysai-kpi-mini
{
	position: fixed;
	z-index: 3;
	left: 60px;
	bottom: 0px;
}

  /* Realtime KPIs box */
  .ysai-kpis {
		margin: 10px 20px 12px 20px;
		font-size: 11px;
		color: rgba(0,0,0,0.55);
		position:fixed;
		bottom:14px;
		width:190px;
	}

	.ysai-kpis .grid{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px 14px;
	}

	.ysai-kpis .kpi .label{
		font-size: 10px;
		letter-spacing: 0.2px;
		color: rgba(0,0,0,0.45);
		margin-bottom: 2px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.ysai-kpis .kpi .value{
		font-size: 16px;
		font-weight: 800;
		line-height: 1.05;
		color: rgba(0,0,0,0.70);
	}

	.ysai-kpis .row{
		display:flex;
		align-items:center;
		justify-content:space-between;
		margin-bottom: 8px;
		font-size: 11px;
		color: rgba(0,0,0,0.55);
	}

	.ysai-live-dot{
		width: 7px; height: 7px; border-radius: 99px;
		background: #6dacae;
		box-shadow: 0 0 0 0 rgba(47,170,153,0.35);
		animation: ysaiPulse 1.6s infinite;
		display:inline-block;
		margin-right: 6px;
	}

	.ysai-waiting-dot
	{
		width: 7px; height: 7px; border-radius: 99px;
		background: #b795d6;
		box-shadow: 0 0 0 0 rgba(221,0,0,0.35);
		animation: ysaiPulse 1.6s infinite;
		display:inline-block;
		margin-right: 6px;
	}

	@keyframes ysaiPulse {
		0%   { box-shadow: 0 0 0 0 rgba(47,170,153,0.35); }
		70%  { box-shadow: 0 0 0 8px rgba(47,170,153,0); }
		100% { box-shadow: 0 0 0 0 rgba(47,170,153,0); }
	}


.conversation_data_block {
	background-color: rgb(255 255 255);
	padding:0px;
	margin:0px;
	border-radius: 20px;
	border: 0.5px solid rgb(232 232 232);
	height: 0px;
	opacity: 0;
	transition: all 0.2s linear;
}

.box:hover .conversation_data_block
{
	display:block;
	opacity: 1;
	height: auto;

	padding: 25px 28px 25px 20px;
	margin: 21px -30px -16px;
}

.connector-debug {
	word-break: normal;
  }
  
  .connector-json {
	margin: 0;
	background: #000;
	color:#fff;
	border: 1px solid #eef0f4;
	border-radius: 10px;
	padding: 18px 20px;
	overflow: auto;
	max-width: 100%;
	max-height: 420px;
	height: auto !important;
	white-space: pre-wrap;   /* behoudt enters + laat lange regels afbreken */
	word-break: normal !important;
	overflow-wrap: anywhere;
  }
  
  .connector-json code {
	display: block;
	background: transparent !important;
	padding: 0 !important;
	border: 0 !important;
	white-space: inherit;
	word-break: inherit;
	overflow-wrap: inherit;
	font-family: Consolas, Monaco, monospace;
	font-size: 14px;
	line-height: 1.5;
	color:#09d8c2;
  }


/* ===== popup.css ===== */
.confirm-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.confirm-modal {
  background: #ffffff;
  border-radius: 12px;
  max-width: 420px;
  width: calc(100% - 2rem);
  padding: 1.5rem 1.5rem 1rem;
  box-shadow: 0 24px 48px rgba(0,0,0,0.2);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Inter", Roboto, sans-serif;
  animation: confirm-fade-in .16s ease-out;
}

.confirm-title {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  text-align: left;
  margin-bottom: .5rem;
}

.confirm-message {
  font-size: .9375rem;
  line-height: 1.4;
  color: #383838;
  text-align: left;
}

.confirm-buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  gap: .75rem;
}

.confirm-btn {
  appearance: none;
  border: 0;
  border-radius: .5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  padding: .6rem .9rem;
  cursor: pointer;
}

.confirm-cancel {
  background: #dddddd;
  color: #000000;
}
.confirm-cancel:hover {
  background: #e5e7eb;
  color:#000000;
}

.confirm-accept {
  background: linear-gradient(129deg, #2eae91, #348ece);
  color: #fff;
}
.confirm-accept:hover {
  background: #0056b3;
  color:#ffffff;
}

@keyframes confirm-fade-in {
  from { opacity: 0; transform: translateY(4px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}

.alert-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.alert-modal {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  text-align: center;
  transform: translateY(0);
  transition: transform 0.3s ease;
  max-width: 300px;
  width: 90%;
}

.alert-title {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 10px;
}

.alert-message {
  font-size: 0.95em;
  margin-bottom: 15px;
}

.alert-buttons {
  display: flex;
  justify-content: center;
}

.alert-btn {
  background: linear-gradient(129deg, #2eae91, #348ece);
  border: none;
  color: white;
  border-radius: 6px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.alert-btn:hover {
  background: #0056b3;
}

.alert-backdrop.slide-down {
  opacity: 0;
}
.alert-backdrop.slide-down .alert-modal {
  transform: translateY(40px);
}

@keyframes alert-fade-in {
  from { opacity: 0; transform: translateY(4px) scale(.98); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}


.prompt-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.3s ease;
}

.prompt-modal {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  text-align: center;
  max-width: 320px;
  width: 90%;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.prompt-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.prompt-message {
  margin-bottom: 12px;
}

.prompt-input {
  width: 100%;
  padding: 8px;
  font-size: 0.95em;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
}

.prompt-buttons {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.prompt-btn {
  flex: 1;
  border: none;
  padding: 8px 0;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  background: #007bff;
  color: white;
  transition: background 0.2s;
}
.prompt-btn:hover {
  background: #0056b3;
}

.prompt-cancel {
  background: #e5e7eb;
  color: #333;
}
.prompt-cancel:hover {
  background: #d1d5db;
}


/* ===== colorscheme_2.css ===== */
/* 1e94a0 */

body
{
	color: #111212;	
}

.framecolumn_content .title
{
	color: #111212;
}

svg
{
	/*filter: drop-shadow(0px 0px 10px rgb(0 0 0 / 0.15));*/
}

h1 i
{
	color:#2eae91;	
}

.framework_menu_left 
{
    background: linear-gradient(129deg, #2c333e, #2a4d78);
	background: linear-gradient(167deg, #2c3747, #31517f, #126787);
	background: #ffffff;
	/*background: linear-gradient(223deg, #d7e5f5, #d5efe2);*/

    background-size: 100% 100%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0504);

	background: #ffffff;
	
    background-size: 100% 100%;

    border-right: 0px solid #04040417;
	border-radius: 0px 20px 0px 0px;

	border-right: 0.5px solid #04040417;
}

.framework_main
{
	border:0px;
	border: 0.5px solid #04040417;
	box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.framework_menu_left .title
{
	color: #132133;
	font-weight: 600;
	left: -173px;

}

.menu_icon_ring 
{
    background: linear-gradient(129deg, #1e94a0, #1e94a0);
	background: linear-gradient(129deg, #1d94a0, #2a65a4);
	background: #348ece;
	background: linear-gradient(129deg, #1d94a0, #348ece);
	background: linear-gradient(129deg, #9363cb, #348ece);
	background: linear-gradient(129deg, #2eae91, #348ece);
    background-size: 100% 100%;
}

.my_profile 
{
    color: #212534;
}

.framework_bar_left 
{
    background: linear-gradient(129deg, #2c3747, #153863);
	background: #f4f7fa00; /*#f5f7fa;*/
    background-size: 100% 100%;
    border-right: 0px solid #eef0f4;
	border-radius: 0px 0px 0px 0px;
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}

body.conversations .framework_bar_left
{
	box-shadow: none;
}

.conversations_inbox_left
{
	background-color: #ffffff00 !important;
}

.conversation_inbox_header
{
	background-color: #ffffff00 !important;
}

.conversations_inbox_left_search
{
	background-color: #ffffff00;
	backdrop-filter: none;
    border-right: 1px solid #1321330a;
	box-shadow: none;
}

.conversations_inbox_left_search input 
{
	border-radius: 50px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #13213322;
    background-color: #ffffff;
}

.framework_bar_left .menu ul li a 
{
    color: #081245;
}

.framework_bar_left .menu ul li i 
{
    color: #132133;
}

.framework_bar_left .menu h2 
{
    color: #132133;
	font-weight:600;
	font-size: 16px;
}

.conversations_inbox_item:hover, .conversations_inbox_item.active 
{
    border-top: 1px solid #eaecf0;
    background-image: none; /*url(../img/chat_icon_opacity.png); */
    background-size: 300px;
    background-position: left 100px bottom -10px;
    background-repeat: no-repeat;
	background: #081245;
    color: #ffffff;
	color: #132133;
	border-radius: 0px;

	background: linear-gradient(223deg, #cde0ed, #d5efe2);
	background: #eaf4f5;
	background-color: rgb(232, 246, 240);
}

.conversations_inbox_item:hover .time, .conversations_inbox_item.active .time
{
	color: #1321339e !important;
}

.conversations_inbox_item.active::before
{
	border:0px;
	height:32px;
	background: linear-gradient(129deg, #2eae91, #348ece);
	width:5px;
	border-radius:3px 0px 0px 3px;
}

.framework_bar_left .menu ul li:hover, .framework_bar_left .menu ul li.active 
{
    color: #ffffff;
    background-color: #1e94a0;
	background: linear-gradient(129deg, #1d94a0, #2a65a4);
	background: #348ece;
	background: linear-gradient(129deg, #1d94a0, #348ece);
	background: linear-gradient(129deg, #9363cb, #348ece);
	background: linear-gradient(129deg, #2eae91, #348ece);
	background: #132133;
	border-radius: 50px;
}

.framework_bar_left .menu ul li:hover
{
	background: linear-gradient(129deg, #2eae91, #348ece);
	background: #80b5a2;
}

.framework_bar_left li:hover a, .framework_bar_left li.active a, .framework_bar_left li:hover i, .framework_bar_left li.active i 
{
    color: #ffffff !important;
    font-weight: 600;
}







.box 
{
	width: calc(75% - 22px);

    color: #212534;
    background: #cbe0ef;
    background-image: none; /* url(../img/chat_icon_opacity.png); */
    background-size: 300px;
    background-position: left 100px bottom -10px;
    background-repeat: no-repeat;
	
	background: linear-gradient(223deg, #cde0ed, #fee6fb);
	background: linear-gradient(225deg, #cde0ed, #e8f6f0);
	background: #e8f6f1;

	/*background: #ffffff;*/
	background-position:center;
	background-size:auto;
	
	/*box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);*/
}

.box.user
{
	margin-left: calc(25% + 20px);
}

.user {
    background: #132133;
}

.box:before {
    border-right: 20px solid #fafafa;
}

.box.user:before {
    border-left: 20px solid #132133;
}

.box.assistant:before
{
	border-right: 20px solid #fafafa;
}

.box:not(.internal):after
{
	background: #ffffff;
}

.box.system
{
	/*background: linear-gradient(225deg, #cde0ed, #f6e8f6);*/
	background: #fafafa;
    border: 0px dashed #13213333;
}

.box.system::after,
.box.system::before
{
	display: none;
}

.xhr_history_line_start::after 
{
    border-top: 8px solid #132133;
}

.xhr_history_line_start 
{
    background-color: #cbe0ef;
	background: #132133;
    border: 1px solid #132133;
    color: #ffffff;
}

#xhr_history_line 
{
    background-color: #dceeec;
}

.xhr_history_line_end
{
	background-color: #cbe0ef;
	background: #132133;
    border: 1px solid #132133;
    color: #ffffff;
}

#conversation_message
{
	background-color: #f5f7fa;
	border-radius: 7px;
}

.framecolumn_content {
    background-color: #f5f7fa;

	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.03) 2px 3px 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}

.white .framecolumn_content {
    background-color: #ffffff;
	padding: 20px 0px;
}

.framework_main.insights .framecolumn_content:not(.color1):not(.color2):not(.color3):not(.color4):not(.color5):not(.color6) {
    background-color: #f5f7fa;

	border-radius: 10px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #1321330d;
    background-color: #ffffff;


	box-shadow: none;
    border: 1px solid #e3e2db8f;
}

.conversations_inbox_left_search_menu li
{
	border-radius: 10px;	
}

.conversations_inbox_left_search_menu li.active {
    background-color: #1e94a0;
	background: #348ece;
	background: linear-gradient(270deg, #1d94a0, #348ece);
	background: linear-gradient(129deg, #9363cb, #348ece);
	background: linear-gradient(129deg, #2eae91, #348ece);
	background: #132133;
    color: #ffffff;
	border-radius: 10px;
}

.conversations_inbox_left_search_menu li:hover {
    background-color: #f7f7f7;
    color: #213753;
}

.page select,
.page textarea,
.page input:not([type='checkbox'])
{
    background-color: #fdfdfd;
    border: 1px solid #edf0f5;
	border-radius: 7px;
}

.page .submit, .submit, .btn
{
	background-color: #1e94a0;
	background: linear-gradient(45deg, #70be01, #43961b);
	background: linear-gradient(129deg, #1d94a0, #2a65a4);
	background: #348ece;
	background: linear-gradient(129deg, #1d94a0, #348ece);
	background: linear-gradient(129deg, #9363cb, #348ece);
	background: linear-gradient(129deg, #2eae91, #348ece);

	background: #80b5a2;
}

.page .submit:hover, .submit:hover, .btn:hover
{
	background-color: #1e94a0;
    background: linear-gradient(129deg, #1d94a0, #2a65a4);
	background: linear-gradient(129deg, #9363cb, #348ece);
	background: linear-gradient(129deg, #2eae91, #348ece);

	background: #132133;
	color:#ffffff;
}

.submit.blackline, .btn.blackline
{
	background: #ffffff;
	border: 1px solid #132133;
	color: #132133;
	font-weight: 600;
}

.page table.table tr td
{
	padding-left:5px;
}

.page table.table tbody tr:hover
{
	background-color: #f2f9f6;
}

.page table.table tbody tr:hover td {
    color: #102838;
    background-color: #f5f4ed;
}

.page table.table tbody tr td
{
	background-color: #ffffff;
	border-radius: 2px;
	padding-left:5px;
}

.page table.table tr td:first-child
{
	padding-left:15px;
}

.page table.table
{
	background-color: #f7f7f7;
    border-radius: 7px;
    padding: 1px;	
}

.page table.table tr td
{
	border-bottom: 1px solid #e3e2db94;
}

input.toggle:checked + label.toggle
{
	background-color: #348ece;
	background: #348ece;
	background: linear-gradient(129deg, #1d94a0, #348ece) !important;
	background: linear-gradient(129deg, #9363cb, #348ece) !important;
	background: linear-gradient(129deg, #2eae91, #348ece) !important;
	background: linear-gradient(129deg, #132133, #132133) !important;
}

p.info {
    background-color: #fff;
    /* background: linear-gradient(180deg, #ffffff, #eef0f6); */
    /* background: #f5f7fa !important; */
    border: 0px solid #e8e0d3;
    color: #6b6b6b !important;
    padding: 0px;
	padding-bottom:20px;
	border-radius: 10px;
}

p.info.green
{
	background: linear-gradient(223deg, #d5efe28a, #d5efe28a) !important;
	color:#132133 !important;
	padding:10px 20px;

	/*background: #ffffff !important;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);*/
}

p.info.purple
{
	background: linear-gradient(223deg, #eae1f387, #eae1f387) !important;
	color:#132133 !important;
	padding:10px 20px;

	/*background: #ffffff !important;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);*/
}

.info.black
{
	background: #132133 !important;
	padding:10px 20px;
}

/*
p.light, div.light, div.green {
    background-color: #d7e6f4;
    color: #081245 !important;
	background-image: url(https://staging.youshouldask.ai/img/ysa_logo_blob_blue.png);
	background-position: calc(100% + 30px) calc(100% - 10px);
	background-repeat: no-repeat;
	background-size:200px;
	padding-right:200px !important;
}*/

p.light, div.light, div.green {
    background-color: #e8f6f0;
    color: #081245 !important;
    /*background-image: url(https://staging.youshouldask.ai/img/floortje_persona.png);*/
    background-position: calc(100% + 0px) calc(100% + 20px);
    background-repeat: no-repeat;
    background-size: 200px;
	padding:10px 20px;
    padding-right: 200px;
	margin-top: 3px;
}

p.darkblue, div.darkblue {
    background-color: #081245;
    color: #ffffff !important;
	background-image: url(https://staging.youshouldask.ai/img/ysa_logo_blob_blue.png);
	background-position: calc(100% + 30px) calc(100% - 10px);
	background-repeat: no-repeat;
	background-size:200px;
	padding-right:200px !important;
}

p.bluegreen, div.bluegreen
{
	color: #ffffff !important;
    background: linear-gradient(129deg, #2eae91, #348ece);

	color: #111212 !important;
    background: linear-gradient(223deg, #d7e5f5, #d5efe2);
}

div.green {
	background-color: #d3eae7;
    color: #314854 !important;
}

div.info.lightgreen,
p.info.lightgreen,
.lightgreen
{
	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.03) 2px 3px 3px 0px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgb(232, 246, 240) !important;
	color:#132133 !important;
	padding:10px 20px !important;
}


p.info.yellow
{
	background: #fef3c7 !important;
    color: #132133 !important;
    margin-bottom: 10px;
    font-weight: normal;
	padding:10px 20px;
}

.redalert
{
	background-color: #f4d7d7 !important;
}

#datetimerange-selection
{
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-kthtml-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#datetimerange-selection:hover
{
	background-color: #ffffff !important;
}



.color1,.color2,.color3,.color4,.color5 {
    background: #132133;
    background-color: #132133;
	color:#ffffff;
	border-radius: 10px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #132133;
    /* background-color: #ffffff;*/
}

.framecolumn_content .smalltitle {
    color: #80b5a2;
	font-weight: bold;
}

.framecolumn_content.color1 .smalltitle,
.framecolumn_content.color2 .smalltitle,
.framecolumn_content.color3 .smalltitle,
.framecolumn_content.color4 .smalltitle,
.framecolumn_content.color5 .smalltitle
{
    color: #ffffff;
}



.color1 .title, .color1 .smalltitle, .color2 .title, .color2 .smalltitle, .color3 .title, .color3 .smalltitle, .color4 .title, .color4 .smalltitle, .color5 .title, .color5 .smalltitle, .color6 .title, .color6 .smalltitle, .color7 .title, .color7 .smalltitle
{
	color: #ffffff;
	font-weight: 600;
}

.color1, .color2, .color3, .color4, .color5 {
    background: #132133;
    background-color: #132133;
    color: #ffffff;
    border-radius: 10px;
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #e7e7e7;
    /* background-color: #ffffff; */
}

.color1 .title, .color1 .smalltitle, .color2 .title, .color2 .smalltitle, .color3 .title, .color3 .smalltitle, .color4 .title, .color4 .smalltitle, .color5 .title, .color5 .smalltitle, .color6 .title, .color6 .smalltitle, .color7 .title, .color7 .smalltitle
{
	color: #ffffff;
	font-weight: 600;
}

.framecolumn_content.color1 .smalltitle,
.framecolumn_content.color2 .smalltitle,
.framecolumn_content.color3 .smalltitle,
.framecolumn_content.color4 .smalltitle,
.framecolumn_content.color5 .smalltitle
{
    color: #ffffff;
}



.page .label
{
	background-color: #348ece;
	font-weight: 400;
}

.page .label, .conversations_inbox_left .label, .conversation .label
{
	background-color: #132133;
    font-weight: 900;
    color: #ffffff;
    border-radius: 50px;
}

/*.agentloop .label {
	background: linear-gradient(129deg, #2eae91, #348ece);
}*/

#deal_thread, #manualmode_thread, #aimode_thread, #conversation_add_message_form .submit
{
	background-color: #348ece !important;
	background: #348ece;
	/*background: linear-gradient(129deg, #1d94a0, #348ece);*/
	background: linear-gradient(129deg, #9363cb, #348ece);
	background: linear-gradient(129deg, #2eae91, #348ece);
	color:#ffffff !important;
}

#conversation_add_message_form .submit
{
	background-color: #132133 !important;
	background: #132133;
	color:#ffffff !important;
	border-radius:50px !important;
	padding:7px 12px !important;
	margin-top:5px;
}

#conversation_message
{
	border-radius:12px;
}

p.light a.button, div.light a.button
{
	/*background: linear-gradient(170deg, #2eae91, #348ece);*/
	text-shadow: none;
}

.trial_period_message 
{
    background-color: #d5e0ed52;
    color: #213753 !important;
}

.debug_info, .debug_info a
{
	color: #213753 !important;
}

.framecolumn_content .display-counter,
.framecolumn_content .display-fixed
{
	font-weight:600;	
}

.submit.grey {
    background: #f2f6fa;
    color: #132133;
}

.color6 {
    background-color: #081245;
    color: #ffffff;
}

.framework_frame_left
{
	background-color: #ffffff00;	
	background: #ffffff00;
	/*background: linear-gradient(223deg, #d7e5f5, #d5efe2);*/
	border-right: 1px solid #eef0f4;
	border-radius: 20px 0px 0px 20px;
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
	background: #f7f7f7;
	left: 270px;
    bottom: 5px;
	top: 40px;
	border-radius: 0px 0px 20px 20px;
}

.conversation_add_message
{
	background-color: #ffffff;
	border-top: 1px solid #eef0f4;
}

.popup.conversation
{
	box-shadow: none;	
	border-left: 1px solid #eef0f4;
}

.xhr_conversation_profile
{
	border-left: 0.5px solid #e3e2db;
    background-color: #f7f7f7;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.05) !important;
}

.page .submit.delete
{
	/*background: #132133;*/
}

code 
{
    border: 0px;
    border: 1px solid #eef0f4;
    background-color: #f2f7fa;
    /* background: linear-gradient(129deg, #2eae91, #348ece); */
    color: #202433;
    border-radius: 7px;
}

.color6 .title {
    color: #ffffff;
	font-weight:bold;
}

.multiselect-dropdown span.optext {
    background: linear-gradient(129deg, #59a9e3, #59a9e3) !important;
	background: linear-gradient(129deg, #1d94a0, #348ece) !important;
	background: linear-gradient(129deg, #9363cb, #348ece) !important;
	background: linear-gradient(129deg, #2eae91, #348ece) !important;
	background: #132133 !important;
	color: #ffffff !important;
	padding: 5px 0.75em !important;
}

.multiselect-dropdown
{
	background-color:#fdfdfd !important;	
}

div.popup_close_button:hover {
    opacity: 1;
    background-color: #59a9e3;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
	background: linear-gradient(129deg, #9363cb, #348ece) !important;
	background: linear-gradient(129deg, #2eae91, #348ece) !important;
}

div.popup.conversation
{
	background: #f9fffd;
	background: #ffffff !important;
}

.xhr_stats.xhr_loading
{
	background-color: #f5f7fa;
}

.insights .xhr_stats.xhr_loading
{
	background-color: #ffffff;
}

.ui-tabs .ui-tabs-nav li
{
	border-radius: 10px !important;
}

.ui-tabs .ui-tabs-nav li.ui-state-active
{
	background: #132133 !important;
	border-radius: 10px;
}

.richText hr
{
	border:0px;
	border-bottom:1px solid #13213355;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}	

.form_response
{
	height: 20px;
    width: 20px;
}

.form_response_waiting
{
	height: 20px;
	width: 20px;
}

.submit_bar .form_response_waiting
{
	height: 35px;
	width: 35px;
}

.submit_bar .form_response
{
	height: 35px;
    width: 35px;
}

.submit_bar .form_response_success
{
	height: 35px;
	width: 35px;
}

/*
body.channel .form_response
{
	height: 18px;
	width: 18px;
}
*/

.submit_bar .form_response_waiting
{
	box-shadow: none;
	border:0px;
}

/* Alleen als de class 'animated' erop zit */
.animated,
.page .submit.animated, 
.submit.animated,
.button.animated,
a.animated,
p.light a.button.animated, div.light a.button.animated
{
	animation: gradientMove 4s ease infinite;
	background-size: 200% 200% !important;
	transition: background-position 0.2s !important;
	background: linear-gradient(129deg, #9363cb, #2eae91, #348ece);

	background: #80b5a2;
}

.animated:hover{
	background: #132133 !important;
	color:#ffffff;
}

#welcome
{
    background-color: var(--rootcolor) !important;
    background-image: none !important;
    color: #000 !important;
    background: linear-gradient(43deg, #dfc6f5, #b8e5dd) !important;
}

.search_form
{
	background: #ffffff59 !important;
	border:0px !important;
	box-shadow: 0px -15px 15px -15px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #f5f5f5 !important;
	border-top: 1px solid #f5f5f5 !important;
	width:240px !important;
	backdrop-filter: blur(5px);;
}

@keyframes gradientMove {
	0% {
	background-position: 0% 50%;
	}
	50% {
	background-position: 100% 50%;
	}
	100% {
	background-position: 0% 50%;
	}
}


@media (max-width: 1520px) {
    .framework_bar_left {
        background: linear-gradient(129deg, #2c3747, #153863);
		background: linear-gradient(167deg, #2c3747, #31517f, #126787);
		background: #f4f7fa !important;
    }
}


/* ===== colorscheme_5.css ===== */
:root {
    --rootcolor2: #ebf3f6;
}

.framework_menu_left
{
    border:0px;
    box-shadow: none;
}

.framework_main
{
    border:0px;
    box-shadow: none;
}

.framework_bar_left
{
    border:0px;
    box-shadow: none;
    left:60px;
    padding-left:0px;
    width:210px;
    top:39px;
    bottom:7px;
    border-radius: 20px 0px 20px 20px !important;
    background-color: #f5f4ed;
    border: 0.5px solid #e3e2db;
    position: fixed;
}

.platform_menu
{
    background-color: #f5f4ed;
}

#welcome
{
    border: 0.5px solid #00000029;
}

.platform_menu
{
    background: #f7f7f7 !important;
    background-color: #f7f7f7 !important;
    position: absolute;
    z-index: 4;
}

    .framework_bar_left:hover .platform_menu
    {
        width:auto;
    }

.ysa_menu .menu_group_header.active,
.ysa_menu .menu_group.open > .menu_group_header
{
    background:none !important;
}

.color1, .color2, .color3, .color4, .color5
{
    background-color: #f7f7f7 !important;
}

p.info.green {
    background: #132133 !important;
    color:#ffffff !important;
}

.top_platform_bar {
    position: fixed;
    top: 0px;
    left: 270px;
    width: auto;
    right: 0px;
    height: 40px;
    background-color: #ffffff;
    border-bottom: 1px solid #e3e2dba3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    z-index: 4;
    box-shadow: none;
}

.page table.table {
    background-color: #f7f7f7;
}


/* ===== mobile.css ===== */
/* only on media screen and (min-width: 1600px) */
@media screen and (max-width: 1720px) {
	.xhr_conversation_profile {
		border-radius: 10px 0px 0px 10px;
		padding-bottom: 20px;
		top: 50%;
		height: 50px;
		bottom: auto;
	}
}

@media (min-width:1720px)  
{
	.xhr_conversation_profile
	{
		right: 0px;
		box-shadow:none;
	}
	
	.conversation_header
	{
		right:250px;
	}
	
	#xhr_conversation 
	{
		right: 250px;
		width: auto;
		left: 0px;
	}
	
	.conversation_add_message
	{
		right:250px;
	}
	
	.xhr_conversation_profile::after
	{
		display:none;
	}

	#xhr_history_line
	{
		left: calc(50% + 290px);
	}


}


@media (max-width:1520px)  
{
	.loading
	{
		left:60px;
	}

	.top_platform_bar .profile_company
	{
		left:235px;
		font-weight:600;
	}

	.top_platform_bar
	{
		left: 121px;
	}

	.conversations_inbox_left_search_menu
	{
		width:180px;
	}
	
	.conversation_inbox_header
	{
		width:240px;
	}
	
	.conversation_header
	{
		left: 620px;
	}

	#ysai-kpi-mini
	{
		opacity: 0;
		transition: opacity 0.5s ease;
	}

	.framework_bar_left:hover ~ #ysai-kpi-mini 
	{
		opacity:1;
		z-index:11;
	}

	.platform_menu
	{
		width:60px;
	}
	
	.framework_bar_left
	{
		width:60px;
		left:60px;
	
		background-size: 400% 400%;
		animation: gradient 15s ease infinite;
		height: auto;
		bottom:5px;		
		top:39px;
		background: var(--basecolor1);
		
		border-right: 0px solid #f5f4ed;
		box-shadow: none;
		border-radius: 0px 20px 0px 0px;
		
		background-color:#f7f7f7 !important;
		padding-left: 0px;

		overflow-x:hidden;
	}
	
	.framework_bar_left:hover
	{
		box-shadow: none;
        border-right: 1px solid #f5f4ed;
        background-color: #f7f7f7 !important;
        z-index: 10;
        padding-left: 1px;
        left: 60px;
	}
	
	.framework_bar_left .menu ul {
		width: 60px;
		margin-left: -10px;
		margin-top:20px;
	}
	
	.framework_bar_left .menu h2
	{
		color:transparent;
		margin-left:2px;
	}

		.framework_bar_left .menu ul h2
		{
			margin-left:14px;
			margin-top: 10px;
        	margin-bottom: 5px;
		}

		.framework_bar_left .menu h2::first-letter
		{
			color: #253852;
		}

	.framework_bar_left:hover .menu h2
	{
		color: #253852;
	}

	.framework_bar_left:hover .menu ul h2
	{
		margin-left:10px;
	}
	
	ul.menu li a
	{
		display:none;
	}
	
	.framework_bar_left .menu ul li i {
		margin-right: 0px;
		width: 23px;
		text-align: center;
		margin-left: 7px;
	}
	
	.framework_bar_left .menu ul li:hover, .framework_bar_left .menu ul li.active
	{
		padding: 9px 7px 9px 0px;
		text-align: center;
		width: auto;
		border-radius: 50px;
	}
	
	.framework_bar_left .menu ul li
	{
		width:auto;
	}
	
	.framework_bar_left .menu ul li a
	{
		
	}
	
	.framework_bar_left .menu ul li, .framework_bar_left .menu ul li:hover, .framework_bar_left .menu ul li.active
	{		
		-webkit-transition: all 0s linear!important;
		-o-transition: all 0s linear!important;
		-moz-transition: all 0s linear!important;
		-ms-transition: all 0s linear!important;
		-kthtml-transition: all 0s linear!important;
		transition: all 0s linear!important;
	}
	
	.framework_bar_left .menu ul li:hover, .framework_bar_left .menu ul li.active
	{
		background: #000000;
	}
	
	.my_profile
	{
		left: 45px;
		width:90px;
		backdrop-filter: none;
    	-webkit-backdrop-filter: none;
	}
	
	.my_profile .profile_avatar
	{
		width: 35px;
    	height: 35px;
		margin-left:6px;
	}
	
	.my_profile .profile_company,
	.my_profile .profile_title,
	.my_profile .profile_email
	{
		display: none;
	}
	
	.my_profile a
	{
		margin-left:1px;
		padding: 4px 4px;
		border:0px;
	}
	
	.framework_main
	{
		left:120px;
	}
	
	.conversations_inbox_left
	{
		left: 320px;
		width:300px;
	}
	
	.conversations_inbox_left_search
	{
		left: 120px;
		width:200px;
	}
	
	.framework_frame_left
	{
		left: 120px;
		width:240px;
		padding-left:20px;
	}
	
	div.popup.conversation
	{
		left: 624px;
	}
	
	.conversation_add_message
	{
		left:600px;
	}
	
	.framework_bar_left:hover
	{
		width: 230px;
        background-color: #f5f7fa;
	}
	
	.framework_bar_left:hover ul.menu li a
	{
		display:inline-block;
		width: auto;
	}
	
	.framework_bar_left:hover .menu ul
	{
		width: auto;
	}
	
	.framework_bar_left .menu ul li a
	{
		margin-left:10px;
		margin-right: 10px;
	}
	
	.framework_bar_left:hover .my_profile
	{
		left: 45px;
		width:210px;
	}
	
	.framework_bar_left:hover .my_profile .profile_avatar
	{
		width: 55px;
    	height: 55px;
		margin-left:6px;
	}
	
	.framework_bar_left:hover .my_profile .profile_company,
	.framework_bar_left:hover .my_profile .profile_title,
	.framework_bar_left:hover .my_profile .profile_email
	{
		display: block;
		margin-left:10px;
	}
	
	.framework_bar_left:hover .my_profile a
	{
		margin-left:10px;
	}
	
	.submit_bar
	{
		left:120px;
		padding-left:30px;
		padding-right:30px;
	}
	
	#xhr_history_line
	{
		left: calc(50% + 305px);
	}
	
	#xhr_searchinbox_loading
	{
		width: 199px;
	}
	
	.search_form
	{
		left:120px !important;	
		width:199px !important;
	}
	
	#scroll_to_top_refresh
	{
		width: 280px !important;
	}
}



@media (max-width:1220px)  
{
	.conversations_inbox_item
	{
		padding: 20px 10px 10px 18px;
	}
	
	.conversations_inbox_item .icon
	{
		margin-left:-7px;
		margin-top:4px;
		width:10px;
		height:10px;
		font-size:0px;
	}
	
	.conversations_inbox_item .content {
		width: 100%;
		margin-left: 10px;
		padding-right: 10px;
	}
	
	.conversations_inbox_item .content .text {
		max-height:40px;
		margin-bottom:5px;
	}
	
	.conversations_inbox_left {
        left: 320px;
        width: 240px!important;
    }
	
	    div.popup.conversation {
        	left: 564px !important;
	}
	
	.xhr_conversation_profile
	{
	
	}
	
	.conversation_header
	{
		left: 560px;	
	}
	
	.conversation_add_message
	{
		left: 540px;

	}
	
	#xhr_conversation 
	{
		
	}
	
	#xhr_history_line
	{
		left: calc(50% + 274px);
	}
	
	.xhr_history_line_start
	{
		margin-left: calc(50% - 86px);
	}
	
	.xhr_history_line_end
	{
		margin-left: calc(50% - 86px);
	}
	
	.manualmode_thread
	{
		
	}
	
	#manualmode_thread, #aimode_thread
	{
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	}
	
	.conversations_inbox_item i
	{
		margin-left:-9px !important;
		font-size:12px!important;
		display:none;
	}
	
	.fa-dot-circle
	{
		display: none;	
	}
	
	.time 
	{
		margin-left:0px;
		margin-top:-3px !important;
		margin-bottom:0px !important;
	}
	
	.time i
	{
		display:none;
	}
	
	.loading{
		left:120px;
	}

	.conversation_text::after
	{
		margin-top: -75px;
	}
}



@media (max-width:1120px)  
{	
	#quick_answers
	{
		right:20px;
	}

	#scroll_to_top_refresh
	{
		width: 280px !important;
	}

	.conversation_header
	{
		left: 560px;	
	}
	
	.conversation_add_message
	{
		left: 540px;
	}
	
	#xhr_conversation
	{
		margin-right: 0px !important;
		padding-right: 20px !important;
		padding-left: 20px !important;
		right:0px !important;
		left:0px !important;
	}
	
	#xhr_history_line
	{
		left: calc(50% + 278px);
	}
	
	.xhr_history_line_start
	{
		margin-left: calc(50% - 86px);
	}
	
	.xhr_history_line_end
	{
		margin-left: calc(50% - 86px);
	}
	
	#scroll_to_top_refresh
	{
		width: 280px !important;
	}
}
	

@media (max-width:960px)  
{
	body
	{
		background-color: #ffffff;	
	}
	
	body{
		-webkit-text-size-adjust: 100%;
	  }
	
	.logo
	{
		top:15px;
		width:40px;
		height:40px;
		z-index:5;
		display: none;
		right:20px;
	}
	
	.menu_icon_ring
	{
		display:none;	
	}
	
	.manualmode_thread
	{
		right: 15px !important;
        top: -15px !important;
	}
	
	.trial_period_message
	{
		display: none;	
	}
	
	.loading
	{
		background-color: rgba(255,255,255,0.7);
		backdrop-filter: blur(10px);
    	-webkit-backdrop-filter: blur(10px);
		z-index:4;
		border-radius:20px 20px 0px 0px;
		left:0px;
	}
	
	div.popup_close_button {
	  position: fixed;
	  right: 25px;
	  top: 54px;
	  width: 35px;
	  height: 35px;
	  opacity: 1;
		z-index:100000;
	  cursor: pointer;
		background-color: #213753;
		border-radius: 100px;
		
		/*top:auto;
		position: fixed;
		z-index:50;
		bottom:20px;
		right:50%;
		margin-right:-17px;*/
	}
	div.popup_close_button:hover {
	  opacity: 1;
		background-color: #d52971;
	}
	div.popup_close_button:before, div.popup_close_button:after {
	  position: absolute;
	  left: 16px;
	  top:8px;
	  content: ' ';
	  height: 19px;
	  width: 3px;
	  background-color: #fff;
		border-radius: 5px;
	}
	div.popup_close_button:before {
	  transform: rotate(45deg);
	}
	div.popup_close_button:after {
	  transform: rotate(-45deg);
	}
	
	.back
	{
		position: fixed;
		left:0px;
		right:0px;
		top:0px;
		bottom:0px;
		width:auto;
		height:auto;
		background: #ffffff;
		border-radius: 0px 0px 0px 0px;
		z-index:0;
	}
	
		.back::after
		{
			content:'';
			position: fixed;
			left:0px;
			right:0px;
			top:60px;
			bottom:0px;
			width:auto;
			height:auto;
			background: #ffffff;
			border-radius: 0px 0px 0px 0px;
			z-index:0;
		}
	
	.logout
	{
		display:block !important;
	}
		
	.mobile_hide
	{
		/* display:none;	*/
	}
	
	.hide_for_mobile
	{
		display:none !important;
	}
	
	div.popup,
	div.popup.conversation
	{
		width:auto !important;
		height: auto;
		left:0px !important;
		margin-left: 0px !important;
		right:0px !important;
		top:50px !important;
		border-radius: 20px 20px 0px 0px!important;
		margin-top: 0px;
		background-color:#ffffff;
		box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.2);
		padding-right:20px!important;
		padding-left:20px!important;
		bottom:0px;
		z-index:15;
		border:1px solid #dddddd;
	}
	
	#xhr_history_line 
	{
		display:none;
	}
	
	#xhr_conversation
	{
		width: auto !important;
		margin-right: 0px !important;
		padding-right: 0px !important;
		margin-left: 20px !important;
		padding-top: 80px;
	}
	div.popup.conversation .popup_close_button
	{
		display:block;
	}
	
	div.popup.conversation
	{
		top:39px !important;
		background-color:#f5f7fa;
	}
	
	#menu_icon
    {
		display: block;
		top:auto !important;
		left:50%;
		margin-left:-12px;
        bottom:27px!important;
        right:auto;
		background-image: url("../img/hamburger.png");
		width:25px;
		height:25px;
		position:fixed;
	}
	
	body.message #menu_icon
	{
		top:auto !important;
	}
	
	.conversations_inbox_left
	{
		left:0px;
		right:0px;
		margin:0px;
		width:auto;
		border:0px;
		padding-top:15px;
		padding-bottom:200px;
		border-radius: 20px 20px 0px 0px;
	}
	
	.conversations_inbox_left_search
	{
		left:0px;
		right:0px;
		width:auto;
		z-index:3;
		border-radius:20px 20px 0px 0px;
		padding-top:18px;
		padding-bottom:65px;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
		padding-right:20px;
		
		display:none;
	}
	
	.conversations_inbox_item
	{
		width:auto;	
		margin-left:-20px;
		margin-right:-20px;
		height:auto;
		border-radius:0px !important;
	}
	
	.conversations_inbox_item .content
	{
		width:auto;
		height:auto;
		overflow-y: hidden;
		padding-right: 0px;
		margin-left:20px;
	}
	
	.conversations_inbox_item .text
	{
		width:auto;
		overflow-y: hidden;
		padding-right: 20px;
		height:auto;
	}
	
	.conversations_inbox_item i.channel
	{
		margin-left:-5px !important;
	}
	
	.framework_bar_left
	{
		display:none;
		right:0px;
		left:auto;
		padding-top:0px !important;
		text-align: right;
		border-radius: 0px;
		z-index:5;
		overflow-y: auto;
		background: #f2f6fa;
		left: auto !important;
		right: 0px !important;
		width: 50% !important;
		top: 40px;
		overflow-y: auto;
		bottom: 10px;
		border-top: 0px solid #00000022;
		padding-left:10px;
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    	background-color: #ffffff !important;
	}
	
	.framework_bar_left .avatar_more
	{
		text-align: right;
	}
	
	.framework_bar_left .menu ul li {
    	padding: 8px 0px 8px 0px;
		width: 100%;
	}
	
	.framework_menu_left {
        height: 70px;
        width: auto;
        background-color: transparent !important;
        background: #ffffff !important;
        border-radius: 0px;
        box-shadow: none;
        right: 0px;
        left: 0px;
        bottom: 0px;
        top: auto;
        z-index: 6;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
		  will-change: transform; /* 👈 helps Safari recalc position */
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }
	
		.framework_menu_left .title
		{
			/*display:none;*/
		}
	
	.framework_bar_left div.menu
	{
		bottom:0px;
		right:5px;
		padding-bottom:100px;
		overflow-y: hidden;
		padding: 20px 20px 20px 0px;
        margin-left: -10px;
	}
	
		.framework_bar_left .menu ul
		{
			width:auto;
		}

		.framework_bar_left ul li a
		{
			display: inline-block;
			width:auto;
		}

		.framework_bar_left .menu h2
		{
			opacity: 1;
			margin-right: 10px;
		}
	
		.framework_bar_left .menu ul li:hover,
		.framework_bar_left .menu ul li.active
		{
			/*background-color: #718394;*/
			border-radius: 50px;
			padding-left:20px;
			padding-right:10px;
			color:#000000;
			width: 200px;
		}

		.framework_bar_left li:hover a,
		.framework_bar_left li.active a,
		.framework_bar_left li:hover i,
		.framework_bar_left li.active i
		{
			color: #ffffff !important;
			font-weight: 400;
		}

	
	.framework_main
	{
		left:0px;	
		right:0px;
		margin-top:40px;
		padding-top:25px;
		padding-left:30px;
	}
	
		.framework_main h1
		{
			font-size: 14px;
			position:fixed;
			background-color: #ffffff;
			color:#000000;
			box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.15) !important;
			left:0px;
			right:0px;
			top:40px;
			margin-top:0px;
			padding-top:15px;
			padding-left:20px;
			height:47px;
			z-index:2;
			border-radius: 0px 0px 0px 0px;
			backdrop-filter: blur(10px);
        	-webkit-backdrop-filter: blur(10px);
			width:100%;
		}
	
	#chat_content div.avatar_very_small
	{
		position:fixed;
		right:20px;
		left:auto;
		margin:0px;
		top:26px;
		z-index:3;
	}
	
	#chat_content div.details
	{
		position: relative;
		right: auto;
		margin-bottom:20px;
	}
	
	.box.user div.details p,
	.box.user div.details h3
	{
		color:#dddddd !important;
	}
	
	.box
	{
		margin-left: 0px;
    	margin-right: 40px;	
		/*border:1px solid #dddddd;*/
	}
	
	.box.user
	{
		margin-left: 40%;
    	margin-right: 0px;	
	}
	
	.box.email, .box.user, .box.assistant, .box.init
	{
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 15px;
		border-radius: 15px;
		width: auto;
	}
	
		.box.user .icon
		{
			margin-left: 0px !important;
			right:15px;
    		margin-top: -20px;
			width:30px!important;
			height:30px!important;
			padding-top:7px;
			
			display: none;
		}

		.box.assistant .icon
		{
			margin-left: 0px !important;
			left:-60px !important;
    		margin-top: -30px !important;
			width:30px!important;
			height:30px!important;
			
			display: none;
		}
	
		.box .avatar_very_small
		{
			margin-left: 0px !important;
			/*left:-60px !important;*/
    		margin-top: -20px !important;
			right:45px !important;
			width:30px!important;
			height:30px!important;
			
			display: none;
		}
	
	/*
	.box .time {
		color: #414553;
		font-size: 10px;
		bottom: -30px;
		right: 20px;
		width: auto;
		position: absolute;
		text-align: right;
		line-height: 12px;
		opacity: 1;
		z-index: 1;
		
		display:none;
	}*/
	
	.box.assistant .time, .box.init .time {
		color: #414553;
	}
	
	.prompt_suggestions
	{
		margin-left:-20px;
		margin-right:-20px;
		margin-top:40px;
	}
	
	table.config_table
	{
		width:100%;
	}
	
	table.config_table tr td
	{
		display: table;
		width:100% !important;
	}
	
	table.config_table tr td:first-child
	{
		padding-top:10px;
	}
	
	table.config_table tr td:first-child label
	{
		margin-top:20px;
		font-weight:600;
	}
	
	table.config_table tr td input,
	table.config_table tr td select
	{
		width:100%;
	}
	
	.framecolumn 
    {
        width: 100% !important;
        display: block !important;
    }
	
	.framecolumn_content.dark
	{
		background-image:none;	
		margin-top:0px;
	}
    
    .framecolumn_content
    {
        margin-left:0px;
        margin-right:0px;
        border-radius: 10px;
        margin-bottom:0px;
        box-shadow: 0px 10px 20px rgba(0,0,0,0.0) !important;
        text-align: left;
        padding: 20px 20px;
		min-height: auto;
		margin-top:3px;
    }
	
    
        .framecolumn_content .title
        {
            line-height: 12px;
        }
	
		.smalltitle
		{
			margin-bottom:10px !important;
		}
	
	.my_profile
	{
		display: none;	
	}
	
	label
	{
		margin-bottom: 7px !important;
		display: block;
	}
	
	.submit_bar
	{
		left:0px !important;
		right:0px !important;
		margin:0px !important;
		padding-right:90px;
		bottom:70px;
		border-radius:0px 0px 0px 0px;
		background-color: #ffffff;
	}
	
	.conversation_add_message
	{
		margin-left: 0px;
		margin-right: 0px;
		width: auto;
		position: fixed;
		bottom: 0px;
		left: 0px;
		margin: 0px;
		border: 0px;
		right: 0px;
		background: #ffffff;
		border-radius: 20px 20px 0px 0px;
		z-index: 10;
		
		border:0px;
		height:auto;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
		
		/*display:none;*/
	}
	
	.debug_info
	{
		/*display:none;*/
	}
	
	.xhr_history_line_end,
	.xhr_history_line_start
	{
		display:none;
	}
	
	.conversation_inbox_header
	{
		width:auto;
		right:0px;
		left:0px;
		padding-left:25px;
		margin-left: 0px;
		border-radius:20px 20px 0px 0px;
		background-color:#ffffffcc;
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
		backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
	}
	
	.conversations_inbox_left
	{
		width:100% !important;	
		padding-top:14px;
	}
	
	.framework_main
	{
		padding-left: 20px !important;
        padding-right: 20px;	
		padding-bottom:200px;
		background-position: center calc(100% - 100px);
		border-radius:0px !important;
		border:0px;
	}
	
	.framework_main.insights
	{
		background-color: #ffffff;
	}
	
	.page h2
	{
		padding-left:0px;	
	}
	
	.framework_main p.light
	{
		border-radius:20px;
	}
	
	.framework_frame_left
	{
		left:-240px;
		opacity: 1;
        background-color: #ffffff;
		margin-top: 0px;
		top:0px;
		box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
		
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-kthtml-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	html.menu_visible .framework_frame_left 
	{
        left: 0px;
        top: 40px;
        bottom: 65px;
        margin-top: 0px;
        z-index: 5;
        opacity: 1;
        background-color: #ffffff;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: 0px;
        border-radius: 0px 0px 0px 0px;
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
        width: 50vw;
		padding-left:25px;
		border-top: 1px solid #00000022;
    }

	
	.conversations_inbox_item .content .text {
		max-height:auto;
	}
	
	.conversation_header
	{
		padding-left: 30px;	
		top:0px;
		left:0px;
		right:0px;
		margin-top:0px;
		border-radius:0px 0px 0px 0px;
		background-color: #ffffff;
		overflow: hidden;

		display:none;
	}
	
	#deal_thread, #manualmode_thread, #aimode_thread, #conversation_add_message_form .submit
	{
		/*display:none;	*/
		margin-top:-40px;
		margin-bottom:40px;
	}
	
	#scroll_to_top_refresh
	{
		width: 100% !important;
	}
	
	body{
		font-size:14px;
		font-weight:400;
	}
	
	.panel_right
	{
		display:none !important;
	}
	
	.page_form
	{
		margin-right:0px !important;
	}
	
	.light, .green, .info
	{
		padding-right:20px !important;
		background-position: 190% 90%;
		border-radius:7px !important;
		background-image: none;
	}

	.avatar-wrapper
	{
		opacity:0.2;
	}
	
	.page select, .page textarea, .page input:not([type='checkbox'])
	{
		border-radius:7px;
	}
	
	body.message .framework_main, body.message .framework_frame_left, body.message .framework_bar_left, body.message .framework_menu_left, body.message .conversations_inbox_left_search, body.message .conversations_inbox_left, body.message div.popup
	{
		top:auto !important;	
	}
	
	#conversation_message
	{
		margin-bottom:20px;	
	}
	
	body.message .conversations_inbox_left, body.message .conversation_inbox_header
	{
		top:0px !important;
	}
	
	div[id^="time-range"] 
	{
        width: auto !important;
        margin-left: 8px !important;
        margin-right: 15px !important;
    }

	table {
	  display: block; /* Maakt de tabel een block-element */
	  width: 100%; /* Laat de tabel de volle breedte van het scherm gebruiken */
	  overflow-x: auto; /* Maakt horizontaal scrollen mogelijk */
	  -webkit-overflow-scrolling: touch; /* Voor soepel scrollen op iOS */
	  border-collapse: collapse; /* Voor nette randen */
	}
	
	table.config_table
	{
		display:table !important;
		border:0px;
		box-shadow:none;
	}
	
	.submit_bar table
	{
		width: auto;
	}
	
	.page .submit_bar .submit
	{
		margin-top: 0px;
		margin-bottom:5px;
	}
	
	.page .submit_bar .submit.delete
	{
		position: absolute;
        bottom: 10px;
        right: 80px;
	}

	thead, tbody {
	  /*display: table;*/ /* Zorgt ervoor dat de inhoud correct wordt weergegeven */
	  width: 100%;
	}

	th, td {
	  white-space: nowrap; /* Voorkomt dat tekst wordt afgebroken */
	}
	
	#xhr_searchinbox_loading
	{
		left: 0px;
		top: 90px;
		width: auto;
		right:0px;
		bottom: 0px;
		z-index: 4;
		margin:0px;
		position: fixed;
	}

	#xhr_conversations_loading
	{
		left: 0px;
		top: 10px;
		width: auto;
		right:0px;
		bottom: 0px;
		margin:0px;
		position: fixed;
	}
	
	#time_selection_form
	{
		right:10px !important;
		top:30px !important;
		margin-top:14px !important;
		z-index:50 !important;
		position: fixed !important;
		
		display:none;
	}

	.logout_button
	{
		margin-top: -2px;
		right:15px;
	}

	#platform_review_question
	{
		display:none !important;
	}
	
	.sound_icon_container
	{
		display:none;
	}

	.notifications_popup {
		width: auto;
		height: auto;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}

	.ysa_training_card
	{
		width: 100% !important;
	}
	
	.top_platform_bar {
		left:0px;
	}

	#welcome
	{
		border-radius: 10px !important;
	}

	#welcome_main
	{
		padding-right: 0px !important;
		border-radius: 10px !important;
	}

	.top_platform_bar .profile_company
	{
		/*left:20px;*/
	}

	.top_platform_bar .profile_title
	{
		display:none !important;
	}

	.top_platform_bar .profile_avatar
	{
		margin-right:65px !important;
	}

	body.conversations div.popup.conversation .popup_close_button {
		display: block;
	}

	.framework_bar_left .menu ul li:hover, .framework_bar_left .menu ul li.active
	{
		width:auto;
		display: inline-block;
	}
	
	.top_platform_bar .profile_company
	{
		left:10px;
		position:fixed;
		border-radius:50px;
		background:#000000;
		top:7px;
		color:#ffffff;
	}
}

@media (max-height:600px)  
{
	.my_profile
	{
		display: none;	
	}
}


/* ===== colorscheme_4.css ===== */
:root {
    --rootcolor: #8db2b5; /* #db2b63 #9c76a8 */
    --rootcolor2: #f7f7f7; /*#bfdfe2; */ /* ebf3f6 */
    --rootcolor_opacity: #f7f7f7; /*ecedf6;*/
    --rootcolor_label: #132133;
    --rootcolor_title: #405658;
}

body {
    color: #132133;
    background-color: #fff;
}

.framework_bar_left
{
    background: #f7f7f7;
    background-color: #f7f7f7;
    backdrop-filter: none;
}

.platform_menu
{
    background: #fff;
    background-color: #fff;
}

.ui-tabs-anchor a, .conversations_inbox_left_search_menu li a
{
    font-weight: inherit;
}

.conversations_inbox_left_search_menu li
{
    font-weight: 500;
    color: #6c6c6c;
}

.conversations_inbox_left_search_menu li.active {
    background: #132133;
    font-weight: 600 !important;
    color: #ffffff;
    /* border: 1px solid #ddd; */
    margin-left: -10px;
    width: calc(100% + 20px);
}

.framework_bar_left .menu ul li:hover, .framework_bar_left .menu ul li.active
{
    background:#132133;
}

.page .submit, .submit, .btn
{
    background: #132133; /*var(--rootcolor);*/
}

.outline
{
    background: transparent !important;
    color: #132133 !important;
    border: 1px solid #132133 !important;
    border-radius: 50px;
    cursor: pointer;
}

.psb-green
{
    background: var(--rootcolor) !important;
}

.page .label, .conversations_inbox_left .label, .conversation .label 
{
    background: var(--rootcolor_label);
}

.page table.table tbody tr:hover
{
    background: var(--rootcolor_opacity);
}

.page table.table tbody tr:hover td {
    color: #132133;
    background-color: var(--rootcolor_opacity);
}

p.light, div.light, div.green, div.blue
{
    background-color: var(--rootcolor_opacity);
}

p.info.green
{
    background: #e8f6f0; /*var(--rootcolor_opacity) !important;*/
}

p.info.red
{
    background: #e65555 !important;
    color:#ffffff !important;
    padding: 10px 20px;
    padding-right: 200px;
    margin-top: 3px;
}

    p.info.red a
    {
        color:#ffffff !important;
    }

#welcome
{
    background-color: var(--rootcolor) !important;
    background-image: none !important;
    color: #132133 !important;
    background: linear-gradient(43deg, #2faa99, #ac86cf) !important;

    background: linear-gradient(43deg, #dfc6f5, #b8e5dd) !important;
}

.animated, .page .submit.animated, .submit.animated, .button.animated, a.animated, p.light a.button.animated, div.light a.button.animated
{
    background: #132133;
    color: #fff;
}

p.light a.button:hover, div.light a.button:hover {
    color:#fff;
}

.color1, .color2, .color3, .color4, .color5
{
    background-color: var(--rootcolor2);
    color: #132133;
    box-shadow: none;
    border:0px;
}

.framecolumn_content.color1 .smalltitle, .framecolumn_content.color2 .smalltitle, .framecolumn_content.color3 .smalltitle, .framecolumn_content.color4 .smalltitle, .framecolumn_content.color5 .smalltitle
{
    color: var(--rootcolor_title);
    font-size: 14px;
    font-family: var(--fontfamily);
}

.color1 .title, .color1 .smalltitle, .color2 .title, .color2 .smalltitle, .color3 .title, .color3 .smalltitle, .color4 .title, .color4 .smalltitle, .color5 .title, .color5 .smalltitle, .color6 .title, .color6 .smalltitle, .color7 .title, .color7 .smalltitle
{
    color: var(--rootcolor_title);
}

.framecolumn_content .smalltitle
{
    color: var(--rootcolor);
}

#welcome .fa-stars
{
    color: #132133 !important;
}

.conversations_inbox_item:hover, .conversations_inbox_item.active
{
    background: var(--rootcolor_opacity);
}

.conversations_inbox_item.active::before
{
    background: var(--rootcolor);
}

#deal_thread, #manualmode_thread, #aimode_thread, #conversation_add_message_form .submit
{
    background: #132133 !important; /*var(--rootcolor);*/
}

.box .icon
{
    background: #132133;
}

div.info.lightgreen, p.info.lightgreen, .lightgreen
{
    background: var(--rootcolor_opacity) !important;
}

.animated_bg
{
    background: var(--rootcolor) !important;
    color:#ffffff !important;

    background: #ffffff !important;
    color: #132133 !important;
}

.submit.blackline, .btn.blackline
{
    background: #132133;
    color:#ffffff;
}

.info.blackline
{
    background: #132133 !important;
    color:#ffffff !important;
}

.info.black
{
	background: #132133 !important;
    color:#ffffff !important;
}

.box
{
    background: var(--rootcolor_opacity);
}

.box.user {
    background-color: #132133;
    color: #ffffff;
}

.box.user:before {
    border-left: 20px solid #132133;
}

.ui-tabs .ui-tabs-nav li
{
    border-radius: 50px;
}

.box.user a {
    color: #51cdb7;
}


/* ===== toggle.css ===== */
input.toggle{
	height: 0;
	width: 0;
    padding:0px;
    margin:0px;
	visibility: hidden;
}

label.toggle {
	cursor: pointer;
	text-indent: -9999px;
	width: 38px;
	height: 20px;
	background: #e3e2db;
	display: inline-block;
	border-radius: 20px;
	position: absolute;
	margin-top:0px;
	margin-left:0px;
    
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
	
	margin: 0px !important;
    padding: 0px !important;
	margin-top:-15px !important;
}

	.xhr_conversation_profile label.toggle
	{
		margin-top:-4px !important;
	}

label.toggle:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 90px;
	transition: 0.3s;
}

label.toggle:hover {
  background: #368ece;
}

input.toggle:hover + label.toggle:after {
  left: calc(60% - 2px);
	transform: translateX(-100%);
}

input.toggle:checked + label.toggle {
	background: linear-gradient(45deg, #8ebd00, #9dd100);
	background: linear-gradient(129deg, #995bc9, #59a9e3, #9f5295, #59a9e3);
	background: var(--basecolor);
	background: #368ece;
    background-size: 400% 400%;
}

input.toggle.warning:checked + label.toggle,
input.toggle.warning:hover + label.toggle {
	background: #fe2342;
}

input.toggle:checked + label.toggle:after {
	left: calc(100% - 2px);
	transform: translateX(-100%);
}

input.toggle.warning:hover + label.toggle:after {
	left: calc(60% - 2px);
	transform: translateX(-100%);
}

label.toggle:active:after {
	width: 26px;
}

.toggle_label
{
	display:inline-block;
    position:absolute;
	margin-left:45px;
    font-size:14px;
    margin-top:-2px;
}


/* ===== login.css ===== */
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.hp-field {
  position: absolute !important;
  left: -5000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/*---------------------------------------------*/
a.login {
	font-family: LexendDeca;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a.login:focus {
	outline: none !important;
}

a.login:hover {
	text-decoration: none;
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

.popup textarea, 
.popup select,
.popup input:not([type='checkbox'])
{
	background-color: #f5f7fa;
	border: 1px solid #eef0f4;
}

.login_avatar {
  /*background-image: url(../img/floortje_login.png) !important;*/
  width: 300px;
  height: 300px;
  position: fixed;
  bottom: -30px;
  margin-top: 0px;
  right: 20px;
  margin-left: 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
  /* display: none; */
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

.container-login100 textarea:focus, .container-login100 input:focus {
  /*border-color: transparent !important;*/
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button.login {
	outline: none !important;
	border: none;
	background: transparent;
}

button.login:hover {
	cursor: pointer;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: LexendDeca;
  font-size: 13px;
  color: #666666;
  line-height: 1.5;
}

.txt2 {
  font-family: LexendDeca;
  font-size: 13px;
  color: #333333;
  line-height: 1.5;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  	background: #212534;  	
	position: absolute;
	overflow: auto;
	width: 100%;
	margin: 0 auto;
	
	background-image: url(../img/ysa_logo_blob_blue.png);
    background-position: calc(-30px) calc(100% - 10px);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200px;
	
	background: linear-gradient(325deg, #348ece, #212534, #212534);
  background: linear-gradient(223deg, #cde0ed, #d5efe2);
  background: #fafafa;
  /*  background-size: 600% 600%;*/

    -webkit-animation: LoginAnimation 28s ease infinite;
    -moz-animation: LoginAnimation 28s ease infinite;
    animation: LoginAnimation 28s ease infinite;
}

@-webkit-keyframes LoginAnimation {
    0%{background-position:2% 0%}
    50%{background-position:99% 100%}
    100%{background-position:2% 0%}
}
@-moz-keyframes LoginAnimation {
    0%{background-position:2% 0%}
    50%{background-position:99% 100%}
    100%{background-position:2% 0%}
}
@keyframes LoginAnimation {
    0%{background-position:2% 0%}
    50%{background-position:99% 100%}
    100%{background-position:2% 0%}
}

.container-login100 {
	width: 100%;  
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	z-index:2;
	height: 100vh;
	background-image: none;
	background:transparent;
}

.wrap-login100 {
  width: 500px;
  background: #ffffff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  overflow: hidden;
  padding: 47px 55px 33px 55px;

  box-shadow: 0 10px 30px 0px rgba(0, 0, 0, 0.2);
  z-index:1;
}

.text-center.p-t-115.twofa_message
{
  margin-bottom:15px;
}

.container-page200 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #212534;  
    z-index:2;
}

.wrap-page200 {
  width: 690px;
  background: #ffffff;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  overflow: hidden;
  padding: 47px 55px 33px 55px;

  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index:1;
}

#error_message
{
    text-align: center;
    color:#dd0000;   
}

#success_message
{
    text-align: center;
    color:#41C712;   
}


/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  font-family: LexendDeca;
  font-weight:600;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  margin-bottom:20px;
}
.login100-form-title i {
  font-size: 60px;
}

.login100-form-title-small
{
    font-family: LexendDeca;
    display: block;
    font-weight:300;
    font-size: 20px;
    text-align: center;
    margin-bottom:40px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 0px solid #dddddd;
  margin-bottom: 37px;
}

.input100 {
  font-family: LexendDeca;
  font-size: 15px;
  color: #555555;
  line-height: 1.2;
  border-radius: 7px;
  font-weight:200;
  display: block;
  width: 100%;
  height: 45px;
  background: #317fb812;
  padding: 0px 15px 3px 15px;
}

/*---------------------------------------------*/ 
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 0px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  /*background: #6a7dfe;
  background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  background: -o-linear-gradient(left, #21d4fd, #b721ff);
  background: -moz-linear-gradient(left, #21d4fd, #b721ff);
  background: linear-gradient(left, #21d4fd, #b721ff);*/
    
    background: #3a86b1;
}

.focus-input100::after {
  font-family: LexendDeca;
  font-size: 15px;
  color: #747474;
  line-height: 1.2;
  font-weight: bold;
  content: attr(data-placeholder);
  display: block;
  width: 100%;
  position: absolute;
  top: 13px;
  left: 10px;
  padding-left: 5px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::after {
  top: -19px;
  color: #000000;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::after {
  top: -19px;
  color: #000000;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

/*---------------------------------------------*/
.btn-show-pass {
  font-size: 15px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-show-pass:hover {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
  color: #6a7dfe;
  color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
  color: -o-linear-gradient(left, #21d4fd, #b721ff);
  color: -moz-linear-gradient(left, #21d4fd, #b721ff);
  color: linear-gradient(left, #21d4fd, #b721ff);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 13px;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 37px;
  overflow: hidden;
  margin: 0 auto;
}

.login100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
    background: #3a86b1;
    background: linear-gradient(129deg, #be01b3, #f96a34);
	background: linear-gradient(129deg, #d63069, #a171a3);
	background: linear-gradient(129deg, #368ece, #368ece);
	
	background: none;
	background-color: #000000;
	
    top: 0;
    /* left: -100%; */
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn {
  font-family: LexendDeca;
  font-size: 15px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}

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

.p-t-115
{
    margin-top:30px;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #ffffff;
  border: 1px solid #c80000;
  border-radius: 5px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  pointer-events: none;

  font-family: LexendDeca;
  color: #30ac94;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  font-size: 16px;
  color: #e74c3c;

  display: block;
  position: absolute;
  background-color: #ffffff00;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@keyframes shake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  50% { transform: translateX(5px); }
  75% { transform: translateX(-5px); }
  100% { transform: translateX(0); }
}

.shake {
  animation: shake 0.5s;
}

.shake .login100-form-bgbtn {
  background-image: none !important; /* geen achtergrondafbeelding tijdens shake */
  background-color: #e74c3c !important; /* rood tijdens shake */
}


/* ===== richtext.css ===== */
/*
 RichText: WYSIWYG editor developed as jQuery plugin

 @name RichText
 @author https://github.com/webfashionist - Bob Schockweiler - richtext@webfashion.eu

 Copyright (C) 2020 Bob Schockweiler ( richtext@webfashion.eu )

 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU Affero General Public License as published
 by the Free Software Foundation, either version 3 of the License, or
 (at your option) any later version.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU Affero General Public License for more details.

 You should have received a copy of the GNU Affero General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
.richText {
    position: relative;
    background-color: #ffffff;
    border: #efefef solid 1px;
    color: #333;
    width: 100%
}

.richText .richText-form {
    font-family: var(--fontfamily),Nunito,Calibri,Verdana,Helvetica,sans-serif
}

.richText .richText-form label {
    display: block;
    padding: 10px 15px
}

.richText .richText-form input[type=file],.richText .richText-form input[type=number],.richText .richText-form input[type=text],.richText .richText-form select {
    padding: 10px 15px;
    border: #999 solid 1px;
    min-width: 200px;
    width: 100%
}

.richText .richText-form select {
    cursor: pointer
}

.richText .richText-form button {
    margin: 10px 0;
    padding: 10px 15px;
    background-color: #3498db;
    border: none;
    color: #fafafa;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.richText .richText-toolbar {
    position: sticky;
    top: 0;
    min-height: 20px;
    background-color: inherit;
    border-bottom: #efefef solid 1px
}

.richText .richText-toolbar .richText-length {
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 13px;
    vertical-align: middle;
    line-height: 34px
}

.richText .richText-toolbar .richText-length .black {
    color: #000
}

.richText .richText-toolbar .richText-length .orange {
    color: orange
}

.richText .richText-toolbar .richText-length .red {
    color: red
}

.richText .richText-toolbar ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.richText .richText-toolbar ul li {
    float: left;
    display: block;
    list-style: none
}

.richText .richText-toolbar ul li a {
    display: block;
    padding: 10px 13px;
    border-right: #efefef solid 1px;
    cursor: pointer;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    transition: background-color .4s
}

.richText .richText-toolbar ul li a .fa,.richText .richText-toolbar ul li a .far,.richText .richText-toolbar ul li a .fas,.richText .richText-toolbar ul li a svg {
    pointer-events: none
}

.richText .richText-toolbar ul li a .richText-dropdown-outer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    cursor: default
}

.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown {
    position: relative;
    display: block;
    margin: 3% auto 0 auto;
    background-color: #ffffff;
    border: #efefef solid 1px;
    min-width: 100px;
    width: 300px;
    max-width: 90%;
    -webkit-box-shadow: 0 0 5px 0 #333;
    -moz-box-shadow: 0 0 5px 0 #333;
    box-shadow: 0 0 5px 0 #333
}

.richText .richText-toolbar ul li a .richText-dropdown-outer .richText-dropdown .richText-dropdown-close {
    position: absolute;
    top: 0;
    right: -23px;
    background: #fff;
    color: #333;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    width: 20px
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown {
    list-style: none
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li {
    display: block;
    float: none;
    font-family: var(--fontfamily),Nunito,Calibri,Verdana,Helvetica,sans-serif
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a {
    display: block;
    padding: 10px 15px;
    border-bottom: #efefef solid 1px
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li a:hover {
    background-color: #fff
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline {
    margin: 10px 6px;
    float: left
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 #999;
    -moz-box-shadow: 0 0 10px 0 #999;
    box-shadow: 0 0 10px 0 #999
}

.richText .richText-toolbar ul li a .richText-dropdown-outer ul.richText-dropdown li.inline a span {
    display: block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.richText .richText-toolbar ul li a .richText-dropdown-outer div.richText-dropdown {
    padding: 10px 15px
}

.richText .richText-toolbar ul li a:hover {
    background-color: #fff
}

.richText .richText-toolbar ul li[data-disable=true] {
    opacity: .1
}

.richText .richText-toolbar ul li[data-disable=true] a {
    cursor: default
}

.richText .richText-toolbar ul li:not([data-disable=true]).is-selected .richText-dropdown-outer {
    display: block
}

.richText .richText-toolbar ul:after {
    display: block;
    content: "";
    clear: both
}

.richText .richText-toolbar:last-child {
    font-size: 12px
}

.richText .richText-toolbar:after {
    display: block;
    clear: both;
    content: ""
}

.richText .richText-editor {
    font-size: 14px;
    padding: 20px;
    background-color: #f7f7f7;
    border-left: #e3e2db solid 2px;
    font-family: var(--fontfamily),Nunito,Calibri,Verdana,Helvetica,sans-serif;
    height: 300px;
    outline: 0;
    overflow-y: scroll;
    overflow-x: auto
}

.richText .richText-editor[placeholder]:before {
    content: attr(placeholder);
    color: #555
}

.richText .richText-editor ol,.richText .richText-editor ul {
    margin: 10px 25px
}

.richText .richText-editor table {
    margin: 10px 0;
    border-spacing: 0;
    width: 100%
}

.richText .richText-editor table td,.richText .richText-editor table th {
    padding: 10px;
    border: #efefef solid 1px
}

.richText .richText-editor:focus {
    border-left: #3498db solid 2px
}

.richText .richText-initial {
    margin-bottom: -4px;
    padding: 10px;
    background-color: #212534;
    border: none;
    color: #ffffff;
    font-family: Monospace,var(--fontfamily),Nunito,Calibri,Verdana,Helvetica,sans-serif;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    min-height: 400px;
    height: 400px
}

.richText .richText-help {
    float: right;
    display: block;
    padding: 10px 15px;
    cursor: pointer
}

.richText .richText-redo,.richText .richText-undo {
    float: left;
    display: block;
    padding: 10px 15px;
    border-right: #efefef solid 1px;
    cursor: pointer
}

.richText .richText-redo.is-disabled,.richText .richText-undo.is-disabled {
    opacity: .4
}

.richText .richText-help-popup a {
    color: #3498db;
    text-decoration: underline
}

.richText .richText-help-popup hr {
    margin: 10px auto 5px auto;
    border: none;
    border-top: #efefef solid 1px
}

.richText .richText-list.list-rightclick {
    position: absolute;
    background-color: #ffffff;
    border-right: #efefef solid 1px;
    border-bottom: #efefef solid 1px
}

.richText .richText-list.list-rightclick li {
    padding: 5px 7px;
    cursor: pointer;
    list-style: none
}

.richText .richText-editor {
    background-color: #f7f7f7;
    border-left: #f1f7fa solid 2px;

/* EOF recovery for richtext.css: close 1 open block(s). */
}


/* ===== spectrum.css ===== */
/***
Spectrum Colorpicker v1.3.4
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    border-radius:15px;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2);
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

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

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 15px;
    background-color: #ffffff;
    border: solid 0px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear
{
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top
{
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear
{
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error
{
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container
{
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container
{
    width: 172px;
    border-left: solid 1px #fff;
	
	border: solid 0px #dddddd;
	border-radius:15px;
}

/* Palettes */
.sp-palette-container
{
    border-right: solid 1px #ccc;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el
{
    position:relative;
}

/* Initial */
.sp-initial
{
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
	margin-top: 6px;
	border: solid 1px #dddddd;
	border-radius: 20px;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview
{
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
	border-radius: 20px;
}

.sp-palette
{
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el
{
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 0px #d0d0d0;
}

.sp-container
{
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  /*background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);*/
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
    
    background-color: #00aff0;
    color: #ffffff;
    border-radius: 16px;
    width: auto;
    align: center;
    padding: 7px 20px 9px 20px;
    border: 0px solid #00aff0;
    font-family: Gothic;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

/*
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
*/

.sp-cancel
{
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover
{
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active
{
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el
{
    position:relative;
    /*
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
	*/
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner
{
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
	border-radius: 20px;
}

.sp-palette .sp-thumb-inner
{
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner
{
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}


/* ===== fontselect.css ===== */
/*
 This css and associated images borrow heavily from the fantastic 
 chosen select box plugin.
 
 Copyright (c) 2011 Harvest http://getharvest.com

 MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
*/

.font-select {
  font-size: 13px;
  width: 100%;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.font-select .fs-drop {
  background: #fff;
  border: 2px solid #e8eef0;
  border-top: 0;
  position: relative;
  top: 0px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}

.font-select > a {
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);*/
  -webkit-border-radius: 27px;
  -moz-border-radius   : 27px;
  border-radius        : 27px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 2px solid #e8eef0;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 7px 0 0 20px;
  color: #444;
  text-decoration: none;
}

.font-select > a span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.8;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
}

.font-select > a div {
  border-radius: 0 7px 7px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #e8eef0;
  /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);*/
  border-left: 2px solid #e8eef0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.font-select > a div b {
  background: url('') no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.font-select .fs-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}

.font-select .fs-results {
  margin: 0 4px 4px 0;
  max-height: 290px;
  width: 100%;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.font-select .fs-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  font-size: 18px;
}

.font-select .fs-results li.active {
  background: #3875d7;
  color: #fff;
  cursor: pointer;
}
.font-select .fs-results li em {
  background: #feffde;
  font-style: normal;
}

.font-select .fs-results li.active em {
  background: transparent;
}

.font-select-active > a {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}

.font-select-active > a {
  border: 2px solid #e8eef0;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  /*background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);*/
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.font-select-active > a div {
  background: transparent;
  border-left: none;
}

.font-select-active > a div b {
  background-position: -18px 1px;
}


/* ===== tagify.css ===== */
@charset "UTF-8";

:root {
	--tagify-dd-color-primary: rgb(53, 149, 246);
	--tagify-dd-bg-color: white;
	--tagify-dd-item-pad: .3em .5em;
	--tagify-dd-max-height: 300px
}

.tagify {
	--tags-disabled-bg: #f5f7fa;
	--tags-border-color: #edf0f5;
	--tags-hover-border-color: #dee5f2;
	--tags-focus-border-color: #3595f6;
	--tag-border-radius: 20px;
	--tag-bg: #348ece;
	--tag-hover: #2eae91;
	--tag-text-color: #ffffff;
	--tag-text-color--edit: black;
	--tag-pad: 0.3em 0.5em 0.3em 0.7em;
	--tag-inset-shadow-size: 1.1em;
	--tag-invalid-color: #D39494;
	--tag-invalid-bg: rgba(211, 148, 148, 0.5);
	--tag--min-width: 1ch;
	--tag--max-width: 100%;
	--tag-hide-transition: 0.3s;
	--tag-remove-bg: rgba(211, 148, 148, 0.3);
	--tag-remove-btn-color: #ffffff;
    --tag-remove-btn-bg: #ffffff59;
	--tag-remove-btn-bg--hover: #c77777;
	--input-color: inherit;
	--placeholder-color: rgba(0, 0, 0, 0.4);
	--placeholder-color-focus: rgba(0, 0, 0, 0.25);
	--loader-size: .8em;
	--readonly-striped: 1;
	display: inline-flex;
	align-items: flex-start;
	flex-wrap: wrap;
	border: 1px solid var(--tags-border-color);
	padding: 1px 0px 3px 0px;
    width:100%;
    border-radius: 7px;
	line-height: 0;
	outline: 0;
	position: relative;
	box-sizing: border-box;
	transition: .1s;
	background: #f5f7fa;
}

@keyframes tags--bump {
	30% {
		transform: scale(1.2)
	}
}

@keyframes rotateLoader {
	to {
		transform: rotate(1turn)
	}
}

.tagify:has([contenteditable=true]) {
	cursor: text
}

.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
	--tags-border-color: var(--tags-hover-border-color)
}

.tagify[disabled] {
	background: var(--tags-disabled-bg);
	filter: saturate(0);
	opacity: .5;
	pointer-events: none
}

.tagify[disabled].tagify--select,
.tagify[readonly].tagify--select {
	pointer-events: none
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select),
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
	cursor: default
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input {
	visibility: hidden;
	width: 0;
	margin: 5px 0
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div {
	padding: var(--tag-pad)
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before {
	animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

@keyframes readonlyStyles {
	0% {
		background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
		box-shadow: none;
		filter: brightness(.95)
	}
}

.tagify[disabled] .tagify__tag__removeBtn,
.tagify[readonly] .tagify__tag__removeBtn {
	display: none
}

.tagify--loading .tagify__input>br:last-child {
	display: none
}

.tagify--loading .tagify__input::before {
	content: none
}

.tagify--loading .tagify__input::after {
	content: "";
	vertical-align: middle;
	opacity: 1;
	width: .7em;
	height: .7em;
	width: var(--loader-size);
	height: var(--loader-size);
	min-width: 0;
	border: 3px solid;
	border-color: #eee #bbb #888 transparent;
	border-radius: 50%;
	animation: rotateLoader .4s infinite linear;
	content: "" !important;
	margin: -2px 0 -2px .5em
}

.tagify--loading .tagify__input:empty::after {
	margin-left: 0
}

.tagify+input,
.tagify+textarea {
	position: absolute !important;
	left: -9999em !important;
	transform: scale(0) !important
}

.tagify__tag {
	display: inline-flex;
	align-items: center;
	max-width: var(--tag--max-width);
	margin-inline: 10px 0;
	margin-block: 5px;
	position: relative;
	z-index: 1;
	outline: 0;
	line-height: normal;
	cursor: default;
	transition: .13s ease-out
}

.tagify__tag>div {
	flex: 1;
	vertical-align: top;
	box-sizing: border-box;
	max-width: 100%;
	padding: var(--tag-pad);
	color: var(--tag-text-color);
	line-height: inherit;
	border-radius: var(--tag-border-radius);
	white-space: nowrap;
	transition: .13s ease-out
}

.tagify__tag>div>* {
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: top;
	min-width: var(--tag--min-width);
	max-width: var(--tag--max-width);
	transition: .8s ease, .1s color;
	font-size:12px;
}

.tagify__tag>div>[contenteditable] {
	outline: 0;
	-webkit-user-select: text;
	user-select: text;
	cursor: text;
	margin: -2px;
	padding: 2px;
	max-width: 350px
}

.tagify__tag>div>:only-child {
	width: 100%
}

.tagify__tag>div::before {
	content: "";
	position: absolute;
	border-radius: inherit;
	inset: var(--tag-bg-inset, 0);
	z-index: -1;
	pointer-events: none;
	transition: 120ms ease;
	animation: tags--bump .3s ease-out 1;
	/*box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;*/
	background: linear-gradient(129deg, #2eae91, #348ece) !important;
	background: #000000 !important;
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
	--tag-bg-inset: -2.5px;
	--tag-bg: var(--tag-hover)
}

.tagify__tag--loading {
	pointer-events: none
}

.tagify__tag--loading .tagify__tag__removeBtn {
	display: none
}

.tagify__tag--loading::after {
	--loader-size: .4em;
	content: "";
	vertical-align: middle;
	opacity: 1;
	width: .7em;
	height: .7em;
	width: var(--loader-size);
	height: var(--loader-size);
	min-width: 0;
	border: 3px solid;
	border-color: #eee #bbb #888 transparent;
	border-radius: 50%;
	animation: rotateLoader .4s infinite linear;
	margin: 0 .5em 0 -.1em
}

.tagify__tag--flash div::before {
	animation: none
}

.tagify__tag--hide {
	width: 0 !important;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	opacity: 0;
	transform: scale(0);
	transition: var(--tag-hide-transition);
	pointer-events: none
}

.tagify__tag--hide>div>* {
	white-space: nowrap
}

.tagify__tag.tagify--noAnim>div::before {
	animation: none
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span {
	opacity: .5
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
	--tag-bg: var(--tag-invalid-bg);
	transition: .2s
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
	display: none
}

.tagify__tag[readonly]>div::before {
	animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused
}

@keyframes readonlyStyles {
	0% {
		background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
		box-shadow: none;
		filter: brightness(.95)
	}
}

.tagify__tag--editable>div {
	color: #ffffff; /*var(--tag-text-color--edit)*/
}

.tagify__tag--editable>div::before {
	box-shadow: 0 0 0 2px var(--tag-hover) inset !important
}

.tagify__tag--editable>.tagify__tag__removeBtn {
	pointer-events: none
}

.tagify__tag--editable>.tagify__tag__removeBtn::after {
	opacity: 0;
	transform: translateX(100%) translateX(5px)
}

.tagify__tag--editable.tagify--invalid>div::before {
	box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important
}

.tagify__tag__removeBtn {
	order: 5;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	cursor: pointer;
	font: 14px/1 Arial;
	background: var(--tag-remove-btn-bg);
	color: var(--tag-remove-btn-color);
	width: 14px;
	height: 14px;
	margin-inline: auto 4.6666666667px;
	overflow: hidden;
	transition: .2s ease-out
}

.tagify__tag__removeBtn::after {
	content: "×";
	transition: .3s, color 0s
}

.tagify__tag__removeBtn:hover {
	color: #fff;
	background: var(--tag-remove-btn-bg--hover)
}

.tagify__tag__removeBtn:hover+div>span {
	opacity: .5
}

.tagify__tag__removeBtn:hover+div::before {
	box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, .3)) inset !important;
	transition: box-shadow .2s
}

.tagify:not(.tagify--mix) .tagify__input br {
	display: none
}

.tagify:not(.tagify--mix) .tagify__input * {
	display: inline;
	white-space: nowrap
}

.tagify__input {
	flex-grow: 1;
	display: inline-block;
	min-width: 110px;
	margin: 5px;
	padding: var(--tag-pad);
	line-height: normal;
	position: relative;
	white-space: pre-wrap;
	color: var(--input-color);
	box-sizing: inherit
}

.tagify__input:empty::before {
	position: static
}

.tagify__input:focus {
	outline: 0
}

.tagify__input:focus::before {
	transition: .2s ease-out;
	opacity: 0;
	transform: translatex(6px)
}

@supports (-ms-ime-align:auto) {
	.tagify__input:focus::before {
		display: none
	}
}

.tagify__input:focus:empty::before {
	transition: .2s ease-out;
	opacity: 1;
	transform: none;
	color: rgba(0, 0, 0, .25);
	color: var(--placeholder-color-focus)
}

@-moz-document url-prefix() {
	.tagify__input:focus:empty::after {
		display: none
	}
}

.tagify__input::before {
	content: attr(data-placeholder);
	height: 1em;
	line-height: 1em;
	margin: auto 0;
	z-index: 1;
	color: var(--placeholder-color);
	white-space: nowrap;
	pointer-events: none;
	opacity: 0;
	position: absolute
}

.tagify__input::after {
	content: attr(data-suggest);
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	min-width: calc(100% - 1.5em);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: pre;
	color: var(--tag-text-color);
	opacity: .3;
	pointer-events: none;
	max-width: 100px
}

.tagify__input .tagify__tag {
	margin: 0 1px
}

.tagify--mix {
	display: block
}

.tagify--mix .tagify__input {
	padding: 5px;
	margin: 0;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	display: block
}

.tagify--mix .tagify__input::before {
	height: auto;
	display: none;
	line-height: inherit
}

.tagify--mix .tagify__input::after {
	content: none
}

.tagify--select {
	cursor: default
}

.tagify--select::after {
	content: ">";
	opacity: .5;
	position: absolute;
	top: 50%;
	right: 0;
	bottom: 0;
	font: 16px monospace;
	line-height: 8px;
	height: 8px;
	pointer-events: none;
	transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
	transition: .2s ease-in-out
}

.tagify--select[aria-expanded=true]::after {
	transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2)
}

.tagify--select .tagify__tag {
	flex: 1;
	max-width: none;
	margin-inline-end: 2em;
	margin-block: 0;
	padding-block: 5px;
	cursor: text
}

.tagify--select .tagify__tag div::before {
	display: none
}

.tagify--select .tagify__tag+.tagify__input {
	display: none
}

.tagify--empty .tagify__input::before {
	transition: .2s ease-out;
	opacity: 1;
	transform: none;
	display: inline-block;
	width: auto
}

.tagify--mix .tagify--empty .tagify__input::before {
	display: inline-block
}

.tagify--focus {
	--tags-border-color: var(--tags-focus-border-color);
	transition: 0s
}

.tagify--invalid {
	--tags-border-color: #D39494
}

.tagify__dropdown {
	position: absolute;
	z-index: 9999;
	transform: translateY(-1px);
	border-top: 1px solid var(--tagify-dd-color-primary);
	overflow: hidden
}

.tagify__dropdown[dir=rtl] {
	transform: translate(-100%, -1px)
}

.tagify__dropdown[placement=top] {
	margin-top: 0;
	transform: translateY(-100%)
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
	border-top-width: 1.1px;
	border-bottom-width: 0
}

.tagify__dropdown[position=text] {
	box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), .1);
	font-size: .9em
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
	border-width: 1px
}

.tagify__dropdown__wrapper {
	max-height: var(--tagify-dd-max-height);
	overflow: hidden;
	overflow-x: hidden;
	background: var(--tagify-dd-bg-color);
	border: 1px solid;
	border-color: var(--tagify-dd-color-primary);
	border-bottom-width: 1.5px;
	border-top-width: 0;
	box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .2);
	transition: .3s cubic-bezier(.5, 0, .3, 1), transform .15s;
	animation: dd-wrapper-show 0s .3s forwards
}

@keyframes dd-wrapper-show {
	to {
		overflow-y: auto
	}
}

.tagify__dropdown__header:empty {
	display: none
}

.tagify__dropdown__footer {
	display: inline-block;
	margin-top: .5em;
	padding: var(--tagify-dd-item-pad);
	font-size: .7em;
	font-style: italic;
	opacity: .5
}

.tagify__dropdown__footer:empty {
	display: none
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
	max-height: 20px;
	transform: translateY(-1em)
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
	transform: translateY(2em)
}

.tagify__dropdown__item {
	box-sizing: border-box;
	padding: var(--tagify-dd-item-pad);
	margin: 1px;
	white-space: pre-wrap;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
	outline: 0;
	max-height: 60px;
	max-width: 100%;
	line-height: normal
}

.tagify__dropdown__item--active {
	background: var(--tagify-dd-color-primary);
	color: #fff
}

.tagify__dropdown__item:active {
	filter: brightness(105%)
}

.tagify__dropdown__item--hidden {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 1px;
	pointer-events: none;
	overflow: hidden;
	max-height: 0;
	transition: var(--tagify-dd-item--hidden-duration, .3s) !important
}

.tagify__dropdown__item--hidden>* {
	transform: translateY(-100%);
	opacity: 0;
	transition: inherit
}


/* ===== editortags.css ===== */
.jt-editor *:not(i) {
    font-size: 13.5px !important;
    font-family: Lora, serif !important;

    font-size: 14px !important;
    font-family: Inter, Arial, Lora, serif !important;
    line-height: 23px;
}
.jt-editor,
#trigger {
    font-size: 13.5px !important;
    font-family: Lora, serif !important;

    font-size: 14px !important;
    font-family: Inter, Arial, Lora, serif !important;
    line-height: 23px;
}

.rte-shell { max-width: 100%; margin: 28px auto; font: 14px/1.4 system-ui, sans-serif; }
.jt-toolbar { margin-bottom: 10px; color:#555 }
.jt-editor {
    min-height: 120px;
    overflow-y: scroll;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 22px;
    border: 1px solid #edf0f5;
    border-radius: 12px;
    background: #ffffff;
    /*box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);*/
}
.jt-editor:focus,
.json-tag:focus,
.jt-btn:focus {
  outline: none !important;
}
.jt-editor {
    white-space: normal;      /* lists behave normally */
  }
  .jt-editor ul { padding-left: 1.2rem; margin: .4rem 0; }
  .jt-editor li {
    margin: .2rem 0;
    margin-left: 15px;
}
/* Zwarte tag */
.json-tag {
    display: inline-flex; align-items: center; gap: .5rem;
    background: #000; color: #fff; border-radius: 999px; padding: 6px 12px;
    user-select: none; cursor: pointer;
    margin-left:5px;
    margin-right:5px;
}
.json-tag .badge { font-size: 12px; opacity: .8 }

/* --- Popup midden in scherm --- */
.jt-modal-backdrop {
    position: fixed; inset: 0;
    display: flex; align-items: center; justify-content: center;
    background: rgba(0,0,0,.5);
    opacity: 0; visibility: hidden; transition: opacity .15s ease;
    z-index: 9999;
}
.jt-modal-backdrop.is-open { opacity: 1; visibility: visible; }
.jt-modal {
    width: min(800px, 92vw); background: #fff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,.2);
    overflow-y: scroll;
    max-height: 70vh;
}
.jt-h { display:flex; align-items:center; justify-content:space-between; padding:14px 16px; border-bottom:1px solid #eee; }
.jt-h h3 { margin:0; font-size:16px; }
.jt-x { background: transparent; border: 0; font-size: 18px; cursor: pointer; }
.jt-b { padding: 16px; }
.jt-b textarea {
    width: 100%;
    height: 320px;
    font: 13px / 1.4 ui-monospace, SFMono-Regular, Menlo, monospace;
    border: 1px solid #ddd;
    background: #ffffff;
    color: #212534;
    border-radius: 12px;
    padding: 20px;
    resize: vertical;
    box-sizing: border-box;
}

.jt-editor table{
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  margin: 8px 0;
}

.jt-editor th,
.jt-editor td{
  border: 1px solid #ddd;
  padding: 6px 8px;
  vertical-align: top;
  text-align: left;
}

.jt-editor th{
  font-weight: 600;
  background: #f7f7f7;
}

.jt-editor table p{
  margin: 0;
}

.jt-f { display:flex; align-items:center; justify-content:space-between; gap: 12px; padding: 14px 16px; border-top:1px solid #eee; }
.jt-btn { padding: 8px 14px; border-radius: 12px; border: 1px solid #ddd; background: #fff; color: #000; cursor: pointer; margin-bottom:5px; }
.jt-btn.black { background: #000; color:#fff; border-color:#000; }
.jt-err { color: #c62828; font-size: 13px; margin-top: 8px; display:none; }
kbd { border:1px solid #ddd; border-radius:6px; padding:2px 6px; font-size:12px; background:#fafafa }
.jt-modal code { background:#f4f4f4; padding:2px 6px; border-radius:6px; font-size:90%; width:auto; display: inline-block; }
.jt-btn.rounded { border-radius: 999px; font-size:100%; }
.jt-form-head code { background:#f6f6f6; padding:2px 6px; border-radius:6px; }
.jt-input:focus { outline: none; border-color:#999; box-shadow: 0 0 0 3px rgba(0,0,0,.06); }

.jt-toolbar{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    border:1px solid #f7f7f7;
    border-bottom:none;
    border-radius:12px 12px 0 0;
    background:#f7f7f7;
    flex-wrap:wrap;
    margin-bottom: 0px;
    margin-top:20px;
  }
  
  .jt-toolbar.is-sticky{
    position:sticky;
    top:0;
    z-index:20;
  }
  
  .jt-tb-btn{
    appearance:none;
    border:1px solid #ddd;
    background:#fff;
    color:#111;
    border-radius:10px;
    padding:7px 10px;
    font-size:14px;
    line-height:1;
    cursor:pointer;
    min-width:40px;
  }
  
  .jt-tb-btn:hover{
    background:#f7f7f7;
  }
  
  .jt-tb-btn.is-active{
    background:#111;
    color:#fff;
    border-color:#111;
  }
  
  .jt-editor{
    border-top-left-radius:0 !important;
    border-top-right-radius:0 !important;
  }


  .jt-ghost-text{
    color:#000000;
    opacity:.45;
    pointer-events:none;
    user-select:none;
    white-space:pre-wrap;
    pointer-events:auto;
    cursor:pointer;
    border-bottom: 1px dotted #000;
    text-decoration: none;
  }

  .jt-ghost-text:hover{
    opacity:1;
  }

  .jt-autocomplete-loading{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    margin-left:4px;
    vertical-align:middle;
    pointer-events:none;
  }
  
  .jt-loading-dot{
    width:12px;
    height:12px;
    border:2px solid #3495C255;
    border-top-color: #2EA59B;
    margin-bottom:3px;
    border-radius:50%;
    display:inline-block;
    animation: jt-spin .7s linear infinite;
  }
  
  @keyframes jt-spin{
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
  }


/* ===== knowledge.client.css ===== */
/* scope alles onder #knowledgeClient om conflicten te vermijden */
#knowledgeClient { padding: 4px 0 20px; }
#knowledgeClient .kc-header{
  display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin: 4px 0 12px;
}

#knowledgeClient .kc-search{
  display:flex; align-items:center; gap:8px; min-width:280px; max-width:420px; width: 32%;
  background:#fff; border:1px solid #e5e7eb; border-radius:10px; padding:8px 10px;
  box-shadow:0 1px 2px rgba(0,0,0,.03);
}
#knowledgeClient .kc-search i{ color:#9aa3b2; }
#knowledgeClient .kc-search input{
  border:0; outline:none; width:100%; font-size:14px; color:#111827; background:transparent;
}

/* GRID: 4 kolommen op groot scherm */
#knowledgeClient .kc-grid{
  display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-top:8px;
}
@media (max-width:1200px){ #knowledgeClient .kc-grid{ grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media (max-width:900px){ #knowledgeClient .kc-grid{ grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:600px){ #knowledgeClient .kc-grid{ grid-template-columns:repeat(1,minmax(0,1fr)); gap:10px; } }

#knowledgeClient .kc-card{
  display:block; background:#fff; border:1px solid #e5e7eb; border-radius:12px; overflow:hidden;
  box-shadow:0 1px 3px rgba(0,0,0,.05); transition:transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  cursor:pointer;
}
#knowledgeClient .kc-card:hover{
  transform:translateY(-2px); box-shadow:0 6px 20px rgba(0,0,0,.06); border-color:#e3e7ef;
}

/* kleinere thumbnails */
#knowledgeClient .kc-thumb{
  position:relative;
  background:#f3f4f6;
  aspect-ratio:4/3;  /* compacter dan 16/9 */
  overflow:hidden;
  border-bottom:1px solid #e5e7eb;
}
#knowledgeClient .kc-thumb img,
#knowledgeClient .kc-thumb video{
  width:100%; height:100%; object-fit:cover; display:block;
}
#knowledgeClient .kc-thumb .kc-fallback{
  width:100%; height:100%; display:flex; align-items:center; justify-content:center; color:#9aa3b2;
  font-weight:600; letter-spacing:.2px; background:linear-gradient(180deg,#f7fafc,#f3f4f6);
}

#knowledgeClient .kc-body{ padding:10px 12px 12px; }
#knowledgeClient .kc-title{ margin:0 0 4px; font-weight:750; color:#0b1020; font-size:14.5px; line-height:1.35; }
#knowledgeClient .kc-summary{
  margin:0; color:#6b7280; font-size:12.5px; line-height:1.5; max-height:3em; overflow:hidden;
  display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2;
}
#knowledgeClient .kc-meta{ margin-top:8px; display:flex; gap:6px; align-items:center; flex-wrap:wrap; }
#knowledgeClient .kc-pill{
  font-size:11px; border:1px solid #e5e7eb; background:#f8fafc; color:#374151; border-radius:999px; padding:3px 8px;
}

#knowledgeClient .kc-empty{ text-align:center; color:#9aa3b2; padding:24px 0; }
#knowledgeClient .kc-footer{ display:flex; justify-content:center; margin-top:10px; }
#knowledgeClient .kc-btn{
  background:#111827; color:#fff; border:1px solid #111827; padding:9px 14px; border-radius:10px; cursor:pointer; font-weight:700;
}
#knowledgeClient .kc-btn[disabled]{ opacity:.5; cursor:not-allowed; }

/* Drawer */
#knowledgeClient .kc-drawer{
  position:fixed; inset:0; z-index:9999; pointer-events:none; opacity:0;
  transition:opacity .18s ease;
}
#knowledgeClient .kc-drawer.open{
  pointer-events:auto; opacity:1;
}
#knowledgeClient .kc-drawer-backdrop{
  position:absolute; inset:0; background:rgba(15,23,42,.25);
}
#knowledgeClient .kc-drawer-panel{
  position:absolute; top:0; right:0; height:100%; width:640px; max-width:100%;
  background:#fff; box-shadow:-10px 0 30px rgba(15,23,42,.18);
  display:flex; flex-direction:column;
  transform:translateX(100%); transition:transform .18s ease;
  padding:20px;
}
#knowledgeClient .kc-drawer.open .kc-drawer-panel{
  transform:translateX(0);
}
#knowledgeClient .kc-drawer-header{
  padding:14px 16px; border-bottom:1px solid #e5e7eb;
  display:flex; align-items:flex-start; justify-content:space-between; gap:10px;
}
#knowledgeClient .kc-drawer-header h2{
  margin:0; font-size:18px; font-weight:750; color:#0b1020;
}
#knowledgeClient .kc-article-sub{
  margin:4px 0 0; font-size:13px; color:#6b7280;
}
#knowledgeClient .kc-article-meta{
  margin-top:6px; display:flex; flex-wrap:wrap; gap:6px;
}
#knowledgeClient .kc-drawer-close{
  border:0; background:#f3f4f6; border-radius:999px; width:30px; height:30px;
  display:flex; align-items:center; justify-content:center; cursor:pointer; color:#4b5563;
}

#knowledgeClient .kc-drawer-body{
  padding:12px 16px 18px; overflow:auto; flex:1;
}
#knowledgeClient .kc-article-main-video{
  margin-bottom:12px;
}
#knowledgeClient .kc-article-main-video video{
  width:100%; border-radius:10px; border:1px solid #e5e7eb; background:#000;
}
#knowledgeClient .kc-article-main-video img{
    width:100%;
    border-radius:10px;
    border:1px solid #e5e7eb;
    display:block;
  }
#knowledgeClient .kc-article-body{
  font-size:14px; color:#111827; line-height:1.6; margin-bottom:16px;
}
#knowledgeClient .kc-article-body p{ margin:0 0 0.75em; }
#knowledgeClient .kc-article-videos{
  display:flex; flex-direction:column; gap:8px;
}
#knowledgeClient .kc-article-videos video{
  width:100%; max-height:180px; border-radius:10px; border:1px solid #e5e7eb; background:#000;
}


/* ===== simplemde.min.css ===== */
/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.CodeMirror{color:#000}.CodeMirror-lines{padding:4px 0}.CodeMirror pre{padding:0 4px}.CodeMirror-gutter-filler,.CodeMirror-scrollbar-filler{background-color:#fff}.CodeMirror-gutters{border-right:1px solid #ddd;background-color:#f7f7f7;white-space:nowrap}.CodeMirror-linenumber{padding:0 3px 0 5px;min-width:20px;text-align:right;color:#999;white-space:nowrap}.CodeMirror-guttermarker{color:#000}.CodeMirror-guttermarker-subtle{color:#999}.CodeMirror-cursor{border-left:1px solid #000;border-right:none;width:0}.CodeMirror div.CodeMirror-secondarycursor{border-left:1px solid silver}.cm-fat-cursor .CodeMirror-cursor{width:auto;border:0!important;background:#7e7}.cm-fat-cursor div.CodeMirror-cursors{z-index:1}.cm-animate-fat-cursor{width:auto;border:0;-webkit-animation:blink 1.06s steps(1) infinite;-moz-animation:blink 1.06s steps(1) infinite;animation:blink 1.06s steps(1) infinite;background-color:#7e7}@-moz-keyframes blink{50%{background-color:transparent}}@-webkit-keyframes blink{50%{background-color:transparent}}@keyframes blink{50%{background-color:transparent}}.cm-tab{display:inline-block;text-decoration:inherit}.CodeMirror-ruler{border-left:1px solid #ccc;position:absolute}.cm-s-default .cm-header{color:#00f}.cm-s-default .cm-quote{color:#090}.cm-negative{color:#d44}.cm-positive{color:#292}.cm-header,.cm-strong{font-weight:700}.cm-em{font-style:italic}.cm-link{text-decoration:underline}.cm-strikethrough{text-decoration:line-through}.cm-s-default .cm-keyword{color:#708}.cm-s-default .cm-atom{color:#219}.cm-s-default .cm-number{color:#164}.cm-s-default .cm-def{color:#00f}.cm-s-default .cm-variable-2{color:#05a}.cm-s-default .cm-variable-3{color:#085}.cm-s-default .cm-comment{color:#a50}.cm-s-default .cm-string{color:#a11}.cm-s-default .cm-string-2{color:#f50}.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{color:#555}.cm-s-default .cm-builtin{color:#30a}.cm-s-default .cm-bracket{color:#997}.cm-s-default .cm-tag{color:#170}.cm-s-default .cm-attribute{color:#00c}.cm-s-default .cm-hr{color:#999}.cm-s-default .cm-link{color:#00c}.cm-invalidchar,.cm-s-default .cm-error{color:red}.CodeMirror-composing{border-bottom:2px solid}div.CodeMirror span.CodeMirror-matchingbracket{color:#0f0}div.CodeMirror span.CodeMirror-nonmatchingbracket{color:#f22}.CodeMirror-matchingtag{background:rgba(255,150,0,.3)}.CodeMirror-activeline-background{background:#e8f2ff}.CodeMirror{position:relative;overflow:hidden;background:#fff}.CodeMirror-scroll{overflow:scroll!important;margin-bottom:-30px;margin-right:-30px;padding-bottom:30px;height:100%;outline:0;position:relative}.CodeMirror-sizer{position:relative;border-right:30px solid transparent}.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{position:absolute;z-index:6;display:none}.CodeMirror-vscrollbar{right:0;top:0;overflow-x:hidden;overflow-y:scroll}.CodeMirror-hscrollbar{bottom:0;left:0;overflow-y:hidden;overflow-x:scroll}.CodeMirror-scrollbar-filler{right:0;bottom:0}.CodeMirror-gutter-filler{left:0;bottom:0}.CodeMirror-gutters{position:absolute;left:0;top:0;min-height:100%;z-index:3}.CodeMirror-gutter{white-space:normal;height:100%;display:inline-block;vertical-align:top;margin-bottom:-30px}.CodeMirror-gutter-wrapper{position:absolute;z-index:4;background:0 0!important;border:none!important;-webkit-user-select:none;-moz-user-select:none;user-select:none}.CodeMirror-gutter-background{position:absolute;top:0;bottom:0;z-index:4}.CodeMirror-gutter-elt{position:absolute;cursor:default;z-index:4}.CodeMirror-lines{cursor:text;min-height:1px}.CodeMirror pre{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0;background:0 0;font-family:inherit;font-size:inherit;margin:0;white-space:pre;word-wrap:normal;line-height:inherit;color:inherit;z-index:2;position:relative;overflow:visible;-webkit-tap-highlight-color:transparent;-webkit-font-variant-ligatures:none;font-variant-ligatures:none}.CodeMirror-wrap pre{word-wrap:break-word;white-space:pre-wrap;word-break:normal}.CodeMirror-linebackground{position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.CodeMirror-linewidget{position:relative;z-index:2;overflow:auto}.CodeMirror-code{outline:0}.CodeMirror-gutter,.CodeMirror-gutters,.CodeMirror-linenumber,.CodeMirror-scroll,.CodeMirror-sizer{-moz-box-sizing:content-box;box-sizing:content-box}.CodeMirror-measure{position:absolute;width:100%;height:0;overflow:hidden;visibility:hidden}.CodeMirror-cursor{position:absolute}.CodeMirror-measure pre{position:static}div.CodeMirror-cursors{visibility:hidden;position:relative;z-index:3}.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{visibility:visible}.CodeMirror-selected{background:#d9d9d9}.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{background:#d7d4f0}.CodeMirror-crosshair{cursor:crosshair}.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{background:#d7d4f0}.cm-searching{background:#ffa;background:rgba(255,255,0,.4)}.cm-force-border{padding-right:.1px}@media print{.CodeMirror div.CodeMirror-cursors{visibility:hidden}}.cm-tab-wrap-hack:after{content:''}span.CodeMirror-selectedtext{background:0 0}.CodeMirror{height:auto;min-height:300px;border:1px solid #ddd;border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:10px;font:inherit;z-index:1}.CodeMirror-scroll{min-height:300px}.CodeMirror-fullscreen{background:#fff;position:fixed!important;top:50px;left:0;right:0;bottom:0;height:auto;z-index:9}.CodeMirror-sided{width:50%!important}.editor-toolbar{position:relative;opacity:.6;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;padding:0 10px;border-top:1px solid #bbb;border-left:1px solid #bbb;border-right:1px solid #bbb;border-top-left-radius:4px;border-top-right-radius:4px}.editor-toolbar:after,.editor-toolbar:before{display:block;content:' ';height:1px}.editor-toolbar:before{margin-bottom:8px}.editor-toolbar:after{margin-top:8px}.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{opacity:.8}.editor-toolbar.fullscreen{width:100%;height:50px;overflow-x:auto;overflow-y:hidden;white-space:nowrap;padding-top:10px;padding-bottom:10px;box-sizing:border-box;background:#fff;border:0;position:fixed;top:0;left:0;opacity:1;z-index:9}.editor-toolbar.fullscreen::before{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,1)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);position:fixed;top:0;left:0;margin:0;padding:0}.editor-toolbar.fullscreen::after{width:20px;height:50px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(100%,rgba(255,255,255,1)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:-ms-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);position:fixed;top:0;right:0;margin:0;padding:0}.editor-toolbar a{display:inline-block;text-align:center;text-decoration:none!important;color:#2c3e50!important;width:30px;height:30px;margin:0;border:1px solid transparent;border-radius:3px;cursor:pointer}.editor-toolbar a.active,.editor-toolbar a:hover{background:#fcfcfc;border-color:#95a5a6}.editor-toolbar a:before{line-height:30px}.editor-toolbar i.separator{display:inline-block;width:0;border-left:1px solid #d9d9d9;border-right:1px solid #fff;color:transparent;text-indent:-10px;margin:0 6px}.editor-toolbar a.fa-header-x:after{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:65%;vertical-align:text-bottom;position:relative;top:2px}.editor-toolbar a.fa-header-1:after{content:"1"}.editor-toolbar a.fa-header-2:after{content:"2"}.editor-toolbar a.fa-header-3:after{content:"3"}.editor-toolbar a.fa-header-bigger:after{content:"▲"}.editor-toolbar a.fa-header-smaller:after{content:"▼"}.editor-toolbar.disabled-for-preview a:not(.no-disable){pointer-events:none;background:#fff;border-color:transparent;text-shadow:inherit}@media only screen and (max-width:700px){.editor-toolbar a.no-mobile{display:none}}.editor-statusbar{padding:8px 10px;font-size:12px;color:#959694;text-align:right}.editor-statusbar span{display:inline-block;min-width:4em;margin-left:1em}.editor-preview,.editor-preview-side{padding:10px;background:#fafafa;overflow:auto;display:none;box-sizing:border-box}.editor-statusbar .lines:before{content:'lines: '}.editor-statusbar .words:before{content:'words: '}.editor-statusbar .characters:before{content:'characters: '}.editor-preview{position:absolute;width:100%;height:100%;top:0;left:0;z-index:7}.editor-preview-side{position:fixed;bottom:0;width:50%;top:50px;right:0;z-index:9;border:1px solid #ddd}.editor-preview-active,.editor-preview-active-side{display:block}.editor-preview-side>p,.editor-preview>p{margin-top:0}.editor-preview pre,.editor-preview-side pre{background:#eee;margin-bottom:10px}.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{border:1px solid #ddd;padding:5px}.CodeMirror .CodeMirror-code .cm-tag{color:#63a35c}.CodeMirror .CodeMirror-code .cm-attribute{color:#795da3}.CodeMirror .CodeMirror-code .cm-string{color:#183691}.CodeMirror .CodeMirror-selected{background:#d9d9d9}.CodeMirror .CodeMirror-code .cm-header-1{font-size:200%;line-height:200%}.CodeMirror .CodeMirror-code .cm-header-2{font-size:160%;line-height:160%}.CodeMirror .CodeMirror-code .cm-header-3{font-size:125%;line-height:125%}.CodeMirror .CodeMirror-code .cm-header-4{font-size:110%;line-height:110%}.CodeMirror .CodeMirror-code .cm-comment{background:rgba(0,0,0,.05);border-radius:2px}.CodeMirror .CodeMirror-code .cm-link{color:#7f8c8d}.CodeMirror .CodeMirror-code .cm-url{color:#aab2b3}.CodeMirror .CodeMirror-code .cm-strikethrough{text-decoration:line-through}.CodeMirror .CodeMirror-placeholder{opacity:.5}.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){background:rgba(255,0,0,.15)}


/* ===== topbar-shell.css ===== */
:root{
  --neutral-0:#FFFFFF;
  --neutral-25:#FBFBFC;
  --neutral-50:#F6F7F8;
  --neutral-100:#F1F2F4;
  --neutral-150:#E9EBEE;
  --neutral-200:#E1E3E8;
  --neutral-300:#C9CCD2;
  --neutral-400:#9AA0AB;
  --neutral-500:#6E7480;
  --neutral-600:#4D5360;
  --neutral-700:#2E3441;
  --neutral-900:#0E141F;
  --brand-teal:#19B6A8;
  --brand-teal-ink:#0E8A80;
  --hero-gradient:linear-gradient(110deg,#D8CBF1 0%,#C9DCE2 48%,#B7DECF 100%);
  --warn-bg:#FCF3CB;
  --warn-line:#EDE0A1;
  --warn-ink:#6B5408;
  --positive:#0E8A80;
  --negative:#B33C36;
}

body{
  background:var(--neutral-50) !important;
  color:var(--neutral-900);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  letter-spacing:0;
}

.ysa-topbar,
.ysa-topbar *,
.ysa-subnav,
.ysa-subnav *,
.ysa-insights-page,
.ysa-insights-page *{
  box-sizing:border-box;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;
  letter-spacing:0;
}

.ysa-topbar button,
.ysa-subnav button,
.ysa-insights-page button{
  font-family:inherit;
}

.ysa-topbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:40;
  height:56px;
  background:var(--neutral-0);
  border-bottom:1px solid var(--neutral-150);
}

.ysa-topbar-row{
  height:56px;
  max-width:1640px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
  gap:14px;
}

.ysa-shell-mobile-menu{
  display:none;
  width:32px;
  height:32px;
  border:1px solid var(--neutral-200);
  border-radius:8px;
  background:var(--neutral-0);
  color:var(--neutral-900);
  cursor:pointer;
}

.ysa-brand-wrap,
.ysa-brand,
.ysa-workspace,
.ysa-primary-nav,
.ysa-right-cluster{
  display:flex;
  align-items:center;
}

.ysa-brand-wrap{
  gap:10px;
  flex-shrink:0;
}

.ysa-workspace-wrap{
  position:relative;
  display:flex;
  align-items:center;
}

.ysa-brand{
  gap:9px;
}

.ysa-brand-mark{
  width:26px;
  height:26px;
  border-radius:7px;
  background:var(--brand-teal);
  display:grid;
  place-items:center;
  box-shadow:inset 0 -1.5px 0 rgba(0,0,0,.10);
}

.ysa-brand-name{
  font-size:13.5px;
  line-height:1;
  font-weight:600;
  color:var(--neutral-900);
  white-space:nowrap;
}

.ysa-brand-name span{
  color:var(--neutral-400);
  font-weight:500;
}

.ysa-crumb-slash{
  color:var(--neutral-300);
  font-size:18px;
  line-height:1;
  font-weight:300;
}

.ysa-workspace{
  gap:8px;
  height:30px;
  padding:0 8px 0 6px;
  border:1px solid transparent;
  border-radius:7px;
  background:transparent;
  cursor:pointer;
  color:var(--neutral-900);
}

.ysa-workspace:hover{
  background:var(--neutral-100);
}

.ysa-workspace-wrap.is-open .ysa-workspace{
  background:var(--neutral-100);
}

.ysa-ws-mark{
  width:20px;
  height:20px;
  border-radius:5px;
  background:linear-gradient(135deg,#1B2230,#2E3441);
  color:#fff;
  font-size:10px;
  font-weight:600;
  display:grid;
  place-items:center;
}

.ysa-ws-name{
  max-width:170px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:13px;
  font-weight:550;
}

.ysa-workspace i{
  color:var(--neutral-500);
  font-size:10px;
}

.ysa-workspace-menu{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  z-index:60;
  width:330px;
  max-height:min(560px,70vh);
  display:none;
  flex-direction:column;
  padding:8px;
  border:1px solid var(--neutral-150);
  border-radius:12px;
  background:rgba(255,255,255,.98);
  box-shadow:0 18px 45px -24px rgba(14,20,31,.45),0 8px 18px -14px rgba(14,20,31,.22);
  backdrop-filter:saturate(180%) blur(14px);
  -webkit-backdrop-filter:saturate(180%) blur(14px);
}

.ysa-workspace-wrap.is-open .ysa-workspace-menu{
  display:flex;
}

.ysa-workspace-search-wrap{
  position:relative;
  margin-bottom:6px;
}

.ysa-workspace-search-wrap i{
  position:absolute;
  top:50%;
  left:11px;
  transform:translateY(-50%);
  color:var(--neutral-400);
  font-size:12px;
}

.ysa-workspace-search{
  width:100%;
  height:34px;
  padding:0 12px 0 32px;
  border:1px solid var(--neutral-150);
  border-radius:9px;
  background:var(--neutral-50);
  color:var(--neutral-900);
  font-size:13px;
  outline:none;
}

.ysa-workspace-search:focus{
  border-color:var(--brand-teal);
  background:var(--neutral-0);
}

.ysa-workspace-list{
  overflow:auto;
  overscroll-behavior:contain;
}

.ysa-workspace-option{
  width:100%;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:7px 8px;
  border:0;
  border-radius:9px;
  background:transparent;
  color:var(--neutral-900);
  text-align:left;
  cursor:pointer;
}

.ysa-workspace-option:hover,
.ysa-workspace-option.is-active{
  background:var(--neutral-100);
}

.ysa-workspace-option-mark{
  width:28px;
  height:28px;
  border-radius:8px;
  display:grid;
  place-items:center;
  flex-shrink:0;
  background:linear-gradient(135deg,#1B2230,#2E3441);
  color:#fff;
  font-size:12px;
  font-weight:650;
}

.ysa-workspace-option-text{
  min-width:0;
  flex:1;
  display:flex;
  flex-direction:column;
  gap:2px;
}

.ysa-workspace-option-text strong{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:13px;
  font-weight:600;
}

.ysa-workspace-option-text em{
  color:var(--neutral-500);
  font-size:11px;
  font-style:normal;
}

.ysa-workspace-option > i{
  color:var(--brand-teal-ink);
  font-size:12px;
}

.ysa-primary-nav{
  gap:1px;
  flex-shrink:0;
  min-width:0;
}

.ysa-nav-item{
  height:30px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:0 10px;
  border:0;
  border-radius:6px;
  background:transparent;
  color:var(--neutral-600);
  font-size:13px;
  font-weight:500;
  white-space:nowrap;
  cursor:pointer;
}

.ysa-nav-item:hover,
.ysa-nav-item.is-active{
  background:var(--neutral-100);
  color:var(--neutral-900);
}

.ysa-nav-item.is-active{
  font-weight:600;
}

.ysa-nav-item i:first-child{
  width:14px;
  text-align:center;
  opacity:.75;
}

.ysa-nav-chev{
  margin-left:-2px;
  font-size:10px;
  color:var(--neutral-500);
}

.ysa-more-wrap{
  position:relative;
  display:none;
}

.ysa-more-menu{
  position:absolute;
  top:36px;
  right:0;
  width:178px;
  padding:6px;
  border:1px solid var(--neutral-150);
  border-radius:10px;
  background:var(--neutral-0);
  box-shadow:0 12px 28px rgba(14,20,31,.12);
  display:none;
}

.ysa-more-wrap.is-open .ysa-more-menu{
  display:block;
}

.ysa-more-item{
  width:100%;
  height:32px;
  border:0;
  border-radius:7px;
  background:transparent;
  display:flex;
  align-items:center;
  gap:8px;
  padding:0 9px;
  color:var(--neutral-700);
  font-size:13px;
  font-weight:500;
  text-align:left;
  cursor:pointer;
}

.ysa-more-item:hover,
.ysa-more-item.is-active{
  background:var(--neutral-100);
  color:var(--neutral-900);
}

.ysa-shell-cmd{
  margin-left:auto;
  width:260px;
  min-width:150px;
  height:32px;
  padding:0 8px 0 10px;
  border:1px solid var(--neutral-150);
  border-radius:8px;
  background:var(--neutral-50);
  color:var(--neutral-500);
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  font-weight:450;
  overflow:hidden;
  cursor:text;
}

.ysa-shell-cmd:hover{
  background:var(--neutral-25);
  border-color:var(--neutral-200);
}

.ysa-shell-cmd > span:first-of-type{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.ysa-kbd{
  margin-left:auto;
  display:inline-flex;
  gap:2px;
  flex-shrink:0;
}

.ysa-kbd kbd{
  font-family:inherit;
  font-size:10.5px;
  font-weight:500;
  color:var(--neutral-500);
  background:var(--neutral-0);
  border:1px solid var(--neutral-200);
  border-radius:4px;
  padding:1px 5px;
  line-height:1.4;
}

.ysa-right-cluster{
  gap:6px;
  flex-shrink:0;
}

.ysa-shell-date{
  height:32px;
  display:flex;
  align-items:center;
}

.ysa-shell-date #time_selection_form{
  z-index:41 !important;
  height:32px !important;
  margin:0 !important;
  right:0 !important;
  padding:0 10px !important;
  display:flex !important;
  align-items:center !important;
  gap:7px !important;
  border:1px solid var(--neutral-200) !important;
  border-radius:8px !important;
  background:var(--neutral-0) !important;
  box-shadow:none !important;
}

.ysa-shell-date #time_selection_form strong{
  color:var(--neutral-500);
  font-size:13px;
}

.ysa-shell-date #datetimerange-selection{
  width:136px !important;
  height:28px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:var(--neutral-900) !important;
  font-size:12.5px !important;
  font-weight:500 !important;
  text-align:left !important;
}

.ysa-icon-btn{
  position:relative;
  width:32px;
  height:32px;
  border:1px solid transparent;
  border-radius:8px;
  display:grid;
  place-items:center;
  background:transparent;
  color:var(--neutral-700);
  cursor:pointer;
}

.ysa-icon-btn:hover{
  background:var(--neutral-100);
  color:var(--neutral-900);
}

.ysa-unread-dot{
  position:absolute;
  width:6px;
  height:6px;
  border-radius:50%;
  top:6px;
  right:6px;
  background:var(--brand-teal);
  border:1.5px solid var(--neutral-0);
}

.ysa-vsep{
  width:1px;
  height:18px;
  background:var(--neutral-200);
  margin:0 2px;
}

.ysa-user-chip{
  height:32px;
  padding:2px 8px 2px 3px;
  border:1px solid transparent;
  border-radius:999px;
  display:flex;
  align-items:center;
  gap:8px;
  background:transparent;
  cursor:pointer;
}

.ysa-user-chip:hover{
  background:var(--neutral-100);
}

.ysa-avatar{
  width:26px;
  height:26px;
  border-radius:50%;
  background:linear-gradient(135deg,#19B6A8,#5C7DD9);
  background-size:cover;
  background-position:center;
  color:#fff;
  font-size:10.5px;
  font-weight:600;
  display:grid;
  place-items:center;
}

.ysa-user-chip i{
  color:var(--neutral-500);
  font-size:10px;
}

.ysa-subnav{
  position:fixed;
  top:56px;
  left:0;
  right:0;
  height:44px;
  z-index:30;
  background:var(--neutral-0);
  border-bottom:1px solid var(--neutral-150);
}

.ysa-subnav-row{
  max-width:1640px;
  height:44px;
  margin:0 auto;
  padding:0 24px;
  display:flex;
  align-items:center;
}

.ysa-subnav-tabs{
  display:flex;
  align-items:center;
  min-width:0;
}

.ysa-subnav-tab{
  position:relative;
  height:44px;
  padding:0 14px;
  border:0;
  background:transparent;
  color:var(--neutral-500);
  font-size:13px;
  font-weight:500;
  white-space:nowrap;
  cursor:pointer;
}

.ysa-subnav-tab.is-hidden{
  display:none !important;
}

.ysa-subnav-tab:hover,
.ysa-subnav-tab.is-active{
  color:var(--neutral-900);
}

.ysa-subnav-tab.is-active{
  font-weight:600;
}

.ysa-subnav-tab.is-active:after{
  content:"";
  position:absolute;
  left:14px;
  right:14px;
  bottom:-1px;
  height:2px;
  background:var(--neutral-900);
}

.ysa-subnav-spacer{
  flex:1;
}

.ysa-live-strip{
  display:flex;
  align-items:center;
  flex-shrink:0;
}

.ysa-live-pill{
  height:28px;
  display:inline-flex;
  align-items:stretch;
  border:1px solid var(--neutral-200);
  border-radius:8px;
  background:var(--neutral-0);
  overflow:hidden;
  color:var(--neutral-900);
  font-size:12px;
  font-variant-numeric:tabular-nums;
}

.ysa-live-pill .seg{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:0 10px;
}

.ysa-live-pill .seg + .seg{
  border-left:1px solid var(--neutral-150);
}

.ysa-live-pill .lbl{
  color:var(--neutral-500);
  font-weight:450;
}

.ysa-live-pill b{
  font-weight:600;
}

.dotpulse{
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--brand-teal);
  position:relative;
}

.dotpulse:after{
  content:"";
  position:absolute;
  inset:-3px;
  border-radius:50%;
  border:1.5px solid var(--brand-teal);
  opacity:.35;
  animation:ysaPulse 1.8s ease-out infinite;
}

@keyframes ysaPulse{
  0%{transform:scale(.6); opacity:.55}
  100%{transform:scale(1.5); opacity:0}
}

.top_platform_bar.ysa-legacy-topbar,
#ysai-kpi-mini{
  display:none !important;
}

.ysa-mobile-tabbar{
  display:none;
}

.ysa-mobile-drawer{
  display:none;
}

.ysa-mobile-overlay-close{
  display:none;
}

div.popup_close_button i{
  display:none;
}

@media (min-width:721px){
  .framework_menu_left,
  .framework_bar_left{
    display:none !important;
  }
}

.framework_main{
  left:0 !important;
  right:0 !important;
  top:100px !important;
  bottom:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:var(--neutral-50) !important;
  background-image:none !important;
  overflow-x:hidden !important;
  overflow-y:auto !important;
}

body.chat_open .framework_main{
  right:350px !important;
}

.loading{
  left:0 !important;
  top:100px !important;
  border-radius:0 !important;
  z-index:31 !important;
}

.ysa-insights-page{
  max-width:1640px;
  margin:0 auto 50px !important;
  padding:24px 24px 80px !important;
  width:auto !important;
  color:var(--neutral-900);
}

.ysa-page-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 20px;
}

.ysa-page-title{
  margin:0;
  color:var(--neutral-900);
  font-size:22px !important;
  line-height:1.2;
  font-weight:650 !important;
}

.ysa-page-title span{
  color:var(--neutral-400);
  font-weight:500;
}

.ysa-page-sub,
.ysa-section-sub{
  margin-top:4px;
  color:var(--neutral-500);
  font-size:13px;
  line-height:1.4;
}

.ysa-page-actions{
  display:flex;
  gap:8px;
  flex-shrink:0;
}

.ysa-btn,
.ysa-section-link{
  height:32px;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid var(--neutral-200);
  border-radius:8px;
  background:var(--neutral-0);
  color:var(--neutral-900);
  padding:0 12px;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
}

.ysa-btn:hover,
.ysa-section-link:hover{
  background:var(--neutral-50);
}

.ysa-btn-primary{
  background:var(--neutral-900);
  border-color:var(--neutral-900);
  color:#fff;
}

.ysa-btn-primary:hover{
  background:var(--neutral-700);
}

#welcome_main.ysa-hero-shell{
  margin:0 0 36px !important;
  border-radius:14px !important;
  overflow:hidden !important;
  color:var(--neutral-900) !important;
}

#welcome.ysa-hero-card{
  position:relative !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 360px !important;
  gap:32px !important;
  align-items:start !important;
  padding:24px 28px !important;
  min-height:260px !important;
  border:1px solid var(--neutral-150) !important;
  border-radius:14px !important;
  background:var(--hero-gradient) !important;
  overflow:hidden !important;
  color:var(--neutral-900) !important;
}

#welcome.ysa-hero-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(900px 220px at 0% 0%,rgba(255,255,255,.45),transparent 60%),
    radial-gradient(600px 200px at 100% 100%,rgba(255,255,255,.25),transparent 60%);
}

.ysa-hero-copy,
.ysa-hero-side{
  position:relative;
}

.ysa-hero-kicker{
  margin:0 0 8px;
  color:#3F4754;
  font-size:11px;
  font-weight:600;
  line-height:1.2;
  letter-spacing:.10em !important;
  text-transform:uppercase;
}

.ysa-hero-copy h2{
  margin:0 0 12px !important;
  color:var(--neutral-900) !important;
  font-size:22px !important;
  line-height:1.22;
  font-weight:600 !important;
}

.ysa-hero-copy p{
  max-width:780px;
  margin:0 0 14px !important;
  padding:0 !important;
  color:#1F2937;
  font-size:13.5px;
  line-height:1.6;
}

.ysa-hero-signoff{
  color:#1F2937;
  font-size:13px;
  line-height:1.55;
}

.ysa-hero-signoff strong{
  font-weight:700;
}

.ysa-hero-actions{
  display:flex;
  gap:8px;
  margin-top:18px;
}

.ysa-hero-primary,
.ysa-hero-secondary{
  height:34px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  border-radius:8px;
  padding:0 14px;
  font-size:13px;
  font-weight:500;
  cursor:pointer;
}

.ysa-hero-primary{
  background:var(--neutral-900);
  border:1px solid var(--neutral-900);
  color:#fff;
}

.ysa-hero-secondary{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(14,20,31,.12);
  color:var(--neutral-900);
  backdrop-filter:blur(8px);
}

.ysa-hero-side{
  background:rgba(255,255,255,.55);
  border:1px solid rgba(255,255,255,.7);
  border-radius:10px;
  backdrop-filter:blur(10px);
  padding:14px 16px;
}

.ysa-hero-side h4{
  margin:0 0 10px;
  color:#3F4754;
  font-size:11px;
  font-weight:600;
  letter-spacing:.10em !important;
  text-transform:uppercase;
}

.ysa-mini-stat{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  padding:8px 0;
  border-top:1px solid rgba(14,20,31,.08);
  color:#3F4754;
  font-size:13px;
}

.ysa-mini-stat:first-of-type{
  border-top:0;
}

.ysa-mini-stat b{
  color:var(--neutral-900);
  font-weight:600;
  font-variant-numeric:tabular-nums;
}

.ysa-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:36px 0 14px;
}

.ysa-section-head h2{
  margin:0 !important;
  color:var(--neutral-900) !important;
  font-size:15px !important;
  line-height:1.3;
  font-weight:600 !important;
}

.ysa-section-link{
  border-color:transparent;
  background:transparent;
  color:var(--neutral-700);
  padding:0;
}

.smart-analysis-wrap{
  margin:0 !important;
}

.smart-panel{
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}

.smart-rec-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:12px !important;
}

.smart-rec-card{
  position:relative;
  min-height:168px;
  padding:18px 18px 16px !important;
  border:1px solid var(--neutral-150) !important;
  border-radius:12px !important;
  background:var(--neutral-0) !important;
  box-shadow:none !important;
  transition:border-color .15s,box-shadow .15s;
  cursor:pointer;
}

.smart-rec-card:hover{
  border-color:var(--neutral-200) !important;
  box-shadow:0 1px 0 rgba(0,0,0,.02),0 6px 18px -10px rgba(0,0,0,.18) !important;
}

.smart-rec-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:10px;
}

.smart-rec-type{
  display:flex;
  align-items:center;
  gap:6px;
  margin:0 !important;
  color:var(--neutral-500) !important;
  font-size:10.5px !important;
  font-weight:600;
  letter-spacing:.10em !important;
  text-transform:uppercase;
}

.smart-rec-type span{
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--brand-teal);
}

.smart-rec-priority{
  border-radius:5px;
  background:var(--neutral-100);
  color:var(--neutral-700);
  padding:2px 7px;
  font-size:11px;
  font-weight:600;
}

.smart-rec-title{
  margin:0 0 6px !important;
  color:var(--neutral-900) !important;
  font-size:14.5px !important;
  line-height:1.3;
  font-weight:600 !important;
}

.smart-rec-why,
.smart-rec-action{
  margin:0 !important;
  color:var(--neutral-600) !important;
  font-size:12.5px !important;
  line-height:1.5;
  font-weight:450;
}

.smart-rec-action{
  margin-top:6px !important;
}

.smart-rec-meta{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid var(--neutral-100);
  color:var(--neutral-500);
  font-size:11.5px;
  font-variant-numeric:tabular-nums;
}

.smart-rec-meta b{
  margin-right:2px;
  color:var(--neutral-800);
  font-weight:600;
}

.smart-rec-arrow{
  position:absolute;
  top:18px;
  right:18px;
  opacity:0;
  color:var(--neutral-500);
  transform:translateX(-4px);
  transition:opacity .15s,transform .15s;
}

.smart-rec-card:hover .smart-rec-arrow{
  opacity:1;
  transform:translateX(0);
}

.smart-empty{
  border:1px solid var(--neutral-150) !important;
  border-radius:12px !important;
  background:var(--neutral-0) !important;
  color:var(--neutral-500) !important;
}

.ysa-account-card{
  overflow:hidden;
  border:1px solid var(--neutral-150);
  border-radius:12px;
  background:var(--neutral-0);
}

.ysa-account-row{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 18px;
  border-top:1px solid var(--neutral-100);
  font-size:13px;
  line-height:1.4;
}

.ysa-account-row:first-child{
  border-top:0;
}

.ysa-account-check{
  width:20px;
  height:20px;
  border-radius:6px;
  border:1.5px dashed var(--neutral-300);
  display:grid;
  place-items:center;
  flex-shrink:0;
  color:var(--brand-teal-ink);
  font-size:10px;
}

.ysa-account-row.done .ysa-account-check{
  border-style:solid;
  border-color:var(--brand-teal);
  background:rgba(25,182,168,.12);
}

.ysa-account-body{
  min-width:0;
  flex:1;
}

.ysa-account-title{
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--neutral-900);
  font-weight:550;
}

.ysa-account-desc{
  margin-top:2px;
  color:var(--neutral-500);
  font-size:12px;
}

.ysa-account-pill{
  border-radius:5px;
  padding:3px 7px;
  font-size:10.5px;
  font-weight:600;
  letter-spacing:.06em !important;
  text-transform:uppercase;
  white-space:nowrap;
}

.ysa-account-pill.todo{
  background:#FFF1D6;
  color:#8A5A00;
}

.ysa-account-pill.req{
  background:#5A1F1C;
  color:#FFB8B3;
}

.ysa-account-pill.pending{
  background:var(--warn-bg);
  color:var(--warn-ink);
}

.ysa-account-pill.done{
  background:var(--neutral-100);
  color:var(--brand-teal-ink);
}

.ysa-account-action{
  height:28px;
  padding:0 10px;
  border:1px solid var(--neutral-200);
  border-radius:6px;
  background:var(--neutral-0);
  color:var(--neutral-900);
  font-size:12px;
  font-weight:500;
  white-space:nowrap;
  cursor:pointer;
}

.ysa-account-action:hover{
  background:var(--neutral-50);
}

.ysa-account-row.dark{
  background:var(--neutral-900);
  border-color:var(--neutral-900);
}

.ysa-account-row.dark .ysa-account-title{
  color:#fff;
}

.ysa-account-row.dark .ysa-account-desc{
  color:#9BA3B0;
}

.ysa-account-row.dark .ysa-account-check{
  border-color:rgba(255,255,255,.3);
  background:transparent;
  color:#9BE8DF;
}

.ysa-account-row.dark .ysa-account-action{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.15);
  color:#fff;
}

.ysa-account-row.warn{
  background:var(--warn-bg);
  border-color:var(--warn-line);
}

.ysa-account-row.warn .ysa-account-title{
  color:#5A4708;
}

.ysa-account-row.warn .ysa-account-desc{
  color:#7A6512;
}

.ysa-account-row.warn .ysa-account-check{
  border-color:#C9B560;
  color:#8A6E0D;
}

.ysa-stats-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
}

.ysa-stat-card{
  min-height:148px;
  padding:16px 16px 14px;
  border:1px solid var(--neutral-150);
  border-radius:12px;
  background:var(--neutral-0);
  color:var(--neutral-900);
  display:flex;
  flex-direction:column;
  gap:6px;
  text-align:left;
  font-variant-numeric:tabular-nums;
}

.ysa-stat-button{
  cursor:pointer;
}

.ysa-stat-button:hover{
  border-color:var(--neutral-200);
  box-shadow:0 1px 0 rgba(0,0,0,.02),0 6px 18px -10px rgba(0,0,0,.18);
}

.ysa-stat-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}

.ysa-stat-label{
  display:flex;
  align-items:center;
  gap:6px;
  color:var(--neutral-600);
  font-size:12px;
  line-height:1.2;
  font-weight:550;
}

.ysa-info-chip{
  width:13px;
  height:13px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:var(--neutral-100);
  color:var(--neutral-500);
  font-size:9px;
  font-weight:600;
}

.ysa-star{
  color:#E0A82E;
  font-size:12px;
}

.ysa-delta{
  color:var(--positive);
  font-size:11.5px;
  line-height:1.2;
  font-weight:600;
  white-space:nowrap;
}

.ysa-delta.down{
  color:var(--negative);
}

.ysa-delta.zero{
  color:var(--neutral-500);
}

.ysa-stat-number{
  margin-top:6px;
  color:var(--neutral-900);
  font-size:28px;
  line-height:1.05;
  font-weight:650;
}

.ysa-stat-number span{
  color:var(--neutral-500);
  font-size:12px;
  font-weight:500;
}

.ysa-stat-desc{
  color:var(--neutral-500);
  font-size:11.5px;
  line-height:1.4;
}

.ysa-spark{
  width:100%;
  height:32px;
  margin-top:auto;
  padding-top:6px;
}

.ysa-command-popup #popup_content{
  max-width:560px;
  margin:80px auto 0;
}

.ysa-command-palette{
  border:1px solid var(--neutral-150);
  border-radius:14px;
  background:var(--neutral-0);
  box-shadow:0 24px 70px rgba(14,20,31,.20);
  overflow:hidden;
}

.ysa-command-head{
  height:52px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  border-bottom:1px solid var(--neutral-150);
  color:var(--neutral-500);
}

.ysa-command-head input{
  flex:1;
  height:40px;
  border:0 !important;
  background:transparent !important;
  color:var(--neutral-900) !important;
  font-size:14px !important;
  outline:0;
}

.ysa-command-kbd{
  border:1px solid var(--neutral-200);
  border-radius:5px;
  padding:2px 6px;
  color:var(--neutral-500);
  font-size:11px;
}

.ysa-command-list{
  padding:8px;
}

.ysa-command-list button{
  width:100%;
  height:38px;
  display:flex;
  align-items:center;
  gap:10px;
  border:0;
  border-radius:8px;
  background:transparent;
  color:var(--neutral-700);
  padding:0 10px;
  font-size:13px;
  font-weight:500;
  text-align:left;
  cursor:pointer;
}

.ysa-command-list button:hover{
  background:var(--neutral-100);
  color:var(--neutral-900);
}

@media (max-width:1280px){
  .ysa-shell-collapsible{
    display:none;
  }
  .ysa-more-wrap{
    display:block;
  }
  .ysa-shell-cmd{
    width:210px;
  }
}

@media (max-width:1120px){
  .ysa-shell-cmd{
    width:170px;
  }
  .ysa-kbd{
    display:none;
  }
  .ysa-shell-date #datetimerange-selection{
    width:118px !important;
  }
}

@media (max-width:900px){
  .ysa-subnav-tabs{
    overflow-x:auto;
    overflow-y:hidden;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
  }
  .ysa-subnav-tabs::-webkit-scrollbar{
    display:none;
  }
  .ysa-subnav-spacer{
    min-width:16px;
  }
  .ysa-live-pill{
    flex-shrink:0;
  }
  #welcome.ysa-hero-card{
    grid-template-columns:1fr !important;
  }
  .smart-rec-grid,
  .ysa-stats-grid{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:720px){
  body{
    padding-bottom:calc(64px + env(safe-area-inset-bottom,0px)) !important;
  }
  .ysa-topbar{
    height:calc(56px + env(safe-area-inset-top,0px));
  }
  .ysa-topbar-row{
    height:calc(56px + env(safe-area-inset-top,0px));
    padding:calc(8px + env(safe-area-inset-top,0px)) 12px 8px;
    gap:8px;
    max-width:none;
  }
  .ysa-shell-mobile-menu{
    display:grid;
    place-items:center;
    flex-shrink:0;
    width:40px;
    height:40px;
    border:0;
    border-radius:10px;
    background:transparent;
    font-size:17px;
  }
  .ysa-brand-name,
  .ysa-crumb-slash,
  .ysa-primary-nav,
  .ysa-help-btn,
  .ysa-vsep,
  .ysa-shell-date{
    display:none !important;
  }
  .ysa-brand-wrap{
    min-width:0;
    flex:1;
    gap:0;
  }
  .ysa-brand{
    display:none;
  }
  .ysa-workspace{
    flex:1;
    min-width:0;
    height:36px;
    padding:0 10px 0 4px;
    border-radius:10px;
  }
  .ysa-workspace-wrap{
    min-width:0;
    flex:1;
  }
  .ysa-workspace-menu{
    position:fixed;
    top:calc(52px + env(safe-area-inset-top,0px));
    left:12px;
    right:12px;
    width:auto;
    max-height:min(430px,62vh);
    border-radius:14px;
  }
  .ysa-ws-mark{
    width:24px;
    height:24px;
    border-radius:6px;
    font-size:11px;
  }
  .ysa-ws-name{
    max-width:none;
    font-size:14px;
    font-weight:600;
  }
  .ysa-right-cluster{
    margin-left:auto;
    gap:2px;
  }
  .ysa-shell-cmd{
    width:40px;
    min-width:40px;
    height:40px;
    padding:0;
    border:0;
    border-radius:10px;
    background:transparent;
    color:var(--neutral-800);
    display:grid !important;
    place-items:center;
    cursor:pointer;
  }
  .ysa-shell-cmd span,
  .ysa-kbd{
    display:none !important;
  }
  .ysa-notification-btn{
    display:grid !important;
    width:40px;
    height:40px;
    border:0;
    border-radius:10px;
    font-size:16px;
  }
  .ysa-unread-dot{
    top:9px;
    right:10px;
    width:7px;
    height:7px;
  }
  .ysa-user-chip{
    width:36px;
    height:36px;
    padding:0;
    border-radius:50%;
    display:grid;
    place-items:center;
  }
  .ysa-user-chip i{
    display:none;
  }
  .ysa-avatar{
    width:30px;
    height:30px;
    font-size:11px;
  }
  .ysa-subnav{
    top:calc(56px + env(safe-area-inset-top,0px));
    height:49px;
    border-bottom:0;
  }
  .ysa-subnav-row{
    height:49px;
    max-width:none;
    padding:0;
    display:block;
  }
  .ysa-subnav-tabs{
    height:49px;
    padding:8px 12px;
    gap:4px;
    border-bottom:1px solid var(--neutral-150);
    background:var(--neutral-0);
  }
  .ysa-subnav-tab{
    height:32px;
    padding:0 12px;
    border:1px solid var(--neutral-150);
    border-radius:8px;
    background:var(--neutral-50);
    color:var(--neutral-600);
    font-size:13px;
    flex-shrink:0;
  }
  .ysa-subnav-tab.is-active{
    color:#fff;
    background:var(--neutral-900);
    border-color:var(--neutral-900);
    font-weight:600;
  }
  .ysa-subnav-tab.is-active:after{
    display:none;
  }
  .ysa-subnav-spacer{
    display:none;
  }
  .ysa-live-strip{
    display:none !important;
  }
  .ysa-mobile-tabbar{
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:35;
    height:calc(64px + env(safe-area-inset-bottom,0px));
    padding-bottom:env(safe-area-inset-bottom,0px);
    display:grid;
    grid-template-columns:repeat(5,1fr);
    align-items:center;
    background:rgba(255,255,255,.92);
    border-top:1px solid var(--neutral-150);
    backdrop-filter:saturate(180%) blur(12px);
    -webkit-backdrop-filter:saturate(180%) blur(12px);
  }
  .ysa-mobile-tab{
    min-width:0;
    height:64px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:3px;
    border:0;
    background:transparent;
    color:var(--neutral-500);
    font-size:10.5px;
    font-weight:500;
  }
  .ysa-mobile-tab i{
    font-size:18px;
  }
  .ysa-mobile-tab.is-active{
    color:var(--neutral-900);
    font-weight:600;
  }
  .ysa-mobile-tab-fab i{
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    border-radius:14px;
    background:var(--neutral-900);
    color:#fff;
    font-size:17px;
    box-shadow:0 6px 16px -6px rgba(14,20,31,.4),0 2px 4px rgba(14,20,31,.12);
  }
  .ysa-mobile-tab-fab span{
    display:none;
  }
  .ysa-mobile-overlay-close{
    display:none;
  }
  html.ysa_mobile_overlay_open .ysa-mobile-overlay-close{
    display:none !important;
  }
  html.ysa_mobile_overlay_open .framework_main{
    left:0 !important;
    right:0 !important;
    top:calc(105px + env(safe-area-inset-top,0px)) !important;
    bottom:calc(64px + env(safe-area-inset-bottom,0px)) !important;
    z-index:34 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:var(--neutral-50) !important;
    box-shadow:none !important;
    overflow:auto !important;
  }
  html.ysa_mobile_overlay_open .framework_main:before{
    display:none !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations{
    padding:0 !important;
    overflow:hidden !important;
    background:var(--neutral-0) !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .conversations_inbox_left{
    position:absolute !important;
    inset:0 !important;
    width:auto !important;
    margin:0 !important;
    padding:0 0 96px !important;
    border:0 !important;
    border-radius:0 !important;
    background:var(--neutral-0) !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .conversation_inbox_header{
    position:sticky !important;
    top:0 !important;
    left:auto !important;
    right:auto !important;
    width:auto !important;
    height:62px !important;
    margin:0 !important;
    padding:18px 18px 8px !important;
    border-radius:0 !important;
    border-bottom:1px solid var(--neutral-150) !important;
    background:rgba(255,255,255,.92) !important;
    box-shadow:none !important;
    backdrop-filter:saturate(180%) blur(12px) !important;
    -webkit-backdrop-filter:saturate(180%) blur(12px) !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .conversation_inbox_header h2{
    margin:0 !important;
    color:var(--neutral-900) !important;
    font-size:19px !important;
    line-height:1.2 !important;
    letter-spacing:-.018em !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations #conversation_inbox_results,
  html.ysa_mobile_overlay_open .framework_main.conversations #sort_order,
  html.ysa_mobile_overlay_open .framework_main.conversations #xhr_searchinbox,
  html.ysa_mobile_overlay_open .framework_main.conversations #xhr_searchinbox_loading,
  html.ysa_mobile_overlay_open .framework_main.conversations #scroll_warning{
    display:none !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search{
    position:absolute !important;
    top:62px !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    z-index:8 !important;
    width:auto !important;
    height:58px !important;
    display:block !important;
    margin:0 !important;
    padding:8px 18px 10px !important;
    border:0 !important;
    border-bottom:1px solid var(--neutral-150) !important;
    border-radius:0 !important;
    background:rgba(255,255,255,.94) !important;
    box-shadow:none !important;
    backdrop-filter:saturate(180%) blur(12px) !important;
    -webkit-backdrop-filter:saturate(180%) blur(12px) !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search form{
    position:relative !important;
    height:40px !important;
    margin:0 !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search #searchfield{
    width:100% !important;
    height:40px !important;
    margin:0 !important;
    padding:0 14px 0 38px !important;
    border:1px solid var(--neutral-150) !important;
    border-radius:11px !important;
    background:var(--neutral-50) !important;
    color:var(--neutral-900) !important;
    font-size:15px !important;
    box-sizing:border-box !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search i.fa-search{
    position:absolute !important;
    top:50% !important;
    left:14px !important;
    transform:translateY(-50%) !important;
    color:var(--neutral-400) !important;
    font-size:14px !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search #datetimerange-input1,
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search #datetimerange-startday,
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search #datetimerange-endday,
  html.ysa_mobile_overlay_open .framework_main.conversations .search_form.conversations_inbox_left_search i.fa-calendar-alt{
    display:none !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations #xhr_conversations{
    margin-top:120px !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .conversations_inbox_item{
    min-height:92px !important;
    margin:0 !important;
    padding:16px 18px 14px 56px !important;
    border-top:0 !important;
    border-bottom:1px solid var(--neutral-100) !important;
    background:var(--neutral-0) !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .conversations_inbox_item.active,
  html.ysa_mobile_overlay_open .framework_main.conversations .conversations_inbox_item:hover{
    background:var(--neutral-50) !important;
    background-image:none !important;
  }
  html.ysa_mobile_overlay_open .framework_main.conversations .conversations_inbox_item.active:before{
    display:none !important;
  }
  .ysa-mobile-conversation-pane{
    --ysa-pane-drag:0px;
    --ysa-detail-drag:0px;
    --ysa-main-drag:0px;
    --ysa-main-opacity:1;
    position:absolute;
    inset:0;
    z-index:6;
    background:var(--neutral-50);
    transform:translateX(calc(100% + var(--ysa-pane-drag)));
    transition:transform .24s cubic-bezier(.4,0,.2,1);
    overflow:hidden;
    touch-action:pan-y;
  }
  .ysa-mobile-conversation-pane.is-open{
    transform:translateX(var(--ysa-pane-drag));
  }
  .ysa-mobile-conversation-pane.is-dragging,
  .ysa-mobile-conversation-pane.is-dragging .xhr_conversation_profile,
  .ysa-mobile-conversation-pane.is-dragging .conversation_header,
  .ysa-mobile-conversation-pane.is-dragging #xhr_conversation,
  .ysa-mobile-conversation-pane.is-dragging .conversation_add_message{
    transition:none !important;
  }
  .ysa-mobile-pane-body{
    position:absolute;
    inset:0;
    overflow:hidden;
  }
  .ysa-mobile-pane-loading{
    position:absolute;
    inset:0;
    background:var(--neutral-50);
  }
  .ysa-mobile-pane-back{
    position:absolute;
    top:10px;
    left:10px;
    z-index:10;
    width:38px;
    height:38px;
    display:grid;
    place-items:center;
    border:1px solid var(--neutral-150);
    border-radius:11px;
    background:rgba(255,255,255,.94);
    color:var(--neutral-900);
    font-size:15px;
  }
  .ysa-mobile-conversation-pane .conversation_header{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    height:64px !important;
    display:block !important;
    z-index:5 !important;
    padding:10px 12px 8px 56px !important;
    border-radius:0 !important;
    border:0 !important;
    border-bottom:1px solid var(--neutral-150) !important;
    background:rgba(255,255,255,.94) !important;
    box-shadow:none !important;
    color:var(--neutral-900) !important;
    overflow:hidden !important;
    transform:translateX(var(--ysa-main-drag));
    opacity:var(--ysa-main-opacity);
    transition:transform .22s ease, opacity .22s ease;
  }
  .ysa-mobile-conversation-pane .conversation_header .avatar_very_small{
    display:none !important;
  }
  .ysa-mobile-conversation-pane .conversation_header h2{
    margin:2px 0 4px !important;
    overflow:hidden !important;
    color:var(--neutral-900) !important;
    font-size:14px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  .ysa-mobile-conversation-pane .conversation_header .manualmode_thread{
    display:none !important;
  }
  .ysa-mobile-conversation-pane #xhr_conversation{
    position:absolute !important;
    top:64px !important;
    left:0 !important;
    right:0 !important;
    bottom:94px !important;
    width:auto !important;
    margin:0 !important;
    padding:16px 14px 24px !important;
    background:var(--neutral-50) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    transform:translateX(var(--ysa-main-drag));
    opacity:var(--ysa-main-opacity);
    transition:transform .22s ease, opacity .22s ease;
  }
  .ysa-mobile-conversation-pane .conversation_add_message{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    z-index:5 !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:10px 12px 12px !important;
    border:0 !important;
    border-top:1px solid var(--neutral-150) !important;
    border-radius:0 !important;
    background:var(--neutral-0) !important;
    box-shadow:none !important;
    color:var(--neutral-900) !important;
    transform:translateX(var(--ysa-main-drag));
    opacity:var(--ysa-main-opacity);
    transition:transform .22s ease, opacity .22s ease;
  }
  .ysa-mobile-conversation-pane #conversation_message{
    min-height:38px !important;
    max-height:112px !important;
    margin:0 0 8px !important;
    border:1px solid var(--neutral-150) !important;
    border-radius:10px !important;
    background:var(--neutral-50) !important;
    color:var(--neutral-900) !important;
    font-size:16px !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:auto !important;
    bottom:0 !important;
    z-index:7 !important;
    width:100% !important;
    height:auto !important;
    padding:56px 16px 24px !important;
    border:0 !important;
    border-left:1px solid var(--neutral-150) !important;
    border-radius:0 !important;
    background:var(--neutral-0) !important;
    box-shadow:none !important;
    overflow-y:auto !important;
    transform:translateX(calc(100% + var(--ysa-detail-drag)));
    transition:transform .22s ease;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile:after{
    display:none !important;
  }
  html.ysa_mobile_chat_detail_open .ysa-mobile-conversation-pane .xhr_conversation_profile{
    transform:translateX(var(--ysa-detail-drag));
  }
  html.ysa_mobile_chat_detail_open .ysa-mobile-conversation-pane .conversation_header,
  html.ysa_mobile_chat_detail_open .ysa-mobile-conversation-pane #xhr_conversation,
  html.ysa_mobile_chat_detail_open .ysa-mobile-conversation-pane .conversation_add_message{
    transform:translateX(-28%);
    opacity:.18;
    pointer-events:none;
  }
  .ysa-mobile-conversation-pane .conversation_header{
    height:76px !important;
    padding:12px 14px 10px 62px !important;
  }
  .ysa-mobile-conversation-pane .ysa-conv-header-copy{
    padding-left:0 !important;
    margin-top:0 !important;
  }
  .ysa-mobile-conversation-pane .ysa-conv-header-title{
    max-width:100% !important;
    margin:0 0 7px !important;
    font-size:15px !important;
    line-height:1.18 !important;
    font-weight:650 !important;
    letter-spacing:-.018em !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  .ysa-mobile-conversation-pane .ysa-conv-header-meta{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:5px !important;
    margin:0 !important;
    color:var(--neutral-500) !important;
    font-size:10.8px !important;
    line-height:1 !important;
  }
  .ysa-mobile-conversation-pane .ysa-conv-header-meta span{
    min-height:22px !important;
    display:inline-flex !important;
    align-items:center !important;
    gap:3px !important;
    padding:0 7px !important;
    border:1px solid var(--neutral-150) !important;
    border-radius:999px !important;
    background:var(--neutral-50) !important;
    color:var(--neutral-600) !important;
  }
  .ysa-mobile-conversation-pane .ysa-conv-header-meta a{
    color:var(--neutral-800) !important;
    text-decoration:none !important;
    font-weight:600 !important;
  }
  .ysa-mobile-conversation-pane #xhr_conversation{
    top:76px !important;
    bottom:162px !important;
    padding:18px 18px 24px !important;
  }
  .ysa-mobile-conversation-pane .conversation_add_message{
    min-height:162px !important;
    padding:12px 16px calc(14px + env(safe-area-inset-bottom,0px)) !important;
  }
  .ysa-mobile-conversation-pane #conversation_add_message_form{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:8px 10px !important;
    align-items:center !important;
    margin:0 !important;
  }
  .ysa-mobile-conversation-pane #conversation_message{
    grid-column:1 / -1 !important;
    width:100% !important;
    min-height:42px !important;
    max-height:92px !important;
    padding:11px 14px !important;
    margin:0 !important;
    border-radius:12px !important;
    font-size:15px !important;
    line-height:1.35 !important;
    box-sizing:border-box !important;
  }
  .ysa-mobile-conversation-pane .conversation_add_message a.submit{
    grid-column:1 !important;
    justify-self:start !important;
    min-height:36px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    margin:0 !important;
    padding:0 15px !important;
    border-radius:999px !important;
    background:var(--neutral-900) !important;
    color:#fff !important;
    font-size:13px !important;
    font-weight:600 !important;
    text-decoration:none !important;
  }
  .ysa-mobile-conversation-pane #form_response_generate_answer{
    grid-column:2 !important;
  }
  .ysa-mobile-conversation-pane .conversation_add_message form > div[style*="position:absolute"]{
    position:static !important;
    grid-column:1 / -1 !important;
    justify-self:start !important;
    display:block !important;
    margin:0 !important;
  }
  .ysa-mobile-conversation-pane .conversation_add_message table,
  .ysa-mobile-conversation-pane .conversation_add_message tbody,
  .ysa-mobile-conversation-pane .conversation_add_message tr{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
    width:auto !important;
  }
  .ysa-mobile-conversation-pane .conversation_add_message td{
    display:flex !important;
    align-items:center !important;
    width:auto !important;
    padding:0 !important;
    color:var(--neutral-600) !important;
    font-size:12px !important;
    white-space:nowrap !important;
  }
  .ysa-mobile-conversation-pane .conversation_add_message td div[style*="position: relative"]{
    margin:0 !important;
    position:static !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile{
    padding:58px 20px 24px !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile h3{
    margin:0 0 20px !important;
    color:var(--neutral-900) !important;
    font-size:20px !important;
    line-height:1.2 !important;
    font-weight:650 !important;
    letter-spacing:-.018em !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile table.table,
  .ysa-mobile-conversation-pane .xhr_conversation_profile table.table tbody{
    display:block !important;
    width:100% !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile table.table tr{
    display:grid !important;
    grid-template-columns:110px minmax(0,1fr) !important;
    gap:10px !important;
    align-items:start !important;
    margin:0 0 10px !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile table.table td{
    display:block !important;
    padding:0 !important;
    color:var(--neutral-800) !important;
    font-size:14px !important;
    line-height:1.35 !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile table.table td:first-child{
    color:var(--neutral-900) !important;
    font-weight:650 !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile a{
    color:var(--neutral-800) !important;
    text-decoration:underline !important;
    text-underline-offset:3px !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile hr{
    width:100% !important;
    margin:22px 0 14px !important;
    border:0 !important;
    border-top:1px solid var(--neutral-150) !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile .conversation.label{
    width:auto !important;
    min-height:34px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    margin:4px 6px 4px 0 !important;
    padding:0 13px !important;
    border-radius:999px !important;
    font-size:13px !important;
    font-weight:600 !important;
    line-height:1 !important;
    white-space:nowrap !important;
  }
  .ysa-mobile-conversation-pane .xhr_conversation_profile .labelform{
    border-radius:10px !important;
    margin-bottom:6px !important;
    background:var(--neutral-50) !important;
    color:var(--neutral-900) !important;
    font-size:13px !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation{
    position:fixed !important;
    top:60px !important;
    left:10px !important;
    right:10px !important;
    bottom:calc(64px + env(safe-area-inset-bottom,0px)) !important;
    z-index:38 !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    border:1px solid var(--neutral-150) !important;
    border-radius:16px 16px 0 0 !important;
    background:var(--neutral-50) !important;
    box-shadow:0 -8px 36px rgba(14,20,31,.18) !important;
    overflow:hidden !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation #popup_content{
    height:100% !important;
    overflow:hidden !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation .popup_close_button{
    position:absolute !important;
    top:12px !important;
    left:12px !important;
    right:auto !important;
    z-index:8 !important;
    width:36px !important;
    height:36px !important;
    display:grid !important;
    place-items:center !important;
    border:1px solid var(--neutral-150) !important;
    border-radius:10px !important;
    background:var(--neutral-0) !important;
    color:var(--neutral-900) !important;
    box-shadow:0 8px 24px rgba(14,20,31,.10) !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation .popup_close_button:before,
  html.ysa_mobile_overlay_open #popup.conversation .popup_close_button:after{
    display:none !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation .popup_close_button i{
    display:block !important;
    font-size:16px !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation .conversation_header{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:auto !important;
    height:64px !important;
    display:block !important;
    z-index:5 !important;
    padding:10px 12px 8px 56px !important;
    border-radius:16px 16px 0 0 !important;
    border:0 !important;
    border-bottom:1px solid var(--neutral-150) !important;
    background:rgba(255,255,255,.94) !important;
    box-shadow:none !important;
    color:var(--neutral-900) !important;
    overflow:hidden !important;
    transition:transform .22s ease, opacity .22s ease;
  }
  html.ysa_mobile_overlay_open #popup.conversation .conversation_header .avatar_very_small{
    display:none !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation .conversation_header h2{
    margin:2px 0 4px !important;
    overflow:hidden !important;
    color:var(--neutral-900) !important;
    font-size:14px !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation .conversation_header .manualmode_thread{
    display:none !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation #xhr_conversation{
    position:absolute !important;
    top:64px !important;
    left:0 !important;
    right:0 !important;
    bottom:94px !important;
    width:auto !important;
    margin:0 !important;
    padding:16px 14px 24px !important;
    background:var(--neutral-50) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    transition:transform .22s ease, opacity .22s ease;
  }
  html.ysa_mobile_overlay_open #popup.conversation .conversation_add_message{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    z-index:5 !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:10px 12px 12px !important;
    border:0 !important;
    border-top:1px solid var(--neutral-150) !important;
    border-radius:0 !important;
    background:var(--neutral-0) !important;
    box-shadow:none !important;
    color:var(--neutral-900) !important;
    transition:transform .22s ease, opacity .22s ease;
  }
  html.ysa_mobile_overlay_open #popup.conversation #conversation_message{
    min-height:38px !important;
    max-height:112px !important;
    margin:0 0 8px !important;
    border:1px solid var(--neutral-150) !important;
    border-radius:10px !important;
    background:var(--neutral-50) !important;
    color:var(--neutral-900) !important;
    font-size:16px !important;
  }
  html.ysa_mobile_overlay_open #popup.conversation .xhr_conversation_profile{
    position:absolute !important;
    top:0 !important;
    left:100% !important;
    right:auto !important;
    bottom:0 !important;
    z-index:7 !important;
    width:100% !important;
    height:auto !important;
    padding:56px 16px 24px !important;
    border:0 !important;
    border-left:1px solid var(--neutral-150) !important;
    border-radius:16px 16px 0 0 !important;
    background:var(--neutral-0) !important;
    box-shadow:none !important;
    overflow-y:auto !important;
    transform:translateX(0);
    transition:transform .22s ease;
  }
  html.ysa_mobile_overlay_open #popup.conversation .xhr_conversation_profile:after{
    display:none !important;
  }
  html.ysa_mobile_chat_detail_open #popup.conversation .xhr_conversation_profile{
    transform:translateX(-100%);
  }
  html.ysa_mobile_chat_detail_open #popup.conversation .conversation_header,
  html.ysa_mobile_chat_detail_open #popup.conversation #xhr_conversation,
  html.ysa_mobile_chat_detail_open #popup.conversation .conversation_add_message{
    transform:translateX(-28%);
    opacity:.18;
    pointer-events:none;
  }
  .ysa-mobile-drawer{
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    z-index:45;
    width:min(86vw,340px);
    display:flex;
    flex-direction:column;
    background:var(--neutral-0);
    border-right:1px solid var(--neutral-150);
    transform:translateX(-100%);
    transition:transform .22s cubic-bezier(.4,0,.2,1);
    padding-top:env(safe-area-inset-top,0px);
    padding-bottom:env(safe-area-inset-bottom,0px);
    overflow-y:auto;
    -webkit-overflow-scrolling:touch;
  }
  html.menu_visible .ysa-mobile-drawer{
    transform:translateX(0);
  }
  .ysa-drawer-head{
    height:64px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding:12px 20px;
    border-bottom:1px solid var(--neutral-150);
  }
  .ysa-drawer-brand{
    min-width:0;
    display:flex;
    align-items:center;
  }
  .ysa-drawer-logo{
    display:block;
    width:auto;
    height:31px;
    max-width:220px;
    object-fit:contain;
  }
  .ysa-drawer-brand-mark{
    width:30px;
    height:30px;
    border-radius:8px;
    background:var(--brand-teal);
    display:grid;
    place-items:center;
    flex-shrink:0;
  }
  .ysa-drawer-wordmark{
    min-width:0;
    color:var(--neutral-900);
    font-size:15px;
    line-height:1;
    font-weight:650;
    white-space:nowrap;
  }
  .ysa-drawer-wordmark span{
    color:var(--neutral-400);
    font-weight:550;
  }
  .ysa-drawer-close{
    width:36px;
    height:36px;
    border:0;
    border-radius:10px;
    background:transparent;
    color:var(--neutral-900);
    display:grid;
    place-items:center;
    font-size:20px;
  }
  .ysa-drawer-workspace{
    width:100%;
    min-height:82px;
    display:flex;
    align-items:center;
    gap:12px;
    padding:14px 20px;
    border:0;
    border-bottom:1px solid var(--neutral-150);
    background:var(--neutral-0);
    color:var(--neutral-900);
    text-align:left;
  }
  .ysa-drawer-ws-mark{
    width:46px;
    height:46px;
    border-radius:10px;
    background:linear-gradient(135deg,#1B2230,#2E3441);
    color:#fff;
    display:grid;
    place-items:center;
    flex-shrink:0;
    font-size:18px;
    font-weight:650;
  }
  .ysa-drawer-ws-text{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:4px;
    flex:1;
  }
  .ysa-drawer-ws-text strong{
    overflow:hidden;
    color:var(--neutral-900);
    font-size:15px;
    line-height:1.15;
    font-weight:650;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .ysa-drawer-ws-text em{
    color:var(--neutral-500);
    font-size:12px;
    line-height:1.2;
    font-style:normal;
    font-weight:450;
  }
  .ysa-drawer-workspace > i{
    flex-shrink:0;
    color:var(--neutral-400);
    font-size:14px;
  }
  .ysa-drawer-section{
    padding:16px 20px 2px;
  }
  .ysa-drawer-account{
    padding-top:20px;
  }
  .ysa-drawer-label{
    margin:0 0 8px 0;
    color:var(--neutral-400);
    font-size:10.5px;
    line-height:1;
    font-weight:650;
    letter-spacing:.12em !important;
    text-transform:uppercase;
  }
  .ysa-drawer-item{
    width:100%;
    min-height:42px;
    display:flex;
    align-items:center;
    gap:13px;
    border:0;
    border-radius:10px;
    background:transparent;
    color:var(--neutral-700);
    padding:0 10px;
    text-align:left;
    font-size:14px;
    line-height:1;
    font-weight:520;
  }
  .ysa-drawer-item + .ysa-drawer-item{
    margin-top:2px;
  }
  .ysa-drawer-item.is-active{
    background:var(--neutral-100);
    color:var(--neutral-900);
    font-weight:620;
  }
  .ysa-drawer-item i{
    width:20px;
    flex-shrink:0;
    color:currentColor;
    font-size:15px;
    text-align:center;
    opacity:.86;
  }
  .ysa-drawer-item span:not(.ysa-drawer-badge){
    min-width:0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .ysa-drawer-badge{
    margin-left:auto;
    min-width:24px;
    height:22px;
    display:grid;
    place-items:center;
    border-radius:7px;
    background:var(--neutral-100);
    color:var(--neutral-700);
    font-size:12px;
    font-weight:650;
    font-variant-numeric:tabular-nums;
  }
  .ysa-drawer-item.is-active .ysa-drawer-badge{
    background:var(--neutral-0);
  }
  .ysa-drawer-user{
    min-height:76px;
    margin-top:auto;
    padding:14px 20px;
    border-top:1px solid var(--neutral-150);
    display:flex;
    align-items:center;
    gap:12px;
  }
  .ysa-drawer-user-avatar{
    width:34px;
    height:34px;
    border-radius:50%;
    background:linear-gradient(135deg,#19B6A8,#5C7DD9);
    background-size:cover;
    background-position:center;
    color:#fff;
    display:grid;
    place-items:center;
    flex-shrink:0;
    font-size:12px;
    font-weight:650;
  }
  .ysa-drawer-user-text{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
  }
  .ysa-drawer-user-text strong{
    overflow:hidden;
    color:var(--neutral-900);
    font-size:14px;
    line-height:1.2;
    font-weight:650;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .ysa-drawer-user-text em{
    overflow:hidden;
    color:var(--neutral-500);
    font-size:12px;
    line-height:1.2;
    font-style:normal;
    font-weight:450;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .back{
    display:none;
  }
  html.menu_visible .back{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    z-index:44 !important;
    background:rgba(14,20,31,.40) !important;
  }
  .framework_bar_left{
    display:none !important;
  }
  .framework_menu_left{
    display:none !important;
  }
  .framework_main{
    top:calc(105px + env(safe-area-inset-top,0px)) !important;
    bottom:calc(64px + env(safe-area-inset-bottom,0px)) !important;
    right:0 !important;
    margin-top:0 !important;
    padding-top:0 !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }
  .framework_main:not(.insights){
    padding-left:16px !important;
    padding-right:16px !important;
  }
  #framework_main:not(.insights) > p.info{
    margin:8px 0 18px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    color:var(--neutral-500) !important;
    line-height:1.35 !important;
  }
  .chat_container_right{
    display:none !important;
  }
  .loading{
    top:calc(105px + env(safe-area-inset-top,0px)) !important;
  }
  .ysa-insights-page{
    padding:20px 16px 32px !important;
  }
  .ysa-page-head,
  .ysa-section-head{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    margin-bottom:18px;
  }
  .ysa-page-title{
    font-size:24px !important;
    position:static !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:auto !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  #framework_main .ysa-page-title{
    background:transparent !important;
    box-shadow:none !important;
  }
  .ysa-page-title span{
    display:none;
  }
  .ysa-page-actions,
  .ysa-section-link{
    display:none !important;
  }
  .ysa-section-head{
    margin-top:28px;
  }
  #welcome_main.ysa-hero-shell{
    margin-bottom:28px !important;
  }
  #welcome.ysa-hero-card{
    display:block !important;
    min-height:0 !important;
    padding:20px 18px !important;
  }
  .ysa-hero-side{
    display:none;
  }
  .ysa-hero-actions{
    flex-wrap:wrap;
    gap:8px;
    margin-top:16px;
  }
  .ysa-hero-primary,
  .ysa-hero-secondary{
    height:38px;
    border-radius:9px;
    font-size:13.5px;
  }
  .ysa-account-row{
    display:grid;
    grid-template-columns:24px minmax(0,1fr);
    grid-template-areas:
      "check body"
      ". action";
    align-items:flex-start;
    gap:9px 10px;
    padding:18px 24px;
  }
  .ysa-account-check{
    grid-area:check;
    margin-top:1px;
  }
  .ysa-account-body{
    grid-area:body;
    width:auto;
  }
  .ysa-account-title{
    flex-wrap:wrap;
    gap:6px;
    line-height:1.25;
  }
  .ysa-account-action{
    grid-area:action;
    align-self:flex-start;
    height:34px;
    padding:0 14px;
    border-radius:8px;
    margin-left:0;
  }
  .ysa-stats-grid{
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  .ysa-stat-card{
    min-height:0 !important;
    padding:14px !important;
  }
  .ysa-stat-card:nth-child(n+5){
    display:none !important;
  }
  .ysa-stat-value{
    font-size:24px !important;
  }
  .ysa-stat-spark{
    display:none;
  }
  .smart-rec-grid{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .smart-rec-card{
    min-height:0 !important;
    padding:16px !important;
  }
  .smart-rec-arrow{
    display:none;
  }
  .smart-rec-meta{
    gap:10px;
    flex-wrap:wrap;
  }
}
