@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    --bs-primary: #E51646;
}

#sidebar-left {
    z-index: 999;
}

.pending_booking_notification_li {
    margin-right: 18px;
    float: left !important;
}

.pending-booking-notification-icon {
    margin-top: 16px !important;
    padding: 0 !important;
    font-size: 20px !important;
}

.pending-booking-notification-badge,
.pending-approval-notification-badge {
    position: fixed;
    margin-top: 6px !important;
    background-color: #e51646 !important;
}


/* #logo a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	background: url(../img/logo.png) right 42px no-repeat;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}  */

.radio label,
.checkbox label,
.radio-inline label,
.checkbox-inline label {
    padding-left: 0;
}

.btn-small {
    margin-right: 5px;
    padding: 0 5px 0 1px !important;
    font-size: 12px !important;
}

.btn-small.btn-label-left span {
    left: 0;
}

#seasonPricingContainer .price_item_group .drag_handle,
#seasonPricingContainer .price_item_group .remove_price_grp,
#discountContainer .price_item_group1 .drag_handle,
#discountContainer .price_item_group1 .remove_price_grp,
#chkListContainer .price_item_group .drag_handle,
#chkListContainer .price_item_group .remove_price_grp,
#bedroomsContainer .bedrooms_group .drag_handle,
#bedroomsContainer .bedrooms_group .remove_bedroom_grp,
#blockoutContainer .block_item_group .drag_handle,
#blockoutContainer .remove_block_grp,
#blockCheckoutContainer .block_item_group .drag_handle,
#blockCheckoutContainer .remove_block_grp,
#holidaysContainer .remove_holiday_grp,
#propertyHolidaysContainer .price_item_group .drag_handle,
#propertyHolidaysContainer .remove_holiday_grp,
#addonsContainer .remove_addon_grp,
#min_nights_from_group .remove_min_nights_stay_group,
#addonsContainer .drag_handle {
    line-height: 80px;
    font-size: 20px;
    text-decoration: none;
}

#discountContainer .price_item_group1 .remove_price_discount {
    line-height: 80px;
    font-size: 20px;
    text-decoration: none;
}

#bedroomsContainer .bedrooms_group:first-child .remove_bedroom_grp,
.add-bed:first-child {
    display: none;
}

.gallery_img {
    float: left;
    margin: 10px 5px;
    text-align: center;
}

.gallery_container {
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
}

.btn-note {
    padding: 5px 10px !important;
}

.btn-note i {
    margin-right: 5px;
}

.note-wrapper {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-radius: 5px;
}

.loadNotes {
    padding-right: 10px;
    max-height: 600px;
    overflow-y: scroll;
}

.note-wrapper {
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.note-wrapper p {
    word-break: break-all;
    margin-bottom: 5px;
}

.created_at {
    margin-bottom: 0;
    text-align: right;
    font-size: 10px;
}

.note-edit-delete {
    float: left;
    margin: 0 2px;
}

.add-bedtype,
.remove-bedtype {
    margin-top: 7px;
    position: absolute;
}

.add-bedtype i,
.remove-bedtype i {
    font-size: 20px;
}

.bed_type {
    margin-bottom: 5px !important;
    margin-top: -20px !important;
}

.bedrooms_group .add-bed .bedtype-dropdown-wrapper .add-bedtype {
    display: none;
}

.bedrooms_group .add-bed .bedtype-dropdown-wrapper:last-child .remove-bedtype {
    display: none;
}

.bedrooms_group .add-bed .bedtype-dropdown-wrapper:last-child .add-bedtype {
    display: block;
}

.toggle-concierges .toggle-switch-actin-inner:after {
    content: "Not Available";
}

.toggle-concierges .toggle-switch-actin-inner:before {
    content: "Available";
}

.toggle-concierges .toggle-switch-switch {
    width: 15px;
}

.toggle-concierges .toggle-switch-inner:before,
.toggle-concierges .toggle-switch-inner:after {
    font-size: 11px;
}

.toggle-concierges .toggle-switch-inner:after {
    padding-right: 0;
}

.ui-timepicker-container {
    z-index: 100 !important;
}

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

.tblConcierge th,
.tblConcierge td {
    text-align: center;
    padding: 5px;
}

.tblConcierge tr:not(:last-child) {
    border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
    #new_ticket {
        width: fit-content !important;
    }
    .ticket_info_wrapper h3,
    .ticket_info_wrapper .field_item {
        margin-left: 15px !important;
    }
    .modal.in .modal-dialog {
        width: 100% !important;
    }
    .ticket_list_wrapper ul,
    .ticket_list_wrapper .headings,
    .transaction_wrapper ul,
    .transaction_wrapper .headings {
        min-width: 600px;
    }
    .ticket_list_wrapper,
    .transaction_wrapper {
        overflow-x: scroll;
    }
    .child .child {
        padding-left: 10px !important;
        padding-bottom: 0px;
        padding-top: 15px;
    }
    .dataTables_filter,
    .dataTables_length,
    footer p {
        text-align: center !important;
        font-size: 13px;
    }
    /*.main-menu .dropdown-menu > li > a {
            color: #ffffff !important;
    }*/
    .allpropertycheck {
        margin-top: 1rem;
    }
}

.ui-timepicker-container {
    z-index: 5551 !important;
}

.ui-timepicker {
    width: 109px im !important;
}

.ui-timepicker-viewport {
    width: 109px im !important;
}

.ui-timepicker-div dl {
    margin-bottom: 0!important;
}

.ui-timepicker-div dl dd {
    margin: 15px 10px 5px 40%!important;
    height: 20px;
}

.ui-timepicker-div dl dt.ui_tpicker_millisec_label,
.ui-timepicker-div dl dd.ui_tpicker_millisec,
.ui-timepicker-div dl dt.ui_tpicker_microsec_label,
.ui-timepicker-div dl dd.ui_tpicker_microsec,
.ui-timepicker-div dl dt.ui_tpicker_timezone_label,
.ui-timepicker-div dl dd.ui_tpicker_timezone {
    display: none;
}

.ui-autocomplete {
    z-index: 5551 !important;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.floating_btn {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 0px !important;
}

.booking_legends {
    display: flex;
    justify-content: space-between;
}

.cleaners_disable {
    opacity: 0.5 !important;
}

.table-datatable {
    width: 100% !important;
}

.custom-button {
    padding: 3px 15px !important;
}

.btn-label-left span {
    left: -2px;
}

.refresh-icon {
    position: absolute;
    line-height: 2.00rem;
    background: #f5f5f5;
}

.payment-error-msg {
    text-align: center;
    color: red;
    font-size: 1.2em;
    font-weight: 500;
}

.colors-detail {
    font-size: 15px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.colors-detail .upcoming {
    color: #0073B7;
}

.colors-detail .checkin {
    color: #761bd1;
}

.colors-detail .checkout-red {
    color: #f73e53;
}

.colors-detail .checkout-green {
    color: #1dad18;
}

.colors-detail .grey {
    color: #BEBEBE;
}

.colors-detail .yellow {
    /*color: rgb(185 185 2 / 95%);*/
    color: #ffff80;
}

.colors-detail .orange {
    color: rgb(228 148 0 / 99%);
}

.colors-detail .light-blue-pending {
    color: rgb(24, 232, 255);
}

.colors-detail span {
    margin-right: 15px;
}

.property_checkbox_container .checkbox-inline,
.property_checkbox_container label {
    margin-left: 10px;
}

.property_report_list li label {
    cursor: pointer;
    font-weight: 100;
    word-break: break-all;
    display: flex;
}

.adjust_size_cb {
    padding-left: 22px !important;
    text-indent: -22px;
    display: inline-table !important;
}

.property_report_list li label i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    font-size: 16px;
    top: 2px;
}

.property_report_list input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.property_report_list input[type=checkbox]:checked+i:before {
    content: "\f046";
}

.property_report_list li {
    position: relative;
}

.property_report_list {
    list-style: none;
    display: inline-block;
    float: left;
    padding-left: 0;
}

.btn-custom-sm {
    padding: 5px 10px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
}

.color-detail-section {
    display: inline-block;
}

.ticket_list_wrapper {
    text-align: center;
    box-shadow: 0px 7px 20px 1px #00000014;
    padding: 12px;
    border-radius: 5px;
}

.transaction_wrapper {
    text-align: center;
    box-shadow: 0px 7px 20px 1px #00000014;
    padding: 12px;
    border-radius: 5px;
    border: 0;
    margin-top: -23px;
    margin-left: 13px;
}

.ticket_list_wrapper .headings,
.transaction_wrapper .headings {
    width: 100%;
    font-weight: bold;
    padding: 0px 0px 15px;
}

.ticket_list_wrapper .field_item,
.transaction_wrapper .field_item {
    display: inline-block;
    padding: 0px;
    vertical-align: bottom;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
}

.ticket_list_wrapper ul li .field_item.field_item_schedule_from,
.ticket_list_wrapper ul li .field_item.field_item_schedule_to,
.transaction_wrapper ul li .field_item.field_item_schedule_from,
.transaction_wrapper ul li .field_item.field_item_schedule_to {
    font-size: 12px;
}

.ticket_list_wrapper .headings .field_item,
.transaction_wrapper .headings .field_item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
}

.ticket_list_wrapper .field_item i,
.transaction_wrapper .field_item i {
    height: auto;
    width: auto;
    margin-left: 5px;
    cursor: pointer;
}

.ticket_list_wrapper .field_item i.fa-sort-down,
.transaction_wrapper .field_item i.fa-sort-down {
    margin-top: -5px;
}

.ticket_list_wrapper .field_item i.fa-sort-up,
.transaction_wrapper .field_item i.fa-sort-up {
    margin-top: 5px;
}

.ticket_list_wrapper .field_item.field_item_id,
.transaction_wrapper .field_item.field_item_id {
    width: 38px;
}

.ticket_list_wrapper .field_item.field_item_cleaner,
.transaction_wrapper .field_item.field_item_cleaner {
    /*width: 90px;*/
    width: calc((100% - 470px) / 2);
}

.ticket_list_wrapper .field_item.field_item_cleaner,
.transaction_wrapper .field_item.field_item_cleaner {
    /*width: 90px;*/
    width: calc((100% - 470px) / 2);
}

.ticket_list_wrapper .field_item.field_item_property,
.transaction_wrapper .field_item.field_item_property {
    /*width: 80px;*/
    width: calc((100% - 470px) / 2);
}

.ticket_list_wrapper .field_item.field_item_schedule_from,
.transaction_wrapper .field_item.field_item_schedule_from {
    width: 140px;
}

.ticket_list_wrapper .field_item.field_item_schedule_to,
.transaction_wrapper .field_item.field_item_schedule_to {
    width: 140px;
}

.ticket_list_wrapper .field_item.field_item_status,
.transaction_wrapper .field_item.field_item_status {
    width: 120px;
}

.ticket_list_wrapper .field_item.field_item_type,
.transaction_wrapper .field_item.field_item_type {
    width: 60px;
}

.transaction_wrapper .field_item.field_item_total {
    width: 61px;
}

.transaction_wrapper .field_item.field_item_schedule_from {
    width: 97px;
}

.transaction_wrapper .field_item.field_item_reservation_no {
    width: 114px;
}

.transaction_wrapper .field_item.field_item_amount_due {
    width: 110px;
}

.ticket_list_wrapper .field_item.field_item_schedule_from.center,
.ticket_list_wrapper .field_item.field_item_schedule_to.center,
.transaction_wrapper .field_item.field_item_schedule_from.center,
.transaction_wrapper .field_item.field_item_schedule_to.center {
    text-align: center;
}

#ticket_list_filter,
#transaction_wrapper {
    margin-bottom: 15px;
    margin-right: -15px;
}


/*.ticket_list_wrapper .headings .field_item.field_item_title{
  width: calc(100% - 20px - 460px); // 100% - some_offsets - total_of_width_of_the_other_fields
}
.ticket_list_wrapper ul li .field_item.field_item_title{
  width: calc(100% - 460px); // 100% - total_of_width_of_the_other_fields
}*/

.ticket_list_wrapper ul,
.transaction_wrapper ul {
    width: 100%;
    /*max-height: calc(100vh - 50px - 50px - 75px - 140px);   100vh - main_header_height - header - filter_height - some_offsets */
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
    height: 100%;
    max-height: calc(100vh - 50px - 50px - 75px - 190px);
}

.ticket_sidebar {
    height: 100%;
}

.ticket_list_wrapper ul li {
    padding: 10px 0;
    margin: 3px 0;
    border: solid 1px #eee;
    border-radius: 3px;
    cursor: pointer;
}

.transaction_wrapper ul li {
    padding: 10px 0;
    margin: 3px 0;
    border-radius: 3px;
    cursor: pointer;
    border-bottom: 2px solid #eee;
}

.ticket_list_wrapper ul li:hover,
.ticket_list_wrapper ul li.selected,
.transaction_wrapper ul li:hover,
.transaction_wrapper ul li.selected {
    background: #f0f0f0;
}

.ticket_list_wrapper ul li:hover,
.transaction_wrapper ul li:hover {
    border-color: #f0f0f0;
}

.ticket_list_wrapper ul li.selected,
.transaction_wrapper ul li.selected {
    border-color: #000;
}

.ticket_info_wrapper h2,
.transaction_wrapper h2 {
    padding: 7px 10px !important;
    background: #e8e8e8;
    font-size: 16px !important;
    font-weight: 700;
    color: #000;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px 0;
    border-color: #eee;
    /*line-height: 30px;*/
}

.ticket_info_wrapper .field_item,
.transaction_wrapper .field_item {
    margin: 3px 0;
    padding: 0px 15px;
}

#chkListContainer .remove_chklist_grp,
#chkListContainer .remove_clean_checklist,
#chkListManagementContainer .remove_management_chklist_grp {
    line-height: 35px;
    font-size: 20px;
    text-decoration: none;
}

.checklists-item a {
    margin-top: 5px;
    padding-right: 5px;
    display: block;
}

.checklists-item img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: cover;
    border: 1px solid gray;
    border-radius: 5px;
    /*padding: 3px;*/
}

#checklist_modal .modal-title {
    line-height: initial;
}

#html5lightbox-watermark:nth-child(2) {
    display: none !important;
}

.html5-nav-thumb img {
    height: 100%;
    object-fit: fill;
}

.ticket_info_wrapper .field_item label,
.transaction_wrapper .field_item label {
    margin-bottom: 0;
}

.ticket_info_wrapper .field_item,
.transaction_wrapper .field_item {
    margin-bottom: 5px;
}

.checklist-wrapper {
    margin-top: 20px;
}

.checklist-wrapper:first-child {
    margin-top: 0;
}

.checklists-title label {
    margin-bottom: 0;
}

.checklists-title {
    /*margin-bottom: -4px;*/
}

.ticket-cleaners .checkbox-inline,
.ticket-status .radio-inline {
    margin: 0;
    margin-right: 10px;
}

