form.search-bar {
    color: lightgray;
    border: 1px solid grey;
    border-radius: 15px;
    margin: 0 auto 48px auto;
    width: 80%;
}

form.search-bar input[type=text] {
    color: inherit;
    padding: 6px 15px;
    width: 85%;
    background: none;
    border: none;
    border-radius: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
}

form.search-bar button {
    color: inherit;
    padding: 10px;
    width: 15%;
    background: none;
    border: none;
    cursor: pointer;
}

form.search-bar button:hover {
    opacity: 50%;
}

.pagination {
    font-size: 1.4rem;
}

.page-item a {
    color: inherit;
}

.page-item i {
    display: inline-block;
}

.page-item * {
    background: none !important;
    border: none !important;
    color: gray !important;
}

.page-item:hover * {
    color: #5e5e5e !important;
}

.page-item.active * {
    color: white !important;
    cursor: default;
    pointer-events: none;
}

.page-item.disabled * {
    color: #1B191E !important;
}

.bordered-text {
    background-color: gray;
    color: white;
    border: 3px solid gray;
    display: inline-block;
    padding: 0 5px 0 5px;
    border-radius: 10px;
}

