/* line 23, app/assets/stylesheets/variables.scss */
:root {
  --dynamic-green: #FF2C65;
  --dynamic-green-rgb: 255, 44, 101;
}

/* line 60, app/assets/stylesheets/variables.scss */
html {
  --dt-row-hover-alpha: 0.35 !important;
  --dt-row-stripe-alpha: 0.23 !important;
  --dt-column-ordering-alpha: 0.019;
  --dt-row-selected-stripe-alpha: 0.923;
  --dt-row-selected-column-ordering-alpha: 0.919;
  --dt-row-selected: $green-rule !important;
  --dt-row-selected-text: 255, 44, 101 !important;
  --dt-row-selected-link: 255, 44, 101 !important;
  --dt-row-stripe: 255, 44, 101 !important;
  --dt-row-hover: 255, 44, 101 !important;
  --dt-column-ordering: 255, 44, 101 !important;
  --dt-html-background: white;
}

/* line 75, app/assets/stylesheets/variables.scss */
div.dt-container .dt-search input {
  border: 1px solid var(--dynamic-green) !important;
}

/* line 79, app/assets/stylesheets/variables.scss */
table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  border-bottom: 1px solid rgba(var(--dynamic-green-rgb), 0.3) !important;
}

/* line 82, app/assets/stylesheets/variables.scss */
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border-bottom: 1px solid rgba(var(--dynamic-green-rgb), 0.3) !important;
}

/* line 86, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block {
  color: white;
  background: linear-gradient(135deg, #151924, #151C2B);
}

/* line 89, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block .header-block {
  background: transparent;
}

/* line 92, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block .content-block {
  background: transparent;
}

/* line 94, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block .content-block a {
  color: white;
  text-decoration: none;
}

/* line 100, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block .content-block table td svg {
  vertical-align: middle;
}

/* line 104, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block .content-block table td svg.gold path {
  stroke: gold;
}

/* line 107, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block .content-block table td svg.silver path {
  stroke: silver;
}

/* line 110, app/assets/stylesheets/variables.scss */
.main-content .block.ladder-block .content-block table td svg.bronze path {
  stroke: #cd7f32;
}

/* line 3, app/assets/stylesheets/overload_alert_css.scss */
header.notice-header {
  border-bottom: 1px solid #800000;
}

/* line 6, app/assets/stylesheets/overload_alert_css.scss */
.bar {
  border-top: #800000 dotted 1px;
}