.ticket_list_wrapper div.headings,
.ticket_list_wrapper ul li {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

.transaction_wrapper div.headings,
.transaction_wrapper ul li {
    display: flex;
    justify-content: start;
    padding: 8px;
}

.service_phone_item_group {
    margin: 10px 0px;
}

.c-w-25 {
    width: 25% !important;
}

.service_phone_item_group .reorderable-items {
    display: flex;
    align-items: center;
}

.service_phone_item_group .reorderable-items a {
    font-size: large;
}

.phone_group input.additional_phone {
    margin-bottom: 5px !important;
}

.email_group .w-30 {
    width: 52%;
}

.email_group .remove_email_grp {
    line-height: 35px;
    font-size: 20px;
    text-decoration: none;
    margin-left: 15px;
}

.phone_group .w-30 {
    width: 52%;
}

.phone_group .remove_phone_grp {
    line-height: 35px;
    font-size: 20px;
    text-decoration: none;
    margin-left: 15px;
}

.booking_history_container {
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.addons_item i.fa-square-o.checked:before {
    content: "\f046";
}


/*.group-property-addon-label:not(:nth-child(1)){
	margin-top: 10px;
}
.group-property-addon-label{
	margin-bottom: 25px;
}*/

.float-right {
    float: right;
}

.addon_group {
    display: none;
    margin: 30px 0;
}

.addon_group .addons label,
.addon_group .addons_labels,
.booking_addons label {
    width: 100%;
    text-align: center;
    color: #595959;
}

.selected_addon_wrapper .group-property-addon-label {
    margin-top: 7px;
    margin-bottom: 0px;
}

#addon_error_msg {
    color: #d30000;
    margin-left: 75px !important;
    margin-top: -20px !important;
    margin-bottom: 20px;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #006afb !important;
    background-image: none !important;
    color: #fff;
}

.booking_container .email_group,
.booking_container .phone_group {
    display: -webkit-box;
    margin-bottom: 3px !important;
}

.booking_container .email_remove_icon,
.booking_container .phone_remove_icon {
    float: right;
    /*margin-right: -27px;*/
}

.additional_phone_container.booking_container {
    margin-top: 5px;
}

.add_booking_email,
.add_booking_phone {
    box-shadow: none !important;
}

/* customer launcher */
.search_customers.visible {
    overflow: hidden;
    position: fixed;
    display: inline-block;
    text-align: center;
    align-content: center;
    background: #FFFFFF;
    z-index: 101;
    right: 50px;
    bottom: 50px;
    border: solid 1px #F06A55;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    box-shadow: 0px 4px 16px 0px rgba(240, 106, 85, 0.35);
    max-width: 350px;
}
.search_customers .search_customers_banner{
    padding-top: 25px;
}
.search_customers .search_customers_banner_title {
    font-weight: 700;
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}
.search_customers .text_banner .search_customers_banner_title {
    padding: 0px 16px;
    text-align: left;
    margin-top: 10px;
}
.search_customers .search_customers_banner_sub_title {
    color: #888888;
    font-weight: 500;
    font-size: 12px;
}
.search_customers .input-container{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 16px;
    width: 100%;
}
.search_customers .input-container .fa-search.icon {
    font-size: 16px;
    left: 25px;
    top: 7px;
    position: absolute;
    color: #333333;
}
.search_customers .search_customers_input {
    padding-left: 35px;
    width: inherit;
    min-width: 321px;
    height: 32px;
    border: 1px solid #888888;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.search_customers .customer_list {
    max-height: calc(100vh - 70px - 100px);
    overflow: auto;
}
.search_customers .customer_list ul {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}
.search_customers .customer_list ul li .customer_item{
    padding: 5px 10px;
    border-bottom: 1px solid #DDDDDD;
    line-height: 20px;
}
.search_customers .customer_list ul li .customer_item:hover{
    background: #f7f7f7;
}
.search_customers .customer_list ul li .customer_item .info{
    width: 90%;
}
.search_customers .customer_list ul li .customer_item .info .name_info{
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #333333;
}
.search_customers .customer_list ul li .customer_item .info .other_info{
    text-align: left;
}
.search_customers .customer_list ul li .customer_item .info .other_info a {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    color: #333333;
}
.search_customers .customer_list ul li .customer_item .link_div{
    width: 10%;
    text-align: end;
    align-content: center;
}
.search_customers .customer_list ul li .customer_item .link_div a {
    height: 32px;
    width: 32px;
    background: #FFFFFF;
    align-content: center;
    margin-bottom: 0px;
}
.search_customers .customer_list ul li .customer_item .fa-map-marker,
.search_customers .customer_list ul li .customer_item .fa-user-o,
.search_customers .customer_list ul li .customer_item .fa-calendar {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}
.search_customers .customer_list .type_title {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
    border-bottom: 1px solid #DDDDDD;
    background: #ffe7e7;
}
.search_customers .customer_list .load_all {
    padding: 5px 10px 10px 10px;
    color: #F06A55;
    font-size: 10px;
    text-align: end;
    font-weight: 700;
}
.search_customers .customer_list .load_all span{
    cursor: pointer;
}
.search_customers_launcher {
    position: fixed;
    height: 64px;
    width: 64px;
    text-align: center;
    align-content: center;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #F06A55;
    background: #FFFFFF;
    z-index: 101;
    box-shadow: 0px 4px 16px 0px rgba(240, 106, 85, 0.35);
}
.search_customers_launcher.visible {
    position: fixed;
    height: 64px;
    width: 64px;
    text-align: center;
    align-content: center;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #F06A55;
    background: #F06A55;
    z-index: 101;
    box-shadow: 0px 4px 16px 0px rgba(240, 106, 85, 0.35);
}
.search_customers_launcher .cust-search_png {
    display: inline-block;
}
.search_customers_launcher .vector_png {
    display: none;
}
.search_customers_launcher.visible .cust-search_png {
    display: none;
}
.search_customers_launcher.visible .vector_png {
    display: inline-block;
}
/* customer launcher end */


/* active call note UI */
.active_call_launcher {
    z-index: 1000;
    position: absolute;
    height: 64px;
    width: 64px;
    text-align: center;
    align-content: center;
    right: -64px;
    bottom: 10px;
    display: inline-block;
    background: #4BC261;
    box-shadow: 0px 4px 16px 0px #4BC26180;
    border: none;
    outline: none;
    border-radius: 0px 32px 32px 0px;
    -webkit-border-radius: 0px 32px 32px 0px;
    -moz-border-radius: 0px 32px 32px 0px;
    -ms-border-radius: 0px 32px 32px 0px;
    -o-border-radius: 0px 32px 32px 0px;
}
.active-call-note-container {
    position: absolute;
    display: flex;
    gap: 5px;
    padding-left: 45px;
    left: 235px;
    bottom: 60px;
    overflow-x: auto;
    max-width: calc(100vw - 235px);
}
.active-call-note {
    font-family: 'Montserrat', sans-serif;
    color: #333333;
    box-shadow: 0px 4px 16px 0px #33333340;
    /* height: 480px; */
    min-width: 350px;
    max-width: 350px;
    z-index: 999;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.active-call-note .title-bar {
    padding: 8px 16px;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 700;
    font-size: 16px;
    color: #333333;
}
.active-call-note .close_active_call_note,
.active-call-note .remove_active_call_note {
    cursor: pointer;
}
.active-call-note .info-section {
    padding: 8px 16px;
    border-bottom: 1px solid #DDDDDD;
}
.active-call-note .info-section .left {
    white-space: nowrap;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.active-call-note .info-section .left .top {
    font-weight: 500;
    font-size: 20px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.active-call-note .info-section .left .bottom {
    font-weight: 400;
    font-size: 12px;
}
.active-call-note .btn-transparent {
    white-space: nowrap;
    background: transparent;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
}
.active-call-note .timer {
    background: #4BC261;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 4px 10px;
}
.active-call-note .main-section {
    border-bottom: 1px solid #DDDDDD;
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item {
    width: 25%;
    place-items: center;
    outline: none;
    border-bottom: 1px solid #DDDDDD;
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item button {
    width: 100%;
    padding: 8px 0px !important;
    border: none;
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item button.active {
    border-bottom: 1px solid var(--bs-primary);
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item button.active .name{
    color: var(--bs-primary);
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item button.active svg path {
    stroke: var(--bs-primary);
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item .icon-container {
    padding: 8px;
    position: relative;
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item .icon-container .badge {
    top: 15px;
    right: 19px;
    position: absolute;
    background: var(--bs-primary);
    font-size: 13px;
    font-weight: 600;
    padding: 3px 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.active-call-note .main-section > .nav-tabs-container > .nav > .nav-item .name{
    color: #333333;
    font-weight: 400;
    font-size: 12px;
}
/* .active-call-note .main-section .tab-pane {
    height: 220px;
} */
.active-call-note .last-section {
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.active-call-note .tab-pane.ac_add_notes_tab_pane {
    padding: 16px;
    /* display: grid; */
    gap: 5px;
}
.active-call-note .main-section > .nav-tabs-container > .tab-content > .tab-pane {
    height: 232px;
}
.active-call-note .tab-pane.ac_add_notes_tab_pane .title-text {
    font-size: 16px;
    font-weight: 600;
}
.active-call-note .tab-pane.ac_add_notes_tab_pane .message_box {
    outline: none;
    resize: none;
    width: 317px;
    height: 133px;
    padding: 12px 16px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
.active-call-note .recent_call_list {
    max-height: 232px;
    overflow-y: auto;
}
.active-call-note .recent_call_list .call-item {
    display: flex;
    padding: 8px 16px;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
}
.active-call-note .recent_call_list .call-item .left {
    gap : 4px
}
.active-call-note .recent_call_list .call-item .left svg {
    margin-top: 4px;
}
.active-call-note .recent_call_list .call-item .phone {
    font-weight: 500;
    font-size: 14px;
}
.active-call-note .recent_call_list .call-item .name {
    font-weight: 400;
    font-size: 12px;
}
.active-call-note .recent_call_list .call-item .call-duration {
    font-weight: 500;
    font-size: 14px;
}
.active-call-note .ac_bookings_tab_pane {
    padding: 16px;
}
.active-call-note .ac_bookings_tab_pane .nav-tabs-container {
    display: grid;
    gap: 5px;
}
.active-call-note ul.ac_bookings_tab_list {
    gap: 5px;
}
.active-call-note ul.ac_bookings_tab_list > li button {
    color: #333333;
    padding: 6px !important;
    font-weight: 500;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.active-call-note ul.ac_bookings_tab_list > li button.active {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.active-call-note ul.ac_bookings_tab_list > li button .badge {
    background-color: var(--bs-primary) !important;
    font-size: 11px;
    font-weight: 600;
}
.active-call-note .ac_bookings_tab_pane .list {
    gap: 8px 0px;
    display: grid;
    max-height: 160px;
    overflow-y: auto;
}
.active-call-note .ac_bookings_tab_pane .list > .item {
    display: flex;
    gap: 10px;
    background: #FFFFFF;
    padding: 8px 0px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.active-call-note .ac_bookings_tab_pane .list > .item > .left {
    display: flex;
    gap: 10px;
}
.active-call-note .ac_bookings_tab_pane .list > .item > .left .image-container img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.active-call-note .ac_bookings_tab_pane .list > .item > .left .info-container {
    word-break: break-all;
    /* word-wrap: break-word; */
}
.active-call-note .ac_bookings_tab_pane .list > .item > .left .info-container .title {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}
.active-call-note .ac_bookings_tab_pane .list > .item > .left .info-container .dates {
    color: #222222;
    font-size: 12px;
    font-weight: 400;
}
.active-call-note .ac_bookings_tab_pane .list > .item > .left .info-container .price {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}
.active-call-note .ac_summary_tab_pane {
    padding: 16px;
}
.active-call-note .ac_summary_tab_pane .title-text {
    font-weight: 600;
    font-size: 16px;
}
.active-call-note .ac_summary_tab_pane .summary_span {
    max-height: 165px;
    overflow-y: auto;
    font-weight: 400;
    font-size: 12px;
    margin-top: 14px;
    display: grid;
    gap: 7px;
}
/* active call note UI end */

/* message UI */

.message_center_launcher {
    position: fixed;
    padding: 10px;
    right: 10px;
    bottom: 10px;
    display: inline-block;
    border-radius: 50%;
    border: solid 2px;
    background: #bee8ec;
    z-index: 101;
}

.message_center_launcher i {
    font-size: 24px;
}

.message_center_launcher span[data-cnt_unread]:after {
    content: attr(data-cnt_unread);
    position: absolute;
    display: inline-block;
    top: -3px;
    right: -3px;
    padding: 5px;
    min-height: 20px;
    min-width: 20px;
    line-height: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: #a81d23;
    border-radius: 50%;
}

.message_center_launcher span[data-cnt_unread="0"]:after {
    display: none;
}

.message_center {
    position: fixed;
    right: -600px;
    top: 50px;
    padding: 10px;
    height: calc(100vh - 50px);
    width: 500px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 0px 3px 2px #ddd;
    z-index: 102;
    transition: ease all 0.25s;
}

.message_center.visible {
    right: 0;
}

.message_center .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 17px;
    height: 17px;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #999;
    border-radius: 50%;
    opacity: 1;
}

.message_center form#messages_filter {
    padding: 10px;
}

.message_center ul.messages {
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 50px - 82px - 52px);
    /* 100vh - main_header_height - filter_height - some_offset */
    list-style: none;
    overflow-y: auto;
}

.message_center ul.messages li.message_item {
    float: left;
    padding: 7px 10px;
    margin: 5px 10px;
    width: calc(100% - 20px);
    border: solid 2px #ddd;
    border-radius: 5px;
    cursor: pointer;
}

.message_center ul.messages li.message_item.unread {
    border-color: #525252;
}

.message_center ul.messages li.message_item label,
.message_center ul.messages li.message_item p {
    margin: 0;
    float: left;
}

.message_center ul.messages li.message_item label {
    min-width: 110px;
    text-align: right;
}

.message_center ul.messages li.message_item label:after {
    content: ':';
    margin-right: 5px;
}

.message_center ul.messages li.message_item p {
    width: 100%;
}

.message_center ul.messages li.message_item .field_item:not(label):not(span) {
    float: left;
    width: 100%;
}

.message_center ul.messages li.message_item .field_item.field_item_system_message,
.message_center ul.messages li.message_item .field_item.field_item_created_at {
    width: unset;
    font-style: italic;
    font-size: 0.9em;
    color: #999;
}

.message_center ul.messages li.message_item .field_item.field_item_system_message {
    float: left;
    font-weight: bold;
}

.message_center ul.messages li.message_item .field_item.field_item_created_at {
    float: right;
}

.ticket_info_wrapper .messages_wrapper,
.transaction_wrapper .messages_wrapper {
    margin-top: 10px;
}

.ticket_info_wrapper .messages_wrapper .btn.btn-send,
.transaction_wrapper .messages_wrapper .btn.btn-send {
    color: #ffffff !important;
    transition: 0.2s;
    background: #006afb;
    border-radius: 5px;
    box-shadow: 2px 5px 9px 3px #006afb33;
    transition: 0.3s all;
    border: 0px !important;
}

.ticket_info_wrapper .messages_wrapper .btn.btn-send:hover,
.transaction_wrapper .messages_wrapper .btn.btn-send:hove {
    box-shadow: 1px 1px 1px 1px #fff;
}

.ticket_info_wrapper h3,
.transaction_wrapper h3 {
    line-height: 20px;
    font-size: 16px;
    background: #e8e8e8;
    padding: 9px;
    border: 0;
    font-weight: 700;
    color: #000;
    border-radius: 5px;
}

.ticket_info_wrapper .messages_wrapper ul.messages {
    padding: 10px 20px;
    margin: 0;
    list-style: none;
    line-height: 16px;
    overflow-y: auto;
    height: 100%;
    /*max-height: calc(100vh - 50px - 50px - 75px - 140px);*/
    max-height: calc(100vh - 50px - 50px - 75px - 140px - 370px);
}

.ticket_info_wrapper .messages_wrapper ul.messages>li {
    padding: 3px 0;
    border-bottom: solid 1px #eee;
}

.ticket_info_wrapper .messages_wrapper ul.messages>li .user_name {
    font-weight: bold;
    /*color: #159c20;*/
    color: #006afb;
}

.ticket_info_wrapper .messages_wrapper ul.messages>li .user_name:after {
    content: ': ';
}

.ticket_info_wrapper .messages_wrapper ul.messages>li .system_message {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-style: italic;
    font-size: 12px;
}

.ticket_info_wrapper .messages_wrapper ul.messages>li ul.media_files {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ticket_info_wrapper .messages_wrapper ul.messages>li ul.media_files>li {
    display: inline-block;
    margin-right: 2px;
}

.ticket_info_wrapper .messages_wrapper ul.messages>li ul.media_files>li img {
    border-radius: 5px;
    border: solid 2px #ccc;
}

.ticket_info_wrapper .messages_wrapper ul.messages>li .date_time {
    width: 100%;
    display: inline-block;
    text-align: right;
    font-style: italic;
    font-size: 12px;
}

.ticket_info_wrapper .messages_wrapper textarea {
    width: calc(100% - 75px);
    height: 31px;
    min-height: 31px;
    max-height: 31px;
    margin: 5px 0px 5px 20px;
    padding: 3px 5px;
    border-radius: 3px;
    border: solid 1px #ccc;
    outline: none!important;
    resize: none;
}

.ticket_info_wrapper .messages_wrapper .btn.btn-send {
    margin: 5px 0;
    padding: 0;
    height: 30px;
    width: 35px;
    min-width: unset;
    text-align: center;
    border-radius: 3px;
    border: solid 2px #ccc;
}

#checklist_model_heading {
    font-weight: 600;
}

#checklist_model_heading p {
    margin: 0;
    margin-top: 4px;
    padding: 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    font-style: italic;
}

.radio-inline.disabled {
    cursor: not-allowed;
    color: #a6a6a6;
}

.radio-inline.disabled label {
    cursor: not-allowed;
}

.cleaner_status .radio-inline label,
.cleaner_status .radio-inline i {
    transition: unset;
    -webkit-transition: unset;
}

ul.messages .media_files {
    float: right;
}

select:disabled {
    color: #a6a6a6;
    opacity: 0.7;
}

ul.messages span.field_item_message,
ul.messages span.message {
    word-break: break-all;
}

.field_item_property.property_name {
    color: #006afb;
    font-weight: 600;
    text-transform: capitalize;
}

table.message_table tr td:nth-child(2) {
    font-weight: 600;
    width: 2% !important;
}

table.message_table {
    width: 100%;
}

table.message_table tr>th {
    width: 20%;
    font-weight: 500;
    /*max-width: 180px;*/
}

table.message_table tr>td {
    word-break: break-word;
}

.ticket_list_wrapper ul::-webkit-scrollbar,
.messages_wrapper ul::-webkit-scrollbar,
.message_center ul::-webkit-scrollbar,
.ticket_sidebar::-webkit-scrollbar {
    width: 6px;
    /* width of the entire scrollbar */
}

.ticket_list_wrapper ul::-webkit-scrollbar-track,
.messages_wrapper ul::-webkit-scrollbar-track,
.message_center ul::-webkit-scrollbar-track,
.ticket_sidebar::-webkit-scrollbar-track {
    background: #f2f2f2;
    /* color of the tracking area */
}

.ticket_list_wrapper ul::-webkit-scrollbar-thumb,
.messages_wrapper ul::-webkit-scrollbar-thumb,
.message_center ul::-webkit-scrollbar-thumb,
.ticket_sidebar::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 1px solid #f2f2f2;
    /* creates padding around scroll thumb */
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 10px;
    padding-left: 0;
}

form#ticket_list_filter .checkbox-inline label {
    margin-bottom: 0;
}

form#ticket_list_filter .checkbox-group {
    display: inline-block;
}

form#ticket_list_filter .checkbox-group:not(:last-child),
form#plaid_transaction .checkbox-group:not(:last-child) {
    padding-right: 13px;
    border-right: solid 2px #d9d9d9;
}

.gallery_remove_icon {
    font-size: 12px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px 0 0 0;
}

.gallery_remove_icon input {
    margin: 0;
    width: 11px;
}

ul.gallery_container .gallery_img {
    margin: 10px 8px;
}
#roomsAddEditForm ul.gallery_container .gallery_img {
    cursor: grab;
    user-select: none;
}

.p_btn_sm.custom-button {
    padding: 0 8px 0 5px !important;
}

.fa-star.ratings.rated {
    color: orange;
}

.fa-star.ratings {
    color: #ddd;
}

.toggle-switch-actin-inner.featured-switch:before {
    content: "Yes";
}

.toggle-switch-actin-inner.featured-switch:after {
    content: "No";
}

textarea.form-control {
    height: auto !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.shadow-none {
    box-shadow: none !important;
}

label.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.properties_container .checkbox-inline>label {
    display: flex;
    word-break: break-all;
    margin-right: 1px;
}

.transaction_lists_wrapper ul.transactions {
    list-style: none;
    padding-left: 0;
    padding-right: 12px;
}

.transaction_lists_wrapper ul.transactions li>.transaction-row {
    border-radius: 3px;
    margin-bottom: 5px;
    box-shadow: inset 0 0 0 0 #54b3d6;
    border: 1px solid #eee;
}

.transaction_lists_wrapper ul.transactions .transaction-row .tr-credit,
.transaction_lists_wrapper ul.transactions .transaction-row .tr-debit,
.transaction_lists_wrapper ul.transactions .transaction-row .tr-bind {
    text-align: center;
}

.tab-label {
    float: left;
    margin-left: 11px;
}

.date-col {
    margin-left: -55px;
    margin-right: 19px;
}

.track-plus {
    float: left;
    border-radius: 86%;
    padding: 4px 3px 0px 4px;
    background: green;
    color: white;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    font-size: 10px;
}

.track-minus {
    float: left;
    border-radius: 86%;
    padding: 4px 3px 1px 4px;
    background: #d1001f;
    color: white;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    font-size: 10px;
}

.track-check {
    float: right;
    border-radius: 86%;
    padding: 4px 2px 2px 2px;
    background: green;
    color: white;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    font-size: 10px;
}

.payment-method {
    width: 25%;
    margin-top: 6px;
    float: right;
    margin-right: 552px;
}

.payment-type {
    width: 35%;
    margin-left: -185px;
    float: right;
    margin-top: 5px;
    margin-right: -489px;
}

.payment-assign {
    float: right;
    margin-left: -200px;
    margin-right: -744px;
    margin-top: 5px;
}

#new_offline_transaction_btn {
    width: 190px;
    padding: 0 18px 0 2px;
    margin-left: -15px;
    font-size: 12px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.ticket_list_wrapper ul li:hover,
.ticket_list_wrapper ul li.selected,
.transaction_wrapper ul li:hover,
.transaction_wrapper ul li.selected {
    background-color: white !important;
}

.nav-tabs>li>a:hover {
    color: #006afb;
}

.transaction_wrapper ul {
    margin-top: -10px;
    max-height: max-content;
}

.col-sm-12.no-gutters.no-padding.transaction-row:hover {
    border: 1px solid black !important;
    background: #eee;
}

.transaction-detail {
    margin-top: 2px;
}

.transaction_ul>li {
    width: 33.33%;
    justify-content: center!important;
}

.transaction_wrapper ul>li>a {
    border: 0 !important;
}

#offline_transaction_model ul>li>a {
    border: 0 !important;
}

#offline_transaction_model ul li:hover,
.transaction_wrapper ul li.selected {
    border-bottom-color: transparent !important;
}

.border-left {
    border-left: solid 2px #d9d9d9;
    padding-left: 2px;
}

.tab-control {
    margin-top: 15px;
}

#offline_transaction_Frm .transaction_wrapper_modal {
    box-shadow: none;
    margin-top: 15px;
    margin-left: 0px;
    border-radius: 0;
    margin-bottom: -15px;
}

.transaction_wrapper_modal .headings {
    margin-top: 25px;
    margin-left: 21px;
    margin-right: 13px;
    text-align: center;
}

#offline_transaction_Frm .form-group {
    width: 100%;
}

#offline_transaction_Frm ul li {
    width: 40%;
    border-radius: 0px;
    border-top: transparent !important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-bottom: 2px solid #eee !important;
}

#offline_transaction_Frm ul>li:hover {
    border-bottom: 2px solid #eee !important;
}

#offline_transaction_Frm ul>li.active {
    border-bottom-color: transparent !important;
    border-top: 2px solid #eee !important;
    border-left: 2px solid #eee !important;
    border-right: 2px solid #eee !important;
}

.col-sm-12 no-gutters no-padding transaction-row::before {
    left: 0%;
    height: 130%;
    background: linear-gradient(to right, #021B79, #0575E6);
}

.col-sm-12 no-gutters no-padding transaction-row::after {
    left: -10%;
    height: 120%;
    background: #ffffff56;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.164);
}

.col-sm-12 no-gutters no-padding transaction-row:hover::before {
    transform: translateX(-2.5%);
}

.col-sm-12 no-gutters no-padding transaction-row:hover::after {
    transform: translateX(15%);
}

.transaction_wrapper ul li.booking_data:hover {
    background: #eee !important;
    border: 1px solid #000 !important;
}

.select-trans-row {
    background: #eee;
    border: 1px solid black;
}

.bookig_table_row {
    background: #eee !important;
    border: 1px solid #000 !important;
}

#plaid_transaction .checkbox-inline {
    padding-left: 16px;
}

.d-none {
    display: none;
}

.btn-color-orange {
    background: #f3502dd4 !important;
    box-shadow: none !important;
}

.additional_email_container .checkbox-inline,
.additional_phone_container .checkbox-inline {
    margin-left: 2px;
    font-size: 12px;
    padding-left: 15px;
    margin-top: -8px;
}

.additional_email_container .checkbox-inline i,
.additional_phone_container .checkbox-inline i {
    font-size: 12px;
}


/* sylvestor css */

#view_modal .modal-body,
#view_modal .iti__flag-container {
    padding: 0;
}

.view_modal_wrapper,
#view_modal .box-content #frmAddEditRecord .form-group {
    margin: 0;
    padding: 0;
}

#view_modal .modal-body .modal-footer {
    margin: 0;
}

