html {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
}
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}

* {
  box-sizing: border-box;
}

body {
  color: #501E14;
  background: #EBEBEB;
  max-width: 750px;
  margin: auto;
}

header {
  width: 100%;
  background-color: #4f82be;
  opacity: 0.9;
  text-align: end;
}

nav a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 9px;
}

nav .slogo img {
    margin-right: 10px;
    margin-top: -3px;
}

nav .slogo {
    display: inline-block;
    padding-top: 17px;
    padding-left: 20px;
    float: left;
}

nav .slogo span {
    color: white;
    font-weight: 700;
    font-size: 1.3em;
    letter-spacing: 4px;
    vertical-align: top;
}

header .logo1 {
  height: 24px;
  width: 17px;
}
header .logo2 {
  height: 24px;
  width: 34px;
}

header .sName {
  height: 28px;
  line-height: 28px;
  background: #FFFFFF;
  color: #501E14;
  font-weight: 600;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  width: 40%;
  margin: auto;
  margin-top: 15px;
  text-align: center;
}

header .sportMenu {
  display: none;
  overflow: auto;
  white-space: nowrap;
  margin-top: 15px;
  color: #A17872;
}

header .sportMenu a {
  display: inline-block;
  background-color: #FFFFFF;
  height: 28px;
  line-height: 0px;
  margin: 0px 2px;
  color: #A17872;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  border-radius: 14px;
}

h1 {
    font-size: 0.7rem;
    margin: 2px 5px;
}

h2 {
    background: #EBEBEB;
    border-radius: 8px;
    padding: 6px 10px;
    font-size: 1rem;
    margin: 1px 8px;
    text-align: center;
}

.text {
  padding: 9px 16px;
  color: black;
}


.topBar {
  display: none;
  position: absolute;
  height: 56px;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #F5F5F5;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  margin: auto;
}

.topBar .sName {
  font-weight: 600;
  font-size: 1.35em;
  color: #501E14;
  width: 50%;
  margin: auto;
  padding-top: 16px;
  text-align: center;
}

.topBar .arrow {
  position: absolute;
  padding: 17px 18px;
  top: 0px;
  left: 0px;
  width: 55px;
  height: 55px;
}


.navbar {
  overflow: hidden;
  background-color: #F5F5F5;
  position: fixed;
  height: 48px;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 5px 5px 10px #888888;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #ddd;
  color: black;
}

.navbar .icon {
  height: 18px;
  width: 18px;
}

.arrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
  margin: 0px 4px -4px;
}

.arrowDay {
  float: left;
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
  margin: 0px 4px -4px;
}

#close-icon {
  cursor: pointer;
}

