
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,600");

#calendar-details .check-in,
#calendar-details .check-out,
#calendar-details .arrow {
    float: left;
    white-space: nowrap;
    width: 39.3333333333%;
    margin-left: 4%;
}

#calendar-details h5 {
    font-size: 1.8rem;
    margin-bottom: 0;
}

#calendar-details .check-in {
    text-align: right;
    margin-left: 0;
}

#calendar-details .arrow {
    width: 13.3333333333%;
    margin-top: .5em;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
}

#calendar-details .arrow:before {
    display: inline-block;
    content: '→';
}

.ui-datepicker * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
    max-width: 24em;
    margin: 0 auto;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
    width: 100%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 {
    max-width: 50em;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
    /* padding-right: 5%; */
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-last {
    /* padding-left: 5%; */
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 {
    max-width: 70em;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 30%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group.ui-datepicker-group-middle {
    padding: 0 3.33%;
}

.ui-datepicker td a,
.ui-datepicker td span {
    border: 1px solid #fff;
    border-radius: .5em;
    text-align: center;
    width: 2em;
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
    background-color: #fff;
    color: #1EAEDB;
    border-color: #1EAEDB !important;
}

.ui-datepicker td a.ui-state-hover,
.ui-datepicker td span.ui-state-hover {
    border-color: #1EAEDB;
}

.ui-datepicker td.ui-datepicker-reserved a,
.ui-datepicker td.ui-datepicker-reserved span {
    background-color: #1EAEDB;
    color: #fff;
}

.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin span,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout span {
    background-color: #fff;
    border-color: #1EAEDB;
    color: #1EAEDB;
}

.ui-datepicker .ui-datepicker-today a:not(.ui-state-hover),
.ui-datepicker .ui-datepicker-today span:not(.ui-state-hover) {
    border-color: #0094D8;
    color: #0094D8;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid #fff;
    border-radius: .5em;
    text-align: center;
    text-indent: 0;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after {
    display: inline-block;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    border-color: #1EAEDB;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '←';
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next:after {
    content: '→';
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 10px;
}

/* hide {
    opacity: 0;
}

show {
    opacity: 1;
} */

.fade-in {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}

/* .hasDatepicker> .ui-datepicker-inline{
    display: flex !important;
} */

/* Larger than mobile */
@media (min-width: 400px) {
    .ui-datepicker {
        width: 100%;
    }
}

/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
@media (min-width: 750px) {
    .ui-datepicker {
        width: 100%;
    }

    .arrow {
        margin-top: 0;
        font-size: 3em;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .ui-datepicker {
        width: 100%;
    }
}

/* Larger than Desktop HD */
@-webkit-keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}



#jump-datepick .containers {
    width: auto;
}

.jump-datepick-sub {
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    align-items: center;
    border-radius: 7px 7px 0px 0px;
    transform: translateY(10px);
    padding: 16px;
}

.ui-datepicker-group {
    width: 50%;
    padding: unset;
}

h5,
h6 {
    all: unset !important;
}

.leveleleven th {
    width: 30vw;
}

.table_style.font_size.phone_tab {
    table-layout: fixed;
}

.leveleleven th {
    width: 30vw;
}

tr.levelthirteen td {
    width: calc(100vw - 32px);
}

.levelthirteen th {
    padding-left: 2px;
}

.posi-jump-datepick {
    position: relative;
}

#jump-datepick {
    width: 500px;
    position: absolute;
    z-index: 10000;
    bottom: 0px;
    left: 0px;
    border-radius: 15px;
    background:#fff;
    border: 1px solid #ccc;
}

#date-time #jump-datepick {
    display: block
}

.ui-datepicker-row-break {
    clear: both;
    width: 0px;
    font-size: 0;
}


.ui-datepicker-row-break {
    clear: both;
    width: 0px;
    font-size: 0;
}

.ui-widget-header {
    border: unset;
    background: unset;
    color: unset;
    font-weight: unset;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}

.ui-widget-header .ui-icon {
    background-image: unset;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: unset;
}

/* [data-handler="selectDay"]{
background: #1EAEDB;
} */

/* .ui-datepicker-reserved{
background: #1EAEDB;
} */

.ui-datepicker td .wrap-ele-a a,
.ui-datepicker td span {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
}

/* td.ui-datepicker-reserved.ui-datepicker-checkin {
background: linear-gradient(to left,#1EAEDB 0%,#1EAEDB 50% ,white 51% ,white 100% );
}

td.ui-datepicker-reserved.ui-datepicker-checkout {
} */

.ui-datepicker-reserved .wrap-ele-a {
    background: #1EAEDB;
}

td.ui-datepicker-reserved.ui-datepicker-checkin .wrap-ele-a {
    background: linear-gradient(to left, #1EAEDB 0%, #1EAEDB 50%, white 51%, white 100%);
}

td.ui-datepicker-reserved.ui-datepicker-checkout .wrap-ele-a {
    background: linear-gradient(to right, #1EAEDB 0%, #1EAEDB 50%, white 51%, white 100%);
}

td.ui-datepicker-reserved.ui-datepicker-checkout.ui-datepicker-checkin .wrap-ele-a {
    background: unset;
}

td.ui-datepicker-reserved.ui-datepicker-checkin .wrap-ele-a a {
    background: #abe9fb;
    border: 1px solid #000;
}

td.ui-datepicker-reserved.ui-datepicker-checkout .wrap-ele-a a {
    background: #abe9fb;
    border: 1px solid #000;
}

.ui-datepicker td {
    padding: unset;
    padding: 5px 0px;
    text-align: -webkit-center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: unset;
    background: unset;
    font-weight: normal;
    color: #454545;
}

#prepend-jump {
    position: fixed;
    z-index: 9999999;
    height: 100vh;
    overflow: auto;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
}

#prepend-jump.realHide {
    display: none !important;
}

#jump-datepick.realHide {
    display: none !important;
}

.prepend-jump-close {
    position: fixed;
    top: 5px;
    right: 12px;
    z-index: 1;
}

.comfirm-cancel {
    position: fixed;
    z-index: 100;
    height: 75px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    justify-content: right;
    border-top: 1px solid #c2c2c2;
}

.cancel {
    align-items: center;
    width: 30%;
    justify-content: center;
    margin-right: 20px;
}

.comfirm {
    align-items: center;
    width: 30%;
    justify-content: center;
}

.cancel-web {
    align-items: center;
    width: 30%;
    justify-content: center;
    margin-right: 10px;
}

.comfirm-web {
    align-items: center;
    width: 30%;
    justify-content: center;
    margin-left: 10px;
}

.comfirm-cancel-web {
    display: flex;
    padding: 15px 0px;
    justify-content: center;
}

@media (max-width:1000px) {
    .comfirm-cancel-web {
        display: none;
    }

    #jump-datepick {
        width: unset;
        position: unset;
        border-radius: unset;


    }

    .ui-datepicker-group {
        width: 100%;

    }

    .ui-datepicker.ui-datepicker-multi {
        width: unset;
        max-width: unset;
    }

    .jump-datepick-sub {
        border-radius: unset;
        transform: translateY(0px);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        background-color: #fff;
        z-index: 1;
        border-bottom: 1px solid #c2c2c2;
    }

    #jump-datepick .containers {
        padding: 90px 0px 75px 0px;
    }

}