#view_modal .box-content {
    box-shadow: unset;
    margin: 0 0 0 0;
    margin-top: 15px;
    padding: 0;
}

#view_modal .box-content .row div {
    border-right: 0px !important;
}

#view_modal .box-content #frmAddEditRecord .form-group input[type='text'] {
    background: #fff;
    pointer-events: none;
    padding: 0;
    height: auto;
    text-align: left;
    border: none;
}

#view_modal .box-content #frmAddEditRecord .form-group input[type='number'] {
    background: #fff;
    pointer-events: none;
    padding: 0;
    height: auto;
    text-align: left;
    border: none;
}

#view_modal .box-content #frmAddEditRecord .form-group textarea {
    background: #fff;
    pointer-events: none;
    padding: 0;
    height: auto;
    text-align: left;
    resize: none;
    overflow: hidden;
    min-height: 0 !important;
    border: none;
}

#view_modal .box-content #frmAddEditRecord .form-group select {
    background: #fff;
    pointer-events: none;
    padding-top: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    display: table-cell;
    border: none !important;
    font-size: unset !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: auto;
}

#view_modal .box-content #frmAddEditRecord .form-group .astric,
#view_modal .box-content #frmAddEditRecord .form-group .requiredFieldMark,
#view_modal .box-content #frmAddEditRecord .form-group #profile_picture {
    display: none;
    padding: 0;
    margin: 0;
}

#view_modal .box-content #frmAddEditRecord .form-group .control-label {
    text-align: left;
    padding-top: 0;
}

#view_modal #unit_number {
    margin-bottom: 0 !important;
}

#view_modal .input-group {
    background: #fff;
}

#view_modal .box-header,
#view_modal .remove_phone_grp,
#view_modal .remove_email_grp {
    display: none;
    pointer-events: none;
}

#view_modal .box {
    border: none;
    box-shadow: none;
}

#view_modal .iti--separate-dial-code .iti__selected-flag {
    background: #fff;
    pointer-events: none;
    align-items: unset;
    padding: 0;
}

#view_modal .iti--separate-dial-code .iti__selected-flag .iti__flag {
    margin-top: 4px;
}

#view_modal .mce-panel {
    border: none;
}

#view_modal #mapContainer {
    pointer-events: none;
}

#view_modal #search_property,
#view_modal .add-bedtype,
#view_modal.drag_handle,
#view_modal .phone_remove_icon,
#view_modal .email_remove_icon,
#view_modal .remove_bedroom_grp,
#view_modal .remove_price_grp,
#view_modal .remove_addon_grp,
#view_modal .remove_clean_checklist,
#view_modal .remove_management_chklist_grp,
#view_modal .remove_min_nights_stay_group,
#view_modal #writeNoteFrm,
#view_modal .gallery_remove_icon,
#view_modal .form-group:empty,
#view_modal .form-group .additional_phone_container:empty,
#view_modal .form-group .additional_phone_error:empty,
#view_modal .loadNotes .created_at,
#view_modal .mce-menubar,
.mce-toolbar-grp,
.mce-statusbar,
#view_modal hr,
#view_modal .iti__arrow,
#view_modal .removable,
#view_modal #frmSendMail,
#view_modal .remove_block_grp,
#view_modal .wifi-password-show,
#view_modal .remove_holiday_grp,
#view_modal .modal-body button,
#view_modal .modal-body .btn {
    display: none !important;
}

#view_model input::-webkit-outer-spin-button,
#view_model input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#view_model input[type=number] {
    -moz-appearance: textfield;
}

#view_modal .form-group [class*="col-"] {
    padding-top: 0 !important;
    z-index: 1;
}

#view_modal .booking_history_container {
    border-top: 1px solid rgb(128, 128, 128, 0.2) !important;
    width: 104.3%;
    margin-left: -15px;
    padding: 0 0 0 15px;
}

#view_modal .make_space_top {
    margin-top: 40px !important;
}

#view_modal .make_space_top_props {
    margin-top: 15px !important;
}

#view_modal .add_border {
    border-top: 1px solid #808080;
}

#view_modal #propertyHolidaysContainer {
    pointer-events: none;
}

#view_modal #discountContainer {
    margin-top: 0 !important;
}

#view_modal legend {
    border-bottom: 1px solid rgb(128, 128, 128, 0.2) !important;
    width: 104.3%;
    margin-left: -15px;
    padding: 0 0 0 15px;
}

#view_modal .non_draggable {
    pointer-events: none;
}

.btn-approve {
    width: auto;
    border-radius: 20px;
    padding: 4px 20px;
    color: white;
    background-color: #00fa70;
}

.refund_wrapper .fa.fa-refresh {
    animation: 2s rotate360 infinite linear;
}


/* for managing the badge over pending booking notification icon navbar */

.nav.navbar-nav {
    display: flex;
    flex-direction: row;
}


/* .pending_booking_notification_li {
	float: left !important;
}
.pending-booking-notification-icon{
	padding: 0 !important;
	font-size: 25px !important;
}
.pending-booking-notification-badge{
	position: fixed;
	margin-right: 20px !important;
	z-index: 1;
	background-color: #a81d23 !important;
}  */

a.delete-booking .fa.fa-refresh {
    animation: 2s rotate360 infinite linear;
}


/* css for changing model */

@media (min-width: 576px) {
    .modal-dialog {
        max-width: unset !important;
    }
}

.transaction_wrapper ul li {
    border-bottom: unset;
}

#view_modal .col-xs-1,
#view_modal .col-sm-1,
#view_modal .col-md-1,
#view_modal .col-lg-1,
#view_modal .col-xs-2,
#view_modal .col-sm-2,
#view_modal .col-md-2,
#view_modal .col-lg-2,
#view_modal .col-xs-3,
#view_modal .col-sm-3,
#view_modal .col-md-3,
#view_modal .col-lg-3,
#view_modal .col-xs-4,
#view_modal .col-sm-4,
#view_modal .col-md-4,
#view_modal .col-lg-4,
#view_modal .col-xs-5,
#view_modal .col-sm-5,
#view_modal .col-md-5,
#view_modal .col-lg-5,
#view_modal .col-xs-6,
#view_modal .col-sm-6,
#view_modal .col-md-6,
#view_modal .col-lg-6,
#view_modal .col-xs-7,
#view_modal .col-sm-7,
#view_modal .col-md-7,
#view_modal .col-lg-7,
#view_modal .col-xs-8,
#view_modal .col-sm-8,
#view_modal .col-md-8,
#view_modal .col-lg-8,
#view_modal .col-xs-9,
#view_modal .col-sm-9,
#view_modal .col-md-9,
#view_modal .col-lg-9,
#view_modal .col-xs-10,
#view_modal .col-sm-10,
#view_modal .col-md-10,
#view_modal .col-lg-10,
#view_modal .col-xs-11,
#view_modal .col-sm-11,
#view_modal .col-md-11,
#view_modal .col-lg-11,
#view_modal .col-xs-12,
#view_modal .col-sm-12,
#view_modal .col-md-12,
#view_modal .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#view_modal .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

#view_modal .date_picker,
#view_modal .hasDatepicker,
#view_modal .input-group {
    border: none !important;
}

#view_modal .remove_price_discount {
    display: none;
}

#view_modal img {
    margin-top: 7px;
}

#view_modal .remove_margin {
    margin-left: 0px !important;
}

.btn-color-general {
    color: #2dba67 !important;
    border: 1px solid #2dba67;
    background: rgba(45, 186, 103, .05);
}

.btn-color-general:hover {
    background: #fff !important;
    border-color: rgba(0, 0, 0, .3) !important;
}

.box-name:hover {
    cursor: unset;
}

