
/*! 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.
 */
@import "flatpickr/dist/flatpickr.css";
@import "select2/dist/css/select2.css";
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;
}

/**
 * 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 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-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 */
  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;
}

.gray-bg {
  background-color: #F9F9F9;
}

h1 .container {
  width: auto;
  max-width: none;
  padding: 10px 0 0 0;
}
h1.title {
  margin: 0 0 20px 0;
  padding: 0;
  background: rgba(0, 50, 88, 0.1);
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  padding: 20px;
}
h1.title .inner {
  float: right;
}
h1.title .inner span {
  font-size: 0.8em;
}
h1.title .inner span b {
  font-size: 1.2em;
}
h1.title .inner .button {
  margin-left: 20px;
}
h1 .button {
  float: right;
}
h1 .credits {
  position: relative;
  top: 3px;
  font-family: "Heebo", sans-serif;
  font-size: 20px;
  float: right;
  margin-right: 15px;
  font-weight: 300;
}
h1 .credits span {
  position: relative;
  top: 1px;
  font-weight: 900;
}

[class*=grid-row] {
  display: flex;
  margin-bottom: 30px;
}
[class*=grid-row] [class*=col-] {
  margin: 0 15px;
}
[class*=grid-row] [class*=col-]:first-child {
  margin-left: 0;
}
[class*=grid-row] [class*=col-]:last-child {
  margin-right: 0;
}
[class*=grid-row] .col-1 {
  width: 8.3333333333%;
}
[class*=grid-row] .col-2 {
  width: 16.6666666667%;
}
[class*=grid-row] .col-3 {
  width: 25%;
}
[class*=grid-row] .col-4 {
  width: 33.3333333333%;
}
[class*=grid-row] .col-5 {
  width: 41.6666666667%;
}
[class*=grid-row] .col-6 {
  width: 50%;
}
[class*=grid-row] .col-7 {
  width: 58.3333333328%;
}
[class*=grid-row] .col-8 {
  width: 66.6666666667%;
}
[class*=grid-row] .col-9 {
  width: 75.0000000019%;
}
[class*=grid-row] .col-10 {
  width: 83.3333333333%;
}
[class*=grid-row] .col-11 {
  width: 91.6666666674%;
}
[class*=grid-row] .col-12 {
  width: 100%;
}
[class*=grid-row].separate-columns > [class*=col-] {
  border-left: 1px solid #D6DDE3;
  padding: 0 30px;
  margin: 0;
}
[class*=grid-row].separate-columns > [class*=col-]:first-child {
  border-left: none;
  padding-left: 0;
}
[class*=grid-row].separate-columns > [class*=col-]:last-child {
  padding-right: 0;
}
[class*=grid-row].collapse [class*=col-] {
  margin: 0;
}

.grid-row-form {
  margin-bottom: 10px;
}
.grid-row-form [class*=col-] {
  margin: 0 7px;
}

.header {
  padding-top: 10px;
}
.header .logo {
  display: block;
  width: 120px;
  float: left;
}
.header .logo img {
  max-width: 100%;
}
.header .main_nav {
  list-style: none;
  float: left;
  text-align: left;
  margin: 0;
  padding: 0;
  margin-top: 30px;
  margin-left: 30px;
}
.header .main_nav > li {
  display: block;
  float: left;
}
.header .main_nav > li a {
  display: block;
  padding: 10px 16px;
  text-decoration: none;
  color: rgb(0, 50, 88);
  border-radius: 3px 3px 0 0;
  transition: 0.1s ease all;
}
.header .main_nav > li a.on, .header .main_nav > li a:hover {
  background: rgb(0, 50, 88);
  color: #fff;
}
.header ul.user {
  float: right;
  list-style: none;
}
.header ul.user li.user-icon {
  font-size: 1.4em;
}
.header ul.user li.user-icon ul {
  display: none;
  z-index: 99999;
  font-size: 0.9rem;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  padding: 10px;
}
.header ul.user li.user-icon ul li {
  padding: 7px 5px;
  border-bottom: 1px solid #D6DDE3;
}
.header ul.user li.user-icon ul li:last-child {
  border-bottom: none;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 0px;
}
.header ul.user li.user-icon ul li span {
  font-size: 0.7em;
}
.header ul.user li.user-icon:hover ul {
  display: block;
}
.header .sub_nav {
  min-height: 5px;
  background: rgb(0, 50, 88);
}
.header .sub_nav ul::after {
  display: block;
  content: "";
  clear: both;
}
.header .sub_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.85em;
}
.header .sub_nav ul li {
  float: left;
}
.header .sub_nav ul li a {
  display: block;
  padding: 15px;
  color: #fff;
  opacity: 0.75;
  transition: 0.1s ease all;
}
.header .sub_nav ul li a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.17);
  opacity: 1;
}
.header .sub_nav ul li a.on {
  opacity: 1;
  background: rgba(255, 255, 255, 0.17);
  border-bottom: 3px solid #FFB718;
  padding-bottom: 12px;
}
.header .sub_nav ul li span {
  display: block;
  padding: 15px;
  color: #fff;
  font-weight: 700;
}