.tab-control {
    border-radius: 0px 0px 15px 15px;
}

.spot-title svg {
    transform: translateY(-3px)
}

.stronghold-search-bg {
    right: 0px;
    left: unset;
}


@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300,600");

#calendar-details .check-in,
#calendar-details .check-out,
#calendar-details .arrow {
    float: left;
    white-space: nowrap;
    width: 39.3333333333%;
    margin-left: 4%;
}

#calendar-details h5 {
    font-size: 1.8rem;
    margin-bottom: 0;
}

#calendar-details .check-in {
    text-align: right;
    margin-left: 0;
}

#calendar-details .arrow {
    width: 13.3333333333%;
    margin-top: .5em;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
}

#calendar-details .arrow:before {
    display: inline-block;
    content: '→';
}

.ui-datepicker * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
    max-width: 24em;
    margin: 0 auto;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
    width: 100%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 {
    max-width: 50em;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
    /* padding-right: 5%; */
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-last {
    /* padding-left: 5%; */
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 {
    max-width: 70em;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 30%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group.ui-datepicker-group-middle {
    padding: 0 3.33%;
}

.ui-datepicker td a,
.ui-datepicker td span {
    border: 1px solid #fff;
    border-radius: .5em;
    text-align: center;
    width: 2em;
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
    background-color: #fff;
    color: #1EAEDB;
    border-color: #1EAEDB !important;
}

.ui-datepicker td a.ui-state-hover,
.ui-datepicker td span.ui-state-hover {
    border-color: #1EAEDB;
}

.ui-datepicker td.ui-datepicker-reserved a,
.ui-datepicker td.ui-datepicker-reserved span {
    background-color: #1EAEDB;
    color: #fff;
}

.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin span,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout span {
    background-color: #fff;
    border-color: #1EAEDB;
    color: #1EAEDB;
}

.ui-datepicker .ui-datepicker-today a:not(.ui-state-hover),
.ui-datepicker .ui-datepicker-today span:not(.ui-state-hover) {
    border-color: #0094D8;
    color: #0094D8;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid #fff;
    border-radius: .5em;
    text-align: center;
    text-indent: 0;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after {
    display: inline-block;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    border-color: #1EAEDB;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '←';
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next:after {
    content: '→';
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 10px;
}

/* hide {
        opacity: 0;
    }

    show {
        opacity: 1;
    } */

.fade-in {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}

/* .hasDatepicker> .ui-datepicker-inline{
        display: flex !important;
    } */

/* Larger than mobile */
@media (min-width: 400px) {
    .ui-datepicker {
        width: 100%;
    }
}

/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
@media (min-width: 750px) {
    .ui-datepicker {
        width: 100%;
    }

    .arrow {
        margin-top: 0;
        font-size: 3em;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .ui-datepicker {
        width: 100%;
    }
}

/* Larger than Desktop HD */
@-webkit-keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}



#jump-datepick .containers {
    width: auto;
}

.jump-datepick-sub {
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    align-items: center;
    border-radius: 7px 7px 0px 0px;
    transform: translateY(10px);
    padding: 16px;
}

.ui-datepicker-group {
    width: 50%;
    padding: unset;
}

h5,
h6 {
    all: unset !important;
}

.leveleleven th {
    width: 30vw;
}

.table_style.font_size.phone_tab {
    table-layout: fixed;
}

.leveleleven th {
    width: 30vw;
}

tr.levelthirteen td {
    width: calc(100vw - 32px);
}

.levelthirteen th {
    padding-left: 2px;
}

.posi-jump-datepick {
    position: relative;
}

#jump-datepick {
    width: 500px;
    position: absolute;
    z-index: 10000;
    bottom: 0px;
    left: 0px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #ccc;
}

#date-time #jump-datepick {
    display: block
}

.ui-datepicker-row-break {
    clear: both;
    width: 0px;
    font-size: 0;
}


.ui-datepicker-row-break {
    clear: both;
    width: 0px;
    font-size: 0;
}

.ui-widget-header {
    border: unset;
    background: unset;
    color: unset;
    font-weight: unset;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}

.ui-widget-header .ui-icon {
    background-image: unset;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: unset;
}

/* [data-handler="selectDay"]{
    background: #1EAEDB;
} */

/* .ui-datepicker-reserved{
    background: #1EAEDB;
} */

.ui-datepicker td .wrap-ele-a a,
.ui-datepicker td span {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
}

/* td.ui-datepicker-reserved.ui-datepicker-checkin {
    background: linear-gradient(to left,#1EAEDB 0%,#1EAEDB 50% ,white 51% ,white 100% );
}

td.ui-datepicker-reserved.ui-datepicker-checkout {
} */



td.ui-datepicker-reserved.ui-datepicker-checkin .wrap-ele-a {
    background: linear-gradient(to left, #1EAEDB 0%, #1EAEDB 50%, white 51%, white 100%);
}

td.ui-datepicker-reserved.ui-datepicker-checkout .wrap-ele-a {
    background: linear-gradient(to right, #1EAEDB 0%, #1EAEDB 50%, white 51%, white 100%);
}

td.ui-datepicker-reserved.ui-datepicker-checkout.ui-datepicker-checkin .wrap-ele-a {
    background: unset;
}

td.ui-datepicker-reserved.ui-datepicker-checkin .wrap-ele-a a {
    background: #abe9fb;
    border: 1px solid #000;
}

td.ui-datepicker-reserved.ui-datepicker-checkout .wrap-ele-a a {
    background: #abe9fb;
    border: 1px solid #000;
}

.ui-datepicker td {
    padding: unset;
    padding: 5px 0px;
    text-align: -webkit-center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: unset;
    background: unset;
    font-weight: normal;
    color: #454545;
}

#prepend-jump {
    position: fixed;
    z-index: 9999990;
    height: 100vh;
    overflow: auto;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
}

#prepend-jump.realHide {
    display: none !important;
}

#jump-datepick.realHide {
    display: none !important;
}

.prepend-jump-close {
    position: fixed;
    top: 5px;
    right: 12px;
    z-index: 1;
}

.cancel {
    align-items: center;
    width: 30%;
    justify-content: center;
    margin-right: 20px;
}

.comfirm {
    align-items: center;
    width: 30%;
    justify-content: center;
}

.cancel-web {
    align-items: center;
    width: 30%;
    justify-content: center;
    margin-right: 10px;
}

.comfirm-web {
    align-items: center;
    width: 30%;
    justify-content: center;
    margin-left: 10px;
}

.comfirm-cancel-web {
    display: flex;
    padding: 15px 0px;
    justify-content: center;
}

@media (max-width:1000px) {
    .comfirm-cancel-web {
        display: none;
    }

    #jump-datepick {
        width: unset;
        position: unset;
        border-radius: unset;


    }

    .ui-datepicker-group {
        width: 100%;

    }

    .ui-datepicker.ui-datepicker-multi {
        width: unset;
        max-width: unset;
    }

    .jump-datepick-sub {
        border-radius: unset;
        transform: translateY(0px);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        background-color: #fff;
        z-index: 1;
        border-bottom: 1px solid #c2c2c2;
    }

    #jump-datepick .containers {
        padding: 90px 0px 75px 0px;
    }

}

