         /* Toast */
         .jq-toast-wrap {
            z-index: 999999 !important;
        }

        .jq-toast-wrap .jq-icon-success {
            background-color: #71c016;

        }

        .jq-toast-wrap .jq-icon-warning {
            background-color: #ffc100;

        }

        .jq-toast-wrap .jq-icon-error {
            background-color: #fc5661;

        }
.news-list__pagination {
    position: relative;
    display: block;
    text-align: center;
    padding-top: 20px;
}

.news-list__pagination .pg-pagination li {
    display: inline-block;
    margin-right: 10px;
}

.news-list__pagination .pg-pagination li a {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 63px;
    display: inline-block;
    color: #121212;
    font-weight: 600;
    font-size: 20px;
    border-radius: 8px;
    background-color: #f6f6f6;
    font-family: "Fira Sans", sans-serif;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-list__pagination .pg-pagination li:first-child a {
    background-color: transparent;
    color: var(--renk2);
}

.news-list__pagination .pg-pagination li:last-child a {
    background-color: transparent;
    color: #121212;
}

.news-list__pagination .pg-pagination li:hover a,
.news-list__pagination .pg-pagination li.active a {
    background-color: var(--renk2);
    color: #121212;
}

