.barlow-regular {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.barlow-medium {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.barlow-semibold {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.barlow-bold {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
}


body {

    /**bg cała strona**/
    /*background: url(/img/bg.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background: #f2f2f2;
    color: #000;
    font-family: "Inter", sans-serif;
}

header {
    color: #fff;
}

#navi{
    background-color: #fff;
}

h4{
    font-size: 1.25rem;
}

header .img-responsive {
    margin: 0 auto;
}

.grecaptcha-badge {
    visibility: hidden;
    opacity: 0;
}

.logo2 img {
    width: 15%;
}

.logo img {
    width: 60%;
}


.full-width-div {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    height: 100px;
    margin-top: 100px;
    left: 50%;
}

.btn,
.rounded {
    border-radius: .75rem !important;
}

.alert {
    border-radius: .65rem !important;
}

#langs {
    text-align: center;
    font-weight: 700;
}

#langs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.form-control {
    border-radius: .75rem !important;
}

.form-control:hover,
.form-control:focus {
    border-color: #99cc00 !important;
    box-shadow: none !important;
}

#langs ul li {
    display: inline-block;
    *display: inline;
}

#langs ul li a {
    text-decoration: none;
    font-weight: 700;
    color: #000;
}

#langs ul li a.active,
#langs ul li a:hover {
    color: #00c3f3;
}

.heading {
    margin-left: -30px;
    padding-top: 30px;
    margin-bottom: 15px;
}

a, a:hover {
    color: #00c3f3;
}

.btn {
    text-transform: uppercase;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
}

.pool_item {
    margin-bottom: 25px;
}

.pool_item .pool_name {
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.pool-description {
    text-transform: none;
    color: #595959;
    font-weight: normal;
    display: block;
    font-size: 1.2rem;
}

.pool-description strong{
    color:red;
}

.pool_item .pool_price {
    font-size: 24px;
    font-weight: bold;
}

#ticket__pools .panel {
    display: none;
}

.ticket__pool, .ticket__pool_v {
    padding: 25px 15px;
    background: #fff;
    text-align: center;
    margin-top: 15px;
    height: 700px;
    position: relative
}

.ticket__pool_name {
    font-weight: 700;
    color: #17a2b8;
    font-size: 22px;
}

.buy_ticket_button {
    position: absolute;
    bottom: 10px;
    left: 25%;
}

.ticket__pool_price {
    font-weight: 900;
    font-size: 28px;
    padding: 15px 0;
    color: #1d1b1b;
}

.ticket__pool_description {
    font-weight: 700;
    color: #5e5b5b;
    font-size: 13px;
}


.accordion-toggle span {
    color: #17a2b8;
    font-weight: 900;
    padding-right: 10px;
}

/* BUTTON HOVER EFFECTS */
.cl-effect-2 button {
    background: transparent;
    border: none;
    outline: 0;
    font-size: 18px !important;
    font-weight: bold;
}

.cl-effect-2 a, .cl-effect-2 button {
    margin-top: -10px;
    line-height: 44px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
}

.cl-effect-2 a span, .cl-effect-2 button span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    background: #17a2b8;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-weight: 700;
    color: #fff;
}

.cl-effect-2 a span::before, .cl-effect-2 button span::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0965a0;
    /*content: attr(data-hover);*/
    content: url('/img/logo-small-white.png');
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    padding-top: 5px;

}

.cl-effect-2 a:hover span,
.cl-effect-2 a:focus span,
.cl-effect-2 button:hover span,
.cl-effect-2 button:focus span {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    -moz-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}

.cl-effect-2 a:hover span::before,
.cl-effect-2 a:focus span::before,
.cl-effect-2 button:hover span::before,
.cl-effect-2 button:focus span::before {
    background: #17a2b8;
}

#tickets__form {
    padding: 0px 30px;
}


#tickets__form input, #tickets__form select, #tickets__form select option {
    background-color: #fbfbfb;
    color: #000;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.pools_header h3 {
    font-weight: 700;
    font-size: 1.2em;
}

