﻿@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&display=swap");

.modal22 {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center22 {
    z-index: 1000;
    margin: 285px auto;
    padding: 10px;
    width: 500px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

/* Varaiables */
:root {
    --color1: #23283a;
    --black: #000000;
    --orange: #ff7a01;
    --white: #ffffff;
    --grayDark: #595959;
    --grayMid: #8f8f8f;
    --grayLight: #d6d6d6;
    --we-purple: #55318c;
}
/* *********************************************** */

/* Resets */
li {
    list-style: none;
}

body,
p,
a,
ul,
li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: inherit;
    font-size: 13px;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /*width: 412px;*/
}

body {
    /*background: linear-gradient( 180deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 59.37% );
    background-image: url("../assets/navbar-images/background-img.png");*/
    /*background-repeat: no-repeat;*/
    background-size: contain;
    background: rgb(88,51,141);
    background: linear-gradient(90deg, rgba(88,51,141,1) 0%, rgba(117,91,160,1) 35%, rgba(117,91,160,1) 100%);
}
/* **************************************************** */

/* typography fonts */
body {
    font-family: "Cairo", sans-serif;
    font-style: normal;
    padding-bottom: 6rem;
}

._container {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}

._container-right {
    width: 96%;
    max-width: 1200px;
    margin-inline-start: auto;
}
/* ********************************************************** */
/* Mobile style */
/* Header style  */
#header nav.nav-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px;
    width: 100%;
    position: fixed;
    z-index: 6;
    margin-top: -9px;
    /*background-image: url(../assets/navbar-images/background-img.png);*/
    background: rgb(88,51,141);
    background: linear-gradient(90deg, rgba(88,51,141,1) 0%, rgba(97,64,147,1) 35%, rgba(111,83,156,1) 100%);
}

#header .logo img {
    /*filter: brightness(0.5);*/
}

/* .container-menu { */
/* display: none; */

/* position: fixed; */
/* position: absolute; */
/* transform: translatex(100%);
        transition: transform 0.2s;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: black;
        color: white;
        list-style: none;
        padding-top: 4rem; */

/* } */
#header i.fa-solid.fa-bars {
    font-size: 24px;
}

#header .user-sectio img.avatar {
    /*height: 40px;
    width: 40px;*/
    border-radius: 50%;
}

#header .container-nav {
    display: flex;
    top: 0px;
    width: 100%;
    margin: 0px;
    position: fixed;
    right: 0;
    justify-content: space-between;
}

div#main-navbar::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #21252963;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.size-fixed {
    width: 85%;
    height: 85%;
}

#header .container-nav {
    margin-top: 0;
    z-index: 100;
    margin-left: 0;
    padding-left: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#header span.close-icon {
    position: absolute;
    z-index: 10;
    font-size: 35px;
    left: 30px;
    top: 66px;
    color: #fff;
}

#header ul.menu-tabs li {
    color: #fff;
    list-style: none;
    padding: 15px;
    display: flex;
    padding-left:0px !important;
    text-align:center;
}

#header ul.menu-tabs {
    width: 75%;
    background-color: #85308B;
    z-index: 10;
    padding: 0px;
    /* padding-right: 20px; */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 0px;
    padding-top: 24px;
    padding-bottom: 15px;
    overflow-y: scroll;
    height: 100vh;
}

    #header ul.menu-tabs li a {
        text-decoration: none;
        color: #fff;
    }

#header li.menu-tab img {
    margin-left: 10px;
}

#header ul.social {
    display: flex;
    padding-right: 7px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#header li.menu-tab.social-icon {
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 26px;
    padding-left: 0px;
}

#header .social li {
    background-color: #414141;
    border-radius: 50%;
    margin-right: 10px;
}

#header .social i.fa-brands {
    font-size: 18px;
    color: #000;
}

#header ul.social li {
    padding: 4px 6px !important;
}

#header .menu-tab.img-section1 {
    background-image: url("../assets/navbar-images/ball.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 15px;
    border-radius: 10px;
}

#header .img-section1 img {
    margin-right: 47%;
    margin-top: 10px;
}

#header li.menu-tab.img-section1 p {
    margin-right: 49%;
}

#header .menu-tab.img-section2 {
    background-image: url("../assets/navbar-images/flag.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 15px;
    border-radius: 10px;
}

#header .container-nav {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* animation: main .5s; */
}

#header li.menu-tab.img-section2 .expect,
.btn-new {
    margin-right: 47%;
}

#header li.menu-tab.img-section2 .expect {
    margin-top: 10px;
}

#header li.menu-tab.img-section2 .btn-new {
    border-radius: 42%;
    background-color: #313131;
    width: 57px;
    height: 37px;
    text-align: center;
    padding: 4px 0px;
}

#header i.fa-solid.fa-chevron-down {
    font-size: 20px;
    color: #FFD401;
    margin-right: 60px;
    font-family: 600;
}

#header li.menu-tab.new-account-btn {
    justify-content: center;
    background-color: #55318c;
    margin: 10px 15px 10px 15px;
    border-radius: 12px;
}

#header li.menu-tab.log-account-btn {
    justify-content: center;
    background-color: #000000;
    margin: 0px 15px 20px 15px;
    border-radius: 12px;
}

#header .container-nav,
#main-navbar {
    visibility: hidden;
    display: none;
    overflow: scroll !important;
    /* transition: all 1s; */
}

#header div#sidenav {
    cursor: pointer;
    color:#fff;
    padding-top:15px;
}

#header span#close {
    cursor: pointer;
}

#header #dropdownlist,
#arrowup {
    display: none;
}

#header #dropdownlistCompetition,
#arrowupCompetition {
    display: none;
}

#header #arrowup {
    font-size: 20px;
    color: #FFD401;
    margin-right: 60px;
}

#header #arrowupCompetition {
    font-size: 20px;
    color: #FFD401;
    margin-right: 60px;
}

/* search section */
#header .site-search .icon-search {
    padding-left: 25px;
    background: url("../assets/navbar-images/search-normal.png") no-repeat left;
    background-size: 20px;
}

#header .site-search form.search_form_1 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* p.selection_option {
    display: none;
}

span.icon_select_mate {
    display: none;
}

.cont_list_select_mate {
    display: none;
} */

#header .site-search {
    padding: 100px 20px 0px 27px;
}

    #header .site-search input[type="search"] {
        padding: 3px;
        width: 70%;
        height: 47px;
        padding-right: 10px;
        border: 0px;
        /*border-radius: 5px 0px 0px 5px;*/
        background-color: #f5f5f5;
    }

    #header .site-search input.icon-search {
        padding: 3px 11px;
        background-color: transparent;
        border: 0px;
        margin-right: -30px;
    }

    #header .site-search .select {
        -moz-appearance: none; /* Firefox */
        -webkit-appearance: none; /* Safari and Chrome */
        appearance: none;
    }

    #header .site-search .select_mate i.fa-solid.fa-chevron-down {
        color: #fff;
        position: absolute;
    }

    #header .site-search select.select {
        background-color: #55318B;
        color: #fff;
        align-items: center;
        padding: 12px 10px;
        width: auto;
        height: 48px;
        border-radius: 0px 5px 5px 0px;
        width: 30%;
        border-color:transparent;
    }

    #header .site-search .select_mate {
        display: flex;
        justify-content: center;
        align-items: center;
        /*width: 30%;*/
    }
/* ************************************************************************ */
/* sticky navbar */
nav.sticky a {
    text-decoration: none;
}

nav.sticky li {
    list-style: none;
}

nav.sticky a {
    text-decoration: none;
    font-size: 11px !important;
    color: #000000;
    font-weight: 500;
}

nav.sticky li {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 20%;
}

ul.sticky-tabs {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

nav.sticky {
    background-color: #fff;
    padding: 15px 0px;
    position: sticky;
    bottom: 0px;
    z-index: 98;
}
/* may edit it */
footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    /*width: 412px;*/
    z-index: 9999;
    right: 0;
}

.sticky-tab {
    filter: grayscale(1);
    opacity: 0.4;
}

    .sticky-tab.active-sticky {
        filter: grayscale(0);
        opacity: 1;
    }

.wrap {
    background-color: #fff;
    height: 20px;
    position: relative;
}

    .wrap::after {
        position: absolute;
        content: "";
        width: 134px;
        height: 5px;
        background-color: #000;
        top: 0;
        border-radius: 100px;
        left: calc(50% - 134px / 2 + 0.5px);
    }

.wrap1 {
    background-color: rgba(0, 0, 0, 0);
    background: linear-gradient( to left, rgba(0, 0, 0, 0) -36%, rgba(0, 0, 0, 1) 192% );
    height: 20px;
    position: relative;
}

    .wrap1::after {
        position: absolute;
        content: "";
        width: 134px;
        height: 5px;
        background-color: #fff;
        top: 0;
        border-radius: 100px;
        left: calc(50% - 134px / 2 + 0.5px);
    }
/* ********************************************************************** */
/* wrap news */
section#news-bar {
    display: flex;
    align-items: center;
    margin: 0px 0px;
    background-color: #fff;
    border: 2px solid #fff;
    height: 50px;
    overflow: hidden;
}

.nopadding {
    left: 0px !important;
}

.news-items-wrapper {
    display: flex;
    align-items: center;
    animation-name: leftToRight;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.news-item {
    counter-increment: news;
    white-space: nowrap;
    width: 100%;
    font-weight: 500;
    color: #000;
    font-size:14px;
    margin-inline: 30px;
}

@keyframes leftToRight {
    100% {
        transform: translateX(90%);
    }

    0% {
        transform: translateX(-35%);
    }
}

i.fa-solid.fa-circle {
    font-size: 12px;
    color: #745ba0;
}
/* ***************************************************** */
/* slider-news-card */
/* #all-news{
  overflow: hidden;
} */
#football .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
    background-color: #fff;
}

#football .carousel-indicators {
    /*bottom: -3px;
    right: 77%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;*/
    top: 0%;
    left: auto;
    right: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#football .carousel-caption {
    text-align: start;
    right: 0;
    padding-bottom: 15px;
    bottom: 16px;
}

    #football .carousel-caption a.exclusive {
        padding: 0px 16px;
        background-color: #55308c;
        border: 0px;
        margin-bottom: 6px;
        position: absolute;
        bottom: 55px;
    }

        #football .carousel-caption a.exclusive a {
            color: #ffffff;
        }

    #football .carousel-caption span.time {
        color: #d6d6d6;
    }

#video-slider .carousel-caption a.exclusive {
    padding: 0px 16px;
    background-color: #58308f;
    border: 0px;
    margin-bottom: 6px;
    position: absolute;
    bottom: 56px;
}

    #video-slider .carousel-caption a.exclusive a {
        color: #ffffff;
    }

#football .carousel-caption span.time {
    color: #d6d6d6;
}

#football .img {
    background: linear-gradient( 260.24deg, rgba(0, 0, 0, 0.4) 7.34%, rgba(0, 0, 0, 0) 100% );
    border-radius:8px;
}
/* /////////////////////////////////// */
#basketball .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
}

#basketball .carousel-indicators {
    top: 0%;
    left: auto;
    right: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#basketball .carousel-caption {
    text-align: start;
    right: 0;
    padding: 0px 20px 0px 122px;
    top: 50%;
}

    #basketball .carousel-caption a.exclusive {
        padding: 4px 16px;
        background-color: #ff7a01;
        border: 0px;
        margin-bottom: 6px;
        position: absolute;
        bottom: 35px;
    }

        #basketball .carousel-caption a.exclusive a {
            color: #ffffff;
        }

    #basketball .carousel-caption span.time {
        color: #d6d6d6;
    }

#basketball .img {
    background: linear-gradient( 260.24deg, rgba(0, 0, 0, 0.4) 7.34%, rgba(0, 0, 0, 0) 100% );
}

section#basketball {
    margin-bottom: 10px;
}
/* //////////////////////////////////////////// */
#tennis .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
}

#tennis .carousel-indicators {
    top: 0%;
    left: auto;
    right: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#tennis .carousel-caption {
    text-align: start;
    right: 0;
    padding: 0px 20px 0px 122px;
    top: 50%;
}

    #tennis .carousel-caption a.exclusive {
        padding: 4px 16px;
        background-color: #ff7a01;
        border: 0px;
        margin-bottom: 6px;
        position: absolute;
        bottom: 35px;
    }

        #tennis .carousel-caption a.exclusive a {
            color: #ffffff;
        }

    #tennis .carousel-caption span.time {
        color: #d6d6d6;
    }

#tennis .img {
    background: linear-gradient( 260.24deg, rgba(0, 0, 0, 0.4) 7.34%, rgba(0, 0, 0, 0) 100% );
}

section#tennis {
    margin-bottom: 10px;
}
/* /////////////////////////////////////////////// */
#olympia .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
}

