body {
    background-color: #f8f9fa;
}

.alert {
    margin-bottom: 20px;
}

.form-control {
    max-width: 400px;
}

.table {
    max-width: 800px;
}

.btn {
    margin-right: 5px;
}

/* small flag icon used in language selector */
.flag {
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

/* admin urls table and toolbar helpers */
.admin-urls-toolbar {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.admin-urls-wrapper {
    overflow-x: auto;
    max-width: 100vw;
}

.full-width-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    max-width: 100vw;
}

.filter-select, .filter-input, .follow-select, .lang-select, .kind-select, .editable-input {
    width: 100%;
}

.editable-input {
    border: none;
    background: transparent;
    outline: none;
}