@charset "UTF-8";

:root {
    --size: min(2.5vh, 14px);
    --mian-font: "Readex Pro", sans-serif;
    --max-width: min(1200px, calc(100% - 20px));
    --gap: 5px;
    --shadow: 0 0 10px #ddd;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    background-color: rgb(0, 0, 0 / 0%);
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
}

::-webkit-scrollbar-thumb {
    background-color: #53576b;
    border-radius: 10px;
}
    ::-webkit-scrollbar-thumb:hover {
        background: #2E8BF4;
    }



@media screen and (min-width: 1200px) {
    :root {
        --max-width: min(calc(100vw - 320px), 1200px);
    }
}

::placeholder {
    font-size: calc((1vw / 1vh) * var(--size));
    font-family: var(--mian-font), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 200;
}


* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
     
    list-style: none;
    box-sizing: border-box;
    transition: all .2s;
    font-family: inherit;
}

html {
    direction: rtl;
    overflow-x: hidden;
}

body {
    font-family: var(--mian-font), system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
       background: #e8e8e8;
/*    background: #f9f9f9;
*/ /*    position: relative;
*/
}

/*    body:before {
        content: "";
        background: url(../images/p1.png);
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        min-height: 80vh;
        z-index: -1;
    }

    body:after {
        content: "";
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        min-height: 80vh;
        background: linear-gradient(0deg, transparent, rgba(249, 249, 249, .75) 0, #f9f9f9 80%);
        z-index: -1;
    }
*/

img {
    max-width: 100%;
}

h1 {
    font-size: calc(1.45 * var(--size));
    line-height: 27px;
}

h2 {
    font-size: calc(1.5 * var(--size));
}

h3 {
    font-size: calc(1.25 * var(--size));
}


.card {
    box-shadow: var(--shadow);
    padding: 10px;
    background: #fefefe;
    border-radius: var(--gap);
    position: relative;
}


/******************** |  | ********************/
.spicalHeaderTop {
    /* min-height: 46px*/
    text-align:center;
}
    .spicalHeaderTop iframe {
        width: 100%;
        max-width: 1366px;
        max-height: 90px;
        min-height: 90px;
    }
    
    
.max.leaderboard {
    width: max-content;
    position: relative;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px 0 0 0;
    /* padding: 20px 10px 10px;
    background: #222;
    border-radius: var(--gap);*/
}

    .max.leaderboard::after, .assideda::after {
        content: "Ads";
        font-size: 12px;
        color: #ccc;
        width: 100%;
        position: absolute;
        top: 0;
        text-align: center;
    }

.assideda {
    width: max-content;
    position: relative;
    margin: 0 auto 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px 0 0 0;
}

/******************** |  | ********************/



main, .main {
    display: flex;
    /* max-width: min(1190px, calc(100% - 20px));*/
     max-width: min(1090px, calc(100% - 20px));
    margin: 0 auto var(--gap);
    gap: var(--gap);
    align-items: flex-start;
    flex-wrap: wrap;
}

    main > section {
        width: 785px;
        /* flex-grow: 1;
         width: 70%;*/
    }

    main > aside {
        flex-grow: .367;
        max-width: 300px;
        width: calc(30% - 15px);
    }

    main *.card {
        margin-bottom: var(--gap);
    }

        main *.card:last-child {
            margin-bottom: 0;
        }

.card .category {
    position: absolute;
    bottom:88px;
    right: 15px;
    background: #1c7cb5;
    padding: 5px;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
}

    .cards .card {
        width: calc((100% / 3) - 4px);
        margin: 0;
    }
        .card .card{
            box-shadow:none!important;
        }

.cards .card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: top;
}

        .cards .card h3 {
            font-size: 14px;
            color: #252525;
            height: 68px;
            line-height: 22px;
        }