#olympia .carousel-indicators {
    top: 0%;
    left: auto;
    right: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#olympia .carousel-caption {
    text-align: start;
    right: 0;
    padding: 0px 20px 0px 122px;
    top: 50%;
}

    #olympia .carousel-caption a.exclusive {
        padding: 4px 16px;
        background-color: #ff7a01;
        border: 0px;
        margin-bottom: 6px;
        position: absolute;
        bottom: 35px;
    }

        #olympia .carousel-caption a.exclusive a {
            color: #ffffff;
        }

    #olympia .carousel-caption span.time {
        color: #d6d6d6;
    }

#olympia .img {
    background: linear-gradient( 260.24deg, rgba(0, 0, 0, 0.4) 7.34%, rgba(0, 0, 0, 0) 100% );
}

section#olympia {
    margin-bottom: 10px;
}
/* ///////// */
.tab li.active {
    background-color: #fff;
}

.tabcontent {
    display: none;
}

.visible {
    display: block;
}

.tab li.active {
    background-color: #fff;
}

.media-tab li.active {
    background-color: #fff;
}

.tabcontent {
    display: none;
}

.tabcontentmedia {
    display: none;
}

.visible {
    display: block;
}
/* ********************************************************************* */
/* single post */
.card-news-single p.news-title {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding-top:12px;
}

.card-news-single span.time-date {
    font-size: 8px;
    color: #fff;
}

.card-news-single .single-news-image {
    height: 100%;
}

.card-news-single .card-details {
    width: 60%;
    display: inline-block;
    padding-bottom:20px;
}

.card-news-single .single-news-image img {
    /*width: 100%;*/
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius:8px;
}

.card-news-single .main-card-news {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .card-news-single .main-card-news:not(:last-child) {
        margin-bottom: 1rem;
    }

section#card-news-single {
    margin-bottom: 10px;
}

.card-news-single .main-cards-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}

#card-news-single p.news-title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}

#card-news-single span.time-date {
    font-size: 8px;
    color: #8f8f8f;
}

#card-news-single .single-news-image {
    width: 30%;
    display: inline-block;
}

#card-news-single .card-details {
    width: 60%;
    display: inline-block;
}

#card-news-single .single-news-image img {
    width: 100%;
    height: auto;
}

#card-news-single .main-card-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2%;
    justify-content: center;
    height: auto;
}

section#card-news-single {
    margin-bottom: 10px;
}

#card-news-single .main-cards-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
}

#card-news-single .main-card-news {
    margin-bottom: 15px;
}
/* *********************************************** */
/* latest news card large*/
section#latest-news-large-card {
    padding: 0px 20px;
    margin-bottom: 25px;
}

#latest-news-large-card .large-time {
    color: #595959;
    font-size: 13px;
    font-weight: 600;
}

#latest-news-large-card .large-single-news-image img {
    width: 100%;
    height: auto;
}

#latest-news-large-card p.large-news-title {
    color: #000000;
    font-weight: 700;
    font-size: 17px;
}

#latest-news-large-card .large-cards-news {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
/* ****************************************************** */
/* video slider */
#video-slider video.video-cover {
    width: 100%;
}

#video-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
}

#video-slider .carousel-indicators {
    top: 0%;
    left: auto;
    right: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

#video-slider .carousel-caption {
    text-align: start;
    right: 0;
    padding: 0px 20px 0px 70px;
    top: 30%;
}

    #video-slider .carousel-caption button.exclusive {
        padding: 4px 16px;
        background-color: #58308f;
        border: 0px;
        margin-bottom: 6px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
    }

        #video-slider .carousel-caption button.exclusive a {
            color: #ffffff;
        }

    #video-slider .carousel-caption span.time {
        color: #d6d6d6;
    }

#video-slider .img {
    background: linear-gradient( 260.24deg, rgba(0, 0, 0, 0.4) 7.34%, rgba(0, 0, 0, 0) 100% );
}

section#video-slider {
    margin-bottom: 10px;
}

#video-slider i.fa-solid.fa-play {
    transform: rotate(360deg);
    text-align: center;
    font-size: 20px;
    /*margin-right: 4px;*/
}

#video-slider p.title {
    font-size: 15px;
}
/* ************************************************************ */
/* video cards */
section#card-videos-single {
    padding: 0px 20px 0px 20px;
}

#card-videos-single .main-card-video {
    width: 48%;
    margin-bottom: 15px;
    /*background-color: #d6d6d691;*/
    /*box-shadow: 0 0 7px rgb(0 0 0 / 20%);*/
}

#card-videos-single .main-cards-videos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#card-videos-single .single-video-image {
    display: inline-block;
    width: 100%;
}

    #card-videos-single .single-video-image img {
        width: 100%;
    }

#card-videos-single .video-card-details {
    display: flex;
    flex-direction: column-reverse;
}

#card-videos-single p.video-title {
    display: inline-block;
    width: 100%;
    font-size: 13px !important;
    color: #fff;
    /*font-weight: 700;*/
    padding-right: 12px;
    padding-top:22px;
    padding-bottom:10px;
    padding-right:2px;
}

.newsDate {
    position: absolute;
    z-index: 2;
    background-color: #55318c;
    color: #fff;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    font-size: 12px;
    padding-right: 2px;
    padding-left: 5px;
    font-size: 11px;
}

#card-videos-single span.video-time-date {
    font-size: 12px;
    color: #595959;
}

#card-videos-single .single-video {
    width: 100%;
}

#card-videos-single i.fa-solid.fa-play {
    color: #fff;
    transform: rotate(360deg);
    padding-left: 4px;
    /*margin-right: 5px;*/
}

#card-videos-single .control-video-card {
    position: absolute;
    margin-top: 8%;
    width: 35px;
    height: 35px;
    background-color: #58308f;
    border-radius: 50%;
    border: 1px solid #58308f;
    margin-right: -100px;
    /*padding-right: 6px;*/
}

#card-videos-single .control-news-card {
    position: absolute;
    margin-top: 8%;
    width: 35px;
    height: 35px;
    background-color: #58308f;
    border-radius: 50%;
    border: 1px solid #58308f;
    margin-right: -100px;
    /*padding-right: 6px;*/
}


section#card-videos-single {
    margin-bottom: 15px;
}
/* ************************************** */
/* banners */
/* small banner */
.small-bannar-ad {
    padding-block: 40px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}
/* ********************************** */
/* large banner */
.large-bannar-ad {
    padding-block: 100px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;
}
/* **************************** */
/* banner fantasy and prediction horizontal */
#fantasy-prediction-horizontal .fantasy-bannar-large {
    background-color: #181818;
    margin: 15px 15px;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

    #fantasy-prediction-horizontal .fantasy-bannar-large .image-fantasy {
        width: 45%;
    }

        #fantasy-prediction-horizontal .fantasy-bannar-large .image-fantasy img {
            height: auto;
            width: 100%;
        }

    #fantasy-prediction-horizontal .fantasy-bannar-large .content-fantasy {
        width: 50%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: flex-start;
    }

        #fantasy-prediction-horizontal .fantasy-bannar-large .content-fantasy img {
            width: 30px;
            height: 30px;
        }

        #fantasy-prediction-horizontal .fantasy-bannar-large .content-fantasy h3 {
            color: #fff;
            font-size: 18px;
        }

#fantasy-prediction-horizontal .prediction-bannar-large {
    background-color: #181818;
    margin: 15px;
    border-radius: 8px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#fantasy-prediction-horizontal .image-prediction {
    width: 45%;
}

    #fantasy-prediction-horizontal .image-prediction img {
        width: 100%;
    }

#fantasy-prediction-horizontal .content-prediction-large .btn-new {
    background-color: #313131;
    width: 57px;
    height: 37px;
    text-align: center;
    border-radius: 42%;
    padding: 4px 0px;
    margin: 0;
}

    #fantasy-prediction-horizontal .content-prediction-large .btn-new a {
        color: #ffffff;
        font-size: 14px;
    }

#fantasy-prediction-horizontal .content-prediction-large h3 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

#fantasy-prediction-horizontal .content-prediction-large {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
}
/* //////////////////////////////////// */
/* banner fantasy and prediction vertical */
#fantasy-prediction-vertical .fantasy-bannar-small {
    background-color: #181818;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 48%;
}

    #fantasy-prediction-vertical .fantasy-bannar-small .content-fantasy {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding-top: 25px;
        justify-content: center;
        width: 100%;
        flex-wrap: nowrap;
    }

        #fantasy-prediction-vertical .fantasy-bannar-small .content-fantasy img {
            width: 30px;
            height: 30px;
        }

        #fantasy-prediction-vertical .fantasy-bannar-small .content-fantasy h3 {
            color: #ffffff;
            text-align: center;
            font-size: 18px;
            padding: 0px 10px;
        }

    #fantasy-prediction-vertical .fantasy-bannar-small .image-fantasy {
        width: 100%;
    }

        #fantasy-prediction-vertical .fantasy-bannar-small .image-fantasy img {
            width: 100%;
            width: 100%;
        }

section#fantasy-prediction-vertical {
    display: flex;
    flex-wrap: nowrap;
    margin: 15px 15px;
    justify-content: space-between;
}

#fantasy-prediction-vertical .content-prediction {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-content: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    width: 100%;
}

#fantasy-prediction-vertical .btn-new {
    margin: 0px;
    border-radius: 42%;
    background-color: #313131;
    width: 57px;
    height: 37px;
    text-align: center;
    padding: 4px 0px;
}

#fantasy-prediction-vertical .prediction-bannar-small {
    background-color: #181818;
    width: 48%;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#fantasy-prediction-vertical .image-prediction {
    width: 100%;
}

    #fantasy-prediction-vertical .image-prediction img {
        width: 100%;
    }

#fantasy-prediction-vertical .btn-new a {
    color: #ffffff;
    font-size: 14px;
}

#fantasy-prediction-vertical .content-prediction h3 {
    color: #ffffff;
    padding: 0px;
    font-size: 18px;
    text-align: center;
    padding: 0px 10px;
    width: 100%;
}
/* ********************************************************* */
/* tabs for important news */
.noborders{
    border:none !important;
    background:none !important;
}
.WefooterSticky{
    position:absolute;
    bottom:40px;
}
.bg-gray {
    background-color: #ebebeb;
}

.bg-we {
    background: rgb(88,51,141);
    background: linear-gradient(90deg, rgba(88,51,141,1) 0%, rgba(117,91,160,1) 35%, rgba(117,91,160,1) 100%);
}

.bg-orange {
    background-color: #FD6500;
    color: #fff;
}

.bg-yellow {
    background-color: #FFD401;
    color: #fff;
}

.font-white{
    color:#fff;
}
.font-black {
    color: #000 !important;
}

.font-we {
    color: #665782 !important;
}

mr65{
    margin-right:65px !important;
}

ml-65 {
    margin-left: 65px !important;
}

section#important-news {
    padding-block: 30px 15px;
}

    section#important-news h4 {
        font-weight: 600;
        margin-bottom: 20px;
        color:#fff;
    }

ul.tab, ul.media-tab {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    overflow-y: scroll;
}

    ul.tab li, ul.media-tab li {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        white-space: nowrap;
        padding: 10px 15px;
        font-size: 18px;
        border-radius: 200px;
    }
/* /*************************************************************************************** */
/* live match details*/
.live-match-details .team-one {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 33%;
    flex-direction: row;
}

.live-match-details .team-two {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 33%;
    flex-wrap: nowrap;
    flex-direction: row;
}

.live-match-details .team-one p {
    font-size: 14px;
    font-weight: 500;
}

.live-match-details .team-one span.team-score {
    font-size: 24px;
    font-weight: 700;
    width: 30%;
    text-align: center;
}

.live-match-details .team-two span.team-score {
    font-size: 24px;
    font-weight: 700;
    width: 30%;
    text-align: center;
}

.live-match-details .team-two p {
    font-size: 14px;
    font-weight: 500;
}

.live-match-details .team-one div {
    width: 48%;
}

.live-match-details .team-one div {
    width: 70%;
    text-align: center;
}

.live-match-details .team-two div {
    width: 70%;
    text-align: center;
}

.live-match-details .team-details {
    display: flex;
    align-content: flex-start;
    justify-content: space-around;
    /*align-items: center;*/
    margin-bottom: 15px;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    flex-wrap: wrap;
}

    .live-match-details .team-details p {
        /*width: 50%;*/
        font-size: 17px;
        font-weight: 500;
    }

    .live-match-details .team-details span {
        color: #55318c;
    }

    .live-match-details .team-details img {
        margin-left: 5px;
    }

.live-match-details .teams {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0px 25px 0px;
}

.live-match-details .match-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

    .live-match-details .match-details img {
        margin-left: 5px;
    }

