<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.separator {
  border-bottom: 1px solid rgba(204, 204, 204, 0.25);
  padding: 10px 5px;
}
.well {
  padding: 1rem;
  border-radius: 5px;
  background: #F6F6F6;
  position: relative;
}
  .dark-theme .well {
    background: #343d56;
  }

  .glass-well {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    padding: 1rem;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 4px 30px rgba(0,0,0,.1);
    border: 1px solid hsla(0,0%,100%,.45);
  }
    .dark-theme .glass-well {
      background: rgba(52, 61, 86, 0.2);
      box-shadow: 0 4px 30px rgba(0,0,0,.3);
      border: 1px solid rgba(0, 0, 0, 0.45);
  }

  .glass-well.ui-sortable-handle:not(.ui-sortable-helper) {
    cursor: grab;
    position: static;
  }
  

/* TABLES */
td.actions_cell
{
  text-align: center;
  padding: 5px !important;
  min-width: 72px;
}
table.dataTable .selected td {
  box-shadow: none !important;
  --dt-row-selected-link: #3abfe0;
}

/* Variable Wizard Modal */
  #variable-wizard-body .vw-highlight
  {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .02);
  }

  #variable-wizard-body .vw-highlight.vw-active label
  {
    font-weight: bold;
  }
  #variable-wizard-body .variable-code .ckbox{
    position: absolute;
    left: 30px;
    bottom: calc(1rem + 7px);
    font-size: 14px;
    text-align: left;
  }
  #variable-wizard-body .variable-code .ckbox span:before,
  #variable-wizard-body .variable-code .ckbox span:after {
    top: -1px;
  }
/* Widget Wizard Modal */
  .ww-checkbox {
    position: absolute;
    bottom: 15px;
    left: 15px;
    background-color: #f6f6f6;
    margin: 0;
    padding: 5px 8px;
    border-radius: 3px;
  }
  .dark-theme .ww-checkbox{
    background-color: rgba(43, 51, 74, .5);
  }
  .widget-code {
    font-weight: 500;
  }
/* Code Wizard Modal */
  #code-wizard-modal .dropdown-item a {
    color: #000;
  }
  .dark-theme #code-wizard-modal .dropdown-item a {
    color: #fff;
  }
  #code-wizard-body .btn-sm {
    font-size: .8rem;
  }
/* Icon Picker Modal */
  .icon-output {
  	cursor: pointer;
  }

  .icon-output.disabled {
  	cursor: not-allowed;
  }

  .icon-output.focused {
  	cursor: auto;
  }
  .iconpicker-popover.popover {
    border: none;
  }
  #icon-wizard-body {
    color: #1c273c;
  }
  .iconpicker .iconpicker-item.iconpicker-selected {
    background-color: #000 !important;
    color: #fff !important;
  }
  /* Dark Theme Specific */
  .dark-theme #icon-wizard-body {
    color: #fff;
  }
  .dark-theme .iconpicker-popover.popover .popover-title {
    background-color: #343d56;
    border-bottom-color: rgba(226, 232, 245, 0.1);
  }
  .dark-theme .iconpicker .iconpicker-items {
    background: #2b334a;
  }
  .dark-theme .iconpicker .iconpicker-item {
    background-color: #1e2740;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  }
  .dark-theme .iconpicker .iconpicker-item:hover {
    background-color: #343c51;
  }
  .dark-theme .iconpicker .iconpicker-item.iconpicker-selected {
    background-color: #1e2740 !important;
  }
  .dark-theme .iconpicker-popover.popover.bottom&gt;.arrow, .dark-theme .iconpicker-popover.popover.bottomRight&gt;.arrow, .dark-theme .iconpicker-popover.popover.bottomLeft&gt;.arrow,
  .dark-theme .iconpicker-popover.popover.bottom&gt;.arrow:after, .dark-theme .iconpicker-popover.popover.bottomRight&gt;.arrow:after, .dark-theme .iconpicker-popover.popover.bottomLeft&gt;.arrow:after {
    border-bottom-color: #343d56;
  }
/* Class wizard */
  #class_wizard_categories {
  	max-height: 400px;
  	overflow-y: scroll;
  }

/* Textarea */
  textarea.code
  {
    font-family: "Monaco";
    font-size: 12px;

    white-space: pre;
    overflow-x: scroll;
  }

/* Scroll Box */
  div.scrolly_box_title
  {
    background-color: rgba(227, 227, 227, 0.46);
    padding: 0.75rem .5rem;
    border: 1px solid rgba(231, 235, 243, 0.1);
    border-bottom: 0;
  }

  div.scrolly_box
  {
    height: 300px;

    background-color: rgba(255, 255, 255, 0.5);

    -webkit-box-shadow:inset 0 -15px 20px -10px rgba(0,0,0,.1);
    box-shadow:inset 0 -15px 20px -10px rgba(0,0,0,.1);

    overflow: scroll;
    border: 1px solid rgba(231, 235, 243, 0.1);
    border-top: 0;

    display: flex;
    flex-direction: column;
    padding: 1rem 1rem;
  }

  div.scrolly_box .list-group-item {
    border: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }
  /* Dark theme specific */
  .dark-theme div.scrolly_box {
    background-color: transparent;
  }
  .dark-theme div.scrolly_box_title {
    background-color:#343d56;
  }
/* Clone */
  .clone
  {
    display: none !important;
  }
/* Top Nav*/
  .top-nav {
    background-color: #e3e7ed;
    border-radius: 6px;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }
  .top-nav &gt; div:last-child {
    padding-right: .5rem;
  }
  .top-nav .select2-container--default .select2-selection--single {
    border-radius: 3px;
  }
  .dark-theme .top-nav {
    background: rgba(43, 51, 74, .5);
  }
/* Inline Widget Buttons */
  .inline-edit-widget, .inline-widget-wizard, .inline-edit-variable, .inline-edit-component, .inline-link-component, .inline-link-template {
  	position: absolute;
  	z-index: 5;
    line-height: 1;
  }
  .inline-edit-widget i, .inline-widget-wizard i, .inline-edit-variable i, .inline-edit-component i, .inline-link-component i, .inline-link-template i  {
  	font-size: 12px;
  }
