/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.eventin-order-table{
	display:none !important;
}
.eventin-ticket-download-link{
	background-color:#22c55e;
	padding:10px;
	color:black;
	font-weight:500;
	border-radius:5px;
	
}
.ant-space-item{
	margin-top:15px;
}
.eventin-booking-summary-title, .etn-ticket-price-col, .etn-ticket-subtotal-col, .etn-purchase-ticket-total-row, .etn-purchase-ticket-title, .eventin-total, .etn-ticket-header {
	display:none !important;
}
:root{
	    --ticket_border_color: #d8d9df;
    --ticket_primary_color: black !important;
    --ticket_secondary_color: #0d165e;
}
.css-1vmjgv1 .s3-ticket-name{
	color:black !important;
}
.etn-datetime-content .etn-date-range:nth-of-type(1){
	display:none;
}
@media (min-width: 1024px) {
    .event-bs {
        padding-left: 80px; /* Przykładowa zmiana dla większych ekranów */
    }
}