/* Custom styles for myIotCloudPlain */

body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

footer.footer {
    background-color: #343a40;
    color: #fff;
    padding: 1rem 0;
    width: 100%;
    position: relative;
    bottom: 0;
    text-align: center;
    font-size: 0.9rem;
}

h1, h2, h3, h4, h5, h6 {
    color: #212529;
    margin-bottom: 20px;
}

.table thead th {
    background-color: #007bff;
    color: white;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #004085;
}

.alert {
    border-radius: 0.25rem;
}

.container {
    max-width: 960px;
}

footer.footer a {
    color: #adb5bd;
    text-decoration: none;
}

footer.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.list-group-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list-group-item div {
    max-width: 70%;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}
