:root {
  /* Colors */
  --black: rgba(0, 0, 0, 1);
  --blue-100: rgba(231, 241, 255, 1);
  --blue-300: rgba(110, 168, 254, 1);
  --blue-500: rgba(44, 96, 246, 1);
  --blue-600: rgba(25, 65, 198, 1);
  --blue-800: rgba(7, 28, 104, 1);
  --blue-900: rgba(3, 17, 62, 1);
  --cyan-500: rgba(0, 181, 216, 1);
  --deep-sky-blue: rgba(11, 197, 234, 1);
  --gray-50: rgba(247, 250, 252, 1);
  --gray-100: rgba(237, 242, 247, 1);
  --gray-200: rgba(226, 232, 240, 1);
  --gray-300: rgba(203, 213, 224, 1);
  --gray-900: rgba(23, 25, 35, 1);
  --orange-500: rgba(221, 107, 32, 1);
  --transparent-black: rgba(26, 22, 40, 0.1);
  --transparent-black-7: rgba(0, 0, 0, 0.04);
  --transparent-white: rgba(255, 255, 255, 0.36);
  --transparent-white-2: rgba(255, 255, 255, 0.08);
  --transparent-white-3: rgba(255, 255, 255, 0.92);
  --transparent-white-4: rgba(255, 255, 255, 0.16);
  --white: rgba(255, 255, 255, 1);
  --black-100: rgba(33, 37, 41, 1);
  --data-viz-aqua-aqua-10: rgba(235, 243, 247, 1);
  --data-viz-aqua-aqua-100: rgba(11, 23, 36, 1);
  --data-viz-aqua-aqua-40: rgba(72, 184, 240, 1);
  --data-viz-aqua-aqua-70: rgba(8, 84, 138, 1);
  --data-viz-blue-blue-10: rgba(240, 244, 250, 1);
  --data-viz-blue-blue-100: rgba(13, 24, 38, 1);
  --data-viz-blue-blue-40: rgba(117, 177, 255, 1);
  --data-viz-blue-blue-70: rgba(13, 78, 166, 1);
  --data-viz-gray-gray-10: rgba(245, 245, 245, 1);
  --data-viz-gray-gray-100: rgba(22, 22, 22, 1);
  --data-viz-gray-gray-30: rgba(198, 198, 198, 1);
  --data-viz-gray-gray-70: rgba(81, 81, 82, 1);
  --data-viz-green-green-10: rgba(235, 247, 237, 1);
  --data-viz-green-green-100: rgba(8, 26, 21, 1);
  --data-viz-green-green-40: rgba(67, 196, 120, 1);
  --data-viz-green-green-70: rgba(7, 94, 69, 1);
  --data-viz-lime-lime-10: rgba(235, 247, 218, 1);
  --data-viz-lime-lime-50: rgba(82, 163, 29, 1);
  --data-viz-lime-lime-70: rgba(46, 92, 14, 1);
  --data-viz-orange-orange-10: rgba(252, 242, 235, 1);
  --data-viz-orange-orange-100: rgba(40, 25, 20, 1);
  --data-viz-orange-orange-50: rgba(239, 116, 60, 1);
  --data-viz-orange-orange-70: rgba(158, 57, 23, 1);
  --data-viz-pink-pink-10: rgba(252, 240, 248, 1);
  --data-viz-pink-pink-100: rgba(36, 16, 32, 1);
  --data-viz-pink-pink-40: rgba(250, 135, 212, 1);
  --data-viz-pink-pink-70: rgba(150, 21, 116, 1);
  --data-viz-purple-purple-10: rgba(247, 242, 252, 1);
  --data-viz-purple-purple-100: rgba(28, 18, 41, 1);
  --data-viz-purple-purple-40: rgba(200, 154, 252, 1);
  --data-viz-purple-purple-70: rgba(107, 48, 171, 1);
  --data-viz-red-red-10: rgba(252, 243, 242, 1);
  --data-viz-red-red-100: rgba(51, 12, 7, 1);
  --data-viz-red-red-50: rgba(255, 99, 77, 1);
  --data-viz-red-red-70: rgba(204, 48, 26, 1);
  --data-viz-teal-teal-10: rgba(217, 248, 246, 1);
  --data-viz-teal-teal-100: rgba(12, 26, 25, 1);
  --data-viz-teal-teal-40: rgba(105, 225, 219, 1);
  --data-viz-teal-teal-70: rgba(40, 131, 126, 1);
  --data-viz-turquoise-turquoise-10: rgba(235, 245, 244, 1);
  --data-viz-turquoise-turquoise-100: rgba(15, 24, 26, 1);
  --data-viz-turquoise-turquoise-40: rgba(69, 188, 209, 1);
  --data-viz-turquoise-turquoise-70: rgba(9, 89, 107, 1);
  --data-viz-ultramarine-ultramarine-10: rgba( 242, 243, 250, 1 );
  --data-viz-ultramarine-ultramarine-100: rgba( 20, 20, 41, 1 );
  --data-viz-ultramarine-ultramarine-40: rgba( 160, 167, 250, 1 );
  --data-viz-ultramarine-ultramarine-70: rgba( 58, 69, 176, 1 );
  --data-viz-yellow-yellow-10: rgba(255, 245, 210, 1);
  --data-viz-yellow-yellow-100: rgba(28, 22, 19, 1);
  --data-viz-yellow-yellow-50: rgba(255, 205, 30, 1);
  --data-viz-yellow-yellow-70: rgba(153, 123, 18, 1);
  --data-viz-yellow-yellow-80: rgba(102, 82, 12, 1);
  /* Typographies */
  --site-font-family: "Inter";
  --site-font-size-xs: 12px;
  --site-font-size-sm: 14px;
  --site-font-size-md: 16px;
  --site-font-size-lg: 20px;
  --site-font-size-xl: 24px;
  --site-font-size-xxl: 48px;
  --site-font-size-6xl: 60px;
  --site-font-weight-normal: 400;
  --site-font-weight-bold: 500;
  --site-font-weight-semibold: 600;
  --site-font-weight-bolder: 700;
  --site-line-height-sm: 20px;
  --site-line-height-md: 24px;
  --site-line-height-lg: 28px;
  --site-line-height-xl: 32px;
  --site-line-height-xs: 16px;
  --site-line-height-xxl: 56px;
  --site-line-height-6xl: 60px;
}

