/*
* Author: Spotimist
* 
*/


/*
* General
* 
*/

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}


/*
* Fix: User menu length
* 
*/

@media (min-width: 1025px) and (max-width: 1239px) {
    .right-side {
        width: auto;
        display: inline-block;
        margin-top: -126px;
        position: relative;
    }
    .left-side {
        width: 100%;
        display: inline-block;
    }
}


/*
* Listings footer to add activities
* 
*/

.listing-footer {
    color: #909090;
    padding: 15px 30px;
}

.listing-footer i {
    padding-right: 3px;
}

.listing-footer a {
    color: #909090;
}

.listing-footer a:hover {
    color: #707070;
}

.listing-footer span {
    float: right;
}

.listing-title {
    padding: 15px 30px;
    padding-top: 12px;
}

.listing-title h4 a {
    font-size: 20px;
    color: #333;
    line-height: 31px;
}

.listing-title h4 a:hover {
    color: #66676b;
}

ul.listing-details {
    background-color: #f7f7f7;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 3px 30px 3px 0;
}

ul.listing-details li {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    color: #868686;
    padding: 3px 0 3px 30px;
    display: inline-block;
    line-height: 26px;
}


/*
* Things to do icons
* 
*/

.right-side-icon {
    float: right;
}


/*
* Remove opacity on button to right
* 
*/

.no-opacity {
    opacity: 1;
}

.errorlist li {
    color: red;
}

.tandclink {
    text-decoration: underline;
}

.info-required {
    content: "*";
    color: red;
    font-weight: 900;
}


/*
*fix top
*/

#top0 {
    top: 0px;
}

a .dashboard-stat {
    cursor: pointer;
}

.header-widget .button {
    font-weight: 600 !important;
    color: #ffffff !important;
    background-color: #f26f28 !important;
}

.header-widget .button:hover {
    font-weight: 600 !important;
    color: #f26f28 !important;
    background-color: #ffffff !important;
}


/* mobile fix */

@media (min-width: 1025px) and (max-width: 1239px) {
    .right-side {
        width: auto;
        display: inline-block;
        margin-top: -126px;
        position: relative;
    }
    .left-side {
        width: 100%;
        display: inline-block;
    }
}

.widget-booking {
    display: none;
}

.mm-menu em.mm-counter {
    background-color: rgba(0, 0, 0, 0.3);
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 19px;
    font-size: 11px;
    font-weight: 500;
    font-family: "Open Sans";
}


/* Hamburger Icon */

.hamburger {
    padding: 0;
    top: 12px;
    left: 13px;
    transform: scale(0.67);
    -moz-transform: scale(0.70) translateY(4px);
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.sign-in,
.user-menu {
    flex: 1;
}

.panel-dropdown.guest-count .panel-dropdown-content {
    width: 100% !important;
}

.listings-container.fs-listings.list-layout .listing-content {
    flex: 4;
}

.listings-container.fs-listings.list-layout .listing-img-container {
    flex: 0 auto;
    max-width: 300px;
}

.user-menu .user-name label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    max-width: 100px;
}

@media (max-width: 991px) {
    .payment-tab.payment-tab-active {
        max-height: 800px;
    }
    .fl-bt {
        clear: both;
    }
    .user-menu {
        padding: 0;
        margin: 0;
    }
}

.payment-tab-content .row {
    margin: 0;
}


/* Booking Widget */

.opening-hours.summary li {
    color: #333;
}

.boxed-widget.summary {
    border-radius: 0 0 4px 4px;
}

.qr-img {
    margin: 15px 0;
    float: left;
    width: 100%;
}

@media (max-width: 1005px) {
    .activity_outer {
        display: flex;
        flex-direction: column;
    }
    .book_activity {
        order: 0;
    }
    .detail_outer {
        order: 0;
    }
    .tit_bar_sec {
        order: -1;
        padding-bottom: 0px !important;
    }
    .book_activity {
        margin: 0 !important;
        margin-bottom: 42px !important;
    }
    .list_nav {
        order: 1;
    }
    .activity_outer {
        padding: 0px 20px;
    }
    .rev_bot {
        order: 2;
        margin: 0;
    }
}

@media (max-width: 991px) {
    button#bookNow {
        margin: 0 0 25px 0;
    }
    .user-name span {
        display: none;
    }
    .qr-img {
        margin: 15px 0 35px 0;
        float: left;
        width: 100%;
    }
    button#bookNow {
        margin: 0 0 25px 0;
    }
    .booking-confirmation-page i {
        font-size: 100px;
    }
    .booking-confirmation-page p {
        font-size: 18px;
    }
    .booking-confirmation-page h2 {
        font-size: 30px;
    }
    .boxed-widget.booking-widget.margin-top-35.book_activity.margin_out {
        margin-top: 18px !important;
    }
}

