@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

:root {
  --border-radius: 2px;
}

* {
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
}

a {
  text-decoration: none;
}

.alert {
  border-radius: var(--border-radius);
}

.btn {
  border-radius: var(--border-radius);
}

.btn-link {
  text-decoration: none;
}

.edit-record-footer {
  text-align: right;
}

.edit-record-footer button {
  width: 120px;
}

.field-group {
  background-color: #ebedf2;
  padding: 0.75em;
  margin-bottom: 0.75em;
  border: 1px solid #dedfe1;
}

.field-group-table {
  padding: 0.75em;
  margin-bottom: 0.0em;
  border: 1px solid #dedfe1;
}

.form-control, .form-select {
  border-radius: var(--border-radius);
}

.foul-container {
  border: 0px solid #dedede;
  margin-bottom: 2em;
}

.foul-container table {
  margin: 0px;
}

.foul-container .btn {
  padding: 0.3em 0.7em;
}

.foul-header {
  background-color: #28384d;
  color: #fff;
  margin: 1px;
  padding: 0.75em 0.5em;
}

.foul-header .btn {
  margin-top: -4px;
}

.foul-position-label {
  padding-left: 0.9em;
  padding-right: 0.9em;
}

.foul-quick-select-container {
  margin-top: 5px;
}

.foul-quick-select-container .btn {
  background-color: #004706;
  color: #fff;
  font-size: 11px !important;
  padding: 0.2em 0.5em;
}

.foul-quick-select-container .btn:hover {
  background-color: #00790a;
  color: #fff;
}

i.required {
  color: red;
  font-size: 8px;
  vertical-align: super;
}

.input-group-text {
  border-radius: 0px !important;
  cursor: default;
}

.input-group-sm .form-select {
  border-radius: 0px !important;
}

#mainOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1000;
  display: none;
}

.modal-body {
  padding: 0.75em;
}

.modal-content {
  border-radius: var(--border-radius);
}

.modal-header {
  background-color: #182035;
  color: #fff;
  border-radius: var(--border-radius);
}

.modal-header .btn-close {
  background: none;
  color: #fff;
  padding-bottom: 20px;
}

.report-button-container {
  text-align: center;
  background-color: #f5f7f9;
  border: 1px solid #e2e4e6;
  padding: 1.25em;
  margin-bottom: 1.0em;
}

.row-active td {
  background-color: #fff;
}

.row-inactive td {
  background-color: #14314214;
}

.row-inactive td a {
  color: #3e4f5edb;
}

.schedule-availability-list {
  border-top: 1px solid #e1e1e1;
  padding: 0.5em;
  padding-top: 0.75em;
}

.schedule-availability-list ul li {
  color: #555;
  font-size: 12px;
  margin-left: -12px;
  padding-left: 0;
}

.schedule-availability-list ul li span {
  color: #333;
  font-weight: 600;
}

.schedule-availability-list-Unavailable li span {
  color: #ff0000 !important;
}

.schedule-availability-list-used {
  color: #aaa !important;
  text-decoration: line-through;
}

.schedule-availability-list-used span {
  color: #aaa !important;
}

.schedule-button-set {
  font-size: 20px;
  margin-top: -.2em;
  margin-right: 0.1em;
  padding: 0em;
  padding-left: 0em;
  padding-right: 0em;
}

.schedule-day {
  background-color: #000;
  color: #fff;
  cursor: default;
  padding: 0.5em;
}

.schedule-dropdown-menu {
  font-size: 12px;
}

.schedule-game-container {
  flex: 0 0 auto;
}

.schedule-game {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e6ef;
  margin: 0.5em 0 1.5em 0;
  padding: 1em 0.5em;
  width: 300px;
}

@media (max-width: 500px) {
  .schedule-game-container {
    width: 100%;
  }

  .schedule-game {
    width: 100%;
  }
}

