#configurator{
    margin-bottom: 100px;
}
.configurator-container{
    margin-top: 30px;
}

.btn-close i{
  display:none;
}

.card{
    margin-bottom: 15px;
}

.card-header{
    font-weight: 900;
    text-transform: uppercase;
}

.accordion-header .accordion-button{
    font-weight: 900;
    text-transform: uppercase;
}

#configurator-next{
    padding: 15px;
    padding-bottom: 40px;
}

.summary-actions{
    background: #f9f9f9;
    padding: 40px;
}

#page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95); /* Ciemne tło */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
}

#page-overlay img{
    transform: translate(-50%, -50%);
    position: fixed;
    top:50%;
    left:50%;
    max-width: 100px;
    height: auto;
}
