<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.hasDatepicker {
    background-image: url(https://43699692.fs1.hubspotusercontent-na1.net/hubfs/43699692/Pages/Icons/Icon-Date.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
	  cursor: pointer;
}

.ui-widget-header {
    border: 0 !important;
    background: #c50075 !important;
    color: #fff !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 0 !important;
    height: 45px !important;
}

.ui-widget.ui-widget-content {
    background: #c51075 !important;
    border: 0 !important;
    font-family: Montserrat, sans-serif !important;
    margin: 5px 0 0 -15px !important;
    padding: 0 !important;
    box-shadow: 0px 5px 9px 1px rgb(197 16 117 / 20%) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    background: #fff !important;
    opacity: 1 !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 30px !important;
    top: calc(50% - 15px) !important;
    margin: 0 10px !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    background: url(https://43699692.fs1.hubspotusercontent-na1.net/hubfs/43699692/Pages/Icons/Icon-Down-2.png) !important;
    background-size: 15px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.ui-datepicker .ui-datepicker-prev span {
    rotate: 90deg !important;
    margin-left: -9px !important;
    margin-top: -9px !important;
}

.ui-datepicker .ui-datepicker-next span {
    rotate: -90deg !important;
    margin-left: -7px !important;
    margin-top: -7px !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
    opacity: 0.4 !important;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 16px !important;
}

.ui-datepicker table {
    margin: 0 !important;
    border: 0 !important;
}

.ui-datepicker th {
    font-size: 12px !important;
    line-height: 11px !important;
}

.ui-datepicker td {
    background: none !important;
    border-color: #c51075 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0 !important;
    background: #ffffff !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 5px 10px !important;
    font-weight: 400 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    color: #c51075 !important;
    font-weight: 600 !important;
}

.property-details-wrapper .property-details .property-detail .icon picture {
    display: flex;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    border-color: #ed8d0c !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    font-size: 12px !important;
    border-radius: 20px !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding:  !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px !important;
    height: 20px !important;
    top: calc(50% - 10px) !important;
    right: 10px !important;
    background-image: url(https://43699692.fs1.hubspotusercontent-na1.net/hubfs/43699692/Pages/Icons/Icon-Down-2.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #101010 !important;
    width: 100% !important;
    padding: 0 30px 0 10px !important;
}

.select2-dropdown {
    border: 1px solid #ed8d0c !important;
    border-radius: 0 !important;
}

.select2-search.select2-search--dropdown {
    padding: 10px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #000 !important;
    border-radius: 30px !important;
  	outline: 0 !important;
	  font-size: 14px;
    padding: 0 10px;
    height: 25px;
}
}

.select2-results__option {
    font-size: 12px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #000 !important;
}

.select2-results__option {
    font-size: 13px !important;
    padding: 3px 10px !important;
}

.select2-container {
    margin: 0 0 !important;
}

.body-container-wrapper {
    overflow: hidden;
}</pre></body></html>