@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

@font-face {
    font-family: "Stafford";
    src: url(../fonts/SFUStaffordBold.ttf) format("truetype")
}

.tips_list .capt-cover {
    font-family: "Stafford", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: left
}

    .tips_list .capt-cover::before {
        content: unset
    }

.tips_list .tipster_search {
    position: relative
}

    .tips_list .tipster_search input {
        width: 100%;
        border: 1px solid #e6e6e6;
        padding: 9px 24px;
        padding-left: 50px;
        font-family: "Mulish";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }

    .tips_list .tipster_search button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        border: 0;
        padding: 0;
        background-color: transparent;
        width: 24px;
        height: 24px
    }

.tips_list .lst_tipster {
    display: flex;
    flex-wrap: wrap;
    margin-top: 38px;
    margin-bottom: 24px;
    gap: 24px
}

    .tips_list .lst_tipster .tipster_item {
        width: calc(50% - 12px);
        padding: 30px 15px;
        border: 0.5px solid #e6e6e6;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: url(../img/tipster/bkvang.jpg);
        background-repeat: no-repeat;
        background-position: bottom right
    }

        .tips_list .lst_tipster .tipster_item:nth-child(2n) {
            background: url(../img/tipster/bktim.jpg);
            background-repeat: no-repeat;
            background-position: bottom right
        }

        .tips_list .lst_tipster .tipster_item .tipster_info {
            display: flex;
            align-items: center
        }

            .tips_list .lst_tipster .tipster_item .tipster_info .avatar {
                width: 100px;
                height: 100px
            }

                .tips_list .lst_tipster .tipster_item .tipster_info .avatar img {
                    width: 100%;
                    height: 100%
                }

            .tips_list .lst_tipster .tipster_item .tipster_info .tipster_name {
                margin-left: 16px;
                font-family: "Mulish";
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                text-align: left;
                color: #383838
            }

                .tips_list .lst_tipster .tipster_item .tipster_info .tipster_name strong {
                    font-size: 18px
                }

        .tips_list .lst_tipster .tipster_item .tipster_point {
            font-family: "Mulish";
            font-size: 36px;
            font-weight: 800;
            line-height: 45px;
            color: #2fb136;
            text-transform: uppercase
        }

            .tips_list .lst_tipster .tipster_item .tipster_point.lose {
                color: #f00
            }

@media (max-width: 1366px) {
    .tips_list .lst_tipster .tipster_item {
        width: 100%
    }
}

@media (max-width: 992px) {
    .tips_list .lst_tipster .tipster_item {
        width: 100%;
        background-position: -45px
    }

        .tips_list .lst_tipster .tipster_item:nth-child(2n) {
            background-position: -45px
        }

        .tips_list .lst_tipster .tipster_item .tipster_info .avatar {
            width: 60px;
            height: 60px
        }

        .tips_list .lst_tipster .tipster_item .tipster_info .tipster_name {
            font-size: 12px;
            line-height: 16px;
            margin-left: 8px
        }

            .tips_list .lst_tipster .tipster_item .tipster_info .tipster_name strong {
                font-size: 16px;
                line-height: 26px
            }

        .tips_list .lst_tipster .tipster_item .tipster_point {
            font-size: 28px;
            line-height: normal
        }

    .tips_list .tipster-lst {
        padding: 0;
        background: unset;
        border: unset;
        margin-top: 38px;
        margin-bottom: 30px
    }

        .tips_list .tipster-lst .caption.tac-gia {
            background: unset;
            text-indent: unset;
            font-size: 20px;
            line-height: 24px
        }

        .tips_list .tipster-lst li {
            padding: 16px 0;
            border-bottom: 1px solid #e6e6e6;
            font-family: "Mulish";
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 26px
        }

            .tips_list .tipster-lst li a {
                color: #383838
            }

            .tips_list .tipster-lst li:last-child {
                border-bottom: 0
            }
}

