
.calendar-container {
    display: flex;
    flex-direction: column;
    /* margin-top: 40px; */
}

.calendar-wrap,
#listTicketByDay {
    width: 100%;
    padding: 10px;
}
#listTicketByDay{
    padding-top: 41px;
}
@media screen and (min-width: 768px){
    .calendar-container {
        flex-direction: row;
    }
    .calendar-wrap,
    #listTicketByDay {
        width: 50%;
    }
}

.event_not_exist_mess {
    visibility: hidden;
    padding-bottom: 10px;
    color: red;
    font-size: 18px;
    text-align: center;
}

/* custom datepicker */
#eventStartDate .ui-datepicker {
    font-size:25px;
    width: 100%;
}
#eventStartDate button.ui-datepicker-current {
    display: none;
}
#eventStartDate .ui-datepicker .ui-datepicker-prev,
#eventStartDate .ui-datepicker .ui-datepicker-next {
    width: 70px;
}
#eventStartDate .ui-icon {
    text-indent: 0 !important;
    color: #000;
    left: 30% !important;
    width: 100%;
    height: 100%;
    background: 0 !important;
    font-size: 15px;
}
.ui-datepicker-week-end:nth-child(1) span,
.ui-datepicker-week-end:nth-child(1) a
{
    color: red;
}
.ui-datepicker-week-end:nth-child(7) span,
.ui-datepicker-week-end:nth-child(7) a
{
    color: #4db2e6;
}
.ui-datepicker td span,
.ui-datepicker td a {
    text-align: left;
    height: 50px;
}
.ui-datepicker td[title]::after {
    content: attr(title);
    display: block;
    position: relative;
    font-size: .8em;
    height: 1.25em;
    margin-top: -1.25em;
    text-align: right;
    padding-right: .25em;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
}

.closedDay,
.invalidEvent {
    opacity: 1 !important;
}
.closedDay span {
    background-color: #d9d9d9 !important;
}

/* list ticket by day */
#targetDate {
    margin: 20px;
}
.ticket {
    background-color: #f2f2f2;
    border: 1px solid #355792;
    border-radius: 5px;
    text-align: center;
    padding: 15px 10px;
    margin: 10px 0;
    cursor:pointer;
    display: flex;
    overflow-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: normal;
}
.ticket:hover {
    background-color: #e1e1e1;
}
.ticket:active {
    background-color: #9c9c9c;
}
.ticket.checked {
    background-color: #007fff;
    color: #ffffff;
}
.ticket.sold_out,
.ticket.outside_sales_schedule{
    opacity: 0.3;
    pointer-events: none;
}

.ticket .col-1,
.ticket .col-2,
.ticket .col-3 {
    display: block;
    /* width: 20%; */
    width: fit-content;
}
.ticket .col-1 {
    flex-grow: 1;
    white-space: nowrap;
}
.ticket .col-2{
    flex-grow: 8;
    margin: 0 3px;
}
.ticket .col-3 {
    flex-grow: 1;
    white-space: nowrap;
    margin: 0 3px;
}
.ticket .col-2 {
    white-space: nowrap;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 400px){
    .ticket {
        padding: 15px 5px;
    }
}

.ticket .currency {
    font-family: sens-serif, serif;
}

#modal .modal_title {
    padding: 11px 40px 11px 20px;
    overflow-wrap: break-word;
    line-height: 1.4;
}

#modal .error_msg_area {
    overflow-wrap: break-word;
    height: 14px;
}

.button_modal_submit {
    width: 150px;
    height: 40px;
    background-color: #f60;
    line-height: 40px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#unReservedSeatNum {
    border: 1px solid #ccc;
    font-size: 1.6rem;
    padding: 5px 10px;
    text-align: right;
}

.button_modal_submit:disabled {
    opacity: 0.3;
}

#overlay{
    position: fixed;
    top: 0;
    z-index: 1020;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.spinner {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.spinner:before,
.spinner:after {
    content: '';
    position: absolute;
    top: 0;
}
.spinner:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

#eventStartDate .ui-datepicker {
    /* min-width: 950px; */
    margin: auto;
}

#eventStartDate .ui-datepicker td {
    line-height: 50px;
    text-align: center;
    padding: 0 !important;
    vertical-align: middle;
}

#eventStartDate .ui-datepicker td.ui-state-disabled {
    background-color: #d9d9d9;
}


#eventStartDate .ui-datepicker td span {
    text-align: center;
    padding: 0 !important;
}

#eventStartDate .ui-datepicker td a {
    padding: 0 !important;
    text-align: center !important;

}

#eventStartDate .ui-widget-content {
    border: none !important;
}

#eventStartDate .ui-widget-header {
    border: none;
    background: none;
}

#eventStartDate .ui-state-default {
    border: none!important;
    background: none!important;
}

#eventStartDate .ui-priority-secondary {
    background: #d3d3d3 !important;
}

#eventStartDate .ui-state-active {
    background: #1bacff !important;
    padding: 0 !important;
    color: #ffffff;
}

#eventStartDate .ui-state-hover {
    border: none !important;
    background: #1bacff !important;
    color: #ffffff;
}

#eventStartDate .ui-datepicker-prev-hover {
    border: none !important;
    background: none !important;
    font-weight: bold !important;
}

#eventStartDate .ui-datepicker-next-hover {
    border: none !important;
    background: none !important;
    font-weight: bold !important;
}

#eventStartDate .ui-datepicker-calendar thead{
    background: #1d68a7;
    color: #fff;
}

#eventStartDate .ui-icon {
    background-image: none !important;
    text-indent: 0;
    width: 65px;
}

/*carlendar */