﻿.content .iddaaP {
    width: 100%;
    height: auto;
    float: left;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #ffffffb5;
}

    .content .iddaaP ul {
        list-style: none;
    }

    .content .iddaaP .chooseSport {
        width: 100%;
        height: 48px;
        float: left;
        background: #f8f9fa;
    }

        .content .iddaaP .chooseSport ul {
            float: left;
        }

            .content .iddaaP .chooseSport ul li {
                float: left;
                cursor: pointer;
                line-height: 51px;
                padding: 0 13.5px;
                position: relative;
            }

                .content .iddaaP .chooseSport ul li span {
                    font-size: 13px;
                    font-weight: 700;
                    text-transform: Uppercase;
                    color: #0f0f0f;
                    position: relative;
                    padding-left: 6px;
                }

                .content .iddaaP .chooseSport ul li:first-child {
                    padding: 0 17.5px 0 20px;
                }

                .content .iddaaP .chooseSport ul li.active span {
                    color: #383759;
                }

                    .content .iddaaP .chooseSport ul li.active span:after {
                        position: absolute;
                        content: "";
                        left: 0;
                        bottom: -15px;
                        width: 100%;
                        height: 3px;
                        background: #2e2d2d;
                    }

                .content .iddaaP .chooseSport ul li span i.live {
                    text-transform: Uppercase;
                    position: absolute;
                    z-index: 2;
                    left: 3px;
                    top: -21px;
                    width: (100% - 6px);
                    height: 13px;
                    padding: 0 8px;
                    color: #fff;
                    font-size: 10px;
                    line-height: 13px;
                }

                    .content .iddaaP .chooseSport ul li span i.live:before {
                        position: absolute;
                        left: 0;
                        top: 0;
                        z-index: -1;
                        content: "";
                        width: 100%;
                        height: 13px;
                        background: #ed4f45;
                        -webkit-transform: skew(-20deg);
                        -moz-transform: skew(-20deg);
                        -o-transform: skew(-20deg);
                        transform: skew(-20deg);
                    }

.iddaaP .sportsTab {
    float: left;
    display: block;
    width: 100%;
}
.content .newDSelect {
    position: relative;
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 8px;
}
    .content .newDSelect.date {
        /*width: 134px;*/
        height: 32px;
    }

    .content .newDSelect .fBox {
        height: 32px;
        position: relative;
        background: #0f0f0f;
        font-size: 12px;
        font-weight: 500;
        border-radius: 20px;
        display: inline-block;
    }
        .content .newDSelect .fBox span {
            float: left;
            line-height: 32px;
            height: 32px;
            color: #ffffff;
            padding: 0px 37px 0 18px;
            overflow-y: hidden;
        }
        .content .newDSelect .fBox i.drop {
            float: right;
            position: absolute;
            top: 12px;
            right: 17px;
            width: 11px;
            height: 9px;
            background: url("../images/triangle2.png") no-repeat;
            transform: rotate(0deg);
        }
        .content .newDSelect .fBox ul {
            display: none;
            float: left;
            position: absolute;
            min-width: 300px;
            padding: 8px 0;
            background-color: #3f4040 !important;
            top: calc(100% + 9px);
            left: 0;
            right: 0;
            z-index: 99;
            -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.53);
            -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.53);
            box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.53);
        }
        .content .newDSelect .fBox.on i.drop {
            transform: rotate(180deg);
        }

        .content .newDSelect .fBox.on ul {
            display: block;
            max-height: 200px;
            overflow-y: scroll;
            background: #f5f5f5;
        }
        .content .newDSelect .fBox ul li {
            width: 136%;
            float: left;
            color: #ffffff;
            height: 29px;
            line-height: 29px;
            padding: 0px 1px 0 4px;
            cursor: pointer;
            font-size: 11px;
            font-weight: 400;
        }
            .content .newDSelect .fBox ul li:hover {
                background-color: #313434;
            }

            .content .newDSelect .fBox ul li:before {
                position: absolute;
                top: -6px;
                left: 19px;
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 6px 7px 6px;
                border-color: transparent transparent #3f4040 transparent;
            }

            .content .newDSelect .fBox ul li p {
                overflow-y: hidden;
                max-width: 200px;
                max-height: 30px;
            }
    .content .newDSelect.mbs {
        width: 92px;
        margin-right: 0;
        border: none;
    }
        .content .newDSelect.mbs .fBox {
            /*width: 92px;*/
            margin-right: 0;
        }