html {
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-md);
  /*line-height: var(--site-line-height-md);*/
  height: 100%;
}

body {
  height: auto;
  background-color: #f7f7f7;
  width: 100%;
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-md);
  /*line-height: var(--site-line-height-md);*/
}

/*header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1020;
}*/

p {
  margin: 0px;
}

H2 {
  color: var(--black);
  font-size: var(--site-font-size-lg);
  font-weight: bold;
}

select:not(.form-select) {
  padding: .375rem 2.25rem .375rem .75rem;
  border-radius: 4px;
  border: 1px solid var(--gray-300);
  font-size: var(--site-font-size-sm);
}

select.form-select, input.form-control {
  /*padding: 5px 7px 5px 11px;
    border-radius: 4px;*/
  font-size: var(--site-font-size-sm);
  border: 1px solid var(--gray-300);
}

input[type=text]:not(.form-control) {
  padding: .375rem .75rem;
  border: 1px solid var(--gray-300);
  font-size: var(--site-font-size-sm);
  border-radius: 4px
}

input[type=checkbox] {
  border-radius: 2px;
  border: 2px solid rgba(113, 128, 150, 1);
  margin-right: 3px;
}

input[type=radio] {
  border-radius: 9999px;
  border: 2px solid rgba(113, 128, 150, 1);
}

.form-switch .form-check-input{
  padding: 8px;
}

A:not(.alert-link) {
  color: var(--blue-500);
  text-decoration: none !important;
}

  A:link:not(.alert-link) {
    color: var(--blue-500);
  }

A:visited:not(.alert-link) {
  color: var(--blue-500);
}

.iFrame {
  width: 100%;
  background-color: #ffffff;
  min-height: 32vh;
  border: 1px solid #000000;
  resize: both;
}

.font-md {
  font-size: var(--site-font-size-md);
  line-height: var(--site-line-height-md);
}

.font-lg {
  font-size: var(--site-font-size-lg);
  line-height: var(--site-line-height-lg);
}

.font-xl {
  font-size: var(--site-font-size-xl);
  line-height: var(--site-line-height-xl);
}

.client-portal-navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler, .client-portal-navbar-toggler {
  background-color: #fff;
}

.dropdown-menu {
  background-color: var(--white);
  border-radius: 4px;
  padding: 8px 0;
  box-shadow: 0 8px 16px 0 var(--transparent-black-3);
  z-index: 2000;
}

.nav-link.dropdown-toggle:after {
  display: none !important;
}

.dropdown-item {
  color: rgba(33, 37, 41, 1);
  padding: 4px 16px;
}

a.dropdown-item:link, a.dropdown-item:visited {
  color: rgba(33, 37, 41, 1);
  background-color: var(--white);
}