.container-fluid .main-menu {
    overflow-x: hidden;
}

.sidebar-show .main-menu {
    overflow-x: visible !important;
}

span.ui-datepicker-month,
span.ui-datepicker-year {
    color: #FFF !important;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #e51646;
    border: unset;
}

.error:not(input),
.not-available:not(input),
.not-guests:not(input) {
    color: red;
}

.dataTable-checkbox {
    margin-top: unset;
}

input[type=file] {
    padding-top: unset;
}

#frmAddEditRecord .btn-default,
#frmEditAccount .btn-default,
#frmWebsiteSettings .btn-default,
form .btn-default {
    padding: 8px 25px;
}

.payment_delete {
    padding: 8px;
    box-shadow: unset;
}

.delete-booking {
    box-shadow: unset;
}

.hide {
    display: none !important;
}

#checkavailability {
    margin-top: 18px !important;
    height: 35px !important;
    padding: 10px 18px !important;
}

.owner_payout_btn {
    margin-top: 4px !important;
    padding: 9.5px 25px !important;
}

.change_z_index {
    z-index: 2002 !important;
}

.owner_payout_cards .card-body {
    padding: 7px !important;
}

.owner_payout_cards .card-body h5 {
    display: inline-block;
    margin-top: 6px;
}

.owner_payout_cards .card-body h3 {
    display: inline-block;
}

#get_quickbooks_token {
    padding: 8px 25px;
}

.body-expanded,
.modal-open {
    margin-right: 0px;
    padding-right: 0px;
}

html {
    overflow: hidden;
}

.share_property_access .btn_grant_property_access,
.share_property_access .btn_remove_property_access {
    width: 100px;
    margin-top: 7px;
    box-shadow: none!important;
    padding-top: 10px;
    padding-bottom: 9px;
}

.share_property_access .btn_grant_property_access,
#getPropertyAccessModal .btn_grant_property_access {
    background: rgba(45, 186, 103, .05);
    border: 1px solid #2dba67;
    color: #2dba67 !important
}

.share_property_access .btn_remove_property_access,
#getPropertyAccessModal .btn_remove_property_access {
    border: 1px solid #e51646;
    background: rgba(229, 22, 70, .1);
    color: #e51646 !important;
}

.cross-site-disabled {
    opacity: 0.7;
    cursor: not-allowed !important;
}

.property_invitation_modal_btn {
    background: rgba(214, 245, 255, .05);
    color: #64b3d3 !important;
    border: 1px solid #64b3d3;
}

.actionBtn {
    display: inline-flex;
}

.actionBtn a {
    margin-right: 3px;
}

.nav_tab_text {
    font-weight: 700;
    border-color: var(--bs-nav-tabs-link-hover-border-color) !important;
}

.nav_tab_text2 {
    font-weight: 700;
    border-bottom: none;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}

#expenseSection #datatable-4_filter,
#bookingsInfoSection #datatable-2_filter,
#payoutSection #datatable-3_filter {
    display: none !important;
}

#expenseSection #datatable-4_wrapper .box-content,
#bookingsInfoSection #datatable-2_wrapper .box-content,
#payoutSection #datatable-3_wrapper .box-content {
    box-shadow: none !important;
}

.disabled_owners_booking_only {
    color: rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.login-box-wrapper {
    margin: 0 !important;
    display: flex;
}

.box-content form img {
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
}

.min_night_left_div {
    padding-right: 0px;
}

.min_night_right_div {
    padding-left: 0px;
}

.booking_page_admin input,
.group_booking_page_admin input {
    color: #000 !important;
}

.iti__selected-flag {
    height: 32px !important;
}

form [readonly],
form [disabled],
.disabled,
#final_price,
#insurance_amount {
    opacity: 0.8 !important;
    cursor: not-allowed !important;
    pointer-events: none;
    /* background-color: #dddddd4d !important; */
}

.form-control:focus {
    border-color: #E51646;
}

.prevent_text_color_change {
    color: #212529 !important;
}

#before_sidebar_div {
    height: unset !important;
    max-height: unset !important;
}

#sidebar-left {
    left: unset !important;
}

.sidebar-show #sidebar-left ul li:hover ul {
    display: block !important;
}

.sidebar-show #sidebar-left ul li:hover ul li a {
    display: block !important;
}


/* css for using label in value */

.value_label {
    padding-top: 4px;
}

#btn_cancel_offer {
    position: relative;
    right: 10px;
}

.modal-body form .dataTables_wrapper .box-content {
    box-shadow: none !important;
}


/* css for accordian */

.accordion-button {}

.accordion-button:not(.collapsed) {
    background-color: #ffe7e7;
    color: #000;
}

.accordion-button:focus {
    /* box-shadow: 0 0 0 0.25rem #e6dede !important; */
    box-shadow: none !important;
    color: #000;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

#view_modal input:read-only {
    background-color: #ffffff !important;
}

#view_modal .expiration_hours_left_div+span {
    position: relative;
    top: -5px;
}

#view_modal .expiration_hours_left_div,
#view_modal .expiration_hours_right_div {
    padding-right: 0px;
}

#view_modal input[type="radio"]:checked::before,
#ticket_model input[type="radio"]:disabled:checked::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-left: 5.5px;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #e51646;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#ticket_model input[type="radio"]:disabled:checked::before {
    content: '';
    position: absolute;
    margin-left: 5.5px;
    margin-top: 0.8% !important;
    top: unset;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #e51646;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#view_modal input[type="checkbox"]:checked {
    background-color: #e51646 !important;
}

#view_modal .selected_addons .addons input.adon-title {
    text-overflow: ellipsis;
}

#view_modal .listing_priority_form_group {
    margin-top: 10px !important;
}

#view_modal .mce-container {
    display: none;
}

.check_cancelled {
    pointer-events: none !important;
}


/* css to maange the scroll of booking reports table */

.booking_reports_page_table #datatable-1 thead {
    display: none;
}

.booking_reports_page_table .dataTables_scrollHeadInner table {
    border: none !important;
}

.booking_reports_page_table::-webkit-scrollbar {
    display: none;
}

.booking_reports_page_table {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

div.booking_reports_page_table {
    overflow-x: unset;
}

.action_col_props_page {
    width: 315px !important;
}

.size_col_props_page {
    width: 110px !important;
}


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

.property_form_night_stay {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: none !important;
}

.property_form_night_stay_day {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.property_form_night_stay:focus {
    border-right: 1px solid#E51646 !important;
}


/* ---------------- On Hold Switch Start ----------------------- */

.toggle-switch-actin-inner.onhold-switch:before {
    content: "Approved";
}

.toggle-switch-actin-inner.onhold-switch:after {
    content: "Pending";
}

toggle-switch-switch>i {
    margin-top: 3px
}

.toggle-switch-switch-dangeroff.onhold-switch>i:before {
    content: "\f00d"
}

.toggle-switch-success input:checked+.toggle-switch-inner+.toggle-switch-switch.onhold-switch>i:before {
    content: "\f00c"
}

.toggle-switch-switch-dangeroff.onhold-switch {
    border: 2px solid #d15e5e;
    background: #d15e5e
}

.toggle-switch-success input:checked+.toggle-switch-inner+.toggle-switch-switch.onhold-switch {
    border: 2px solid #63cc9e;
    background: #63cc9e
}

.toggle-switch-inner.onhold-switch:after {
    padding-right: 5px;
    text-align: right;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0
}

.toggle-switch-inner.onhold-switch:before {
    padding-left: 5px;
    text-align: left;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px
}


/* ---------------- On Hold Switch End --------------------- */

.payout_filters label {
    cursor: pointer;
}


/* ----------------------- Booking Reports Start ---------------------- */

.booking_reports_table thead th {
    min-width: 100px !important;
    text-align: left;
}

.booking_reports_table tbody td {
    min-width: 100px !important;
    text-align: left;
}

.booking_reports_table thead th:first-child {
    min-width: 20px !important;
}

.booking_reports_table tbody td:first-child {
    min-width: 20px !important;
}

.booking_reports_table thead th:nth-child(2) {
    min-width: 50px !important;
}

.booking_reports_table tbody td:nth-child(2) {
    min-width: 50px !important;
}


/* ----------------------- Booking Reports End ---------------------- */


/* -------------------- Accordion Start ------------------------------- */

.accordion-button {
    padding: 0.5rem 1rem;
    font-size: 14px;
}

.accordion-body {
    padding: 0.5rem;
    font-size: 12px;
}

.accordion-button:hover {
    background-color: #ffe7e7;
}


/* -------------------- Accordion End ------------------------------- */

th {
    vertical-align: middle;
}


/* ----------------------- Rating css --------------------------------- */

.rating_stars .rating_group {
    display: inline-flex;
}

.rating_stars .rating_icon {
    pointer-events: none;
}

.rating_stars .rating_input {
    position: absolute !important;
    left: -9999px !important;
}

.rating_stars .rating_input--none {
    display: none;
}

.rating_stars .raitng_label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 1.6rem;
}

.rating_stars .rating_icon--star {
    color: #f80;
}

.rating_wrapper {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 10px;
}

#overall_rating_stars .overall_rating_input:checked~.overall_raitng_label .overall_rating_icon--star {
    color: #ddd;
}

#overall_rating_stars .overall_rating_group:hover .overall_raitng_label .overall_rating_icon--star {
    color: #f80;
}

#overall_rating_stars .overall_rating_input:hover~.overall_raitng_label .overall_rating_icon--star {
    color: #ddd;
}

#recommend_property_stars .recommend_property_input:checked~.recommend_property_label .recommend_property_icon--star {
    color: #ddd;
}

#recommend_property_stars .recommend_property_group:hover .recommend_property_label .recommend_property_icon--star {
    color: #f80;
}

#recommend_property_stars .recommend_property_input:hover~.recommend_property_label .recommend_property_icon--star {
    color: #ddd;
}

#site_comunication_stars .site_comunication_input:checked~.site_comunication_label .site_comunication_icon--star {
    color: #ddd;
}

#site_comunication_stars .site_comunication_group:hover .site_comunication_label .site_comunication_icon--star {
    color: #f80;
}

#site_comunication_stars .site_comunication_input:hover~.site_comunication_label .site_comunication_icon--star {
    color: #ddd;
}

#property_cleanliness_stars .property_cleanliness_input:checked~.property_cleanliness_label .property_cleanliness_icon--star {
    color: #ddd;
}

#property_cleanliness_stars .property_cleanliness_group:hover .property_cleanliness_label .property_cleanliness_icon--star {
    color: #f80;
}

#property_cleanliness_stars .property_cleanliness_input:hover~.property_cleanliness_label .property_cleanliness_icon--star {
    color: #ddd;
}

#property_expectations_stars .property_expectations_input:checked~.property_expectations_label .property_expectations_icon--star {
    color: #ddd;
}

#property_expectations_stars .property_expectations_group:hover .property_expectations_label .property_expectations_icon--star {
    color: #f80;
}

#property_expectations_stars .property_expectations_input:hover~.property_expectations_label .property_expectations_icon--star {
    color: #ddd;
}

#public_rating_stars .public_rating_input:checked~.public_rating_label .public_rating_icon--star {
    color: #ddd;
}

#public_rating_stars .public_rating_group:hover .public_rating_label .public_rating_icon--star {
    color: #f80;
}

#public_rating_stars .public_rating_input:hover~.public_rating_label .public_rating_icon--star {
    color: #ddd;
}

#review h4 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

#review textarea {
    height: 8rem;
}

.allpropertycheck {
    padding-left: 1px;
    padding-top: 2px;
    margin-bottom: 0rem;
}

.allpropertycheck label {
    cursor: pointer;
}

#view_modal .box-content .row div fieldset {
    padding: 1px;
}

.no-padding {
    padding: 0 !important;
}

.tags,
#company_form_group #company {
    margin-top: 2px;
}

.tags .tag,
#company_form_group #company .company {
    display: inline-block;
    padding: 3px 7px;
    margin: 0 5px 5px 0;
    background: #fff;
    color: #777;
    border-radius: 15px;
    border: solid 2px #777;
    font-weight: bold;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tags .tag a,
#company_form_group #company .company a {
    color: #777;
    text-decoration: none !important;
}

.row .status_container ul {
    margin-left: -30px;
}

.row .status_container ul span {
    margin-right: 15px;
}

.row .status_container ul label {
    margin-right: 15px;
    cursor: pointer;
}

.row .strtdate_enddate_error {
    color: #e60c26
}

.copy_review_link {
    padding: 4px 30px 5px;
}

.form-control[readonly] {
    cursor: text !important;
    pointer-events: none;
}

.input-container {
    position: relative;
    display: inline-block;
}

.input-container input {
    padding-right: 25px;
}

.date_clear_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 21px;
    cursor: pointer;
    display: none !important;
}

.startdate_clear_btn_visible {
    display: inline-block !important;
}

.enddate_clear_btn_visible {
    display: inline-block !important;
}

.input-container:hover .date_clear_btn {
    display: block;
}

.row .btn-group .calender_view_wrapper.btn-highlight {
    background-color: #cc1741;
    border: 1px solid #cc1741;
}

.row .btn-group .calender_view_wrapper.btn-highlight i {
    color: white;
}

.row .btn-group .calender_view_wrapper i {
    color: #cc1741;
}

.row .btn-group .calender_view_wrapper {
    border: 1px solid #cc1741;
}

.row .btn-group .list_view_wrapper.btn-highlight {
    border: 1px solid #cc1741;
    background-color: #cc1741;
}

.row .btn-group .list_view_wrapper.btn-highlight i {
    color: white;
}

.row .btn-group .list_view_wrapper i {
    color: #cc1741;
}

.row .btn-group .list_view_wrapper {
    border: 1px solid #cc1741;
}

.calender_view_wrapper:hover {
    background-color: initial;
}

.list_view_wrapper:hover {
    background-color: initial;
}

#calendar_view {
    display: flex;
    align-items: center;
    justify-content: center;
}

#list_view {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add_expense {
    position: relative;
    background: rgba(204, 23, 65, .04);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border: 1px solid rgba(204, 23, 65, .09);
}

.remove_expense {
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    border-bottom-left-radius: 5px;
    text-align: center;
    padding: 0;
    cursor: pointer;
    background-color: rgba(204, 23, 65, .09);
    color: #cc1741;
}

.expense_fields {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.add_expense input,
.add_expense select {
    height: 40px !important;
}

.add_expense input[type='checkbox'] {
    height: 13px !important;
}

.add_expense input[type='radio'] {
    height: 13px !important;
}

.express_payout_btn:disabled {
    color: #cc1741;
    background-color: #ffcfda !important;
    pointer-events: none;
}

#welcome_mail_text_ifr, #house_rules_ifr, #description_ifr {
    resize: vertical;
    min-height: 100px;
    border-width: 0.1px;
    border-color: #ccc;
    border-bottom: 1px solid #ccc;
}

.operational_detail_submit {
    height: 37px;
    width: 80px;
    font-weight: 700;
    font-size: 13px;
}

.operation_detail {
    line-height: 35px;
    width: 90px;
    font-weight: 600;
    font-size: 13px;
}

.operational_detail_img {
    width: 70%;
}

.operational_detail_img span {
    border: 1px solid #ded8d8;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 11px;
    padding-top: 4px;
    margin-top: 0px;
}

.offer {
    padding-top: 17px;
    padding-right: 0;
}

.group_booking_offer {
    max-width: 220px;
    line-height: unset;
}

.booking_offer {
    max-width: 220px;
    line-height: unset;
}

