@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap");
body, html {
  font-size: 16px;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  background-color: #151515;
  color: #151515;
  line-height: 1.8; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Brandon Text Bold", sans-serif;
  line-height: 1.4;
  color: #151515;
  font-weight: bold; }

a {
  color: #789295;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  a:hover {
    text-decoration: none;
    color: #151515; }

section {
  padding: 3rem 0; }

.white-bg {
  background-color: #fff; }

.offwhite-bg {
  background-color: #eee; }

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

.container {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 1399px; }

.row {
  margin-left: -1rem;
  margin-right: -1rem; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-left: 1rem;
  padding-right: 1rem; }

.toggle-menu {
  display: none; }

.underline {
  text-decoration: underline; }

.signal-pattern {
  background-color: #eeeeee;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.73-5.139-1.691-8.233-2.928C65.888 13.278 60.562 12 50 12c-10.626 0-16.855 1.397-26.66 5.063l-1.767.662c-2.475.923-4.66 1.674-6.724 2.275h6.335zm0-20C13.258 2.892 8.077 4 0 4V2c5.744 0 9.951-.574 14.85-2h6.334zM77.38 0C85.239 2.966 90.502 4 100 4V2c-6.842 0-11.386-.542-16.396-2h-6.225zM0 14c8.44 0 13.718-1.21 22.272-4.402l1.768-.661C33.64 5.347 39.647 4 50 4c10.271 0 15.362 1.222 24.629 4.928C84.112 12.722 89.438 14 100 14v-2c-10.271 0-15.362-1.222-24.629-4.928C65.888 3.278 60.562 2 50 2 39.374 2 33.145 3.397 23.34 7.063l-1.767.662C13.223 10.84 8.163 12 0 12v2z' fill='%23d8d8d8' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.guaranteed-i {
  background-image: url(../img/guar.png);
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px; }

.multi-i {
  background-image: url(../img/multi.png);
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px; }

.box-shadow {
  position: relative;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-5 {
  z-index: 5; }

.z-10 {
  z-index: 10; }

label span.red {
  display: inline-block; }

.red {
  color: #b52217; }

.green {
  color: #789295; }

.modal-link {
  cursor: pointer;
  font-weight: bold; }

.m-only {
  display: none; }

form label {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem; }
form .form-row .col-md-6:first-child {
  margin-bottom: 1rem; }

.form-control-file {
  border: 1px solid #d8d8d8;
  border-radius: 0.25rem; }

.form-check-label {
  letter-spacing: 0;
  text-transform: none; }

.btn {
  font-family: "Brandon Text Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }

.btn:disabled {
  cursor: not-allowed; }
  .btn:disabled:hover {
    background-color: #151515;
    border-color: #151515;
    color: #fff; }

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem; }

.btn-primary {
  background-color: #151515;
  border-color: #151515; }
  .btn-primary:hover {
    background-color: #151515;
    border-color: #151515; }

.btn-default {
  background-color: #151515;
  border-color: #151515;
  color: #fff; }
  .btn-default:hover {
    color: #151515;
    background-color: #dc2121;
    border-color: #dc2121; }

.btn-success {
  background-color: #efdb69;
  color: #fff;
  border-color: #efdb69; }
  .btn-success:hover {
    background-color: #789295;
    border-color: #789295; }

.pulse:hover,
.pulse:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2rem rgba(255, 255, 255, 0); }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--hover); } }
.pulse {
  --hover: #cbef69; }

.btn {
  transition: 0.25s; }

#stockModal .modal-dialog {
  max-width: 70rem; }

.table {
  background-color: #fff;
  margin-bottom: 0;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }
  .table thead tr th {
    font-size: 0.75rem;
    letter-spacing: 1px;
    white-space: nowrap; }
  .table tbody tr td {
    position: relative;
    font-size: 0.8rem;
    vertical-align: middle; }
    .table tbody tr td .btn {
      width: 100%; }
  .table .table-disabled {
    opacity: 0.4; }
    .table .table-disabled td {
      border-color: #ccc; }

div.dataTables_wrapper div.dataTables_info {
  padding: 0.5rem;
  font-size: 10px;
  white-space: normal; }
div.dataTables_wrapper div.dataTables_length label, div.dataTables_wrapper div.dataTables_filter label {
  font-size: 0.75rem;
  font-family: "Brandon Text Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
  padding: 0.5rem; }
div.dataTables_wrapper div.dataTables_paginate {
  padding: 0.5rem; }
div.dataTables_wrapper .col-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.pagination .page-link {
  font-family: "Brandon Text Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
  color: #151515; }
.pagination .page-item.active .page-link {
  background-color: #151515;
  border-color: #151515;
  color: #fff; }

table.table.table-bordered.dataTable.no-footer {
  margin-top: 0 !important;
  box-shadow: none; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  padding-left: 1.85rem !important; }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  background-color: #151515;
  border-width: 1px; }

table.dataTable > tbody > tr.child ul.dtr-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

table.dataTable > tbody > tr.child span.dtr-title {
  display: block; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: none;
  text-align: center;
  padding: 0; }

.table-pad .lobby-wrap {
  padding: 0.5rem; }

table.dataTable.no-footer {
  border-bottom: none; }

table.dataTable thead td {
  border-color: #d8d8d8; }
table.dataTable thead th {
  border-color: #d8d8d8; }

.gradient-border {
  padding: 1rem; }

.thin-gradient-border {
  padding-top: 2px; }

.gradientb2g {
  background: -webkit-linear-gradient(left, #dc2121, #efdb69);
  background: -moz-linear-gradient(left, #dc2121, #efdb69);
  background: -o-linear-gradient(left, #dc2121, #efdb69);
  background: linear-gradient(left, #dc2121, #efdb69); }

.navbar {
  padding: 0rem 1rem;
  background-color: #eee;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 25; }
  .navbar .navbar-brand {
    padding: 0;
    margin: 0; }
    .navbar .navbar-brand img {
      max-height: 4rem; }
  .navbar .navbar-wrap {
    width: 100%; }
    .navbar .navbar-wrap .nav .nav-item .nav-link {
      color: #151515;
      padding: 0.5rem 0.75rem;
      font-family: "Brandon Text Bold", sans-serif;
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .navbar .navbar-wrap .nav .nav-item .nav-link:hover {
        color: #151515; }
    .navbar .navbar-wrap .nav .nav-item .btn-default, .navbar .navbar-wrap .nav .nav-item .btn-success {
      font-size: 0.75rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      padding: 0.5rem 0.75rem;
      margin-left: 0.5rem;
      box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }

.navbar.hide-nav {
  display: none !important; }

.nav-tabs .nav-item .nav-link {
  color: #151515; }
.nav-tabs .nav-item .nav-link.active {
  color: #151515; }
.nav-tabs .nav-item .nav-link.disabled {
  color: #d8d8d8; }

div#magic_cover {
  z-index: 500;
  position: fixed;
  opacity: 0.5;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.cbp-spmenu {
  background-color: #fff;
  z-index: 1000; }
  .cbp-spmenu .navbar-brand {
    margin-right: 0;
    border-color: #d8d8d8; }
  .cbp-spmenu ul {
    padding-left: 0;
    margin-bottom: 0; }
    .cbp-spmenu ul li a {
      border-color: #d8d8d8;
      font-family: "Brandon Text Bold", sans-serif;
      font-size: 0.85rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #151515;
      padding: 0.5rem 1rem; }

.login {
  padding: 6rem 0; }
  .login .login-panel {
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center; }
    .login .login-panel img {
      max-width: 75%;
      margin: 0 auto; }
    .login .login-panel .col-md-7, .login .login-panel .col-md-5 {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .login .buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .login .buttons .nav-link {
      font-weight: normal;
      text-decoration: underline;
      font-size: 0.85rem;
      color: #151515;
      padding-right: 0; }

.main-background {
  height: auto;
  min-height: 100vh;
  padding: 3rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  flex-direction: column;
  justify-content: space-around;
  display: flex; }
  .main-background .link-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .main-background .link-group a {
      color: #fff;
      padding: 0.75rem 1rem;
      font-family: "Brandon Text Bold", sans-serif;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 2px; }
  .main-background .content {
    display: flex;
    margin-top: 4rem;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .main-background .content .logo {
      max-width: 18rem;
      margin-bottom: 2rem; }
    .main-background .content h1 {
      color: #fff;
      font-size: 3rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      text-shadow: -2px 2px rgba(0, 0, 0, 0.25), -4px 4px #789295; }
    .main-background .content h3 {
      font-family: "Brandon Text Regular", sans-serif;
      font-size: 1.15rem;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #fff;
      font-weight: normal;
      text-shadow: -2px 2px rgba(0, 0, 0, 0.25); }

.landing-content {
  padding: 0; }
  .landing-content .steps-here {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .landing-content .step-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 0; }
    .landing-content .step-group span {
      text-align: center;
      display: block;
      font-size: 3rem;
      line-height: 1.7;
      height: 5rem;
      width: 5rem;
      color: #fff;
      font-family: "Brandon Text Bold", sans-serif;
      background: -webkit-linear-gradient(left, #dc2121, #efdb69);
      background: -moz-linear-gradient(left, #dc2121, #efdb69);
      background: -o-linear-gradient(left, #dc2121, #efdb69);
      background: linear-gradient(left, #dc2121, #efdb69);
      border-radius: 1rem;
      margin-bottom: 1rem;
      text-shadow: 2px 2px #151515;
      box-shadow: 4px 4px 0px #151515, 8px 8px 0px #789295;
      margin-right: 2rem; }
    .landing-content .step-group h4 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 1.25rem; }
    .landing-content .step-group p {
      font-size: 1rem; }

.landing-info img {
  max-height: 8rem; }
.landing-info p {
  text-align: justify;
  font-size: 1.2rem; }

.how-it-works .steps-here {
  display: flex;
  flex-direction: column;
  justify-content: center; }
.how-it-works .step-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 1px solid #d8d8d8; }
  .how-it-works .step-group:last-child {
    border-bottom: none; }
  .how-it-works .step-group .number {
    text-align: center;
    display: block;
    font-size: 3rem;
    line-height: 1.7;
    padding: 0.5rem 2rem;
    min-width: 100px;
    color: #fff;
    font-family: "Brandon Text Bold", sans-serif;
    background: -webkit-linear-gradient(left, #dc2121, #efdb69);
    background: -moz-linear-gradient(left, #dc2121, #efdb69);
    background: -o-linear-gradient(left, #dc2121, #efdb69);
    background: linear-gradient(left, #dc2121, #efdb69);
    border-radius: 1rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px #151515;
    box-shadow: 4px 4px 0px #151515, 8px 8px 0px #789295;
    margin-right: 2rem; }
  .how-it-works .step-group h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25rem; }
  .how-it-works .step-group p {
    font-size: 1rem; }

.list-group-item.active {
  background-color: #151515;
  border-color: #151515; }

.list-group-item {
  background-color: #eee;
  color: #151515;
  font-family: "Brandon Text Bold", sans-serif; }

.deposit-options .col-md-3 .card-body .card-title {
  text-align: center;
  font-size: 3.25rem;
  margin-bottom: 1.5rem;
  color: #6ad847;
  font-family: "Brandon Text Bold", sans-serif;
  text-shadow: 4px 4px 0px #151515; }

.lobby {
  padding: 1.5rem 0 2rem 0 !important; }

.featured-games-slider {
  padding: 2.5rem 0 2rem 0 !important; }

.progress-bar, .progress {
  height: 0.25rem; }

.lobby-wrap {
  background-color: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }
  .lobby-wrap td.match_name, .lobby-wrap th.match_name {
    min-width: 220px; }

div#lobbyTable_wrapper {
  padding: 0.5rem; }

#lobbyTable {
  width: 100% !important;
  background-color: transparent; }
  #lobbyTable tbody tr td > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  #lobbyTable tbody tr td {
    white-space: nowrap; }
    #lobbyTable tbody tr td .btn {
      box-shadow: none; }
    #lobbyTable tbody tr td span.entries {
      display: block;
      width: 100%;
      text-align: center;
      line-height: 1.2; }
    #lobbyTable tbody tr td span.progress-area {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      font-size: 10px; }
      #lobbyTable tbody tr td span.progress-area .progress {
        width: 50%;
        margin-left: 5px; }
    #lobbyTable tbody tr td .guaranteed-i {
      margin-left: 5px; }

table.entries tbody tr td div {
  display: flex;
  flex-direction: row;
  align-items: center; }
  table.entries tbody tr td div img {
    max-width: 2.5rem; }
  table.entries tbody tr td div .svg-inline--fa {
    font-size: 2.5rem; }

.featured-games img {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }

.filters .mobile-filter-toggle {
  display: none; }
.filters form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #151515;
  border: none;
  justify-content: space-between; }
.filters .switch-toggles {
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .filters .switch-toggles .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #efdb69;
    background-color: #efdb69; }
.filters .filter {
  padding: 1rem;
  padding-bottom: 0; }
  .filters .filter label {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem; }
.filters .legend {
  display: flex;
  padding: 0 1rem 0 0;
  font-size: 0.85rem;
  justify-content: flex-end; }
  .filters .legend div {
    padding-left: 1rem; }
    .filters .legend div img {
      max-width: 1rem;
      display: inline-block; }
.filters .league-filter {
  padding-bottom: 1rem; }
  .filters .league-filter label {
    display: block;
    color: #fff;
    font-size: 0.75rem; }
  .filters .league-filter .checkbox {
    display: inline-block; }
    .filters .league-filter .checkbox label {
      background-color: #d8d8d8;
      color: #151515;
      font-size: 10px;
      font-family: "Brandon Text Regular", sans-serif;
      letter-spacing: 1px;
      font-weight: normal;
      display: inline-block;
      text-transform: uppercase;
      padding: .375rem .75rem;
      border-radius: .25rem;
      line-height: 1.5;
      cursor: pointer;
      margin: 0; }
    .filters .league-filter .checkbox input[type=checkbox] {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .filters .league-filter .checkbox input[type=checkbox]:checked ~ label {
      background-color: #efdb69;
      color: #151515; }
  .filters .league-filter #amount {
    color: #fff;
    font-family: "Brandon Text Regular", sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    padding-top: 0.5rem; }
  .filters .league-filter #entryFilter {
    min-width: 150px;
    width: 150px;
    margin-left: 7px; }
  .filters .league-filter .custom-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .filters .league-filter .custom-control label {
      font-family: "Brandon Text Regular", sans-serif;
      font-size: 10px;
      letter-spacing: 2px; }
      .filters .league-filter .custom-control label span {
        position: relative;
        top: 4px; }

.game-details {
  background-color: #151515;
  padding: 0.25rem 1rem; }
  .game-details h1 {
    color: #fff;
    font-size: 1.4rem; }
  .game-details .table {
    box-shadow: none;
    background-color: transparent; }
    .game-details .table tr td {
      color: #fff;
      border-top: none;
      text-align: right;
      padding-left: 0.5rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 0.65rem;
      font-family: "Brandon Text Regular", sans-serif; }
      .game-details .table tr td a {
        color: #fff; }
        .game-details .table tr td a:hover {
          color: #dc2121; }
  .game-details .col {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .game-details .col .game-notes {
      margin-left: auto; }

span.green {
  color: #789295;
  display: block; }

span.red {
  color: #b52217;
  display: block; }

.instructions {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 5; }
  .instructions h3 {
    font-size: 1.25rem; }
  .instructions p {
    font-size: 0.85rem; }

#selectTable, #selectTable_nopick {
  box-shadow: none;
  table-layout: auto; }
  #selectTable tbody tr td, #selectTable_nopick tbody tr td {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem; }
    #selectTable tbody tr td a, #selectTable_nopick tbody tr td a {
      color: #151515; }
    #selectTable tbody tr td img, #selectTable_nopick tbody tr td img {
      max-width: 50px;
      max-height: 25px;
      width: auto; }
    #selectTable tbody tr td .btn, #selectTable_nopick tbody tr td .btn {
      box-shadow: none;
      color: #fff; }

div#selectTable_wrapper, div#selectTable_nopick_wrapper {
  background-color: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 0.5rem; }
  div#selectTable_wrapper .col-md-6, div#selectTable_nopick_wrapper .col-md-6 {
    width: auto;
    max-width: 75%; }

.pick-select .actions {
  margin-top: 1rem; }

.player-roster {
  background-color: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  padding: 0.5rem; }
  .player-roster .share-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .player-roster .share-toggle .custom-control-label {
      font-family: "Brandon Text Bold", sans-serif;
      letter-spacing: 1px;
      font-size: 0.75rem;
      text-transform: uppercase; }
    .player-roster .share-toggle .custom-control-input:checked ~ .custom-control-label::before {
      border-color: #efdb69;
      background-color: #efdb69; }
  .player-roster .player-salary {
    font-size: 2.5rem;
    font-family: "Brandon Text Bold", sans-serif;
    text-align: right;
    margin-bottom: 3px; }
  .player-roster .roster-slot {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0.5rem 0.25rem;
    height: 68px; }
    .player-roster .roster-slot:last-child {
      border-bottom: 1px solid #d8d8d8; }
    .player-roster .roster-slot .col {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
      font-size: 0.75rem;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
      .player-roster .roster-slot .col span {
        display: block; }
    .player-roster .roster-slot .logo {
      max-width: 75px; }
      .player-roster .roster-slot .logo img {
        /*				width: 30px;
        				height: 30px;*/
        max-width: 50px;
        max-height: 25px;
        width: auto; }
    .player-roster .roster-slot .name div {
      line-height: 1rem;
      max-height: 48px;
      overflow: hidden; }
      .player-roster .roster-slot .name div a {
        color: #151515;
        padding-right: 0.25rem;
        position: relative;
        z-index: 50; }
    .player-roster .roster-slot .price {
      max-width: 85px;
      font-size: 0.75rem; }
    .player-roster .roster-slot .shares {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 115px; }
      .player-roster .roster-slot .shares .input-group-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 10px; }
      .player-roster .roster-slot .shares #totalPrice, .player-roster .roster-slot .shares #totalShares {
        font-size: 0.7rem;
        display: block;
        text-align: center; }
    .player-roster .roster-slot .remove-btn {
      max-width: 75px; }
    .player-roster .roster-slot .sharesOn {
      margin-top: .6rem; }
  .player-roster .filled-slot {
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    padding: 0.5rem 0.25rem;
    height: 68px; }
    .player-roster .filled-slot:last-child {
      border-bottom: 1px solid #d8d8d8; }
    .player-roster .filled-slot .col {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
      font-size: 0.75rem;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: center;
      vertical-align: middle; }
      .player-roster .filled-slot .col span {
        display: block; }
    .player-roster .filled-slot .logo {
      max-width: 75px; }
      .player-roster .filled-slot .logo img {
        /*				width: 30px;
        				height: 30px;*/
        max-width: 50px;
        max-height: 25px; }
    .player-roster .filled-slot .name div {
      line-height: 1rem;
      max-height: 48px;
      overflow: hidden; }
      .player-roster .filled-slot .name div a {
        color: #151515;
        padding-right: 0.25rem;
        position: relative;
        z-index: 50; }
    .player-roster .filled-slot .price {
      max-width: 85px;
      font-size: 0.75rem; }
    .player-roster .filled-slot .shares {
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-width: 115px; }
      .player-roster .filled-slot .shares .input-group-text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 10px; }
      .player-roster .filled-slot .shares #totalPrice, .player-roster .filled-slot .shares #totalShares {
        font-size: 0.7rem;
        display: block;
        text-align: center; }
    .player-roster .filled-slot .remove-btn {
      max-width: 75px; }
    .player-roster .filled-slot .sharesOn {
      margin-top: .6rem; }

div#selectModalTable_length {
  display: none; }

.stock-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .stock-heading h1 {
    font-size: 2.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .stock-heading h1 span {
      font-size: 1rem;
      line-height: 1.2;
      font-family: "Brandon Text Regular", sans-serif;
      color: #151515;
      display: block;
      margin-left: 0.5rem; }
  .stock-heading h3 {
    text-align: right;
    line-height: 1; }
    .stock-heading h3 span {
      display: inline-block; }
    .stock-heading h3 small {
      font-size: 1rem; }

.stock-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #d8d8d8;
  padding-top: 0.5rem; }
  .stock-info div {
    font-size: 0.7rem;
    text-align: center; }
    .stock-info div label {
      font-size: 0.7rem;
      opacity: 0.50;
      font-family: "Brandon Text Bold", sans-serif;
      text-transform: uppercase;
      display: block;
      margin-bottom: 0; }
    .stock-info div span {
      display: block; }

.stock-chart {
  padding-top: 1rem; }

.live-area div#userTable_wrapper {
  background-color: #fff; }
.live-area div#rankingTable_wrapper {
  background-color: #fff;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4); }
.live-area table.table.table-bordered.dataTable.no-footer {
  border-left: 0;
  border-right: 0; }
.live-area #rankingTable {
  border-left: 0;
  border-right: 0; }
  .live-area #rankingTable tbody tr td {
    font-size: 0.85rem;
    padding: 0.25rem 0.5rem; }
    .live-area #rankingTable tbody tr td img {
      max-width: 2.5rem; }
    .live-area #rankingTable tbody tr td .svg-inline--fa {
      font-size: 2.5rem; }
    .live-area #rankingTable tbody tr td .btn-sm .svg-inline--fa {
      font-size: 1rem; }
  .live-area #rankingTable tbody .table-disabled td {
    font-weight: bold; }
.live-area .user-info {
  padding: 0.66rem;
  background-color: #151515;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "Brandon Text Regular", sans-serif;
  font-size: 1rem; }
  .live-area .user-info img {
    max-width: 2.5rem;
    max-height: 2.5rem; }
  .live-area .user-info h5 {
    font-family: "Brandon Text Regular", sans-serif;
    color: #fff;
    font-size: 0.85rem;
    margin: 0; }
.live-area #userTable {
  margin-bottom: 0 !important;
  background-color: transparent;
  box-shadow: none;
  max-width: 656px !important; }
  .live-area #userTable tbody tr td {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    vertical-align: middle; }
    .live-area #userTable tbody tr td a {
      color: #151515; }
    .live-area #userTable tbody tr td img {
      max-width: 50px;
      max-height: 25px; }
    .live-area #userTable tbody tr td .btn {
      box-shadow: none;
      color: #fff; }
.live-area div#userTable_wrapper div.dataTables_info {
  padding: 0; }

.live-area div#rankingTable_wrapper {
  padding: 0.5rem; }

.subfooter {
  background-color: #151515;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 5; }
  .subfooter .social-media ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 0.75rem; }
    .subfooter .social-media ul li {
      display: inline-block; }
      .subfooter .social-media ul li a {
        display: block;
        padding: 0.5rem 0.25rem;
        font-size: 1.5rem;
        color: #fff; }
        .subfooter .social-media ul li a:hover {
          color: #151515; }
  .subfooter .logos img {
    max-width: 4rem; }

footer {
  padding: 1rem 0; }
  footer .footer-nav .nav {
    flex-direction: row;
    justify-content: center; }
    footer .footer-nav .nav .nav-item .nav-link {
      color: #d8d8d8;
      font-family: "Brandon Text Bold", sans-serif;
      font-size: 0.85rem;
      text-transform: uppercase;
      letter-spacing: 2px; }
  footer .copyright {
    text-align: center;
    display: block;
    color: #d8d8d8;
    font-family: "Brandon Text Regular", sans-serif;
    font-size: 0.7rem; }
    footer .copyright a {
      color: #d8d8d8;
      font-weight: normal;
      font-family: "Brandon Text Regular", sans-serif; }

.dataTables_empty {
  white-space: normal !important; }

@media screen and (max-width: 1023px) {
  .main-background {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .main-background .content {
      padding: 0 4rem; }
      .main-background .content h1, .main-background .content h3 {
        text-align: center; }

  .landing-info h3 {
    font-size: 2.4rem; }

  .landing-content .steps-here {
    flex-direction: row;
    padding: 1rem 2rem !important; }
    .landing-content .steps-here .step-group {
      flex-direction: column;
      width: 33.333%; }
      .landing-content .steps-here .step-group span {
        margin: 0 auto;
        margin-bottom: 1rem; }
      .landing-content .steps-here .step-group h4 {
        font-size: 1rem;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem !important;
        text-align: center; }
      .landing-content .steps-here .step-group p {
        text-align: center; }

  .filters {
    margin-bottom: 0; }

  .navbar .navbar-wrap {
    display: none; }
  .navbar .toggle-menu {
    display: block;
    background-color: transparent;
    border: none;
    font-size: 1.45rem; }

  footer .footer-nav .nav .nav-item .nav-link {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem; }

  #lobbyTable tbody tr td {
    padding: 0.25rem; }
    #lobbyTable tbody tr td.dataTables_empty {
      white-space: normal; }

  .game-details {
    padding-left: 0;
    padding-right: 0; }
    .game-details h1 {
      font-size: 1rem;
      width: 100%;
      padding: 0.25rem;
      text-align: center; }
    .game-details .row {
      flex-direction: column; }
    .game-details .col .game-notes {
      width: 100%; }
    .game-details .table tr {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center; }
      .game-details .table tr td {
        text-align: center;
        width: auto; }

  section {
    padding: 2rem 1rem; }

  .player-roster .player-salary {
    font-size: 2rem; }

  #selectModal .modal-dialog {
    max-width: 100%;
    margin: 1rem;
    -moz-transform: translateX(0px) translateY(25%);
    -webkit-transform: translateX(0px) translateY(25%);
    -o-transform: translateX(0px) translateY(25%);
    -ms-transform: translateX(0px) translateY(25%);
    transform: translateX(0px) translateY(25%); }

  .user-data-live {
    margin-bottom: 2rem; }

  .live-area div#userTable_wrapper {
    background-color: #fff; }
  .live-area #userTable {
    margin-bottom: 0 !important;
    background-color: transparent; }
    .live-area #userTable tbody tr td {
      white-space: nowrap; }
  .live-area #rankingTable tbody tr td {
    white-space: nowrap; }

  div#selectTable_wrapper, div#selectTable_nopick {
    display: none; }

  .table tbody tr td {
    white-space: nowrap; }

  .stock-heading h1 {
    font-size: 1.5rem; }
  .stock-heading h3 {
    font-size: 1.25rem; }

  .stock-info {
    flex-wrap: wrap; }
    .stock-info div {
      width: 25%;
      display: block;
      margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  section {
    padding: 1rem 0; }

  table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 19px; }

  .main-background .content {
    padding: 0; }
    .main-background .content .logo {
      max-width: 14rem; }
    .main-background .content h1 {
      font-size: 1.5rem; }
    .main-background .content h3 {
      font-size: 1rem; }

  .landing-content .col-lg-8 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .landing-content .steps-here {
    flex-direction: column;
    padding: 2rem 3rem !important; }
    .landing-content .steps-here .step-group {
      flex-direction: row;
      width: 100%; }
      .landing-content .steps-here .step-group span {
        margin: 0;
        margin-right: 2rem; }
      .landing-content .steps-here .step-group h4, .landing-content .steps-here .step-group p {
        text-align: left; }

  .landing-info h3 {
    font-size: 1.75rem; }

  footer .footer-nav {
    margin-bottom: 1rem; }
    footer .footer-nav .nav .nav-item .nav-link {
      font-size: 0.65rem; }
  footer .copyright {
    font-size: 0.6rem; }

  .pick-select {
    padding: 1rem 0; }

  .player-roster .roster-slot .shares {
    min-width: 100px; }
  .player-roster .filled-slot .shares {
    min-width: 100px; }
  .player-roster .share-toggle {
    width: 50%; }
  .player-roster .player-salary {
    width: 50%;
    font-size: 2rem; }

  .game-details .table tr td {
    width: 33.333%; }

  #selectModal .modal-dialog {
    max-width: 100%;
    margin: 1rem;
    -moz-transform: translateX(0px) translateY(0);
    -webkit-transform: translateX(0px) translateY(0);
    -o-transform: translateX(0px) translateY(0);
    -ms-transform: translateX(0px) translateY(0);
    transform: translateX(0px) translateY(0); }
    #selectModal .modal-dialog .modal-body {
      overflow-x: auto; }

  #selectTable tbody tr td, #selectTable_nopick tbody tr td {
    white-space: nowrap;
    font-size: 0.85rem; }

  .roster-slot {
    overflow: auto; }
    .roster-slot .logo img {
      max-width: none; }
    .roster-slot .row {
      margin-left: 0;
      margin-right: 0;
      flex-wrap: nowrap; }
      .roster-slot .row .col {
        flex-wrap: nowrap;
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
        .roster-slot .row .col span {
          white-space: nowrap; }

  .filled-slot {
    overflow: auto; }
    .filled-slot .logo img {
      max-width: none; }
    .filled-slot .row {
      margin-left: 0;
      margin-right: 0;
      flex-wrap: nowrap; }
      .filled-slot .row .col {
        flex-wrap: nowrap;
        padding-left: 0.5rem;
        padding-right: 0.5rem; }
        .filled-slot .row .col span {
          white-space: nowrap; }

  .live-area .user-info {
    flex-direction: column; }
    .live-area .user-info h5 {
      margin-top: 0.5rem;
      font-size: 16px;
      padding: 0.25rem;
      text-align: center;
      width: 33.333%; }
    .live-area .user-info div {
      width: 100%;
      font-size: 1.25rem;
      display: flex;
      flex-direction: row;
      justify-content: center; }

  div#userTable_wrapper {
    overflow-x: auto;
    background-color: #fff; }

  .featured-games-slider {
    display: none; }

  .lobby {
    padding: 1rem 0 !important; }

  .filters .mobile-filter-toggle {
    display: flex;
    background-color: #151515;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }
    .filters .mobile-filter-toggle label {
      margin-bottom: 0;
      font-size: 0.85rem; }
  .filters form {
    display: none; }

  table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
    padding-top: 0.25rem; }

  table.dataTable > tbody > tr.child ul.dtr-details {
    justify-content: center; }

  table.dataTable > tbody > tr.child ul.dtr-details > li {
    width: 33.333%;
    padding: 0.25rem; }

  table.dataTable > tbody > tr.child ul.dtr-details > li[data-dt-column="7"] {
    width: 100%; }

  /* Lobby Table */
  #lobbyTable > tbody > tr.child ul.dtr-details > li[data-dt-column="1"] {
    width: 100%; }

  #lobbyTable > tbody > tr.child ul.dtr-details > li[data-dt-column="1"] span.dtr-title {
    display: none; }

  /* Upcoming Contests Table */
  #upcoming > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] {
    width: 100%; }

  #upcoming > tbody > tr.child ul.dtr-details > li[data-dt-column="7"] {
    width: 33%; }

  #upcoming > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] span.dtr-title {
    display: none; }

  /* Live Contests Table */
  #live > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] {
    width: 100%; }

  #live > tbody > tr.child ul.dtr-details > li[data-dt-column="7"] {
    width: 33%; }

  #live > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] span.dtr-title {
    display: none; }

  /* History Contests Table */
  #history > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] {
    width: 100%; }

  #history > tbody > tr.child ul.dtr-details > li[data-dt-column="7"] {
    width: 33%; }

  #history > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] span.dtr-title {
    display: none; }

  /* Player Select Modal */
  #selectModalTable > tbody > tr.child ul.dtr-details > li {
    width: 33%; }

  #selectModalTable > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] {
    width: 100%; }

  #selectModalTable > tbody > tr.child ul.dtr-details > li[data-dt-column="5"] {
    width: 33% !important; }

  /* Upcoming Contests Table */
  #rosterTable > tbody > tr.child ul.dtr-details > li {
    width: 50%; }

  /*	#rosterTable > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] {
  		width: 100%;
  	}
  	#rosterTable > tbody > tr.child ul.dtr-details > li[data-dt-column="7"] {
  		width: 33%;
  	}
  	#rosterTable > tbody > tr.child ul.dtr-details > li[data-dt-column="2"] span.dtr-title {
  		display: none;
  	}*/
  /* My Private Contests */
  #privateTable > tbody > tr.private + tr.child ul.dtr-details > li[data-dt-column="3"], #privateTable > tbody > tr.private + tr.child ul.dtr-details > li[data-dt-column="4"], #privateTable > tbody > tr.private + tr.child ul.dtr-details > li[data-dt-column="8"] {
    width: 100%; }

  #privateTable > tbody > tr.private + tr.child ul.dtr-details > li[data-dt-column="7"] {
    width: 33%; }

  #privateTable > tbody > tr.private + tr.child ul.dtr-details > li[data-dt-column="3"] span.dtr-title {
    display: none; }

  #privateTable > tbody > tr.market_sim + tr.child ul.dtr-details > li[data-dt-column="3"], #privateTable > tbody > tr.market_sim + tr.child ul.dtr-details > li[data-dt-column="4"], #privateTable > tbody > tr.market_sim + tr.child ul.dtr-details > li[data-dt-column="5"] {
    display: none; }

  #privateTable > tbody > tr.market_sim + tr.child ul.dtr-details > li[data-dt-column="6"], #privateTable > tbody > tr.market_sim + tr.child ul.dtr-details > li[data-dt-column="7"] {
    width: 50%; }

  #privateTable > tbody > tr.market_sim + tr.child ul.dtr-details > li[data-dt-column="8"] {
    width: 100%; }

  #history .match_name {
    min-width: 220px; }

  .stock_name {
    /*min-width: 25px;*/ }

  .hide-m {
    display: none !important; }

  .m-only {
    display: block; }

  #rosterTable button.btn.btn-danger.btn-sm {
    width: 40px; }

  #selectModal table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, #selectModal table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 23px; }

  div#selectModalTable_filter label {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%; }

  table#selectModalTable.dataTable > tbody > tr.child ul.dtr-details {
    flex-wrap: nowrap; }

  table#selectModalTable.dataTable > tbody > tr.child ul.dtr-details > li[data-dt-column="5"] {
    width: 33.333%; }

  #selectModalTable tbody tr td img {
    width: 50px;
    height: 50px; }

  .card-body .btn {
    width: 100%;
    margin-bottom: 5px; }

  table#rankingTable.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#rankingTable.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 24px; }

  div#rankingTable_length {
    display: none; }

  .dataTables_wrapper .dataTables_filter label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; }

  section.content-wrap.gray-bg.signal-pattern.live-area {
    padding: 1rem 0rem; }

  table#userTable.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#userTable.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 26px; }

  .join-area {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #151515;
    color: #fff;
    font-size: 1.15rem;
    text-align: center;
    font-weight: 300; }
    .join-area h2 {
      color: #fff; }
    .join-area ul li {
      text-align: left; }

  .upload-btns .btn {
    width: 100%; }

  .table tbody tr td {
    font-size: 0.85rem; }

  .mobile-align .btn {
    min-width: 100px; }

  div#upcoming_length,
  div#live_length,
  div#history_length {
    display: none; }

  table#upcoming.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#upcoming.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
  table#live.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#live.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before,
  table#history.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table#history.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 23px; }

  table.dataTable > tbody > tr.child ul.dtr-details {
    align-items: flex-start; }

  table#upcoming.dataTable > tbody > tr.child ul.dtr-details > li[data-dt-column="5"],
  table#live.dataTable > tbody > tr.child ul.dtr-details > li[data-dt-column="5"],
  table#history.dataTable > tbody > tr.child ul.dtr-details > li[data-dt-column="5"] {
    width: 33.333%; }

  .list-group {
    margin-bottom: 2rem; }

  #gameDetails table td {
    text-align: center !important; }

  .roster-slot.empty .dtr-control:before {
    display: none !important; }

  .roster-slot.empty .name {
    font-size: 1.25rem; } }
