/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/src/scss/styles.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Tables
   ========================================================================== */
/**
 * Prevent double borders
 */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/**
 * 1. Removes font-weight bold by inheriting
 * 2. Matches default `<td>` alignment by inheriting `text-align`.
 * 3. Fix alignment for Safari
 */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

body {
  margin: 0;
  font-family: Lato, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

#prHeader span,
#lastAttempHeader span {
  font-weight: 700;
  color: #008060;
}

#lastAttempHeader,
#chartContainer,
#percentagesContainer,
#scoresContainer {
  margin-bottom: 1rem;
}

#rmContainer,
#percentagesContainer {
  overflow: auto;
}

#rmTable thead,
#percentagesTable thead {
  text-align: center;
  background-color: rgb(252.2, 241, 229.6);
}
#rmTable td,
#percentagesTable td {
  text-align: center;
}

#scoresTable .td-date,
#scoresTable .td-score {
  font-weight: 700;
}

#loadAllBtn {
  background-color: #F9FAFC;
  text-align: center;
  cursor: pointer;
}

.scoresContainer {
  margin-top: 1rem;
}

#welcomeContainer {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#wod-description {
  white-space: pre-wrap;
  margin-bottom: 1rem;
}
#wod-description p {
  margin: -1rem 0 0 0;
}

.breadcrumb {
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li a {
  color: #008060;
}
.breadcrumb li + li::before {
  padding: 8px;
  content: "/ ";
}

.btn-group {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-grid {
  position: relative;
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.btn {
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s;
}
.btn.btn-sm {
  padding: 0.375rem 0.75rem;
}

.btn-primary {
  background-color: #008060;
  color: #fff;
}
.btn-primary:hover {
  background-color: rgb(0, 108.8, 81.6);
}

.btn-success {
  background-color: #077C76;
  color: #fff;
}
.btn-success:hover {
  background-color: rgb(5.95, 105.4, 100.3);
}

.btn-danger {
  background-color: #692340;
  color: #fff;
}
.btn-danger:hover {
  background-color: rgb(89.25, 29.75, 54.4);
}

.btn-info {
  background-color: #334AC0;
  color: #fff;
}
.btn-info:hover {
  background-color: rgb(43.35, 62.9, 163.2);
}

.btn-light {
  background-color: #F9FAFC;
  color: #00221C;
}
.btn-light:hover {
  background-color: rgb(211.65, 212.5, 214.2);
}

.btn-nav-transparent {
  color: #fff;
  transition: color 0.1s ease, background-color 0.1s ease;
}
.btn-nav-transparent:hover, .btn-nav-transparent:focus {
  color: #fff;
  background-color: #00aa80;
  border-color: transparent;
}

.btn-with-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.btn-with-icon svg {
  margin-right: 0.25rem;
}

@media (min-width: 768px) {
  .btn-group,
  .btn-grid {
    width: 50%;
  }
}
.container {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

.container-first-element {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .container {
    width: 80%;
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 65%;
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 50%;
    max-width: 1400px;
  }
}
footer {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
}

#version-name-span {
  float: left;
}

#copyright-span {
  float: right;
}

.form-group {
  margin-bottom: 1rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #ced4da;
  background-color: #e9ecef;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  border: 1px solid #ced4da;
  box-sizing: border-box;
}
.form-control:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 128, 96, 0.25);
  border-color: rgb(127.5, 191.5, 175.5);
  outline: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.5rem 2.25rem 0.5rem 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27m2 5 6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem 0.8rem;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out;
  appearance: none;
}
.form-select:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 128, 96, 0.25);
  border-color: rgb(127.5, 191.5, 175.5);
  outline: 0;
}

.form-error {
  background-color: #692340;
}

@media (min-width: 768px) {
  .form-group {
    width: 50%;
  }
  .form-group:has(textarea) {
    width: 100%;
  }
}
.page-title {
  color: #008060;
  font-weight: 700;
  margin-bottom: 1rem;
}

.navbar {
  background-color: #495057;
  height: 5rem;
}
.navbar > .container {
  height: 100%;
}
.navbar .nav-link {
  align-items: center;
  color: #fff;
  display: flex;
  float: left;
  font-size: 1rem;
  height: 100%;
  padding: 0rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.navbar .nav-link:hover {
  background-color: rgb(62.05, 68, 73.95);
}
.navbar .nav-link.home {
  background-color: #008060;
}
.navbar .nav-link.home img {
  height: 90%;
  width: auto;
}
.navbar .nav-link.home:hover {
  background-color: rgb(0, 108.8, 81.6);
}
.navbar .nav-dropdown {
  position: relative;
  display: inline-block;
  height: 100%;
}
.navbar .nav-dropdown .nav-dropbtn {
  background-color: inherit;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  outline: none;
  padding: 0rem 1rem;
}
.navbar .nav-dropdown .nav-dropbtn:hover {
  background-color: rgb(62.05, 68, 73.95);
}
.navbar .nav-dropdown .nav-dropbtn.active {
  background-color: #008060;
}
.navbar .nav-dropdown .nav-dropbtn.active:hover {
  background-color: rgb(0, 108.8, 81.6);
}
.navbar .nav-dropdown .nav-dropdown-content {
  background-color: #495057;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 160px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.navbar .nav-dropdown .nav-dropdown-content a {
  color: #fff;
  cursor: pointer;
  display: block;
  float: none;
  padding: 0.8rem 1rem;
  text-align: left;
  text-decoration: none;
}
.navbar .nav-dropdown .nav-dropdown-content a:hover {
  background-color: rgb(62.05, 68, 73.95);
}
.navbar .nav-dropdown .nav-dropdown-content button {
  background-color: inherit;
  border: none;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  margin: 0;
  outline: none;
  padding: 0.8rem 1rem;
  width: 100%;
}
.navbar .nav-dropdown .nav-dropdown-content button:hover {
  background-color: rgb(62.05, 68, 73.95);
}
.navbar .nav-dropdown .nav-dropdown-content.show {
  display: block;
}

#login-dropdown {
  float: right;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: transparent;
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px transparent;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  background-color: rgb(191.25, 223.25, 215.25);
  vertical-align: bottom;
}

.table-hover > tbody > tr:hover > * {
  background-color: #dee2e6;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

[data-url] {
  cursor: pointer;
}

.td-go-to-icon {
  width: 2rem;
  text-align: center;
}

.text-muted {
  color: #6c757d;
}
