<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.available_clubs {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

    .available_clubs .club {
        text-align: center;
        padding: 20px 20px 40px 20px;
        border: solid #ccc;
        border-radius: 20px;
        width: 100%;
        max-width: 24%;
        min-width: 280px;
        position: relative
    }

        .available_clubs .club:hover {
            background-color: #F8F8F8;
        }

        .available_clubs .club.popular {
            border: solid 3px #f3861a;
            position: relative;
            -webkit-box-shadow: 5px 7px 15px -3px rgba(0,0,0,0.26);
            -moz-box-shadow: 5px 7px 15px -3px rgba(0,0,0,0.26);
            box-shadow: 5px 7px 15px -3px rgba(0,0,0,0.26);
        }

            .available_clubs .club.popular .popular_label {
                background: #f3861a;
                color: #fff;
                font-weight: bold;
                border-radius: 50px;
                padding: 5px 30px 5px 30px;
                z-index: 1;
                left: 0;
                right: 0;
                top: -18px;
                margin: auto;
                width: 80%;
                position: absolute;
            }

                .available_clubs .club.popular .popular_label i {
                    background-color: #fff;
                }

        .available_clubs .club .title h3 {
            line-height: 40px;
        }

        .available_clubs .club .image {
            height: 350px;
            display: flex;
            justify-content: center;
            align-content: center;
            flex-wrap: wrap;
        }

            .available_clubs .club .image img {
                height: fit-content;
                max-width: 70%;
            }

        .available_clubs .club.popular .image img {
            max-width: 100%;
        }

        .available_clubs .club .short_description {
            font-size: 14px;
        }

        .available_clubs .club .price {
            font-size: 25px;
            margin: 30px 0 30px 0;
        }

            .available_clubs .club .price .sum {
                font-size: 50px;
                font-weight: bold;
                line-height: 50px;
            }

            .available_clubs .club .price .description {
                font-size: 12px;
            }

        .available_clubs .club .buttons {
            margin: 20px 0 20px;
        }

            .available_clubs .club .buttons .button {
                width: 80%;
            }

                .available_clubs .club .buttons .button.disabled i {
                    background-color: #949494;
                }

        .available_clubs .club .separator {
            height: 2px;
            width: 100%;
            background-color: #e9ecef;
            margin: 40px 0 40px 0;
        }

        .available_clubs .club .includes {
            text-align: left;
            direction: ltr;
            padding: 0 0 0 20px;
        }

.rtl .available_clubs .club .includes {
    text-align: right;
    direction: rtl;
    padding: 0 20px 0 0;
    margin: 0 0 20px 0;
}

.available_clubs .club .includes .las {
    color: #33af61;
    margin: 0 10px 0 0;
    font-size: 20px;
}

.rtl .available_clubs .club .includes .las {
    margin: 6px 0 0 10px;
}

.rtl .available_clubs .club .includes .title {
    font-weight: bold;
}

.available_clubs .club .includes .specification {
    line-height: 30px;
    display: flex;
}

.available_clubs .club .more_info {
    margin-top: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

    .available_clubs .club .more_info .button {
        padding: 1px 20px 3px 20px;
    }

@media (max-width: 1000px) {
    .available_clubs {
        flex-direction: column;
    }

        .available_clubs .club {
            max-width: 100%;
            margin-bottom: 50px;
        }

            .available_clubs .club .image {
                height: 350px;
            }
}

@media (max-width: 1500px) {
    .available_clubs .club .image {
        height: 250px;
    }
}

.current_clubs_holder {
    margin: 10px 0 130px 0;
    display: flex;
    column-gap: 30px;
}

    .current_clubs_holder .club {
        max-width: 32% !important;
        min-width: 400px;
        width: 32% !important;
        border: solid 1px #f3861a;
        padding: 20px 10px 20px 10px !important;
        border-radius: 10px;
    }

        .current_clubs_holder .club .points {
            background-color: #f3861a;
            color: #fff;
            font-weight: bold;
            text-align: center;
            padding: 5px 20px 5px 20px;
            font-size: 20px;
            line-height: 20px;
            width: fit-content;
            margin: auto auto;
            border-radius: 50px;
        }

            .current_clubs_holder .club .points i {
                font-size: 20px;
                padding: 0px !important;
                background-color: #fff;
            }

        .current_clubs_holder .club .progress {
            height: 23px;
        }

        .current_clubs_holder .club .progress-bar {
            color: #000 !important;
            font-size: 14px;
            font-weight: bold;
        }

        .current_clubs_holder .club img {
            width: 150px;
            height: auto;
        }

        .current_clubs_holder .club .button {
            width: 60%;
        }

        .current_clubs_holder .club table {
            width: 100%;
            line-height: 21px;
        }

            .current_clubs_holder .club table tr td:last-child {
                text-align: center;
            }

.clubs_holder {
    margin-bottom: 150px !important;
}

    .clubs_holder .content {
        min-height: 400px;
        border-left: solid 3px #ff6a00;
        padding-left: 50px;
    }

    .clubs_holder .articles {
        display: flex;
        flex-direction: column;
    }

        .clubs_holder .articles .article {
            margin-bottom: 30px !important;
        }

            .clubs_holder .articles .article .image {
                max-width: 100px !important;
            }

                .clubs_holder .articles .article .image img {
                    max-width: 100% !important;
                    border-radius: 10px !important;
                    height: max-content;
                }

            .clubs_holder .articles .article .description {
                text-align: justify;
            }

            .clubs_holder .articles .article .read_more:hover {
                color: #000 !important;
            }

            .clubs_holder .articles .article a {
                font-weight: bold;
            }

.rtl .clubs_holder .content {
    border-right: solid 3px #ff6a00;
    border-left: solid 0px #ff6a00;
    padding-left: 0px;
    padding-right: 50px;
}

.main_right_panel .clubs_holder .content {
    border-left: solid 0px #ff6a00;
    padding-left: 0px;
}


@media (min-width: 1000px) {
    .clubs_holder .articles {
        flex-direction: row;
        flex-wrap: wrap;
        grid-column-gap: 50px;
    }

        .clubs_holder .articles .article {
            flex: 45%;
        }
}

@media (max-width: 1000px) {
    .clubs_holder {
        padding: 0 20px 0 20px;
    }

        .clubs_holder .content {
            border-left: solid 0px #ff6a00;
            padding-left: 0px;
        }

    .rtl .clubs_holder .content {
        border-right: solid 0px #ff6a00;
        padding-right: 0px;
    }

    .current_clubs_holder {
        margin-bottom: 70px;
    }

        .current_clubs_holder .club {
            max-width: 100% !important;
            min-width: 100% !important;
            width: 100% !important;
            border: solid 1px #f3861a;
            padding: 10px 5px 10px 5px !important;
            border-radius: 10px;
        }
}
</pre></body></html>