.listing-details-sidebar.social-profiles {
    margin-top: 20px;
}

.listing-details-sidebar.social-profiles li {
    line-height: 22px;
    padding-left: 23px;
}

.listing-details-sidebar li a.insta-profile i,
.listing-details-sidebar li a.insta-profile {
    color: #e4405f;
}


/* Boxed Widget */

.boxed-widget {
    background-color: #f9f9f9;
    border-radius: 3px;
    padding: 32px;
    transform: translate3d(0, 0, 0);
    z-index: 90;
    position: relative;
}


/* Booking Widget
------------------------------------- */

.booking-widget {
    z-index: 100;
}

.booking-widget .panel-dropdown .panel-dropdown-content {
    border: none;
    overflow: visible;
    padding: 20px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
}

.booking-widget .panel-dropdown {
    width: 100%;
}

.booking-widget .panel-dropdown .panel-dropdown-content:before {
    content: "";
    height: 10px;
    position: absolute;
    width: 100%;
    top: -3px;
    background-color: #fff;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-bottom: 1px solid #eee;
}

.booking-widget .panel-dropdown.active .panel-dropdown-content:before {
    opacity: 1;
    visibility: visible;
}

.booking-widget .panel-dropdown a {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 600;
    height: auto;
    padding: 10px 16px;
    line-height: 30px;
    margin: 0 0 15px 0;
    position: relative;
    background-color: #fff;
    text-align: left;
    color: #888;
    display: block;
    width: 100%;
    transition: color 0.3s;
}

.booking-widget .panel-dropdown a:hover {
    color: #444;
}

.booking-widget .panel-dropdown a:after {
    font-size: 20px;
    color: #c0c0c0;
    margin-left: 0;
    position: absolute;
    right: 20px;
}


/* Quantity Buttons for Booking Widget*/

.qtyButtons {
    margin: 0 0 13px 0;
}

@media (min-width: 992px) and (max-width: 1366px) {
    .qtyButtons {
        display: block;
    }
}

.panel-dropdown-content .qtyButtons:first-child {
    margin-top: 8px;
}

.panel-dropdown-content .qtyButtons:last-child {
    margin-bottom: 3px;
}

.qtyButtons input {
    font-family: "Open Sans", sans-serif;
    outline: 0;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 36px;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
}

.qtyTitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
}

.qtyInc,
.qtyDec {
    display: inline-block;
    font-family: "FontAwesome";
}

.qtyInc:before {
    content: "\f067";
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.qtyDec:before {
    content: "\f068";
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.qtyTotal {
    background-color: #dedede;
    border-radius: 50%;
    color: #444444c2;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: -2px;
    left: 2px;
    height: 18px;
    width: 18px;
}

.rotate-x {
    animation-duration: .5s;
    animation-name: rotate-x;
}

@keyframes rotate-x {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}

.listing-section p {
    text-align: justify;
}

.pricing-list-container h4 {
    background-color: #f9f9f9;
    border-bottom: 1px solid #66676b;
    width: 100%;
    padding: 14px 18px 13px;
    border-radius: 4px 4px 0 0;
    position: relative;
    z-index: 10;
    margin: 0px 0 0 0;
    display: block;
    font-weight: 500;
    color: #353433 !important;
    border: transparent !important;
}

.pricing-list-container h4:after {
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.05;
    z-index: 9;
    background-color: #eceff4 !important;
}

.pricing-list-container ul {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
    background: #f9f9f9;
    padding: 3px 15px 15px;
    border: none;
}

.pricing-list-container ul:last-child {
    margin-bottom: 16px;
}

#small-dialog.table-dte {
    max-width: 700px !important;
}

#small-dialog.table-dte .small-dialog-header {
    padding: 25px 40px 13px 40px;
}

.pricing-list-container ul li {
    padding-right: 70px;
    position: relative;
    background: #fff;
    padding: 13px 15px 10px;
    margin-bottom: 7px;
}

#small-dialog.table-dte .small-dialog-header h3 {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #3e3b3b;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

#small-dialog.table-dte .cont-secn {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
}

#small-dialog .small-dialog-header {
    margin-bottom: 0px;
}

.pricing-list-container h5 {
    font-size: 16px;
    margin-bottom: 1px;
    font-weight: 500;
}

.pricing-list-container .date-servce {
    font-weight: 400;
    color: #8a8686;
    font-size: 14px;
}

.pricing-list-container .btn-book-now {
    background: #f26f27;
    padding: 3px 11px 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    right: 10px;
    cursor: pointer;
    min-width: 111px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}

