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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.visible {
  visibility: visible;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

:root {
  --white: #ffffff;
  --blue-white-400: #f1f2fa;
  --blue-white-300: #eef0fc;
  --blue-white-200: #f5f6fb;
  --blue-white-100: #f8fafc;
  --light-blue: #3e5988;
  --aqua-000: #d1f1ff;
  --aqua-100: #def0f8;
  --aqua: #51cbff;
  --aqua-300: #44a7d1;
  --dark-blue: #192a48;
  --dark-blue-100: #1c3052;
  --blue-white: #f8fafc;
  --midnight-blue: #0f172a;
  --gray-border: #e2e8f0;
  --text-gray: #94a3b8;
  --alert-red: #ed4f9d;
  --bgcard-red: #f1c8dd;
  --bgcard-green: #a1dfa1;
  --bgcard-lightred: #fff6fa;
  --bgcard-lightgreen: #f2fff2;
  --bgcard-yellow: #ececbb;
  --bgcard-lightyellow: #fffff5;
  --agilion-blue: #1e345d;
  --nav-link: #ccd2e3;
  --blue-white-300: #eaecfd;
}

@font-face {
  font-family: "Signa BoldItalic";

  src: url("../fonts/SignaSerifPro-BoldIta.otf") format("truetype");

  /* font-weight: normal; */
}

@font-face {
  font-family: "Signa BookItalic";

  src: url("../fonts/SignaSerifPro-BookIta.otf") format("truetype");

  /* font-weight: normal; */
}

@font-face {
  font-family: "Signa Demibold";

  src: url("../fonts/SignaSerifPro-Demibold.otf") format("truetype");

  /* font-weight: normal; */
}

@font-face {
  font-family: "Open Sans";

  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");

  /* font-weight: normal; */
}

@font-face {
  font-family: "Open Sans Italic";

  src: url("../fonts/OpenSans-LightItalic.ttf") format("truetype");

  /* font-weight: normal; */
}

.chuckinput {
  border: 0px solid #f2f4f8 !important;
  width: 100%;
  padding: 5px;
  color: #0e172f;
  border-radius: 5px;
}

.chuckinput:focus {
  outline: none;
  border: none;
}

.chuckinput:disabled {
  background: white;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

html {
  height: 100%;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
}

.bg-bw {
  background: var(--blue-white-100);
}

a {
  cursor: pointer;
}

button {
  padding: 0.6em 1.2em;
  border: 1px solid var(--gray-border);
  color: var(--dark-blue);
}

.btn-post {
  background-color: var(--blue-white-200);
  color: var(--text-gray);
  border: 1px solid var(--gray-border);
  padding-left: 2%;
  padding-right: 2%;
  font-size: 14px;
}

button:disabled {
  color: #dbe1e9 !important;
  background-color: var(--blue-white);
  border: 1px solid #dbe1e9;
}

a.cards > .rows-l-c > h3 {
  padding-left: 8px;
}

a.cards > p {
  font-size: 14px;
  line-height: 160%;
}

a.cards:hover {
  box-shadow: 0 0px 6px 0 var(--blue-white-300);
  background-color: #fff;
  border: 1px solid var(--blue-white-300);
  color: var(--text-gray);
  opacity: initial;
}

.rootdiv {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--blue-white-100);
  position: relative;
}

label {
  font-size: 85%;
  color: var(--light-blue);
  padding-left: 8px;
  margin-bottom: 8px;
}

h1 {
  color: var(--midnight-blue);
  font-weight: 700;
  font-size: 130%;
  margin-bottom: 20px;
  font-family: "Signa Demibold";
}

h2 {
  font-family: "Signa Demibold";
}

h3 {
  color: var(--midnight-blue);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 8px;
  font-family: "Signa Demibold";
}

h3.header {
  font-family: "Signa Demibold";
}

.white {
  color: #fff;
}

.drkblue {
  color: #182233;
}

.tpf {
  padding-top: 2%;
}

.sorticon {
  width: 12px;
  display: inline-flex;
}

/* Modal container styling */

.modal {
  /* display: none;  Hidden by default  */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Dark background with 40% opacity */
  z-index: 1000;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: var(--blue-white-400); */
  background-image: linear-gradient(
    180deg,
    var(--white),
    var(--blue-white-100)
  );
  color: var(--light-blue);
  width: 30vw;
  height: 20vh;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

div.modal-content a {
  margin-top: 5%;
}

/* Close button styling */

.close-button {
  float: right;
  font-size: 1.5rem;
  cursor: pointer;
}

.section {
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.section.grow {
  flex-grow: 4;
}

.section.main {
  background-color: var(--blue-white-200);
  position: relative;
  flex: 1 1 0%;
  min-height: auto;
  height: 100vh;
}

.section.main.fullh {
  height: 100%;
}

.div-grow {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-grow.leftlogin {
  background-image: url("../images/Agilion_logo_GOLDgr.svg"),
    url("../images/circles-for-gradient-bg.png"),
    linear-gradient(180deg, var(--dark-blue-100), var(--midnight-blue));
  color: #fff;
  background-position: 50%, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 70%, 80%, auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-grow.leftlogin.web {
  background-image: url("../images/bg-radar.png"),
    linear-gradient(180deg, var(--dark-blue-100), var(--midnight-blue));
  color: #fff;
  background-position: 50%, 50%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 70%, 80%, auto;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-grow.leftlogin.bg {
  position: relative;
  width: 100%;
  background-image: url("../images/bg-radar.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.bgoverlay {
  position: absolute;
  /* Position over the image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    /* Semi-transparent black at the top */ rgba(0, 0, 0, 0.3)
      /* Darker black at the bottom */
  );
}

.div-grow.login {
  justify-content: space-between;
}

.body {
  color: var(--midnight-blue);
  font-family: "Open Sans";
  font-size: 16px;
  line-height: 22px;
}

input {
  border: 1px solid var(--gray-border);
  color: var(--text-gray);
  border-radius: 8px;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  display: flex;
  position: relative;
  width: 100%;
  padding-left: 8px;
}

.text-field {
  border: 1px solid var(--gray-border);
  color: var(--text-gray);
  border-radius: 8px;
  align-items: center;
  height: 48px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
  width: 100%;
}

.textarea-field {
  border: 1px solid var(--gray-border);
  color: var(--text-gray);
  border-radius: 8px;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: relative;
  width: 100%;
}

.text-field:focus-visible {
  border: 2px solid var(--agilion-blue);
}

.text-field.form {
  margin-bottom: 8px;
}

.text-field.error {
  border-color: var(--alert-red);
  margin-bottom: 8px;
}

select {
  border: 1px solid var(--gray-border);
}

.custom-select {
  min-width: 350px;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 1.15rem;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #fff;
  border: 1px solid var(--gray-border);
  border-radius: 8px;
  color: var(--dark-blue);
  cursor: pointer;
}

.custom-select::before,
.custom-select::after {
  --size: 0.4rem;
  content: "";
  /* ▼ */
  position: absolute;
  right: 1.9rem;
  pointer-events: none;
}

.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid var(--dark-blue);
  top: 55%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid var(--dark-blue);
  top: 70%;
}

/*=============
Aesthetics 
=========================*/

* {
  box-sizing: border-box;
}

.div-form {
  color: var(--agilion-blue);
  flex-flow: column;
  justify-content: center;
  width: 65%;
  display: flex;
  position: relative;
}

.div-form.success {
  border: 1px solid #24d164;
  border-radius: 8px;
  padding: 4%;
  color: #198c40;
  font-weight: 600;
}

.button {
  color: #fff;
  background-color: var(--agilion-blue);
  text-align: center;
  border-radius: 8px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: center;
  display: flex;
  position: relative;
}

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

.button.half {
  width: 50%;
}

.disable {
  color: #dbe1e9 !important;
  background-color: var(--blue-white);
  border: 1px solid #dbe1e9;
  width: 35%;
}

.button.top {
  color: #fff;
  justify-content: center;
  width: 25%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-grow-top {
  justify-content: space-between;
  align-self: center;
  /* flex-start; */
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-min-header {
  justify-content: space-between;
  align-self: flex-start;
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 14px;
  display: flex;
  background-image: url("../images/line.svg"),
    linear-gradient(90deg, var(--dark-blue-100), var(--midnight-blue));
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  /* background-color: var(--agilion-blue); */
  width: 100%;
}

.goldline {
  background-image: url("../images/line.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%, 80%, auto;
  width: 100%;
  height: 8px;
}

.div-grow-bottom {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.mobile-logo {
  display: none;
}

.left-nav {
  background-image: linear-gradient(
    180deg,
    var(--dark-blue-100),
    var(--midnight-blue)
  );
  flex-flow: column;
  align-items: center;
  width: 15%;
  display: flex;
}

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

.header {
  background-color: #fff;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  display: flex;
}

.content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.content.yscroll {
  overflow-y: scroll;
  /* add justify to fix pagination div flush to bottom of pg */
  justify-content: space-between;
}

.profile {
  border-radius: 99px;
  width: 36px;
  height: 36px;
  padding-right: 8px;
}

.cards {
  box-shadow: 0 0px 4px 0 var(--blue-white-200);
  background-color: #fff;
  border: 1px solid var(--blue-white-100);
  border-radius: 8px;
  flex: 1 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  padding: 4%;
  color: var(--text-gray);
}

.third-w {
  width: 33.33%;
}

.cards.highlight {
  background-color: #ddddff;
}

.sidecardsbgcolor {
  background: linear-gradient(
    to bottom,
    rgba(248, 250, 252, 1) 0%,
    rgba(232, 235, 249, 1) 100%
  );
  padding-left: 10px;
  padding-right: 10px;
}

.sidecards {
  box-shadow: 0 0px 4px 0 var(--blue-white-200);
  background-color: #fff;
  border: 1px solid var(--blue-white-100);
  border-radius: 8px;
  flex: 1 1 calc(33.33% - 20px);
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
  max-width: 100%;
  padding: 4%;
  color: var(--text-gray);
}

.cards.color0 {
  /* background-color: var(--blue-white-100); */
  background-image: linear-gradient(
    180deg,
    var(--white),
    var(--blue-white-100)
  );
  border: solid 1px var(--gray-border);
  color: var(--light-blue);
}

.cards.color1 {
  background-color: var(--blue-white-200);
  border: solid 1px var(--gray-border);
  color: var(--light-blue);
}

.cards.color2 {
  /* background-color: var(--blue-white-400); */
  background-image: linear-gradient(
    180deg,
    var(--blue-white-100),
    var(--blue-white-200)
  );
  border: solid 1px var(--gray-border);
  color: var(--light-blue);
}

.sidecards.highlight {
  background-color: #ddddff;
}

.cards.lm {
  margin-left: 20px;
}

.col {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.flexcenter {
  justify-content: center;
}

.itemcenter {
  align-self: start;
  flex-wrap: wrap;
  align-content: center;
}

.itemvh {
  align-self: start;
  align-content: center;
  height: 100vh;
}

.grid-container {
  display: flex;
  flex-direction: column;
  /* padding-top: 1em; */
  padding-right: 1em;
  padding-bottom: 5%;
  padding-left: 1em;
  width: 100%;
  gap: 1rem;
}

.rows {
  background-color: #0000;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.rows.start {
  justify-content: start;
}

.rows-l-c {
  justify-content: left;
  /* align-items: center; */
  align-items: start;
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  display: flex;
  padding-bottom: 8px;
  margin-bottom: 8px;
  /* border-bottom: 0.7px var(--gray-border) solid; */
}

.gap {
  gap: 1rem;
}

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

.rows.p {
  padding: 10px;
}

.rows.pb {
  width: 100%;
  padding-bottom: 8px;
}

.rows.npt {
  padding: 0 20px 20px;
}

.navlink {
  display: initial;
}

.logofull {
  display: initial;
}

.logoicon {
  display: none;
}

#rmmbl {
  display: table-cell;
}

/* #editicon {
  display: none;
}
#deleteicon {
  display: none;
} */

.left-nav-m {
  background-image: linear-gradient(
    180deg,
    var(--dark-blue-100),
    var(--midnight-blue)
  );
  justify-content: center;
  width: 10%;
  display: none;
}

.list-grid {
  box-shadow: 0 5px 10px 0 var(--blue-white-300);
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 5%;
}

.list-grid.lm {
  margin-left: 20px;
}

.text-error {
  color: var(--alert-red);
  margin-bottom: 20px;
  font-size: 12px;
}

.menu-container {
  align-self: stretch;
  margin-top: 75px;
  margin-left: 20px;
  margin-right: 0;
  padding-right: 0;
}

.menu-link {
  color: var(--nav-link);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-link.wheader {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 12px;
  font-size: 12px;
}

.menu-link.presenter {
  margin-bottom: 0px;
  font-size: 12px;
}

.menu-link.present {
  margin-bottom: 0px;
  font-size: 14px;
  color: var(--text-gray);
}

.menu-link:focus {
  background-image: linear-gradient(
    180deg,
    var(--dark-blue),
    var(--agilion-blue)
  );
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.menu-icon {
  flex: 0 auto;
  margin-right: 8px;
}

.menu-container-m {
  align-self: stretch;
  margin-top: 75px;
  margin-left: 20px;
  margin-right: 20px;
}

.menu-link-m {
  color: var(--nav-link);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.icon-end {
  width: 18px;
  margin-left: 8px;
}

.heading-2 {
  color: var(--midnight-blue);
  font-weight: 700;
  font-size: 120%;
  margin-bottom: 20px;
}

#table-mobile {
  display: none;
}

#table-desktop {
  display: initial;
}

.tablecontainer {
  /* display: table-cell; */
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px 6px rgba(0, 0, 0, 0.03),
    0 6px 20px 6px rgba(0, 0, 0, 0.03);
}

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

.twocolgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.twocolgrid > .content.yscroll > .space-between.subheader > .search > input {
  width: 100%;
}

div.listdatacol {
  width: 45%;
  padding-left: "2%";
}

.table-css {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-css.col.bg-bw {
  height: 100dvh;
}

td.td-cell {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  white-space: nowrap;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: table-cell;
  font-size: 14px;
}

th.td-cell strong {
  color: var(--light-blue);
}

.td-cell-m {
  display: table-cell;
}

.tooltip {
  position: fixed;
  background-color: var(--agilion-blue);
  color: #fff;
  font-size: 80%;
  text-align: center;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  visibility: hidden;
  z-index: 1000;
}

.tr-row {
  border: 1px solid #e2e8f0;
  background: white;
}

.tr-row-even {
  border: 1px solid #e2e8f0;
}

.td-edit {
  display: initial;
  /* width: 25%;
  padding-right: 8px; */
}

.space-between {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.space-between.subheader {
  padding-left: 2%;
  width: 100%;
  align-items: center;
  justify-content: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.space-between.subheader.col {
  flex-direction: row;
}

.space-between.title {
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.space-between.title.np {
  padding-top: 0px;
  padding-bottom: 12px;
}

.search {
  padding-right: 2%;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: right;
}

.search.btns {
  padding-left: 0px;
  display: flex;
  position: relative;
  width: auto;
  justify-content: left;
}

.header-left {
  padding-left: 0px;
  display: flex;
  position: relative;
  width: 65%;
  justify-content: left;
}

.header-right {
  padding-left: 0px;
  display: flex;
  position: relative;
  width: 35%;
  justify-content: right;
}

.w-qt {
  width: 35%;
}

.search.btns a {
  min-width: 130px;
  margin-right: 8px;
}

.search input {
  width: 25%;
  margin-bottom: 0px;
}

.lpb-2 {
  padding-left: 2%;
  padding-bottom: 8px;
}

.tp-2 {
  padding-top: 2%;
}

.bp-2 {
  padding-bottom: 2%;
}

.lp-2 {
  padding-left: 2%;
}

.rp-2 {
  padding-right: 2%;
}

.tm-2 {
  margin-top: 2%;
}

.lm-2 {
  margin-left: 2%;
}

.rm-2 {
  margin-right: 2%;
}

.bm-2 {
  margin-bottom: 2%;
}

.w-25 {
  width: 25%;
}

.markdown > * {
  all: revert;
}

/* #privacy-root {
  display: flex;
  width: 100%;
} */

.two-col-full {
  display: flex;
  width: 100%;
}

.full-w {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rows.p.col span {
  font-size: 80%;
  color: var(--text-gray);
  padding-bottom: 8px;
}

.pagination {
  font-size: 85%;
  padding-left: 2%;
  padding-bottom: 8px;
  color: var(--light-blue);
}

.pagination.bp {
  padding-bottom: 2%;
}

.pagination select {
  background: var(--gray-border);
  border-radius: 4px;
}

.section.main-cbt {
  background-color: var(--blue-white-200);
  height: 100%;
}

.div-grow.chat-cbt {
  justify-content: space-between;
  height: 100%;
}

.content-cbt {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
  height: 100%;
  background-color: var(--blue-white-200);
}

.rows-cbt {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-self: stretch;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  display: block;
}

.rows-cbt.init {
  background-color: #0000;
  margin-top: 0;
  margin-left: 0;
  padding: 20px;
  /* new */
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-flow: wrap;
  align-self: auto;
  justify-content: center;
  width: 60dvw;
}

.rows-cbt.p {
  padding: 20px;
}

.rows-cbt.npt {
  padding: 0 20px 20px;
}

.chatbuttons-cbt {
  border: 1px solid var(--blue-white-300);
  background-color: var(--blue-white);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 0 8px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.rowsbottom-cbt {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 0 0 8px;
  display: flex;
}

.rowsbottom-cbt.init {
  width: 100%;
  justify-self: center;
}

.rowsbottom-cbt.p {
  padding: 20px;
}

.rowsbottom-cbt.npt {
  padding: 0 20px 20px;
}

.searchchat-cbt {
  z-index: 3;
  border-width: 1px;
  border-color: #e0e0e0;
  border-bottom-style: inset;
  border: 1px solid var(--nav-link);
  box-shadow: 0 5px 10px 0 var(--blue-white-300);
  color: var(--text-gray);
  background-color: #fff;
  border-radius: 28px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 100%;
  padding: 8px;
  display: flex;
  position: relative;
}

.searchchat-cbt.lm {
  margin-left: 20px;
}

.chatsearchtop-cbt {
  justify-content: space-between;
  align-items: stretch;
  padding: 8px;
  font-size: 14px;
  display: flex;
}

.chatsearchbottom-cbt {
  display: flex;
  justify-content: end;
}

.chatsearchoptions-cbt {
  flex: 1;
  padding: 8px;
  display: flex;
}

.chatsearchbutton-cbt {
  flex: 0 auto;
  justify-content: flex-end;
  width: 25%;
  padding: 8px;
  display: flex;
  position: relative;
}

.chatbubble-cbt {
  background-color: var(--blue-white-300);
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-right: 8px;
  padding: 16px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.chatbuttonplus-cbt {
  border: 1px solid var(--blue-white-300);
  background-color: var(--blue-white);
  border-radius: 99%;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.chatbutton-cbt {
  border: 1px none var(--blue-white-300);
  background-color: var(--midnight-blue);
  color: var(--blue-white);
  border-radius: 99%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding: 8px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.rowsright-cbt {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5%;
  display: flex;
}

.rowsleft-cbt {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.chatreply-cbt {
  background-color: #0000;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  width: 45%;
  margin-right: 8px;
  padding: 16px;
  font-size: 14px;
  display: block;
  position: relative;
}

.iconreply-cbt {
  margin-right: 8px;
}

.chatbubblediv-cbt {
  flex: 0 auto;
  width: 45%;
}

.chatfooter-cbt {
  color: var(--text-gray);
  padding-top: 8px;
  font-size: 12px;
  line-height: 18px;
  position: relative;
}

.suggestionchat-cbt {
  border: 1px none var(--blue-white-300);
  color: var(--text-gray);
  background-color: #0000;
  border-radius: 0;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 8px;
  display: flex;
  position: relative;
}

.suggestionchat-cbt.lm {
  margin-left: 20px;
}

.cards-cbt {
  box-shadow: 0 5px 10px 0 var(--blue-white-300);
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 16px;
}

.cards-cbt.lm {
  margin-left: 20px;
}

.cards-cbt.lp {
  text-align: center;
  margin-right: 8px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.container-cbt {
  height: auto;
}

/* .sec {
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.sec.main {
  background-color: var(--blue-white-200);
} */

.sec.main-cbt {
  background-color: var(--blue-white-200);
  width: 100%;
  height: auto;
  position: relative;
  align-content: end;
  flex: 1;
}

.sec.main-cbt.init {
  align-content: start;
}

/* .sec.main-cbt > div {
  background-color: var(--blue-white-200);
  width: 100%;
  height: 100%;
  position: relative;
  align-content: end;
} */

.chucktitle-cbt {
  background-color: var(--blue-white-200);
  margin: 0 auto;
  width: 100%;
  height: 100dvh;
  text-align: center;
}

.chuck-cbt {
  width: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.chuck-cbt.init {
  width: 400px;
}

.grid-cbt {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-3 {
  font-size: 10px;
  text-align: center;
}

.msgContainer {
  min-height: 95%;
  max-height: 95%;
  height: 60vh;
  /* 77vh */
  overflow-y: auto;
  position: relative;
  scrollbar-width: none;
}

@media screen and (min-width: 1280px) {
  .w-layout-blockcontainer {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  h3 {
    color: var(--midnight-blue);
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .section.main {
    background-color: var(--blue-white-200);
    position: relative;
    flex-basis: 100%;
    height: 100vh;
  }

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

  .div-grow.leftlogin {
    background-image: url("../images/Agilion_logo_GOLDgr.svg"),
      url("../images/circles-for-gradient-bg.png"),
      linear-gradient(180deg, var(--dark-blue-100), var(--midnight-blue));
    background-position: 50%, 50%, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 70%, 80%, auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .div-grow.login {
    justify-content: space-between;
  }

  .text-field {
    color: var(--text-gray);
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .text-field.error {
    border-color: var(--alert-red);
    margin-bottom: 8px;
  }

  .div-form {
    border: 1px none var(--gray-border);
  }

  .button {
    margin-bottom: 5%;
  }

  .button.top {
    color: #fff;
    justify-content: center;
    margin-bottom: 0%;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: flex;
    position: relative;
  }

  .div-grow-top {
    margin-right: 20px;
  }

  .div-grow-bottom {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    margin-bottom: 20px;
    display: flex;
  }

  .mobile-logo {
    display: none;
  }

  .left-nav {
    background-image: linear-gradient(
      180deg,
      var(--dark-blue-100),
      var(--midnight-blue)
    );
    color: var(--nav-link);
    flex-flow: column;
    align-items: center;
    width: 12%;
    display: flex;
    position: relative;
  }

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

  .header {
    background-color: #fff;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
    font-weight: 600;
  }

  .content {
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    display: flex;
  }

  .content.yscroll {
    overflow-y: scroll;
  }

  .cards {
    color: var(--text-gray);
    padding: 4%;
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }

  .rows {
    background-color: #0000;
    justify-content: center;
    /* align-self: stretch; */
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    /* align-items: flex-start; */
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }

  .rows.p {
    justify-content: flex-start;
    width: auto;
  }

  .rows.npt {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    display: initial;
  }

  .logofull {
    display: initial;
  }

  .logoicon {
    display: none;
  }

  #rmmbl {
    display: table-cell;
  }

  /* #editicon {
    display: none;
  }
  #deleteicon {
    display: none;
  } */

  .left-nav-m {
    background-image: linear-gradient(
      180deg,
      var(--dark-blue-100),
      var(--midnight-blue)
    );
    justify-content: center;
    width: 10%;
    display: none;
    position: relative;
  }

  .list-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    padding: 20px;
    display: grid;
    position: relative;
  }

  .text-error {
    color: var(--alert-red);
    margin-bottom: 20px;
    font-size: 12px;
  }

  .menu-container {
    margin-right: 0;
  }

  .menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .text-block-2 {
    position: relative;
  }

  .icon-end {
    width: 18px;
    margin-left: 8px;
  }

  .heading-2 {
    color: var(--midnight-blue);
  }

  .td-cell {
    padding-right: 12px;
    padding-left: 12px;
  }

  #table-mobile {
    display: none;
  }

  #table-desktop {
    display: initial;
  }

  .space-between {
    text-align: left;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .space-between.stretch {
    align-items: stretch;
  }

  .section.main-cbt {
    background-color: var(--blue-white-200);
    height: 100%;
    position: relative;
  }

  .div-grow.chat-cbt {
    justify-content: space-between;
    height: 100%;
  }

  .content-cbt {
    flex-flow: column;
    flex: 1;
    align-self: stretch;
    display: flex;
  }

  .rows-cbt {
    background-color: #0000;
    justify-content: space-between;
    align-self: stretch;
    margin-top: 0;
    margin-left: 0;
    padding: 20px;
  }

  .rows-cbt.init {
    /* new */
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-flow: wrap;
    align-self: auto;
    justify-content: center;
    width: 60dvw;
  }

  .rows-cbt.p {
    justify-content: flex-start;
    width: auto;
  }

  .rows-cbt.npt {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .chatbuttons-cbt {
    flex: 0 auto;
  }

  .rowsbottom-cbt {
    background-color: #0000;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    padding: 0 0 8px;
  }

  .rowsbottom-cbt.init {
    width: 100%;
    justify-self: center;
  }

  .rowsbottom-cbt.p {
    justify-content: flex-start;
    width: auto;
  }

  .rowsbottom-cbt.npt {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .searchchat-cbt {
    background-color: #fff;
    padding: 8px;
  }

  .chatfooter-cbt {
    color: var(--text-gray);
    justify-content: center;
    padding-top: 8px;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    position: relative;
  }

  .suggestionchat-cbt {
    z-index: 3;
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 8px;
  }

  .cards-cbt {
    border: 1px solid var(--blue-white-300);
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 22px;
    display: flex;
  }

  .cards-cbt.lp {
    margin-right: 8px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-cbt {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .sec.main {
    background-color: var(--blue-white-200);
    position: relative;
  }

  .sec.main-cbt {
    background-color: var(--blue-white-200);
    width: 100%;
    height: auto;
    position: relative;
    align-content: end;
    flex: 1;
  }

  .chuck-cbt {
    width: 200px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .chuck-cbt.init {
    width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-grow {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .div-grow.leftlogin {
    background-position: 50% 55%, 50%, 0 0;
    background-size: 80%, 80%, auto;
  }

  .text-field {
    border: 1px solid var(--gray-border);
    border-radius: 8px;
    height: 40px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-form {
    width: 85%;
  }

  .left-nav {
    width: 15%;
  }

  .menu-container {
    margin-left: 12px;
    margin-right: 0;
  }

  .menu-link {
    font-size: 14px;
  }

  .menu-icon {
    margin-right: 4px;
  }

  .td-cell {
    padding-right: 10px;
    padding-left: 10px;
  }

  #table-mobile {
    display: none;
  }

  #table-desktop {
    display: initial;
  }

  .td-edit {
    width: 20%;
    padding-right: 8px;
  }

  .section.main-cbt {
    height: 100%;
  }

  .div-grow.chat-cbt {
    height: 100%;
  }

  .chatreply-cbt,
  .chatbubblediv-cbt {
    width: 50%;
  }

  .suggestionchat-cbt {
    width: 65%;
  }

  .container-cbt {
    height: auto;
    display: block;
  }

  .sec.main-cbt {
    height: auto;
    flex: 1;
  }

  .chuck-cbt {
    width: 200px;
  }

  .chuck-cbt.init {
    width: 330px;
  }
}

@media screen and (max-width: 870px) {
  #table-mobile {
    display: initial;
  }

  #table-desktop {
    display: none;
  }

  .td-edit {
    width: 25%;
    padding-right: 8px;
  }

  .cards {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .chuck-cbt.init {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: 95%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .w-layout-blockcontainer.container-cbt {
    margin-bottom: 50%;
  }

  .rows {
    flex-direction: column;
  }

  .search.btns a {
    min-width: 90px;
  }

  button {
    padding: 4px 8px;
  }

  a.cards > p {
    font-size: 14px;
    line-height: 160%;
  }

  .profile {
    width: 32px;
    height: 32px;
  }

  .div-grow.leftlogin {
    display: none;
  }

  .div-grow.login {
    background-color: var(--blue-white);
    font-size: 14px;
  }

  .div-grow-top {
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .mobile-logo {
    display: inline-flex;
  }

  /* .rev-logo,
  .left-nav {
    display: none;
  } */

  .left-nav {
    background-image: linear-gradient(
      180deg,
      var(--dark-blue-100),
      var(--midnight-blue)
    );
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    justify-content: start;
    width: 10%;
    position: relative;
  }

  .header-left {
    width: 100%;
  }

  .header-right {
    width: 100%;
  }

  .space-between.subheader {
    flex-direction: row;
  }

  .space-between.subheader.col {
    flex-direction: column;
  }

  .heading {
    font-size: 22px;
    line-height: 28px;
  }

  .header {
    padding: 12px;
  }

  .cards {
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 10%;
  }

  .cards.lm {
    margin-left: 8px;
  }

  .rows.p {
    padding: 8px;
  }

  .custom-select {
    padding: 8px;
  }

  .rows.npt {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .navlink {
    display: none;
  }

  .logofull {
    display: none;
  }

  .logoicon {
    display: initial;
  }

  .menu-icon {
    width: 30px;
  }

  #rmmbl {
    display: none;
  }

  .menu-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
    padding-left: 0px;
  }

  .menu-link.presenter {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 8px;
  }

  .menu-link.wheader {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    font-size: 12px;
  }

  .menu-link.present {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 8px;
  }

  /* #editicon {
    display: initial;
  }
  #editbutton {
    display: none;
  } */

  #deleteicon {
    display: initial;
  }

  #deletebutton {
    display: none;
  }

  .left-nav-m {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .list-grid.lm {
    margin-left: 8px;
  }

  .menu-icon {
    margin-right: 0;
  }

  .menu-container-m {
    margin-left: 8px;
    margin-right: 8px;
  }

  .menu-link-m {
    justify-content: center;
  }

  td.td-cell {
    padding-right: 5px;
    padding-left: 5px;
    white-space: nowrap;
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    display: table-cell;
  }

  .tooltip {
    position: fixed;
    background-color: var(--agilion-blue);
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    white-space: nowrap;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    visibility: hidden;
    z-index: 1000;
  }

  /* td.td-cell:hover::after {
    content: attr(data-full-text);
    position: absolute;
    left: 0px;
    top: 100%;
    width: max-content;
    max-width: 150px; 
    background-color: var(--agilion-blue);
    color: #fff;
    padding: 5px;
    min-height: 25px;
    border-radius: 5px;
    white-space: normal;
    z-index: 4;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    pointer-events: none;
    display: initial;
    overflow: auto;
  } */

  .table-css {
    table-layout: fixed;
    border-collapse: collapse;
  }

  #table-mobile {
    display: initial;
  }

  #table-desktop {
    display: none;
  }

  .td-edit {
    width: 25%;
    padding-right: 8px;
  }

  .td-cell-m {
    width: 10%;
  }

  .space-between {
    flex-flow: column;
  }

  .space-between.title {
    flex-flow: column-reverse;
  }

  .search input {
    width: 90%;
  }

  .div-grow.login,
  .div-grow.chat-cbt {
    background-color: var(--blue-white);
    font-size: 14px;
  }

  .rows-cbt.init {
    width: 65dvw;
  }

  .rows-cbt.p {
    padding: 8px;
  }

  .rows-cbt.npt {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .rowsbottom-cbt.p {
    padding: 8px;
  }

  .rowsbottom-cbt.npt {
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .searchchat-cbt.lm,
  .suggestionchat-cbt.lm {
    margin-left: 8px;
  }

  .cards-cbt {
    font-size: 12px;
    line-height: 18px;
  }

  .cards-cbt.lm {
    margin-left: 8px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-cbt {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-3 {
    display: none;
  }

  .chuck-cbt {
    width: 200px;
  }

  .chuck-cbt.init {
    width: 225px;
  }

  .msgContainer {
    height: 58dvh;
  }

  .table-css.col.bg-bw {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }

  .sec.main-cbt.init {
    height: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* center; */
    align-items: center;
    align-content: start;
  }

  .chucktitle-cbt {
    height: auto;
  }

.chucktitle-cbt h4::after {
  content: "™";
  font-size: 0.45em;
  margin-left: 2px;
  vertical-align: super;
}
}

@media screen and (max-width: 479px) {
  a.cards > h3 {
    font-weight: 700;
    font-size: 14px;
  }

  .gap {
    flex-direction: column;
  }

  a.cards > p {
    font-size: 12px;
    line-height: 150%;
  }

  .cards {
    flex: 1 1 calc(100% - 20px);
    max-width: calc(100% - 20px);
  }

  .profile {
    width: 28px;
    height: 28px;
  }

  .div-grow.login {
    font-size: 14px;
  }

  .button.top {
    width: 35%;
    font-size: 14px;
  }

  .div-grow-top {
    margin-left: 5px;
    margin-right: 5px;
  }

  .heading {
    font-size: 14px;
    line-height: 22px;
  }

  .header {
    font-size: 14px;
  }

  .navlink {
    display: none;
  }

  .logofull {
    display: none;
  }

  .logoicon {
    display: initial;
  }

  .menu-icon {
    width: 25px;
  }

  .left-nav {
    width: 12%;
  }

  #rmmbl {
    display: none;
  }

  /* #editicon {
    display: initial;
  }
  #editbutton {
    display: none;
  } */

  #deleteicon {
    display: initial;
  }

  #deletebutton {
    display: none;
  }

  .left-nav-m {
    width: 12%;
  }

  .text-block {
    font-size: 12px;
  }

  .table-css {
    width: 100%;
  }

  #table-mobile {
    display: initial;
  }

  #table-desktop {
    display: none;
  }

  .td-edit {
    width: 25%;
    padding-right: 8px;
  }

  .td-cell-m {
    width: 10%;
  }

  .td-cell {
    width: auto;
  }

  th strong.text-black {
    font-size: 12px;
  }

  .div-grow.login,
  .div-grow.chat-cbt {
    font-size: 14px;
  }

  .chatbuttons-cbt {
    flex: 1;
    padding-left: 4px;
    padding-right: 4px;
  }

  .table-css.col.bg-bw  {
    height: 100dvh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }

  .searchchat-cbt {
    width: 100%;
    padding: 8px;
  }

  .chatreply-cbt,
  .chatbubblediv-cbt {
    width: 90%;
  }

  .chatfooter-cbt {
    text-align: center;
    justify-content: center;
    font-size: 11px;
  }

  .text-block-3 {
    display: none;
  }

  .suggestionchat-cbt {
    width: 90%;
    padding: 8px;
  }

  .cards-cbt {
    padding: 8px;
  }

  .chatsearchtop-cbt {
    padding: 4px;
  }

  .chuck-cbt {
    width: 175px;
    inset: auto 0% 0% auto;
  }

  .chuck-cbt.init {
    width: 200px;
  }

  .rows-cbt.init {
    width: 100%;
  }

  .rowsbottom-cbt {
    width: 95%;
    padding: 0 0 8px;
  }

  .rowsbottom-cbt.init {
    justify-self: center;
    margin-bottom: 22%;
  }

  .w-layout-blockcontainer.container-cbt {
    margin-bottom: 50%;
  }
.chucktitle-cbt h3::after,
.chucktitle-cbt h4::after {
  content: "™";
  font-size: 0.45em;     /* make it small */
  margin-left: 2px;      /* tiny gap */
  vertical-align: super; /* raise it */
}

.chucktitle-cbt h4::after {
  content: "™";
  font-size: 0.45em;
  margin-left: 2px;
  vertical-align: super;
}
}
.chucktitle-cbt h4::after,
.chucktitle-cbt h3::after {
  content: "™";
  font-size: 0.80em;
  margin-left: 2px;
  vertical-align: super;
}

.chucktitle-cbt h4,
.chucktitle-cbt h3 {
  font-size: 1.5em;        /* 30 % increase */
  line-height: 1.3;       /* (optional) tighten spacing */
}
