html,
body {
  margin: 0;
  font-family: Arial;
}
@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}
.top-leagues-container {
  margin-bottom: 15px;
}
.top-leagues-container .league {
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}
.top-leagues-container .league .icon {
  width: 14px !important;
  position: absolute;
  top: 5px;
  left: 9px;
}
.checkbox-wrapper {
  min-height: 51px;
  display: flex;
}
.checkbox-wrapper > mat-checkbox {
  align-self: center;
}
.loader-message {
  text-align: center;
  padding: 0.5rem 0;
}
.loader-count-down {
  margin-top: 5px;
}
.mat-dialog-actions {
  justify-content: space-between;
  margin-bottom: -10px !important;
  justify-content: center;
}
.mat-dialog-actions .mat-raised-button.mat-warn {
  margin-right: auto;
}
.mat-dialog-title {
  text-transform: uppercase;
  margin: 0 !important;
  text-align: center;
}
.mat-dialog-content {
  max-height: 55vh !important;
}
.yellow {
  color: yellow;
}
sport-widget .soccer-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/football.png");
}
sport-widget .volleyball-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/volleyball.png");
}
sport-widget .tennis-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/tennis.png");
}
sport-widget .basketball-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/basketball.png");
}
sport-widget .rugby-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/rugby.png");
}
sport-widget .ev-stat-name {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
  color: white;
}
sport-widget .chart {
  position: absolute;
  width: 100%;
  top: 0;
}
sport-widget .chart-block {
  display: block;
  width: 100%;
}
sport-widget text .chart-canvas {
  margin-left: auto;
  margin-right: auto;
}
sport-widget .stats-button {
  margin-bottom: 1px;
  display: flex;
}
sport-widget .match-stat-block {
  transform: rotate3d(1, 0, 0, 60deg);
  margin-left: 9%;
  width: 82%;
}
sport-widget .match-stat-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
sport-widget .event-inc-buttons {
  display: flex;
}
sport-widget .sport-img {
  height: 20px;
  width: 20px;
  margin: 0 5px 0 5px;
}
sport-widget .court-pi {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  color: white;
}
loader-window,
message-window {
  text-align: center;
}
loader-window .loader-img,
message-window .loader-img {
  width: 140px;
  display: flex;
  margin: 20px auto 0;
}
loader-window .loader-count-down,
message-window .loader-count-down {
  text-align: center;
}
loader-window .loader-spinner,
message-window .loader-spinner {
  width: 140px;
  display: flex;
  margin: 10px auto 20px;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.one-row {
  width: 100%;
}
.two-row {
  width: 50%;
}
.three-row {
  width: 33.33%;
}
.odd-fall {
  animation-name: fall;
  animation-duration: 2s;
}
.odd-raise {
  animation-name: raise;
  animation-duration: 2s;
}
.nav-tabs {
  display: flex;
}
.nav-tabs .nav-tabs-icon {
  width: 15%;
  display: flex;
  align-items: center;
}
.nav-tabs .nav-tabs-text {
  width: 85%;
}
.highlighted-event {
  background: #a0a0d8 !important;
  color: #000 !important;
}
.i-mobile .sandwich-sportsbook,
.i-mobile .sandwich-magicwin,
.i-mobile .sandwich-casino,
.i-mobile .sandwich-live-casino,
.i-mobile .sandwich-language,
.i-mobile .sandwich-balance-sheet {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: left center;
  image-rendering: auto;
}
.i-mobile .sandwich-sportsbook {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=sandwich/sportsbook.png");
}
.i-mobile .sandwich-magicwin {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=sandwich/magicwin.png");
}
.i-mobile .sandwich-casino {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=sandwich/casino.png");
}
.i-mobile .sandwich-live-casino {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=sandwich/live_casino.png");
}
.i-mobile .sandwich-language {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=sandwich/language.png");
  transform: translateX(-1px);
}
.i-mobile .sandwich-balance-sheet {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=sandwich/balance_sheet.png");
  background-size: 45%;
  transform: translateX(-1px);
}
.desktop sport-widget .home-name-container,
.desktop sport-widget .guest-name-container {
  display: flex !important;
  margin-left: 10px !important;
}
.desktop sport-widget .home-name-container img,
.desktop sport-widget .guest-name-container img {
  height: 33px !important;
  width: 33px !important;
  margin: 0 !important;
}
mobile sport-widget .home-name,
mobile sport-widget .guest-name {
  padding-left: 10px;
  line-height: 28px;
}
mobile sport-widget .home-name-container,
mobile sport-widget .guest-name-container {
  display: flex !important;
  padding: 0 10px !important;
  align-items: center !important;
}
mobile sport-widget .home-name-container img,
mobile sport-widget .guest-name-container img {
  height: 20px !important;
  width: 20px !important;
  margin: 0 !important;
}

body {
  color: #fff;
  font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.desktop {
  background-color: #1c1e21;
  min-height: 390px;
}
.desktop .sport-info-bar {
  display: none;
}
.desktop .btn-back-to-top {
  display: block !important;
}
.desktop .page {
  min-width: 1154px;
}
.desktop .page > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.desktop sport-widget tennis-component .score-table {
  background-color: #1f4d92;
}
.desktop sport-widget tennis-component .row-head {
  background-color: #163768;
}
.desktop sport-widget volleyball-component .score-table {
  background-color: #1f4d92;
}
.desktop sport-widget volleyball-component .row-head {
  background-color: #163768;
}
.desktop sport-widget basketball-component .score-table {
  color: black;
  background-color: #ffc164;
  position: absolute;
}
.desktop sport-widget basketball-component .row-head {
  color: black;
  background-color: #ffb547;
}
.desktop sport-widget #widget-component {
  width: 100%;
  background-color: #303030;
}
.desktop sport-widget .row-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 30%;
  padding: 10px;
}
.desktop sport-widget .row-head {
  font-size: 20px;
  height: 40%;
  padding: 10px;
  line-height: 21px;
  color: #f1f4fd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.desktop sport-widget .result-column {
  min-width: 60px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
.desktop sport-widget .result-column .home-result {
  padding: 5px 0 0 0;
  line-height: 28px;
}
.desktop sport-widget .result-column .guest-result {
  padding: 10px 0 0 0;
}
.desktop sport-widget .name-column {
  width: 100%;
  font-size: 15px;
  min-height: 72px;
}
.desktop sport-widget .name-column .home-name-container {
  display: flex;
  align-items: center;
}
.desktop sport-widget .name-column .home-name-container .image {
  width: 35px;
  height: 35px;
  margin: 5px;
}
.desktop sport-widget .name-column .guest-name-container {
  display: flex;
  align-items: center;
}
.desktop sport-widget .name-column .guest-name-container .image {
  width: 35px;
  height: 35px;
  margin: 5px;
}
.desktop sport-widget .name-column .game-head {
  line-height: 21px;
  font-size: 20px;
  height: 20%;
  padding: 10px;
  color: #f1f4fd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.desktop sport-widget .name-column .home-name {
  padding: 5px 0 0 10px;
  line-height: 28px;
}
.desktop sport-widget .name-column .guest-name {
  padding: 0 0 0 10px;
}
.desktop sport-widget .panel {
  background-color: #303030;
  display: flex;
  align-items: center;
  height: 20px;
}
.desktop sport-widget .panel .sport-img {
  height: 20px;
  margin: 0 5px 0 10px;
}
.desktop sport-widget .panel .league-name {
  width: 100%;
  font-size: 12px;
}
.desktop sport-widget .panel .header-result {
  min-width: 60px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
.desktop sport-widget .hide {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  background-color: #303030;
  cursor: pointer;
  text-align: center;
}
.desktop sport-widget .Background {
  width: 100%;
}
.desktop sport-widget .left-side {
  width: 50%;
  float: left;
  background-color: #292929;
}
.desktop sport-widget .infoheader {
  display: flex;
  background: #40444e;
  justify-content: space-between;
}
.desktop sport-widget .header-home {
  font-size: 20px;
}
.desktop sport-widget .header-away {
  font-size: 20px;
}
.desktop sport-widget #status-div {
  background-color: green;
  color: #000;
  height: 15px;
}
.desktop sport-widget .field {
  height: 272px;
  background-size: 100% 101%;
  background-repeat: no-repeat;
}
.desktop sport-widget .home-team {
  width: 100%;
  display: flex;
  align-items: center;
}
.desktop sport-widget .hide-all-stats {
  border-right: 50px solid transparent;
  border-bottom: 16px solid #303030;
  border-left: 50px solid transparent;
  cursor: pointer;
  position: absolute;
  width: 20%;
  right: 40%;
  z-index: 9999;
  bottom: 0;
}
.desktop sport-widget .hide-all-stats-inner {
  width: 100%;
  position: absolute;
  background-color: #303030;
  text-align: center;
}
.desktop sport-widget .match-time {
  text-align: center;
  min-width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.desktop sport-widget .away-team {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.desktop sport-widget .image {
  width: 50px;
  height: 50px;
  margin: 10px;
}
.desktop sport-widget .score-w {
  position: relative;
  font-size: 35px;
  text-align: center;
  border: 1px;
  border-bottom-color: #292929;
}
.desktop sport-widget .button {
  width: 33%;
  background-repeat: no-repeat;
  align-content: center;
  float: left;
  background-size: 100% 100%;
  height: 20px;
  background-image: url("/angular/Site/srchttps://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/ball/ball_football.png");
}
.desktop sport-widget .ev-stat {
  position: relative;
  overflow-y: scroll;
  align-content: center;
  height: 200px;
  color: white;
}
.desktop sport-widget .ev-inc {
  height: 200px;
  background-color: #292929;
  overflow-y: scroll;
}
.desktop sport-widget progress {
  width: 100%;
  -webkit-appearance: none;
}
.desktop sport-widget .stats-succsessfull {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  padding-top: 0;
  z-index: 999;
}
.desktop sport-widget .stats-all {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.desktop sport-widget .score-table {
  display: flex;
  opacity: 0.9;
}
.desktop sport-widget .row-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 30%;
  padding: 10px;
}
.desktop sport-widget .row-head {
  font-size: 20px;
  height: 40%;
  padding: 10px;
  line-height: 21px;
  color: #f1f4fd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.desktop sport-widget .all-progress[value]::-webkit-progress-bar {
  background: #ffd31d;
}
.desktop sport-widget .all-progress[value]::-webkit-progress-value {
  background: #008000;
}
.desktop sport-widget .succsess-progress[value]::-webkit-progress-bar {
  background: #ffd31d;
}
.desktop sport-widget .succsess-progress[value]::-webkit-progress-value {
  background: #008000;
}
.desktop sport-widget .event-image img {
  height: 20px;
  width: 20px;
}
.desktop sport-widget .canvas-margin {
  margin-top: 53px;
}
.desktop sport-widget .event-image {
  width: 20px;
}
.desktop sport-widget .ev-inc-home {
  color: green;
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 25px;
}
.desktop sport-widget .ev-inc-text {
  margin-left: 5px;
}
.desktop sport-widget .ev-inc-away {
  color: #ffd31d;
  height: 25px;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.desktop sport-widget .ev-stat-elem:nth-child(2n + 1) {
  background: #414143;
  height: 30px;
}
.desktop sport-widget .ev-stat-elem:nth-child(2n) {
  background: #303032;
  height: 30px;
}
.desktop sport-widget .ev-inc-elem:nth-child(2n + 1) {
  background: #303032;
}
.desktop sport-widget .ev-inc-elem:nth-child(2n) {
  background: #414143;
}
.desktop sport-widget .Svg-style {
  width: 100%;
  opacity: 0.4;
}
.desktop sport-widget .match-status {
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 9998;
  bottom: 85px;
  text-align: center;
  font-size: 50px;
  perspective: 500px;
}
.desktop sport-widget .stats {
  display: table-cell;
  width: 100%;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  color: #525863;
  padding: 3px;
  font-size: 12px;
  cursor: pointer;
  background-color: #1d1d1d;
  font-weight: 600;
  border-left: 1px solid #414141;
}
.desktop sport-widget .stats:hover {
  background-color: #ffd31d;
  color: #1d1d1d;
}
.desktop sport-widget .selected {
  background-color: #ffd31d;
  color: #000;
}
.desktop sport-widget .pitch {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.desktop sport-widget .court-pi {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.desktop sport-widget .status-div-h-s {
  color: #ffffff;
  background: black;
  opacity: 0.4;
}
.desktop sport-widget .status-div-h-a {
  color: #ffff00;
  background: black;
  opacity: 0.4;
}
.desktop sport-widget .status-div-h-d {
  color: #ff0000;
  background: black;
  opacity: 0.4;
}
.desktop sport-widget .status-div-a-s {
  color: #ffffff;
  background: black;
  opacity: 0.4;
}
.desktop sport-widget .status-div-a-a {
  color: #ffff00;
  background: black;
  opacity: 0.4;
}
.desktop sport-widget .status-div-a-d {
  color: #ff0000;
  background: black;
  opacity: 0.4;
}
.desktop sport-widget .triangle-topleft {
  width: 0;
  height: 0;
  border-top: 14px solid red;
  border-right: 14px solid transparent;
  position: absolute;
}
.desktop sport-widget .triangle-topright {
  width: 0;
  height: 0;
  border-top: 14px solid red;
  border-left: 14px solid transparent;
  position: absolute;
}
.desktop betslip my-bets-betslip .wrapper {
  display: flex;
  justify-content: start;
  align-items: stretch;
  width: 100%;
}
.desktop betslip my-bets-betslip .info {
  width: 90%;
}
.desktop betslip my-bets-betslip .switcher-arrow {
  width: 29px;
  height: 28px;
  border: 1px solid #414141;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #096f3b;
  background: #8fc95b;
  font-size: 22px;
  font-weight: 800;
  margin-left: 4px;
}
.desktop betslip my-bets-betslip .more-info,
.desktop betslip my-bets-betslip .less-info {
  width: 10%;
}
.desktop betslip my-bets-betslip .info_details {
  width: 50%;
}
.desktop betslip my-bets-betslip .ticket-info {
  background-color: #424242;
  color: white;
  padding: 0.5em;
  width: 100%;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-item {
  border-bottom: 1px solid white;
  font-size: 14px;
  line-height: 22px;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-item .bold {
  font-weight: bold;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-item .event-name {
  font-size: 15px;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-item .flex {
  display: flex;
  justify-content: space-between;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-item .flex .italic {
  font-style: italic;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-main-info {
  border-top: 1px solid white;
  font-size: 14px;
  line-height: 22px;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-main-info .bold {
  font-weight: bold;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-main-info .flex {
  display: flex;
  justify-content: space-between;
}
.desktop betslip my-bets-betslip .ticket-info .ticket-main-info .flex .italic {
  font-style: italic;
}
.desktop betslip my-bets-betslip .cashout {
  border: none;
  width: 7vw;
  border-radius: 5px;
  padding: 5px 10px;
}
.desktop betslip my-bets-betslip .tickets-container {
  text-transform: uppercase;
}
.desktop betslip my-bets-betslip .tickets-container .btn-switch {
  background-color: #008a17;
  display: flex;
  border-top: 1px solid black;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  padding: 15px;
  bottom: 0.5%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container {
  border-top: 1px solid black;
  margin-top: -1px;
  display: flex;
  flex-wrap: wrap;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .left,
.desktop betslip my-bets-betslip .tickets-container .ticket-container .right {
  width: 50%;
  margin-bottom: 10px;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .right .status {
  width: 78%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .left .mt {
  margin-top: 5%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .header-bets {
  display: flex;
  width: 100%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .header-bets .ticket-number {
  font-size: 15px;
  color: #e2e216;
  cursor: pointer;
  margin: 5px;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .header-bets .stake-date {
  position: absolute;
  right: 2px;
  margin: 13px;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .items-container {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 13px;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .items-container .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .items-container .flex-s {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .items-container-right {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 4%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .items-container-right .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .items-container-right .flex-s {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .item-container {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
  text-transform: none;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .item-container .status-container {
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 2px;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .item-container .top-container {
  display: flex;
  font-size: 11px;
  margin-left: 26px;
  padding-top: 2px;
  margin-bottom: 10px;
}
.desktop betslip my-bets-betslip .tickets-container .ticket-container .item-container .top-container .bottom-container {
  text-transform: uppercase;
}
.desktop header {
  display: flex;
  height: 45px;
  justify-content: space-between;
  padding: 10px 30px;
}
.desktop header a {
  display: none;
}
.desktop footer {
  display: none;
}
.desktop odd-format-selector {
  z-index: 1000;
}
.desktop odd-format-selector .selector {
  background-color: #fff;
  color: #000;
  min-width: 115px;
}
.desktop odd-format-selector .selector > .odd-format > div {
  display: none;
}
.desktop odd-format-selector .odd-format-list {
  border-top: 2px solid #000;
  padding: 5px 0;
}
.desktop odd-format-selector .odd-format-list > .odd-format:hover {
  background-color: #f5f5f5;
  color: #000;
}
.desktop odd-format-selector .odd-format {
  cursor: pointer;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  white-space: nowrap;
}
.desktop .page-content {
  display: flex;
  padding: 0 20px 20px 20px;
}
@media (min-width: 1281px) {
  .desktop .page-content {
    padding: 0 30px 30px 30px;
  }
}
.desktop .page-content .sportsbook-bets-area {
  width: 65%;
}
.desktop .page-content .sportsbook-tree {
  width: 15%;
  padding: 0 15px 0 5px;
  min-width: 200px;
}
.desktop .page-content .betslip-container {
  width: 20%;
  padding: 0 15px;
}
.desktop .page-content .betslip-container betslip > div {
  width: calc(20% - 28px);
}
.desktop language-selector {
  padding-left: 7px;
  font-size: 11px;
}
.desktop language-selector .lang-item {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 18px;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  width: 33px;
  padding: 0 3px;
  border-radius: 3px;
}
.desktop language-selector .lang-item div,
.desktop language-selector .lang-item span {
  display: none;
}
.desktop language-selector .lang-item img {
  width: 15px;
  height: 10px;
}
.desktop language-selector .right {
  justify-content: flex-end;
}
.desktop language-selector .right span {
  margin-left: 5px;
}
.desktop language-selector .lang-list {
  position: absolute;
  z-index: 201;
}
.desktop language-selector .lang-list .lang-item {
  width: 50px;
  padding-right: 10px;
  border-radius: 0;
}
.desktop language-selector .lang-list .lang-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.desktop language-selector .lang-list .lang-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.desktop language-selector .lang-list .lang-item span {
  display: block;
}
.desktop language-selector .lang-list .lang-item:hover {
  background-color: #c5cfd6;
}
.desktop my-bets {
  display: flex;
  flex-direction: column;
  padding: 30px;
  position: relative;
  width: 100%;
}
.desktop my-bets time-picker .date-picker {
  margin-right: 10px;
}
.desktop my-bets time-picker .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: #fff !important;
}
.desktop my-bets time-picker .mat-form-field-appearance-legacy .mat-form-field-underline span {
  background-color: #2fb5ef !important;
}
.desktop my-bets .acc-table {
  width: 100%;
}
.desktop my-bets .acc-table .total-factor {
  text-align: right;
}
.desktop my-bets .acc-table th,
.desktop my-bets .acc-table td {
  line-height: 27px;
}
.desktop my-bets .acc-table th:not(:last-child),
.desktop my-bets .acc-table td:not(:last-child) {
  border-right: 2px solid #000;
}
.desktop my-bets .acc-table th {
  background-color: #4d4d4d;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.desktop my-bets .acc-table tr {
  border-top: 2px solid #000;
}
.desktop my-bets .acc-table tr td:nth-child(5),
.desktop my-bets .acc-table tr td:nth-child(6) {
  text-align: right;
}
.desktop my-bets .acc-table td {
  padding: 0 10px;
  background-color: #606060;
}
.desktop my-bets .acc-table .bank {
  color: #fa7a0a;
}
.desktop my-bets .header {
  font-size: 30px;
  text-transform: uppercase;
}
.desktop my-bets .tabs-container {
  border-bottom: 1px solid #4f4f4f;
  display: flex;
  font-size: 13px;
  margin: 25px 0;
  overflow: hidden;
  width: 100%;
}
.desktop my-bets .tabs-container .tab {
  border-radius: 3px 3px 0 0;
  border-bottom: none;
  cursor: pointer;
  line-height: 37px;
  margin-right: 3px;
  min-width: 80px;
  padding: 0 15px;
  text-align: center;
  background-color: #dadcdf;
  color: #000;
}
.desktop my-bets .tabs-container .tab.selected {
  color: #fff;
  background-color: #2fb5ef;
  font-weight: 600;
}
.desktop my-bets spinner {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.desktop my-bets .details {
  display: flex;
  white-space: nowrap;
  align-items: flex-end;
}
.desktop my-bets .details > div:first-child {
  font-size: 18px;
}
.desktop my-bets .details > div:first-child .stake-date {
  color: #c6c5c6;
  font-size: 15px;
  margin-left: 30px;
}
.desktop my-bets .btn-container {
  display: flex;
  width: 100%;
  align-items: center;
}
.desktop my-bets .description {
  color: #ffd31d;
}
.desktop my-bets .description > div {
  cursor: pointer;
}
.desktop my-bets .btn-confirm {
  margin: auto;
  margin-top: 20px;
}
.desktop my-bets input {
  color: #000;
}
.desktop my-bets .table {
  margin: 0;
}
.desktop my-bets .table > div {
  display: flex;
  margin-bottom: 2px;
  background-color: #aaaaaa;
  color: black;
}
.desktop my-bets .table > div > div {
  padding: 5px 10px;
  width: 40%;
}
.desktop my-bets .table > div > div:last-child {
  border-left: 2px solid #000;
  width: 60%;
}
.desktop my-bets .message {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.desktop my-bets .message .btn-confirm-container {
  display: flex;
  align-items: center;
}
.desktop my-bets .message .btn-confirm-container > div:first-child {
  margin-right: 10px;
}
.desktop my-bets .message > div {
  background: #525864;
  padding: 30px;
}
.desktop my-bets .message > div > div {
  padding: 10px;
}
.desktop my-bets .message > div .header {
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  border-bottom: 1px solid #fff;
}
.desktop my-bets .message > div .btn-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 56px;
  width: 186px;
  font-size: 16px;
}
.desktop my-bets .bets td:last-child {
  width: 120px;
}
.desktop my-bets .bets .cashout-status {
  text-align: center;
}
.desktop my-bets .bets .number {
  text-align: right;
}
.desktop .win {
  color: #48e05f;
}
.desktop .loss {
  color: #e32636;
}
.desktop .nav-container {
  display: flex;
  padding: 0 20px;
}
@media (min-width: 1281px) {
  .desktop .nav-container {
    padding: 0 30px;
  }
}
.desktop .nav-container .nav-tab {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0 15px;
  text-transform: uppercase;
  border-right: 1px solid #000;
  font-family: "Roboto";
}
.desktop .nav-container .nav-tab:first-child {
  border-left: 1px solid #000;
}
.desktop navigation {
  display: none !important;
  font-family: Oswald;
  font-size: 15px;
  justify-content: space-between;
}
.desktop navigation .nav-tab {
  background: -webkit-linear-gradient(top, #cfd7e2, #9aa1a9);
  background: -moz-linear-gradient(top, #cfd7e2, #9aa1a9);
  background: -ms-linear-gradient(top, #cfd7e2, #9aa1a9);
  background: -o-linear-gradient(top, #cfd7e2, #9aa1a9);
  background-color: #9aa1a9;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
}
.desktop navigation .nav-tab:hover {
  background: -webkit-linear-gradient(top, #cacbcc, #eaeef3);
  background: -moz-linear-gradient(top, #cacbcc, #eaeef3);
  background: -ms-linear-gradient(top, #cacbcc, #eaeef3);
  background: -o-linear-gradient(top, #cacbcc, #eaeef3);
  background-color: #eaeef3;
}
.desktop navigation .nav-tab.active {
  background: -webkit-linear-gradient(top, #32b6ff, #0588da);
  background: -moz-linear-gradient(top, #32b6ff, #0588da);
  background: -ms-linear-gradient(top, #32b6ff, #0588da);
  background: -o-linear-gradient(top, #32b6ff, #0588da);
  background-color: #0588da;
  color: #fff;
}
.desktop navigation .nav-tab.terminal-view {
  display: none;
}
.desktop navigation .nav-tab:first-child {
  border-radius: 5px 0 0 5px;
}
.desktop navigation .nav-tab:last-child {
  border-radius: 0 5px 5px 0;
}
.desktop navigation > div {
  display: flex;
}
.desktop events-banner .swiper-container {
  max-height: 302px;
  margin-bottom: 30px;
}
.desktop events-banner .swiper-container .swiper-wrapper {
  height: 302px;
}
.desktop events-banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden !important;
  font-size: 18px;
}
.desktop events-banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 302px;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-container {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-bottom: 314px solid #40444e;
  border-left: 100px solid transparent;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content {
  z-index: 12;
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-bottom: 314px solid #40444e;
  border-left: 100px solid transparent;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content .team {
  z-index: 13;
  height: 275px;
  padding: 20px;
  font-weight: 300;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content .team .team-header {
  font-weight: bold;
  font-size: 26px;
  color: white;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3);
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content .team .team-date {
  margin-bottom: 22px;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content .team .team-body {
  display: flex;
  align-items: center;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content .team .team-body > div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content .team .team-body .odd {
  text-align: center;
  background: #525863;
  border-radius: 3px;
  margin: 5px 10px;
  min-width: 58px;
  padding: 3px 0;
  cursor: pointer;
}
.desktop events-banner .swiper-container .swiper-wrapper .team-content .team .team-body .odd:hover {
  background-color: #2794e2;
}
.desktop events-banner .swiper-container .swiper-wrapper .btn-bet {
  position: absolute;
  right: 0;
  z-index: 13;
  width: 49.7%;
  bottom: 0;
  height: 40px;
  border-bottom: 46px solid #2fb5fe;
  border-left: 14.5px solid transparent;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  line-height: 46px;
  font-weight: bold;
}
.desktop events-banner .swiper-container .swiper-wrapper .btn-bet:hover {
  border-bottom: 46px solid #525863;
  color: black;
}
.desktop events-banner .swiper-container .swiper-pagination {
  position: absolute;
  width: 150px;
  right: 50%;
  left: auto;
}
.desktop events-banner .swiper-container .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 16px;
  height: 16px;
  box-shadow: 0 0 10px #000000;
}
.desktop events-banner .swiper-container .swiper-pagination-bullet-active {
  background: #2fb5fe;
}
.desktop sportsbook-tree {
  margin-right: 30px;
}
.desktop sportsbook-tree spinner {
  background: #4d4d4d;
  padding: 20px 0;
}
.desktop sportsbook-tree .tree {
  font-family: "Roboto";
  text-overflow: ellipsis;
}
.desktop sportsbook-tree .tree-header {
  margin-top: 17px;
  align-items: center;
  background-color: #dadcdf;
  color: #000;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.desktop sportsbook-tree .tree-header .switcher {
  border: 1px #414141 solid;
  background: #333333;
  color: #fff;
  height: 22px;
  min-width: 22px;
}
.desktop sportsbook-tree .tree-header .switcher > span {
  margin-bottom: 3.14285714px;
  padding-top: 3px;
}
.desktop sportsbook-tree .tree-header .switcher > span {
  margin-bottom: 3.14285714px;
}
.desktop sportsbook-tree .bet-offer {
  align-items: center;
  background: #008a17;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  line-height: 36px;
  display: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px;
  border-radius: 4px;
  font-family: "Open sans";
}
.desktop sportsbook-tree .btn-switch {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: space-around;
  line-height: 20px;
  padding: 8px 15px;
  text-transform: uppercase;
  border-top: 1px solid #090909;
}
.desktop sportsbook-tree .checkbox-name {
  display: none;
}
.desktop sportsbook-tree .time-periods {
  align-items: center;
  background: #272a2f;
  display: flex;
  font-size: 10px;
  justify-content: space-around;
  padding: 10px 0px;
}
.desktop sportsbook-tree .time-periods .period {
  background-color: #707070;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 10px;
}
.desktop sportsbook-tree .time-periods .period .period-circle,
.desktop sportsbook-tree .time-periods .period .period-separator {
  display: none;
}
.desktop sportsbook-tree .time-periods .period.active {
  background-color: #1c9fec;
  text-transform: uppercase;
}
.desktop sportsbook-tree .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
  padding: 8px 15px;
}
.desktop sportsbook-tree .header .count {
  font-size: 11px;
  padding: 0 6px;
  text-align: center;
}
.desktop sportsbook-tree .sports-container {
  cursor: pointer;
  text-transform: uppercase;
}
.desktop sportsbook-tree .sports-container .sport {
  border-top: 1px solid #090909;
}
.desktop sportsbook-tree .sports-container .sport > .header {
  background: #dadcdf;
  color: #000;
}
.desktop sportsbook-tree .sports-container .sport > .header .count {
  font-weight: 600;
  line-height: 17px;
}
.desktop sportsbook-tree .sports-container .sport > .header:hover,
.desktop sportsbook-tree .sports-container .sport > .header.active {
  background-color: #363a42;
  color: white;
}
.desktop sportsbook-tree .sports-container .sport > .header:hover span,
.desktop sportsbook-tree .sports-container .sport > .header.active span {
  color: #fff;
}
.desktop sportsbook-tree .sports-container > .btn-switch {
  background-color: #dadcdf;
  color: #000;
  border-top: 1px solid #090909;
}
.desktop sportsbook-tree .countries-container {
  background-color: #272a2f;
  font-family: "Roboto";
  overflow-y: hidden;
}
.desktop sportsbook-tree .countries-container .country > .header {
  padding: 8px 10px;
  border-top: 1px solid #464a52;
}
.desktop sportsbook-tree .countries-container .country > .header .text {
  display: flex;
  align-items: center;
}
.desktop sportsbook-tree .countries-container .country > .header .text img {
  width: 28px;
  max-height: 28px;
}
.desktop sportsbook-tree .countries-container .country > .header .text .country-name {
  padding-right: 5px;
  padding-left: 5px;
}
.desktop sportsbook-tree .countries-container .country > .header .text > div {
  display: flex;
  align-items: center;
  letter-spacing: -0.1px;
}
.desktop sportsbook-tree .countries-container .country > .header .text > div > div {
  max-width: 155px;
}
.desktop sportsbook-tree .countries-container .country > .header .text .fa-chevron-right {
  padding-right: 0px;
}
.desktop sportsbook-tree .countries-container .country > .header .text .fa-chevron-down {
  padding-right: 3px;
}
.desktop sportsbook-tree .countries-container .country > .header:hover,
.desktop sportsbook-tree .countries-container .country > .header.active {
  background-color: #363a42;
  color: white;
}
.desktop sportsbook-tree .countries-container .country > .header:hover span,
.desktop sportsbook-tree .countries-container .country > .header.active span {
  color: #fff;
}
.desktop sportsbook-tree .countries-container .country > .header .count {
  color: #000;
  font-weight: 600;
}
.desktop sportsbook-tree .countries-container .country > .header .count.active {
  color: white;
}
.desktop sportsbook-tree .countries-container .country > .header .glyphicon {
  font-size: 9px;
  top: 0;
  padding-right: 6px;
}
.desktop sportsbook-tree .countries-container .country:not(:first-child) > .header {
  border-top: 1px solid #464a52;
}
.desktop sportsbook-tree .countries-container > .btn-switch {
  color: #fff;
  border-top: 1px solid #464a52;
}
.desktop sportsbook-tree .leagues-container {
  background-color: #dadcdf;
  color: #000;
  overflow-y: hidden;
}
.desktop sportsbook-tree .leagues-container .header {
  border-top: 1px solid #000;
}
.desktop sportsbook-tree .leagues-container .header .name {
  display: flex;
  align-items: center;
}
.desktop sportsbook-tree .leagues-container .header .count {
  color: #000;
}
.desktop sportsbook-tree .leagues-container .header:hover,
.desktop sportsbook-tree .leagues-container .header.active {
  background: #4e5461;
  color: #fff;
}
.desktop sportsbook-bets-area {
  min-width: 720px;
  width: 74%;
  height: 100%;
}
.desktop sportsbook-bets-area .bet-icon {
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  min-height: 100%;
  min-width: 41px;
  margin-right: 11px;
  background-position: center;
}
.desktop sportsbook-bets-area spinner {
  height: auto;
  margin-bottom: 30px;
}
.desktop sportsbook-bets-area > spinner {
  margin-top: 50px;
}
.desktop sportsbook-sports-container > .header {
  align-items: center;
  display: flex;
  font-size: 30px;
  height: 62px;
  margin-top: 39px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 500;
}
.desktop sportsbook-sports-container > .header .bet-icon.top-bets {
  background-image: url("/assets/img/topbets.png");
}
.desktop sportsbook-sports-container > .header .bet-icon.upcoming {
  background-image: url("/assets/img/upcoming.png");
}
.desktop sportsbook-sports-container .sports-list {
  border-bottom: 1px solid #3c3c3e;
  display: flex;
  font-size: 13px;
  width: 100%;
}
.desktop sportsbook-sports-container .sports-list .sport {
  background-color: #dadcdf;
  border-bottom: none;
  color: #000;
  cursor: pointer;
  line-height: 37px;
  margin-right: 3px;
  padding: 0 15px;
  background: #fff;
  font-weight: 600;
  font-family: "Roboto";
}
.desktop sportsbook-sports-container .sports-list .sport.active {
  background: #2fb5fe;
  color: #fff;
}
.desktop sportsbook-events-container .header,
.desktop calendar-events-container .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  border-top: 1px solid #3c3c3e;
}
.desktop sportsbook-events-container .header:first-child,
.desktop calendar-events-container .header:first-child {
  margin-top: 25px;
}
.desktop sportsbook-events-container .header .title,
.desktop calendar-events-container .header .title {
  margin-top: 5px;
  position: relative;
  width: 100%;
  display: flex;
}
.desktop sportsbook-events-container .header .title img,
.desktop calendar-events-container .header .title img {
  width: 42px;
  position: absolute;
  top: -2px;
  border-radius: 4px;
}
.desktop sportsbook-events-container .header .title > div,
.desktop calendar-events-container .header .title > div {
  margin-left: 42px;
  font-family: "Roboto";
}
.desktop sportsbook-events-container .header .title > div div:first-child,
.desktop calendar-events-container .header .title > div div:first-child {
  text-transform: uppercase;
  position: absolute;
  top: -3px;
  padding-right: 5px;
  padding-left: 10px;
  font-size: 13px;
}
.desktop sportsbook-events-container .header .title > div div:last-child,
.desktop calendar-events-container .header .title > div div:last-child {
  font-size: 30px;
  line-height: 30px;
  padding-top: 15px;
  padding-left: 10px;
}
.desktop sportsbook-events-container .header .title > div span,
.desktop calendar-events-container .header .title > div span {
  margin-right: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.desktop sportsbook-events-container .header .bettype-selector,
.desktop calendar-events-container .header .bettype-selector {
  display: flex;
  line-height: 12px;
  min-height: 20px;
  right: 80px;
  width: 100%;
  right: 0;
  flex-wrap: wrap;
  margin: 15px 0;
}
.desktop sportsbook-events-container .header .bettype-selector > div,
.desktop calendar-events-container .header .bettype-selector > div {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #303032;
  cursor: pointer;
  margin-right: 2px;
  padding: 0 10px;
  min-width: 100px;
  width: calc(100% / 3 - 2px);
  height: 30px;
  margin-bottom: 2px;
}
.desktop sportsbook-events-container .header .bettype-selector > div.active,
.desktop calendar-events-container .header .bettype-selector > div.active {
  background-color: #008a17;
}
.desktop sportsbook-events-container .header .bettype-header,
.desktop calendar-events-container .header .bettype-header {
  bottom: -6px;
  line-height: 25px;
  padding: 0 3px 0 5px;
  position: absolute;
  right: 10%;
  text-align: center;
  margin-bottom: -35px;
  min-width: 20%;
  width: 20%;
}
.desktop sportsbook-events-container .header .bettype-header .bettype-name,
.desktop calendar-events-container .header .bettype-header .bettype-name {
  color: #999999;
  text-transform: uppercase;
  padding: 3px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desktop sportsbook-events-container .header .bettype-header .bettype-results,
.desktop calendar-events-container .header .bettype-header .bettype-results {
  border-left: 1px solid #3c3c3e;
  border-right: 1px solid #3c3c3e;
  display: flex;
  line-height: 14px;
  font-family: "Open Sans";
}
.desktop sportsbook-events-container .header .bettype-header .bettype-results > div,
.desktop calendar-events-container .header .bettype-header .bettype-results > div {
  margin-right: 2px;
  text-transform: capitalize;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.desktop sportsbook-events-container .header .bettype-header .bettype-selector,
.desktop calendar-events-container .header .bettype-header .bettype-selector {
  display: flex;
  line-height: 12px;
  min-height: 20px;
}
.desktop sportsbook-events-container .header .bettype-header .bettype-selector > div,
.desktop calendar-events-container .header .bettype-header .bettype-selector > div {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #303032;
  cursor: pointer;
  margin-right: 2px;
  padding: 2px 0;
  width: 100%;
}
.desktop sportsbook-events-container .header .bettype-header .bettype-selector > div.active,
.desktop calendar-events-container .header .bettype-header .bettype-selector > div.active {
  background-color: #008a17;
}
.desktop sportsbook-events-container .header .btn-more-bettype,
.desktop calendar-events-container .header .btn-more-bettype {
  bottom: 5px;
  line-height: 25px;
  padding: 0 3px 0 5px;
  position: absolute;
  margin-bottom: -35px;
  font-size: 15px;
  border: 1px solid #3c3c3e;
  cursor: pointer;
}
.desktop sportsbook-events-container .header .btn-more-bettype .fa-angle-double-down,
.desktop calendar-events-container .header .btn-more-bettype .fa-angle-double-down {
  vertical-align: middle;
}
.desktop sportsbook-events-container .header .btn-panel,
.desktop calendar-events-container .header .btn-panel {
  align-items: center;
  display: flex;
}
.desktop sportsbook-events-container .header .btn-panel .switcher,
.desktop calendar-events-container .header .btn-panel .switcher {
  margin-left: 8px;
  border: 1px #414141 solid;
  background: #279be3;
  color: #fff;
  height: 32px;
  min-width: 32px;
}
.desktop sportsbook-events-container .header .btn-panel .switcher > span,
.desktop calendar-events-container .header .btn-panel .switcher > span {
  margin-bottom: 4.57142857px;
  padding-top: 3px;
}
.desktop sportsbook-events-container .header .btn-panel .switcher > span,
.desktop calendar-events-container .header .btn-panel .switcher > span {
  margin-bottom: 4.57142857px;
}
.desktop sportsbook-events-container .events-container,
.desktop calendar-events-container .events-container {
  margin-bottom: 40px;
}
.desktop sportsbook-events-container .events-container .event-group-date,
.desktop calendar-events-container .events-container .event-group-date {
  font-size: 15px;
  margin: 8px 0 5px 0;
}
.desktop sportsbook-events-container .events-container:last-child,
.desktop calendar-events-container .events-container:last-child {
  margin-bottom: 4em;
}
.desktop sportsbook-events-container .events-swich-btn-container,
.desktop calendar-events-container .events-swich-btn-container {
  display: flex;
  justify-content: flex-end;
}
.desktop sportsbook-events-container .events-swich-btn-container .events-swich-btn,
.desktop calendar-events-container .events-swich-btn-container .events-swich-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  background: #279be3;
  cursor: pointer;
  font-size: 13px;
  height: 35px;
  line-height: 33px;
  padding: 0 18px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
  margin-left: 2px;
  border-right: 1px solid #000;
}
.desktop sportsbook-event .mini-statistics,
.desktop calendar-event .mini-statistics {
  background-color: #4d4d4d;
  padding: 10px;
  font-size: 12px;
  font-weight: 100;
  z-index: 201;
  min-width: 600px;
  text-align: center;
  display: flex;
  margin-bottom: 4px;
  border-radius: 4px;
}
.desktop sportsbook-event .mini-statistics .statistics,
.desktop calendar-event .mini-statistics .statistics {
  width: 100%;
}
.desktop sportsbook-event .mini-statistics .pages,
.desktop calendar-event .mini-statistics .pages {
  display: flex;
}
.desktop sportsbook-event .mini-statistics .pages > div,
.desktop calendar-event .mini-statistics .pages > div {
  border: 1px solid #fff;
  height: 10px;
  width: 63px;
  padding: 10px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.desktop sportsbook-event .mini-statistics .perfomance,
.desktop calendar-event .mini-statistics .perfomance {
  display: flex;
  justify-content: center;
  margin-left: 5px;
}
.desktop sportsbook-event .mini-statistics .perfomance .status,
.desktop calendar-event .mini-statistics .perfomance .status {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: #888;
  line-height: 16px;
  margin-right: 5px;
  font-weight: 400;
}
.desktop sportsbook-event .mini-statistics .perfomance .percent,
.desktop calendar-event .mini-statistics .perfomance .percent {
  line-height: 16px;
  margin-left: 20px;
}
.desktop sportsbook-event .mini-statistics .league-header,
.desktop calendar-event .mini-statistics .league-header {
  display: flex;
  width: 100%;
}
.desktop sportsbook-event .mini-statistics .league-table,
.desktop calendar-event .mini-statistics .league-table {
  width: 100%;
  border-left: 1px solid #000;
  margin-left: 5px;
  padding-left: 5px;
}
.desktop sportsbook-event .mini-statistics .league-table .perfomance,
.desktop calendar-event .mini-statistics .league-table .perfomance {
  width: 160px;
  min-width: 160px;
}
.desktop sportsbook-event .mini-statistics .league-table .league-event,
.desktop calendar-event .mini-statistics .league-table .league-event {
  margin-top: 5px;
  display: flex;
  width: 100%;
}
.desktop sportsbook-event .mini-statistics .league-table .team,
.desktop calendar-event .mini-statistics .league-table .team {
  text-align: left;
  background: none;
}
.desktop sportsbook-event .mini-statistics .position,
.desktop calendar-event .mini-statistics .position {
  display: flex;
  justify-content: flex-start;
  min-width: 20px;
}
.desktop sportsbook-event .mini-statistics .team,
.desktop calendar-event .mini-statistics .team {
  min-width: 20%;
  width: 100%;
}
.desktop sportsbook-event .mini-statistics .lose,
.desktop calendar-event .mini-statistics .lose {
  color: red;
  min-width: 30px;
}
.desktop sportsbook-event .mini-statistics .draw,
.desktop calendar-event .mini-statistics .draw {
  color: orange;
  min-width: 30px;
}
.desktop sportsbook-event .mini-statistics .win,
.desktop calendar-event .mini-statistics .win,
.desktop sportsbook-event .mini-statistics .goals-for-total,
.desktop calendar-event .mini-statistics .goals-for-total,
.desktop sportsbook-event .mini-statistics .goals-against-total,
.desktop calendar-event .mini-statistics .goals-against-total,
.desktop sportsbook-event .mini-statistics .diff,
.desktop calendar-event .mini-statistics .diff {
  min-width: 30px;
}
.desktop sportsbook-event .mini-statistics .tendency,
.desktop calendar-event .mini-statistics .tendency {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  padding-left: 10px;
}
.desktop sportsbook-event .mini-statistics .tendency-header,
.desktop calendar-event .mini-statistics .tendency-header {
  min-width: 130px;
}
.desktop sportsbook-event .mini-statistics .line,
.desktop calendar-event .mini-statistics .line {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.desktop sportsbook-event .mini-statistics .match-table,
.desktop calendar-event .mini-statistics .match-table {
  text-align: left;
}
.desktop sportsbook-event .mini-statistics .match-table > div,
.desktop calendar-event .mini-statistics .match-table > div {
  width: 100%;
  line-height: 15px;
}
.desktop sportsbook-event .mini-statistics .match-table :nth-child(3),
.desktop calendar-event .mini-statistics .match-table :nth-child(3) {
  min-width: 203px;
}
.desktop sportsbook-event .mini-statistics .team-names,
.desktop calendar-event .mini-statistics .team-names {
  display: flex;
  justify-content: space-around;
}
.desktop sportsbook-event .mini-statistics .team-names .team,
.desktop calendar-event .mini-statistics .team-names .team {
  font-size: 17px;
}
.desktop sportsbook-event .mini-statistics .top-separator,
.desktop calendar-event .mini-statistics .top-separator {
  margin-top: 10px;
  margin-bottom: 5px;
}
.desktop sportsbook-event .empty,
.desktop calendar-event .empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.desktop sportsbook-event .additional,
.desktop calendar-event .additional {
  background-color: #414143;
  display: flex;
  background: black;
  font-weight: bold;
  min-width: 10%;
  position: relative;
}
.desktop sportsbook-event .additional.long-term,
.desktop calendar-event .additional.long-term {
  min-width: 5%;
}
.desktop sportsbook-event .additional.long-term .statistics-btn,
.desktop calendar-event .additional.long-term .statistics-btn {
  display: none;
}
.desktop sportsbook-event .additional spinner,
.desktop calendar-event .additional spinner {
  margin: 0;
}
.desktop sportsbook-event .additional spinner > div,
.desktop calendar-event .additional spinner > div {
  margin: 0;
}
.desktop sportsbook-event .additional > div,
.desktop calendar-event .additional > div {
  background-color: #d7d7d8;
  color: black;
  border: 1px solid transparent;
}
.desktop sportsbook-event .additional > div:first-child,
.desktop calendar-event .additional > div:first-child {
  background-color: #525864;
  margin-right: 2px;
}
.desktop sportsbook-event .additional .statistics-btn,
.desktop calendar-event .additional .statistics-btn {
  background-color: #2fb5ef;
  margin-right: 2px;
}
.desktop sportsbook-event .additional .statistics-btn .fa,
.desktop calendar-event .additional .statistics-btn .fa {
  color: #fff;
  transform: rotate(270deg) !important;
}
.desktop sportsbook-event .additional .statistics-btn .fa:hover,
.desktop calendar-event .additional .statistics-btn .fa:hover,
.desktop sportsbook-event .additional .statistics-btn .fa.active,
.desktop calendar-event .additional .statistics-btn .fa.active {
  color: #2994de;
}
.desktop sportsbook-event .additional .event-btn.disabled-statistics-btn,
.desktop calendar-event .additional .event-btn.disabled-statistics-btn {
  background-color: #cccccc !important;
  color: #666666;
}
.desktop sportsbook-event .additional .event-btn.disabled-statistics-btn .fa,
.desktop calendar-event .additional .event-btn.disabled-statistics-btn .fa {
  transform: rotate(270deg) !important;
}
.desktop sportsbook-event .event,
.desktop calendar-event .event {
  border-bottom: 2px solid #1C1E21;
  display: flex;
  font-size: 14px;
}
.desktop sportsbook-event .event .odds-container,
.desktop calendar-event .event .odds-container {
  min-width: 20%;
  padding: 0 4px;
  background: black;
}
.desktop sportsbook-event .event .odds-container > div,
.desktop calendar-event .event .odds-container > div {
  border: 1px solid transparent;
  margin-right: 2px;
}
.desktop sportsbook-event .event-btn,
.desktop calendar-event .event-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Open Sans";
  font-size: 15px;
}
.desktop sportsbook-event .event-btn.isOpened,
.desktop calendar-event .event-btn.isOpened {
  background-color: #f9f9f9;
  color: #000;
}
.desktop sportsbook-event .odds-container,
.desktop calendar-event .odds-container {
  display: flex;
}
.desktop sportsbook-event .odds-container.wide,
.desktop calendar-event .odds-container.wide {
  min-width: 190px;
}
.desktop sportsbook-event .odds-container > div,
.desktop calendar-event .odds-container > div {
  background: #525864;
}
.desktop sportsbook-event .odds-container > div span,
.desktop calendar-event .odds-container > div span {
  color: #6AC5FF;
}
.desktop sportsbook-event .odds-container > div:hover:not(.odd-point),
.desktop calendar-event .odds-container > div:hover:not(.odd-point) {
  background: #2994de;
  color: #fff;
}
.desktop sportsbook-event .odds-container > div:hover:not(.odd-point) span,
.desktop calendar-event .odds-container > div:hover:not(.odd-point) span {
  color: #fff !important;
}
.desktop sportsbook-event .odds-container .odd-point,
.desktop calendar-event .odds-container .odd-point {
  background-color: #414143;
  cursor: initial;
  font-weight: 700;
}
.desktop sportsbook-event .players,
.desktop calendar-event .players {
  display: flex;
  line-height: 35px;
  overflow: hidden;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans";
}
.desktop sportsbook-event .players .home,
.desktop calendar-event .players .home,
.desktop sportsbook-event .players .guest,
.desktop calendar-event .players .guest {
  align-items: center;
  display: flex;
}
.desktop sportsbook-event .players .home img,
.desktop calendar-event .players .home img,
.desktop sportsbook-event .players .guest img,
.desktop calendar-event .players .guest img {
  width: 30px;
  margin-right: 10px;
}
.desktop sportsbook-event .players.long-term,
.desktop calendar-event .players.long-term {
  background-color: #414143;
  border-radius: 3px;
  margin-right: 4px;
  padding: 0 15px;
}
.desktop sportsbook-event .players div,
.desktop calendar-event .players div {
  overflow: hidden;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  background-color: #414143;
  border: 1px solid transparent;
}
.desktop sportsbook-event .players div:first-child,
.desktop calendar-event .players div:first-child {
  margin-right: 4px;
}
.desktop sportsbook-event .time,
.desktop calendar-event .time {
  font-size: 13px;
  min-width: 86px;
  padding: 0 15px;
  background-color: #414143;
  margin-right: 4px;
  border: 1px solid transparent;
  font-family: "Open Sans";
  font-weight: 500;
}
.desktop sportsbook-event .time .preLive,
.desktop calendar-event .time .preLive {
  line-height: 13px;
  font-weight: 600;
  margin-left: -4px;
  margin-right: 10px;
  font-size: 11px;
  margin-top: 21px;
  font-style: italic;
  color: red;
}
.desktop sportsbook-event .time > div,
.desktop calendar-event .time > div {
  align-items: center;
  display: flex;
  line-height: 35px;
  text-align: center;
}
.desktop sportsbook-event .time > div .fa,
.desktop calendar-event .time > div .fa {
  margin-right: 3px;
  font-size: 16px;
}
.desktop sportsbook-event .time > div:last-child,
.desktop calendar-event .time > div:last-child {
  display: none;
}
.desktop sportsbook-event spinner .loading,
.desktop calendar-event spinner .loading {
  height: 30px;
  width: 30px;
}
.desktop calendar-event .players {
  width: 100%;
  font-family: "Open Sans";
}
.desktop calendar-event .players > div {
  display: flex;
  width: 100%;
  margin-right: 2px;
  background-color: #525863;
  cursor: pointer;
}
.desktop calendar-event .players > div:hover {
  background: #2794e2;
  color: #000;
}
.desktop calendar-event .players > div > div {
  width: 100%;
  background: none;
}
.desktop calendar-event .players > div > div:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.desktop calendar-event .sport-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 38px;
}
.desktop calendar-event .sport-logo img {
  width: 30px;
  height: 30px;
}
.desktop calendar-event .event {
  height: 40px;
  margin-bottom: 2px;
  display: flex;
  font-size: 14px;
}
.desktop calendar-event .time {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  min-width: 86px;
  padding: 0 15px;
  background: #303030;
  margin-right: 2px;
  font-family: "Open Sans";
  font-weight: 500;
}
.desktop calendar-event .time > span {
  line-height: 13px;
}
.desktop calendar-event .event-btn.disabled-statistics-btn {
  background-color: #cccccc !important;
  color: #666666;
}
.desktop calendar-event .event-btn.disabled-statistics-btn .fa {
  transform: rotate(270deg);
}
.desktop calendar-event .event-btn.disabled-statistics-btn:hover {
  cursor: not-allowed;
}
.desktop overview-bettype-row:nth-child(2) {
  margin-top: 2px;
}
.desktop sportsbook-event-bettypes .groups-container {
  border-bottom: 2px solid #000;
  font-size: 13px;
  overflow-y: hidden;
}
.desktop sportsbook-event-bettypes .groups-container .group-header {
  display: flex;
  line-height: 28px;
  margin-bottom: 4px;
  color: black;
  font-weight: 600;
  font-family: "Open Sans";
}
.desktop sportsbook-event-bettypes .groups-container .group-header div {
  background-color: #f9f9f9;
  cursor: pointer;
  min-width: 68px;
  border-radius: 4px;
}
.desktop sportsbook-event-bettypes .groups-container .group-header .group-name {
  margin-left: 2px;
  text-transform: uppercase;
  width: 100%;
  padding: 0 10px;
}
.desktop sportsbook-event-bettypes .groups-container .group-header .group-switcher {
  text-align: center;
}
.desktop sportsbook-event-bettypes .groups-container .group-header .left-switcher {
  min-width: 86px;
  margin-right: 4px;
  background-color: transparent;
  height: 28px;
}
.desktop sportsbook-event-bettypes .groups-container .group-header .left-switcher .left-switcher-opened {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: #2994de;
}
.desktop sportsbook-event-bettypes .groups-container .group-header .left-switcher .left-switcher-opened i {
  font-size: 25px;
  font-weight: bold;
}
.desktop sportsbook-event-bettypes .groups-container .group-header .left-switcher .left-switcher-closed {
  display: none;
}
.desktop sportsbook-event-bettypes .groups-container .group-header .switcher .glyphicon {
  font-weight: 600;
  font-size: 14px;
}
.desktop sportsbook-event-bettypes .bettypes-container {
  margin-bottom: 4px;
  margin-left: 90px;
}
.desktop sportsbook-event-bettype:nth-child(2n) .bettype-header {
  background-color: #303032;
}
.desktop sportsbook-event-bettype:nth-child(2n + 1) .bettype-header {
  background-color: #414143;
}
.desktop sportsbook-event-bettype .bettype {
  display: flex;
  flex-direction: column;
  margin-bottom: 2px;
}
.desktop sportsbook-event-bettype .bettype > div:not(:last-child) {
  margin-bottom: 2px;
}
.desktop sportsbook-event-bettype .bettype-header {
  background-color: #272a2f;
  border: 1px solid transparent;
  color: #7b7e80;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 35px;
  padding-left: 10px;
  width: 100%;
}
.desktop sportsbook-event-bettype .odds-container {
  line-height: 35px;
  margin-top: 2px;
  width: 100%;
  display: flex;
}
.desktop sportsbook-event-bettype .odds-container > div {
  background-color: #525863;
  cursor: pointer;
  justify-content: space-between;
  padding: 0 12px;
  font-family: "Open Sans";
  width: 100%;
  line-height: 35px;
}
.desktop sportsbook-event-bettype .odds-container > div > span:first-child {
  color: #fff !important;
  font-weight: 600;
  font-family: "Open sans";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.desktop sportsbook-event-bettype .odds-container > div > span:last-child {
  float: right;
}
.desktop sportsbook-event-bettype .odds-container > div > .fa {
  float: right;
  line-height: inherit;
}
.desktop sportsbook-event-bettype .oddgroups-container {
  display: flex;
}
.desktop sportsbook-event-bettype .oddgroups-container .odds-container {
  flex-direction: column;
  display: block;
  margin-left: 2px;
}
.desktop sportsbook-event-bettype .oddgroups-container .odds-container > div {
  border-top: 2px solid #000;
  margin-left: 0;
}
.desktop sportsbook-event-bettype .oddgroups-container .odds-container:only-child > div {
  min-width: 240px;
}
.desktop sportsbook-event-bettype .oddgroups-container .longterm {
  flex-wrap: wrap;
  flex-direction: row;
}
.desktop sportsbook-event-bettype .oddgroups-container .longterm .odd {
  width: calc(100% / 3 - 2px);
  display: inline-block;
  min-width: auto !important;
  cursor: pointer;
}
.desktop sportsbook-event-bettype .oddgroups-container .longterm .odd:nth-child(-n + 3) {
  border-top: 0;
}
.desktop sportsbook-event-bettype .oddgroups-container .longterm .odd:hover {
  background-color: #faad00;
  color: #001533;
}
.desktop sportsbook-live-container .bet-icon {
  background-image: url("/assets/img/livebetting.png");
}
.desktop sportsbook-live-container .btn-live {
  background-color: #fbad00;
  color: #000;
  cursor: pointer;
  display: inline;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding: 5px 52px;
  text-transform: uppercase;
  font-family: "Open sans";
}
.desktop sportsbook-live-container > .header {
  align-items: center;
  border: none !important;
  display: flex;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 500;
}
.desktop sportsbook-live-container .events-container {
  margin-bottom: 40px;
}
.desktop sportsbook-live-container .bettype {
  margin-right: 0 !important;
}
.desktop sportsbook-live-container .bettype ~ .bettype {
  display: none !important;
}
.desktop sportsbook-live-container .event .bettypes-container {
  min-width: 15%;
  width: 15%;
}
@media (max-width: 1500px) {
  .desktop sportsbook-live-container .event .bettypes-container {
    min-width: 20%;
    width: 20%;
  }
}
.desktop sportsbook-live-container .sport-header {
  border: none;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 18px !important;
  position: relative;
  font-family: "Open Sans";
}
.desktop sportsbook-live-container .sport-header .btn-panel {
  align-items: center;
  display: flex;
}
.desktop sportsbook-live-container .sport-header .btn-panel switcher {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 5px;
}
.desktop sportsbook-live-container .sport-header .btn-panel .switcher {
  margin-left: 8px;
  border: 1px #414141 solid;
  background: #0d8a32;
  color: #fff;
  height: 32px;
  min-width: 32px;
}
.desktop sportsbook-live-container .sport-header .btn-panel .switcher > span {
  margin-bottom: 4.57142857px;
  padding-top: 3px;
}
.desktop sportsbook-live-container .sport-header .btn-panel .switcher > span {
  margin-bottom: 4.57142857px;
}
.desktop sportsbook-live-container .sport-header .title {
  display: flex;
  width: 100%;
}
.desktop sportsbook-live-container .sport-header .title img {
  width: 42px;
  background: black;
  position: absolute;
  top: -2px;
  border-radius: 4px;
}
.desktop sportsbook-live-container .sport-header .title > div {
  margin-left: 42px;
  font-family: "Roboto";
}
.desktop sportsbook-live-container .sport-header .title > div div:first-child {
  text-transform: uppercase;
  position: absolute;
  background: black;
  top: -3px;
  padding-right: 5px;
  padding-left: 10px;
  font-size: 13px;
}
.desktop sportsbook-live-container .sport-header .title > div div:last-child {
  font-size: 30px;
  line-height: 30px;
  padding-top: 15px;
  padding-left: 10px;
}
.desktop sportsbook-live-container .sport-header .title > div span {
  margin-right: 8px;
  text-transform: uppercase;
  font-weight: 600;
}
.desktop sportsbook-live-container .sport-header .bettype {
  line-height: 25px;
  min-width: 15%;
  margin: 0 -3px 0 -5px;
  text-align: center;
  width: 15%;
}
@media (max-width: 1500px) {
  .desktop sportsbook-live-container .sport-header .bettype {
    min-width: 99px;
    width: 21%;
    right: 5%;
    position: absolute;
    bottom: -5px;
  }
}
.desktop sportsbook-live-container .sport-header .bettype .bettype-title {
  color: #999999;
  text-transform: uppercase;
  padding: 10px 0;
}
.desktop sportsbook-live-container .sport-header .bettype .bettype-results {
  border-left: 1px solid #3c3c3e;
  border-right: 1px solid #3c3c3e;
  display: flex;
  justify-content: space-between;
  line-height: 14px;
  font-size: 15px;
}
.desktop sportsbook-live-container .sport-header .bettype .bettype-results > div {
  width: 33.3333%;
}
.desktop sportsbook-live-container .sport-header > div:last-child,
.desktop sportsbook-live-container .event > div:last-child {
  margin-left: 5px;
  min-width: 5%;
}
.desktop sportsbook-live-container overview-event .event > div:first-child {
  min-width: 5%;
  width: auto;
}
.desktop sportsbook-live-container overview-event .event > div:last-child {
  min-width: 5%;
  width: auto;
}
.desktop sportsbook-live-container overview-event .event > div:last-child > .block {
  width: 100%;
}
.desktop sportsbook-live-container overview-event .event > div:last-child > .event-btn-glyph {
  display: none;
}
.desktop sportsbook-live-container overview-event .event .players {
  width: 100%;
}
.desktop sportsbook-live-container .sports-list {
  border-bottom: 1px solid #3c3c3e;
  display: flex;
  font-size: 13px;
  margin: 0;
}
.desktop sportsbook-live-container .sports-list .sport {
  background: #0d8a32;
  border: 1px solid transparent;
  border-bottom: none;
  cursor: pointer;
  line-height: 37px;
  margin-right: 3px;
  padding: 0 15px;
  font-weight: 600;
  font-family: "Roboto";
}
.desktop sportsbook-live-container .sports-list .sport.active {
  background: #d7d7d8;
  color: black;
}
.desktop live-betting .page-content .live-betting-container {
  width: 80%;
}
.desktop live-betting .event-btn.statistics-btn:hover {
  color: #2fb5ef !important;
}
.desktop live-betting .overview .btn-type-view {
  cursor: pointer;
  width: max-content;
  text-transform: uppercase;
  margin-top: -47px;
  background: -webkit-linear-gradient(top, #535963, #363a41);
  background: -moz-linear-gradient(top, #535963, #363a41);
  background: -ms-linear-gradient(top, #535963, #363a41);
  background: -o-linear-gradient(top, #535963, #363a41);
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 1px 17px;
  font-weight: 700;
  font-family: "Open sans";
  text-decoration: none;
  position: absolute;
  margin-right: auto;
  right: 21%;
}
.desktop live-betting .overview .btn-type-view:hover {
  background-color: #fff;
  color: #333333;
}
.desktop live-betting calendar {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-top: 50px;
}
.desktop live-betting calendar .calendar-spinner {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.desktop live-betting calendar .calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  background: #005592;
}
.desktop live-betting calendar .btns {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.desktop live-betting calendar .btns > select {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  max-width: 50px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.desktop live-betting calendar .btns > select option {
  background: #001d40;
  height: 50px;
  width: 50px;
}
.desktop live-betting calendar .btns .sport-item {
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 3px;
  width: 100%;
  max-width: 160px;
}
.desktop live-betting calendar .btns .sport-item div,
.desktop live-betting calendar .btns .sport-item span {
  display: flex;
}
.desktop live-betting calendar .btns .sport-item img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.desktop live-betting calendar .btns .sport-item i {
  padding-left: 5px;
}
.desktop live-betting calendar .btns .sport-list {
  position: absolute;
  z-index: 201;
  background: #4d4d4d;
  top: 31px;
  left: 0;
  width: 160px;
}
.desktop live-betting calendar .btns .sport-list .sport-item {
  width: 160px;
  padding-right: 10px;
  border-radius: 0;
  padding: 6px;
  border: 1px solid #000;
  border-top: 0;
  justify-content: flex-start;
}
.desktop live-betting calendar .btns .sport-list .sport-item:first-child {
  border-top: 1px solid #000;
}
.desktop live-betting calendar .btns .sport-list .sport-item span {
  display: block;
}
.desktop live-betting calendar .btns .sport-list .sport-item:hover {
  background: #2794e2;
  color: black;
}
.desktop live-betting calendar .btns > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
  background: #4d4d4d;
  margin-right: 5px;
}
.desktop live-betting calendar .btns > div:last-child {
  margin-right: 0;
}
.desktop live-betting calendar .btns > div:hover,
.desktop live-betting calendar .btns > div.active {
  background: #2794e2;
  color: #fff;
}
.desktop live-betting calendar .btns .selector:hover,
.desktop live-betting calendar .btns .selector.active {
  background: transparent;
}
@media (max-width: 1500px) {
  .desktop live-betting betslip {
    min-width: 260px;
  }
}
.desktop live-betting-navigation .nav-container {
  margin-bottom: 20px;
  padding: 0;
}
.desktop live-betting-navigation .nav-container .nav-tab {
  background: -webkit-linear-gradient(top, #535963, #363a41);
  background: -moz-linear-gradient(top, #535963, #363a41);
  background: -ms-linear-gradient(top, #535963, #363a41);
  background: -o-linear-gradient(top, #535963, #363a41);
  background-color: #363a41;
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  padding: 1px 17px;
  margin-right: 10px;
  font-weight: 700;
  font-family: "Open sans";
  text-decoration: none;
}
.desktop live-betting-navigation .nav-container .nav-tab.active,
.desktop live-betting-navigation .nav-container .nav-tab:hover {
  background: -webkit-linear-gradient(top, #fff, #fff);
  background: -moz-linear-gradient(top, #fff, #fff);
  background: -ms-linear-gradient(top, #fff, #fff);
  background: -o-linear-gradient(top, #fff, #fff);
  background-color: #fff;
  color: #333333;
  text-decoration: none;
}
.desktop live-betting-navigation .nav-container .nav-tab span {
  top: 0;
}
.desktop live-betting-navigation .nav-container .nav-tab > span:not(:first-child) {
  margin-left: 5px;
}
.desktop overview {
  width: 100%;
}
.desktop overview .bettypes-container {
  display: flex;
  min-width: 50%;
  width: 50%;
}
.desktop overview .bettypes-container .bettype {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 5px;
}
.desktop overview .block {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.desktop overview .block:not(:last-child) {
  margin-right: 2px;
}
.desktop overview .header {
  border-bottom: 1px solid #3c3c3e;
  border-top: 1px solid #3c3c3e;
  display: flex;
  height: 64px;
}
.desktop overview .header .bettypes-container .bettype {
  border-right: 1px solid #3c3c3e;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 8px;
  padding-top: 8px;
  text-transform: uppercase;
  margin-right: 1px;
  font-family: "Open sans";
  font-weight: 300;
}
.desktop overview .header .bettypes-container .bettype .bettype-title {
  text-align: center;
}
.desktop overview .header .bettypes-container .bettype .bettype-results {
  display: flex;
  justify-content: space-between;
  font-family: "Open Sans";
}
.desktop overview .header .bettypes-container .bettype .bettype-results.with-odd-point {
  justify-content: flex-end;
}
.desktop overview .header .bettypes-container .bettype .bettype-results div {
  margin: 0;
  text-align: center;
  width: 33.333%;
  font-size: 13px;
}
.desktop overview .header .empty-block {
  margin-left: -3px;
  width: 8%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.desktop overview .header .title {
  align-items: center;
  border-right: 1px solid #3c3c3e;
  display: flex;
  font-size: 30px;
  width: 47%;
  font-weight: 500;
  font-family: "Open sans";
}
.desktop overview .header .title .logo {
  margin-right: 10px;
  width: 42px;
  border-radius: 4px;
}
.desktop overview overview-event:nth-child(2n) .team,
.desktop overview overview-event:nth-child(2n) .event-score,
.desktop overview overview-event:nth-child(2n) .event-btn,
.desktop overview overview-event:nth-child(2n) .event-btn-glyph {
  background-color: #40444d;
}
.desktop overview overview-event:nth-child(2n + 1) .team,
.desktop overview overview-event:nth-child(2n + 1) .event-score,
.desktop overview overview-event:nth-child(2n + 1) .event-btn,
.desktop overview overview-event:nth-child(2n + 1) .event-btn-glyph {
  background-color: #525864;
}
.desktop overview overview-sport:not(:first-child) .header,
.desktop overview overview-sport-league:not(:first-child) .header {
  margin-top: 20px;
}
.desktop overview overview-sport .header,
.desktop overview overview-sport-league .header {
  margin-bottom: 15px;
}
.desktop overview overview-sport .league-name,
.desktop overview overview-sport-league .league-name {
  padding: 2px 0px;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  line-height: 22px;
}
.desktop overview overview-sport .league-name img,
.desktop overview overview-sport-league .league-name img {
  max-height: 25px;
  max-width: 25px;
  margin: 0 5px;
}
.desktop overview .event {
  display: flex;
  font-size: 15px;
  height: 38px;
  margin-bottom: 4px;
  font-family: "Open Sans";
}
@media (max-width: 1440px) {
}
.desktop overview .event.event-wide {
  height: 78px;
}
.desktop overview .event > div {
  display: flex;
}
.desktop overview .event .timer {
  background: #303032;
  margin-right: 2px;
  color: #2994de;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  font-size: 16px;
  text-align: center;
  width: 3%;
  font-family: "Open Sans";
}
.desktop overview .event .timer > div {
  line-height: 19px;
}
.desktop overview .event .timer > div:last-child {
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.desktop overview .event .timer .code {
  display: none;
}
.desktop overview .event > div:last-child {
  justify-content: space-between;
  width: 8%;
}
.desktop overview .event > div:last-child > div {
  top: 0;
}
.desktop overview .event > div:last-child > div:last-child {
  background: #525864;
  color: white;
  font-weight: 700;
}
.desktop overview .event > div:last-child > div:last-child:hover {
  background: #2794e2;
}
.desktop overview .event > div:last-child .block {
  position: relative;
  width: 49%;
}
.desktop overview .event > div:last-child .block .spinner-overview {
  background: #d7d7d8;
  border-radius: 3px;
  position: absolute;
}
.desktop overview .event > div:last-child .block .spinner-overview .loading {
  margin: 0;
  max-width: 30px;
  max-height: 30px;
}
.desktop overview .event .bettypes-container {
  flex-direction: column;
  overflow: hidden;
}
.desktop overview .event .bettypes-container .odd-point {
  background: #303032;
  font-weight: 700;
}
.desktop overview .event .odds-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.desktop overview .event .bettype-empty .event-btn {
  background: #303032;
  cursor: initial;
}
.desktop overview .event .event-btn {
  background: #008a17;
  cursor: pointer;
  height: 38px;
}
.desktop overview .event .event-btn:hover {
  background: #2794e2;
  color: #fff;
}
.desktop overview .event .event-btn.locked {
  background: #303032;
  color: #fff;
  cursor: initial;
}
.desktop overview .event .event-btn.locked:hover {
  background: #303032;
  color: #fff;
}
.desktop overview .event .event-btn-glyph {
  background: #fbad00;
  color: #000;
  font-size: 19px;
  cursor: pointer;
  font-weight: 700;
  height: 38px;
}
.desktop overview .event .event-btn-glyph:hover,
.desktop overview .event .event-btn-glyph.active {
  background: #2794e2;
  color: #fff;
}
.desktop overview .event .event-btn-glyph.locked {
  color: #fff;
}
.desktop overview .event .event-btn-glyph.locked:hover,
.desktop overview .event .event-btn-glyph.locked.active {
  background: #303032;
  color: #fff;
}
.desktop overview .event .players {
  line-height: 38px;
  overflow: hidden;
  width: 41%;
  margin-right: 5px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Open Sans";
}
.desktop overview .event .players .team {
  width: 45%;
  display: inline-block;
  padding: 0 10px;
  overflow: hidden;
  margin-right: 2px;
  margin: 0 3px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.desktop overview .event .players .team .team-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  height: 38px;
}
.desktop overview .event .players .team .team-name .yellow-cards,
.desktop overview .event .players .team .team-name .red-cards {
  line-height: 14px;
  padding: 2px 1px;
  background: yellow;
  color: black;
  border-radius: 2px;
  margin-right: 5px;
  font-size: 14px;
}
.desktop overview .event .players .team .team-name .red-cards {
  background: red;
  color: white;
}
.desktop overview .event .players .team .period {
  height: 38px;
}
.desktop overview .event .players .event-score {
  width: 45%;
  min-width: 120px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #faad00;
  line-height: 40px;
  overflow: hidden;
  justify-content: space-around;
  position: relative;
}
.desktop overview .event .players .event-score .img {
  display: flex;
  text-align: center;
  align-items: center;
}
.desktop overview .event .players .event-score .img img {
  width: 25px;
}
.desktop overview .bettypes-container-overview {
  display: flex;
}
.desktop overview .bettypes-container-overview > div {
  width: 100%;
}
.desktop overview .bettypes-container-overview .group-header-live {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 35px;
  color: black;
  border-radius: 3px;
  font-weight: bold;
  background-color: #f9f9f9;
  justify-content: flex-end;
}
.desktop overview .bettypes-container-overview .group-header-live .singleview-button {
  display: flex;
  background: #303032;
  align-items: center;
  margin: 4px 4px 4px 0px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #f9f9f9;
  padding: 0 15px;
  font-weight: 700;
  font-family: "Open Sans";
}
.desktop overview .bettypes-container-overview .group-header-live .singleview-button .text {
  margin-left: 5px;
}
.desktop overview .bettypes-container-overview .arrows {
  background: #2794e2;
  color: #000;
  width: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 4px;
  height: 35px;
  cursor: pointer;
}
.desktop overview .bettypes-container-overview .arrows .fa-angle-double-up {
  font-size: 25px;
  font-weight: bold;
  color: #000;
}
.desktop overview-bettype-row {
  display: flex;
}
.desktop overview-event .event-btn.statistics-btn {
  transform: rotate(270deg) translateY(0);
  cursor: pointer;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #525864 !important;
  color: black;
}
.desktop overview-event .event-btn.statistics-btn.disabled-statistics-btn {
  background-color: #cccccc !important;
  color: #666666;
}
.desktop overview-event .event-btn.statistics-btn.disabled-statistics-btn:hover {
  cursor: not-allowed;
  color: #666666 !important;
}
.desktop overview-event .event-btn.statistics-btn spinner {
  align-items: center;
  display: flex;
  height: 20px;
  width: 20px;
  z-index: 2000;
  border-radius: 100%;
}
.desktop overview-event .event-btn.statistics-btn spinner .loading {
  margin-top: auto;
  width: 20px;
  height: 20px;
  border: 2px solid #4D4D4D;
  border-top-color: #008a17;
  border-radius: 100%;
  -webkit-animation: loading linear 0.7s infinite;
  animation: loading linear 0.7s infinite;
}
.desktop overview-event .event-btn.statistics-btn:hover {
  color: #2fb5ef !important;
}
.desktop overview-event mini-statistics .mini-statistics {
  color: white;
  text-align: center;
}
.desktop overview-event mini-statistics .mini-statistics .pages {
  display: flex;
}
.desktop overview-event mini-statistics .mini-statistics .pages > div {
  border: 1px solid #fff;
  height: 10px;
  width: 63px;
  padding: 10px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.desktop overview-event mini-statistics .mini-statistics .perfomance {
  display: flex;
  justify-content: center;
  margin-left: 5px;
}
.desktop overview-event mini-statistics .mini-statistics .perfomance .status {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: #888;
  line-height: 16px;
  margin-right: 5px;
}
.desktop overview-event mini-statistics .mini-statistics .perfomance .percent {
  line-height: 16px;
  margin-left: 20px;
}
.desktop overview-event mini-statistics .mini-statistics .league-header {
  display: flex;
  width: 100%;
}
.desktop overview-event mini-statistics .mini-statistics .league-table {
  width: 100%;
  border-left: 1px solid #000;
  margin-left: 5px;
  padding-left: 5px;
}
.desktop overview-event mini-statistics .mini-statistics .league-table .perfomance {
  width: 160px;
  min-width: 160px;
}
.desktop overview-event mini-statistics .mini-statistics .league-table .league-event {
  margin-top: 5px;
  display: flex;
  width: 100%;
}
.desktop overview-event mini-statistics .mini-statistics .league-table .team {
  text-align: left;
  background: none;
}
.desktop overview-event mini-statistics .mini-statistics .position {
  display: flex;
  justify-content: flex-start;
  min-width: 20px;
}
.desktop overview-event mini-statistics .mini-statistics .team {
  min-width: 20%;
  width: 100%;
}
.desktop overview-event mini-statistics .mini-statistics .lose {
  color: red;
  min-width: 30px;
}
.desktop overview-event mini-statistics .mini-statistics .draw {
  color: orange;
  min-width: 30px;
}
.desktop overview-event mini-statistics .mini-statistics .win,
.desktop overview-event mini-statistics .mini-statistics .goals-for-total,
.desktop overview-event mini-statistics .mini-statistics .goals-against-total,
.desktop overview-event mini-statistics .mini-statistics .diff {
  min-width: 30px;
}
.desktop overview-event mini-statistics .mini-statistics .tendency {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  padding-left: 10px;
}
.desktop overview-event mini-statistics .mini-statistics .tendency-header {
  min-width: 130px;
}
.desktop overview-event mini-statistics .mini-statistics .line {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.desktop overview-event mini-statistics .mini-statistics .match-table {
  text-align: left;
}
.desktop overview-event mini-statistics .mini-statistics .match-table > div {
  width: 100%;
  line-height: 15px;
}
.desktop overview-event mini-statistics .mini-statistics .match-table :nth-child(3) {
  min-width: 203px;
}
.desktop overview-event mini-statistics .mini-statistics .team-names {
  display: flex;
  justify-content: space-around;
}
.desktop overview-event mini-statistics .mini-statistics .team-names .team {
  font-size: 17px;
}
.desktop overview-event mini-statistics .mini-statistics .top-separator {
  margin-top: 10px;
  margin-bottom: 5px;
}
.desktop overview-event-score {
  align-items: center;
  display: flex;
  height: 38px;
  line-height: 19px;
}
.desktop overview-event-score > div {
  padding: 0 2px;
}
.desktop overview-event-score .points-separator {
  margin: 0 4px;
}
.desktop overview-event-score > .score {
  display: none;
}
.desktop overview-event-score > .score:only-child {
  display: flex;
}
.desktop overview-event-score .points {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 24px;
}
.desktop overview-event-score .points .turn {
  background-color: yellow;
  border-radius: 4px;
  content: "";
  height: 5px;
  margin-right: 2px;
  width: 5px;
}
.desktop overview-event-score .score {
  padding: 0 1px;
}
.desktop overview-event-score .score-container {
  display: flex;
  margin-left: 2px;
}
.desktop overview-event-score .score-soccer {
  display: flex;
}
.desktop overview-event-score .period {
  padding-left: 2px;
}
.desktop overview-event-score .total {
  padding-right: 3px;
  border-right: 1px solid #000;
}
.desktop overview-event-score .reverse-container {
  display: flex;
  flex-direction: row-reverse;
}
.desktop overview-event-score .score-container {
  display: flex;
  margin-left: 2px;
  font-size: 14px;
}
.desktop overview-event-score .score-container .point {
  display: flex;
  justify-content: center;
}
.desktop overview-event-score .score-container ~ .score-container {
  border-left: 1px solid #000;
}
.desktop single-view {
  display: flex;
  width: 100%;
}
.desktop single-view .event-container {
  width: 100%;
}
.desktop single-view iframe {
  border: none;
  height: 107px;
  width: 100%;
}
.desktop single-view-event-score {
  justify-content: center;
}
.desktop single-view-event-score .players {
  font-size: 30px;
}
.desktop single-view-event-score .score {
  font-size: 50px;
  background: #40444e;
  display: flex;
  text-align: center;
}
.desktop single-view-event-score .timer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 20%;
  font-size: 14px;
  margin: 0 10px;
}
.desktop single-view-event-score .panel {
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
  line-height: 16px;
  background: black;
  display: flex;
  min-height: 16px;
}
.desktop single-view-event-score .content {
  display: flex;
  background: #dadcdf;
  color: #30373d;
  height: 70px;
}
.desktop single-view-event-score .content > div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.desktop single-view-event-score .content .teams {
  flex-flow: column;
  line-height: 35px;
  padding: 0 10px;
  color: #1d1d24;
  font-weight: 600;
  font-size: 13px;
  align-items: flex-start;
}
.desktop single-view-event-score .content .period {
  justify-content: flex-end;
  flex-flow: row;
  align-items: center;
}
.desktop single-view-event-score .content .period .main-score {
  font-weight: 600;
  display: flex;
  height: 18px;
  align-items: center;
  background: #fff;
  padding-left: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 12px;
}
.desktop single-view-event-score .content .period .timer {
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 18px;
  margin: 0;
  padding: 0 7px 0 3px;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.desktop single-view-event-score .content .scores {
  color: #1d1d24;
  width: fit-content;
}
.desktop single-view-event-score .content .scores .score,
.desktop single-view-event-score .content .scores .main-score {
  font-size: 14px;
  font-weight: 600;
}
.desktop single-view-event-score .content .scores .score div,
.desktop single-view-event-score .content .scores .main-score div {
  line-height: 35px;
  width: 36px;
}
.desktop single-view-event-score .content .scores .main-score {
  border-left: 1px solid white;
}
.desktop live-betting-tree {
  margin-right: 30px;
  min-width: 210px;
  width: 210px;
  text-transform: uppercase;
  font-family: "Roboto";
}
.desktop live-betting-tree .header {
  align-items: center;
  background: #4d4d4d;
  display: flex;
}
.desktop live-betting-tree .tree-header {
  align-items: center;
  background: #4d4d4d;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: space-between;
  padding: 0 12px;
  position: relative;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.desktop live-betting-tree .sport-header {
  cursor: pointer;
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  margin-top: 1px;
  padding: 8px 15px;
}
.desktop live-betting-tree .sport-header .logo {
  display: none;
}
.desktop live-betting-tree .sport-header:hover,
.desktop live-betting-tree .sport-header.active {
  background-color: #7f7f7f;
}
.desktop live-betting-tree .sport-header:hover .event-count,
.desktop live-betting-tree .sport-header.active .event-count {
  background-color: #2794e2;
  color: #fff;
}
.desktop live-betting-tree .sport-header .event-count {
  background-color: #2794e2;
  border-radius: 10px;
  font-family: "Roboto", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 18px;
  font-weight: 400;
  padding: 0 7px;
}
.desktop live-betting-tree .event {
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
  color: #2794e2;
}
.desktop live-betting-tree .event .info-event-info-container {
  width: 100%;
}
.desktop live-betting-tree .event .info-event-info-container .info {
  display: flex;
  margin-bottom: 5px;
}
.desktop live-betting-tree .event .info-event-info-container .info .timer {
  margin-right: 5px;
}
.desktop live-betting-tree .event .info-event-info-container .event-info {
  display: flex;
  justify-content: space-between;
}
.desktop live-betting-tree .event .info-event-info-container .event-info .players-home,
.desktop live-betting-tree .event .info-event-info-container .event-info .players-guest {
  display: flex;
  align-items: center;
  max-width: 145px;
  margin-bottom: 5px;
}
.desktop live-betting-tree .event .info-event-info-container .event-info .players-home img,
.desktop live-betting-tree .event .info-event-info-container .event-info .players-guest img {
  width: 25px;
  margin-right: 5px;
}
.desktop live-betting-tree .event .info-event-info-container .event-info .players-home .home-team,
.desktop live-betting-tree .event .info-event-info-container .event-info .players-guest .home-team,
.desktop live-betting-tree .event .info-event-info-container .event-info .players-home .guest-team,
.desktop live-betting-tree .event .info-event-info-container .event-info .players-guest .guest-team {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.desktop live-betting-tree .event .info-event-info-container .home-score {
  margin-bottom: 10px;
}
.desktop live-betting-tree .event:hover,
.desktop live-betting-tree .event.active {
  background-color: #2794e2;
  color: #fff;
}
.desktop live-betting-tree .event .event-info .players {
  font-size: 12px;
}
.desktop live-betting-tree .event .event-info .score {
  font-weight: bold;
  font-size: 20px;
}
.desktop live-betting-tree .event .event-info .score .timer {
  display: none;
}
.desktop live-betting-tree .event .favorite {
  position: relative;
  color: #aaa;
  font-size: 13px;
}
.desktop live-betting-tree .event .favorite.active {
  color: #272a2f;
}
.desktop live-betting-tree .event .favorite .fa-television {
  color: #aaa;
  bottom: 0 !important;
  right: -2px !important;
  font-size: 120% !important;
  top: auto !important;
  left: auto !important;
}
.desktop single-view-event .header {
  align-items: center;
  display: flex;
  margin: 10px 0 20px;
  text-transform: uppercase;
}
.desktop single-view-event .header img {
  height: 40px;
  margin-right: 10px;
}
.desktop single-view-event .header .event-name {
  font-size: 20px;
}
.desktop single-view-event-bettype:nth-child(2n) .bettype-name,
.desktop single-view-event-bettype:nth-child(2n) .bettype-switcher {
  background-color: #414143;
}
.desktop single-view-event-bettype:nth-child(2n + 1) .bettype-name,
.desktop single-view-event-bettype:nth-child(2n + 1) .bettype-switcher {
  background-color: #303032;
}
.desktop single-view-event-bettype .bettype-group {
  margin-top: 2px;
}
.desktop single-view-event-bettype .bettype-header {
  display: flex;
  height: 38px;
  line-height: 30px;
  margin-top: 3px;
  margin-bottom: 1px;
}
.desktop single-view-event-bettype .bettype-header .bettype-name {
  padding-left: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  width: 100%;
}
.desktop single-view-event-bettype .bettype-header .bettype-switcher {
  text-align: center;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop single-view-event-bettype .odds-container {
  display: flex;
  flex-wrap: wrap;
}
.desktop single-view-event-bettype .odds-container .odd {
  cursor: pointer;
  background-color: #525864;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #000;
  color: #2994de;
}
.desktop single-view-event-bettype .odds-container .odd span:first-child {
  color: #fff;
}
.desktop single-view-event-bettype .odds-container .odd:not(:last-child) {
  border-right: 1px solid #000;
}
.desktop single-view-event-bettype .odds-container .odd span:last-child {
  font-weight: 700;
}
.desktop single-view-event-bettype .odds-container .odd:hover {
  background-color: #2994de;
  color: #fff !important;
}
.desktop switcher {
  align-items: center;
  display: flex;
  height: 100%;
}
.desktop .switcher {
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  position: absolute;
  right: 3px;
  background: #333333;
  height: 22px;
  min-width: 22px;
}
.desktop quick-search .search {
  display: flex;
  align-items: center;
}
.desktop quick-search .search input {
  height: 32px;
  border-radius: 5px 0 0 5px;
  outline: none;
  border: none;
  color: black;
  width: 100%;
  padding-left: 10px;
}
.desktop quick-search .search .fa {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 16px;
  height: 32px;
  width: 32px;
  background: #fff;
  color: #555557;
  border-radius: 0 5px 5px 0;
  padding-right: 10px;
}
.desktop quick-search .search-list {
  max-height: 450px;
  position: absolute;
  width: 180px;
  background: #fff;
  margin-top: 1px;
  color: black;
  overflow-y: auto;
  padding: 5px;
  z-index: 5;
  cursor: pointer;
}
.desktop quick-search .search-list > div {
  padding: 3px 5px;
  border-bottom: 1px solid;
  min-height: 35px;
}
.desktop quick-search .search-list > div:hover,
.desktop quick-search .search-list .active {
  background-color: #606062;
  color: #fff;
}
.desktop quick-search .search-list > div:last-child {
  border-bottom: 0;
}
.desktop time-picker .time-picker {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.desktop time-picker .time-picker .inner-time-picker {
  display: flex;
}
.desktop time-picker .mat-form-field,
.desktop time-picker .mat-form-field-infix,
.desktop time-picker .date-range-select,
.desktop time-picker .btn-refresh {
  height: 35px !important;
}
.desktop time-picker .btn-refresh {
  line-height: 35px;
  padding: 0 20px;
}
.desktop time-picker .calendar {
  width: 30%;
}
.desktop time-picker .date-range-select {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  display: flex;
  height: 34px;
}
.desktop time-picker .date-range-select > .date-range {
  justify-content: space-between;
}
.desktop time-picker .date-range-select .date-range {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 5px;
  width: 180px;
}
.desktop time-picker .date-range-select .date-range-list {
  background-color: #fff;
  border-top: 1px solid #000;
  margin-top: 34px;
  position: absolute;
}
.desktop time-picker .date-range-select .date-range-list .date-range:hover {
  background-color: #c5cfd6;
}
.desktop pagination {
  margin: auto;
}
.desktop pagination .left-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.desktop pagination .right-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.desktop pagination .pagination {
  display: flex;
}
.desktop pagination .pagination .button {
  border-radius: 2px;
  background-color: #dadcdf;
  color: #000;
  cursor: pointer;
  margin: 0 2px;
  padding: 6px 12px;
}
.desktop pagination .pagination .button:hover {
  background-color: #2fb5ef;
}
.desktop pagination .pagination .button.selected {
  background-color: #2fb5ef;
  cursor: default;
}
.desktop pagination .pagination .pages {
  display: flex;
  margin: 0 3px;
}
.desktop message .popup-window {
  z-index: 20000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.desktop message .popup-window .message-window {
  background: #666666;
  padding: 25px 30px 35px 30px;
  min-width: 300px;
  max-width: 300px;
  margin: auto;
}
.desktop message .popup-window .message-window .message-window-title {
  border-bottom: 1px solid #555759;
  height: 62px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.desktop message .popup-window .message-window .message-window-title .message-close-btn {
  display: flex;
  font-size: 21px;
  font-weight: 800;
  color: #ffcb00;
  cursor: pointer;
}
.desktop message .popup-window .message-window .message-window-title .message-window-title-text {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  padding-right: 10px;
  color: #fff;
}
.desktop message .popup-window .message-window .message-window-content {
  display: flex;
  margin-top: 23px;
  flex-flow: column nowrap;
}
.desktop message .popup-window .message-window .message-window-content .message-window-content-inner {
  white-space: pre-line;
  display: flex;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}
.desktop message .popup-window .message-window .message-window-content .message-window-buttons {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}
.desktop message .popup-window .message-window .message-window-content .message-window-buttons .message-window-button {
  display: flex;
  width: 186px;
  height: 56px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #2fb5ef;
  justify-content: center;
  align-items: center;
}
.desktop .acc-btn {
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px;
  text-transform: uppercase;
  min-width: 120px;
  margin-left: 10px;
}
.desktop terminal {
  font-size: 13px;
}
.desktop terminal ::-webkit-scrollbar-track {
  background-color: #000;
}
.desktop terminal ::-webkit-scrollbar {
  background-color: #000;
  width: 8px;
}
.desktop terminal ::-webkit-scrollbar-thumb {
  background-color: #5e5e60;
  border-radius: 3px;
}
.desktop terminal .bets-area {
  display: flex;
}
.desktop terminal .darkened-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 100;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.desktop terminal .darkened-overlay.darker {
  background: rgba(0, 0, 0, 0.9);
}
.desktop terminal .darkened-overlay .popup-window {
  background-color: #424244;
  position: fixed;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 20000;
}
.desktop terminal .darkened-overlay .popup-window .btn-close {
  background: -webkit-linear-gradient(top, #04683a, #48e05f);
  background: -moz-linear-gradient(top, #04683a, #48e05f);
  background: -ms-linear-gradient(top, #04683a, #48e05f);
  background: -o-linear-gradient(top, #04683a, #48e05f);
  background-color: #48e05f;
  border-radius: 100%;
  cursor: pointer;
  line-height: 24px;
  height: 24px;
  position: absolute;
  right: 6px;
  text-align: center;
  top: 6px;
  width: 24px;
}
.desktop terminal .page-content {
  display: block;
  height: calc(100vh - 90px);
  overflow: auto;
  padding: 15px;
  width: 80%;
}
.desktop terminal account,
.desktop terminal live-betting-terminal,
.desktop terminal sportsbook-terminal {
  display: flex;
  width: 100%;
}
.desktop terminal account .page-content {
  display: flex;
  padding: 20px;
  width: 100%;
}
.desktop terminal betslip-terminal {
  margin: 0;
  width: 20%;
}
.desktop terminal betslip-terminal .betslip {
  height: calc(100vh - 90px);
}
.desktop terminal betslip-terminal .content {
  background-color: #78787a;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.desktop terminal betslip-terminal .betslip-empty {
  padding: 20px;
}
.desktop terminal betslip-terminal .tabs {
  min-height: 46px;
}
.desktop terminal betslip-terminal .tab {
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  margin: 1px 2px 0 0;
  border: 0 !important;
}
.desktop terminal betslip-terminal .tab.active {
  background: #5e5e60 !important;
}
.desktop terminal betslip-terminal .tab:hover {
  background: -webkit-linear-gradient(top, #414143, #5e5e60) !important;
  background: -moz-linear-gradient(top, #414143, #5e5e60) !important;
  background: -ms-linear-gradient(top, #414143, #5e5e60) !important;
  background: -o-linear-gradient(top, #414143, #5e5e60) !important;
  background-color: #5e5e60 !important;
}
.desktop terminal betslip-terminal .system-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-top: 2px solid #78787a;
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
}
.desktop terminal betslip-terminal .system-tab:hover {
  background: -webkit-linear-gradient(top, #414143, #5e5e60);
  background: -moz-linear-gradient(top, #414143, #5e5e60);
  background: -ms-linear-gradient(top, #414143, #5e5e60);
  background: -o-linear-gradient(top, #414143, #5e5e60);
  background-color: #5e5e60;
}
.desktop terminal betslip-terminal .clear {
  margin-top: 1px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b30000;
  min-width: 46px;
  font-size: 32px;
}
.desktop terminal betslip-terminal .betslip-body {
  height: 100%;
  overflow: auto;
}
.desktop terminal betslip-terminal .btn-panel {
  min-height: 43px !important;
}
.desktop terminal betslip-terminal .bet {
  width: 100%;
  background: #36b449 !important;
  color: #ffffff !important;
  border-bottom: 0 !important;
  border-top: 2px solid #78787a;
  padding: 0 !important;
}
.desktop terminal betslip-terminal .bet-stake {
  padding-left: 10px;
}
.desktop terminal betslip-terminal .bet-stake > input {
  background: #ffffff !important;
  color: #464648 !important;
}
.desktop terminal betslip-terminal .btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 48px !important;
  font-size: 32px;
  background-color: #8fc95b;
  border-left: 2px solid #78787a;
  border-top: 2px solid #78787a;
  cursor: pointer;
}
.desktop terminal betslip-terminal .btn-container:hover {
  background-color: #05683a;
}
.desktop terminal betslip-terminal .bank-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  min-height: 44px;
  height: 44px;
  font-size: 20px;
  color: #05683a;
  border-right: 2px solid #78787a;
  border-bottom: 2px solid #78787a;
  outline: none;
  cursor: pointer;
}
.desktop terminal betslip-terminal .bank-container:hover,
.desktop terminal betslip-terminal .bank-container.active {
  background-color: #fbad00;
  color: #ffffff;
}
.desktop terminal betslip-terminal .odds-container {
  display: flex;
}
.desktop terminal betslip-terminal .bet-child {
  display: flex;
}
.desktop terminal betslip-terminal .odd-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 10px 5px 0;
}
.desktop terminal betslip-terminal .bet-players {
  padding: 5px 10px 0 10px;
  width: 100%;
}
.desktop terminal betslip-terminal .is-live-containers {
  display: flex;
}
.desktop terminal betslip-terminal .bet-odd {
  padding-left: 10px;
}
.desktop terminal betslip-terminal .checkbox-name {
  height: 30px;
  width: 30px;
}
.desktop terminal betslip-terminal .systems-container {
  padding: 10px;
  font-size: 18px;
}
.desktop terminal betslip-terminal .system {
  padding: 5px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop terminal betslip-terminal .system > div {
  display: flex;
  align-items: center;
}
.desktop terminal betslip-terminal .system > div > input {
  color: #000;
  margin-left: 5px;
}
.desktop terminal betslip-terminal .btn-system {
  background: -webkit-linear-gradient(top, #ffffff, #b1b4b4) !important;
  background: -moz-linear-gradient(top, #ffffff, #b1b4b4) !important;
  background: -ms-linear-gradient(top, #ffffff, #b1b4b4) !important;
  background: -o-linear-gradient(top, #ffffff, #b1b4b4) !important;
  background-color: #b1b4b4 !important;
  color: #000;
  font-size: 13px;
  border-radius: 3px !important;
}
.desktop terminal betslip-terminal .btn-system:hover {
  background: -webkit-linear-gradient(top, #b1b4b4, #ffffff) !important;
  background: -moz-linear-gradient(top, #b1b4b4, #ffffff) !important;
  background: -ms-linear-gradient(top, #b1b4b4, #ffffff) !important;
  background: -o-linear-gradient(top, #b1b4b4, #ffffff) !important;
  background-color: #ffffff !important;
}
.desktop terminal betslip-terminal .is-live-container {
  display: block;
}
.desktop terminal header-terminal {
  background: #5e5e60;
  display: flex;
  font-size: 16px;
  height: 90px;
  justify-content: space-between;
  padding: 10px 0;
}
.desktop terminal header-terminal .fa {
  font-size: 300%;
}
.desktop terminal header-terminal div {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.desktop terminal header-terminal > div > div:not(:first-child) {
  border-left: 1px solid #000;
}
.desktop terminal header-terminal > div > div > div {
  margin: 0 10px;
}
.desktop terminal header-terminal .btn-header {
  background: -webkit-linear-gradient(top, #ffffff, #b1b4b4);
  background: -moz-linear-gradient(top, #ffffff, #b1b4b4);
  background: -ms-linear-gradient(top, #ffffff, #b1b4b4);
  background: -o-linear-gradient(top, #ffffff, #b1b4b4);
  background-color: #b1b4b4;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  min-width: 72px;
  padding: 0 10px;
  text-transform: uppercase;
  outline: none;
}
.desktop terminal header-terminal .btn-header:hover {
  background: -webkit-linear-gradient(top, #b1b4b4, #ffffff);
  background: -moz-linear-gradient(top, #b1b4b4, #ffffff);
  background: -ms-linear-gradient(top, #b1b4b4, #ffffff);
  background: -o-linear-gradient(top, #b1b4b4, #ffffff);
  background-color: #ffffff;
}
.desktop terminal header-terminal .btn-header.active {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
  color: #fff;
  outline: none;
}
.desktop terminal header-terminal .btn-header.active:hover {
  background: -webkit-linear-gradient(top, #04683a, #48e05f);
  background: -moz-linear-gradient(top, #04683a, #48e05f);
  background: -ms-linear-gradient(top, #04683a, #48e05f);
  background: -o-linear-gradient(top, #04683a, #48e05f);
  background-color: #48e05f;
}
.desktop terminal header-terminal .logo {
  background-image: url(/assets/icons/bbw/terminal_logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  min-width: 60px;
}
.desktop terminal header-account-terminal {
  display: flex;
  height: 100%;
  padding: 0 10px;
}
.desktop terminal header-account-terminal .btn-header {
  flex-direction: column;
}
.desktop terminal header-account-terminal .btn-header:not(:last-child) {
  margin-right: 10px;
}
.desktop terminal header-account-terminal .btn-header > span {
  font-weight: 700;
}
.desktop terminal header-account-terminal .btn-header > span:first-child {
  font-size: 12px;
}
.desktop terminal header-account-terminal .btn-header > span:last-child {
  font-size: 18px;
  margin-top: 4px;
}
.desktop terminal language-terminal {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 15px;
  text-transform: uppercase;
}
.desktop terminal language-terminal .btn-cancel {
  align-self: center;
  background: -webkit-linear-gradient(top, #ffffff, #b1b4b4);
  background: -moz-linear-gradient(top, #ffffff, #b1b4b4);
  background: -ms-linear-gradient(top, #ffffff, #b1b4b4);
  background: -o-linear-gradient(top, #ffffff, #b1b4b4);
  background-color: #b1b4b4;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  line-height: 55px;
  text-align: center;
  text-transform: uppercase;
  width: 25%;
}
.desktop terminal language-terminal .languages-container {
  display: flex;
  flex-wrap: wrap;
}
.desktop terminal language-terminal .languages-container .lang {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 24px;
  padding: 15px;
  width: 25%;
}
.desktop terminal language-terminal .languages-container .lang img {
  border: 2px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  height: 140px;
}
.desktop terminal language-terminal .title {
  font-size: 31px;
}
.desktop terminal overview-terminal {
  color: #fff;
}
.desktop terminal overview-terminal .sport-container {
  margin-top: 24px;
}
.desktop terminal overview-terminal .sports-navigator {
  display: flex;
  height: 72px;
  margin-bottom: 20px;
}
.desktop terminal overview-terminal .sports-navigator .btn-sport {
  align-items: center;
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  margin-right: 5px;
  min-width: 72px;
  text-transform: uppercase;
}
.desktop terminal overview-terminal .sports-navigator .btn-sport:first-child {
  font-size: 14px;
  padding: 0 8px;
  width: 110px;
}
.desktop terminal overview-terminal .sports-navigator .btn-sport.active,
.desktop terminal overview-terminal .sports-navigator .btn-sport:hover {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
}
.desktop terminal overview-bettype-row-terminal {
  display: flex;
  height: 100%;
}
.desktop terminal overview-bettype-row-terminal .bettype {
  display: flex;
  justify-content: space-between;
  min-height: 48px;
}
.desktop terminal overview-bettype-row-terminal .bettype .block {
  background-color: #303032;
  border-radius: 3px;
}
.desktop terminal overview-bettype-row-terminal .bettype .odd {
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  cursor: pointer;
  font-weight: 600;
}
.desktop terminal overview-bettype-row-terminal .bettype .odd:hover {
  background: #48e05f;
}
.desktop terminal overview-bettype-row-terminal .bettype .odd.odd-locked {
  background: #646466;
  color: #f79c2d;
}
.desktop terminal overview-bettype-row-terminal:not(:first-child) {
  margin-top: 2px;
}
.desktop terminal overview-event-terminal {
  margin-bottom: 2px;
  display: flex;
  line-height: 48px;
}
.desktop terminal overview-event-terminal > div {
  border-radius: 3px;
}
.desktop terminal overview-event-terminal .additional {
  background: -webkit-linear-gradient(top, #fdfdfd, #78787a);
  background: -moz-linear-gradient(top, #fdfdfd, #78787a);
  background: -ms-linear-gradient(top, #fdfdfd, #78787a);
  background: -o-linear-gradient(top, #fdfdfd, #78787a);
  background-color: #78787a;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.desktop terminal overview-event-terminal .additional:hover {
  background-color: #f9f9f9;
}
.desktop terminal overview-event-terminal .event-info {
  background-color: #303032;
  font-size: 1.2rem;
  margin-right: 5px;
  overflow: hidden;
  padding: 0 10px;
  width: 100%;
}
.desktop terminal overview-event-terminal .event-info > div {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.desktop terminal overview-event-terminal .event-info .players {
  overflow: hidden;
}
.desktop terminal overview-event-terminal .event-info .period {
  text-transform: capitalize;
}
.desktop terminal overview-event-terminal .odd-point,
.desktop terminal overview-event-terminal .period,
.desktop terminal overview-event-terminal .score,
.desktop terminal overview-event-terminal .timer {
  color: #48e05f;
}
.desktop terminal overview-event-terminal .score {
  font-weight: 700;
  margin-left: 10px;
}
.desktop terminal overview-event-terminal .timer {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #303032;
  font-size: 15px;
  margin-right: 2px;
  min-width: 4%;
}
.desktop terminal overview-event-terminal .event-score {
  min-width: 92px;
  display: flex;
  font-size: 15px;
  justify-content: flex-end;
}
.desktop terminal overview-event-score {
  align-items: center;
  display: flex;
  height: 48px;
  line-height: 24px;
}
.desktop terminal overview-event-score .score-soccer {
  display: flex;
}
.desktop terminal overview-event-score > div {
  padding: 0 2px;
}
.desktop terminal overview-event-score .points-separator {
  margin: 0 1px;
}
.desktop terminal overview-event-score > .score {
  display: none;
}
.desktop terminal overview-event-score > .score:only-child {
  display: flex;
}
.desktop terminal overview-event-score .points {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-width: 24px;
}
.desktop terminal overview-event-score .points .turn {
  background-color: yellow;
  border-radius: 4px;
  content: "";
  height: 5px;
  margin-right: 2px;
  width: 5px;
}
.desktop terminal overview-event-score .score-point {
  min-width: 20px;
}
.desktop terminal overview-event-score .score {
  padding: 0 1px;
}
.desktop terminal overview-event-score .score-container {
  display: flex;
}
.desktop terminal overview-event-score .score-container ~ .score-container {
  border-left: 1px solid #000;
}
.desktop terminal overview-sport-terminal .additional {
  min-width: 50px;
  width: 50px;
}
.desktop terminal overview-sport-terminal .bettypes-container {
  height: 100%;
  min-width: 50%;
  width: 50%;
}
.desktop terminal overview-sport-terminal .bettypes-container .bettype {
  margin-right: 5px;
  text-align: center;
  width: 100%;
}
.desktop terminal overview-sport-terminal .bettypes-container .bettype .block {
  width: 33.333333%;
}
.desktop terminal overview-sport-terminal .bettypes-container .bettype .block:not(:first-child) {
  margin-left: 2px;
}
.desktop terminal overview-sport-terminal .header {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.desktop terminal overview-sport-terminal .header .bettypes-container {
  display: flex;
}
.desktop terminal overview-sport-terminal .header .bettypes-container .bettype div {
  line-height: 25px;
}
.desktop terminal overview-sport-terminal .header .bettypes-container .bettype-results {
  display: flex;
  justify-content: space-between;
}
.desktop terminal overview-sport-terminal .header .bettypes-container .bettype-results.with-odd-point {
  justify-content: flex-end;
}
.desktop terminal overview-sport-terminal .header .title {
  align-items: center;
  color: #d1d2d4;
  display: flex;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  width: 100%;
}
.desktop terminal overview-sport-terminal .header .title img {
  margin-right: 10px;
  width: 50px;
}
.desktop terminal quick-search-terminal {
  background: none !important;
  display: flex;
  justify-content: center;
  top: 20px;
  width: 40%;
}
.desktop terminal quick-search-terminal input {
  background-color: #373b42;
  border: none;
  color: #fff;
  font-size: 20px;
  line-height: 62px;
  padding: 0 15px;
  width: 100%;
}
.desktop terminal quick-search-terminal .btn-search {
  align-items: center;
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(top, #ffffff, #b1b4b4);
  background: -moz-linear-gradient(top, #ffffff, #b1b4b4);
  background: -ms-linear-gradient(top, #ffffff, #b1b4b4);
  background: -o-linear-gradient(top, #ffffff, #b1b4b4);
  background-color: #b1b4b4;
  color: #000;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  height: 62px;
  margin-left: 10px;
  min-width: 62px;
  width: 62px;
}
.desktop terminal quick-search-terminal .btn-search:hover {
  background: -webkit-linear-gradient(top, #b1b4b4, #ffffff);
  background: -moz-linear-gradient(top, #b1b4b4, #ffffff);
  background: -ms-linear-gradient(top, #b1b4b4, #ffffff);
  background: -o-linear-gradient(top, #b1b4b4, #ffffff);
  background-color: #ffffff;
}
.desktop terminal quick-search-terminal .search-container {
  width: 100%;
}
.desktop terminal quick-search-terminal .search-container .input-container {
  display: flex;
  justify-content: center;
}
.desktop terminal quick-search-terminal .search-container .search-list {
  background-color: #5e5e60;
  border-radius: 3px;
  font-size: 18px;
  margin-top: 8px;
  max-height: 500px;
  overflow-y: auto;
  padding: 0 18px;
}
.desktop terminal quick-search-terminal .search-container .search-list > div {
  cursor: pointer;
  padding-bottom: 5px;
  padding-top: 15px;
}
.desktop terminal quick-search-terminal .search-container .search-list > div:hover {
  color: #000;
}
.desktop terminal quick-search-terminal .search-container .search-list > div:not(:last-child) {
  border-bottom: 1px solid #3c3c3e;
}
.desktop terminal settings-terminal {
  padding: 25px;
  top: 130px;
}
.desktop terminal settings-terminal hr {
  border-color: #3c3c3e;
  margin: 10px 0;
}
.desktop terminal settings-terminal .btn-panel {
  display: flex;
  font-weight: 700;
  justify-content: flex-end;
}
.desktop terminal settings-terminal .btn-panel > .setting-btn {
  padding: 15px;
}
.desktop terminal settings-terminal .oddformat-btn {
  min-width: 150px;
}
.desktop terminal settings-terminal .setting {
  align-items: center;
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  margin-top: 30px;
}
.desktop terminal settings-terminal .setting > div {
  display: flex;
}
.desktop terminal settings-terminal .setting-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  cursor: pointer;
  flex-direction: column;
  font-size: 15px;
  font-weight: 700;
  margin-left: 10px;
  padding: 10px;
  text-transform: uppercase;
}
.desktop terminal settings-terminal .setting-btn:hover {
  background: -webkit-linear-gradient(top, #414143, #5e5e60);
  background: -moz-linear-gradient(top, #414143, #5e5e60);
  background: -ms-linear-gradient(top, #414143, #5e5e60);
  background: -o-linear-gradient(top, #414143, #5e5e60);
  background-color: #5e5e60;
}
.desktop terminal settings-terminal .setting-btn > span:last-child {
  font-weight: normal;
}
.desktop terminal settings-terminal .setting-title {
  margin-right: 25px;
}
.desktop terminal settings-terminal .btn-cancel {
  background: -webkit-linear-gradient(top, #ffffff, #b1b4b4);
  background: -moz-linear-gradient(top, #ffffff, #b1b4b4);
  background: -ms-linear-gradient(top, #ffffff, #b1b4b4);
  background: -o-linear-gradient(top, #ffffff, #b1b4b4);
  background-color: #b1b4b4;
  color: #000;
}
.desktop terminal settings-terminal .btn-cancel:hover {
  background: -webkit-linear-gradient(top, #b1b4b4, #ffffff);
  background: -moz-linear-gradient(top, #b1b4b4, #ffffff);
  background: -ms-linear-gradient(top, #b1b4b4, #ffffff);
  background: -o-linear-gradient(top, #b1b4b4, #ffffff);
  background-color: #ffffff;
}
.desktop terminal settings-terminal .active {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
}
.desktop terminal settings-terminal .active:hover {
  background: -webkit-linear-gradient(top, #04683a, #48e05f);
  background: -moz-linear-gradient(top, #04683a, #48e05f);
  background: -ms-linear-gradient(top, #04683a, #48e05f);
  background: -o-linear-gradient(top, #04683a, #48e05f);
  background-color: #48e05f;
}
.desktop terminal settings-terminal .title {
  font-size: 31px;
  text-transform: uppercase;
}
.desktop terminal single-view-terminal .events-tree {
  display: flex;
  flex-wrap: wrap;
}
.desktop terminal single-view-terminal .events-tree .event .score,
.desktop terminal single-view-terminal .events-tree .event .timer {
  color: #48e05f;
  text-align: right;
}
.desktop terminal single-view-terminal .events-tree .event .score {
  font-size: 32px;
}
.desktop terminal single-view-terminal .events-tree .event .timer {
  font-size: 18px;
}
.desktop terminal single-view-terminal .events-tree .event .title {
  font-size: 16px;
}
.desktop terminal single-view-terminal .sports-tree {
  display: flex;
  flex-wrap: wrap;
}
.desktop terminal single-view-terminal .sports-tree .sport .event-count {
  color: #48e05f;
  font-size: 14px;
}
.desktop terminal single-view-terminal .sports-tree .sport .title {
  font-size: 24px;
}
.desktop terminal single-view-terminal .tree-elem {
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  cursor: pointer;
  display: flex;
  position: relative;
  flex-direction: column;
  height: 144px;
  justify-content: space-between;
  margin: 0 15px 15px 0;
  padding: 10px;
  text-transform: uppercase;
  width: 280px;
}
.desktop terminal single-view-terminal .tree-elem > div {
  display: flex;
  justify-content: space-between;
}
.desktop terminal single-view-terminal .tree-elem img {
  height: 60px;
  width: 60px;
}
.desktop terminal single-view-terminal .tree-elem:hover {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
  color: #fff;
}
.desktop terminal single-view-terminal .tree-elem:hover .score,
.desktop terminal single-view-terminal .tree-elem:hover .timer,
.desktop terminal single-view-terminal .tree-elem:hover .event-count {
  color: #fff;
}
.desktop terminal single-view-terminal .tree-elem .shadow-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.desktop terminal single-view-event-terminal .bettypes-container {
  background-color: #414143;
  border-radius: 3px;
  padding: 4px;
}
.desktop terminal single-view-event-terminal .bettype-group {
  display: flex;
  margin-top: 0;
  margin-bottom: 2px;
}
.desktop terminal single-view-event-terminal .bettype-group:nth-child(2n) .bettype-name {
  background: #303032;
}
.desktop terminal single-view-event-terminal .bettype-group:nth-child(2n + 1) .bettype-name {
  background: #5e5e60;
}
.desktop terminal single-view-event-terminal .bettype-group .bettype-name {
  border-radius: 3px;
  line-height: 46px;
  padding: 0 10px;
  width: 100%;
  font-weight: 600;
}
.desktop terminal single-view-event-terminal .bettype-group .odds-container {
  display: flex;
  width: 50%;
  flex-wrap: wrap;
}
.desktop terminal single-view-event-terminal .bettype-group .odds-container .odd {
  align-items: center;
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
  border-radius: 3px;
  cursor: pointer;
  flex-direction: column;
  min-height: 46px;
  min-width: 120px;
  border: 1px solid #303032;
}
.desktop terminal single-view-event-terminal .bettype-group .odds-container .odd:hover {
  background: -webkit-linear-gradient(top, #04683a, #48e05f);
  background: -moz-linear-gradient(top, #04683a, #48e05f);
  background: -ms-linear-gradient(top, #04683a, #48e05f);
  background: -o-linear-gradient(top, #04683a, #48e05f);
  background-color: #48e05f;
}
.desktop terminal single-view-event-terminal .bettype-group .odds-container .odd.odd-locked {
  background: #646466;
  color: #f79c2d;
}
.desktop terminal single-view-event-terminal .bettype-group .odds-container .odd.odd-locked .odd-title {
  display: none;
}
.desktop terminal single-view-event-terminal .header {
  font-size: 12px;
  margin-top: 30px;
  text-transform: uppercase;
}
.desktop terminal single-view-event-terminal .header .event-name {
  font-size: 34px;
}
.desktop terminal live-betting-navigator-terminal,
.desktop terminal sportsbook-navigator-terminal {
  display: flex;
  height: 100%;
}
.desktop terminal live-betting-navigator-terminal .back,
.desktop terminal sportsbook-navigator-terminal .back {
  position: relative;
  margin-left: 12px;
}
.desktop terminal live-betting-navigator-terminal .back:after,
.desktop terminal sportsbook-navigator-terminal .back:after {
  content: "";
  background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #b1b4b4));
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: -o-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: -ms-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: linear-gradient(135deg, #ffffff 0%, #b1b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
  position: absolute;
  left: -16px;
  top: 18px;
  width: 34px;
  height: 34px;
  -ms-transform: rotate(45deg) skew(25deg, 25deg);
  -webkit-transform: rotate(45deg) skew(25deg, 25deg);
  transform: rotate(45deg) skew(25deg, 25deg);
  z-index: 2;
}
.desktop terminal live-betting-navigator-terminal .back:hover:after,
.desktop terminal sportsbook-navigator-terminal .back:hover:after {
  background: #b1b4b4;
  background: -moz-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b1b4b4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: -o-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: -ms-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: linear-gradient(135deg, #b1b4b4 0%, #ffffff 100%);
}
.desktop terminal live-betting-navigator-terminal > div,
.desktop terminal sportsbook-navigator-terminal > div {
  display: flex;
  outline: none;
}
.desktop terminal live-betting-navigator-terminal > div.path,
.desktop terminal sportsbook-navigator-terminal > div.path {
  font-weight: 600;
  text-transform: uppercase;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:first-child,
.desktop terminal sportsbook-navigator-terminal > div.path > div:first-child {
  cursor: pointer;
  padding: 0 10px;
  outline: none;
  z-index: 3 !important;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:last-child,
.desktop terminal sportsbook-navigator-terminal > div.path > div:last-child {
  background-image: -webkit-linear-gradient(#36b449, #04683a);
  height: 71px;
  border-radius: 3px;
  outline: none;
  z-index: 1 !important;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:last-child > img,
.desktop terminal sportsbook-navigator-terminal > div.path > div:last-child > img {
  padding: 0 15px 0 28px;
}
.desktop terminal live-betting-navigator-terminal > div.path .nav-btn,
.desktop terminal sportsbook-navigator-terminal > div.path .nav-btn {
  max-width: 20%;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:not(:last-child),
.desktop terminal sportsbook-navigator-terminal > div.path > div:not(:last-child) {
  z-index: 2;
  width: 72px;
  height: 71px;
  float: left;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#b1b4b4));
  background-image: -webkit-linear-gradient(top, #ffffff, #b1b4b4);
  background-color: #b1b4b4;
  background-image: -moz-linear-gradient(top, #ffffff, #b1b4b4);
  background-image: -ms-linear-gradient(top, #ffffff, #b1b4b4);
  background-image: -o-linear-gradient(top, #ffffff, #b1b4b4);
  background-image: linear-gradient(top, #ffffff, #b1b4b4);
  background-repeat: repeat-x;
  color: #000000;
  width: auto;
  padding-right: 15px;
  position: relative;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:not(:last-child):hover,
.desktop terminal sportsbook-navigator-terminal > div.path > div:not(:last-child):hover {
  background: -webkit-linear-gradient(top, #b1b4b4, #ffffff);
  background: -moz-linear-gradient(top, #b1b4b4, #ffffff);
  background: -ms-linear-gradient(top, #b1b4b4, #ffffff);
  background: -o-linear-gradient(top, #b1b4b4, #ffffff);
  background-color: #ffffff;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:not(:last-child):hover:after,
.desktop terminal sportsbook-navigator-terminal > div.path > div:not(:last-child):hover:after {
  background: #b1b4b4;
  background: -moz-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #b1b4b4), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: -o-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: -ms-linear-gradient(-45deg, #b1b4b4 0%, #ffffff 100%);
  background: linear-gradient(135deg, #b1b4b4 0%, #ffffff 100%);
}
.desktop terminal live-betting-navigator-terminal > div.path > div:not(:last-child) > div,
.desktop terminal sportsbook-navigator-terminal > div.path > div:not(:last-child) > div {
  padding-left: 10px;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:not(:last-child) > img,
.desktop terminal sportsbook-navigator-terminal > div.path > div:not(:last-child) > img {
  padding-left: 30px;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:not(:last-child):before,
.desktop terminal sportsbook-navigator-terminal > div.path > div:not(:last-child):before {
  content: "";
  background: #000000;
  position: absolute;
  width: 36px;
  height: 36px;
  right: -20px;
  top: 18px;
  -ms-transform: rotate(45deg) skew(25deg, 25deg);
  -webkit-transform: rotate(45deg) skew(25deg, 25deg);
  transform: rotate(45deg) skew(25deg, 25deg);
  z-index: 1;
}
.desktop terminal live-betting-navigator-terminal > div.path > div:not(:last-child):after,
.desktop terminal sportsbook-navigator-terminal > div.path > div:not(:last-child):after {
  content: "";
  background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #b1b4b4));
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: -o-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: -ms-linear-gradient(-45deg, #ffffff 0%, #b1b4b4 100%);
  background: linear-gradient(135deg, #ffffff 0%, #b1b4b4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@start', endColorstr='@end', GradientType=1);
  position: absolute;
  right: -16px;
  top: 19px;
  width: 34px;
  height: 34px;
  -ms-transform: rotate(45deg) skew(25deg, 25deg);
  -webkit-transform: rotate(45deg) skew(25deg, 25deg);
  transform: rotate(45deg) skew(25deg, 25deg);
  z-index: 2;
}
.desktop terminal live-betting-navigator-terminal > div,
.desktop terminal sportsbook-navigator-terminal > div {
  display: flex;
  border-left: 1px solid #000;
  padding: 0 10px;
}
.desktop terminal sportsbook-event-terminal {
  display: block;
  margin-bottom: 2px;
}
.desktop terminal sportsbook-event-terminal .event {
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 50px;
}
.desktop terminal sportsbook-event-terminal .event > div {
  align-items: center;
  display: flex;
}
.desktop terminal sportsbook-event-terminal .event > div:not(:last-child) {
  margin-right: 2px;
}
.desktop terminal sportsbook-event-terminal .event .additional {
  background: -webkit-linear-gradient(top, #fdfdfd, #78787a);
  background: -moz-linear-gradient(top, #fdfdfd, #78787a);
  background: -ms-linear-gradient(top, #fdfdfd, #78787a);
  background: -o-linear-gradient(top, #fdfdfd, #78787a);
  background-color: #78787a;
  color: #000;
}
.desktop terminal sportsbook-event-terminal .event .additional:hover {
  background: -webkit-linear-gradient(top, #f9f9f9, #f9f9f9);
  background: -moz-linear-gradient(top, #f9f9f9, #f9f9f9);
  background: -ms-linear-gradient(top, #f9f9f9, #f9f9f9);
  background: -o-linear-gradient(top, #f9f9f9, #f9f9f9);
  background-color: #f9f9f9;
}
.desktop terminal sportsbook-event-terminal .event .bettype-container {
  background: none;
  display: flex;
  height: 100%;
}
.desktop terminal sportsbook-event-terminal .event .odd {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
  font-size: 18px;
  margin-right: 2px;
}
.desktop terminal sportsbook-event-terminal .event .odd:hover {
  background: -webkit-linear-gradient(top, #04683a, #48e05f);
  background: -moz-linear-gradient(top, #04683a, #48e05f);
  background: -ms-linear-gradient(top, #04683a, #48e05f);
  background: -o-linear-gradient(top, #04683a, #48e05f);
  background-color: #48e05f;
}
.desktop terminal sportsbook-event-terminal .event .players {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-around;
  padding: 3px 5px;
  width: 100%;
}
.desktop terminal sportsbook-event-terminal .event .time {
  justify-content: center;
  min-width: 75px;
  width: 75px;
}
.desktop terminal sportsbook-event-terminal .event .time > .fa {
  margin-right: 3px;
}
.desktop terminal sportsbook-event-terminal .event-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  min-width: 70px;
  width: 70px;
}
.desktop terminal sportsbook-event-terminal spinner .loading {
  height: 24px;
  margin-top: 0;
  width: 24px;
}
.desktop terminal sportsbook-event-terminal:nth-child(2n) .players,
.desktop terminal sportsbook-event-terminal:nth-child(2n) .time {
  background-color: #414143;
}
.desktop terminal sportsbook-event-terminal:nth-child(2n + 1) .players,
.desktop terminal sportsbook-event-terminal:nth-child(2n + 1) .time {
  background-color: #303032;
}
.desktop terminal sportsbook-event-bettypes {
  display: block;
  margin-top: 5px;
}
.desktop terminal sportsbook-event-bettypes .groups-container {
  border-bottom: 2px solid #000;
  font-size: 13px;
  overflow: hidden;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header {
  color: black;
  display: flex;
  height: 45px;
  font-weight: 600;
  font-family: "Open Sans";
  margin-bottom: 4px;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header > div {
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 2px;
  background-color: #f9f9f9;
  min-width: 40px;
  cursor: pointer;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .group-name {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-start;
  margin-left: 2px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .group-name > span {
  margin-right: 5px;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .left-switcher {
  background-color: transparent;
  min-width: 75px;
  margin-right: 2px;
  height: 100%;
  width: 75px;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .left-switcher .left-switcher-opened {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #feb000;
  border-radius: 3px;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .left-switcher .left-switcher-opened i {
  font-size: 25px;
  font-weight: bold;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .left-switcher .left-switcher-closed {
  display: none;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .switcher {
  cursor: pointer;
  min-width: 45px;
  width: 45px;
}
.desktop terminal sportsbook-event-bettypes .groups-container .group-header .switcher .glyphicon {
  font-weight: 600;
  font-size: 14px;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container {
  margin-bottom: 4px;
  margin-left: 77px;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .bettype {
  display: flex;
  margin-bottom: 2px;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .bettype.column {
  flex-direction: column;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .bettype.column > div:not(:last-child) {
  margin-bottom: 2px;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .bettype > div {
  display: flex;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .bettype > div:first-child {
  width: 100%;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .bettype-header {
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  min-height: 48px;
  padding: 15px 7px;
  width: 100%;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .odds-container {
  display: flex;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .odds-container .odd {
  align-items: center;
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
  border-radius: 4px;
  cursor: pointer;
  flex-direction: column;
  font-family: "Open Sans";
  font-size: 14px;
  margin-left: 2px;
  min-width: 100px;
  padding: 7px 12px;
  width: 100px;
  text-align: center;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .odds-container .odd:hover {
  background: -webkit-linear-gradient(top, #04683a, #48e05f);
  background: -moz-linear-gradient(top, #04683a, #48e05f);
  background: -ms-linear-gradient(top, #04683a, #48e05f);
  background: -o-linear-gradient(top, #04683a, #48e05f);
  background-color: #48e05f;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .odds-container .odd > span:first-child {
  font-family: "Open sans";
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .oddgroups-container {
  display: flex;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .oddgroups-container .odds-container {
  flex-direction: column;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .oddgroups-container .odds-container > div:not(:first-child) {
  border-top: 2px solid #000;
}
.desktop terminal sportsbook-event-bettypes .bettypes-container .oddgroups-container .odds-container:only-child > div {
  min-width: 240px;
}
.desktop terminal sportsbook-event-bettypes .bettype:nth-child(2n) .bettype-header {
  background-color: #303032;
}
.desktop terminal sportsbook-event-bettypes .bettype:nth-child(2n + 1) .bettype-header {
  background-color: #414143;
}
.desktop terminal sportsbook-filter-terminal {
  border-bottom: 1px solid #87898b;
  display: flex;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  padding-bottom: 15px;
}
.desktop terminal sportsbook-filter-terminal .filter-group {
  display: flex;
}
.desktop terminal sportsbook-filter-terminal .filter-group.time-group .filter {
  justify-content: space-between;
  min-width: 130px;
}
.desktop terminal sportsbook-filter-terminal .filter-group.time-group .image {
  background-image: url(/assets/img/clock.png);
}
.desktop terminal sportsbook-filter-terminal .filter {
  align-items: center;
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  height: 65px;
  margin-right: 15px;
  min-width: 270px;
  padding: 0 8px;
  text-shadow: 1px 2px 2px rgba(1, 2, 2, 0.5);
}
.desktop terminal sportsbook-filter-terminal .filter:hover,
.desktop terminal sportsbook-filter-terminal .filter.active {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
}
.desktop terminal sportsbook-filter-terminal .filter .image {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 50px;
  margin-right: 20px;
  width: 50px;
}
.desktop terminal sportsbook-filter-terminal .top-bets-filter .image {
  background-image: url(https://resources.bpbet.com/Resources/GetImageByUrl?url=terminal/top-bets.png);
}
.desktop terminal sportsbook-filter-terminal .upcoming-filter .image {
  background-image: url(https://resources.bpbet.com/Resources/GetImageByUrl?url=terminal/upcoming.png);
}
.desktop terminal sportsbook-league-terminal .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.desktop terminal sportsbook-league-terminal .header .sport-header {
  color: #d1d2d4;
  display: flex;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.desktop terminal sportsbook-league-terminal .header .sport-header > div div:first-child {
  text-transform: uppercase;
}
.desktop terminal sportsbook-league-terminal .header .sport-header > div div:last-child {
  font-size: 30px;
  line-height: 30px;
}
.desktop terminal sportsbook-league-terminal .header .sport-header > div .separator {
  margin: 0 3px;
}
.desktop terminal sportsbook-league-terminal .header .sport-header .league-name {
  font-weight: 600;
  margin-top: 5px;
}
.desktop terminal sportsbook-league-terminal .header img {
  height: 50px;
  margin-right: 15px;
  min-width: 50px;
}
.desktop terminal sportsbook-league-terminal .header > .bettype-header {
  margin-right: 72px;
  position: relative;
  text-align: center;
  top: 30px;
}
.desktop terminal sportsbook-league-terminal .header > .bettype-header .bettype-results {
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  display: flex;
  margin-top: 5px;
}
.desktop terminal sportsbook-league-terminal .header > .bettype-header .bettype-results > div {
  margin-right: 2px;
  text-transform: capitalize;
  width: 70px;
}
.desktop terminal sportsbook-league-terminal .event-group-date {
  font-size: 14px;
  margin: 10px 0 5px;
}
.desktop terminal sportsbook-sports-container-terminal {
  display: block;
  margin-top: 15px;
}
.desktop terminal sportsbook-sports-container-terminal .event-group-date {
  font-size: 14px;
  margin: 5px 0;
}
.desktop terminal sportsbook-sports-container-terminal .header {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  text-transform: uppercase;
}
.desktop terminal sportsbook-sports-container-terminal .header img {
  height: 60px;
  width: 60px;
}
.desktop terminal sportsbook-sports-container-terminal .header .sport-header {
  display: flex;
}
.desktop terminal sportsbook-sports-container-terminal .header .sport-header > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 15px;
}
.desktop terminal sportsbook-sports-container-terminal .header .sport-header .sport-name {
  color: #d1d2d4;
  font-size: 34px;
}
.desktop terminal sportsbook-sports-container-terminal .header .sport-header .title {
  font-size: 12px;
}
.desktop terminal sportsbook-sports-container-terminal .header > .bettype-header {
  margin-right: 72px;
  position: relative;
  text-align: center;
  top: 40px;
}
.desktop terminal sportsbook-sports-container-terminal .header > .bettype-header .bettype-results {
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  display: flex;
  margin-top: 5px;
}
.desktop terminal sportsbook-sports-container-terminal .header > .bettype-header .bettype-results > div {
  margin-right: 2px;
  width: 70px;
}
.desktop terminal sportsbook-sports-container-terminal .sports-list {
  display: flex;
}
.desktop terminal sportsbook-sports-container-terminal .sports-list > div {
  align-items: center;
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  cursor: pointer;
  height: 70px;
  margin-right: 5px;
  width: 70px;
}
.desktop terminal sportsbook-sports-container-terminal .sports-list > div.active {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
}
.desktop terminal sportsbook-sports-container-terminal .sports-list > div > img {
  height: 60%;
  width: 60%;
}
.desktop terminal sportsbook-tree-terminal {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -10px 0;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container {
  padding: 10px;
  width: 20%;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem {
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background: -moz-linear-gradient(top, #5e5e60, #414143);
  background: -ms-linear-gradient(top, #5e5e60, #414143);
  background: -o-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  justify-content: space-between;
  height: 140px;
  padding: 10px;
  text-transform: uppercase;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem .shadow-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem:hover {
  background: -webkit-linear-gradient(top, #48e05f, #04683a);
  background: -moz-linear-gradient(top, #48e05f, #04683a);
  background: -ms-linear-gradient(top, #48e05f, #04683a);
  background: -o-linear-gradient(top, #48e05f, #04683a);
  background-color: #04683a;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem:hover .event-count {
  color: #fff;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem > div {
  display: flex;
  justify-content: space-between;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem img {
  height: 60px;
  min-width: 60px;
  max-width: 65%;
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem .event-count {
  color: #48e05f;
  font-size: 14px;
  text-shadow: 1px 2px 2px rgba(1, 2, 2, 0.5);
}
.desktop terminal sportsbook-tree-terminal .tree-elem-container .tree-elem .title {
  font-size: 24px;
  line-height: 24px;
  text-shadow: 1px 2px 2px rgba(1, 2, 2, 0.5);
}
.desktop terminal stats-terminal {
  background: none !important;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  top: 0;
  width: 100%;
}
.desktop terminal stats-terminal a.btn-stats {
  justify-content: flex-start;
}
.desktop terminal stats-terminal .btn-panel .btn-stats {
  min-width: 300px;
  text-align: left;
}
.desktop terminal stats-terminal .btn-stats {
  align-items: center;
  display: flex;
  justify-content: center;
  background: -webkit-linear-gradient(top, #ffffff, #b1b4b4);
  background: -moz-linear-gradient(top, #ffffff, #b1b4b4);
  background: -ms-linear-gradient(top, #ffffff, #b1b4b4);
  background: -o-linear-gradient(top, #ffffff, #b1b4b4);
  background-color: #b1b4b4;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-size: 28px;
  font-weight: bold;
  height: 60px;
  margin-top: 20px;
  min-width: 60px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}
.desktop terminal stats-terminal .btn-stats:hover {
  background: -webkit-linear-gradient(top, #b1b4b4, #ffffff);
  background: -moz-linear-gradient(top, #b1b4b4, #ffffff);
  background: -ms-linear-gradient(top, #b1b4b4, #ffffff);
  background: -o-linear-gradient(top, #b1b4b4, #ffffff);
  background-color: #ffffff;
  color: #000;
  text-decoration: none;
}
.desktop terminal stats-terminal .btn-stats > img,
.desktop terminal stats-terminal .btn-stats > span {
  margin-right: 10px;
}
.desktop terminal stats-terminal .stats-iframe {
  width: 90%;
  height: 100vh;
}
.desktop terminal .win {
  color: #48e05f;
}
.desktop terminal .loss {
  color: #e32636;
}
.event-goal-false {
  display: none;
}
.event-goal-true-score {
  animation-duration: 1.5s;
  animation-name: score;
}
@keyframes score {
  from {
    font-size: 0px;
  }
  to {
    font-size: 0px;
  }
}
.event-goal-true-title {
  animation-duration: 6s;
  animation-name: notscore;
  align-items: center;
}
@keyframes notscore {
  0% {
    color: #34b247;
    margin-left: 15px;
    padding: 0px;
    font-size: 100%;
  }
  25% {
    color: #34b247;
    margin-left: 15px;
    font-size: 100%;
  }
  25.1% {
    margin-left: 0px;
    font-size: 0px;
    display: none;
  }
  100% {
    padding: 0px;
    font-size: 0px;
    display: none;
  }
}
#soccer-hp-gp {
  height: 1.6em;
  overflow: hidden;
  vertical-align: bottom;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.goal-animation {
  transform: translateY(-23%);
}
.animation {
  transform: translateY(26%);
  transition-property: transform;
  transition-duration: 2s;
  transition-delay: 1.5s;
}
@media (max-width: 1170px) {
  .desktop .page-content .betslip-container betslip > div {
    width: calc(231px - 28px);
  }
}
.desktop overview .sports-filter {
  display: flex;
  margin-bottom: 30px;
}
.desktop overview .sports-filter .filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 5px;
  cursor: pointer;
  background: #4d4d4d;
}
.desktop overview .sports-filter .filter:hover,
.desktop overview .sports-filter .filter.active {
  background: #2794e2;
}
.desktop overview .sports-filter .filter .filter-count {
  text-align: right;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  transform: translateX(-3px);
}
.desktop overview .sports-filter .filter .filter-img {
  width: 35px;
  height: 35px;
  image-rendering: -webkit-optimize-contrast;
  transform: translateY(-5px);
}
.desktop overview .sports-filter .filter .filter-name {
  display: block;
  width: 60px;
  text-align: center;
  font-size: 11px;
  line-height: 9px;
  white-space: nowrap;
  transform: translateY(-2px);
  text-overflow: ellipsis;
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 0.6em;
}
::-moz-scrollbar {
  width: 0.6em;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.site-container {
  width: 100%;
}
.site-container mobile {
  width: 100%;
}
.i-mobile {
  display: flex;
  background-color: #1c1e21;
  font-family: "Open Sans";
}
.i-mobile .favorite {
  display: none;
}
.i-mobile .live-offline-navigator {
  display: flex;
  height: 40px;
  width: 100%;
  background: #424242;
  margin-bottom: 5px;
  border: 5px solid #000;
  border-width: 0 5px;
}
.i-mobile .live-offline-navigator > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}
.i-mobile .live-offline-navigator > div.active {
  background: #2794e2;
}
.i-mobile .live-offline-navigator > div:first-child {
  border-right: 1px solid #000;
}
.i-mobile sport-widget tennis-component .score-table {
  background-color: #1f4d92;
}
.i-mobile sport-widget tennis-component .row-head {
  background-color: #163768;
}
.i-mobile sport-widget basketball-component .score-table {
  color: black;
  background-color: #ffc164;
  position: absolute;
  font-weight: bold;
}
.i-mobile sport-widget basketball-component .row-head {
  background-color: #ffb547;
}
.i-mobile sport-widget volleyball-component .score-table {
  background-color: #1f4d92;
}
.i-mobile sport-widget volleyball-component .row-head {
  background-color: #163768;
}
.i-mobile sport-widget #widget-component {
  width: 100%;
  background-color: #262626;
}
.i-mobile sport-widget .panel {
  color: #fff;
  height: 20px;
  background: #303030;
  display: flex;
  line-height: 20px;
}
.i-mobile sport-widget .panel .sport-img {
  height: 20px;
  min-width: 20px;
  margin: 0 5px 0 10px;
}
.i-mobile sport-widget .panel .league-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
}
.i-mobile sport-widget .panel .header-result {
  min-width: 30px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
}
.i-mobile sport-widget .hide {
  width: 100%;
  background-color: #303030;
  cursor: pointer;
  text-align: center;
}
.i-mobile sport-widget .Background {
  width: 100%;
}
.i-mobile sport-widget .left-side {
  width: 50%;
  float: left;
  background-color: #292929;
}
.i-mobile sport-widget .infoheader {
  display: flex;
  background: #4d4d4d;
  justify-content: space-between;
}
.i-mobile sport-widget .header-home {
  color: white;
  margin-right: 5px;
}
.i-mobile sport-widget .header-away {
  color: white;
  margin-left: 5px;
}
.i-mobile sport-widget #status-div {
  background-color: green;
  color: #000;
  height: 15px;
}
.i-mobile sport-widget .canvas-margin {
  margin-top: 27px;
}
.i-mobile sport-widget .field {
  height: 130px;
  background-size: 100% 101%;
  background-repeat: no-repeat;
}
.i-mobile sport-widget .soccer-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/football.png");
}
.i-mobile sport-widget .tennis-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/tennis.png");
}
.i-mobile sport-widget .basketball-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/basketball.png");
}
.i-mobile sport-widget .rugby-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/rugby.png");
}
.i-mobile sport-widget .volleyball-field {
  background-image: url("https://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/background/volleyball.png");
}
.i-mobile sport-widget .home-team {
  width: 100%;
  display: flex;
  align-items: center;
}
.i-mobile sport-widget .match-time {
  text-align: center;
  min-width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.i-mobile sport-widget .away-team {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}
.i-mobile sport-widget .image {
  width: 35px;
  height: 35px;
  margin: 10px;
}
.i-mobile sport-widget .button {
  width: 33%;
  background-repeat: no-repeat;
  align-content: center;
  float: left;
  background-size: 100% 100%;
  height: 20px;
  background-image: url("/angular/Site/srchttps://resources.bpbet.com/Resources/GetImageByUrl?url=widget/images/ball/ball_football.png");
}
.i-mobile sport-widget .ev-stat {
  position: relative;
  overflow-y: scroll;
  align-content: center;
  height: 200px;
  font-size: 12px;
  color: white;
}
.i-mobile sport-widget .ev-inc {
  height: 200px;
  font-size: 12px;
  background-color: #292929;
  overflow-y: scroll;
}
.i-mobile sport-widget .hide-all-stats {
  border-right: 30px solid transparent;
  border-top: 20px solid #40444e;
  border-left: 30px solid transparent;
  cursor: pointer;
  position: absolute;
  width: 30%;
  right: 35%;
  z-index: 9999;
  top: 0;
}
.i-mobile sport-widget .hide-all-stats-inner {
  width: 100%;
  position: absolute;
  background-color: #40444e;
  top: -20px;
  text-align: center;
}
.i-mobile sport-widget .stats-succsessfull {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  padding-top: 0;
  z-index: 999;
}
.i-mobile sport-widget .stats-all {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
.i-mobile sport-widget .score-table {
  display: flex;
  opacity: 0.9;
}
.i-mobile sport-widget .row-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  height: 30%;
  font-size: 10px;
  font-weight: lighter;
  padding: 5px;
}
.i-mobile sport-widget .row-head {
  font-size: 10px;
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.i-mobile sport-widget .result-column {
  min-width: 30px;
  text-align: center;
  font-size: 10px;
}
.i-mobile sport-widget .result-column .home-result {
  line-height: 20px;
}
.i-mobile sport-widget .result-column .guest-result {
  padding: 5px 0 0 0;
}
.i-mobile sport-widget .name-column {
  width: 100%;
  font-size: 10px;
  min-height: 30px;
}
.i-mobile sport-widget .name-column .home-name-container,
.i-mobile sport-widget .name-column .guest-name-container {
  display: flex;
  padding-top: 3px;
}
.i-mobile sport-widget .name-column .home-name-container .image,
.i-mobile sport-widget .name-column .guest-name-container .image {
  width: 20px;
  height: 20px;
  margin: 0 0 5px 10px;
}
.i-mobile sport-widget .name-column .home-name-container .home-name,
.i-mobile sport-widget .name-column .guest-name-container .home-name,
.i-mobile sport-widget .name-column .home-name-container .guest-name,
.i-mobile sport-widget .name-column .guest-name-container .guest-name {
  padding: 0 0 0 10px;
}
.i-mobile sport-widget .name-column .game-head {
  line-height: 20px;
  font-size: 20px;
  height: 20%;
  padding: 10px;
  color: #f1f4fd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.i-mobile sport-widget .name-column .home-name {
  padding: 5px 0 0 10px;
  line-height: 20px;
}
.i-mobile sport-widget .name-column .guest-name {
  margin-bottom: 10px;
  padding: 5px 0 0 10px;
  margin-bottom: 5px;
}
.i-mobile sport-widget .all-progress[value]::-webkit-progress-bar {
  background: #ffd31d;
}
.i-mobile sport-widget .all-progress[value]::-webkit-progress-value {
  background: #008000;
}
.i-mobile sport-widget .succsess-progress[value]::-webkit-progress-bar {
  background: #ffd31d;
}
.i-mobile sport-widget .succsess-progress[value]::-webkit-progress-value {
  background: #008000;
}
.i-mobile sport-widget #PossessionChart {
  visibility: collapse;
}
.i-mobile sport-widget progress {
  width: 100%;
  -webkit-appearance: none;
}
.i-mobile sport-widget progress[value]::-webkit-progress-bar {
  background: #ffd31d;
}
.i-mobile sport-widget progress[value]::-webkit-progress-value {
  background: green;
}
.i-mobile sport-widget .event-image img {
  height: 20px;
  width: 20px;
}
.i-mobile sport-widget .event-image {
  width: 20px;
}
.i-mobile sport-widget .ev-inc-home {
  color: green;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.i-mobile sport-widget .ev-inc-text {
  margin-left: 5px;
}
.i-mobile sport-widget .ev-inc-away {
  color: #ffd31d;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.i-mobile sport-widget .ev-stat-elem:nth-child(2n + 1) {
  background: #414143;
}
.i-mobile sport-widget .ev-stat-elem:nth-child(2n) {
  background: #303032;
}
.i-mobile sport-widget .ev-inc-elem:nth-child(2n + 1) {
  background: #303032;
}
.i-mobile sport-widget .ev-inc-elem:nth-child(2n) {
  background: #414143;
}
.i-mobile sport-widget .Svg-style {
  width: 100%;
  opacity: 0.4;
}
.i-mobile sport-widget .match-status {
  position: absolute;
  width: 100%;
  height: 15px;
  margin-bottom: 10px;
  z-index: 9999;
  bottom: 30px;
  text-align: center;
  font-size: 25px;
  perspective: 500px;
}
.i-mobile sport-widget .stats {
  display: table-cell;
  width: 100%;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  color: #d7d7d8;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 9px;
  cursor: pointer;
  background-color: #1d1d1d;
  font-weight: 600;
  border-left: 1px solid #414141;
}
.i-mobile sport-widget .stats:hover {
  background-color: #ffd31d;
  color: #1d1d1d;
}
.i-mobile sport-widget .selected {
  background-color: #ffd31d;
  color: #000;
}
.i-mobile sport-widget .pitch {
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.i-mobile sport-widget .court-pi {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.i-mobile sport-widget .status-div-h-s {
  color: #ffffff;
  background: black;
  opacity: 0.4;
}
.i-mobile sport-widget .status-div-h-a {
  color: #ffff00;
  background: black;
  opacity: 0.4;
}
.i-mobile sport-widget .status-div-h-d {
  color: #ff0000;
  background: black;
  opacity: 0.4;
}
.i-mobile sport-widget .status-div-a-s {
  color: #ffffff;
  background: black;
  opacity: 0.4;
}
.i-mobile sport-widget .status-div-a-a {
  color: #ffff00;
  background: black;
  opacity: 0.4;
}
.i-mobile sport-widget .status-div-a-d {
  color: #ff0000;
  background: black;
  opacity: 0.4;
}
.i-mobile sport-widget .triangle-topleft {
  width: 0;
  height: 0;
  border-top: 14px solid red;
  border-right: 14px solid transparent;
  position: absolute;
}
.i-mobile sport-widget .triangle-topright {
  width: 0;
  height: 0;
  border-top: 14px solid red;
  border-left: 14px solid transparent;
  position: absolute;
}
.i-mobile my-bets {
  width: 100%;
}
.i-mobile my-bets .close-button {
  display: none !important;
}
.i-mobile my-bets .header {
  display: none;
}
.i-mobile my-bets .mat-form-field {
  display: none;
}
.i-mobile my-bets .btn-refresh {
  display: none;
}
.i-mobile my-bets time-picker-month-first .time-picker {
  height: 100%;
}
.i-mobile my-bets .additional-descriptions {
  padding: 5px 10px;
}
.i-mobile my-bets .additional-descriptions .child-description {
  display: flex;
  align-items: center;
}
.i-mobile my-bets .additional-descriptions .child-description > div {
  width: 100%;
}
.i-mobile my-bets .acc-table {
  width: 100%;
}
.i-mobile my-bets .acc-table th,
.i-mobile my-bets .acc-table td {
  line-height: 27px;
}
.i-mobile my-bets .acc-table th:not(:last-child),
.i-mobile my-bets .acc-table td:not(:last-child) {
  border-right: 2px solid #000;
}
.i-mobile my-bets .acc-table th {
  background-color: #4d4d4d;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.i-mobile my-bets .acc-table tr {
  border-top: 2px solid #000;
}
.i-mobile my-bets .acc-table tr:nth-child(2n + 1) {
  background-color: #303030;
}
.i-mobile my-bets .acc-table tr:nth-child(2n) {
  background-color: #40444e;
}
.i-mobile my-bets .acc-table td {
  padding: 0 10px;
}
.i-mobile my-bets .acc-table .win {
  color: #2cb200;
}
.i-mobile my-bets .acc-table .loss {
  color: #e20000;
}
.i-mobile my-bets .acc-table .table-header {
  display: flex;
  text-align: center;
  font-size: 10px;
  line-height: 27px;
  background-color: #464646;
  text-transform: uppercase;
  color: #9e9e9e;
  font-weight: bold;
  padding: 0 5px;
}
.i-mobile my-bets .acc-table .table-header > div:nth-child(1) {
  width: 24%;
}
.i-mobile my-bets .acc-table .table-header > div:nth-child(2) {
  width: 40%;
}
.i-mobile my-bets .acc-table .table-header > div:nth-child(3) {
  width: 18%;
}
.i-mobile my-bets .acc-table .table-header > div:nth-child(4) {
  width: 18%;
}
.i-mobile my-bets .acc-table .table-body {
  margin: 5px;
}
.i-mobile my-bets .acc-table .table-body > div {
  font-size: 15px;
}
.i-mobile my-bets .acc-table .table-body > div .tickets {
  display: flex;
  justify-content: center;
  align-items: stretch;
  background-color: #fff;
  color: black;
  min-height: 40px;
  margin-bottom: 1px;
  width: 100%;
  font-size: 11px;
}
.i-mobile my-bets .acc-table .table-body > div .tickets > div {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid black;
  font-weight: 600;
  padding: 1px 5px 3px 5px;
  text-align: center;
}
.i-mobile my-bets .acc-table .table-body > div .tickets > div:nth-child(1) {
  width: 24%;
  font-weight: 700;
}
.i-mobile my-bets .acc-table .table-body > div .tickets > div:nth-child(2) {
  text-align: left;
  width: 40%;
}
.i-mobile my-bets .acc-table .table-body > div .tickets > div:nth-child(3) {
  width: 18%;
}
.i-mobile my-bets .acc-table .table-body > div .tickets > div:nth-child(4) {
  width: 18%;
  border-right: 0;
}
.i-mobile my-bets .acc-table .table-body > div .descriptions {
  display: flex;
  background-color: #aaaaaa;
  color: black;
  font-size: 13px;
}
.i-mobile my-bets .acc-table .table-body > div .descriptions > div {
  width: 50%;
}
.i-mobile my-bets .acc-table .table-body > div .descriptions > div > div {
  padding: 4px 10px;
  border-bottom: 1px solid black;
  height: 27px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.i-mobile my-bets .acc-table .table-body > div .descriptions > div > div:last-child {
  position: relative;
  background-color: #fefefe;
  border-bottom: 4px solid #2fb5ef;
  font-weight: 700;
}
.i-mobile my-bets .acc-table .table-body > div .descriptions > div > div:last-child .swap {
  position: absolute;
  bottom: 0;
  right: 20px;
  height: 14px;
  width: 24px;
  background-color: #2fb5ef;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
.i-mobile my-bets .acc-table .table-body > div .descriptions > div:first-child {
  border-right: 1px solid black;
}
.i-mobile my-bets .acc-table .table-body > div .table-content {
  display: flex;
  background-color: #606060;
  margin-bottom: 1px;
  min-height: 60px;
  width: 100%;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-right: 1px solid #1c1e21;
  border-bottom: 4px solid #464646;
  text-align: center;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div:nth-child(1) {
  text-align: left;
  padding-left: 10px;
  width: 24%;
  font-size: 12px;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div:nth-child(2) {
  justify-content: left;
  padding-left: 10px;
  width: 40%;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div:nth-child(3) {
  width: 18%;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div:nth-child(4) {
  font-size: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18%;
  border-right: 0;
  text-transform: uppercase;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div:nth-child(4) > div:first-child {
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div:nth-child(4) > div:last-child {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  height: 14px;
  width: 24px;
  background-color: #464646;
  border-radius: 12px 12px 0 0;
}
.i-mobile my-bets .acc-table .table-body > div .table-content > div:nth-child(4) > div:last-child .fa {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
}
.i-mobile my-bets .acc-table .table-body > div .btn-container {
  margin: 5px;
}
.i-mobile my-bets .acc-table .table-body > div .btn-container .confirm,
.i-mobile my-bets .acc-table .table-body > div .btn-container .cancel,
.i-mobile my-bets .acc-table .table-body > div .btn-container .delete-button {
  background-color: #2fb5ef;
  border-bottom: 3px solid #175f7e;
  display: table-cell;
  padding: 5px;
  border-radius: 5px;
}
.i-mobile my-bets .acc-table .table-body > div .btn-container .cancel {
  background-color: #e20000 !important;
  border-bottom: 3px solid #750000;
}
.i-mobile my-bets .acc-table .table-body > div .btn-container .confirm {
  background-color: #2cb200 !important;
  border-bottom: 3px solid #1c7000;
}
.i-mobile my-bets .acc-table td {
  line-height: 27px;
}
.i-mobile my-bets .acc-table td:not(:last-child) {
  border-right: 1px solid #484848;
}
.i-mobile my-bets .acc-table th {
  font-size: 10px;
  line-height: 27px;
  background-color: #4d4d4d;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #9e9e9e;
  font-weight: bold;
}
.i-mobile my-bets .acc-table tr {
  border-top: 3px solid #484848;
  background-color: #606060;
}
.i-mobile my-bets .acc-table tr > td:nth-child(2) {
  width: 40%;
}
.i-mobile my-bets .acc-table tbody {
  margin: 10px 0 10px 10px;
}
.i-mobile my-bets .acc-table td {
  padding: 0 10px;
}
.i-mobile my-bets .header {
  font-size: 30px;
  text-transform: uppercase;
}
.i-mobile my-bets .tabs-container {
  border-bottom: 1px solid #4f4f4f;
  display: flex;
  font-size: 13px;
  margin: 10px 0;
  overflow: hidden;
  width: 100%;
}
.i-mobile my-bets .tabs-container .tab {
  border-bottom: none;
}
.i-mobile my-bets time-picker {
  width: 50%;
}
.i-mobile my-bets .my-bets {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 4em;
  margin-bottom: 1px;
  font-size: 14px;
  white-space: nowrap;
  background-color: #464646;
}
.i-mobile my-bets .my-bets .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d6d6d6;
  color: black;
  border-radius: 2px;
  text-transform: uppercase;
}
.i-mobile my-bets .my-bets > div {
  width: 100%;
  height: 100%;
  margin-left: 10px;
}
.i-mobile my-bets .my-bets .date-range-select {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #d6d6d6;
  color: #000;
  height: 100%;
  border-radius: 2px;
}
.i-mobile my-bets .my-bets .date-range-select .date-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 10px;
}
.i-mobile my-bets .my-bets .date-range-select .padding-right {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
.i-mobile my-bets .my-bets .date-range-select .date-range-list {
  width: 100%;
  margin-top: 36px;
  background-color: #d6d6d6;
  border-top: 1px solid #000;
  position: absolute;
  z-index: 5000;
}
.i-mobile my-bets .my-bets .date-range-select .date-range-list > div {
  align-items: center;
  padding: 10px 10px;
  border-bottom: 1px solid black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-mobile my-bets .my-bets .date-range-select .date-range-list > div.selected {
  background-color: #2794e2;
  color: white;
}
.i-mobile my-bets-betslip {
  width: calc(100vw - 12px) !important;
  left: 5px !important;
}
.i-mobile my-bets-betslip .wrapper {
  display: flex;
  justify-content: start;
  align-items: stretch;
  width: 100%;
}
.i-mobile my-bets-betslip .info {
  width: 90%;
}
.i-mobile my-bets-betslip .switcher-arrow {
  width: 29px;
  height: 28px;
  border: 1px solid #414141;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #096f3b;
  background: #8fc95b;
  font-size: 22px;
  font-weight: 800;
  margin-left: 4px;
}
.i-mobile my-bets-betslip .more-info,
.i-mobile my-bets-betslip .less-info {
  width: 10%;
}
.i-mobile my-bets-betslip .info_details {
  width: 50%;
}
.i-mobile my-bets-betslip .ticket-info {
  background-color: #171d57;
  color: white;
  padding: 0.5em;
  width: 100%;
}
.i-mobile my-bets-betslip .ticket-info .ticket-item {
  border-bottom: 1px solid white;
  font-size: 14px;
  line-height: 22px;
}
.i-mobile my-bets-betslip .ticket-info .ticket-item .bold {
  font-weight: bold;
}
.i-mobile my-bets-betslip .ticket-info .ticket-item .event-name {
  font-size: 15px;
}
.i-mobile my-bets-betslip .ticket-info .ticket-item .flex {
  display: flex;
  justify-content: space-between;
}
.i-mobile my-bets-betslip .ticket-info .ticket-item .flex .italic {
  font-style: italic;
}
.i-mobile my-bets-betslip .ticket-info .ticket-main-info {
  border-top: 1px solid white;
  font-size: 14px;
  line-height: 22px;
}
.i-mobile my-bets-betslip .ticket-info .ticket-main-info .bold {
  font-weight: bold;
}
.i-mobile my-bets-betslip .ticket-info .ticket-main-info .flex {
  display: flex;
  justify-content: space-between;
}
.i-mobile my-bets-betslip .ticket-info .ticket-main-info .flex .italic {
  font-style: italic;
}
.i-mobile my-bets-betslip .cashout {
  border: none;
  width: 37vw;
  border-radius: 5px;
  padding: 5px 10px;
}
.i-mobile my-bets-betslip .tickets-container {
  text-transform: uppercase;
}
.i-mobile my-bets-betslip .tickets-container .btn-switch {
  background: -webkit-linear-gradient(top, #eaeaea, #9e9e9e);
  background: -moz-linear-gradient(top, #eaeaea, #9e9e9e);
  background: -ms-linear-gradient(top, #eaeaea, #9e9e9e);
  background: -o-linear-gradient(top, #eaeaea, #9e9e9e);
  display: flex;
  border-top: 1px solid black;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  padding: 15px;
  width: calc(100vw - 10px);
  bottom: 0.5%;
  color: black;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container {
  border-top: 1px solid black;
  margin-top: -1px;
  display: flex;
  flex-wrap: wrap;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .left,
.i-mobile my-bets-betslip .tickets-container .ticket-container .right {
  width: 50%;
  margin-bottom: 10px;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .right .status {
  width: 78%;
  display: flex;
  justify-content: start;
  align-items: center;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .left .mt {
  margin-top: 5%;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .header-bets {
  display: flex;
  width: 100%;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .header-bets .ticket-number {
  font-size: 15px;
  color: #e2e216;
  cursor: pointer;
  margin: 5px;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .header-bets .stake-date {
  position: absolute;
  right: 2px;
  margin: 13px;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .items-container {
  display: flex;
  justify-content: start;
  align-items: center;
  padding-left: 13px;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .items-container .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .items-container .flex-s {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .items-container-right {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 4%;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .items-container-right .flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .items-container-right .flex-s {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .item-container {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
  text-transform: none;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .item-container .status-container {
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 2px;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .item-container .top-container {
  display: flex;
  font-size: 11px;
  margin-left: 26px;
  padding-top: 2px;
  margin-bottom: 10px;
}
.i-mobile my-bets-betslip .tickets-container .ticket-container .item-container .top-container .bottom-container {
  text-transform: uppercase;
}
.i-mobile betslip {
  margin-left: 0;
  position: initial;
  right: 0;
  top: 0;
}
.i-mobile betslip .betslip {
  width: 100%;
  z-index: 10;
  background: #1c1e21;
  width: -webkit-fill-available;
  position: absolute;
  overflow: hidden;
}
.i-mobile betslip .opened {
  top: 0;
  left: 0;
}
.i-mobile betslip .header,
.i-mobile betslip .title-betslip {
  margin-left: 5px;
  position: fixed;
  width: calc(100vw - 10px);
}
.i-mobile betslip .tabs {
  margin: 0 5px 0 5px;
}
.i-mobile betslip .tabs .tab {
  border-top: 1px solid black;
  padding: 13px 0;
}
.i-mobile betslip .btn-place {
  position: fixed;
  bottom: 0;
  width: calc(100vw - 10px);
  margin-left: 5px;
  margin-bottom: 5px;
}
.i-mobile betslip .footer {
  height: 41px;
}
.i-mobile betslip .content {
  padding-top: 40px;
}
.i-mobile betslip .content::-webkit-scrollbar {
  width: 0;
}
.i-mobile betslip .full-content-scroll {
  width: calc(100vw - 10px);
  margin-bottom: 5px;
  padding-bottom: 55px;
  margin-left: 5px;
}
.i-mobile betslip .title-betslip {
  margin-left: 5px;
  border-bottom: 1px solid black;
}
.i-mobile betslip .title-betslip .fa {
  right: 6px;
}
.i-mobile betslip .tickets-container {
  overflow: auto;
  position: fixed;
  width: calc(100vw - 10px);
  margin-top: 40px;
  margin-left: 5px;
}
.i-mobile betslip switcher {
  position: absolute;
  right: 0;
  width: 50px;
  height: 40px;
}
.i-mobile betslip switcher .switcher {
  color: #000 !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 0 !important;
  background: #fff !important;
  border-radius: 50%;
  font-size: 12px;
}
.i-mobile betslip .title-betslip .switcher {
  height: 22px;
  min-width: 22px;
  position: absolute;
  right: 7px;
  top: 9px;
}
.i-mobile header {
  display: none;
}
.i-mobile overview h5 {
  padding: 0 10px;
}
.i-mobile overview .btn-type-view {
  display: none;
}
.i-mobile overview .function-container {
  display: flex;
  margin: 3px;
}
.i-mobile overview .function-container .star-white {
  color: white;
}
.i-mobile overview .function-container .star-orange {
  color: #2794e2;
}
.i-mobile overview .function-container .favorites {
  align-items: center;
  text-align: center;
  background: #2794e2;
  margin: 2px;
  width: 25%;
  height: 70px;
  border-radius: 3px;
}
.i-mobile overview .function-container .favorites.active {
  background: #414143;
}
.i-mobile overview .function-container .favorites i.fa.fa-star-o,
.i-mobile overview .function-container .favorites i.fa.fa-calendar,
.i-mobile overview .function-container .favorites i.fa.fa-clock-o,
.i-mobile overview .function-container .favorites i.fa.fa-globe,
.i-mobile overview .function-container .favorites i.fa.fa-search {
  margin: 13px 0 5px 0;
  font-size: 28px;
}
.i-mobile overview .function-container .favorites .title {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
}
.i-mobile overview .function-container .favorites .title-sort {
  font-size: 13px;
  font-weight: 600;
  line-height: 10px;
}
.i-mobile overview .function-container .favorites .switcher-container {
  position: relative;
  bottom: 54px;
  left: 72%;
  width: 20px;
  background: #424242;
  border-radius: 50%;
  font-size: 10px;
  height: 18px;
}
.i-mobile overview .function-container .favorites .switcher-container.active {
  background: #2794e2;
}
.i-mobile overview .function-container .favorites .switch-container {
  position: relative;
  bottom: 54px;
  left: 72%;
  width: 18px;
  background: #424242;
  border-radius: 50%;
  font-size: 10px;
  height: 17px;
}
.i-mobile overview .function-container .favorites .switch-container.active {
  background: #2794e2;
}
.i-mobile overview-event .performance-line {
  height: 45px;
  overflow-x: scroll;
}
.i-mobile overview-event .status {
  font-weight: 700;
  background: #525863 !important;
}
.i-mobile overview-event .win {
  color: lime !important;
}
.i-mobile overview-event .lose {
  color: red !important;
}
.i-mobile overview-event .draw {
  color: orange !important;
}
.i-mobile overview-event:first-child .event {
  margin-top: 0;
}
.i-mobile overview-event .bettypes-container-overview .group-container {
  display: flex;
  height: 38px;
  line-height: 38px;
  margin-top: 3px;
}
.i-mobile overview-event .bettypes-container-overview .group-container .arrows {
  border-left: 2px solid #000;
  text-align: center;
  width: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
}
.i-mobile overview-event .bettypes-container-overview .group-container .group-header-live {
  display: flex;
  background-color: #fff;
  height: 37px;
  color: black;
  padding-left: 10px;
  text-transform: uppercase;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  padding: 10px;
}
.i-mobile overview-event .bettypes-container-overview .group-container .group-header-live .singleview-button {
  display: contents;
}
.i-mobile overview-event .bettypes-container-overview .group-container .group-header-live .singleview-button .text {
  margin-left: 10px;
}
.i-mobile overview-event .bettype {
  background-color: #525864;
  display: flex;
  border-bottom-left-radius: 3px;
}
.i-mobile overview-event .bettype .odd {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  min-height: 40px;
  text-transform: capitalize;
  width: 100%;
  flex-flow: column;
  border-right: 1px solid #414143;
  word-break: break-word;
  line-height: 20px;
}
.i-mobile overview-event .bettype .odd > span {
  top: initial;
}
.i-mobile overview-event .bettype .odd > span:last-child {
  font-weight: 700;
}
.i-mobile overview-event .bettype .odds-count {
  display: flex;
  min-width: 50px;
  justify-content: center;
  align-items: center;
  background-color: #d7d7d8;
  color: #000000;
  border-bottom-right-radius: 3px;
  font-weight: 700;
  font-size: 15px;
}
.i-mobile overview-event .event {
  align-items: center;
  background-color: #40444e;
  cursor: pointer;
  font-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 10px;
}
.i-mobile overview-event .event .top-part {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 3px 5px;
  border-bottom: 1px solid #000;
}
.i-mobile overview-event .event .top-part .timer {
  display: flex;
  flex-direction: row;
  white-space: nowrap;
}
.i-mobile overview-event .event .top-part .timer > div {
  margin-right: 10px;
}
.i-mobile overview-event .event .top-part .timer .code {
  display: none;
}
.i-mobile overview-event .event .top-part .league {
  justify-content: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-mobile overview-event .event .bottom-part {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  padding: 3px 5px;
}
.i-mobile overview-event .event .bottom-part .additional-info {
  display: flex;
  flex-direction: row;
  width: 40%;
  padding-left: 7px;
  justify-content: flex-end;
}
.i-mobile overview-event .event .bottom-part .additional-info .period {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: 2px;
  justify-content: center;
}
.i-mobile overview-event .event .bottom-part .players {
  width: 50%;
}
.i-mobile overview-event .event .bottom-part .players > div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  height: 20px;
}
.i-mobile overview-event .event .bottom-part .players > div img {
  width: 19px;
  margin-right: 5px;
}
.i-mobile overview-event .event .bottom-part .odds-count {
  display: none;
}
.i-mobile overview-event .event .bottom-part .active {
  color: #0588da;
}
.i-mobile overview-bettype-filter .header {
  border: 0;
  height: 40px !important;
  padding: 0 !important;
}
.i-mobile overview-bettype-filter .header .bettypes-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.i-mobile overview-bettype-filter .header .bettypes-container .bettype {
  cursor: pointer;
  background: #40444e;
  border-right: 1px solid #606062;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  line-height: 14px;
}
.i-mobile overview-bettype-filter .header .bettypes-container .bettype > div {
  word-break: break-word;
}
.i-mobile overview-bettype-filter .header .bettypes-container .bettype:hover,
.i-mobile overview-bettype-filter .header .bettypes-container .bettype.active {
  background: -webkit-linear-gradient(top, #32b6ff, #0588da);
  background: -moz-linear-gradient(top, #32b6ff, #0588da);
  background: -ms-linear-gradient(top, #32b6ff, #0588da);
  background: -o-linear-gradient(top, #32b6ff, #0588da);
  background-color: #0588da;
}
.i-mobile overview-bettype-filter .header .bettypes-container .bettype:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.i-mobile overview-bettype-filter .header .bettypes-container .bettype:last-child {
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.i-mobile overview-event-score {
  display: flex;
}
.i-mobile overview-event-score > div {
  padding: 0 4px;
}
.i-mobile overview-event-score > .score {
  display: none;
}
.i-mobile overview-event-score .reverse-container {
  display: flex;
}
.i-mobile overview-event-score .points-separator {
  display: none;
}
.i-mobile overview-event-score .points {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.i-mobile overview-event-score .points .turn {
  background-color: yellow;
  height: 8px;
  margin-right: 4px;
  width: 8px;
  border-radius: 50%;
}
.i-mobile overview-event-score .score {
  padding: 0 3px;
}
.i-mobile overview-event-score .reverse-container {
  display: none;
}
.i-mobile overview-event-score .score-container {
  display: flex;
  margin-left: 4px;
}
.i-mobile overview-sport .events-count {
  font-size: 13px;
  width: 100%;
  text-align: right;
}
.i-mobile overview-sport .events-container {
  padding: 1px 5px;
}
.i-mobile overview-sport .header {
  align-items: center;
  background: #40444e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px 5px 5px;
  margin: 5px;
  height: 70px;
  border-radius: 3px;
}
.i-mobile overview-sport .header .glyphicon {
  padding-right: 15px;
}
.i-mobile overview-sport .logo {
  height: 34px;
  margin: 0 10px;
}
.i-mobile overview-sport .title {
  align-items: center;
  display: flex;
  font-size: 15px;
  text-transform: capitalize;
}
.i-mobile .page-content {
  width: 100%;
}
.i-mobile .page-content .navigation {
  display: none;
}
.i-mobile search-sportsbook {
  background-color: #0d0d0d;
  height: calc(100vh - 60px);
  left: 0;
  overflow: auto;
  bottom: 0;
  width: 100vw;
  z-index: 1000;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  padding-bottom: 60px;
}
.i-mobile search-sportsbook .search-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 0 5%;
}
.i-mobile search-sportsbook .search-container .input-button-container {
  width: 100%;
  display: flex;
}
.i-mobile search-sportsbook .search-container .input-button-container .search {
  background: #373b42;
  border: none;
  border-radius: 3px;
  color: #ffffff;
  width: 80%;
  height: 40px;
  font-size: 18px;
  padding: 10px;
}
.i-mobile search-sportsbook .search-container .input-button-container .cancel-button {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.i-mobile search-sportsbook .search-container .search-list {
  background-color: #5e5e60;
  border-radius: 3px;
  margin-top: 5px;
  padding: 0 15px;
  width: 100%;
  align-items: center;
}
.i-mobile search-sportsbook .search-container .search-list > div {
  color: #fff;
  font-size: 18px;
  padding: 12px 0;
}
.i-mobile search-sportsbook .search-container .search-list > div:not(:last-child) {
  border-bottom: 1px solid #3c3c3e;
}
.i-mobile search-sportsbook .search-history .info-container {
  display: flex;
  justify-content: space-between;
  padding: 14px 25px;
  font-size: 14px;
}
.i-mobile search-sportsbook .search-history .info-container .clear-button {
  text-decoration: underline;
  color: #bdbdbd;
}
.i-mobile search-sportsbook .search-history .search-history-list .search-item {
  display: flex;
  font-size: 14px;
  padding: 10px 20px;
}
.i-mobile search-sportsbook .search-history .search-history-list .search-item > div {
  padding-left: 10px;
}
.i-mobile quick-search-live-betting .search {
  background: #cccccc;
  border: none;
  border-radius: 4px;
  height: 50px;
  font-size: 32px;
  padding: 14px;
  width: 94%;
  margin: 0 0px 5px 10px;
}
.i-mobile single-view .btn-nav {
  align-items: center;
  display: flex;
  margin: 5px;
}
.i-mobile single-view .btn-nav > span {
  margin-left: 10px;
}
.i-mobile single-view .btn-nav .arrow {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 10px solid #303030;
  border-bottom: 18px solid transparent;
}
.i-mobile single-view .btn-nav .btn-back {
  background-color: #303030;
  padding: 10px;
}
.i-mobile single-view .btn-nav .name-container {
  margin-left: 2px;
}
.i-mobile single-view .btn-nav .name-container .name {
  background: #303030;
  padding: 10px;
  margin-right: 2px;
}
.i-mobile single-view .btn-nav .code {
  display: none;
}
.i-mobile single-view-event {
  display: block;
  padding: 5px;
}
.i-mobile single-view-event .event-info {
  padding: 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.i-mobile single-view-event .event-info > div:first-child span {
  margin-right: 10px;
}
.i-mobile single-view-event .event-name {
  font-size: 18px;
}
.i-mobile single-view-event .header {
  align-items: center;
  display: flex;
}
.i-mobile single-view-event .sport-logo {
  height: 40px;
  min-width: 40px;
}
.i-mobile single-view-event-bettype .bettype-header {
  background-color: #fff;
  color: #000;
  display: flex;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
}
.i-mobile single-view-event-bettype .bettype-header .bettype-name {
  padding-left: 10px;
  text-transform: uppercase;
  width: 100%;
}
.i-mobile single-view-event-bettype .bettype-header .bettype-switcher {
  border-left: 2px solid #000;
  text-align: center;
  width: 40px;
}
.i-mobile single-view-event-bettype .bettype-group {
  margin-top: 5px;
}
.i-mobile single-view-event-bettype .odd-groups-container {
  display: flex;
}
.i-mobile single-view-event-bettype .odd-groups-container .odds-container {
  flex-direction: column;
  width: 100%;
}
.i-mobile single-view-event-bettype .odd-groups-container .odds-container:not(:last-child) {
  margin-right: 2px;
}
.i-mobile single-view-event-bettype .odd-groups-container .odds-container .odd:not(:last-child) {
  margin-bottom: 2px;
  border-right: none;
}
.i-mobile single-view-event-bettype .odds-container {
  display: flex;
  margin-top: 2px;
  flex-wrap: wrap;
}
.i-mobile single-view-event-bettype .odds-container .odd {
  align-items: center;
  background-color: #525864;
  display: flex;
  justify-content: space-between;
  min-height: 40px;
  border-bottom: 2px solid black;
  padding: 0 10px;
}
.i-mobile single-view-event-bettype .odds-container .odd span:last-child {
  font-weight: 700;
}
.i-mobile single-view-event-bettype .odds-container .odd > span:last-child {
  color: #6ac5ff;
}
.i-mobile single-view-event-bettype .odds-container .odd:not(:last-child) {
  border-right: 2px solid black;
}
.i-mobile single-view-event-score .players {
  font-size: 14px;
}
.i-mobile single-view-event-score .score {
  background: #40444e;
  display: flex;
  text-align: center;
}
.i-mobile single-view-event-score .timer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 20%;
}
.i-mobile single-view-event-score .panel {
  color: #fff;
  font-size: 11px;
  padding: 0 10px;
  line-height: 16px;
  background: black;
  display: flex;
  min-height: 16px;
}
.i-mobile single-view-event-score .content {
  display: flex;
  background: #dadcdf;
  color: #30373d;
  height: 70px;
}
.i-mobile single-view-event-score .content > div {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.i-mobile single-view-event-score .content .teams {
  flex-flow: column;
  line-height: 35px;
  padding: 0 10px;
  color: #1d1d24;
  font-weight: 600;
  font-size: 10px;
  align-items: flex-start;
  white-space: nowrap;
}
.i-mobile single-view-event-score .content .period {
  justify-content: flex-end;
  flex-flow: row;
  align-items: center;
}
.i-mobile single-view-event-score .content .period .main-score {
  display: flex;
  height: 18px;
  align-items: center;
  background: #fff;
  padding-left: 7px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: 12px;
}
.i-mobile single-view-event-score .content .scores {
  color: #1d1d24;
  width: fit-content;
}
.i-mobile single-view-event-score .content .scores .score,
.i-mobile single-view-event-score .content .scores .main-score {
  font-size: 10px;
  font-weight: 600;
}
.i-mobile single-view-event-score .content .scores .score div,
.i-mobile single-view-event-score .content .scores .main-score div {
  line-height: 35px;
  width: 22px;
}
.i-mobile single-view-event-score .content .scores .main-score {
  border-left: 1px solid white;
}
.i-mobile sportsbook .sports-header {
  margin: 15px;
}
.i-mobile sportsbook .sports-header .title {
  font-size: 21px;
  text-transform: uppercase;
  vertical-align: middle;
}
.i-mobile sportsbook .relative-spiner {
  margin-top: 40px;
}
.i-mobile sportsbook .sportsbook-container .sportsbook-search-container {
  display: flex;
  margin: 0 5px;
}
.i-mobile sportsbook .sportsbook-container .sportsbook-search-container .search-button {
  width: 20%;
  align-items: center;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0 5px;
  display: flex;
  margin-top: 5px;
  border-radius: 2px;
  background-color: #40444e;
  justify-content: center;
}
.i-mobile sportsbook search-sportsbook .search-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding: 0 12px 0 2px;
}
.i-mobile sportsbook search-sportsbook .search-container .search {
  background: #cccccc;
  border: none;
  border-radius: 4px;
  height: 50px;
  font-size: 32px;
  padding: 10px;
  width: 100%;
  margin: 0 0px 5px 10px;
}
.i-mobile sportsbook search-sportsbook .search-container .search-list {
  background-color: #5e5e60;
  border-radius: 3px;
  margin-top: 5px;
  padding: 0 15px;
}
.i-mobile sportsbook search-sportsbook .search-container .search-list > div {
  color: #fff;
  font-size: 20px;
  padding: 12px 0;
}
.i-mobile sportsbook search-sportsbook .search-container .search-list > div:not(:last-child) {
  border-bottom: 1px solid #3c3c3e;
}
.i-mobile live-betting .event-btn.statistics-btn {
  transform: rotate(270deg) translateY(-4px);
}
.i-mobile live-betting .match-table {
  text-align: left;
  font-size: 9px;
  font-weight: 550;
}
.i-mobile live-betting .match-table > div {
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.i-mobile live-betting .match-table :nth-child(5) {
  min-width: 40px;
  width: 40px;
  text-align: center;
}
.i-mobile live-betting .match-table :nth-child(4) {
  min-width: 40px;
  width: 40px;
  text-align: center;
}
.i-mobile live-betting .match-table :nth-child(2) {
  min-width: 50px;
  width: 50px;
  text-align: center;
}
.i-mobile live-betting .match-table :nth-child(1) {
  min-width: 65px;
  width: 65px;
  text-align: center;
}
.i-mobile live-betting .match-table :nth-child(3) {
  width: calc(100% - 190px);
}
.i-mobile live-betting .btn-type-view {
  background-color: #2794e2;
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  border-radius: 3px 3px;
  font-weight: 600;
  text-align: center;
  margin: 5px 5px 5px;
}
.i-mobile live-betting overview-calendar {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-top: -5px;
  margin-bottom: -5px;
}
.i-mobile live-betting overview-calendar calendar-overview .calendar-spinner {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-height: 300px;
}
.i-mobile live-betting overview-calendar .calendar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
  background: #005592;
}
.i-mobile live-betting overview-calendar .btns {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 42px;
  margin-top: 6px;
}
.i-mobile live-betting overview-calendar .btns > select {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  max-width: 50px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
}
.i-mobile live-betting overview-calendar .btns > select option {
  background: #001d40;
  height: 50px;
  width: 50px;
}
.i-mobile live-betting overview-calendar .btns .sport-item {
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  padding: 0 3px;
  width: 100%;
  max-width: 98%;
  font-size: 15px;
  font-weight: 600;
}
.i-mobile live-betting overview-calendar .btns .sport-item div,
.i-mobile live-betting overview-calendar .btns .sport-item span {
  display: flex;
}
.i-mobile live-betting overview-calendar .btns .sport-item span {
  padding-right: 5px;
}
.i-mobile live-betting overview-calendar .btns .sport-item img {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.i-mobile live-betting overview-calendar .btns .sport-list {
  position: absolute;
  z-index: 201;
  top: 48px;
  width: 50%;
}
.i-mobile live-betting overview-calendar .btns .sport-list.right {
  right: 0;
}
.i-mobile live-betting overview-calendar .btns .sport-list.left {
  left: 3px;
}
.i-mobile live-betting overview-calendar .btns .sport-list .sport-item {
  width: 98%;
  padding-right: 10px;
  border-radius: 0;
  padding: 5px;
  border: 1px solid #000;
  border-top: 0;
  justify-content: flex-start;
  height: 43px;
  font-size: 12px;
  background: #2794e2;
}
.i-mobile live-betting overview-calendar .btns .sport-list .sport-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top: 1px solid #0f0e3e;
  text-align: center;
  display: block;
  padding-top: 15px;
}
.i-mobile live-betting overview-calendar .btns .sport-list .sport-item:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.i-mobile live-betting overview-calendar .btns .sport-list .sport-item span {
  display: block;
}
.i-mobile live-betting overview-calendar .btns .sport-list .sport-item.center {
  justify-content: center;
}
.i-mobile live-betting overview-calendar .btns .sport-list .sport-item:hover {
  background-color: #c5cfd6;
  color: black;
}
.i-mobile live-betting overview-calendar .btns > div {
  display: flex;
  width: 49%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #000;
  background: #424242;
  border-radius: 3px;
}
.i-mobile live-betting overview-calendar .btns > div:hover,
.i-mobile live-betting overview-calendar .btns > div.active {
  font-size: 14px;
  background: #2794e2;
  color: black;
}
.i-mobile live-betting overview-calendar .btns .selector:hover,
.i-mobile live-betting overview-calendar .btns .selector.active {
  background: #2794e2;
}
.i-mobile calendar-events-container .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
}
.i-mobile calendar-events-container .header:first-child {
  margin-top: 25px;
}
.i-mobile calendar-events-container .header .title {
  display: flex;
}
.i-mobile calendar-events-container .header .title img {
  width: 42px;
  position: absolute;
  top: -2px;
  border-radius: 4px;
}
.i-mobile calendar-events-container .header .title > div {
  margin-left: 42px;
}
.i-mobile calendar-events-container .header .title > div div:first-child {
  text-transform: uppercase;
  position: absolute;
  top: -3px;
  padding-right: 5px;
  padding-left: 10px;
  font-size: 13px;
}
.i-mobile calendar-events-container .header .title > div div:last-child {
  font-size: 30px;
  line-height: 30px;
  padding-top: 15px;
  padding-left: 10px;
}
.i-mobile calendar-events-container .header .title > div span {
  margin-right: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.i-mobile calendar-events-container .header .bettype-header {
  bottom: 0px;
  line-height: 25px;
  padding: 0 3px 0 5px;
  position: absolute;
  right: 10%;
  text-align: center;
  margin-bottom: -35px;
  min-width: 15%;
  width: 15%;
}
@media (max-width: 1500px) {
  .i-mobile calendar-events-container .header .bettype-header {
    min-width: 20%;
    width: 20%;
  }
}
.i-mobile calendar-events-container .header .bettype-header .bettype-name {
  color: #999999;
  text-transform: uppercase;
  padding: 3px 0;
}
.i-mobile calendar-events-container .header .bettype-header .bettype-results {
  border-left: 1px solid #3c3c3e;
  border-right: 1px solid #3c3c3e;
  display: flex;
  line-height: 14px;
  font-size: 15px;
  font-family: "Open Sans";
}
.i-mobile calendar-events-container .header .bettype-header .bettype-results > div {
  margin-right: 2px;
  text-transform: capitalize;
  width: 100%;
}
.i-mobile calendar-events-container .header .bettype-header .bettype-selector {
  display: flex;
  line-height: 12px;
  min-height: 20px;
}
.i-mobile calendar-events-container .header .bettype-header .bettype-selector > div {
  background-color: #303032;
  cursor: pointer;
  margin-right: 2px;
  padding: 2px 0;
  width: 100%;
}
.i-mobile calendar-events-container .header .bettype-header .bettype-selector > div.active {
  background-color: #FFD61E;
}
.i-mobile calendar-events-container .header .btn-panel {
  align-items: center;
  display: flex;
}
.i-mobile calendar-events-container .header .btn-panel .switcher {
  margin-left: 8px;
  border: 1px #414141 solid;
  background: #fff;
  color: #000;
  height: 32px;
  min-width: 32px;
}
.i-mobile calendar-events-container .header .btn-panel .switcher > span {
  margin-bottom: 4.57142857px;
  padding-top: 3px;
}
.i-mobile calendar-events-container .header .btn-panel .switcher > span {
  margin-bottom: 4.57142857px;
}
.i-mobile calendar-events-container .events-container {
  margin-bottom: 40px;
  margin: 0 5px 10px;
}
.i-mobile calendar-events-container .events-container .event-group-date {
  font-size: 15px;
  margin: 15px 0 5px 0;
}
.i-mobile calendar-events-container .events-container:last-child {
  margin-bottom: 0;
}
.i-mobile sportsbook-event,
.i-mobile calendar-event {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
.i-mobile sportsbook-event .sport-logo,
.i-mobile calendar-event .sport-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 61px;
  min-width: 13%;
  background: #424242;
  border-right: 1px solid #414143;
  border-top: 1px solid #414143;
  border-bottom-left-radius: 3px;
}
.i-mobile sportsbook-event .sport-logo img,
.i-mobile calendar-event .sport-logo img {
  width: 25px;
  height: 25px;
}
.i-mobile sportsbook-event .mini-statistics,
.i-mobile calendar-event .mini-statistics {
  background-color: #40444e;
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  padding: 3px;
  margin-top: 1px;
  border-radius: 0 0 3px 3px;
}
.i-mobile sportsbook-event .mini-statistics .pages,
.i-mobile calendar-event .mini-statistics .pages {
  display: flex;
  margin-top: 10px;
}
.i-mobile sportsbook-event .mini-statistics .pages > div,
.i-mobile calendar-event .mini-statistics .pages > div {
  border: 1px solid #fff;
  height: 10px;
  width: 63px;
  padding: 10px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.i-mobile sportsbook-event .mini-statistics .league-header,
.i-mobile calendar-event .mini-statistics .league-header {
  display: flex;
  width: 100%;
}
.i-mobile sportsbook-event .mini-statistics .league-table,
.i-mobile calendar-event .mini-statistics .league-table {
  display: table;
  width: 100%;
  margin-left: 5px;
  padding-left: 5px;
}
.i-mobile sportsbook-event .mini-statistics .league-table .league-event,
.i-mobile calendar-event .mini-statistics .league-table .league-event {
  margin-top: 5px;
  display: flex;
  width: 100%;
}
.i-mobile sportsbook-event .mini-statistics .position,
.i-mobile calendar-event .mini-statistics .position {
  display: flex;
  justify-content: flex-start;
  width: 13%;
}
.i-mobile sportsbook-event .mini-statistics .team,
.i-mobile calendar-event .mini-statistics .team {
  display: flex;
  justify-content: flex-start;
  padding-left: 5px;
  width: 27%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.i-mobile sportsbook-event .mini-statistics .lose,
.i-mobile calendar-event .mini-statistics .lose {
  width: 8%;
}
.i-mobile sportsbook-event .mini-statistics .win,
.i-mobile calendar-event .mini-statistics .win {
  color: white;
  width: 8%;
}
.i-mobile sportsbook-event .mini-statistics .draw,
.i-mobile calendar-event .mini-statistics .draw {
  width: 8%;
}
.i-mobile sportsbook-event .mini-statistics .goals-for-total,
.i-mobile calendar-event .mini-statistics .goals-for-total {
  width: 8%;
}
.i-mobile sportsbook-event .mini-statistics .goals-against-total,
.i-mobile calendar-event .mini-statistics .goals-against-total {
  width: 8%;
}
.i-mobile sportsbook-event .mini-statistics .diff,
.i-mobile calendar-event .mini-statistics .diff {
  width: 8%;
}
.i-mobile sportsbook-event .mini-statistics .tendency,
.i-mobile calendar-event .mini-statistics .tendency {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  padding-left: 10px;
}
.i-mobile sportsbook-event .mini-statistics .tendency-header,
.i-mobile calendar-event .mini-statistics .tendency-header {
  width: 31%;
}
.i-mobile sportsbook-event .mini-statistics .last-meeting,
.i-mobile calendar-event .mini-statistics .last-meeting {
  display: flex;
  justify-content: space-around;
}
.i-mobile sportsbook-event .mini-statistics .line,
.i-mobile calendar-event .mini-statistics .line {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
.i-mobile sportsbook-event .mini-statistics .line .perfomance,
.i-mobile calendar-event .mini-statistics .line .perfomance {
  display: flex;
  justify-content: center;
}
.i-mobile sportsbook-event .mini-statistics .line .perfomance .status,
.i-mobile calendar-event .mini-statistics .line .perfomance .status {
  width: 14px;
  min-width: 14px;
  height: 14px;
  background: #525864;
  line-height: 14px;
  margin-right: 5px;
  font-size: 11px;
}
.i-mobile sportsbook-event .mini-statistics .line .perfomance .percent,
.i-mobile calendar-event .mini-statistics .line .perfomance .percent {
  line-height: 14px;
}
.i-mobile sportsbook-event .mini-statistics .performance-line,
.i-mobile calendar-event .mini-statistics .performance-line {
  overflow-x: scroll;
  height: 45px;
}
.i-mobile sportsbook-event .mini-statistics .match-table,
.i-mobile calendar-event .mini-statistics .match-table {
  text-align: left;
  font-size: 9px;
  font-weight: 550;
}
.i-mobile sportsbook-event .mini-statistics .match-table > div,
.i-mobile calendar-event .mini-statistics .match-table > div {
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.i-mobile sportsbook-event .mini-statistics .match-table :nth-child(5),
.i-mobile calendar-event .mini-statistics .match-table :nth-child(5) {
  min-width: 40px;
  width: 40px;
  text-align: center;
}
.i-mobile sportsbook-event .mini-statistics .match-table :nth-child(4),
.i-mobile calendar-event .mini-statistics .match-table :nth-child(4) {
  min-width: 40px;
  width: 40px;
  text-align: center;
}
.i-mobile sportsbook-event .mini-statistics .match-table :nth-child(2),
.i-mobile calendar-event .mini-statistics .match-table :nth-child(2) {
  min-width: 50px;
  width: 50px;
  text-align: center;
}
.i-mobile sportsbook-event .mini-statistics .match-table :nth-child(1),
.i-mobile calendar-event .mini-statistics .match-table :nth-child(1) {
  min-width: 65px;
  width: 65px;
  text-align: center;
}
.i-mobile sportsbook-event .mini-statistics .match-table :nth-child(3),
.i-mobile calendar-event .mini-statistics .match-table :nth-child(3) {
  width: calc(100% - 190px);
}
.i-mobile sportsbook-event .mini-statistics .team-names,
.i-mobile calendar-event .mini-statistics .team-names {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.i-mobile sportsbook-event .mini-statistics .top-separator,
.i-mobile calendar-event .mini-statistics .top-separator {
  margin-top: 10px;
  margin-bottom: 5px;
}
.i-mobile sportsbook-event .event > div,
.i-mobile calendar-event .event > div {
  display: flex;
}
.i-mobile sportsbook-event .event.longterm,
.i-mobile calendar-event .event.longterm {
  border-radius: 3px;
  display: flex;
}
.i-mobile sportsbook-event .event.longterm .event-info,
.i-mobile calendar-event .event.longterm .event-info {
  width: 100%;
}
.i-mobile sportsbook-event .event.longterm .event-odds,
.i-mobile calendar-event .event.longterm .event-odds {
  width: 15%;
}
.i-mobile sportsbook-event .event.longterm .odds-btn,
.i-mobile calendar-event .event.longterm .odds-btn {
  border-top-right-radius: 3px;
  width: 100%;
}
.i-mobile sportsbook-event .event.longterm .odds-container,
.i-mobile calendar-event .event.longterm .odds-container {
  display: none;
}
.i-mobile sportsbook-event .event.longterm .time,
.i-mobile calendar-event .event.longterm .time {
  border-bottom-left-radius: 3px;
}
.i-mobile sportsbook-event .event-info,
.i-mobile calendar-event .event-info {
  margin-bottom: 1px;
}
.i-mobile sportsbook-event .event-info > div,
.i-mobile calendar-event .event-info > div {
  align-items: center;
  display: flex;
  padding: 10px;
  font-weight: 600;
}
.i-mobile sportsbook-event .event-info .event-btn,
.i-mobile calendar-event .event-info .event-btn {
  display: none;
}
.i-mobile sportsbook-event .event-info .players,
.i-mobile calendar-event .event-info .players {
  background: #40444e;
  padding: 0 10px;
  width: 100%;
  border-top-right-radius: 3px;
  border-right: 1px solid #414143;
  display: grid;
}
.i-mobile sportsbook-event .event-info .players .homeTeam,
.i-mobile calendar-event .event-info .players .homeTeam,
.i-mobile sportsbook-event .event-info .players .guestTeam,
.i-mobile calendar-event .event-info .players .guestTeam {
  align-items: center;
  display: flex;
}
.i-mobile sportsbook-event .event-info .players .homeTeam .home,
.i-mobile calendar-event .event-info .players .homeTeam .home,
.i-mobile sportsbook-event .event-info .players .guestTeam .home,
.i-mobile calendar-event .event-info .players .guestTeam .home,
.i-mobile sportsbook-event .event-info .players .homeTeam .guest,
.i-mobile calendar-event .event-info .players .homeTeam .guest,
.i-mobile sportsbook-event .event-info .players .guestTeam .guest,
.i-mobile calendar-event .event-info .players .guestTeam .guest {
  margin-left: 5px;
}
.i-mobile sportsbook-event .event-info .players .homeTeam .img,
.i-mobile calendar-event .event-info .players .homeTeam .img,
.i-mobile sportsbook-event .event-info .players .guestTeam .img,
.i-mobile calendar-event .event-info .players .guestTeam .img {
  text-align: center;
  align-items: center;
  display: flex;
}
.i-mobile sportsbook-event .event-info .players .homeTeam .img img,
.i-mobile calendar-event .event-info .players .homeTeam .img img,
.i-mobile sportsbook-event .event-info .players .guestTeam .img img,
.i-mobile calendar-event .event-info .players .guestTeam .img img {
  width: 19px;
}
.i-mobile sportsbook-event .event-info .time,
.i-mobile calendar-event .event-info .time {
  background: #40444e;
  justify-content: center;
  border-right: 1px solid #000;
  border-top-left-radius: 3px;
  min-width: 13%;
}
.i-mobile sportsbook-event .event-info .time .code,
.i-mobile calendar-event .event-info .time .code {
  display: none;
}
.i-mobile sportsbook-event .event-info .stat-btn,
.i-mobile calendar-event .event-info .stat-btn {
  min-width: 45px;
  justify-content: center;
  border-top-right-radius: 3px;
  background: #ffffff;
  color: #111111;
}
.i-mobile sportsbook-event .event-info .stat-btn .fa-align-left,
.i-mobile calendar-event .event-info .stat-btn .fa-align-left {
  transform: rotate(270deg);
  font-size: 108%;
}
.i-mobile sportsbook-event .event-info .stat-btn.active,
.i-mobile calendar-event .event-info .stat-btn.active {
  background: #d7d7d8;
  color: #2b2b2b;
}
.i-mobile sportsbook-event .odds-btn,
.i-mobile calendar-event .odds-btn {
  background-color: #f9f9f9;
  color: black;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 46px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #000;
}
.i-mobile sportsbook-event .odds-btn i,
.i-mobile calendar-event .odds-btn i {
  font-size: 16px;
  font-weight: 600;
}
.i-mobile sportsbook-event .odds-container,
.i-mobile calendar-event .odds-container {
  display: flex;
  width: 100%;
}
.i-mobile sportsbook-event .odds-container .odd,
.i-mobile calendar-event .odds-container .odd {
  align-items: center;
  background-color: #525864;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  flex-direction: column;
}
.i-mobile sportsbook-event .odds-container .odd span:last-child,
.i-mobile calendar-event .odds-container .odd span:last-child {
  color: #6ac5ff;
  font-weight: 700;
}
.i-mobile sportsbook-event .odds-container .odd:not(:last-child),
.i-mobile calendar-event .odds-container .odd:not(:last-child) {
  border-right: 1px solid #000;
}
.i-mobile sportsbook-event .odds-container .odd:first-child,
.i-mobile calendar-event .odds-container .odd:first-child {
  border-bottom-left-radius: 3px;
}
.i-mobile sportsbook-event spinner .loading,
.i-mobile calendar-event spinner .loading {
  height: 24px;
  margin: 0;
  width: 24px;
}
.i-mobile sportsbook-event-bettypes .group-header {
  margin-top: 10px;
  display: flex;
  color: black;
  font-weight: 600;
}
.i-mobile sportsbook-event-bettypes .group-header .group-name {
  background: #d7d7d8;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
}
.i-mobile sportsbook-event-bettypes .group-header .group-name > span:last-child {
  display: none;
}
.i-mobile sportsbook-event-bettypes .group-header .left-switcher {
  display: none;
}
.i-mobile sportsbook-event-bettypes .group-header .group-switcher {
  display: flex;
  min-width: 13%;
  font-size: 15px;
  font-weight: 600;
  background-color: #d7d7d8;
  border-right: 1px solid black;
  justify-content: center;
  align-items: center;
}
.i-mobile sportsbook-event-bettype .bettype .odds-container {
  padding: 0;
  margin-top: 0;
  overflow: hidden;
}
.i-mobile sportsbook-event-bettype .bettype .odds-container .odd {
  flex-flow: row wrap;
  padding: 0 10px;
  min-height: 38px;
  overflow: hidden;
}
.i-mobile sportsbook-event-bettype .bettype .odds-container .odd > span:first-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i-mobile sportsbook-event-bettype .bettype .odds-container .odd:first-child {
  border-bottom-left-radius: 0;
}
.i-mobile sportsbook-event-bettype .bettype .odds-container .odd:not(:last-child) {
  border-right: 1px solid black;
}
.i-mobile sportsbook-event-bettype .bettype div {
  margin-top: 1px;
}
.i-mobile sportsbook-event-bettype .bettype-header {
  background: #40444e;
  padding: 10px;
  text-align: left;
}
.i-mobile sportsbook-event-bettype .oddgroups-container {
  display: flex;
}
.i-mobile sportsbook-event-bettype .oddgroups-container .odds-container {
  flex-direction: column;
}
.i-mobile sportsbook-event-bettype .oddgroups-container .odds-container .odd:last-child {
  border-right: 1px solid black;
}
.i-mobile sportsbook-league .days-container {
  padding: 0 10px;
}
.i-mobile sportsbook-league .header {
  display: flex;
  margin: 5px;
  flex-direction: column;
}
.i-mobile sportsbook-league .header .header-container {
  display: flex;
  align-items: center;
  padding: 0 5px;
}
.i-mobile sportsbook-league .header .header-container .header-text {
  padding: 0 5px;
}
.i-mobile sportsbook-league .header .filter-container {
  width: 100%;
}
.i-mobile sportsbook-league .header .filter-container .header {
  border: 0;
  height: 40px !important;
  padding: 0 !important;
}
.i-mobile sportsbook-league .header .filter-container .header .bettypes-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.i-mobile sportsbook-league .header .filter-container .header .bettypes-container .bettype {
  cursor: pointer;
  background: #414143;
  border-right: 1px solid #606062;
  margin-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  line-height: 14px;
}
.i-mobile sportsbook-league .header .filter-container .header .bettypes-container .bettype:hover,
.i-mobile sportsbook-league .header .filter-container .header .bettypes-container .bettype.active {
  background: #2794e2;
}
.i-mobile sportsbook-league .header .filter-container .header .bettypes-container .bettype:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.i-mobile sportsbook-league .header .filter-container .header .bettypes-container .bettype:last-child {
  border: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.i-mobile sportsbook-league .header .filter-container .header .bettypes-container .bettype .bettype-title {
  font-size: 12px;
  line-height: 15px;
}
.i-mobile sportsbook-league .header > div div:first-child {
  text-transform: uppercase;
  font-size: 12px;
}
.i-mobile sportsbook-league .header > div div:last-child {
  font-size: 17px;
  line-height: 18px;
}
.i-mobile sportsbook-league .header > div .separator {
  margin: 0 3px;
}
.i-mobile sportsbook-league .header img {
  height: 40px;
  min-width: 40px;
}
.i-mobile sportsbook-navigator {
  display: flex;
  margin: 5px 5px 0 5px;
}
.i-mobile sportsbook-navigator > div {
  display: flex;
}
.i-mobile sportsbook-navigator > div.path {
  width: 100%;
}
.i-mobile sportsbook-navigator > div.path > div:last-child {
  background-color: #2794e2;
}
.i-mobile sportsbook-navigator > div.path .nav-btn {
  max-width: 20%;
}
.i-mobile sportsbook-navigator > div.path .item {
  background-color: #40444e;
  position: relative;
  border-right: 2px solid black;
  line-height: 17px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-mobile sportsbook-navigator > div.path .item > div {
  padding-left: 10px;
}
.i-mobile sportsbook-navigator > div.path .item > img {
  height: 24px;
  padding-left: 10px;
}
.i-mobile sportsbook-navigator > div.path .item:before,
.i-mobile sportsbook-navigator > div.path .item:after {
  content: "";
  height: 0;
  width: 0;
  border-width: 18px 0 18px 18px;
  border-style: solid;
  position: absolute;
  left: 100%;
  top: 0;
}
.i-mobile sportsbook-navigator > div.path .item:before {
  border-color: transparent transparent transparent black;
  left: 0;
}
.i-mobile sportsbook-navigator > div.path .item:after {
  border-color: transparent transparent transparent #40444e;
  z-index: 1;
}
.i-mobile sportsbook-navigator > div.path .item:first-child:before {
  display: none;
}
.i-mobile sportsbook-navigator > div.path .item:last-child {
  border-right: none;
}
.i-mobile sportsbook-navigator > div.path .item:last-child:after {
  display: none;
}
.i-mobile sportsbook-navigator .nav-btn {
  display: flex;
  margin-right: 2px;
  width: 25%;
}
.i-mobile sportsbook-navigator .nav-btn #triangle_left {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 10px solid #40444e;
  border-bottom: 18px solid transparent;
}
.i-mobile sportsbook-navigator .nav-btn > div:last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #40444e;
}
.i-mobile sportsbook-filter {
  font-size: 13px;
  text-transform: capitalize;
  padding: 0 0px 0 1px;
  display: flex;
  margin-top: 5px;
  width: 80%;
}
.i-mobile sportsbook-filter .filter-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px;
  min-height: 40px;
  background-color: #40444e;
  border-radius: 2px;
  padding: 0 10px;
}
.i-mobile sportsbook-filter .filter-content .fa {
  padding-right: 5px;
  font-size: 20px;
}
.i-mobile sportsbook-filter .filter {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  background-color: #40444e;
  border-radius: 2px;
  flex-direction: column;
  width: 100%;
}
.i-mobile sportsbook-filter .filter:not(:last-child) {
  border-right: 1px solid #000;
}
.i-mobile sportsbook-filter .filter > div {
  position: relative;
}
.i-mobile sportsbook-filter .filter > div:first-child {
  font-size: 14px;
}
.i-mobile sportsbook-filter .filter .fa-calendar-o {
  font-size: 28px;
}
.i-mobile sportsbook-filter .filter .number {
  position: absolute;
  top: 10px;
  left: 3px;
  font-size: 12px;
}
.i-mobile sportsbook-filter .filter > img {
  width: 29px;
}
.i-mobile sportsbook-filter .selected {
  background: -webkit-linear-gradient(top, #32b6ff, #0588da);
  background: -moz-linear-gradient(top, #32b6ff, #0588da);
  background: -ms-linear-gradient(top, #32b6ff, #0588da);
  background: -o-linear-gradient(top, #32b6ff, #0588da);
  background-color: #0588da;
}
.i-mobile sportsbook-filter hr {
  border: none;
}
.i-mobile sportsbook-sports-container {
  display: block;
  padding: 0 15px;
}
.i-mobile sportsbook-sports-container .sports-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.i-mobile sportsbook-sports-container .sports-list > div {
  align-items: center;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#5e5e60), to(#414143));
  background: -webkit-linear-gradient(top, #5e5e60, #414143);
  background-color: #414143;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 10px;
  width: 50px;
}
.i-mobile sportsbook-sports-container .sports-list > div.active {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#36b449), to(#04683a));
  background: -webkit-linear-gradient(top, #36b449, #04683a);
  background-color: #04683a;
}
.i-mobile sportsbook-tree {
  display: block;
  padding: 5px;
  font-size: 13px;
}
.i-mobile sportsbook-tree.column .element {
  width: 100% !important;
}
.i-mobile sportsbook-tree .element {
  background-color: #40444e;
  display: flex;
  flex-direction: row-reverse;
  height: 80px;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 5px;
  color: #a7a7a7;
}
.i-mobile sportsbook-tree .element > div {
  display: flex;
  align-items: center;
}
.i-mobile sportsbook-tree .element > div:first-child {
  padding-right: 18px;
  white-space: nowrap;
}
.i-mobile sportsbook-tree .element > div:last-child img {
  margin: 0 10px;
  width: 40px;
}
.i-mobile sportsbook-tree .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.i-mobile time-picker .time-picker {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.i-mobile time-picker .btn-refresh {
  display: none;
}
.i-mobile time-picker .calendar {
  display: none;
}
.i-mobile time-picker .date-range-select {
  background-color: #fff;
  color: #000;
  width: 100%;
  height: 100%;
}
.i-mobile time-picker .date-range-select .date-range {
  align-items: center;
  display: flex;
  height: 100%;
  padding: 5px;
  width: 100%;
}
.i-mobile time-picker .date-range-select .date-range-list {
  background-color: #fff;
  border-top: 1px solid #000;
  position: absolute;
}
.i-mobile pagination {
  margin: auto;
  font-weight: bold;
}
.i-mobile pagination .pagination {
  display: flex;
  justify-content: center;
  margin: 0 10px 10px 10px;
}
.i-mobile pagination .pagination .button {
  background-color: #dadcdf;
  border-radius: 2px;
  color: black;
  margin: 0 5px;
  padding: 8px 14px;
}
.i-mobile pagination .pagination .button.selected {
  background-color: #2fb5ef;
}
.i-mobile pagination .pagination .left-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
}
.i-mobile pagination .pagination .right-separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 3px;
}
.i-mobile pagination .pagination .pages {
  display: flex;
  margin: 0 3px;
}
.i-mobile .btn-back-to-top {
  display: none;
}
.i-mobile betslip .confirm-bet {
  position: fixed;
  bottom: 0;
  display: flex;
  width: calc(100vw - 10px);
}
.i-mobile betslip .confirm-bet .cancel-bet {
  width: 15%;
  left: 0;
}
.i-mobile betslip .confirm-bet .cancel-bet i {
  margin-right: 10px;
}
.i-mobile betslip .confirm-bet .btn-place {
  width: 85%;
  right: 5px;
}
.i-mobile overview .sports-filter {
  display: flex;
  overflow-x: visible;
  overflow-y: hidden;
  margin: 0 5px;
}
.i-mobile overview .sports-filter .filter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  cursor: pointer;
  background: #4d4d4d;
}
.i-mobile overview .sports-filter .filter.active {
  background: #2794e2;
}
.i-mobile overview .sports-filter .filter .filter-count {
  text-align: right;
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  transform: translate(-3px, -1px);
}
.i-mobile overview .sports-filter .filter .filter-img {
  width: 35px;
  height: 35px;
  image-rendering: -webkit-optimize-contrast;
  transform: translateY(-5px);
}
.i-mobile overview .sports-filter .filter .filter-name {
  display: block;
  width: 60px;
  text-align: center;
  font-size: 11px;
  line-height: 9px;
  white-space: nowrap;
  transform: translateY(-4px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.mat-dialog-container {
  background: #525864;
  color: white;
}
.mat-stroked-button {
  border: 1px solid white;
}
.mat-raised-button.mat-primary {
  background-color: #2794e2 !important;
}
.mat-form-field-label-wrapper {
  margin-left: 3%;
  margin-top: -2%;
}
.mat-form-field-label {
  color: #2794e2 !important;
  margin-top: 3%;
}
.mat-form-field-underline {
  background-color: #2794e2 !important;
}
.mat-form-field-ripple {
  background-color: #2794e2 !important;
}
.mat-calendar-body-selected {
  background: #2794e2;
  color: white;
}
.mat-datepicker-toggle-active {
  color: #2794e2;
}
.date-picker .mat-form-field-infix {
  padding: 0 0.7em 0.7em;
  background: white;
  color: black;
  font-size: 13px;
}
.date-picker .mat-form-field-suffix {
  position: absolute;
  right: 0;
  font-size: 24px;
}
.date-picker .mat-icon-button {
  height: 1.4em !important;
  width: 1.4em !important;
}
html {
  font-size: 10px;
}
.fa {
  font-size: 120%;
}
@keyframes raise {
  from {
    background: inherit;
    color: inherit;
  }
  to {
    background: #48e05f;
    color: white;
  }
}
@keyframes fall {
  from {
    background: inherit;
    color: inherit;
  }
  to {
    background: rgba(255, 0, 0, 0.7);
    color: white;
  }
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
body .mydp {
  border: none;
}
body .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}
.site-container .btn-back-to-top {
  display: none;
  width: 41px;
  height: 41px;
  text-align: center;
  padding-top: 12px;
  color: #ffffff;
  position: fixed;
  bottom: 6em;
  right: 20px;
  z-index: 300;
  cursor: pointer;
  opacity: 0.9;
  border-radius: 50%;
  background-color: #2994de;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
my-bets-betslip .tickets-container {
  text-transform: uppercase;
  background-color: #2994de;
}
my-bets-betslip .tickets-container .btn-switch {
  background: -webkit-linear-gradient(top, #0483d2, #2fb5fe);
  background: -moz-linear-gradient(top, #0483d2, #2fb5fe);
  background: -ms-linear-gradient(top, #0483d2, #2fb5fe);
  background: -o-linear-gradient(top, #0483d2, #2fb5fe);
  background-color: #2fb5fe;
  display: flex;
  border-top: 1px solid black;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
my-bets-betslip .tickets-container .ticket-container {
  border-top: 1px solid black;
  margin-top: -1px;
}
my-bets-betslip .tickets-container .ticket-container .header-bets {
  display: flex;
  position: relative;
}
my-bets-betslip .tickets-container .ticket-container .header-bets .ticket-number {
  font-size: 15px;
  color: #e2e216;
  cursor: pointer;
  margin: 10px;
}
my-bets-betslip .tickets-container .ticket-container .header-bets .stake-date {
  position: absolute;
  right: 2px;
  margin: 13px;
}
my-bets-betslip .tickets-container .ticket-container .items-container {
  display: flex;
}
my-bets-betslip .tickets-container .ticket-container .items-container .item-container {
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 33%;
  text-transform: none;
}
my-bets-betslip .tickets-container .ticket-container .items-container .item-container .status-container {
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 2px;
}
my-bets-betslip .tickets-container .ticket-container .items-container .item-container .top-container {
  display: flex;
  font-size: 11px;
  margin-left: 26px;
  padding-top: 2px;
  margin-bottom: 10px;
}
my-bets-betslip .tickets-container .ticket-container .items-container .item-container .top-container .bottom-container {
  text-transform: uppercase;
}
my-bets-betslip .tickets-container .ticket-container .cashout,
my-bets-betslip .tickets-container .ticket-container .cashout-btns {
  margin: 0 10px 10px;
}
betslip {
  margin-left: 25px;
  font-family: "Roboto";
}
betslip .betslip {
  outline: none;
  position: fixed;
  width: 280px;
}
betslip .show-betting-history {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}
betslip .show-betting-history:hover {
  color: #2fb5fe;
}
betslip .title-betslip {
  cursor: pointer;
  background: -webkit-linear-gradient(top, #0483d2, #2fb5fe);
  background: -moz-linear-gradient(top, #0483d2, #2fb5fe);
  background: -ms-linear-gradient(top, #0483d2, #2fb5fe);
  background: -o-linear-gradient(top, #0483d2, #2fb5fe);
  background-color: #2fb5fe;
  display: flex;
  font-weight: bold;
  text-transform: uppercase;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
  line-height: 20px;
  justify-content: center;
  align-items: center;
}
betslip .betslip-spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20000;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}
betslip .betslip-spinner .header-spinner {
  margin-top: 100px;
  display: flex;
  width: 500px;
  justify-content: center;
  font-size: 25px;
  height: 60px;
  text-transform: uppercase;
  background: #585858;
  align-items: center;
  border-bottom: 1px solid black;
  color: #d8d6d6;
}
betslip .betslip-spinner .central-spinner {
  display: flex;
  align-items: center;
  width: 500px;
  height: 175px;
  background: #585858;
  flex-flow: column;
}
betslip .betslip-spinner .central-spinner .logo-spinner {
  position: relative;
  background-image: url(/assets/img/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 80px;
  margin-top: 30px;
}
betslip .betslip-spinner .central-spinner .logo-spinner .count-down {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
betslip .betslip-spinner .central-spinner .loading-spinner {
  background-image: url(/assets/img/loading.gif);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 30px;
}
betslip .betslip-spinner .central-spinner .message-spinner {
  color: #d8d6d6;
}
betslip .warning {
  display: flex;
  color: #36b449;
  width: 100%;
  padding-top: 9px;
  justify-content: center;
}
betslip .error {
  display: flex;
  color: rgba(255, 110, 0, 0.9);
  width: 100%;
  padding-top: 9px;
  justify-content: center;
}
betslip .color-black {
  color: #464648;
}
betslip .checkbox-name {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  background-color: #777777;
  margin-right: 5px;
  border-radius: 3px;
  cursor: pointer;
}
betslip .left-field {
  width: 100%;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
}
betslip .bet-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  color: #333333;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
  margin-left: 8px;
  min-width: 22px;
}
betslip .bet-btn.active {
  background: -webkit-linear-gradient(top, #fa7a0a, #f42f00);
  background: -moz-linear-gradient(top, #fa7a0a, #f42f00);
  background: -ms-linear-gradient(top, #fa7a0a, #f42f00);
  background: -o-linear-gradient(top, #fa7a0a, #f42f00);
  background-color: #fa7a0a;
  color: #fff;
}
betslip .header {
  background: -webkit-linear-gradient(top, #0483d2, #2fb5fe);
  background: -moz-linear-gradient(top, #0483d2, #2fb5fe);
  background: -ms-linear-gradient(top, #0483d2, #2fb5fe);
  background: -o-linear-gradient(top, #0483d2, #2fb5fe);
  background-color: #2fb5fe;
  align-items: center;
  border-radius: 4px 4px 0 0;
  display: flex;
  font-size: 16px;
  line-height: 40px;
  justify-content: space-between;
  position: relative;
  text-transform: uppercase;
}
betslip .header .header-body {
  width: 100%;
  display: flex;
  align-items: center;
}
betslip .header:hover {
  background: -webkit-linear-gradient(top, #2fb5fe, #0483d2);
  background: -moz-linear-gradient(top, #2fb5fe, #0483d2);
  background: -ms-linear-gradient(top, #2fb5fe, #0483d2);
  background: -o-linear-gradient(top, #2fb5fe, #0483d2);
  background-color: #0483d2;
}
betslip .header .switcher {
  border: 1px #414141 solid;
  background: #296790;
  color: #fff;
  height: 22px;
  min-width: 22px;
  position: absolute;
  right: 7px;
  top: 9px;
  display: none;
}
betslip .header .switcher > span {
  margin-bottom: 3.14285714px;
  padding-top: 3px;
}
betslip .header .switcher > span {
  margin-bottom: 3.14285714px;
}
betslip .header .title {
  display: flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  width: 100%;
}
betslip .content {
  background-color: #525863;
}
betslip .tabs {
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
}
betslip .tabs .tab {
  cursor: pointer;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
betslip .tabs .tab:not(:last-child) {
  border-right: 1px solid #1c1e21;
}
betslip .tabs .tab.active,
betslip .tabs .tab:hover {
  background-color: #1c1e21;
}
betslip input {
  border-radius: 3px;
  margin: 0;
  max-width: 64px;
  padding-right: 5px;
  text-align: right;
  outline: none;
  border: none;
}
betslip input::-webkit-input-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip input:-moz-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip input:-ms-input-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip input::-moz-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip .bets-container {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
betslip .betslip-info {
  color: #fff;
  font-size: 14px;
  background-color: #272a2f;
}
betslip .betslip-info > div {
  display: flex;
  justify-content: space-between;
  padding: 9px 12px;
  width: 100%;
}
betslip .betslip-info .diagram {
  padding: 0;
  display: flex;
  justify-content: space-between;
  height: 3px;
  border-left: 10px solid #f6f6f6;
  border-right: 10px solid #f6f6f6;
  background: #ff2600;
  background: -moz-linear-gradient(left, #ff2600 0%, #f1715b 0%, #f62d0e 0%, #f03619 0%, #27e63d 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff2600), color-stop(0%, #f1715b), color-stop(0%, #f62d0e), color-stop(0%, #f03619), color-stop(100%, #27e63d));
  background: -webkit-linear-gradient(left, #ff2600 0%, #f1715b 0%, #f62d0e 0%, #f03619 0%, #27e63d 100%);
  background: -o-linear-gradient(left, #ff2600 0%, #f1715b 0%, #f62d0e 0%, #f03619 0%, #27e63d 100%);
  background: -ms-linear-gradient(left, #ff2600 0%, #f1715b 0%, #f62d0e 0%, #f03619 0%, #27e63d 100%);
  background: linear-gradient(to right, #ff2600 0%, #f1715b 0%, #f62d0e 0%, #f03619 0%, #27e63d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2600', endColorstr='#27e63d', GradientType=1);
}
betslip .betslip-info .diagram > div {
  text-align: center;
  width: 100%;
  border-top: 0 !important;
}
betslip .betslip-info .odds-changed {
  padding: 10px;
  justify-content: flex-start;
}
betslip .betslip-info .odds-changed span {
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
}
betslip .betslip-info .common-bonus {
  background-color: #e9e9e9;
  color: #000000;
}
betslip .betslip-info .common-bonus .value {
  font-size: 15px;
  color: #d90000;
  font-weight: bold;
}
betslip .total-info {
  flex-direction: column;
  background: #272a2f;
}
betslip .total-info > div {
  display: flex;
  justify-content: space-between;
  line-height: 27px;
}
betslip .total-info > div span:last-child {
  font-weight: 700;
}
betslip .betslip-empty {
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #000;
}
betslip .btn-clear-all {
  display: none;
  justify-content: flex-end;
  align-items: center;
  padding: 9px 8px;
  background-color: #000000;
}
betslip .btn-clear-all .bet-btn {
  padding: 0 10px;
  border-radius: 4px;
}
betslip .btn-betslip {
  cursor: pointer;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
}
betslip .btn-panel {
  display: flex;
}
betslip .btn-panel .show-limits {
  display: none;
}
betslip .btn-panel > div {
  display: flex;
  align-items: center;
  background: #525863;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  height: 42px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 0 5px;
}
betslip .btn-panel > div:not(:first-child) {
  border-left: 1px solid #3b3c3f;
}
betslip .btn-place {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fa7a0a), to(#f42f00));
  background-image: -webkit-linear-gradient(top, #fa7a0a, #f42f00);
  background-color: #f42f00;
}
betslip .btn-place:hover {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fe5e00), to(#fc1c00));
  background-image: -webkit-linear-gradient(top, #fe5e00, #fc1c00);
  background-color: #fc1c00;
}
betslip .confirm-bet {
  display: flex;
}
betslip .confirm-bet .cancel-bet {
  display: flex;
  width: 25%;
  cursor: pointer;
  background-color: #b2b2b2;
  height: 50px;
  color: black;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}
betslip .confirm-bet .cancel-bet:hover {
  background: linear-gradient(to top, #37474f 0, #617e8c 100%);
}
betslip .stake-per-bet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eaeaea;
  color: #575757;
  padding: 5px 12px !important;
}
betslip .stake-per-bet input {
  background: #4d4d4f;
  color: #fff;
}
betslip .total-stake {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2794e2;
  font-size: 15px;
  padding: 6px 12px !important;
  text-transform: uppercase;
}
betslip .total-stake span {
  font-weight: bold;
}
betslip .total-stake input {
  color: #464648;
}
betslip .total-stake input::-webkit-input-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip .total-stake input:-moz-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip .total-stake input:-ms-input-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip .total-stake input::-moz-placeholder {
  color: #464648;
  font-style: italic;
  font-size: 10px;
}
betslip .is-live-container {
  align-items: center;
  background-color: #78787a;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  padding: 0 5px;
  width: fit-content;
}
betslip .is-live-container .is-live-circle {
  background-color: #d34d22;
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
}
betslip .is-live-container .is-live-title {
  color: #fff;
  font-style: italic;
  margin-right: 5px;
}
betslip .bet {
  background-color: #2994de;
  padding: 6px 8px;
}
betslip .bet:not(:last-child) {
  border-bottom: 1px solid #525863;
}
betslip .bet .bet-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
betslip .bet .btn-container {
  display: flex;
  align-items: center;
}
betslip .bet .btn-container > div {
  padding: 1px;
}
betslip .bet .btn-container .odd-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #48e05f;
  margin-right: 5px;
}
betslip .bet .btn-container .odd-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid rgba(255, 0, 0, 0.7);
  margin-right: 5px;
}
betslip .bet .btn-container .odd-normal {
  width: 10px;
}
betslip .bet .btn-container .odd-changed-up {
  background: #48e05f;
  border-radius: 3px;
}
betslip .bet .btn-container .odd-changed-down {
  background: rgba(255, 0, 0, 0.7);
  border-radius: 3px;
}
betslip .bet .bet-odd {
  display: flex;
  align-items: flex-start;
  margin-top: 5px;
  justify-content: space-between;
}
betslip .bet .bet-players {
  font-size: 14px;
}
betslip .bet .bet-stake {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
betslip .bet .bet-stake input::-webkit-input-placeholder {
  color: silver;
  font-size: 10px;
}
betslip .bet .bet-stake input:-moz-placeholder {
  color: silver;
  font-size: 10px;
}
betslip .bet .bet-stake input:-ms-input-placeholder {
  color: silver;
  font-size: 10px;
}
betslip .bet .bet-stake input::-moz-placeholder {
  color: silver;
  font-size: 10px;
}
betslip .bet .odd-factor {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}
betslip .systems-container {
  flex-direction: column;
}
betslip .systems-container .system {
  display: flex;
  justify-content: space-between;
  margin: 7.5px 0;
}
betslip .systems-container .system > div {
  align-items: center;
  display: flex;
}
betslip .systems-container .system input:first-child {
  margin-right: 4px;
}
betslip .systems-container > div:first-child .system {
  margin-top: 0;
}
betslip .systems-container .btn-system {
  background: #2794e2;
  border-radius: 5px;
  cursor: pointer;
  padding: 4px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
  margin-top: 15px;
}
betslip .systems-container .warning {
  padding-top: 0;
  justify-content: flex-start;
}
betslip .systems-container .error {
  padding-top: 0;
  justify-content: flex-start;
}
message .popup-window {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
}
message .popup-window .message-window {
  display: flex;
  background: #666666;
  padding: 25px 30px 35px 30px;
  min-width: 310px;
  max-width: 525px;
  flex-direction: column;
}
message .popup-window .message-window .message-window-title {
  border-bottom: 1px solid #555759;
  height: 62px;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
message .popup-window .message-window .message-window-title .message-close-btn {
  display: flex;
  font-size: 21px;
  font-weight: 800;
  color: #ffcb00;
  cursor: pointer;
}
message .popup-window .message-window .message-window-title .message-window-title-text {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  padding-right: 10px;
  color: #fff;
}
message .popup-window .message-window .message-window-content {
  display: flex;
  margin-top: 23px;
  flex-flow: column nowrap;
}
message .popup-window .message-window .message-window-content .message-window-content-inner {
  white-space: pre-line;
  display: flex;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}
message .popup-window .message-window .message-window-content .message-window-buttons {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}
message .popup-window .message-window .message-window-content .message-window-buttons .message-window-button {
  display: flex;
  width: 186px;
  height: 56px;
  border-radius: 3px;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #ffcb00;
  justify-content: center;
  align-items: center;
}
message-success .message-success {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 2000;
}
message-success .message-success > div {
  background: #525864;
  color: #fff;
  padding: 30px;
  width: 300px;
  margin: auto;
  margin-top: 10%;
}
message-success .message-success > div > div {
  padding: 10px;
}
message-success .message-success > div .message-header {
  padding: 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  border-bottom: 1px solid #fff;
}
message-success .message-success > div .btn-confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  height: 56px;
  width: 186px;
  font-size: 16px;
  background: -webkit-linear-gradient(top, #0483d2, #2fb5fe);
  background: -moz-linear-gradient(top, #0483d2, #2fb5fe);
  background: -ms-linear-gradient(top, #0483d2, #2fb5fe);
  background: -o-linear-gradient(top, #0483d2, #2fb5fe);
  background-color: #2fb5fe;
  color: #fff;
  margin: auto;
}
spinner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
spinner.global-spinner {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20000;
}
spinner .loading {
  width: 60px;
  height: 60px;
  border: 5px solid #4d4d4d;
  border-top-color: #279be3;
  border-radius: 100%;
  -webkit-animation: loading linear 0.7s infinite;
  animation: loading linear 0.7s infinite;
  margin: auto;
}
single-view-event-score * {
  text-align: center;
}
.acc-btn {
  background-color: #2fb5ef;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px 20px;
  text-transform: uppercase;
  width: fit-content;
}
.cashout-mobile {
  display: flex;
  line-height: 25px;
  padding: 0 5px;
  background: #2fb5ef;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 11px;
  white-space: nowrap;
  justify-content: center;
  text-transform: uppercase;
}
.cashout-mobile:hover {
  background: #FFD61E;
  color: black !important;
}
.cashout-mobile.disabled {
  opacity: 0.7;
  cursor: default;
}
.cashout {
  display: flex;
  line-height: 17px;
  padding: 0 5px;
  background: #2fb5ef;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 11px;
  white-space: nowrap;
  justify-content: space-between;
  text-transform: uppercase;
}
.cashout:hover {
  background: #FFD61E;
  color: black !important;
}
.cashout.disabled {
  opacity: 0.7;
  cursor: default;
}
.cashout-btns {
  display: flex;
  justify-content: space-between;
  border: 1px solid #000;
  line-height: 17px;
  font-size: 11px;
  background: #2fb5ef;
  cursor: pointer;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.cashout-btns .cancel {
  width: 26px;
  border-right: 1px solid #000;
}
.cashout-btns .cancel:hover {
  background: #FFD61E;
  color: black !important;
}
.cashout-btns .confirm {
  width: 100%;
}
.cashout-btns .confirm:hover {
  background: #FFD61E;
  color: black !important;
}
.odd-fall {
  animation-name: fall;
  animation-duration: 2s;
}
.odd-raise {
  animation-name: raise;
  animation-duration: 2s;
}
.odd-selected {
  background-color: #2794e2 !important;
  color: #fff;
}
.odd-selected span,
.odd-selected div {
  color: #fff !important;
}
.no-sport {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.no-sport .fa {
  color: deepskyblue;
  padding: 0 10px 5px 10px;
}
mini-statistics .mini-statistics {
  color: white;
  text-align: center;
}
mini-statistics .mini-statistics .pages {
  display: flex;
}
mini-statistics .mini-statistics .pages > div {
  border: 1px solid #fff;
  height: 10px;
  width: 63px;
  padding: 10px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}
mini-statistics .mini-statistics .perfomance {
  display: flex;
  justify-content: center;
  margin-left: 5px;
}
mini-statistics .mini-statistics .perfomance .status {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: #888;
  line-height: 16px;
  margin-right: 5px;
}
mini-statistics .mini-statistics .perfomance .percent {
  line-height: 16px;
}
mini-statistics .mini-statistics .league-header {
  display: flex;
  width: 100%;
}
mini-statistics .mini-statistics .league-table {
  width: 100%;
  border-left: 1px solid #000;
  margin-left: 5px;
  padding-left: 5px;
}
mini-statistics .mini-statistics .league-table .perfomance {
  width: 160px;
  min-width: 160px;
}
mini-statistics .mini-statistics .league-table .league-event {
  margin-top: 5px;
  display: flex;
  width: 100%;
}
mini-statistics .mini-statistics .league-table .team {
  text-align: left;
  background: none;
}
mini-statistics .mini-statistics .position {
  display: flex;
  justify-content: flex-start;
  min-width: 20px;
}
mini-statistics .mini-statistics .team {
  min-width: 20%;
  width: 100%;
}
mini-statistics .mini-statistics .lose {
  color: red;
  min-width: 30px;
}
mini-statistics .mini-statistics .draw {
  color: orange;
  min-width: 30px;
}
mini-statistics .mini-statistics .win,
mini-statistics .mini-statistics .goals-for-total,
mini-statistics .mini-statistics .goals-against-total,
mini-statistics .mini-statistics .diff {
  min-width: 30px;
}
mini-statistics .mini-statistics .tendency {
  display: flex;
  justify-content: flex-start;
  width: 20%;
  padding-left: 10px;
}
mini-statistics .mini-statistics .tendency-header {
  min-width: 130px;
}
mini-statistics .mini-statistics .line {
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}
mini-statistics .mini-statistics .match-table {
  text-align: left;
}
mini-statistics .mini-statistics .match-table > div {
  width: 100%;
  line-height: 15px;
}
mini-statistics .mini-statistics .match-table :nth-child(3) {
  min-width: 120px;
}
mini-statistics .mini-statistics .team-names {
  display: flex;
  justify-content: space-around;
}
mini-statistics .mini-statistics .team-names .team {
  font-size: 17px;
}
mini-statistics .mini-statistics .top-separator {
  margin-top: 10px;
  margin-bottom: 5px;
}