/* Scrollable Tabs */
  .scrolling-tabs {
    position: relative;
    width: 100%;
  }
  .scrolling-tabs::-webkit-scrollbar:horizontal {
    height: 0;
    width: 0;
    display: none;
  }

  .scrolling-tabs:not(.controller_nav_tabs):after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #fff !important;
    z-index: 1;
    top: 40px;
    width: 100%;
  }
  .dark-theme .scrolling-tabs:after {
    border-bottom-color: #50576b !important;
  }
  .scrolling-tabs li {
    z-index: 2;
  }
  .scrolling-tabs .nav-tabs,
  .scrolling-tabs.nav-tabs {
    overflow-x: auto;
    overflow-y:hidden;
    flex-wrap: nowrap;
    margin-bottom: 1rem;
    position: relative;
    width: 100%;
  }

  .scrolling-tabs.has-scroll-arrows .nav-tabs {
    width: calc(100% - 44px);
  }

  .scrolling-tabs .nav-tabs .nav-link,
  .scrolling-tabs.nav-tabs .nav-link {
    white-space: nowrap;
    margin-left: 0px;
    border-bottom: 1px solid #ddd;
    z-index: 2;
  }
  .scrolling-tabs .nav-tabs .nav-link.active,
  .scrolling-tabs.nav-tabs .nav-link.active {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
  }
  /* Hide Border */
  .scrolling-tabs.border-none .nav-tabs .nav-link,
  .scrolling-tabs.nav-tabs.border-none .nav-link  {
    border-bottom-color: #fff;
  }
  .scrolling-tabs .nav-tabs .nav-link.active,
  .scrolling-tabs.nav-tabs .nav-link.active {
    border: 1px solid #e2e8f5;
    border-bottom: none;
  }
  .scrolling-tabs.border-none .nav-tabs:after,
  .scrolling-tabs.nav-tabs.border-none:after {
    border-bottom-color: #fff;
  }

  /* Dark colors */
  .dark-theme .scrolling-tabs .nav-tabs .nav-link,
  .dark-theme .scrolling-tabs.nav-tabs .nav-link  {
    border-bottom-color: #50576b;
  }
  .dark-theme .scrolling-tabs .nav-tabs .nav-link.active,
  .dark-theme .scrolling-tabs.nav-tabs .nav-link.active {
    border: 1px solid #50576b;
    border-bottom: none;
  }
  .dark-theme .scrolling-tabs .nav-tabs:after,
  .dark-theme .scrolling-tabs.nav-tabs:after {
    border-bottom: none;
  }
  /* Dark Hide Border */
  .dark-theme .scrolling-tabs.border-none .nav-tabs .nav-link,
  .dark-theme .scrolling-tabs.nav-tabs.border-none .nav-link  {
    border-bottom-color: #2b334a;
  }
  .dark-theme .scrolling-tabs.border-none .nav-tabs .nav-link.active,
  .dark-theme .scrolling-tabs.nav-tabs.border-none .nav-link.active  {
    border: 1px solid #2b334a;
    border-bottom-color: #2b334a;
  }
  .dark-theme .scrolling-tabs.border-none .nav-tabs:after,
  .dark-theme .scrolling-tabs.nav-tabs.border-none:after {
    border-bottom-color: #2b334a;
  }
  /* Hide Scrollbar */
    .scrolling-tabs .nav-tabs,
    .scrolling-tabs.nav-tabs {
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
      scrollbar-width: none;  /* Firefox */
    }
    .scrolling-tabs .nav-tabs::-webkit-scrollbar,
    .scrolling-tabs.nav-tabs::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
  /* Include Scrollbar */
  .scrolling-tabs .scrollbar-tabs .nav-tabs,
  .scrolling-tabs.scrollbar-tabs.nav-tabs {
    -ms-overflow-style: auto;  /* Internet Explorer 10+ */
    scrollbar-width: auto;  /* Firefox */
  }
  .scrolling-tabs .scrollbar-tabs .nav-tabs::-webkit-scrollbar,
  .scrolling-tabs.scrollbar-tabs.nav-tabs::-webkit-scrollbar {
      display: block;  /* Safari and Chrome */
  }

  /* Scroll Arrows */
  .scrolling-tabs .scroll-arrows {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    border-left: 1px solid #fff;
    width: 45px;
  }
  .dark-theme .scrolling-tabs .scroll-arrows {
    background-color: #2b334a;
    border-left-color: #50576b;
  }
  .main-content &gt; .container-fluid &gt; .scrolling-tabs .scroll-arrows {
    background-color: #e6ebf4;
    border-left-color: #e6ebf4;
    border-bottom: 1px solid #fff;
  }
  .dark-theme .main-content &gt; .container-fluid &gt; .scrolling-tabs .scroll-arrows {
    background-color: #1a233b;
    border-left-color: #1a233b;
    border-bottom: 1px solid #2b334a;
  }

  .scroll-arrows &gt; div {
    display: inline-block;
    padding: 10px 5px;
  }
  .scroll-arrows &gt; div:hover {
    cursor: pointer;
  }
  .scroll-arrows &gt; div.disabled:hover {
    cursor: not-allowed;
  }
  .scroll-arrows i {
    font-size: 16px;
  }
  .scroll-arrows .disabled i {
    opacity: .3;
  }
  .dark-theme .scroll-arrows i {
    color: rgba(255, 255, 255, .8);
  }
  .dark-theme .scroll-arrows .disabled i {
    color: rgba(255, 255, 255, .1);
    opacity: 1;
  }

/* Edit widgets Modal */
  #edit-widgets-modal .modal-dialog {
    max-width: 90%;
    width: 90%;
  }
  #edit-widgets-modal .modal-header {
    padding: 10px 20px;
    background: #f7f7f7;
  }
  #edit-widgets-modal .close {
    margin-top: -.25rem;
  }
  .dark-theme #edit-widgets-modal .modal-header {
    padding: 10px 20px;
    background: #343d56;
  }

  .scrolling-btns {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .scrolling-btns li {
    display: inline-block;
  }

  /* Hide Scrollbar */
    .scrolling-btns .nav-pills,
    .scrolling-btns.nav-pills {
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
      scrollbar-width: none;  /* Firefox */
    }
    .scrolling-btns .nav-pills::-webkit-scrollbar,
    .scrolling-btns.nav-pills::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
/* Tall Select */
  .tall_select .select2-container .select2-selection--multiple{
    min-height: 200px;
  }
  .input-group-btn-tall .btn {
    max-height: 100%;
  }
/* Download Button */
  .download-btn {
    line-height: 1.2;
    width: 100%;
  }

/* Card deck columns */
  .card-deck.deck-5 .card {
    flex: 1 0 calc(20% - 30px);
    max-width: calc(20% - 30px);
  }
  .card-deck.deck-4 .card {
    flex: 1 0 calc(25% - 30px);
    max-width: calc(25% - 30px);
  }
  .card-deck.deck-3 .card{
    flex: 1 0 calc(33% - 30px);
    max-width: calc(33% - 30px);
  }
  @media (min-width: 576px)
  {
    .card-deck.deck-sm-2 .card {
      flex: 1 0 calc(50% - 30px);
      max-width: calc(50% - 30px);
    }
  }

  @media (min-width: 992px)
  {
    .card-deck.deck-lg-5 .card {
      flex: 1 0 calc(20% - 30px);
      max-width: calc(20% - 30px);
    }
    .card-deck.deck-lg-4 .card{
      flex: 1 0 calc(25% - 30px);
      max-width: calc(25% - 30px);
    }
    .card-deck.deck-lg-3 .card{
      flex: 1 0 calc(33% - 30px);
      max-width: calc(33% - 30px);
    }
  }
  @media (min-width: 1200px)
  {
    .card-deck.deck-xl-5 .card {
      flex: 1 0 calc(20% - 30px);
      max-width: calc(20% - 30px);
    }
    .card-deck.deck-xl-4 .card{
      flex: 1 0 calc(25% - 30px);
      max-width: calc(25% - 30px);
    }
    .card-deck.deck-xl-3 .card{
      flex: 1 0 calc(33% - 30px);
      max-width: calc(33% - 30px);
    }
  }
/* Search Module table */
  #search-modules {
    max-height: 300px;
    overflow-y: scroll;
  }
    .dark-theme #search-modules table th,
    .dark-theme #search-modules table td {
      background-color: #1e2740;
    }
  #search-modules td {
    vertical-align: top;
  }
/* Search Result Table */
.dark-theme .search-results {
  background-color: #2b334a;
}
.dark-theme .search-results tr:first-child td {
  border-top: 0;
}
.search-results table.dataTable tbody td.sorting_1 {
  background-color: #fff;
}
.dark-theme .search-results table.dataTable tbody td.sorting_1 {
  background-color: #2b334a !important;
}
.search-item:not(:has(.replace_checkbox)):hover {
  cursor: pointer;
}
.search-item:not(:has(.replace_checkbox)) h5 a,
.search-item h5 a:hover{
  text-decoration: underline;
}
.search_result_datatable {
  width: 100% !important;
  margin-top: 0;
}
.search-results div.dataTables_wrapper div.dataTables_paginate {
  float: left;
  margin-top: 0 !important;
}
.search-results .dataTables_wrapper .dataTables_filter label {
  margin-bottom: 0;
}
.search-results thead {
  display: none;
}

.search-results table, 
.search-results table tbody, 
.search-results table th,
.search-results table tr, 
.search-results table td {
  display: block;
}
/* Dashboard columns */
	.dash-col-sm .card-body
	{
		height: 175px;
		overflow-y: scroll;
	}
	.dash-col-lg .card:not(.chart-card)
	{
		min-height: 635px;
	}
	.dash-col-md .card
	{
		height: 400px;
	}
/* Form wrapper */
@media (min-width: 992px)
{
  .form-wrapper
  {
    padding: 25px 50px;
  }
}

/* Demo nutrition table */
  .table-demo th {
  	text-align: center;
  }
  .table-demo td {
  	border: 1px solid rgb(221, 221, 221);
    border-bottom: 0;
  }
    .dark-theme .table-demo td {
      border-color: rgb(83, 87, 106) !important;
    }
  .table-demo tbody tr:last-child td:not(:first-child){
  	border-bottom: 2px solid rgb(221, 221, 221) !important;
  }
    .dark-theme .table-demo tbody tr:last-child td:not(:first-child){
      border-bottom-color: rgb(124, 127, 140) !important;
    }
  .table-demo th:first-child{
  	width: 10%;
  	border-color: transparent !important;
  }
  .table-demo th:not(:first-child) {
  	border-bottom: 2px solid rgb(221, 221, 221) !important;
  }
    .dark-theme .table-demo th:not(:first-child) {
    	border-bottom-color:rgb(124, 127, 140) !important;
    }
  .table-demo td:first-child  {
  	border: none;
  	border-right: 2px solid rgb(221, 221, 221) !important;
  	font-weight: 700;
  	background-color: #fff;
  	text-align: right;
  }
    .dark-theme .table-demo td:first-child{
      border-color: rgb(124, 127, 140) !important;
    }
    .dark-theme .table-demo td:first-child {
      background-color: #2b334a;
    }
  .table-demo td:last-child  {
  	border-right: 2px solid rgb(221, 221, 221) !important;
  }
    .dark-theme .table-demo td:last-child {
      border-right-color: rgb(124, 127, 140) !important;
    }
