.pagination {
    display: flex;
    /* padding-left: 0; */
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.custom-pagination {
    margin: 0 3px !important;
}

.custom-pagination button, .custom-pagination span {
    margin: 0 3px !important;
    border: 1px solid #F7E1FF !important;
    color: #E3A3FF !important;
    cursor: pointer;
}

.custom-pagination.active button {
    border-color: #F7E1FF !important;
    color: #E3A3FF !important;
    background: #F7E1FF !important;
}

.custom-pagination-next-prev button, .custom-pagination-next-prev span {
    border-radius: 0px !important;
}

.custom-pagination button:focus, .custom-pagination button:hover, .custom-pagination button:active, .custom-pagination button:active:hover {
    border-color: #DBEEEE !important;
}

.pagination-pages .page-item.disabled[role='separator'] span {
    border: none !important;
    color: #E3A3FF !important;
}

#process-overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .60;
}

.process-loading {
    margin: 0 auto;
    height: 45px;
    width: 45px;
    animation: rotate-process 0.8s infinite linear;
    border: 5px solid #666666;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate-process {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg-main-login {
    background-color: #43A6A1 !important;
}

.btn-topic:hover {
    background-color: #43A6A1;
    color: #FFF
}

.text-center {
    text-align: center!important;
}

.topic-wrap .content-wrap .pager-wrap-topic {
    background-color: #fff;
    /*margin-bottom: 10px;*/
}
.topic-wrap .content-wrap .pager-wrap-topic.bottom {
    background-color: unset;
}
.topic-wrap .content-wrap .pager-wrap .pager-sp {
    height: 36px;
    padding: 0 6px;
    background: #f7f7f7;
}
.topic-wrap .content-wrap .pager-wrap .pager-sp a {
    font-size: 14px;
    line-height: 36px;
    padding: 0 8px;
    color: #61CBED;
    position: relative;
    top: -1px;
    text-decoration: none;
    margin-left: 2px;
}
.topic-wrap .content-wrap .pager-wrap .pager-sp .pager-sp-item.prev{
    float: left;
}
.topic-wrap .content-wrap .pager-wrap .pager-sp .pager-sp-item.prev .icon{
    margin-right: 5px;
}
.topic-wrap .content-wrap .pager-wrap .pager-sp .pager-sp-item.next{
    float: right;
}
.topic-wrap .content-wrap .pager-wrap .pager-sp .pager-sp-item.next .icon{
    margin-left: 5px;
}

.btn-logout {
    width: 100%;
    height: 50px;
    border: 1px solid #43A6A1;
    color: #43A6A1;
    margin-top: 2%;
    border-radius: 5px;
    background: #fff;
    font-weight: 700;
}
.btn-logout:hover {
    color: #fff;
    background-color: #43A6A1;
}

.btn-deletes-topic-apv:hover {
    color: #fff;
    background-color: #43A6A1;
}

button[disabled] {
    background: #DED9DF;
    color: #fff;
    border: #DED9DF;
}

.pager-sp-item a:hover {
    cursor: pointer;
}

@media (min-width: 1024px) {
    .topic-wrap .content-wrap .pager-wrap-topic {
        display: none;
    }
}

.wp-popup-contacts {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.wp-popup-contacts.open {
    display: block;
}

.wp-popup-contacts .popup-contacts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px;
    font-family: 'Inter';
    font-style: normal;
}

.wp-popup-contacts .popup-contacts .body-popup-contacts {
    background-color: #ffffff;
    padding: 20px 10px;
    border-radius: 5px;
}

.wp-popup-contacts .popup-contacts .body-popup-contacts .content-popup-contacts {
    color: #8F8F8F;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.wp-popup-contacts .popup-contacts .body-popup-contacts .content-popup-contacts p {
    margin-bottom: 5px;
    line-height: 15px;
}

.wp-popup-contacts .popup-contacts .body-popup-contacts .button-popup-contacts {
    background: #E3A3FF;
    border-radius: 4px;
    height: 48px;
    width: 100%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    border-color: #E3A3FF;
    margin: 0 !important;
    font-family: 'Inter';
    font-style: normal;
}