.tips_detail {
    margin-top: 30px
}

    .tips_detail .tipster_detail {
        background: url("../img/tipster/bg_tipster.jpg");
        padding: 25px 34px;
        margin-bottom: 40px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

        .tips_detail .tipster_detail .tipster_detail_left {
            display: flex;
            width: 60%
        }

            .tips_detail .tipster_detail .tipster_detail_left .tipster_avt {
                background-color: #fff;
                border: 1px solid #ff0000;
                padding: 3px;
                border-radius: 50%;
                width: 120px;
                height: 120px;
                margin-right: 24px
            }

                .tips_detail .tipster_detail .tipster_detail_left .tipster_avt img {
                    width: 100%;
                    border-radius: 50%
                }

            .tips_detail .tipster_detail .tipster_detail_left .tipster_info {
                font-family: "Mulish";
                font-style: normal
            }

                .tips_detail .tipster_detail .tipster_detail_left .tipster_info h5 {
                    color: #f00;
                    font-size: 22px;
                    font-weight: 700;
                    line-height: normal;
                    margin-bottom: 4px
                }

                .tips_detail .tipster_detail .tipster_detail_left .tipster_info p {
                    color: #383838;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 20px
                }

                .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul {
                    margin: 0;
                    list-style: none
                }

                    .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        color: #383838;
                        font-family: "Mulish";
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 16px;
                        margin: 10px 0;
                        width: calc(100% + 20px)
                    }

                        .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li:last-child {
                            margin-bottom: 0
                        }

                        .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li p {
                            display: flex;
                            align-items: center
                        }

                            .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li p img {
                                margin-right: 8px;
                                width: 20px;
                                height: 20px
                            }

                        .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li .list_match {
                            display: flex;
                            align-items: center
                        }

                            .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li .list_match li {
                                border-radius: 80px;
                                color: #fff;
                                background-color: #fff;
                                font-size: 9px;
                                font-weight: 800;
                                margin: 0 3px;
                                text-transform: uppercase;
                                width: 16px;
                                height: 16px;
                                text-align: center;
                                display: inline-block;
                                vertical-align: middle
                            }

                                .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li .list_match li.b {
                                    border: 0.5px solid #9B9FA0
                                }

                                .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li .list_match li.w {
                                    background-color: #2fb136
                                }

                                .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li .list_match li.l {
                                    background-color: #f00
                                }

                                .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li .list_match li.d {
                                    background: #D5D7D7
                                }

        .tips_detail .tipster_detail .tipster_detail_right {
            width: 40%
        }

            .tips_detail .tipster_detail .tipster_detail_right .statistical_title {
                display: flex;
                justify-content: space-between;
                margin-bottom: 20px
            }

                .tips_detail .tipster_detail .tipster_detail_right .statistical_title p {
                    color: #000;
                    font-family: "Mulish";
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 26px;
                    text-transform: uppercase
                }

                .tips_detail .tipster_detail .tipster_detail_right .statistical_title .tab-list {
                    display: flex;
                    list-style: none;
                    margin: 0
                }

                    .tips_detail .tipster_detail .tipster_detail_right .statistical_title .tab-list li {
                        color: #000;
                        text-align: center;
                        font-family: "Mulish";
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 20px;
                        padding: 0 20px;
                        padding-bottom: 4px;
                        margin-bottom: 0;
                        border-bottom: 1px solid #dbdbdb;
                        cursor: pointer
                    }

                        .tips_detail .tipster_detail .tipster_detail_right .statistical_title .tab-list li.active {
                            color: #f00;
                            border-bottom: 1px solid #f00
                        }

            .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane {
                display: none
            }

                .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane.active {
                    display: block
                }

                .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane p {
                    color: #383838;
                    font-family: "Mulish";
                    font-size: 14px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 20px;
                    margin-top: 15px
                }

                    .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane p span {
                        font-weight: 700
                    }

                    .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane p img {
                        margin-right: 8px;
                        vertical-align: middle
                    }

                    .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane p.ratio {
                        width: 100%;
                        display: flex
                    }

                        .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane p.ratio span {
                            color: #fff;
                            font-family: "Mulish";
                            font-size: 10px;
                            font-style: normal;
                            font-weight: 600;
                            line-height: 12px;
                            text-align: center;
                            padding: 2px;
                            background-color: #2fb136;
                            border-radius: 2px 0px 0px 2px
                        }

                            .tips_detail .tipster_detail .tipster_detail_right .statistical_cont .tab-pane p.ratio span:last-child {
                                background-color: #f00;
                                border-radius: 0px 2px 2px 0px
                            }

    .tips_detail .capt-cover {
        font-family: "Stafford", serif;
        font-size: 22px;
        font-weight: 700;
        line-height: 24px;
        text-align: left
    }

        .tips_detail .capt-cover::before {
            content: unset
        }

    .tips_detail .lst_tipster {
        margin: 40px 0
    }

        .tips_detail .lst_tipster .tipster_item {
            border-bottom: 1px solid #e6e6e6;
            margin-bottom: 26px;
            padding-bottom: 24px
        }

            .tips_detail .lst_tipster .tipster_item:last-child {
                border: unset;
                margin-bottom: 0
            }

            .tips_detail .lst_tipster .tipster_item .tipster_title {
                color: #383838;
                font-family: "Mulish";
                font-size: 20px;
                font-style: normal;
                font-weight: 800;
                line-height: 28px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 12px
            }

                .tips_detail .lst_tipster .tipster_item .tipster_title span {
                    min-width: 32px;
                    height: 32px;
                    background-color: #2fb136;
                    color: #fff;
                    font-size: 16px;
                    line-height: 30px;
                    border-radius: 50%;
                    text-align: center;
                    margin-left: 20px
                }

                    .tips_detail .lst_tipster .tipster_item .tipster_title span.lose {
                        background-color: #f00
                    }

            .tips_detail .lst_tipster .tipster_item .tipster_desc {
                color: #383838;
                font-family: "Mulish";
                font-size: 15px;
                font-style: normal;
                font-weight: 400;
                line-height: 22px
            }

                .tips_detail .lst_tipster .tipster_item .tipster_desc span {
                    color: #7a7a7a;
                    font-size: 12px;
                    line-height: 16px;
                    vertical-align: middle
                }

                    .tips_detail .lst_tipster .tipster_item .tipster_desc span img {
                        vertical-align: middle;
                        margin: 0 5px
                    }

    .tips_detail .tipster-lst {
        border: 1px solid #e6e6e6;
        background: #fafafa;
        padding: 24px 16px
    }

        .tips_detail .tipster-lst .lst {
            margin-top: 15px
        }

            .tips_detail .tipster-lst .lst li {
                border-top: solid 1px #eaeaea;
                padding: 20px 0;
                display: flex;
                align-items: center
            }

                .tips_detail .tipster-lst .lst li::before, .tips_detail .tipster-lst .lst li::after {
                    content: unset
                }

                .tips_detail .tipster-lst .lst li:first-child {
                    border-top: 0
                }

        .tips_detail .tipster-lst .avatar {
            height: 70px;
            width: 70px
        }

            .tips_detail .tipster-lst .avatar img {
                width: 100%;
                height: 100%
            }

        .tips_detail .tipster-lst .info {
            width: calc(100% - 78px);
            padding-left: 16px;
            color: #383838;
            font-family: "Mulish";
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px
        }

            .tips_detail .tipster-lst .info .author {
                display: block;
                font-weight: 700;
                font-size: 18px;
                line-height: 32px
            }

        .tips_detail .tipster-lst .cat-news .view-more a {
            border: unset;
            text-transform: unset
        }

    .tips_detail .mix-tops .tab-pane .news {
        position: relative
    }

        .tips_detail .mix-tops .tab-pane .news::after {
            position: absolute;
            height: 100%;
            left: 12px;
            top: 25px;
            width: 1px;
            background: #e5e5e5
        }

        .tips_detail .mix-tops .tab-pane .news:last-child::after {
            height: calc(100% - 35px)
        }

