﻿body {
}
.inbox-count {
    background: #b20300;
    color: #fff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.promo-wrap {
    background: linear-gradient(180deg, rgba(2, 171, 110, 1) 0%, rgba(73, 100, 190, 1) 100%);
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
}
    .promo-wrap h4 {
        margin-bottom: 10px;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
.promo-btn {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.btn-pro-1 {
    width: 100%;
    background: none;
    text-align: center;
    border-radius: 50px;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #7eac2f;
}
.btn-pro-2 {
    width: 100%;
    background: #7eac2f;
    text-align: center;
    border-radius: 50px;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #7eac2f;
}
.promo-content {
    display: grid;
    grid-gap: 0px;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 66px;
    margin-bottom: 30px;
}
.prov-img ul li img {
    filter: unset;
}
.method-container img {
    filter: unset;
}
.layout-footer .footer-top .social-media .social-media-image:last-child {
    /* z-index: 1; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
    /* opacity: 0; */
    /* transition: opacity 0.5s; */
    filter: unset;
}
/* 06012026 */
.af-tab-dwn-mn ul li a .img-filter {
    filter: none;
}

.payment-pay a {
    width: 130px;
    justify-content: center;
    position: relative;
}

.thumb-img {
    position: absolute;
    right: 0px;
    top: 0px;
}