.cards.video .card, .cards .card.video {
    box-shadow: none;
}

    .cards.video .card::before, .cards .card.video::before {
        content: "";
        position: absolute;
        bottom: 97px;
        left: 25px;
        width: 25px;
        z-index: 2;
        --r: 2px;
        --_g: calc(tan(60deg)*var(--r)) bottom var(--r), red 98%, #0000 101%;
        aspect-ratio: 1/cos(30deg);
        -webkit-mask: conic-gradient(from -30deg at 50% calc(200% - 3*var(--r)/2), #000 60deg, #0000 0) 0 100%/100% calc(100% - 3*var(--r)/2) no-repeat, radial-gradient(var(--r) at 50% calc(2*var(--r)), #000 98%, #0000 101%), radial-gradient(var(--r) at left var(--_g)), radial-gradient(var(--r) at right var(--_g));
        clip-path: polygon(50% 0, 100% 100%, 0 100%);
        transform: rotate(90deg);
        background: #fff;
        transition: all .2s;
        pointer-events: none;
    }

    .cards.video .card::after, .cards .card.video::after {
        content: "";
        position: absolute;
        bottom: 88px;
        left: 15px;
        z-index: 1;
        background: linear-gradient(45deg, #e88301, #c05429);
        width: 40px;
        height: 40px;
        border-radius: 50px;
        transition: all .3s;
        pointer-events: none;
    }

    .cards.video .card:hover::before, .cards .card.video:hover::before {
        width: 20px;
        bottom: min(25%, 66px);
        left: 27px;
        bottom: 99px;
    }

    .cards.video .card:hover::after, .cards .card.video:hover::after {
        filter: invert(1);
    }
   

.newsFooter {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 12px;
    color: #e9751f;
    backdrop-filter: blur(5px);
    padding: 0 3px 3px;
}

.cards .card h3 {
    overflow: hidden;
}
/* 
.cards.video .card:hover::before {
    background: linear-gradient(45deg, #e88301, #c05429);
}

.cards.video .card:hover::after {
    background: #fff;
} */

.sticky-scroll {
    position: sticky;
    top: 0;
}

.leagueMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background: #111111;
    padding: 10px;
    border-radius: var(--gap);
    gap: 10px;
    max-width: min(1090px, calc(100% - 20px));
    margin: 0 auto var(--gap);
}

    .leagueMenu a {
        color: #fff;
        flex-grow: 1;
        min-width: 100px;
        padding: 10px;
        text-align: right;
        padding: var(--gap) 15px;
        background: rgba(200, 200, 200, .1);
        border-radius: var(--gap);
        text-align: center;
    }
        .leagueMenu a.active, .leagueMenu a:hover {
            border-bottom: 4px solid #1c7cb5;
        }

        .leagueMenu .leagueTitle {
        min-width: 35%;
        display: flex;
        align-items: center;
        background: none !important;
        padding: 0;
        border-radius: var(--gap);
        text-align: center;
        color: #fff;
        flex-grow: 1;
    }

    .leagueMenu .pageTitle {
        min-width: 40%;
        background: none !important;
        flex-grow: 1;
        border-right: 4px solid #e88301;
        padding-right: 6px;
        margin-right: 5px;
        color: #fff;
        margin-bottom: 0px !important;
    }
        

        .leagueMenu .leagueTitle img {
        width: 40px;
        background: #fff;
        padding: var(--gap);
        margin-left: var(--gap);
        border-radius: var(--gap);
    }

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 5px;
    padding-right: 0;
}

    .breadcrumb li {
        list-style: none;
        position: relative;
        padding: 10px 0;
        line-height: 0;
    }

        .breadcrumb li:hover a {
            background: #f1f4f6;
        }

        .breadcrumb li::after {
            content: "/";
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%);
            color: #0a72a9;
        }

        .breadcrumb li:last-child::after {
            display: none;
        }

        .breadcrumb li a {
            color: #0a72a9;
            padding: var(--gap) 0px;
            margin: var(--gap);
            border-radius: var(--gap);
            line-height: 0;
        }



.card.da, .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: var(--gap);
    padding-top: var(--gap);
}

    .card.da:before {
        content: attr(data-da);
        font-size: 12px;
        color: #999;
    }