#lobbyTable tbody tr td .w-50 .btn {
  width: 48%; }

#lobbyTable tbody tr td .w-33 .btn {
  width: 33%;
  white-space: initial; }

.account-avatar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding-left: 1rem; }

.account-avatar .account-img img {
  max-width: 2.75rem;
  border: 2px solid #fff; }

.account-avatar .account-balance {
  font-size: 0.85rem;
  font-family: "Brandon Text Bold", sans-serif;
  padding-left: 0.5rem; }

@media screen and (max-width: 1024px) {
  .navbar .navbar-wrap .nav .nav-item .btn-default, .navbar .navbar-wrap .nav .nav-item .btn-success,
  .navbar .navbar-wrap .nav .nav-item .nav-link {
    font-size: 12px;
    padding: 0.25rem 0.5rem; } }
@media screen and (max-width: 1023px) {
  .navbar .account-avatar {
    display: none; }

  .cbp-spmenu .account-avatar {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ddd; }

  .cbp-spmenu .account-avatar .account-img img {
    border-color: #56bdce;
    max-width: 3rem; }

  .cbp-spmenu .account-avatar .account-balance {
    font-size: 1rem; }

  .cbp-spmenu .account-avatar a {
    padding: 0;
    border: none; }

  .list-group-item {
    font-size: 0.75rem; } }
.filters .league-filter .custom-control {
  justify-content: flex-start; }

.ccLogos {
  width: 50px; }

.info {
  cursor: pointer; }

#stock_list_container .page-link, .page-link:hover {
  color: #dc2121;
  text-align: center;
  height: 53px;
  display: flex;
  align-items: center;
  max-width: 150px;
  font-weight: 400; }

