.scrollable-list {
    position: relative;
    overflow-y: auto;
    max-height: 585px;
}

.scrollable-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollable-list::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.scrollable-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(137, 80, 252);
}

.tabs li.is-hyperlink a {
    border-bottom-color: #199CE3 !important;
    color: #199CE3 !important;
}

.pagination-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: white;
}

.pagination-nav button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: white;
}

.pagination-nav a:hover {
    opacity: 1;
}

.pagination-links-list {
    display: flex;
    align-items: center;
    gap: 5px;
}

.links-sep {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    width: 10px;
    height: 10px;
    color: #ffffff;
    font-weight: bolder;
    background: #383d41 !important;
    border-radius: 50%;
}

.current-page {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    width: 10px;
    height: 10px;
    color: white;
    background: #797BF2;
}

body:not(.is-dark) .current-page {
    background: #1ABC9C;
}

.pagination-nav-link {
    background: #38383E !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    color: white;
    opacity: 0.7;
}

.pagination-nav-link:hover {
    opacity: 1;
}

.closeTranslationsModal {
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 15px;
    width: 15px;
    cursor: pointer;
    border: 0;
    color: #ffffff;
    background: #000000;
}

body:not(.is-dark) .closeTranslationsModal {
    color: #292B54;
    background: #ffffff;
}

@media (max-width: 800px) {
    .pagination-nav {
        gap: 5px;
    }

    .links-sep {
        font-size: 12px;
        padding: 15px 15px;
    }

    .pagination-nav a {
        font-size: 12px;
        padding: 15px 15px;
    }

    .pagination-nav-link {
        font-size: 12px;
        padding: 15px 15px;
    }

    .pagination-nav button {
        font-size: 12px;
        padding: 15px 15px;
    }


}
