*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: 'Roboto', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.cm-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #444444;
  border-collapse: collapse;
  overflow: hidden;
}
.cm-table td,
.cm-table th {
  padding: 8px;
  vertical-align: top;
  font-size: 14px;
}
.cm-table td {
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
.cm-table tbody tr:hover {
  background-color: rgba(234, 234, 234, 0.5);
  border-left: 3px solid #707172;
}
.cm-table tbody td:hover::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -9999px;
  bottom: -9999px;
  background-color: rgba(234, 234, 234, 0.4);
  z-index: -1;
}
.cm-table tbody .cm-winner-row td:hover::before {
  background-color: rgba(0, 88, 5, 0.1) !important;
}
.cm-table tbody .cm-control-row td:hover::before {
  background-color: rgba(17, 95, 126, 0.1) !important;
}
.cm-control-row:hover {
  background-color: rgba(17, 95, 126, 0.1) !important;
}
.cm-winner-row:hover {
  background-color: rgba(0, 88, 5, 0.1) !important;
}
.cm-table thead th {
  vertical-align: bottom;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #eaeaea !important;
  text-transform: uppercase;
  background-color: #fafafa;
  font-weight: normal;
  color: #666666;
}
thead {
  display: table-header-group;
}
.cm-table tbody td:not(:first-child) {
  text-align: center;
}
.cm-table thead th:not(:first-child) {
  text-align: center;
}
.cm-table thead th:first-child {
  padding-left: 11px;
}
.cm-table thead th:first-child {
  border-left: 1px solid;
}
.cm-table thead th:last-child {
  border-right: 1px solid;
}
.cm-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .cm-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .cm-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .cm-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cm-container {
    max-width: 1140px;
  }
}
.cm-container {
  min-width: 992px !important;
}
.cm-legend-container {
  display: flex;
}
.cm-legend {
  padding: 5px;
  margin-right: 0.5rem;
  font-size: 12px;
}
.cm-font-bold {
  font-weight: 700;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.cm-table-container {
  font-size: 14px;
  color: #444444;
  border: 1px solid #f7efef;
  border-radius: 5px;
  margin-bottom: 20px;
}
.cm-variant-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  font-size: 12px;
}
.cm-table tbody tr {
  border-left: 3px solid transparent;
}
.cm-winner-row {
  border-left: 3px solid #005805 !important;
  font-weight: bold;
  color: #005805;
}
.cm-control-row {
  border-left: 3px solid #115f7e !important;
  font-weight: bold;
  color: #115f7e;
}
.cm-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cm-title {
  margin-bottom: 0;
}
.cm-legend-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.cm-legend-title {
  margin-bottom: 0;
  margin-right: 20px;
}

.cm-tooltip {
  position: absolute;
  /* display: inline-block; */
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.cm-tooltip .cm-tooltiptext {
  visibility: hidden;
  width: 320px;
  background-color:#444444;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
  /* Position the tooltip text - see examples below! */
  /* position: absolute;*/
  z-index: 1; 
  position: relative;
  bottom: 100%;
  left: 80%;
  margin-left: -180px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.cm-tooltip:hover .cm-tooltiptext {
  visibility: visible;
}
.cm-reload-button {
  color: #070647;
  
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.cm-reload-button:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
