.dashboard-header {
    background-color: #28262b !important;
}

.dashboard-title-contaniner {
    display: flex;
    justify-content: space-between;
}

.dashboard-title-contaniner img {
    width: 200px;
}

.plan-btn {
    border-radius: 9999px;
    --border-opacity: 1;
    border-color: #68d391;
    border-color: rgba(104, 211, 145, var(--border-opacity));
    --bg-opacity: 1;
    background-color: #38a169;
    background-color: rgba(56, 161, 105, var(--bg-opacity));
}

.plan-btn:hover {
    font-size: 18px;
    transition: .5s ease;
}

.plan-price h3 {
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 25px;
    color: #606060;
    font-weight: 600;
    text-align: center;
    background-color: rgba(0, 0, 0, .02)
}

.plan-price {
    font-size: 36px;
    font-weight: 300;
    color: #606060;
    text-align: center;
    padding: 0 0 22px;
    position: relative
}

.plan.color-1 .plan-price,
.plan.color-1 a.button {
    background-color: #f6f6f6
}

.plan.color-2 .plan-price,
.plan.color-2 a.button {
    background-color: #3acf87
}

.plan.color-3 .plan-price,
.plan.color-3 a.button {
    background-color: #514e9f
}

.plan.color-4 .plan-price,
.plan.color-4 a.button {
    background-color: #e54b81
}

.plan.color-5 .plan-price,
.plan.color-5 a.button {
    background-color: #a558a6
}

.plan-price .value {
    font-weight: 600;
    letter-spacing: -1px
}

.plan-currency {
    font-size: 22px;
    opacity: .7;
    position: relative;
    margin: 0 -5px 0 0;
    top: -4px;
    font-weight: 300
}

.period {
    display: block;
    font-size: 16px;
    margin: 2px 0 0;
    opacity: .7
}

.plan-features {
    background: #fff;
    border-top: none;
    padding: 12px 0 0
}

.plan-features ul li {
    padding: 8px 0;
    text-align: center
}

.plan-features a.button {
    position: relative;
    display: block;
    margin: 0 auto;
    margin: 12px 0;
    text-align: center;
    color: #666;
    padding: 10px 0;
    font-size: 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.color-2 .plan-price,
.color-3 .plan-price,
.color-4 .plan-price,
.color-5 .plan-price,
.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3,
.color-2 .plan-price .plan-currency,
.color-3 .plan-price .plan-currency,
.color-4 .plan-price .plan-currency,
.color-5 .plan-price .plan-currency,
.color-2 .plan-features a.button,
.color-3 .plan-features a.button,
.color-4 .plan-features a.button,
.color-5 .plan-features a.button {
    color: #fff
}

.color-2 .plan-price h3,
.color-3 .plan-price h3,
.color-4 .plan-price h3,
.color-5 .plan-price h3 {
    background-color: rgba(0, 0, 0, .05)
}

.columns {
    margin-right: 15px
}

.plan {
    border: 1px solid #f6f6f6
}

.button {
    margin-bottom: 100px
}

.sc_testimonial_item {
    background-color: #17c420;
    padding-top: 5px;
    color: white;
}

.post_thumb {
    height: 250px;
}

.post_thumb a img {
    height: 250px !important;
}

.margin_top_huge {
    margin-top: 1.2em !important;
}

/*.sc_client_image img{
    width: 250px;
    height: 100px;
}*/


  .latest-container {
        width: 100%;
        padding: 30px 15px;
        box-sizing: border-box;
        font-family: Arial, sans-serif;
        background: #f9f9f9;
    }

    .latest-inner {
        display: flex;
        gap: 30px;
        max-width: 1170px;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    .latest-box {
        flex: 1 1 48%;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        overflow: hidden;
    }

    .latest-box.deposit h3,
    .latest-box.withdrawal h3 {
        padding: 15px 20px;
        margin: 0;
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }

    .latest-box.deposit h3 {
        background: #0a3465 url(../../../images/icon-dol.png) no-repeat 13px center;
        padding-left: 55px;
    }

    .latest-box.withdrawal h3 {
        background: #4ba62b url(../../../images/icon-dol2.png) no-repeat 13px center;
        padding-left: 55px;
    }

    .latest-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .latest-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        font-weight: 600;
        color: #414345;
    }

    .latest-list li:nth-child(odd) {
        background: #e7eaee;
    }

    .latest-list li img {
        height: 18px;
    }

    .username {
        width: 30%;
        overflow-wrap: anywhere;
    }

    .amount {
        width: 40%;
        text-align: center;
    }

    .ec-icon {
        width: 30%;
        text-align: right;
    }

    @media screen and (max-width: 768px) {
        .latest-inner {
            flex-direction: column;
        }

        .latest-box {
            flex: 1 1 100%;
        }

        .latest-list li {
            flex-direction: column;
            align-items: flex-start;
            gap: 5px;
        }

        .username,
        .amount,
        .ec-icon {
            width: 100%;
            text-align: left;
        }

        .ec-icon {
            text-align: left;
        }
    }