body {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    /* .header-bottom {
        position: fixed !important;
        top: 0 !important;
    } */

    .tipster-datails .profile-step.code-hub {
        padding: 3px;
        padding-block: 10px;
    }

    .leaderboard .leaderboard-table .table thead tr th {
        padding: 0 5px;
        height: 30px;
        text-transform: capitalize !important;
        font-size: 10px;
        font-weight: 200;
    }


    .leaderboard .leaderboard-table .table tbody tr td {
        border: none;
        text-align: center;
        /* padding: 0 5px; */
        height: 40px;
    }

    .leaderboard .leaderboard-table .table tbody tr td span.single-data {
        display: inline-block;
        height: auto;
        line-height: 0px;
        font-size: 9px;
        font-weight: 100 !important;
    }

    .leaderboard .leaderboard-table .table tbody tr td span {
        font-size: 10px;
        font-weight: 100 !important;
    }

    .leaderboard .leaderboard-table .table tbody tr td {
        font-size: 9px;
        font-weight: 100 !important;
    }


    .leaderboard .leaderboard-table .table tbody tr td span.profit {
        display: inline-block;
        border: 1px solid transparent;
        height: auto;
        line-height: 18px;
        padding: 0px 0px;
        color: green;
        font-size: 10px;
    }

    .leaderboard .leaderboard-table .table {
        width: 100%;
    }

    .leaderboard .leaderboard-table .table tbody tr td .buy-tips-btn {
        display: inline-block;
        background: -webkit-linear-gradient(120deg, #E89821, #E89821);
        color: #fff;
        font-weight: 100;
        height: auto;
        line-height: 16px;
        padding: 0 2px;
        font-size: 9px;
    }

    .leaderboard .leaderboard-table .table tbody tr td span.profit {
        margin-right: 0px;
        font-size: 9px;
    }

    .leaderboard-table .filter-btn-div {
        margin-top: -30px !important;
    }

    .leaderboard-table .filter-btn {
        width: 100%;

        height: 40px;
        box-shadow: none;
        outline: none;
        background: #E89821;
        outline: none;
        border: none;
        color: #fff;
    }

    .about {
        /* background: #f6fafe; */
        padding: 10px 0;
    }

    .join {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        gap: 10px;
        flex-direction: column;
    }

    .join a.whatsapp {
        background-color: #25D366;
        color: #F8F8F8;
        border: none;
        transition: 0.5s;
    }

    .join a.whatsapp i {
        margin-right: 3px;
    }

    .join a.whatsapp:hover,
    .join a.telegram:hover {
        color: #000000;
        transition: 0.5s;
    }

    .join a.whatsapp:hover,
    .join a.telegram:hover {
        color: #000000;
        transition: 0.5s;
    }

    .join a.vip {
        background-color: black;
        color: #F8F8F8;
        transition: 0.5s;
    }

    .join a.vip:hover {
        background-color: black;
        color: #E89821;
        transition: 0.5s;
    }

    .join a.vip i {
        color: #E89821;
    }

    .join a.telegram {
        background-color: #0088cc;
        border: none;
        color: white;
        transition: 0.5s;
    }

    .how-it-works .single-process .part-text h3.title {
        font-size: 18px;
        line-height: 30px;
    }

    .ml-mobile {
        /* margin-left: 20px !important; */
    }

    .bookmakers {
        padding: 20px 0 10px;
    }

    .bookmakers .single-bookmaker .bookmakers-text a.title {
        font-size: 18px;
        color: #555;
        display: inline-block;
        margin-bottom: 15px;
    }
}



.client-sidebar {
    width: 100%;
}


.client-sidebar {
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 11px 7px rgba(0, 0, 0, 0.03);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding: 10px;
    padding-block: 30px;
}

.client-sidebar ul li {
    width: 100%;
}

.client-sidebar ul li a {
    width: 100%;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    margin-bottom: 10px;
    font-size: 13px;
    transition: 0.5s;
}

.client-sidebar ul li a:hover {
    background: #E89821;
    transition: 0.5s;
}

.client-sidebar ul li a.sidebar-active {
    background: #E89821;
}


.sidebar-content form .input-div {
    margin-bottom: 15px;
}

.sidebar-content form .input-div label {
    display: block;
    font-size: 14px;
    margin-bottom: .3rem;
    font-weight: 600;
}

.sidebar-content form .input-div span {
    font-size: 12px;
}

.sidebar-content form input[type=text],
.sidebar-content form input[type=email],
.sidebar-content form input[type=password],
.sidebar-content form input[type=date] {
    height: 40px;
    width: 100%;
    border: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.04);
    padding: 0 15px;
    color: #444;
    font-size: 14px;
    font-family: "Fira Sans", sans-serif;
    transition: all 0.3s ease-in;
}

.sidebar-content form input[type=date] {
    box-shadow: none;
}

.sidebar-content form input[type=text]:focus,
.sidebar-content form input[type=email]:focus,
.sidebar-content form input[type=password]:focus,
.sidebar-content form input[type=date]:focus {
    border-color: #E89821;
}

.sidebar-content form input[type=date]:focus {
    box-shadow: none;
}

.sidebar-content form input[type=text]::placeholder,
.sidebar-content form input[type=email]::placeholder,
.sidebar-content form input[type=password]::placeholder,
.sidebar-content form input[type=date]::placeholder {
    color: rgba(68, 68, 68, 0.6);
}

.sidebar-content form button.btn-form {
    cursor: pointer;
    outline: none;
    border: none;
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    color: #fff;
    background: -webkit-linear-gradient(120deg, #E89821, #E89821);
    padding: 0 20px;
    height: 40px;
    float: right;
}







/* code hub page  */
.code-hub .bookmaker-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 20px;
}


.code-hub table tbody tr td {
    padding-block: 10px !important;
}

.code-hub table tbody tr .company span {
    font-size: 12px;
}

.code-hub .bookmaker-grid .single-bookmaker .bookmakers-text .title {
    color: #E89821;
    font-size: 700;
}


.leaderboard-table .filter-btn {
    width: 100%;
    height: 40px;
    box-shadow: none;
    outline: none;
    background: #E89821;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-top: -7px;
    border-radius: 5px;
}
