.ql-editor {
        height: 20vh;
    }

.user-select-none svg-container {
    border-radius: 5px; 
}

.main-svg {
    border-radius: 5px; 
}

.dash-graph {
    border-radius: 5px; 
}

.box {
    border-radius: 5px; 
}

.mapboxgl-map {
    border-radius: 5px; 
    /* width:100%;
    height:min(100%, 720px); */
}

/* Styl ogólny dla sekcji */
.section {
    background-color: #ffffff; /* Jasne tło dla sekcji */
    border: 1px solid #ddd; /* Delikatna ramka */
    border-radius: 8px; /* Zaokrąglone rogi */
    padding: 15px 5px 15px 5px; /* Wewnętrzne odstępy */
    margin: 20px 0; /* Odstęp między sekcjami */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Zwiększony cień */
}




.nav-tabs .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    border: 1px solid rgb(185, 182, 182);
    display: flex;
    background-color: rgba(250, 249, 249, 0.925);
    color: #000000;
}

.nav-tabs .nav-link.active {
    color: #575757;
    background-color: #d6d9db; 
}

.nav-tabs .nav-link:hover {
    background-color: #e9ecef; 
    color: #495057; 
}
.tab-error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 0;
}



.nav-item {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-link {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.btn-showdetails {
    background-color: #a1a1a1;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
}

.accordion-body {
    padding: 2px;
    margin: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

:is(br) {
height: 10px;
/* margin-top:10px; */
}