@import url("https://rsms.me/inter/inter.css");
* {
  box-sizing: border-box;
}

html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body {
  margin: 0;
  background-color: #f7f4e9;
  padding: 0 1rem;
  height: 100%;
}

@media only screen and (max-width: 511px) {
  html {
    font-size: 12px;
  }
}
@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
.table {
  table-layout: fixed;
  background-color: #366e37;
  position: relative;
  text-align: left;
  border-radius: 0.25rem;
  padding: 0.5rem;
  color: white;
  outline: none;
  width: 100%;
}
.table thead,
.table tbody,
.table tr,
.table th {
  width: 100%;
}
.table th {
  position: sticky;
  background-color: #438945;
  border-radius: 0.25rem;
  z-index: 10;
  top: 0;
  font-weight: 500;
}
.table th button {
  padding: 0;
  background-color: transparent;
  color: white;
}
.table th button.ascending, .table th button.descending {
  border-bottom: 0.25rem solid black;
  border-radius: 0;
}
.table td,
.table th {
  padding: 0.25rem 0.5rem;
}
.table p {
  margin: 0;
}
.table .small-cell {
  width: 2rem;
}
.table .medium-cell {
  width: 4rem;
}

h1 {
  font-weight: 500;
  font-size: 1.5rem;
}

h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}

header {
  padding: 1rem 0;
}
header h1 {
  color: #1d1d2c;
  margin: 0;
  padding: 0;
  line-height: 0;
}
header h1 a {
  border: none;
  margin: 0;
  padding: 0;
}
header {
  margin-bottom: 1rem;
}

nav a {
  margin-left: 1rem;
}
nav span {
  margin-left: 0.25rem;
}

a {
  color: inherit;
  border-bottom: thin solid #bbb8af;
  text-decoration: none;
}

button.-three-d,
.button.-three-d {
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f7f4e9;
}
button.-three-d:hover,
.button.-three-d:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
button.-three-d:active,
.button.-three-d:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}
button,
.button {
  line-height: 1;
  outline: none;
  border: none;
  color: #333;
  margin-left: 0;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  display: inline-block;
  cursor: pointer;
}
button.-warning,
.button.-warning {
  background-color: #f6bbb3;
}
button.-on-green,
.button.-on-green {
  background-color: #438945;
  border: thin solid rgba(255, 255, 255, 0.2509803922);
  box-shadow: none;
  color: white;
}
button.-on-green:hover,
.button.-on-green:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.5647058824);
  box-shadow: none;
}
button.-on-green:disabled:hover,
.button.-on-green:disabled:hover {
  transform: none;
  cursor: not-allowed;
}
button.-on-blue,
.button.-on-blue {
  background-color: transparent;
  border: thin solid rgba(255, 255, 255, 0.2509803922);
  box-shadow: none;
  color: white;
}
button.-on-blue:hover,
.button.-on-blue:hover {
  transform: none;
  border-color: rgba(255, 255, 255, 0.5647058824);
  box-shadow: none;
}
button.-on-blue:disabled:hover,
.button.-on-blue:disabled:hover {
  transform: none;
  cursor: not-allowed;
}
buttonbutton::-moz-focus-inner,
button input::-moz-focus-inner,
.buttonbutton::-moz-focus-inner,
.button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

dl {
  display: flex;
}
dl dt {
  color: rgba(0, 0, 0, 0.4);
}
dl dd {
  margin: 0 0.5rem;
}

fieldset {
  padding: 0;
  margin: 0.5rem 0;
  border: none;
}

form {
  margin: 0;
}

