html {
  --theme-color: #1493ff;
  --theme-color-link: #1493ff;
  --theme-color-dark: #1493ff;
  --theme-color: #1e88e5;
  --theme-color-accent: #008a63;
  --theme-color-green: #008a63;
  --theme-color-red: #d9534f;
  --theme-background-color: #282d3a;
  --font-bold: 'Figtree Bold';
  --font-medium: 'Figtree Medium';
  --font-regular: 'Figtree Regular';
  --font-light: 'Figtree Light';
}
.font-bold {
  font-family: 'Figtree Bold';
}
.font-medium {
  font-family: 'Figtree Medium';
}
.font-regular {
  font-family: 'Figtree Regular';
}
.font-light {
  font-family: 'Figtree Light';
}
.component-label {
  font-family: var(--font-medium);
  margin-bottom: 5px;
  line-height: 135%;
}
.component-group {
  white-space: nowrap;
  display: inline-block;
}
.component-error {
  font-size: 11px;
  color: #d5242f;
  margin-top: 2px;
  line-height: 135%;
}
.k-textbox.error {
  border-color: #d5242f;
}
.k-state-disabled {
  opacity: 1;
  cursor: default;
}
.k-textbox:focus {
  border-color: whitesmoke;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
}
fieldset[disabled='disabled'] .k-textbox:hover {
  box-shadow: none;
}
fieldset[disabled='disabled'] .k-combobox .k-select,
fieldset[disabled='disabled'] .k-dropdown,
fieldset[disabled='disabled'] .k-dropdowntree .k-dropdown-wrap,
fieldset[disabled='disabled'] .k-selectbox .k-icon {
  cursor: default;
}
.injurystatus_red {
  color: #d5242f;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
.injurystatus_yellow {
  color: #fbbd05;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
.injurystatus_green {
  color: #00c700;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
.btn-grp-wrap {
  display: inline-block;
  padding: 2px;
  font-size: 11px;
  vertical-align: top;
}
.btn-grp-wrap .k-button-group {
  box-shadow: none;
  border: 1px solid #eceef0;
}
.btn-grp-wrap .k-button-group .k-button {
  text-transform: none;
  line-height: normal;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 1px 0px;
  margin: -1px 0px;
  transition: background-color 0.2s;
  padding: 0px;
  /*&:first-child {
                border-left: none;
            }*/

}
.btn-grp-wrap .k-button-group .k-button.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.btn-grp-wrap .k-button-group .k-button:hover {
  background-color: white;
}
.btn-grp-wrap .k-button-group .k-button a {
  color: #333333 !important;
  padding: 8px 14px;
  display: grid;
  place-items: center;
  width: 100%;
  transition: none;
  -webkit-transition: none;
  text-shadow: none;
}
.btn-grp-wrap .k-button-group .k-button a.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.btn-grp-wrap .k-button-group .k-button.k-state-active {
  background-color: rgba(20, 147, 255, 0.85) !important;
  color: white !important;
  border-color: #1493ff !important;
  border-left: 1px solid #1493ff !important;
  border-top: 1px solid #1493ff !important;
  border-bottom: 1px solid #1493ff !important;
  border-right: 1px solid #1493ff !important;
}
.btn-grp-wrap .k-button-group .k-button.k-state-active:hover {
  background-color: rgba(20, 147, 255, 0.9) !important;
}
.btn-grp-wrap .k-button-group .k-button.k-state-active a {
  color: white !important;
}
.btn-grp-wrap .k-button-group:hover {
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -webkit-transition: "box-shadow .15s ease-out";
  transition: "box-shadow .15s ease-out";
}
@media (max-width: 640px) {
  .btn-grp-wrap {
    display: inline-block;
  }
  .btn-grp-wrap .k-button-group .k-button {
    display: table-cell;
  }
  .btn-grp-wrap .k-button-group .k-button a {
    padding: 8px 0px;
  }
  .btn-grp-wrap .k-button-group {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.ddl-wrap {
  padding: 2px 5px;
  vertical-align: top;
  width: 150px;
  display: inline-block;
  font-size: 13px;
}
.ddl-wrap .k-dropdown {
  width: 100%;
  border: none;
  position: relative;
  display: inline-block !important;
  /*width: 12.4em;*/
  overflow: visible;
  border-width: 0;
  vertical-align: middle;
}
.ddl-wrap .k-dropdown .k-state-default {
  border-color: #eceef0;
}
.ddl-wrap .error .k-dropdown-wrap {
  border-color: #d5242f !important;
}
/*.k-list {
    font-size: 11px;
}*/

.k-list-group-sticky-header {
  /* background-color: #f5f5f5;
    display: block;
    text-align: right;
    border-style: none;*/
  color: #444444;
  background: #ebebeb;
  min-height: 2.143em;
  line-height: 2.143em;
  text-align: right;
  font-size: 0.857em;
  padding-right: 22px;
  padding: 1px 5px 1px 5px;
}
.k-list-item {
  /*padding: 0px 8px;*/
  min-height: 2.143em;
  line-height: 2.143em;
}
.k-list-item.k-selected {
  background-color: whitesmoke;
}
.k-list-item.k-focus {
  box-shadow: none;
}
.k-list-optionlabel {
  border: none;
  height: 25px;
}
.k-list-item-text::before,
.k-list-optionlabel::before {
  content: none !important;
}
.k-filter-menu.k-popup {
  display: block;
  position: absolute;
  font-size: 11px;
  font-family: var(--font-medium);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transform: translateY(0px);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 0;
}
.k-list-item-text {
  font-size: 12px;
}
@media (max-width: 640px) {
  .ddl-wrap {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.user-grid .k-grid-content {
  max-height: 250px !important;
  min-height: 50px !important;
  overflow-y: scroll !important;
}
.leaderboard-grid .k-grid-content {
  max-height: 500px !important;
  min-height: 50px !important;
  overflow-y: scroll !important;
}
.round-grid .k-grid-content {
  max-height: 120px !important;
  min-height: 50px !important;
  overflow-y: scroll !important;
}
.table-grid .k-grid-content {
  max-height: 300px !important;
  min-height: 50px !important;
  overflow-y: scroll !important;
}
.possible-matches-grid .k-grid-content {
  max-height: 3000px !important;
  min-height: 50px !important;
  overflow-y: scroll !important;
}
.player-matcher-grid .k-grid-content {
  min-height: 25px !important;
}
.player-matcher-grid .k-grid-norecords {
  top: 30px !important;
  position: absolute;
}
.text-wrap {
  padding: 0px 5px;
  vertical-align: top;
  width: 200px;
  display: inline-block;
  font-size: 13px;
  margin: 3px 0px;
  position: relative;
}
.text-wrap .k-textbox {
  width: 100%;
  border-color: #f0f0f0;
}
.text-wrap .clear-btn {
  position: absolute;
  bottom: 9px;
  right: 8px;
  color: gray;
  cursor: pointer;
}
.checkbox-wrap {
  font-size: 12px;
  padding: 0px 5px;
}
@media (max-width: 640px) {
  .text-wrap {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.date-picker-wrap {
  padding: 2px 5px;
  width: 140px;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
.date-picker-wrap .k-datepicker {
  background-color: white;
}
.date-picker-wrap .k-datepicker .k-picker-wrap {
  background-color: white;
}
.date-picker-wrap .k-datepicker .k-picker-wrap .k-select {
  border-color: white;
}
.date-picker-wrap .k-datepicker .k-picker-wrap .k-input {
  background-color: white;
}
@media (max-width: 640px) {
  .date-picker-wrap {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
    padding: 2px;
  }
}
.time-picker-wrap {
  padding: 2px 5px;
  width: 140px;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
.time-picker-wrap .k-timepicker {
  background-color: white;
}
.time-picker-wrap .k-timepicker .k-picker-wrap {
  background-color: white;
}
.time-picker-wrap .k-timepicker .k-picker-wrap .k-select {
  border-color: white;
}
.time-picker-wrap .k-timepicker .k-picker-wrap .k-input {
  background-color: white;
}
@media (max-width: 640px) {
  .time-picker-wrap {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
    padding: 2px;
  }
}
.fd-bold {
  font-family: var(--font-bold);
}
.fd-medium {
  font-family: var(--font-medium);
}
.fd-height-wrap {
  display: inline-block;
  border: 1px solid #eeeeee;
  margin: -1px;
  position: relative;
}
.fd-height-wrap .component-label {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 3px;
}
.fd-height-wrap .fd-height-text-wrap {
  padding: 0px 5px;
  vertical-align: top;
  width: 200px;
  display: inline-block;
  font-size: 13px;
  margin: 3px 0px;
  position: relative;
}
.fd-height-wrap .fd-height-text-wrap .k-textbox {
  width: 100%;
}
.fd-height-wrap .fd-height-label {
  position: absolute;
  top: -7px;
  left: 2px;
  font-size: 11px;
  background: white;
  padding: 0px 4px;
  font-family: var(--font-medium);
}
@media (max-width: 1200px) {
  fd-height:before {
    content: "s";
    position: relative;
    display: block;
    opacity: 0;
    width: 10px;
    height: 10px;
  }
}
.fd-btn {
  border: transparent;
  text-align: center;
  display: inline-block;
  width: 120px;
  min-width: 120px;
  max-width: 160px;
  color: white !important;
  font-family: var(--font-medium);
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  border: 1px solid white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fd-sub-btn {
  width: 229px !important;
}
.fd-btn-long {
  border: transparent;
  text-align: center;
  display: inline-block;
  width: 200px;
  min-width: 200px;
  max-width: 275px;
  color: white !important;
  font-family: var(--font-medium);
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  border: 1px solid white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fd-btn-short {
  border: transparent;
  text-align: center;
  display: inline-block;
  width: 60px;
  min-width: 60px;
  color: white !important;
  font-family: var(--font-medium);
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  border: 1px solid white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fd-btn.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-btn.with-icon,
.fd-btn .with-icon {
  display: inline-grid;
  grid-template-columns: 1px auto;
  align-items: center;
}
.fd-btn .with-icon {
  width: 100%;
}
.fd-btn-long.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-btn-long.with-icon,
.fd-btn-long .with-icon {
  display: inline-grid;
  grid-template-columns: 1px auto;
  align-items: center;
}
.fd-btn-long .with-icon {
  width: 100%;
}
.fd-btn-short.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-btn-short .with-icon {
  width: 100%;
}
.fd-btn-blue {
  background-color: var(--theme-color);
}
.fd-btn-blue:hover {
  background-color: var(--theme-color-dark);
}
.fd-btn-secondary {
  color: #444444 !important;
  border-color: #aaaaaa;
}
.fd-btn-secondary:hover {
  color: #333333 !important;
  background-color: #e5e5e5;
}
.fd-btn-green {
  background-color: #6ac259;
}
.fd-btn-green:hover {
  background-color: #5da94f;
}
.fd-btn-red {
  background-color: #d9534f;
}
.fd-btn-red:hover {
  background-color: #bc3636;
}
.fd-btn-purple {
  background-color: #a349a4;
}
.fd-btn-purple:hover {
  background-color: #703270;
}
.fd-btn-yellow {
  background-color: #d4bb42;
}
.fd-btn-yellow:hover {
  background-color: #ad9934;
}
.fd-btn-grey {
  background-color: #e4e4e4;
  color: #444444 !important;
}
.fd-btn-grey:hover {
  background-color: #b9b9b9;
  color: #444444 !important;
}
@media (max-width: 568px) {
  .fd-btn {
    width: 100%;
    font-size: 12px;
  }
  .fd-btn-long {
    width: 100%;
    font-size: 12px;
  }
  .fd-btn-short {
    width: 50%;
    font-size: 12px;
  }
}
.k-grid {
  font-size: 11px;
  font-family: var(--font-regular);
}
.k-grid .k-grid-content {
  min-height: 400px;
  overflow-y: hidden;
}
.k-grid tr td {
  border-bottom: none !important;
  border-top: none !important;
}
.k-grid tr td:hover {
  text-overflow: unset;
  cursor: default;
}
.k-grid tr td.k-sorted {
  background-color: #6ac259;
  color: white;
  font-weight: bold;
  border-left: 1px solid #5da94f !important;
  border-right: 1px solid #5da94f !important;
}
.k-grid tr.k-state-hover {
  background-color: #ebebeb !important;
}
.k-grid tr.k-alt {
  background-color: #f8f9f9;
}
.k-grid tr.k-alt td.k-sorted {
  background-color: #68bd58;
}
.k-grid tr:hover {
  background-color: #eaeaea;
}
.k-grid tr:hover td.k-sorted {
  background-color: #5da94f !important;
}
.k-grid .align-left {
  text-align: left !important;
  min-width: 100px;
}
.k-grid .align-right {
  text-align: right !important;
  min-width: 100px;
}
.k-grid .align-top {
  vertical-align: top !important;
}
.k-grid .k-filter-row th,
.k-grid .k-grid-header th.k-header,
.k-grid td {
  padding: 0.5em;
  text-align: center;
}
.k-grid .k-grid-norecords-template {
  border: none;
  top: 100px;
}
.k-grid .k-grid-norecords {
  top: 100px;
  position: absolute;
  display: block;
}
.k-grid .k-grid-norecords-template {
  margin-left: -10em !important;
  margin-top: -2em !important;
  position: absolute !important;
}
.k-grid .k-loading-image {
  background-position: center 100px !important;
  background-image: url(/assets/images/spinner.gif);
  background-size: 250px;
}
.k-grid .k-loading-color {
  background-color: white;
  opacity: 0.8;
}
.k-grid .k-grid-filter.k-state-active {
  background-color: transparent;
  color: #333333;
}
.k-grid .k-grid-header {
  padding-right: 0px !important;
  /*.k-header {
            background-color: var(--theme-color);
            text-transform: uppercase;
            font-family: var(--font-medium);
            font-weight: bold;
            border: 1px solid #3e9ff4;
        }*/

  /*.k-link {
            color: #fff;
        }*/

}
.k-grid .k-grid-header .k-i-sort-asc-sm,
.k-grid .k-grid-header .k-i-sort-desc-sm {
  display: none;
}
.k-grid .k-grid-header .k-grid-filter {
  margin-left: -20px;
}
.k-grid .k-grid-header .filter-only .k-link {
  display: none;
}
.k-grid .k-grid-header .filter-only .k-grid-filter {
  margin-right: auto;
  margin-left: auto;
}
.k-grid .k-grid-header .filter-only .k-grid-filter .k-i-filter {
  margin-right: -4px;
}
.k-grid .k-grouping-header .k-group-indicator {
  padding: 0.15em 0.15em 0.15em 0.4em;
}
.k-grid .k-grouping-row td {
  text-align: left;
  background-color: white;
}
.k-grid .k-grouping-row td p {
  color: var(--theme-color) !important;
}
.k-grid .k-group-cell {
  background-color: white;
}
.k-filter-menu-container label {
  margin-right: 5px;
}
.k-filter-menu-container input[type="radio"] {
  vertical-align: bottom;
  margin-right: 2px;
}
.k-filter-menu-container input[type="checkbox"] {
  vertical-align: sub;
  margin-right: 2px;
}
.k-widget.k-tooltip {
  border: 1px solid #ababab;
  background-color: rgba(232, 232, 232, 0.95);
  color: #333333;
}
.panel .panel-heading {
  font-family: var(--font-medium);
  border-left: 5px solid var(--theme-color);
  cursor: pointer;
}
.panel .panel-content {
  padding: 15px 10px;
}
@media (max-width: 640px) {
  .full {
    width: 100%;
    display: inline-block;
    margin: auto;
  }
}
.k-list .k-state-disabled {
  color: red !important;
}
.see-more {
  padding: 15px 20px;
  font-family: var(--font-medium);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  margin-right: 20px;
  color: white;
}
.see-more:hover {
  background-color: var(--theme-color-dark);
  border: 1px solid var(--theme-color-dark);
  color: white;
}
.columnize {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
.fd-button {
  display: inline-block;
  padding: 8.5px 14px;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: white !important;
  font-family: var(--font-medium);
  font-size: 11px;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #1493ff;
}
.fd-button:hover {
  background-color: #0079e0;
  box-shadow: 2px 2px 4px #eeeeee;
}
.fd-button.grey {
  color: #444444 !important;
  background-color: #f4f4f4;
  border-color: #c1c1c1;
}
.fd-button.grey:hover {
  color: #373737 !important;
  background-color: #e7e7e7;
  border-color: #a8a8a8;
}
.fd-button.green {
  background-color: #008a63;
}
.fd-button.green:hover {
  background-color: #00573e;
}
.fd-button.red {
  background-color: #d9534f;
}
.fd-button.red:hover {
  background-color: #c9302c;
}
@media (max-width: 568px) {
  .fd-button {
    width: 100%;
  }
}
.fd-button.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-button .with-icon {
  display: inline-grid;
  grid-template-columns: min-content auto;
  grid-gap: 10px;
  align-items: center;
}
.fd-container {
  position: relative;
  padding: 0 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .fd-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fd-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fd-container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .fd-container {
    width: 1280px;
    padding: 0px;
  }
}
.fd-h4 {
  font-size: 15px;
  font-family: var(--font-medium);
}
.unmatched-players-remaining {
  padding: 20px;
}
.skip-are-you-sure {
  top: 10px;
  left: 20px;
  width: 120px;
}
.div-are-you-sure {
  width: 400px;
  top: 16px;
}
.btn-column {
  color: white;
  background: #3f51b5;
}
.sdio-toggle {
  display: inline-grid;
  grid-auto-flow: column;
  grid-gap: 7px;
  height: max-content;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0px;
}
.sdio-toggle label.input-toggle {
  line-height: 0;
  font-size: 0;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.sdio-toggle label.input-toggle > span {
  display: inline-block;
  position: relative;
  background-image: -webkit-linear-gradient(left, #848484 0%, #848484 50%, #9bcdf7 50%, #9bcdf7 100%);
  background-image: linear-gradient(to right, #848484 0%, #848484 50%, #9bcdf7 50%, #9bcdf7 100%);
  background-size: 64px 12px;
  background-position: 0%;
  border-radius: 32px;
  width: 32px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: background-position 0.2s ease-in;
  transition: background-position 0.2s ease-in;
}
.sdio-toggle label.input-toggle > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: #f1f1f1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, -webkit-transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease;
  transition: left 0.2s ease-in, background-color 0.2s ease-in, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.sdio-toggle label.input-toggle > span:after:after {
  -webkit-transform: translateY(-50%) scale3d(1.15, 0.85, 1);
  transform: translateY(-50%) scale3d(1.15, 0.85, 1);
}
.sdio-toggle label.input-toggle > input {
  display: block;
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.sdio-toggle label.input-toggle > input:checked + span {
  background-position: -100%;
}
.sdio-toggle label.input-toggle > input:checked + span:after {
  left: calc(100% - 16px);
  background-color: #1493ff;
}
.sdio-toggle label.input-toggle > input:disabled + span {
  cursor: not-allowed;
  opacity: 0.5;
}
.sdio-toggle label.input-toggle > input:disabled + span:active:after {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
