body {
    font-family: 'Raleway';
}

.dtx_st_full_container {
    width: 100%;
}

.dtx_report_chart_axis_X {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}

.dtx_report_chart_axis_Y {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    padding-right: 8px;
}

.dtx_report_chart_axis_Y > label {
    color: #187fd3;
    font-size: 12px;
}

.dtx_report_chart_container {
    border-bottom: 1px solid #b2c3d4;
    border-left: 1px solid #b2c3d4;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

.dtx_report_chart_bars {
    align-items: flex-end;
    display: flex;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    width: 100%;
}

.dtx_report_chart_bar_container {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: center;
    margin-left: 2px;
    margin-right: 2px;
    width: 85px;
}

.dtx_report_chart_bar {
    background-color: red;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    display: flex;
    height: 0px;
    overflow: hidden;
    transition: height 1s ease;
    width: 40px;
}

.dtx_report_chart_grid {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.dtx_report_chart_line {
    border: 1px dotted #e2e7ed;
    width: 100%;
}

#dtx_st_best_group_report {
    display: flex;
    flex-direction: row;
    flex: 1;
}

.dtx_st_tooltip {
    background-color: black;
    display: none;
    left: 20px;
    position: fixed;
    top: 20px;
    border-radius: 5px;
    padding: 8px;
}

.dtx_st_tooltip > label {
    color: white;
    font-size: 12px;
}

.dtx_st_tab_container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.dtx_st_tab.selected {
    background-color: white;
    border-left: 1px solid #b2c3d4;
    border-right: 1px solid #b2c3d4;
    border-top: 1px solid #b2c3d4;
}

.dtx_st_tab.selected > label {
    color: #187fd3;
}

.dtx_st_tab {
    background-color: #e7e7e7;
    border-left: 1px solid #b2c3d4;
    border-right: 1px solid #b2c3d4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #b2c3d4;
    cursor: pointer;
    display: flex;
    padding: 8px;
    transform: translateY(1px);
}

.dtx_st_tab:not(:last-child) {
    margin-right: 2px;
}

.dtx_st_tab > label {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: bold;
    pointer-events: none;
}

.dtx_st_table, th, td {
  border-collapse: collapse;
  border: 1px solid #b2c3d4;
  font-size: 12px;
  padding: 8px;
}

.dtx_st_table {
    width: 100%;
}

.dtx_st_scoreboard_wrapper {
	background-color: white;
	border-radius: 6px;
	border: 2px solid #e2e7ed;
	flex-direction: column;
	margin-bottom: 12px;
}

.dtx_st_header_container {
	align-items: center;
	color: black;
	display: flex;
	flex: 1;
	padding: 4px 8px 4px 8px;
}

.dtx_st_header_container > a {
	color: #3a3a3a;
}

.dtx_st_header_container > a:hover {
	color: #0099CC;
}

.dtx_st_highlight {
	align-items: center;
	background-color: #0099CC;
	border-radius: 12px;
	color: white;
	cursor: pointer;
	display: flex;
	font-size: 11px;
	font-weight: bold;
	justify-content: center;
	padding-left: 8px;
	padding-right: 8px;
}

.dtx_st_header_toggle {
	height: 24px;
	padding: 0;
	width: 24px;
}

.dtx_st_hidden {
	display: none !important;
}

.dtx_st_header_toggle > span {
	font-size: 10px;
	pointer-events: none;
}

.dtx_st_header_progress {
    align-items: center;
    background-color: #e2e7ed;
    display: flex;
    flex-direction: column;
    height: 50px;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.dtx_st_header_progress_bar {
    background-color: white;
    border-radius: 3px;
    display: flex;
    height: 6px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.dtx_st_header_progress_indicator {
    background-color: #0099CC;
}

.dtx_st_header_progress_description {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.description_title {
    font-size: 11px;
    font-weight: bold;
}

.description_stats {
    font-size: 12px;
    margin-right: 8px;
}

.description_progress {
    color: #187fd3;
    font-weight: bold;
    margin-right: 8px;
}

.description_steps {
    color: #3a3a3a;
}

.dtx_st_details {
    border-collapse: collapse;
    border: 0px;
    margin: 0px;
}

.dtx_st_details > thead {
    font-size: 12px;
}

.dtx_st_details > thead > tr > th {
    border: 0px;
    border-bottom: 1px solid #e2e7ed;
}

.dtx_st_details > tbody > tr > td {
    border: 0px;
}

.elementor-toggle .elementor-tab-content {
    display: block;
}

.detailed_report_body {
    display: none;
}

.visible-table {
    display: table-row-group;
}