﻿
.unactive-link, .active-link {
    padding-left: 10px;
    margin-left: 10px;
}

.active-link {
    color: #ed088f !important;
}

    .active-link::after {
        /*content: "\f178";*/
        content: "\f00c";
        font-family: "FontAwesome";
        position: absolute;
        left: -16px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease;
        color: #ed088f !important;
    }

    .active-link:hover::after {
        content: "";
        left: -20px;
    }

    .active-link::before {
        padding-left: 0px;
        margin-left: 0px;
    }

.page-link.active {
    background-color: #ed088f !important;
    color: white !important;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: white !important;
}

.page-link.disabled {
    background-color: #cccccc; /* رنگ خاکستری */
    color: #666666; /* متن کم‌رنگ‌تر */
    cursor: not-allowed; /* علامت ممنوع */
    opacity: 0.6; /* کم‌رنگ شدن کل دکمه */
    box-shadow: none; /* حذف سایه */
    pointer-events: none; /* جلوگیری از کلیک */
}

    /* جلوگیری از تغییر ظاهر در هاور */
    .page-link.disabled:hover {
        background-color: #cccccc;
    }
