.row-item-match:hover {
    background: #354156 !important;
    cursor: pointer;
}

.match-feature {
    color: #FFC700;
}

.footer {
    display: block !important;
}

.tag-item svg circle {
    -webkit-animation: draw 500ms linear infinite;
    animation: draw 500ms linear infinite;
}

@-webkit-keyframes draw{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

@keyframes draw{
    0%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}

.container-team {
    border-bottom: 1px solid #354156
}

.container-team .left span {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 480px) {
    .row-item-match .btn-watch {
        display: none !important;
    }

    .container-team .left span {
        display: none;
    }

    .container-team .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer-bottom {
        margin-bottom: 50px;
    }
}

.sport-modal-content {
    background-color: #1e2039 !important;
    top: 50%;
    height: 400px;
    background: url('../assets/images/bg-popup.png');
    background-size: cover;
}

.sport-modal-content .modal-title{
    color: white;
    margin-bottom: 30px;
}
.sport-modal-content .modal-body{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.sport-modal-content .modal-header{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sport-modal-content .modal-footer{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sport-modal-content .modal-footer a{
    cursor: pointer;
}

.playerPopup {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: url('../assets/images/bg-popup.png');
    background-size: cover;
    margin: 10px;
    margin: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    min-height: 50%;
    z-index: 9;
    visibility: hidden;
    color: white;
    border-radius: 50px;
}

#popupModalLabel {
    margin: 20px 0;
    text-align: center;
}

.video-display {
    position: relative;
    background: transparent !important;
    min-height: auto !important;
}

.playerMessage {
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: my 1s infinite;
    animation: my 1s infinite;

}

@-webkit-keyframes my {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes my {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.base-wrapper {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}

.list-channel .list-channel-click.active{
    border: 1px solid #00efff;
    border-radius: 4px;
    display: block;
}
.table-match{
    position: relative;
}
.home-page .hot-matches .table-match{
    /*border-bottom: none !important;*/
}
.wp-more{
    width: 100%;
    min-height: 130px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    background: url('../assets/images/wp_more.png');
}

/*.home-page .hot-matches.blue .table-match .btn-show-more{*/
    /*position: absolute;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*left: 0;*/
    /*right: 0;*/
    /*text-align: center;*/
    /*width: 150px;*/
/*}*/

.home-page .hot-matches.blue .table-match .btn-show-more{
    left: 50%!important;
    right: auto!important;
    transform: translateX(-50%) !important;
}
.current-matches{
    width: 100%;
    min-height: 180px;
    background: #1C2536;
    border: 1px solid #00EFFF;
    margin-top: 45px;
}
.current-matches .teams-content{
  display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.current-matches .teams-content .name-team-left{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 40px 50px;
    line-height: 30px;
    text-align: right;
    color: #FFFFFF;
}

.current-matches .teams-content .name-team-right{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 40px 50px;
    line-height: 30px;
    text-align: left;
    color: #FFFFFF;
}
.current-matches .teams-content img{
    width: 96px;
    margin-top: 30px;
}
.current-matches .teams-content .name-team-center {
    padding: 56px 50px;
    text-align: center;
}
.current-matches .teams-content .name-team-center .score {
    font-size: 24px;
    margin-top: 4px;
    color: #FFFFFF;
}
.current-matches .teams-content .name-team-center p:first-child{
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #00EFFF;
}

.current-matches .teams-content .name-team-center .time {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
.t1{
    display: flex;
}

.name-team-wap{
    display: none;
}

@media only screen and (max-width: 1200px) {
    .name-team-wap{
        display: block;
    }
    .name-team-web{
        display: none;
    }
    .current-matches .teams-content img{
        margin: 0px auto;
        display: block;
        padding-top: 35px;
    }
    .current-matches .teams-content .name-team-center{
        padding-top: 8%;
    }
    .current-matches .teams-content .name-team-right{
        text-align: center;
    }
    .current-matches .teams-content .name-team-left{
        text-align: center;
    }
    .current-matches .teams-content {
        justify-content: space-around;
    }
    .home-page .hot-matches.blue .table-match .btn-show-more{
        /*display: ;*/
    }
}

@media only screen and (max-width: 768px) {
    .current-matches .teams-content .name-team-left{
        padding: 40px 5px;
    }
    .current-matches .teams-content .name-team-right{
        padding: 40px 5px;
    }
    .current-matches .teams-content .name-team-center{
        padding: 30px 0px;
    }

    .current-matches .teams-content .name-team-right{
        text-align: right;
        font-size: 16px;
    }
    .current-matches .teams-content .name-team-left{
        text-align: left;
        font-size: 16px;
    }
    .current-matches .teams-content .name-team-center{
        text-align: center;
    }
    .current-matches .teams-content img{
        width: 70px;
    }
    .content-page-custom{
        padding-top: 10px;
    }
    .fixture-page{
        padding-bottom: 30px;
    }
    .pricing-page .list-plan .plan-item{
        margin-bottom: 20px;
    }
    .pricing-page .sport-available .list-logo .logo-item{
        margin: 10px;
    }
    .pricing-page .list-plan .plan-item .justify-content-center{
       flex-wrap: wrap;
    }
    .pricing-page .list-plan .plan-item .price .prefix{
        display: none;
    }
    .match-ended .btn-action {
        margin-top: 20px;
    }
    .header-fixtures div.road-line {
        width: 100%;
        height: 1px;
        margin-bottom: 10px;
        background: #354156;
    }
}

@media only screen and (max-width: 450px) {
    .lightpick {
        left: unset !important;
        right: 5px !important;
    }
}

@media only screen and (min-width: 968px) {
    .home-page .list-tag a{
        /*margin-right: 40px;*/
    }
    .header-fixtures {
        display: flex;
        justify-content: space-between;
    }
}

.home-page .hot-matches .table-match .head .left{
    color: #ffffff;

}
.home-page .hot-matches .table-match .head a {
    text-decoration: none;
}
.live-text{
    position: relative;
    min-width: 200px;
}
.home-page .hot-matches .table-match .row-item-match .info>p:nth-child(2) {
    text-align: left;
}
.live-text i{
    animation: draw 500ms linear infinite;
    color: red;
    font-size: 10px;
    position: absolute;
    top: 4px;
}
.live-text span:last-child{
    color: #00efff;
    padding-left: 15px;
    font-size: 14px;
    position: absolute;
}

.live-text span:first-child{
    padding-right: 10px;
}
.home-page .hot-matches{
    padding: 25px 0px !important;
}
.fixture-page{
    padding: 5px !important;
}
.live-tv-page .container .live-tv{
    margin-top: 40px;
}

.tv-home-list {
  margin-top: 20px;
}

.tv-list-container .container .tv-home-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12px;
  margin-top: 20px;
}

.match-ended .title {
    color: #ffffff;
}
.match-ended .btn-action {
    margin-right: 12px;
    color: var(--gray);
    background-color: var(--blue-light);
    border: 1px solid transparent;
}
.match-ended .btn-action:hover {
    background-color: transparent;
    border-color: var(--blue-light);
    color: var(--blue-light);
    border: 1px solid var(--blue-light);
}

.hot-matches .table-match .head .timezone{
    margin-right: 30px;
    border: 1px solid #00efff;
    border-radius: 4px;
    padding: 5px 10px;
}

.fixture-page-item{
    height: 80px;
}

.fixture-page-item .info .time p{
    font-size: 20px;
    color: #ffffff;
}
.fixture-page-item .info .tournament{
    font-size: 16px;
    color: #668D9E;
    text-align: left;
}
.pagination li a{
    color: #cdcdcd;
    text-decoration: none;
}

#reportrange{
    width: 100%;
    padding: 8px;
    margin-left: 20px;
    cursor: pointer;
}

#custom-date-range-picker {
    background: #191c2f !important;
    border: 1px solid #10D1FF !important;
    color: #fff;
    height: 40px !important;
    width: 200px;
    position: relative;
}

#filter-tournament-dropdown-menu {
    background: #191c2f !important;
    border: 1px solid #10D1FF !important;
    color: #fff;
    height: 40px !important;
    width: 240px;
    position: relative;
    cursor: pointer;
    margin-right: 9px;
}

ul.list-filter-tournament {
    padding: 0;
    padding-top: 15px;
    display: none;
    position: absolute;
    top: 86%;
    left: -1px;
    width: 101%;
    height: 300px;
    overflow-y: auto;
    background: #777;
    background: #191C2F;
    border: 1px solid #10D1FF;
    border-top: none !important;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    z-index: 10;
}

ul.list-filter-tournament li {
    margin-bottom: 20px;
    height: 26px;
    line-height: 26px;
    width: 100%;
    list-style-type: none;
    color: rgba(255, 255, 255, 0.5);
}

ul.list-filter-tournament li a {
    display: flex;
    padding: 0 13px;
    height: 26px;
    line-height: 26px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
}

ul.list-filter-tournament li a:hover {
    color: #00EFFF;
}

ul.list-filter-tournament li a img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#filter-time-dropdown-menu {
    background: #191c2f !important;
    border: 1px solid #10D1FF !important;
    color: #fff;
    height: 40px !important;
    width: 200px;
    position: relative;
    cursor: pointer;
}

ul.list-filter-time {
    padding: 10px 0;
    display: none;
    position: absolute;
    top: 86%;
    left: -1px;
    width: 101%;
    height: 180px;
    background: #777;
    background: #191C2F;
    border: 1px solid #10D1FF;
    border-top: none !important;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    z-index: 10;
}

ul.list-filter-time li a {
    display: flex;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

ul.list-filter-time li {
    height: 26px;
    line-height: 26px;
    width: 100%;
    list-style-type: none;
    color: rgba(255, 255, 255, 0.5);
}

ul.list-filter-time li:hover,
ul.list-filter-time li.active {
    background: rgba(217, 217, 217, 0.1);
}

#tournament-detail,
#date-detail {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    top: 54%;
    left: 35px;
}

#custom-range-date {
    background-color: #191C2F;
    border: 0px;
    padding: 0 14px;
    width: 198px;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.text-custom-date {
    position: absolute;
    top: 2px;
    left: 15px;
    color: rgba(255, 255, 255, 0.5);
}

#custom-range-date::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.custom-icon-arrow-down {
    align-items: center;
    background-position: 50%;
    background: url(../assets/icons/icon-arrow-down-white.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: flex;
    height: 8px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
}

#list-match-fixture {
    margin-top: 1.75rem;
}

.lightpick {
    position: absolute;
    z-index: 99999;
    padding: 4px;
    background-color: #191C2F;
    border: 1px solid #10D1FF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.125em;
}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: grid;
    background-color: #EEE;
    grid-template-columns: auto;
    grid-gap: 1px;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 288px;
    background: #191C2F;
}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: space-between;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    cursor: pointer;
    color: #ADADAD;
    border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #ADADAD;
}
.lightpick__month-title > .lightpick__select-years,
.lightpick__month-title > .lightpick__select-months {
    font-weight: bold;
    font-size: 1em;
    margin-right: .5em;
    color: #ADADAD;
}

