/* fix style of password input font */
input#password, input#confirmPassword {
  font: small-caption;
  font-size: 1rem;
  line-height: 1.5;
  font-family: var(--default-font-family);
}
/* for page breaks to work in download pdf */
.js-insight-group {
  /* page-break-before: always;
  page-break-after: always;*/
  page-break-inside: avoid;
}

/* printable report */
@media print {
body {}
.custom-main-header, .d-flex flex-sm-column flex-row icon-state ml-sm-3 ml-0 hide-on-edit {
  display: none;
}
#to-print {
  display: block !important;
  width: 100%;
}
}

button:disabled {
  cursor: default !important;
}

.btn-filter-apply {
  margin-top: 13px;
}

/* fix insight panel as the user scrolls */
.w-100.block-content.border-white-gray {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 100px;
}

/* hide the last item that appears on insights table */
#scroller #tocopy:first-of-type{
  display: none
}

/* adjustment on typography */
body .insight__title {
  font-size: 19px;
}

/* adjustment on typography */
body #active-insight-title {
  font-size: 24px;
  line-height: 1.2;
}

/* adjustment on typography */
body .insights-description .title-lg {
  font-size: 24px;
}

/* make select keep on the top of filter line */
label[for*="filter-check"]::after {
  top: 0;
}

.manual-visual h5 {
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
}

.table .thead-dark th {
  background-color: #eeeeee;
  border-color: transparent;
  color: #333;
}

.table-sm th, .table-sm td {
  font-size: 1rem;
}

.manual-visual .table {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  overflow: hidden;
}

.manual-visual .table td~td, .manual-visual .table th~th {
  text-align: right;
}

.manual-visual .table-light td {
  background: #f0f0f0;
  /* font-weight: bold; */
  font-size: 0.9em;
}

.manual-visual tfoot .table-dark td {
  font-size: 0.9em;
  background: #eeeeee;
  color: #999;
}

.insights-list .manual-visual {
  min-width: 410px;
  font-size: 14px;
}

.insights-list .manual-visual th, .insights-list .manual-visual td {
  font-size: 1em;
  padding: 0.1em 0.4em;
}

.insights-list h5 {
  margin-top: 0;
}

.insights-list h5 {
  margin-top: 0;
  opacity: 0.3;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 0.3em;
}

.insights-list .manual-visual tfoot td {
  font-weight: normal;
}

#active-insight-text .manual-visual {
  margin-top: 1.5em;
}

.report__title {
  background: #f4f5f6;
}


.read-state .hide-on-read,
.edit-state .hide-on-edit{
  display: none;
}

.insights-list .manual-visual .table {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  overflow: visible;
}
.sk-chase {
    width: 14px;
    height: 14px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
    display: inline-block;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.loader-button:hover .sk-chase-dot:before{
  background-color: var(--primary);
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  } 100%, 0% {
    transform: scale(1.0);
  }
}

.insight[style*="none"] + .divider {
    display: none!important;
}

.disable-cursor{
  cursor: wait!important;
}
