/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

@media only screen and (min-width : 992px){
	.d-lg-none {
		  display: none !important;
	  }
	.d-lg-flex {
		  display: -webkit-box !important;
		  display: -ms-flexbox !important;
		  display: flex !important;
	 }
}

@media only screen and (min-width : 850px) {
	.post-style2 .post-title a{
		font-size: 20px !important;
	}
	
	#live-score{
		display: block;
	}
	
	#live-score-mb{
		display: none;
	}
}

@media only screen and (min-width : 850px){
	/* Team 6in1 pc css*/
	.page-6in1 * {
		scrollbar-width: thin;
		scrollbar-color: #1b2a50 #2e3136;
	}

	.page-6in1 br{
		display: none !important;
	}

	.page-6in1 .tools {
		background: #fff;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
	}

	.tools ul {
		display: flex;
	}

	.page-6in1 ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.page-6in1 .tools ul li {
		border-right: 1px solid #141417;
		border-color: #c1c8cf;
		margin: 0;
	}

	.tools .active {
		color: #fff !important;
		background-color: #01b243;
	}

	.page-6in1 .tools ul li a {
		color: #747a83;
		display: block;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		padding: 12px 10px;
		text-transform: uppercase;
		font-family: var(--heading-font);
	}

	.page-6in1 .tools ul .f11 {
		align-items: center;
		color: #747a83;
		display: flex;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 18px;
		padding: 12px 10px;
		text-transform: uppercase;
		font-family: var(--heading-font);
	}

	.page-6in1 .tools ul .f11 b {
		color: #ff4c13;
		margin: 0 6px;
	}

	.page-6in1 .tools ul .f11 span a{
		color: #747a83;
	}

	.page-6in1 .tools ul .Preferences2 {
		align-items: center;
		display: flex;
		margin-left: auto;
		padding: 8px 10px;
	}

	.Preferences .switch, .Preferences2 .switch {
		align-items: center;
		color: #747a83;
		cursor: pointer;
		display: flex;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		justify-content: space-between;
		line-height: 20px;
		font-family: var(--heading-font);
	}

	.Preferences2 .switch{
		margin: 0;
		font-family: "Raleway";
		font-weight: 600;
	}

	.Preferences2 input[type=checkbox] {
		display: none;
	}

	.Preferences .switch .switch-style, .Preferences2 .switch .switch-style {
		background: #5e646f;
		border-radius: 666.667px;
		cursor: pointer;
		display: inline-block;
		height: 16px;
		position: relative;
		transition: all .3s ease-in-out;
		width: 32px;
	}

	.Preferences .switch>input[type=checkbox]:checked+.switch-style, .Preferences2 .switch>input[type=checkbox]:checked+.switch-style {
		background-color: #01b243;
	}

	.page-6in1 .tools ul .Preferences2 .switch .switch-style {
		margin-left: 12px;
	}

	.Preferences .switch .switch-style:before, .Preferences2 .switch .switch-style:before {
		background-color: #fff;
		border-radius: 50%;
		content: "";
		display: block;
		height: 10.67px;
		left: .2em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all .3s ease-in-out;
		width: 10.67px;
	}

	.Preferences .switch>input[type=checkbox]:checked+.switch-style:before, .Preferences2 .switch>input[type=checkbox]:checked+.switch-style:before {
		left: 57%;
	}

	.Preferences .switch>input[type=checkbox]:checked+.switch-style, .Preferences2 .switch>input[type=checkbox]:checked+.switch-style {
		background-color: #01b243;
	}

	table[align=center], td[align=center] {
		text-align: center;
	}

	.page-6in1 .dashicons-trash{
		font-size: 15px;
		height: 15px;
		width: 15px;
	}

	#teamid table {
		caption-side: bottom;
		border-collapse: collapse;
	}

	.odds-table-bg {
		background: #e0e0e0;
	}

	.odds-table-bg {
		background: #e0e0e0;
	}

	.page-6in1 tbody, .page-6in1 td, .page-6in1 tfoot, .page-6in1 th, .page-6in1 thead, .page-6in1 tr {
		border-color: inherit;
		border-style: solid;
		border-width: 0;
	}

	.oodstable-t {
		color: #fff;
		font-weight: 700;
		line-height: 22px;
		text-align: center;
	}

	.odds-table-bg>tbody>tr, .odds-table-bg>tbody>tr>td {
		border-color: #dfe0e1;
	}

	.page-6in1 .odds-table-bg .oodstable-t {
		background: #01b243;
	}

	.odds-table-bg td {
		color: #fff;
		font-family: Oswald,sans-serif;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 14px;
		padding: 6px;
	}

	.odds-table-bg td {
		color: #5b636d;
	}

	.odds-table-bg>tbody>tr, .odds-table-bg>tbody>tr>td {
		border-color: #dfe0e1;
	}

	.page-6in1 .odds-table-bg .oodstable-t td {
		border-right: 1px solid #2a3038;
		padding: 13px;
		text-align: center;
	}

	.page-6in1 .odds-table-bg .oodstable-t td:first-child, .page-6in1 .odds-table-bg .oodstable-t td:nth-child(2) {
		border: 0;
	}

	.page-6in1 .odds-table-bg .oodstable-t td {
		border-color: #c1c8cf;
		color: #fff;
	}

	.odds-table-bg {
		background: #e0e0e0;
	}

	.page-6in1 .dataItem {
		border: 1px solid #2a3038;
	}

	.page-6in1 .odds-table-bg.dataItem {
		border-color: #dfe0e1;
	}

	.odds-table-bg td {
		color: #fff;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: 14px;
		padding: 6px;
	}

	.odds-table-bg td {
		color: #5b636d;
	}

	.page-6in1 .odds-table-bg .Leaguestitle {
		background: #2a3038;
		padding-left: 62px;
		text-align: left;
	}

	.page-6in1 .odds-table-bg .Leaguestitle {
		background: #f0f0f0;
		color: #747a83;
		padding-left: 50px;
	}

	.l1 {
		display: flex;
		justify-content: start;
	}

	.page-6in1 .odds-table-bg .Leaguestitle a {
		color: #fff;
		display: block;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 18px;
		padding: 5px 0;
	}

	.page-6in1 .odds-table-bg .Leaguestitle a {
		color: #747a83;
	}

	.page-6in1 .odds-table-bg.dataItem .b1 {
		background: #fff;
	}

	.page-6in1 .dataItem .b1 td {
		padding: 10px;
	}

	.page-6in1 .dataItem .b1 span[name=timeData] {
		color: #afb4ba;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
	}

	.page-6in1 .odds-table-bg.dataItem .b1 span[name=timeData] {
		color: #747a83;
	}

	.page-6in1 .dataItem .sl {
		color: #afb4ba;
		padding-left: 14px;
	}

	.page-6in1 .odds-table-bg.dataItem .sl {
		color: #232425;
		text-align: left;
	}

	.page-6in1 .dataItem .sl a {
		color: #afb4ba;
		font-size: 13px;
	}

	.page-6in1 .odds-table-bg.dataItem .sl a{
		color: #232425;
	}

	.team-hg {
		color: #da2727;
		display: inline-block;
		transform: scale(.85);
	}

	.redcard, .yellowcard {
		border-radius: 2px;
		margin: 0 2px;
		padding: 0 2px;
	}

	.yellowcard {
		background-color: #fdd668;
		color: #9c6c44;
	}

	.redcard {
		background-color: #d64444;
		color: #fff;
	}

	.blue, .blue2, .gocheck A:link {
		color: #0089f1;
	}

	.page-6in1 .dataItem .sr a, .page-6in1 .dataItem .sr span {
		color: #afb4ba;
		font-size: 13px;
		font-style: normal;
		font-weight: 500;
		line-height: 22px;
		padding: 0 7.5px;
		text-align: right;
	}

	.page-6in1 .dataItem .sr .pk, .page-6in1 .dataItem .sr .sb {
		text-decoration: none;
	}

	.page-6in1 .dataItem a.pk {
		color: #0d57e9;
	}

	.page-6in1 .dataItem a.sb {
		color: #ff4c13;
	}

	.page-6in1 .dataItem .sr {
		text-align: right;
	}

	.sb {
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}

	.page-6in1 .dataItem .sr a {
		font-weight: 500;
		text-decoration-line: underline;
	}

	.odds-3 br{
		display: block !important;
	}

	.oods-c-bg1,
	body.light .up {
		background: none;
		color: #01b243;
		position: relative;
	}

	.oods-c-bg1:before,
	body.light .up:before {
		font-family: dashicons !important;
		line-height: 1;
		font-weight: 700;
		width: 12px;
		height: 12px;
		font-size: 12px;
		transition: color .1s ease-in;
		animation: Twinkle 2.5s infinite;
		content: "\f342";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.oods-c-bg2 {
		background: none;
		color: #ff361e;
		position: relative;
	}

	.oods-c-bg2:before {
		font-family: dashicons !important;
		line-height: 1;
		font-weight: 700;
		width: 12px;
		height: 12px;
		font-size: 12px;
		transition: color .1s ease-in;
		animation: Twinkle 2.5s infinite;
		content: "\f342";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
	}

	.oods-c-bg3 {
		background: #ff0;
		width: 12.25px;
		height: 14px;
		font-size: 12px;
		display: inline-block;
	}

	@keyframes Twinkle {
		0% {
			opacity: 0
		}
		25% {
			opacity: 1
		}
		50% {
			opacity: 0
		}
		75% {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}

	@-webkit-keyframes Twinkle {
		0% {
			opacity: 0
		}
		25% {
			opacity: 1
		}
		50% {
			opacity: 0
		}
		75% {
			opacity: 1
		}
		to {
			opacity: 0
		}
	}

	#teammain-6in1 .odd-status{
		text-align: center;
		padding-top: 5px;
		color: #232425;
		font-family: "Raleway";
		font-size: 12px;
	}

	#teammain-6in1{
		background: #DCE3EA;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 850px) {
	.single-tab ul {
		flex-flow: wrap;
	}
	
	#masthead .header-inner{
		padding: 0 10px;
	}
	.post-style1 .box{
		display: flex !important;
    	align-items: center;
	}
	.post-style1 .is-divider{
		left: 50%;
		transform: translate(15px,-50%);
	}
	.post-style1 .box-text {
		position: static;
	}
	.post-style2 .box{
		display: block !important;
	}
	.post-style2 .box-text{
		padding: 12px 0 8px 0;
	}
	.post-style2 .is-divider {
		left: 0;
		transform: translate(0px,-50%);
	}
	
	.s-highlight .post-style2 .box-text {
		padding-left: 0;
	}
	.a-section-3 .post-style1 .post-item:has(.box-vertical),
	.post-style2 .post-item{
		padding-bottom: 16px !important;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 550px) {
	.s-highlight .post-style2 .box{
		display: flex !important;
	}
	.s-highlight .post-style2 .box-image{
		width: 120% !important;
	}
	.s-highlight .post-style2 .box-text {
		padding-left: 10px;
	}
	.post-style2 .is-divider {
		left: 54%;
	}
}

