img.pwa-head-logo {
    height: 40px;
    width: auto;
    margin-top: 3px;
    margin-left: -2px;
}

.checkbox_ul {
    list-style: none;
    padding: 0;
}

.modal.action-sheet .modal-content .action-sheet-content {
    background: #fff;
}

.map_icon_on_detail_page {
    border-radius: 50px;
}


.datepicker td,
.datepicker th {
    text-align: center;
    width: 25px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 10px;
}


.logout-link img {
    height: 24px;
    margin-left: 5px;
    width: auto;
}

.fav-list-heading {
    margin-top: 52px !important;
}

.alert {
    text-align: center;
}

.price.inline {
    font-size: 14px;
}

.back_logo {
    height: 25px;
}

.max-guest {
    font-size: 15px;
    width: 310px;
}

.no_listing_text {
    text-align: center;
    margin-top: 150px;
}

select#change-capacity {
    width: 50%;
    border-radius: 10px;
    height: 30px;
    margin-left: 3px;
    padding-left: 10px;
}

/* Example CSS for the updated loader */
.my-loader {
    position: fixed;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    z-index: 9999;
    /* Set a high z-index to place it on top of other elements */
    display: none;
    /* Hide the loader by default */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.transactions .item .right .price {
    font-size: 20px !important;
}

.mobile-checkout-box {
    padding: 40px 0;
    margin-top: 50px;
}

.mobile-checkout-box label {
    font-size: 13px;
}

.mobile-checkout-box input {
    font-size: 13px;
    margin-bottom: 10px;
}

.mobile-checkout-box .booking-table-listing {
    width: 100%;
    border: 1px solid #ccc;
}

.mobile-checkout-box .booking-table-listing td {
    padding: 5px;
}

.mobile-checkout-box .booking-table-listing hr {
    margin: 0 !important;
}

.mobile-checkout-box .review-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-checkout-box .input-group.group-form.mb-3 .input-group-append:first-child {
    display: none;
}

.mobile-checkout-box .booking-review-content {
    padding: 15px 0;
}

.mobile-checkout-box .booking-review-title {
    margin-top: 15px;
}

.mobile-checkout-box .bravo_apply_coupon {
    border-radius: 0;
    height: 33.5px;
}

.mobile-checkout-box .review-list li {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

#bravo-checkout-page .col-md-8 {
    order: 2;
    margin-bottom: 75px;
}

#bravo-checkout-page .col-md-4 {
    order: 1;
}

.alert-text.danger {
    color: rgb(181, 28, 28);
}

.appHeader {
    border-bottom: 1px solid #eee !important;
}

#toast-container>div {
    background-repeat: no-repeat !important;
    background-position: 10px center !important;
}

.splide__slide {
    position: relative;
}

.splide__slide span.icon.mt-10 {
    position: absolute;
    right: 8px;
    top: -7px;
}

ul.aminitlistingul.mgnT20 {
    padding: 0;
}

#myLoader {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    width: 100%;
    z-index: 10000;
    align-items: center;
    justify-content: center;
    display: none;
}

#myLoader.show {
    display: flex;
}

#myLoader .my-loader {
    display: inline-block;
}

a.login-pwa-top-icon ion-icon {
    font-size: 31px !important;
}

.form-group.searchbox.input-group input {
    width: 100%;
    border-radius: 10px !important;
    margin-top: 5px;
}

.form-group.searchbox.input-group .icon-item-d {
    position: absolute;
    top: 4px;
    z-index: 4;
}

.form-group.searchbox.input-group span.input-group-addon.transparent.s-map.icon-item-d {
    top: 10px;
    right: 12px;
}

.form-action-sheets label {
    margin-top: 5px;
    font-size: 13px;
}

.form-action-sheets input {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 0;
    border: 1px solid #ccc;
}

span.dot-item {
    height: 5px;
    width: 5px;
    background: #000;
    border-radius: 50%;
    margin: 0 5px;
}

.transactions .stars {
    display: flex;
}

.imaged.w48 {
    width: 100px !important;
}