/* Hide Label */
  .hide-label label {
    display: none;
  }
/* Flip upside down */
  .flip_upside_down
  {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=6);
  }
  .activate_button span {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
/* .layout-tabs {
  border-bottom: 1px solid #ddd;}

  .layout-tabs .nav-link {
    white-space: nowrap;
    margin-left: 0px;
    margin-bottom: -1px;
  }

  .layout-tabs .nav-link.active {
    border: 1px solid #ddd;
    border-bottom-color: #fff;
  }
  .dark-theme .layout-tabs .nav-link {
    border-bottom-color: rgba(234, 236, 241, 0.2);
  }
  .dark-theme .layout-tabs .nav-link.active {
    border: 1px solid rgba(234, 236, 241, 0.2);
    border-bottom-color: #2b334a;
  }
  .layout-tabs .archived_1 .nav-link {
    color: rgba(255, 82, 127, 0.3);
  }
  .layout-tabs .archived_1 .nav-link.active, .layout-tabs .archived_1 .nav-link:hover {
    color: rgba(255, 82, 127, 1);
  }
  */
/* Js tree icon */
  .dark-theme .jstree-clicked .jstree-icon {
    color: #fff;
  }
/* Page Audit */
  .audit-body {
    padding: 0px;
    background: #e5ebf3;
  }
    .dark-theme .audit-body {
      background: #1b233a;
    }
  .audit-body .tab-content {
    margin-top: .75rem;
  }
  .audit-body .tab-content .card:not(:last-child) {
    margin-bottom: .75rem;
  }
  .audit-body .tab-content .card:last-child {
    margin-bottom: 0px;
  }

  .audit-body .audit-tabs {
    background-color: #fff;
    padding-left: 1.25rem;
  }
    .dark-theme .audit-body .audit-tabs {
      background-color: #2b334a;
    }
  .audit-body .row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.3rem;
  }
  .audit-body .nav-pills .nav-link.active {
    background-color: #f6f6f6;
    color: #1c273c;
  }
  .dark-theme .nav-pills .nav-link.active{
    background-color: #343d56
  }
/* Card Collapse */
  .card-collapse i {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }


/* Inline Btns */
  .input-group-btn
  {
    display: flex;
  }

/* List Group Item Override */
  .list-group-item
  {
    border: none !important;
  }

/* Elements header */
  @media (min-width: 992px)
  {
    #elements .card .card-header
    {
        position: absolute;
        top: 16px;
    }
  }
/* Shop no padding */
  .no-product-padding, .no-product-padding .well {
  	padding: 0;
  }

/* Media image (for site speed audit) */
  .media-img {
    width: 40px;
  }
  .media-img img {
    width: 40px;
    min-height: 23px;
    height: inherit;
  }

/* Circle Audio */
  .circle-audio circle.precache-bar {
    stroke: #302F32;
  }
  .circle-audio circle.controls {
    fill: #fff;
  }
    .dark-theme .circle-audio circle.controls {
      fill: #343d55;
    }
    .dark-theme .circle-audio circle.precache-bar {
      stroke: #fff;
    }
/* Date Range Picker */

  /* Range Picker */
  [data-start-date][data-end-date] {
    padding: 0.5315rem 10px;
  }
    .dark-theme [data-start-date][data-end-date] {
      background: #1e2740;
      border-color: rgba(255, 255, 255, 0.13);
    }
    .dark-theme .daterangepicker .ranges li:hover {
      background-color: rgba(255, 255, 255, 0.1);
    }
  /* Custom Range */
  .dark-theme .daterangepicker{
    background-color: #2b334a;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .dark-theme .daterangepicker:after{
    border-bottom-color: #2b334a;
  }
  .dark-theme .daterangepicker:before {
    border-bottom-color: rgb(85, 92, 110);
  }
  .dark-theme .daterangepicker .calendar-table {
    background-color: #343d56;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .dark-theme .daterangepicker.show-ranges.ltr .drp-calendar.left,
  .dark-theme .daterangepicker .drp-buttons {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .dark-theme .daterangepicker td.off, .dark-theme .daterangepicker td.off.in-range, .dark-theme .daterangepicker td.off.start-date, .dark-theme .daterangepicker td.off.end-date {
    background-color: #343d56;
    color: rgba(255, 255, 255, .5);
  }
  .dark-theme .daterangepicker td.available:hover, .dark-theme .daterangepicker th.available:hover {
    background-color: #2b334a;
  }
  .dark-theme .daterangepicker td.in-range {
    color: #fff;
  }
  .dark-theme .daterangepicker .calendar-table .next span, .dark-theme .daterangepicker .calendar-table .prev span {
    border-color: #fff;
  }
  /* Selects */
  .daterangepicker select.monthselect,
  .daterangepicker select.yearselect,
  .daterangepicker select.hourselect,
  .daterangepicker select.minuteselect,
  .daterangepicker select.ampmselect {
    background-color: #fff;
    color: #596882;
    border: 1px solid #e2e8f5;
    background-clip: border-box;
  }
  .dark-theme .daterangepicker select.monthselect,
  .dark-theme .daterangepicker select.yearselect,
  .dark-theme .daterangepicker select.hourselect,
  .dark-theme .daterangepicker select.minuteselect,
  .dark-theme .daterangepicker select.ampmselect
   {
    color: #fff;
    background-color: #1e2740;
    border: 1px solid rgba(226, 232, 245, 0.08);
  }
/* Review Star picker */
  .text-gold {
  	color: #ffcf00;
  }
/* Review Source */
  .review-source {
  	position: absolute;
  	height: auto;
  	top: 0px;
  	right: .25rem;
  }
  div.review-source span {
    font-size: 16px;
    text-align: center;
    padding: 5px;
    border-radius: 100%;
    min-width: 26px;
  }
  #review_respond .review-source {
  	position: absolute;
  	height: auto;
  	top: -4px;
  	right: -5px;
  }
  #review_respond div.review-source span {
    font-size: 12px;
    padding: 2.5px;
    min-width: 17px;
  }
/* Review Selection */

/* Radio Style Override */
  .ckbox input[type='radio'] {
    opacity: 0;
    margin: 0;
  }

  .ckbox input[type='radio']:checked + span:after {
    display: block;
  }