.report-nav ul {
  list-style: none;
  padding-top: 15px;
  padding-left: 0;
}
.report-nav ul li {
  display: inline-block;
  margin: 0 15px;
  padding-bottom: 8px;
}
.report-nav ul li:first-child {
  margin-left: 0;
}
.report-nav ul li:last-child {
  margin-right: 0;
}
.report-nav ul li.selected, .report-nav ul li:hover {
  box-shadow: 0 2px 0 rgb(0, 50, 88);
}
.report-nav ul li.selected a, .report-nav ul li:hover a {
  text-decoration: none;
}
.report-nav ul li a {
  color: rgb(0, 50, 88);
}

.impersonate-notice {
  background-color: black;
  color: white;
  padding: 5px;
}

.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: rgb(0, 50, 88);
  font-size: 13px;
  padding: 7px 10px;
  color: #FFF;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  transition: 0.1s ease all;
}
.button:hover {
  text-decoration: none;
  background: #E03C31;
}
.button.submit {
  font-family: "Heebo", sans-serif;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 200;
  min-width: 200px;
  font-weight: 300;
  font-size: 1.2em;
  border-radius: 5px;
  border: none;
}
.button.submit.small {
  padding: 10px;
}

.search-btn {
  padding: 7px !important;
  margin-top: 21px;
  width: 100%;
}

.really-selected {
  background: #264b69 !important;
  border-color: #264b69 !important;
  color: #fff;
}

.active-video {
  background-color: #FFB718;
  color: black;
}

.table_container {
  background: #FFF;
  padding: 20px;
  border: 1px solid #D6DDE3;
  overflow-x: auto;
}
.table_container h2 {
  margin-top: 0;
}
.table_container table td, .table_container table .td, .table_container table th, .table_container table .th, .table_container .table td, .table_container .table .td, .table_container .table th, .table_container .table .th {
  padding: 8px 6px;
}
.table_container table td h2, .table_container table .td h2, .table_container table th h2, .table_container table .th h2, .table_container .table td h2, .table_container .table .td h2, .table_container .table th h2, .table_container .table .th h2 {
  margin-bottom: 0;
  font-size: 1.2em;
}
.table_container table, .table_container .table {
  border-collapse: collapse;
  width: 100%;
}
.table_container table thead th, .table_container table thead .th, .table_container table .thead th, .table_container table .thead .th, .table_container .table thead th, .table_container .table thead .th, .table_container .table .thead th, .table_container .table .thead .th {
  text-align: left;
}
.table_container table thead.text-center th, .table_container table thead.text-center .th, .table_container table .thead.text-center th, .table_container table .thead.text-center .th, .table_container .table thead.text-center th, .table_container .table thead.text-center .th, .table_container .table .thead.text-center th, .table_container .table .thead.text-center .th {
  text-align: center;
}
.table_container table tbody tr, .table_container table tbody .tr, .table_container table .tbody tr, .table_container table .tbody .tr, .table_container .table tbody tr, .table_container .table tbody .tr, .table_container .table .tbody tr, .table_container .table .tbody .tr {
  border-top: 1px solid #D6DDE3;
}
.table_container table tbody tr:hover, .table_container table tbody .tr:hover, .table_container table .tbody tr:hover, .table_container table .tbody .tr:hover, .table_container .table tbody tr:hover, .table_container .table tbody .tr:hover, .table_container .table .tbody tr:hover, .table_container .table .tbody .tr:hover {
  background: #E4EDF5 !important;
}
.table_container table tbody tr.spacer:hover, .table_container table tbody .tr.spacer:hover, .table_container table .tbody tr.spacer:hover, .table_container table .tbody .tr.spacer:hover, .table_container .table tbody tr.spacer:hover, .table_container .table tbody .tr.spacer:hover, .table_container .table .tbody tr.spacer:hover, .table_container .table .tbody .tr.spacer:hover {
  background: none !important;
}
.table_container table tbody .action, .table_container table .tbody .action, .table_container .table tbody .action, .table_container .table .tbody .action {
  font-size: 0.8em;
  vertical-align: middle;
}
.table_container table tbody .action a, .table_container table .tbody .action a, .table_container .table tbody .action a, .table_container .table .tbody .action a {
  color: #99A5B1;
}
.table_container table.striped tbody tr:nth-child(odd), .table_container table.striped tbody .tr:nth-child(odd), .table_container table.striped .tbody tr:nth-child(odd), .table_container table.striped .tbody .tr:nth-child(odd), .table_container .table.striped tbody tr:nth-child(odd), .table_container .table.striped tbody .tr:nth-child(odd), .table_container .table.striped .tbody tr:nth-child(odd), .table_container .table.striped .tbody .tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.02);
}
.table_container table a, .table_container .table a {
  font-size: 0.8em;
  color: #99A5B1;
}
.table_container table th, .table_container table .th, .table_container .table th, .table_container .table .th {
  white-space: nowrap;
  background: #fff !important;
}
.table_container table col.hover, .table_container .table col.hover {
  background: #E4EDF5 !important;
}
.table_container table .spacer + tr, .table_container table .spacer + .tr, .table_container .table .spacer + tr, .table_container .table .spacer + .tr {
  border-top: none;
}
.table_container .team-table-link {
  cursor: pointer;
}
.table_container .no-border tbody tr {
  border-top: 0px !important;
}