.content .filters ul.oLinks {
    float: left;
    margin: 0;
    padding: 0;
}

    .content .filters ul.oLinks li {
        float: left;
        margin-right: 10px;
    }

        .content .filters ul.oLinks li a {
            width: 80px;
            text-align: center;
            height: 32px;
            line-height: 32px;
            font-size: 12px;
            border-radius: 20px;
            font-weight: 500;
            padding: 10px;
        }

        .content .filters ul.oLinks li.oneMatch a {
            margin-left: 8px;
            background: #fcd333;
            color: #202322;
        }

        .content .filters ul.oLinks li.oneMatch .active {
            background: #ffe488;
            color: #202322;
        }

        .content .filters ul.oLinks li.liveMatch a {
            background: #ed4f45;
            color: #fff;
        }

        .content .filters ul.oLinks li.liveMatch .active {
            background: #bb3d35;
            color: #202322;
        }

.takimlar a {
    color: #0c0c0c;
    font-size: 12px;
    padding-left: 6px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
}




i.mbs-3 {
    background: #4e92df !important;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    margin-left: 10px;
    text-align: center;
    justify-content: center;
    margin: auto;
    top: 9px;
    color: #ffff;
}

i.mbs-2 {
    background: #0f7c39 !important;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    margin-left: 10px;
    text-align: center;
    justify-content: center;
    margin: auto;
    top: 9px;
    color: #ffff;
}

i.mbs-1 {
    background: #ed4f45 !important;
    align-items: center;
    border-radius: 4px;
    display: inline-flex;
    height: 20px;
    justify-content: center;
    width: 20px;
    margin-left: 10px;
    text-align: center;
    justify-content: center;
    margin: auto;
    top: 9px;
    color: #ffff;
}

/*.bsi {
    text-align: center;
    float: left;
    font-size: 12px;
    color: #3c3c3c;
     height: 41px; 
    line-height: 43px;
    border-right: 1px solid #7171711f;
    position: relative;
    width: 56px;
    font-weight: bold;
    background: #ffffff4d;
}*/




.lig span.leag {
    top: 10px;
    position: relative;
    right: 13px;
    font-size: 11px;
    color: #000000db;
}

.lig span.hour {
    position: relative;
    left: 11px;
    bottom: 10px;
    border-bottom: 1px solid #00000047;
    padding: 0 0 3px 0px;
    font-size: 11px;
    color: #000000db;
}

.d i {
    position: absolute;
    top: 5px;
    left: 50%;
    display: inline-block;
    margin-left: -3.5px;
    width: 10px;
    height: 7px;
    background: url(../images/arrowRed.png) no-repeat;
}

.u i {
    position: absolute;
    top: 5px;
    left: 50%;
    display: inline-block;
    margin-left: -3.5px;
    width: 10px;
    height: 7px;
    background: url(../images/arrowGreen.png) no-repeat;
}

.u:hover {
    background: #0da326 !important;
    color: #f8f9fa !important;
}

.d:hover {
    background: #e0190d !important;
    color: white !important;
}

.bsi:not(.plus):hover {
    background: #ccc;
    color: #000;
}

.hhead {
    background: #0f7c39;
    line-height: 49px;
    border: none;
}

.fDatas.hhead li.mbs {
    border-right: 1px solid #78b690;
}

.fDatas.hhead li.bsi {
    border-right: 1px solid #ffffff70;
    border-top: 1px solid #ffffff70;
    background: none;
    color: #fff;
    line-height: 49px;
}

.firstHeadline {
    float: left;
    width: 100%;
    height: 53px;
    background: #0f7c39;
}

    .firstHeadline ul li {
        float: left;
        height: 53px;
        line-height: 54px;
        border-right: 1px solid #78b690;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
    }

    .firstHeadline ul {
        float: left;
        width: 100%;
        height: 52px;
        padding-left: 20px;
    }

.secondHeadline ul {
    float: left;
    width: 100%;
    height: 52px;
    padding: 0;
    margin: 0;
}

.secondHeadline {
    float: left;
    width: 100%;
    height: 45px;
    background: #00a346;
}

#matchListArea .sHeader {
    float: left;
    width: 100%;
    height: 105px;
    justify-content: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

.nPMatches .nPMatch .tumOranlar .bas {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 40px;
    background: #0f7c39;
}