/* Active avatar */
.active-users {
  display: flex;
  align-items: center;
  max-width: 180px;
  overflow-x: scroll;
  gap: 0.5rem;
}
.active-avatar {

	padding: 0;

  flex-shrink: 0;
  border: 2px solid var(--user-color, #ff527f);
  border-radius: 100%;
  position: relative;
}

.active-avatar.active {
  --icon-color: #1db178;
  cursor: pointer;
}
.active-avatar.inactive {
  --icon-color: #f2ca4c;
}
.active-avatar.collaborating {
  --icon-color: #ff527f;
}
.active-avatar .status-icon {
  position: absolute;
  font-size: 0.75rem;
  top: 0;
  right: 0;
  color: var(--icon-color, #ff527f);
}

.active-avatar img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

	.active-avatar a {
		padding: 0 !important;
	}
	


/* Inline Editors */
.inline-edit, .inline-edit:hover {
	color: inherit;
	text-decoration: none;
}
.inline-date-pick:hover {
	text-decoration: none;
}

.editable-input input, .editable-input input:focus {
	border: none;
	font-size: inherit;
	padding: inherit !important;
	line-height: inherit;
	height: inherit;
	font-weight: inherit;
  background-color: transparent;
}
.dark-theme .editable-input input, .dark-theme .editable-input input:focus {
  color: #fff;
}
.editable-submit, .editable-cancel, .editable-clear-x, .icon-th {
	display: none !important;
}
.editableform .control-group, .editableform {
	line-height: inherit;
  width: 100%;

}
.editable-input p {
	color: blue;
}

.editable-input select {
	width: 100% !important;
}
#status_col [data-select2-id],
#status_col[data-select2-id] {
  width: 100% !important;
}
/* Task form */
.task-row {

}

.task-row &gt; div {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
  .dark-theme .task-row &gt; div {
    border-color: rgb(61, 69, 90) !important;
  }

.task-row &gt; div:last-child {
	border-right: 1px solid #eee;
	padding-right: 0px;
  margin-right: 0.75rem;
	 margin-left: -0.75rem;
}

.task-row &gt; div:first-child {
	border-left: 1px solid #eee;
	padding-left: 0px;
  margin-left: 0.75rem;
	margin-right: -0.75rem;
}

.task-description .editableform, .task-description .editable-container, .task-description .control-group, .task-description .editable-input {
	width: 100%;
}
.editableform {
	vertical-align: middle;
}

.task-avatar {
	border-radius: 20px;
	color: #000;
	padding: 3px 15px 3px 0px;
	position: relative;
  display: flex;
  align-items: center;
}
  .dark-theme .task-avatar {
    color: #fff;
  }
.task-avatar h5 {
  margin-bottom: 0;
  margin-left: .25rem;
}
.task-avatar:hover {
	background-color: #eeeeee;
	text-decoration: none;
	cursor: default;
}
  .dark-theme .task-avatar:hover {
    background-color: #1e2740;
  }
.task-avatar:hover .remove-avatar {
	display: block;
	cursor: pointer;
}
.task-avatar img {
	max-width: 32px;

}
.task-reviewers &gt; div {
  background-color: #F6F6F6;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-top: none;
}
  .dark-theme .task-reviewers &gt; div {
    background: #343d56;
    border-color: rgb(61, 69, 90);
  }
.task-reviewers .task-avatar {
	padding-right: 0px;
	margin-right: 15px;
}
.task-reviewers .task-avatar h5 {
	display: none;
}
.task-reviewers .task-avatar:hover {
  background-color: transparent !important;
}
.add-assignee  {
	font-size: 16px;
padding: 8px;
}
.add-reviewer {
	font-size: 15px;
	padding: 10px;
	position: relative;
	bottom: -3px;
}

a.task-avatar:not(.clone) ~ label {
	display: none;
}
.task-description {
	padding: 50px 25px;
	text-align: left;
	font-size: 16px;
	border: 1px solid #eee;
	border-top: none;
}
.dark-theme .task-description {
  border-color: rgb(61, 69, 90);
}

.task-description p {
	font-size: 16px !important;
}

.task-file img {
	border-radius: 0px !important;
	width: 75px !important;

}
.task-file p &gt; a:first-child {
	margin-right: 15px;
}
.task-file a {
	color: #000000;
}
.dark-theme .task-file a {
  color: #fff;
}
.task-file small {
	margin: auto;
}
.task-file span{
	margin-top: auto;
	margin-bottom: auto;
}
.task-file p {
	width: 100%;
	font-weight: normal !important;
	display: flex;
}
.task-file span:last-child {
	float: right;
}
.remove-avatar {
	position: absolute;
	top: 1px;
	right: 1px;
	display: none;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.task-sub-title {
	border-top: 1px solid #eee;
	font-size: 12px;
	text-align: center;
	height: 10px;
	line-height: 20px;
	margin: 25px 0 5px 0;
	height: auto;
	color: #bbbbbb;
}
	.task-sub-title abbr {
		background-color: #ffffff;
		padding: 2px 10px;
		border-radius: 2px;
		position: relative;
		top: -10px;
		letter-spacing: .2em;
		text-transform: uppercase;
	}
  .dark-theme .task-sub-title abbr {
    background-color: #2b334a
  }
  .dark-theme .task-sub-title {
    border-color: rgb(61, 69, 90);
  }

	.no-tasks {
		display: flex;
    align-items: center;
    justify-content: center;
    height: 344px;
	}
  .no-tasks p {
    font-size: 18px;
  }
  .perfect-scroll.short {
    height: 127.5px;
  }
  .dark-theme .task-comment .media-body {
    color: #fff;
  }

.inline-edit-widget, .inline-widget-wizard, .inline-edit-variable, .inline-edit-component, .inline-link-component, .inline-link-template {
	position: absolute;
	z-index: 10;
}
.inline-widget-wizard, .inline-edit-component  {
	color: #7a6fbe;
}
.inline-widget-wizard:hover, .inline-widget-wizard:focus, .inline-edit-component:hover, .inline-edit-component:focus {
	color: #6A5FAB;
}
tr.variable_separator
{
  background-color: rgba(37, 188, 243, 0.05) !important;
  font-weight: bold;
}
.dark-theme table.table-striped tbody tr.variable_separator {
  background-color: rgba(255,255,255, 0.15) !important;
}
tr.variable_separator td a:first-child { color: #565656; }
.dark-theme tr.variable_separator td a:first-child { color: #fff; }

/* Border Top Dotted */
.border-top-dotted {
  border-top: 1px dotted rgba(0,0,0, .1);
}
  .dark-theme .border-top-dotted {
    border-top-color: rgba(255, 255, 255, .2)
  }
/* Perfect scroll items */
  .perfect-scroll &gt; a {
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
  }
  .perfect-scroll &gt; a:hover {
    background-color: #eee;
  }
    .dark-theme .perfect-scroll &gt; a:hover {
      background-color: #343d56
    }
/* Hiding text in tables */
.hide-text {
	white-space: nowrap;
	overflow: scroll;
	max-width: 200px;
}
.hide-ytext {
	overflow: scroll;
	max-height: 50px;
}
.hide-ytext.tall {
  max-height: 100px;
}
.hide-ytext.extra-tall {
  max-height: 250px;
}
  /* Hide Scrollbar */
    .hide-text,
    .hide-ytext
     {
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
      scrollbar-width: none;  /* Firefox */
    }
    .hide-text::-webkit-scrollbar,
    .hide-ytext::-webkit-scrollbar {
        display: none;  /* Safari and Chrome */
    }
audio:focus {
  outline: none;
}

/* Top Margin for cards */
.card-mt {
  margin-top: 1.3rem;
}

@media (min-width: 992px)
{
  .card-mt-lg {
    margin-top: 1.3rem;
  }
}
@media (min-width: 1200px)
{
  .card-mt-xl {
    margin-top: 1.3rem;
  }
}

/* Media Body Dark */
.dark-theme td .media-body {
  color: #fff;
}

/* Condition */
.condition {
  position: relative;
}
.condition:not(:last-child),  .condition:not(:last-child) .form-group {
  margin-bottom: 0px !important;
}
.ui-sortable:not(.sorting) .condition:not(:last-child):before {
  content: "";
  display: block;
  width: calc(83.33% - 1.5rem);
  padding: 0 15px;
  height: 2px;
  background-color: #8291af;
  position: absolute;
  left: .75rem;
  top: calc(100% - 1rem - 3.5px);
  opacity: .25;
}
@media (min-width: 992px) {
  .condition-lg-11:before {
    width: calc(91.666667% - 1.5rem) !important;
  }
  .condition-lg-11:after {
    margin-left: calc(91.666667% / 2 - 2.5%) !important;
  }
}
.dark-theme .condition:before {
  background-color: #8291af !important;
}
.ui-sortable:not(.sorting) .condition:not(:last-child):after {
  content: "And";
  display: block;
  margin-left: calc(83.33% / 2 - 2.5%);
  width: 5%;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  color: #8291af;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 5;
}
.well .condition:after {
  background-color: #F6F6F6 !important;
}
.dark-theme .condition:after {
  background-color: #2b334a !important;
}
.dark-theme .well .condition:after {
  background-color: #343d56 !important;
}

.condition:last-child .delete_element,
.condition:last-child .dragger {
  margin-bottom: 1rem;
}

/* Price Lists */
.price_lists .row:not(:first-child) {
  padding-top: 1rem;
  position: relative;
}
.price_lists .row:not(:first-child)::before {
  content: '';
  position: absolute;
  background-color: rgba(204, 204, 204, 0.25);
  height: 1px;
  width: calc(100% - 1.5rem);
  top: 0;
  left: 0.75rem;
}

.content_label {
  width: 100%;
}

.full_screen_code_editor {
  float: right;
}
.full_screen_code_editor:hover {
  opacity: .8;
}
.dark-theme .full_screen_code_editor {
  color: #fff;
}

/* Menu Page */
#pages_management .page_details .fa-times:hover {
  cursor: pointer;
}


.table-view .inactive .fa {
  opacity: .3;
}

.table-view .active .fa,
.table-view .inactive .fa {
  cursor: pointer;
}

.input-group &gt; .select2-container {
    width: auto !important;
    flex: 1 1 auto;
}

.input-group &gt; .select2-container .select2-selection--single {
    height: 100%;
    line-height: inherit;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
}

.page-scroll-box {
  max-height: 60vh;
  overflow-y: scroll;
}

/* Total Charts */
.total-chart:hover {
  cursor: pointer;
  box-shadow: 0 0 0 0.1rem rgba(37, 189, 244, .15);
}
.total-chart.active {
  box-shadow: 0 0 0 0.1rem rgba(37, 189, 244, .25);
}

.card-fill {
  display: flex;
}
.card-fill .card {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.card-fill .card-body &gt; .row:not(.justify-content-between) {
  align-items: center;
  height: 100%;
}

/* Custom Styling for Spam Check Tagsinput Box */
.spam_check .bootstrap-tagsinput
{
  height: 150px;
  overflow-y: scroll;
}
body &gt; .blockMsg {
  top: 50vh !important;
}

.zipcode-tooltip {
  opacity: 0 !important;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.show-zipcodes .zipcode-tooltip {
  opacity: .9 !important;
}

#full-log {
  overflow-y: scroll;
  max-height: calc(100vh - 515px);
}

@media (min-width: 767px) {
  #full-log {
    max-height: calc(100vh - 450px);
  }
}
.log-code {
  min-height: 200px;
  height: 450px;
  overflow-y: scroll;
  resize: vertical;
}
.log-code pre{
  overflow-x: scroll;
}

.dark-theme #full-log,  .dark-theme .log-code pre{
  background-color: #1A233A;
  color: rgba(255, 255, 255, .75);
}
.show-log-label-switch {
  padding: .25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 1rem;
}

.dark-theme .show-log-label-switch {
  background-color: #1A233A;
}
.hide-labels label {
  display: none;
}

.advanced-location-filter {
  background-color: #fff;
  padding: 8.5px 0.75rem;
  font-weight: 400;
  border: 1px solid #e2e8f5;
}
.advanced-location-filter:hover {
  cursor: pointer;
}
.dark-theme .advanced-location-filter{
  background-color: #1e2740;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.13);
}

/* Archive Page Layouts */
#layout_tabs .archived_1 {
  display: none;
}

#layout_tabs.show-archived .archived_1 {
  display: list-item;
}

#layout-panels:not(.show-archived) .archived_1 {
  display: none;
}

