#dateCardsWrap {
    display: flex;
    gap: 12px;
    overflow: auto;
}

@media screen and (max-width:720px) {
    #dateCardsWrap::-webkit-scrollbar {
        display: none;
    }
}

.dateCard {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.dateCard1 {
    background-color: #d31717;
    color: #fff;
    padding: 2px;

    border-radius: 4px 4px 0px 0px;
    border-top: 1px solid #d31717;
    border-left: 1px solid #d31717;
    border-right: 1px solid #d31717;
}

.dateCard2 {
    color: #d31717;
    padding: 1px;
    font-weight: 800;
    font-size: 24px;
    padding: 2px 20px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.dateCard3 {
    background-color: #232323;
    color: #fff;
    padding: 1px;
    font-weight: 800;
    font-size: 16px;
    padding: 4px 18px;
    border-bottom: 1px solid #232323;
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    border-radius: 0px 0px 4px 4px;
}

#bookBtn {
    min-width: 190px;
}

#locateBtn {
    position: relative;
    z-index: 4;
    border-radius: 24px;
}

#eventPoster {
    max-height: 540px;
    object-fit: contain;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
}

.ql-toolbar {
    display: none
}

.ql-container {
    border: none !important;
}

.ql-editor {
    font-size: 16px;
}


.pricingLabel {
    z-index: 10;
    display: inline-block;
    min-width: 120px;
    padding-left: 18px;
    max-width:180px;
    border-right: 1px solid #f5d969;
    color : #a28510;
}

.pricingAmount {
    display: inline-block;
    padding-left: 24px !important;
    padding-right: 24px !important;
    z-index: 9;
    color : #816808;
    font-weight: 600;
}

#addPricing {
    display: flex;
    gap:12px;
    flex-wrap: wrap;
}

#addPricing > div {
    background: #fdf7ea;
    padding: 6px;
    display: flex;
    align-items: center;
    line-height: 1.25em;
    border-radius: 12px;
    border : 1px solid #f5d969;
    border-left-width: 3px;
    border-right-width: 3px;
    border-left-style: dotted;
    border-right-style: dotted;
}

#addPricing > div > span {
    display: block;
    
}

table#costTable td {
    padding: 4px;
}

table#costTable td:nth-of-type(2) {
    text-align: end;
}

table#costTable td:nth-of-type(1) {
    color: #2a2a2a !important;
    font-weight: 600;
}

#registerBtn.btn {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}


.ql-editor p {
    margin-bottom: 1rem !important;
}

.bookingDateBlock {
    width: 160px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e5edfa;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 1px 1px 2px rgba(187, 187, 187, 0.2);
}

.bookingDateBlock input {
    display: block;
    text-align: center;
    margin: 4px auto;
    margin-top: 4px;
}

.bookingDateBlock label {
    font-weight: 600;
    font-size: 15px;
    display: block;
    cursor: pointer !important;
}

.bookingDateBlock label span {
    font-size: 12px;
    color: #576e92;
    display: block;
    margin-top: 2px;
}

strong {
    font-weight: 600;
}

ul,
ol {
    margin: 0px !important;
    padding: 0px !important;
}

.customStickyTop {
    background: #fff !important;
    z-index: 1000;
    top:0;
    position: -webkit-sticky;
    position: sticky;
}

@media screen and (max-width:720px) {
    .customStickyTop {
        box-shadow: 2px 4px 12px 12px rgba(0, 0, 0, 0.1);
        margin-left: -20px;
        margin-right: -20px;
        text-align: center;
        padding: 0px 20px 0px 20px;
    }
    .customStickyTop #eventName {
        font-size: 24px;
    }
}


#eventShort {
    white-space: pre-line;
}