:root {
    --primary: #503047;
    --primary_hover: #4c2354;
    --secondary: #727272;
    --secondary_hover: #727272;
    --danger: #dc3545;
    --danger_hover: #c82333;
}

html {
    scroll-behavior: smooth;
    font-size: 14px;
}

body {
    color: #444;
    line-height: 1.7;

    font-weight: 300;
    font-size: 1rem;
}

.primary-bg {
    background: var(--primary) !important;
}

.table-head {
    height: 40px;
    line-height: 40px;
}

.tickets-section {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: .5rem;
}

.tickets-section .card-body {
    border-top: 1px solid #000;
}

.tickets-section img {
    height: 180px;
    width: auto;
    object-fit: cover;
}

.ticket-header {
    background: var(--primary);
    color: #fff;
}

.ticket-header span {
    font-size: 24px;
}

.ticket-boooking-section {
    padding: 15px 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #fff;
    border-radius: .5rem;
}

.main-ticket-header {
    background: #4169e1;
    color: #fff;


}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control {
    border-radius: .5rem;
}

.form-control.search:hover,
.form-control.search:active,
.form-control.search:focus {
    border: 1px solid #666666;
}

.form-control.search {
    border-radius: 0.25rem;
}

.maping-ticket {
    text-align: center;
}

.maping-ticket span {
    font-size: 25px;
    background: #dfdede;
    border-radius: 25%;
    padding: 10px;
}

.maping-ticket span.active {
    background: var(--primary);
    color: #fff;
}

.maping-ticket p {
    margin-top: 5px;
}

.maping-ticket p.active {
    border-bottom: 2px solid var(--primary);
}

.progress {
    width: 68%;
    height: 8px;
    content: "";
    position: absolute;
    background-color: #dfdede;
    top: 90px;
    left: 15%;
}

.ticket-boooking-section-form {
    display: grid;
    align-items: center;
    justify-content: space-around;
    background: #d3d3d3;
    padding: 10px;
    border-radius: .5rem;

    justify-items: center;
    align-items: center;
}

.ticket-boooking-section-form.three {
    grid-template-columns: repeat(3, 1fr);
}

.ticket-boooking-section-form.four {
    grid-template-columns: repeat(4, 1fr);
}

.ticket-boooking-section-form-display {
    justify-items: center;
    display: grid;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 5px;
    background: #fff;
    border-radius: .5rem;
    align-items: center;
    white-space: nowrap;
}

.ticket-boooking-section-form-display.three {
    grid-template-columns: repeat(3, 1fr);
}

.ticket-boooking-section-form-display.four {
    grid-template-columns: repeat(4, 1fr);
}

.ticket-boooking-section-form-display .plan {

    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 80px;
    background: #dfdede;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #666666;

}

.ticket-boooking-section-form-display .plan:hover {

    background: var(--primary);
    color: #ffffff;
}

.card {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.ticket-boooking-section .event-image img {
    height: 168px;
}

thead th,
tbody td {
    white-space: nowrap;
}

.card-body {
    overflow-y: auto;
}

.confirm-menu {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.event-name {
    display: block;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
}

.form-section img,
.form-logo {
    width: 150px;
    height: auto;
}

.form-control input {
    height: 45px;
}

.form-section {
    background: #fff;
    padding: 10px;
    box-shadow: rgb(0 0 0 / 22%) 0px 5px 20px;
    border-radius: 25px;
}

.conform-menu {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.appointment-form {
    background: #fff;
}


.form-format {
    width: 100%;
}

.form-header {
    display: flex;
    justify-content: space-between;
}

.participate-photo {
    width: 200px;
}

.cursor-pointer {
    cursor: pointer;
}

.search-confirm-wrapper {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;

}

.search-confirm-wrapper .search-confirm-form {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: left;
}

img.form-image-pp{
    width: 75px;
    height: auto;
    margin-right: 10px;
}
.modal-content{
    overflow: hidden;
}
/* .modal-body{
    padding:0;
} */