input[type=text],
input[type=password],
input[type=date],
select {
  appearance: none;
  border: thin solid #3cbcc3;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
input[type=text].small,
input[type=password].small,
input[type=date].small,
select.small {
  width: 3rem;
}

label {
  display: block;
}

.bg-red {
  background-color: #e40c2b;
}

.blue-box {
  background-color: #3cbcc3;
  border-radius: 0.25rem;
  border: thin solid #2b9aa0;
  box-shadow: 2px 2px 0px 0px rgba(43, 154, 160, 0.3137254902);
}
.blue-box h1 {
  font-size: 1.25rem;
  font-weight: 500;
}
.blue-box .rdp .rdp-nav_button_previous {
  margin-right: 0.5rem;
}
.blue-box .rdp .rdp-nav {
  display: flex;
}
.blue-box .rdp .rdp-nav button {
  background-color: transparent;
  border: thin solid rgba(255, 255, 255, 0.2509803922);
  color: white;
  box-shadow: none;
  width: 2rem;
  height: 2rem;
  display: flex;
}
.blue-box .rdp .rdp-nav button:hover {
  box-shadow: none;
  transform: none;
}
.blue-box .rdp .rdp-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2b9aa0;
  padding: 0.5rem;
}
.blue-box .rdp .rdp-caption h2 {
  font-size: 1.25rem;
  margin: 0;
  color: white;
  font-weight: 500;
  text-transform: capitalize;
}
.blue-box .rdp .rdp-vhidden {
  display: none;
}
.blue-box .rdp .rdp-cell {
  padding: 0;
  margin: 0;
}
.blue-box .rdp .rdp-button.rdp-day {
  width: 100%;
  display: block;
  height: 3rem;
  background-color: rgba(255, 255, 255, 0.2509803922);
  box-shadow: none;
}
.blue-box .rdp .rdp-button.rdp-day:hover {
  box-shadow: none;
  transform: none;
}
.blue-box .rdp .rdp-button.rdp-day.rdp-day_selected {
  background-color: #11666b;
  color: white;
}
.blue-box .rdp table {
  border-spacing: 0.5rem;
  border-collapse: separate;
  width: 100%;
}
.blue-box .rdp table th {
  background-color: #11666b;
  color: white;
  font-weight: 400;
  border-radius: 0.25rem;
}
.blue-box .rdp table td {
  padding: 0.25rem 0;
}
.blue-box .react-calendar {
  margin-bottom: 1rem;
}
.blue-box .react-calendar .react-calendar__navigation {
  display: grid;
  grid-template-columns: 2rem 2rem 1fr 2rem 2rem;
  gap: 0.5rem;
}
.blue-box .react-calendar .react-calendar__navigation__label {
  background: transparent;
  text-transform: capitalize;
}
.blue-box .react-calendar .react-calendar__month-view__weekdays {
  text-transform: capitalize;
  border-radius: 0.25rem;
}
.blue-box .react-calendar .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday {
  color: white;
  background-color: #2b9aa0;
  margin: 0.5rem 0;
  padding: 0.5rem;
}
.blue-box .react-calendar .react-calendar__month-view__weekdays abbr[title] {
  text-decoration: none;
}
.blue-box .react-calendar .react-calendar__month-view__days,
.blue-box .react-calendar .react-calendar__month-view__weekdays {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0.5rem;
}
.blue-box .react-calendar .react-calendar__month-view__days__day--neighboringMonth {
  background-color: rgba(255, 255, 255, 0.2509803922);
}
.blue-box .react-calendar button {
  border: none;
  box-shadow: none;
}
.blue-box .react-calendar button:hover {
  transform: none;
}
.blue-box .react-calendar button.react-calendar__tile--active {
  background-color: #11666b;
  color: white;
}
.blue-box .react-calendar .react-calendar__month-view__weekdays {
  text-align: center;
}
.blue-box .react-calendar .react-calendar__month-view__days button {
  min-height: 3rem;
}
.blue-box .react-calendar .react-calendar__navigation__arrow {
  background-color: transparent;
  border: thin solid rgba(255, 255, 255, 0.2509803922);
}
.blue-box .react-calendar .react-calendar__navigation__arrow:hover {
  border-color: rgba(255, 255, 255, 0.5647058824);
}

.big {
  font-size: 2.5rem;
  font-weight: bold;
}

.bold {
  font-weight: 600;
}

.container {
  max-width: 32rem;
  margin: 0 auto;
}

.cursor {
  cursor: pointer;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-1 {
  flex: 1;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.25rem;
}

.result {
  display: grid;
  grid-template-columns: 6fr 2fr 1fr 1fr 5rem;
  grid-gap: 0.25rem;
  padding: 0.5rem 0.5rem;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1254901961);
}
.result .label {
  color: white;
}
.result .label span {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.result .win {
  background-color: #438945;
}
.result .loss {
  background-color: #e40c2b;
}
.result .draw {
  background-color: #666;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.25rem 0.5rem;
}
.grid-2 .span-2 {
  grid-column: span 2;
}

.full-width {
  width: 100%;
}

.width-30 {
  width: 30%;
}

.date {
  font-weight: 500;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  opacity: 70%;
}

.dim {
  color: rgba(255, 255, 255, 0.5647058824);
}

article {
  width: 100%;
  margin-bottom: 1rem;
  color: white;
  background-color: #438945;
  box-shadow: 2px 2px 0px 0px rgba(67, 137, 69, 0.3137254902);
  padding: 0.5rem;
  border-radius: 0.25rem;
}
article header h2,
article header h3 {
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  padding: 0;
  font-weight: 500;
}
article header {
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding: 0.25rem 0;
  text-transform: uppercase;
}
article p {
  margin: 0.25rem 0;
}
article .box {
  background-color: rgba(0, 0, 0, 0.1254901961);
  padding: 0rem 0.5rem;
  border-radius: 0.25rem;
}

.margin-bottom {
  margin-bottom: 0.5rem;
}

.margin-top {
  margin-top: 0.5rem;
}

.margin-right {
  margin-right: 0.5rem;
}

.margin-vertical {
  margin: 0.5rem 0;
}

.no-margin {
  margin: 0;
}

.player-select small {
  display: block;
}
.player-select label {
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: rgba(29, 29, 44, 0.1882352941);
}
.player-select input {
  display: none;
}
.player-select input:checked + label {
  background-color: #1d1d2c;
  color: white;
}

.player-item {
  background-color: rgba(29, 29, 44, 0.1882352941);
  border-radius: 0.25rem;
  padding: 0.5rem;
}

.rating-change {
  background-color: #f7f4e9;
  color: black;
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem 0.25rem 0.25rem;
  width: 2.75rem;
  border-radius: 0.25rem;
  margin-left: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.rating-change.-up {
  color: #438945;
}
.rating-change.-down {
  color: rgb(172, 2, 2);
}
.rating-change.-unchanged {
  color: black;
  display: block;
  text-align: center;
}

.score-input {
  appearance: none;
  background-color: white;
  border-radius: 0.25rem;
  border: none;
  padding: 0.5rem;
  margin: 1rem 0;
  font-size: 1.5rem;
  width: 3rem;
  text-align: center;
}
.score-input::-webkit-outer-spin-button, .score-input::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.width-2 {
  width: 2.5rem;
}

.width-1 {
  width: 1.5rem;
}

/*# sourceMappingURL=global.css.map */
