/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/
.wp-container-core-group-is-layout-97c1c053 {
    gap: 2rem !important;
}
p {
    text-align: justify;
}
.custom-contact-form {
    max-height: 520px !important;
    max-width: 560px !important;
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;      
    border-radius: 5px;
    background-color: #fff;      
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#user-profile-form,
.conference-form,
.srodkowanie
{
    max-width: 900px !important;
}

.action-button,
.verify-button {
    background-color: #0073aa;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
}

.action-button:hover,
.verify-button:hover {
    background-color: #005f8d;
}
.menu-item-profile {
    display: none !important;
}

.logged-in .menu-item-profile {
    display: block !important;
}


#user-profile-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

#user-profile-form h2 {
    text-align: center;
    color: #333;
}

#user-profile-form p {
    margin-bottom: 15px;
}

#user-profile-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}

#user-profile-form input[type="text"],
#user-profile-form input[type="email"],
#user-profile-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

#user-profile-form input[type="checkbox"] {
    margin-right: 10px;
}

#user-profile-form input[type="submit"] {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

#user-profile-form input[type="submit"]:hover {
    background-color: #005f8d;
}
.uczestnicy {
    width: 100%;
    margin: 20px 0;
}

.uczestnicy table {
    width: 100%;
    border-collapse: collapse;
}

.uczestnicy th,
.uczestnicy td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.uczestnicy th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.uczestnicy tr:nth-child(even) {
    background-color: #f9f9f9;
}

.uczestnicy tr:hover {
    background-color: #f1f1f1;
}

.conference-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    background-color: #f0f0f0;
    padding: 20px;
    flex-wrap: wrap; /* Dodane, aby elementy mogły się zawijać */
}

.conference-form {
    max-width: 600px;
    width: 100%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box; /* Dodane, aby padding i border były wliczane w szerokość */
}

.conference-form p {
    margin-bottom: 15px;
}

.conference-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.conference-form input[type="text"],
.conference-form input[type="email"],
.conference-form input[type="date"],
.conference-form input[type="time"],
.conference-form input[type="file"],
.conference-form textarea,
.conference-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box; /* Dodane, aby padding i border były wliczane w szerokość */
}

.conference-form input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.conference-form input[type="submit"]:hover {
    background-color: #005177;
}

.conference-form-success {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #4caf50;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.rows {
    font-size: 16px;
    display: flex;
    margin-bottom: 15px;
    flex-wrap: wrap; /* Dodane, aby elementy mogły się zawijać */
}

.row {
    flex: 1;
    margin-right: 10px;
    box-sizing: border-box; /* Dodane, aby padding i border były wliczane w szerokość */
}

.row:last-child {
    margin-right: 0;
}

.full-width {
    flex: 1 100%;
    box-sizing: border-box; /* Dodane, aby padding i border były wliczane w szerokość */
}