.live-match-details {
    margin: 15px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 20px 10px;
}

    .live-match-details .match-details p {
        font-size: 17px;
        font-weight: 500;
    }

    .live-match-details .live {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 33%;
    }

    .live-match-details p.live-mins img {
        margin-left: 5px;
    }

    .live-match-details .live > img {
        opacity: 40%;
    }
/* ******************************************************** */
/* upcomming match */
.upcoming-match-details .team-one {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 33%;
    flex-direction: row;
}

.upcoming-match-details .team-two {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 33%;
    flex-wrap: nowrap;
    flex-direction: row;
}

.upcoming-match-details .team-one p {
    font-size: 19px;
    font-weight: 500;
}

.upcoming-match-details .team-one span.team-score {
    font-size: 24px;
    font-weight: 700;
    width: 30%;
    text-align: center;
}

.upcoming-match-details .team-two span.team-score {
    font-size: 24px;
    font-weight: 700;
    width: 30%;
    text-align: center;
}

.upcoming-match-details .team-two p {
    font-size: 19px;
    font-weight: 500;
}

.upcoming-match-details .team-one div {
    width: 48%;
}

.upcoming-match-details .team-one div {
    width: 70%;
    text-align: center;
}

.upcoming-match-details .team-two div {
    width: 70%;
    text-align: center;
}

.upcoming-match-details .teams {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0px 25px 0px;
    border-bottom: 1px solid #f2f2f2;
}

.upcoming-match-details .match-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

    .upcoming-match-details .match-details img {
        margin-left: 5px;
    }

.upcoming-match-details {
    margin: 15px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    padding: 20px 10px;
}

    .upcoming-match-details .match-details p {
        font-size: 17px;
        font-weight: 500;
    }

    .upcoming-match-details .live {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 33%;
    }

    .upcoming-match-details p.live-mins img {
        margin-left: 5px;
    }

    .upcoming-match-details .live > img {
        opacity: 40%;
    }
/* match announcements */
.match-list .match:not(:last-child) {
    margin-bottom: 3px !important;
}

.match {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    border: 2px solid #f2f2f2;
    border-radius: 5px;
}

    .match .team {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 33%;
    }

        .match .team .name {
            font-size: 11px;
            font-weight: 500;
        }

        .match .team .score {
            font-size: 24px;
            font-weight: 700;
            width: 30%;
            text-align: center;
        }

        .match .team > div {
            width: 70%;
            text-align: center;
        }

.match-follow-btn .match-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

    .match-follow-btn .match-details img {
        margin-left: 5px;
    }

    .match-follow-btn .match-details p {
        font-size: 17px;
        font-weight: 500;
    }

.match-follow-btn .live {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    /*width: 33%;*/
}

.match-follow-btn p.live-mins img {
    margin-left: 0px;
}

.match-follow-btn .live > img {
    opacity: 80%;
}

.follow-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background-color: #55318c;
    padding: 8px 15px;
    margin-top: 7px;
    border-radius: 200px;
    color: #fff;
    margin: 0px;
    font-size: 13px;
}

.no-match {
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 20px;
    text-align: center;
}

    .no-match div {
        font-size: 18px;
        font-weight: 600;
        margin: 10px 0px 0px 0px;
    }
/* match without follow btn */
.match-without-btn .team-one {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 33%;
    flex-direction: row;
}

.match-without-btn .team-two {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 33%;
    flex-wrap: nowrap;
    flex-direction: row;
}

.match-without-btn .team-one p {
    font-size: 19px;
    font-weight: 500;
}

.match-without-btn .team-one span.team-score {
    font-size: 24px;
    font-weight: 700;
    width: 30%;
    text-align: center;
}

.match-without-btn .team-two span.team-score {
    font-size: 24px;
    font-weight: 700;
    width: 30%;
    text-align: center;
}

.match-without-btn .team-two p {
    font-size: 19px;
    font-weight: 500;
}

.match-without-btn .team-one div {
    width: 48%;
}

.match-without-btn .team-one div {
    width: 70%;
    text-align: center;
}

.match-without-btn .team-two div {
    width: 70%;
    text-align: center;
}

.match-without-btn .match-details {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

    .match-without-btn .match-details img {
        margin-left: 5px;
    }

.match-without-btn {
    margin: 15px;
    display: flex;
    flex-direction: column;
    /*padding: 20px 0px;*/
}

    .match-without-btn .teams-live, .teams-finished, .teams-upcoming {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #ffffff;
        border: 1px solid #f2f2f2;
        /*margin-bottom: 15px;*/
        border-radius: 5px;
    }

    .match-without-btn .match-details p {
        font-size: 17px;
        font-weight: 500;
    }

    .match-without-btn .live {
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        width: 33%;
    }

    .match-without-btn p.live-mins img {
        margin-left: 0px;
    }

    .match-without-btn .live > img {
        opacity: 40%;
    }
/* all news btn */
a.all-news-page {
    text-align: center;
    padding: 10px;
    align-items: center;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 600;
    display: block;
}
.noRadius{
    border-radius:0px !important;
}
    a.all-news-page.gray {
        color: #fff;
        background: #55318b;
    }

    a.all-news-page.orange {
        color: #ffffff;
        background: #55318c;
    }
a.all-news-page.we {
    color: #ffffff;
    background: #55318c;
}

i.fa-solid.fa-chevron-down.black {
    margin-right: 13px;
}
/* dawry image swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide a {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}

.swiper-slide img {
    display: block;
    object-fit: cover;
}

.swiper-pagination {
    display: none;
}

.swiper-container h3 {
    font-size: 20px;
    margin: 0px 0px 15px 15px;
    color:#fff;
}

.swiper-container {
    margin: 20px 15px 30px 53px;
}
/* most watched  */
span.badge {
    display: grid;
    place-items: center;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -50px;
    /*margin-bottom: 15px;*/
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035);
}

.most-watched-list {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px 20px;
}

li.list-watched {
    display: flex;
    width: 100%;
    align-items: center;
}

    li.list-watched:not(:last-child) {
        margin-bottom: 15px;
    }

    li.list-watched a {
        width: 84%;
        color: #595959;
        font-size: 15px;
    }

    li.list-watched span {
        width: 10%;
        font-size: 15px;
        color: #595959;
    }

.most-watched-list h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
/* register now  */
.register-now {
    /*background-image: url(../assets/see-more/register-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;*/
    padding: 0px 3px;
    align-items: center;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

section.register-now h3 {
    font-weight: 600;
    font-size: 22px;
    color:#fff;
}

section.register-now p {
    color: #fff;
    opacity: 85%;
    padding: 0px 40px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.078px;
}

section.register-now a {
    width: 50%;
    background-color: #55318B;
    color: #ffffff;
    padding: 8px 0px;
    border-radius: 5px;
    margin-top: 15px;
}
/* winner section style */
.winner-section {
    padding: 30px 0px;
}

div.winners {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

img.icon {
    position: absolute;
}

.overlay {
    position: absolute;
    margin-top: -6px;
    margin-right: -62px;
}

.winner-one, .winner-two, .winner-three {
    width: 33%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.winner-two {
    width: 33%;
}

.winner-three {
    width: 33%;
}

h5.winner-name {
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
}

span.gift {
    font-size: 14px;
    font-weight: 500;
    color: #ff7a01;
}

section.winner-section h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

section.winner-section {
    background-color: #ffffff;
}
/* /////////////////////////////////////////////////////// */
/* quizzzzzzz */
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}
/* .checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
  content: '';
  background: #fff;
  border: 2px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
} */
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
/* .radio-custom:checked + .radio-custom-label:before {
  content: "\f00c";
  font-family: 'FontAwesome';
  color: #FF7A01;
} */
.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fff;
    background: #ff7a01;
    text-align: center;
    border: 2px solid #ff7a01;
    font-size: 16px;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: "";
    background: #fff;
    border: 2px solid #d0d5dd;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 2px;
    /* margin-right: 10px; */
    margin-left: 10px;
    text-align: center;
}

section.quiz-expect {
    background-color: #fff;
    padding: 20px;
    padding-top: 50px;
}

    section.quiz-expect h2 {
        text-align: center;
        font-size: 19px;
        font-weight: 600;
        margin-top: 11px;
    }

        section.quiz-expect h2 span {
            font-size: 19px;
            color: #8f8f8f;
        }

    section.quiz-expect h3 {
        font-size: 19px;
        font-weight: 600;
    }

span.points {
    color: #55318c;
    font-size: 15px;
    font-weight: 700;
}

.stars {
    margin-inline: auto;
    margin-top: -50px;
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035);
}

    .stars img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/* all days matches section */
/* Style the tab */
.tab-all-days {
    overflow: hidden;
    background-color: transparent;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    /*margin-left: 20px;
    margin-right: 20px;*/
    background-color: #fadc4b;
    border-radius:10px;
    padding:5px;
}

    .tab-all-days button:nth-child(2) {
        color: #000000;
        font-weight: 700;
        font-size: 13px;
        line-height: 29px;
    }

span.currunt-date {
    font-size: 10px;
    color: #fff;
}

.tab-all-days button:nth-child(1), .tab button:nth-child(3) {
    color: #595959;
}

.btn-primary {
    color: #595959;
}

    .btn-primary.active {
        background-color: transparent;
        border-color: transparent;
    }

    .btn-primary:active {
        background-color: #ff7a01;
        border-color: #ff7a01;
    }

    .btn-primary:hover {
        background-color: #ff7a01;
        border-color: #ff7a01;
    }

    .btn-primary:hover {
        color: #fff;
    }

.btn-primary {
    background-color: transparent;
    border-color: transparent;
}
/* Style the buttons inside the tab */
.tab-all-days a {
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 13px;
    background-color: transparent;
    color: #fff;
}

a#tomorrow {
    box-shadow: none;
    background-color: #fff;
    color: #000;
    border-radius: 25px;
}

a#today {
    box-shadow: none;
    background-color: #55318c;
    color: #fff;
    border-radius: 25px;
}

a#yester {
    box-shadow: none;
    background-color: #fff;
    color: #000;
    border-radius: 25px;
}

a#tomm {
    box-shadow: none;

}

a#todd {
    box-shadow: none;
}

a#yess {
    box-shadow: none;
}
/* Style the tab content */
.tabcontent {
    display: none;
    /*border: 1px solid #ccc;*/
    border-top: none;
}
/* //////////// */
/* rearrange teamsss */
.row-arrange-team {
    display: flex;
    width: 100%;
}

.container-arrange-team-egy,
.container-arrange-team-eng,
.container-arrange-team-spain {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

    .container-arrange-team-egy .row-arrange-team {
        margin-bottom: 9px;
    }

    .container-arrange-team-eng .row-arrange-team {
        margin-bottom: 9px;
    }

    .container-arrange-team-spain .row-arrange-team {
        margin-bottom: 9px;
    }

.team-score {
    width: 100%;
    display: flex;
    gap: 5%;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.team-detail {
    width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 5%;
    flex-wrap: nowrap;
}

.score-points.red {
    border-radius: 10px;
    background-color: #d0021b;
    padding: 0px 9px;
    color: #fff;
}

.score-points.green {
    border-radius: 10px;
    background-color: #34a853;
    padding: 0px 9px;
    color: #fff;
}
/* //////////// */
.tab-rearrange-egy,
.tab-rearrange-spain,
.tab-rearrange-eng {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.container-arrange-team-egy,
.container-arrange-team-eng,
.container-arrange-team-spain {
    display: none;
}

.visible {
    display: block;
}

.tab-rearrange-egy li.active {
    /*color: #ff7a01;
    border-bottom: 1px solid #ff7a01;*/
    /*background-color: #58308f;*/
    color: #58308f;
    border-bottom: 3px solid #58308f;
    */
}

.tab-rearrange-eng li.active {
    color: #ff7a01;
    border-bottom: 1px solid #ff7a01;
}

.tab-rearrange-spain li.active {
    color: #ff7a01;
    border-bottom: 1px solid #ff7a01;
}

ul.tab-rearrange-egy,
ul.tab-rearrange-eng,
ul.tab-rearrange-spain {
    display: flex;
    flex-wrap: nowrap;
    /*justify-content: space-evenly;*/
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

section.rearrange-teams-egy,
section.rearrange-teams-eng,
section.rearrange-teams-spain {
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
}

.tab-rearrange-egy li {
    padding: 10px;
    color: #8f8f8f;
    font-size: 15px;
}

.tab-rearrange-eng li {
    padding: 10px;
    color: #8f8f8f;
    font-size: 15px;
}

.tab-rearrange-spain li {
    padding: 10px;
    color: #8f8f8f;
    font-size: 15px;
}

.container-arrange-team-egy,
.container-arrange-team-eng,
.container-arrange-team-spain {
    padding: 0px 5px;
}
/* tabs for important news */
section#important-news {
    margin: 15px 0px;
    padding: 15px 15px;
}

section#main-rearrange-teams {
    margin: 15px 0px;
    padding: 15px 15px;
}

section#mutli-media {
    margin: 15px 0px;
    padding: 15px 15px;
}

#important-news ul.tab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

#main-rearrange-teams ul.tab-main-rearrange {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow-y: scroll;
    padding-bottom: 10px;
}

