.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

body {
  background: #e4e3e3;
}

.cursor-pointer {
  cursor: pointer;
}

.navbar-gold {
  background: linear-gradient(235deg, #ffaf0a, #ffd862);
}

.bg-dark,
.table-dark {
  background-color: #011746 !important;
}

.min-height-100 {
  min-height: 100vh;
}

.card {
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 2px #0000002e;
          box-shadow: 0px 0px 10px 2px #0000002e;
}

.table th {
  padding: 10px 5px !important;
}

.table td {
  padding: 5px !important;
}

.btn-default {
  background: #dcdc;
}

.select2-container--default .select2-selection--single {
  border: solid 1px #dcdc !important;
}

.select2-container .select2-selection--single {
  height: 38px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 38px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 38px !important;
}

.handle:hover {
  background: whitesmoke;
  cursor: pointer;
}

.list-group-item:hover {
  background: whitesmoke;
  cursor: pointer;
}

.scaffold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  width: 100vw;
  background: whitesmoke;
  overflow: hidden;
}

.champion-category-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0891ff;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.champion-category-selection::-webkit-scrollbar {
  display: none;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.btn-primary {
  background: #0270ca;
}

.cat-item {
  color: #0891ff;
  border-right: solid 1px #0270ca;
  white-space: nowrap;
}

.cat-item:hover {
  cursor: pointer;
  background: #0270ca;
}

.border-radius-0 {
  border-radius: 0px;
}

.p-relative {
  position: relative;
}

.pull-right {
  position: absolute;
  right: 0;
  top: 0;
}

.pull-left {
  position: absolute;
  left: 0;
  top: 0;
}
/*# sourceMappingURL=styles.css.map */