#layout-panels .archived_1 .activate_button,
#layout-panels .archived_1 .activate_preview_button,
#layout-panels .archived_1 .activate_alternate_button {
  display: none;
}



/* Archive Pages */
#pages_tree .archived_1 {
  display: none;
}

#pages_tree.show-archived .archived_1 {
  display: list-item;
}

#pages_tree:not(.show-archived) .archived_1 {
  display: none;
}

#page_details_wrapper:not(.show-archived) .archived_1 {
  display: none !important;
}

#point_to_notification {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 900;
  opacity: 0;
  transition: all .4s;
}


@media (min-width: 992px) {
  #point_to_notification:before {
    font-family: 'Font Awesome\ 5 Pro';
    content: '\f357';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    position: absolute;
    font-size: 40px;
    color: #fff;
    top: 100px;
    left: 250px;
    z-index: 1;
  }
  #point_to_notification:after {
    content: 'Allow notifications to proceed';
    top: 150px;
    left: 115px;
    font-size: 1.5rem;
    position: absolute;
  }
}

.main-notification-list &gt; a:before {
  font-family: 'Font Awesome\ 5 Pro';
  content: '\f111';
  font-style: normal;
  font-weight: 900;
  font-size: 10px;
  align-self: center;
  margin-right: 5px;
  width: 0px;
  opacity: 0;
  -webkit-transition: width .1s;
  -o-transition: width .1s;
  transition: width .1s;
}
.main-notification-list &gt; a.unread:before {
  width: 10px;
  opacity: 1;
}

.pending-approval-tag {
  color: #fff;
  background-color: #f6a524;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 70%;
  position: absolute;
  right: 0.75rem;
}

ul.check-list li {
  color: #b72a48 !important;
}
ul.check-list li.check {
  color: #1db178 !important;
}



/* Navigation Level 3 */
.subnav-wrapper {
  display: inline;
  position: relative;
}
.btn-group {
  vertical-align: top;
}
.has-subnav-3 {

  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 1;
}

a.has-subnav-3.active,.subnav-wrapper:hover a.has-subnav-3 {
  background-color: #fff !important;
  border-bottom-color: transparent !important;
  padding-bottom: 13px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #1c273c;
  margin-bottom: 40px;
}
a.has-subnav-3:not(:hover) {
  transition-delay: .1s;
}
.dark-theme a.has-subnav-3.active,
.dark-theme .subnav-wrapper:hover a.has-subnav-3 {
  background-color: #1e2740 !important;
  color: #fff;
}
.subnav-3 {
  position: absolute;
  top: 41px;
  width: calc(100vw - 40px - 2.5rem);

  padding: 0px 0px 0px 10px;  margin-top: -1px;
  border-radius: 3px;
  max-height: 0px;
  overflow: hidden;
  border: solid 1px transparent;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-delay: .1s;
}
.subnav-wrapper:not(:hover) .subnav-3 {
  transition-delay: 0s;
}
@media (min-width: 992px) {

.subnav-3 {
  width: calc(100vw - 320px);

}
}
.subnav-3.active,
.subnav-wrapper:hover .subnav-3 {
  max-height: 50px;
  border-color: #e2e8f5;
}
.subnav-3.active {
  overflow: visible;
}
.first.subnav-3 {
  border-top-left-radius: 0px;
}
.first.subnav-3:not(.active) {
  z-index: 10;
}
.dark-theme .subnav-3 {
}
.dark-theme .subnav-wrapper:hover .subnav-3,
.dark-theme .subnav-3.active {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #1e2740 !important;

}
.subnav-3 a {
  padding-left: 10px;
  padding-right: 10px;
  font-size: .8rem;
}
.dark-theme .subnav-3 a {
  color: #fff;
}
.subnav-3 .active, .subnav-3 a:not(.disabled):hover {
  color: #ff527f !important;
}
.subnav-3 .active {
  font-weight: bold;
}

.subnav-3 a.add-border {
  border-right: 1px solid #fff;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.dark-theme .subnav-3 a.add-border {
  border-right-color: rgba(255, 255, 255, 0.2);
}

/* Oak 3.2 Subnav */
.sub_navigation.oak3-2 .subnav-wrapper {
  position: relative;
  width: 100%;
  --tert-gap: 0.5rem;
}

.sub_navigation.oak3-2 .subnav-wrapper .overflow-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  gap: 4px;
  scrollbar-width: none;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.sub_navigation.oak3-2 .subnav-wrapper .overflow-wrapper .subnav-item {
  white-space: nowrap;
}

.sub_navigation.oak3-2 .subnav-wrapper .overflow-wrapper:has(.subnav-tert-item) {
  margin-bottom: 46px;
}
.sub_navigation.oak3-2 .subnav-wrapper .overflow-wrapper:has(.subnav-quat-item) {
  margin-bottom: 92px;
}
.sub_navigation.oak3-2 .subnav-wrapper a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  color: #1c273c !important;
}
.dark-theme .sub_navigation.oak3-2 .subnav-wrapper a.disabled {
  color: #fff !important;
}