.table {
  display: table;
}
.table .thead {
  display: table-header-group;
  font-weight: bold;
}
.table .tbody {
  display: table-row-group;
}
.table .tr {
  display: table-row;
}
.table .td, .table .th {
  display: table-cell;
}

#opponent-table tr {
  cursor: pointer;
}

#opponent-table tbody tr:hover {
  background-color: lightgray;
}

.organizations {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -10px;
}
.organizations .org {
  background: #fff;
}
.organizations .org a {
  text-decoration: none;
}
.organizations .org {
  width: calc(33.3333% - 20px);
  margin: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.organizations .org .org-logo-container {
  width: 100px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
}
.organizations .org .org_logo img {
  max-width: 80%;
  max-height: 80%;
}
.organizations .org .org-name-container {
  vertical-align: middle;
}
.organizations .org h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  float: left;
  color: rgb(0, 50, 88);
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

dl.team-details::after {
  display: block;
  content: "";
  clear: both;
}
dl.team-details dt {
  font-weight: 700;
  display: block;
  float: left;
  clear: left;
  width: 180px;
  margin-bottom: 20px;
}
dl.team-details dd {
  float: right;
  clear: right;
  margin: 0;
  margin-bottom: 10px;
  width: calc(100% - 195px);
}
dl.team-details dd ul {
  margin: 0;
}

.rink {
  position: relative;
  margin-top: 15px;
}
.rink .shot-marker {
  position: absolute;
  transform: translate(-50%, -50%);
}
@media (max-width: 1221px) {
  .rink .shot-marker {
    scale: 0.8;
  }
}
@media (max-width: 861px) {
  .rink .shot-marker {
    scale: 0.7;
  }
}
.rink .danger-zone {
  position: absolute;
  opacity: 0;
}
.rink .danger-zone:not(.low_danger) {
  z-index: 9999999 !important;
}
.rink .danger-zone.low_danger {
  background: blue;
  top: 0%;
  right: 0%;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.rink .danger-zone.high_danger {
  background: red;
  top: 40.5%;
  right: 5.5%;
  width: 11%;
  height: 18%;
  z-index: 900;
}
.rink .danger-zone.high_danger.left-side {
  left: 5.5%;
}
.rink .danger-zone.mid_danger_top {
  background: green;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  top: 22.6%;
  width: 11.2%;
  right: 5.4%;
  height: 18%;
  z-index: 900;
}
.rink .danger-zone.mid_danger_top.left-side {
  left: 5.4%;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.rink .danger-zone.mid_danger_bottom {
  background: green;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  top: 58.4%;
  width: 11.3%;
  right: 5.4%;
  height: 18.4%;
  z-index: 900;
}
.rink .danger-zone.mid_danger_bottom.left-side {
  left: 5.4%;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.rink .danger-zone.mid_danger {
  background: green;
  top: 23.5%;
  height: 52.3%;
  right: 16.5%;
  width: 7.4%;
  z-index: 900;
}
.rink .danger-zone.mid_danger.left-side {
  left: 16.5%;
}

.net {
  position: relative;
}
.net .net-marker {
  position: absolute;
  transform: translate(-50%, -50%);
}

.high {
  color: red;
}

.medium {
  color: black;
}

.low {
  color: blue;
}

.no-click {
  pointer-events: none;
}

.form .row {
  display: flex;
  flex-flow: row wrap;
}
.form .row.center {
  text-align: center;
}
.form .row.center .field {
  text-align: center;
}
.form .row.one {
  margin: 0 -5px;
}
.form .row.one .field {
  width: 100%;
  padding: 5px;
}
.form .row.four {
  margin: 0 -5px;
}
.form .row.four .field {
  width: 25%;
  padding: 5px;
}
.form .row.two {
  margin: 0 -5px;
}
.form .row.two .field {
  width: 50%;
  padding: 5px;
}
.form .row.three {
  margin: 0 -5px;
}
.form .row.three .field {
  width: 33%;
  padding: 5px;
}
.form label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2px;
}
.form label.boolean {
  display: inline;
}
.form .field {
  margin-bottom: 15px;
}
.form .field h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.form .field.checks .check {
  margin-left: 25px;
  margin-bottom: 7px;
}
.form .field.checks input {
  margin-right: 10px;
  margin-left: -25px;
}
.form .field.checks label {
  line-height: 1.4em;
}
.form .center {
  text-align: center;
}
.form input[type=checkbox] {
  margin-right: 7px;
}
.form .logo-thumb {
  margin-top: 10px;
}

#event-form .input {
  margin-bottom: 20px !important;
}

/* totally not bootstrap */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: rgb(0, 50, 88);
  font-weight: bold;
  border: 0;
  border-bottom: 1px solid #D6DDE3;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea,
select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #999999;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #999999;
}

input[type=text]::-ms-expand,
input[type=email]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=password]::-ms-expand,
input[type=number]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}