.pricing-list-container .btn-book-pass {
    background: #f26f27;
    padding: 3px 11px 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    right: 10px;
    cursor: pointer;
    min-width: 111px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}

.pricing-list-container .btn-no-book-now {
    background: #f26f27;
    padding: 3px 11px 2px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    right: 10px;
    cursor: pointer;
    min-width: 111px;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}

.pricing-list-container .price-servce {
    font-weight: 600;
    color: #353131;
}

.pricing-list-container .otr-right {
    float: right;
    position: absolute;
    right: 14px;
    top: 34px;
}

.days-otr {
    float: left;
    width: 100%;
    padding: 5px 40px 12px;
}

.days-otr .panel-dropdown {
    margin-top: 2px;
    padding: 2px 10px 5px;
    width: 185px;
    border: 1px solid #e2e0e0;
    float: left;
    text-align: left;
}

.days-otr .panel-dropdown a {
    background: transparent;
    border-radius: 0px;
    padding: 3px 0px;
    font-weight: 500;
    display: block;
    position: relative;
}

.days-otr .ser-nme {
    font-weight: 600;
    text-align: left;
}

.days-otr .qty-ddl {
    float: left;
}

.days-otr .rs-otr {
    font-weight: bold;
    font-size: 17px;
    color: #524f4f;
    padding: 0;
}

.days-otr .time-otr {
    font-weight: 500;
    color: #968e8e;
    padding: 0;
}

.days-otr .qtyTotal {
    left: auto;
    position: absolute;
    right: 30px;
    top: 8px;
}

.days-otr .panel-dropdown a:after {
    position: absolute;
    display: inline-block;
    right: 10px
}

.pricing-list-container span {
    position: static;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #777;
    font-size: 15px;
    padding-right: 11px;
}

.week-cls.scheduled {
    color: #3b3b3c !important;
    background: #f26f274a !important;
}

.fc-today.fc-state-highlight {
    background-color: lightgray !important;
    color: #fff !important;
}

.fc-today.fc-state-highlight.avlble-evnt {
    background-color: #fed6c4 !important;
    color: #000 !important;
    font-weight: 800;
}

.calender-modal .modal-body,
.calender-modal .modal-footer {
    padding: 0px;
}

.calender-modal .modal-footer {
    border: none;
    clear: both;
    box-shadow: 2px -5px 3px -3px rgba(0, 0, 0, 0.06);
    padding-bottom: 25px;
}

.calender-modal .avial-slot {
    width: 100%;
    float: left;
    padding: 15px 40px 25px;
}

.calender-modal .modal-header {
    padding: 8px 36px 25px;
}

.calender-modal .modal-dialog {
    width: 700px;
}

.calender-modal .cont-secn {
    padding: 0;
}

.calender-modal .modal-header .close {
    font-weight: 300 !important;
    position: absolute;
    right: 18px;
    font-size: 32px;
}

.calender-modal .modal-header h3 {
    font-size: 18px;
}

.calender-modal .tpr-otr {
    margin-top: 20px;
}

.calender-modal .modal-footer .close {
    margin-right: 18px;
    font-size: 32px;
    font-weight: 300 !important;
}

.calender-modal .message-reply {
    padding: 0px 35px;
}

.calender-modal .message-reply a {
    display: inline-block;
    float: left;
    width: 100%;
}

.calender-modal .avial-slot {
    /*margin-top: 13px;*/
    width: 100%;
    float: left;
}

.calender-modal .sub-otr {
    border: 1px solid #e8e8e8;
    padding-left: 10px;
    padding-right: 11px;
}

.calender-modal .clock-icn {
    display: inline-block;
    border-right: 1px solid #eae9e9;
    padding: 8px 18px 8px;
    font-weight: 500;
    padding-left: 6px;
}

.calender-modal .clock-icn i {
    padding-right: 8px;
    font-size: 16px;
}

.serv-modal .modal-body {
    padding: 0;
}

.serv-modal .modal-body .mdl-cont {
    padding: 7px 18px 10px;
    float: left;
}

.serv-modal .modal-body .mdl-cont h4 {
    font-size: 13px;
    color: #736b6b;
    margin-top: 2px;
    line-height: 20px;
}

.bk-nw {
    background: #f26f27 !important;
    border: 1px solid #f26f27 !important;
    margin-top: 6px;
    padding: 9px 7px 9px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border-radius: 7px
}

.overflw-cls {
    overflow: auto;
    max-height: 450px;
}

.serv-modal .modal-body .mdl-cont h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 6px;
}

.serv-modal .modal-footer {
    border: none;
}

.serv-modal .modal-body .trigger-otr {
    margin-bottom: 5px;
}

.serv-modal .modal-body .pricing-list-container ul:last-child {
    margin-bottom: 0px;
}