.nPMatches .nPMatch .tumOranlar {
    float: left;
    width: 100%;
    height: auto;
    display: none;
}

    .nPMatches .nPMatch .tumOranlar .bas span {
        float: left;
        color: #ffffff;
        font-size: 15px;
        font-weight: 500;
        padding-left: 19px;
    }

    .nPMatches .nPMatch .tumOranlar .bas i.close {
        float: right;
        width: 42px;
        height: 42px;
        cursor: pointer;
        background: url(../images/close.png) no-repeat center center #928787;
    }

    .nPMatches .nPMatch .tumOranlar .oranItem {
        float: left;
        width: 100%;
        height: 100%;
        background: #f0f2f6;
        border-bottom: 1px solid #c1c1c1;
    }

        .nPMatches .nPMatch .tumOranlar .oranItem .text {
            float: left;
            width: 199px;
            height: 49px;
            background: #0f0f0fc9;
            line-height: 66px;
            padding-left: 10px;
            position: relative;
        }

            .nPMatches .nPMatch .tumOranlar .oranItem .text span {
                display: table-cell;
                vertical-align: middle;
                width: 100%;
                height: 50px;
                color: #fff;
                line-height: 17px;
                font-size: 12px;
                font-weight: 500;
            }

            .nPMatches .nPMatch .tumOranlar .oranItem .text:after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background: #000000;
                content: "";
            }

        .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs {
            float: left;
            width: 25px;
            height: 0;
            overflow: initial;
            cursor: default;
            color: #0f0f0f;
        }

        .nPMatches .nPMatch .tumOranlar .oranItem ul li:first-child {
            margin: 1px 20px 0 19px;
        }

        .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs span {
            margin-top: 0px;
            height: auto;
            background: transparent;
        }

        .nPMatches .nPMatch .tumOranlar .oranItem ul li span {
            float: left;
            width: 100%;
            height: 24px;
            line-height: 24px;
            color: #1f4040;
            font-size: 12px;
            font-weight: 600;
            background: #414141;
        }

        .nPMatches .nPMatch .tumOranlar .oranItem ul li.mbs i {
            border-radius: 2px;
            margin: 0px 0 0 1px;
            width: 22px;
            height: 22px;
            display: inline-block;
        }

        .nPMatches .nPMatch .tumOranlar .oranItem ul li i {
            float: left;
            width: 100%;
            height: 24px;
            background: #4fa57a;
            font-style: normal;
            line-height: 24px;
            color: #fff;
            font-size: 12px;
            font-weight: 500;
        }

        .nPMatches .nPMatch .tumOranlar .oranItem ul li {
            float: left;
            width: 52px;
            height: 46px;
            text-align: center;
            margin: 1px -1px 4px 5px;
            border-radius: 2px;
            overflow: hidden;
        }

            .nPMatches .nPMatch .tumOranlar .oranItem ul li span {
                float: left;
                width: 100%;
                height: 24px;
                line-height: 24px;
                color: #131b1b;
                font-size: 12px;
                font-weight: 600;
                background: #bfbfbf;
            }

            .nPMatches .nPMatch .tumOranlar .oranItem ul li i {
                float: left;
                width: 100%;
                height: 24px;
                background: #4fa57a;
                font-style: normal;
                line-height: 24px;
                color: #fff;
                font-size: 12px;
                font-weight: 500;
            }


.content .nPMatches .nPMatch .tumOranlar .oranItem ul li:not(.mbs):hover i {
    background: #fee185;
    color: #0f0f0f;
}

.mbss {
    display: none;
}
.chooseSport img {
    height: 32px;
}

