.crumbs,
.mcontent {
  width: 1208px;
  margin-top: 16px;
}

body #main {
  width: 100%;
}
body #main #left {
  width: 188px;
  margin-right: 16px;
}
body #main #right {
  width: 188px;
  margin-left: 16px;
}
body #main #min {
  width: 800px;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent !important;
}

#min .date-picker {
  border: unset;
  box-sizing: border-box;
  padding: 0;
  height: unset;
  margin-bottom: 0;
}
#min .date-picker ul {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
#min .date-picker ul li {
  background-color: #fbf6f5;
  width: auto;
  flex: 1;
  margin: 0;
  height: unset;
  padding: 6px 0;
  transition: 0.2s linear background-color;
}
#min .date-picker ul li span {
  transition: 0.2s linear color;
}
#min .date-picker ul li span:first-child {
  color: #717171;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  text-transform: capitalize;
  padding-bottom: 2px;
  margin-bottom: 3px;
  position: relative;
}
#min .date-picker ul li span:first-child::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 1px;
  border-radius: 2px;
  background: #894f3c;
}
#min .date-picker ul li span:last-child {
  color: #070f03;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
#min .date-picker ul li.li_today span:first-child {
  color: #f8825d;
}
#min .date-picker ul li.li_today span:last-child {
  color: #c73c10;
}
#min .date-picker ul li:hover, #min .date-picker ul li.on {
  background-image: unset;
  background-color: #c73c10;
}
#min .date-picker ul li:hover span:first-child, #min .date-picker ul li.on span:first-child {
  color: #d4d4d4;
}
#min .date-picker ul li:hover span:first-child::after, #min .date-picker ul li.on span:first-child::after {
  background: #ff9979;
}
#min .date-picker ul li:hover span:last-child, #min .date-picker ul li.on span:last-child {
  color: #fff;
}
#min .date-picker ul li::after {
  content: "";
  display: none;
}
#min #tools {
  height: unset;
  line-height: unset;
  border: unset;
  position: relative;
  margin: 11px 0;
}
#min #tools ul.list-tools {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  transition: unset;
}
#min #tools ul.list-tools #switchViewBlock {
  height: unset;
}
#min #tools ul.list-tools #switchViewBlock span {
  line-height: 18px;
  padding: 4px 8px;
}
#min #tools ul.list-tools li {
  margin-left: 0;
  float: unset;
  border: 1px solid #bbb;
  padding: 0 10px;
  border-radius: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: unset;
}
#min #tools ul.list-tools li:has(img) {
  padding-right: 30px;
  position: relative;
}
#min #tools ul.list-tools li:has(img) img {
  transition: 0.175s all linear;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: unset;
}
.dark #min #tools ul.list-tools li:has(img) img,
#min #tools ul.list-tools li:hover:has(img) img {
  filter: brightness(10);
}
#min #tools ul.list-tools li span {
  background-color: transparent;
  color: #414141;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  padding-right: 5px;
  padding-left: 5px;
  transition: unset;
}
#min #tools ul.list-tools li:hover {
  background-color: #005030;
}
#min #tools ul.list-tools li:hover span {
  color: #FFFFFF;
}
#min #tools ul.list-tools li.on {
  border-color: #005030;
}
#min #tools ul.list-tools li.on span {
  color: #005030;
  font-weight: bold;
}
#min #tools ul.list-tools li.on:hover span {
  color: #FFFFFF;
}
#min #tools #showoptional2 {
  top: calc(100% + 6px);
  border-radius: 4px;
  overflow: hidden;
  left: 0;
}
#min #tools #showoptional2 .sotit {
  border-bottom: 1px solid #fff;
  background: #e6e6e6;
  line-height: 46px;
}
#min #tools #showoptional2 .sotit b {
  color: #070f03;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
#min #tools #showoptional2 #myleague2 li {
  height: 18px;
  margin-bottom: 12px;
  padding: 5px 0 4px 3px;
}
#min #tools #showoptional2 #myleague2 li input {
  position: relative;
  background-color: red;
  margin: 2px 4px 0 0;
}
#min #tools #showoptional2 #myleague2 li input[type=checkbox] {
  opacity: 1;
  width: 13px;
  height: 0px;
}
#min #tools #showoptional2 #myleague2 li input::before {
  position: absolute;
  content: "";
  background: url("../../../images/uncheck-square.svg");
  z-index: 1;
  width: 13px;
  height: 13px;
  background-size: contain;
}
#min #tools #showoptional2 #myleague2 li > input[type=checkbox]:checked::before {
  background: url("../../../images/check-square.svg");
  position: absolute;
  content: "";
  z-index: 1;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
