/*--------------------------------------------------------------
# Select Event
--------------------------------------------------------------*/
.select-event h4{
    font-family: suisse;
    font-weight: 600;
}

.select-event .background-event-father,
.locked-seat .background-event-father {
    display: flex;
    justify-content: space-between;
    background-color: #730F18;
    border-radius: 5px;
    padding: 8px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
}

.select-event .background-event-father .background-event-icon-calendar,
.locked-seat .background-event-father .background-event-icon-calendar {
    position: relative;
    display: inline-block;
    background-color: #fff;
    border-radius: 2px;
}

.select-event .background-event-father .background-event-icon-calendar i,
.locked-seat .background-event-father .background-event-icon-calendar i {
    color: #000;
    padding: 5px;
}

.select-event .background-event-father .background-event-icon-calendar .tooltip,
.locked-seat .background-event-father .background-event-icon-calendar .tooltip {
    visibility: hidden;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    margin-top: 4px;
    box-shadow: 0px 3px 6px #00000029;
}

.select-event .background-event-father .background-event-icon-calendar .tooltip::after,
.locked-seat .background-event-father .background-event-icon-calendar .tooltip::after {
    content: "";
    position: absolute;
    bottom: 99%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.select-event .background-event-father .background-event-icon-calendar:hover .tooltip,
.locked-seat .background-event-father .background-event-icon-calendar:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.select-event .separator,
.locked-seat .separator {
    border: 1px dashed #000;
}

.select-event .select-wrapper {
    position: relative;
}


.select-event .select-wrapper select.location-section-select {
    border-radius: 5px;
    padding: 8px;
    background-color: #F1F3F8;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}

.select-event .select-wrapper select.location-section-select:focus {
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}

.select-event .select-wrapper select.location-section-select:focus option:focus {
    border: none;
    box-shadow: 0px 3px 6px #00000029;
}

.select-event .select-wrapper-input {
    border-radius: 5px;
    padding: 8px;
    color: #fff;
}

.select-event .select-wrapper-input:focus {
    box-shadow: none;
    outline: none;
    border-color: gray;
}

.select-event .input-group.buttons-select{
    align-items: center;
    background-color: #F1F3F8;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
}

.select-event #seats-number{
    background-color: #F1F3F8;
    border: none;
    padding: .75rem;    
    font-weight: 800;
}

/*--------------------------------------------------------------
# getSeatByLocationSection
--------------------------------------------------------------*/

/* Nascondere le frecce in input[type="number"] */
.container-input-custom input[type="number"]::-webkit-outer-spin-button,
.container-input-custom input[type="number"]::-webkit-inner-spin-button,
.container-form-check-custom input[type="number"]::-webkit-outer-spin-button,
.container-form-check-custom input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.container-form-check-custom input[type="number"],
.container-input-custom input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

/*.input-group input.form-control {
    pointer-events: none;
}*/

.container-form-check-custom .form-check-custom input.seat-custom,
.container-form-check-custom .form-check-custom .form-check-label {
    cursor: pointer;
}

.container-input-custom .conteiner-button-input-group {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 6px;
}


/*--------------------------------------------------------------
# Locked seat
--------------------------------------------------------------*/

.locked-seat h4 {
    font-family: suisse;
    font-weight: 600;
}

.locked-seat .custom-table {
    border-collapse: separate;
}

.locked-seat .custom-table thead th {
    border-bottom: 1px solid black;
}

.locked-seat .custom-table tbody td {
    border: none !important;
    border-bottom: none !important;
}

.locked-seat .custom-table tbody td.wide-column {
    width: 12%;
}

.locked-seat .custom-table tbody td.custom-table-td {
    width: 12%;
}

.locked-seat table td,
.locked-seat table th {
    vertical-align: middle;
}


.locked-seat select.form-control, .locked-seat select.form-select{
    background-color: transparent !important;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.locked-seat select:focus {
    outline: none;
}

.locked-seat .input-group .form-control, .locked-seat .input-group .form-select{
    cursor: pointer;
    z-index: 10;    
    width: auto;
}

.locked-seat .input-group-text {
    background-color: transparent;
    border: none;
    padding: 0;
    z-index: 1;
}

.locked-seat .input-group-text i {
    font-size: 1.8em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    color: #ffffff;
    background-color: #000000;
    cursor: pointer;
    padding: 0 5px;
}


.locked-seat-table-body{

}

/*--------------------------------------------------------------
# Register Usage by Ticket
--------------------------------------------------------------*/

.register-by-ticket h4 {
    font-family: suisse;
    font-weight: 600;
}

.register-by-ticket select{
    background-color: #F1F3F8;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    padding: .75rem;
}

.register-by-ticket .description{
    background-color: #730F18;
    color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    padding: 10px;
}

.register-by-ticket .description p{
    margin-bottom: 0;
}

.register-by-ticket .number-usage{
    background-color: #F1F3F8;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.register-by-ticket .number-usage p{
    margin-bottom: 0;
}

.register-by-ticket .number-usage input[name="cardAgreement"]:checked + label {
    background-color: #212529; /* Cambia colore di sfondo */
    color: white; /* Cambia colore del testo */
}

/*--------------------------------------------------------------
# Timer Best Seat
--------------------------------------------------------------*/

#timer-best-seat .timer-container {
    display: flex;
    align-items: center;    
    gap: 15px;
}

#timer-best-seat .progress-ring {
    width: 60px;
    height: 60px;
    position: relative;
}

#timer-best-seat .progress-ring circle {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
}

#timer-best-seat .progress-background {
    stroke: #730F18;
}

#timer-best-seat .progress-bar {
    stroke: #ffffff;
    transition: stroke-dashoffset 1s linear;
}

#timer-best-seat .timer-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
