body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

#header {
    background-color: #333;
    color: #fff;
    padding: 2px 0;
    text-align: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

}


#footer {
    background-color: #333;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2px 0;
    z-index: 1001;

}

.container {
    max-width: 400px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


h1 {
    text-align: center;
    margin-bottom: 20px;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
    padding: 8px;
    margin-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

input[type="submit"] {
    padding: 5px 10px;
    background-color: #2cb510;
    color: #fff;
    border: none;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: green;
}

p {
    text-align: center;
    margin-top: 10px;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}




#logo h3 {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

#wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    /* DODAJ TO */
}

#content {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
    word-wrap: break-word;
}

th,
td {
    padding: 3px;
    text-align: left;
    border-bottom: 1px solid #ddd;

}

th {
    background-color: #f2f2f2;
}

tr:hover {
    background-color: #f5f5f5;
}

input[type="button"] {
    background-color: #590e5c;
    color: #fff;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

.button-red {
    background-color: #590e5c;
    color: #fff;
    border: none;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}


.button-green {
    padding: 5px 10px;
    background-color: #2cb510;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none !important;
}

.button-green:hover {
    background-color: green;
}

.button:hover {
    background-color: #0056b3;
}

input[type="button"]:hover {
    background-color: #0056b3;
}

@media only screen and (max-width: 500px) {
    .mediahidden {
        display: none;
    }
}


.sortButton {
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
}

.menu {
    background-color: #751313;
    color: #fff;
    padding: 10px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 3px 2px;
    border-radius: 5px;
    transition: background-color 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu:hover {
    background-color: #551111;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}


select {
    width: 350px;
    height: 40px;
    background-color: #f8f9fa;
    color: #212529;
    border: 1px solid #ced4da;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    transition: all 0.2s ease-in-out;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-width: 200px;
}

select:hover {
    border-color: #6c757d;
    background-color: #e9ecef;
}

select:focus {
    outline: none;
    border-color: #495057;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    background-color: #fff;
}

option {
    padding: 10px;
    background-color: #fff;
    color: #212529;
}

/* Styl głównego widoku (to co widać przed kliknięciem) */
.select2-container .select2-selection--single {
    height: 38px;
    /* dopasuj do swojego */
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    background-color: #f8f9fa;

}

/* Styl tekstu w środku */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: #333;
}

/* Styl strzałki */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 10px;
}

/* Styl listy rozwijanej */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e9ecef;
    color: rgb(0, 0, 0);
}

/* Własna szerokość */
.select2-container {
    width: 350px !important;
}


