body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.login-box {
    width: 100%;
    max-width: 400px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.login-box h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.logo {
    width: 100px;
    height: 100px;
}

.input-group {
    margin-bottom: 15px;
    text-align: left;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

button {
    width: 90px;
    padding: 10px;
    border: none;
    background-color: #28a745;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

button:hover {
    background-color: #218838;
}

.error {
    color: red;
    margin-top: 10px;
}


.container {
    width: 95%;
    margin: auto;
    overflow: hidden;
}

h1 {
    color: #006bb6; /* SunExpress mavisi */
    text-align: center;
}

.selectors {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.input-group {
    margin-right: 20px;
}

label {
    margin-right: 10px;
    margin-bottom: 10px;
    color: #006bb6; /* SunExpress mavisi */
}

select {
    padding: 8px 16px;
    margin-right: 20px;
    border-radius: 5px;
    background-color: #fff; /* Beyaz */
    color: #333; /* Koyu gri */
    border: none;
}

button {
    padding: 10px 20px;
    background-color: #f39423; /* SunExpress turuncusu */
    color: #fff; /* Beyaz */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #e07b22; /* Daha koyu turuncu */
}

.logout-button {
    padding: 9px 18px;
    background-color: #f39423; /* SunExpress turuncusu */
    color: #fff; /* Beyaz */
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
    margin-left: auto; /* Butonu sağa yaslamak için */
}

.logout-button:hover {
    background-color: #e07b22; /* Daha koyu turuncu */
}

.chart-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.chart-container.large {
    width: 48%;
}

.chart-container.small {
    width: 32%;
}

h2 {
    color: #006bb6; /* SunExpress mavisi */
}

#chart_div_1, #chart_div_2, #chart_div_3, #chart_div_4, #chart_div_5 {
    width: 100%;
    height: 300px;
}

/* Chart Colors */
.google-visualization-tooltip {
    background-color: #f5f5f5 !important; /* Beyaz arka plan */
    border: 1px solid #006bb6 !important; /* SunExpress mavisi */
    color: #333 !important; /* Koyu gri metin */
}

#chart_div_1 g g g:last-child {
    fill: #f39423; /* SunExpress turuncusu */
}

#chart_div_2 g g g:last-child {
    fill: #006bb6; /* SunExpress mavisi */
}

#chart_div_3 g g g:last-child {
    fill: #f39423; /* SunExpress turuncusu */
}

#chart_div_4 g g g:last-child {
    fill: #006bb6; /* SunExpress mavisi */
}

#chart_div_5 g g g:last-child {
    fill: #f39423; /* SunExpress turuncusu */
}