.select2-selection {
  height: 34px !important;
  padding-top: 3px !important;
}

.search-field-pls {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.game-player-checkboxes {
  column-count: 2;
  column-gap: 0px;
}
.game-player-checkboxes input[type=checkbox] {
  float: left;
  width: 20px;
}
.game-player-checkboxes input[type=checkbox] + label {
  display: block;
  width: 230px;
  margin-bottom: 5px;
}

.goalie-depth-input .select2 {
  width: 200px !important;
}
.goalie-depth-input .goalie-depth-dropdown {
  height: 700px !important;
}

#select2-event_goalie_depth-results {
  height: 287px !important;
  max-height: 287px !important;
}

.event_tagged_players {
  max-width: 700px;
}

.grid-row-form.collection-radios h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.grid-row-form.collection-radios span {
  display: block;
  margin-bottom: 7px;
}
.grid-row-form.collection-radios span label {
  display: inline;
  margin-left: 10px;
}

.notification {
  position: absolute;
  z-index: 999999;
  width: 100%;
  text-align: center;
  padding: 15px;
  color: #FFF;
  font-weight: 600;
  font-family: "Robot", sans-serif;
  font-size: 16px;
}
.notification.notice {
  background-color: #378b29;
  background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%);
}
.notification.alert {
  background-color: #3f0d12;
  background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);
}