#payment__info {
    background: #fff;
    padding: 35px 25px;
    text-align: center;
    margin-top: 20px;
}

#payment__info h1 {
    font-weight: bold;
}

#payment__info a {
    color: #17a2b8;
    text-decoration: none;
}

/*standi*/
/*.shipment_div1,.shipment_div5{
	opacity: 0.1;
}*/
.shipment_div1 {
    opacity: 1;
}


.login_admin {
    background: #fff;
    padding: 40px 20px;
}

.checkbox img {
    border: 3px #000000 solid;
    border-radius: 10px;
}

#navbar {
    font-weight: bold;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.login_admin {
    margin-top: 20px;
}

.login_admin input {
    color: #000;
}

.login_button {
    text-align: center;
}

.login_button button {
    background: transparent;
    border: 1px #ededed solid;
    text-transform: uppercase;
    font-weight: 700;
}

.login_button button:hover {
    background: #17a2b8;
    color: #fff;

}

#line_up h1, #place h1, #tickets h1 {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

#line_up h1 {
    font-weight: bold;
    color: #17a2b8;
    text-transform: uppercase;
}

#line_up, #place {
    border: 1px #fff solid;
    padding: 20px;
    background: rgba(21, 86, 231, 0.7);
    margin: 25px 0;
}

.help {
    background: rgba(21, 86, 231, 0.7);
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    border: 1px #fff solid;
    font-size: 17px;
}

.help a {
    color: #17a2b8;
    font-weight: bold;
}


.my-2 {
    margin: 5px 0;
}


.my-3 {
    margin: 15px 0;
}

#register_button {
    margin: 0;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

/**************************************************************/

.fa-ticket {
    font-size: 30px;
}

.copyright {
    font-weight: 600;
    font: 0.75rem sans-serif;
    color: #8a8a8a;
}

.copyright a {
    text-decoration: none;
    color: #000000;
    font-weight: 700;
}

.copyright a:hover {
    color: #000000;
}

.buy_btn a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    /*background: #2418ab;*/
    background: transparent;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    width: 100px;
    text-align: center;
    border: 1px #fff solid;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;

}

.buy_btn a:hover {
    background: #17a2b8;
    color: #fff;
    border: 1px #17a2b8 solid;
}


.radio_buttons, .kind_radio_buttons {
    display: block !important;
    position: relative !important;
    padding-left: 35px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    /*font-size: 22px !important;*/
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    font-size: 15px;
}

/* Hide the browser's default radio button */
.radio_buttons input, .kind_radio_buttons input {
    opacity: 0;
    cursor: pointer;
}

.radio_buttons .checkmark {
    position: absolute;
    top: 170px;
    left: 102px;
    height: 20px;
    width: 20px;
    background-color: #ededed;
    border-radius: 50%;
    z-index: 9999;
}

.kind_radio_buttons .checkmark {
    position: absolute;
    bottom: 53px;
    right: 140px;
    height: 20px;
    width: 20px;
    background-color: #ededed;
    border-radius: 50%;
    z-index: 9999;
}

/* On mouse-over, add a grey background color */
.radio_buttons:hover input ~ .checkmark, .kind_radio_buttons:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_buttons input:checked ~ .checkmark, .kind_radio_buttons input:checked ~ .checkmark {
    background-color: #000000;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_buttons .checkmark:after, .kind_radio_buttons .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_buttons input:checked ~ .checkmark:after, .kind_radio_buttons input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_buttons .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.kind_radio_buttons .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*===================*/


.bg {
    background: rgba(21, 86, 231, 0.7);
    padding: 20px;
    border: 4px red solid;
}

.choose_inpost {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

header .row {
    margin: 0 !important;
}

#language {
    padding: 15px 0px;
}

#language ul {
    text-align: right;
}