a.dropdown-item:hover {
  color: rgba(33, 37, 41, 1);
  background-color: var(--blue-100);
}


.top-navigation2 {
  background-color: var(--blue-900);
  padding: 0 0 0 0 !important;
  display: flex;
  align-items: center;
}

.logo-elements {
  /*margin-right: 30px;*/
  display: flex;
  align-items: center;
  margin-left: 1rem !important;
}

.logo-elements img{
  max-height: 36px;
}

.img-logo-only-white-1 {
  width: 11.22%;
  height: 85.29%;
  margin-right: 6px;
}

.client-name {
  width: 86.73%;
  color: var(--white);
  align-self: stretch;
  display: flex;
  align-items: center;
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-xl);
  font-weight: var(--site-font-weight-bold);
  line-height: var(--site-line-height-xl);
}

.nav-link {
  color: var(--transparent-white-3) !important;
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-xs);
  font-weight: var( --site-font-weight-bold );
  line-height: var( --site-line-height-xs );
  text-align: center;
}

.nav-item:hover {
  background-color: var(--transparent-white-2);
}

.list-item-reverse {
  padding: 2px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
}

.nav-list-item > i {
  width: 18px;
  height: 18px;
}

.nav-list-item-badge {
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--site-font-family);
  font-size: 10px;
  font-weight: var(--site-font-weight-bolder);
}

.badge {
  background-color: var(--orange-500);
  /*border-radius: 2px;
  padding: 1px 4px;*/
}

.badge-purple {
  display: inline;
  background-color: #805AD5;
}

.badge-red {
  background-color: #dd2020;
}

/*@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .nav-link {
  }

  .navbar .nav-item:hover .dropdown-menu:not(.dropdown-submenu) {
    display: block;
  }

  .navbar .nav-item .dropdown-menu:not(.dropdown-submenu) {
    margin-top: 0;
  }
}*/

.nav-item.active > .nav-link {
  color: var(--cyan-500) !important;
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-xs);
  font-weight: var( --site-font-weight-bold );
  line-height: var( --site-line-height-xs );
}

.nav-item.active {
  border-bottom: 2px solid var(--cyan-500);
  background-color: var( --transparent-white-2 );
}

li.client-portal-nav-item {
  margin-right: 1rem;
  margin-left: 1rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.client-portal-nav-item.active > .nav-link {
  color: var(--cyan-500) !important;
  font-weight: bold;
}

.client-portal-nav-item.active, .client-portal-nav-item:hover {
  border-bottom: 2px solid var(--cyan-500);
  background-color: var( --transparent-white-2 );
}

/* START FOOTER */
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--gray-100);
  color: var(--gray-900);
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-xs);
  font-weight: var( --site-font-weight-bold );
  line-height: var( --site-line-height-xs );
  z-index: 35;
}

/*.footer {
  background-color: var(--gray-100);
  padding: 16px 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/

.address-emphasis {
  color: var(--gray-900);
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-xs);
  font-weight: var(--site-font-weight-bolder);
  line-height: var(--site-line-height-xs);
}

.text-link {
  color: var(--blue-500);
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-xs);
  font-weight: var( --site-font-weight-bold );
  line-height: var( --site-line-height-xs );
}

/* END FOOTER */

.QuickLinks {
  background-color: #FFFFFF;
  padding: 5px 15px 5px 15px;
  border: 1px solid #000000;
  font-size: 12px;
  position: fixed;
  left: 5px;
  bottom: 30px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background-color: var(--blue-900);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
}

  .sidenav a {
    color: var(--transparent-white-3);
    font-family: var(--site-font-family);
    font-size: var(--site-font-size-md);
    font-weight: var(--site-font-weight-normal);
    line-height: var(--site-line-height-md);
    text-align: left;
  }

    /*.sidenav a:hover {
      color: #ffffff;
      background-color: #012C5F;
    }*/

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    padding: 8px;
  }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
}

.sidenavmenu {
  margin-bottom: 1rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

  .sidenavmenu > .menu {
    color: var(--white);
    font-family: var(--site-font-family);
    font-size: var(--site-font-size-lg);
    font-weight: var(--site-font-weight-bold);
    line-height: var(--site-line-height-lg);
  }

.frame-793 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-item-two {
  /*width: 14.17%;*/
  padding: 11px 0 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  cursor: pointer;
}

.ck-hamburger {
  width: 18px;
  height: 18px;
  color: var(--transparent-white-3);
}

.list-item-two > .list-item-reverse > .list-item {
  color: var(--transparent-white-3);
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-xs);
  font-weight: var( --site-font-weight-bold );
  line-height: var( --site-line-height-xs );
}