.lightpick__toolbar {
    display: flex;
    text-align: right;
    justify-content: flex-end;
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    margin-left: 6px;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #DDD;
    justify-content: center;
    align-items: center;
}

.lightpick__previous-action,
.lightpick__next-action {
    font-size: 12px;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day-of-the-week {
    display: flex;
    font-size: 19px;
    line-height: 23px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: #ADADAD;
}

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 35px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 19px;
    line-height: 23px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
    margin-bottom: 5px;
    margin-right: 5px;
}

.lightpick__day:not(.is-disabled):hover {
    border: 1px solid #10D1FF;
    border-radius: 50%;
    background: #191C2F;
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border: 1px solid #10D1FF;
    border-radius: 50%;
    background: #191C2F;
}

.lightpick__day.is-in-range:hover {
    border: 1px solid #10D1FF;
    border-radius: 50%;
    background: #191C2F;
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border: 1px solid #10D1FF;
    border-radius: 50%;
    background: #191C2F;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border: 1px solid #10D1FF;
    border-radius: 50%;
    background: #191C2F;
}

.lightpick__day.is-start-date.is-end-date {
    border: 1px solid #10D1FF;
    border-radius: 50%;
    background: #191C2F;
    /*background-color: transparent;*/
    /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");*/
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    color: #FFF;
    border: 1px solid #10D1FF;
    border-radius: 50%;
    background: #191C2F;
}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background: #191C2F;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;
    color: #ADADAD;
}