.schedule-game-header {
  background-color: #28384d;
  color: #fff;
  font-size: 12px;
  padding: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

.schedule-position-over-alert {
  background-color: #ff0000 !important;
}

.schedule-position-5 {
  background-color: #000;
  color: #fff;
}

.schedule-position-7 {
  background-color: #1c3f5f;
  color: #fff;
}

.schedule-position-8 {
  background-color: #000000be;
  color: #fff;
}

.schedule-position-9 {
  background-color: #0000000e;
  color: #000;
}

.schedule-position-select {
  font-size: 14px !important;
  border: 1px solid #dedfe1 !important;
}

.schedule-positions {
  width: 100%;
}

.schedule-positions td:first-child {
  font-size: 12px;
  padding-left: 0.5em;
  width: 110px;
}

.schedule-positions tr td {
  padding: 0.2em;
}

.schedule-positions tr:not(:last-child) td {
  border-bottom: 1px solid #dedfe1;
}

.schedule-team-colour {
  width: 25px;
}

.schedule-team {
  background-color: #222;
  border-bottom: 1px solid #dedfe1;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  width: 125px;
}

.schedule-team div div {
  padding: 0.3em;
}

.schedule-venue {
  background-color: #28384d;
  color: #fff;
  margin-bottom: 0em;
  padding: 0.5em;
}

.sidebar-nav li {
  display: none;
}

.sidebar-nav li.available {
  display: block;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status */
/* -------------------------------------------------------------------------------------------------------------------- */
.status {
  border-radius: 3px !important;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* status true/false */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-true {
  background-color: #deffdb;
  color: #004110;
  border: 1px solid #01bf30;
}

.status-false {
  background-color: #ffdada;
  color: #410000;
  border: 1px solid #ff3030;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* status for report
/* -------------------------------------------------------------------------------------------------------------------- */
.status-report-draft {
  background-color: #e4f2ff;
  color: #005068;
  border: 1px solid #3479e4;
}

.status-report-pending {
  background-color: #fff9e4;
  color: #685500;
  border: 1px solid #e4ca34;
}

.status-report-submitted {
  background-color: #deffdb;
  color: #004110;
  border: 1px solid #01bf30;
}

table.table-report th {
  background-color: #000;
  color: #fff;
  cursor: default;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  width: 125px;
}

table.table-report textarea,
table.table-report input,
table.table-report select,
table.table-report label,
table.table-report .btn {
  font-size: 12px;
}

table.table-report-inner {
  border: 1px solid #dedfe1;
  margin-bottom: 0px;
}

table.table-report-inner th {
  background-color: #1f2a30e3;
  color: #fff;
  cursor: default;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  text-align: left;
  text-transform: uppercase;
  width: 125px;
}

table.table-report-inner td {
  border-bottom: 0px;
  font-size: 12px;
  padding: 2px;
}

table.table-report-inner input,
table.table-report-inner select,
table.table-report-inner label,
table.table-report-inner .btn {
  font-size: 12px;
}

.table-report-input-col {
  padding: 4px !important;
}

.table-report-input-col .row {
  --bs-gutter-x: 0px;
}

.table-report .btn-group .btn {
  background-color: #6c757d36;
  border: 1px solid #3333339a;
  color: #2b2b2b;
}

.table-report .btn-group .btn-check:checked + .btn {
  background-color: #035496c4;
  border: 1px solid #006bc2e5;
  color: #fff;
}

table {
  font-size: 0.9rem;
}

th {
  font-weight: normal;
}

.toast {
  border-radius: var(--border-radius);
  z-index: 9999;
  position: fixed;
  top: 10px;
  right: 10px;
}

.toast-save-indicator {
  background-color: #000;
  color: #fff;
  width: 40px;
}

.toast-save-indicator .toast-body {
  margin: auto;
  padding: 0.5em;
  text-align: center;
}

/* Environment Banner Styles */
.environment-banner {
  position: sticky;
  background-color: #007e91;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  z-index: 1001;
  padding-top: 2px;
  pointer-events: none;
  text-align: center;
}

.environment-text {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  pointer-events: none;
}