#language ul li a.active,
#language ul li a:hover {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #00abdb;
    padding: 10px 13px;
    color: #fff;
    text-decoration: none;
}

#language ul {
    -webkit-padding-start: 0px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#language ul li {
    display: inline-block;
    *display: inline;
    font-weight: bold;
    color: #fff;
}


footer {
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
}

#event_desc {
    background: #fff;
    border: 1px #e3e3e3 solid;
    margin-bottom: 25px;
}

.PriceAndBuy {
    position: absolute;
    bottom: 0px;
    background: #f9f9fb;
    width: 100%;
    margin-left: -15px;
    padding: 5px 0px;

}

.event_price {
    margin-left: 15px 0;
    float: left;
    vertical-align: middle;
    color: #00abdb;
    padding: 15px;
    font-size: 12px;

}

.event_price span {
    font-size: 21px;
    font-weight: bold;
    color: #00abdb;
}

.event-text {
    position: relative;
    min-height: 362px;
    padding-top: 20px;
}

.event_title {
    font-size: 32px;
    font-weight: bold;
    color: #5c5c74;
}

.event_title i {
    font-size: 22px;
}

#event {
    margin: 25px 0;
}

.event_lineup {
    font-size: 18px;
    padding-top: 25px;
    text-transform: uppercase;
}

.event_lineup i {
    color: #00abdb;
    font-size: 22px;
}

.event_place {
    font-size: 20px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
}

.map iframe {
    width: 100%;
    padding-top: 15px;
}

.event_addnotations {
    border: 1px #e3e3e3 solid;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
}

.event_addnotations img {
    margin: 0 auto;
}

.lineup_images {
    padding: 15px 0;
    font-size: 16px;
}

.event_date {
    padding-bottom: 15px;
    font-size: 16px;
}

.category_heading {
    color: #e3e3e3;
    text-transform: uppercase;
    font-size: 20px;
}

.event_place_address {
    font-size: 16px;
    border-bottom: 1px #ccc solid;
    padding-bottom: 20px;
}

.buy_btn {
    float: right;
}

.ticket_type {
    color: #e3e3e3;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
}

.steps {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.steps span {
    font-weight: normal;
}

.sub_form {
    background-color: transparent;
    padding: 15px 0px;
    font-size: 18px;
}

/*.sub_form_bg input, .sub_form_bg select{	
	color: #000;
	background: #fff; 
}

.sub_form_bg select option{
	color: #000; 
}*/

.transparent_bg {
    background: transparent;
}

.sub_form_title {
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0px;
    color: #000;
}

.form-group {
    margin: 8px 0px !important;
}

.price_bold {
    font-weight: bold;
    display: block;
}

.btn-radio {
    width: 100%;
}

.img-radio {
    opacity: 1;
    margin-bottom: 5px;
}

.space-20 {
    margin-top: 20px;
}

.contactmessage {
    margin: 0px;
    margin-top: 30px;
    text-align: center;
    display: block;
    border: 1px #fff solid;
    padding-bottom: 20px;
}

/*.select2-container--default .select2-selection--single{
	background: transparent !important;
	color: #fff !important; 
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: #fff !important;
}

.select2-dropdown{
	background-color: rgba(0, 0, 0, 0.7) !important;
}

.select2-search__field{
	background: transparent !important;
}

.select2-container--default .select2-results__option[aria-selected=true]{
	background: #2a26b2 !important;
}*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #1c4adc !important;
}

.select2-results__option, .select2-search__field {
    color: #000;
}


.help-block {
    color: red !important;
    font-weight: 700;
}

#job_search img {
    border: 2px #000000 solid;
}

.btn-primary {
    /*backgroudnd-image: #00abdb;
    background: #00abdb;
    background-color: #00abdb;
    border: #00abdb;*/
    text-transform: uppercase;
    font-weight: bold;
}

.btn-primary.active:focus {
    background: #00abdb;
}

.asot_box_title {
    background: #00abdb;
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
}