@media (max-width: 992px) {
    .main-page .list-filter {
		overflow: scroll hidden;
		padding: 0px 16px 12px;
		margin-bottom: 12px;
		flex: unset;
		max-width: unset;
    }
	.home-filter-dropdown{
		flex: unset;
		padding: 0 16px;
		max-width: unset;
		width: 100%;
	}
	.home-filter-dropdown .matches__filter--leagues-football{
		width: 100%;
	}
}

@media (max-width: 768px) {
	.home .a-heading h1{
		padding: 10px 20px;
		display: inline-block;
	}
	
	.md-4{
		padding-top: 4px !important;
	}
	
    .main-page .sports-bars ul li button {
        flex-direction: column;
        gap: 10px;
        min-width: 90px;
        height: 60px;
    }

    .main-page .sports-bars ul li button svg {
        width: 24px;
        height: 24px;
    }

    .main-page .sports-bars ul li button.active::before, .main-page .sports-bars ul li button:focus::before, .main-page .sports-bars ul li button:hover::before {
        width: 55px;
    }

    .main-page .list-filter li a {
        gap: 5px;
    }

    .main-page .sports-bars ul li::after {
        right: 0px;
    }
}

@media (max-width: 767px) {
    .main-page .sports-bars ul {
        gap: 10px;
    }

    .main-page .list-filter li a {
        min-width: 150px;
        padding: 5px 10px;
    }

    .main-page .sports-bars .btn-livescore {
        width: 145px;
    }

    span.txt {
        width: inherit;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap: nowrap;
    }

    .main-page .sports-bars {
        display: grid;
        grid-template-columns: 1fr 145px;
        gap: 10px;
    }

    .main-page .sports-bars ul li button {
        min-width: 70px;
    }

    .switch > input[type="checkbox"]:checked + .switch-style::before {
        left: 5px;
    }
}