@media only screen and (max-width: 1024px) {
    .fDatas.hhead li.mbs {
        width: 45px;
    }
    .fDatas.hhead li.lig {
        border-right:none;
    }
    .fDatas li.bsi {
        width: 42px !important;
    }

    li.plus i {
        left: 12px;
        position: relative;
    }

    .firstHeadline ul li.tarih {
        width: 295px !important;
        font-size: 11px;
    }

    .firstHeadline ul li.ms {
        width: 124px !important;
    }

    .firstHeadline ul li.ig {
        width: 124px !important;
    }

    .firstHeadline ul li.ilkGol {
        width: 165px !important;
    }

    .firstHeadline ul li.topGol {
        width: 82px !important;
    }
    .firstHeadline ul li.tek-cift {
        width: 83px !important;
    }

    .firstHeadline {
        height: 35px;
    }

    .secondHeadline {
        height: 32px;
    }

    .fDatas.hhead li.bsi {
        line-height: 44px;
        width: 41.27px !important;
    }

    #matchListArea .sHeader {
        height: 75px;
    }

    .secondHeadline ul li.bsi {
        width: 40px;
        font-size: 10px;
    }

    .firstHeadline ul li {
        line-height: 41px;
    }

    .secondHeadline ul {
        height: 40px;
    }

    .nPMatches .nPMatch .tumOranlar .bas {
        float: left;
        width: 100%;
        height: 33px;
        line-height: 37px;
        background: #0f7c39;
    }
        .nPMatches .nPMatch .tumOranlar .bas i.close {
            height: 33px;
        }

        .nPMatches .nPMatch .tumOranlar .bas span {
            float: left;
            color: #ffffff;
            font-size: 13px;
            font-weight: 500;
            padding-left: 19px;
        }

    .fDatas.hhead li.takimlar {
        font-size: 12px;
    }

    .content .secondHeadline ul li i.up {
        top: 5px;
    }

    .content .secondHeadline ul li i.down {
        bottom: 14px !important;
    }

    li.plus i {
        line-height: 45px !important;
    }
}

@media only screen and (max-width: 768px) {
    .content .filters .searchFilter {
        width: 175px;
    }
    .content .iddaaP .chooseSport ul li {
        padding: 0 3.5px !important;
    }
    .ig {
        display: none;
    }

    li.bsi:nth-child(7),
    li.bsi:nth-child(8),
    li.bsi:nth-child(9) {
        display: none;
    }

    .lig {
        width: 48px;
        font-size: 9px;
    }

    .takimlar a {
        font-size: 10px;
    }

    .fDatas li.takimlar {
        width: 131px !important;
        font-size: 11px;
    }

    .fDatas li.bsi {
        width: 38px !important;
        font-size: 10px;
    }

    i.mbs-3 {
        height: 17px;
        width: 17px;
        margin-left: 21px;
    }

    i.mbs-2 {
        height: 17px;
        width: 17px;
        margin-left: 21px;
    }

    i.mbs-1 {
        height: 17px;
        width: 17px;
        margin-left: 21px;
    }

    .mbs {
        width: 47px !important;
    }

    .secondHeadline ul {
        height: 40px;
    }

    .fDatas.hhead li.bsi {
        line-height: 40px;
        width: 38px !important;
    }

    .firstHeadline {
        height: 36px;
    }


        .firstHeadline ul li.ms {
            width: 114px !important;
        }

        .firstHeadline ul li.ilkGol {
            width: 152px !important;
        }

        .firstHeadline ul li.topGol, .firstHeadline ul li.tek-cift {
            width: 76px !important;
            font-size: 11px;
        }

        .firstHeadline ul li.tarih {
            width: 208px !important;
            font-size: 11px;
        }

    li.plus i {
        left: 4px !important;
        position: relative;
        line-height: 44px !important;
    }
    .content .filters ul.oLinks {
        padding: 0px 0px 0px 30px;
    }
}