.tab-control {
    border-radius: 0px 0px 15px 15px;
}

.spot-title svg {
    transform: translateY(-3px)
}




select {
    -webkit-appearance: none;
    /* Safari 和 Chrome */
    -moz-appearance: none;
    /* Firefox */
    appearance: none;
    /* 其他瀏覽器 */
}


.append-text {
    min-height: 50px;
    background: #ec3341;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.box.position-relative:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.3s linear;
}

.box.position-relative .hover-text {
    position: relative;

}

.box.position-relative .hover-text .more-info-pc {
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0%;
    top: 0%;
    bottom: 0%;
    right: 0%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s linear;
}

.box.position-relative:hover .hover-text .more-info-pc {
    opacity: 1;
    transition: all 0.3s linear;
}

.hover-text .more-info-pc {
    text-align: center;
    padding: 20%;
    cursor: pointer;
    pointer-events: none;
}

.hover-text .more-info-mb {
    display: none;
}






#calendar-details .check-in,
#calendar-details .check-out,
#calendar-details .arrow {
    float: left;
    white-space: nowrap;
    width: 39.3333333333%;
    margin-left: 4%;
}

#calendar-details h5 {
    font-size: 1.8rem;
    margin-bottom: 0;
}

#calendar-details .check-in {
    text-align: right;
    margin-left: 0;
}