.time-text {
    display: inline-block;
    /* border-right: 1px solid #ccc; */
    padding: 8px 18px 8px;
    color: #f26f27;
    font-weight: 600;
}

.pricing-list-container.toggle-wrap .trigger i {
    float: right;
}

.trigger-otr {
    margin-bottom: 8px;
}

.toggle-wrap ul:first-child li {
    display: block !important;
}


/* ---------------------------------- */


/* Coming Soon Page
------------------------------------- */

.coming-soon-page {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
}

.coming-soon-page .container {
    z-index: 15;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 992px) {
    .coming-soon-page {
        min-height: 100vh;
        height: auto;
    }
    .coming-soon-page .container {
        padding-top: 50px;
        padding-bottom: 50px;
        top: auto;
        transform: translateY(0%);
    }
}

.coming-soon-page:before {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    content: "";
    background-color: rgba(26, 26, 26, 0.92)
}

.coming-soon-page h2,
.coming-soon-page h3 {
    margin: 0;
    padding: 0;
}

.coming-soon-page h2 {
    font-size: 46px;
    color: #fff;
}

.coming-soon-page h3 {
    font-size: 34px;
    font-weight: 300;
    margin: 30px 0 30px 0;
    color: rgba(255, 255, 255, 0.9);
}

.coming-soon-page .main-search-input-item input {
    font-size: 16px;
    font-weight: 600;
}

.coming-soon-page .gray-style.main-search-input {
    max-width: 650px;
    margin: 0 auto;
}

.coming-soon-page .main-search-input button.button {
    font-size: 16px;
}


/* Countdown */

#countdown {
    font-weight: 600;
    float: none;
    display: inline-block;
}

#countdown div {
    display: inline-block;
    margin: 0 5px;
    float: left;
}

#countdown div:first-child i {
    border: none;
}

#countdown span {
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 40px;
    color: #fff;
    width: 120px;
    display: inline-block;
    padding: 32px 0;
    font-weight: 400;
    letter-spacing: -1px;
    border-radius: 3px 3px 0 0;
}

#countdown i {
    display: block;
    font-style: normal;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    padding: 4px 0;
    letter-spacing: 1px;
    background-color: #fff;
    color: #333;
    border-radius: 0 0 3px 3px;
}

.countdown-text {
    font-size: 24px;
    margin-top: 15px;
    line-height: 36px;
    font-weight: 300;
}

@media (max-width: 550px) {
    #countdown,
    #countdown div,
    #countdown span {
        width: 100%;
    }
    #countdown div {
        padding: 10px 0;
    }
    .trigger-otr {
        float: left;
        width: 100%;
    }
    .pricing-list-container ul {
        float: left;
        width: 100%;
    }
    .pricing-list-container ul li {
        float: left;
        width: 100%;
    }
    .pricing-list-container .otr-right {
        float: left;
        position: static;
        right: 14px;
        top: 37px;
        width: 100%;
        transform: none;
        margin-top: 3px;
    }
    .pricing-list-container span {
        position: inherit;
    }
    .pricing-list-container .btn-book-now {
        padding: 3px 11px 2px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        right: 10px;
        float: right;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .pricing-list-container .btn-book-pass {
        padding: 3px 11px 2px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        right: 10px;
        float: right;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .pricing-list-container .btn-no-book-now {
        padding: 3px 11px 2px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        right: 10px;
        float: right;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
    }
}

@media (max-width: 450px) {
    button.fc-month-button,
    button.fc-basicWeek-button.fc-button.fc-state-default.fc-corner-right {
        font-size: 15px;
    }
    button.fc-prev-button,
    button.fc-next-button {
        top: calc(50% + 70px) !important;
    }
    .fc-toolbar h2 {
        font-size: 15px;
        line-height: 16px;
    }
    .fc-toolbar .fc-right {
        width: 100%;
        margin-top: 13px;
    }
    button.fc-month-button {
        padding-left: 0px;
    }
    .fc-toolbar .fc-state-active {
        padding-left: 9px;
    }
    .fc th {
        font-size: 13px;
    }
    .days-otr {
        float: left;
        width: 100%;
    }
    .days-otr .pull-left.row.with-forms {
        width: 100%;
    }
    .days-otr .qty-ddl {
        float: left;
        width: 100%;
    }
    .days-otr .panel-dropdown {
        width: 100%;
        text-align: left;
    }
    .calender-modal .tpr-otr {
        margin-top: 10px;
        width: 100%;
    }
    .days-otr .rs-otr,
    .days-otr .time-otr {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .pricing-list-container .btn-book-now {
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }
    .pricing-list-container .btn-book-pass {
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }
}

@media (max-width: 400px) {
    .pricing-list-container .btn-no-book-now {
        width: 100%;
        text-align: center;
        margin-top: 7px;
    }
}

@media (max-width: 349px) {
    .calender-modal .clock-icn {
        float: left;
        width: 100%;
        border: none;
        text-align: center;
        padding: 8px 18px 1px;
    }
    .time-text {
        padding: 0px 18px 8px;
        float: left;
        text-align: center;
        width: 100%
    }
    button.fc-next-button {
        top: calc(50% + 50px);
    }
    button.fc-prev-button {
        top: calc(50% + 50px);
    }
    .calender-modal .avial-slot {
        margin-top: 0px;
    }
}

@media screen and (max-width: 600px) {
    .fc-content-skeleton table {
        border: 0;
    }
    .fc-content-skeleton table th {
        display: none;
    }
    .fc-content-skeleton table tr {
        display: block;
        margin-bottom: 0;
    }
    .fc-content-skeleton table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 14px;
        text-align: right;
    }
    .fc-content-skeleton table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
    }
    .fc-content-skeleton table td:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .edge-bg {
        position: relative;
        height: 400px;
        width: 100%;
        display: block;
        left: 0;
        right: 0;
    }
    .calender-modal .modal-dialog {
        width: auto;
    }
    .fl-bt {
        float: left;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .calender-otr .fc-content-skeleton table td {
        display: table-cell;
    }
    .calender-otr .fc-content-skeleton table tr {
        display: table-row;
    }
}

.flip-banner i {
    padding: 0 10px;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px;
    z-index: 1000;
}

#sign-in-dialog.alert-boxes,
#small-dialog.alert-boxes {
    background: #fff;
    padding: 70px 40px 25px 40px;
    padding-top: 0;
    max-width: 340px;
}