.Button {
  background-color: var(--blue-500);
  border-radius: 4px;
  padding: 6px 12px;
  border: 0px solid var(--blue-500);
  color: var(--white);
  font-family: var( --site-font-family );
  font-size: var(--site-font-size-sm);
  font-weight: var(--site-font-weight-semibold);
  line-height: var(--site-line-height-sm);
  /*margin: 5px 5px 1px 1px;*/
  display: inline-block;
  margin: 8px 8px 8px 0px;
  text-align: center;
}

.Button:hover {
  background-color: var(--blue-600);
  border-radius: 4px;
  padding: 6px 12px;
  /*border: 1px solid var(--blue-600);*/
  color: var(--white);
}

.Button:disabled {
  background-color: var(--blue-300);
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid var(--blue-300);
  cursor: not-allowed;
}

input.Button {
  border: none;
}

a.Button:link {
  color: var(--white);
}

a.Button:visited {
  color: var(--white);
}

a.Button:hover {
  color: var(--white);
}

.ButtonOutline {
  background-color: var(--white);
  border-radius: 4px;
  padding: 6px 12px;
  border: 1px solid var(--blue-500);
  color: var(--blue-500);
  font-family: var( --site-font-family );
  font-size: var(--site-font-size-sm);
  font-weight: var(--site-font-weight-semibold);
  line-height: var(--site-line-height-sm);
  display: inline-block;
  margin: 8px 8px 8px 0px;
  text-align: center;
}

  .ButtonOutline:hover {
    background-color: var(--blue-500);
    border-radius: 4px;
    padding: 6px 12px;
    /*border: 1px solid var(--blue-600);*/
    color: var(--white);
  }

a.ButtonOutline:link {
  color: var(--blue-500);
}

a.ButtonOutline:visited {
  color: var(--blue-500);
}

a.ButtonOutline:hover {
  color: var(--white);
}

.btn-block{
  display: block;
  margin: 0px;
  width: 100%;
}

.ButtonOutline.dropdown-toggle {
  margin-bottom: 0px !important;
}

.GridStandard {
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-sm);
  line-height: var(--site-line-height-sm);
  border: none;
  width: 100%;
}

  .GridStandard td, .GridStandard th {
    border-bottom: solid 1px #e3e2e3;
    padding: 13px 8px;
    text-align: left;
  }

    .GridStandard td input[type="text"] {
      min-width: 100px;
    }

    .GridStandard td textarea {
      min-width: 200px;
      resize: both !important;
    }

.GridHeaderStandard {
  color: var(--black-100);
  background-color: var(--transparent-black-7);
  text-align: left;
  font-weight: 700 !important;
}

  .GridHeaderStandard TD A:not(.clear-link), .GridHeaderStandard TH A:not(.clear-link) {
    color: var(--black-100) !important;
    font-weight: 700 !important;
  }

.GridItemStyleStandard {
  background-color: #FFFFFF;
}

.GridAlternatingItemStyleStandard {
  background-color: #f9f9fb;
}

.GridEditItemStyleStandard {
  background-color: var(--data-viz-yellow-yellow-10) !important;
}

.GridEditItemStyleBlue {
  background-color: #a8c2db;
}

.GridEditItemStyleGray {
  background-color: #c6c6c6;
}

.GridDeleteItemStyleStandard {
  background-color: var(--data-viz-yellow-yellow-10) !important
}

.GridHeaderStandard th {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  left: 0;
  background-color: #e1e1e1;
  border-bottom: solid 2px #e7e7e7;
  font-weight: 700 !important;
}

@media screen and (min-width: 769px) {
  .GridHeaderStandard th {
    top: 54px;
  }

  .Div50vhOverflowY .GridHeaderStandard th, .offcanvas .GridHeaderStandard th, .CallSummaryDetailPopupContainer .GridHeaderStandard th, .CallSummaryDetailPopupContainerInner .GridHeaderStandard th, .div-table-summary-overflow .GridHeaderStandard th, .table-detail-overflow .GridHeaderStandard th {
    top: 0;
  }
}

  /*.GridHeaderStandard th:first-child {
    left: 0;
    z-index: 1;
  }*/

  .GridPagerStyle td{
    padding: 5px;
  }

  .drawer {
    display: block;
    width: auto;
  }

  .LoginHeader {
    font-size: var(--site-font-size-xxl);
    line-height: var(--site-line-height-xxl);
    color: #2B2B2B;
  }

  .LoginSubheader {
    font-size: var(--site-font-size-md);
    line-height: var(--site-line-height-md);
    color: #2B2B2B;
  }

  .LoginSidePanel {
    background-color: var(--blue-900);
  }

  .FilterHeader {
    background-color: var(--gray-200);
  }

    .FilterHeader label {
      font-size: var(--site-font-size-xs);
      line-height: var(--site-line-height-xs);
      font-weight: var(--site-font-weight-bolder);
    }

