@font-face {
  font-family: InterVariable;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("InterVariable.woff2") format("woff2");
}

body * {
  font-family: "InterVariable", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  cursor: default;
  letter-spacing: -0.006em;
  font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
  -webkit-font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
  -ms-font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
  -moz-font-feature-settings: 'kern' 1, 'tnum' 1, 'ss01' 1;
}

.title {
  color: #333638;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
  margin-top: 32px;
}

.subtitle {
  color: #6D7175;
  margin-top: 0px;
  margin-bottom: 24px;
}

.container {
  max-width: 500px;
  margin: 0 auto;
}

button {
  font-family: "InterVariable", sans-serif;
  letter-spacing: -0.006em;
  background: #262626;
  color: #FFFFFF;
  border: 0px;
  padding: 6px 10px;
  border-radius: 6px;
  height: 28px;
}

button:hover {
  background: blue;
}

.general-pace {
  height: 28px;
  padding: 0px 8px !important;
  width: 50px !important;
  border-radius: 4px;
  font-family: "InterVariable", sans-serif;
  width: 30px;
  margin: 0px 4px;
  border: 0px solid #FFFFFF;
  background-color: #F2F2F2;
  border-radius: 6px;
  padding: 2px 0px 2px 4px;
}

.general-pace:hover {
  background-color: #E6E6E6;
}

.general-pace:focus {
  background-color: #E6E6E6;
  outline: none;
}

.label-km {
  font-size: 14px;
  margin: 0px 8px 0px 4px;
}

table {
  margin-top: 24px;
  margin-bottom: 120px;
  width: 100%;
  border-collapse: collapse;
}

.pace {
  font-family: "InterVariable", sans-serif;
  width: 40px;
  margin: 0px 4px;
  border: 0px solid #FFFFFF;
  background-color: #F2F2F2;
  border-radius: 6px;
  padding: 2px 0px 2px 4px;
}

.pace:hover {
  background-color: #E6E6E6;
}

.pace:focus {
  border: 0px solid #FFFFFF;
  outline: none;
}

td {
  border-bottom: 1px solid #e6e6e6;
  padding: 6px 4px;
}

tr:hover {
  background: #F9F9F9;
}

#updateButton, #clearButton {
  display: none;
}

.special-row, .styled-row {
  background: #F5F5F5;
}

.special-row:hover {
  background: #F5F5F5;
}

.special-row input {
  display: none;
}

.table-checkbox {
  width: 10px;
}

/* Custom checkbox styling */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #F5F5F5;
  border-radius: 2px;
  background-color: #F5F5F5;
  cursor: pointer;
  position: relative;
}

input[type="checkbox"]:checked {
  background-color: #F5F5F5;
}

input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: 0px solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

input[type="checkbox"]:hover {
  border-color: blue;
}

input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(38, 38, 38, 0.2);
}

.total-time {
  width: 80px;
  text-align: right;
}

.total-pace {
  width: 60px;
  color: gray;
  text-align: right;
  padding-right: 10px;
}

.content-question {
  margin: 50px 0px;
  line-height: 1.45;
}

.content-head {
  font-weight: 500;
}


