@import "../bootstrap/bootstrap.min-OcJwMl7.css";

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8f9fa; /* White background */
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #343a40;
}

.content {
    flex: 1;
}

footer {
    width: 100%;
    background-color: #343a40; /* Dark background for footer */
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
}

.sidebar {
    background-color: #ffffff !important; /* White background for sidebar */
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    border-right: 1px solid #e9ecef;
}

.sidebar .nav-link {
    color: #495057;
    padding: 10px 15px;
    transition: all 0.3s ease;
}

.sidebar .nav-link.active {
    color: #007bff;
    background-color: #e9ecef;
    border-radius: 5px;
}

.sidebar .nav-link:hover {
    color: #007bff;
    background-color: #f8f9fa;
    border-radius: 5px;
}

main {
    background-color: #ffffff; /* White background for main content */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    transition: all 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
}

.card-title {
    color: #007bff;
    font-weight: 600;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    transition: all 0.3s ease;
}

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

h1, h2, h5 {
    color: #343a40;
}

.border-bottom {
    border-color: #e9ecef !important;
}

.list-group-item-primary {
    background-color: #cce5ff; /* Light blue background */
    border-color: #b8daff;
}

.keypad .btn {
    height: 60px;
    font-size: 1.5rem;
}

/* Disable zooming on double-tap for interactive elements */
.no-double-tap-zoom {
    touch-action: manipulation;
}