.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
    color: #ADADAD;
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    color: #ADADAD;
}
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}


.ct-search{
    position: relative;
}
.search-match {
    position: absolute;
    right: 12px;
    top: 0;
    background-color: #10172b;
    padding: 0px 12px;
}

.home-page .list-tag{
    padding-right: 10px;
    /*padding-right: 30%;*/
    padding-left: 0 !important;
}

.home-page .list-tag-custom{
    padding-right: 10px;
    background-color: transparent;
    display: block;
    overflow: initial;
}
.home-page .list-tag-custom li:hover{
    color: #00efff;
}
.search-match-input{
    background: #1e2039;
    border: none;
    height: 35px;
    border-radius: 6px;
    padding: 5px;
    margin-top: 7px;
    color: #ffffff;
}
.btn-search-match{
    background: #EF174B;
    height: 35px;
    border-radius: 6px;
    padding: 6px 20px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

@keyframes marquee {
    to {
        transform: translateX(-50%);
    }
}

.marquee {
    --space: 1rem;
    gap: var(--space);
    width: 100%;
    line-height: 1.5;
}

.marquee__group {
    --duration: 90s;
    --gap: var(--space);
    display: flex;
    user-select: none;
    gap: var(--gap);
    display: flex;
    overflow-x: hidden;
}

.list-tag::-webkit-scrollbar {
    width: 50%;
}

.marquee__inner {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll var(--duration) linear infinite;
}

.marquee__img {
    width: 21px;
    height: 21px;
}

.ct-search:hover .marquee__inner {
    animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.ct-search-bottom{
    width: 826px;

    border-radius: 10px;
    display: block;
    margin: 20px auto;
}

.block-search{
    background: #FFFFFF;
    display: flex;
    position: relative;
    height: 59px;
    border-radius: 40px;
}

.ct-search-bottom select{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: #000000;
    border: none;
    height: 59px;
    width: 20%;
}

.ct-search-bottom input{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    border: none;
    height: 59px;
    width: 80%;
    padding-left: 15px;
    border-radius: 40px;
}
.ct-search-bottom select:focus, .ct-search-bottom input:focus{
    outline: none;
}

.ct-search-bottom .icon-s{
    position: absolute;
    top: 17px;
    right: 20px;
}
.select2-container--default .select-custom-match-today2 {
    border: none;
    height: 59px;
    padding: 10px;
    border-radius: 10px;
}
.select-custom-match-today2 .select2-selection__rendered {
padding: 0px 20px 0 20px !important;
line-height: 40px !important;
}
.select2-container--default .select-custom-match-today2 .select2-selection__arrow {
height: 59px !important;
}

.s-big-title{
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
}

.s-small-title{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    text-align: center;

    color: rgba(255, 255, 255, 0.68);
}

.home-page .list-tag-custom a{
    background: rgba(162, 175, 192, 0.37);
    border: 1px solid rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(31.5px);
    border-radius: 30px;
    width: 100%;
    padding: 4px 10px;
    margin-right: 6px;
}
.home-page .list-tag-custom .tag-item{
    justify-content: center;
}


.slick-dots {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
    bottom: auto;
    list-style-type: none;
}
.slick-dots li {
    margin: 0 0.25rem;
}
.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #00efff;
    text-indent: -9999px;
}
.slick-dots li.slick-active button {
    background-color: red;
}

.ct-search-bottom{
    display: none;
}
.error-page{
    background: url('../../images/bg-popup.png');
    background-size: cover;
    height: 100vh;
    width: 100%;
    text-align: center;
    padding: 7% 0px;
}
.error-page img{
    display: block;
    margin: 10px auto;
}

.error-page a{
    display: block;
    margin-top: 30px;
}

.error-page p{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    align-items: center;
    text-align: center;
    color: #668D9E;
    margin: 30px;
}
.jw-display-icon-container {
    pointer-events: inherit !important;
}

@media only screen and (max-width: 768px) {
  .search__container{
    margin-top: 24px;
  }
    .ct-search-bottom{
        width: 100%;
    }
    .s-big-title{
        font-size: 18px;
    }
    .home-page .list-tag .tag-item{
        font-size: 13px;
    }
    .live-tv-page .video-channel .channel {
        display: none;
    }

    .live-tv-page .content-page {
        padding-top: 30px;
    }

    .fixture-page-item .info .time p{
        font-size: 15px;
        text-align: left;
    }

    .fixture-page-item .info .tournament {
        font-size: 14px;
        text-align: center;
    }

    .fixture-page-item .teams {
        font-size: 13px;
    }

    .fixture-page-item .teams .teams-content .logo-team {
        width: 18px;
    }

    .home-page .hot-matches .table-match .row-item-match .info>p:nth-child(2) {
        text-align: center;
    }

    .hot-matches .table-match .row-item-match .info .time-format,.live-text {
        text-align: center;
    }

    .live-tv-page .video-channel .countdown-event {
        position: absolute;
        left: 28%;
        top: 26%;
    }

    .live-tv-page .video-channel .countdown-event #pageTimer{
        color: white;
        font-size: 25px;
    }

    .live-tv-page .video-channel .banner-pre-event {
        width: 100%;
    }

    .event-name {
        color: white;
    }

    .live-tv-page-matches .video-channel .video-section .info-item .right .link-channel {
        font-size: 9px;
        height: 22px;
        padding: 0 8px;
        height: 30px;
    }

    .menu-bar .img-mobile {
        width: 116px;
    }

}

