:root {
    --text-grey-v1: #6B6F73;
    --text-primary-v1: #1D8FFF;
    --text-black-v1: #020204;
}
.container {
    max-width: 1200px;
}
.score-item {
    cursor: pointer;
}
.header-bg-icon {
    z-index: 1;
}
.logo {
    z-index: 2;
}
.justify-content-left {
    justify-content: left !important;
}
.info > .date, .info > .time {
    color: #6B6F73;
    text-align: center;
}
.time-bold {
    font-size: 28px;
    color: #020204 !important;
}
.tag-status-detail-match {
    background-color: #F1F1F1;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 24px;
    color: #6B6F73;
    text-align: center;
}
.fs-14 {
    font-size: 14px !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.tab-content.cards.active {
    display: flex;
}
.ui-state-active {
    background: #3b82f6 !important;
    color: white !important;
    border-radius: 12px !important;
}
.score-result .team .name p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.vs-circle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.vs-circle__center {
    position: absolute;
    inset: 25%;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #111827;
    pointer-events: none;
}
.space-nowrap {
    white-space: nowrap;
}
.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.simulation-lineup {
    display: block;
    width: 100%;
    background-image: url('/themes/pc/imgs/lineups.png');
    background-size: cover;
    position: relative;
}
.simulation-lineup.show-height {
    background-image: url('/themes/pc/imgs/bg-lineup.svg');
}
.simulation-half-lineup {
    display: block;
    width: 100%;
    background-image: url('/themes/pc/imgs/half-lineup.png');
    background-size: cover;
    position: relative;
}
.lineup-player {
    position: absolute;
    width: 74px;
    height: 64px;
    text-align: center;
}
.lineup-info-player .avatar-player-lineup {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
}
.show-height .lineup-info-player .avatar-player-lineup {
    width: 32px;
    height: 32px;
}
.lineup-info-player .name-player-lineup {
    height: 20px;
    line-height: 18px;
    background-color: #020204;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    padding: 2px;
    border-radius: 4px;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 12px;
    margin-top: 2px;
}
.show-height.lineup-player {
    height: 50px;
}
.show-height .lineup-info-player .name-player-lineup {
    height: 14px;
    font-size: 8px;
    line-height: 10px;
}
.chart-wrapper {
    padding: 10px;
    position: relative;
}
.chart-container {
    position: relative;
    width: 100%;
    height: 80px;
}
canvas {
    width: 100%;
    height: 100%;
}
.team-logo {
    position: absolute;
    width: 16px;
    height: 16px;
    z-index: 10;
}
.chart-home-logo {
    top: 20px;
    left: 20px;
}
.chart-away-logo {
    top: 70px;
    left: 20px;
}
.time-labels {
    display: flex;
    justify-content: space-between;
    padding: 0 30px 0 55px;
    margin-top: 5px;
    color: #777;
    font-size: 14px;
}
.chart-time {
    position: absolute;
    top: 85px;
    left: 20px;
}


.right .score-result {
    display: flex;
    justify-content: space-between;
}
.right .score-result .team-info {
    width: 100%;
}
.right .score-result .team {
    display: inline-flex;
    align-items: start;
    justify-content: center;
    width: calc(50% - 70px);
    height: 112px;
    max-width: 123px;
    flex: 1;
    gap: 0;
    margin: 1rem 0;
}
.right .score-result .team .flag {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
}
.right .score-result .team .name {
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center !important;
    width: 100%;
}
.right .score-result .info {
    width: 80px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.25rem;
}
.right .score-result .info .date {
    font-family: Font/Family;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #6b6f73;
}
.right .score-result .info .score {
    width: 80px;
    height: 44px;
}
.right .score-result .info .score span {
    font-size: 28px !important;
}
.right .score-result .info .time {
    font-family: Font/Family;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #1d8fff;
}

.text-season-progress {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.circle-progress-bar {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #DEDEDE;
}
.circle-progress-bar.end {
    right: -2px;
    left: unset;
}
.circle-progress-bar img {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}
.start-date-round {
    position: absolute;
    left: 0;
    bottom: -22px;
    font-size: 12px;
    color: #949494;
}
.end-date-round {
    position: absolute;
    right: 0;
    bottom: -22px;
    font-size: 12px;
    color: #949494;
}
.table-content-left {
    width: calc(100% - 40px);
    padding-right: 10px;
}
.table-content-left .item {
    display: flex;
    align-items: unset;
}
.table-content-right {
    width: 40px;
    font-size: 14px;
    font-weight: 500;
}
.icon-desc .item span {
    line-height: 20px;
}
.text-right {
    text-align: right;
}
.line-dashed {
    height: 1px;
    border-top: 1px dashed #F4F4F4;
    display: block;
}

.text-circle {
    font-size: 12px;
    color: #6B6F73
}
.circle-win, .circle-draw, .circle-lose {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: 7px 5px 0 0;
}
.circle-win {
    background-color: #E1243B;
}
.circle-draw {
    background-color: #838383;
}
.circle-lose {
    background-color: #1D8FFF;
}
.session-stat-score {
    width: 40px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: 1px solid #E1243B;
    color: #E1243B;
    border-radius: 4px;
}
.team-lineup {
    position: absolute;
    right: 14px;
    top: 0;
    width: 14px;
    height: 14px;
}
.rating-lineup {
    position: absolute;
    top: 24px;
    left: 6px;
}
.bg-rating, .rating-lineup {
    width: 24px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #8B5CF6;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
}
.rating-lineup.rating1, .average-rating-chart-use.rating1, .bg-rating.rating1 {
    background-color: #8b5cf6;
}
.rating-lineup.rating2, .average-rating-chart-use.rating2, .bg-rating.rating2 {
    background-color: #11b981;
}
.rating-lineup.rating3, .average-rating-chart-use.rating3, .bg-rating.rating3 {
    background-color: #3b82f6;
}
.rating-lineup.rating4, .average-rating-chart-use.rating4, .bg-rating.rating4 {
    background-color: #fa7315;
}
.rating-lineup.rating5, .average-rating-chart-use.rating5, .bg-rating.rating5 {
    background-color: #ef4444;
}
.rating-lineup.rating6, .average-rating-chart-use.rating6, .bg-rating.rating6 {
    background-color: #7f1e1d;
}
.rating-lineup.rating7, .average-rating-chart-use.rating7, .bg-rating.rating7 {
    background-color: #717b8c;
}
.sub-tab-group > .tab.active {
    background-color: #1D8FFF;
    color: #fff;
}

.table-gap-3 {
    width: calc(33% - 10px);
}
.table-top {
    border: 1px solid #dedede;
    border-radius: 8px;
    margin: 0 5px 10px 5px;
}
.table-head {
    border-bottom: 1px solid #dedede;
    padding: 8px;
}
.table-body {
    padding: 8px;
    font-size: 14px;
}
.player-top {
    color: #020204;
    line-height: 24px;
    font-size: 14px;
}
.point-top {
    text-align: center;
    font-weight: bold;
    color: #020204;
}
.position-top {
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #6B6F73;
}
.position-top-border {
    border-radius: 100%;
    border: 1px solid #e1243b;
    color: #e1243b;
}

.dropdown-menu {
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
}
.dropdown-custom, .btn-dropdown-custom, .dropdown-custom li {
    color: #6B6F73;
    font-size: 14px;
}
.btn-dropdown-custom, .btn-dropdown-custom:hover, .btn-dropdown-custom:active {
    border-radius: 24px;
    border: 1px solid #DEDEDE;
    height: 32px;
}
.dropdown-custom li {
    position: relative;
}

.dropdown-custom li .dropdown-item {
    height: 48px;
    line-height: 42px;
    align-items: center;
    box-sizing: border-box;
}
.dropdown-custom li > .dropdown-active:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 16px;
    background: url(/themes/pc/imgs/icons/icon-true.svg) center center no-repeat;
    width: 16px;
    height: 16px;
}
.dropdown-custom li > .dropdown-active {
    cursor: not-allowed;
}
.time-match-live {
    color: #1D8FFF !important;
    font-weight: 600;
}

.total-shots .point-top.detail-right {
    width: 92%;
}
.total-shots .shots-on-target.detail-right {
    width: 90%;
}
.total-shots .point-bottom.detail-right {
    width: 75%;
}

.line-solid {
    border-bottom: 1px solid #DEDEDE;
    width: 100%;
    height: 1px;
}
.line-bg-blur {
    border-color: #F4F4F4;
}
.text-grey-v1 {
    color: var(--text-grey-v1) !important;
}
.text-primary-v1 {
    color: var(--text-primary-v1) !important;
}
.text-black-v1 {
    color: var(--text-black-v1) !important;
}
.player-information {
    margin-right: 10px;
    justify-content: space-between;
}
.player-information * {
    line-height: 20px;
    font-size: 14px;
}
.title-information {
    justify-content: left;
    width: 200px;
}
.value-information {
    justify-content: right;
    width: calc(100% - 130px);
    overflow-x: hidden;
    text-align: right;
}
.average-rating {
    /*justify-content: left;*/
}
.average-match {
    width: 30px;
    flex: 0 0 10%;
}
.average-rating-chart {
    width: 16px;
    height: 155px;
    position: relative;
    margin: 0 auto;
}
.color-rating.rating1 {
    color: #8b5cf6;
}
.color-rating.rating2 {
    color: #11b981;
}
.color-rating.rating3 {
    color: #3b82f6;
}
.color-rating.rating4 {
    color: #fa7315;
}
.color-rating.rating5 {
    color: #ef4444;
}
.color-rating.rating6 {
    color: #7f1e1d;
}
.color-rating.rating7 {
    color: #717b8c;
}
.average-rating-chart-use {
    border-radius: 4px 4px 0 0;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.point-rating {
    position: absolute;
    top: -25px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 30px;
    font-weight: 600;
}
.average-rating-point {
    color: var(--text-grey-v1);
    font-size: 12px;
}
.average-rating-logo {
    margin: 5px auto 2px;
    display: block;
}
.bg-svd {
    width: 254px;
    height: 377px;
    background: url("/themes/pc/imgs/lineups-rotate.png") top left;
    background-size: cover;
}
.position-svd {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    color: #1DB57A;
    border: 1px solid #1DB57A;
    background-color: #fff;
}
.position-svd.position-primary {
    color: #1D8FFF;
    border: 1px solid #1D8FFF;
}
.fs-12 {
    font-size: 12px !important;
}
.bg-coach-football {
    position: absolute;
    background-color: rgba(255, 255, 255, .4);
}
.coach-football {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
.logo-coach-football {
    width: 16px ;
    height: 16px;
}
.name-coach-football {
    margin: 0 5px;
    font-weight: 500;
    font-size: 14px;
}
.formation-coach-football {
    border-radius: 12px;
    padding: 0px 6px;
    height: 24px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
}
.formation-coach-football.team-home {
    background-color: #E1243B;
}
.formation-coach-football.team-away {
    background-color: #1D8FFF;
}

/*Datepicker Custom*/
.ui-datepicker-prev span.ui-icon {
    width: 7.5px;
    height: 13.5px;
    background: url("/themes/pc/imgs/icons/arrow-left.svg") center center no-repeat;
}
.ui-datepicker-next span.ui-icon {
    width: 7.5px;
    height: 13.5px;
    background: url("/themes/pc/imgs/icons/arrow-right.svg") center center no-repeat;
}
.ui-datepicker th {
    font-weight: 400;
}
.icon-datepicker {
    width: 20px;
    height: 20px;
    background: url("/themes/pc/imgs/icons/calendar-v2.svg") center center no-repeat;
    display: block;
}
.icon-datepicker.active {
    background: url("/themes/pc/imgs/icons/calendar-v2-active.svg") center center;
}
.calendar-card .date-icon.active {
    background-color: #1D8FFF14;
}
.hide-scroll {
    overflow: auto;
    -ms-overflow-style: none; /* IE & Edge cũ */
    scrollbar-width: none; /* Firefox */
}

.hide-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.hover-show-scroll:hover {
    -ms-overflow-style: unset;
    scrollbar-width: unset;
}
.hover-show-scroll::-webkit-scrollbar:hover {
    display: unset;
}

.icon-tab {
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-overview {
    background-image: url("/themes/pc/imgs/icons/box-2.svg");
}
.tab.active > .icon-overview {
    background-image: url("/themes/pc/imgs/icons/box-2-active.svg");
}
.icon-cloth {
    background-image: url("/themes/pc/imgs/icons/cloth.svg");
}
.tab.active > .icon-cloth {
    background-image: url("/themes/pc/imgs/icons/cloth-active.svg");
}
.icon-ranking {
    background-image: url("/themes/pc/imgs/icons/ranking.svg");
}
.tab.active > .icon-ranking {
    background-image: url("/themes/pc/imgs/icons/ranking-active.svg");
}
.icon-bracket {
    background-image: url("/themes/pc/imgs/icons/data.svg");
}
.tab.active > .icon-bracket {
    background-image: url("/themes/pc/imgs/icons/data-active.svg");
}
.icon-vs {
    background-image: url("/themes/pc/imgs/icons/vs.svg");
}
.tab.active > .icon-vs {
    background-image: url("/themes/pc/imgs/icons/vs-active.svg");
}
.icon-commentary {
    background-image: url("/themes/pc/imgs/icons/icon-commentary.svg");
}
.tab.active > .icon-commentary {
    background-image: url("/themes/pc/imgs/icons/icon-commentary-active.svg");
}
.icon-presention-chart {
    background-image: url("/themes/pc/imgs/icons/presention-chart.svg");
}
.tab.active > .icon-presention-chart {
    background-image: url("/themes/pc/imgs/icons/presention-chart-active.svg");
}
.icon-calendar {
    background-image: url("/themes/pc/imgs/icons/calendar.svg");
}
.tab.active > .icon-calendar {
    background-image: url("/themes/pc/imgs/icons/calendar-active.svg");
}
.icon-top-player {
    background-image: url("/themes/pc/imgs/icons/icon-top-player.svg");
}
.tab.active > .icon-top-player {
    background-image: url("/themes/pc/imgs/icons/top-player-active.svg");
}
.icon-top-team {
    background-image: url("/themes/pc/imgs/icons/icon-top-team.svg");
}
.tab.active > .icon-top-team {
    background-image: url("/themes/pc/imgs/icons/top-team-active.svg");
}
.icon-arrow-down {
    background-image: url("/themes/pc/imgs/icons/arrow-down.svg");
}
.icon-chart {
    background-image: url("/themes/pc/imgs/icons/chart.svg");
}
.tab.active > .icon-chart {
    background-image: url("/themes/pc/imgs/icons/chart-active.svg");
}
.icon-arrow-2 {
    background-image: url("/themes/pc/imgs/icons/arrow-2.svg");
}
.tab.active > .icon-arrow-2 {
    background-image: url("/themes/pc/imgs/icons/arrow-2-active.svg");
}
.icon-cup {
    background-image: url("/themes/pc/imgs/icons/cup-v2.png");
}
.tab.active > .icon-cup {
    background-image: url("/themes/pc/imgs/icons/cup-active.svg");
}
.icon-ball {
    background-image: url("/themes/pc/imgs/icons/ball.svg");
}
.tab.active > .icon-ball {
    background-image: url("/themes/pc/imgs/icons/ball-active.svg");
}
.btn-dropdown-custom:after {
    content: '';
}
.table-score > .table-header {
    color: #6b6f73;
    font-weight: 400;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
}
.table-score .table-body {
    padding: 0 16px;
}
.table-score .table-row {
    height: 68px;
    box-sizing: border-box;
    padding: 4px 0;
}

.table-score .table-body .table-row {
    border-bottom: 1px solid #F4F4F4;
}
.table-score .table-body .table-row:last-child {
    border-bottom: none;
}
.table-score .table-row .event-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #6b6f73;
}
.table-score .table-status {
    display: grid;
    place-items: center
}
.table-score .match-score {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    padding: 0 4px 0 8px;
}
.table-score .table-row .ft {
    z-index: 0;
    background: linear-gradient(rgba(225, 36, 59, 0.08) 0%, rgba(225, 36, 59, 0) 65.1%);
    border-radius: 4px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0;
    width: 32px;
    height: 60px;
    padding-top: 4px;
    font-family: Arial, sans-serif;
    display: flex;
    position: relative;
    margin: 0 auto;
}
.table-score .table-row .ft::before {
    content: "";
    -webkit-mask-composite: destination-out;
    pointer-events: none;
    z-index: -1;
    -webkit-mask-composite: xor;
    -webkit-mask-source-type: auto, auto;
    -webkit-mask-composite: xor;
    -webkit-mask-source-type: auto, auto;
    background: linear-gradient(#d32f3e, rgba(211, 47, 62, 0) 85%);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-mask-image: linear-gradient(#fff 0, #fff 0), linear-gradient(#fff 0, #fff 0);
    -webkit-mask-position: 0 0, 0 0;
    -webkit-mask-size: auto, auto;
    -webkit-mask-repeat: repeat, repeat;
    -webkit-mask-clip: content-box, border-box;
    -webkit-mask-origin: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask-source-type: auto, auto;
    mask-mode: match-source, match-source;
}
.table-score .table-row .ft span, .table-score .table-row .ht span, .table-score .table-row .corner span {
    width: 20px;
    height: 20px;
    text-align: center;
    display: grid;
    place-items: center
}
.table-score .table-row .ht {
    color: #020204;
}
.table-score .table-row .ht, .table-score .table-row .ft {
    justify-content: space-around;
}
.table-score .table-row .ht, .table-score .table-row .corner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding-top: 7.5px;
}
.item-result {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.item-result.w {
    background: #1db57a;
}
.item-result.d {
    background: #6b6f73;
}
.item-result.l {
    background: #e1243b;
}
.table-score .table-row .table-score {
    padding: 0 10px;
}
.table-score .table-row .match-score .team {
    width: 100%;
    display: inline-flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
    line-height: 14px;
    margin: 4px 0;
}
.table-score .table-row .match-score .team .img-cover {
    margin-right: 8px;
}
.table-score .table-row .result {
    display: grid;
    place-items: center
}
.box-follower {
    padding: 6px 8px;
    background-color: #1D8FFF14;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}
.box-follower .number-follower {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-primary-v1);
}
.box-follower .text-follower {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
    color: var(--text-grey-v1);
}
.logo-cover, .logo-circle {
    object-fit: cover;
    object-position: center;
}
.logo-circle {
    border-radius: 50%;
}
.btn-custom:hover, .btn-custom.active {
    background-color: var(--text-primary-v1) !important;
    color: #fff !important;
}