.ticket img {
    width: 50%;
}

.ticket {
    border: 1px solid #dcdcdc;
    border-radius: .75rem;
}

.promo_btn {
    margin-top: 20px;
}

.promo_code a {
    color: #fff;
    background: #00abdb;
    font-weight: bold;
    padding: 10px 15px;
}

.promo_code a:hover {
    text-decoration: none;
}

.activate_code_button {
    background: #00abdb;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    padding: 7px 10px;
    border: none;
    text-transform: uppercase;
    float: right;
    border-radius: 5px;
}

.code_activated {
    color: #00a743;
    font-size: 12px;
    text-align: center;

}

.code_activated span {
    font-weight: bold;
    display: block;
}

.finish_value {
    color: #000;
    font-size: 23px;
    font-weight: bold;
}

.finish_value span {
    font-weight: normal;
}

.finish_value_component {
    font-size: 20px;
    padding-bottom: 10px;

}

.finish_value_green {
    /*color: #28a745;*/
    color: #000000;
    font-size: 23px;
    border-top: 1px #fff solid;
    font-weight: bold;
    padding-top: 23px;

}

.btn_payment {
    text-align: center;
}


.regulamin {
    display: inline;
    color: #5b5b5b;

}

.regulamin a {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

.regulamin a:hover {
    color: darkgreen;
}

#regulaminy {
    margin-top: 50px;
}

#overall_value {
    border: 1px solid #dcdcdc;
    border-radius: .75rem;
    padding: 25px 25px;
    margin: 20px 0;

}

.sub_form_bg {
    padding: 20px 30px;
}

#top {
    padding: 0px 0px 30px 0px;
}

.ost {
    font-size: 18px;
}

.tickets_data {
    font-size: 20px;
    font-weight: normal;
}

.pay_info {
    text-align: center;
    font-size: .85rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.ban i {
    font-size: 30px;
    float: right;
}

.sold_out_div {
    font-size: 35px;
    padding-bottom: 60px;
}

#sold_out {
    background: #fff;
    padding: 50px 20px;
    font-weight: bold;
    color: #000;
}

.sold_out_btn a {
    color: #fff;
    padding: 20px 35px;
    background: #eb1f29;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 35px;
    font-size: 25px;
    transition: 1s;
}

.sold_out_btn a:hover {
    background: #00abdb;
}

#sold_out i {
    color: red;
}

.contest_div {
    padding: 5px 20px;
}

@media (max-width: 1200px ) {

    .buy_btn {
        float: none;
        margin-top: 15px;
    }

    .buy_btn a {
        display: inline;
    }

    .radio_buttons .checkmark {
        top: 134px;
        left: 83px;
    }

    .kind_radio_buttons .checkmark {
        bottom: 50px;
        right: 110px;
    }

}

@media (max-width: 991px ) {
    .buy_ticket_button {
        left: 40%;
    }

    .radio_buttons .checkmark {
        top: 85px;
        left: 64px;
    }

    .kind_radio_buttons .checkmark {
        bottom: 50px;
        right: 75px;
    }

    .ticket__pool, .ticket__pool_v {
        height: auto;
    }

    #ticket__pools .panel, #ticket__pools .panel-default > .panel-heading {
        margin-bottom: 35px;
    }

    .ticket__pool_description {
        margin-bottom: 45px;
    }

}

@media (max-width: 767px ) {
    .checkbox img {
        margin: 0 auto;
        width: 150px;
    }

    .radio_buttons .checkmark {
        top: 165px;
        left: 240px;
    }

    .kind_radio_buttons .checkmark {
        bottom: 55px;
        right: 300px;
    }

    .hovereffect {
        margin-bottom: 15px;
    }
}

