.ticket-configurator {

    width: 100%;
}

.ticket-configurator {

    width: 100%;
    padding: 20px;

    background: #edfbe2;

    border: 2px solid #a0e16e;
    border-radius: 12px;

    box-sizing: border-box;
}

.ticket-configurator input,
.ticket-configurator select,
.ticket-configurator button {

    width: 100%;
    padding: 8px;      
    margin-top: 10px;
    
    box-sizing: border-box;
}

.ticket-configurator button {

    background: #54b435;
    color: white;

    border: none;
    border-radius: 8px;

    cursor: pointer;

    transition: 0.2s ease;
}

.ticket-configurator button:hover {

    opacity: 0.9;
}

#ticketResult {

    margin-top: 15px;
}
