div.remote-text-search-backdrop {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(202, 202, 202, 0.445);
    width: 100vw;
    height: 100vh;
    z-index: 150;
}

div.remote-text-search-backdrop i.remote-text-search-backdropicon {
    font-size: 20px;
    color: #343434;
    display: block;
    width: max-content;
}

.remote-search-pager {
    border: 1px solid #c5c5c5;
    border-radius: 4px;
}

.remote-text-actions button {
    border: 1px solid #c5c5c5;
    background-color: #f7f7f7;
    color: #383838;
    font-size: 0.67rem;
    text-align: center;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px;
    cursor: pointer;
}