@media (max-width: 1366px) and (min-width: 993px) {
    .tips_detail .tipster_detail .tipster_detail_left {
        width: 100%
    }

    .tips_detail .tipster_detail .tipster_detail_right {
        width: 100%;
        padding-left: 145px;
        margin-top: 40px
    }
}

@media (max-width: 992px) {
    .tips_detail .tipster_detail {
        padding: 20px 12px;
        width: calc(100% + 20px);
        margin-left: -10px
    }

        .tips_detail .tipster_detail .tipster_detail_left {
            width: 100%;
            display: block;
            text-align: center
        }

            .tips_detail .tipster_detail .tipster_detail_left .tipster_avt {
                margin: 0 auto
            }

            .tips_detail .tipster_detail .tipster_detail_left .tipster_info {
                width: 100%
            }

                .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul {
                    margin-top: 24px;
                    margin-bottom: 30px
                }

                    .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul li {
                        width: 100%
                    }

                    .tips_detail .tipster_detail .tipster_detail_left .tipster_info ul ul {
                        margin: 0
                    }

        .tips_detail .tipster_detail .tipster_detail_right {
            width: 100%
        }

    .tips_detail .lst_tipster {
        margin-top: 24px
    }

        .tips_detail .lst_tipster .tipster_item {
            margin-bottom: 16px;
            padding-bottom: 16px
        }

            .tips_detail .lst_tipster .tipster_item .tipster_title {
                align-items: start;
                font-size: 18px;
                line-height: 26px
            }

                .tips_detail .lst_tipster .tipster_item .tipster_title span {
                    min-width: 24px;
                    height: 24px;
                    font-size: 14px;
                    line-height: 24px
                }

    .tips_detail .tipster-lst {
        margin-top: 40px;
        margin-bottom: 35px;
        padding: 0;
        background: unset;
        border: unset
    }

        .tips_detail .tipster-lst .caption.tac-gia {
            background: unset;
            text-indent: unset;
            font-size: 20px;
            line-height: 24px
        }

        .tips_detail .tipster-lst .avatar {
            order: 2
        }

        .tips_detail .tipster-lst .info {
            order: 1;
            padding-left: 0;
            padding-right: 20px
        }

        .tips_detail .tipster-lst .cat-news .view-more a {
            border: 1px solid #9f9f9f
        }
}