.badge {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  display: inline-block;
  padding: 4px 4px 2px 4px;
  margin: 0 5px;
  vertical-align: bottom;
}
.badge.result {
  width: 40px;
  padding: 4px 0 2px 0;
  margin-left: 0;
  margin-right: 10px;
}
.badge-success {
  border-color: #1B8D3A;
  color: #1B8D3A;
  background: #CCE8CD;
}
.badge-danger {
  border-color: #DB2522;
  color: #DB2522;
  background: #F5D3D3;
}
.badge-info {
  border-color: #748595;
  color: #748595;
  background: #E2E7E9;
}
.badge-primary {
  border-color: rgb(0, 50, 88);
  color: #FFF;
  background: rgb(0, 50, 88);
  width: auto !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.report-header-inner {
  display: flex;
  flex-direction: row;
}
.report-header-inner .card {
  background: #FFF;
  padding: 10px;
  border: 1px solid #D6DDE3;
  flex-grow: 1;
  margin: 7px;
  font-size: 1.15em;
  min-width: 220px;
}
.report-header-inner .card:first-child {
  margin-left: 0;
  flex-grow: 0;
}
.report-header-inner .card:last-child {
  margin-right: 0;
  flex-grow: 0;
}
.report-header-inner .card.middle {
  flex-grow: 2;
}
.report-header-inner small {
  font-weight: bold;
}
.report-header-inner p:first-child {
  margin-top: 0;
}
.report-header-inner p:last-child {
  margin-bottom: 0;
}
.report-header-inner .logo img {
  max-width: 100px;
}

.report-header {
  margin-bottom: 15px;
}

.arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.default-color {
  color: rgb(0, 50, 88) !important;
}

.hidden {
  display: none;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.full-width {
  width: 100% !important;
}

.inline {
  display: inline;
}

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

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

.text-left {
  text-align: left !important;
}

.red {
  color: red;
}

.green {
  color: green;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.top-level {
  z-index: 999 !important;
}

.cell_underline {
  border-bottom: 1px solid #D6DDE3;
}

.cell_sideline {
  border-left: 1px solid #D6DDE3;
  border-right: 1px solid #D6DDE3;
}

.cell_left-line {
  border-left: 1px solid #D6DDE3;
}

.cell_right-line {
  border-right: 1px solid #D6DDE3;
}

.match-field {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.row {
  display: flex;
  flex-flow: row wrap;
}
.row.one {
  margin: 0 -5px;
}
.row.one .field {
  width: 100%;
  padding: 5px;
}
.row.two {
  margin: 0 -5px;
}
.row.two .field {
  width: 50%;
  padding: 5px;
}
.row.three {
  margin: 0 -5px;
}
.row.three .field {
  width: 33%;
  padding: 5px;
}
@media (max-width: 1221px) {
  .row.three .field.responsive {
    width: unset;
  }
}
@media (max-width: 861px) {
  .row.three .field.responsive {
    font-size: 0.75em;
  }
}
.row.four {
  margin: 0 -5px;
}
.row.four .field {
  width: 25%;
  padding: 5px;
}

.nw {
  white-space: nowrap;
}

.nw-lg {
  white-space: nowrap;
}

.pos-rel {
  position: relative;
}

.bottom-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 780px) {
  .nw-lg {
    white-space: normal;
  }
  .hide-sm {
    display: none;
  }
}
.line-height {
  line-height: 1.7em;
}

.upper {
  text-transform: uppercase;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.fluid-cols {
  display: flex;
}
.fluid-cols .fluid-col {
  flex: 1;
  margin: 0 15px;
}
.fluid-cols .fluid-col + .fluid-col {
  flex: 2;
}
.fluid-cols .fluid-col:first-child {
  margin-left: 0;
}
.fluid-cols .fluid-col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .fluid-cols .fluid-col + .fluid-col {
    flex: 1;
  }
}
@media screen and (max-width: 800px) {
  .fluid-cols {
    display: block;
  }
  .fluid-cols .fluid-col {
    display: block;
    margin: 0 0 20px 0;
  }
}

.error {
  color: red;
}

.error-field {
  border: 1px solid red !important;
}

#errors h4 {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 15px 20px;
}

#success h4 {
  color: #155724;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  padding: 15px 20px;
}

.report-logo {
  max-height: 106px;
  width: auto;
}

.tabs-pane {
  display: none;
}
.tabs-pane.show {
  display: block;
}
.tabs .tab {
  cursor: pointer;
}
.tabs-top .tabs-nav {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 1.5em 0 0.25em 0;
}
.tabs-top .tabs-nav li {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #99A5B1;
  padding: 0.75em 1.5em;
  margin: 0.5em;
  background: #fff;
  cursor: pointer;
}
.tabs-top .tabs-nav li:hover {
  background: #E2E7E9;
}
.tabs-top .tabs-nav li.selected {
  margin-bottom: -1px;
  background: #264b69;
  border-color: #264b69;
  color: #fff;
}
.tabs tr.selected {
  background: #E4EDF5 !important;
}
.tabs tr.selected td:first-child {
  border-left: 3px solid #264b69;
}

.player-shots {
  margin-top: 1em;
  overflow: hidden;
}
.player-shots .player-data {
  width: 50%;
  float: left;
}
.player-shots .player-rink {
  width: 50%;
  float: left;
  padding: 0 0 0 1em;
}
.player-shots .player-rink .rink-container {
  overflow: hidden;
}
.player-shots .player-rink .rink-container .rink {
  width: 200%;
  float: right;
  margin-top: 0;
}

#event-list {
  border: 1px solid #D6DDE3;
  height: 45vh;
  font-size: 0.9em;
}
#event-list .table_container {
  padding: 0;
  border: 0;
  background: none;
  height: calc(100% - 30px);
}
#event-list .table_container .table {
  border-spacing: 0;
}
#event-list .table_container .td:first-child, #event-list .table_container .th:first-child {
  padding-left: 15px;
}
#event-list .table_container .td:last-child {
  text-align: right;
}
#event-list .indicator {
  width: 5px;
  padding: 0;
}
#event-list .tr {
  cursor: pointer;
}
#event-list .tr.selected {
  background: #E4EDF5 !important;
}
.video-header .grid-row {
  margin-bottom: 0;
}