#calendar-details .arrow {
    width: 13.3333333333%;
    margin-top: .5em;
    font-size: 2em;
    line-height: 1em;
    text-align: center;
}

#calendar-details .arrow:before {
    display: inline-block;
    content: '→';
}

.ui-datepicker * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.ui-datepicker.ui-datepicker-multi {
    width: 100% !important;
    max-width: 24em;
    margin: 0 auto;
}

.ui-datepicker.ui-datepicker-multi .ui-datepicker-group {
    width: 100%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 {
    max-width: 50em;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-first {
    /* padding-right: 5%; */
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-2 .ui-datepicker-group.ui-datepicker-group-last {
    /* padding-left: 5%; */
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 {
    max-width: 70em;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 30%;
}

.ui-datepicker.ui-datepicker-multi.ui-datepicker-multi-3 .ui-datepicker-group.ui-datepicker-group-middle {
    padding: 0 3.33%;
}

.ui-datepicker td a,
.ui-datepicker td span {
    border: 1px solid #fff;
    border-radius: .5em;
    text-align: center;
    width: 2em;
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
    background-color: #fff;
    color: #1EAEDB;
    border-color: #1EAEDB !important;
}

.ui-datepicker td a.ui-state-hover,
.ui-datepicker td span.ui-state-hover {
    border-color: #1EAEDB;
}

.ui-datepicker td.ui-datepicker-reserved a,
.ui-datepicker td.ui-datepicker-reserved span {
    background-color: #CEF0FF;
    color: #000;
}

.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkin span,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout a,
.ui-datepicker td.ui-datepicker-reserved.ui-datepicker-checkout span {
    background-color: #fff;
    border-color: #1EAEDB;
    color: #fff;
}

.ui-datepicker .ui-datepicker-today a:not(.ui-state-hover),
.ui-datepicker .ui-datepicker-today span:not(.ui-state-hover) {
    border-color: #0094D8;
    color: #0094D8;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: 1px solid #fff;
    border-radius: .5em;
    text-align: center;
    text-indent: 0;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-next:after {
    display: inline-block;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    border-color: #1EAEDB;
    top: 2px;
}

.ui-datepicker .ui-datepicker-prev:before {
    content: '';
    background-image: url('/svg/date-left.webp');
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
}

.ui-datepicker-prev.ui-corner-all.ui-state-disabled,
.ui-datepicker-next.ui-corner-all.ui-state-disabled {
    opacity: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev.ui-state-hover {
    left: 10px;
}

.ui-datepicker .ui-datepicker-next:after {
    content: '';
    background-image: url('/svg/date-right.webp');
    display: inline-block;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: center;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next.ui-state-hover {
    right: 10px;
}


.fade-in {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fade-in;
    animation-name: fade-in;
}

/* .hasDatepicker> .ui-datepicker-inline{
                display: flex !important;
            } */

/* Larger than mobile */
@media (min-width: 400px) {
    .ui-datepicker {
        width: 100%;
    }
}

/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
@media (min-width: 750px) {
    .ui-datepicker {
        width: 100%;
    }

    .arrow {
        margin-top: 0;
        margin: 0px 5px;
    }
}

/* Larger than desktop */
@media (min-width: 1000px) {
    .ui-datepicker {
        width: 100%;
    }
}

/* Larger than Desktop HD */
@-webkit-keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}



#jump-datepick .containers {
    width: auto;
    border-radius: 15px;
    overflow: hidden;
}

.jump-datepick-sub {
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    align-items: center;
    border-radius: 7px 7px 0px 0px;
    background-color: #E9ECEF;
}

.ui-datepicker-group {
    width: 50%;
    padding: unset;
}

h5,
h6 {
    all: unset !important;
}

.leveleleven th {
    width: 30vw;
}

.table_style.font_size.phone_tab {
    table-layout: fixed;
}

.leveleleven th {
    width: 30vw;
}

tr.levelthirteen td {}

.levelthirteen th {
    padding-left: 2px;
}

.posi-jump-datepick {
    position: relative;
}

#jump-datepick {
    width: 700px;
    position: absolute;
    z-index: 10000;
    left: 0px;
    border-radius: 15px;
    background: #fff;
}

.ui-datepicker-row-break {
    clear: both;
    width: 0px;
    font-size: 0;
}


.ui-datepicker-row-break {
    clear: both;
    width: 0px;
    font-size: 0;
}

.ui-widget-header {
    border: unset;
    background: unset;
    color: unset;
    font-weight: unset;
}

.ui-widget.ui-widget-content {
    border: 0px solid #c5c5c5;
}

.ui-widget-header .ui-icon {
    background-image: unset;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: unset;
}

/* [data-handler="selectDay"]{
            background: #1EAEDB;
        } */

/* .ui-datepicker-reserved{
            background: #1EAEDB;
        } */

.ui-datepicker td .wrap-ele-a a,
.ui-datepicker td span {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
}

/* td.ui-datepicker-reserved.ui-datepicker-checkin {
            background: linear-gradient(to left,#1EAEDB 0%,#1EAEDB 50% ,white 51% ,white 100% );
        }
        
        td.ui-datepicker-reserved.ui-datepicker-checkout {
        } */

.ui-datepicker-reserved .wrap-ele-a {
    background: #CEF0FF;
}

td.ui-datepicker-reserved.ui-datepicker-checkin .wrap-ele-a {
    background: linear-gradient(to left, #CEF0FF 0%, #CEF0FF 50%, white 51%, white 100%);
}

td.ui-datepicker-reserved.ui-datepicker-checkout .wrap-ele-a {
    background: linear-gradient(to right, #CEF0FF 0%, #CEF0FF 50%, white 51%, white 100%);
}

td.ui-datepicker-reserved.ui-datepicker-checkout.ui-datepicker-checkin .wrap-ele-a {
    background: unset;
}

td.ui-datepicker-reserved.ui-datepicker-checkin .wrap-ele-a a {
    background: #0094D8;
    border: 1px solid #0094D8;
}

td.ui-datepicker-reserved.ui-datepicker-checkout .wrap-ele-a a {
    background: #0094D8;
    border: 1px solid #0094D8;
}

.ui-datepicker td {
    padding: unset;
    padding: 5px 0px;
    text-align: -webkit-center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: unset;
    background: unset;
    font-weight: normal;
    color: #454545;
}

#prepend-jump {
    position: fixed;
    z-index: 9999999;
    height: 100vh;
    overflow: auto;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
}

#prepend-jump.realHide {
    display: none !important;
}

#jump-datepick.realHide {
    display: none !important;
}

.prepend-jump-close {
    position: fixed;
    top: 12px;
    left: 18px;
    z-index: 1;
}

.comfirm-cancel {
    position: fixed;
    z-index: 100;
    height: 204px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0px 20px 12px 20px;
    border-top: 1px solid #c2c2c2;
    background: #FFF;
    box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.25);
    background-color: #E9ECEF;
}

.cancel {
    align-items: center;
    height: 46px;
    width: 72px;
    justify-content: center;
    margin-right: 16px;
    border-color: #0094E7;
    color: #0094E7;
    background-color: #fff;
}

.comfirm {
    align-items: center;
    justify-content: center;
    background-color: #0094E7;
    width: 136px;
    height: 46px;
    border-color: #0094E7;
}

.cancel-web {
    width: 56px;
    height: 38px;
    margin-right: 10px;
    border-radius: 4px;
    background: #495057;
    color: #0094D8;
    padding: 4px 0px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #0094D8;
    background: #FFF;
    font-weight: bold;
    line-height: 28px;
}

.comfirm-web {
    align-items: center;
    width: 87px;
    justify-content: center;
    margin-left: 10px;
    height: 38px;
    border-radius: 4px;
    background: var(---default, #0094D8);
    border: 1px solid #0094D8;
}

.comfirm-cancel-web {
    display: flex;
    padding: 16px 27px;
    justify-content: center;
    align-items: flex-end;
    background-color: #E9ECEF;
    align-items: center;
}

.banner-mb {
    display: none;
}

.banner-pc {
    display: block;
}

@media (max-width:1000px) {

    .comfirm-cancel-web {
        display: none;
    }

    #jump-datepick {
        width: unset;
        position: unset;
        border-radius: unset;


    }

    .ui-datepicker-group {
        width: 100%;

    }

    .ui-datepicker.ui-datepicker-multi {
        width: unset;
        max-width: unset;
    }

    .jump-datepick-sub {
        border-radius: unset;
        transform: translateY(0px);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        background-color: #fff;
        z-index: 1;
        border-bottom: 1px solid #c2c2c2;
    }

    #jump-datepick .containers {
        padding: 96px 0px 204px 0px;
    }

}

.tab-control {
    border-radius: 0px 0px 15px 15px;
}

.spot-title svg {
    transform: translateY(-3px)
}

.spot-title {
    justify-content: left;
}

/* .sub-item{
        display: none;
        } */

.down-btn {
    text-align: left;
    cursor: pointer;
}

/* .hideClass{
        display: none;
        } */

.showClass {
    display: block
}

.not-hide-swiper {
    /* overflow-y: visible; */
}




.date-time.pc-has-border {
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}

.date-time .px-pc-no {
    padding: 0px !important;
}

.center-line {
    padding: 12px 0px 12px 0px;
}

.sub-center-line {
    background-color: #ddd;
    display: inline-block;
    height: 100%;
    width: 1px;
}

.date-time .form-field>input {
    border: 0px solid #ddd;
}

.date-time .form-field>select {
    border: 0px solid #ddd;
}

.swal2-actions {
    margin: 0px !important;
}

input#isolate-code {
    margin-right: 4px;
}