.tab-main-rearrange li.active {
    background-color: #fff;
    color:#000 !important;
}

#mutli-media ul.media-tab {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
}

#important-news ul.tab li {
    padding: 12px 8px;
    border-radius: 200px;
    font-size: 16px;
}

#main-rearrange-teams ul.tab-main-rearrange li {
    padding: 2px 10px;
    border-radius: 200px;
    font-size: 16px;
    color: #fff;
    height: fit-content;
}

#mutli-media ul.media-tab li {
    padding: 12px 8px;
    border-radius: 200px;
    margin-left: 22px;
    font-size: 16px;
}
/* ///////////////////////////////////////////////start tournament overview page style\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.following {
    background-image: url(../assets/tournament-overview/background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 20px;
    margin: 15px 0px;
    background-color: #ffffff;
    justify-content: center;
}

    .following div:nth-child(1) {
        width: 26%;
        align-items: center;
    }

    .following div:nth-child(2) {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
        flex-wrap: nowrap;
        padding-right: 15px;
    }

    .following img {
        width: 70%;
        align-items: center;
    }

.following-details h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
}

.following-details span {
    color: #d6d6d6;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px;
}

.following-details a {
    background: #FF7A01;
    border-radius: 200px;
    align-items: center;
    padding: 12px 24px;
    width: 110px;
    height: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
/* //////////////////////// */
/* swiper teams */
.swiperTeams .swiper-slide img {
    background-color: red;
    /*padding: 10px;*/
    border-radius: 50%;
    background-color: #fff;
    /*margin-bottom: 10px;*/
}

.swiperTeams .swiper-slide {
    font-weight: 500;
    font-size: 17px;
    line-height: 18px;
}

section.swiperTeams {
    /*margin: 10px 0px;*/
    background-color: #d6d6d691;
    padding: 13px 0px;
    height: fit-content !important;
}

.input-group-text {
    margin-right: 311px;
    margin-top: -99px;
    background-color: white;
    border: 0px;
}

.fa-calendar:before {
    color: #ff7a01;
}

.dropdown-menu {
    margin-top: -16px;
}
/* ////////////////////////////////////////////////////// */
section.teams-arrangement {
    background-color: #F5F5F5;
    padding: 15px;
}

    section.teams-arrangement h4 {
        margin-bottom: 15px;
    }

    section.teams-arrangement .bg-white {
        /*padding: 15px;*/
        margin: 0px;
    }
/* ////////////////////////////////////////////// */
/* score list */
section.score-lists {
    background-color: #f5f5f5;
    padding: 10px 5px;
    height: fit-content !important;
}



.score-lists .swiper-slide h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    margin: 10px 0px;
    color: #000000;
}

.score-lists .swiper-slide {
    width: 42% !important;
}

    .score-lists .swiper-slide span {
        color: #FF7A01;
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
    }

.score-lists .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
/* ///////////////////////////////////////// */
/* seasons style */
.stats {
    --grid-layout-gap: 10px;
    --grid-column-count: 2;
    --grid-item--min-width: 100px;
    --gap-count: calc(var(--grid-column-count) - 1);
    --total-gap-width: calc(var(--gap-count) * var(--grid-layout-gap));
    --grid-item--max-width: calc( (100% - var(--total-gap-width)) / var(--grid-column-count) );
    display: grid;
    grid-template-columns: repeat( auto-fill, minmax(max(var(--grid-item--min-width), var(--grid-item--max-width)), 1fr) );
    grid-gap: var(--grid-layout-gap);
}

    .stats .stat {
        background-color: #fff;
        padding: 1rem 1.5rem;
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .stats .stat-title {
        font-size: 13px;
        font-weight: 600;
    }

    .stats .stat-value {
        font-size: 17px;
        font-weight: 600;
        color: var(--orange);
    }
/* ------------------------------- */
.slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

.mySlides {
    display: none;
    text-align: center;
    padding: 15px;
}

    .mySlides ._container {
        margin-top: 13px;
    }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 0%;
    width: auto;
    padding: 16px;
    font-size: 30px;
    user-select: none;
    color: #595959;
}

.next {
    position: absolute;
    left: 0;
    border-radius: 3px 0 0 3px;
}

.slideshow-container a:hover {
    color: #00000078;
}

.mySlides h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 22px;
    color: #000000;
}

.mySlides span {
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #595959;
}

h2.lates-media-title {
    font-weight: 600;
    font-size: 23px;
    padding: 15px;
    line-height: 22px;
}