.alert-boxes .small-dialog-header {
    font-size: 22px;
    position: relative;
    left: -40px;
    top: 0;
    background-color: #fff;
    padding: 20px 49px 10px 27px;
    margin-bottom: 25px;
}

.alert-boxes .small-dialog-header h3 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
}

#sign-in-dialog.alert-boxes .mfp-close,
#small-dialog.alert-boxes .mfp-close {
    background-color: #ffffff;
    border-radius: 50%;
    top: 30px;
    right: 40px;
    width: 35px;
    margin: -15px -26px 0 0;
    height: 35px;
}

.alert-boxes a.button {
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
}

#sign-in-dialog.alert-boxes .mfp-close::after,
#sign-in-dialog.alert-boxes .mfp-close::before,
#small-dialog.alert-boxes .mfp-close::after,
#small-dialog.alert-boxes .mfp-close::before {
    top: 1px;
    height: 9px;
    font-size: 21px;
    transition: 0s;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #ec661d !important;
}


/* Popup */

#sign-in-dialog,
#small-dialog {
    background: #fff;
    padding: 40px;
    padding-top: 0;
    text-align: left;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
}

@media screen and (max-width: 480px) {
    .dropdown-menu {
        width: 100%;
        max-width: 290px;
        left: 14px !important;
    }
}

body p {
    font-size: 16px;
    line-height: 29px;
    text-align: justify;
}

@media (max-width: 767px) {
    .panel-dropdown.filter-list-drop .panel-dropdown a {
        width: 100%;
        display: inline-block;
        padding: 8px 16px;
    }
    .panel-dropdown a:after {
        right: 0;
        float: right;
    }
}

@media only screen and (max-width: 1024px) {
    #style-switcher {
        display: none;
    }
}

.datepicker-dropdown {
    padding: 0;
}

.dropdown-menu {
    font-size: 14px;
    padding: 0 !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    width: 278px;
    -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 32px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .15);
    border: 0 !important;
}

.datepicker-dropdown thead {
    background: #ed6d27;
    padding: 35px !important;
    height: 25px;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    line-height: 25px;
    font-size: 14px;
    font-weight: 300;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: none;
    line-height: 20px;
    padding: 14px 5px;
    font-size: 14px;
    font-weight: 300;
}

.datepicker table {
    width: 100%;
}

td.day.orange {
    background: #ed6d27;
    color: #fff !important;
}

.datepicker table tr td,
.datepicker table tr th {
    border-radius: 0 !important;
    color: #fff;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    background: #ed6d27 !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #ff7327 !important;
}

.datepicker table {
    background: #ed6d27;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #ccc !important;
    background: #fff !important;
}

td.day.orange {
    background: #ffffff;
    color: #fdb085;
    position: relative;
    z-index: 999;
    color: #555 !important;
}

td.day.disabled.orange:before {
    display: none;
}

td.day.orange:before {
    background: #eee;
    width: 30px;
    height: 30px;
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    border-radius: 105%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #fff !important;
}