.widget {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
}

    .widget .h3 {
        color: #385167;
        padding: var(--gap) 0 var(--gap) var(--gap);
        font-weight: 600;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        .widget .h3 a.more {
            font-size: 13px;
            font-weight: 400;
            color: #e88301;
            position: relative;
            padding-bottom: var(--gap);
        }

            .widget .h3 a.more:after {
                content: "";
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 0;
                height: 2px;
                width: 0%;
                background: #e88301;
                transition: all .2s;
            }

   
    .widget > a {
        position:relative;
        display: flex;
        gap: var(--gap);
        padding: var(--gap) 0;
    }
        .widget > a.video::after {
            content: "";
            position: absolute;
            top: 25px;
            right: 20px;
            width: 20px;
            height: 20px;
            background: url(https://static.btolat.com/images/play-btn.png);
            background-size: 20px 20px;
        }

        .widget > a img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            object-position: top center;
        }

        .widget > a .news {
            height: 60px;
            overflow: hidden;
            font-size: 13px;
            color: #1c7cb5;
            position: relative;
        }

            .widget > a .news .time {
                position: absolute;
                bottom: 0;
                right: 0;
                font-size: 8px;
                color: #e88301;
            }

    .widget ol {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

        .widget ol li {
            display: flex;
            gap: var(--gap);
            padding: var(--gap) 0;
            counter-increment: line-number;
            position: relative;
        }

            .widget ol li:before {
                content: counter(line-number);
                background: #1c7cb5;
                color: #fff;
                min-width: 25px;
                width: 25px;
                max-width: 25px;
                min-height: 25px;
                height: 25px;
                max-height: 25px;
                display: flex;
                justify-content: center;
                align-items: center;
                z-index: 2;
            }

            .widget ol li:after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                height: 100%;
                width: 100%;
                z-index: 1;
                background: rgba(216, 223, 227, .2);
            }


            .widget ol li:nth-child(1)::after {
                background: rgba(216, 223, 227, 1);
            }

            .widget ol li:nth-child(2)::after {
                background: rgba(216, 223, 227, .7);
            }

            .widget ol li:nth-child(3)::after {
                background: rgba(216, 223, 227, .4);
            }

            .widget ol li a {
                color: #1c7cb5;
                font-size: 13px;
                line-height: 1.5;
                display: flex;
                gap: var(--gap);
                align-items: center;
                z-index: 2;
                padding: 0 var(--gap);
            }

    .widget > a.more:last-child {
        color: #fff;
        background: #1c7cb5;
        width: 150px;
        font-size: 12px;
        padding: 10px;
        margin: var(--gap) auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .widget:hover h3 a.more:after {
        width: 100%;
    }

    .widget:hover > a.more:last-child {
        width: 100%;
        background: #e88301;
    }

.widgets {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}

    .widgets .widget {
        width: min(350px, 100%);
        flex-grow: 1;
    }



.loadMoreNews.w100 {
    max-width: calc(100% - 30px);
    margin: 15px;
    float: left;
    background: #4c9ce1;
    color: #fff !important;
    text-align: center;
    padding: 5px 15px;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
}




.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 1rem !important;
    text-align: right !important;
}





footer {
    background: #111111;
    color: #fff;
    position: relative;
    z-index: 9999;
}

    footer * {
        font-size: 14px;
        color: #fff;
        font-weight: 400;
        flex-wrap: wrap;
    }

    footer a {
    }

    footer section {
        max-width: min(1200px, calc(100% - 20px));
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        padding: 15px;
    }

.footer-links ul {
    display: flex;
    gap: 20px;
}

.powered-by {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .powered-by img {
        width: 80px;
    }



.loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 5px;
    width: 100%;
}

.loader-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    min-width: 25px;
    min-height: 25px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text {
    margin-top: 10px;
    text-align: center;
}
/*#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.loader-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-text {
    margin-top: 10px;
    text-align: center;
}*/



/*.dTheader {
    padding: 10px 0 10px 12px !important;
}
    .dTheader.bg-dark {
        background: #333;
    }
    .dTheader .title {
        border-right: 4px solid #e88301;
        padding-right: 6px;
        margin-right: 15px;
        color: #333;
        margin-bottom: 0px !important;
    }
    .dTheader.bg-dark .title {
        color: #fff;
    }
    .dTheader .leagueMenu {
        margin-top: 10px;
    }
*/


.matchCenterBox {
    background: #292929;
    color: #fff;
    width: 100%;
    text-align: center;
}
    .matchCenterBox.light {
        background: #dddddd;
        color: #333;
    }
    .matchCenterBox .title.bg1 {
        text-align: center;
        padding: 10px 7px;
        color: #fff;
        background: #388bcb;
    }


.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
    .matchCenterBox .nav-tabs {
        border: 1px solid transparent;
        background: #222;
        height: 25px;
        height: 40px;
    }
    .matchCenterBox.light .nav-tabs {
        background: #ddd;
        border-bottom-color: #f5f5f5;
    }
.matchCenterBox .nav-tabs .nav-item {
    color: #f9f9f9;
    font-size: 13px;
    font-weight: bold;
    padding: 2px 20px;
    text-align: center;
    width: 32.333333% !important;
    display: inline-block;
    float: right;
    border: 1px solid #dddddd;
}
.matchCenterBox.light .nav-tabs .nav-item {
    color: #555;
    font-size: 12px;
}


.matchCenterBox .moreMatchesLink {
    text-align: left;
    font: normal 14px 'cairo';
    padding: 5px;
    text-decoration: none;
    color: #FFF;
    background: #222;
    display: block;
}


.matchCenterBox.light .matchBox, .matchCenterBox.light .matchBox:hover {
    background: #fefefe !important;
    /* color: #333 !important; */
    /* border-bottom: 2px solid #aaa !important; */
    /* box-shadow: 0px 2px 3px #bcbcbc !important; */
}

.matchBox, .matchBox:hover {
    width: 95%;
    min-height: 100px;
    margin: 7px auto;
    background: #333;
    padding: 0px 10px;
    /* border-bottom: 2px solid #555; */
    display: block;
    text-decoration: none;
    color: #FFF;
    /* box-shadow: 0px 0px 1px #454545; */
}

.matchBox .lTitle {
    width: 100%;
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #222;
    font: 400 11px 'cairo';
    color: #fff;
}
.matchCenterBox.light .matchBox .lTitle {
    color: #333;
    border-bottom: 1px solid #ddd;
}
.matchCenterBox .teams {
    position: relative;
    color: #333;
}

.matchBox .teams  span img {
    width: 30px;
    height: 30px;
    /* float: left; */
    /* margin-left: 10px; */
}
.matchBox .teams .stat span.matchDate {
    float: none;
    font: bold 16px / 30px 'cairo';
}


.matchCenterBox .teams {
    display: flex;
}
    .matchCenterBox .teams .team1, .matchCenterBox .teams .team2 {
        flex-grow: 1;
        display: grid;
    }