.tips-rank .daily-betts {
    padding: 10px 20px
}

.tips-rank .tipster_caption {
    font-family: "Stafford";
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    padding: 24px;
    border-bottom: 1px solid #e6e6e6
}

.tips-rank .tipster_rank {
    border: 1px solid #e6e6e6
}

    .tips-rank .tipster_rank .tipster_lst {
        padding: 12px 16px 24px
    }

        .tips-rank .tipster_rank .tipster_lst .tipster_item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 32px
        }

            .tips-rank .tipster_rank .tipster_lst .tipster_item .info {
                display: flex
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item .info .avatar {
                    width: 60px;
                    height: 60px;
                    border-radius: 50%;
                    margin-right: 10px
                }

                .tips-rank .tipster_rank .tipster_lst .tipster_item .info p {
                    font-family: "Mulish";
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 24px;
                    text-align: left;
                    color: #383838
                }

            .tips-rank .tipster_rank .tipster_lst .tipster_item .ratio {
                font-family: "Mulish";
                font-size: 16px;
                font-weight: 600;
                line-height: 24px;
                text-align: left;
                color: #7a7a7a;
                display: flex
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item .ratio span {
                    display: block;
                    color: #383838;
                    text-align: center
                }

                .tips-rank .tipster_rank .tipster_lst .tipster_item .ratio .results {
                    margin-left: 32px
                }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item .ratio .results .lose {
                        color: #ff0000
                    }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item .ratio .results span {
                        color: #2fb136
                    }

            .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) {
                background: linear-gradient(123deg, #fce4c0 -3.29%, rgba(254,226,188,0) 49.36%),url(../img/tipster/layer_gold.svg);
                background-repeat: no-repeat;
                background-position: top left;
                border: 1px solid #e6e6e6;
                padding: 18px 16px;
                border-radius: 4px;
                margin-bottom: 12px
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info p {
                    font-size: 23px;
                    font-weight: 700;
                    line-height: normal
                }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info p a {
                        height: 1.4em;
                        display: block;
                        overflow: hidden
                    }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info .avatar {
                    width: 48px;
                    height: 48px;
                    background: url(../img/tipster/cup_gold.svg)
                }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info .avatar img {
                        display: none
                    }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .tip {
                    display: none
                }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .results {
                    color: #2fb136;
                    display: flex;
                    align-items: end;
                    flex-direction: column-reverse;
                    font-size: 25px;
                    font-weight: 700;
                    line-height: normal;
                    margin-left: 15px
                }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .results span {
                        font-size: 45px;
                        font-weight: 800
                    }

            .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(2) {
                background: linear-gradient(123deg, #e2c7fc -3.29%, rgba(241,231,249,0) 49.36%),url(../img/tipster/layer_silver.svg);
                background-repeat: no-repeat;
                background-position: top left
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(2) .info .avatar {
                    background: url(../img/tipster/cup_silver.svg)
                }

            .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(3) {
                background: linear-gradient(123deg, #fccdb3 -3.29%, rgba(251,238,230,0) 49.36%),url(../img/tipster/layer_copper.svg);
                background-repeat: no-repeat;
                background-position: top left;
                margin-bottom: 32px
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(3) .info .avatar {
                    background: url(../img/tipster/cup_copper.svg)
                }

        .tips-rank .tipster_rank .tipster_lst .view-more {
            border: 1px solid #9b9fa0;
            border-radius: 4px;
            width: 100%;
            padding: 8px;
            text-align: center;
            font-family: "Mulish";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 24px
        }

            .tips-rank .tipster_rank .tipster_lst .view-more a {
                color: #9b9fa0
            }

                .tips-rank .tipster_rank .tipster_lst .view-more a::after {
                    content: unset
                }

            .tips-rank .tipster_rank .tipster_lst .view-more:hover {
                background-color: #ed1c24;
                border-color: #ed1c24
            }

                .tips-rank .tipster_rank .tipster_lst .view-more:hover a {
                    color: #fff !important
                }

.tips-rank .statistics {
    border: 1px solid #e6e6e6
}

    .tips-rank .statistics .statistics_lst {
        padding: 10px 16px
    }

        .tips-rank .statistics .statistics_lst .statistics_item {
            padding: 20px 0;
            border-bottom: 1px solid #e6e6e6;
            display: flex;
            align-items: start;
            text-wrap: nowrap
        }

            .tips-rank .statistics .statistics_lst .statistics_item:last-child {
                border-bottom: 0
            }

            .tips-rank .statistics .statistics_lst .statistics_item .statistics_order {
                margin-right: 12px;
                display: flex;
                align-items: center
            }

                .tips-rank .statistics .statistics_lst .statistics_item .statistics_order .numerical {
                    color: #383838;
                    font-family: "Mulish";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 500;
                    line-height: 24px;
                    margin-right: 16px
                }

                .tips-rank .statistics .statistics_lst .statistics_item .statistics_order img {
                    width: 32px;
                    height: 32px
                }

            .tips-rank .statistics .statistics_lst .statistics_item .statistics_info {
                width: calc(100% - 60px - 12px)
            }

                .tips-rank .statistics .statistics_lst .statistics_item .statistics_info p {
                    color: #383838;
                    font-family: "Mulish";
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 24px
                }

                .tips-rank .statistics .statistics_lst .statistics_item .statistics_info .ratio {
                    margin-top: 10px;
                    width: 100%;
                    display: flex
                }

                    .tips-rank .statistics .statistics_lst .statistics_item .statistics_info .ratio span {
                        color: #fff;
                        font-family: "Mulish";
                        font-size: 10px;
                        font-style: normal;
                        font-weight: 600;
                        line-height: 12px;
                        text-align: center;
                        padding: 2px;
                        background-color: #2fb136;
                        border-radius: 2px 0px 0px 2px
                    }

                        .tips-rank .statistics .statistics_lst .statistics_item .statistics_info .ratio span:last-child {
                            background-color: #f00;
                            border-radius: 0px 2px 2px 0px
                        }

@media (min-width: 1367px) {
    .tips-rank .w8 {
        padding-right: 30px
    }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) {
    .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) {
        position: relative
    }

        .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .results {
            position: absolute;
            font-size: 20px;
            bottom: 0;
            right: 10px
        }

            .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .results span {
                font-size: 30px
            }

        .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info p {
            font-size: 20px
        }

            .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info p a {
                display: inline-block;
                margin-bottom: 10px
            }
}

@media (max-width: 992px) {
    .tips-rank .tipster_rank .tipster_lst {
        padding: 16px 12px 24px
    }

        .tips-rank .tipster_rank .tipster_lst .tipster_item {
            margin-bottom: 24px
        }

            .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) {
                padding: 15px 16px
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info {
                    align-items: start
                }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info p {
                        font-size: 20px
                    }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .info .avatar {
                        width: 44px;
                        height: 44px
                    }

                .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .results {
                    font-size: 20px
                }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(-n+3) .results span {
                        font-size: 40px
                    }

            .tips-rank .tipster_rank .tipster_lst .tipster_item:nth-child(3) {
                margin-bottom: 24px
            }

            .tips-rank .tipster_rank .tipster_lst .tipster_item .info {
                align-items: center
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item .info .avatar {
                    width: 52px;
                    height: 52px
                }

                .tips-rank .tipster_rank .tipster_lst .tipster_item .info p .follow {
                    margin-top: 6px;
                    font-size: 12px
                }

                    .tips-rank .tipster_rank .tipster_lst .tipster_item .info p .follow svg {
                        width: 14px;
                        height: 14px
                    }

            .tips-rank .tipster_rank .tipster_lst .tipster_item .ratio {
                font-size: 14px;
                line-height: 20px
            }

                .tips-rank .tipster_rank .tipster_lst .tipster_item .ratio .results {
                    margin-left: 21px
                }

        .tips-rank .tipster_rank .tipster_lst .view-more {
            padding: 6px
        }

    .tips-rank .statistics .statistics_lst {
        padding: 12px
    }

        .tips-rank .statistics .statistics_lst .statistics_item .statistics_order .numerical {
            margin-right: 12px
        }

        .tips-rank .statistics .statistics_lst .statistics_item .statistics_info {
            width: calc(100% - 70px)
        }
}

@media screen and (min-width: 1367px) {
    .tips .col.pad-300 {
        padding-right: 30px
    }
}

.tips .cat-news .view-more a:hover {
    cursor: pointer
}

.tips .mix-tops .tab-lst ul li {
    padding: 0 24px
}

.tips .mix-tops .tab-pane .news {
    position: relative;
    padding: 10px 0 10px 20px
}

    .tips .mix-tops .tab-pane .news::before {
        margin: 10px 10px 0 -17px
    }

    .tips .mix-tops .tab-pane .news::after {
        position: absolute;
        height: 100%;
        left: 5px;
        top: 25px;
        width: 1px;
        background: #e5e5e5
    }

    .tips .mix-tops .tab-pane .news:last-child::after {
        height: calc(100% - 35px)
    }

.tips .follow {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    padding: 2px 10px;
    border: 1px solid #9b9fa0;
    border-radius: 2px;
    width: fit-content;
    position: relative;
    padding-left: 24px
}

    .tips .follow::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        background: url(../img/tipster/plus.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .tips .follow:hover {
        color: #fff !important;
        background-color: #ed1c24;
        border: 1px solid #ed1c24;
        cursor: pointer
    }

        .tips .follow:hover::before {
            background: url(../img/tipster/plus-white.svg);
            background-repeat: no-repeat;
            background-position: center
        }

    .tips .follow.followed::before {
        background: url(../img/tipster/Check.svg);
        background-repeat: no-repeat;
        background-position: center
    }

    .tips .follow.followed:hover::before {
        background: url(../img/tipster/Check-white.svg);
        background-repeat: no-repeat;
        background-position: center
    }

/*# sourceMappingURL=tips.css.map */