.rent-count-times {
    display: none;
}

.rent-count-times-pc {
    display: block;
    font-size: 15px;
    color: #0094D8;
}

.rent-count-times-pc>div {
    margin-bottom: -28px;
}

#title-date-pick {
    display: none;
}

#calendar {
    padding: 20px 0px 0px 0px;
}

.px-2-gc {
    padding: 0px 8px;
}

@media (max-width:1000px) {
    .px-2-gc {
        padding: 0px 0px;
    }

    #weeks-container thead:not(:last-child) {
        display: none;
    }

    #weeks-container {
        width: 95%;
        margin: 0 auto;
        height: 48px;
    }

    #weeks-container th {
        text-align: center;
    }

    #title-date-pick {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        background-color: #E9ECEF;
        z-index: 1;
        display: block;
    }

    .fs-10-gc.fw-bold.text-center {
        padding: 6px 18px !important;
        font-size: 20px !important;
        line-height: 32px;
    }

    .ui-datepicker .ui-datepicker-title {
        text-align: left !important;
        font-weight: bold;
        font-size: 16px;
    }

    .justify-content-right {
        justify-content: right;
        transform: translateY(10px);
    }

    .vant-time-chose-text {
        line-height: 22px;
        padding: 12px 0px;
        border-bottom: 1px solid #CED4DA;
        width: 100vw;
        transform: translateX(-20px);
    }

    .vant-time-chose-input,
    .vant-time-chose-input-text {
        gap: 30px;
    }

    .vant-time-chose-input-text {
        height: 45px;
        height: 45px;
        padding: 8px 0px;
        font-weight: bold;
        font-size: 18px;
        line-height: 29px;
    }

    .vant-time-chose-input .form-control {
        border: 1px solid #B4B4B4;
        height: 43px;
    }

    .vant-time-chose-input .form-control:focus,
    .vant-time-chose-input .form-control:active {
        border-color: rgba(0, 0, 0, 0) !important;
    }

    #min-part {
        position: fixed;
        z-index: 1000000;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        background: rgba(0, 0, 0, 0.75);
    }

    .van-picker__toolbar {
        justify-content: space-around;
    }

    .vant-titles {
        font-size: 20px;
    }

    .covers {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 70px;
        border-radius: 12px 12px 0px 0px;
        background: #F8F9FA;
        box-shadow: 0px 2px 13px 2px rgba(0, 0, 0, 0.25);
        overflow: hidden;
    }

    .covers-btns {
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        height: 70px;
        background: #F8F9FA;
        padding: 14px 20px;
    }

    .van-picker-column {
        font-size: 22px;
    }

    .van-hairline-unset--top-bottom.van-picker__frame {
        background-color: #DEE2E6;
    }

    .van-picker-column {
        z-index: 3;
    }

    .van-picker-column__item {
        color: #ADB5BD;
    }

    .btn.btn-primary.btn-primary-1,
    .btn.btn-primary.btn-primary-2 {
        height: 100%;
        line-height: 27px;
    }

    .btn.btn-primary.btn-primary-2 {
        background-color: #0094E7 !important;
        border-color: #0094E7 !important;
    }

    .btn.btn-primary.btn-primary-1 {
        border-color: #0094E7 !important;
        color: #0094E7 !important;
        background-color: #fff !important;
    }

    .covers-btns-sub {
        display: flex;
        gap: 24px;
        justify-content: space-around;
        height: 100%;
    }

    .w-140px-gc {
        width: 140px;
    }

    #total_times {
        margin-right: 16px;
        white-space: nowrap;
    }

    .van-picker-column__item.van-picker-column__item--selected {
        color: #000;
    }

    .other-img.form-control.float-r {
        position: absolute;
        right: 20px;
        background-color: rgba(0, 0, 0, 0);
        border: 0px;
        pointer-events: none;
    }

    .other-img.form-control.float-l {
        position: absolute;
        left: 20px;
        background-color: rgba(0, 0, 0, 0);
        border: 0px;
        pointer-events: none;
    }

    .other-img.form-control .d-one {
        position: absolute;
        right: 60px;
        top: 14px;
    }

    .other-img.form-control .d-two {
        position: absolute;
        right: 30px;
        top: 14px;
    }

    #fake-return-time,
    #fake-pickup-time {
        text-align: center;
        font-size: 20px;
    }

    .rent-count-times {
        color: #0094D8;
        margin-top: 14px;
        display: block;
    }

    .rent-count-times-pc {
        display: none;
    }
}