@media (max-width: 950px) {
    .offer {
        flex-direction: column;
        align-items: end;
    }
    .button-container {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .offer a {
        width: 100%;
        max-width: unset;
    }
}

.check_cancelled .offer_expiration_time_div {
    pointer-events: auto;
}

.offer_action_btn {
    width: 200.1111px;
    max-width: 135.1111px;
}

.expense_deduct_balance_view,
.expense_date_view,
.expense_notes_view,
.expense_amount_view,
.expense_title_view,
.expense_property_view {
    padding: 15px !important;
}

.expense_property_view.form-control {
    padding: 10px !important;
}

.expense_property_view {
    margin-bottom: 15px;
}

.expense_title_text_view,
.expense_amount_number_view,
.expense_date_text_view,
.expense_notes_text_view,
.expense_property_view {
    padding: 2px 12px !important;
}

.user_export {
    justify-content: center;
    display: flex;
}

.operational_detail_img_pdf_link {
    font-size: 12px;
}

.operactional_detail_remove_icon {
    float: inline-start;
}

.offer_link {
    color: #64b3d3;
    text-decoration: none;
}

.offer_link:hover {
    color: #64b3d3;
    text-decoration: underline;
}

.receipt {
    line-height: 32px;
}

@media (min-width: 1180px) and (max-width: 1629px) {
    .expense_property,
    .expense_title,
    .expense_amount,
    .expense_date,
    .expense_deduct_balance {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
    .expense_receipt {
        flex: 0 0 auto;
        width: 9.666667%;
    }
    .expense_note {
        flex: 0 0 auto;
        width: 33.33333333% !important;
    }
}

.user_btn_export {
    left: -4px !important;
}

.expense_deduct_balance .d-flex {
    margin: 8px 5px;
}

@media (min-width: 769px) and (max-width: 796px) {
    .expense_deduct_balance {
        width: 155px;
    }
}

.price_history_icon {
    float: inline-end;
}

.pricing_history_table {
    font-size: large;
    font-weight: bold;
}

.price_history_seprater {
    color: #000;
}

.history_table_headings {
    background-color: #ffa0b6;
    color: #000;
}

.property_type_table tr td:first-child {
    width: 10px !important;
}

.property_type_table tr td:nth-child(2) {
    width: 50px !important;
}

.property_type_table tr td:last-child {
    width: 150px !important;
}

#booking_price_commission_info_section {
    position: sticky;
    top: 85px;
}

.booking_info_section {
    left: auto;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    line-height: 25px;
    box-shadow: 0px 0 10px -7px #777;
    display: none;
}

.pricing_info_price {
    float: inline-end;
    font-weight: bold;
}

.attraction_manage_title,
.attraction_manage_address {
    max-width: 200px !important;
}

.admin_properties {
	display: block;
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	/* white-space: nowrap; */
}

.propertyTitleBreakdownPopover ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: auto;
	max-height: 250px;
}

.propertyTitleBreakdownPopover ul li span{
	font-weight: normal;
	min-width: 150px;
	margin-right: 3px;
	text-align: right;
	display: inline-block;
}
.change_booking_history_li {
    margin-right: 5px !important;
}
.change_booking_history_li .change_history_launcher {
    border: 0px;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 2px 5px 9px 3px #352D7D33 !important;
    transition: 0.3s all;
    padding: 0 5px 0 10px;
    position: relative;
    display: block;
    transition: 0.3s all;
    line-height: 33px !important;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px !important;
    width: 100px;
    padding-right: 10px !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}
.change_booking_history_li .change_history_launcher:hover {
    background-color: #cc1741;
}






.change_history_launcher {
	line-height: 33px !important;
	margin-bottom: 0;
	margin-top: 7px;
	margin-right: 5px;
	font-size: 12px !important;
	width: 100px;
	padding-right: 10px !important;
}

.history_filter_button_wrapper {
	position: relative;
	padding-top: 15px;
	padding-left: 10px !important;
}

.h-filter_wrapper {
	display: flex;
	padding: 10px 20px;
}

.side_drawer {
	position: fixed;
	right: -600px;
	top: 50px;
	padding: 10px;
	height: calc(100vh - 50px);
	width: 600px;
	max-width: 100%;
	background: #fff;
	box-shadow: 0px 0px 3px 2px #ddd;
	z-index: 102;
	transition: ease all 0.25s;
	outline: 0;
}

.side_drawer.visible {
	right: 0;
}

.side_drawer .close {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 17px;
	height: 17px;
	line-height: 16px;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	background: #999;
	border-radius: 50%;
	opacity: 1;
}

.side_drawer form#messages_filter {
	padding: 10px;
}

.history_drawer ul.messages {
	padding: 0;
	margin: 0;
	max-height: calc(100vh - 130px - 20px);
	/* 100vh - main_header_height - filter_height - some_offset */
	list-style: none;
	overflow-y: auto;
}

.history_drawer ul.messages li.item {
	float: left;
	padding: 7px 10px;
	margin: 5px 10px;
	width: calc(100% - 20px);
	border: solid 2px #ddd;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border: solid 1px #1e2b6d12 !important;
	background: #EFF3FD;
}

.history_drawer ul.messages li.item.unread {
	border-color: #525252 !important;
}

.history_drawer ul.messages li.item label,
.history_drawer ul.messages li.item p {
	margin: 0;
	float: left;
}

.history_drawer ul.messages li.item label:after {
	content: ':';
	margin-right: 5px;
}

.history_drawer ul.messages li.item p {
	width: 100%;
}

.history_drawer ul.messages li.item .field_item:not(label):not(span) {
	float: left;
	width: 100%;
}

.history_drawer ul.messages li.item .field_item.field_item_system_message,
.history_drawer ul.messages li.item .field_item.field_item_created_at {
	width: unset;
	font-style: italic;
	font-size: 0.9em;
	color: #999;
}

.history_drawer ul.messages li.item .field_item.field_item_system_message {
	float: left;
	font-weight: bold;
}

.history_drawer ul.messages li.item .field_item.field_item_created_at {
	float: right;
}

.change_history_launcher:hover {
	color: #fff !important;
}

.change_history_launcher:focus {
	color: #fff !important;
}

.history_drawer ul.messages li.item .field_item.field_item_task_id {
	position: absolute;
	left: 0;
	width: unset;
	top: 0;
	font-weight: bold;
	background: #ddd;
	border-bottom-right-radius: 7px;
	padding: 2px 4px;
	font-size: 14px;
	font-weight: 500;
	background: #fff;
}

.history_drawer ul.messages li.item .task_message_wrapper {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 4px;
	font-weight: 500;
	background: #fff;
	border-bottom-left-radius: 7px;
}

.payments_col_payment_date {
    font-style: italic;
    font-size: 11px;
}
/*
.history_drawer .messages .item > .field_item {
    display: flex;
}
.history_drawer .messages .item > .field_item label {
    min-width: fit-content;
} */

.row-fluid.admin_users_entry_page #payout_date[readonly]{
    pointer-events: auto;
}

#login_as_modal .url-container {
    text-align: center;
}
#login_as_modal .url-container .privateWindow_url{
    cursor:pointer;
    margin:10px 10px 3px 10px;
    padding: 5px 8px;
}
#login_as_modal .url-container .privateWindow_url i{
    font-size: 18px;
    margin-right: 3px !important;
}
#login_as_modal .url-container .info-text{
    font-weight:600;
    display:flex;
    justify-content: center;
    font-size: 14px;
}

.owner_payouts_report_row-fluid .refresh_stripe_balance_btn:active .fa.fa-refresh,
.owner_payouts_report_row-fluid .refresh_stripe_balance_btn.loading .fa.fa-refresh,
.owner_payouts_report_row-fluid .refresh_btn:active .fa.fa-refresh,
.owner_payouts_report_row-fluid .refresh_btn.loading .fa.fa-refresh {
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% { transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.owner_payouts_report_row-fluid .owner_payout_cards .pending-balance-btn{
    color: #FC6736;
    border-color: #FC6736;
    background: #FFEAA7;
    float: inline-end;
    width: 20px;
}
.owner_payouts_report_row-fluid .owner_payout_cards .pending-balance-btn:hover{
    background: rgba(255,255,255,0.5);
}
.box-icons a.expand-link{
    display: none;
}
#datatable-pending-txn_wrapper > .box-content.row {
    box-shadow: none;
    padding: 0;
}
#datatable-pending-txn {
    margin-bottom: 5px;
}

#datatable-pending-txn tbody tr td:nth-child(1) {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}
#datatable-pending-txn tbody tr td:nth-child(2), #datatable-pending-txn tbody tr td:nth-child(3) {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
}
#calendar a.fc-daygrid-event{
    cursor: pointer;
}
#view_modal .view_modal_wrapper .booking_form_section {
    width: 66%;
}
#view_modal .view_modal_wrapper .booking_pricing_section {
    width: 34%;
}


#content {
    background: rgb(248, 248, 248);
}
/* dashboard design */
.dashboard_panel {
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #333333;
}
.dashboard_panel .btn {
    font-family: 'Montserrat', sans-serif;
}
.dashboard_panel > div {
    display: inline-block;
    max-height: calc(100vh - 115px);
    overflow-y: auto;
}
.dashboard_panel .panel1 {
    height: auto;
    width: 30%;
}
.dashboard_panel .panel2 {
    height: auto;
    width: 46%;
}
.dashboard_panel .panel3 {
    height: auto;
    width: 23%;
}
.dashboard_panel .widget {
    background: #FFFFFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    margin-bottom: 10px;
}
.dashboard_panel .widget .widget-title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    Padding: 8px 16px 8px 16px;
    border: 1px solid #EEEEEE;
    border-bottom: none;
    border-radius: 8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    overflow: hidden;
}
.widget .widget-title-bar .fa-chevron-up,
.widget .widget-title-bar .fa-chevron-down {
    cursor: pointer;
}