.transactions .item .detail strong {
    font-size: 13px;
    text-transform: capitalize;
}

.blog-card .title {
    height: auto;
    font-size: 14px;
}

.listing-info {
    display: flex;
    align-items: center;
    width: 100%;
}

.listing-info .right {
    margin-right: 0;
    margin-left: auto;
}

.swiper-full-mobile:before {
    display: none;
}

.swiper-full-mobile {
    margin: 0;
    padding-bottom: 0;
}

.listing-details-header {
    padding: 15px 15px;
    padding-bottom: 5px;
}

.listing-details-header a {
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    text-decoration: underline;
}

.space-listing-iframe iframe {
    border-radius: 50%;
}

.address-n-text {
    font-size: 13px !important;
}

.address-n-things p {
    display: block;
    margin: 0;
}

.address-n-things a {
    display: inline-block;
    text-decoration: underline;
    margin-top: 10px;
    font-size: 13px;
}

#bookingFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    border-top: 1px solid #dedede;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

#bookingFooter p {
    margin: 5px 0;
    line-height: normal;
}

#bookingFooter p.sm {
    font-size: 12px;
}

#bookingFooter p span.price {
    font-weight: 600;
    margin-right: 5px;
}

#bookingFooter .right {
    margin-left: auto;
    margin-right: 0;
}

#bookingFooter .btn {
    min-width: 120px;
}

span#bookingTImeInfoPrice {
    font-size: 16px;
}

div#bravo_results_map {
    height: 75vh;
}

.listing-view-item[data-view="listing"] #listView {
    display: block;
}

.listing-view-item[data-view="listing"] #mapView {
    display: none;
}

.listing-view-item[data-view="map"] #listView {
    display: none;
}

.listing-view-item[data-view="map"] #mapView {
    display: block;
}

.listing-view-item #showMapView ion-icon {
    display: none;
}

.listing-view-item[data-view="listing"] #showMapView .map-icon {
    display: inline-block;
}

.listing-view-item[data-view="map"] #showMapView .list-icon {
    display: inline-block;
}

.action-sheet-field {
    width: 100% !important;
    height: 40px !important;
    font-size: 15px;
}

.no_listing_text h2 {
    margin: 2px 0;
    font-size: 24px;
}

.no_listing_text p {
    font-size: 12px;
    margin: 2px 0;
}

.transactions .item {
    align-items: flex-start;
}

.space-item-wrapper .space-img-elem {
    width: 100px;
    height: 100px;
    background: #eee;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    /* background-image: url('../../../images/logo_white.png'); */
}

span.topRatedBagde img {
    height: 35px;
    width: auto;
    margin-left: 15px;
}

a.edit-booking-top-pwa {
    margin-top: -5px;
}

.bravo-booking-page label {
    margin-bottom: 0;
}

.bravo-booking-page .form-control {
    font-size: 13px;
    height: 35px;
}

.bravo-booking-page .form-group {
    margin-bottom: 8px;
}

.pwa-pagination li a,
.pwa-pagination li span {
    padding: 2px 7px;
    height: 30px;
    overflow: hidden;
    line-height: 25px;
    font-size: 12px;
    color: #333;
}

.pwa-pagination ul.pagination {
    text-align: center;
    justify-content: center;
    margin-bottom: 50px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #FFB400;
    border-color: #FFB400;
}

.ratingitem-wrapper  .topRatedBagde  img {
    height: 20px;
    margin-top: -4px;
    margin-left: 3px;
}

.supportAjaxForm .form-fields-msg{
    display: none;
}

.supportAjaxForm.sent .form-fields-box{
    display: none;
}

.supportAjaxForm.sent .form-fields-msg{
    display: block;
}

.space-item-wrapper .detail {
    align-items: flex-start !important;
}

.space-item-wrapper .right .price {
    margin-top: -5px;
}

.modal.action-sheet .modal-dialog {
    border-radius: 5px;
    overflow: hidden;
}

.credit-round {
    height: 100px;
    width: 100px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 5px;
}

.left.profile-head .avatar img {
    height: 65px;
    width: 65px;
}