.logo-live-tournament {
    background: #10172b;
    z-index: 2;
    padding-left: 24px;
    padding-right: 20px;
}

.preview-tv {
    border-radius: 8px;
}

.select2-container--default .select2-selection--single, .select2-container img {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.list-tournament-icon {
    width: 19px;
    height: 19px;
    object-fit: contain;
}

.pr-10 {
    padding-right: 10px;
}

.pricing-page .sport-available .list-logo .logo-item img {
    width: 100%;
    border-radius: 50%;
    object-fit: scale-down;
}

.pricing-page .sport-available .list-logo .logo-item {
    padding: 2px;
}

.change-channel {
    color: #10d1ff;
    cursor: pointer;
}

.container .live-tv .content .tv-item {
    height: 61px;
}

.container .live-tv .content .tv-item img {
    height: 100%;
}

.container .live-tv .content .tv-item .channel-name {
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(90deg,#000,transparent);
    width: 100%;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    border-bottom-left-radius: 8px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (min-width: 1200px) {
    .live-tv-page .container .live-tv .content {
        grid-template-columns: repeat(5,minmax(0,1fr));
    }

    .tv-list-container .container .tv-home-list {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .tv-list-container .container .live-tv .content .tv-item {
      height: 112px;
    }

    .container .live-tv .content .tv-item {
        height: 147px;
    }

    .container .live-tv .content .tv-item .channel-name {
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(90deg,#000,transparent);
        width: 100%;
        color: #fff;
        padding: 5px;
        font-weight: 900;
        border-bottom-left-radius: 8px;
    }

    .home-page .live-tv .content a {
        margin-right: unset;
    }

    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1120px
    }

    .live-tv-page .video-channel .channel .list-channel {
        height: 450px;
    }

    .home-page .hot-matches .table-match .head .left {
        padding: 15px 80px 15px 15px;
    }

    .home-page .hot-matches .table-match .head {
        font-size: 20px;
    }

    .fixture-page-item .box-play .btn-watch {
        width: 90px;
        height: 34px;
    }

    .home-page .hot-matches .table-match .row-item-match .btn-watch {
        font-size: 16px;
        height: 35px;
        padding: 0 14px;
        font-weight: 500px;
    }

    .live-tv-page .event-name {
        color: #ffffff;
    }

    .live-tv-page .video-channel .countdown-event {
        position: absolute;
        left: 45%;
        top: 50%;
    }

    .live-tv-page .video-channel .countdown-event #pageTimer{
        color: white;
        font-size: 25px;
    }

    .live-tv-page .video-channel .banner-pre-event {
        width: 100%;
    }
}

.js-cookie-consent {
    position: fixed;
    bottom: 0;
    background: var(--darkV2);
    padding: 24px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 999    ;
}

.cookie-consent__message {
    flex: 1;
    color: #aaa;
    font-size: 14px;
    max-width: 60%  ;
}

.cookie-consent__agree {
    padding: 8px 19px;
    font-size: 14px;
    background: var(--blue-light);
    color: #000;
}

.home-page .hot-matches .table-match .head .left, .home-page .hot-matches .table-match .row-item-match .btn-watch {
    background-color: var(--blue-light);
}

#modal-device .modal-dialog{
    min-width: 800px;
    border: 1px solid #435776;
}

#modal-device-check .modal-dialog{
    border: 1px solid #435776;
}
#modal-device .modal-body{
    height: 500px;
    overflow-y: auto;
}