#min #tools #showoptional2 #myleague2 li label {
  line-height: 18px;
}
#min #tools #showoptional2 .bt-selected {
  padding: 12px 0 8px 0;
}
#min #tools #showoptional2 li span {
  background-color: unset;
  float: unset;
  line-height: unset;
  display: unset;
}
#min #tools #showoptional2 .bts {
  background: #f2f2f2 !important;
  border-top: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
#min #tools #showoptional2 .bts span {
  border-radius: 8px;
  background: #d4d4d4;
  border: unset;
  color: #070f03;
  width: 122px;
  padding: 8px 0;
  box-sizing: border-box;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  height: unset;
  transition: background-color 0.3s;
}
#min #tools #showoptional2 .bts span:hover {
  background: #a9a9a9;
}
#min #tools #showoptional2 .bts span.ent {
  background-color: #9f2c09 !important;
  color: #ffffff;
}
#min #tools #showoptional2 .bts span.ent:hover {
  background: #7f2107 !important;
}
#min .table-title {
  border-radius: 4px 4px 0 0;
  background: #f2f2f2;
  padding: 6px 10px;
  color: #070f03;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 0;
}
#min .table-title .label {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
#min .table-title #odds_setting > div {
  color: #717171;
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}
#min .table-title #odds_setting > div span {
  color: #e51b00;
}