.favorite {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.favoriteIcon {
  display: inline-block;
  width: 18px;
  height: 18px;
}

.favorite .text {
  visibility: hidden;
  width: 145px;
  top: 90%;
  right: 60%;
  background-color: black;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
}

.favorite:hover .text {
  visibility: visible;
}

.main {
  height: 35px;
  left: 0px;
  right: 0px;
  top: 0px;
}

.menu {
  height: 72px;
  left: 0px;
  right: 0px;
  top: 0px;
}

.logo {
  position: absolute;
  width: 81px;
  height: 18px;
  left: 20px;
  top: 18px;
}

.tzone {
  position: absolute;
  width: 100px;
  height: 17px;
  left: 218px;
  top: 23px;

  font-family: Inter;
  font-size: 1.166em;
  line-height: 17px;
  text-align: center;
  color: #B8AAA8;
}

.searchIcon {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.search-custom {
  display: none;
  position: absolute;
  right: 0;
  top: 6%;
  width: 360px;
}

.search-custom input:focus {
    outline: 0;
}

.search-custom input {
  border-radius: 8px 0px 0px 8px;
  height: 40px;
  width: 90%;
  padding: 10px;
  vertical-align: middle;
  color: #B8AAA8;
  border: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

.search-custom .btn {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    vertical-align: top;
    width: 30px;
    height: 40px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    margin-left: -14px;
    color: #A6D972;
}

.search-custom .calClose {
  margin-right: 8px;
}

.searchF {
  display: none;
}

.leftM {
  display: inline-block;
  margin-left: 72px;
}

.w96 {
  width: 96px;
}

.w136 {
  width: 136px;
}

.w100p {
  width: 100%;
}


.dNone {
  display: none;
}

.vHidden {
  visibility: hidden;
}

.sel {
  font-weight: 600;
  color: #ED1C24;
}

.fw600 {
  padding: 0px;
  font-weight: 600;
}


.sportButt {
  display: inline-block;
  margin-left: 7px;
  height: 48px;
  width: 30%;
  color: #793C34;
  cursor: pointer;
}

.sportButt.sel:hover {
  cursor: default;
}

.sportButt .icon {
  width: 18px;
  margin: auto;
  height: 18px;
  margin-top: 10px;
  display: block;
}

.sportButt .iconM {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 27.5px;
  left: 40%;
  top: 34%;
}

.sportButt .sportName {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  text-align: center;
  width: 100%;
}

.sportButt .more {
  position: relative;
  display: inline-block;
  width: 53px;
  height: 15px;
  top: 32px;
  left: -10px;
  font-weight: 600;
  font-family: Inter;
  font-size: 1.166em;
  line-height: 15px;
  text-align: center;
  color: #B8AAA8;
}

.sportButt .count {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  left: 15px;
  bottom: 14px;
  background: #EBEBEB;
  border-radius: 8px;
}

.sportButt .countText {
  padding-top: 2px;
  font-weight: 600;
  line-height: 12px;
  text-align: center;
  color: #A17872;
}

.sportButt .mCnt {
    display: none;
    position: absolute;
    border-color: #F5F5F5;
    border-radius: 100px;
    border-style: solid;
    border-width: 2px;
    margin-left: 15%;
    margin-top: 3px;
    background-color: #B8AAA8;
    text-align: center;
    color: white;
    font-weight: 800;
    font-size: 10px;
    width: 18px;
    height: 18px;
}

.flag {
  display: inline-block;
  width: 24px;
  height: 18px;
  border-radius: 4px;
  margin-left: 8px;
  margin-top: 7px;
}

.favLogo {
  float: left;
  width: 24px;
}


.Live {
  display: initial;
  width: 98%;
}

.game {
}

.game .stick {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0px;
  background: #EBEBEB;
  z-index: 2;
}

.game .card {
  background: #F5F5F5;
  border-radius: 8px;
  height: 168px;
  margin: 2px 0px 6px 2px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
}

.game .scores {
  margin-left: 0px;
}

.game .flag {
  margin-top: 18px;
}

.game .compRow {
  margin-top: 4px;
  height: 41px;
}

.game .arrow {
  padding: 17px 10px 0px 14px;
  height: 55px;
  width: 45px;
}

.game .scoreL {
  margin-top: 22px;
  padding-top: 22px;
  display: flex;
  justify-content: center;
}

.game .scoreL .logoM:last-of-type {
  margin: 0px 10px 0px 0px;
}

.game .scoreL .logoM {
  width: 20%;
  width: 50px;
  margin: 0px 0px 0px 10px;
}

.game .scoreL .fR {
  float: right;
}

.game .scoreL img {
  float:left;
}

.game .scoreL .favorite .left {
  right: 0%;
  left: 50%;
}

.game .card .teams {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.game .teams .name:first-of-type {
  text-align: left;
}

.game .teams .name {
  width: 130px;
  text-align: right;
  font-weight: 600;
  color: #501E14;
}

.game .scoreL .score {
  font-weight: 600;
  display: inline-block;
  font-size: 2.5rem;
  width: 129px;
  text-align: center;
  color: #ED1C24;
}

.game .scoreL .score div {
  font-size:1rem;
  color: #A17872;
  font-weight: 400;
}

.game .scoreL .score span {
  color: #ED1C24;
}

.game .data {
}

.game .data .line {
  padding: 9px 0px;
  height: 32px;
}

.game .data #SummaryI .line {
  height: 28px;
  font-size: 1.1em;
}

.game .data #SummaryI .line span {
  color: #B8AAA8;
}

.game .data #LineupsI .line {
  padding: 9px 8px;
}

.game .data .lineInfo {
  padding: 9px 16px;
  height: 50px;
}

.game .data .minute1 {
  float:left;
  color: #B8AAA8;
  text-align: right;
  width: 10%;
}

.game .data .num1 {
  float:left;
  color: #B8AAA8;
  text-align: right;
  margin-right: 5px;
  width: 5%;
}

.game .data .name1 {
  float:left;
  padding-right: 5px;
}

.game .data .nameS {
  float:left;
  padding-right: 5px;
  width: 35%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game .data .nameS:hover {
  overflow: visible;
  cursor: pointer;
}

.game .data .nameS div {
  color: #B8AAA8;
}

.game .data .nameS:last-of-type {
  float: right;
  text-align: right;
}

.game .data .minuteS1 {
  float:left;
  text-align: right;
  color: #B8AAA8;
  padding-top: 8px;
  width: 5%;
}

.game .data .minuteS2 {
  float:right;
  text-align: left;
  color: #B8AAA8;
  padding-top: 8px;
  width: 5%;
}

.game .data .minute2 {
  float:right;
  color: #B8AAA8;
  text-align: left;
  width: 10%;
}

.game .data .num2 {
  float:right;
  color: #B8AAA8;
  margin-left: 5px;
  width: 5%;
}


.game .data .name2 {
  float:right;
}

.game .data .event1 {
  float:left;
}

.game .data .event2 {
  float:right;
}

.game .data .event {
  height: 18px;
  width: 24px;
  margin: 0px 6px;
  text-align: center;
}

.game .data .event svg {
  margin-top: 1px;
}

.game .data .eventLu {
  height: 18px;
  width: 18px;
}

.game .data .eventSu {
  height: 22px;
  width: 18px;
  padding-top: 10px;
  margin: 0px 5px;
}

.game .data .video {
  margin-top: 15px;
}

.game .data .video:first-of-type {
  margin-top: 0px;
}

.game .data .videoTitle {
  padding: 0px 40px 4px;
}

.game .data .videoItem {
  vertical-align:top;
  pointer-events: none; /* let any clicks go trough me */
  height: 500px;
  background: black;
}

.game .data .stats  {
  height: 18px;
  padding: 0px 10px;
}

.game .data .stats .val:first-of-type {
  float: left;
  padding-left: 7px;
  width: 15%;
  text-align: left;
  font-weight: 400;
}

.game .data .stats .val {
  float: right;
  padding-right: 7px;
  width: 15%;
  text-align: right;
}

.game .data .stats .val span {
  font-weight: 600;
}

.game .data .stats .descr {
  float: left;
  text-align: center;
  width: 68%;
}

.game .data .stats .bg:first-of-type {
  float: left;
}

.game .data .stats .bg {
  float: right;
  background-color: #EBEBEB;
  border-radius: 4px;
  width: 49%;
  height: 8px;
}

.game .data .stats .gr1 {
  float: right;
}

.game .data .stats .gr2 {
  float: left;
}

.game .data .stats .gr {
  background-color: #ED1C24;
  border-radius: 4px;
  height: 8px;
}

.game .data .stats .br {
  background-color: #E0E0E0;
  border-radius: 4px;
  height: 8px;
}

.game .data .info .gap {
  margin-bottom: 8px;
}

/* field */
.game .data .container {
  position: relative;
  text-align: center;
  color: #FFFFFF;
}

.game .data .container img {
    height: auto;
    width: 100%;
    aspect-ratio: 292 / 480;
}

.game .data .formation {
  padding: 0px 12px;
}

.game .data .formation span {
  float: right;
  font-weight: 600;
}

.game .data .circle {
  position: absolute;
  border-radius: 50%;
  width: clamp(24px,6vw,50px);
  height: clamp(24px,6vw,50px);
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game .data .num {
  position: absolute;
  font-weight: 600;
  color: #FFFFFF;
  color: #FFFFFF;
  width: 24px;
  text-align: center;
}

.game .data .name {
  position: absolute;
  font-weight: 600;
  color: black;
  width: 24%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game .data .name:hover {
  overflow: visible;
}

.game .data .evC {
  display: none;
}

.game .data .rt {
  position: absolute;
  border: 1px solid #000000;
  width: 7px;
  height: 10px;
}

.game .data .lb {
  position: absolute;
  width: 14px;
  height: 14px;
}

.game .data .rb {
  position: absolute;
  width: 18px;
  height: 12px;
}


.game .data .title {
  color: #501E14;
  font-weight: 600;
  margin-top:22px;
}

.game .data .lTitle {
  color: #501E14;
  font-weight: 600;
  margin-top: 5px;
}

/* field */


.compRow {
  height: 45px;
  margin-top: 20px;
  padding-left: 4px;
}

.compBlock {
  display: inline-block;
  width: 90%;
  height: 100%;
  padding: 0px 10px;
  vertical-align: middle;
}

.compBlock .countryName {
  color: #A17872;
}

.compBlock .compName {
  font-weight: 600;
  color: #501E14;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.arrow {
  float: right;
  padding-right: 30px;
  padding-top: 12px;
  width: 41px;
  height: 30px;
}

ul {
  list-style-type: none;
  font-size: 1.15em;
  margin: 0;
  padding: 16px 8px 20px;
  overflow: scroll;
  -webkit-overflow-scrolling: auto
  white-space: nowrap;
}

li {
  display: inline;
  color: #A17872;
  padding: 8px 14px 8px 14px;
  cursor: pointer;
}

li:hover {
  color: #ED1C24;
}

li.sel:hover {
  cursor: default;
}

ul .sel {
  background: #FFFFFF;
  font-weight: 600;
  color: #ED1C24;

  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.scores {
  margin: 16px 0px 15px 4px;
  width: 49.5%;
  float: left;
}

.scores .note {
  border-radius: 4px 0px 0px 4px;
  float: right;
  width: 4px;
  margin-top: 10px;
  height: 32px;
}

.capture {
  background: #EBEBEB;
  border-radius: 8px;
  color: #A17872;
  font-weight: 600;
  padding: 6px 10px;
  height: 28px;
  font-size: 1rem;
  margin: 1px 8px;
  text-align: center;
}

.capture span {
  float:right;
  font-weight: 600;
  color: #501E14;
}

.match {
  clear: both;
  background: #F5F5F5;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  height: 56px;
  margin-top: 4px;
}

.match:hover {
  cursor: pointer;
}


.match .favTeam {
    margin-top: 5px;
    padding-top: 8px;
    padding-left: 15px;
}

.match .favName {
    padding: 3px 15px;
}

.match .compRow .favS {
    padding-top: 10px;
}

.custom {
  clear: both;
}

.custom .btn {
  float: left;
  display: inline-block;
  margin-top: 14px;
  margin-left: 10px;
  width: 11%;
  height: 40px;
}

.custom .liveBtn {
  margin: auto;
  height: 20px;
  width: 40px;
  padding-top: 3px;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  color: #501E14;
  background-color: #EBEBEB;
  cursor: pointer;
}

.custom .liveBtn:hover {
  color: #ED1C24;
}

.custom .date {
  float: left;
  padding-top: 14px;
  text-align: center;
  font-weight: 600;
  color: #A17872;
  height: 100%;
  width: 14.3%;
  cursor: pointer;
}

.custom .date div {
  font-weight: 400;
}

.custom .otherDate  {
  float: left;
  text-transform: uppercase;
  padding-top: 12px;
  text-align: center;
  font-weight: 600;
  color: #ED1C24;
  height: 100%;
  width: 71.5%;

}

.custom .otherDate div {
  text-transform: none;
  font-weight: 400;
}

.custom .calIcon {
  float: right;
  padding-top: 2px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.custom ul {
  list-style-type: none;
  margin: 0;
  padding: 16px 8px 20px;
  padding-top: 20px;
  color: #A17872;
}

.custom ul .sel {
    background: #FFFFFF;
    font-weight: 600;
    color: #ED1C24;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.custom li {
  display: inline;
  padding: 8px 14px 8px 14px;
}

ul .sel {
    background: #FFFFFF;
    font-weight: 600;
    color: #ED1C24;
    box-shadow: 0px 3px 12px rgb(0 0 0 / 5%);
    border-radius: 8px;
}

.match .favorite {
  float: right;
  padding-right: 15px;
  padding-top: 17px;
}

.match .time,.timeF,.timeL {
  float: left;
  width: 60px;
  color: #A17872;
  text-align: center;
  padding-top: 12px;
}

.match .time div {
  padding-top: 5px;
}

.match .time {
  font-weight: 400;
}

.match .timeF {
  padding-top: 20px;
}

.match .timeL {
  padding-top: 20px;
  font-weight: 600;
  color: #ED1C24;
}


.match .logos {
  float: left;
  width: 22px;
}

.match img {
  display: block;
  margin: 7px auto 0px auto;
}

.match .clubs {
  float: left;
  color: #501E14;
  width: 45%;
  padding: 7px 10px;
}

.match .clubs div {
  padding-top: 10px;
}


.match .res {
  float: right;
  padding-right: 20px;
  padding-top: 8px;
  text-align: center;
}

.match .res div {
  padding-top: 8px;
}

.table {
  padding: 0px 8px;
  color: #501E14;
}

.table .header {
  padding: 6px 10px 0px 4px;
  background: #EBEBEB;
  border-radius: 8px;
  margin-top: 1px;
  font-weight: 600;
  color: #501E14;
  height: 28px;
}

.note {
  border-radius: 0px 4px 4px 0px;
  float: left;
  width: 4px;
  height: 18px;
}

.match .note {
  margin-top: 12px;
  height: 32px;
}

.table .pl {
  float: left;
  width: 7%;
  text-align: right;
}

.table .cell {
  float: left;
  width: 12%;
  text-align: right;
}

.teamLogo {
  float: left;
  margin-top: 3px;
  width: 7%;
  text-align: center;
}

.teamLogo img {
  transform: translate(1px, -15%);
  height:18px;
  max-width:18px;
}

.table .team {
  float: left;
  width: 46%;
}

.table .capture {
  margin: 1px 0px;
  font-weight: 600;
}

.table .header .team {
  float: left;
  width: 55%;
  padding-left: 7%;
}

.lastField {
  float: left;
  width: 13%;
  padding-left: 3%;
  text-align: center;
  font-weight: 600;
}

.table .line {
  clear: both;
  background: #FFFFFF;
  border-radius: 8px;
  height: 24px;
  margin-top: 2px;
  padding: 6px 4px 6px 0px;
}

.last {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  margin: -2px 1px;
  padding-top: 2px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
}

.last .text {
  visibility: hidden;
  width: 145px;
  top: 130%;
  right: -30%;
  background-color: black;
  color: #FFFFFF;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
}

.last .text::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 90%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.last .left::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 8%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}


.last:hover .text {
  visibility: visible;
}


.table .legend {
  background: #FFFFFF;
  border-radius: 8px;
  height: 74px;
  margin: 8px 0px 10px;
}

.legend .rec {
  padding-top: 8px;
  height: 24px;
}

.table .legend .color {
  border-radius: 0px 4px 4px 0px;
  float: left;
  width: 4px;
  height: 14px;
}

.table .legend .text {
  padding: 0 0 0 18px;
  font-size: 0.8em;
}

.w {
  background-color: #1EDC6A;
}

.l {
  background-color: #CC0000;
  color: white;
}

.d {
  background-color: #EFC047;
}

.b {
  background-color: #ED1C24;
}

.y {
  background-color: #BDEF47;
}

.r {
  background-color: #F246D0;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  position: relative;
  top: 85px;
  padding-top: 16px;
  margin: auto;
}

.Standings {
  clear: both;
  padding-top: 8px;
}

.Standings ul {
  padding: 0px 15px 10px;
}

body :is(.Fixtures,.Results) .scores {
  width: 98.5%;
  margin: 0px 0px;
}

body :is(.Fixtures,.Results) .capture {
  margin-top: 5px;
}

.Fixtures .match .time {
  padding-top: 20px;
  width: 5%;
}

.Results .match .time {
  width: 50px;
  font-size: 0.8em;
}

body :is(.Fixtures,.Results) .match .logos {
  width: 3%;
  padding-right: 20px;
}

body :is(.Fixtures,.Results) .match .clubs {
  width: 68%;
}

.Results .match .res {
  float: right;
  max-width: 25px;
  width: 6%;
}

.Standings {
}

.Squad {
  display: initial;
}

.Squad .capture {
  margin: 1px 4px;
}

.Squad .line {
  clear: both;
  background: #FFFFFF;
  border-radius: 8px;
  height: 56px;
  margin: 4px 6px;
}

.Squad .line:hover {
  cursor: pointer;
}

.Squad .playerN {
  float: left;
  padding-top: 9px;
  font-size: 1.166em;
  width: 46.5%;
}

.Squad .playerD {
  font-size: 1rem;
  color: #A17872;
  padding-top: 3px;
  text-transform: uppercase;
}

.Squad .playerI {
  float: left;
  width: 5%;
  min-width: 48px;
  padding-left: .5%;
}

.Squad .playerI img {
  transform: translate(1px, 20%);
  border-radius: 50%;
}

.Squad .playerA {
  float: right;
  padding-top: 20px;
  width: 18px;
  height: 40px;
}

.SquadDet {
  width: 47%;
  margin-left: 5px;
  margin-right: 3px;
  height: 700px;
  top: 0;
  overflow-y: scroll;
  position: sticky;
}

.allSquad {
  display: flex;
  padding-top: 5px;
}

.club {
}

.club .table {
  padding-top: 4px;
}

.club .table .legend {
  margin-bottom: 0px;
}

.General .rowC {
  height: 100px;
  padding: 0 10px;
  margin-bottom: 2px;
}

.General .rowC:first-child {
  height: 68px;
}

.General .cell {
  display: inline-block;
  float: left;
  background-color: #FFFFFF;
  color: #501E14;
  margin-right: 2px;
  height: 100%;
  width: 49.2%;
}

.General .lastField {
  float:none;
  margin: auto;
  width: 80%;
  padding-top: 18px;
}

.last .left {
  left: -10%;
}

.General .cell .explain {
  text-align: center;
  color: #B8AAA8;
}

.General .cell .expL{
  padding-top: 10px;
}

.General .cell .val {
  padding-top: 15px;
  color: #793C34;
  font-size: 2.34rem;
  font-weight: 600;
  text-align: center;
}

.General .cell .wC {
  color: #1EDC6A;
}

.General .cell .lC {
  color: #CC0000;
}

.General .bf0 {
  border-radius: 8px 0px 0px 0px;
}

.General .bf1 {
  border-radius: 0px 8px 0px 0px;
}

.info {
  padding: 9px 0px;
  background: #F5F5F5;
  border-radius: 8px;
  margin: 17px 2px -1px 2px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.05);
}

.info .matchInfo {
  margin-top: 25px;
}

.info .name1 span {
  font-weight: 600;
}

.info ul {
  padding-top: 5px;
}

.info .Results .scores {
  padding: 0 8px;
}

.info .Results .capture {
  margin: 10px 0 0;
}

.info .Results .capture:first-of-type {
  margin-top: 0px;
}


.info .match .res {
  padding-right: 19px;
}

.info .Results span {
  float:none;
}


.modal {
    display: none;
    position: fixed;
    z-index: 10;
    padding-top: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #F5F5F5;
    margin: auto;
    margin-top:38%;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    border-radius: 8px;
}

 .calClose {
  float: right;
  margin-top: 3px;
  margin-right: 12px;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-bottom: 2px;
  cursor: pointer;
}

#calendarModal .calendar {
  margin-left: 25px;
}

#calendarModal ul {list-style-type: none;}

#calendarModal .month {
  width: 273px;
  padding: 10px 20px;
  margin-left: 8px;
  background-color: #FFFFFF;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-radius: 8px 8px 0px 0px;
}

#calendarModal .month ul {
  margin: 0;
  padding: 0;
}

#calendarModal .month ul li {
  color: #793C34;
  font-size: 14px;
}

