:root {
            --primary-color: #0056b3;
            --border-color: #ddd;
            --border-color-col1: #C5D9F1;
            --border-color-col2: #EAE3F2;
            --border-color-col3: #BDD9CE;
        }

.w100 { width: 100% !important; }
.banner__bg {
   background-position: center bottom;
}

label:has(input:disabled) {
    opacity: 0.5;
    cursor: not-allowed;
}

.nav>li>a {
    padding: 10px 10px;
    font-size: 14px;
}
@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
.tripBox .content-box__desc {
  text-align: justify;
}

#field-zgloszenie_abstrakt_pelny,
.sub-keywords,
//#topicBox, 
#consentsBox  {
  display: none;
}

.sponsor-caption {
    font-family: Arial, sans-serif; /* Dopasuj do fontu na swojej stronie */
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin-bottom: 12px; /* Odstęp między podpisem a obrazkiem */
    line-height: 1.4;
    padding: 0 10px;
}
.sponsors__cell {
    vertical-align: top;
}
.v-middle .sponsors__cell {
    vertical-align: middle;
}
.sponsors__cell img { max-width: 200px; }
.sponsors-cell {
padding-top: 20px;
}
.logoW.M img {
  max-width: 110px;
}
.logo_lukasiewicz img {
  max-width: 110px;
}
.logo Lukasiewicz img {
  max-width: 100px;
}
.logo_mpk img {
  max-width: 300px;
}

/* PRoGRAM */

.search-container {
            padding: 20px;
            background-color: #fff;
            border-bottom: 1px solid var(--border-color);
        }

        .search-input {
            width: 100%;
            padding: 12px 15px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
            box-sizing: border-box; /* Zapewnia, że padding nie powiększa width poza 100% */
            transition: border-color 0.3s;
        }

        .search-input:focus {
            outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 5px rgba(0, 86, 179, 0.2);
        }

        .tabs {
            display: flex;
            background: var(--tab-bg);
            border-bottom: 2px solid var(--primary-color);
        }

        .tab-button {
            flex: 1;
            padding: 15px 20px;
            font-size: 16px;
            font-weight: bold;
            border: none;
            background: none;
            cursor: pointer;
            transition: 0.3s;
            color: #555;
        }

        .tab-button:hover {
            background: #d6dadd;
        }

        .tab-button.active {
            background: var(--primary-color);
            color: #fff;
        }

        .tab-content {
            display: none;
            padding: 30px;
            animation: fadeIn 0.4s ease-in-out;
        }

        .tab-content.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .schedule-item {
            display: flex;
            border-bottom: 1px solid var(--border-color);
            padding: 15px 0;
        }

        .schedule-item:last-child {
            border-bottom: none;
        }

        .time {
            flex: 0 0 150px;
            font-weight: bold;
            color: var(--primary-color);
            display: flex;
            align-items: center;
        }

        .details {
            flex: 1;
        }

        .title {
            font-size: 1.1em;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .subtitle {
            font-size: 0.9em;
            color: #666;
        }

        .parallel-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-top: 15px;
        }

        .track-box {
            background: #fff;
            border: 1px solid var(--border-color);
            border-top: 4px solid var(--primary-color);
            border-radius: 6px;
            padding: 15px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
        }

        .track-header {
            font-size: 1.2em;
            font-weight: bold;
            color: var(--primary-color);
            margin-bottom: 15px;
            text-align: center;
            border-bottom: 1px solid #eee;
            padding-bottom: 10px;
        }

        .room-name {
            font-size: 0.75em;
            font-weight: normal;
            color: #666;
            display: block;
            margin-top: 4px;
        }

        .presentation {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px dashed #eee;
        }

        .presentation:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none;
        }

        .pres-time {
            font-size: 0.85em;
            color: #d9534f;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .pres-title {
            font-size: 0.95em;
            font-weight: 600;
            margin-bottom: 5px;
            color: #333;
            line-height: 1.4;
        }

        .pres-authors {
            font-size: 0.85em;
            color: #555;
            font-style: italic;
        }
        
        /* Klasa pomocnicza do ukrywania elementów wyszukiwarką */
        .hidden-by-search {
            display: none !important;
        }

        @media (max-width: 900px) {
            .schedule-item {
                flex-direction: column;
            }
            .time {
                margin-bottom: 10px;
            }
            .parallel-grid {
                grid-template-columns: 1fr;
            }
            .tabs {
                flex-direction: column;
            }
        }


/* MOBILE */
@media (max-width: 600px) {
    .banner__content {
        height: 50vh;
    }
    .logo_lukasiewicz img {
      max-width: 110px;
      margin-top: 25px;
    }
    .logoPAN img {
      max-width: 300px;
      margin-top: 25px;
    }
    .table-responsive>.table>tbody>tr>td {
      white-space: normal;
    }
    .sponsors-cell.logo_mpk {
      margin: auto;
      display: block;
      width: 100% !important;
    }
}