/* Vispārīgie stili */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

/* Slēpts */
.hidden {
    display: none;
}

/* Konteiners */
.container {
    width: 100%;
    max-width: 400px;
    margin: 50px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

h1 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

h3 {
    font-size: 16px;
    margin-top: 20px;
}

/* Ievades grupas */
.input-group {
    margin-bottom: 15px;
}

.input-group label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.input-group input,
.input-group select {
    height: 40px;              /* Lielāks augstums */
    line-height: 40px;         /* Teksta vertikālais izlīdzinājums */
    font-size: 16px;           /* Redzamāks teksts */
    padding: 0 10px;           /* Iekšējā atstarpe */
    vertical-align: middle;    /* Papildu izlīdzināšana */
    appearance: none;          /* Noņem pārlūku noklusējuma stilus */
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* Pogas */
.button-group {
    display: flex;
    justify-content: space-between;
}

.button,
.btn {
    padding: 10px 20px;
    font-size: 14px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
}

/* Zaļā reģistrācijas poga */
.button-register,
.btn {
    background-color: #4CAF50;
    color: white;
}

/* Zilā login poga */
.button-login {
    background-color: #00c8ff;
    color: white;
}

/* Hover efekti */
.button:hover,
.btn:hover {
    background-color: #00a1e6;
    text-decoration: underline;
}

/* Navigācija */
.navigation {
    display: flex;
    justify-content: space-around;
    background: #00c8ff;
    padding: 10px 0;
    color: white;
}

.navigation button {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

/* Sekcijas */
.section {
    padding: 20px;
}

.section.active {
    display: block;
}

/* Saraksti */
.item-list,
.reminder-list {
    margin-top: 15px;
    list-style-type: none;
    padding: 0;
}

.item-list li,
.reminder-list li {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Grafiki */
.chart-container {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
}

/* Filtri */
.filter-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-group select {
    width: 48%;
}

/* Pielāgotas kategorijas parādīšana */
#customExpenseCategoryDisplay,
#customBudgetCategoryDisplay {
    margin-top: 10px;
    font-weight: bold;
}
#expenseCategory {
    height: 42px;
    padding: 10px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    text-align-last: center;
}
#expenseCategory {
    height: 42px;
    padding: 10px;
    font-size: 16px;
    line-height: normal;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
    text-align-last: center;
}
.input-group select {
    padding-top: 10px;
    padding-bottom: 10px;
}
.reminder-section {
    padding-left: 20px;
}
#exportFormat,
#budgetAmount {
    height: 42px;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
}
#exportFormat {
    height: 42px;
    padding: 0 12px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    text-align-last: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}


.input-group select {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-align-last: center;
    padding-top: 0;
    padding-bottom: 0;
    height: 42px;
    font-size: 16px;
}