@media (max-width: 589px) {
    .main-page .sports-bars ul li button {
        font-size: 11px;
        min-width: 70px;
    }

    .main-nav__toggle {
        align-items: flex-end;
        flex-direction: column;
    }

    .main-page .sports-bars {
        padding: 15px 12px;
        grid-template-columns: 1fr 90px;
    }

    .main-page .sports-bars .btn-livescore {
        width: 120px;
    }

    .main-page .sports-bars ul {
        flex: 0 0 calc(100% - 150px);
    }

    .main-page .sports-bars ul li {
        margin: 0px;
    }
}

@media (max-width: 456px) {
    .switch > input[type="checkbox"]:checked + .switch-style::before {
        left: 5px;
    }

    .main-page .list-filter li a {
        font-size: 11px;
        font-weight: 500;
    }

    .main-page .list-filter {
        gap: 5px;
    }

    .main-page .sports-bars {
        gap: 0px;
    }

    .main-page .sports-bars ul {
        justify-content: normal;
        padding-right: 0px;
        gap: 7px;
        flex: 0 0 calc(100% - 110px);
    }

    .main-page .sports-bars {
        padding: 10px 0px;
    }

    .main-page .sports-bars ul li button {
        min-width: 47px;
        font-size: 9px;
        padding: 0px;
        padding-inline: 3px; border-radius: 12px !important;
    }

    .main-page .sports-bars .btn-livescore {
        width: 72px;
        padding: 7px 0px;
    }

    .switch {
        font-size: 11px;
    }
}


@media screen and (max-width: 1200px) {
    .grid-match__h2h-vs img {
        height: 10px;
        width: 10px;
    }
}