#calendarModal .month .prev {
  float: left;
  color: #B8AAA8;
}

#calendarModal .month .next {
  float: right;
  color: #B8AAA8;
}

#calendarModal .weekdays {
  margin: 0;
  width: 273px;
  margin-left: 8px;
  padding: 3px 0px 15px;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-top: none;
}

#calendarModal .weekdays li {
  display: inline-block;
  width: 38px;
  color: #B8AAA8;
  text-align: center;
  font-size: 10px;
  float: left;
}

#calendarModal .days {
  padding: 0px 8px;
  background-color: #FFFFFF;
  margin: 0;
}

#calendarModal .days .lBorder {
  border-left: 1px solid #E0E0E0;
}

#calendarModal .days .nlBorder {
  border-right: none;
}

#calendarModal .days .rBorder {
  border-radius: 0px 0px 8px 0px;
}

#calendarModal .days li {
  list-style-type: none;
  display: inline-block;
  width: 39px;
  height: 35px;
  text-align: center;
  font-size:14px;
  color: #501E14;
  border: 1px solid #E0E0E0;
  border-left: none;
  border-top: none;
  float: left;
  padding-top: 9px;
  cursor: pointer;
}

#calendarModal .days li:hover {
  background-color: #ED1C24;
  color: #FFFFFF;
}

#calendarModal .days .active {
  background: #ED1C24;
  color: #FFFFFF !important
}

#calendarModal .calOtherM {
  cursor: pointer;
}

.data-headerM {
  background: #F5F5F5;
  font-size: 1.1rem;
  padding-bottom: 22px;
  display: flex;
}

.data-header {
  background: #F5F5F5;
  padding-bottom: 9px;
  display: flex;
}

@media screen and (min-width: 550px) {
  .table .header .team {
    width: 44%;
  }
  .table .cell {
    width: 6%;
  }
  .table .team {
    width: 35.7%;
  }
}





/* --------------- */

.game .data #SummaryI .wd {
    margin-right: 60px;
}

.game .data #SummaryI .h {
    height: 34px;
}

.game .data #SummaryI .video {
    width: 56px;
    margin-top: -1px;
    float: right;
    display: inline-block;
}

.video .triangle-right {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 5px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 5px solid transparent;
}

.video .button {
    display: flex;
    width: 36px;
    height: 24px;
    border-radius: 8px;
    background-color: #4f82be;
    justify-content: center;
    align-items: center;
}

.advM {
    text-align: center;
    margin-top: 20px;;
}

.dn {
    display: none;
}
