.cap_incorrect {
  border: 2px solid red;
}

.top_menu {
  top: 0;
  background: grey;
}

.bc_div {
  top: 0;
  z-index: 10001;
  margin-left: 70px;
}

.bottom_menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: grey;
}

.modal {
  z-index: 11000;
}

.sidebar_menu {
  width: 30vw !important;
  height: 100% !important;
}

.our_customer {
  width: 50%;
  margin: auto;
  text-align: center;
}

.backdrop {
  height: 480px;
  background: url("../../assets/img/backdrop/main1.jpg?h=4ebeb36dd029471fb45706d738371673") fixed;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (max-width: 600px) {
  .our_customer {
    width: 80%;
    margin: auto;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .sidebar_menu {
    width: 85vw !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 600px) {
  .backdrop {
    height: 290px;
  }
}

.res_score_teamname {
  color: #343a40;
  padding-top: 8px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 16px;
  font-weight: bold;
}

.fix_count_button {
  color: white;
  font-weight: 700;
  width: 40px;
  padding: 7px;
  margin-right: 25px;
  border: 1px solid #585861;
}

.res_score_button {
  color: white;
  font-weight: 700;
  width: 60px;
  padding: 3px;
  margin-right: 25px;
  border: 1px solid #585861;
}

.score_badge {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 80px;
  padding: 0px;
  color: white;
  margin-right: 16px;
  background: #585861;
  font-size: 12px;
}

.refresh_disable {
  overscroll-behavior-y: contain;
}

.no_results {
  padding-left: 15px;
  padding-bottom: 25px;
}

.fix_badge_count {
  color: red;
}

.dataTables_filter {
  position: relative;
}

.dataTables_filter input {
  width: 250px;
  height: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
  text-indent: 10px;
}

.dataTables_filter .fa-search {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

.dt-search {
  text-align: start !important;
}

.dt-input {
  font-size: 12px !important;
}

.dt-heading {
  color: #ffffff;
  background-color: #055160 !important;
  font-size: 13px;
}

.dt-heading-team {
  color: #ffffff;
  background-color: #055160 !important;
  font-size: 13px;
}

.dt-heading-small {
  font-size: 10px;
  white-space: normal;
  color: #ffffff;
  background-color: #055160 !important;
}

.dt-small {
  font-size: 10px;
}

.dt-line-right {
  border-right: 1px solid #d6d6d6;
  padding-right: 5px;
}

.dt-extras {
  background: #fff2f2;
}

.dt-main {
  font-weight: bold;
}

.dt-table {
  font-size: 14px;
}

.dt-table {
  font-size: 14px;
}

.dt-padd-left {
  padding-left: 10px !important;
}

.dt-empty {
  text-align: left !important;
  padding-left: 10px !important;
}

.footer {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 11000;
}

.lost {
  color: red;
  font-weight: bold;
}

.won {
  color: green;
  font-weight: bold;
}

.draw {
  color: orange;
  font-weight: bold;
}

.results_div {
  border: 1.5px solid #585861;
  border-radius: 8px;
  margin: 5px;
}

.results_div_top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.results_div_top_left {
  background: #e8e8e8;
  border-top-left-radius: 8px;
  padding-left: 10px;
  text-align: left;
  width: 70%;
  color: #3d5bb1;
  font-size: 14px;
}

.results_div_top_right {
  background: #e8e8e8;
  border-top-right-radius: 8px;
  padding-right: 10px;
  text-align: center;
  color: #3d5bb1;
  font-size: 14px;
}

.results_div_bot_left {
  background: #585861;
  border-bottom-left-radius: 8px;
  padding-left: 14px;
  text-align: left;
  width: 70%;
  color: #ffffff;
  font-size: 12px;
}

.results_div_bot_right {
  background: #585861;
  border-bottom-right-radius: 8px;
  padding-left: 10px;
  text-align: right;
  color: #585861;
  font-size: 14px;
}

.league_sel_disabled {
  pointer-events: none;
  display: none;
}

.game_info_btn {
  padding-top: 3px;
  padding-bottom: 3px;
  width: 120px;
  color: white;
  margin-right: 23px;
  background: #585861;
  font-size: 13px;
  border: 1px solid white;
  border-radius: 6px;
  margin-left: 10px;
}