@media (max-width: 500px ) {
    .buy_ticket_button {
        left: 34%;
    }

    .logo2 img {
        width: 45%;
    }

    .checkbox img {
        display: none;
    }

    .radio_buttons .checkmark {
        top: 20px;
        left: 155px;
    }

    .kind_radio_buttons .checkmark {
        bottom: 55px;
        right: 118px;
    }

    .select2-container .select2-selection--single {
        width: 300px;
    }

    .select2-container--open .select2-dropdown--below {
        width: 300px !important;
    }

    .select2-container--open .select2-dropdown--above {
        width: 300px !important;
    }

    .ticket__pool_description {
        min-height: 0;
        margin-bottom: 30px;
        display: none;
    }

    #ticket__pools .panel, #ticket__pools .panel-default > .panel-heading {
        display: block;
        background-image: none;
        border: none;
        background-color: #fff;
        box-shadow: none;
    }

    #ticket__pools a {
        text-decoration: none;
        font-weight: 700;
    }

    #ticket__pools i {
        color: #eb1f29;
        font-weight: 900;
    }

    .ticket__pool_price {
        padding-bottom: 0;
    }


    .copyright {
        font-size: 12px;
    }

    .ticket__pool, .ticket__pool_v {
        height: auto;
    }

}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* Nowoczesne style dla kategorii pojazdów */
.vehicle-type-card {
    position: relative;
    flex: 1;
    min-width: 150px;
    padding-left: 0 !important;
    padding-right: 20px !important;
}

.vehicle-type-card .form-check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.vehicle-type-label {
    display: block;
    padding: 12px 24px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: .75rem !important;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.vehicle-type-label:hover {
    border-color: #28a745;
}

.vehicle-type-card .form-check-input:checked + .vehicle-type-label {
    background: #28a745;
    color: #fff;
    box-shadow: none;
}

@media (max-width: 768px) {
    .vehicle-type-card {
        flex: 1 1 100%;
        min-width: 100%;
    }
    
    .vehicle-type-label {
        padding: 10px 20px;
        font-size: 13px;
    }
}

/* Style dla błędnych pól formularza */
.form-control.is-invalid,
.form-control-lg.is-invalid,
select.is-invalid {
    border-color: #dc3545 !important;
    border-width: 2px !important;
}

.form-control.is-valid,
.form-control-lg.is-valid,
select.is-valid {
    border-color: #28a745 !important;
    border-width: 2px !important;
}

/* Ukryj komunikaty błędów pod formularzem */
.help-block.with-errors {
    display: none !important;
}

/* Opcjonalnie: pokazuj komunikaty tylko dla screen readerów */
.help-block.with-errors.d-none {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* Style dla błędnej captcha */
#html_element_wrapper.recaptcha-invalid {
    border: 3px solid #dc3545 !important;
    border-radius: 6px !important;
    padding: 15px !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
    margin: 10px 0 !important;
    min-width: 304px !important;
}

#html_element_wrapper.recaptcha-invalid #html_element {
    display: inline-block;
}

/* Dodatkowe style dla lepszej widoczności */
#html_element_wrapper {
    transition: all 0.3s ease;
}

/* Style dla błędnych checkboxów w sekcji regulaminy */
#regulaminy .form-group:has(input[type="checkbox"].is-invalid) {
    border: 2px solid #dc3545 !important;
    border-radius: .75rem !important;
    padding: 10px 15px !important;
    background-color: rgba(220, 53, 69, 0.05) !important;
    margin: 5px 0 !important;
}

/* Fallback dla starszych przeglądarek bez wsparcia :has() */
#regulaminy .form-group.has-error.has-danger {
    border: 2px solid #dc3545 !important;
    border-radius: .75rem !important;
    padding: 10px 15px !important;
    background-color: rgba(220, 53, 69, 0.05) !important;
    margin: 5px 0 !important;
}

/* Usuń outline z checkboxa - tylko obramowanie form-group */
#regulaminy input[type="checkbox"].is-invalid {
    outline: none !important;
}

.counter-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.counter-btn {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    border: none;
    border-radius: 0.75rem;
}

.counter-value {
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #000;
    border-radius: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
}