@font-face {
  font-family: TitilliumWeb_Regular;
  src: url('../fonts/Titanium/TitilliumWeb-Regular.ttf');
  font-display: fallback;
}
@font-face {
  font-family: TitilliumWeb_Light;
  src: url('../fonts/Titanium/TitilliumWeb-Light.ttf');
  font-display: fallback;
}
@font-face {
  font-family: TitilliumWeb_Bold;
  src: url('../fonts/Titanium/TitilliumWeb-Bold.ttf');
  font-display: fallback;
}
body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 100px;
  box-sizing: border-box;
}
main {
  padding: 10px 0;
}
footer {
  position: absolute;
  bottom: 0;
  height: 100px;
  width: 100%;
}
footer .footer-logo {
  background: url("../images/sportsdata-cloud-bw.png") no-repeat top left;
  height: 30px;
  width: 210px;
  background-size: contain;
}
footer .copyright {
  margin-top: 10px;
  font-size: 12px;
}
.modal-content .modal-header {
  text-transform: capitalize;
}
.modal-content .modal-data {
  padding: 10px;
  text-align: center;
  color: red;
}
.table {
  font-size: 11px;
}
.table .clickable {
  cursor: pointer;
}
.table .company_name {
  width: 145px;
  text-align: center;
}
.table .table-events-header {
  text-align: center;
}
.table tbody .table-title .logo-wrapper {
  display: block;
  height: auto;
  width: 50px;
  margin: 0 auto;
}
.table tbody .table-title .logo-wrapper img {
  width: 100%;
  height: auto;
}
.table tbody .hide-info,
.table tbody .hide-info-dash {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.table tbody .hide-info .hint-block,
.table tbody .hide-info-dash .hint-block,
.table tbody .hide-info .hint-block-dashboard,
.table tbody .hide-info-dash .hint-block-dashboard {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 30px;
  background: #343a40;
  color: #fff;
  font-size: 10px;
  padding: 5px;
  border-radius: 2px;
  z-index: 10;
}
.table tbody .hide-info .hint-block::before,
.table tbody .hide-info-dash .hint-block::before,
.table tbody .hide-info .hint-block-dashboard::before,
.table tbody .hide-info-dash .hint-block-dashboard::before {
  content: ' ';
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-top: 8px solid #343a40;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.table tbody .hide-info .hint-block ul,
.table tbody .hide-info-dash .hint-block ul,
.table tbody .hide-info .hint-block-dashboard ul,
.table tbody .hide-info-dash .hint-block-dashboard ul {
  width: 160px;
  text-align: left;
  padding: 5px;
}
.table tbody .hide-info .hint-block ul li span,
.table tbody .hide-info-dash .hint-block ul li span,
.table tbody .hide-info .hint-block-dashboard ul li span,
.table tbody .hide-info-dash .hint-block-dashboard ul li span {
  width: 70px;
  display: inline-block;
}
.table tbody .hide-info .hint-block ul li b,
.table tbody .hide-info-dash .hint-block ul li b,
.table tbody .hide-info .hint-block-dashboard ul li b,
.table tbody .hide-info-dash .hint-block-dashboard ul li b {
  display: inline-block;
  width: 25px;
  text-align: left;
}
.table tbody .hide-info .hint-block ul li .month,
.table tbody .hide-info-dash .hint-block ul li .month,
.table tbody .hide-info .hint-block-dashboard ul li .month,
.table tbody .hide-info-dash .hint-block-dashboard ul li .month {
  width: 22px;
  text-align: center;
  display: inline-block;
}
.table tbody .hide-info .hint-block ul li mark,
.table tbody .hide-info-dash .hint-block ul li mark,
.table tbody .hide-info .hint-block-dashboard ul li mark,
.table tbody .hide-info-dash .hint-block-dashboard ul li mark {
  width: 35px;
  text-align: left;
  display: inline-block;
}
.table tbody .hide-info .hint-block ul li mark .hint-info,
.table tbody .hide-info-dash .hint-block ul li mark .hint-info,
.table tbody .hide-info .hint-block-dashboard ul li mark .hint-info,
.table tbody .hide-info-dash .hint-block-dashboard ul li mark .hint-info {
  width: 7px;
  display: inline-block;
  text-align: center;
}
.table tbody .hide-info .hint-block-dashboard,
.table tbody .hide-info-dash .hint-block-dashboard {
  left: -13px;
}
.table tbody .hide-info .hint-block-dashboard:before,
.table tbody .hide-info-dash .hint-block-dashboard:before {
  left: 80px;
}
.table tbody .hide-info .centered,
.table tbody .hide-info-dash .centered {
  left: 50px !important;
}
.table tbody .hide-info:hover .hint-block,
.table tbody .hide-info-dash:hover .hint-block {
  display: block;
}
.table tbody .hide-info-dash .odds-up-dash {
  color: green !important;
}
.table tbody .hide-info-dash .odds-down-dash {
  color: red !important;
}
.table tbody .hide-info-dash .percent-val {
  color: grey;
}
.tooltip-custom {
  position: fixed;
  top: 30%;
  left: 35%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 999;
  background-color: #dedede;
  padding: 5px;
  border: 1px solid #fff;
  width: auto;
  height: 295px;
  cursor: initial;
}
.tooltip-custom p {
  margin: 0;
  color: #fff;
  background-color: #222;
  padding: 2px 7px;
}
.list-info {
  position: fixed;
  top: 61%;
  left: 35%;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  z-index: 999;
  background-color: #dedede;
  padding: 5px;
  cursor: initial;
  height: 230px;
  width: 612px;
  font-size: 12px;
}
.list-info ul {
  padding: 0;
  width: 50%;
  margin: 0 auto;
  text-align: left;
  overflow: auto;
  height: 160px;
  float: right;
}
.list-info ul li span {
  width: 80px;
  display: inline-block;
}
.list-info ul li b {
  display: inline-block;
  width: 30px;
  text-align: left;
  margin-left: 5px;
}
.list-info ul li .month {
  width: 22px;
  text-align: center;
  display: inline-block;
}
.list-info ul li mark {
  width: 40px;
  text-align: left;
  display: inline-block;
}
.list-info ul li mark .hint-info {
  width: 7px;
  display: inline-block;
  text-align: center;
}
.list-info div {
  float: left;
  width: 45%;
  position: relative;
}
.list-info div .logo,
.list-info div .event_name,
.list-info div .starts,
.list-info div .starting_odds,
.list-info div .highest_odds,
.list-info div .lowest_odds,
.list-info div .footer-block {
  margin: 0;
  float: none;
  width: 100%;
}
.list-info div .footer-block {
  position: absolute;
  bottom: -50%;
  width: 600px;
  text-align: right;
}
.list-info div .footer-block p {
  margin: 0;
}
.list-info div .footer-block .footer-logo {
  background: url("../images/sportsdata-cloud-bw.png") no-repeat top left;
  height: 30px;
  width: 120px;
  background-size: contain;
  float: right;
}
.list-info div .logo {
  width: 150px;
  margin: 0 auto;
  padding: 5px 0;
}
.list-info div .logo img {
  max-width: 115px;
  max-height: 34px;
}
.list-info div .event_name {
  font-weight: 700;
}
.list-info .close-btn {
  position: absolute;
  top: -122%;
  right: 6px;
  height: 30px;
  width: 30px;
  padding-top: 5px;
  background: #dedede;
  cursor: pointer;
}
.list-info-dash {
  position: fixed;
  top: 57.6%;
  left: 35%;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  z-index: 999;
  background-color: #dedede;
  /* padding: 5px; */
  cursor: initial;
  width: 612px;
  height: 145px;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 20px;
}
.list-info-dash ul {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  overflow: auto;
  height: 160px;
}
.list-info-dash ul li span {
  width: 80px;
  display: inline-block;
}
.list-info-dash ul li b {
  display: inline-block;
  width: 30px;
  text-align: left;
  margin-left: 5px;
}
.list-info-dash ul li .month {
  width: 22px;
  text-align: center;
  display: inline-block;
}
.list-info-dash ul li mark {
  width: 40px;
  text-align: left;
  display: inline-block;
}
.list-info-dash ul li mark .hint-info {
  width: 7px;
  display: inline-block;
  text-align: center;
}
.list-info-dash div {
  position: relative;
  /*.logo{
      display: none;
    }*/
}
.list-info-dash div .event_name,
.list-info-dash div .starts,
.list-info-dash div .starting_odds,
.list-info-dash div .highest_odds,
.list-info-dash div .lowest_odds,
.list-info-dash div .footer-block {
  margin: 0;
  float: none;
  width: 100%;
}
.list-info-dash div .footer-block {
  position: absolute;
  width: auto;
  bottom: 10px;
  left: 450px;
  text-align: right;
}
.list-info-dash div .footer-block p {
  margin: 0;
}
.list-info-dash div .footer-block .footer-logo {
  background: url("../images/sportsdata-cloud-bw.png") no-repeat top left;
  height: 30px;
  width: 120px;
  background-size: contain;
  float: right;
}
.list-info-dash div .event_name {
  font-weight: 700;
}
.list-info-dash .close-btn {
  position: absolute;
  top: -170%;
  right: 6px;
  height: 30px;
  width: 30px;
  padding-top: 5px;
  background: #dedede;
  cursor: pointer;
}
.name-colum,
.name-colum-simple {
  width: 240px;
}
.name-colum a,
.name-colum-simple a {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.name-colum-simple {
  width: 400px;
}
.time-colum {
  width: 80px;
}
.market-title {
  width: 70px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.odds-up,
.odds-down {
  background: url("../images/odds-arrow.png") no-repeat top left;
  background-size: cover;
  height: 9px;
  width: 7px;
  position: absolute;
  top: 8px;
  right: 0;
}
.odds-up {
  background-position: 0;
}
.odds-down {
  background-position: -7px 0;
}
.datepicker-inline {
  font-size: 12px;
}
.percent-val {
  color: grey;
}
.odds-val {
  font-weight: 700;
}
.custom-nav {
  display: flex;
  justify-content: space-between;
  background: #e9ecef;
}
.custom-nav ol {
  margin: 0;
}
.white-bg {
  background-color: #fff !important;
}
.tabbable .nav li a {
  font-size: 12px;
}
.tabbable .active-item {
  color: #000 !important;
}
.clickable-table {
  font-size: 11px;
}
.console-form {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 15px;
}
.console-form .console-form-input {
  height: 39px;
  width: 140px;
  border-radius: 5px;
  border-color: #d4d9de;
  margin-left: 10px;
}
.console-form .console-form-select {
  width: 140px;
  margin-left: 10px;
  margin-right: 10px;
}
.form-group-console {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-top: 15px;
}
.form-group-console input {
  width: 340px;
}
.form-group-console button {
  margin-left: 10px;
}
.event-info-action {
  height: 200px;
  overflow: auto;
}
.odds24 {
  font-family: TitilliumWeb_Regular, sans-serif;
}
.odds24 .odds24_header {
  background: #5F3675 !important;
  color: #9fe2e6;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.odds24 .odds24_header .navbar-brand {
  height: auto;
  width: 200px;
  padding: 0;
}
.odds24 .odds24_header .navbar-brand img {
  height: 100%;
  width: 100%;
}
.odds24 .odds24_header .navbar-collapse .navbar-nav .nav-item a {
  color: #9fe2e6;
}
.odds24 footer {
  font-size: 14px;
}
.odds24 footer .footer-nav-block {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.odds24 footer .footer-nav-block .footer-logo {
  background: url("../images/0dds24_footer_logo.webp") no-repeat top left;
  height: 65px;
  width: 65px;
  background-size: contain;
}
.odds24 footer .footer-nav-block ul li a {
  text-transform: capitalize;
  color: #9fe2e6;
}
.odds24 footer .footer-partners-block .partner-info {
  font-size: 12px;
}
.odds24 footer .footer-partners-block .footer-logo-partner {
  background: url("../images/sportsdata-cloud-bw.png") no-repeat top left;
  height: 30px;
  width: 160px;
  background-size: contain;
  margin-top: 5px;
}
.mobile .market-switch {
  justify-content: flex-end;
  margin-top: 10px;
  font-size: 14px !important;
}
.mobile .mobile-tooltip {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.mobile .mobile-list-info,
.mobile .list-info {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 160px !important;
}
.mobile .mobile-list-info .logo,
.mobile .list-info .logo {
  width: 150px;
  margin: 0 auto;
  padding: 5px 0;
}
.mobile .mobile-list-info .logo img,
.mobile .list-info .logo img {
  max-width: 115px;
  max-height: 34px;
}
.mobile .mobile-list-info .footer-block,
.mobile .list-info .footer-block {
  left: 100%;
  font-size: 10px;
}
.mobile .mobile-list-info .footer-block .footer-logo,
.mobile .list-info .footer-block .footer-logo {
  width: 110px;
}
.mobile .mobile-list-info .close-btn,
.mobile .list-info .close-btn {
  top: -135%;
}
.mobile .nav-tabs-mobile {
  flex-wrap: nowrap;
  width: 90%;
  overflow: hidden;
  overflow-x: auto;
  margin: 0 auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.mobile .nav-tabs-mobile ::-webkit-scrollbar {
  display: none;
}
.mobile .breadcrumb {
  font-size: 12px;
}
.mobile .breadcrumb-nav {
  font-size: 15px;
}
.mobile .logo-wrapper {
  display: block;
  height: auto;
  width: 37px;
  margin: 0 auto;
}
.mobile .logo-wrapper img {
  width: 100%;
  height: auto;
}
.mobile #countryList .card .card-header h5 button {
  width: 100%;
}
.mobile #countryList .card .card-body {
  padding: 0;
}
.mobile #countryList .card .card-body .mobileleagueList {
  margin: 0;
}
.mobile #countryList .card .card-body .mobileleagueList li {
  padding: 5px 5px;
}
.mobile #countryList .card .card-body .mobileleagueList li a {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #e9ecef;
}
.mobile #countryList .card .card-body .mobileleagueList li:first-child {
  padding-bottom: 0;
}
.mobile #countryList .card .card-body .mobileleagueList li:last-child {
  padding-bottom: 10px;
}
.mobile table .hint-block .avg,
.mobile table .hint-block .best {
  padding: 7px 0;
  font-size: 9px;
}
.mobile table .hint-block .avg {
  color: #9e9397;
}
.mobile table .hint-block .best {
  color: #000;
  font-weight: 700;
}
.mobile table .teams-block {
  padding-top: 10px;
}
.mobile table .hide-info-dash-mob {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.mobile table .odds-up-dash {
  color: green !important;
}
.mobile table .odds-down-dash {
  color: red !important;
}
.mobile table .percent-val {
  color: grey;
}
.mobile table .hide-info-dash .val-info-header,
.mobile table .hide-info-dash-mob .val-info-header,
.mobile table .hide-info-dash .val-info,
.mobile table .hide-info-dash-mob .val-info,
.mobile table .hide-info-dash .odds-up-dash,
.mobile table .hide-info-dash-mob .odds-up-dash,
.mobile table .hide-info-dash .odds-down-dash,
.mobile table .hide-info-dash-mob .odds-down-dash {
  border: 1px solid #cec9cb;
  border-radius: 3px;
  padding: 1px 1px 0 1px;
  margin-bottom: 3px;
}
.mobile table .hide-info-dash .val-info-header .odds-val,
.mobile table .hide-info-dash-mob .val-info-header .odds-val,
.mobile table .hide-info-dash .val-info .odds-val,
.mobile table .hide-info-dash-mob .val-info .odds-val,
.mobile table .hide-info-dash .odds-up-dash .odds-val,
.mobile table .hide-info-dash-mob .odds-up-dash .odds-val,
.mobile table .hide-info-dash .odds-down-dash .odds-val,
.mobile table .hide-info-dash-mob .odds-down-dash .odds-val {
  display: block;
  font-size: 12px;
}
.mobile table .hide-info-dash .val-info-header .percent-val,
.mobile table .hide-info-dash-mob .val-info-header .percent-val,
.mobile table .hide-info-dash .val-info .percent-val,
.mobile table .hide-info-dash-mob .val-info .percent-val,
.mobile table .hide-info-dash .odds-up-dash .percent-val,
.mobile table .hide-info-dash-mob .odds-up-dash .percent-val,
.mobile table .hide-info-dash .odds-down-dash .percent-val,
.mobile table .hide-info-dash-mob .odds-down-dash .percent-val {
  display: block;
  font-size: 9px;
}
.mobile table .hide-info-dash .best-wrapper,
.mobile table .hide-info-dash-mob .best-wrapper {
  border: 1px solid #cec9cb;
  border-radius: 3px;
  padding: 1px 1px 0 1px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mobile table .hide-info-dash .best-wrapper .best-odds,
.mobile table .hide-info-dash-mob .best-wrapper .best-odds {
  font-size: 12px;
  font-weight: 700;
}
.mobile table .hint-block-dashboard .percent-val {
  font-size: 9px;
}
.mobile table .list-info-dash {
  color: #000 !important;
}
@media (max-width: 375px) {
  .mobile table tbody tr {
    font-size: 9px;
  }
  .mobile table tbody tr .hide-info-dash .val-info-header .odds-val,
  .mobile table tbody tr .hide-info-dash .val-info .odds-val,
  .mobile table tbody tr .hide-info-dash .odds-up-dash .odds-val,
  .mobile table tbody tr .hide-info-dash .odds-down-dash .odds-val {
    display: block;
    font-size: 10px;
  }
}
.open-block {
  display: block;
}
.hide-block {
  display: none;
}
.gallery {
  background: #EEE;
}
.gallery-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}
/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
/*# sourceMappingURL=main.css.map */