﻿@import url("https://fonts.googleapis.com/css?family=Nunito:400,600,700");
html,
body {
  min-height: 100%;
  height: 100%;
  background-color: #f2f1f7;
  overflow-x: hidden;
}
html a,
body a {
  text-decoration: none;
  cursor: pointer;
  color: #1b0516;
}
html a:hover,
body a:hover {
  text-decoration: none;
  color: #1b0516;
}

.wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: row;
}

.form-control {
  color: #1b0516;
}
.form-control-file {
  border: 0 none;
  padding: 0;
  box-shadow: none;
}

.blazored-typeahead {
  color: #1b0516;
  background-color: var(--white);
}

@font-face {
  font-family: "Aeonik Air";
  src: url("/fonts/aeonik/Aeonik-Air.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-Air.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-Black.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-BoldItalic.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik Air";
  src: url("/fonts/aeonik/Aeonik-AirItalic.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-AirItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-Bold.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-BlackItalic.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-Thin.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-RegularItalic.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-MediumItalic.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-LightItalic.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-ThinItalic.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-Light.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-Medium.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Aeonik";
  src: url("/fonts/aeonik/Aeonik-Regular.woff2") format("woff2"), url("/fonts/aeonik/Aeonik-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  src: url("/fonts/materialsymbols.woff2") format("woff2");
  font-display: block;
}
body {
  font-size: 16px !important;
  font-family: "Aeonik", "Lato", sans-serif !important;
  color: #1b0516 !important;
}

button .material-symbols-rounded {
  font-size: 0.9rem;
}

.material-symbols-rounded.md-13 {
  font-size: 13px;
  width: 13px;
}
.material-symbols-rounded.md-18 {
  font-size: 18px;
  width: 18px;
}
.material-symbols-rounded.md-24 {
  font-size: 24px;
  width: 24px;
}
.material-symbols-rounded.md-32 {
  font-size: 32px;
  width: 32px;
}
.material-symbols-rounded.md-36 {
  font-size: 36px;
  width: 36px;
}
.material-symbols-rounded.md-48 {
  font-size: 48px;
  width: 48px;
}
.material-symbols-rounded.md-mirrored {
  transform: scaleX(-1);
}
.material-symbols-rounded.md-fill {
  font-variation-settings: "FILL" 1;
}

.material-symbols-rounded.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-symbols-rounded.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-symbols-rounded.md-light {
  color: rgb(255, 255, 255);
}

.material-symbols-rounded.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

td .material-symbols-rounded {
  line-height: inherit;
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.btn {
  border-radius: 5px;
  min-width: 150px;
  min-height: 41px;
  font-size: 16px;
  white-space: nowrap;
}
.btn.btn-icon-only {
  min-width: initial;
}
.btn-primary {
  background-color: #428bca;
  color: #fff;
}
.btn-primary:disabled {
  background-color: #bdc3c7;
  border-color: #bdc3c7;
  pointer-events: none;
  cursor: not-allowed;
}

.azure-login-button {
  border: none;
  background: #2f2f2f;
  min-height: 41px;
  min-width: 100%;
  cursor: pointer;
}

#messageContainer {
  position: absolute;
  right: 0;
  z-index: 3;
}

.panel {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  padding-left: 20px;
  padding-right: 20px;
}
.panel > :first-child {
  padding: 0;
}
.panel > :not(:first-child) {
  padding: 20px 0px 20px 0px;
}
.panel.border-none {
  border: none;
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
}
.panel.border-none * {
  border: none;
}
.panel .panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel .panel-header .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 400;
  padding: 10px;
  font-size: 18px;
  color: #333333;
}
.panel .panel-header span, .panel .panel-header a, .panel .panel-header form {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #333333;
}
.panel .panel-header form {
  width: 50%;
}
.panel .panel-header .title-big {
  font-size: 22px;
}
.panel .panel-header .btn:not(.btn-link) {
  color: #fff;
}
.panel .panel-body {
  border-top: 1px solid #d6d6d6;
  overflow-y: auto;
  max-height: 50vh;
}
.panel .panel-body .panel-row .material-symbols-rounded {
  color: #1b0516;
}
.panel .panel-body .panel-row .material-symbols-rounded:hover {
  color: #000000;
}
.panel .panel-body .panel-row a {
  text-decoration: none;
  color: #1b0516;
}
.panel .panel-body .panel-row i {
  visibility: hidden;
}
.panel .panel-body .panel-row p a:first-child, .panel .panel-body .panel-row p span:first-child, .panel .panel-body .panel-row p report:first-child {
  display: inline-block;
  width: calc(100% - 48px);
  z-index: 1;
}
.panel .panel-body .panel-row p a a ~ a, .panel .panel-body .panel-row p span a ~ a, .panel .panel-body .panel-row p report a ~ a {
  display: block;
  z-index: 2;
}
.panel .panel-body .panel-row.stretched-link-container {
  cursor: pointer;
  position: relative;
}
.panel .panel-body .panel-row:hover, .panel .panel-body .panel-row .active {
  background-color: #E7EBF2;
  color: #27487a;
}
.panel .panel-body .panel-row:hover i, .panel .panel-body .panel-row .active i {
  visibility: visible;
  position: relative;
  top: 0;
  z-index: 2;
}
.panel .panel-body .panel-row > *, .panel .panel-body .panel-row form > * {
  color: #1b0516;
  margin-bottom: 0;
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.panel .panel-body .panel-row > *.border-none, .panel .panel-body .panel-row form > *.border-none {
  border: none;
}
.panel .panel-body::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.panel .panel-body::-webkit-scrollbar-thumb {
  border: 2px solid #261121;
}
.panel .panel-footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.box-content {
  background-color: white;
  border: 1px solid #d6d6d6;
  padding: 20px;
}

.report-header {
  padding: 20px;
  font-size: 12px;
  border-bottom: 1px solid #efefef;
}
.report-header h1 {
  font-weight: 600;
}

.main-container.custom-nav {
  max-height: 100vh;
  overflow: hidden;
  padding-top: 80px !important;
}

.custom-nav .report-header {
  background: #ffffff;
  min-height: 64px;
  padding: 0;
  position: absolute;
  width: calc(100% - 75px);
  top: 0;
}

.custom-navigation {
  width: 25%;
  min-width: 300px;
  max-width: 340px;
  padding-bottom: 110px;
  border-right: 1px solid #d6d6d6;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  justify-content: space-between;
  display: flex;
  flex-flow: column;
}
.custom-navigation .back-button {
  display: none;
  font-size: 2rem;
  display: inline-block;
  align-self: flex-start;
}
.custom-navigation .back-button:hover:not(.active), .custom-navigation .back-button:focus:not(.active) {
  color: #187bfc;
  background-color: transparent;
}
.custom-navigation .back-button:after {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e313";
  padding: 1px 2px;
  transform: rotate(90deg);
  display: inline-block;
}
.custom-navigation .bottom-nav {
  bottom: 0;
  padding: 17px;
}
.custom-navigation #reportNavigation {
  list-style-type: none;
  margin: 0;
  padding: 0 17px;
}
.custom-navigation #reportNavigation > li > a,
.custom-navigation #reportNavigation > li > span,
.custom-navigation #reportNavigation > li > .divider,
.custom-navigation #reportNavigation > li .dropdown-menu > span span {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  font-size: 18px;
  color: #877c86;
  position: relative;
}
.custom-navigation #reportNavigation > li > a:hover:not(.active), .custom-navigation #reportNavigation > li > a:focus:not(.active),
.custom-navigation #reportNavigation > li > span:hover:not(.active),
.custom-navigation #reportNavigation > li > span:focus:not(.active),
.custom-navigation #reportNavigation > li > .divider:hover:not(.active),
.custom-navigation #reportNavigation > li > .divider:focus:not(.active),
.custom-navigation #reportNavigation > li .dropdown-menu > span span:hover:not(.active),
.custom-navigation #reportNavigation > li .dropdown-menu > span span:focus:not(.active) {
  color: #ff532a;
  background-color: transparent;
  cursor: pointer;
}
.custom-navigation #reportNavigation > li > a.active:not(.has-subpages),
.custom-navigation #reportNavigation > li > span.active:not(.has-subpages),
.custom-navigation #reportNavigation > li > .divider.active:not(.has-subpages),
.custom-navigation #reportNavigation > li .dropdown-menu > span span.active:not(.has-subpages) {
  color: #ff532a;
  background-color: #ffffff;
  border-radius: 0px 8px 8px 8px;
}
.custom-navigation #reportNavigation > li > a.has-subpages:before,
.custom-navigation #reportNavigation > li > span.has-subpages:before,
.custom-navigation #reportNavigation > li > .divider.has-subpages:before,
.custom-navigation #reportNavigation > li .dropdown-menu > span span.has-subpages:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e409";
  padding: 0 2px;
}
.custom-navigation #reportNavigation > li > a.report-bookmark:before,
.custom-navigation #reportNavigation > li > span.report-bookmark:before,
.custom-navigation #reportNavigation > li > .divider.report-bookmark:before,
.custom-navigation #reportNavigation > li .dropdown-menu > span span.report-bookmark:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e866";
  padding: 0 2px;
}
.custom-navigation #reportNavigation > li > a,
.custom-navigation #reportNavigation > li > span {
  color: #000000;
}
.custom-navigation #reportNavigation > li.show {
  position: relative;
}
.custom-navigation #reportNavigation > li .dropdown-menu {
  padding: 0;
  padding-left: 15px;
  margin-bottom: 10px;
  background-color: transparent;
  border: 0 none;
  box-shadow: none;
  position: relative;
  float: none;
}
.custom-navigation #reportNavigation > li .dropdown-menu > span span {
  padding: 0.5rem 0.8rem;
  text-align: left;
  margin-left: 20px;
  border-top: 1px solid #efefef;
  width: calc(100% - 20px);
}
.custom-navigation #reportNavigation > li .dropdown-menu > span span.has-subpages:after {
  right: 0.5rem;
  transform: rotate(270deg);
}
.custom-navigation #reportNavigation > li .dropdown-menu > span {
  position: relative;
}
.custom-navigation #reportNavigation > li .dropdown-menu > span > span {
  border-top: 0 none;
}
.custom-navigation #reportNavigation > li .dropdown-menu > span > .dropdown-submenu {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  left: 160px;
  top: 0;
}
.custom-navigation #reportNavigation > li .dropdown-menu > span:hover > .dropdown-submenu {
  display: block;
}
.custom-navigation #reportNavigation > li .divider {
  margin-top: 15px;
  display: block;
  cursor: default !important;
}
.custom-navigation #reportNavigation > li .divider:hover {
  color: #877c86 !important;
}