#stock_list_container .page-item.active .page-link {
  background: #efdb69;
  border-color: #efdb69;
  color: #fff; }

.checked-state.stock {
  display: flex;
  text-align: center;
  color: #bbb;
  font-size: 24px;
  flex-wrap: wrap; }
  .checked-state.stock input {
    display: none; }
  .checked-state.stock label {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .checked-state.stock label .option-box {
      transition: all .05s ease;
      border: 1.5px solid #a3a3a3;
      border-radius: 5px;
      background: #f3f3f3;
      width: 3.5rem;
      height: 3.5rem;
      display: flex;
      align-items: center;
      justify-content: center; }
      .checked-state.stock label .option-box img {
        width: 80%; }
    .checked-state.stock label .inner-text {
      width: 100%;
      font-size: .75rem;
      font-weight: 400; }
  .checked-state.stock input:checked + label {
    color: #222; }
    .checked-state.stock input:checked + label .option-box {
      border-color: #831414;
      color: #831414;
      background: #eb7878; }
  .checked-state.stock > * {
    flex: 1 1 100px; }

.action_buttons {
  padding: .5rem 0 0;
  width: 100%; }
  .action_buttons a.btn {
    margin-right: .5rem;
    margin-bottom: .5rem; }

@media screen and (max-width: 767px) {
  .action_buttons {
    padding: 1rem 0;
    width: 100%;
    text-align: right; }
    .action_buttons a.btn {
      margin-right: .5rem;
      margin-bottom: .5rem; } }
.selectStocks {
  font-size: 16px;
  cursor: pointer;
  padding: .25rem; }

.selectStocks.active {
  background: #23d9c5; }

.selStocksContainer {
  font-size: 16px; }

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