﻿
/* Sass CSS triangle mixin, create any kind of triangles with ease

* Use: 
* @include triangle(direction,width,height,color);

* Example:
* $square: 50px;
* $color: red;
* selector {
*	 @include triangle(bottomright,$square,$square,$color);
* }

* Forked from https://github.com/juanbrujo/triangle-mixin.less
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  /*margin-bottom: 3rem;*/
  /*height: calc(100dvh - 3rem);*/
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: local("Abel Regular"), local("Abel-Regular"), url(https://fonts.gstatic.com/s/abel/v8/MwQ5bhbm2POE2V9BPbh5uGM.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

  h1, h2, h3, h4, h5, h6 {
    margin: 0;
  } 

 
  .title-section {
    margin: 0.25rem;
    color: #353941;
    font-family: "Abel", sans-serif;
    text-align: center;
  }
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  box-sizing: border-box; }


body {
  background: #eeeeee;
  /* margin-top: 3.4375rem; */
  margin-top: 40px;
}

.white-bg {
  background: #ffffff;
}

#aspnetForm {
  margin-bottom: 5rem;  
  /*margin: 0 !important;*/
}
.container {
  max-width: 100%;
  /*margin-bottom: 5rem;*/
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

input[type="radio"] {
  background: #353535;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
}
.icon-nav {
  width: 1.875rem; }

.icon-user {
  width: 1.5625rem; }

.main-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 3.375rem;
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 99;
  padding: 0;
  margin: 0;

  padding: 10px;
  height: auto;

  display: flex;
  align-items: center;
  justify-content: space-between; }

  .left-header {
    display: flex;
    gap: 2rem;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
  }
  .right-header {
    display: flex;
    gap: 2rem;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
  }

/*.main-header #left-menu {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: 0.625rem;
  text-indent: -9999px;
  background: url(/images/menu.svg) no-repeat;
  background-size: 1.875rem;
}


.main-header #right-menu {
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  right: 0.625rem;
  text-indent: -9999px;
  background: url(/images/user.svg) no-repeat;
  background-size: 1.875rem;
}*/


.sidr {
  width: 10.3125rem;
  background: #353941;
  box-shadow: none;
}

.nav-sidr-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-sidr-custom img {
  width: 20%;
}
.nav-sidr-custom a {
  color: #ffffff;
  text-decoration: none;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  padding: 0.7rem 0;
}

.nav-sidr-custom a span {
  display: block;
}
.main {
  padding-top: 1.25rem; }

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

.card {
  background: #353941;
  border-radius: 0.25rem;
  /* padding: 0.625rem 0; */
  /* margin-bottom: 0.925rem; */
  padding: 0;
  margin: 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
  text-align: center; }

.card-title {
  color: #fcb727;
  font-family: "Abel", sans-serif;
  font-size: 1.5625rem;
  font-weight: 100;
  padding: 0.3125rem 0; }

.card-description {
  color: #ffffff;
  font-family: "Abel", sans-serif;
  font-size: 1.875rem;
  font-weight: 100;
  margin: 0; }

.owl-nav {
  position: absolute;
  top: 0;
  width: 100%; }
  .owl-nav button {
    position: absolute; }
  .owl-nav .owl-prev {
    left: 0.625rem; }
    .owl-nav .owl-prev span {
      background: url(/Mobile/Clients/images/prev.svg) no-repeat;
      background-size: 1.25rem;
      display: inline-block;
      text-indent: -9999px;
      width: 1.25rem; }
  .owl-nav .owl-next {
    right: 0.625rem; }
    .owl-nav .owl-next span {
      background: url(/Mobile/Clients/images/next.svg) no-repeat;
      background-size: 1.25rem;
      display: inline-block;
      text-indent: -9999px;
      width: 1.25rem; }

.select-option-bet {
  appearance: none;
  background: #ffffff url(/Mobile/Clients/images/down-arrow.svg) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 1.25rem;
  border-radius: 0.25rem;
  border: none;
  color: #353941;
  font-family: "Abel", sans-serif;
  font-size: 1.25rem;
  height: 2.625rem;
  /*margin-bottom: 1.25rem;*/
  padding: 0 1rem;
  width: 100%; }


  .select-option-bet-nolink {
    appearance: none;
    background: #ffffff url(/Mobile/Clients/images/down-arrow.svg) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 1.25rem;
    border-radius: 0.25rem;
    border: none;
    color: #353941;
    font-family: "Abel", sans-serif;
    font-size: 1.25rem;
    height: 2.625rem;
    margin-bottom: 1.25rem;
    width: 100%; }