.MenuCategory {
  white-space: nowrap;
  text-align: left;
  display: block;
  font-size: var(--site-font-size-md);
  line-height: var(--site-line-height-md);
  font-weight: bold;
  padding: 8px 12px 8px 0px;
  border-bottom: solid 1px #e2e8f0;
  margin-bottom: 10px;
}

  /* MENUBUTTON */

div.MenuButton {
  white-space: nowrap;
  text-align: left;
  display: block;
  font-size: var(--site-font-size-sm);
  line-height: var(--site-line-height-sm);
  padding: 8px 12px;
}

  div.MenuButton:Hover {
    background-color: #eaebef;
    color: var(--blue-500);
  }

  div.MenuButtonActive:Hover {
    background-color: #fff;
    color: var(--blue-500);
  }

div.MenuButtonActive {
  background-color: var(--blue-500);
  color: #fff;
  white-space: nowrap;
  text-align: left;
  display: block;
  font-size: var(--site-font-size-sm);
  line-height: var(--site-line-height-sm);
  padding: 8px 12px;
}

  A.MenuButton {
    text-align: left;
    text-decoration: none;
  }

    A.MenuButton:Hover, A.MenuButtonActive:Hover {
      text-align: left;
      text-decoration: none;
      color: #fff;
    }

  A.MenuButtonActive {
    color: #FFFFFF;
    text-decoration: none;
  }

  .EventLinksContainer {
    max-height: 90vh;
    overflow-x: auto;
    overflow-y: auto;
    position: sticky;
    top: 0px;
    padding-right: 12px;
    scrollbar-color: #012C5F #aaa;
    scrollbar-width: thin;
    background-color: #fff;
  }

  .AdminLinksContainer {
    max-height: 95vh;
    overflow-x: auto;
    overflow-y: auto;
    position: sticky;
    top: 0px;
    padding-right: 12px;
    scrollbar-color: #012C5F #aaa;
    scrollbar-width: thin;
    background-color: var(--gray-50);
  }

  /* CARDS */
  .card-numbers {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .card-numbers-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }

  .card-title {
    color: var(--black);
    font-size: var(--site-font-size-md);
    line-height: var(--site-line-height-md);
    font-weight: var(--site-font-weight-bold);
  }

  .num-1 {
    color: var(--blue-500);
    text-align: center;
    font-family: var(--site-font-family);
    font-size: var(--site-font-size-6xl);
    font-weight: var(--site-font-weight-bold);
    line-height: var(--site-line-height-6xl);
    /*margin-right: 10px;*/
  }

  .num-2 {
    color: var(--blue-500);
    text-align: center;
    font-family: var(--site-font-family);
    font-size: 20px;
    font-weight: var(--site-font-weight-bold);
    /*line-height: var(--site-line-height-6xl);*/
    /*margin-right: 10px;*/
    display: block;
  }

.CommunicationsCard {
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
}

.CommunicationsCard:hover {
  background-color: var(--gray-100);
}

.OverviewCard {
  background-color: var(--gray-100);
  border-radius: 8px;
  height: 100%;
}

  .OverviewCard:hover {
    background-color: #fff;
  }