.add-event-btn {
  margin-top: -30px;
}
.add-event-btn .button {
  display: block;
  border-radius: 0;
  padding: 0;
  line-height: 30px;
  position: relative;
}

#event-form .rink {
  margin-top: 0;
}
#event-form .grid-row-form [class*=col-] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
#event-form .grid-row-form [class*=col-] .input {
  flex: 1;
  margin-bottom: 0px !important;
}

#event-select {
  font-weight: bold;
  background-color: #003258;
  color: white;
}

#result-filter {
  display: none;
}

#faceoff-options {
  display: none;
}

#zone-event-options {
  display: none;
}

#zone-entry-options {
  display: none;
}

#zone-exit-options {
  display: none;
}

.show-filter {
  display: block !important;
}

.faceoff-chart {
  position: relative;
}
.faceoff-chart .faceoff-location {
  text-align: center;
  position: absolute;
  font-size: 2em;
  font-weight: bold;
  line-height: 0.7em;
  width: 15%;
  transform: translate(-50%, -50%);
}
.faceoff-chart .faceoff-location span {
  font-size: 0.5em;
}
.faceoff-chart .faceoff-location.neutral {
  width: 100px;
  padding: 14px 0 11px 0;
  font-size: 1.5em;
  background: #99A5B1;
  color: #fff;
  border-radius: 5px;
}
.faceoff-chart .faceoff-location.neutral:after {
  content: "";
  display: block;
  position: absolute;
  background: #99A5B1;
  left: 50%;
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
}
.faceoff-chart .faceoff-location.neutral.top:after {
  bottom: 0;
  margin-bottom: -4px;
  margin-left: -5px;
}
.faceoff-chart .faceoff-location.neutral.bottom:after {
  top: 0;
  margin-top: -4px;
  margin-left: -5px;
}
.faceoff-chart .center-ice {
  top: 50%;
  left: 50%;
}
.faceoff-chart .left-top-endzone {
  top: 24.5%;
  left: 15.5%;
}
.faceoff-chart .left-bottom-endzone {
  top: 75.5%;
  left: 15.5%;
}
.faceoff-chart .right-top-endzone {
  top: 24.5%;
  left: 84.4%;
}
.faceoff-chart .right-bottom-endzone {
  top: 75.5%;
  left: 84.4%;
}
.faceoff-chart .left-top-neutral {
  top: 15%;
  left: 40%;
}
.faceoff-chart .right-top-neutral {
  top: 15%;
  left: 60%;
}
.faceoff-chart .left-bottom-neutral {
  top: 84.25%;
  left: 40%;
}
.faceoff-chart .right-bottom-neutral {
  top: 84.25%;
  left: 60%;
}

.highlight-row {
  background: #E4EDF5 !important;
}

.login_container {
  padding-top: 40px;
}
.login_container .login {
  width: 600px;
  margin: 0px auto;
  background: #FFF;
  border: 1px solid rgba(0, 50, 88, 0.1);
  border-top: 4px solid #FFB718;
  border-bottom: 4px solid #E03C31;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.login_container .login .login_logo {
  border-top: 4px solid rgb(0, 50, 88);
  text-align: center;
  padding: 20px 0;
}
.login_container .login .form {
  padding: 0 60px;
}
.login_container .login .submit-row {
  width: 100%;
  text-align: center;
}

