
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #1a1a1a;
    color: white;
    font-family: Arial, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    background-color: #2a2a2a;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.content-area {
    background-color: #0d1116;
    border-radius: 5px;
    margin-bottom: 20px;
}

.stream-container {
    width: 100%;
    height: 3000px;
    background-color: #000;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 테이블 스타일 */
.schedule-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background-color: #2a2a2a;
}

.schedule-table th,
.schedule-table td {
    padding: 12px;
    text-align: center;
    border: 1px solid #3a3a3a;
}

.schedule-table th {
    background-color: #3a3a3a;
    color: #fff;
}

.schedule-table tr:nth-child(even) {
    background-color: #252525;
}

.schedule-table tr:hover {
    background-color: #303030;
}

.match-time {
    color: #ffd700;
}

.team-name {
    color: #fff;
}

.ma
/*tch-status {
    color: #00ff00;
}
*/

.league-name {
    color: #ff9900;
}
.ch_btn {
    background-color: #252426;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    border-left: 1px solid #323232;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    color: #eeeeee;
    height: 45px;
    cursor: pointer;
}
.board_list {
    clear: both;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 0 0;
}
.mt_btn > div > div {
    background-image: url(/TV/legotv/img/multicon.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 2px;
    font-size: 7pt;
    font-weight: bold;
    width: 25px;
    height: 25px;
    color: #8A8A8A;
    padding: 6px 3px 0 0;
    cursor: pointer;
}
.mt_btn > div {
    display: flex;
    justify-content: center;
    padding: 1px;
    height: 30px;
}
.board_list td.subject {
    cursor: pointer;
    font-size: 13px;
}
.board_list td {
    padding: 0;
    font-size: 13px;
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #000;
    border-top: 1px solid #323232;
}
.ca_btn img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    width: 90%;
    vertical-align: middle;
    max-width: 69px;
    display: inline;
}
label, input, button, select, img {
    vertical-align: middle;
    font-size: 1em;
}
.board_list td.cateimg img {
    width: 50%;
    min-width: 18px;
    max-width: 30px;
}
.list-level-1 {
    border: 1px solid #274f7b !important;
    background: linear-gradient(-45deg, #112d4b, #1c2630, #2a4665, #000);
    background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 2s ease infinite;
    animation: Gradient 2s ease infinite;
}
.game-itme {
    margin-top: 3px;
}
.game-itme {
    padding: 5px;
    background: #25282d;
    color: #fff;
}
.row {
    margin-right: 0px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.time-is-captitle {
    white-space: nowrap;
}
.time-is-captitle {
    color: #999;
    font-size: 13px;
}
.text-left {
    text-align: left !important;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.game-itme img {
    width: 25px;
    margin-right: 5px;
    margin-left: 5px;
}
.time-is-captitle {
    color: #999;
    font-size: 13px;
}
.text-right {
    text-align: right !important;
}
.table-data-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.stat_box_on {
    border: 0;
    border-radius: 14px;
    padding: 5px;
    background-color: #9b002e;
    width: 90px;
    color: #fff;
    cursor: pointer;
}
.text-center {
    text-align: center !important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
#ch_multi {
    width: 100%;
    line-height: 30px;
    border: none;
    border-radius: 18px;
}
#ch_multi_mobile {
    width: 100%;
}
#ch_multi tbody tr td {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}
#ch_multi_mobile tbody tr td{
    width: 25%;
    box-sizing: border-box;
}
.screen_1 {
    border: 0;
    border-radius: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    transition: background-color .3s;
    background-color: #25282d;
    cursor: pointer;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.screen_1_mobile {
    display: flex;
    justify-content: center;
}
.screen {
    width: 20%;
    position: relative;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
*,
*:after,
*:before {
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
}

strong {
  font-weight: 600;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  color: #25282d;
  background-color: transparent;
}

.match {
  background-color: #00669940;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(48, 48, 48, 0.1), 0 4px 4px 0 rgba(48, 48, 48, 0.1);
  margin: 25px 0px;
  color: #ffffff;
}
.match-off {
    background-color: #ffffff17;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(48, 48, 48, 0.1), 0 4px 4px 0 rgba(48, 48, 48, 0.1);
    margin: 25px 0px;
    color: #ffffff;
  }

.match-header {
  display: flex;
  border-bottom: 2px solid rgb(233 233 233 / 10%);
  padding: 5px;
}

.match-status {
  /*background-color: #cf4251;
  color: #ffffff;*/
  padding: 4px 8px;
  border-radius: 16px;
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-right: auto;
}

/*
.match-status:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 8px;
}
*/

.match-status-2 {
    /*background-color: #555657;
    color: #ffffff;*/
    padding: 4px 8px;
    border-radius: 16px;
    font-weight: 600;
    font-size: 12px;
    display: flex;
    align-items: center;
    line-height: 1;
    margin-right: auto;
  }
  /*
  .match-status-2:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    border-radius: 50%;
    margin-right: 8px;
  }
    */

.match-tournament {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 13px;
}
.match-tournament img {
  width: 20px;
  /*margin-right: 12px;*/
  /*filter: invert(1);*/
}


.match-actions {
  display: flex;
  margin-left: auto;
}

.btn-icon {
  border: 0;
  background-color: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-content {
  display: flex;
  position: relative;
}

.column {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  font-size: 13px;
}
.column1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(80% / 3);
  font-size: 13px;
}
.column2 {
  display: flex;
  width: calc(300% / 3);
  justify-content: center;
  align-items: center;
  font-size: 13px;
}
.column3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(80% / 3);
  font-size: 13px;
}

.team {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.team-logo img {
  width: 50px;
}

.team-name {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.match-details {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.match-date, .match-referee {
  font-size: 12px;
  color: #d1d1d1;
}


.match-score {
  margin-top: 12px;
  display: flex;
  align-items: center;
}

.match-score-number {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}




.match-referee {
  margin-top: 12px;
}

.match-bet-options {
  display: flex;
  margin-top: 8px;
  padding-bottom: 12px;
}

.match-bet-option {
  margin-left: 4px;
  margin-right: 4px;
  border: 1px solid #afafaf;
  background-color: unset;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 5px;
  border-radius: 20px;
}
.match-bet-option:hover {
    background-color: #d72641;
    color: #ffffff;
    cursor: pointer;
}

.match-bet-place {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border: 0;
  background-color: #d72641;
  border-radius: 20px;
  padding: 5px 40px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  box-shadow: 0 4px 8px 0 rgba(48, 48, 48, 0.25);
}
.match-bet-place:hover {
    background: #ffffff;
    color: #000000;
    cursor: pointer;
}

.nav_menu {
    width:100%;
}
.video-js {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.tv_title {
    height: 35px;
    position: relative;
}
.tv_frame {
    background: #161418;
    border-radius: 7px;
    padding: 5px;
}
.video-js iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#main_tv::-webkit-scrollbar {
  display: none;
}