.ContactSummaryCard {
  background-color: var(--gray-100);
  border-radius: 8px;
  height: 100%;
}

  .ContactSummaryCard:hover {
    background-color: #fff;
  }

  .ScreenHelpLink {
    font-size: var(--site-font-size-sm);
    line-height: var(--site-line-height-sm);
    font-weight: var(--site-font-weight-semibold);
    float: right;
    color: #2C60F6;
  }

    .ScreenHelpLink::before {
      font-family: "FontAwesome";
      content: "\f29c";
      display: inline-block;
      font-weight: 400;
      font-size: var(--site-font-size-sm);
      line-height: var(--site-line-height-sm);
      color: #2C60F6;
      margin-right: 5px;
    }

  .back-link {
    font-size: var(--site-font-size-sm);
    line-height: var(--site-line-height-sm);
    font-weight: var(--site-font-weight-semibold);
    color: #2C60F6;
  }

    .back-link::before {
      font-family: "FontAwesome";
      content: "\f190";
      display: inline-block;
      font-weight: 400;
      font-size: var(--site-font-size-sm);
      line-height: var(--site-line-height-sm);
      color: #2C60F6;
      margin-right: 5px;
    }

  .SideNavHeader {
    color: var(--black);
    margin: 10px 10px;
    font-size: var(--site-font-size-lg);
    line-height: var(--site-line-height-lg);
    font-weight: var(--site-font-weight-bold);
    white-space: nowrap;
  }

  .SideNavList {
    list-style-type: none;
    padding-left: 0;
  }

    .SideNavList > li {
      white-space: nowrap;
      /*margin: 8px 10px;*/
      font-size: var(--site-font-size-sm);
      line-height: var(--site-line-height-sm);
      padding: 0px;
    }

    .SideNavList .badge {
      float: right;
      margin-left: 1.25rem;
    }

  .AdminHeaderLabel {
    color: var(--black);
    font-size: var(--site-font-size-lg);
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    display: block;
  }

  .AdminHeaderLabelUnderlined {
    color: var(--black);
    font-size: var(--site-font-size-lg);
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 10px;
    padding-right: 15px;
    display: block;
    border-bottom: solid 1px #e2e8f0;
  }

  .label {
    font-family: var(--site-font-family);
    font-size: var(--site-font-size-sm);
    font-weight: var(--site-font-weight-bold);
    line-height: var(--site-line-height-sm);
    border-radius: 8px;
    padding: 4px 8px;
    display: inline-block;
  }

  .label-red, a.label-red {
    color: var(--data-viz-red-red-70) !important;
    background-color: var(--data-viz-red-red-10);
  }

  .label-blue, a.label-blue {
    color: var(--data-viz-blue-blue-70) !important;
    background-color: var(--data-viz-blue-blue-10);
  }

  .label-pink, a.label-pink {
    color: var(--data-viz-pink-pink-70) !important;
    background-color: var(--data-viz-pink-pink-10);
  }

  .label-gray, a.label-gray {
    color: var(--data-viz-gray-gray-70) !important;
    background-color: var(--data-viz-gray-gray-10);
  }

  .label-yellow, a.label-yellow {
    color: var(--data-viz-yellow-yellow-80) !important;
    background-color: var(--data-viz-yellow-yellow-10);
  }

  .label-orange, a.label-orange {
    color: var(--data-viz-orange-orange-70) !important;
    background-color: var(--data-viz-orange-orange-10);
  }

  .label-green, a.label-green {
    color: var(--data-viz-green-green-70) !important;
    background-color: var(--data-viz-green-green-10);
  }

  .label-purple, a.label-purple {
    color: var(--data-viz-purple-purple-70) !important;
    background-color: var(--data-viz-purple-purple-10);
  }

  .min-vh-91 {
    min-height: 90%;
  }

  .CustomInstructionsContainer {
    border: solid 1px #B9CADA;
    vertical-align: top;
    text-align: left;
    padding: 10px;
    margin: 10px 0px;
  }