.players-on-ice .select2-container--default .select2-selection--multiple {
  min-height: 80px;
}
.players-on-ice .select2-container--default.select2-container .select2-selection--multiple {
  min-height: 80px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative !important;
  padding-left: 22px !important; /* Adds space for the 'x' on the left */
  padding-right: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute !important; /* Force absolute positioning */
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 20px !important; /* Defined width for the click area */
  border-right: 1px solid #aaa !important; /* Optional: adds the separator line back */
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext.event-tooltip {
  padding: 10px;
  bottom: auto;
  left: 130px;
  min-width: 250px;
  width: 0px;
}
.tooltip .tooltiptext.event-tooltip.left {
  left: -200px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.star {
  visibility: hidden;
  font-size: 50px;
  cursor: pointer;
  color: gold;
}

.star:before {
  content: "☆";
  position: absolute;
  visibility: visible;
  color: black;
  margin-top: -15px;
}

.star:checked:before {
  content: "★";
  position: absolute;
  visibility: visible;
  color: gold;
  margin-top: -15px;
}

#video-box {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 28.125%;
}

.video {
  position: absolute;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.top {
  top: 0;
  left: 0;
  padding-top: 56.25%;
  width: 100%;
}

.left {
  top: 100%;
  left: 0;
  padding-top: 28.125%;
  width: 50%;
}

.right {
  top: 100%;
  right: 0;
  padding-top: 28.125%;
  width: 50%;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

body#home {
  color: #48545D;
  padding-bottom: 0;
}
body#home .btn {
  background: rgb(0, 50, 88);
  color: #fff;
  padding: 0.4em 1.3em;
  font-weight: 500;
}
body#home .btn:hover {
  background: #264b69;
}
body#home img {
  max-width: 100%;
}
body#home header {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
body#home header img {
  height: 85px;
}
body#home header .btn {
  margin-top: 20px;
}
body#home header .logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  body#home header .logo {
    text-align: left;
  }
  body#home header .logo img {
    height: 60px;
  }
  body#home header .btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  body#home header .row .logo {
    float: left !important;
    width: auto;
  }
  body#home header .row .logo + div {
    float: right !important;
    width: auto;
    margin-left: auto;
  }
}
body#home #hero {
  background: url(asset_path("home-hero-bg.jpg")) center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 180px 0 100px 0;
}
body#home #hero .btn {
  border: 2px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 0.8em;
  padding: 0.5em 1.5em;
  background: transparent;
}
body#home #hero h1 {
  font-size: 3em;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 0.4em;
}
body#home #hero p {
  margin-top: 0;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4em;
  margin-bottom: 1em;
}
@media screen and (max-width: 1065px) {
  body#home #hero {
    font-size: 0.8em;
  }
}
body#home h2, body#home h3 {
  position: relative;
  margin-bottom: 0.75em;
  letter-spacing: -0.02em;
  font-weight: 700;
}
body#home h2:after, body#home h3:after {
  display: block;
  content: "";
  background: #FFB718;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 50%;
  bottom: -0.3em;
  margin-left: -15px;
}
body#home h3 {
  font-size: 2em;
}
body#home h2 {
  font-size: 2.85em;
}
body#home h2.system {
  font-size: 3.5em;
  margin-bottom: 1.1em;
}
body#home h2.system:after {
  display: none;
}
body#home p.large {
  font-weight: 300;
  font-size: 1.25em;
}
body#home section {
  padding: 60px 0;
}
body#home section.dark {
  background: #48545D;
  color: #fff;
}
body#home section.dark p.large {
  font-size: 1.5em;
}
body#home section.dark p.large a {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1065px) {
  body#home section.dark {
    font-size: 0.8em;
  }
  body#home section.dark p.large {
    font-size: 1.25em;
  }
}
body#home section#thesystem .row.break {
  margin-bottom: 4.5em;
}
body#home section#thesystem .row.break .details {
  margin-top: 3em;
}
body#home section#thesystem h3 {
  margin-bottom: 0.5em;
}
body#home section#thesystem dl {
  font-size: 1em;
  overflow: hidden;
  padding-top: 6px;
}
body#home section#thesystem dl dt {
  border: 2px solid rgb(0, 50, 88);
  color: rgb(0, 50, 88);
  width: 34px;
  line-height: 30px;
  font-size: 1.2em;
  font-weight: 700;
  border-radius: 100px;
  text-align: center;
  float: left;
  clear: left;
  margin-top: -5px;
  margin-bottom: 1.5rem;
}
body#home section#thesystem dl dd {
  float: left;
  clear: right;
  width: calc(100% - 49px);
  margin-bottom: 1.5rem;
  margin-left: 15px;
}
body#home section#thesystem .info {
  background: #D6DDE3;
  border-radius: 7px;
  padding: 20px 15px 15px 60px;
  color: rgb(0, 50, 88);
  position: relative;
  margin-bottom: 1.5em;
}
body#home section#thesystem .info:before {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  border: 2px solid rgb(0, 50, 88);
  color: rgb(0, 50, 88);
  width: 32px;
  line-height: 28px;
  font-size: 1.2em;
  border-radius: 100px;
  text-align: center;
  background: #fff;
  content: "✔";
}
body#home section#thesystem .info p {
  font-size: 0.9em;
}
body#home section#thesystem .info p:last-child {
  margin-bottom: 0.5em;
}
body#home footer {
  padding: 30px 0 40px 0;
}
body#home footer p {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .blocker {
    padding: 0px !important;
  }
  .modal {
    padding: 15px 0px !important;
  }
}
.modal {
  overflow: initial;
}

