.btn-nav {
    background-color: #fff;
}
.btn-nav:hover,
.btn-nav:active,.btn-nav:focus {
    background-color: #0f61f0;
    color: #fff;
}
.btn-main:hover,
.btn-main:active {
    opacity: 0.85;
    color: #fff;
}
.text-main {
    color: var(--primary-color);
}
a {
    text-decoration: none;
}
.talim-btn {
    text-align: left;
    background-color: rgb(252, 252, 252);
}
#map {
    min-height: 100vh;
    width: 100%;
}

@media (max-width: 576px) {
    #map {
        height: 70vh;
    }
}
.chart-container {
    position: relative;
    height: 300px;
    margin: 0 auto;
}
.legend {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}
.legend-item {
    display: flex;
    align-items: center;
    margin: 0 15px;
    padding: 5px;
}
.color-box {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border-radius: 4px;
}
.summary {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
}

.talim-date {
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid rgb(220, 220, 220);
}
.detail-btn {
    background-color: rgb(255, 81, 0);
    color: #fff;
}
.detail-btn:hover {
    background-color: rgb(254, 136, 82);
    color: #fff;
}
.notification-message{
    position: absolute;
    top: 16px;
    right: 16px;
    color: white;
}
.success-message{
    background-color: rgb(9, 226, 9);
}
.error-message{
    background-color: rgb(226, 9, 9);
}