.bg-color {
    background-color: #f5f5f5;
}
/* *************************************quiz form page style **************************************** */
.quizform {
    background-image: url(../assets/quizform/Vector\ \(6\).png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
    padding-top: 49px;
    padding-bottom: 50px;
}

    .quizform .main-title {
        display: flex;
        justify-content: space-between;
        margin: 0px 0px;
        padding-left: 30px;
        padding-right: 30px;
        align-items: center;
    }

    .quizform .container {
        margin-top: 30px;
        margin-left: 30px;
        margin-right: 30px;
        background-color: white;
        border: 0.5px solid #dadada;
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.2s;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }
    /* Choose all input elements that have the attribute: type="radio" and make them disappear.*/
    .quizform input[type="radio"] {
        display: none;
    }
    /* The label is what's left to style. 
As long as its 'for' attribute matches the input's 'id', it will maintain the function of a radio button. */
    .quizform label {
        padding: 10px;
        display: flex;
        padding-top: 10px;
        border: 0.5px solid grey;
        cursor: pointer;
        border-radius: 5px;
        margin-bottom: 20px;
        font-size: 13px;
    }

    .quizform .blank-label {
        display: none;
    }
    /* The '+' is the adjacent sibling selector.
It selects what ever element comes right after it,
as long as it is a sibling. */
    .quizform input[type="radio"]:checked + label {
        background: grey;
        color: #fff;
    }

    .quizform .score {
        text-decoration: none;
        color: black;
        background-color: white;
        border: 1px solid #dadada;
        border-radius: 15px;
        padding: 5px;
        font-size: 13px
    }

    .quizform .end {
        text-decoration: none;
        display: block;
        text-align: right;
        color: black;
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
    }

    .quizform .btn-1 {
        margin-top: 10px;
        background-color: black;
        border-radius: 5px;
        display: block;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .quizform .btn-2 {
        margin-top: 10px;
        background-color: black;
        border-radius: 5px;
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .quizform .btn-3 {
        margin-top: 10px;
        background-color: black;
        border-radius: 5px;
        display: block;
        padding-top: 8px;
        padding-bottom: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .quizform .btn-group {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }

    .quizform .no {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
    }

    .quizform a:hover {
        background-color: gray;
    }

    .quizform .bg-green {
        background-color: #00BB1E;
        color: #fff;
    }

    .quizform .bg-red {
        background-color: #EE4623;
        color: white;
    }

    .quizform .default {
        border-color: #00BB1E;
    }

    .quizform .h3 {
        font-size: 15px;
    }

    .quizform .h2 {
        font-size: 17px;
    }
/* //////////////////////////////////////////////////////////////// */
/* **********************************************************quiz score page ****************************** */
.quizscore {
    background-image: url(../assets/score-quiz/Vector\ \(6\).png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: center;
    background-size: cover;
    background-color: #f5f5f5;
    padding-top: 49px;
    padding-bottom: 50px;
}

    .quizscore .main-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0px 0px;
        padding-left: 30px;
        padding-right: 30px;
        text-decoration: none;
        align-items: center;
    }

    .quizscore .container {
        margin-top: 30px;
        margin-left: 20px;
        margin-right: 20px;
        background-color: white;
        border: 0.5px solid #dadada;
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.2s;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .quizscore .end {
        text-decoration: none;
        display: block;
        text-align: right;
        color: black;
        font-size: 17px;
        font-weight: 600;
        line-height: 22px;
    }

    .quizscore .score {
        text-decoration: none;
        color: black;
        background-color: white;
        border: 1px solid #dadada;
        border-radius: 15px;
        padding: 5px;
        font-size: 13px;
    }

    .quizscore .crown {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 25%;
    }

    .quizscore .btn-group {
        display: flex;
        flex-direction: row-reverse;
        text-decoration: none;
        justify-content: space-evenly;
        align-items: center;
    }

    .quizscore .again {
        margin-top: 10px;
        border-radius: 20px;
        display: block;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 45px;
        padding-right: 45px;
        text-decoration: none;
        border-color: #FF7A01;
        color: #FF7A01;
        border: 1px solid #FF7A01;
        background-color: white;
        font-size: 15px;
        cursor: pointer;
    }

    .quizscore .nextex {
        margin-top: 10px;
        background-color: black;
        border-radius: 20px;
        display: block;
        padding-top: 9px;
        padding-bottom: 9px;
        padding-left: 30px;
        padding-right: 30px;
        text-decoration: none;
        color: white;
        font-size: 15px;
    }

    .quizscore .pass {
        text-align: center;
        font-size: 22px;
    }

    .quizscore .no {
        text-align: center;
        color: #FF7A01;
        font-size: 48px;
        margin: 15px 0px;
    }

    .quizscore .move {
        text-align: center;
        font-weight: 600;
        font-size: 17px;
        line-height: 22px;
        opacity: 0.5;
        padding: 0px 20px;
        margin-bottom: 10px;
    }

    .quizscore .share {
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 80px;
        margin-right: 70px;
        text-decoration: none;
        color: black;
        font-size: 15px;
    }

    .quizscore .sharelogo {
        margin-top: 25px;
        margin-bottom: -8px;
    }
/* //////////////////////**********************news post page style ***************************\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.container-post h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin: 0px 20px 20px 20px;
    padding-top: 40px;
}

.container-post {
    width: 100%;
}

    .container-post img.player-news {
        width: 100%;
        background: linear-gradient(260.24deg, rgba(0, 0, 0, 0.4) 7.34%, rgba(0, 0, 0, 0) 100%);
        margin-bottom: 25px;
    }

.source-shared {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px 20px;
}

    .source-shared div {
        width: 50%;
    }

.shared ul {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex-direction: row-reverse;
    margin-top: 10px;
    /*justify-content: flex-end;*/
    gap: 5%;
}

    .shared ul li {
        width: 15%;
        /*height: 20%;*/
        text-align: center;
        border-radius: 50%;
        padding: 3px;
    }

.source span {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}

.shared span {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.shared ul li:nth-child(1) {
    background: #3D5A96;
}

.shared ul li a {
    color: #ffffff;
    font-size: 15px;
}

.shared ul li:nth-child(2) {
    background: #2AA3EF;
}

.shared ul li:nth-child(3) {
    background: linear-gradient(180.19deg, #7024C4 0.17%, #C21975 41.57%, #C74C4D 70.15%, #E09B3D 99.83%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.shared ul li:nth-child(4) {
    background: #45AEE4;
}

.paragraph {
    margin: 15px 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #595959;
}

.choose-list ul {
    display: flex;
    width: 100%;
    margin: 10px 20px;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    gap: 4%;
}

    .choose-list ul li {
        padding: 7px 10px;
        background-color: #000000;
        border-radius: 5px;
    }

        .choose-list ul li a {
            color: #ffffff;
            font-size: 16px;
        }

.related-news h3 {
    margin: 38px 20px 10px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.choose-list {
    margin-bottom: 46px;
}

section.single-post-details {
    background: #ffffff;
}

.bg-white {
    background-color: #ffffff;
    padding: 10px 0px;
}

.bg-whiteNoPadding {
    background-color: #ffffff;
    padding-right: 7px;
    padding-top: 10px;
    border-radius: 7px;
    padding-bottom: 20px;
}

.related-news {
    margin-bottom: 100px;
}
/* **********************************************news page style ********************************************** */
.football .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-radius: 50%;
}

.football .carousel-indicators {
    top: 0%;
    left: auto;
    right: 90%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
}

.football .carousel-caption {
    text-align: start;
    right: 0;
    padding: 0px 20px 0px 122px;
    top: 50%;
}

    .football .carousel-caption a.exclusive {
        padding: 4px 16px;
        background-color: #ff7a01;
        border: 0px;
        margin-bottom: 6px;
        position: absolute;
        bottom: 35px;
    }

        .football .carousel-caption a.exclusive a {
            color: #ffffff;
        }

    .football .carousel-caption span.time {
        color: #d6d6d6;
    }

.football .img {
    background: linear-gradient( 260.24deg, rgba(0, 0, 0, 0.4) 7.34%, rgba(0, 0, 0, 0) 100% );
}

section.football {
    margin-bottom: 10px;
}
/* //////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* *****/ /******/ /******/ /****/ /**** */
ul.newandmorenewsfootball, ul.newandmorenewsbasketball, ul.newandmorenewstennis, ul.newandmorenewsolympia {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-left: 15px;
    margin-right: 15px;
}

li.newnewsfootball, li.newnewsbasketball, li.newnewstennis, li.newnewsolympia {
    width: 50%;
}

ul.newandmorenewsfootball li, ul.newandmorenewsbasketball li, ul.newandmorenewstennis li, ul.newandmorenewsolympia li {
    width: 50%;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
}

    ul.newandmorenewsfootball li.active, ul.newandmorenewsbasketball li.active, ul.newandmorenewstennis li.active, ul.newandmorenewsolympia li.active {
        color: #55318B;
        border-bottom: 1px solid #55318B;
    }

section.sports-news h2 {
    padding-right: 15px;
}

section.sports-news {
    background-color: #f5f5f5;
    padding: 15px 0px;
}

.sports-news .maintab li.active {
    background-color: #fff;
}

.sports-news ul.maintab li {
    padding: 12px 8px;
    border-radius: 200px;
    font-size: 17px;
    font-weight: 600;
}

.sports-news ul.maintab {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow-y: scroll;
    width: 100%;
}
/* //////////////////////////////////////////////////matches page style\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.main-matches .matches-details {
    display: flex;
    width: 100%;
    padding: 10px 20px 0px 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.main-matches .match-title {
    display: flex;
    width: 66%;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-end;
    gap: 3%;
}

    .main-matches .match-title h3 {
        font-weight: 600;
        font-size: 17px;
        line-height: 20px;
        margin: revert;
    }

.main-matches .all-matches {
    width: 35%;
    font-size: 16px;
    text-align: end;
}

section.main-matches {
    background-color: #f5f5f5;
}

.main-matches .all-matches a {
    color: #55318B;
    font-weight: 600;
    font-size: 12px !important;
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 6%;
}

.all-matches i.fa-solid.fa-arrow-left {
    font-weight: 600;
    font-size: 16px;
}

.main-matches section.match-without-btn {
    margin-top: 0px;
    padding-top: 7px;
}

.main-matches .match-without-btn .team-two p {
    font-size: 17px;
    color: #595959;
}

.main-matches .match-without-btn .team-one p {
    font-size: 17px;
    color: #595959;
    line-height: 28px;
}

.main-matches .match-title img {
    width: 17%;
}

ul.matches-day {
    display: flex;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    gap: 3%;
    margin: 0px 15px;
}

    ul.matches-day li {
        width: auto;
        text-align: center;
        padding: 15px;
        background-color: #ffffff;
        border-radius: 200px;
        margin-bottom: 19px;
        margin-top: 19px;
    }

        ul.matches-day li .day {
            font-size: 20px;
            font-weight: 500;
            line-height: 22px;
            color: #000000;
        }

        ul.matches-day li .date {
            font-weight: 500;
            font-size: 13px;
            text-align: center;
            color: #8f8f8f;
            line-height: 18px;
        }

.matches-day .active {
    background-color: #55318B;
}

    .matches-day .active .day {
        color: #ffffff;
    }

.input-group-text.group-two {
    /*margin-right: 290px;*/
    margin-top: -12px;
    background-color: white;
    border: 0px;
}
/* ////////////////////////////////////////////match lineup page style\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.follow-btn-bg {
    text-align: center;
    align-items: center;
    background-color: #ff7a01;
    padding: 9px 15px;
    border-radius: 200px;
    color: #fff;
    display: block;
    margin: 22px;
}

section.expect-winner-team h3 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin: 0px;
    padding: 40px 0px 30px 0px;
}

section.expect-winner-team .container-winner {
    padding: 0px;
    background-color: #ffffff;
    margin: 10px;
    padding-bottom: 20px;
}

section.expect-winner-team {
    background-color: #f5f5f5;
    padding: 15px;
    padding-top: 50px;
}

.winner-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    background-color: #ffffff;
    top: 100%;
    left: 45%;
}

    .winner-icon img {
        margin-right: 17px;
        margin-top: 13px;
        width: 41%;
    }

ul.expect-teams-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    padding: 10px 0px 34px 0px;
}


li.expect-team button {
    border: 0px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

li.expect-team span {
    font-weight: 600;
    font-size: 15px;
    line-height: 27px;
    color: #000000;
}

li.expect-team button img {
    width: 44px;
    height: 44px;
}

a.send-expect-winner {
    background-color: #D6D6D6;
    color: #ffffff;
    display: block;
    text-align: center;
    margin: 0px 15px 0 15px;
    border-radius: 5px;
    padding: 10px;
}
/* ///////////////////////////////////line up\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.field .field__box .player__item--label p, span {
    margin: 0px;
    font-size: 11px;
    font-weight: 500;
    padding-right:9px;
}

.field .field__box .player__item--label span {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: 100%;
    gap: 1%;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}

.field .field__box .player__item--label p {
    width: 100vw;
}

.field .field__box .player__item--label span .fa-star {
    color: #FFC107;
}

.field {
    width: 100%;
    height: 115vh;
    margin-bottom: 50px;
}

    .field .field__box {
        height: 100%;
        position: relative;
        background-image: url("../assets/matches-page/line-upp.png");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .field .field__box .player {
            position: absolute;
        }

        .field .field__box .player__item {
            width: 10%;
            height: 10%;
            /* background-color: #ffffff; */
            border-radius: 50%;
            text-align: center;
            display: flex;
            justify-content: center;
        }

        .field .field__box .player__item--shirt {
            bottom: 0%;
            background-color: #ffffff;
            border-radius: 50%;
            padding: 9px;
            /*
    font-size: 1em;
    text-align: center;
    color: #ebe52d;  */
        }

        .field .field__box .player__item--label {
            top: 100%;
            position: absolute;
        }

        .field .field__box .player__item--card {
            position: absolute;
            top: -380%;
            background-color: #9c1737;
            font-size: 0.7em;
            color: #325082;
            border-radius: 3%;
            box-shadow: 0 0 30px #000000;
            z-index: 2;
            display: none;
            flex-flow: column;
        }

            .field .field__box .player__item--card:after {
                content: "";
                display: inline-block;
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-top: 10px solid #325082;
                border-right: 10px solid transparent;
            }

            .field .field__box .player__item--card:before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 40%;
                background-color: #325082;
                z-index: -1;
            }

        .field .field__box .player__item--card--name {
            color: #9c1737;
        }

        .field .field__box .player__item--card--photo {
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

        .field .field__box .player__item--card--photo-bg {
            width: 50px;
            height: 50px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 50%;
        }

        .field .field__box .player__item--card--info {
            display: flex;
        }

        .field .field__box .player__item--card--info--column {
            display: table;
            padding: 2%;
        }

        .field .field__box .player__item--card--info--item {
            text-align: center;
        }

        .field .field__box .player__item--nine {
            top: 20%;
            right: 31%;
        }

        .field .field__box .player__item--ten {
            top: 20%;
            left: 31%;
        }

        .field .field__box .player__item--eight {
            top: 26%;
            left: 10%;
        }

        .field .field__box .player__item--five {
            bottom: 64%;
            right: 10%;
        }

        .field .field__box .player__item--seven {
            bottom: 45%;
            left: 19%;
        }

        .field .field__box .player__item--two {
            bottom: 47%;
            right: 22%;
        }

        .field .field__box .player__item--three {
            bottom: 40%;
            right: 45%;
        }

        .field .field__box .player__item--gk {
            bottom: 14%;
            left: 45%;
        }

        .field .field__box .player__item--four {
            bottom: 19%;
            left: 25%;
        }

        .field .field__box .player__item--six {
            bottom: 20%;
            right: 25%;
        }

.player.player__item.player__item--eleven {
    right: 45%;
    top: 1%;
}

.mark {
    background-color: #FFD601;
    position: absolute;
    width: 20px;
    border-radius: 5px;
    right: 40px;
    top: 16px;
    height: 25px;
}

.mark-bg {
    position: absolute;
    width: 30px;
    border-radius: 5px;
    right: 35px;
    top: 15px;
    height: 30px;
}

    .mark-bg img {
        width: 100%;
        height: 100%;
    }
/* players info in one match */
.match-info {
    padding: 20px;
    background-color: #f5f5f5;
}

li.match-hero div {
    width: 33%;
}

.match-info span {
    color: #000000;
}

li.match-hero .hero {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-top: 11px;
}

li.match-hero h3, li.coach h3, li.player-switching h3 {
    width: 100%;
    margin: 0px;
    font-weight: 600;
    font-size: 25px;
    line-height: 35px;
    color: #000000;
}

img.crown {
    position: absolute;
    left: 79.5%;
    margin-top: -104px;
    width: 7%;
}

.match-hero img.hero {
    width: 85px;
    height: 85px;
}

li.match-hero {
    margin-bottom: 20px;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

.hero-info h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #000000;
}

.hero-info img {
    width: 25px;
    height: 25px;
}

.hero-info span {
    color: #595959;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
}

.hero-rate {
    background: rgba(255, 122, 1, 0.08);
    border-radius: 16px;
    width: 17% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 8%;
}

    .hero-rate span {
        font-weight: 500;
        font-size: 15px;
        line-height: 16px;
    }

    .hero-rate img {
        width: 25%;
        height: 25%;
    }

li.coach img {
    width: 75px;
    height: 75px;
}

li.coach span {
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #595959;
    margin-right: 11px;
}

li.player-switching ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    li.player-switching ul li {
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        gap: 6%;
        justify-content: flex-start;
        align-items: center;
    }

        li.player-switching ul li .player-img {
            background-color: #ffffff;
            border-radius: 50%;
        }

            li.player-switching ul li .player-img img {
                padding: 5px;
            }

        li.player-switching ul li .player-number {
            font-weight: 500;
            font-size: 22px;
            color: #595959;
            line-height: 22px;
        }

        li.player-switching ul li .player-name {
            font-weight: 500;
            font-size: 22px;
            color: #595959;
            line-height: 22px;
        }

li.coach {
    margin-bottom: 20px;
    padding: 10px;
}

li.player-switching {
    padding: 10px;
}

.the-two-teams {
    display: flex;
    justify-content: space-evenly;
}

    .the-two-teams .teamone, .the-two-teams .teamtwo {
        padding: 10px 25px;
        background-color: #ffffff;
        border-radius: 200px;
        font-size: 10px !important
        /*margin: 20px;*/
    }

        .the-two-teams .teamone.active, .the-two-teams .teamtwo.active {
            background-color: #000000;
            color: #ffffff;
        }
/* match time line */
.time-line ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.time-line li {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 10px 0px 65px 0px;
}

.scoreBar {
    background-color: white;
    padding: 5px 15px;
    border-radius: 50px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 5px;
    margin-top: -42px;
}

    .scoreBar::after {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        right: 50vw;
        background: #55318c;
        margin-top: 32px;
    }

.match-timeline-detalis.left {
    width: 100vw;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.match-timeline-detalis.right {
    width: 100vw;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: 20px;
}

.info-min-min {
    display: flex;
    flex-direction: column;
}

.scoreBar-one::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    right: 50vw;
    background: gray;
    margin-top: 32px;
}

.scoreBar-one {
    background-color: white;
    padding: 5px 15px;
    border-radius: 50px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 10px;
    margin-top: -42px;
}

.time-line.stretch {
    margin-top: 46px;
}

.scoreBar i {
    color: #55318c;
}

/* .min-by-min{
  block-size: fit-content;
}
ul.time-line {
  background-color: #f5f5f5;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 10px 0px 65px 0px;
}

li.bg-whitee {
  background-color: #ffffff;
  text-align: center;
  align-items: center;
  padding: 4px 8px;
  width: 17%;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  border-radius: 200px;
  margin-bottom: 100px;
  color: #000000;
  font-weight: 400;
  font-size: 17px;
  z-index: 5;
}

li.bg-whitee.clock {
  width: 42%;
}

li.bg-whitee:before {
   content: '';
   position: absolute;
   width: 2px;
   background-color: #D6D6D6;
   height: 91px;
   margin-top: 136px;
}
li.bg-whitee.bg-orangee:before {
   content: '';
   position: absolute;
   width: 2px;
   background-color: #FF7A01;
   height: 98px;
   margin-top: 132px;
}

li.bg-whitee.bg-orangee i {
  color: #FF7A01;
}

li.bg-whitee i {
  color: #D6D6D6;
}

li.start-match {
  font-weight: 600;
  font-size: 21px;
  line-height: 22px;
  color: #000000;
}
.scoreBar::after{
  content:"";
  width:5px;
  height: 100%;
  position:absolute;    
  right:50vw
  ;
  z-index:-1;
}
.match-timeline-detalis.right {
  position: absolute;
  display: flex;
  color: #000000;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  right: 4%;
  gap: 10px;
  justify-content: center;
}
.match-timeline-detalis.left {
  position: absolute;
  display: flex;
  color: #000000;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  left: 5%;
  gap: 10px;
  justify-content: center;
}

.match-timeline-detalis div span:nth-child(3) {
  color: #8f8f8f;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.match-timeline-detalis div {
  display: flex;
  color: #000000;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.match-timeline-detalis div span:nth-child(1) {
  color: #595959;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.match-timeline-detalis div span:nth-child(2) {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
a.all-news-page.black {
  text-align: center;
  padding: 10px;
  align-items: center;
  color: #000000;
  background: #ffffff;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  width: 90%;
  display: block;
  border: 1px solid #000000;
  margin: 0px 20px;
}
.teams-news {
  background-color: #ffffff;
  padding-bottom: 10px;
}
section.multi-media-teams {
  margin: 15px 0px;
  background-color: #ffffff;
  padding: 15px 0px;
}
.multi-media-teams ul.media-tab {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-right: 15px;
}
section.multi-media-teams h2 {
  padding-right: 15px;
}
.multi-media-teams ul.media-tab li {
  padding: 12px 18px;
  border-radius: 200px;
  margin-left: 40px;
  font-size: 16px;
}
.multi-media-teams ul .active {
    background-color:#f5f5f5;
}
ul.time-line{
  display:flex;
  flex-direction: column;
  gap: 20px;
} */
/* progress bar style */
li.match-statis {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0px 25px;
    margin-bottom: 30px;
}

.statis-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.statis-number {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    gap: 2%;
}


    .statis-number div.stat-left .progress-bar {
        background-color: #034694;
    }

    .statis-number div.stat-right {
        text-align: end;
        margin-top: -23px;
    }

    .statis-number div.stat-left {
        margin-top: -23px;
    }

.match-statis .progress {
    height: 3px;
    background-color: #D6D6D6;
}

.statis-number div.stat-right .progress {
    flex-direction: row-reverse;
    display: flex;
}

.statis-number span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.statis-number div.stat-right .progress-bar {
    background-color: #6CADDF;
}

.statis-title span {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-top: 5px;
    color: #000000;
}

tr.team-one-row i.fa-location-arrow {
    transform: rotateZ(137deg);
    color: #E70001;
}

table.table.table-borderless i.fa-location-arrow {
    margin-left: 5px;
    margin-right: -16px;
    font-size: 12px;
}


table.table.table-borderless .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #595959;
}

table.table.table-borderless .scoree {
    color: #8F8F8F;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0px;
    padding-top: 14px;
}

table.table.table-borderless img {
    margin-left: 7px;
}

tr.team-one-row span, tr.team-two-row span {
    color: #000000;
    font-weight: 600;
    font-size: 11px;
}

.bg-chevron-down, .bg-chevron-up {
    background: #F5F5F5;
    border-radius: 200px;
    text-align: center;
}

.bg-chevron-up {
    display: none;
}

.hide-section {
    display: none;
}

.table-team.bg-gray {
    padding-bottom: 12px;
}

i.fa-solid.fa-location-arrow.green {
    transform: rotateZ(-45deg);
    color: #00b746;
    display: none;
}

.bg-gray {
    background-color: #f5f5f5;
}

table.table.table-borderless.bg-gray {
    width: 102%;
    /*margin-right: 20px;*/
}

ul.rating-players-match div.bg-white {
    position: absolute;
    margin-top: -33px;
    border-radius: 50%;
    width: 14%;
    height: 10%;
    margin-right: 38%;
    box-shadow: 0px 100px 80px rgba(0, 0, 0, 0.07), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035);
}

    ul.rating-players-match div.bg-white img {
        margin-right: 16px;
        margin-top: 5px;
    }

ul.rating-players-match .match-hero {
    margin: 0px;
}

ul.rating-players-match .bg-white.rounded-circle {
    width: 10%;
    height: 8%;
    position: absolute;
    margin-right: 40%;
    margin-top: -8px;
}

    ul.rating-players-match .bg-white.rounded-circle i {
        margin-right: 11px;
        color: #000000;
    }

.table-team h3 {
    padding: 25px;
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    padding-bottom: 13px;
    color: #000000;
}

.rating-team h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    padding-top: 35px;
    margin: 0px;
}

h3.last-of-match {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #000000;
}

section.main-details-for-match .all-about-matches {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: 1px solid #D6D6D6;
    white-space: nowrap;
    overflow-y: scroll;
    margin: 0px 15px 13px 15px;
}

    section.main-details-for-match .all-about-matches li.active {
        color: #55318c;
        border-bottom: 1px solid #55318c;
    }

    section.main-details-for-match .all-about-matches li {
        color: #000000;
        font-size: 17px;
        font-weight: 500;
    }

.teams-news .main-title {
    padding-right: 18px;
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
}

.progress-line {
    background-color: #D6D6D6;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-radius: 15px;
    width: 100%;
    height: 7px;
    margin-top: 20px;
}

.progress-one {
    /*width: 60%;*/
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-two {
    /*width: 30%;*/
    background-color: #034694;
    border-radius: 5px;
}

.progress-three {
    width: 40%;
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-four {
    width: 60%;
    background-color: #034694;
    border-radius: 5px;
}

.progress-five {
    width: 40%;
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-six {
    width: 60%;
    background-color: #034694;
    border-radius: 5px;
}

.progress-seven {
    width: 40%;
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-eight {
    width: 60%;
    background-color: #034694;
    border-radius: 5px;
}

.progress-nine {
    width: 40%;
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-ten {
    width: 60%;
    background-color: #034694;
    border-radius: 5px;
}

.progress-ele {
    width: 40%;
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-twe {
    width: 60%;
    background-color: #034694;
    border-radius: 5px;
}

.progress-thi {
    width: 40%;
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-fou {
    width: 60%;
    background-color: #034694;
    border-radius: 5px;
}

.progress-fif {
    width: 40%;
    background-color: #6CADDF;
    border-radius: 5px;
}

.progress-sixt {
    width: 60%;
    background-color: #034694;
    border-radius: 5px;
}

.font14 {
    font-size: 14px !important;
}

.font13 {
    font-size: 13px !important;
}

.font12 {
    font-size: 12px !important;
}

.font11 {
    font-size: 11px !important;
}

.font9 {
    font-size: 9px !important;
}

.font10 {
    font-size: 10px !important;
}
.lineHeight13{
    line-height:13px;
}

.pr20 {
    padding-right: 20px;
}

.pl20 {
    padding-left: 20px;
}

.overlay-paragraph {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    text-shadow: 0 1px black;
    background: rgba(0,0,0,0.4);
    padding: 4px 8px;
    margin-right: 12px;
}
/* small tablet style */
@media screen and (min-width: 620px) {
}
/* ******************************************************************** */
/* large tablet and lap */
@media screen and (min-width: 960px) {
}
/* ********************************************************************** */
/* desktop style */
@media screen and (min-width: 1200px) {
}
/* ********************************************************************** */
/* footer {
  display: none;
} */
/*GoDigital Amends*/
.nobg {
    background-color: transparent !important;
}
/* ///////////////////////////////////////////login-register page style\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.form-wrap a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: "Cairo", sans-serif;
    font-style: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .form-wrap a:hover {
        color: #ff7a01;
    }

.form-wrap input {
    font-family: "Cairo", sans-serif;
    font-style: normal;
}

.form-wrap body {
    color: rgb(0, 0, 0);
    font-family: "Cairo", sans-serif;
    font-style: normal;
}

.form-wrap .tabs {
    overflow: hidden;
}

    .form-wrap .tabs h3 a {
        padding: 0.5em 0;
        text-align: center;
        font-weight: 600;
        background-color: #fff;
        display: block;
        color: rgb(0, 0, 0);
        border-radius: 20px;
        font-size: 16px;
        line-height: 20px;
    }

        .form-wrap .tabs h3 a.active {
            background-color: #f5f5f5;
        }

.form-wrap .tabs-content div[id$="tab-content"] {
    display: none;
}

.form-wrap .tabs-content .active {
    display: block !important;
}

.form-wrap .input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    padding: 0.8em 0 10px 0.8em;
    border: 1px solid #cfcfcf;
    outline: 0;
    display: inline-block;
    margin: 0 0 1.8em 0;
    padding-right: 2.5em;
    width: 100%;
    border-radius: 8px;
    color:#000;
}

.form-wrap .button {
    width: 100%;
    padding: 0.8em 0 10px 0.8em;
    background-color: #55318c;
    border: none;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
}

    .form-wrap .button:hover {
        background-color: #55318c;
    }

.form-wrap .checkbox {
    visibility: hidden;
    padding: 20px;
    margin: 0.5em 0 1.5em;
}

    .form-wrap .checkbox:checked + label:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }

.form-wrap label[for] {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

    .form-wrap label[for]:before {
        content: "";
        position: absolute;
        border: 1px solid #cfcfcf;
        width: 17px;
        height: 17px;
        top: 0px;
        left: -14px;
    }

    .form-wrap label[for]:after {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        content: "";
        position: absolute;
        width: 9px;
        height: 5px;
        background-color: transparent;
        top: 4px;
        left: -10px;
        border: 3px solid #ff7a01;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.form-wrap .help-text {
    margin-top: -20px;
    margin-bottom: 22px;
    font-weight: 600;
}

    .form-wrap .help-text p {
        text-align: end;
        font-size: 15px;
        color: black;
    }

.form-wrap .line1 {
    position: relative;
    height: 1px;
    width: 100%;
    margin: 36px 0;
    background-color: #d4d4d4;
}

    .form-wrap .line1::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        color: #8b8b8b;
        padding: 0 15px;
    }

.form-wrap .line2 {
    position: relative;
    height: 1px;
    width: 100%;
    margin: 36px 0;
    background-color: #d4d4d4;
}

    .form-wrap .line2::before {
        /*content: "أو سجل دخولك عبر";*/
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        color: #8b8b8b;
        padding: 0 15px;
    }

.media-options a {
    display: flex;
    align-items: center;
}

.media-options {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    padding-bottom: 50px;
    margin-top: -17px;
}

a.facebook {
    color: #fff;
    background-color: #1877f2;
    align-items: center;
    padding: 5px 45px;
    font-size: 15px;
    padding-left: 50px;
    padding-right: 50px;
    text-decoration: none;
}

    a.facebook .facebook-icon {
        height: 28px;
        width: 28px;
        color: #0171d3;
        font-size: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }

a.google {
    border: 1px solid #cacaca;
    align-items: center;
    padding: 0px 45px;
    font-size: 15px;
    padding-right: 50px;
    padding-left: 50px;
    text-decoration: none;
    color: #000000;
}

.fa-facebook:before {
    padding-left: 5px;
}

.google-img {
    padding-left: 5px;
}

.signup-form {
    padding-top: 20px;
}

.login-form {
    padding-top: 20px;
}

.form-wrap {
    background-color: #fff;
    padding: 20px;
    padding-top: 203px !important;
}

    .form-wrap .tabs {
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        flex-wrap: nowrap;
        margin: 0px 20px;
        flex-direction: row-reverse;
    }

        .form-wrap .tabs h3 {
            width: 50%;
        }

    .form-wrap .text {
        position: absolute;
        top: 139px;
    }

        .form-wrap .text h1 {
            font-weight: 600;
            font-size: 25px;
            line-height: 24px;
            color: #000000;
            margin-bottom: 12px;
            margin-top: 20px;
        }

        .form-wrap .text p {
            font-weight: 500;
            font-size: 16px;
            line-height: 18px;
            color: #8f8f8f;
        }

    .form-wrap .fa-user:before {
        color: #ff7a01;
        position: absolute;
        padding-top: 24px;
        padding-right: 10px;
    }

    .form-wrap .fa-phone:before {
        color: #55318c;
        position: absolute;
        padding-top: 19px;
        padding-right: 10px;
    }

    .form-wrap .fa-lock:before {
        color: #fff;
        position: absolute;
        padding-top: 18px;
        padding-right: 10px;
    }

    .form-wrap .toggle {
        position: absolute;
    }

#show {
    display: none;
}

#show2 {
    display: none;
}

#hide {
    display: block;
}

#hide2 {
    display: block;
}

.form-wrap .fa-eye-slash:before {
    position: absolute;
    padding-right: 321px;
    padding-top: 46px;
    color: #c0c0c0;
}

.form-wrap .fa-eye:before {
    position: absolute;
    padding-right: 321px;
    padding-top: 46px;
}

#hide.fa-eye-slash::before {
    padding-top: 46px;
}


/* ****************************************************prediction game-game page style********************************* */
.predresult {
    display: flex;
    justify-content: space-evenly;
    background-color: #f5f5f5;
}

.pred1 {
    background-color: white;
    /*margin: 20px;*/
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 5px;
}

.team1 {
    margin: 5px;
}

.ahli {
    display: flex;
    align-items: center;
}

.zamalek {
    display: flex;
    align-items: center;
}

.inform {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}

.ahli input {
    border: 0px gray;
    background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 5px;
}

.ahli-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zamalek-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zamalek input {
    border: 0px gray;
    background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    margin-left: 13px;
    border-radius: 5px;
}

.time-icon {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

    .time-icon img {
        margin-left: 10px;
    }

.result-match {
    display: flex;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.win2 {
    background-color: #FF7A0114;
    border-radius: 20px;
    padding-right: 17px;
    padding-left: 17px;
    padding-top: 3px;
    padding-bottom: 4px;
    color: black;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
}

.result-match h1 {
    font-weight: 600;
    font-size: 19px;
    line-height: 22px;
    margin-top: 15px;
}

.star {
    margin-top: 12px;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: black;
    background-color: white;
    border-color: white;
    box-shadow: 0 0 0 0.25rem rgb(255, 255, 255);
}

.btn-secondary:hover {
    color: black;
    background-color: white;
    border-color: white;
}

.btn-secondary {
    color: black;
    background-color: white;
    border-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 14px;
}

.dropdown-toggle::after {
    display: none;
}

.fa-chevron-down.orange-color:before {
    margin-right: 50px;
    color: #FF7A01;
}

.dropdown {
    margin-right: 20px;
}

.dropdown-menu {
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1.5rem 18px;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    text-align: right;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.datepicker .datepicker-switch {
    width: 194px;
    color: #55318B;
    text-align: center;
}

.datepicker table tr td.active {
    background-image: linear-gradient(to bottom,#ff7a01,#fd7e14);
}

.dropdown-2 {
    margin-right: 20px;
    margin-top: 10px;
}

.dropdown-3 {
    margin-right: 20px;
    margin-top: 10px;
}

.linee {
    position: absolute;
    margin-right: 187px;
    margin-top: -150px;
}

.two-side {
    display: flex;
    margin-top: 10px;
}

.goals-by {
    margin-top: 10px;
    margin-bottom: 19px;
}

.red-white {
    display: flex;
    margin-top: 20px;
}

.red {
    margin-right: 20px;
}

.white {
    margin-right: -76px;
}

.predection {
    margin: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 35px;
}

.zamalek input {
    border: 0px gray;
    background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    margin-left: 13px;
    border-radius: 5px;
}

.ahli input {
    border: 0px gray;
    background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    border-radius: 5px;
}

.tentacles {
    text-align: center;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
}

.btn-save {
    background-color: black;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    text-decoration: none;
}

.save-pred {
    color: white;
}

.predection p {
    color: #595959;
    font-size: 17px;
    font-weight: 400;
}

.mt-100 {
    margin-top: 100px;
}

no-mt {
    margin: 0px !important;
}
/* ////////////////////////////////////////////////account page style\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
.background-white {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.profile-container {
    background-color: #F5F5F5;
    background-image: url("../assets/favourites/Vector\(6\).png");
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
}

.point-container {
    background-color: #FFF7EF;
    border-radius: 10px;
}

.item-contact-clearfix {
    display: flex;
    align-items: center;
    font-style: normal;
    padding: 10px;
}

.item-points {
    display: flex;
    align-items: center;
    font-style: normal;
    padding: 14px;
}

.info {
    padding-right: 4px;
    padding-bottom: 5px;
}

section.account {
    background-color: #fff;
    padding: 15px 0px;
}

.account .accounttab li.active {
    background-color: #F5F5F5;
}

.account ul.accounttab li {
    padding: 12px 8px;
    border-radius: 200px;
    font-size: 17px;
    font-weight: 600;
}

.account ul.accounttab {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    white-space: nowrap;
    overflow-y: scroll;
    width: 100%;
    padding-bottom: 12px;
}

.editbtn {
    color: black;
    border: 1.8px solid black;
    border-radius: 20px;
    padding-top: 2px;
    padding-left: 26px;
    padding-right: 26px;
    margin-top: -8px;
    margin-bottom: 12px;
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 15px;
}

.account-title {
    display: flex;
    justify-content: space-between;
    padding-bottom: 6px;
}

.account-firstsection {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-top: 10px;
}

    .account-firstsection h1 {
        color: #344054;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .account-firstsection p {
        color: #A6ABB5;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-top: 7px;
    }

.roundedbtn {
    margin-top: 10px;
}

.account-secondsection {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    padding-top: 11px;
    margin-bottom: 15px;
}

    .account-secondsection h1 {
        color: #344054;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .account-secondsection p {
        color: #A6ABB5;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-top: 7px;
    }

.account-thirdsection {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    padding-top: 11px;
    margin-bottom: 15px;
}

    .account-thirdsection h1 {
        color: #344054;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .account-thirdsection p {
        color: #A6ABB5;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-top: 7px;
    }

.account-fourthsection {
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    padding-top: 11px;
}

    .account-fourthsection h1 {
        color: #344054;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .account-fourthsection p {
        color: #A6ABB5;
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-top: 7px;
        padding-bottom: 100px;
    }

.predresult {
    display: flex;
    justify-content: space-evenly;
    background-color: #f5f5f5;
}

.result1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.result1 {
    background-color: white;
    width: 115px;
    height: 140px;
    border-radius: 5px;
}

    .result1 h1 {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        margin-top: 10px;
    }

    .result1 img {
        margin-top: 12px;
    }

div.scroll {
    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* ************************************club page style******************************* */
.img-badge img.circle-img {
    /* margin-top: -45px;
    margin-right: 18px; */
    position: absolute;
    top: 31rem;
    right: 1rem;
}

.following-team a.unchecked-follow {
    background: #ff7a01;
    border-radius: 200px;
    align-items: center;
    padding: 12px 24px;
    width: 110px;
    height: 45px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.following-team a.checked-follow {
    background-color: #000000;
    color: #ffffff;
    width: 140px;
    text-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    border-radius: 200px;
    height: 45px;
    padding: 12px 24px;
    display: none;
}

section.following-team {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

    section.following-team div:nth-child(1) p {
        font-weight: 600;
        font-size: 21px;
        line-height: 24px;
        color: #000000;
    }

    section.following-team div:nth-child(1) span {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #d6d6d6;
    }

section.trainer-team > div {
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    gap: 1%;
    border-radius: 5px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    align-items: center;
}

    section.trainer-team > div div:nth-child(2) {
        width: 65%;
    }

        section.trainer-team > div div:nth-child(2) span {
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            color: #8F8F8F;
        }

        section.trainer-team > div div:nth-child(2) p {
            font-weight: 400;
            font-size: 19px;
            line-height: 20px;
            color: #000000;
        }

    section.trainer-team > div div:nth-child(3) a {
        color: #D0D0D0;
        font-size: 19px;
    }

section.three-icon {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    flex-wrap: nowrap;
    width: 100%;
}

    section.three-icon div {
        border-radius: 5px;
        width: 26%;
    }

        section.three-icon div p {
            font-weight: 400;
            font-size: 15px;
            line-height: 26px;
            color: #8F8F8F;
        }

        section.three-icon div span {
            font-weight: 600;
            font-size: 23px;
            line-height: 28px;
            color: #FF7A01;
        }

.matches-timing .teams-finished {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    margin-bottom: 0px;
}

    .matches-timing .teams-finished > div {
        width: 30%;
    }

.matches-timing .team-one {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.matches-timing .live {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 30% !important;
}

    .matches-timing .live img {
        opacity: 0.6;
    }

.matches-timing p.live-mins {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
}

.matches-timing .teams-finished > div {
    width: 33%;
}

.matches-timing .team-two {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.matches-timing .teams-upcoming {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
}

    .matches-timing .teams-upcoming > div {
        width: 30%;
    }

.matches-timing .team-one {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    /* gap: 25%; */
}

.matches-timing .teams-upcoming > div {
    width: 30%;
}

.matches-timing .team-two {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* gap: 33%; */
}

.matches-timing .team-score {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

section.matches-timing h3 {
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #595959;
}

.matches-timing a.all-news-page {
    text-align: center;
    padding: 10px;
    align-items: center;
    color: #595959;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    margin: 1rem 7rem;
}

.main-content-players .display {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 100%;
}

    .main-content-players .display div {
        width: 25%;
        text-align: center;
    }

.maintabb {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    width: 100%;
}

    .maintabb li.active {
        background-color: #fff;
    }

    .maintabb li {
        padding: 12px 8px;
        border-radius: 200px;
        font-size: 17px;
        font-weight: 600;
    }

.main-content-players .display div p {
    font-weight: 500;
    font-size: 11px;
    line-height: 9px;
    margin: 11px 0px 7px 0px;
    color: #000000;
}

.main-content-players .display div span {
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    color: #FF7A01;
}

/* ////////////////////////////////// */
/* *******************************************player-profile page******************************* */
.player-profile {
    display: flex;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
}

.player-info {
    margin-right: 15px;
}

.player-desc {
    display: flex;
    align-items: center;
}

    .player-desc img {
        margin-top: 21px;
        background-color: white;
        border-radius: 50%;
        padding: 7px;
        border: 0.1px solid #D6D6D6;
    }

.player-name {
    margin-right: 0px;
    margin-bottom: 0px;
}

    .player-name h1 {
        font-weight: 600;
        font-size: 24px;
        line-height: 24px;
    }

    .player-name p {
        margin-bottom: 38px;
        font-weight: 500;
        font-size: 17px;
        line-height: 20px;
        color: #D6D6D6;
    }

.player-follow {
    margin-top: 23px;
    margin-right: 0px;
    margin-left: 108px;
    background-color: #FF7A01;
    border-radius: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 23px;
    padding-right: 23px;
}

    .player-follow a {
        color: white;
    }

    .player-follow .alarm {
        padding-bottom: 3px;
    }

.info-one {
    display: flex;
    margin-right: 5px;
    margin-left: 0px;
    padding-top: 20px;
}

.height {
    display: flex;
    align-items: center;
}

.old {
    display: flex;
    align-items: center;
    margin-right: 29px;
}

.player-height h1, .player-old h1 {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

.player-height p, .player-old p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FF7A01;
    margin-top: -7px;
}

.info-two {
    display: flex;
    /*margin-right: 5px;*/
    margin-top: 20px;
}

.years {
    display: flex;
}

    .years span {
        margin: 0px;
        font-size: 17px;
        font-weight: 500;
        margin-top: -9px;
        color: #FF7A01;
    }

    .years p {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #8F8F8F;
        margin-top: -7px;
    }

.research h1 {
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    margin: 20px;
    margin-top: 43px;
}

._container {
    /*margin: 20px;*/
}

.champion-1, .champion-2 {
    background-color: white;
    margin: 20px;
}

.heading-one {
    display: flex;
    align-items: center;
    margin: 20px;
}

    .heading-one h1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        vertical-align: middle;
        margin-top: 9px;
    }

.heading-two h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    vertical-align: middle;
    margin: 20px;
    margin-top: 44px;
}

.heading-three {
    display: flex;
    align-items: center;
    margin: 20px;
}

    .heading-three h1 {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        vertical-align: middle;
        margin-top: 9px;
        margin-right: 7px;
    }

ul.timeline {
    background-color: #f5f5f5;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px 0px 65px 0px;
}

ul.timeline {
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px 0px 65px 0px;
}

li.bgg-whitee {
    align-items: center;
    padding: 4px 8px;
    width: 17%;
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    border-radius: 200px;
    margin-bottom: 61px;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
    z-index: 5;
    margin-right: -10px;
}

    li.bgg-whitee.clock {
        width: 42%;
    }

    li.bgg-whitee:before {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #D6D6D6;
        height: 61px;
        margin-top: 94px;
    }

    li.bgg-whitee.bg-orangee:before {
        content: '';
        position: absolute;
        width: 2px;
        background-color: #FF7A01;
        height: 61px;
        margin-top: 94px;
    }

    li.bgg-whitee.bg-orangee i {
        color: #FF7A01;
    }

    li.bgg-whitee i {
        color: #D6D6D6;
    }

.match-time-line-detalis.right {
    position: absolute;
    display: flex;
    color: #000000;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    right: 10%;
    gap: 10px;
    justify-content: center;
}

.first-linee {
    display: flex;
    align-items: center;
    margin-top: 11px;
}

    .first-linee img {
        /*margin-right: 175px;*/
    }

    .first-linee h1 {
        font-weight: 600;
        font-size: 13px;
        line-height: 22px;
        margin-left: -60px;
        color: #FF7A01;
    }

    .first-linee p {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        color: #000;
        margin-left: -24px;
    }

img.league1 {
    margin-right: 147px;
}

img.league11 {
    margin-right: 130px;
}

.btn-save3 {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: black;
    text-decoration: none;
    border: 1.9px solid black;
    margin-bottom: 40px;
    margin-top: 45px;
}

.save-pred3 {
    color: black;
}

.btn-save3 .fa-chevron-down:before {
    color: black;
    margin-right: 11px;
}

.player-follow .fa-plus:before {
    margin-right: 7px;
}

.noDisplay {
    visibility: hidden;
}
/* ///////////////Pagination/////////////////// */

.pagination {
    display: inline-flex !important;
    flex-wrap: wrap !important;
}

.page-link {
    padding: .375rem .65rem !important;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        background-color: #7ca4dd;
        border-color: #5c8ed4;
        color: #fff
    }

.pagination > li:first-child > a, .pagination > li:first-child > span {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #7ca4dd;
    border-color: #5c8ed4;
    color: #fff
}

.pagination > .active > a, .pagination > .active > span {
    background-color: #55318B !important;
    border-color: #d6d6d6 !important;
}

.pagination.borderless > li > a, .pagination.borderless > li > span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: transparent;
    margin: 0 1px
}

.pagination.borderless > li:first-child > a, .pagination.borderless > li:first-child > span, .pagination.borderless > li:last-child > a, .pagination.borderless > li:last-child > span {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.pagination.borderless > li.active > a, .pagination.borderless > li.active > span {
    color: #fff;
    background-color: #5c8ed4
}

    .pagination.borderless > li.active > a:hover, .pagination.borderless > li.active > a:focus, .pagination.borderless > li.active > span:hover, .pagination.borderless > li.active > span:focus {
        color: #fff;
        background-color: #5c8ed4
    }

.pager li > a {
    border-color: #5c8ed4
}

    .pager li > a:hover, .pager li > a:focus {
        background-color: #5c8ed4;
        border-color: #5086d1;
        color: #fff
    }

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
    border-color: #ddd
}
.form-control {
    padding: 0.7rem .75rem !important;
}
/* ////////////////////////////////// */

/* fixing carousel random height */
#football .carousel-inner {
    height: 420px;
}

@media (max-width: 576px) {
    #football .carousel-inner {
        height: 260px;
    }
}

#football .carousel-item {
    height: 100%;
}

    #football .carousel-item > a {
        position: relative;
        display: block;
        height: 100%;
        border-radius: 8px;
        overflow: hidden; 
    }

        #football .carousel-item > a > img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover; 
            object-position: center;
        }

        #football .carousel-item > a::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(260.24deg, rgba(0,0,0,0.4) 7.34%, rgba(0,0,0,0) 100%);
            pointer-events: none;
        }

#football .carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
/* fixing carousel random height */


/*trivia answer summery */
.result-box-success {
    background: linear-gradient(135deg, #e6f8ed 0%, #f6fff9 100%);
    border: 1px solid #b8e5c6;
    color: #1a7f37;
}

.result-box-warning {
    background: linear-gradient(135deg, #fff8e5 0%, #fffef6 100%);
    border: 1px solid #f3d98b;
    color: #9c6d00;
}

.result-box-error {
    background: linear-gradient(135deg, #fdecea 0%, #fff8f7 100%);
    border: 1px solid #f5b5ae;
    color: #a60000;
}

.result-box-success,
.result-box-warning,
.result-box-error {
    border-radius: 10px;
    transition: transform 0.2s ease;
}

    .result-box-success:hover,
    .result-box-warning:hover,
    .result-box-error:hover {
        transform: scale(1.01);
    }


/* NORMAL BUTTON */
.btnTrivia {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    background: #55318c; /* main purple */
    color: #ffffff;
    border: none;
    text-decoration: none; /* remove underline */
    cursor: pointer;
}

    /* HOVER EFFECT (optional but nice) */
    .btnTrivia:hover {
        opacity: 0.9;
    }

/* DISABLED — ASP.NET MODE */
a.aspNetDisabled,
a.aspNetDisabled.btnTrivia {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    background: #b5b3b9 !important; /* gray */
    color: #6a6a6a !important;
    border: none !important;
    text-decoration: none !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.65 !important;
}



/*trivia answer summery */




/* Container & Header */
.pro-tournaments-section {
    padding: 20px 0;
    overflow: hidden; /* Prevents horizontal scrollbars from swiper */
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #fff; /* Change to #333 if light theme */
    margin: 0;
}

/* Tournament Card Styling */
.tournament-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03); /* Subtle glass effect */
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 100%;
}

    /* Hover Animation */
    .tournament-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.08);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2), 0 0 15px rgba(255, 102, 0, 0.1);
        border-color: rgba(255, 102, 0, 0.3); /* Orange brand accent */
    }

