/*
Theme Name: lascalas
Theme URI: https://espaciocalas.cl
Description: Parqueo para la reserva de estacionamientos
Author: Sitco Digital
Author URI: https://sitcodigital.com/
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Chile
Tags: custom-menu, custom-header, custom-background, one-column, two-columns, right-sidebar, theme-options, threaded-comments, translation-ready, editor-style, featured-images, buddypress, footer-widgets, post-formats, grid-layout, custom-theme, lascalas, tema, wordpress, desarrollo web, chile, parqueo de estacionamientos, theme, wordpress
*/

body {
    font-family: Arial, sans-serif;
    background-color: #f7f7f7;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 600px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
}

nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

nav button {
    flex: 1;
    padding: 10px;
    margin: 0 5px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

nav button.active {
    background-color: #0056b3;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

label {
    display: block;
    margin-top: 10px;
    color: #555;
}

input[type="text"], input[type="time"] {
    width: calc(100% - 22px);
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

input[type="text"].patente__vehiculo{
    text-transform: uppercase;
}

button.submit {
    width: 100%;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 20px;
    cursor: pointer;
}

button.submit:hover {
    background-color: #218838;
}

a.submit__exportar {
    background-color: #0056b3;    
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    color: white;
    cursor: pointer;
    display: block;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 97%;    
}

a.submit__exportar:hover {
    background-color: #007bff;
}

.result, .daily-report {
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

table, th, td {
    border: 1px solid #ccc;
}

th, td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f0f0f0;
}