td.new.day.orange:before {
    background: #b3b3b3;
    color: #fff;
}

td.old.day.orange:before {
    background: #b3b3b3;
    color: #fff;
}

td.disabled.day,
td.disabled.day.orange {
    position: relative;
}

td.disabled.day:before,
td.disabled.day.orange:before {
    content: '';
    position: absolute;
    opacity: .5;
    margin: auto;
    top: 0px;
    bottom: 0;
    right: 0;
    display: block;
    left: 0;
    transform: rotate(120deg);
    width: 2px;
    height: 23px;
    background: #bfbfbf;
}

.spinner-cover {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    float: left;
    background: rgba(255, 255, 255, 0.59);
    z-index: 999999;
}

.spinner {
    width: 70px;
    height: 70px;
    text-align: center;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 18%;
    margin: auto;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #f26f28;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.sk-circle {
    margin: 25px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #f87833;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px;
}

.form-group {
    position: relative;
}

ul.errorlist,
.dashboard-list-box ul.errorlist li,
.errorlist {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

.form-group ul.errorlist {
    list-style: none;
    padding: 0;
    position: absolute;
    top: -22px;
    font-size: 13px;
}

.datepicker-dropdown:before {
    display: none !important;
}

.datepicker-dropdown:after {
    border-bottom: 6px solid #f26f28 !important;
}

.datepicker-dropdown {
    border-radius: 25px;
}

.datepicker-dropdown.datepicker-orient-top {
    z-index: 9999 !important;
}

.datepicker-dropdown.datepicker-orient-top:after {
    border-bottom: 6px solid #ffffff !important;
    transform: rotate(180deg);
}

.datepicker table tr td.new,
.datepicker table tr td.old {
    color: #777;
}

.datepicker td.day {
    color: #515151;
    padding: 7px;
}

.datepicker tbody {
    background: #fff;
    padding: 15px;
}

.datepicker table tr td.active.day,
.datepicker table tr td.active.active {
    border-color: #fff;
    background: none !important;
    border-radius: 0 !important;
    color: #555 !important;
    position: relative;
    z-index: 1;
}

.datepicker table tr td.active.day::after {
    background: #eee;
    border-radius: 50px;
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: -1;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.datepicker table tr td:first-child {
    border-left: 15px solid #fff;
}

.datepicker table tr:first-child td {
    border-top: 15px solid #fff;
}

.datepicker table tr:last-child td {
    border-bottom: 15px solid #fff;
}

.datepicker table tr td:last-child {
    border-right: 15px solid #fff;
}

.dropdown-menu {
    width: 290px !important;
}

.dropdown-menu table {
    width: 290px !important;
}

.datepicker-dropdown thead {
    background: #ed6d27;
    padding: 35px !important;
    margin: -10px;
    height: 25px;
    position: relative;
    z-index: 1;
}

.datepicker-dropdown thead:before {
    content: '';
    padding: 15px;
    background: #ed6d27;
    width: 104.8%;
    margin: -7px;
    z-index: -1;
    position: absolute;
    height: 110%;
    max-height: 108px;
    top: 0;
}

.datepicker.datepicker-dropdown {
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, .15);
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -13px !important;
}

.datepicker table tr td,
.datepicker table tr th {
    width: 20px !important;
    height: 20px !important;
}

.datepicker table {
    width: 100%;
    max-width: 290px;
}

td.new.day.orange {
    color: #fff !important;
}

@-moz-document url-prefix() {
    .datepicker-dropdown thead::before {
        margin: -4px -7px -7px -7px;
    }
    .datepicker-dropdown.datepicker-orient-bottom::after {
        top: -10px !important;
    }
}

td.day.orange.active:before {
    display: none;
}

.datepicker table tr td.orange.active.day {
    color: #fff !important;
}

.datepicker table tr td.orange.active.day::after {
    background: #ed6d27;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: none !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
    border-color: #fff !important;
}

@media only screen and (max-width: 999px) {
    .user-menu {
        padding: 0;
        margin: 0;
    }
}

.titl {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #656363;
}

.pls-btn:after {
    font-family: "FontAwesome";
    content: "\f067" !important;
    font-size: 10px !important;
    display: inline-block;
    background: #f26f27;
    color: #fff !important;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 8px;
    right: 5px !important;
    line-height: 20px;
    text-align: center;
}

.cstm-panel.active a:after {
    transform: none !important;
}

.fc-day:active {
    background-color: red !important;
}

.sticky-booking {
    position: fixed;
    top: 80px;
}

@media (min-width: 1024px) {
    .activity_outer {
        display: flex;
        flex-direction: row;
        height: 100%;
    }
    .sticky-cover {
        position: relative;
        flex-direction: column;
    }
    .widget-booking {
        z-index: 100;
        position: -webkit-sticky;
        position: sticky;
        top: 75px;
        border-top: 30px solid #fff;
        border-bottom: 12px solid #fff;
    }
    .pos_sticky {
        z-index: 100;
        position: -webkit-sticky;
        position: sticky;
        background: #fff;
        padding-top: 75px;
    }
    .pos_sticky .booking-widget.margin-top-75 {
        margin-top: 0 !important;
    }
}

@media (min-width: 1008px) {
    .activity_outer {
        display: flex;
        flex-direction: row;
        height: 100%;
    }
    .sticky-cover {
        position: relative;
        flex-direction: column;
    }
    .widget-booking {
        z-index: 100;
        position: -webkit-sticky;
        position: sticky;
        top: 75px;
        border-top: 30px solid #fff;
        border-bottom: 12px solid #fff;
    }
    .pos_sticky {
        z-index: 100;
        position: -webkit-sticky;
        position: sticky;
        background: #fff;
        padding-top: 75px;
    }
    .pos_sticky .booking-widget.margin-top-75 {
        margin-top: 0 !important;
    }
}

td.fc-day-number.avlble-evnt.td_clicked:before {
    width: auto !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .text-center-sm {
        text-align: center !important;
    }
    .dis-inline-sm {
        display: inline-block;
    }
    .f_n_sm {
        float: none !important;
    }
    .qtyInc,
    .qtyDec {
        margin: 5px 0 0 0;
        font-size: 10px;
        position: static;
    }
}


/* PASSES */

.pass {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    margin: 10px 0px 10px 40px;
    height: 150px;
    background-color: #f9f9f9;
    padding: 0;
    font-size: 20px;
}

.pass:focus {
    box-shadow: 0 0 3pt 2pt #f26f28;
    outline: none;
}

.pass-name {
    padding-top: 10px;
    height: 80px;
}

.pass-price {
    font-weight: 700;
    position: relative;
}

.pass-quantity {
    border-bottom-right-radius: 15px;
    background-color: #f26f28;
    width: 100%;
    font-weight: 700;
    color: white;
    padding: 3px;
    bottom: 0;
    position: absolute;
}

.pass.focus {
    box-shadow: 0 0 3pt 2pt #f26f28;
    outline: none;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}


/* BLOG */

.blog-post.single-post a,
.blog-post.single-post strong {
    font-weight: bold;
    color: #f26f28;
}

.blog-post.single-post a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #f26f28;
}