/* Image Wrapper (Ensures consistent logo sizing even if image sizes differ) */
.tournament-logo-wrapper {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 50%; /* Circle look */
    padding: 10px;
    margin-bottom: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.tournament-card:hover .tournament-logo-wrapper {
    transform: scale(1.05);
}

.tournament-logo-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Tournament Text */
.tournament-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e2e8f0; /* Change to dark gray if light theme */
    text-align: center;
    line-height: 1.4;
    /* Truncate text to 2 lines if it gets too long */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tournament-card:hover .tournament-name {
    color: #ff6600; /* Orange brand color on hover */
}

/* 1. FORCE SWIPER WRAPPER TO STRETCH ALL SLIDES */
.tournaments-swiper .swiper-wrapper {
    align-items: stretch !important;
}

/* 2. FORCE SLIDES TO ADAPT TO THE WRAPPER HEIGHT */
.tournaments-swiper .swiper-slide {
    height: auto !important;
    display: flex; /* Helps the inner card stretch */
}

/* 3. MAKE THE CARD FILL THE SLIDE EXACTLY */
.tournament-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    width: 100%;
    height: 100%; /* Fills the stretched slide */
}

/* 4. THE MAGIC FIX FOR THE TEXT */
.tournament-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #e2e8f0;
    text-align: center;
    line-height: 1.4;
    width: 100%;
    /* Pushes the text nicely to the middle/bottom if the card gets taller */
    margin-top: auto;
    margin-bottom: auto;
    /* Reserve exactly enough space for 2 lines of text, even if there's only 1 */
    min-height: 2.8em; /* line-height (1.4) * 2 lines = 2.8em */
    /* Truncate text if it goes over 2 lines */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Sticky Footer */