input.stronghold-return {
    padding-right: 30px;
}

input.stronghold-pick {
    padding-right: 30px;
}

.customHeight {
    max-height: 100vh;
}

.my-swal-title {
    font-size: 18px;
}

.my-swal-content {
    margin-bottom: 20px !important;
}

.credit-template {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    background: #FFF;
}

.credit-wrap-template {
    position: fixed;
    background: rgba(0, 0, 0, 0.35);
    z-index: 10000000;
    top: 0%;
    left: 0%;
    bottom: 0px;
    right: 0px;
    display: none;
}

.lightbox-cancel-btn {
    transform: translate(30px, -9px);
}

.btn-danger-gc {
    color: #fff;
    border-radius: 4px;
    background: #E81B1B !important;
    display: inline-block;
    min-width: 80px;
    padding: 6px 0px;
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.main-img {
    position: relative;
}

.sub-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-text {
    color: #235789;
    font-weight: bold;
}

.ad-discount {
    gap: 16px;
}

.fs-16 {
    font-size: 16px !important;
}


/* @media screen and (max-width: 1650px) {
        .stronghold-search-bg {
            top: 170px;
            right: 430px;
        }
    }

    @media screen and (max-width: 1000px) {
        .stronghold-search-bg {
            position: fixed;
            top: 90px;
            left: 0;
            width: 100%;
            height: calc(100vh - 90px ) !important;
            z-index: 11;
            transition: unset;
            -webkit-transition: unset;
            -moz-transition: unset;
            -ms-transition: unset;
            -o-transition: unset;
        }
    } */

/*# sourceMappingURL=datepicker.css.map */