#modal-device .modal-header, #modal-device-check .modal-header  {
    border-bottom: none;
}
#modal-device .modal-title,#modal-device-check .modal-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 100%;
}
.btn-delete-device{
    background-color: #4b4d61;
    color: #ffffff;
}
.device-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.btn-delete-device{
    margin-top: -13px;
}
.btn-delete-device:hover, .btn-delete-device.active{
    background-color: #00efff;
}

.content-button-check{
    background-color: #00efff;
    color: #000;
    margin: 0px auto;
    display: block;
    margin-top: 30px;
}
.device-group{
    display: flex;
    background-color: #23273f;
    border: 1px solid #435776;
    margin: 10px 0px;
    padding: 10px;
}
.image-device{
    width: 10%;
}

.device-info{
    width: 85%;
    margin-top: 8px;

}

#modal-device .modal-content, #modal-device-check .modal-content, #modal-link-pre .modal-content{
    background-color: #1E2039;
    border: none;
    /*width: 800px;*/
    color: #ffffff;
    padding: 20px 30px;
}

#modal-device .text-left{
    color: #668D9E;
}
.btn-delete-device{
    display: none;
}

.label-device {
    cursor: pointer;
    color: #383A3F;
    display: block;
    font-size: 1.2em;
    margin-top: 8px;
}
.label-device input[type=checkbox] + .label-text:hover:before {
    color: #00efff;
}
.label-device input[type=checkbox] {
    display: none;
}
.label-device input[type=checkbox] + .label-text:before {
    content: "";
    color: #00efff;
    font-family: "fontAwesome";
    line-height: 1;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}
.label-device input[type=checkbox]:checked + .label-text:before {
    content: "";
    color: #00efff;
    animation: tick 150ms ease-in;
}
.label-device input[type=checkbox]:disabled + .label-text:before {
    content: "";
    color: #00efff;
}

@keyframes tick {
    0% {
        transform: scale(0);
    }
    90% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