.embed-area {
  clear: both;
  width: 100%;
  height: 100%;
}

.iframe-container {
  min-width: 100%;
  height: 100%;
}
.iframe-container iframe {
  border: none;
  width: 1px;
  min-width: 100%;
}
.iframe-container.new-nav {
  height: calc(100% - 5px);
  margin: 5px 9px 0;
  min-width: initial;
}
@media (min-width: 1200px) {
  .iframe-container.new-nav {
    margin: 5px 17px 0;
  }
}
@media (min-width: 1922px) {
  .iframe-container.new-nav {
    margin: 5px 33px 0;
  }
}

.btn-group {
  float: right;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 20px;
}
.btn-group > a {
  white-space: nowrap;
}
.btn-group .btn:focus {
  outline: 0;
}
.btn-group .dropdown-menu a {
  background-position: 15px 50%;
  background-size: 15px 15px;
  background-repeat: no-repeat;
}
.btn-group .dropdown-menu a:hover {
  background-color: #ddd;
}
.btn-group .dropdown-menu a.active {
  background-color: #aaa;
}
.btn-group .dropdown-menu a.fullscreen {
  background-image: url("/images/full-screen.png");
}
.btn-group .dropdown-menu a.fit-to-page {
  background-image: url("/images/fit-page.png");
}
.btn-group .dropdown-menu a.fit-to-width {
  background-image: url("/images/fit-weight-2.png");
}
.btn-group .dropdown-menu a.actual-size {
  background-image: url("/images/actual.png");
}
.btn-group .dropdown-menu a > span {
  display: inline-block;
  padding-left: 20px;
}

.dropdown-toggle::after {
  content: none;
}