.dashboard_panel .widget .widget-title-bar .widget-title {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    max-width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard_panel .widget .widget-title-bar .widget-end {
    text-align: end;
}
.dashboard_panel .widget .widget-title-bar .widget-end .filter-btn {
    Padding: 8px 16px 8px 16px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}
.dashboard_panel .widget .main-section {
    display: grid;
    gap: 16px;
    padding: 16px;
    border: 1px solid #EEEEEE;
    border-radius: 0px 0px 8px 8px;
    -webkit-border-radius: 0px 0px 8px 8px;
    -moz-border-radius: 0px 0px 8px 8px;
    -ms-border-radius: 0px 0px 8px 8px;
    -o-border-radius: 0px 0px 8px 8px;
}
.dashboard_panel .widget .filter-section .filter-text-super,
.dashboard_panel .widget .filter-section .filter-text-super-pending {
    font-weight: 600;
    font-size: 16px;
}
.dashboard_panel .widget .filter-section .filter-text,
.dashboard_panel .widget .filter-section .filter-text-pending {
    font-weight: 500;
    color: #888888;
    font-size: 14px;
}
.dashboard_panel .widget .main-section .filter-section .filter-btn-container {
    gap: 8px;
    margin-top: 10px;
}
.dashboard_panel .widget .main-section .filter-section .filter-btn-container .sub-filter-btn {
    padding: 6px 12px 6px 12px;
    background: #F3F3F3;
    font-weight: 500;
    border-radius: 8px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.dashboard_panel .widget .main-section .filter-section .filter-btn-container .sub-filter-btn:hover,
.dashboard_panel .widget .main-section .filter-section .filter-btn-container .sub-filter-btn.active {
    background: #E51646;
    color: #FFFFFF;
}
.dashboard_panel .widget .main-section .filter-section .filter-btn-container .sub-filter-btn:hover svg.checkin_cal path {
    stroke: #FFFFFF;
}
.dashboard_panel .widget .main-section .filter-section.pending_filter_btn_grp {
    margin-top: -15px;
    margin-bottom: -10px;
}
.dashboard_panel .widget .main-section .filter-section.pending_filter_btn_grp .filter-btn {
    background: #FFFFFF;
    padding: 8px 16px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
}
.dashboard_panel .widget .main-section .filter-section.pending_filter_btn_grp .filter-btn:hover,
.dashboard_panel .widget .main-section .filter-section.pending_filter_btn_grp .filter-btn.active {
    color: #E51646;
    border-color: #E51646;
}
.dashboard_panel .widget .main-section .ladder-list {
    overflow-y: auto;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.dashboard_panel .cleaning-schedule-widget.widget .main-section .ladder-list {
    max-height: calc(100vh - 285px);
}
.dashboard_panel .widget .main-section .ladder-list .block {
    padding: 12px;
    border-top: 1px solid #DDDDDD;
}
.dashboard_panel .widget .main-section .ladder-list .block:first-child {
    border-top: none;
}
.dashboard_panel .widget.cleaning-schedule-widget .main-section .ladder-list .block .unit:first-child{
    max-width: 65%;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .package {
    align-items: center;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .title {
    font-size: 16px;
    font-weight: 600;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .label {
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .label-1 {
    color: #888888;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .label-2 {
    color: #E51646;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .status-badge {
    padding: 4px 8px 4px 8px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .status-badge.in_progress {
    background: #DAE5FF;
    color: #3FA0DD;
    font-weight: 600;
    font-size: 11px;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .status-badge.pending {
    background: #FFF0DE;
    color: #F0AD55;
    font-weight: 600;
    font-size: 11px;
}

.dashboard_panel .widget .filter-section .stair-list{
    overflow-x: auto;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
}
.dashboard_panel .widget .filter-section .stair-list .block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px;
    border-left: 1px solid #EEEEEE;
    height: 100px;
    min-width: 14.25%;
    overflow: hidden;
}
.dashboard_panel .widget .filter-section .stair-list .block:first-child {
    border-left: none;
}
.dashboard_panel .widget .filter-section .stair-list .block:hover,
.dashboard_panel .widget .filter-section .stair-list .block.active {
    background: #FFF7F5;
    border-bottom: 2px solid #E51646;
}
.dashboard_panel .widget .filter-section .stair-list .block:hover .filter-text,
.dashboard_panel .widget .filter-section .stair-list .block:hover .filter-counter-text,
.dashboard_panel .widget .filter-section .stair-list .block.active .filter-text,
.dashboard_panel .widget .filter-section .stair-list .block.active .filter-counter-text {
    color: #E51646;
}
.dashboard_panel .widget .filter-section .stair-list .block .filter-counter-text {
    line-height: 1;
    font-size: 20px;
    align-self: flex-start;
    max-width: 100%;
}
.dashboard_panel .widget .filter-section .stair-list .block .status-badge {
    font-size: 11px;
    background: #E24A4A;
    color: #FFFFFF;
    padding: 4px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    line-height: 15px;
}
.dashboard_panel .widget .main-section .filter-section .filter-search-span #filter_booking_search_input {
    padding-left: 23px;
    /* height: 30px; */
    width: 175px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #DDDDDD;
}
.dashboard_panel .widget .main-section .filter-section .filter-search-span i.fa-search {
    position: absolute;
    font-size: 11px;
    margin-left: 10px;
}
.dashboard_panel .widget .main-section .ladder-list .block .unit .price-text {
    font-weight: 600;
    font-size: 20px;
    color: #D02020;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .ladder-list {
    max-height: calc(100vh - 365px);
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .table-section {
    max-height: calc(100vh - 363px);
    overflow-y: auto;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .table-section.pending-booking-table-section {
    max-height: calc(100vh - 397px);
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard {
    font-family: 'Montserrat', sans-serif;
    border-spacing: 0px;
    width: 100%;
    border-collapse: collapse;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .phone_link,
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .email_link,
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .user_name_link{
    text-decoration: none;
    color: inherit;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .status_online {
    padding: 4px 8px;
    background: #FFF2F2;
    font-size: 11px;
    color: #F05558;
    font-weight: 600;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard thead {
    position: sticky;
    top: 0px;
    background: #FFFFFF;
    z-index: 99;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard thead,
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard tbody tr{
    /* display: table; */
    width: 100%;
    /* table-layout: fixed;   */
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard tbody {
    /* display: block; */
    /* max-height: calc(100vh - 420px); */
    /* overflow-y: auto; */
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard tbody tr a.btn-booking-approval {
    background: #FFFFFF;
    padding: 8px 16px;
    border: 1px solid #EEEEEE;
    font-size: 10px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .single_date_col {
    min-width: 135px;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .price_col {
    width: 100px;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .name_col{
    /* min-width: calc((40vw - 230px) / 2); */
    width: inherit;
    max-width: 50%;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .title_col {
    word-wrap: break-word;
    /* min-width: calc((30vw - 230px) / 2); */
    width: inherit;
    max-width: 50%;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard th {
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard td {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    align-content: center;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard tr:last-child td {
    border-bottom: none;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard tr.odd{
    background: #f7f7f7;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard td.action_col {
    min-width: 125px;
}
.dashboard_panel .occupancy-breakdown-widget.widget .main-section .approve-btn {
    background: #FFFFFF;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    color: #333333;
    text-decoration: none;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.widget .main-section .info-list {
    max-height: 210px;
    overflow-y: auto;
}
.dashboard_panel .widget .main-section .info-list .info-block {
    border-top: 1px solid #DDDDDD;
    padding: 12px;
    cursor: pointer;
}
.dashboard_panel .widget .main-section .info-list .info-block:first-child {
    border-top: none;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-picture-container{
    height: 100%;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-picture-container .profile-text {
    text-align: center;
    align-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-picture-container .profile-text.call_note_notes {
    background: #23AC3C;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-picture-container .profile-text.general_notes {
    background: #AA55F0;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-picture-container .profile-text.sms_notes {
    background: #5579F0;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-picture-container .profile-text.email_notes {
    background: #F055B2;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-container .user-name {
    word-break: break-all;
    font-size: 16px;
    font-weight: 700;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-container .case {
    align-items: end;
    gap: 7px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-container .message_with_name {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-container .subject {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-container .time-label {
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    white-space: nowrap;
    text-align: end;
    margin-left: auto; /* Pushes it to the end of the line it's on */
    text-align: right;
}
.dashboard_panel .widget .main-section .info-list .info-block .profile-container .img-container img {
    margin-bottom: 5px;
}

.dashboard_panel .bnf-widget.widget .main-section .stats-section .label-board-section {
    gap: 8px;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.dashboard_panel .widget .main-section .stats-section .label-board-section .label-board {
    align-content: end;
    height: 90px;
    padding: 8px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.dashboard_panel .widget .main-section .stats-section .label-board-section .label-board .figure-text {
    font-size: 24px;
    font-weight: 600;
}
.dashboard_panel .widget .main-section .stats-section .label-board-section .label-board .label {
    font-size: 12px;
    font-weight: 500;
}
.dashboard_panel .widget .main-section .stats-section .label-board-section .label-board .percentage-text {
    color: #4BC261;
}
.dashboard_panel .widget .main-section .stats-section .figures-section {
    width: 60%;
}
.dashboard_panel .widget .main-section .stats-section .figures-section .pipe {
    display: flex;
    padding: 4px 0px;
    border-bottom: 1px solid #EEEEEE;
    justify-content: space-between;
    color: #000000;
    font-size: 12px;
}
.dashboard_panel .widget .main-section .stats-section .figures-section .pipe .label {
    font-weight: 400;
}
.dashboard_panel .widget .main-section .stats-section .figures-section .pipe .price {
    font-weight: 600;
}


.dashboard_panel .occupancy-snapshot-widget.widget .main-section .stats-section .label-board-section .label-board .label-text-container .checkin_cb,
.dashboard_panel .occupancy-snapshot-widget.widget .main-section .stats-section .label-board-section .label-board .label-text-container .checkout_cb {
    height: 9px;
    width: 9px;
    margin-top: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.dashboard_panel .occupancy-snapshot-widget.widget .main-section .stats-section .label-board-section .label-board .label-text-container .checkin_cb {
    background-color: #40C759;
}
.dashboard_panel .occupancy-snapshot-widget.widget .main-section .stats-section .label-board-section .label-board .label-text-container .checkout_cb {
    background-color: #E24A4A;
}
.dashboard_panel .widget .main-section .stats-section .label-board-section .label-board .label-text-container .event_label {
    font-size: 12px;
    font-weight: 500;
    color: #888888;
}


.dashboard_panel .host-payouts-widget.widget .main-section .list{
    max-height: 280px;
    overflow-y: auto;
}
.dashboard_panel .host-payouts-widget.widget .main-section .list .part{
    padding: 12px 0px;
    gap: 10px;
    border-bottom: 1px solid #EEEEEE;
}
.dashboard_panel .host-payouts-widget.widget .main-section .list .part .info-container .top-row {
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
}
.dashboard_panel .host-payouts-widget.widget .main-section .list .part .info-container .bottom-row {
    color: #888888;
    font-size: 12px;
    font-weight: 500;
    justify-content: space-between;
}
.dashboard_panel canvas.chart {
    max-width: 100%;
}
body .daterangepicker .ranges li.active {
    background-color: #E51646;
}

.upArrow {
    color: #4BC261;
}

.downArrow {
    color: red;
}

/* dashboard design end */

.no_records_found {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
}

.payout_admins_list {
    padding-right: 10px;
}

.admin_info_section {
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    padding: 10px;
    background-color: #f6f6f6;
}

.info_copy_btn {
    color: #f06a55 !important;
}

.mail_info_section .info_copy_btn,
.phone_info_section .info_copy_btn,
.address_info_section .info_copy_btn {
    display: none !important;
}

.mail_info_section:hover .info_copy_btn,
.phone_info_section:hover .info_copy_btn,
.address_info_section:hover .info_copy_btn {
    display: inline-block !important;
}

.booking-row:hover td {
    cursor: pointer;
    color: #E24A4A !important;
    background-color: #FFF7F5 !important;
}

.booking-row:hover td a svg path {
    stroke: #E24A4A !important;
}

.booking-row:hover {
    cursor: pointer;
    background-color: #FFF7F5 !important;
}
/* edit users modal design start */
#edit_users.modal .edit_users_wrapper .box {
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: unset;
}
#edit_users.modal .edit_users_wrapper > div {
    height: unset !important;
}
#edit_users.modal .edit_users_wrapper .box > .box-header {
    display: none;
}
#edit_users.modal .edit_users_wrapper .box > .box-content {
    padding: 0px;
    box-shadow: unset;
}
/* edit users modal design end */

/* users dashboard design start */
.users_dashboard_page {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
}
.users_dashboard_page label.error {
    font-family: 'Roboto', sans-serif;
}
.users_dashboard_page .disabled {
    opacity: 0.5 !important;
    pointer-events: none;
}
.users_dashboard_page > .panels .panel1 {
    width: 24%;
}
.users_dashboard_page > .panels .panel2 {
    background: #FFFFFF;
    width: 41%;
    border: 1px solid #DDDDDD;
    border-left: 0px;
}
.users_dashboard_page .panel2 .chat.component .title-bar {
    padding: 8px 16px;
    align-items: center;
    gap: 10px;
    height: 70px;
}
.users_dashboard_page .panel2 .chat.component .img-container,
#merge_users_modal .modal-body .main .img-container {
    max-height: 55px;
    width: 60px;
}
.users_dashboard_page .panel2 .chat.component .title-bar .profile-img,
#merge_users_modal .modal-body .main .profile-img {
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    align-content: center;
    background: #AEE4DB;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.users_dashboard_page .panel2 .chat.component .title-bar .is_host {
    margin-top: -17px;
    position: absolute;
}
#merge_users_modal .modal-body .main .is_host {
    margin-top: -17px;
    margin-left: auto;
    margin-right: auto;;
}

#merge_users_modal .modal-body .main .title,
#merge_users_modal .modal-body .main .user-name {
    font-size: 14px;
    color: #000;
}

#merge_users_modal .merge-users-autocomplete {
    max-height: 127px;
}
#merge_users_modal .merge-users-autocomplete li:hover{
    background: #e6e1e1;
}


.users_dashboard_page .panel2 .chat.component .title-bar .title-text {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    max-width: 41%;
    overflow: hidden;
    line-height: 23px;
    text-overflow: ellipsis;
}
.users_dashboard_page .panel2 .chat.component .title-bar .title-text .deleted_user_text {
    font-size: 17px;
    color: var(--bs-primary);
}

.users_dashboard_page .panel2 .chat.component .title-bar .add_booking_btn {
    height: 30px;
    padding: 5px 10px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.users_dashboard_page .panel2 .chat.component .title-bar .call_btn,
.users_dashboard_page .panel2 .chat.component .title-bar .merge_users_btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 16px;
    font: 16px #ffffff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.users_dashboard_page .panel2 .chat.component .filter-section {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 8px 16px;
}
.users_dashboard_page .panel2 .chat.component .filter-section .filter-btn {
    padding: 5px 10px;
    background: transparent;
    font-size: 12px;
    font-weight: 500;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.users_dashboard_page .panel2 .chat.component .filter-section .filter-search-span .fa-search {
    position: absolute;
    font-size: 11px;
    margin-left: 10px;
}
.users_dashboard_page .panel2 .chat.component .filter-section .filter-search-span input {
    padding-left: 23px;
    width: 200px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #DDDDDD;
}
.users_dashboard_page .panel2 .chat.component .main {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 175px);
}
.users_dashboard_page .panel2 .chat.component .chat-section {
    /* height: calc(100vh - 290px); */
    flex-grow: 1;
    overflow-y: auto;
    display: grid;
    padding: 8px 16px;
    gap: 30px;
    align-items: end;
}

.users_dashboard_page .panel2 .chat.component .chat-section .incoming ,
.users_dashboard_page .panel2 .chat.component .chat-section .outgoing {
    gap: 16px;
    display: flex;
    max-width: 405px;
}
.users_dashboard_page .panel2 .chat.component .chat-section .reply_to {
    visibility: hidden;
    vertical-align: revert;
    align-content: center;
    color: #333333cc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}
.users_dashboard_page .panel2 .chat.component .chat-section .reply_to > i {
    height: 15px;
    cursor: pointer;
}
.users_dashboard_page .panel2 .chat.component .chat-section .incoming:hover .reply_to,
.users_dashboard_page .panel2 .chat.component .chat-section .outgoing:hover .reply_to {
    visibility: unset;
}
.users_dashboard_page .panel2 .chat.component .chat-section .msg_note_container .reply_box {
    cursor: pointer;
    border: 1px solid #0000001c;
    background: #ffffff;
    padding: 5px 12px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.users_dashboard_page .panel2 .chat.component .chat-section .msg_note_container .reply_box .reply_to_msg {
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
    text-align: left;
}
.users_dashboard_page .panel2 .chat.component .chat-section .img-container {
    align-content: center;
    text-align: center;
    height: 28px;
    width: 28px;
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.users_dashboard_page .panel2 .chat.component .chat-section .img-container.sms_notes {
    background: #5579F0;
}
.users_dashboard_page .panel2 .chat.component .chat-section .img-container.email_notes {
    background: #F055B2;
}
.users_dashboard_page .panel2 .chat.component .chat-section .img-container.general_notes {
    background: #AA55F0;
}
.users_dashboard_page .panel2 .chat.component .chat-section .img-container.call_note_notes {
    background: #23AC3C;
}
.users_dashboard_page .panel2 .chat.component .chat-section .img-container.inquiry_notes {
    background: #BEBEBE;
}
.users_dashboard_page .panel2 .chat.component .chat-section .img-container.call_note_notes img {
    height: 16px;
}
.users_dashboard_page .panel2 .chat.component .chat-section .name-container .name {
    word-break: break-word;
    font-size: 16px;
    font-weight: 700;
}
.users_dashboard_page .panel2 .chat.component .chat-section .name-container .status {
    font-size: 16px;
    font-weight: 400;
}
.users_dashboard_page .panel2 .chat.component .chat-section .msg_note_container {
    margin-top: 10px;
    padding: 12px 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .panel2 .chat.component .chat-section .date_divider {
    text-align: center;
    font-size: 14px;
    color: #88888899;
    font-weight: 500;
}
.users_dashboard_page .panel2 .chat.component .chat-section .incoming .right .msg_note_container {
    background: #FFECE9;
}
.users_dashboard_page .panel2 .chat.component .chat-section .outgoing .left .msg_note_container {
    background: #F8F8F8;
}
.users_dashboard_page .panel2 .chat.component .chat-section .msg_note_container .msg_note {
    word-wrap: break-word;
    word-break: break-word;
    font-size: 14px;
    font-weight: 400;
}
.users_dashboard_page .panel2 .chat.component .chat-section .msg_note_container .subject_email {
    word-wrap: break-word;
    word-break: break-word;
}
.users_dashboard_page .panel2 .chat.component .chat-section .msg_note_container .time {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
}
.users_dashboard_page .panel2 .chat.component .chat-section .msg_note_container .time .time_formatted {
    margin-left: auto !important;
    padding-left: 10px;
}
.users_dashboard_page .panel2 .chat.component .chat-section .mark_as_urgent,
.users_dashboard_page .panel3 .add_notes.component .mark_as_urgent,
#view_general_notes .list .mark_as_urgent,
.active-call-note .call_note_frm .call_mark_as_urgent {
    cursor: pointer;
    /* margin-top: 5px; */
    font-size: 14px;
    font-weight: 500;
    color: #888888;
    display: inline-block;
}
.users_dashboard_page .panel2 .chat.component .chat-section .mark_as_urgent svg,
.users_dashboard_page .panel2 .chat.component .chat-section .urgent img,
.users_dashboard_page .panel3 .add_notes.component .mark_as_urgent svg,
.users_dashboard_page .panel3 .add_notes.component .urgent img,
#view_general_notes .list .mark_as_urgent svg,
#view_general_notes .list .urgent img,
.active-call-note .call_note_frm .call_mark_as_urgent svg,
.active-call-note .call_note_frm .call_urgent img {
    height: 13px;
    margin-top: -2px;
}
.users_dashboard_page .panel2 .chat.component .chat-section .urgent,
.users_dashboard_page .panel3 .add_notes.component .urgent,
#view_general_notes .list .urgent,
.active-call-note .call_note_frm .call_urgent {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #E24A4A;
    display: inline-block;
}
.users_dashboard_page .panel2 .chat.component .message-box {
    padding: 8px 16px;
    align-items: center;
}
.users_dashboard_page .panel2 .chat.component .message-box > div {
    padding: 8px 16px;
    box-shadow: 0px -8px 8px 0px #00000014;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .panel2 .chat.component .message-box .reply_to_box {
    border: 1px solid #00000061;
    border-radius: 4px;
    background: #88888821;
    max-height: 72px;
    padding: 5px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
}
.users_dashboard_page .panel2 .chat.component .message-box .reply_to_box .reply_to_name {
    color: #000000c2;
    font-weight: 600;
}
.users_dashboard_page .panel2 .chat.component .message-box .reply_to_box .reply_to_msg {
    max-height: 36px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    color: #00000075;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.users_dashboard_page .panel2 .chat.component .message-box #message_note {
    padding: 0px;
    width: 100%;
    resize: none;
    border: none;
    outline: none;
}
.users_dashboard_page .panel2 .chat.component .message-box .bottom-row .right {
    gap: 16px;
    margin-right: auto;
    width: 93%;
    justify-content: space-between;
    display: flex;
}
.users_dashboard_page .panel2 .chat.component .message-box .bottom-row .right .text {
    font-size: 14px;
    font-weight: 400;
    color: #888888;
}
.users_dashboard_page .panel2 .chat.component .message-box .btn-plus {
    padding: 0 9px;
    height: 32px;
    width: 32px;
    background: transparent;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .panel2 .chat.component .attachments-list {
    padding-left: 7px;
    height: 100%;
    display: inline-block;
    align-content: center;
    font-size: 400;
    font-weight: 400;
}


#view_attachments .previewGallery,
#view_general_notes .previewGallery,
.users_dashboard_page .previewGallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#view_attachments .previewGallery .item {
    max-width: 200px;
}
.users_dashboard_page .previewGallery .item {
    max-width: 142px;
}
/* .users_dashboard_page .previewGallery .item {
    max-width: 47%;
} */
#view_attachments .previewGallery .preview-item,
#view_general_notes .previewGallery .preview-item,
.users_dashboard_page .previewGallery .preview-item {
    max-width: fit-content;
    position: relative;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#view_attachments .previewGallery .item .file-name,
#view_general_notes .previewGallery .item .file-name,
.users_dashboard_page .previewGallery .item .file-name {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    word-break: break-all;
    text-align: left;
}
#view_attachments .previewGallery .preview-item img,
#view_attachments .previewGallery .preview-item video {
    width: auto;
    max-width: 150px;
    height: 100px;
    object-fit: cover;
}
#view_attachments .previewGallery .attachments_remove_btn {
    position: absolute;
    top: 2px;
    right: 2px;
    background: var(--bs-primary);
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-size: 12px;
}
#view_attachments .previewGallery .file-icon,
#view_general_notes .previewGallery .file-icon,
.users_dashboard_page .previewGallery .file-icon {
    width: 50px;
    height: 50px;
}

#view_attachments .previewGallery .load-more-items,
#view_general_notes .previewGallery .load-more-items,
.users_dashboard_page .previewGallery .load-more-items {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

#view_attachments .preview_attachment .preview-item > * {
    max-height: calc(100vh - 200px);
    max-width: 100%;
}

.users_dashboard_page .panel2 .chat.component .message-box .btn-plus::after,
.users_dashboard_page .panel2 .chat.component .filter-section .filter-btn::after{
    content: unset;
}
.users_dashboard_page .panel2 .chat.component .message-box  .bottom-row .right .switch {
    padding: 5px;
    border: 1px solid #888888;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    height: 35px;
    align-content: center;
}
.users_dashboard_page .panel2 .chat.component .message-box  .bottom-row .right .switch > span {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
    padding: 4px 8px;
    background: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.users_dashboard_page .panel2 .chat.component .message-box  .bottom-row .right .switch > span.active {
    color: #FFFFFF;
    background: #333333;
}
.users_dashboard_page .panel2 .chat.component .message-box  .bottom-row .right .switch > span.active svg path {
    stroke: #FFFFFF;
}
.users_dashboard_page .panel2 .chat.component .dropdown-menu {
    min-width: unset;
    width: 180px !important;
    background: #FFFFFF !important;
    padding: 8px;
    border: 1px solid #F06A55;
    margin-bottom: 5px !important;
    box-shadow: 0px 4px 16px 0px #F06A5580;
}
.users_dashboard_page .panel2 .chat.component .dropdown-menu li {
    background: #FFFFFF;
    overflow: hidden;
}
.users_dashboard_page .panel2 .chat.component .dropdown-menu .dropdown-item {
    padding: 8px 16px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .panel2 .chat.component .dropdown-menu .dropdown-item:hover,
.users_dashboard_page .panel2 .chat.component .dropdown-menu .dropdown-item:active {
    background: #EEEEEE;
}

.users_dashboard_page > .panels .panel3 {
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 15px;
}
.users_dashboard_page > .panels .panel3 .component {
    background: #FFFFFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.users_dashboard_page > .panels .panel3 .component .title-bar {
    border-bottom: 1px solid #cdcdcd;
}

.users_dashboard_page > .panels .panel3 {
    width: 35%;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}
.users_dashboard_page .panel1 .messages.component {
    padding: 16px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
.users_dashboard_page .panel1 .messages.component .title-bar .title-text {
    line-height: 38px;
    font-family: 'Merriweather', sans-serif;
    font-size: 32px;
    font-weight: 700;
}
.users_dashboard_page .panel1 .messages.component .search-box-container .search_users {
    outline: none;
    padding: 0px 10px;
    width: 100%;
    height: 35px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .panel1 .messages.component .filter-group .btn {
    height: 35px;
    background: #FFFFFF;
    color: #333333;
    padding: 6px;
    font-weight: 500;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .panel1 .messages.component .filter-group .btn.active {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}
.users_dashboard_page .panel1 .messages.component .ladder-list {
    display: grid;
    gap: 8px 0px;
    max-height: calc(100vh - 178px);
    overflow: auto;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item {
    cursor: pointer;
    padding: 16px;
    gap: 0px 16px;
    display: flex;
    min-width: 0px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item img.is_host {
    width: 75px;
    height: 25px;
    margin-top: -45px;
    margin-left: -2px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item:hover {
    background: #F3F3F3;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item.active {
    background: #F3F3F3;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .left .img-container {
    align-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    width: 70px;
    height: 70px;
    border: 1px solid #FFFFFF;
    background: #EEEEEE;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item.active .left .img-container {
    background: #AEE4DB;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right{
    width: 100%;
    min-width: 0px;
}

.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name {
    gap: 5px;
    display: flex;
    word-break: break-word;
    justify-content: space-between;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 700;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .host_prop_label {
    margin: 3px 0px;
    font-weight: 700;
    color: #000000;
    font-size: 12px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .host_prop_label .dot-separator {
    height: 5px;
    margin: 2px 2px;
}

.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .mark_as_unread_parent {
    height: 20px;
    min-width: 20px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .pin_parent img {
    height: 20px;
    width: 20px;
    margin-left: 3px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .pin_parent .pin_on {
    opacity: 0;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .pin_parent .pin_off,
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .pin_parent.pinned .pin_on {
    display: none;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .pin_parent .pin_on,
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .pin_parent.pinned .pin_off {
    display: unset;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item:hover .right .user-name .pin_parent .pin_on,
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item:hover .right .user-name .pin_parent.pinned .pin_off {
    opacity: 1;
}

.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .user-name .mark_as_unread {
    display: none;
    height: 20px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item:hover .right .user-name.read .mark_as_unread {
    display: unset;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .deleted_user_text {
    color: var(--bs-primary);
    font-size: 14px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .short-msg {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .short-msg .msg {
    max-width: 83%;
    max-height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.component.messages .filters-tab .filter-group .req_at_cnt,
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .short-msg .unread_cnt {
    height: 19px;
    padding: 1px 2px;
    font-size: 10px;
    line-height: 19px;
    background: var(--bs-primary);
    min-width: 20px;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .short-msg.unread {
    font-weight: 700;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .msg-date {
    font-size: 14px;
    font-weight: 500;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .msg-date .sign {
    margin-bottom: 2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .msg-date .sign.past {
    background: #f73e53;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .msg-date .sign.current {
    background: #761bd1;
}
.users_dashboard_page .panel1 .messages.component .ladder-list .list-item .right .msg-date .sign.upcoming {
    background: #0073B7;
}
.users_dashboard_page .panel1 .component,
.users_dashboard_page .panel3 .component {
    border: 1px solid #DDDDDD;
    display: grid;
    padding: 15px;
    gap: 15px 0px;
}
.users_dashboard_page .panel3 .component .title-bar {
    padding: 0 0 10px 0;
}
.users_dashboard_page .panel3 .component .title-bar .title-text {
    font-size: 20px;
    font-weight: 700;
}
.users_dashboard_page .panel3 .component.add_notes #general_message_box {
    padding: 12px 16px;
    width: 100%;
    height: 85px;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    resize: none;
    outline: none;
}
.users_dashboard_page .panel3 .component.add_notes .checkmark,
.call_note_frm .checkmark {
    border-radius: 6.4px !important;
    -webkit-border-radius: 6.4px !important;
    -moz-border-radius: 6.4px !important;
    -ms-border-radius: 6.4px !important;
    -o-border-radius: 6.4px !important;
}
.users_dashboard_page .panel3 .component.add_notes .checkbox-label input:checked~.checkmark,
.call_note_frm input:checked~.checkmark {
    background-color: #222222;
}
.users_dashboard_page .panel3 .component.add_notes #notes_save_btn {
    padding: 8px 16px;
}
.users_dashboard_page .panel3 .add_notes.component .general_creator_name,
#view_general_notes .list .general_creator_name {
    word-break: break-word;
    font-size: 14px;
    font-weight: 700;
}
.users_dashboard_page .panel3 .add_notes.component .right-section,
#view_general_notes .list .notes-item .right-section {
    white-space: nowrap;
}

.users_dashboard_page .panel3 .add_notes.component .general_message {
    color: #000;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 14px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
#view_general_notes .modal-body {
    background: rgb(248, 248, 248);
}
#view_general_notes .modal-body .notes-item {
    position: relative;
    background: #FFFFFF;
    padding: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
#view_general_notes .modal-body .notes-item .delete-parent{
    cursor: pointer;
    width: 22px;
    position: absolute;
    top: -9px;
    right: -6px;
    background: #fff;
    text-align: center;
    height: 22px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    align-items: center;
    align-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
#view_general_notes .list .general_message {
    color: #000;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 14px;
    font-weight: 500;
}
.users_dashboard_page .panel3 .add_notes.component .delete-parent {
    cursor: pointer;
    width: 22px;
    background: #fff;
    text-align: center;
    height: 22px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.users_dashboard_page .panel3 .add_notes.component .general_message_time,
#view_general_notes .list .general_message_time {
    font-size: 13px;
    font-weight: 400;
    color: #888888;
}
#view_general_notes .modal-body .previewGallery .item .preview-item {
    border: none;
    justify-content: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
#view_general_notes .modal-body .previewGallery .item .preview-item > * {
    max-width: 95%;
}
.users_dashboard_page .panel3 .add_notes.component .view_all_notes {
    font-weight: 500;
    font-size: 14px;
}
.users_dashboard_page .panel3 .component.customer_details_info .title-bar .title-text {
    white-space: nowrap;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.users_dashboard_page .customer_details_info .info-case .object .heading {
    font-weight: 600;
    font-size: 14px;
}
.users_dashboard_page .customer_details_info .info-case .left {
    width: 60%;
}
.users_dashboard_page .customer_details_info .info-case .right {
    width: 35%;
}
.users_dashboard_page .customer_details_info .info-case > div {
    display: grid;
    gap: 16px;
}
.users_dashboard_page .customer_details_info .info-case .object .value {
    word-break: break-all;
    font-weight: 400;
    font-size: 16px;
}
.users_dashboard_page .customer_details_info .btn-transparent {
    background: transparent;
    font-size: 14px;
}
.users_dashboard_page .component.bookings ul#bookings_tab_list,
.users_dashboard_page .component.bookings_payout_reports ul#bookings_payout_reports_tab_list {
    gap: 5px;
}
.users_dashboard_page .component.bookings ul#bookings_tab_list > li button,
.users_dashboard_page .component.bookings_payout_reports ul#bookings_payout_reports_tab_list > li button {
    color: #333333;
    padding: 6px !important;
    font-weight: 500;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .component.bookings ul#bookings_tab_list > li button.active,
.users_dashboard_page .component.bookings_payout_reports ul#bookings_payout_reports_tab_list > li button.active {
    outline: none;
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.users_dashboard_page .component.bookings ul#bookings_tab_list > li button .badge,
.users_dashboard_page .component.bookings_payout_reports ul#bookings_payout_reports_tab_list > li button .badge {
    background-color: var(--bs-primary) !important;
    font-size: 11px;
    font-weight: 600;
}
.users_dashboard_page .component .list {
    gap: 16px 0px;
    display: grid;
    max-height: 400px;
    overflow-y: auto;
}
.users_dashboard_page .component .list > .item {
    display: flex;
    gap: 10px;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .component .list > .item > .left {
    display: flex;
    gap: 10px;
    width: 94%;
}
.users_dashboard_page .component .list > .item > .left .image-container img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .component .list > .item > .left .info-container {
    width: 100%;
    word-break: break-all;
    /* word-wrap: break-word; */
}
.users_dashboard_page .component .list > .item > .left .info-container .price,
.users_dashboard_page .component .list > .item > .left .info-container .title {
    color: #222222;
    font-size: 16px;
    font-weight: 700;
}
.users_dashboard_page .component .list > .item > .left .info-container .dates {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}
.users_dashboard_page .component .list > .item > .left .info-container .status .badge-custom {
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    background: #FFF0DE;
    color: #F0AD55;
}
.users_dashboard_page .component .list > .item > .left .info-container .status .badge-custom.active {
    background: #F2FFFB;
    color: #36C683;
}
.users_dashboard_page .component .list > .item > .left .info-container .status .badge-custom.inactive {
    background: #ffdede;
    color: #f05555;
}
.users_dashboard_page .component .list > .item > .right .fa-chevron-right {
    color: #333333 !important;
}

.users_dashboard_page .component.finances_analytics .blocks-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.users_dashboard_page .component.finances_analytics .blocks-container .block {
    width: 47%;
    background: #FFFFFF;
    padding: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .component.finances_analytics .blocks-container .block .property {
    color: #222222;
    font-weight: 600;
    font-size: 14px;
}
.users_dashboard_page .component.finances_analytics .blocks-container .block .amount {
    margin-top: 4px;
    color: #222222;
    font-weight: 400;
    font-size: 20px;
}
.users_dashboard_page .component.bookings_payout_reports {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: min-content;
    max-width: 100%;
    overflow-x: auto;
}
.users_dashboard_page .component.bookings_payout_reports .booking-info > div {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.users_dashboard_page .component.bookings_payout_reports .booking-info > div .roof {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    white-space: nowrap;
}
.users_dashboard_page .component.bookings_payout_reports .booking-info > div .value {
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    text-align: end;
}
.users_dashboard_page .component.bookings_payout_reports .table-container {
    position: relative;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .component.bookings_payout_reports table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFFF;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .component.bookings_payout_reports table thead {
    background: #FFFFFF;
    position: sticky;
    top: 0px;
}
.users_dashboard_page .component.bookings_payout_reports table tr td,
.users_dashboard_page .component.bookings_payout_reports table tr th {
    padding: 4px 8px;
    border-bottom: 1px solid #DDDDDD
}
.users_dashboard_page .component.bookings_payout_reports table td.date_range,
.users_dashboard_page .component.bookings_payout_reports table th.date_range {
    min-width: 75px;
}
.users_dashboard_page .component.bookings_payout_reports table td.text_col,
.users_dashboard_page .component.bookings_payout_reports table th.text_col {
    word-wrap: break-word;
}
.users_dashboard_page .component.bookings_payout_reports table td .status_col {
    padding: 4px 8px;
    color: #f05555;
    background: #ffdede;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.users_dashboard_page .component.bookings_payout_reports table td .status_col.completed{
    color: #36C683;
    background: #F2FFFB;
}
.users_dashboard_page .component.bookings_payout_reports table td .status_col.approved{
    color: #F0AD55;
    background: #FFF0DE;
}
.users_dashboard_page .msg_note_container .plyr.plyr--full-ui {
    margin: 5px 0;
}
.users_dashboard_page .msg_note_container .plyr__menu__container [role="menu"] {
    max-height: 80px;
    overflow: auto;
}
.users_dashboard_page .msg_note_container .preview-item > * {
    pointer-events: none;
}
.open-booking-modal {
    cursor: pointer;
}
#view_booking_modal {
    font-family: 'Montserrat', sans-serif;
}
#view_booking_modal .modal-header {
    padding: 8px 16px;
}
#view_booking_modal .modal-header .btn-close {
    border: 1px solid #DDDDDD;
    margin-right: 0px;
}
#view_booking_modal .modal-body {
    padding: 0px;
}
#view_booking_modal .modal-title .title {
    font-weight: 700;
    font-size: 16px;
}
#view_booking_modal .modal-title .res_id {
    font-weight: 400;
    font-size: 16px;
}
#view_booking_moda .modal-body {
    padding: 0px;
}
#view_booking_modal .view_booking_wrapper {
    display: flex;
}
#view_booking_modal .view_booking_wrapper .left-section {
    width: 60%;
    border-right: 1px solid #EEEEEE;
    display: grid;
    gap: 24px;
    padding: 16px;
}
#view_booking_modal .view_booking_wrapper .name-section {
    display: flex;
    gap: 16px;
}
#view_booking_modal .view_booking_wrapper .property_img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#view_booking_modal .view_booking_wrapper .name-section .right {
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}
#view_booking_modal .view_booking_wrapper .name-section .right .top {
    font-weight: 700;
    font-size: 18px;
}
#view_booking_modal .view_booking_wrapper .name-section .right .bottom {
    font-weight: 400;
    font-size: 16px;
}
#view_booking_modal .view_booking_wrapper .head-title {
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 12px;
}
#view_booking_modal .view_booking_wrapper .sub-title {
    max-width: 75%;
    font-weight: 600;
    font-size: 13px;
}
#view_booking_modal .view_booking_wrapper .steps {
    display: grid;
    gap: 8px;
}
#view_booking_modal .view_booking_wrapper .steps .step {
    display: flex;
    justify-content: space-between;
}
#view_booking_modal .view_booking_wrapper .steps .step.address {
    text-align: end;
}
#view_booking_modal .view_booking_wrapper .steps .step .value {
    align-items: center;
}
#view_booking_modal #booking_modal_payment_tab_list {
    border-bottom: 1px solid #EEEEEE !important;
}
#view_booking_modal #booking_modal_payment_tab_list .nav-link{
    color: #333333;
    padding: 8px 13px !important;
    font-weight: 600;
    font-size: 16px;
    border: none;
}
#view_booking_modal #booking_modal_payment_tab_list .nav-link.active{
    color: var(--bs-primary);
    border-bottom: 2px solid var(--bs-primary);
}
#view_booking_modal #booking_modal_payment_tab_list .nav-link.active svg path {
    stroke: var(--bs-primary);
}
#view_booking_modal .payment-section .tab-pane .list,
#view_booking_modal .payment-section .tab-pane .items {
    display: grid;
    gap: 10px;
    max-height: 160px;
    /* min-height: 160px; */
    overflow-y: auto;
}
#view_booking_modal .payment-section .tab-pane .list .item,
#view_booking_modal .payment-section .tab-pane .items .item {
    border: 1px solid #EEEEEE;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#view_booking_modal .payment-section .tab-pane .list .item .left {
    display: flex;
    gap: 10px;
}
#view_booking_modal .payment-section .tab-pane .list .item .left .text {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    color: #000000;
    align-content: center;
}
#view_booking_modal .payment-section .tab-pane .list .item .middle {
    align-content: center;
    font-weight: 600;
    font-size: 16px;
    margin: auto;
    color: #000000;
}
#view_booking_modal .payment-section .tab-pane .list .item .right {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#view_booking_modal .payment-section .tab-pane .list .item .right .badge-custom{
    font-weight: 700;
    font-size: 14px;
    color: #000000;
    margin-left: auto;
    display: table;
    padding: 2px 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
#view_booking_modal .payment-section .tab-pane .list .item .right .badge-custom.paid,
#view_booking_modal .payment-section .tab-pane .list .item .right .badge-custom.refunded {
    background: #D7FFD3;
}
#view_booking_modal .payment-section .tab-pane .list .item .right .date {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: end;
}
#view_booking_modal .payment-section .tab-pane .items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#view_booking_modal .payment-section .tab-pane .items .item .concierge-name {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
#view_booking_modal .payment-section .tab-pane .items .item .date {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
#view_booking_modal .right-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
}
#view_booking_modal .right-section .total-section {
    margin-top: 15px;
    padding: 10px 0px;
    border-top: 1px solid #DDDDDD;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
#view_booking_modal .right-section .booking-btn-section {
    display: flex;
    gap: 10px;
    text-align: center;
}
#view_booking_modal .right-section .booking-btn-section .btn-transparent {
    border-radius: 6px;
    border-width: 1px;
    font-weight: 600;
    font-size: 13px;
    background: transparent;
    -webkit-border-radius:;
    -moz-border-radius:;
    -ms-border-radius:;
    -o-border-radius:;
}
#view_booking_modal .right-section  .calendar-section .datepicker-wrapper .ui-datepicker-inline {
    width: 100%;
    border: none;
}
#view_booking_modal .right-section  .calendar-section .datepicker-wrapper .ui-datepicker-inline .ui-datepicker-header {
    background: #FFFFFF;
    border: none;
}
#view_booking_modal .calendar-section .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month,
#view_booking_modal .calendar-section .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
    color: #111928 !important;
}
#view_booking_modal .calendar-section .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev,
#view_booking_modal .calendar-section .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next {
    background: #FFFFFF !important;
    border: none !important;
}
#view_booking_modal .calendar-section .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-prev .ui-icon{
    background: url(../img/calendar_right.svg) no-repeat center center !important;
}
#view_booking_modal .calendar-section .ui-datepicker-inline .ui-datepicker-header .ui-datepicker-next .ui-icon{
    background: url(../img/calendar_left.svg) no-repeat center center !important;
}
#view_booking_modal .calendar-section table.ui-datepicker-calendar > thead > tr > th > span {
    color: #888888;
}
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td {
    border-bottom: 3px solid #FFFFFF;
    opacity: 1 !important;
}
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td > span {
    text-align: center;
    background: #FFFFFF;
    border: none !important;
    color: #111928;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
}
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td.range,
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td.range > span {
    background: #EEEEEE;
}
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td.selected-start {
    background: var(--bs-primary);
    overflow: hidden;
    border-radius: 8px 0px 0px 8px;
    -webkit-border-radius: 8px 0px 0px 8px;
    -moz-border-radius: 8px 0px 0px 8px;
    -ms-border-radius: 8px 0px 0px 8px;
    -o-border-radius: 8px 0px 0px 8px;
}
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td.selected-start > span,
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td.selected-end > span {
    background: var(--bs-primary);
    color: #FFFFFF !important;
}
#view_booking_modal .calendar-section table.ui-datepicker-calendar > tbody > tr > td.selected-end {
    overflow: hidden;
    background: var(--bs-primary);
    border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    -moz-border-radius: 0px 8px 8px 0px;
    -ms-border-radius: 0px 8px 8px 0px;
    -o-border-radius: 0px 8px 8px 0px;
}

#view_email iframe.body {
    width: 100%;
    height: calc(100vh - 320px);
}
#view_email .modal-body .subject,
#view_email .modal-body .attachments {
    font-weight: 600;
    font-size: 16px;
}
#view_email .modal-body .attachments .attachments_list {
    padding: 8px 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
#view_email .modal-body .attachments .attachments_list .email_attachment_btn.btn {
    width: fit-content;
    align-items: center;
    background: transparent;
    display: flex;
    gap: 7px;
    margin-bottom: 0px;
}
#view_email .modal-body .attachments .attachments_list .email_attachment_btn.btn i.fa-file-text-o {
    font-size: 22px;
}
#view_email .modal-body .attachments .attachments_list .email_attachment_btn.btn .file-name {
    font-size: 12px;
    color: #333333;
}
#view_email .modal-body .attachments .attachments_list .email_attachment_btn.btn .file-size {
    font-size: 10px;
    color: #a8a8a8;
    text-align: left;
}

.file_size_note{
    width: 140%;
}

#passportErrorMessage .error{
    width: 140%;
}
@media (max-width: 1312px) {
  .passport_file_link.float-right {
    float: none !important;
    display: inline-block;
  }

  .file_size_note{
    width: 115%;
  }
}
/* users dashboard design end */

.coupon-msg{
    text-align: center;
    color: green;
}

#datatable_room_list tbody td {
    text-align: center;
}

#edit_modal .modal-body {
    padding: 0;
}

