:root{
    --teal:#2fc5af;
    --teal_hover:#2aa693;
}

*{
    font-family: 'poppins', sans-serif;
}
.custom-transport-bg {
    background-color: #f5aeae !important;
}
.h-font{
    font-family: 'montserrat';
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-bg{
    background-color: var(--teal);
    border: 1px solid var(--teal);
}
.custom-bg:hover{
    background-color: var(--teal_hover);
    border: 1px solid var(--teal_hover);
}
.custom-alert{
    position: fixed;
    top: 80px;
    right: 25px;
    z-index: 200;
}

thead.sticky-top{
    z-index: 1;
}

#dashboard-menu {
    position: fixed;
    height: 100%;
    z-index: 11;
}

.nowe{
    background-color: #ffa827 !important;
}

.dashboard-icon{
    height: 40px;
    width: 40px;
}

@media screen and (max-width: 991px){
    #dashboard-menu {
        height: auto;
        width: 100%;
    }
    #main-content{
        margin-top: 60px;
    }
    .custom-alert{
        top: 140px;
    }
}

/* -start FILTR STATUS DROPDOWN MENU */
.multi-select-dropdown,.multi-select-dropdown2,.multi-select-dropdown3,.multi-select-dropdown4,.multi-select-dropdown5,.multi-select-dropdown9 {
    position: relative;
    display: inline-block;
    width: 100%;
}
.dropdown-toggle,.dropdown-toggle2 ,.dropdown-toggle3,.dropdown-toggle4,.dropdown-toggle5,.dropdown-toggle9{
    width: 100%;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
}
.dropdown-options,.dropdown-options2 ,.dropdown-options3,.dropdown-options4,.dropdown-options5,.dropdown-options9{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dropdown-options input, .dropdown-options2 input, .dropdown-options3 input .dropdown-options4 input,.dropdown-options5 input,.dropdown-options9 input {
    margin-right: 8px;
}
.dropdown-options label, .dropdown-options2 label, .dropdown-options3 label , .dropdown-options4 label, .dropdown-options5 label , .dropdown-options9 label  {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}
.dropdown-options label:hover {
    background-color: #f0f0f0;
}
.dropdown-options.visible, .dropdown-options2.visible , .dropdown-options3.visible, .dropdown-options4.visible, .dropdown-options5.visible, .dropdown-options9.visible {
    display: block;
    position: relative;
}
.multi-select-summary, .multi-select-summary2 , .multi-select-summary3, .multi-select-summary4, .multi-select-summary5, .multi-select-summary9{
    font-size: 0.9em;
    color: #555;
    margin-top: 5px;
}
/* -end FILTR STATUS DROPDOWN MENU */

/* Styl akordeonu */
.accordion {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    margin-bottom: 10px;
    background-color: #fff;
    overflow: hidden;
}

.accordion-header {
    border-radius: 10px;
    padding: 8px 20px;
    cursor: pointer;
    background-color: #5c5c5c;
    color: #fff;
    font-weight: bold;
    text-align: left;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background-color: #3d3d3d;
}

.accordion-content {
    border: 1px solid #ddd;
    max-height: 0;
    overflow: hidden;
    background-color: #f9f9f9;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-content p {
    margin: 15px 0;
}

.accordion.active .accordion-content {
    max-height: 100%; /* Maksymalna wysokość treści */
    padding: 10px 15px 40px 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

td {
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    background-color: #f9f9f9;
}:root {
        /* Paleta kolorów - High Contrast Slate */
        --bg-app: #F1F5F9;          /* Jasne tło aplikacji */
        --bg-surface: #282828;      /* Czysta biel kart */
        
        --text-primary: #fff;    /* Prawie czarny - maksymalna czytelność */
        --text-secondary: #64748B;  /* Szary dla etykiet */
        
        --primary: #2563EB;         /* Profesjonalny niebieski */
        --primary-hover: #1D4ED8;
        
        --border-color: #E2E8F0;    /* Subtelne, ale widoczne ramki */
        --border-focus: #3B82F6;    /* Aktywny element */

        --danger: #EF4444;
        --success: #10B981;
        --warning: #F59E0B;
        
        /* Cienie */
        --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    }

   
    /* 3. ZAKŁADKI (Tabs) - Styl Segmentowy */
    #yearTabs {
        background: #E2E8F0;
        padding: 4px;
        border-radius: 8px;
        display: inline-flex;
        border: none;
        gap: 4px;
        margin-bottom: 20px;
    }

    #yearTabs .nav-item { margin: 0; }

    #yearTabs .nav-link {
        border-radius: 6px;
        padding: 6px 20px;
        color: var(--text-secondary);
        font-weight: 600;
        font-size: 13px;
        border: none;
        transition: all 0.2s;
    }

    #yearTabs .nav-link.active {
        background-color: var(--bg-surface);
        color: var(--text-primary) !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        font-weight: 700;
    }