@media only screen and (max-width: 767px) {
    
    .fDatas {
        grid-template-columns: 1fr;
        grid-template-rows: 0.2fr 0.3fr 2.5fr;
        gap: 0px 0px;
        grid-template-areas:
            "lig"
            "takimlar"
            "bsi";
        grid-area: fDatas;
        height: 100% !important;
        display: block !important;
        line-height: 25px !important;
    }
    .nPMatches .nPMatch .tumOranlar .oranItem ul li span {
        font-size: 9px;
    }

        .fDatas li.lig {
            grid-area: lig;
            width: 100%;
            background: #0f7c39;
            height: 26px;
            border-bottom: none;
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }

        .fDatas li.takimlar {
            grid-template-columns: 1.5fr 0.5fr;
            grid-template-rows: 1fr;
            gap: 0px 0px;
            grid-template-areas:
                ". mbss";
            grid-area: takimlar;
            background: #c3c3c3;
            line-height: 13px;
            width: 100% !important;
            line-height: 13px;
            display: contents;
        }

    .mbss {
        grid-area: mbss;
        position: relative;
        top: -6px;
        right: 10px;
        display: block;
    }

    .fDatas li.bsi {
        width: 57px !important;
        display: inline-block;
        border: 1px solid #d6d6d6;
        margin: 6px 1px 0 2px;
        left: 9px;
        border-radius: 7px;
    }

    li.mbs {
        display: none;
    }

    .leag {
        display: none;
    }

    For presentation only, no need to copy the code below
    .grid-container * {
        border: 1px solid red;
        position: relative;
    }

    .sHeader {
        display: none;
    }

    .ig {
        display: none;
    }

    .fDatas li.bsi:nth-child(7),
    .fDatas li.bsi:nth-child(8),
    .fDatas li.bsi:nth-child(9),
    .fDatas li.bsi:nth-child(10),
    .fDatas li.bsi:nth-child(11),
    .fDatas li.bsi:nth-child(12),
    .fDatas li.bsi:nth-child(13),
    .fDatas li.bsi:nth-child(16),
    .fDatas li.bsi:nth-child(17) {
        display: none;
    }

    .takimlar a {
        font-size: 10px;
        position: relative;
        left: 34px;
        font-size: 12px;
        padding-left: 2px;
        top: 10px;
    }

    .lig span.hour {
        position: relative;
        float: right;
        top: -3px;
        font-size: 11px;
        color: #ffffff;
        left: 65px;
        font-weight: bold;
        border-bottom: none;
    }

    .lig span.date {
        position: relative !important;
        float: right;
        top: -16px;
        font-size: 11px;
        color: #ffffff;
        left: -4px;
        font-weight: bold;
        border-bottom: none;
    }


    span.lname {
        position: relative;
        top: -10px;
        font-size: 10px;
        color: #ffffff;
        left: 13px;
        font-weight: bold;
        border-bottom: none;
        display: block !important;
        width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .nPMatch {
        margin: 0px 0px 3px 0px;
        border-radius: 4px;
        border: 1px solid #ffff;
    }

    .fDatas li.plus {
        background: #3f3f40;
        width: 53px !important;
        display: inline-block;
        border: 1px solid;
        position: relative;
        /*left: 18px;*/
        height: 49px;
        border-radius: 18px;
        float: right;
        top: 7px;
    }

    .plus i {
        cursor: pointer;
        color: #ffffff;
        font-style: normal;
        float: left;
        font-size: 14px;
        left: 14px;
        height: 41px;
        line-height: 43px;
        padding: 0;
        font-weight: bold;
        position: relative;
    }

    .nPMatches .nPMatch .tumOranlar .oranItem {
        height: auto;
    }

        .nPMatches .nPMatch .tumOranlar .oranItem .text {
            width: 100%;
            height: 27px;
        }

            .nPMatches .nPMatch .tumOranlar .oranItem .text span {
                width: 100%;
                height: 100%;
                line-height: 25px;
            }

    .content .nPMatches .nPMatch .tumOranlar .oranItem ul li {
        width: 40px;
    }

    .nPMatches .nPMatch .tumOranlar .oranItem ul li {
        float: left;
        width: 52px;
        height: 46px;
        text-align: center;
        margin: 1px;
        border-radius: 2px;
        overflow: hidden;
    }

    span.birles {
        float: left;
        width: 100%;
        height: 24px;
        line-height: 24px;
        color: #ffffff;
        font-size: 11px;
        font-weight: 500;
        background: #0f0f0fc9;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        display: block !important;
    }

    span.oran {
        float: left;
        width: 100%;
        height: 24px;
        background: #4fa57a;
        font-style: normal;
        line-height: 24px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }

    .d i {
        margin-left: 16.5px;
    }

    .u i {
        margin-left: 16.5px;
    }

    li.plus i {
        cursor: pointer;
        color: #fffbfb !important;
        font-style: normal;
        float: left;
        font-size: 12px;
        height: 41px;
        line-height: 40px;
        padding: 0 19.68px 0 8px;
        font-weight: bold;
    }

    .content .iddaaP .filters {
        width: 100%;
        float: left;
        height: 78px !important;
        background: #292828 !important;
        padding: 2px !important;
    }
    .content .iddaaP .chooseSport ul li span{
        display:none;
    }
    .content .iddaaP .chooseSport ul {
        padding: 0;
    }
    .chooseSport img {
        height: 35px !important;
        width: 35px !important;
        margin: 0 0 0 11px;
    }
    .content .iddaaP ul {
        padding: 0;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .content .filters .searchFilter {
        width: 120px;
    }
    .fDatas li.bsi {
        width: 43px !important;
    }

    .d i {
        display: none;
    }

    .u i {
        display: none;
    }

    .fDatas li.plus {
        width: 41px !important;
        left: -1px;
        height: 44px;
    }
    .chooseSport img {
        margin: 0 0 0 8px;
    }
    .content .newDSelect .fBox span {
        padding: 0px 27px 0 18px;
    }
}

@media (min-width: 361px) and (max-width: 375px) {

    .fDatas li.bsi {
        width: 50px !important;
    }

    .fDatas li.plus {
        width: 41px !important;
        left: -1px;
        height: 44px;
    }
}

@media (min-width: 376px) and (max-width: 410px) {

    .fDatas li.bsi {
        width: 57px !important;
    }

    .fDatas li.plus {
        background: #3f3f40;
        width: 44px !important;
        display: inline-block;
        border: 1px solid;
        position: relative;
        height: 49px;
        border-radius: 18px;
        float: right;
        top: 7px;
        right: 1px;
    }
}

@media (min-width: 768px) and (max-width: 2500px) {
    span.date {
        display: none;
    }
}
.fDatas {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%;
    height: 50px;
    overflow: auto;
    flex-direction: row;
    border-top: 1px solid #71717180;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 47px;
    background: #ecf0f5fc;
}

    .fDatas li {
        width: 50px;
        height: 50px;
        border-right: 1px solid #71717180;
        line-height: 46px;
    }

        .fDatas li.takimlar {
            width: 220px;
            height: 50px;
            border: none;
        }

        .fDatas li.plus {
            border-right: none;
        }

        .fDatas li.bsi {
            background: #ffffff4d;
            font-size: 12px;
            color: #3c3c3c;
            font-weight: bold;
            position: relative;
            text-align: center;
            width: 57px;
        }

span.lname {
    display: none;
}

.fDatas.hhead {
    background: #0f7c39;
    line-height: 49px;
    border: none;
}

.firstHeadline ul li.tarih {
    width: 300px;
    text-align: left;
    float: left;
    text-transform: uppercase;
}

.firstHeadline ul li.ms {
    width: 171px;
}

.firstHeadline ul li.ig {
    width: 171px;
}

.firstHeadline ul li.ilkGol {
    width: 228px;
}

.firstHeadline ul li.topGol, .firstHeadline ul li.tek-cift {
    width: 114px;
}

.fDatas.hhead li.takimlar {
    color: #fff;
    position: relative;
    right: 30px;
}

li.plus a {
    color: #fff;
}

li.plus i {
    cursor: pointer;
    color: #3e3e3e;
    font-style: normal;
    float: left;
    font-size: 14px;
    height: 41px;
    line-height: 42px;
    padding: 0 19.68px 0 8px;
    font-weight: bold;
}

.content .nPMatches .nPMatch {
    float: left;
    width: 100%;
}

.content .secondHeadline ul li i.up {
    position: absolute;
    top: 8px;
    left: 50%;
    display: inline-block;
    cursor: pointer;
    margin-left: -3.5px;
    width: 7px;
    height: 4px;
    background: url("../images/arrowWhite.png") no-repeat;
}

.content .secondHeadline ul li i.down {
    position: absolute;
    bottom: 8px;
    left: 50%;
    display: inline-block;
    cursor: pointer;
    margin-left: -3.5px;
    width: 7px;
    height: 4px;
    background: url("../images/arrowWhite.png") no-repeat;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

span.birles {
    display: none;
}

.content .iddaaP .filters {
    width: 100%;
    float: left;
    height: 48px;
    background: #292828;
    padding: 8px 20px 0 19px;
}

.content .filters .searchFilter {
    float: left;
    margin-left: 0px;
    background: #0f0f0f;
    height: 32px;
    border-radius: 20px;
    border: 0;
}

    .content .filters .searchFilter .input {
        float: left;
        background: transparent;
        width: calc(100% - 46px);
        height: 32px;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        padding: 0 18px;
        outline: none;
        border: 0;
    }

    .content .filters .searchFilter .submit {
        float: right;
        width: 46px;
        cursor: pointer;
        height: 32px;
        background: url(../images/search.png) no-repeat center center;
        text-indent: -9999px;
        padding: 9px 0;
        border: 0;
    }