.collapse {
  background-color: #353941;
  padding: 0.625rem;
  max-height: 2.5rem;
  margin-top: 0.3125rem;
  overflow: hidden; }
  .collapse:last-of-type {
    margin-bottom: 10.5rem;
  }
  .collapse.active-collapse {
    max-height: 15000px;
    background: #616674; }
  .collapse .title-sport-bet {
    font-size: 1.25rem;
    line-height: 1.25rem;
    color: #fcb727;
    font-family: "Abel", sans-serif;
    font-weight: 100;
    position: relative;
    padding-bottom: 0.625rem; }

.checkbox-bet {
  border-bottom: 1px solid #eeeeee;
  padding: 0.625rem 0;
  position: relative;
  z-index: 2; }
  .checkbox-bet:last-of-type {
    border: none;
    padding-bottom: 0.3125rem; }
  .checkbox-bet .checkbox-label {
    color: #ffffff;
    text-decoration: none; }

  .checkbox-bet input[type=checkbox] {
      -moz-appearance: none;
      -webkit-appearance: none;
      width: 1.875rem;
      height: 1.875rem;
      position: relative;
      background: #eeeeee;
      border: none; }
    
  .checkbox-bet input[type=checkbox]:checked:after {
      background: #fcb727 url(/images/check.svg) no-repeat;
      background-size: 1.0625rem;
      display: block;
      width: 1.875rem;
      height: 1.875rem;
      content: "";
      background-position: 0.375rem 0.375rem; }
.collapse {
  position: relative; }
  /* .collapse span::after {
    content: "+";
    text-align: center;
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #fcb727;
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1.25rem;
    opacity: 0.5;
    right: 0.625rem;
    top: 0.625rem;
    background: #fcb727; }
  .collapse:hover span::after {
    opacity: 1; }
  .collapse.active span::after {
    content: "-";
    background: #fcb727;
    color: #ffffff;
    font-size: 2.5rem; } */

*:focus {
  outline: none; }

input {
  width: 100%;
  height: 2.625rem;
  border-radius: 0.25rem;
  margin-bottom: 0.375rem;
  color: #353941;
  font-family: "Roboto", sans-serif;
}

input::placeholder {
  color: #353941;
  font-family: "Roboto", sans-serif;
}


.checkbox-label {
  font-family: "Abel", sans-serif;
  position: relative;
  bottom: 0.625rem;
  left: 0.625rem; }

.btn {
  width: 100%;
  border: none;
  background: #fcb727;
  color: #353941;
  padding: 0.625rem 0;
  border-radius: 0;
  font-family: "roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.nav-options {
  background: #353941;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px; }
  .nav-options img {
    display: block;
    width: 18px;
    margin-left: auto;
    margin-right: auto;
    padding: 0.3125rem 0; }
  .nav-options a {
    flex-grow: 1;
    color: #ffffff;
    font-family: "Abel", sans-serif;
    text-align: center;
    text-decoration: none; 
  }

  .nav-options span {
    font-size: 12px;
  }

.schedule-container {
    background: #ffffff;
    /* padding: 0.9375rem 0;  */
    /*margin-bottom: 10rem;*/
    height: calc(100dvh - 230px);
    overflow: auto;
}

.table-responsive {
	overflow-x:auto;
}

.table-responsive .table {
  border-collapse:collapse;
}

.table-responsive .table tr {
  border: none;
  padding: 5px 10px;
}


.table-responsive .table  td {
  padding: 10px 15px;
}



.table .GameBanner {
    border-bottom: 1px dashed #353941;
    padding: 0;
    color: #353941;
    background: transparent;
    font-size: 12px;
    font-family: "Abel", sans-serif;
    text-align: center;
    position: relative;
}

.btn-stats {
    color: #353941 !important;
}



.table .GameBanner .button-show {
    position: absolute;
    left: 10px;
    bottom: 1px;
}

.table .GameBanner .button-show img {
  width: 25px;
}


.table .GameBannerAlternative {
    background: transparent;
    /*padding: 0.6125rem 0;*/
    color: #fcb727;
    font-family: "Abel", sans-serif;
    text-align: start;
    font-size: 10px;
    font-weight: bold;
}

.table .GameBanner td {
  width: 100%;
  color: #fcb727;
}

.table .separate {
    background: transparent;
}

.table td .input-amount {
  width: 8.75rem;
}


.group-padding {
  padding: 0 0.3125rem; }

.title-league,
.time {
  color: #353941;
  font-family: "Abel", sans-serif;
  text-align: center; }

  .table {
    width: 100%;
    /*padding: 0.625rem 0;*/
    font-family: "roboto", sans-serif;
    border-bottom: 1px solid #eeeeee;
    text-align: center; }
  .table td {
    /*padding: 0.9375rem 0;*/
    font-size: 0.875rem;
    font-size: 11px;
    text-align: center;
  }
  .table tr {
    border-bottom: 1px solid #eee; }


    .smooth-transition {
      /* opacity: 0; */
      width: 100%;
      position: fixed;
      background: #ffffff;
      /*transform: translateY(100%); */
      transition: all 0.3s;
      -webkit-transition: all 0.3s;
      display: flex;
      z-index: 10;
      border-top: 10px solid #353941;
      /*height: 4.375rem;*/
      align-items: stretch;
      left: 0;
      bottom: 50px;
    }

    .smooth-transition .btn {
      /*height: 45px;*/
      margin: 0;
    }

    .smooth-transition .btn:first-of-type {
      border-right:1px solid #353535;
    }

    
    .show {
      transition: all 0.3s;
      opacity: 1;
      transform: translateY(0);
      bottom: 4.6125rem;
    }

    .card-wager {
      background: #ffffff;
      margin-top: 0.375rem;
    }

    .card-header h4 {
      background: #353941;
      color: #fcb727;
      text-align: center;
      font-family: 'Abel', sans-serif;
      padding: 0.735rem;
    }

    .card-wager .card-body {
      padding: 0.675rem;
    }
    .card-body-wager {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .card-body span, .card-body label {
      font-family: 'Abel', sans-serif;
    }

    .card-body-wager .checkbox-bet {
      padding: 0 0.735rem;
    }

    .card-body-wager .btn {
      width: 50%;
      flex-grow: 1;
    }

    .card-body-wager .btn:first-of-type {
      border-right:1px solid #353535;
    }
    
    .checkbox-hide {
      display: none;
    }

    .label-checkbox {
        background: transparent;
        display: inline-block;
        padding: 0.625rem;
        border-radius: 2px;
        border: 1.5px solid #353535;
    }

    input.checkbox-hide[type="checkbox"]:checked + label {
      background: #353535;
      color: #FFF;
      border: none;
    }

    .radio {
      display: flex;
      text-align: center;
    }

    .label-position {
      position: relative;
      bottom: 0.9375rem;
      left: 0.3125rem;
    }

    .flexbox-radio {
      display: flex;
      align-items: center;
      height: 4rem;
    }

    .flexbox-radio div {
      padding: 0 0.75rem;
      text-align: center;
    }

    .flexbox-radio div label {
      display: block;
    }

    .accordionHeader {
      background: #fcb727;
      padding: 8px 0;
      margin: 2px;
      font-family: "roboto", sans-serif;
      text-align: center;
    }

.accordionHeaderSelected {
    padding: 8px 0;
    margin: 2px;
    font-family: "roboto", sans-serif;
    text-align: center;
    background: #7d7d7d;
}


.is-hidden {
  overflow: hidden; }


.hidden-rules, .hidden-cc {
  display: none;
}

#accordion input {
  display: none;
}
#accordion label {
  color: #353941;
  background: #fcb727;
  border-radius: .25em;
  cursor: pointer;
  display: block;
  margin-bottom: .125em;
  font-family: "Roboto", sans-serif;
  padding: .25em 1em;
  z-index: 20;
}


#accordion input:checked + label {
  background: #fcb727;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  margin-bottom: 0;
}
#accordion article {
  height:0px;
  overflow:hidden;
  z-index:10;

}
#accordion article p {
  padding: 0 1em;
  font-family: "Roboto", sans-serif;
}
#accordion input:checked article {
}
#accordion input:checked ~ article {
  border-bottom-left-radius: .25em;
  border-bottom-right-radius: .25em;
  height: auto;
  margin-bottom: .125em;
}

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

iframe {
    height: calc(100vh - 220px);
}

.container-games {
    margin: 0.5rem;
}

.container-games .title-league {
    padding: 0.5rem;
    background-color: #353941;
    color: #ffffff;
    text-align: start;
    border-radius: 4px 4px 0px 0px;
}

.rot{
    text-align: center;
}

.container-props .table td {
    text-align: center;
}

.btn-family-games{
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}