#page_number_text {
    padding: 20px;
}

.pagination-container {
    padding: 20px;
    margin-bottom: 20px;
}
.pagination{
    justify-content: center;
    font-weight: bold;
}
.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

    .pagination a:hover,
    .pagination a.gradient:hover {
        background: #F36523;
        color: #fff;
    }

.pagination .active a {
    color: #fff;
    background: #F36523;
}

    .pagination .active a:hover {
        color: #fff;
    }

.btn-send-mail-again {
    background-color: #F36523;
    color: #fff;
    margin-bottom: 20px;
}

.btn-search-question {
    background-color: #F36523;
    color: #fff;
}

.search-log-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

    .search-log-form .search-log-item {
        flex: 1;
        margin-right: 30px;
    }

.btn-search-log {
    background-color: #F36523;
    color: #fff;
    height: 38px;
    margin-top: auto;
}