.ui-datepicker {
    z-index: 20001 !important;
}

.rooms_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 40px;
}

.rooms_list a {
    text-decoration: none;
}

.room_section_div {
    display: none;
}

.selected_room_section_div {
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    padding: 5px 15px;
    background-color: #f6f6f6;
}

.room_type_heading {
    font-size: 18px;
    font-weight: bold;
}

.room_pricing_section .form-group .row .col-sm-3 {
    padding: 0px 10px 0px 10px;
}

.room_pricing_section_div .room_section_heading .form-group {
    margin: 0;
    margin-top: 5px;
}

.room_pricing_section_div .room_pricing_section .form-group {
    margin: 5px 0px 5px 0px;
}

.room_pricing_section_div .form-group .control-label{
    padding-top: 0;
}

.room_pricing_section_div .room_section_heading .room_price {
    min-width: 100px;
}

.room_pricing_section_div .room_section_heading .room_quantity {
    max-width: 80px;
}

.room_pricing_section_div .room_pricing_section hr {
    margin: 0.5rem 0;
}

.room_pricing_section_div .room_pricing_section .discount input:nth-of-type(1) {
    border-radius: 6px 0px 0px 6px;
}

.room_pricing_section_div .room_pricing_section .discount input:nth-of-type(2) {
    border-radius: 0px 6px 6px 0px;
}