.ErrorStandardBold, .LabelMessage {
  position: fixed;
  top: 55px;
  left: 0;
  margin: 0px 0px;
  padding: 12px 16px;
  color: var(--black);
  background-repeat: no-repeat;
  background-position: 10px center;
  min-width: 250px;
  z-index: 1100;
  border-radius: 0px 15px 15px 0px;
}

  .ErrorStandardBold {
    background-color: rgba(254, 215, 215, 1);
    border: 1px solid #f1aeb5;
  }

    .ErrorStandardBold::before {
      font-family: "FontAwesome";
      content: "\f06a";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      font-size: 2em;
      color: rgba(229,62,62,1);
      margin-right: 12px;
    }

  .LabelMessage {
    background-color: rgba(198, 246, 213, 1);
    border: 1px solid #a3cfbb;
  }

    .LabelMessage::before {
      font-family: "FontAwesome";
      content: "\f058";
      display: inline-block;
      vertical-align: middle;
      font-weight: 900;
      font-size: 2em;
      color: rgba(56,161,105,1);
      margin-right: 12px;
    }

  .NoteCollapseExpand {
    font-size: var(--site-font-size-xs);
    line-height: var(--site-line-height-xs);
  }

  .header-tickler {
    background-color: var(--blue-900);
    font-size: var(--site-font-size-xs);
    font-weight: var(--site-font-weight-bold);
    border-top: 1px solid #4A5568;
  }

  .header-tickler-item {
    box-sizing: border-box;
    background-color: rgba(207,226,255,1);
    display: inline-block;
    color: rgba(8,56,162,1) !important;
    padding: 4px 8px;
    margin: 8px 4px;
    border-radius: 4px;
  }

  .PopUpContainer {
    background-color: var(--white);
    padding: 25px 25px 25px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: auto;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,1) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
    box-shadow: rgba(0,0,0,1) 0 0 10px;
    z-index: 1500;
    margin: 8px;
  }

  .CallSummaryDetailPopupContainer {
    background-color: #FFF; /*#ececec;*/
    border: solid 1px #000000; /*#676767 solid 1px;*/
    padding: 25px 25px 25px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /* box-shadow */
    -webkit-box-shadow: rgba(0,0,0,1) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,1) 0 0 10px;
    box-shadow: rgba(0,0,0,1) 0 0 10px;
    z-index: 1000;
    position: fixed;
    max-width: 95vw;
    max-height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .CallSummaryDetailPopupContainerInner {
    overflow-y: auto;
    max-height: 63vh;
  }

  .vm-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .ClientNavContainer {
    background-color: #f7fafc;
    border-right: 1px solid #e2e8f0;
  }

    .ClientNavContainer ul li {
      padding: 8px 8px;
      border-bottom: 1px solid #e2e8f0;
      color: var(--black) !important;
    }

      .ClientNavContainer ul li a {
        color: var(--black) !important;
        display: block;
      }

    .ClientNavContainer li.activeItem {
      background-color: #c4f1f9;
    }

  .ClientPageHeader {
    background-color: #f7fafc;
    border-bottom: 1px solid #e2e8f0;
  }

  @media screen and (min-width: 769px) {
    .ClientPageHeader {
      position: sticky;
      top: 54px;
      left: 0;
      z-index: 2;
    }
  }

  .cssModalBackground {
    position: fixed;
    z-index: 1044;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
    filter: alpha(opacity=65);
  }

  select.client-header-dropdown {
    font-size: var(--site-font-size-lg) !important;
    line-height: var(--site-line-height-lg);
    font-weight: bold;
    color: var(--blue-500);
    text-transform: capitalize;
    width: auto;
    background-color: #ffffff;
    padding: 10px 24px !important;
    border: 1px solid var(--blue-500) !important;
  }

    select.client-header-dropdown:hover, select.client-header-dropdown:focus {
      color: #ffffff;
      background-color: var(--blue-500);
      border: 1px solid var(--blue-500) !important;
    }

    select.client-header-dropdown option {
      background-color: #ffffff;
      color: var(--blue-500);
    }

  .dropend .dropdown-toggle, .dropbegin .dropdown-toggle {
    display: block;
  }

  .dropdown:not(.d-inline) .dropdown-menu {
    display: none;
  }

  .dropdown:hover:not(.d-inline) > .dropdown-menu,
  .dropend:hover > .dropdown-menu, .dropbegin:hover > .dropdown-menu {
    display: block;
  }

  @media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: 100%;
    }

    .dropbegin:hover > .dropdown-menu {
      position: absolute;
      top: 0;
      left: -100%;
    }
  }

  @media screen and (max-width: 769px) {
    .ButtonOutline, .Button {
      width: 100%;
    }
  }

  .dropdown-submenu {
    color: rgba(33, 37, 41, 1);
    padding: 4px 16px;
  }

  a.dropdown-submenu:link, a.dropdown-submenu:visited {
    color: rgba(33, 37, 41, 1);
    background-color: var(--white);
  }

  a.dropdown-submenu:hover {
    color: rgba(33, 37, 41, 1);
    background-color: var(--blue-100);
  }

  .left-sidebar {
    background-color: #ffffff;
    border-right: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 49px;
    overflow: auto;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1,1);
    /*z-index: 1;*/
    float: left;
    min-height: 100vh;
    transition: width 0.8s;
  }


/*@media screen and (min-width: 768px) {
  .left-sidebar:hover {
    width: 350px;
  }

  .left-sidebar:hover .hide-menu {
    display: inline-block;
  }

  .display-all-links {
    width: 100vw !important;
  }
}*/

@media screen and (max-width: 768px) {  
  .display-all-links {
    width: 100vw !important;
    float: none !important;
  }
}  

.left-sidebar ul {
  list-style-type: none;
}

.left-sidebar ul li {
  padding: 4px 6px;
}

.left-sidebar ul li a {
  color: #03113E !important;
  display: block;
}

.left-sidebar ul li span {
  margin-left: 5px;
}

  .hide-menu {
    display: none;
  }

  .left-sidebar ul li.activeItem {
    background-color: #c4f1f9;
    /*border-radius: 50rem;*/
  }