.custom-nav .report-header {
  height: 80px;
}
.custom-nav .report-header .funnel .funnel-waitbox {
  z-index: 2000;
}
.custom-nav .report-header .funnel .form-group {
  margin-bottom: 0;
}
.custom-nav .report-header .funnel .filter-nav {
  align-items: center;
  justify-content: end;
  height: 100%;
  padding: 10px 25px 10px 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  max-height: 80px;
  z-index: 1;
  position: relative;
  display: flex;
}
.custom-nav .report-header .funnel .filter-nav .form-field {
  display: contents;
}
@media (max-width: 1230px) {
  .custom-nav .report-header .funnel .filter-nav #Button-2 {
    display: none;
  }
}
@media (max-width: 995px) {
  .custom-nav .report-header .funnel .filter-nav #Device1_Id-1 {
    display: none;
  }
}
@media (max-width: 755px) {
  .custom-nav .report-header .funnel .filter-nav #MeasurementSet1_Id-1 {
    display: none;
  }
}
.custom-nav .report-header .funnel .form-field-radio .custom-control-label {
  padding-top: 3px;
}
.custom-nav .report-header .funnel .custom-control-label {
  cursor: pointer;
}
.custom-nav .report-header .funnel .title-report {
  width: 25%;
  min-height: 80px;
  min-width: 300px;
  max-width: 340px;
  border-right: 1px solid #d6d6d6;
  display: flex;
}
.custom-nav .report-header .funnel .title-report > .row-container {
  align-items: center;
  width: 100%;
  flex-flow: row;
}
.custom-nav .report-header .funnel .title-report > .form-field {
  width: 50%;
}
.custom-nav .report-header .funnel .title-report .form-field-content-h3 {
  flex: 0 0 80%;
}
.custom-nav .report-header .funnel .title-report .form-field-content-h3 h3 {
  font-size: 18px;
  margin: 0;
  padding-left: 30px;
}
.custom-nav .report-header .funnel .title-report .form-field-button {
  flex: 0 0 20%;
}
.custom-nav .report-header .funnel .title-report .form-field-button .orange-ball {
  border-radius: 50%;
  border: 0 none;
  background-color: #ff532a;
  color: #fff;
  width: 32px;
  height: 32px;
  min-width: unset;
  min-height: unset;
  line-height: 0;
  position: relative;
}
.custom-nav .report-header .funnel .title-report .form-field-button .orange-ball:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5d3";
  color: #fff;
  margin-right: -2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.custom-nav .report-header .funnel .form-field label.col-form-label {
  font-size: 14px;
  font-weight: 500;
  margin-right: -20px;
}
.custom-nav .report-header .funnel .form-field .form-control-static {
  background-color: #f2f1f7;
  padding: 5px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .btn-group {
  background-color: #f2f1f7;
  padding: 5px;
  border-radius: 5px;
  font-weight: 500;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  background-color: white;
  border-radius: 5px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 1px;
  color: #000000;
  min-width: unset;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .btn-group > .btn:not(:last-child):not(.dropdown-toggle):before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e8df";
  padding-right: 5px;
  color: #ff532a;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .btn-group > .btn:not(:first-child) {
  background-color: transparent;
  border-radius: 0;
  border: 0 none;
  min-width: unset;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .btn-group > .btn:not(:first-child):before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cf";
  color: #000000;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .btn-group .btn-primary {
  font-size: 14px;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu {
  padding: 15px;
  min-width: 236px;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu .dropdown-item {
  padding: 5px;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu .custom-control-label {
  width: 100%;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu .custom-control-label .form-check-label {
  display: flex;
  width: 100%;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu .custom-control-label:before, .custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu .custom-control-label:after {
  content: unset;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu .custom-control-input:checked ~ .custom-control-label {
  color: #ff532a;
}
.custom-nav .report-header .funnel .form-field.form-field-select.sets .dropdown-menu .custom-control-input:checked ~ .custom-control-label > span:after {
  content: "selected";
  color: #000000;
  opacity: 0.5;
  margin-left: auto;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .radio-container {
  background-color: #f2f1f7;
  padding: 5px;
  border-radius: 5px;
  display: flex;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio {
  padding-left: 0;
  min-width: 46px;
  height: 42px;
  display: flex;
  align-content: center;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label {
  height: 38px;
  display: flex;
  align-content: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  opacity: 0.5;
  padding-top: 0;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label span {
  align-self: center;
  padding: 0 10px;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label span:before {
  color: #000000;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 9px;
}
@media (max-width: 1440px) {
  .custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label span:not(.form-check-label-1) {
    font-size: 0;
  }
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label span.form-check-label-2 {
  padding-left: 42px;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label span.form-check-label-2:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e30c";
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label span.form-check-label-3 {
  padding-left: 42px;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label span.form-check-label-3:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e32c";
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label::before, .custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-label::after {
  content: unset;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-input:checked ~ .custom-control-label {
  background-color: white;
  border-radius: 5px;
  color: #000000;
  opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 1px;
}
.custom-nav .report-header .funnel .form-field.form-field-radio.devices .custom-radio .custom-control-input:checked ~ .custom-control-label > span:before {
  color: #ff532a;
}
.custom-nav .report-header .funnel .form-field.form-field-range .ui-slider-horizontal {
  margin: 10px 0 20px;
  height: 0.3em;
}
.custom-nav .report-header .funnel .form-field.form-field-range .ui-slider-horizontal .ui-slider-handle {
  top: -0.45em;
}
.custom-nav .report-header .funnel .form-field.form-field-range .ui-widget.ui-widget-content {
  background-color: #adb5bd;
}
.custom-nav .report-header .funnel .form-field.form-field-range .ui-widget-header {
  border-color: #000000;
  background-color: #000000;
}
.custom-nav .report-header .funnel .form-field.form-field-range .ui-state-default,
.custom-nav .report-header .funnel .form-field.form-field-range .ui-widget-content .ui-state-default,
.custom-nav .report-header .funnel .form-field.form-field-range .ui-widget-header .ui-state-default {
  border-color: #ff532a;
  background: #ff532a;
}
.custom-nav .report-header .funnel .form-field.form-field-range .ui-slider .min,
.custom-nav .report-header .funnel .form-field.form-field-range .ui-slider .max {
  margin-top: 10px;
  font-weight: bold;
  font-family: "Aeonik", "Lato", sans-serif;
}
.custom-nav .report-header .funnel .form-field.filters .btn-primary {
  background-color: #f2f1f7;
  border: 0 none;
  padding: 5px 10px;
  border-radius: 5px;
  height: 52px;
  color: #79787b;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.custom-nav .report-header .funnel .form-field.filters .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 83, 42, 0.5);
}
.custom-nav .report-header .funnel .form-field.filters .btn-primary:before, .custom-nav .report-header .funnel .form-field.filters .btn-primary:after {
  font-size: 20px;
}
.custom-nav .report-header .funnel .form-field.filters .btn-primary:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ef4f";
}
.custom-nav .report-header .funnel .form-field.filters.active .btn-primary:before {
  content: unset;
}
.custom-nav .report-header .funnel .form-field.filters.active .btn-primary:after {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5d3";
}
.custom-nav .report-header .funnel .form-field.filters.active .btn-primary > span {
  background-color: #ff532a;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 2px 1px;
  border-radius: 5px;
  display: inline-block;
  padding: 10px;
  margin-right: 5px;
}
.custom-nav .report-header .funnel .form-field.filters.coming-soon .btn-primary {
  background: transparent;
  border: 2px dashed #efefef;
  color: #877c86;
}
.custom-nav .report-header .funnel .form-field.filters.coming-soon .btn-primary:before {
  content: unset;
}
.custom-nav .report-header .funnel .popup-overlay {
  z-index: 1001;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content {
  overflow: hidden;
  border: 0 none;
  border-radius: 15px;
  border-top-left-radius: 0;
  padding: 40px;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .funnel-sublayout, .custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-fields {
  height: 100%;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-fields > .form-field .content-container {
  margin-bottom: 50px;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-radio {
  overflow-y: auto;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-radio.has-muliple-types.true {
  max-height: calc(100% - 250px);
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .row-container-overflow {
  height: calc(100% - 140px);
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .row-container-overflow .col {
  max-height: 100%;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button .btn.btn-primary {
  border-color: #ff532a;
  background-color: #ff532a;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button .btn.btn-primary:hover, .custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button .btn.btn-primary:focus {
  background-color: #c32600;
  border-color: #901c00;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button .btn.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 83, 42, 0.25);
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button .btn.btn-primary .btn-primary:not(:disabled):active {
  background-color: #ffa590;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button .btn.btn-primary .btn-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 83, 42, 0.25);
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button.form-field-button-outline-secondary .btn.btn-primary {
  color: #6c757d;
  border-color: #6c757d;
  background-color: transparent;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button.form-field-button-outline-secondary .btn.btn-primary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button.form-field-button-outline-secondary .btn.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button.form-field-button-outline-secondary .btn.btn-primary:not(:disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.custom-nav .report-header .funnel .popup-overlay .funnel-sublayout-content .form-field-button.form-field-button-outline-secondary .btn.btn-primary:not(:disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content {
  background-color: #1b0516;
  color: #fff;
  height: calc(100vh - 200px);
  min-height: 400px;
  max-width: 1250px;
  min-width: 780px;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .close, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .close {
  display: none;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio {
  max-height: calc(100% - 36px);
  overflow-x: hidden;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: #1b0516 #503652;
  /* Works on Chrome, Edge, and Safari */
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio::-webkit-scrollbar, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio::-webkit-scrollbar {
  width: 12px;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio::-webkit-scrollbar-track, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio::-webkit-scrollbar-track {
  background: #503652;
  border-radius: 20px;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio::-webkit-scrollbar-thumb, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio::-webkit-scrollbar-thumb {
  background-color: #1b0516;
  border-radius: 20px;
  border: 3px solid #503652;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio .custom-radio .custom-control-label, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio .custom-radio .custom-control-label {
  display: inline-block;
  width: calc(100% - 20px);
  padding: 10px 20px;
  margin: 5px 10px;
  border: 2px solid #503652;
  border-radius: 10px;
  font-size: 120%;
  text-align: center;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio .custom-radio .custom-control-label::before, .custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio .custom-radio .custom-control-label::after, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio .custom-radio .custom-control-label::before, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio .custom-radio .custom-control-label::after {
  content: none;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-radio .custom-control-input:checked ~ .custom-control-label, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-radio .custom-control-input:checked ~ .custom-control-label {
  background-color: #503652;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field h4.content-container, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field h4.content-container {
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 10px;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field h4.content-container::before, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field h4.content-container::before {
  content: "";
  background: url("/images/home-icon.png") no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-button .col-12, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-button .col-12 {
  display: flex;
  padding: 15px;
  justify-content: flex-end;
}
.custom-nav .report-header .funnel .popup-overlay.SelectStudy .funnel-sublayout-content .form-field-button .btn.btn-primary, .custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content .form-field-button .btn.btn-primary {
  border-radius: 30px;
}
.custom-nav .report-header .funnel .popup-overlay.SelectTracker .funnel-sublayout-content {
  height: calc(100vh - 450px);
  min-height: 620px;
  width: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  right: unset;
  transform: translate(-50%, -50%);
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content {
  background-color: #f2f1f7;
  max-width: 1200px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .close::before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cd";
  color: #23091c;
  font-size: 120%;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content h2 {
  font-size: 22px;
  font-weight: normal;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content h4, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content h5 {
  font-size: 16px;
  font-weight: 500;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .col-auto > .col-12 {
  padding: 0;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .orange-text {
  font-size: 16px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .arrow-icon .content-container {
  margin-bottom: 10px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .arrow-icon .content-container::before {
  content: "";
  background: url("/images/home-icon.png") no-repeat;
  background-size: 17px;
  display: inline-block;
  width: 17px;
  height: 17px;
  transform: rotate(90deg);
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .header {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .header .content-container {
  margin: 20px 0;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .plus-icon .content-container, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .plus-icon .btn,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .people-icon .content-container,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .people-icon .btn,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .desktop-icon .content-container,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .desktop-icon .btn,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .content-container,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .btn {
  position: relative;
  padding-left: 30px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .plus-icon .content-container:before, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .plus-icon .btn:before,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .people-icon .content-container:before,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .people-icon .btn:before,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .desktop-icon .content-container:before,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .desktop-icon .btn:before,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .content-container:before,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .btn:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e148";
  color: #ff532a;
  font-size: 20px;
  position: absolute;
  top: -2px;
  left: 0;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .plus-icon .content-container:before {
  content: "\e148";
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .people-icon .content-container:before {
  content: "\ea21";
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .desktop-icon .content-container:before {
  content: "\e30c";
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .btn:before {
  content: "\e042";
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .btn {
  min-width: 120px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .btn:before {
  color: #877c86;
  left: 20px;
  top: 8px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .btn:hover:before, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .revert-icon .btn:active:before {
  color: #fff;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .filter-note {
  margin-left: 6px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .filter-note .content-container {
  font-size: 16px;
  color: #1B0516;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .sample-size-container {
  margin: 20px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container .row-container,
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .sample-size-container .row-container {
  overflow: hidden;
  border-radius: 15px;
  border-top-left-radius: 0;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container {
  position: relative;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container:after {
  bottom: 100%;
  top: 25px;
  right: -8px;
  border: 10px solid #1b0516;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  backface-visibility: hidden;
  margin-left: 1px;
  transform: rotate(45deg);
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container .row-container {
  border: 1px solid #e5ddeb;
  background-color: #ffffff;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container .row-container > .form-group {
  border: 1px solid #e4ddea;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container .row-container > .form-group > .form-field {
  padding: 0 20px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container .row-container > .form-group > .form-field:last-child {
  padding-bottom: 20px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container .row-container > .form-group:first-child .header:before {
  content: " ";
  position: absolute;
  right: -2px;
  z-index: 300;
  border: 1px solid #4f384a;
  height: 100%;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .input-container .header {
  background-color: #1b0516;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .sample-size-container {
  margin-right: -15px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .sample-size-container .row-container {
  background: #ebe7f1;
  height: 100%;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .sample-size-container .row-container .header {
  background-color: #e3dcea;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .form-field label.col-form-label {
  padding-top: calc(0.375rem + 15px);
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 83, 42, 0.25);
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .custom-checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ffd3c7;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
  padding: 2px;
  background-clip: content-box; /* support: IE9+ */
  background-color: #ff532a;
  border-radius: 0.25rem;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .custom-checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffd3c7;
  border-color: #ffd3c7;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .custom-checkbox .custom-control-label .form-check-content, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .custom-checkbox .custom-control-label .form-check-label {
  display: inline-block;
  padding-top: 3px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table {
  table-layout: fixed;
  width: 100%;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table td, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table th {
  border-top: 0 none;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table td:last-child, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table th:last-child {
  text-align: right;
  padding-left: 0;
  width: 95px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table thead th {
  border-bottom: 0 none;
  font-size: 14px;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table tbody td, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table tbody th {
  padding-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table tbody td:hover, .custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table tbody th:hover {
  overflow: visible;
  background-color: #ebe7f1;
  position: absolute;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table tr.selected {
  color: #ff532a;
  font-weight: bold;
}
.custom-nav .report-header .funnel .popup-overlay.AdvancedFilters .funnel-sublayout-content .table tr.muted {
  color: #d3d3d3;
}

.custom-navigation {
  height: 100%;
  padding-bottom: 0;
}
.custom-navigation #summary .card {
  background-color: transparent;
  border: 0 none;
}
.custom-navigation #summary .card .card-body {
  padding: 0;
  margin-left: 0.5rem;
}
.custom-navigation #summary .card .form-group {
  margin-bottom: 0.5rem;
}
.custom-navigation #summary .card a {
  color: #877c86;
  font-size: 18px;
  display: flex;
}
.custom-navigation #summary .card a:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e89e";
  padding-right: 5px;
  margin-top: 5px;
}
.custom-navigation #summary .card a:hover, .custom-navigation #summary .card a:focus {
  color: #ff532a;
}
.custom-navigation #summary .card .open-in-new-icon a:before {
  content: "\e89e";
}
.custom-navigation #summary .card .download-icon a:before {
  content: "\f090";
}

.hover-tooltip {
  text-align: center;
  width: 300px;
  right: 0;
  top: 100%;
  position: absolute;
  background: #261121;
  color: white;
  border-radius: 0 10px 10px 10px;
  margin-top: 17px;
  font-size: 16px;
  z-index: -1;
  padding: 15px;
  display: none;
}
.hover-tooltip:before {
  content: "";
  background: #261121;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  position: absolute;
  top: -8px;
  left: 50%;
}

.hover-element:hover + .hover-tooltip {
  display: block;
}

#searchInput {
  border-radius: 3px;
  background-image: url("../../../Style/images/searchicon.png");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 99% center;
  display: block;
  width: 100%;
  padding: 6px 20px;
  margin-bottom: 10px;
  border: 0;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

.table .clickable-row {
  cursor: pointer;
}

.table-hover tbody tr:hover {
  color: #1b0516;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #dee2e6;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #dee2e6;
}
table.dataTable tbody tr {
  background-color: #f2f1f7;
}
table.dataTable tbody tr.selected {
  background-color: #e7ebf2;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dee2e6;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dee2e6;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #ecebf1;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #e2e5ec;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #e9e8ee;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #dfe3e9;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #edecf2;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #e2e6ed;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #e5e4ea;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #e7e6eb;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: #e9e8ed;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #dbdee5;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #dce0e7;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #dee2e9;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #edecf2;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #efeef4;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #f1f0f6;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #e2e6ed;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #e4e8ef;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #e6eaf1;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #dedde3;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #e0dfe4;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #e3e2e7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #d4d8de;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #d6d9e0;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #d8dce3;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #dee2e6;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable td.no-records a {
  color: blue;
  text-decoration: underline blue;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  padding-top: 0.25em;
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border-color: #bababa;
  padding: 0.5em;
  margin: 0 0.5em;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin: 0.5rem 0 1rem 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 5px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #5b5b5b !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #5b5b5b !important;
  border: 1px solid #bababa;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #5b5b5b !important;
  border: 1px solid #fff;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
  background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
  background: -o-linear-gradient(top, #fff 0%, #fff 100%);
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(242, 241, 247, 0)), color-stop(25%, rgba(242, 241, 247, 0.9)), color-stop(75%, rgba(242, 241, 247, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(242, 241, 247, 0) 0%, rgba(242, 241, 247, 0.9) 25%, rgba(242, 241, 247, 0.9) 75%, rgba(242, 241, 247, 0) 100%);
  background: -moz-linear-gradient(left, rgba(242, 241, 247, 0) 0%, rgba(242, 241, 247, 0.9) 25%, rgba(242, 241, 247, 0.9) 75%, rgba(242, 241, 247, 0) 100%);
  background: -ms-linear-gradient(left, rgba(242, 241, 247, 0) 0%, rgba(242, 241, 247, 0.9) 25%, rgba(242, 241, 247, 0.9) 75%, rgba(242, 241, 247, 0) 100%);
  background: -o-linear-gradient(left, rgba(242, 241, 247, 0) 0%, rgba(242, 241, 247, 0.9) 25%, rgba(242, 241, 247, 0.9) 75%, rgba(242, 241, 247, 0) 100%);
  background: linear-gradient(to right, rgba(242, 241, 247, 0) 0%, rgba(242, 241, 247, 0.9) 25%, rgba(242, 241, 247, 0.9) 75%, rgba(242, 241, 247, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #5b5b5b;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #dee2e6;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.dataTable.table td,
.dataTable.table th {
  vertical-align: middle;
}
.dataTable.table td span.sub-text,
.dataTable.table th span.sub-text {
  color: darkgray;
  font-size: 14px;
}
.dataTable.table td span.btn-link,
.dataTable.table th span.btn-link {
  text-decoration: underline;
}

.img-contact {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.modal-dialog .modal-content {
  -webkit-box-shadow: 4px 4px 12px 0px;
  box-shadow: 4px 4px 12px 0px;
  border: 0 none;
  border-radius: 0.2rem;
}
.modal-dialog .modal-content .modal-header {
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
  background-color: #27487a;
  color: #ffffff;
  padding: 1rem 1.5rem;
}
.modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 400;
}
.modal-dialog .modal-content .modal-header .close {
  color: #ffffff;
}
.modal-dialog .modal-content .modal-body {
  padding: 1rem 2rem;
}
@media (min-width: 1200px) {
  .modal-dialog-welcome.modal-xl {
    max-width: 1174px;
  }
}
.modal-dialog-welcome .modal-content {
  padding: 25px;
  border-radius: 0 25px 25px 25px;
  text-align: center;
  letter-spacing: 0.2px;
}
.modal-dialog-welcome .modal-content li {
  text-align: left;
  list-style: none;
}
.modal-dialog-welcome .modal-content li:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e409";
  top: 3px;
  position: relative;
  color: #5b5b5b;
}
.modal-dialog-welcome .modal-content h3 {
  margin-bottom: 10%;
}
.modal-dialog-welcome .modal-content h5, .modal-dialog-welcome .modal-content p {
  margin: 10% 0;
}
.modal-dialog-welcome .modal-content .btn {
  margin-top: 25px;
  border-radius: 30px;
  background: #ff532a;
  border: none;
  font-size: 22px;
  padding: 10px 40px;
}
.modal-dialog-welcome .modal-content .btn:hover, .modal-dialog-welcome .modal-content .btn:active {
  background: #f62f00;
}

.circle-loader {
  margin-bottom: 3.5em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation: loader-spin 1.2s infinite linear;
  position: relative;
  display: block;
  vertical-align: top;
  border-radius: 50%;
  width: 7em;
  height: 7em;
  margin-left: auto;
  margin-right: auto;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 3.5em;
  width: 1.75em;
  transform-origin: left top;
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  left: 1.75em;
  top: 3.5em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 1.75em;
    opacity: 1;
  }
  40% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
  100% {
    height: 3.5em;
    width: 1.75em;
    opacity: 1;
  }
}
.cookie-alert {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.cookie-alert.show {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.cookie-alert a {
  text-decoration: underline;
}
.cookie-alert .accept-policy {
  top: auto;
  bottom: 0;
}
.cookie-alert .accept-policy:focus {
  outline: 0;
}

.side-wrap p,
.side-wrap ul {
  font-size: 1rem;
  line-height: 1.3rem;
}

.relative {
  position: relative;
}

.centered {
  margin: auto;
  max-width: 1200px;
}

.password-wrapper [type=color], .password-wrapper [type=date], .password-wrapper [type=datetime-local], .password-wrapper [type=datetime], .password-wrapper [type=email], .password-wrapper [type=month], .password-wrapper [type=number], .password-wrapper [type=password], .password-wrapper [type=search], .password-wrapper [type=tel], .password-wrapper [type=text], .password-wrapper [type=time], .password-wrapper [type=url], .password-wrapper [type=week], .password-wrapper textarea, .password-wrapper select {
  margin: 0 0 2rem;
}

label {
  margin-bottom: 0.4rem;
}

label.is-invalid {
  color: #ff0022;
}

input {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  padding: 0 0 0 1rem;
  height: 2rem;
  -webkit-box-shadow: inset 0 0 1px #bbb;
  -moz-box-shadow: inset 0 0 1px #bbb;
  box-shadow: inset 0 0 1px #bbb;
}

input[type=color] {
  width: 100px;
  height: 100px;
}

textarea {
  height: 5rem;
  padding-top: 0.5rem;
}

select, input {
  height: 2.4375rem;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 0.8rem;
}

::-moz-placeholder {
  color: #999;
  font-size: 0.8rem;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 0.8rem;
}

:-moz-placeholder {
  color: #999;
  font-size: 0.8rem;
}

.hide {
  display: none;
}

.icon.validation {
  width: 13px;
  height: 13px;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 0.4rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
}

.icon.success {
  background: #00aa11;
}

.icon.error {
  background: #ff0022;
}

.visibility-toggle {
  color: #999;
  font-size: 0.8rem;
  margin-top: -1.5rem;
}

.input-wrap.is-invalid input, .input-wrap.is-invalid select, .input-wrap.is-invalid textarea {
  border: 1px solid #ff0022;
}

.is-helpful {
  color: #999;
  font-size: 0.8rem;
  margin-top: 1.5rem;
}
.is-helpful ul {
  list-style: none;
  padding: 0;
}
.is-helpful ul li {
  padding-left: calc(1.3em + 0.5em);
}
.is-helpful ul li:before {
  color: #ff0022;
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cd";
  font-weight: 100;
  display: inline-block;
  margin-left: calc(1.3em * -1);
  width: 1.3em;
}
.is-helpful ul li.success:before {
  color: #00aa11;
  content: "\e5ca";
}

.is-helpful.error-message {
  color: #ff0022;
}

.password-strength {
  color: #999;
  font-size: 0.8rem;
  margin-top: 0.5rem;
  display: none;
}
.password-strength .strength-value {
  text-transform: capitalize;
}
.password-strength .strength-value.red {
  color: #e74c3c !important;
}
.password-strength .strength-value.orange {
  color: #e67e22 !important;
}
.password-strength .strength-value.green {
  color: #2ecc71 !important;
}

.popover {
  background-color: #261121;
  border: 0 none;
  margin-left: 0;
  margin-bottom: 0.5rem;
  max-width: unset;
  width: auto;
  min-width: 288px;
  padding: 6px;
  border-radius: 10px;
}
.popover.bs-popover-right, .popover.bs-popover-undefined {
  border-radius: 0 10px 10px 0;
}
.popover .arrow {
  display: none;
}
.popover .popover-header {
  display: flex;
  align-items: center;
  background-color: #372433;
  color: #fff;
}
.popover .popover-header:empty {
  display: none;
}
.popover .popover-header .header-text {
  display: inline-block;
  padding: 0.5rem;
}
.popover .popover-header .header-text .header-subtext {
  font-size: 10pt;
  font-weight: normal;
}
.popover .popover-body {
  padding: 0;
  color: #fff;
}
.popover .popover-body:empty {
  display: none;
}
.popover .popover-body .menu-items .menu-item {
  padding: 18px 24px;
  position: relative;
}
.popover .popover-body .menu-items .menu-item:after {
  content: "";
  position: absolute;
  left: 24px;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(242, 241, 247, 0.13);
  bottom: 0;
}
.popover .popover-body .menu-items .menu-item:last-child:after {
  content: none;
}
.popover .popover-body .menu-items .menu-item:not(.contact-card):hover {
  background-color: #372433;
  cursor: pointer;
}
.popover .popover-body .menu-items .menu-item .material-symbols-rounded {
  vertical-align: middle;
  padding-right: 5px;
}
.popover .popover-body .menu-items .menu-item a {
  color: #fff;
}
.popover .popover-body .menu-items .menu-item a + .material-symbols-rounded {
  vertical-align: text-bottom;
  padding-left: 5px;
}
.popover .popover-body .menu-items .menu-item > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.popover .popover-body .menu-items .menu-item.active, .popover .popover-body .menu-items .menu-item.active a {
  color: #ff532a;
}
.popover .popover-body .content-container {
  max-width: 600px;
  padding: 10px;
  font-family: "Aeonik", "Lato", sans-serif !important;
}

.deepdive-popover {
  padding: 15px;
  display: flex;
  justify-content: center;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.main-container.measurement-set {
  position: relative;
}

.tab-menu {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #e2dce9;
}
.tab-menu .tab-menu-item {
  height: 100%;
  display: inline-block;
  font-size: 24px;
  font-family: Helvetica, sans-serif;
  padding: 10px 50px 10px 25px;
  cursor: pointer;
  text-transform: uppercase;
}
.tab-menu .tab-menu-item:first-child:before {
  display: none;
}
.tab-menu .tab-menu-item i.arrow-icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url("/images/arrow-right.png");
  margin-right: 10px;
  margin-left: 15px;
  vertical-align: middle;
}
.tab-menu .tab-menu-item.active {
  background-color: #f7f7fa;
  position: relative;
}
.tab-menu .tab-menu-item.active:before, .tab-menu .tab-menu-item.active:after {
  content: "";
  height: 100%;
  width: 20px;
  position: absolute;
  background-color: #e2dce9;
  top: 0;
}
.tab-menu .tab-menu-item.active:before {
  border-radius: 0 0 30px 0;
  left: 0;
}
.tab-menu .tab-menu-item.active:after {
  border-radius: 0 0 0 30px;
  right: 0;
}
.tab-menu .tab-menu-item:not(.active) {
  border-radius: 0 0 0 20px;
}
.tab-menu .tab-menu-item:not([href]) {
  cursor: default;
}

.measurement-set-header {
  margin-top: 60px;
}
.measurement-set-header div {
  display: inline-block;
  margin-left: 10px;
}
.measurement-set-header img {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.measurement-set-header .orange-text {
  color: rgb(255, 83, 42);
}
.measurement-set-header select {
  float: right;
  width: 200px;
}
.measurement-set-header select:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.orange-text {
  color: rgb(255, 83, 42);
}

.black-info-box-holder {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-height: 900px) {
  .black-info-box-holder {
    min-height: 180px;
  }
}
.black-info-box-holder .black-info-box {
  background-color: rgb(27, 5, 22);
  color: white;
  border-radius: 15px;
  font-size: 17px;
  display: flex;
  align-items: center;
  width: 80%;
}
.black-info-box-holder .black-info-box > p {
  text-align: center;
  padding: 20px;
  margin: 0;
}
.black-info-box-holder .black-info-box:after {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url("/images/arrow_right.png");
  background-repeat: no-repeat;
  background-size: 20px;
  position: absolute;
  right: 60px;
}

.screens-images {
  margin-left: 10%;
  width: 80%;
  align-content: center;
  height: 100%;
}
.screens-images .image .curved-arrow {
  width: 100%;
  position: absolute;
  max-height: 40px;
  left: 50%;
  top: 25px;
  transform: translateY(-100%);
}
.screens-images .image .screen {
  margin-top: 25px;
  width: 100%;
  max-width: 150px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.screen-image-document {
  margin-left: 10%;
  width: 80%;
}
.screen-image-document .image {
  padding: 0;
}
.screen-image-document .document {
  width: 80%;
  max-width: 150px;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

.details-case {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  width: 80%;
  margin-left: 10%;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

.cascader .shape {
  height: 3px;
  width: 80%;
  background-color: rgb(255, 83, 42);
  margin-left: 10%;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-height: 900px) {
  .cascader .shape {
    margin-top: 60px;
  }
}
.cascader .shape > .pointer {
  width: 2px;
  height: 20px;
  background-color: inherit;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cascader .shape:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 3px;
  background-color: inherit;
  position: relative;
  top: -20px;
  float: left;
}
.cascader .shape:after {
  content: "";
  display: inline-block;
  height: 20px;
  width: 3px;
  background-color: inherit;
  position: relative;
  top: -40px;
  float: right;
}
.cascader .preference-text {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.cascader .preference-text span {
  color: rgb(255, 83, 42);
  font-size: 30px;
}

.measurement-set-details .info-list {
  font-size: 20px;
}
.measurement-set-details .info-list li {
  margin: 8px;
  padding: 10px;
}
.measurement-set-details .country-map-image {
  width: 60%;
  margin-left: 20%;
}

.tracker-overview-title .help-icon {
  transform: translateY(5px);
  font-variation-settings: "FILL" 1;
}
.tracker-overview-title .help-icon:after {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e887";
  color: #877c86;
}

.active-tracker {
  color: #2AB752;
}

.tracker-overview {
  padding: 40px 0;
}
.tracker-overview form {
  width: 100%;
}
.tracker-overview .funnel.funnel-waitbox .form-field-table:before {
  content: "";
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bab2bf;
  opacity: 0.5;
}

.form-field-table {
  position: relative;
  background: white;
  border-radius: 0px 8px 8px 8px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding: 20px;
}
.form-field-table .clickable-row {
  cursor: pointer;
}
.form-field-table .sortasc a {
  color: #2ea3d4 !important;
}
.form-field-table .sortasc a:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5ce";
  font-weight: 900;
}
.form-field-table .sortdesc a {
  color: #2ea3d4 !important;
}
.form-field-table .sortdesc a:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cf";
  font-weight: 900;
}
.form-field-table .sortable a {
  white-space: nowrap;
}
.form-field-table .sortable a:hover {
  color: #2383ac;
}
.form-field-table .sortable a:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5d7";
  font-weight: 900;
}
.form-field-table table {
  border-spacing: 10px;
}
.form-field-table table tr.groups th {
  text-align: center;
}
.form-field-table table tr.groups .help-icon {
  transform: translateY(5px);
  font-variation-settings: "FILL" 1;
}
.form-field-table table tr.groups .help-icon:after {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e887";
  color: #877c86;
}
.form-field-table table tr.groups .active .help-icon {
  font-variation-settings: "FILL" 0;
}
.form-field-table table tr.titles th {
  color: #877c86;
  font-weight: 400;
}
.form-field-table table tr.titles th a {
  color: #877c86;
}
.form-field-table table tr.titles th:first-child {
  min-width: 100px;
}
.form-field-table table tr.titles th:nth-child(n+2) {
  text-align: center;
  max-width: 35px;
}
.form-field-table table tr.titles th:nth-child(2n) {
  padding-left: 2%;
}
.form-field-table table tr.titles th:nth-child(2n+1) {
  padding-right: 2%;
}
.form-field-table table th {
  border: none;
}
.form-field-table table tbody tr {
  border: none;
  padding: 5px;
}
.form-field-table table tbody tr td {
  border-width: 0;
}
.form-field-table table tbody tr td:nth-child(2n) {
  padding-left: 2%;
}
.form-field-table table tbody tr td:nth-child(2n+1) {
  padding-right: 2%;
}
.form-field-table table tbody tr td:nth-child(2n+1) {
  border-radius: 0 10px 10px 0;
  border-right: 8px solid white;
  border-collapse: separate;
}
.form-field-table table tbody tr td:nth-child(2n) {
  border-radius: 10px 0 0 10px;
}
.form-field-table table tbody tr td:first-child {
  border-radius: 8px 10px 10px 8px;
}
.form-field-table table tbody tr td:nth-child(n+2) {
  text-align: center;
  max-width: 20px;
}
.form-field-table table tbody tr:nth-child(odd) td {
  background: #f2f1f7;
}
.form-field-table table tbody tr:hover td {
  background: #e4e0ed;
}
.form-field-table table .customer-row,
.form-field-table table .findability-row,
.form-field-table table .conversion-row,
.form-field-table table .marketshare-row {
  width: 300px;
}
.form-field-table .transition-icon {
  display: none;
  font-weight: bold;
  font-size: 15px;
}
.form-field-table .transition-icon.transition-increase {
  display: inline;
  color: #2ab752;
}
.form-field-table .transition-icon.transition-increase:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5c7";
  color: #2ab752;
}
.form-field-table .transition-icon.transition-decrease {
  display: inline;
  color: #e51a29;
}
.form-field-table .transition-icon.transition-decrease:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5c5";
  color: #e51a29;
}
.form-field-table .transition-icon.transition-same {
  display: inline;
  color: #ff886b;
}
.form-field-table .transition-icon.transition-same:before {
  font-family: "Material Symbols Rounded";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f108";
  color: #ff886b;
}

.dropup .blazored-typeahead__results {
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
  bottom: 2.4375rem;
}

.csv-download:hover {
  cursor: pointer;
}

.main {
  flex-grow: 1;
  display: flex;
  overflow: hidden;
}
@media (min-width: 992px) {
  .main {
    padding-left: 290px;
  }
}

@media (min-width: 992px) {
  .nav-small .main {
    padding-left: 75px;
  }
}

.main > * {
  padding: 20px;
}

.main > .iframe-container {
  padding: 0;
}

.main-container {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  padding: 48px 5%;
  height: 100%;
  width: 100%;
  background-color: #f2f1f7;
}
.main-container .message {
  font-size: 22px;
  color: #333333;
}
.main-container .title-grey {
  font-size: 22px;
  color: #1b0516;
}

.logo {
  display: flex;
  max-width: 290px;
  position: relative;
  padding: 10%;
}
.logo > img {
  max-width: 108px;
}

.nav-small .logo {
  padding: 0;
}
.nav-small .logo > img {
  max-width: 75px;
  padding: 12px;
}
.nav-small .logo:before {
  content: none;
}

.container-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.container-model > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 90%;
  flex: 1 1 90%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  max-height: 50px;
  border: 1px solid #d6d6d6;
  margin-bottom: 75px;
}
.container-model .save-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  max-height: 50px;
  background-color: white;
  border: 1px solid #d6d6d6;
  border-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
}
.container-model .save-container .undo-button {
  justify-self: flex-start;
  color: #929292;
  font-size: 2.5em;
  cursor: pointer;
}
.container-model .save-container .floppy-button {
  color: #28a745;
  font-size: 2.5em;
  cursor: pointer;
}
.container-model .container-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.container-model .container-files .add-file {
  color: #28a745;
  font-size: 2em;
  cursor: pointer;
  vertical-align: top;
}
.container-model .container-files table {
  width: 75%;
}
.container-model .container-dashboards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.container-model .container-dashboards > table {
  width: 100%;
}
.container-model .container-user-groups {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
.container-model .container-user-groups > table {
  width: 37.5%;
}

.panel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 3rem;
}
@media (min-width: 1500px) {
  .panel-container.flex-xxl-row {
    flex-direction: row !important;
  }
}

nav:not(.paging-container), .menu {
  display: flex;
  flex: 0 0 92px;
  background-color: #261121;
  flex-direction: column;
  min-height: 100vh;
  max-height: 100vh;
  position: fixed;
  z-index: 1;
  width: 290px;
}
nav:not(.paging-container) a, .menu a {
  text-decoration: none !important;
}
nav:not(.paging-container) .nav-pills, .menu .nav-pills {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 100%;
}
nav:not(.paging-container) .nav-item, .menu .nav-item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-align: center;
  line-height: 12px;
  cursor: pointer;
  position: relative;
  color: white;
}
nav:not(.paging-container) .nav-item:before, .menu .nav-item:before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(242, 241, 247, 0.13);
  top: 0;
}
nav:not(.paging-container) .nav-item > span, nav:not(.paging-container) .nav-item > button > span, .menu .nav-item > span, .menu .nav-item > button > span {
  padding: 11px 5px;
}
nav:not(.paging-container) .nav-item .icon, .menu .nav-item .icon {
  margin: 10px;
  margin-right: 0;
  padding-left: 12px;
}
nav:not(.paging-container) .nav-item .text, .menu .nav-item .text {
  margin-right: 20px;
  flex-grow: 1;
  text-align: start;
}
nav:not(.paging-container) .nav-item:hover, nav:not(.paging-container) .nav-item:focus, .menu .nav-item:hover, .menu .nav-item:focus {
  text-decoration: none;
}
nav:not(.paging-container) .nav-item:hover .icon:not(:has(+ .text)), nav:not(.paging-container) .nav-item:hover .icon + .text, nav:not(.paging-container) .nav-item:focus .icon:not(:has(+ .text)), nav:not(.paging-container) .nav-item:focus .icon + .text, .menu .nav-item:hover .icon:not(:has(+ .text)), .menu .nav-item:hover .icon + .text, .menu .nav-item:focus .icon:not(:has(+ .text)), .menu .nav-item:focus .icon + .text {
  background-color: #372433;
  border-radius: 10px;
  border-top-left-radius: 0;
}
nav:not(.paging-container) .nav-item:focus, .menu .nav-item:focus {
  outline: 0;
}
nav:not(.paging-container) .nav-item.active, .menu .nav-item.active {
  color: #ff532a;
}
nav:not(.paging-container) .nav-item.active::after, .menu .nav-item.active::after {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #261121;
  content: "";
}
nav:not(.paging-container) .nav-item button.btn-link, .menu .nav-item button.btn-link {
  display: contents;
  color: #fff;
}
nav:not(.paging-container) .show, .menu .show {
  position: relative;
}
nav:not(.paging-container) .show:after, .menu .show:after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(242, 241, 247, 0.13);
  bottom: 0;
}
nav:not(.paging-container) .to-bottom, .menu .to-bottom {
  margin-top: auto;
}
nav:not(.paging-container) .grayed-out, .menu .grayed-out {
  color: #877c86;
}
nav:not(.paging-container) .grayed-out button.btn-link, .menu .grayed-out button.btn-link {
  color: #877c86;
}

@media (max-width: 992px) {
  header {
    min-width: 290px;
  }
  header nav:not(.paging-container), header .menu {
    position: fixed;
  }
  .nav-small header {
    min-width: 75px;
  }
}
.nav-small nav:not(.paging-container) {
  width: 75px;
}
.nav-small nav:not(.paging-container) .nav-item:before {
  content: none;
}
.nav-small nav:not(.paging-container) .nav-item .text {
  display: none;
}

.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: #261121;
  padding: 10px 20px;
  box-shadow: 2px 2px 7px 0px #9f9f9f;
}

.nav .tooltip .tooltip-inner {
  margin-left: 5px;
}

.contact-card {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  min-width: 300px;
}
.contact-card .card-title {
  padding: 8px 0;
  margin-bottom: 0;
  margin-top: -12px;
  border-bottom: 1px solid #f2f1f7;
  color: #fff;
}
.contact-card .card-title span {
  padding-right: 2px;
}
.contact-card .card-title span a {
  padding-right: 2px;
}
.contact-card .card-title span img {
  height: 1rem;
  width: auto;
}
.contact-card .card-body {
  color: #fff;
  padding: 1.25rem 0 0;
}
.contact-card .img-contact {
  margin-right: 15px;
}

.nav-horizontal > .nav-link {
  border: none;
  text-decoration: none;
  color: #1b0516;
}
.nav-horizontal > .nav-link.active {
  border-bottom: 3px solid #ff532a;
  margin-bottom: -3px;
  color: #1b0516;
}
.nav-horizontal > .nav-item.show .nav-link,
.nav-horizontal > .nav-link.active {
  background-color: #f2f1f7;
}

@keyframes floating {
  from {
    transform: translateY(0px);
  }
  65% {
    transform: translateY(15px);
  }
  to {
    transform: translateY(0px);
  }
}
.mars {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  height: 27vmin;
  background: url("https://assets.codepen.io/1538474/mars.svg") no-repeat bottom center;
  background-size: cover;
}

.logo-404 {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 16vmin;
  width: 30vmin;
}
@media (max-width: 480px) and (min-width: 320px) {
  .logo-404 {
    top: 45vmin;
  }
}

.meteor {
  position: absolute;
  right: 2vmin;
  top: 16vmin;
}

.error-title {
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 5vmin;
  margin-top: 31vmin;
}
@media (max-width: 480px) and (min-width: 320px) {
  .error-title {
    margin-top: 65vmin;
  }
}

.error-subtitle {
  color: white;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3.5vmin;
  margin-top: -1vmin;
  margin-bottom: 9vmin;
}

.btn-back {
  border: 1px solid white;
  color: white;
  height: 5vmin;
  padding: 12px;
  font-family: "Nunito", sans-serif;
  text-decoration: none;
  border-radius: 5px;
}
.btn-back:hover {
  background: white;
  color: #4D007D;
}
@media (max-width: 480px) and (min-width: 320px) {
  .btn-back {
    font-size: 3.5vmin;
  }
}

.astronaut {
  position: absolute;
  top: 18vmin;
  left: 10vmin;
  height: 30vmin;
  animation: floating 3s infinite ease-in-out;
}
@media (max-width: 480px) and (min-width: 320px) {
  .astronaut {
    top: 2vmin;
  }
}

.spaceship {
  position: absolute;
  bottom: 15vmin;
  right: 24vmin;
}
@media (max-width: 480px) and (min-width: 320px) {
  .spaceship {
    width: 45vmin;
    bottom: 18vmin;
  }
}

.dashboard h1 {
  font-size: 32px;
  line-height: 40px;
}
.dashboard h6 {
  font-size: 22px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.dashboard h6:after {
  content: "";
  border-top: 1px solid rgba(27, 5, 22, 0.15);
  flex: 1 0 20px;
  margin: 0 20px;
}
.dashboard .main-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 6vh;
}
@media (max-width: 992px) {
  .dashboard .main-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .dashboard .main-content {
    display: block;
  }
}
.dashboard .main-content .column {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-top: 20px;
  line-height: 20px;
  color: #1b0516;
}
@media (max-width: 992px) {
  .dashboard .main-content .column:first-child {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (max-width: 992px) and (hover: hover) and (pointer: fine) {
  .dashboard .main-content .column a {
    text-decoration: underline dotted;
  }
}
@media (max-width: 576px) {
  .dashboard .main-content .column {
    padding-bottom: 0;
  }
}
.dashboard .main-content .column .title {
  font-size: 22px;
  padding-bottom: 10px;
  color: #333333;
}
.dashboard .main-content .column .column {
  padding: 0;
  display: flex;
  height: calc(100% - 20px);
  margin-top: 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.07);
  transition: background 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease-out;
  transition: box-shadow 0.3s ease, transform 0.3s ease-out, background 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease-out, background 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease-out;
}
.dashboard .main-content .column .column > a, .dashboard .main-content .column .column > report {
  height: 100%;
  display: flex;
  flex-flow: column;
}
.dashboard .main-content .column .column > a:after, .dashboard .main-content .column .column > report:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.dashboard .main-content .column .column > a .btn-link, .dashboard .main-content .column .column > report .btn-link {
  color: rgb(27, 5, 22);
  border: 1px solid rgb(27, 5, 22);
  border-radius: 110px;
  line-height: 60px;
  text-align: center;
  font-size: 17px;
}
.dashboard .main-content .column .column > a .btn-link:hover, .dashboard .main-content .column .column > report .btn-link:hover {
  text-decoration: none;
}
.dashboard .main-content .column .column:hover:not(.disabled) {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -10px, 0);
  cursor: pointer;
}
.dashboard .main-content .column .column:hover:not(.disabled) > a .btn-link, .dashboard .main-content .column .column:hover:not(.disabled) > report .btn-link {
  color: #ff532a;
  border-color: #ff532a;
}
.dashboard .main-content .column .column:hover:not(.disabled) > a .btn-link:hover, .dashboard .main-content .column .column:hover:not(.disabled) > report .btn-link:hover {
  color: rgb(255, 83, 42);
  border-color: rgb(255, 83, 42);
}
.dashboard .main-content .column.card {
  background: linear-gradient(360deg, #ffffff 49.83%, rgba(255, 255, 255, 0) 93.86%);
  border-radius: 0px 8px 8px 8px;
  border: 0 none;
  overflow: hidden;
  padding-top: 25vh;
}
.dashboard .main-content .column.card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -35%;
  left: -10%;
  transform: rotate(-10deg);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 1, 0.8)), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: url("/images/tracker.png") center center no-repeat;
  background-size: 150%;
}
.dashboard .main-content .column.card.tracker::before {
  background-image: url("/images/tracker.png");
}
.dashboard .main-content .column.card.deep-dive::before {
  background-image: url("/images/deepdive.png");
}
.dashboard .main-content .column.card.service-scan::before {
  background-image: url("/images/servicescan.png");
}
.dashboard .main-content .column.card .card-body {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.dashboard .main-content .column.card .card-body .card-title {
  text-align: center;
}
.dashboard .main-content .column.card .card-body .card-title > .material-symbols-rounded {
  color: #ff532a;
  vertical-align: middle;
  padding-bottom: 3px;
  margin-left: -4px;
}
.dashboard .main-content .column.card.disabled {
  opacity: 0.3;
}
.dashboard .main-content .column .custom-card {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.dashboard .main-content .column .custom-card .card-title {
  padding: 10px 15px 8px;
  margin-bottom: 0;
  border-bottom: 1px solid #f2f1f7;
}
.dashboard .main-content .column .custom-card .card-title > .material-symbols-rounded {
  vertical-align: middle;
  padding-bottom: 3px;
  margin-left: -4px;
}
.dashboard .main-content .column .custom-card .card-title span {
  padding-right: 2px;
}
.dashboard .main-content .column .custom-card .card-title span a {
  padding-right: 2px;
}
.dashboard .main-content .column .custom-card .card-title span img {
  height: 1rem;
  width: auto;
}
.dashboard .main-content .column .custom-card .card-body {
  padding: 15px 20px;
  color: #877c86;
}
.dashboard .main-content .column .custom-card .card-body a {
  color: #877c86;
}
.dashboard .main-content:first-child {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
}

.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}

.bootstrap-duallistbox-container label {
  display: block;
}

.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}

.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px;
}

.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}

.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-duallistbox-container:not(.moveonselect) select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}

.bootstrap-duallistbox-container select {
  width: 100%;
  height: 300px;
  padding: 0;
}

.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}

.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display: none;
}

.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
}

.select2-selection {
  height: 20vh;
  min-width: 100%;
}

.select2 {
  min-width: 100%;
}

.datepicker {
  border-radius: 0;
  padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #3546b3;
  color: #ffffff;
  border-radius: 0;
}

.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}

.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 11px 13px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
  border-radius: 0;
}

.datepicker td, .datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #261121;
  color: #ffffff;
  border-radius: 0;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker .prev, .datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 37px;
  height: 37px;
}

.datepicker .prev:hover, .datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  font-size: 21px;
}

.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}

.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0, 0, 0, 0.1);
}

.grecaptcha-badge {
  visibility: hidden;
}