.remove-roster-image {
  color: #DB2522;
}

.roster-image-tip {
  color: #748595;
}

.demo-tagger {
  text-align: center;
}
.demo-tagger iframe {
  height: 1024px;
  width: 768px;
  margin-top: 50px;
}

.toast {
  opacity: 1 !important;
}

#toast-container > div {
  opacity: 1 !important;
}

.toast-info {
  overflow-y: auto !important;
}

.toast-message {
  max-height: 250px;
}

.report-header-card p {
  margin: 0;
}
.report-header-card p small {
  font-weight: normal;
}
.report-header-card .grid-row-form {
  margin-bottom: 0;
}

/* Main container for the entire header bar */
.game-header-bar {
  display: flex; /* This is the key to the layout */
  justify-content: space-between; /* Pushes the 3 sections apart */
  align-items: center; /* Vertically aligns everything in the middle */
  width: 100%;
  padding: 12px 20px;
  background-color: rgba(0, 50, 88, 0.1);
  border-bottom: 1px solid #dee2e6;
  font-family: sans-serif;
  font-size: 14px;
  color: #333;
}

/* Left Column: "Game Events" title */
.header-title {
  font-size: 20px;
  font-weight: bold;
}

/* Center Column: The container for all game details */
.game-details {
  display: flex;
  align-items: center;
  gap: 50px; /* Space between the scores block and the event info block */
}

/* Container for the teams, scores, and status */
.teams-and-scores {
  display: flex;
  align-items: center;
  gap: 50px; /* Space between team names, scores, etc. */
}

.team-names,
.event-info {
  display: flex;
  flex-direction: column; /* Stacks the text lines vertically */
  line-height: 1.4;
  font-size: 18px;
}

.scores {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}

/* Right Column: The container for the button */
.header-actions {
  /* You can add specific styles here if needed, but flexbox already positions it */
}

/* Your existing button styles will likely apply, but here's a basic version */
.button {
  display: inline-block;
  padding: 8px 16px;
  background-color: #34495e;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  white-space: nowrap; /* Prevents the button text from wrapping */
}

@media print {
  body {
    zoom: 0.5;
    font-size: 19px;
    overflow: visible;
  }
  .header, .title {
    display: none;
  }
  .page-break {
    page-break-after: always;
  }
  @page {
    size: landscape;
  }
  @-moz-document url-prefix() {
    body {
      font-size: 11px !important;
    }
    .small-ff-text {
      font-size: 8px !important;
    }
    .show-ff {
      visibility: visible !important;
    }
    .hide-ff {
      display: none;
    }
    .season-shot {
      font-size: 1rem !important;
      height: 0.7rem !important;
      width: 0.7rem !important;
    }
    .season-shot-label {
      font-size: 1rem !important;
      height: 0.8rem !important;
      width: 0.8rem !important;
    }
    td {
      padding: 0 !important;
    }
    .table_container table td {
      padding: 0 !important;
    }
    .table_container table th {
      padding: 1px !important;
    }
    .rink {
      max-width: 700px !important;
      margin: 0 auto !important;
    }
  }
}
.show-ff {
  visibility: hidden;
}

html {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
}

body {
  background: #F9F9F9;
  font-family: "Heebo", sans-serif;
  color: rgb(0, 50, 88);
  padding-bottom: 100px;
}

b {
  font-weight: 700;
}

.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-full {
  width: auto;
  padding: 0 15px;
}

.container-hd {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
}

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

.clear {
  clear: both;
}

a {
  color: #E03C31;
  text-decoration: none;
}
a.blue-link {
  color: #264b69;
}

a:hover {
  text-decoration: underline;
}

.alert {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  padding: 15px 15px;
}

.goal-star {
  --fa-secondary-color: #003258;
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: white;
  --fa-primary-opacity: 1.0;
}

.italic {
  font-style: italic;
}

.pl-1 {
  padding-left: 1em;
}

.pr-1 {
  padding-right: 1em;
}

.pr-2 {
  padding-right: 2em;
}

.sort.asc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "▲";
  position: relative;
  top: 0;
  right: 0;
}

.sort.desc:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  content: "▼";
  position: relative;
  top: 0;
  right: 0;
}
