@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");

.ticket-row-container {
    display: flex;
    min-height: 335px;
    justify-content: center;
    gap: 5px;
}

.ticket-row .sit {
    width: 45px;
    height: 45px;
    background-color: #f2f2f2;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    font-weight: 900;
    font-size: 20px;
    user-select: none;
}

.ticket-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stage-img {
    width: 180px;
    height: 180px;
    border-radius: 5px;
}

.front-stage {
    display: flex;
    margin-top: 25px;
    justify-content: space-around;
}

.divider {
    width: 100%;
    height: 3px;
    background-color: gold;
    margin: 10px 0;
}

.per-stoel {
    display: flex;
}

.stoel-container {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
}

.per-stoel {
    gap: 10px;
}

.ticket-row.gold .sit{
    background-color: #FFD700;
}

.ticket-row.silver .sit{
    background-color: #C0C0C0;
}

.ticket-row.bronze .sit{
    background-color: #CD7F32;
}

.per-stoel.sky-blue .sit {
    background-color: skyblue;
}

.per-stoel.sky-blue .red-background {
    background-color: #5f5d61;
}

.ticket-label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ticket-label-container {
    display: flex;
    align-items: center;
}

.ticket-label-container {
    margin-bottom: 10px;
}

.ticket-label.gold {
    background-color: #FFD700;
    margin-right: 10px;
}

.ticket-label.silver {
    background-color: #C0C0C0;
    margin-right: 10px;

}

.ticket-label.bronze {
    background-color: #CD7F32;
    margin-right: 10px;

}

.ticket-label.blue {
    background-color: #87ceeb;
    margin-right: 10px;

}

.ticket-label-container .label-text {
    font-weight: 600;
    font-size: 18px;
}

.chair {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: skyblue;
    margin-left: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

.checked-label {
    border: 4px solid black;
    border-radius: 50%;
}

.ticket-preview .select-sit {
    display: none !important;
}
.warrning-span{
    width: 40px;
    height: 40px;
    color: rgb(220 38 38);
    background-color: rgb(254 226 226 );
}


@media (min-width:320px) and (max-width:364px) {
    .ticket-row-container{
        gap: 0px;
        min-height: 250px;
    }
    .chair {
        width: 30px;
        height: 30px;
        margin-left: 4px;
    }
    .ticket-row .sit {
        width: 21px;
        height: 21px;
        margin-left: 2px;
        font-size: 10px;
    }
    .front-stage{
        justify-content: center;
    }
    .stage-img {
        width: 83px;
        height: 95px;
    }
    .stage-area {
        position: relative;
    }
    .stage_img {
        position: absolute;
        top: 34px;
        width: 83px;
        height: 95px;
    }
    .front-stage {
        position: relative;
        top: 117px;
    }
    .ticket-label {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:365px) and (max-width:375px) {
    .ticket-row-container{
        gap: 0px;
        min-height: 250px;
    }
    .chair {
        width: 30px;
        height: 30px;
        margin-left: 4px;
    }
    .ticket-row .sit {
        width: 27px;
        height: 27px;
        margin-left: 2px;
        font-size: 10px;
    }
    .front-stage{
        justify-content: center;
    }
    .stage-img {
        width: 100px;
        height: 95px;
    }
    .stage-area {
        position: relative;
    }
    .stage_img {
        position: absolute;
        top: 34px;
        width: 100px;
        height: 95px;
    }
    .front-stage {
        position: relative;
        top: 117px;
    }
    .ticket-label {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:376px) and (max-width:425px) {
    .ticket-row-container{
        gap: 0px;
        min-height: 250px;
    }
    .chair {
        width: 30px;
        height: 30px;
        margin-left: 4px;
    }
    .ticket-row .sit {
        width: 29px;
        height: 29px;
        margin-left: 2px;
        font-size: 15px;
    }
    .front-stage{
        justify-content: center;
    }
    .stage-img {
        width: 106px;
        height: 100px;
    }
    .stage-area {
        position: relative;
    }
    .stage_img {
        position: absolute;
        top: 34px;
        width: 117px;
        height: 100px;
    }
    .front-stage {
        position: relative;
        top: 120px;
    }
    .ticket-label {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:426px) and (max-width:430px) {
    .ticket-row-container{
        gap: 0px;
        min-height: 250px;
    }
    .chair {
        width: 30px;
        height: 30px;
        margin-left: 4px;
    }
    .ticket-row .sit {
        width: 31px;
        height: 31px;
        margin-left: 2px;
        font-size: 16px;
    }
    .front-stage{
        justify-content: center;
    }
    .stage-img {
        width: 110px;
        height: 145px;
    }
    .stage-area {
        position: relative;
    }
    .stage_img {
        position: absolute;
        top: -16px;
        width: 110px;
        height: 100px;
    }
    .front-stage {
        position: relative;
        top: 120px;
    }
    .ticket-label {
        width: 30px;
        height: 30px;
    }
}

@media (min-width:431px) and (max-width:560px) {
    .cell-20{
        min-width: auto !important;
    }
    .ticket-row-container {
        gap: 0px;
    }
}
/* Contactform styling */
.form-contact {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
margin-bottom: 20px;
display: flex;
flex-direction: column;
}

.form-group label {
margin-bottom: 8px;
font-weight: 600;
color: #333;
}

.form-group input,
.form-group select,
.form-group textarea {
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
font-size: 16px;
width: 100%;
box-sizing: border-box;
}

textarea {
    min-height: 120px;
  }
  
.btn-submit {
background-color: #e3001b;
color: white;
padding: 14px 24px;
border: none;
border-radius: 4px;
font-size: 16px;
cursor: pointer;
}

.btn-submit:hover {
background-color: #b00015;
}