.left-sidebar ul li.sidebar-item:hover {
  background-color: #eaebef;
  /*border-radius: 50rem;*/
}

  .sidebar-link {
    white-space: nowrap;
  }

.sidebar-subheading {
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  display: none;
}

.sidebar-separator {
  border-bottom: solid 1px #e2e8f0;
  padding: 0px 0px !important;
}

.red-dot {
  width: 6px;
  height: 6px;
  border-radius: 50rem;
  background: red;
  display: inline-block;
  vertical-align: top;
}

  .display-all-links ul li span.hide-menu {
    display: inline-block !important;
  }

  .display-all-links {
    width: auto !important;
    /*max-width: 50vw !important;*/
    z-index: 3;
  }

  .display-all-links .sidebar-subheading {
    display: block !important;
  }

  .search-view-selection {
    background-color: #E2E8F0;
    color: #071C68;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding: 8px 16px;
    border-radius: 25px;
    border: none;
    margin-right: 1rem;
  }

    .search-view-active, .search-view-selection:hover {
      background-color: #001A38;
      color: #ffffff;
    }

  .offcanvas-body .form-label {
    font-weight: 700;
  }

  .field-required-marker:after {
    content: "*";
    color: red;
    font-size: 12px;
    vertical-align: top;
  }

  .shaded-background {
    background-color: var(--gray-100);
  }

select.client-header-dropdown.client-blocked {
  background-color: #d5aa80 !important;
}

select.client-header-dropdown.client-language-other {
  /*background-color: #c1abff !important;*/
  color: var(--data-viz-purple-purple-70) !important;
  background-color: var(--data-viz-purple-purple-10) !important;
  border-color: var(--data-viz-purple-purple-70) !important;
}

.offcanvas-body {
  background-color: #f7f7f7;
}

.answer-button, .call-customer-button, .ButtonGreen {
  background: none;
  /*color: rgba(235, 247, 237, 1);
  background-color: rgba(7, 94, 69, 1);*/
  background-color: #28a745;
  color: white;
}

  .answer-button:hover, .call-customer-button:hover, .ButtonGreen:hover {
    background: none;
    /*background-color: #50d450;
    color: #ffffff;*/
    background-color: #28a745;
    color: white;
    opacity: 0.9;
  }

  .answer-button:disabled, .call-customer-button:disabled {
    background-color: var(--blue-300);
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid var(--blue-300);
    color: #ffffff;
  }

.ignore-button, .PunchOut, .hangup-button {
  color: var(--data-viz-red-red-10);
  background-color: var(--data-viz-red-red-70);
}

  .ignore-button:hover, .PunchOut:hover, .hangup-button:hover {
    background: none;
    background-color: #f70909;
    color: #ffffff;
  }

  .ignore-button:disabled, .hangup-button:disabled {
    background-color: var(--blue-300);
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid var(--blue-300);
    color: #ffffff;
  }

.boxed {
  border: 1px solid #dee2e6;
  padding: 14px;
  border-radius: 0.5rem;
  /*margin: 10px 0px;*/
}

.btn-close:hover{
  background-color: red;
  color: #FFF !important;
}

@media screen and (min-width: 769px) {
  .appointment-draggable {
    position: relative;
    max-height: 100vh;
  }
}

@media screen and (max-width: 768px) {
  .offcanvas.appointment-draggable {
    bottom: unset !important;
    max-height: 100vh;
  }
}

.goog-te-banner-frame, .goog-te-gadget-icon {
	display: none !important;
}

#google_translate_element {
	min-height: 26px;
}

/*body > div.skiptranslate > iframe.skiptranslate {
	display:none;
}*/

.content-toggle {
  cursor: pointer;
  overflow: hidden;
  max-height: 4.5em; /* Adjust as needed to show only a couple of lines */
  transition: max-height 0.5s ease;
}

.collapsed-content:before {
  content: '(...)';
}

.expanded-content {
  max-height: none; /* Remove max-height restriction when expanded */
}

.clear-link {
  color: var(--blue-500) !important;
  font-family: var(--site-font-family);
  font-size: var(--site-font-size-sm);
  font-weight: var( --site-font-weight-bold );
  line-height: var( --site-line-height-sm );
}

.div-table-summary-overflow {
  max-height: 346px;
  overflow-y: auto;
}

.table-detail-overflow{
  max-height: 70vh;
  overflow-y: auto;
}

.dial-options-button {
  background-color: #0c2cab;
}

.intercom-options-button, .transfer-agent-options-button, .transfer-client-options-button {
  background-color: #071b65;
}

.answer-button {
  background-color: #28a745;
}