.border-0 {
    border: 0;
}


/* Popup */

.small-dialog-ph {
    max-width: 610px !important;
}

.payout-method-tabs {
    margin-top: 40px;
}


/* end Popup */


/* .payout-method {
float: right;
margin-top:none;
}  */

a.payout-method.button {
    padding: 8px 16px;
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 24%;
}

#styling_refund_policy {
    width: 200px;
}

#isVerifiedBadge {
    padding-bottom: 80px;
}

.filter-style {
    margin: inherit;
    padding: inherit;
}

#last-on-right {
    border-right: none;
}

#keyWordFilter {
    width: auto;
}


/* #style-space-filter{
padding-right: 12px;
} */

.payment-request-status-1 {
    color: #f26f28;
}

.payment-request-status-2 {
    color: rgb(114, 185, 43);
}

.payment-request-status-3 {
    color: red;
}

.payout-disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.payment-error-message {
    color: red;
    display: none;
}

.quotes {
    background-color: #343435;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.quotes-text {
    color: #bbbbbb;
    font-family: 'Courier New', Courier, monospace;
}

.static-text {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

.start-sentence {
    margin-left: -700px;
    margin-bottom: 30px;
    font-size: 40px;
}

.moving-quote {
    margin-right: -300px;
    color: #fff;
}

.effect-text {
    padding-top: 20px;
    color: yellow;
    font-size: 30px;
}


/* .effect-text:hover{
    transform: scale(1.3,1.3);
    color: yellowgreen;
}  */

.quotes .effect-text {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: yellowgreen;
}

.on-right {
    margin-left: 150px;
}

.dashboard-stat-title {
    position: absolute;
    left: 32px;
    top: 50%;
    width: 45%;
    transform: translateY(-50%);
}

.dashboard-stat-title h4 {
    font-size: 42px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    color: #fff;
    font-family: "Open Sans";
    letter-spacing: -1px;
}


/*
Extra colors
*/

.dashboard-stat.color-5 {
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.1));
    background-color: #f26f28;
}

.team-building-container {
    padding-bottom: 3em;
    padding-top: 3em;
}

.dash-button {
    width: 100%;
    text-align: center;
}

.buttons-row {
    margin-top: 3em;
    margin-bottom: 3em;
}