.sticky-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: 100;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.15);
}

.footer-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.tab-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 9px;
    border-radius: 25px;
    text-decoration: none;
    color: #8f8f8f;
    font-size: 11px;
    font-weight: 700;
}

    .tab-item i {
        font-size: 18px;
    }

    .tab-item.active {
        background-color: var(--we-purple);
        color: var(--white);
    }

/* --- WE SPORTS TABS --- */
.pro-segmented-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white to match purple bg */
    border-radius: 16px;
    padding: 6px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.pro-tab-btn {
    flex: 1;
    text-align: center;
    padding: 10px 5px;
    color: #ffffff; /* Solid White */
    font-size: 14px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .pro-tab-btn .tab-date {
        font-size: 11px;
        font-weight: 400;
        opacity: 0.8;
        margin-top: 2px;
    }

    .pro-tab-btn:hover {
        color: #F8D32D; /* WE SPORTS Gold */
        background: rgba(255, 255, 255, 0.05);
    }

    .pro-tab-btn.active {
        background: #F8D32D; /* WE SPORTS Gold */
        color: #4a2c76; /* Dark purple so text is readable against the gold */
        box-shadow: 0 4px 10px rgba(248, 211, 45, 0.3);
    }

        .pro-tab-btn.active .tab-date {
            color: #4a2c76; /* Ensure date is also purple when active */
            font-weight: bold;
        }

/* --- WE SPORTS MATCH CARDS --- */
.pro-match-card {
    background: rgba(255, 255, 255, 0.08); /* Matches tournament cards */
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 24px; /* Matches tournament large radius */
    margin-bottom: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

    .pro-match-card:hover {
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.match-card-header {
    background: rgba(0, 0, 0, 0.15);
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .match-card-header .comp-logo {
        height: 22px;
        object-fit: contain;
    }

.match-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
}

/* --- TEAMS --- */
.match-team {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 35%;
    text-decoration: none;
}

    .match-team .team-logo {
        width: 50px;
        height: 50px;
        object-fit: contain;
        margin-bottom: 8px;
        background: #ffffff; /* Solid white circle for team logos like the screenshot */
        border-radius: 50%;
        padding: 6px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .match-team .team-name {
        color: #ffffff; /* Solid White */
        font-size: 13px;
        font-weight: 800;
        text-align: center;
    }

/* --- SCORE / TIME CENTER --- */
.match-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
}

.match-score {
    font-size: 24px;
    font-weight: 900;
    color: #F8D32D !important; /* WE SPORTS Gold for the scores */
    letter-spacing: 2px;
    margin: 5px 0;
}

.match-time {
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.2);
    padding: 4px 12px;
    border-radius: 20px;
}

.match-status {
    font-size: 11px;
    color: #fff !important;
    font-weight: bold;
}

.live-indicator-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.live-minute {
    color: #F8D32D;
    font-size: 12px;
    font-weight: bold;
}

/* --- WE SPORTS CARD FOOTER ACTION --- */
.match-card-footer {
    display: block;
    text-align: center;
    padding: 12px;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #F8D32D; /* Gold link */
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .match-card-footer:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }

/* --- EMPTY STATE --- */
.pro-no-match {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    border: 1px dashed rgba(255, 255, 255, 0.2);
}

    .pro-no-match img {
        max-width: 120px;
        opacity: 0.7;
        margin-bottom: 15px;
    }

    .pro-no-match p {
        color: #ffffff;
        font-size: 15px;
        font-weight: 700;
        margin: 0;
    }

/* --- ENHANCED SLEEK PILL TABS --- */
.pro-segmented-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px; /* Completely rounded pill shape container */
    padding: 4px; /* Tighter padding for a sleeker look */
    margin-bottom: 20px;
    justify-content: space-between;
}

.pro-tab-btn {
    flex: 1;
    text-align: center;
    padding: 8px 4px; /* Reduced padding to make them smaller */
    color: #ffffff;
    font-size: 13px; /* Scaled down font */
    font-weight: 700;
    border-radius: 26px; /* Pill shape for individual buttons */
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}

    .pro-tab-btn .tab-date {
        font-size: 10px; /* Smaller date font */
        font-weight: 400;
        opacity: 0.8;
        margin-top: 3px;
    }

    .pro-tab-btn:hover {
        color: #F8D32D;
        background: rgba(255, 255, 255, 0.05);
    }

    .pro-tab-btn.active {
        background: #F8D32D;
        color: #4a2c76;
        box-shadow: 0 4px 10px rgba(248, 211, 45, 0.3);
    }

        .pro-tab-btn.active .tab-date {
            color: #4a2c76;
            font-weight: bold;
        }

/* --- ENHANCED HEADER (LOGO + TEXT) --- */
.match-card-header {
    background: rgba(0, 0, 0, 0.15);
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centers both items together */
    gap: 8px; /* Adds clean spacing between the logo and the text */
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

    .match-card-header .comp-logo {
        height: 18px; /* Reduced slightly to balance with the text */
        object-fit: contain;
    }

    .match-card-header .comp-name {
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        opacity: 0.9;
    }

/* --- GLOBAL PREMIUM SECTION TITLES --- */
h2.font-white {
    position: relative;
    color: #ffffff;
    font-size: 1.35rem; /* Sleek, modern sizing */
    font-weight: 800; /* Extra bold for impact */
    padding-right: 14px; /* Creates space for the gold line */
    margin-bottom: 20px;
    line-height: 1.2;
}

    /* The WE SPORTS Gold Accent Line */
    h2.font-white::before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 85%; /* Scales naturally with the font size */
        background-color: #F8D32D; /* WE SPORTS Gold */
        border-radius: 4px;
        box-shadow: 0 0 10px rgba(248, 211, 45, 0.4); /* Premium subtle glow */
    }

/* --- GLOBAL PREMIUM SUB-SECTION TITLES (H4) --- */
h4 {
    position: relative;
    color: #ffffff;
    font-size: 1.15rem; /* Slightly smaller than your H2 */
    font-weight: 800;
    padding-bottom: 12px; /* Creates space below the text for the line */
    margin-bottom: 20px;
}

    /* The WE SPORTS Gold Underline Accent */
    h4::after {
        content: '';
        position: absolute;
        right: 0; /* Keeps it aligned to the right for Arabic (RTL) */
        bottom: 0;
        width: 45px; /* A sleek, short accent line instead of a full-width border */
        height: 3px;
        background-color: #F8D32D; /* WE SPORTS Gold */
        border-radius: 4px;
        box-shadow: 0 0 8px rgba(248, 211, 45, 0.5); /* Subtle gold glow */
    }