.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .btn {
  position: relative;
  z-index: 1;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item.active .btn {
  background-color: #fff;
  border: 1px solid #e2e8f5;
  color: #ff527f;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-width: 0px;

  padding-bottom: calc(9px + var(--tert-gap));
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item.active:not(:has(.subnav-tert-item)) .btn {
  padding-bottom: 9px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-width: 1px;
}
.dark-theme .sub_navigation.oak3-2 .subnav-wrapper .subnav-item.active .btn {
  background-color: #1e2740;
  border-color: rgba(255, 255, 255, 0.2);
}

.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert {
  position: absolute;
  bottom: 0;
  transform: translateY(calc(100% - 0.5px));
  left: 0;
  height: 0px;
  width: 100%;
  padding: 0;
  border: 0px solid #e2e8f5;
  background-color: #fff;

  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: 0.3s ease-in, padding 0s;
  z-index: 0;
}
.dark-theme .sub_navigation.oak3-2 .subnav-wrapper .subnav-tert {
  background-color: #1e2740;
  border-color: rgba(255, 255, 255, 0.2);
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item.active .subnav-tert {
  border-width: 1px;
  height: 100%;
  overflow: visible;
  padding: 0rem 0.75rem;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item.active:not(:has(.subnav-tert-item)) .subnav-tert {
  border-width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}


.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item {
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  font-size: 0.8rem;
  color: #1c273c;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item.active {
  color: #ff527f !important;
  font-weight: bold;
}
.dark-theme .sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item {
  color: #fff;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item a {
  color: inherit;
  padding: 4px;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item:has(.subnav-quat .subnav-quat-item)::after {
  font-family: 'Font Awesome\ 5 Pro';
  content: '\f078';
  font-style: normal;
  font-weight: 900;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item:has(.subnav-quat .subnav-quat-item).active::after {
  content: '\f077';
}

.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item .subnav-quat {
  position: absolute;
  top: calc(100% - 1px);
  /* left: -1px; */
  /* width: calc(100% + 2px); */
  width: auto;
  max-width: 100%;
  height: 0px;
  padding: 0;
  background-color: #fff;
  border: 1px solid #e2e8f5;
  border-top: none;
  border-width: 0;
  border-radius: 0px;
  overflow: hidden;
  transition: 0.3s ease-in, padding 0s;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item.active .subnav-quat {
  height: 100%;
  padding: 0rem 0.5rem;
  padding-top: 1px;
  border-width: 1px;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item.active .subnav-quat:not(:has(.subnav-quat-item)) {
  height: 0px;
  padding: 0;
  border: none;
}
.dark-theme .sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item .subnav-quat {
  background-color: #1e2740;
  border-color: rgba(255, 255, 255, 0.2);
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item .subnav-quat .subnav-quat-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  color: #1c273c;
}
.sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item .subnav-quat .subnav-quat-item.active {
  color: #ff527f !important;
  font-weight: bold;
}
.dark-theme .sub_navigation.oak3-2 .subnav-wrapper .subnav-item .subnav-tert .subnav-tert-item .subnav-quat .subnav-quat-item {
  color: #fff;
}




#scheduled-item-changes-modal {
  z-index: 60000 !important; /* override bootstrap modal z-index to allow moxieman modal to appear over it */
}

.modal-backdrop {
  z-index: 50000 !important; /* override bootstrap modal z-index to allow moxieman modal to appear over it */
}

body &gt; .select2-container--open {
  z-index: 999999 !important;
}
.alert-outline {
  border-width: 1px;
  background-color: transparent;
}
.dark-theme .alert-outline {
  color: #fff;
}
table.dataTable&gt;tbody&gt;tr&gt;td.select-row {
  vertical-align: middle;
  text-align: center;
}
table.dataTable&gt;tbody&gt;tr&gt;td.select-row span {
  display: inline-block;
  position: relative;
}
table.dataTable&gt;tbody&gt;tr&gt;td.select-row span:before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #97a3b9;
  bottom: -4px;
  left: -8px;
  position: absolute;
}
.dark-theme table.dataTable&gt;tbody&gt;tr&gt;td.select-row span:before {
    background-color: rgba(227, 231, 237, 0.1);
    border: 1px solid rgba(227, 231, 237, 0.1);
}
table.dataTable&gt;tbody&gt;tr&gt;td.select-row span:after {
    bottom: -4px;
    left: -8px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 55% 45%;
    line-height: 17px;
    display: none;
    background-color: #ff527f;
    position: absolute;
}
table.dataTable&gt;tbody&gt;tr.selected&gt;td.select-row span:after {
  display: block;
}

.marker-map {
  min-height: 250px;
}

.review-hidden {
  opacity: .5;
}

.dns-priority {
  display: inline-block;
  margin-left: 10px;

  padding: 0px 5px;
  border-radius: 0px;
  border: 1px solid #e2e8f5;
  background-color: #fff;
  color: #1c273c;
}
.dns-priority:hover {
  cursor: pointer;
}
.dark-theme .dns-priority {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  background-color: #1c273c;
}

.pillars {
  overflow: scroll;
  padding: 0px !important;
  height: calc(100vh - 63px - 77px - 1rem - 42px - 2.5rem - 39px); /* Header, Breadcrumb, Breadcrumb margin, controller nav, tools, footer */

}
.pillars &gt; .row {
  transform: scale(1);
  transform-origin: top left;
}
.pillars &gt; .row.animate {
  transition: transform 250ms linear;
}

.pillars .pillar {
  margin-right: 15px;
  margin-left: 15px;

}
.pillars .col-auto {
  position: unset;
}

.pillars .row {
  flex-wrap: nowrap;
}
.pillars .row:not(:has(.col-auto:nth-child(2))) .col-auto {
  width: 100%;
}

.pillar.hide-children .row {
  overflow-x: hidden;
}

.pillars .col-auto {
  text-align: center;
  max-width: unset;
}

.pillars .card {
  margin-bottom: 100px;
  text-align: left;
  display: inline-block;
  cursor: pointer;
  max-width: 350px;
}

.pillars .card.active {
  border: 1px solid #031b4e !important;

}
.dark-theme .pillars .card.active {
  border-color:rgba(255, 255, 255, 0.3) !important;
}

.pillars .card svg {
  position: absolute;
  top: 100%;
}
.pillars .card svg line {
  stroke-width: 1.5px;
}
.pillars .card svg.right {
  left: 50%;
}
.pillars .card svg.left {
  right: 50%;
}

.pillars .toggle-sub-pages i {
  transition: transform 250ms linear;
}
.pillars .card.coming-soon,
.pillars .card.disabled {
  opacity: .66;
}
.pillars .card.disabled .main-contact-info-body {
  filter: blur(2px);
}
.pillars-col {
  overflow: hidden;
}

.page-info {
  position: absolute;
  width: 400px;
  right: -410px;
  height: calc(100% + 40px);
  z-index: 25;
  overflow-y: scroll;
  background-color: #fff;
  padding: .75rem;
}
.page-info-placeholder {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 400px;
  visibility: hidden;
}

.dark-theme .page-info {
  background-color: #2b334a !important;
  -webkit-box-shadow: 5px 7px 26px -5px #030f2d !important;
  box-shadow: 5px 7px 26px -5px #030f2d !important;
}
.drag-scroll {
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.drag-scroll:active{
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/* Inital Icon */
.initial-icon {
  position: relative;
  /* Colors */
  background-color: #e3e7ed;
  color: #596882;

  /* Rounded border */
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin-left: -3px;
  margin-right: 6px;
}

.dark-theme .initial-icon{
  background-color: #1e2740;
  color: rgba(255, 255, 255, 0.4)
}

[class*="bg-"].initial-icon {
  color: #ffffff;
}

.initial-icon .initials {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-weight: bold;
  letter-spacing: .5px;
}

.chat-event-well {
  margin: .5rem 55px;
  text-align: center;
  padding: .5rem;
}

.main-chat-body .combine-with-next .main-img-user {
  visibility: hidden;
  margin-bottom: 0px !important;
}
.main-chat-body .combine-with-next .media-body &gt; div:last-child {
  display: none;
}
.main-chat-body .combine-with-previous {
  margin-top: 0px !important;
}

/* Typing */
.dot {
  display: inline-block;
  width: 7.5px;
  height: 7.5px;
  border-radius: 50%;
  background-color: rgba(255,255,255, .8);
}

.typing .dot:nth-last-child(1) {
  animation: jumpingAnimation 1.2s 0.6s linear infinite;
}
.typing .dot:nth-last-child(2) {
  animation: jumpingAnimation 1.2s 0.3s linear infinite;
}
.typing .dot:nth-last-child(3) {
  animation: jumpingAnimation 1.2s 0s linear infinite;
}

@keyframes jumpingAnimation {
  0 {
    transform: translate(0, 0);
  }
  16% {
    transform: translate(0, -8px);
  }
  33% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.main-msg-wrapper:has(img) {
  padding: 0;
}

#pin-favorite {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

#pin-favorite input {
  display: none;
  font-size: 12px;
  height: 100%;
  padding: 0.25rem;
}
#pin-favorite.pinned input {
  display: block;
}


#pin-favorite i:hover {
  cursor: pointer;
}
#pin-favorite:not(.pinned) i:hover {
  color: #ff527f;
}
#pin-favorite.pinned {
  color: #ff527f;
}
#pin-favorite.pinned i {
  font-weight: 900;
}

.main-sidebar-body .side-menu .slide-separator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;

  color: rgba(255, 255, 255, 0.7);
  background: rgba(0,0,0,0.7);

  position: relative;
  line-height: 1;
  vertical-align: middle;
  font-weight: 500;

  font-size: 12px;
  padding: 4px 14px;
}

.dark-theme .main-sidebar-body .side-menu .slide-separator {
  background: rgba(255, 255, 255, 0.7);
  color: rgba(0,0,0,0.7);
}

.main-sidebar-body .side-menu .side-menu__item .unpin-side-menu-btn {
  display: none;
  padding: 0.75rem;
  margin: -0.75rem;
}

.main-sidebar-body .side-menu .side-menu__item:hover .unpin-side-menu-btn {
  display: block;
}

.fb-btn {
  background: #1877F2;
  border-radius: 5px;
  color: white !important;
  text-align: center;
}

.input-group-btn .btn-icon {
  height: 100%;
}
.input-group-btn .btn-icon i {
  font-size: .95rem;
}
table.dataTable tr.dtrg-group th {
  background-color: rgb(229 229 229);
  text-transform: capitalize;
  text-align: center;
}
table.dataTable.table-sub-rows tr.dtrg-group th {
  position: relative;
  text-align: left;
}
table.dataTable.table-sub-rows tr.dtrg-group th span {
  position: sticky;
  display: block;
  width: 76vw;
  left: 0;
  text-align: center;
}
table.dataTable.table-sub-rows tr.dtrg-group + tr td {
  border-top-width: 1px;
}
.dark-theme table.dataTable tr.dtrg-group th {
  background-color: rgb(40 47 68);
}

table.dataTable.table-sub-rows tr.dtrg-group:has(.hide-group) {
  display: none !important;
}
.dark-theme table.dataTable.table-sub-rows tr.dtrg-group th {
  background-color: rgb(44 51 74);
}


.wizard-refresh-btn {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 12px;
  padding: 1rem;
  margin: -1rem;
}
.wizard-refresh-btn:hover {
  cursor: pointer;
}

.conditionals .logic-col .logic-wrap .logic-cont:nth-child(2) { margin-top: 28px; }
.conditionals .logic-col .logic-wrap .logic-cont:not(:nth-child(2)) { margin-top: 17px; }

.conditionals .conditions-col &gt; .add_container &gt; .row:not(:first-child) label { display: none; }

.conditionals .condition-drag
{
  display: flex;
  justify-content: flex-end;  
}

.dropdown-menu-scroll {
  max-height: 150px;
  overflow-y: scroll;
}

.ul-widget-family {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 25px;
  position: relative;
}
.ul-widget-family:after {
  content: '';
  border-left: 3px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  height: calc(100% - 18.5px);
  top: 3px;
  left: 5px;
}
.ul-widget-family:not(:has(li:last-child.active)):after {
  height: calc(100% - 12.5px);
}
h3 + .ul-widget-family:after {
  height: calc(100% - 7px);
  top: -3px;
}

h3 + .ul-widget-family:not(:has(li:last-child.active)):after {
  height: calc(100% - 4px);
}
.ul-widget-family li {
  padding: 4px 0;
  line-height: 1.2;
}
.ul-widget-family li:last-child {
  padding-bottom: 0;
}
.ul-widget-family li.active {
  position: relative;
  font-size: 1.53125rem;
  font-weight: 500;
}
h3 + .ul-widget-family li.active {
  font-size: 1.15rem;
  font-weight: 400;
}
.ul-widget-family li.active:after {
  content: '';
  border-bottom: 3px solid rgba(255, 255, 255, 0.75);
  position: absolute;
  width: 10px;
  left: -17px;
  top: 15px;

}
h3 + .ul-widget-family li.active:after {
  top: 13px;
}


.dt_show_overflow {
  overflow: unset !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
}
#editable-links-modal.show {
  display: flex !important;
  align-items: center;
}

/* Websockets Styles */
.ws-cursor {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.75;
  z-index: 1000;
  background-color: var(--user-color, #ff527f);
}

.ws-focus {
  box-shadow: 0px 0px 3px 1px var(--user-color, rgba(255, 82, 127, 0.5));
}

.ws-submit-warning {
  border: 1px solid #b72a48;
  border-radius: 5px;
  padding: 5px;
}

.ws-heart-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 1000;
  overflow: visible;
}

.ws-heart {
  position: absolute;
  font-size: 20px;
  transform-origin: center;
  animation-name: bubble;
  animation-timing-function: linear;
  bottom: -24px;
  left: 50%;
}

.active-avatar.ws-sending-love {
  position: relative;
  --ending-x: 100%;
}

.active-avatar.ws-sending-love:before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: '\f004';
  font-size: 12px;
  transform-origin: center;
  animation-name: bubble;
  animation-duration: 2s;
  animation-timing-function: linear;
  bottom: 0;
  left: 0;
  --start-x: 0;
  --ending-x: calc(100% - 12px);
  --ending-y: calc(100% - 12px);
  color: var(--user-color, #ff527f);
}
@keyframes bubble {
  0% {
    transform: scale(1);
    opacity: 1;
    bottom: 0;
    left: var(--start-x, 50%);
  }
  75% {
    transform: scale(1.5);
    opacity: 0.8;
    bottom: 75%;
  }
  100% {
    transform: scale(0);
    opacity: 0;
    bottom: var(--ending-y, 100%);
    left: var(--ending-x, 50%);
  }
}

.group-container
{
  --gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin-bottom: var(--gap);
}

.group-container .dragger-wrap
{
  display: flex;
  justify-content: flex-end;
  align-items: center;  
}

.add-btn-wrap
{
  display: flex;
  justify-content: flex-end;
}

.form-group .label-wrap
{
  display: flex;
  align-items: center;
  margin-bottom: .5rem;
}

.form-group .label-wrap label
{
  margin-bottom: 0;
  width: unset;
}

.form-group .label-wrap .revert_order
{
  margin-left: 1rem;  
}

.form-group .group:not(.override-1):not(.override-0) .power_element { display: none; }
.form-group .group.override-1 .power_element { display: none; }
.form-group .group.override-0 .delete_element { display: none; }

.form-group .group:has(input[name="group_active"][value="1"]) .power_element .fa
{
  transform: rotate(-180deg);
}

.form-group .group .well
{
  transition: border .15s ease-in;
}

.dark-theme .well .well {
  border-color: rgba(204, 204, 204, 0.25);
}

.dropdown-text-el {

}

.dropdown-text-el .input-group {
  width: 100%;
  flex-wrap: nowrap;
}
.dropdown-text-el .input-group .select-input, .dropdown-text-el .input-group .text-input {
  flex-grow: 1;
}
.dropdown-text-el:not(.custom) .input-group .select-input {
  display: block;
}
.dropdown-text-el:not(.custom) .input-group .text-input {
  display: none;
}
.dropdown-text-el.custom .input-group .select-input {
  display: none;
}
.dropdown-text-el.custom .input-group .text-input {
  display: block;
}
.dropdown-text-el .input-group .input-group-btn .dropdown-text-toggle i.rotate {
  transition: transform 0.5s;
  transform: rotate(180deg);
}
.dropdown-text-el .input-group .input-group-btn .dropdown-text-toggle i:not(.rotate) {
  transform: rotate(0deg);
  transition: transform 0.5s;
}






/* Sub Rows */




/* Handling my own borders and scrolling */ 
.dt-scroll-container {
  overflow: auto;
  width: 100%;
  position: relative;
}
.dt-scroll-container:has(.table-sub-rows),
.dt-scroll:has(.table-sub-rows) {
  border: 1px solid #e3e7ed;
}

.dark-theme .dt-scroll-container:has(.table-sub-rows),
.dark-theme .dt-scroll:has(.table-sub-rows) {
  border-color: #424960;
}
.dt-scroll-container table.table-bordered {
  border: 0;
}
.table-sub-rows {
  border-collapse: separate;
}
.table-sub-rows,
.table-sub-rows td,
.table-sub-rows th {
  border: 0;
}
.table-sub-rows th {
  background-color: #fff;
  border-bottom: 1px solid #e3e7ed;
}
.table-sub-rows th:not(:last-child) {
  border-right: 1px solid #e3e7ed ;
}
.table-sub-rows tr:not(:last-child) td {
  border-bottom: 1px solid #e3e7ed;
}
.table-sub-rows td:not(:last-child) {
  border-right: 1px solid #e3e7ed;
}

.dark-theme .table-sub-rows th {
  background-color: #2b334a;
  border-bottom: 1px solid #424960;
}
.dark-theme .table-sub-rows th:not(:last-child) {
  border-color: #424960;
}
.dark-theme .table-sub-rows tr:not(:last-child) td {
  border-color: #424960;
}
.dark-theme .table-sub-rows td:not(:last-child) {
  border-color: #424960;
}

/* .table-sub-rows td:first-child,
.table-sub-rows th:first-child  {
  position: sticky !important;
  left: 0;
  z-index: 10;
} 

.dark-theme .table-sub-rows td:first-child {
  background-color: #2c334a;
} */

.table .percent-change {
  white-space: nowrap;
}


td:has(.sub-row-toggle):hover {
  cursor: pointer;
}
.sub-row-toggle {
  float: right;;
}
.sub-row-open .sub-row-toggle i {
  transform: rotate(180deg);
}


table.dataTable thead tr&gt;.dtfc-fixed-start, 
table.dataTable thead tr&gt;.dtfc-fixed-end, 
table.dataTable tfoot tr&gt;.dtfc-fixed-start, 
table.dataTable tfoot tr&gt;.dtfc-fixed-end {
  background-color: #ffffff;
}
table.table-sub-rows,
table.table-sub-rows th,
table.table-sub-rows td {
  /* border-color: rgb(66, 73, 96) !important; */
}
.sub-row-1 td:nth-child(1), 
.sub-row-2 td:nth-child(-n+2),
.sub-row-3 td:nth-child(-n+3),
.sub-row-4 td:nth-child(-n+4),
.sub-row-5 td:nth-child(-n+5),
.sub-row-6 td:nth-child(-n+6),
.sub-row-7 td:nth-child(-n+7),
.sub-row-8 td:nth-child(-n+8),
.sub-row-9 td:nth-child(-n+9),
.sub-row-10 td:nth-child(-n+10) {
  border-bottom-width: 0 !important; 
  background-color: #ffffff !important;
}
.sub-row-1:has(+:not(.sub-row)) td:nth-child(1),
.sub-row-2:has(+:not(.sub-row)) td:nth-child(-n+2),
.sub-row-2:has(+.sub-row-1) td:nth-child(2),

.sub-row-3:has(+:not(.sub-row)) td:nth-child(-n + 3),
.sub-row-3:has(+.sub-row-1) td:nth-child(n + 2),
.sub-row-3:has(+.sub-row-2) td:nth-child(3) {
  border-bottom-width: 1px !important; 
}
table.dataTable tbody tr&gt;.dtfc-fixed-start, 
table.dataTable tbody tr&gt;.dtfc-fixed-end {
  background-color: #ffffff ;

}

/* Bottom level color */ 
.table-sub-rows  tr.sub-row {
  background-color: #ffffff; 
}

/* 2 Levels Deep */
.table-sub-rows:has(.sub-row-1) tr.has-sub-rows:not(.sub-row),
.table-sub-rows:has(.sub-row-1) tr:not(.sub-row),
.table-sub-rows:has(.sub-row-1) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-start,
.table-sub-rows:has(.sub-row-1) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-end {
  background-color: #F8F8F8 ;
}

/* 3 Levels Deep */ 
.table-sub-rows:has(.sub-row-2) tr.has-sub-rows:not(.sub-row),
.table-sub-rows:has(.sub-row-2) tr:not(.sub-row),
.table-sub-rows:has(.sub-row-2) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-start,
.table-sub-rows:has(.sub-row-2) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-end {
  background-color: #F1F1F1;
}
.table-sub-rows:has(.sub-row-2)  tr.sub-row-1,
.table-sub-rows:has(.sub-row-2)  tr.sub-row-1 &gt;.dtfc-fixed-start, 
.table-sub-rows:has(.sub-row-2)  tr.sub-row-1 &gt;.dtfc-fixed-end  {
  background-color: #F8F8F8;
}

/* 4 Or More Levels Deep */ 
.table-sub-rows:has(.sub-row-3) tr.has-sub-rows:not(.sub-row),
.table-sub-rows:has(.sub-row-3) tr:not(.sub-row),
.table-sub-rows:has(.sub-row-3) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-start,
.table-sub-rows:has(.sub-row-3) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-end {
  background-color: #e7e7e7 ;
}

.table-sub-rows:has(.sub-row-3)  tr.sub-row-1,
.table-sub-rows:has(.sub-row-3)  tr.sub-row-1 &gt;.dtfc-fixed-start,
.table-sub-rows:has(.sub-row-3)  tr.sub-row-1 &gt;.dtfc-fixed-end  {
  background-color: #F1F1F1;
}
.table-sub-rows:has(.sub-row-3)  tr.sub-row-2,
.table-sub-rows:has(.sub-row-3)  tr.sub-row-2 &gt;.dtfc-fixed-start,
.table-sub-rows:has(.sub-row-3)  tr.sub-row-2 &gt;.dtfc-fixed-end  {
  background-color: #F8F8F8;
}



/* Dark Theme */ 
.dark-theme table.dataTable thead tr&gt;.dtfc-fixed-start, 
.dark-theme table.dataTable thead tr&gt;.dtfc-fixed-end, 
.dark-theme table.dataTable tfoot tr&gt;.dtfc-fixed-start, 
.dark-theme table.dataTable tfoot tr&gt;.dtfc-fixed-end {
  background-color: #2b334a;
}
.dark-theme table.table-sub-rows,
.dark-theme table.table-sub-rows th,
.dark-theme table.table-sub-rows td {
  /* border-color: rgb(66, 73, 96) !important; */
}
.dark-theme .sub-row-1 td:nth-child(1), 
.dark-theme .sub-row-2 td:nth-child(-n+2),
.dark-theme .sub-row-3 td:nth-child(-n+3),
.dark-theme .sub-row-4 td:nth-child(-n+4),
.dark-theme .sub-row-5 td:nth-child(-n+5),
.dark-theme .sub-row-6 td:nth-child(-n+6),
.dark-theme .sub-row-7 td:nth-child(-n+7),
.dark-theme .sub-row-8 td:nth-child(-n+8),
.dark-theme .sub-row-9 td:nth-child(-n+9),
.dark-theme .sub-row-10 td:nth-child(-n+10) {
  background-color: #2b334a !important;
}

.dark-theme table.dataTable tbody tr&gt;.dtfc-fixed-start, 
.dark-theme table.dataTable tbody tr&gt;.dtfc-fixed-end {
  background-color: #2b334a ;
}

/* Bottom level color */ 
.dark-theme .table-sub-rows  tr.sub-row {
  background-color: #2b334a; 
}

/* 2 Levels Deep */
.dark-theme .table-sub-rows:has(.sub-row-1) tr.has-sub-rows:not(.sub-row),
.dark-theme .table-sub-rows:has(.sub-row-1) tr:not(.sub-row),
.dark-theme .table-sub-rows:has(.sub-row-1) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-start,
.dark-theme .table-sub-rows:has(.sub-row-1) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-end {
  background-color: #2E374F;
}

/* 3 Levels Deep */ 
.dark-theme .table-sub-rows:has(.sub-row-2) tr.has-sub-rows:not(.sub-row),
.dark-theme .table-sub-rows:has(.sub-row-2) tr:not(.sub-row),
.dark-theme .table-sub-rows:has(.sub-row-2) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-start,
.dark-theme .table-sub-rows:has(.sub-row-2) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-end {
  background-color: #313A52;
}
.dark-theme .table-sub-rows:has(.sub-row-2)  tr.sub-row-1,
.dark-theme .table-sub-rows:has(.sub-row-2)  tr.sub-row-1 &gt;.dtfc-fixed-start, 
.dark-theme .table-sub-rows:has(.sub-row-2)  tr.sub-row-1 &gt;.dtfc-fixed-end  {
  background-color: #2E374F;
}

/* 4 Or More Levels Deep */ 
.dark-theme .table-sub-rows:has(.sub-row-3) tr.has-sub-rows:not(.sub-row),
.dark-theme .table-sub-rows:has(.sub-row-3) tr:not(.sub-row),
.dark-theme .table-sub-rows:has(.sub-row-3) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-start,
.dark-theme .table-sub-rows:has(.sub-row-3) tr.has-sub-rows:not(.sub-row) &gt;.dtfc-fixed-end {
  background-color: #343d56;
}

.dark-theme .table-sub-rows:has(.sub-row-3)  tr.sub-row-1,
.dark-theme .table-sub-rows:has(.sub-row-3)  tr.sub-row-1 &gt;.dtfc-fixed-start,
.dark-theme .table-sub-rows:has(.sub-row-3)  tr.sub-row-1 &gt;.dtfc-fixed-end  {
  background-color: #313A52;
}
.dark-theme .table-sub-rows:has(.sub-row-3)  tr.sub-row-2,
.dark-theme .table-sub-rows:has(.sub-row-3)  tr.sub-row-2 &gt;.dtfc-fixed-start,
.dark-theme .table-sub-rows:has(.sub-row-3)  tr.sub-row-2 &gt;.dtfc-fixed-end  {
  background-color: #2E374F;
}


.dt-processing {
  display: none !important;
}

.heatmap-legend {
  position: absolute;
  top: 25%;
  height: 50%;
  right: 10px;
  width: 20px; 
}

.heatmap-tooltip {
  top: attr(data-top px) !important;
  white-space: nowrap;
}
.group-collapse .collapsable
{
  max-height: 75px;
  overflow: hidden;
  transition: .2s ease-in;
}

.group-collapse .collapsable.active
{
  max-height: 1500px;
}

.group-collapse &gt; .col-auto i
{
  transition: .1s ease-in;
  margin-top: 43px;
}

.group-collapse &gt; .col-auto i:hover
{
  cursor: pointer;
}

.group-collapse:has(.collapsable.active) &gt; .col-auto i
{
  transform: rotate(180deg);
}
@media (min-width: 1200px) or (max-width: 991px) {
  .conversation-info {
    margin-top: -10px;
    padding-left: calc(35px + 1.5rem);
  }
}
.nowrap {
  white-space: nowrap;
}</pre></body></html>