




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

figure {
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}
[[ READONLY: @remote/@hubspot/growth/css/generic/_normalize.css ]]
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

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

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
html {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

main{
    overflow:hidden;
    height:100%;
    min-height:100vh;
    /* margin-left: 328px; */
    /* transition: margin-left 0.3s ease; */
}
main.expanded{
    /* margin-left: 129px; */
}

@media (max-width: 768px) {
    main{
        margin-left: 0;
    }
    main.expanded{
        margin-left: 0;
    }
}

.container{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(2rem  * -.5);
  margin-left: calc(2rem  * -.5);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(2rem  * .5);
  padding-left: calc(2rem  * .5);
  margin: calc(3rem  * .5) auto;
}

.col {
  flex: 1 0 0%;
}




html {
    scroll-behavior: smooth;
}
:target {
    scroll-margin-top: 150px;
}
main {
  padding-top: 60px;
}

.dnd-section {
  padding: 40px 0;
}
.dnd-section > .row-fluid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 768px) {
  .dnd-section > .row-fluid {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.dnd-section > .row-fluid > .dnd-module {
  width: 100%;
}
.dnd-section > .row-fluid > .dnd-column {
  flex: 1 1 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  /* NICK TODO FIX STACKING FOR MODULES */
}
.dnd-section > .row-fluid > .dnd-column > .dnd-row {
  flex: 1;
}
.dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
  flex-basis: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
.dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module {
  height: 100%;
}
.dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid > .dnd-module > div {
  height: 100%;
}
@media (min-width: 1184px) {
  .dnd-section > .row-fluid > .dnd-column {
    justify-content: flex-start !important;
    flex: 1 1 30%;
    min-width: 280px;
  }
}






 .main-sidebar{
    display:none;
}
.mobile-nav{}
.mobile-nav-header{
    display:block;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    padding:8px 24px;
    -webkit-box-shadow: -8px 0 24px 0 rgba(#null, 0.15);
       -moz-box-shadow: -8px 0 24px 0 rgba(#null, 0.15);
            box-shadow: -8px 0 24px 0 rgba(#null, 0.15);
}

.mobile-nav-header .logo img{
    height:3rem;
    width:auto;
}
.mobile-nav-wrapper{
    display:block;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    justify-content:space-between;
    align-items:center;
    gap:1rem;
}

.mobile-nav-menu .main-nav{
    display: block;
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height:auto;
    background: none;
    transition: bottom 0.3s ease-in-out;
    visibility: hidden;
}

.mobile-nav-menu .main-nav.open{
    bottom: 86px;
    visibility: visible;
    background-color: #ffffff;
    -webkit-border-radius: 32px 32px 0 0;
       -moz-border-radius: 32px 32px 0 0;
         -o-border-radius: 32px 32px 0 0;
            border-radius: 32px 32px 0 0;
    -webkit-box-shadow: 0 0 24px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 0 24px 0 rgba(#null, 0.15);
            box-shadow: 0 0 24px 0 rgba(#null, 0.15);
    z-index:2;
    height:auto;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:48px;

}
.mobile-nav-trigger{
    cursor:pointer;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    min-width:2rem;
    min-height:2rem;
}

.mobile-nav-trigger-label{
    font-size:0.875rem;
    font-weight:400;
}
.mobile-nav-icons{
    width:100%;
    background-color: #ffffff;
    padding:16px;
    height:fit-content;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:9999;
    position:relative;
    -webkit-box-shadow: 0 0 24px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 0 24px 0 rgba(#null, 0.15);
            box-shadow: 0 0 24px 0 rgba(#null, 0.15);
}

.mobile-nav-menu ul{
    margin:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:24px;
    list-style:none;
    padding:0;
    margin:0;
}

.main-nav a{
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:1rem;
    text-decoration:none;
    color:;
}

.main-nav a i{
    font-size:1rem;
    color:;
}

.main-nav .nav-item{
    gap:16px;
}

.main-nav .seperator{
    display:block;
    width:100%;
    height:1px;
    margin:8px 0;
    background-color: ;
}

@media screen and (min-width: 768px){
    .mobile-nav-header, .mobile-nav-wrapper, .mobile-nav-menu{
        display:none;
    }
    .main-sidebar{
        display:block;
        width:328px;
        height:100vh;
        position:fixed;
        top:0;
        left:0;
        padding: 48px;
        background-color: #ffffff;
        transition: width 0.3s ease, padding 0.3s ease;
        -webkit-box-shadow: 0 8px 24px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 8px 24px 0 rgba(#null, 0.15);
            box-shadow: 0 8px 24px 0 rgba(#null, 0.15);
    }

    .main-sidebar.collapsed {
        width: 129px;
        padding: 48px 24px;
    }

    .sidebar-header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:1rem;
    }

    .sidebar-toggle{
        cursor:pointer;
    }
    .sidebar-toggle-icon{
        width:2rem;
        height:2rem;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:1rem;
        color:;
    }

    .sidebar-toggle-icon i {
        transition: transform 0.3s ease;
    }

    .main-sidebar.collapsed .sidebar-toggle-icon i {
        transform: rotate(180deg);
    }

    .logo-primary {
        display: block;
        height:3rem;
        width:auto;
    }
    
    .logo-alternative {
        display: none;
    }
    
    .main-sidebar.collapsed .logo-primary {
        display: none;
    }
    
    .main-sidebar.collapsed .logo-alternative {
        display: block;
        width: 2.5rem;
        max-width:2.5rem;
    }

    .main-nav{
        margin-top: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main-nav ul{
        list-style:none;
        padding:0;
        margin:0;
    }

    .main-nav li{
        margin-bottom: 16px;
        list-style:none;
        padding: 16px 24px;
        border-radius: 8px;
        transition: background-color 0.3s ease;
    }
    .main-nav li:hover{
        background-color: ;
    }
    .main-nav li:last-child{
        margin-bottom: 0;
    }

    .main-sidebar.collapsed .main-nav li{
        width:2rem;
        height:2rem;
        display:flex;
        justify-content:center;
        align-items:center;
    }
    .main-sidebar.collapsed .nav-label{
        display:none;
    }
    .main-nav .seperator{
        margin:24px 0;
    }
    
}
.primary-navigation__wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  min-height: 60px;
}
.primary-navigation__header {
  margin: 5px auto;
  height: 50px;
  display: flex;
  position: fixed;
  top: 0;
  left: 2rem;
  right: 2rem;
  width: calc(100% - 4rem);
  z-index: 10000;
  background: #fff;
  justify-content: space-between;
  padding: 8px 20px;
  box-sizing: border-box;
  max-width: 1440px;
}
.primary-navigation__header a,
.primary-navigation__header a:visited {
  color: #07262A;
  text-decoration: none;
}
.primary-navigation__header.rounded {
  border-radius: 50px;
}
.primary-navigation__header.active {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .primary-navigation__header.active {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .primary-navigation__header.active .primary-navigation__menu-buttons.active {
    flex-basis: auto;
  }
}
@media (min-width: 768px) {
  .primary-navigation__header.active .primary-navigation__menu-buttons.active > .menu-button {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .primary-navigation__header {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons {
  display: none;
  visibility: hidden;
  opacity: 0;
  order: 1;
  padding-top: 15px;
}
.primary-navigation__header .primary-navigation__menu-buttons.active {
  display: block;
  visibility: visible;
  opacity: 1;
  flex-basis: 100%;
  position: relative;
  z-index: 10000;
}
@media (min-width: 768px) {
  .primary-navigation__header .primary-navigation__menu-buttons {
    padding-top: 0;
    order: 2;
    display: flex;
    flex-wrap: nowrap;
    visibility: visible;
    opacity: 1;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button {
  display: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button {
    display: block;
    width: 24px;
  }
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button {
    display: none;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 0;
}
@media (min-width: 768px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.031372549);
    box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
    padding: 1rem;
    min-width: 200px;
    transform: translateY(-10px);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
    z-index: 10001;
    width: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.5rem;
  }
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group.active {
    display: flex;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    visibility: visible;
    opacity: 1;
    position: static;
    background: none;
    box-shadow: none;
    padding: 0;
    transform: none;
    width: 100%;
    flex-direction: row;
    gap: 1rem;
  }
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button,
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div,
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > a {
    flex-basis: auto;
    width: auto;
    justify-content: center;
    padding: 0;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button,
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div,
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > a {
  flex-basis: auto;
  width: 100%;
  justify-content: flex-start;
  padding: 0.5rem 0;
}
@media (min-width: 768px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button,
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div,
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > a {
    height: 40px;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > .user-profile,
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > .sign-out-container {
  flex-basis: 40%;
  text-align: center;
}
@media (min-width: 768px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > .user-profile,
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > .sign-out-container {
    flex-basis: auto;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > .sign-out-container a:hover {
  border-bottom: 4px solid #2C9892;
  margin-bottom: -4px;
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > .sign-out-container .menu-button-text {
    display: none;
  }
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group .sign-out-container {
    order: 4;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button {
  order: 1;
  flex-basis: 40%;
}
@media (min-width: 768px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button {
    flex-basis: auto;
  }
}
@media (min-width: 1300px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.notification-button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button {
  cursor: pointer;
}
@media (min-width: 1300px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button > .fa-circle-plus {
  display: none;
  position: relative;
  color: #37BDB0;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button > .fa-circle-plus:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  background: #072629;
  height: 16px;
  width: 16px;
  z-index: -1;
  border-radius: 100%;
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button > .fa-circle-plus:hover {
  color: #AFE4DF;
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button > .fa-circle-plus {
    display: block;
  }
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button > .menu-button-text {
    display: none;
  }
}
@media (min-width: 1300px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > button.new-lead-button > .menu-button-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.25rem;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div {
  order: 2;
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div.user-profile {
  display: block;
  text-align: center;
}
@media (min-width: 1300px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div.user-profile {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.25rem;
  }
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div.user-profile > .last-name {
    display: none;
  }
}
@media (min-width: 1300px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > div.user-profile > .last-name {
    display: block;
  }
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > a.sign-out-button {
  order: 3;
  text-decoration: none;
  color: #07262A;
  cursor: pointer;
  transition: color 0.3s ease-in-out;
}
.primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > a.sign-out-button:hover {
  color: #2C9892;
}
@media (min-width: 970px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > a.sign-out-button > .menu-button-text {
    display: none;
  }
}
@media (min-width: 1300px) {
  .primary-navigation__header .primary-navigation__menu-buttons > .menu-button-group > a.sign-out-button > .menu-button-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0.25rem;
  }
}
.primary-navigation__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10001;
  max-height: 34px;
}
.primary-navigation__logo img {
  height: 34px !important;
  width: 95px !important;
}
.primary-navigation__controls {
  display: flex;
  align-items: center;
}
.primary-navigation__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .primary-navigation__nav {
    width: 100%;
  }
}
.primary-navigation__nav > ul {
  order: 2;
}
@media (min-width: 768px) {
  .primary-navigation__nav > ul {
    order: 1;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .primary-navigation__nav .primary-navigation__menu {
    width: 100%;
  }
}
.primary-navigation__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (min-width: 768px) {
  .primary-navigation__menu {
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
    background: transparent;
  }
}
.primary-navigation__menu.active {
  opacity: 1;
  visibility: visible;
}
.primary-navigation__menu .primary-navigation__nav {
  height: 100%;
  padding-top: 90px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.primary-navigation__menu .primary-navigation__nav.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .primary-navigation__menu .primary-navigation__nav {
    padding-top: 0;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    height: auto;
    overflow-y: visible;
    padding: 0;
  }
}
.primary-navigation__menu .primary-navigation__nav > ul {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 2rem 1rem 1rem 1rem;
  list-style: none;
}
@media (min-width: 768px) {
  .primary-navigation__menu .primary-navigation__nav > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: relative;
    z-index: 10000;
  }
}
.primary-navigation__menu .primary-navigation__nav .primary-navigation__menu-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .primary-navigation__menu .primary-navigation__nav .primary-navigation__menu-buttons {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }
}
.primary-navigation__trigger {
  color: #fff;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-navigation__trigger-wrapper {
  background: #69BD45;
  height: 34px;
  width: 34px;
  border-radius: 100%;
  position: relative;
  z-index: 10000;
}
@media (min-width: 768px) {
  .primary-navigation__trigger-wrapper {
    display: none;
  }
}

.main-nav.mobile > ul > li.nav-item {
  padding: 4px 8px;
}
.main-nav.mobile .menu__link-wrapper > a,
.main-nav.mobile .menu__link-wrapper > span {
  padding: 0 !important;
}

.menu__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 8px;
  flex: 1;
  text-decoration: none;
  color: #07262A;
}
.menu__link-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .menu__link-wrapper {
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-start;
    position: relative;
  }
}
.menu__link-wrapper > a,
.menu__link-wrapper > span,
.menu__link-wrapper > .menu__toggle-button {
  flex-shrink: 0;
}
.menu__link-wrapper > a,
.menu__link-wrapper > span {
  color: #07262A;
}
.menu__link-wrapper > a:link, .menu__link-wrapper > a:visited, .menu__link-wrapper > a:hover, .menu__link-wrapper > a:active,
.menu__link-wrapper > span:link,
.menu__link-wrapper > span:visited,
.menu__link-wrapper > span:hover,
.menu__link-wrapper > span:active {
  color: #07262A;
}
.menu__link:link, .menu__link:visited, .menu__link:hover, .menu__link:active, .menu__link[aria-current=page] {
  color: #07262A;
}
.menu__link-label {
  color: #07262A;
}
.menu__link-label:link, .menu__link-label:visited, .menu__link-label:hover, .menu__link-label:active, .menu__link-label[aria-current=page] {
  color: #07262A;
}
.menu__link--toggle {
  width: 100%;
  justify-content: space-between;
}
.menu__toggle-button {
  background: none;
  border: none;
  padding: 8px;
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.menu__toggle-button[aria-expanded=true] .menu__chevron svg {
  transform: rotate(180deg);
}
.menu__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  color: #2c9892;
}
.menu__chevron svg {
  width: 24px;
  height: 24px;
  display: block;
  transition: transform 0.3s ease-in-out;
  stroke: currentColor;
  transform: rotate(0deg);
}
.menu__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  width: 100%;
  flex-basis: 100%;
  order: 1;
  padding-left: 1.5rem;
  list-style: none;
}
.menu__submenu .menu__item {
  padding-left: 0;
}
.menu__submenu .menu__link {
  padding-left: 0;
}
@media (min-width: 768px) {
  .menu__submenu {
    display: none;
  }
}
.menu__item {
  transition: transform 0.3s ease-in-out;
  transition-behavior: normal;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .menu__item {
    width: auto;
  }
}

.menu__item--has-no-children,
.menu__item--depth-2 {
  cursor: pointer;
}
@media (min-width: 768px) {
  .menu__item--has-no-children:hover > .menu__link-wrapper,
  .menu__item--depth-2:hover > .menu__link-wrapper {
    border-bottom: 4px solid #2C9892;
    margin-bottom: -4px;
  }
}

@media (min-width: 768px) {
  .menu__item--has-children:hover {
    display: block;
  }
}
@media (min-width: 768px) {
  .menu__item--has-children:hover .menu__link-label {
    font-weight: 500;
  }
}
.menu__item--has-children:hover .menu__link-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .menu__item--has-children:hover > .menu__link-wrapper {
    border-bottom: 4px solid #2C9892;
    margin-bottom: -4px;
  }
}
@media (min-width: 768px) {
  .menu__item--has-children:hover .menu__toggle-button svg {
    transform: rotate(180deg);
  }
}
@media (min-width: 768px) {
  .menu__item--has-children:hover .menu__submenu--level-2 {
    display: block;
    max-height: 400px;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: #fff;
    padding: 2rem;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
  }
  .menu__item--has-children:hover .menu__submenu--level-2 > li {
    max-width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .menu__submenu--level-2 {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item--depth-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
  }
}

@media (min-width: 768px) {
  .menu__submenu--level-2.active-submenu {
    display: block;
    max-height: 400px;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 54px;
    left: 0;
    width: 100vw;
    z-index: 9999;
    background: #fff;
    padding: 2rem;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, max-height 0.3s ease-in-out;
  }
  .menu__submenu--level-2.active-submenu > li {
    max-width: 100%;
    margin: 0;
    padding-left: 0;
  }
}

.primary-navigation__header {
  transition: box-shadow 0.3s ease-in-out, border-radius 0.3s ease-in-out;
}
.primary-navigation__header.hover-active {
  box-shadow: none;
  border-radius: 0;
  background: #fff;
}
.primary-navigation__header.hover-active:before, .primary-navigation__header.hover-active:after {
  content: "";
  position: absolute;
  top: -6px;
  background: #fff;
  z-index: -1;
  height: 60px;
  width: 100vw;
}
.primary-navigation__header.hover-active:before {
  right: 0;
}
.primary-navigation__header.hover-active:after {
  left: 0;
}

.dropdown-container {
  position: relative;
  display: inline-block;
}
.dropdown-container .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.031372549);
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  z-index: 10001;
}
.dropdown-container .dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown-container .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: #07262A;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
}
.dropdown-container .dropdown-menu .dropdown-item:hover {
  background-color: #F5F5F5;
}
.dropdown-container .dropdown-menu .dropdown-item i {
  width: 20px;
  text-align: center;
}
.dropdown-container .dropdown-menu .dropdown-divider {
  height: 1px;
  background-color: #E5E5E5;
  margin: 0.5rem 0;
}

.primary-navigation__time-wrapper {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  padding: 8px 20px;
}



        
.card{
    min-width:280px;
    min-height:200px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    -webkit-box-shadow: 0 8px 24px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 8px 24px 0 rgba(#null, 0.15);
            box-shadow: 0 8px 24px 0 rgba(#null, 0.15);
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
         -o-border-radius: 16px;
            border-radius: 16px;
    background: white;
}

.card a{
    text-decoration: none;
}

.card .link-list{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    
}

.card .link-list li, 
.card .link-list li .copy-button{
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: space-between;
}

.card .link-list li .copy-button{
    cursor: pointer;
    width:100%;
}

.card .header{
    padding: 8px 24px;
    -webkit-border-radius: 16px 16px 0 0;
       -moz-border-radius: 16px 16px 0 0;
         -o-border-radius: 16px 16px 0 0;
            border-radius: 16px 16px 0 0;
}

.card .header .headline{
    font-size: 18px;
  /*font-size: 16px;*/
    font-weight:600;
    margin: 0;
}

.card .content{
    padding: 10px 20px; /*32px;*/
    background-color: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-border-radius: 0 0 16px 16px;
       -moz-border-radius: 0 0 16px 16px;
         -o-border-radius: 0 0 16px 16px;
            border-radius: 0 0 16px 16px;
}

.card .content .subline{
    font-weight: 400;
    font-size: 16px;
}

.card.dark-teal .header{
    background-color: #0D4B55;
    color: #e9edf5;
}

.card.midnight-wave .content{
    color: ;
}

.card.jade-rush .header{
    background-color: ;
    color: ;
}

.card.jade-rush .content{
    color: ;
}

.card.deep-teal .header{
    background-color: ;
    color: ;
}

.card.deep-teal .content{
    color: ;
}


.card.golden-ember .header{
    background-color: ;
    color: ;
}

.card.golden-ember .content{
    color: ;
}

.card.link-card a, 
.card.link-card i{
    color: ;
}

.card.profile-card .content{
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 48px;
}

.card.profile-card .profile-info-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.card.profile-card .profile-info-wrapper ul li{
    margin-bottom: 8px;
}

.card.profile-card .profile-info-wrapper ul li:last-child{
    margin-bottom: 0;
}

.card.profile-card .profile-info-wrapper .email-icon, 
.card.profile-card .profile-info-wrapper .phone-icon, 
.card.profile-card .profile-info-wrapper .company-icon, 
.card.profile-card .profile-info-wrapper .user-id-icon{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.card.profile-card .profile-image-wrapper {
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
}

.card.profile-card .profile-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card.profile-card .profile-image-wrapper .profile-image-fallback {
    width: 100%;
    height: 100%;
    background-color: #e9edf5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card.profile-card .profile-image-wrapper .profile-image-fallback i {
    font-size: 3rem;
    color: ;
}

.card.deal-stage-card .deal-stage{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
}

.card.deal-stage-card .deal-stage .stage-wrapper{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card.deal-stage-card .deal-stage .divider{
    width: 8px;
    min-height: 2rem;
    height: 100%;
    background: #e9edf5;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
         -o-border-radius: 16px;
            border-radius: 16px;
}

.card.deal-stage-card .deal-stage .stage-wrapper .deal-stage-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    flex:1;
    gap: 8px;
    padding: 16px;
    background-color: #e9edf5;
    -webkit-border-radius: 32px;
       -moz-border-radius: 32px;
         -o-border-radius: 32px;
            border-radius: 32px;
}    

.card.deal-stage-card .deal-stage .stage-wrapper .deal-stage-icon i{
    font-size: 1.5rem;
}
.card.deal-stage-card .deal-stage .stage-wrapper .deal-stage-text{
    flex:1;
    margin: 0;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    top:16px;
    white-space: nowrap;
    text-align: center;
    height: fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .card.deal-stage-card .deal-stage{
        flex-direction: row;
        align-items: center;
        flex: 1;
    }
    .card.deal-stage-card .deal-stage .divider{
        height: 16px;
        min-height: 8px;
        min-width: 2rem;
        flex:1;
        margin: 0;
        position: relative;
        transform: translateY(-10px);
    }
}


        
.modal.system {
    position: fixed;
    top: 2rem;
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    text-align: center;
    width: fit-content;
    z-index: 1000;
    padding: 8px 24px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
    opacity: 0;
    transform: translateY(-32px);
    transition: opacity 0.3s, transform 0.3s;
}

.modal.system.show {
    opacity: 1;
    transform: translateY(0);
}

.modal.system.fade-out {
    opacity: 0;
    transform: translateY(32px);
}

.modal.system.info {
    background: ;
    color: ;
    border: 1px solid ;
    -webkit-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
            box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
}

.modal.system.success {
    background: ;
    color: ;
    border: 1px solid ;
    -webkit-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
            box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
}

.modal.system.warning {
    background: ;
    color: ;
    border: 1px solid ;
    -webkit-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
            box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
}

.modal.system.error {
    background: ;
    color: ;
    border: 1px solid ;
    -webkit-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
       -moz-box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
            box-shadow: 0 4px 16px 0 rgba(#null, 0.15);
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(#null, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-container {
  background-color: #ffffff;
  padding: 32px;
  width: 100%;
  max-width: 600px;
  max-height: 100vh;
  border-radius: 8px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  box-sizing: border-box;
}

.modal-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}


/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.modal .modal-close {
  display: flex;
  justify-content: flex-end;
  font-size: 22px;
}



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

.table{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
}

.table .row > *{
    margin:0
}

.table .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.table .row:last-child{
    margin-bottom: 0;
}

.table .row.single-user{
    margin-left:0;
    margin-right:0;
    gap:1rem;
    width: 100%;
    padding: 0;
    gap: 1rem;
    border: 1px solid ;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
         -o-border-radius: 16px;
            border-radius: 16px;
    padding: 1.5rem;
}

.table .row.single-user .col{
    padding:0;
}

.table .row .col{
    flex: 1;
}

.user-image-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap:1rem;
}


table.table thead tr{
    text-align: left;
    border-bottom: 2px solid ;
    padding: 12px;
}

table.table tbody tr{
    border-bottom: 1px solid ;
}

table.table tbody tr:last-child{
    border-bottom: none;
}

table.table.clean-table tbody tr{
    border-bottom: none;
}

table.table thead th, 
table.table tbody td{
    padding: 12px;
    color: ;
}

table.table tbody th{
    vertical-align: middle;
}
table.table thead th i{
    color: ;
}

table.table tbody td:last-child{
    text-align: right;
}

.table .user-image-wrapper{
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: flex-start;
    gap:1rem;
}

.table img.user-image{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.table .user-image-wrapper, 
.table .user-email, 
.table .btn-wrapper{
    width:100%;
}

.table .user-rank-label{
    cursor: default;
}

@media (min-width: 768px) {
    .table .row{
        flex-direction: row;
        margin-bottom:1rem;
    }
    .table .row.single-user{
        margin-left:0;
        margin-right:0;
        gap:1rem;
        width: 100%;
        padding: 0;
        gap: 1rem;
        border: none;
    }

    .table .row.single-user .col{
        padding:0;
    }

    .table .user-image-wrapper,
    .table .user-email, 
    .table .btn-wrapper{
        width:200px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .table .user-rank{
        max-width:120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}



/* Dashboard Report */
.dashboard-report__items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	@media(min-width: 991px) {
		justify-content: space-around;
	}
	.dashboard-report__item {
		flex-basis: 100%;
		@media (min-width: 991px) {
			flex-basis: 28%;
		}
	}
}
.dashboard-report-table {
	max-width: 100%;
	width: 100%;
	table {
		margin: 0 auto;
		
	}
	thead,
	tbody {
		th,
		td {
			text-align: left;
			padding: 8px 15px 8px 8px;
			
		}
	}
	thead {
		border-top-right-radius: 20px;
		th {
			background: #0D4B55;
			color: #fff;
			&:first-child {
				border-top-left-radius: 8px;
			}
			&:last-child {
				border-top-right-radius: 8px;
			}
		}
	}
	tbody {
		tr {
			&:nth-child(odd) {
				background: #efefef;
			}
		}
	}
}


.blog-posts-wrapper{
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-post .headline{
    font-size: 16px;
    font-weight: 800;
    margin:0;
}

.blog-post .headline-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.blog-post .headline-wrapper .date-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: ;
}

.blog-post p.preview-text{
    margin: 8px 0;
}


.tabs-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tab-buttons {
    display: flex;
    gap: 8px;
}

.tab-trigger {
    position: relative;
}

.tab-trigger .accordion-icon {
    display: none;
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.tab-content {
    transition: max-height 0.3s ease-out;
}

.tab-content.hidden {
    display: none;
}

@media (max-width: 480px) {
    .tabs-wrapper {
        gap: 8px;
    }
    
    .tab-buttons {
        flex-direction: column;
    }
    
    .tab-trigger {
        width: 100%;
        text-align: left;
        padding-right: 32px;
    }
    
    .tab-trigger .accordion-icon {
        display: inline-block;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .tab-trigger[aria-expanded="true"] .accordion-icon {
        transform: translateY(-50%) rotate(180deg);
    }
    
    .tab-content {
        max-height: 1000px;
        overflow: hidden;
        transition: max-height 0s ease-out;
    }
    
    .tab-content.hidden {
        max-height: 0;
        display: block;
    }
}


            
            
/* Form title */

.form-title {
    margin: 0;
}

.form-title ~ div > form {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Labels */

form label:not([class$="radio-display"]):not([class$="checkbox-display"]) {
    display:inline-flex;
    gap:1.5rem;
    color:;
    margin-top: 24px;
margin-bottom: 12px;
;
}

form fieldset.form-columns-2 input,
form fieldset.form-columns-3 input{
    width:100%
} 
/* Form fields */

form .hs-form-field {
    margin-bottom: 1.4rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="search"],
form select,
form textarea{
    display: inline-block;
    width: 100% !important;
    border: 0;
    background-color:#F6F8FB;
    padding-top: 0.75rem;
padding-right: 1rem;
padding-bottom: 0.75rem;
padding-left: 1rem;
;
    -webkit-border-radius: .5rem;
       -moz-border-radius: .5rem;
         -o-border-radius: .5rem;
            border-radius: .5rem;;
    -webkit-transition: all 0.32s ease-in-out;
       -moz-transition: all 0.32s ease-in-out;
         -o-transition: all 0.32s ease-in-out;
            transition: all 0.32s ease-in-out;
}

input:focus{
    outline: none;
}
form fieldset {
    max-width: 100% !important; 
}

/* Form fields - checkbox/radio */

form .inputs-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

form .inputs-list > li {
    display: block;
    margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
    vertical-align: middle;
}

form input[type='checkbox'],
form input[type='radio'] {
    margin-right: 1.5rem;
    cursor: pointer;
}

/* Form fields - date picker */

form .hs-dateinput {
    position: relative;
}

form .hs-dateinput:before {
    position: absolute;
    top: 50%;
    content: '\01F4C5';
    transform: translateY(-50%);
    left: 8px;
}

form .is-selected .pika-button {
    border-radius: 0 !important; 
    box-shadow: none !important; 
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
    border-radius: 0 !important; 
}

/* Form fields - file picker */

form input[type='file'] {
    padding: initial;
    border: initial;
    background-color: transparent;
}

/* Headings and text */

form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
    margin: 1rem 0;
    font-size:14px;
}

form .hs-richtext img {
    height: auto;
    max-width: 100% !important; 
}

select{
    padding: .5rem 1rem;
    border-radius: 2rem;
}

textarea{
    border-radius:1rem;
    min-height:15rem;
}
/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
    margin-left: 1rem !important; 
    padding-top: .25rem;
}

/* Validation */
    
form .hs-error-msg,
form .hs-error-msgs {
    margin-bottom: 0.75rem;
}

/* Captcha */

.grecaptcha-badge {
    margin: 0 auto;
}
.gridjs-footer button, .gridjs-head button {
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    padding: 0;
}
.gridjs-temp {
    position: relative;
}
.gridjs-head {
    margin-bottom: 5px;
    padding: 5px 1px;
    width: 100%;
}
.gridjs-head:after {
    clear: both;
    content: "";
    display: block;
}
.gridjs-head:empty {
    border: none;
    padding: 0;
}
.gridjs-container {
    color: #000;
    display: inline-block;
    overflow: hidden;
    padding: 2px;
    position: relative;
    z-index: 0;
}
.gridjs-footer {
    background-color: #fff;
    border-bottom-width: 1px;
    border-color: #e5e7eb;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .26);
    display: block;
    padding: 12px 24px;
    position: relative;
    width: 100%;
    z-index: 5;
}
.gridjs-footer:empty {
    border: none;
    padding: 0;
}
input.gridjs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #d2d6dc;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.45;
    outline: none;
    padding: 10px 13px;
}
input.gridjs-input:focus {
    border-color: #9bc2f7;
    box-shadow: 0 0 0 3px rgba(149, 189, 243, .5);
}
.gridjs-pagination {
    color: #3d4044;
}
.gridjs-pagination:after {
    clear: both;
    content: "";
    display: block;
}
.gridjs-pagination .gridjs-summary {
    float: left;
    margin-top: 5px;
}
.gridjs-pagination .gridjs-pages {
    float: right;
}
.gridjs-pagination .gridjs-pages button {
    background-color: #fff;
    border: 1px solid #d2d6dc;
    border-right: none;
    outline: none;
    padding: 5px 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.gridjs-pagination .gridjs-pages button:focus {
    border-right: 1px solid #d2d6dc;
    box-shadow: 0 0 0 2px rgba(149, 189, 243, .5);
    margin-right: -1px;
    position: relative;
}
.gridjs-pagination .gridjs-pages button:hover {
    background-color: #f7f7f7;
    color: #3c4257;
    outline: none;
}
.gridjs-pagination .gridjs-pages button:disabled, .gridjs-pagination .gridjs-pages button:hover:disabled, .gridjs-pagination .gridjs-pages button[disabled] {
    background-color: #fff;
    color: #6b7280;
    cursor: default;
}
.gridjs-pagination .gridjs-pages button.gridjs-spread {
    background-color: #fff;
    box-shadow: none;
    cursor: default;
}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
    /* background-color: #f7f7f7; */
    font-weight: 700;
}
.gridjs-pagination .gridjs-pages button:last-child {
    border-bottom-right-radius: 6px;
    border-right: 1px solid #d2d6dc;
    border-top-right-radius: 6px;
}
.gridjs-pagination .gridjs-pages button:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.gridjs-pagination .gridjs-pages button:last-child:focus {
    margin-right: 0;
}
button.gridjs-sort {
    background-color: transparent;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    float: right;
    height: 24px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 13px;
}
button.gridjs-sort-neutral {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEuOTk4IiBoZWlnaHQ9IjQwMS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45OTggNDAxLjk5OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTczLjA5MiAxNjQuNDUyaDI1NS44MTNjNC45NDkgMCA5LjIzMy0xLjgwNyAxMi44NDgtNS40MjQgMy42MTMtMy42MTYgNS40MjctNy44OTggNS40MjctMTIuODQ3cy0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2IDUuNDI0QzIxMC4yMzIgMS44MTIgMjA1Ljk1MSAwIDIwMC45OTkgMHMtOS4yMzMgMS44MTItMTIuODUgNS40MjRMNjAuMjQyIDEzMy4zMzFjLTMuNjE3IDMuNjE3LTUuNDI0IDcuOTAxLTUuNDI0IDEyLjg1IDAgNC45NDggMS44MDcgOS4yMzEgNS40MjQgMTIuODQ3IDMuNjIxIDMuNjE3IDcuOTAyIDUuNDI0IDEyLjg1IDUuNDI0ek0zMjguOTA1IDIzNy41NDlINzMuMDkyYy00Ljk1MiAwLTkuMjMzIDEuODA4LTEyLjg1IDUuNDIxLTMuNjE3IDMuNjE3LTUuNDI0IDcuODk4LTUuNDI0IDEyLjg0N3MxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDhMMTg4LjE0OSAzOTYuNTdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4bDEyNy45MDctMTI3LjkwNmMzLjYxMy0zLjYxNCA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDggMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDctMy42MTQtMy42MTYtNy44OTktNS40Mi0xMi44NDgtNS40MnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=");
    background-position-y: center;
    opacity: .3;
}
button.gridjs-sort-asc {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgMTk3LjI4NyAxNTkuMDI4IDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMyAxLjgwNy0xMi44NSA1LjQyNEw1LjQyNCAxOTcuMjg3QzEuODA3IDIwMC45MDQgMCAyMDUuMTg2IDAgMjEwLjEzNHMxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDdjMy42MjEgMy42MTcgNy45MDIgNS40MjUgMTIuODUgNS40MjVoMjU1LjgxM2M0Ljk0OSAwIDkuMjMzLTEuODA4IDEyLjg0OC01LjQyNSAzLjYxMy0zLjYxMyA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDdzLTEuODE0LTkuMjMtNS40MjctMTIuODQ3eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==");
    background-position-y: 35%;
    background-size: 10px;
}
button.gridjs-sort-desc {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiAwLTkuMjMzIDEuODA3LTEyLjg1IDUuNDI0QzEuODA3IDcyLjk5OCAwIDc3LjI3OSAwIDgyLjIyOGMwIDQuOTQ4IDEuODA3IDkuMjI5IDUuNDI0IDEyLjg0N2wxMjcuOTA3IDEyNy45MDdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4TDI4Ni45MzUgOTUuMDc0YzMuNjEzLTMuNjE3IDUuNDI3LTcuODk4IDUuNDI3LTEyLjg0NyAwLTQuOTQ4LTEuODE0LTkuMjI5LTUuNDI3LTEyLjg1eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==");
    background-position-y: 65%;
    background-size: 10px;
}
button.gridjs-sort:focus {
    outline: none;
}
table.gridjs-table {
    border-collapse: collapse;
    display: table;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    table-layout: fixed;
    text-align: left;
    width: 100%;
}
.gridjs-tbody, td.gridjs-td {
    background-color: #fff;
}
td.gridjs-td {
    border: 1px solid #e5e7eb;
    box-sizing: content-box;
    padding: 12px 24px;
}
td.gridjs-td:first-child {
    border-left: none;
}
td.gridjs-td:last-child {
    border-right: none;
}
td.gridjs-message {
    text-align: center;
}
th.gridjs-th {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-top: none;
    box-sizing: border-box;
    color: #6b7280;
    outline: none;
    padding: 14px 24px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}
th.gridjs-th .gridjs-th-content {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
th.gridjs-th-sort {
    cursor: pointer;
}
th.gridjs-th-sort .gridjs-th-content {
    width: calc(100% - 15px);
}
th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
    background-color: #e5e7eb;
}
th.gridjs-th-fixed {
    box-shadow: 0 1px 0 0 #e5e7eb;
    position: sticky;
}
@supports (-moz-appearance:none) {
    th.gridjs-th-fixed {
        box-shadow: 0 0 0 1px #e5e7eb;
    }
}
th.gridjs-th:first-child {
    border-left: none;
}
th.gridjs-th:last-child {
    border-right: none;
}
.gridjs-tr {
    border: none;
}
.gridjs-tr-selected td {
    background-color: #ebf5ff;
}
.gridjs-tr:last-child td {
    border-bottom: 0;
}
.gridjs *, .gridjs :after, .gridjs :before {
    box-sizing: border-box;
}
.gridjs-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-color: #e5e7eb;
    border-radius: 8px 8px 0 0;
    border-top-width: 1px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .26);
    display: block;
    overflow: auto;
    position: relative;
    width: 100%;
    z-index: 1;
}
.gridjs-wrapper:nth-last-of-type(2) {
    border-bottom-width: 1px;
    border-radius: 8px;
}
.gridjs-search {
    float: left;
}
.gridjs-search-input {
    width: 250px;
}
.gridjs-loading-bar {
    background-color: #fff;
    opacity: .5;
    z-index: 10;
}
.gridjs-loading-bar, .gridjs-loading-bar:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.gridjs-loading-bar:after {
    animation: shimmer 2s infinite;
    background-image: linear-gradient(90deg, hsla(0, 0%, 80%, 0), hsla(0, 0%, 80%, .2) 20%, hsla(0, 0%, 80%, .5) 60%, hsla(0, 0%, 80%, 0));
    content: "";
    transform: translateX(-100%);
}
@keyframes shimmer {
    to {
        transform: translateX(100%);
    }
}
.gridjs-td .gridjs-checkbox {
    cursor: pointer;
    display: block;
    margin: auto;
}
.gridjs-resizable {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 5px;
}
.gridjs-resizable:hover {
    background-color: #9bc2f7;
    cursor: ew-resize;
}


.communication-card .content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.communication-card .comment{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 48px;
    align-items: flex-start;
    gap: 8px;
}

.communication-card .comment:last-child{
    margin-bottom: 0;
}

.communication-card .comment .comment-heading{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 4px;

}
.communication-card .comment .comment-content{
    width: 100%;
}
.communication-card .comment .author-wrapper{
    display: flex;
    flex-direction: row;
    gap: 16px;
    min-width:200px;
    max-width:200px;
}

.communication-card .comment .author-wrapper img{
    width:56px;
    height:56px;
    border-radius: 50%;
} 

.communication-card .comment .author-info{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.communication-card .comment .author-info .author-name{
    font-size: 1.125rempx;
}

.communication-card .comment .author-info .author-email{
    font-style: italic;
}

.communication-card .comment > .comment-content{
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 16px 32px;
    border-radius: 16px;
}

@media (min-width: 768px) {
    .communication-card .comment{
        flex-direction: row;
        align-items: center;
    }

    .communication-card .comment.odd{
        flex-direction: row;
    }
    
    .communication-card .comment.even{
        flex-direction: row-reverse;
    }

    .communication-card .comment.odd .comment-content{
    -webkit-border-radius: 0 16px 16px 16px;
       -moz-border-radius: 0 16px 16px 16px;
         -o-border-radius: 0 16px 16px 16px;
            border-radius: 0 16px 16px 16px;
    }

    .communication-card .comment.even .comment-content{
        -webkit-border-radius: 16px 0 16px 16px;
       -moz-border-radius: 16px 0 16px 16px;
         -o-border-radius: 16px 0 16px 16px;
            border-radius: 16px 0 16px 16px;
    }
    .communication-card .comment .comment-heading{
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
    }

    .communication-card .comment.even .author-wrapper{
        justify-content: flex-end;
    }

    .communication-card .comment.odd .author-wrapper{
        justify-content: flex-start;
    }   
}
    

    /* 1.1 dark_teal color */
    .color-dark-teal{ color: rgb(13, 75, 85)}
    .bg-dark-teal{ background-color: rgb(13, 75, 85)}
    .border-color-dark-teal{ border-color: rgb(13, 75, 85)}

    /* 1.2 navy_blue color */
    .color-navy-blue{ color: rgb(3, 60, 101)}
    .bg-navy-blue{ background-color: rgb(3, 60, 101)}
    .border-color-navy-blue{ border-color: rgb(3, 60, 101)}

    /* 1.3 teal_logo color */
    .color-teal-logo{ color: rgb(54, 189, 177)}
    .bg-teal-logo{ background-color: rgb(54, 189, 177)}
    .border-color-teal-logo{ border-color: rgb(54, 189, 177)}

    /* 1.4 tangerine color */
    .color-tangerine{ color: rgb(255, 184, 77)}
    .bg-tangerine{ background-color: rgb(255, 184, 77)}
    .border-color-tangerine{ border-color: rgb(255, 184, 77)}

    /* 1.5 sky_blue color */
    .color-sky-blue{ color: rgb(#null)}
    .bg-sky-blue{ background-color: rgb(#null)}
    .border-color-sky-blue{ border-color: rgb(#null)}

    /* 1.6 logo_blue color */
    .color-logo-blue{ color: rgb(0, 122, 184)}
    .bg-logo-blue{ background-color: rgb(0, 122, 184)}
    .border-color-logo-blue{ border-color: rgb(0, 122, 184)}

    /* 1.7 purple color */
    .color-purple{ color: rgb(159, 92, 253)}
    .bg-purple{ background-color: rgb(159, 92, 253)}
    .border-color-purple{ border-color: rgb(159, 92, 253)}

    /* 1.8 light_gray color */
    .color-light-gray{ color: rgb(249, 249, 252)}
    .bg-light-gray{ background-color: rgb(249, 249, 252)}
    .border-color-light-gray{ border-color: rgb(249, 249, 252)}

    /* 1.9 cloud_tint color */
    .color-cloud-tint{ color: rgb(233, 237, 245)}
    .bg-cloud-tint{ background-color: rgb(233, 237, 245)}
    .border-color-cloud-tint{ border-color: rgb(233, 237, 245)}

    /* 1.10 polar_glow color */
    .color-polar-glow{ color: rgb(246, 248, 251)}
    .bg-polar-glow{ background-color: rgb(246, 248, 251)}
    .border-color-polar-glow{ border-color: rgb(246, 248, 251)}

    /* 1.11 text_color color */
    .color-text-color{ color: rgb(7, 38, 42)}
    .bg-text-color{ background-color: rgb(7, 38, 42)}
    .border-color-text-color{ border-color: rgb(7, 38, 42)}

    /* 1.12 success color */
    .color-success{ color: rgb(105, 189, 69)}
    .bg-success{ background-color: rgb(105, 189, 69)}
    .border-color-success{ border-color: rgb(105, 189, 69)}

    /* 1.13 info color */
    .color-info{ color: rgb(13, 75, 85)}
    .bg-info{ background-color: rgb(13, 75, 85)}
    .border-color-info{ border-color: rgb(13, 75, 85)}

    /* 1.14 warning color */
    .color-warning{ color: rgb(255, 184, 77)}
    .bg-warning{ background-color: rgb(255, 184, 77)}
    .border-color-warning{ border-color: rgb(255, 184, 77)}

    /* 1.15 error color */
    .color-error{ color: rgb(221, 31, 34)}
    .bg-error{ background-color: rgb(221, 31, 34)}
    .border-color-error{ border-color: rgb(221, 31, 34)}

    /* 1.16 disabled color */
    .color-disabled{ color: rgb(158, 166, 187)}
    .bg-disabled{ background-color: rgb(158, 166, 187)}
    .border-color-disabled{ border-color: rgb(158, 166, 187)}

    

    .pt-xxs{ padding-top: 2px }
    .pb-xxs{ padding-bottom: 2px }
    .pl-xxs{ padding-left: 2px }
    .pr-xxs{ padding-right: 2px }
    .p-xxs{ padding: 2px }

    .pt-xs{ padding-top: 4px }
    .pb-xs{ padding-bottom: 4px }
    .pl-xs{ padding-left: 4px }
    .pr-xs{ padding-right: 4px }
    .p-xs{ padding: 4px }

    .pt-sm{ padding-top: 8px }
    .pb-sm{ padding-bottom: 8px }
    .pl-sm{ padding-left: 8px }
    .pr-sm{ padding-right: 8px }
    .p-sm{ padding: 8px }

    .pt-md{ padding-top: 16px }
    .pb-md{ padding-bottom: 16px }
    .pl-md{ padding-left: 16px }
    .pr-md{ padding-right: 16px }
    .p-md{ padding: 16px }

    .pt-lg{ padding-top: 24px }
    .pb-lg{ padding-bottom: 24px }
    .pl-lg{ padding-left: 24px }
    .pr-lg{ padding-right: 24px }
    .p-lg{ padding: 24px }

    .pt-xl{ padding-top: 32px }
    .pb-xl{ padding-bottom: 32px }
    .pl-xl{ padding-left: 32px }
    .pr-xl{ padding-right: 32px }
    .p-xl{ padding: 32px }

    .pt-xxl{ padding-top: 48px }
    .pb-xxl{ padding-bottom: 48px }
    .pl-xxl{ padding-left: 48px }
    .pr-xxl{ padding-right: 48px }
    .p-xxl{ padding: 48px }



@media screen and (min-width: 768px){
        .pt-md-xxs{ padding-top: 2px }
        .pb-md-xxs{ padding-bottom: 2px }
        .pl-md-xxs{ padding-left: 2px }
        .pr-md-xxs{ padding-right: 2px }
        .p-md-xxs{ padding: 2px }
    
        .pt-md-xs{ padding-top: 4px }
        .pb-md-xs{ padding-bottom: 4px }
        .pl-md-xs{ padding-left: 4px }
        .pr-md-xs{ padding-right: 4px }
        .p-md-xs{ padding: 4px }
    
        .pt-md-sm{ padding-top: 8px }
        .pb-md-sm{ padding-bottom: 8px }
        .pl-md-sm{ padding-left: 8px }
        .pr-md-sm{ padding-right: 8px }
        .p-md-sm{ padding: 8px }
    
        .pt-md-md{ padding-top: 16px }
        .pb-md-md{ padding-bottom: 16px }
        .pl-md-md{ padding-left: 16px }
        .pr-md-md{ padding-right: 16px }
        .p-md-md{ padding: 16px }
    
        .pt-md-lg{ padding-top: 24px }
        .pb-md-lg{ padding-bottom: 24px }
        .pl-md-lg{ padding-left: 24px }
        .pr-md-lg{ padding-right: 24px }
        .p-md-lg{ padding: 24px }
    
        .pt-md-xl{ padding-top: 32px }
        .pb-md-xl{ padding-bottom: 32px }
        .pl-md-xl{ padding-left: 32px }
        .pr-md-xl{ padding-right: 32px }
        .p-md-xl{ padding: 32px }
    
        .pt-md-xxl{ padding-top: 48px }
        .pb-md-xxl{ padding-bottom: 48px }
        .pl-md-xxl{ padding-left: 48px }
        .pr-md-xxl{ padding-right: 48px }
        .p-md-xxl{ padding: 48px }
    
}


@media screen and (min-width: 1024px){
        .pt-lg-xxs{ padding-top: 2px }
        .pb-lg-xxs{ padding-bottom: 2px }
        .pl-lg-xxs{ padding-left: 2px }
        .pr-lg-xxs{ padding-right: 2px }
        .p-lg-xxs{ padding: 2px }
    
        .pt-lg-xs{ padding-top: 4px }
        .pb-lg-xs{ padding-bottom: 4px }
        .pl-lg-xs{ padding-left: 4px }
        .pr-lg-xs{ padding-right: 4px }
        .p-lg-xs{ padding: 4px }
    
        .pt-lg-sm{ padding-top: 8px }
        .pb-lg-sm{ padding-bottom: 8px }
        .pl-lg-sm{ padding-left: 8px }
        .pr-lg-sm{ padding-right: 8px }
        .p-lg-sm{ padding: 8px }
    
        .pt-lg-md{ padding-top: 16px }
        .pb-lg-md{ padding-bottom: 16px }
        .pl-lg-md{ padding-left: 16px }
        .pr-lg-md{ padding-right: 16px }
        .p-lg-md{ padding: 16px }
    
        .pt-lg-lg{ padding-top: 24px }
        .pb-lg-lg{ padding-bottom: 24px }
        .pl-lg-lg{ padding-left: 24px }
        .pr-lg-lg{ padding-right: 24px }
        .p-lg-lg{ padding: 24px }
    
        .pt-lg-xl{ padding-top: 32px }
        .pb-lg-xl{ padding-bottom: 32px }
        .pl-lg-xl{ padding-left: 32px }
        .pr-lg-xl{ padding-right: 32px }
        .p-lg-xl{ padding: 32px }
    
        .pt-lg-xxl{ padding-top: 48px }
        .pb-lg-xxl{ padding-bottom: 48px }
        .pl-lg-xxl{ padding-left: 48px }
        .pr-lg-xxl{ padding-right: 48px }
        .p-lg-xxl{ padding: 48px }
    
}
    .mt-xxs{ margin-top: 2px }
    .mb-xxs{ margin-bottom: 2px }
    .ml-xxs{ margin-left: 2px }
    .mr-xxs{ margin-right: 2px }
    .m-xxs{ margin: 2px }

    .mt-xs{ margin-top: 4px }
    .mb-xs{ margin-bottom: 4px }
    .ml-xs{ margin-left: 4px }
    .mr-xs{ margin-right: 4px }
    .m-xs{ margin: 4px }

    .mt-sm{ margin-top: 8px }
    .mb-sm{ margin-bottom: 8px }
    .ml-sm{ margin-left: 8px }
    .mr-sm{ margin-right: 8px }
    .m-sm{ margin: 8px }

    .mt-md{ margin-top: 16px }
    .mb-md{ margin-bottom: 16px }
    .ml-md{ margin-left: 16px }
    .mr-md{ margin-right: 16px }
    .m-md{ margin: 16px }

    .mt-lg{ margin-top: 24px }
    .mb-lg{ margin-bottom: 24px }
    .ml-lg{ margin-left: 24px }
    .mr-lg{ margin-right: 24px }
    .m-lg{ margin: 24px }

    .mt-xl{ margin-top: 32px }
    .mb-xl{ margin-bottom: 32px }
    .ml-xl{ margin-left: 32px }
    .mr-xl{ margin-right: 32px }
    .m-xl{ margin: 32px }

    .mt-xxl{ margin-top: 48px }
    .mb-xxl{ margin-bottom: 48px }
    .ml-xxl{ margin-left: 48px }
    .mr-xxl{ margin-right: 48px }
    .m-xxl{ margin: 48px }



@media screen and (min-width: 768px){
        .mt-md-xxs{ margin-top: 2px }
        .mb-md-xxs{ margin-bottom: 2px }
        .ml-md-xxs{ margin-left: 2px }
        .mr-md-xxs{ margin-right: 2px }
        .m-md-xxs{ margin: 2px }
    
        .mt-md-xs{ margin-top: 4px }
        .mb-md-xs{ margin-bottom: 4px }
        .ml-md-xs{ margin-left: 4px }
        .mr-md-xs{ margin-right: 4px }
        .m-md-xs{ margin: 4px }
    
        .mt-md-sm{ margin-top: 8px }
        .mb-md-sm{ margin-bottom: 8px }
        .ml-md-sm{ margin-left: 8px }
        .mr-md-sm{ margin-right: 8px }
        .m-md-sm{ margin: 8px }
    
        .mt-md-md{ margin-top: 16px }
        .mb-md-md{ margin-bottom: 16px }
        .ml-md-md{ margin-left: 16px }
        .mr-md-md{ margin-right: 16px }
        .m-md-md{ margin: 16px }
    
        .mt-md-lg{ margin-top: 24px }
        .mb-md-lg{ margin-bottom: 24px }
        .ml-md-lg{ margin-left: 24px }
        .mr-md-lg{ margin-right: 24px }
        .m-md-lg{ margin: 24px }
    
        .mt-md-xl{ margin-top: 32px }
        .mb-md-xl{ margin-bottom: 32px }
        .ml-md-xl{ margin-left: 32px }
        .mr-md-xl{ margin-right: 32px }
        .m-md-xl{ margin: 32px }
    
        .mt-md-xxl{ margin-top: 48px }
        .mb-md-xxl{ margin-bottom: 48px }
        .ml-md-xxl{ margin-left: 48px }
        .mr-md-xxl{ margin-right: 48px }
        .m-md-xxl{ margin: 48px }
    
}


@media screen and (min-width: 1024px){
        .mt-lg-xxs{ margin-top: 2px }
        .mb-lg-xxs{ margin-bottom: 2px }
        .ml-lg-xxs{ margin-left: 2px }
        .mr-lg-xxs{ margin-right: 2px }
        .m-lg-xxs{ margin: 2px }
    
        .mt-lg-xs{ margin-top: 4px }
        .mb-lg-xs{ margin-bottom: 4px }
        .ml-lg-xs{ margin-left: 4px }
        .mr-lg-xs{ margin-right: 4px }
        .m-lg-xs{ margin: 4px }
    
        .mt-lg-sm{ margin-top: 8px }
        .mb-lg-sm{ margin-bottom: 8px }
        .ml-lg-sm{ margin-left: 8px }
        .mr-lg-sm{ margin-right: 8px }
        .m-lg-sm{ margin: 8px }
    
        .mt-lg-md{ margin-top: 16px }
        .mb-lg-md{ margin-bottom: 16px }
        .ml-lg-md{ margin-left: 16px }
        .mr-lg-md{ margin-right: 16px }
        .m-lg-md{ margin: 16px }
    
        .mt-lg-lg{ margin-top: 24px }
        .mb-lg-lg{ margin-bottom: 24px }
        .ml-lg-lg{ margin-left: 24px }
        .mr-lg-lg{ margin-right: 24px }
        .m-lg-lg{ margin: 24px }
    
        .mt-lg-xl{ margin-top: 32px }
        .mb-lg-xl{ margin-bottom: 32px }
        .ml-lg-xl{ margin-left: 32px }
        .mr-lg-xl{ margin-right: 32px }
        .m-lg-xl{ margin: 32px }
    
        .mt-lg-xxl{ margin-top: 48px }
        .mb-lg-xxl{ margin-bottom: 48px }
        .ml-lg-xxl{ margin-left: 48px }
        .mr-lg-xxl{ margin-right: 48px }
        .m-lg-xxl{ margin: 48px }
    
}
    .br-xxs{ -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
         -o-border-radius: 2px;
            border-radius: 2px; }

    .br-xs{ -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
         -o-border-radius: 4px;
            border-radius: 4px; }

    .br-sm{ -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px; }

    .br-md{ -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
         -o-border-radius: 16px;
            border-radius: 16px; }

    .br-lg{ -webkit-border-radius: 24px;
       -moz-border-radius: 24px;
         -o-border-radius: 24px;
            border-radius: 24px; }

    .br-xl{ -webkit-border-radius: 32px;
       -moz-border-radius: 32px;
         -o-border-radius: 32px;
            border-radius: 32px; }

    .br-xxl{ -webkit-border-radius: 48px;
       -moz-border-radius: 48px;
         -o-border-radius: 48px;
            border-radius: 48px; }



.medium{ font-weight: 500; }
.semi-bold{ font-weight: 600; }
.bold{ font-weight: 700; }



.title-big{ font-size:4rem; }
.title{ font-size:3rem; }
.body-bigger{ font-size:1.125rem; }
.body-big{ font-size:1.25rem; }
.body-small{ font-size:0.875rem; }
.body-smaller{ font-size:0.75rem; }


.tc{ text-align: center; }
.tr{ text-align: right; }
.tl{ text-align: left; }
.floating-container {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
  cursor: move;
  touch-action: none;
  will-change: transform;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.2s ease-in-out;
}
.floating-container.loading {
  opacity: 0;
  pointer-events: none;
}
.floating-container .floating-btn {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #007ab8;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: move;
  outline: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
  user-select: none;
}
.floating-container .floating-btn:active {
  cursor: grabbing;
}
.floating-container .floating-btn::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  z-index: -1;
  border-radius: calc(50% + 20px);
  pointer-events: none;
}
.floating-container .floating-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10001;
  margin: 0 15px;
}
@media (min-width: 350px) {
  .floating-container .floating-menu {
    width: 100%;
    min-width: 300px;
    max-width: 350px;
    margin: 0;
  }
}
.floating-container .floating-menu .menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
}
.floating-container .floating-menu .menu-header h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.floating-container .floating-menu .menu-header .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s;
}
.floating-container .floating-menu .menu-header .close-btn:hover {
  background-color: #f0f0f0;
}
.floating-container .floating-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.floating-container .floating-menu ul li {
  padding: 8px 20px;
  cursor: pointer;
  position: relative;
}
.floating-container .floating-menu ul li.disabled {
  pointer-events: none;
  opacity: 0.6;
  position: relative;
  padding-left: 40px !important;
}
.floating-container .floating-menu ul li.disabled:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-top-color: #0D4B55;
  border-radius: 50%;
  opacity: 1;
  animation: spin 0.6s linear infinite;
}
.floating-container .floating-menu ul li:hover {
  background-color: #f0f0f0;
}
.floating-container .floating-menu ul .menu-item-locale {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
  padding: 10px 20px;
}
.floating-container .floating-menu ul .menu-item-locale:hover {
  background-color: transparent;
}
.floating-container .floating-menu ul .menu-item-locale label {
  margin-right: 10px;
  font-size: 14px;
  color: #333;
}
.floating-container .floating-menu ul .menu-divider {
  height: 1px;
  background-color: #ddd;
  margin: 8px 0;
  padding: 0;
  cursor: default;
}
.floating-container .floating-menu ul .menu-divider:hover {
  background-color: #ddd;
}
.floating-container .floating-menu li.menu-item-select-wrapper select {
  padding-left: 0;
  padding-right: 0;
}
.floating-container .floating-menu li.menu-item-select-wrapper:hover {
  background-color: transparent;
}
.floating-container .floating-menu.open {
  display: block;
}
.floating-container .floating-menu.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 20px;
  z-index: 10001;
  background-color: #fff;
}
.floating-container .floating-menu.no-tl-radius {
  border-top-left-radius: 0;
}
.floating-container .floating-menu.no-tr-radius {
  border-top-right-radius: 0;
}
.floating-container .floating-menu.no-bl-radius {
  border-bottom-left-radius: 0;
}
.floating-container .floating-menu.no-br-radius {
  border-bottom-right-radius: 0;
}
.floating-container .floating-menu::before, .floating-container .floating-menu::after {
  content: "";
  position: absolute;
  left: var(--caret-offset-x, 50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}
.floating-container .floating-menu::before {
  border-width: 11px;
  border-color: transparent;
  z-index: 10001;
}
.floating-container .floating-menu::after {
  border-width: 10px;
  border-color: transparent;
  z-index: 10002;
}
.floating-container .floating-menu.menu-above::before {
  top: 100%;
  margin-top: -2px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.floating-container .floating-menu.menu-above::after {
  top: 100%;
  margin-top: 0px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.floating-container .floating-menu.menu-below::before {
  bottom: 100%;
  margin-bottom: -2px;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.floating-container .floating-menu.menu-below::after {
  bottom: 100%;
  margin-bottom: 0px;
  border-bottom-color: #fff;
  border-top-width: 0;
}

#support-request-card-wrapper.processing #close__wrapper, #add-new-user.processing #close__wrapper {
  display: none !important;
}
#support-request-card-wrapper.hidden, #add-new-user.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: none;
  pointer-events: none;
}
#support-request-card-wrapper #support-request-form,
#support-request-card-wrapper #add-new-user-form, #add-new-user #support-request-form,
#add-new-user #add-new-user-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  flex-basis: 100%;
  margin: 0;
}
#support-request-card-wrapper #support-request-form form.hs-form,
#support-request-card-wrapper #add-new-user-form form.hs-form, #add-new-user #support-request-form form.hs-form,
#add-new-user #add-new-user-form form.hs-form {
  max-width: 100%;
  flex-basis: 100%;
  min-width: 100%;
}
#support-request-card-wrapper .support-request-message, #add-new-user .support-request-message {
  flex-basis: 100%;
  margin-top: 20px;
}
#support-request-card-wrapper #close__wrapper, #add-new-user #close__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
}
#support-request-card-wrapper #close__wrapper > button, #add-new-user #close__wrapper > button {
  font-size: 22px;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}
#support-request-card-wrapper #close__wrapper > button:hover, #add-new-user #close__wrapper > button:hover {
  background: #efefef;
}

.border {
  border: 2px solid red;
  padding: 15px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}
.border pre {
  white-space: pre-wrap;
  word-break: break-word;
  font-family: monospace;
}

.button__container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px auto;
}

.hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  gap: 0.5rem;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.hs-button.primary {
  background: #37BDB0;
  color: #07262A;
}
.hs-button.primary:hover {
  background: #AFE4DF;
  color: #07262A;
}
.hs-button.primary:disabled {
  background: #CFDBDD;
  color: #3D6f77;
}
.hs-button.secondary {
  background: #fff;
  color: #07262A;
  border: 1px solid #07262A;
}
.hs-button.secondary:hover {
  background: #37BDB0;
  color: #07262A;
  border: 1px solid #37BDB0 !important;
}

body {
  color: #07262A;
  font-size: 16px;
  line-height: 135%;
}

.force-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.force-center > * {
  margin: 0 auto;
}
.force-centerh4 {
  padding: 30px 0;
}

.loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 40px;
}
.loading-spinner .spinner-circle {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #0D4B55;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.loading-spinner.hidden {
  display: none !important;
}

.loading-overlay {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.corner {
  border-radius: 12px;
}
@media (min-width: 768px) {
  .corner {
    border-radius: 16px;
  }
}

.corner-nav {
  border-radius: 112.6%;
}

.drop-shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .drop-shadow.menu__submenu {
    box-shadow: none;
  }
}

.icon {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.gridjs-tbody a {
  color: #0D4B55;
  transition: all 0.2s ease-in;
}
.gridjs-tbody a:visited {
  color: #0D4B55;
}
.gridjs-tbody a:visited:hover {
  color: #27C4DF;
}
.gridjs-tbody a:hover {
  color: #27C4DF;
}

.grid-target .gridjs-search input {
  min-width: 300px !important;
}
.grid-target .gridjs-thead {
  background: #0D4B55;
}
.grid-target .gridjs-thead th.gridjs-th {
  background: #0D4B55;
  color: #fff;
}
.grid-target .gridjs-thead th.gridjs-th-sort {
  position: relative;
  padding-right: 25px;
}
.grid-target .gridjs-thead th.gridjs-th-sort .gridjs-sort {
  opacity: 0.9;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 12px;
}

body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  width: 100%;
  padding: 10px 35px 10px 15px;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="none"><path d="M5 7.5L10 12.5L15 7.5" stroke="%232c9892" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
}
body select:focus {
  outline: none;
}

/* grid js styling to assist with issues when editing */
.gridjs-td > span {
  display: block;
  width: 100%;
  height: 100%;
}

.serverless-table .gridjs-footer {
  position: relative;
  z-index: 0;
  overflow: visible;
}

/* Add styles for editable property */
.editable-property:not(.disabled) {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
  border-radius: 0;
}
.editable-property:not(.disabled):not(.editing):hover {
  background: none !important;
  border-bottom: 1px solid #2c9892;
  margin-bottom: -1px;
}
.editable-property:not(.disabled) > span {
  display: flex;
  width: 100%;
  height: auto;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
}
.editable-property:not(.disabled) > span.icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-end;
  height: 30px;
  width: 30px;
  height: 100%;
  margin-right: 0;
}
.editable-property:not(.disabled).editing {
  /*padding: 0;*/
  min-width: 180px;
  position: relative;
  z-index: 10;
}
.editable-property:not(.disabled) input {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: inherit;
  font-family: inherit;
}
.editable-property:not(.disabled) input:focus {
  outline: none;
  border-color: #37BDB0;
  box-shadow: 0 0 0 2px #37BDB0;
  height: fit-content;
}
.editable-property:not(.disabled) .date-display-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 8px;
  background-color: white;
  z-index: 1;
}
.editable-property:not(.disabled) .custom-multi-select:not(.editable-input) {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}

.editable-property:not(.disabled) .editable-select:not(.editable-multi-select) {
  position: inherit;
  /*position: absolute;
  top: 0 !important;
  left: 0;*/
  /*min-width: 220px;*/
  background-color: whitesmoke;
  border: 1px solid #37BDB0;
  border-radius: none;
  box-shadow: 0 4px 8px #37BDB0;
  z-index: 100;
  padding: 6px 10px 3px 10px;
  margin:0;
}

.editable-property:not(.disabled) .editable-select:not(.editable-multi-select) {
}

.editable-property:not(.disabled).editing::before {
  /*content: attr(data-tooltip-text);
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.editable-property:not(.disabled).editing::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #333;
  z-index: 11;*/
}

.editable-property > span {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.custom-multi-select {
  background-color: whitesmoke;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: none;
  overflow-y: visible;
  width: 100%;
}
.custom-multi-select .options-container {
  max-height: 200px;
  min-height: 100px;
  overflow-y: scroll;
}
.custom-multi-select .multi-option-row {
  padding: 8px 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
}
.custom-multi-select .multi-option-row:hover {
  background-color: #f5f5f5;
}
.custom-multi-select .multi-option-row.selected {
  background-color: #ebf6f6;
  color: #2c9892;
  font-weight: bold;
}
.custom-multi-select .multi-option-row input[type=checkbox] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.custom-multi-select.editable-input {
  position: fixed;
  z-index: 9999;
}
.custom-multi-select.editable-input > div:first-child {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  color: #666;
}
.custom-multi-select.editable-input .multi-select-summary {
  position: absolute;
  top: -26px;
  left: 0;
  width: 100%;
  font-size: 0.8rem;
  color: #2c9892;
  font-weight: bold;
}
.custom-multi-select .multi-select-actions {
  padding: 10px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.custom-multi-select .multi-select-actions button {
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.custom-multi-select .multi-select-actions button:first-child {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.custom-multi-select .multi-select-actions button:first-child:hover {
  background-color: #e9e9e9;
}
.custom-multi-select .multi-select-actions button:last-child {
  border: 1px solid #2c9892;
  background-color: #2c9892;
  color: #fff;
}
.custom-multi-select .multi-select-actions button:last-child:hover {
  background-color: #22807b;
}

.toast-container {
  position: fixed;
  top: 65px;
  right: 20px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toast {
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  padding: 12px 20px;
  min-width: 300px;
  max-width: 450px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: white;
}
.toast.show {
  opacity: 1;
  transform: translateX(0);
}
.toast.hide {
  opacity: 0;
  transform: translateX(20px);
}
.toast .toast-icon {
  margin-right: 12px;
  cursor: pointer;
}
.toast .toast-message {
  flex-grow: 1;
  font-size: 14px;
}
.toast.toast-success {
  background-color: #2c9892;
}
.toast.toast-error {
  background-color: #f44336;
}
.toast.toast-warning {
  background-color: #ff9800;
}
.toast.toast-info {
  background-color: #2196f3;
}

.info__property-list,
.gridjs-table {
  display: flex;
  flex-wrap: wrap;
}
.info__property-list .property-row,
.gridjs-table .property-row {
  flex-basis: 100%;
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-bottom: 6px;
  position: relative;
  min-height: 40px;
  max-height: 40px;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
}
.info__property-list .property-row__editable,
.gridjs-table .property-row__editable {
  position: relative;
}
.info__property-list .property-label,
.gridjs-table .property-label {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  width: 100%;
  padding: 0px 10px;
  height: fit-content;
}
.info__property-list .property-value,
.gridjs-table .property-value {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-basis: 100%;
  flex-wrap: nowrap;
  position: relative;
  background: whitesmoke;
  width: 100%;
  padding: 10px 20px;
  border-radius: 10px;
  justify-content: space-between;
  align-content: stretch;
  min-height: 40px;
  overflow: auto;
  max-height: 250px;
}

.info__property-list .property-value .editable-property,
.gridjs-table .property-value .editable-property {
  height: 100%;
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.info__property-list .property-value .editable-property .no-value,
.gridjs-table .property-value .editable-property .no-value {
  color: #666;
}
.info__property-list .icon__edit,
.gridjs-table .icon__edit {
  align-self: flex-end;
}

.info__property-list .property-row {
  min-height: 40px;
  max-height: 200px;
  height: fit-content;
}

@media (min-width: 991px) {
  .ticket-property-list.info__property-list {
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 991px) {
  .ticket-property-list.info__property-list .property-row {
    box-sizing: border-box;
    flex-basis: calc(50% - 30px);
    min-width: 432px;
    max-width: 45%;
    margin-right: 25px;
  }
}
@media (min-width: 1499px) {
  .ticket-property-list.info__property-list .property-row {
    max-width: 30%;
    flex-basis: calc(33% - 30px);
  }
}

/* required properties styling */
.info__wrapper {
  position: relative;
}

.property-row__editable.required .property-label {
  position: relative;
}
.property-row__editable.required .property-label:after {
  content: "*";
  color: red;
}
.property-row__editable.required .editable-property {
  border-bottom: 1px solid red;
}
.property-row__editable.required .property-value-display.no-value {
  color: red;
}
.property-row__editable.required .icon svg {
  stroke: red;
}
.property-row__editable.required .icon svg path {
  stroke: red;
}

.mini-card {
  flex-basis: 100%;
}
.mini-card__header {
  padding: 8px 24px;
  background-color: #3D6F77;
  color: #fff;
  border-radius: 12px 12px 0 0;
}
@media (min-width: 768px) {
  .mini-card__header {
    border-radius: 16px 16px 0 0;
  }
}
.custom-styled-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 30px 8px 12px;
  font-size: 3rem;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
}
.custom-styled-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.custom-styled-select option {
  padding: 10px;
  background: white;
  color: #333;
}

.editable-input.editable-date {
  transition: opacity 0.2s ease;
}

.date-display-overlay {
  background-color: white;
  z-index: 1;
}

/* Style for disabled dates in Pikaday */
.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  text-decoration: line-through;
}

/* Custom styling for the today button to make it clearer that today is the earliest selectable date */
.pika-button.is-today {
  color: #2c9892;
  font-weight: bold;
}

.gridjs-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-color: #e5e7eb;
  border-radius: 8px;
  border-top-width: 1px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.26);
  display: block;
  position: relative;
  width: 100%;
  overflow-x: auto;
  z-index: 1;
}

.gridjs-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
}
.gridjs-table td.gridjs-td {
  padding: 10px 15px;
  vertical-align: middle;
  white-space: normal;
  word-break: break-word;
}
.gridjs-table th.gridjs-th {
  padding: 12px 15px;
  background-color: #f9fafb;
  font-weight: bold;
  white-space: normal;
}
.gridjs-table .gridjs-resizable:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.gridjs-head {
  margin-bottom: 5px;
}

.gridjs-footer {
  padding: 12px 24px;
  border-top: 1px solid #e5e7eb;
  background-color: #fff;
  box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
}

.gridjs-pagination {
  color: #333;
}
.gridjs-pagination .gridjs-pages button {
  border: 1px solid #e5e7eb;
  background-color: #fff;
  padding: 8px 12px;
}
.gridjs-pagination .gridjs-pages button:hover {
  background-color: #f5f5f5;
}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  background-color: #2c9892;
  color: white;
}

.gridjs-container {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  min-width: 850px;
}
.gridjs-container button.gridjs-sort-neutral {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEuOTk4IiBoZWlnaHQ9IjQwMS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45OTggNDAxLjk5OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTczLjA5MiAxNjQuNDUyaDI1NS44MTNjNC45NDkgMCA5LjIzMy0xLjgwNyAxMi44NDgtNS40MjQgMy42MTMtMy42MTYgNS40MjctNy44OTggNS40MjctMTIuODQ3cy0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2IDUuNDI0QzIxMC4yMzIgMS44MTIgMjA1Ljk1MSAwIDIwMC45OTkgMHMtOS4yMzMgMS44MTItMTIuODUgNS40MjRMNjAuMjQyIDEzMy4zMzFjLTMuNjE3IDMuNjE3LTUuNDI0IDcuOTAxLTUuNDI0IDEyLjg1IDAgNC45NDggMS44MDcgOS4yMzEgNS40MjQgMTIuODQ3IDMuNjIxIDMuNjE3IDcuOTAyIDUuNDI0IDEyLjg1IDUuNDI0ek0zMjguOTA1IDIzNy41NDlINzMuMDkyYy00Ljk1MiAwLTkuMjMzIDEuODA4LTEyLjg1IDUuNDIxLTMuNjE3IDMuNjE3LTUuNDI0IDcuODk4LTUuNDI0IDEyLjg0N3MxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDhMMTg4LjE0OSAzOTYuNTdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4bDEyNy45MDctMTI3LjkwNmMzLjYxMy0zLjYxNCA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDggMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDctMy42MTYtNy44OTktNS40Mi0xMi44NDgtNS40MnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=");
  background-position-y: center;
  opacity: 0.3;
}
.gridjs-container button.gridjs-sort-asc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgMTk3LjI4NyAxNTkuMDI4IDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMyAxLjgwNy0xMi44NSA1LjQyNEw1LjQyNCAxOTcuMjg3QzEuODA3IDIwMC45MDQgMCAyMDUuMTg2IDAgMjEwLjEzNHMxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDdjMy42MjEgMy42MTcgNy45MDIgNS40MjUgMTIuODUgNS40MjVoMjU1LjgxM2M0Ljk0OSAwIDkuMjMzLTEuODA4IDEyLjg0OC01LjQyNSAzLjYxMy0zLjYxMyA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDdzLTEuODE0LTkuMjMtNS40MjctMTIuODQ3eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==");
  background-position-y: 35%;
  background-size: 10px;
}
.gridjs-container button.gridjs-sort-desc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiAwLTkuMjMzIDEuODA3LTEyLjg1IDUuNDI0QzEuODA3IDcyLjk5OCAwIDc3LjI3OSAwIDgyLjIyOGMwIDQuOTQ4IDEuODA3IDkuMjI5IDUuNDI0IDEyLjg0N2wxMjcuOTA3IDEyNy45MDdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4TDI4Ni45MzUgOTUuMDc0YzMuNjEzLTMuNjE3IDUuNDI3LTcuODk4IDUuNDI3LTEyLjg0NyAwLTQuOTQ4LTEuODE0LTkuMjI5LTUuNDI3LTEyLjg1eiIgZmlsbD0iI2ZmZmZmZiIvPjwvc3ZnPg==");
  background-position-y: 65%;
  background-size: 10px;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

.gridjs-tbody .gridjs-td > span {
  display: block;
  width: 100%;
  height: 100%;
}
.gridjs-tbody .editable-property.from-table {
  padding: 4px 8px;
}
.gridjs-tbody .editable-property.from-table .property-value-display {
  align-items: center;
}

.hubspot-link__wrapper {
  display: inline-block;
  margin-bottom: 30px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.gridjs-tr td {
  background-color: #fff;
  transition: background-color 0.7s ease;
}
.gridjs-tr.updated td {
  background-color: #BBDDAC;
}

.editable-input.editable-textarea {
  width: 100%;
  position: relative;
  margin-top: 0;
  box-sizing: border-box;
  border-radius: 4px !important;
  padding: 10px;
}

div[data-field-type=textarea] {
  max-height: 100%;
  height: 100%;
}

.property-row__textarea.property-row__textarea {
  height: auto;
  min-height: auto;
  max-height: 100%;
  line-height: 1.25;
}

.hs-form .hs-form-field {
  position: relative;
}
.hs-form .hs-form-field .input.editing {
  position: relative;
}
.hs-form .hs-form-field .input.editing::before {
  content: attr(data-tooltip-text);
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.hs-form .hs-form-field .input.editing::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #333;
  z-index: 11;
}

/* card updates to styles */
.card.system-card {
  max-width: 800px !important;
  margin: 0 auto !important;
  text-align: center !important;
}
.card.system-card h1, .card.system-card h2, .card.system-card h3, .card.system-card p, .card.system-card .button-wrapper {
  text-align: center !important;
}
@media (min-width: 768px) {
  .card.system-card h1 {
    font-size: 90px !important;
  }
  .card.system-card h2 {
    font-size: 32px !important;
  }
}
.card.system-card p {
  font-size: 16px !important;
}
.report-card__container {
  padding-bottom: 30px;
}

.system__container ul.no-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.system__container a {
  color: #0D4B55;
  text-decoration: underline;
}
.system__container a:hover {
  color: #0D4B55;
}

.system__wrapper--password,
.system__wrapper--default {
  padding: 20px;
}
.system__wrapper--password label,
.system__wrapper--default label {
  color: #07262A;
}
.system__wrapper--password input,
.system__wrapper--default input {
  border-radius: 8px !important;
  padding: 12px !important;
}
.system__wrapper--password .hs-button.primary.large,
.system__wrapper--default .hs-button.primary.large {
  margin-top: 30px;
}

.open-record--ticket {
  margin-right: 25px;
  margin-left: auto;
}

/* general tooltip styling */
.add-tooltip:hover::before {
  content: attr(data-tooltip-text);
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.add-tooltip:hover::after {
  content: "";
  position: absolute;
  bottom: calc(100% + 3px);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #333;
  z-index: 11;
}

.engagement-footer__author {
    flex-direction: column;
    font-size: small;
    line-height: normal;
    margin-bottom: 0;
}

.engagement-item .engagement-header {
    font-weight: 600;
}
.container--dynamic .card.save-record__notice .header {
  background: #37BDB0 !important;
}
.container--dynamic .card.save-record__notice .header .headline {
  color: #07262A;
}
.container--dynamic .card.save-record__notice .save-record__container:last-of-type {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000000;
}
.container--dynamic .save-record__container {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.container--dynamic .save-record__container.save-record__container--top {
  margin: auto!important; /*margin-bottom: 25px;*/
  justify-content: flex-end;
  margin-top: -15px;
}
.container--dynamic .table-to-init {
  height: auto !important;
}
.container--dynamic .table-to-init .serverless-table__container {
  padding: 32px;
  height: auto !important;
}
.container--dynamic .table-to-init .gridjs-pages {
  display: none;
}
.container--dynamic .table-to-init .gridjs-tbody .gridjs-tr td {
  padding: 15px;
}
.container--dynamic .dnd-section > .row-fluid > .dnd-column > .dnd-row {
  flex: 0;
}
.container--dynamic .row-fluid > .dnd-column:last-of-type {
  justify-content: flex-start !important;
  gap: 2rem;
}
.container--dynamic .row-fluid > .dnd-column:last-of-type .grid-target .gridjs-thead th.gridjs-th {
  background: #fff !important;
  color: #07262A;
  font-weight: 400;
}
.container--dynamic .row-fluid > .dnd-column:last-of-type .gridjs-sort-neutral {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEuOTk4IiBoZWlnaHQ9IjQwMS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45OTggNDAxLjk5OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTczLjA5MiAxNjQuNDUyaDI1NS44MTNjNC45NDkgMCA5LjIzMy0xLjgwNyAxMi44NDgtNS40MjQgMy42MTMtMy42MTYgNS40MjctNy44OTggNS40MjctMTIuODQ3cy0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2IDUuNDI0QzIxMC4yMzIgMS44MTIgMjA1Ljk1MSAwIDIwMC45OTkgMHMtOS4yMzMgMS44MTItMTIuODUgNS40MjRMNjAuMjQyIDEzMy4zMzFjLTMuNjE3IDMuNjE3LTUuNDI0IDcuOTAxLTUuNDI0IDEyLjg1IDAgNC45NDggMS44MDcgOS4yMzEgNS40MjQgMTIuODQ3IDMuNjIxIDMuNjE3IDcuOTAyIDUuNDI0IDEyLjg1IDUuNDI0ek0zMjguOTA1IDIzNy41NDlINzMuMDkyYy00Ljk1MiAwLTkuMjMzIDEuODA4LTEyLjg1IDUuNDIxLTMuNjE3IDMuNjE3LTUuNDI0IDcuODk4LTUuNDI0IDEyLjg0N3MxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDhMMTg4LjE0OSAzOTYuNTdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4bDEyNy45MDctMTI3LjkwNmMzLjYxMy0zLjYxNCA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDggMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDctMy42MTYtNy44OTktNS40Mi0xMi44NDgtNS40MnoiLz48L3N2Zz4=");
  background-position-y: center;
  opacity: 0.3;
}
.container--dynamic .row-fluid > .dnd-column:last-of-type .gridjs-sort-asc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgMTk3LjI4NyAxNTkuMDI4IDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMyAxLjgwNy0xMi44NSA1LjQyNEw1LjQyNCAxOTcuMjg3QzEuODA3IDIwMC45MDQgMCAyMDUuMTg2IDAgMjEwLjEzNHMxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDdjMy42MjEgMy42MTcgNy45MDIgNS40MjUgMTIuODUgNS40MjVoMjU1LjgxM2M0Ljk0OSAwIDkuMjMzLTEuODA4IDEyLjg0OC01LjQyNSAzLjYxMy0zLjYxMyA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDdzLTEuODE0LTkuMjMtNS40MjctMTIuODQ3eiIvPjwvc3ZnPg==");
  background-position-y: 35%;
  background-size: 10px;
}
.container--dynamic .row-fluid > .dnd-column:last-of-type .gridjs-sort-desc {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiAwLTkuMjMzIDEuODA3LTEyLjg1IDUuNDI0QzEuODA3IDcyLjk5OCAwIDc3LjI3OSAwIDgyLjIyOGMwIDQuOTQ4IDEuODA3IDkuMjI5IDUuNDI0IDEyLjg0N2wxMjcuOTA3IDEyNy45MDdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4TDI4Ni45MzUgOTUuMDc0YzMuNjEzLTMuNjE3IDUuNDI3LTcuODk4IDUuNDI3LTEyLjg0NyAwLTQuOTQ4LTEuODE0LTkuMjI5LTUuNDI3LTEyLjg1eiIvPjwvc3ZnPg==");
  background-position-y: 65%;
  background-size: 10px;
}
.container--dynamic .row-fluid > .dnd-column:last-of-type .card.dark-teal .header {
  background: #FFB84D;
}
.container--dynamic .row-fluid > .dnd-column:last-of-type .card.dark-teal .header .headline {
  color: #07262A;
}
form.hs-form {
  padding: 30px;
}
form.hs-form > div:not(.hs-submit) {
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
  flex-basis: 100%;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #0D4B55;
  position: relative;
}
form.hs-form > div:not(.hs-submit) > label {
  order: 1;
  max-width: 45%;
  min-height: 40px;
  display: flex;
  justify-content: flex-start;
}
form.hs-form > div:not(.hs-submit) > .input {
  order: 2;
  width: 49%;
}
form.hs-form > div:not(.hs-submit) > .input > .inputs-list.multi-container {
  margin-left: 10px;
}
form.hs-form > div:not(.hs-submit) > legend {
  order: 3;
  flex-basis: 100%;
}
form.hs-form > div:not(.hs-submit) .hs-error-msgs {
  margin: 0;
  color: #CC2428;
  order: 4;
  flex-basis: 100%;
  list-style: none;
  padding: 0;
}
form.hs-form > div:not(.hs-submit) .hs-error-msgs > li {
  padding: 0;
  margin: 0;
}
form.hs-form > div:not(.hs-submit) .hs-error-msgs .hs-error-msg {
  margin: 2px 0;
}
form.hs-form .hs-form-field.hidden {
  display: none;
}

.dynamic-form__wrapper {
  margin: 80px auto 30px;
  max-width: 800px;
}
.dynamic-form__wrapper input:not([type=submit]) {
  border-radius: 0 !important;
}
.dynamic-form__wrapper .hs_product_skus {
  max-height: 400px;
  overflow-y: scroll;
}
.dynamic-form__wrapper .hs_product_skus label {
  align-self: flex-start;
}

/* not sure if we can combine these at this moment because working too fast */
aside.dynamic-form__wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10000;
  padding: 0;
  margin: 0;
  display: none;
}
aside.dynamic-form__wrapper.active {
  display: block;
}
aside.dynamic-form__wrapper label:not([class$=radio-display]):not([class$=checkbox-display]) {
  gap: 8px;
}
aside.dynamic-form__wrapper label:not([class$=radio-display]):not([class$=checkbox-display]) > span {
  display: inline-block;
  min-width: 10px;
  max-width: 100%;
  order: 2;
}
aside.dynamic-form__wrapper label:not([class$=radio-display]):not([class$=checkbox-display]) .hs-form-required {
  color: #CC2428;
  order: 1;
}
aside.dynamic-form__wrapper .hs-dependent-field {
  border-bottom: none !important;
}
aside.dynamic-form__wrapper .hs-dependent-field .hs-form-field {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
  flex-basis: 100%;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 6px;
  border-bottom: 1px solid #0D4B55;
  position: relative;
}
aside.dynamic-form__wrapper .hs-dependent-field .hs-form-field label {
  order: 1;
  max-width: 45%;
  min-height: 40px;
  display: flex;
  justify-content: flex-start;
}
aside.dynamic-form__wrapper .hs-dependent-field .hs-form-field .input {
  order: 2;
  width: 49%;
}
aside.dynamic-form__wrapper .card.simple-card {
  position: relative;
  max-height: calc(100vh - 180px) !important;
  max-width: 800px;
  margin: 100px auto 0 auto !important;
  overflow-y: scroll;
  padding-bottom: 30px;
  box-shadow: 0px 0px 13.337px 3.334px rgba(0, 0, 0, 0.1);
}
aside.dynamic-form__wrapper .card.simple-card#support-request, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}
aside.dynamic-form__wrapper .card.simple-card#support-request .header,
aside.dynamic-form__wrapper .card.simple-card#support-request .content, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container .header,
aside.dynamic-form__wrapper .card.simple-card#add-user-form-container .content {
  flex-basis: 100%;
  max-height: 100%;
  height: auto;
}
aside.dynamic-form__wrapper .card.simple-card#support-request > .header, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container > .header {
  order: 1;
}
aside.dynamic-form__wrapper .card.simple-card#support-request .hs-dateinput input.hs-input, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container .hs-dateinput input.hs-input {
  padding-left: 35px !important;
}
aside.dynamic-form__wrapper .card.simple-card#support-request > .content, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container > .content {
  order: 2;
  max-height: 100%;
  overflow-y: scroll;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
aside.dynamic-form__wrapper .card.simple-card#support-request > .content > .lookup-support__container, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container > .content > .lookup-support__container {
  padding: 0;
  margin: 0;
  flex-basis: 100%;
}
aside.dynamic-form__wrapper .card.simple-card#support-request > .content > .lookup-support__container.hidden, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container > .content > .lookup-support__container.hidden {
  display: none;
}
aside.dynamic-form__wrapper .card.simple-card#support-request > .content > .lookup-support__container .lookup-support__container--target, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container > .content > .lookup-support__container .lookup-support__container--target {
  width: 100%;
}
aside.dynamic-form__wrapper .card.simple-card#support-request > .content > .lookup-support__container .lookup-support__container--target > label, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container > .content > .lookup-support__container .lookup-support__container--target > label {
  display: flex;
  justify-content: space-between;
}
aside.dynamic-form__wrapper .card.simple-card#support-request > .content > .lookup-support__container .lookup-support__container--target > label > .required, aside.dynamic-form__wrapper .card.simple-card#add-user-form-container > .content > .lookup-support__container .lookup-support__container--target > label > .required {
  color: #CC2428;
}

.hs-submit .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.lookup-support__container {
  position: relative;
  padding: 30px 0 0 0;
  margin: 0 30px;
}
.lookup-support__container.hidden {
  display: none;
}
.lookup-support__input {
  margin-top: 8px;
  border-radius: 0 !important;
}
.lookup-support__results {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 100%;
  background: #fff;
  z-index: 9999;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.lookup-support__results.active {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: auto;
  max-height: 250px;
  opacity: 1;
}
.lookup-support__results li {
  flex-basis: 100%;
  margin: 0;
  padding: 5px 8px;
  color: #07262A;
  cursor: pointer;
}
.lookup-support__results li:hover {
  background: #27C4DF;
}
.lookup-support__results li.hidden {
  display: none;
}

/*

$pencil-icon-svg: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 64 64' fill='%232c9892' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 43L21 55' stroke='%230D4B55' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M42 10L54 22' stroke='%230D4B55' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 49L48 16' stroke='%230D4B55' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21 55L4 60L9 43L46.8 5.2C48.4 3.6 50.9 3.6 52.5 5.2L58.8 11.5C60.4 13.1 60.4 15.6 58.8 17.2L21 55Z' stroke='%230D4B55' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
$chevron-down-icon-svg: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%232c9892' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");


$error: #CC2428;

form.hs-form,
form.custom-form {
	padding: 30px;
	> div {
		display: flex;
		flex-direction: row;
		flex-basis: 100%;
		margin: 10px 0;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		justify-content: space-between;
		gap: 1rem;
		padding-bottom: 6px;
		position: relative;
		gap: 0;
		> * {
			height: 40px;
			max-height: 40px;
			min-height: 40px;
			margin: 0;
			padding: 0;
		}
		> label {
			order: 1;
			flex-basis: calc(50% - .5rem);
			display: flex;
			justify-content: flex-start;
			border-bottom: 1px solid #0D4B55;
			margin-top: 5px!important;
			margin-bottom: 5px!important;
		}
		> .input {
			order: 2;
			width: 50%;
			border-bottom: 1px solid #0D4B55;
			margin-top: 5px!important;
			margin-bottom: 5px!important;
		}
		> legend {
			order: 3;
			flex-basis: 100%;
		}
		> .hs-error-msgs {
			height: 100%;
			min-height: 100%;
			max-height: 100%;
			order: 4;
			flex-basis: 100%;
			list-style: none;
			margin: 0;
			padding: 0;
			color: $error;
			> li {
				padding: 0;
				margin: 0;
			}
			label {
				margin: 10px 0;

			}
		}
	}

}
input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="url"], 
input[type="search"], 
form select, 
form textarea {
	background: none;
	padding: 0;
	margin: 0;

}

select {
	border-radius: 0;
	max-width: 100%;
	-webkit-appearance: none;
  	-moz-appearance: none;
	&:focus-visible {
		outline: none;
	}
}
input {

}

.hs-fieldtype-text {
	position: relative;
	&:after {
		content: '';
		background: $pencil-icon-svg;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		pointer-events: none;
		z-index: 10000;
		width: 40px;
		height: 40px;
		left: calc(100% - 40px);
		top: 0;
	}
}
.hs-fieldtype-select {
	position: relative;
	&:after {
		content: '';
		z-index: 10000;
		top: 0;
		left: calc(100% - 40px);
		background: $chevron-down-icon-svg;
		width: 40px;
		height: 40px;
		position: absolute;
		pointer-events: none;
	}
}
	*/


button,
input[type="submit"]{
    border: none;
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn, 
input[type="submit"]{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
    gap: 0.5rem;
    padding: 8px 16px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
         -o-border-radius: 8px;
            border-radius: 8px;
    font-size: px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.btn-primary, 
.btn[aria-expanded="true"], 
input[type="submit"]{
    background-color: ;
    color: ;
}

.btn-primary:hover, 
.btn[aria-expanded="true"]:hover, 
input[type="submit"]:hover{
    background-color: ;
}

.btn-secondary{
    background-color: ;
    color: ;
    border: 1px solid transparent;
}

.btn-secondary:hover{
    background-color: ;
    border: 1px solid ;
}

.btn-primary-text{
    background-color: transparent;
    padding:0;
    color: ;
}

.btn-primary-text:hover{
    background-color: transparent;
    color: ;
}

.btn-secondary-text{
    background-color: transparent;
    padding:0;
    color: ;
}

.btn-secondary-text:hover{
    background-color: transparent;
    color: ;
}

.btn-success{
    background-color: ;
    color: ;
}

.btn-success:hover{
    background-color: ;
}

.btn-info{
    background-color: ;
    color: ;
}

.btn-info:hover{
    background-color: ;
}

.btn-warning{
    background-color: ;
    color: ;
}

.btn-warning:hover{
    background-color: ;
}

.btn-error{
    background-color: ;
    color: ;
}

.btn-error:hover{
    background-color: ;
}

.btn-disabled{
    background-color: ;
    color: ;
}

.btn-disabled:hover{
    background-color: ;
}

.btn-group{
    display: flex;
    flex-direction: row;
    gap:0;
}

.btn-group .btn{
    border-radius: 0;
    border: 1px solid;
}

.btn-group .btn:first-child{
    -webkit-border-radius: 8px 0 0 8px;
       -moz-border-radius: 8px 0 0 8px;
         -o-border-radius: 8px 0 0 8px;
            border-radius: 8px 0 0 8px;
}

.btn-group .btn:last-child{
    -webkit-border-radius: 0 8px 8px 0;
       -moz-border-radius: 0 8px 8px 0;
         -o-border-radius: 0 8px 8px 0;
            border-radius: 0 8px 8px 0;
}

.btn-group .btn:not(:first-child):not(:last-child){
    border-radius: 0;
}

.btn-group.filter .btn{
    background-color: transparent;
    color: ;
    border-color: ;
}
.btn-group.filter .btn:not(.active):hover{
    background-color: rgba( #null, 0.25);
}
.btn-group.filter .btn.active{
    background-color: ;
    color: ;
    border-color: transparent
}

.btn.icon-left{
    flex-direction: row;
}

.btn.icon-right{
    flex-direction: row-reverse;
}

.btn-xs{
    padding: 4px 8px;
    font-size: calc(16px * 0.75);
}

.btn-sm{
    padding: 8px 16px;
    font-size: calc(16px * 0.875);
}


.btn-lg{
    padding: 24px 32px;
    font-size: calc(16px * 1.125);
}

.btn-xl{
    padding: 32px 48px;
    font-size: calc(16px * 1.25);
}

.btn-xxl{
    padding: 48px px;
    font-size: calc(16px * 1.5);
}

.btn-pill{
    border-radius: 9999px;
}



.toast {
    position: relative;
    pointer-events: auto;
    width: 330px;
    background-repeat: no-repeat;
    box-shadow: rgb(153, 153, 153) 0px 0px 12px;
    color: rgb(255, 255, 255);
    opacity: 0.8;
    overflow: hidden;
    margin: 0px 0px 6px;
    padding: 15px 15px 15px 15px!important;
    border-radius: 3px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}




.toast-success{
    background-color: #69BD45;
    color: #fff;
}

.toast-info{
    background-color: #0D4B55;
    color: #fff;
}

.toast-warning{
    background-color: #FFB84D;
    color: #fff;
}

.toast-error{
    background-color: #DD1F22;
    color: #fff;
}




/* set up to make this all one stylesheet so that we can have all of this in the help desk */







body{
    color: ;
    font-size: 16px;font-family: "Poppins", sans-serif;
    font-weight: 400;}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    line-height: 145%;font-family: "Poppins", sans-serif;}




.title-big{ font-size:4rem; }.title{ font-size:3rem; }.h1,.h1{ font-size:2.5rem; }.h2,.h2{ font-size:2rem; }.h3,.h3{ font-size:1.75rem; }.h4,.h4{ font-size:1.25rem; }.h5,.h5{ font-size:1rem; }.h6,.h6{ font-size:0.875rem; }.body-bigger{ font-size:1.125rem; }.body-big{ font-size:1.25rem; }.body-small{ font-size:0.875rem; }.body-smaller{ font-size:0.75rem; }


@media screen and (min-width: 768px){
.title-big{ font-size:5rem; }.title{ font-size:4rem; }h1,.h1{ font-size:3.5rem; }h2,.h2{ font-size:2.5rem; }h3,.h3{ font-size:2.25rem; }h4,.h4{ font-size:1.75rem; }h5,.h5{ font-size:1.25rem; }h6,.h6{ font-size:1rem; }.body-bigger{ font-size:1.125rem; }.body-big{ font-size:1.25rem; }.body-small{ font-size:0.875rem; }.body-smaller{ font-size:0.75rem; }}


@media screen and (min-width: 1024px){
.title-big{ font-size:6rem; }.title{ font-size:5rem; }h1,.h1{ font-size:4.25rem; }h2,.h2{ font-size:3rem; }h3,.h3{ font-size:2.75rem; }h4,.h4{ font-size:2.25rem; }h5,.h5{ font-size:1.75rem; }h6,.h6{ font-size:1.25rem; }.body-bigger{ font-size:1.125rem; }.body-big{ font-size:1.25rem; }.body-small{ font-size:0.875rem; }.body-smaller{ font-size:0.75rem; }}
@charset "UTF-8";

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */

.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
    content: " ";
    display: table;
}
.pika-single:after { clear: both }

.pika-single.is-hidden {
    display: none;
}

.pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
}

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}
.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    opacity: 0;
}

.pika-prev,
.pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    /* hide text using text-indent trick, using width value (it's enough) */
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
}

.pika-prev:hover,
.pika-next:hover {
    opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
}

.pika-next,
.is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
    cursor: default;
    opacity: .2;
}

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

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

.pika-table th,
.pika-table td {
    width: 14.285714285714286%;
    padding: 0;
}

.pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
    height: initial;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #33aaff;
    font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.has-event .pika-button {
    background: #005da9;
    box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
    background: #D5E9F7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6CB31D;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #33aaff;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.is-outside-current-month .pika-button {
    color: #999;
    opacity: .3;
}

.is-selection-disabled {
    pointer-events: none;
    cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

/* styling for abbr */
.pika-table abbr {
    border-bottom: none;
    cursor: help;
}
.dnd-section > .row-fluid {
  max-width: 100% !important;
}

table.cp-ticket-list {
  border-radius: 8px;
}
table.cp-ticket-list thead th {
  font-weight: 400 !important;
  font-size: 16px !important;
  text-transform: none !important;
  border-right: 1px solid #e5e7eb;
}
table.cp-ticket-list thead th:first-child {
  border-top-left-radius: 8px;
}
table.cp-ticket-list thead th:last-child {
  border-top-right-radius: 8px;
  border-right: none;
}
table.cp-ticket-list td a {
  color: #0D4B55;
  transition: all 0.2s ease-in;
}
table.cp-ticket-list td a:visited {
  color: #0D4B55;
}

.cp-ticket-filters label {
  font-weight: 400 !important;
}

.cp-ticket-status.cp-ticket-status--open span {
  background: #2c9892;
  font-weight: 400;
}

.Ticket_Details-row-1-background-color {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.Ticket_Details-row-1-background-color .cp-button svg path {
  background-color: #0D4B55 !important;
}

#cpTicketStatus,
.close-ticket-button {
  padding: 8px !important;
  height: 35px;
}

.cp-ticket-status-text,
.close-ticket-button > span {
  font-weight: 400 !important;
  padding: 8px;
}

.cp-back-to-tickets-bar #cp-link-back {
  font-weight: 400 !important;
}