body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

header {
    background-color: #333;
    color: white;
    padding: 15px;
    text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

h1, h2 {
    text-align: center;
}

table {
    width: 90%;
    margin: 20px auto;
    border-collapse: collapse;
}


textarea {
    width: 100%;
    height: 100px;
}
table, th, td {
    border: 1px solid #ddd;
}

th, td {
    padding: 10px;
    text-align: left;
}

th {
    background-color: #333;
    color: white;
    text-align: center;
}

td:last-child, td:first-child {
    text-align: center;
}

a, button {
    cursor: pointer;
}

.warning {
    background-color: #ffcccc !important;
}

form {
    width: 50%;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

form label {
    display: block;
    font-weight: bold;
    margin-top: 10px;
}

form input, form select {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

form button {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 20px;
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

form button:hover {
    background-color: #555;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

/* Стили для меню настроек */
.menu-settings ul li a {
    color: gray;
}

/* Sitelist styles 
td a img {
    width: 100%;
    max-width: 20px;
}
*/

/* Центрируем содержимое последней колонки */
td.actions {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

/* Делаем иконки кликабельными */
td.actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    margin: 0 5px;
    transition: 0.2s;
}

/* Цвета иконок */
td.actions a.edit {
    color: #4CAF50;
}

td.actions a.delete {
    color: #F44336;
}

/* Эффекты наведения */
td.actions a:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* Top buttons style */
.buttons-container {
    widthL 90%;
    text-align: center;
}
.buttons-container button {
    background: #333;
    color: #ffffff;
    padding: 10px 20px;
    width:30%;
}

.buttons-container button:hover{
    background: #222;
}