.selected_room_section_div .room_section_heading input::-webkit-outer-spin-button,
.selected_room_section_div .room_section_heading input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.room_pricing_section_div .room_section_heading i {
    cursor: pointer;
}

.selected_addons .addons div,
.selected_addons .addons div .col-sm-3 {
    padding: 0px 5px 0px 0px;
}

.room_note {
    color: #e51646;
    font-style: italic;
}

.StripeElement {
    padding-top: 8.5px !important;
}

/* responsive css added by balvant */
.table-datatable tbody td:last-child {
    min-width: 150px;
}

.table-datatable tbody td:nth-child(9) {
     min-width: 80px;
}

.dataTables_wrapper {
    overflow-x: auto;
    max-height: 60vh;
}

#logo>a, #sidebar-left ul.nav.main-menu li a {
    height: auto !important;
}

/* .users_dashboard_page > .panels .panel1 {
    width: 100%;
} */

.title-bar {
    min-width: 100%;
}

.component.add_notes .d-flex {
    flex-wrap: wrap;
}

.title-bar {
    min-width: 100%;
    flex-wrap: wrap;
    height: auto !important;
}

table[data-default_url="properties"] td:last-child .btn {
    margin: 5px 0px !important;
}

.col-sm-1.textbox-form {
    width:auto;
}
.property_report_list {
    margin-right: 20px;
}

.stripe_buttons .btn-primary {
    margin: 5px 0px !important;
}

form[name="reportForm"] .col-sm-2 {
    width: 30% !important;
}

table[data-default_url="coupons"] tbody td:nth-child(9) {
    min-width: 110px;
}

@media (max-width: 992px) {
        .file_size_note {
        width: 100%;
    }

    .main_wrapper #content {
        padding-bottom: 15px !important;
    }

    .dashboard_panel {
        flex-direction: column;
    }

    .dashboard_panel .panel {
        width: 100%;
        max-height: 100%;
    }

    .widget .main-section .info-list {
        max-height: 100%;
    }

    .dashboard_panel .widget .filter-section .stair-list .block {
        min-width: 20%;
    }

    .admin_users_entry_page .form-group .col-sm-4 {
        width: 60%;
    }

    .btnContainer.d-flex.justify-content-between {
        row-gap: 12px;
    }

    .users_dashboard_page .panel1 .messages.component .title-bar .title-text {
        font-size: 24px;
    }

    .users_dashboard_page .panels {
        flex-wrap: wrap;
    }

    .users_dashboard_page>.panels .panel1 {
        width: 40%;
    }
    .users_dashboard_page > .panels .panel2 {
        width: 60%;
    }

    .users_dashboard_page > .panels .panel3 {
        width: 100%;
        max-height: 100%;
    }

    .users_dashboard_page .panel1 .messages.component .ladder-list .list-item .left .img-container {
        font-size: 16px;
        width: 50px;
        height: 50px;
    }

    .form-group.ticket-cleaners .form-check-inline,
    .form-group.ticket-status .form-check-inline {
        display: flex;
        width: 100%;
    }

    .form-group.ticket-cleaners .form-check-inline label,
    .form-group.ticket-status .form-check-inline label {
        display: block;
    }
}

@media (max-width: 767px){
    .sidebar-show .main-menu {
        overflow-y: auto;
        /* max-height: calc(100vh - 100px) !important; */
    }

    /* #sidebar-left.col-xs-2 {
        overflow-y: auto !important;
    } */

    /* #main {
        margin-top: 110px;
    } */



    .users_dashboard_page .panel2 .chat.component .message-box > div {
        padding: 8px 8px !important;
    }

    .users_dashboard_page .panel2 .chat.component .message-box .bottom-row .right {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .users_dashboard_page .panel2 .chat.component .message-box .bottom-row .right .d-flex {
        width: 100%;
        justify-content: space-between;
    }

    .users_dashboard_page .panel2 .chat.component .message-box .bottom-row .right .btn-primary{
        width: 100%;
    }

    .modal.show .modal-dialog {
        transform: none;
        width: 95% !important;
        margin: 0 auto;
        height: 100%;
        display: flex !important;
    }

    .property_report_list {
        width: 28% !important;
    }

    .col-sm-12.textbox-form.row  .col-sm-2{
        width: 33% !important;
    }

    form[name="reportForm"] .col-sm-2 {
        width: 40% !important;
    }

    form#ticket_list_filter .row.no-gutters {
        row-gap: 12px;
    }

    form#ticket_list_filter #new_ticket,
    form#ticket_list_filter .btn-primary {
        width: 100% !important;
        margin: 0 !important;
    }
}

@media (max-width: 576px) {

    .admin_users_entry_page .form-group .col-sm-4 {
        width: 100%;
    }

    .users_dashboard_page>.panels .panel1,
    .users_dashboard_page > .panels .panel2 {
        width: 100%;
    }

    .users_dashboard_page .panel1 .messages.component .ladder-list .list-item {
        align-items: center;
    }

    .users_dashboard_page .panel2 .chat.component .title-bar .call_btn, .users_dashboard_page .panel2 .chat.component .title-bar .merge_users_btn,
    .users_dashboard_page .panel2 .chat.component .title-bar .add_booking_btn {
        font-size: 14px;
    }

    a.ajax-page-link.btn.btn-primary.btn-label-left.pull-right {
        width: 100%;
    }

    .form-inline.row {
        margin: 0px;
        width: 100%;
    }
    .form-inline .form-control {
        width: 100% !important;
    }

    .col-sm-1.textbox-form {
        margin-bottom: 12px;
    }

     .col-sm-12.textbox-form.row .col-sm-2 {
        width: 100% !important;
    }

    .col-sm-12.textbox-form.row {
        width: 100% !important;
        margin: 0;
        padding: 0;
    }

    .property_report_list {
        width: 42% !important;
    }

    .checkbox-inline.payout_filters {
        flex-wrap: wrap;
        row-gap: 7px;
    }

    .card.owner_payout_cards {
        margin-bottom: 10px;
    }

    form[name="reportForm"] .col-sm-2 {
        width: 100% !important;
    }

    .ticket_info_wrapper .messages_wrapper ul.messages {
        max-height: fit-content;
    }

    #plaid_transaction .col-sm-2.textbox-form.no-padding {
        padding: 10px 0px !important;
    }

    #plaid_transaction .col-sm-2.textbox-form.no-padding input {
        width: 100% !important;
    }

    #plaid_transaction .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    #plaid_transaction .checkbox-group {
        width: 100% !important;
        display: flex;
    }
    button#new_offline_transaction_btn {
        width: 100%;
        margin: 10px 0 !important;
    }


}

@media (max-width: 480px) {

    #top-panel .col-4 {
        width: 10% !important;
    }

    #top-panel .col-8 {
        width: 90% !important;
    }

    .dashboard_panel .widget .widget-title-bar {
        flex-wrap: wrap;
        gap: 7px;
    }

    .dashboard_panel .widget .widget-title-bar .widget-end {
        order: 1;
        width: 100%;
        margin: 0px 0px !important;
    }

    .stats-section {
        flex-wrap: wrap;
        gap: 12px;
    }

    .dashboard_panel .bnf-widget.widget .main-section .stats-section .label-board-section,
    .dashboard_panel .widget .main-section .stats-section .figures-section {
        width: 100%;
    }

    /* .dashboard_panel .host-payouts-widget.widget .main-section .list {
        max-height: 100%;
    } */

    .dashboard_panel .occupancy-breakdown-widget.widget .main-section .bookings_table_dashboard .name_col {
        min-width: 120px;
    }

    .filter-section {
        flex-wrap: wrap;
        gap: 10px;
    }

    .filter-search-span {
        width: 100%;
        margin: 0 0 !important;
    }

    .dashboard_panel .widget .main-section .filter-section .filter-search-span #filter_booking_search_input {
        width: 100%;
    }

    .nav.navbar-nav {
        justify-content: end;
    }

    .dashboard_panel .widget .widget-title-bar .widget-title {
        max-width: 90%;
    }

    .dashboard_panel .widget .widget-title-bar .widget-end .d-flex {
        flex-wrap: wrap;
        gap: 10px;
    }

    .users_dashboard_page .panel1 .messages.component .title-bar .title-text {
        font-size: 22px;
    }

    .dashboard_panel .widget .filter-section .stair-list .block {
        min-width: 40%;
    }

    .dashboard_panel .widget .main-section .stats-section .label-board-section .label-board .figure-text {
        font-size: 18px !important;
    }

    .box-content .form-group, .devoops-modal-inner .form-group {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .form-group .offset-3,
    .form-group.row.offset-3 {
        margin-left: 0;
    }

    .users_dashboard_page .panel1 .messages.component .ladder-list .list-item .left .img-container {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }


}


.admin_commission_info_section {
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    padding: 10px;
    background-color: #f6f6f6;
}

.active-users-count {
    display: flex;
}

.active-users-count .btn {
    height: 35px;
    background: #FFFFFF;
    color: #333333;
    padding: 6px;
    font-weight: 500;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    cursor: default;
}


.active-users-count .btn span {
    height: 19px;
    padding: 1px 5px;
    font-size: 10px;
    line-height: 19px;
    background: var(--bs-primary);
    min-width: 20px;
}

.include_draft_user_checkbox_div {
    display: block;
    padding: 6px;
}