@media (max-width: 575px) {
    .gmd-match-footer__flag {
        display: none;
    }

    .gmd-match-footer__flag.flag-mobile {
        display: flex;
        margin: 0px auto;
        gap: 6px;
    }

    .gmd-match-footer:not(:has(.no-blv)), .gmd-match-footer:not(:has(.int-blv)) {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 390px) {
    .grid-match__h2h-vs {
        gap: 2px;
    }

    .grid-match__h2h-vs img {
        height: 9px;
    }
}

@media (max-width: 991px) {
    .grid-matches {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .grid-match__tennis .team-name-group {
        height: 36px;
    }

    .gmd-away_team p, .gmd-home_team p {
        width: 100px;
        text-overflow: ellipsis;
        text-wrap: nowrap;
        overflow: hidden;
    }

    .gmd-match-footer__streamer:has(.no-blv), .gmd-match-footer__streamer:has(.int-blv) {
        justify-content: start !important;
    }
}

@media (max-width: 576px) {
    .gmd-match-footer__streamer.active .extra-info {
        flex-direction: column;
        position: absolute;
        top: 100%;
        width: 85px;
        background: linear-gradient(rgb(0, 31, 59) 0%, rgb(0, 25, 49) 50%, rgba(26, 31, 43, 0.5) 100%);
        border-radius: 6px;
        padding: 5px 7px;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
        z-index: 998;
    }

    .extra-info_one {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        gap: 3px;
    }

    button.toggle-btn span {
        font-size: 11px;
    }

    .gmd-match__odds {
        font-size: 10px;
        min-width: 85px;
    }

    .gmd-match__odds-item {
        gap: 10px;
    }

    .main-grid-match a.odds-comp img {
        width: 50px;
        height: auto;
        object-fit: contain;
    }

    .gmd-match-footer {
        grid-template-columns: 120px 1fr 1fr;
    }

    .gmd-match-footer__flag {
        margin: 0px;
    }
}

@media (max-width: 480px) {
    .gmd-home_team {
        padding-right: 5px;
    }

    .gmd-away_team {
        padding-left: 5px;
    }

    .gmd-score-box {
        font-size: 17px;
    }
}

@media (max-width: 450px) {
    .gmd-match-footer__flag {
        font-size: 10px;
    }

    .gmd-match-footer {
        grid-template-columns: 90px 1fr 1fr;
    }

    .gmd-match__goal-scoring img {
    }

    .gmd-match-footer__streamer .toggle-btn img, .gmd-match-footer__streamer .toggle-btn span:first-child {
        display: none;
    }

    .main-grid-match a.odds-comp img {
        width: 50px;
    }

    .gmd-match__odds {
        font-size: 9px;
        min-width: 80px;
    }

    .gmd-match-footer {
        padding: 5px;
        margin: 0.25rem 0.35rem;
    }

    .extra-info_one img {
        width: 18px;
        height: 18px;
    }

    .gmd-match-league {
        width: 90px;
        text-wrap: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 480px) {
    .gmd-home_team {
        padding-right: 5px;
    }

    .gmd-away_team {
        padding-left: 5px;
    }

    .gmd-score-box {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .gmd-away_team p, .gmd-home_team p {
        width: 100px;
        text-overflow: ellipsis;
        text-wrap: nowrap;
        overflow: hidden;
    }
}

@media (max-width: 589px) {
    .main-page .sports-bars ul {
        justify-content: normal;
        gap: 5px;
        flex-wrap: nowrap;
        overflow: auto;
    }
}

@media (max-width: 768px) {
    .gmd-away_team p, .gmd-home_team p {
        width: 100px;
        text-overflow: ellipsis;
        text-wrap: nowrap;
        overflow: hidden;
        font-size: 12px;
        white-space-collapse: collapse;
    }
}

@media (max-width: 767px) {
    .main-page .sports-bars ul li button {
        margin-bottom: 0px;
    }

    span.txt {
        width: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap: nowrap;
    }
}

@media (max-width: 768px) {
    .main-page .sports-bars ul li button.active::before, .main-page .sports-bars ul li button:focus::before, .main-page .sports-bars ul li button:hover::before {
        width: auto;
    }
}

@media (max-width: 767px) {
    .gmd-match-league .text-ellipsis {
        color: transparent;
        position: relative;
    }

    .gmd-match-league .text-ellipsis::after {
        display: inline;
        position: absolute;
        left: 0px;
        top: 0px;
        color: rgb(255, 255, 255);
    }

    .gmd-match-footer__flag {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .extra-info_one.int-blv {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 450px) {
    .gmd-match-footer {
        grid-template-columns: 120px 1fr 1fr;
    }
}

@media (max-width: 450px) {
    .home-featured {
        padding-inline: 15px;
    }

    section#matches {
        padding-inline: 10px; }
}

@media (max-width: 767px) {
    .switch > input[type="checkbox"]:checked + .switch-style::before {
        left: 16px;
    }
}

@media (max-width: 456px) {
    .switch > input[type="checkbox"]:checked + .switch-style::before {
        left: 16px;
    }
}

@media (max-width: 576px) {
    .gmd-match-footer:has(.no-blv), .gmd-match-footer:has(.int-blv) {
        grid-template-columns: 1fr 80px 1fr;
    }

    .gmd-match-footer__odds {
        gap: 5px;
    }
}

@media (max-width: 380px) {
    .main-grid-match a.odds-comp img {
        width: 40px;
    }
}

@media (max-width: 576px) {
    .extra-info.extra-info_one {
        display: grid;
        grid-template-columns: 1fr 1fr;
        place-items: center;
        gap: 3px;
    }

    .gmd-match-footer:not(:has(.no-blv)), .gmd-match-footer:not(:has(.int-blv)) {
        grid-template-columns: 1fr 80px 1fr;
    }

    .extra-info_one span {
        font-size: 10px;
    }

    .extra-info_one svg {
        width: 25px;
        height: 25px;
    }

    .gmd-match-footer__flag {
        font-size: 11px;
    }
}

@media (max-width: 450px) {
    .gmd-match__odds {
        font-size: 9px;
        min-width: 70px;
    }

    .gmd-match__odds::after {
        right: 20px;
    }

    .gmd-match__odds::before {
        left: 20px;
    }
}

@media (max-width: 576px) {
    .custom-dropdown-trigger {
        padding: 8px 20px;
    }

    .custom-dropdown-content {
        width: 100%;
        top: 45px;
    }
}

@media (max-width: 767px) {
    .sport-loading {
        right: unset;
        position: static;
    }
}

@media (max-width: 991px) {
    #basketball .grid-match__vs {
        transform: scale(0.8);
    }

    #basketball .grid-match__status {
        min-width: 58px;
    }

    .main-page .sports-bars ul li button.active::before, .main-page .sports-bars ul li button:focus::before, .main-page .sports-bars ul li button:hover::before {
        content: none !important;
    }

    .home .filter-row.active {
        flex-wrap: wrap;
    }

    .matches__filter--leagues .sl-leagues {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .home-filter-dropdown {
        flex-direction: column;
        gap: 7px;
        margin-top: 2px;
        padding-inline: 7px; 
		max-width: unset;
	}
}

@media (max-width: 420px) {
    .page_bars .sports-bars ul::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        background: linear-gradient(270deg, rgba(25, 28, 33, 0) 0%, rgb(32, 37, 56) 100%);
        pointer-events: none;
        width: calc(100% - 154px);
        height: 100%;
        z-index: 1;
    }

    .page_bars .sports-bars ul.hide-blur::before {
        background: linear-gradient(270deg, rgb(22, 40, 65) 0%, rgba(25, 28, 33, 0) 100%);
        left: 156px;
    }
}

/* ==Lich thi dau css== */

@media screen and (max-width: 1024px) {
  .as-competition-wrapper .as-match__item {
    grid-template-columns: 120px 1fr 20px 165px;
  }

  .as-competition-wrapper .as-match__item .as-match__play span {
    display: none;
  }

  .as-competition-wrapper .as-match__item .as-match__play .dashicons-controls-play {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 99px;
  }
}

@media screen and (max-width: 768px) {
  .as-competition-wrapper .as-match__item {
    grid-template-columns: 100px 1fr 20px 165px;
  }

  .as-competition-wrapper .as-match__teams {
    gap: 12px;
  }

  .as-competition-wrapper .as-match__team--name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 118px;
  }

  .as-competition-wrapper .as-match__team--home img {
    margin-left: 6px;
  }

  .as-competition-wrapper .as-match__team--away img {
    margin-right: 6px;
  }

  .as-competition-wrapper .as-match__item {
    gap: 8px !important;
    font-size: 10px !important;
  }

  .as-competition-wrapper-xoilacz .as-match__item .as-match__label-item {
    border: none;
    background: none;
    color: #AFB4BA;
  }
}

@media screen and (max-width: 576px) {
  .as-competition-wrapper .as-match__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
  }

  .as-competition-wrapper .as-match__time {
    order: 1;
    flex: 1;
  }

  .as-competition-wrapper .as-match__teams {
    gap: 12px;
    order: 4;
    flex: 0 0 100%;
    width: 100%;
  }

  .as-competition-wrapper .as-match__round {
    order: 3;
    flex: 1;
  }

  .as-competition-wrapper .as-match__play {
    order: 2;
  }

  .as-competition-wrapper .as-match__label-item {
    padding: 0 5px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
	.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar-text {
		display: none;
	}
	
	.as-filter-tags .as-filter-tags-top .as-sort-by span.as-title {
		display: none;
	}
	
  .as-competition-wrapper .as-match__item {
    gap: 8px;
  }

  .as-competition-wrapper .as-match__teams {
    gap: 8px;
  }

  .as-competition-wrapper .as-match__round .as-match__label-item span {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media screen and (max-width: 400px) {
	.as-filter-tags__day .dashicons-calendar{
		display: none;
	}
	
  .as-competition-wrapper .as-match__label-item {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .as-competition-wrapper .as-match__label-item {
    font-size: 9px;
  }
}


@media screen and (max-width: 1200px) {
  .as-competition-wrapper .as-match__item {
    grid-template-columns: 120px 1fr 20px 165px;
  }

  .as-competition-wrapper .as-match__item .as-match__play span {
    display: none;
  }

  .as-competition-wrapper .as-match__item .as-match__play svg {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .as-competition-wrapper .as-match__item {
    grid-template-columns: 100px 1fr 20px 165px;
  }

  .as-competition-wrapper .as-match__teams {
    gap: 12px;
  }

  .as-competition-wrapper .as-match__teams .as-match__team--name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 118px;
  }

  .as-competition-wrapper .as-match__teams .as-match__team--home img {
    margin-left: 6px;
  }

  .as-competition-wrapper .as-match__teams .as-match__team--away img {
    margin-right: 6px;
  }
}

@media screen and (max-width: 768px) {
  .as-competition-wrapper .as-match__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px;
  }

  .as-competition-wrapper .as-match__item .as-match__time {
    order: 1;
    flex: 1;
  }

  .as-competition-wrapper .as-match__item .as-match__teams {
    gap: 12px;
    order: 4;
    flex: 0 0 100%;
    width: 100%;
  }

  .as-competition-wrapper .as-match__item .as-match__round {
    order: 3;
    flex: 1;
  }

  .as-competition-wrapper .as-match__item .as-match__play {
    order: 2;
  }
}

@media screen and (max-width: 576px) {
  .as-competition-wrapper .as-match__item {
    gap: 8px;
  }

  .as-competition-wrapper .as-match__item .as-match__teams {
    gap: 8px;
  }

  .as-competition-wrapper .as-match__item .as-match__round .as-match__label-item span {
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 992px) {
  .as-competition-wrapper .as-match__item {
    gap: 8px !important;
    font-size: 10px !important;
  }
}

/* ==BXH== */
@media (max-width: 1024px) {
  .as-standing {
    padding-bottom: var(--as-standing--top-padding-bottom-mobile);
    font-size: 12px;
  }

  .as-standing__table-row-head {
    font-size: 12px;
  }

  .as-standing .as-match__team .as-standing__table-text {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .as-standing__top {
    justify-content: space-between;
  }

  .as-standing__top .as-menu {
    display: block;
  }

  .as-standing__table-row {
    padding-left: 0px;
    gap: 0px;
    grid-template-columns: 40px 135px 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr;
  }

  .as-standing__table-row-head .as-standing__table-column-stt {
    margin: 0 auto;
  }

  .as-standing__table-column .as-stt {
    margin: 0 auto;
  }

  .as-standing__table-column .as-stt-highlight {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .as-coulumn-show-full {
    display: none;
  }

  .as-show-full .as-coulumn-show-full {
    display: flex;
  }

  .as-show-full .as-column-performance {
    display: block;
  }

  .as-show-full .as-standing__table {
    overflow-x: auto;
    white-space: nowrap;
  }

  .as-show-full .as-standing__table-row {
    grid-template-columns: 40px 135px 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 180px 50px;
    min-width: 760px;
    padding-left: 0px;
    padding-right: 0px;
    gap: 0px;
  }

  .as-show-full .as-standing__table-row-head {
    background: var(--as-standing-table-row-as-standing__table-row-head);
    grid-template-columns: 40px 135px 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 0.8fr 180px 50px;
  }

  .as-show-full .as-standing__table-row.active {
    background: #302e1e;
  }

  .as-show-full .as-standing__table-row.active .as-stt-popup,
  .as-show-full .as-standing__table-row.active .as-team-popup {
    background: #302e1e;
  }

  .as-show-full .as-standing__table-column-stt {
    position: sticky;
    z-index: 1;
    left: 0;
    width: 40px;
    background-color: var(--as-standing-table-row-bg);
    display: flex;
    justify-content: center;
  }

  .as-show-full .as-standing__table-column-stt.as-stt-popup {
    background-color: var(--as-standing-table-row-bg);
  }

  .as-show-full .as-standing__table-column-team {
    z-index: 1;
    position: sticky;
    left: 39px;
    width: 135px;
    background-color: var(--as-standing-table-row-bg);
    display: flex;
  }

  .as-show-full .as-standing__table-column-team.as-team-popup {
    background-color: var(--as-standing-table-row-bg);
  }

  .as-show-full .as-standing__table-column.as-column-head {
    background: var(--as-standing-table-row-as-standing__table-row-head);
  }

  .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-row.active {
    background: var(--as-standing-table-row-active-bg);
  }

  .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-row.active .as-stt-popup,
  .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-row.active .as-team-popup {
    background: var(--as-standing-table-row-active-bg);
  }

  .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-column-stt,
  .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-column-team {
    background-color: #031e35;
  }

  .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-column-stt.as-stt-popup,
  .as-standing.as-parent-standing-cakhia .as-show-full .as-standing__table-column-team.as-stt-popup {
    background-color: #031e35;
  }
}
@media (max-width: 480px) {
  .as-standing__table-row {
    grid-template-columns: 30px 120px 0.7fr 0.7fr 0.7fr 0.7fr 0.8fr;
  }
}
@media (max-width: 360px) {
  .as-standing__table-row {
    grid-template-columns: 25px 100px 0.7fr 0.7fr 0.7fr 0.7fr 0.85fr;
  }
}


/* ==page ket qua css==*/
@media screen and (max-width: 1400px) {
  .as-competition-wrapper .as-league_title {
    grid-template-columns: 200px 1fr 90px 65px 110px 110px;
  }

  .as-competition-wrapper .as-match__item--wrap {
    grid-template-columns: 200px 1fr 90px 65px 110px 110px;
  }
}

@media screen and (max-width: 1200px) {
  .as-competition-wrapper .as-match__item--wrap {
    display: block;
    padding: 12px;
  }

  .as-competition-wrapper .as-match__sm {
    display: grid;
    grid-template-columns: 1fr 20px 1fr;
    align-items: center;
    margin-bottom: 15px;
  }

  .as-competition-wrapper .as-match__sm :last-child {
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 992px) {
  .as-competition-wrapper .as-match__teams {
    gap: 12px;
  }

  .as-competition-wrapper .as-match__team--name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .as-competition-wrapper .as-match__team--home img {
    margin-left: 6px;
  }

  .as-competition-wrapper .as-match__team--away img {
    margin-right: 6px;
  }
}

@media screen and (max-width: 576px) {
  .as-competition-wrapper .as-match__label-item {
    font-size: 9px;
    padding: 0px 5px;
  }
}

@media screen and (max-width: 768px) {
  .as-competition-wrapper .as-match__sm .as-match__label-item {
    font-size: 11px;
  }
}

@media screen and (max-width: 420px) {
  .as-competition-wrapper .as-match__sm .as-match__label-item {
    font-size: 10px;
  }
}



/* ==popup css== */

@media (max-width: 768px) {
  .as-popup__schedule-team-info {
    background-size: auto 100%;
  }
}


@media (max-width: 768px) {
  .as-popup__schedule-team-info .as-info {
    gap: 10px;
  }
}

@media (max-width: 360px) {
	.as-competition-wrapper .as-match__item .as-match__sm .as-match__label .as-match__label-item {
		font-size: .625rem;
	}
	
  .as-popup__schedule-team-info .as-info {
    gap: 6px;
  }
}

@media (max-width: 360px) {
  .as-popup__schedule-team-info .as-info .as-team-away,
  .as-popup__schedule-team-info .as-info .as-team-home {
    gap: 4px;
  }
}


@media (max-width: 992px) {
  .as-popup__schedule-wrap {
    max-width: 440px;
  }
}

@media (max-width: 768px) {
  .as-popup__schedule-wrap {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .as-popup__schedule-link .as-stream-link-item a {
    padding: 8px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    gap: 2px;
  }

  .as-popup__schedule-link .as-stream-link-item a span.as-stream-link-item__logo {
    height: 30px;
  }
}

@media (max-width: 480px) {
  .as-popup__schedule-link {
    padding: 12px;
  }

  .as-popup__schedule-link .as-stream-links-grid {
    gap: 12px;
  }
}

@media (max-width: 576px) {
  .hpu-summary-block__player {
    gap: 4px;
  }
  .hpu-summary-block__player .hpu-player-avatar {
    width: 24px;
    height: 24px;
  }
  .hpu-summary-block__player-logo--in, .hpu-summary-block__player-logo--out {
    border-width: 1px;
  }
  .hpu-summary-block__player-name {
    font-size: 12px;
  }
  .hpu-summary-block__player-name span {
    max-width: 60px;
  }
}


/* ==Schedule page css== */
@media only screen and  (max-width: 550px) {
	.a-sidebar .post-item .box-text{
		padding: 0 0 0 10px;
	}
	
	.as-filter-tags .as-filter-tags__leagues .as-tags-leagues {
		flex-wrap: nowrap;
		height: 1.875rem;
		overflow-x: scroll;
		scrollbar-width: none;
		display: flex;
		align-items: center;
	}
	
	.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-today {
		font-size: .8125rem;
		font-weight: 400;
		line-height: 1.375rem;
		margin-right: 0;
		width: auto;
	}
	
	.as-filter-tags .as-filter-tags-top .as-filter-tags__day {
		gap: .375rem;
	}
	
	.as-filter-tags .as-filter-tags-top {
		padding: .625rem .375rem;
	}
	
	.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar {
		border-left: initial;
		padding-left: 0;
	}
	
	.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar .mx-datepicker {
		width: 5.625rem;
	}
	
	.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar .mx-datepicker .mx-input-wrapper input {
		font-size: .75rem;
		padding: 0 .3125rem;
	}
	
	.as-filter-tags .as-filter-tags-top .as-sort-by span.as-title {
		display: none;
	}
	
	.as-filter-tags .as-filter-tags__leagues {
		padding: .375rem;
	}
	
	.as-filter-tags .as-filter-tags-top .as-filter-tags__day .as-calendar-text {
		display: none;
	}
	
}

/* ==incident css== */
@media (max-width: 576px) {
  .as-incident-list__event {
    padding: 8px 6px;
  }

  .as-incident-list__player {
    gap: 4px;
  }

  .as-incident-list__player .as-player-avatar {
    width: 24px;
    height: 24px;
  }

  .as-incident-list__player-logo--in,
  .as-incident-list__player-logo--out {
    border-width: 1px;
  }

  .as-incident-list__player-name {
    font-size: 12px;
  }

  .as-incident-list__player-name span {
    max-width: 60px;
  }
}


/* ==popup result css== */
@media (max-width: 992px) {
  .as-popup__result-wrap {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .as-popup__result .as-scrolling__result-popup-tab-content {
    height: calc(100vh - 370px);
  }
  .as-popup__result .as-scrolling__result-popup.as-scrolling {
    height: calc(100vh - 380px);
  }
  .as-popup__result .as-scrolling__result-popup.as-scrolling__have-tab {
    height: calc(100vh - 380px - 52px);
  }
}
@media (max-width: 768px) {
  .as-popup__result-team-info .as-info {
    gap: 6px;
  }
}
@media (max-width: 768px) {
  .as-popup__result-team-info .as-info .as-team-away,
.as-popup__result-team-info .as-info .as-team-home {
    gap: 4px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .as-popup__result-team-info .as-col {
    flex-direction: column;
    padding-top: unset;
    align-items: center;
  }
  .as-popup__result-team-info .as-col:first-child {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .as-popup__result-team-info {
    background-size: auto 100%;
  }
}
@media (max-width: 768px) {
  .as-popup__result-wrap {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .as-popup__result-header {
    padding: 12px;
  }
  .as-popup__result-team-info {
    padding: 20px 6px;
  }
  .as-popup__result-team-info .as-team-name {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }
  .as-popup__result-team-logo {
    width: 32px;
    height: 32px;
  }
  .as-popup__result-half-time-score {
    font-size: 12px;
    padding: 5px 10px;
  }
}
@media (max-width: 390px) {
  .as-popup__result-team-info {
    padding: 10px 6px;
  }
}
@media (max-width: 390px) {
  .as-popup__result-team-info .as-result .as-popup__result-half-time-score .as-as-popup-item__result-half, .as-popup__result-team-info .as-result .as-popup__result-half-time-score .as-as-popup-item__first-leg, .as-popup__result-team-info .as-result .as-popup__result-half-time-score .as-as-popup-item__total-scores {
    padding: 0px 6px;
  }
}
@media (max-width: 360px) {
  .as-popup__result-team-info .as-result .as-popup__result-half-time-score .as-as-popup-item {
    font-size: 11px;
  }
}

/* ==popup teaminfo css== */
@media (max-width: 768px) {
  	.as-popup__result .as-score-vs {
		--as-core-size: 48rem;
		--as-core-size-num: 2rem;
		--as-core-font-site: 1.0625rem;
	}
	.as-score-vs.as-score-vs__num{
		
	}
}

/* ==popup tab css== */
@media (max-width: 992px) {
  .as-popup__result-wrap {
    max-width: 750px;
  }
}
@media (max-width: 768px) {
  .as-popup__result-wrap {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .as-popup__result .as-scrolling__result-popup-tab-content {
    height: calc(100vh - 370px);
  }
  .as-popup__result .as-scrolling__result-popup.as-scrolling {
    height: calc(100vh - 380px);
  }
  .as-popup__result .as-scrolling__result-popup.as-scrolling__have-tab {
    height: calc(100vh - 380px - 52px);
  }
}
@media (max-width: 768px) {
  .as-popup__result-team-info .as-info {
    gap: 6px;
  }
}
.as-popup__result-team-info .as-info .as-team-away,
.as-popup__result-team-info .as-info .as-team-home {
  flex: 1;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .as-popup__result-team-info .as-info .as-team-away,
  .as-popup__result-team-info .as-info .as-team-home {
    gap: 4px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .as-popup__result-team-info .as-col {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }
  .as-popup__result-team-info .as-col:first-child {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .as-popup__result-team-info {
    background-size: auto 100%;
    padding: 20px 6px;
  }
  .as-popup__result-team-logo {
    width: 32px;
    height: 32px;
  }
  .as-popup__result-team-name {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }
  .as-popup__result-half-time-score {
    font-size: 12px;
    padding: 5px 10px;
  }
  .as-popup__result-header {
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .as-tabs-icon {
    justify-content: start;
  }
  .as-tabs-icon__item span.as-show-name {
    display: none;
  }
  .as-tabs-icon__item.as-active span.as-show-name {
    display: inline-block;
  }
}
@media (max-width: 390px) {
  .as-popup__result-team-info {
    padding: 10px 6px;
  }
}
@media (max-width: 360px) {
  .as-popup__result .as-as-popup-item {
    font-size: 11px;
  }
	.as-popup__result-team-info .as-team-name {
		font-size: 11px;
		line-height: 13px;
	}
}


/* ==Tab thong ke css== */
@media (max-width: 1200px) {
  .as-popup__result-wrap {
    max-width: 750px;
  }
}

@media (max-width: 992px) {
  .as-popup__result-wrap {
    max-width: 90%;
  }

  .as-popup__result .as-scrolling__result-popup-tab-content {
    height: calc(100vh - 370px);
  }

  .as-popup__result .as-scrolling__result-popup.as-scrolling {
    height: calc(100vh - 380px);
  }

  .as-popup__result .as-scrolling__result-popup.as-scrolling__have-tab {
    height: calc(100vh - 380px - 52px);
  }

  .as-popup__result-team-info {
    background-size: auto 100%;
    padding: 20px 6px;
  }

  .as-popup__result-header {
    padding: 12px;
  }

  .as-popup__result-team-logo {
    width: 32px;
    height: 32px;
  }

  .as-popup__result-team-name {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
  }

  .as-popup__result-half-time-score {
    font-size: 12px;
    padding: 5px 10px;
  }

  .as-popup__result-team-info .as-info {
    gap: 6px;
  }

  .as-popup__result-team-info .as-team-home,
  .as-popup__result-team-info .as-team-away {
    gap: 4px;
    align-items: center;
  }

  .as-popup__result-team-info .as-col {
    flex-direction: column;
    padding-top: unset;
    align-items: center;
  }

  .as-popup__result-team-info .as-col:first-child {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .as-popup__result-team-info {
    padding: 10px 6px;
  }
}


/* ==css doi hinh== */
@media (max-width: 1200px) {
  .as-line-ups .as-ground-box {
    height: 400px;
  }
  .as-line-ups .as-ground-box .as-circle {
    left: -160px;
  }
}

@media (max-width: 992px) {
  .as-line-ups .as-ground-box {
    height: 600px;
    grid-template-columns: 1fr;
  }

  .as-line-ups .as-ground-box .as-circle {
    left: 0;
    top: -60px;
  }

  .as-line-ups .as-half-box {
    border-right: 0;
    border-bottom: 1px solid var(--as-line-ups-as-ground-box-border-color);
    flex-direction: column;
    justify-content: flex-start;
  }

  .as-line-ups .as-half-box .as-square1 {
    width: 100px;
    height: 40px;
    border-top-width: 0;
    border-left-width: 2px;
  }

  .as-line-ups .as-half-box .as-square2 {
    width: 197px;
    height: 80px;
    border-top-width: 0;
    border-left-width: 2px;
    justify-content: center;
  }

  .as-line-ups .as-lineup-players .as-rating {
    right: 1px;
    top: 3px;
    padding: 2px;
  }

  .as-line-ups .as-lineup-players .as-incident {
    left: 40px;
    gap: 2px;
  }

  .as-line-ups .as-lineup-players .as-incident.as-incident-top {
    top: -3px;
    right: 42px;
  }

  .as-line-ups .as-lineup-players .as-shirt-number-player {
    height: 15px;
  }

  .as-line-ups .as-shirt-number {
    font-size: 10px;
  }

  .as-line-ups .as-player-name {
    font-size: 10px;
  }

  .as-line-ups .as-half-box.as-half-box-away {
    transform: rotateX(180deg);
  }

  .as-line-ups .as-half-box.as-half-box-away .as-player-item {
    transform: rotateX(180deg);
  }

  .as-line-ups .as-formation-away {
    top: unset;
    bottom: 0;
  }
}

@media (max-width: 576px) {
  .as-line-up-colunm {
    grid-template-columns: 1fr;
  }

  .as-line-up-colunm .as-line-up-item .as-match__team-logo {
    width: 32px;
    height: 32px;
  }

  .as-line-up-colunm .as-player-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 140px;
  }

  .as-line-up-colunm .as-player-name .as-shirt-number {
    margin-right: 16px;
  }
}