#table_live tr.scoretitle td {
  background-color: #fff;
  color: #070f03;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  padding: 9px 6px;
  border-right: 1px solid #070f03;
}
#table_live tr.scoretitle td:last-child {
  border-right: unset;
}
#table_live tr.scoretitle td .allno {
  background-image: url("/images/trash-black.png");
  width: 14px;
  height: 14px;
  margin: 0;
}
#table_live tr i.icon.iconfont {
  font-size: 14px;
}
#table_live tr i.icon.iconfont.icon-font-collect-off::before {
  content: "";
  background-image: url("/images/rating-light.png");
  width: 14px;
  height: 14px;
  display: block;
  background-size: contain;
  margin: 0 auto;
}
#table_live tr.Leaguestitle i.icon.iconfont.icon-font-collect-off::before {
  background-image: url("/images/rating-title-light.png");
}
#table_live tr.Leaguestitle {
  background: transparent;
}
#table_live tr.Leaguestitle td {
  line-height: 35px;
}
#table_live tr.Leaguestitle td img.cImg {
  padding: 0;
  margin-right: 10px;
}
#table_live tr.Leaguestitle td .collapse {
  width: 35px;
  height: 35px;
}
#table_live tr.Leaguestitle td .collapse::before {
  border: unset;
  width: 14px;
  height: 14px;
  position: unset;
}
#table_live tr.Leaguestitle td .collapse::before {
  background-image: url("/images/arrow-up.svg");
}
#table_live tr.Leaguestitle td .expand {
  width: 35px;
  height: 35px;
}
#table_live tr.Leaguestitle td .expand::before {
  border: unset;
  width: 14px;
  height: 14px;
  position: unset;
}
#table_live tr.Leaguestitle td .expand::before {
  background-image: url("/images/arrow-down.svg");
}
#table_live tr.Leaguestitle td .rankicon {
  padding: 6px 6px;
  margin: 0;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) {
  background: white;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td {
  font-size: 12px;
  padding: 8px 6px;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td[name=timeData] {
  color: #717171;
  font-weight: 400;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.status {
  color: #005030;
  font-weight: 400;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.status b {
  font-weight: 400;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1, #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 {
  color: #070f03;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1 .team-hg, #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 .team-hg {
  color: #717171;
  font-size: 10px;
  font-weight: 400;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1 .redcard, #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 .redcard {
  padding: 0;
  border-radius: 2px;
  margin: 0 2px;
  width: 10px;
  background: #d31b1b;
  color: #fff;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1 .yellowcard, #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 .yellowcard {
  padding: 0;
  border-radius: 2px;
  margin: 0 2px;
  width: 10px;
  background: #bfac00;
  color: #0a2000;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1 .team-hg {
  margin-right: 4px;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 .team-hg {
  margin-left: 4px;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.handpoint {
  font-weight: 600;
  font-size: 18px;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.handpoint.red {
  color: #c99717 !important;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.handpoint.blue {
  color: #e51b00 !important;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.fx_corner {
  color: #0eac6d;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.h-t {
  color: #414141;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.toolimg .icon-icon-detail::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-size: contain;
  margin: 0 auto;
  background-image: url("/images/shirt.png");
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.toolimg .icon-icon-live1 {
  font-size: 16px;
}
#table_live tr:not(.Leaguestitle):not(.scoretitle) td.toolimg .icon-analysis::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-size: contain;
  margin: 0 auto;
  background-image: url("/images/data-analytics.png");
}

body.dark #main #min {
  background-color: transparent !important;
}

body.dark #min .date-picker ul li {
  background-color: #3a0f01;
}
body.dark #min .date-picker ul li span:first-child {
  color: #d4d4d4;
}
body.dark #min .date-picker ul li span:first-child::after {
  background: #894f3c;
}
body.dark #min .date-picker ul li span:last-child {
  color: #fff;
}
body.dark #min .date-picker ul li.li_today span:first-child {
  color: #f8825d;
}
body.dark #min .date-picker ul li.li_today span:last-child {
  color: #d64a1e;
}
body.dark #min .date-picker ul li:hover, body.dark #min .date-picker ul li.on {
  background-color: #c73c10;
}
body.dark #min .date-picker ul li:hover span:first-child, body.dark #min .date-picker ul li.on span:first-child {
  color: #d4d4d4;
}
body.dark #min .date-picker ul li:hover span:first-child::after, body.dark #min .date-picker ul li.on span:first-child::after {
  background: #ff9979;
}
body.dark #min .date-picker ul li:hover span:last-child, body.dark #min .date-picker ul li.on span:last-child {
  color: #fff;
}
body.dark #min #tools ul.list-tools li {
  border: 1px solid #0c1e03;
}
body.dark #min #tools ul.list-tools li span {
  color: #d4d4d4;
}
body.dark #min #tools ul.list-tools li:hover {
  background-color: #005030;
}
body.dark #min #tools ul.list-tools li:hover span {
  color: #d4d4d4;
}
body.dark #min #tools ul.list-tools li.on {
  border-color: #10E18D;
}
body.dark #min #tools ul.list-tools li.on span {
  color: #0eac6d;
  font-weight: bold;
}
body.dark #min #tools ul.list-tools li.on:hover {
  background-color: #005030;
}
body.dark #min #tools ul.list-tools li.on:hover span {
  color: #FFFFFF;
}
body.dark #min #tools #showoptional2 .sotit {
  border-bottom: 1px solid #32302f;
  background: #0d0d0d;
}
body.dark #min #tools #showoptional2 .sotit b {
  color: #ffffff;
}
body.dark #min #tools #showoptional2 .bts {
  background: black !important;
}
body.dark #min #tools #showoptional2 .bts span {
  background: #311810;
  color: #fff;
}
body.dark #min #tools #showoptional2 .bts span:hover {
  background: #260c04;
}
body.dark #min #tools #showoptional2 .bts span.ent {
  background-color: #9f2c09 !important;
}
body.dark #min #tools #showoptional2 .bts span.ent:hover {
  background: #7f2107 !important;
}
body.dark #min .table-title {
  background: #1a1a1a;
  color: #ffffff;
}
body.dark #min .table-title #odds_setting > div {
  color: #d4d4d4;
}
body.dark #min .table-title #odds_setting > div span {
  color: #e51b00;
}
body.dark #table_live tr.scoretitle td {
  background-color: #374033;
  color: #e6e6e6;
  border-right: 1px solid #070f03;
}
body.dark #table_live tr.scoretitle td .allno {
  background-image: url("/images/trash-white.png");
}
body.dark #table_live tr i.icon.iconfont {
  font-size: 14px;
}
body.dark #table_live tr i.icon.iconfont.icon-font-collect-off::before {
  background-image: url("/images/rating-dark.png");
}
body.dark #table_live tr.Leaguestitle i.icon.iconfont.icon-font-collect-off::before {
  background-image: url("/images/rating-dark.png");
}
body.dark #table_live tr.Leaguestitle td .collapse::before {
  background-image: url("/images/arrow-up-white.png");
}
body.dark #table_live tr.Leaguestitle td .expand::before {
  background-image: url("/images/arrow-down-white.png");
}
body.dark #table_live tr.Leaguestitle td .rankicon {
  background-image: url("/images/rank-white.png");
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) {
  background-color: #1a1a1a;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td[name=timeData] {
  color: #bbb;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.status {
  color: #07adf5;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1, body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 {
  color: #f2f2f2;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1 .team-hg, body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 .team-hg {
  color: #bbb;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1 .redcard, body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 .redcard {
  background: #d31b1b;
  color: #fff;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-1 .yellowcard, body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.team-2 .yellowcard {
  background: #bfac00;
  color: #0a2000;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.handpoint.red {
  color: #ffc940 !important;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.handpoint.blue {
  color: #10e18d !important;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.fx_corner {
  color: #10e18d;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.h-t {
  color: #fbfbfb;
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.toolimg .icon-icon-detail::before {
  background-image: url("/images/shirt-dark.png");
}
body.dark #table_live tr:not(.Leaguestitle):not(.scoretitle) td.toolimg .icon-analysis::before {
  background-image: url("/images/data-analytics-dark.png");
}/*# sourceMappingURL=style.css.map */