.modal-title-Schedule {
    position: static;
}


/*
    Sign in & Become an Organizer buttons fix on listing page for mobile
*/

@media (max-width: 425px) {
    header.fullwidth .container {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
}


/* ---------------------------------- */


/* Listing Type
------------------------------------- */

.listing-type-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: calc(100% + 30px);
}

.listing-type {
    flex: 1;
    border-radius: 4px;
    background-color: #ffffff;
    margin: 10px 30px 10px 0;
    text-align: center;
    padding: 35px;
    transition: 0.4s;
}


/* .listing-type:hover {
	transform: translateY(-6px);
	box-shadow: 0 3px 12px rgba(0,0,0,0.1);
	background-color: #66676b;
} */

.listing-type h3 {
    transition: 0.4s;
}


/* .listing-type:hover h3 {
	color: #fff;
} */

.listing-type h3 {
    padding: 0;
    margin: 22px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: grey;
}

.listing-type-selected h3 {
    padding: 0;
    margin: 22px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}

.listing-type-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #f26f2854;
    box-shadow: 0 0 0 8px #f26f2854;
    color: #fff;
    font-size: 28px;
    border-radius: 200px;
    transition: 0.4s;
}

.listing-type-icon-selected {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #f26f28;
    box-shadow: 0 0 0 8px #f26f2899;
    color: #fff;
    font-size: 28px;
    border-radius: 200px;
    transition: 0.4s;
}

a.listing-type:hover .listing-type-icon {
    background-color: #f26f28;
    box-shadow: 0 0 0 10px #f26f2899;
    color: #fff;
    transform: translateY(-6px);
}


/* FIX */

@media (max-width: 1240px) {
    #dashboard {
        min-height: auto;
    }
    .listing-type-container {
        flex-direction: row;
        width: 100%;
    }
    .listing-type {
        margin-right: 0;
        width: 100px;
    }
}


/* FIX */

@media (max-width: 991px) {
    #dashboard {
        min-height: auto;
    }
}


/* Popup */

.small-dialog-ph {
    max-width: 610px!important;
}

.payout-method-tabs {
    margin-top: 40px;
}


/* end Popup */


/* .payout-method {
  float: right;
  margin-top:none;
}  */

a.payout-method.button {
    padding: 8px 16px;
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 24%;
}

#styling_refund_policy {
    width: 200px;
}

#isVerifiedBadge {
    padding-bottom: 80px;
}

.filter-style {
    margin: inherit;
    padding: inherit;
}

#last-on-right {
    border-right: none;
}

#keyWordFilter {
    width: auto;
}


/* #style-space-filter{
  padding-right: 12px;
} */


/* Calendar */

#calendarDashboard .fc-list-item {
    border-bottom: 1px solid #eaeaea;
}

#calendarDashboard .fc-list-item,
#calendarDashboard .fc-scroller {
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

#calendarDashboard .fc-list-item-qr img {
    width: 60px;
}

#calendarDashboard .fc-list-item-name,
#calendarDashboard .fc-list-item-BookingTime,
#calendarDashboard .fc-list-item-bookingID,
#calendarDashboard .fc-list-item-client,
#calendarDashboard .fc-list-item-clientEmail {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    /* Don't forget this one */
    text-overflow: ellipsis;
}

#calendarDashboard .fc-list-item-qr {
    padding-top: 5px;
    padding-bottom: 5px;
}

#calendarDashboard .fc-toolbar .fc-state-active,
#calendarDashboard .fc-toolbar .ui-state-active {
    z-index: 1 !important;
}

#calendarDashboard .fc-button {
    background-color: #f26f28 !important;
    color: white !important;
    background-image: none !important;
}

#calendarDashboard .fc-state-active {
    background-color: #f26f28be !important;
    color: white !important;
    background-image: none !important;
}

@media (min-width: 1180px) {
    .ticketModal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1000;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
        padding-left: 15% !important;
    }
}

@media (min-width: 991px) and (max-width:1180px) {
    .ticketModal {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Stay in place */
        z-index: 1000;
        /* Sit on top */
        padding-top: 100px;
        /* Location of the box */
        left: 0;
        top: 0;
        width: 100%;
        /* Full width */
        height: 100%;
        /* Full height */
        overflow: auto;
        /* Enable scroll if needed */
        background-color: rgb(0, 0, 0);
        /* Fallback color */
        background-color: rgba(0, 0, 0, 0.4);
        /* Black w/ opacity */
        padding-left: 25% !important;
    }
}


/* The Modal (background) */

.ticketModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 180px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.ticketModal-modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}


/* The Close Button */

.ticketModal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.ticketModal-close:hover,
.ticketModal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}