/*______________Main Responsive Sizes_________________*/
/*______________Responsive Main view_________________*/
/*______________Responsive Classes_________________*/
.only-rCenter,
.only-rCenterNarrow,
.only-rls,
.only-rss,
.only-rxs {
  display: none; }

@media only screen and (max-width: 1px) {
  .only-rCenter {
    display: block; } }

@media only screen and (max-width: 1px) {
  .only-rls {
    display: block; } }

@media only screen and (max-width: 1px) {
  .only-rCenterNarrow {
    display: block; } }

@media only screen and (max-width: 1px) {
  .only-rss {
    display: block; }
  .only-bs {
    display: none; } }

@media only screen and (max-width: 1px) {
  .only-rxs {
    display: block; } }

/*Global*/
/*Footer*/
/*Colors*/
/*-------------------- Brand Colors -------------------------*/
/*-------------------- Gradient Brand Colors -------------------------*/
/*-------------------- Secondary Colors -------------------------*/
/*-------------------- Background Color -------------------------*/
/*--------------------Yellow Color  -------------------------*/
/*--------------------Green Color  -------------------------*/
/*----------------------------------------------------------------*/
/*--------------------Text Color -------------------------*/
/*------------------------FireFox Scroll bar------------------------*/
/*----------------------------------------------------------------*/
/*------------------------------------------------------------ Theme color ------------------------------------------------------------*/
/*Login Page*/
/*Top Bar*/
/*Top Bar Login Form*/
/*Slider*/
/*Event Loader*/
/*Lang Bar*/
/*------ Main/User View  ------*/
/*------ Left Sidebar (west) ------*/
/*Status Filter*/
/*Favorite*/
/*Search Game*/
/*Time Filter*/
/*Left menu (Filter)*/
/*Left Info Box*/
/*------ Right Sidebar Betslip (east) ------*/
/*----------- keyboard -----------*/
/*----------- Winners -----------*/
/*----------- Center -----------*/
/*Landing*/
/*eventslistwithsportfilter*/
/*Event*/
/*Bet Type Group Filter*/
/*Event List*/
/*Online Select*/
/*Event List Container*/
/*----------------Narrow---------------*/
/*eventNarrow*/
/*-------Event View------*/
/* Event View Live-scoreBoard*/
/*-------Bet Type-------*/
/*-------Odd-------*/
/*-------Footer-------*/
/*--------------------------- User View ---------------------------*/
/*User Card*/
/*User Menu*/
/*User Pages*/
/*User View Pagination*/
/*receipt*/
/*Recent Activity*/
/*--------------------------- Date Filter ---------------------------*/
/*--------------------------- Error Message ---------------------------*/
/*--------------------------- New Online Keyboard ---------------------------*/
/*--------------------------- Modals / Popups ---------------------------*/
/*--------------------------- Tabs ---------------------------*/
/*--------------------------- Pool ---------------------------*/
/*--------------------------- Lotto ---------------------------*/
/*--------------------------- Games ---------------------------*/
/*--------------------------- Casino ---------------------------*/
/*------------------------------------------------------------END Theme color ------------------------------------------------------------*/
/*-------------------- shadow-------------------------*/
/*-------------------- FontSize-------------------------*/
/*Size*/
/*---------------------LOGO Top Bar------------------------*/
/*Responsive*/
.company-logo {
  display: none; }

/*--------------------- Gradient ------------------------*/
/*--------------------- Scrollbar ------------------------*/
/*Scrollbar for firefox*/
@-moz-document url-prefix() {
  .fire-scrollbar {
    position: relative; }
    .fire-scrollbar:after {
      box-sizing: border-box;
      content: "";
      display: block;
      width: 0;
      height: 100%;
      position: absolute;
      top: 0;
      right: 4px;
      box-shadow: -9px 9px 0 9px rgba(255, 255, 255, 0.8); } }

/*----------------------transition All-----------------------*/
/*------------------------Border-------------------------*/
/*------------------------Triangle Icon-------------------------*/
/*------------------------Rotate -------------------------*/
/*-------------Disable Select Text -----------------------*/
/*-------------Rotate 180 class ---------------*/
.rotate {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/*------------------------Hide Show BTN- -------------------------*/
.hide-show-btn {
  border: none;
  display: inline-block;
  background: none;
  font-size: 15px;
  vertical-align: middle;
  padding: 0 5px;
  cursor: pointer;
  position: relative; }
  .hide-show-btn i {
    color: #ff0000; }
  .hide-show-btn:focus, .hide-show-btn:active {
    outline: 0; }
  .hide-show-btn.activate :after {
    content: " ";
    position: absolute;
    left: 0;
    right: 41%;
    top: -3px;
    font-weight: bold;
    height: 99%;
    border-right: 2px solid #fcb339;
    -ms-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg); }

.hidden {
  display: none; }

.show {
  display: inline-block !important; }

/*Mian css Style*/
/*Lang*/
.lang-fr .my-bets rec
ul.bets-list-title li {
  font-size: 12px !important; }
  .lang-fr .my-bets rec
ul.bets-list-title li a {
    font-size: 12px !important; }

.lang-fr .update-profile .page-body .info-section ul li label {
  width: 135px; }

.lang-fr .search-widget .time-picker .time-option {
  padding: 0 4px !important; }

.lang-fr .event-container .actions.actions-small-box {
  font-size: 80%; }

.lang-tr .search-widget .time-picker .time-option {
  padding: 0 3px !important; }

/*Content page Tab*/
.tab {
  display: inline-block;
  width: 100%; }
  .tab .tabLinks {
    margin: 1px;
    border: none;
    padding: 10px;
    border-radius: 3px;
    width: calc(25% - 2px);
    /*2px margin*/
    float: left;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    background: #284561; }
    .tab .tabLinks:focus {
      outline: none; }
    .tab .tabLinks.active {
      color: #ffffff;
      background: #3c5776; }
      .tab .tabLinks.active:focus {
        outline: none; }

app-online-keyboard /deep/ .simple-keyboard {
  background: none !important; }
  app-online-keyboard /deep/ .simple-keyboard .hg-row .hg-standardBtn {
    color: initial; }
  app-online-keyboard /deep/ .simple-keyboard .hg-row .hg-functionBtn {
    background: #243f8e;
    color: #ffffff; }

.footer {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease;
  background: #ffffff;
  box-shadow: 0px 10px 0px 0 #000000; }
  .footer:before {
    content: "";
    width: 100%;
    height: 38px;
    background: #eeeeee;
    position: absolute;
    z-index: -1; }
  .footer.open-footer {
    top: calc(100% - 550px);
    box-shadow: 0px -10px 25px 0 #000000; }
    .footer.open-footer .footer-btn {
      opacity: 0; }
  .footer .footer-box {
    padding-left: calc(240px - 25px);
    padding-right: calc(320px - 25px); }
    .footer .footer-box .footer-btn-close {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 50px;
      height: 20px;
      text-align: center;
      cursor: pointer; }
      .footer .footer-box .footer-btn-close i {
        color: #284561;
        display: inline-block;
        margin-top: 7px;
        font-size: 22px; }
  .footer .footer-btn {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #284561;
    width: 50px;
    height: 20px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    box-shadow: 0px -5px 10px 0 #000000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease;
    opacity: 100; }
    .footer .footer-btn i {
      color: #ffffff;
      display: inline-block;
      margin-top: 4px;
      font-size: 13px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

input[type="number"] {
  -moz-appearance: textfield !important; }

button.header-content-change-phone {
  border: none;
  color: #ffffff;
  background: #243f8e;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 3px;
  padding: 5px 10px; }
