.floatLeft { float: left; }

.FilterPanel {
    padding-top: 6px;
    padding-bottom: 6px;
    height: auto;
    overflow: hidden;
}

.ListingTabPanel { height: 28px; }

.MenuItemMap { }

.MenuItem {
    margin-right: 4px;
    cursor: pointer;
    cursor: hand;
}

#listmapwrap { width: 100%; }

.labels {
    float: left;
    font-family: Arial;
    color: #4A4A4A;
    font-size: 8pt;
    font-weight: bold;
    width: 80px;
}

.cb { clear: both; }

.fl { float: left; }

.i {
    border: solid 1px #000000;
    width: 120px;
    height: 90px;
}

.labelcol {
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
    border: 0px;
}

.sumcol { width: 100%; }

.infobox-body {
    background-color: White;
    padding: 8px;
    border: 1px solid black;
    line-height: 1em;
}

.InfoboxPanel { width: 400px; }

.MenuItemLoading {
    color: gray;
    width: 16px;
    height: 16px;
    visibility: hidden;
}

.rcmInitialLoading {
    width: 100%;
    color: gray;
    margin: 20px auto;
}

.rcmPnlMoreFilter {
    float: left;
    margin-left: 10px;
    visibility: hidden;
}

.rcmFiltersLoading {
    visibility: hidden;
}

.rcmPnlMoreFilter .MoreFilterText {
    cursor: pointer;
}

.rcmPnlMoreFilter .FilterPane {
    background-color: #fff;
    position: absolute;
    padding: 15px;
    margin-left: 1px;
    display: none;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}

.rcmPnlMoreFilter .FilterText { float: none; }

.rcmTopListingsTotal {
    white-space: nowrap;
    display: none;
}

.ui-selectmenu-text {
    margin-right: 0px;
}

#filterList{
    padding-inline-start: 0px;
}

#copyLinkValue {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 10px;
}

.modal-header > .close{
    color: white;
}


/*.gm-style-iw {
    top: 18px !important;
}*/

@charset "utf-8";
/* Loaders*/
.rcmInitialLoading {
	width: 100% !important;
    color: #3878a6;

}
:root {
    --scrollbar-width: calc(100vw - 100%);
}

#rcmLoadingImg.loading-assets {
    position: absolute;
    width: 280px;
    height: 200px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #0000004D;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: .3s ease;

}
#rcmLoadingImg.loading-assets::after {
    content: "Loading";
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 20px;

}
#rcmLoadingImg.loading-assets i {
	color: #3878a6;
    font-size: 72px !important;
    margin: auto !important;
}

.MenuItemLoading {
	color: #3878a6;
    width: 14px;
    height: 14px;
    visibility: hidden;
    font-size: 14px;
    margin: 5px;
}

#rcmPnlWrapperContent {
	height: inherit !important;
}

#RcmEngineContent {
	background-color: #ffffff;
	padding: 10px 20px;
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	color: #6d6e71;
	font-size: 13px;
}

/* PRIMARY FILTERS */

#rcmControlPnl {
	display: flex;
}

#ListingButtons {
	align-items: center;
	justify-content: flex-end;
	display: flex;
	font-size: 14px;
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	text-transform: uppercase;
	width: 45%;
}

#rcmPnlFilters {
	display: flex;
	width: 100%;
}

.vue-treeselect {
	margin: 10px 5px 10px 0 !important;
}

.vue-treeselect__control, #FilterProjectName>input, #FilterProjectNameModal>input {
	margin: 10px 5px 10px 0 !important;
	border: 1px solid #ebeaec !important;
	border-radius: 0 !important;
	background-color: #ffffff;
	font-size: 14px;
	color: #6d6e71 !important;
	display: inline-block;
	height: 30px !important;
}

#FilterProjectName>input {
    width: calc(100% - 5px);

}

#FilterProjectName>input:focus, #FilterProjectName>input:focus-visible, #FilterProjectNameModal>input:focus, #FilterProjectNameModal>input:focus-visible,
#FilterProjectUnitsMin:focus, #FilterProjectUnitsMin:focus-visible, #FilterProjectUnitsMax:focus, #FilterProjectUnitsMax:focus-visible,
#FilterProjectValueMin:focus, #FilterProjectValueMin:focus-visible, #FilterProjectValueMax:focus, #FilterProjectValueMax:focus-visible {
	border-color: #039be5;
	box-shadow: 0 0 0 3px rgba(3, 155, 229, .1);
	outline: 0;
}

#FilterProjectName, #FilterProjectNameModal {
	position: relative;
}

#FilterProjectName::after, #FilterProjectNameModal::after {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #f8aa1b;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 10px;
}
#rcmPnlFilters > div:not(#allFiltersModal) {
    width: 25%;
}

.vue-treeselect__menu {
	margin: 2px 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background-color: #ffffff;
	font-size: 14px;
	color: #6d6e71 !important;
}

.vue-treeselect__placeholder {
	font-size: 14px;
	color: #6d6e71 !important;
	line-height: 30px !important;
}

.vue-treeselect__control-arrow-container>svg {
	fill: #f8aa1b !important;
}

.vue-treeselect__x-container:hover {
	color: #f8aa1b !important;
}

.vue-treeselect__limit-tip-text {
	cursor: default;
	display: block;
	margin: 0 !important;
	padding: 0 5px !important;
	font: inherit !important;
	color: inherit !important;
}

.badge.filter {
	background: #3878a6;
	border-radius: 17px;
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	height: 17px;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 17px;
	z-index: 1001;
}

#btn-clear-filter, #ListingButtons i {
	margin: 12px 5px 12px 0;
	width: 26px !important;
	height: 26px;
	line-height: 26px;
	background-color: #3878a6;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
    flex-shrink: 0;
}

#btn-clear-filter:hover, #rcmListButton:hover i, #rcmMapButton:hover i, #allFiltersButton i:hover, #rcmShareLink:hover i {
    background-color: #f8aa1b;

}
#rcmShareLink a {
    color: #6d6e71;
}

#rcmListButton.MenuItemList-inactive i, #rcmMapButton.MenuItemMap-inactive i {
	background-color: #ebeaec;
	color: #3878a6;
}

#btn-clear-filter::before {
	content: "\f00d";
	font-family: "FontAwesome";
}



#allFiltersButton {
	flex-grow: 1;
}

#allFiltersButton .menu-text {
	display: none;
}

.menu-text {
	padding-right: 5px;
}

.rcmTopListingsTotal {
    display: inline;
	font-size: 14px;
	font-weight: 300;
	color: #6d6e71;
}




/* Pagination at Bottom*/

.rcmFooterPanel {
    padding: 0;
    height: 30px;
}

.rcmFooterPanel .fa:not(.MenuItemLoading) {
    color: #f8aa1b;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}

.FooterPanelText, #rcmPagingTotals, #pnlPagerTotals {
    display: none;
}

input#rcmPagingGotoPageText, select#rcmPagingPageSize {
    width: 30px;
    height: 20px;
    color: #6d6e71;
    border: none !important;
    border-radius: 0;
    padding: 0 5px;
}
select#rcmPagingPageSize {
    width: auto;
}

#rcmPaging {
    display: flex;
    align-content: center;
    line-height: 20px;
}

#rcmPaging > div:not(.MenuItemLoading) {
    margin: 0 5px;
}

/* Listings Area */

.property_area {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
}

.rcm_list.rcm_card {
    box-sizing: border-box;
    position: relative;
    width: calc(25% - 20px);
    height: calc((25vw - 20px) * 0.75 + 165px);
    background-color: #fff;
    overflow: hidden;
    margin: 10px;
    padding: 0;
    line-height: 1.2;
    border: 1px solid #ebeaec;
}
.rcm_detail_trigger {
    position: absolute;
    bottom: 0;
    height: 20px;
}
.rcm_card:hover {
    border: 1px solid #ebeaec;
	box-shadow: 0 0 0 3px rgba(3, 155, 229, .1);
}
.rcm_card>a {
    position: absolute;
    width: 100%;
    height:100%;
    z-index: 4;
}
.rcm_img_section {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.rcm_card_caption {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(#ffffffe6, #ffffff 50%);
    overflow: hidden;
    height: 170px;
    transition: .5s ease;
    padding: 15px 20px 0 20px;
    z-index: 3;
}

.rcm_img_section img {
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.price-bar {
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 20px;
	position: absolute;
    width: 100%;
    background: linear-gradient(180deg, #00000066, transparent);
    z-index: 2;
}

.price::after {
    content: " Asking Price";
    font-size: 12px;
    font-weight: 400;
}

.auction-bar {
    background-color: #f8aa1b;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
	position: absolute;
    top: 10px;
    z-index: 2;
    height: 24px;
}

.auction-bar:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    border-top: solid 24px transparent;
    border-left: solid 12px #f8aa1b;
}
.auction-bar-sold {
    background-color: #D79A2B;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
	position: absolute;
    top: 10px;
    height: 24px;
}

.auction-bar-sold:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 100%;
    top: 0;
    border-top: solid 24px transparent;
    border-left: solid 12px #D79A2B;
}
.auction-label {
    font-weight: 700;
    text-transform: uppercase;
}

.starting-bid {
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 34px 10px 20px 10px;
	position: absolute;
    width: 100%;
    background: linear-gradient(180deg, #00000099 30%, transparent);
}

.starting-bid::after {
    content: " Starting Bid";
    font-size: 12px;
    font-weight: 400;
}

.headline {
    font-size: 19px;
	font-weight: 500;
    color: #075691;
    text-decoration: none;
    line-height: 1.1em;
    text-overflow: ellipsis;
}

.address, .city {
    font-size: 13px;
	font-weight: 700;
    color: #6d6e71;
    text-decoration: none;
}

.features {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.feature-label {
	margin: 10px 20px 0 0;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 35%;

}

.feature-value {
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
}

.more-details {
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.summary p {
    font-size: 15px;
    text-decoration: none;
    line-height: 1.1em;
    margin: 10px 0;
    font-weight: 400;
}

.contacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contact {
    display: inline-block;
    min-width: 40%;
    margin-bottom: 10px;
    font-weight: 400;
}

.rcm_card_caption.rcm_card_link:hover .headline {
    color: #f8aa1b;
}

.rcm_card_caption:hover, .rcm_card_caption:focus {
    height: 100%;
}

.rcm_card_caption:hover .more-details, .rcm_card_caption:focus .more-details {
    opacity: 1;
}
.rcm_card_caption a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rcm_card_caption::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(#ffffff00, #ffffffff 50%);
}

/* Map Styles*/
.content-mapview {
    padding: 0 !important;
    margin: 10px -20px -40px !important;
    height: 70vh !important;
}

.content-mapview #rcmPnlFooter {
    display: none !important;
}

.MicrosoftMap {
    width: 100% !important;
    height: 70vh !important;
}


.infobox-body {
    background-color: White;
    padding: 0;
    border: 0;
    line-height: normal;
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif;
	color: #6d6e71;
	font-size: 13px;
}
/* Google Map */
.gm-style .gm-style-iw-c {
    border-radius: 0px !important;
    padding: 0px !important;
    min-width: 330px !important;
    max-height: 417px !important;

}

.gm-style-iw-d {
    overflow: hidden !important;
    max-height: 417px !important;
}

.gm-style-iw-chr {
    position: absolute;
    right: 0;
}

.gm-ui-hover-effect {
    top: 5px !important;
    right: 5px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    z-index: 5 !important;
}
.poi-info-window {
    padding: 15px !important;
}

#rcmPnlWrapperContent_infobox_content {
    border-color: #e6e7e8 !important;
	width: 360px !important;
}
.rcm_map.rcm_card {
    position: relative;
    width: 330px;
    height: 417px;
    background-color: #fff;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
}
.rcm_map.rcm_card:hover {
    border: 0;
	box-shadow: none;
}
div#rcmPnlCurrentContent {
    margin: 0 -10px;
    padding-bottom: 30px;
}

.PoweredByLink {
    color: inherit;
    text-decoration: none;
}
.PoweredByLink:hover {
    color: #075691;
    text-decoration: none;
}

/* Modal Styles*/
.blocker {
    z-index: 10000 !important;
    background-color: rgba(0,0,0,0.3) !important;
}

#allFiltersModal, #shareModal {
    max-width: 600px;
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 30px;
}
.modal-body {
    padding: 20px;
}
.modal-header > .close {
    display: none;
}

.modal a.close-modal {
    position: absolute;
    top: 12.5px !important;
    right: 12.5px !important;
    display: block;
    width: 30px;
    height: 30px;
    color: #fff !important;
    text-indent: 0 !important;
    background-image: none !important;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==); */
}

.modal a.close-modal::after {
    content: "\f00d";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #075691;
	text-align: center;
    position: absolute;
    top: 5px;
    right: 8px;
}
.modal a.close-modal:hover::after {
	color: #f8aa1b;
}

#moreFiltersModalLabel, .modal-title {
    color: #075691;
    font-size: 25px;
    font-weight: 300;
    margin: 0;
}
.form-group {
    display: flex;
    align-items: center;
}
.form-group > div {
    display: inline-block;
}

.form-group > .col-sm-4.col-md-3.control-label {
    width: 20%;
    font-size: 16px;
    color: #6d6e71;
    text-align: right;
    vertical-align: middle;
    padding-right: 20px;
}

.form-group > .col-sm-8.col-md-9 {
    width: 80%;
}

#allFiltersModal .vue-treeselect__control, #allFiltersModal #FilterProjectName > input, #allFiltersModal #FilterProjectNameModal > input, #allFiltersModal .vue-treeselect {
    margin: 0 0 5px 0 !important;
}

#FilterProjectNameModal > input {
    width: 100%;
}

#FilterProjectNameModal::after {
    top: 0;
    right: 0;
}
.mindiv, .maxdiv {
    display: inline-block;
    width: 50%;
}
.mindiv {
    margin-right: 2.5px;
}
.maxdiv {
    margin-left: 2.5px;
}
.FilterWrapper.FilterText.floatLeft {
    display: flex;
    width: 100%;
}

#FilterProjectUnitsMin, #FilterProjectUnitsMax, #FilterProjectValueMin, #FilterProjectValueMax {
    margin: 0 0 5px 0 !important;
    border: 1px solid #ebeaec !important;
	border-radius: 0 !important;
    background: none !important;
	background-color: #ffffff !important;
	font-family: "myriad-pro-n4", "myriad-pro", sans-serif !important;
	font-size: 14px;
	color: #6d6e71 !important;
	cursor: text;
	display: inline-block !important;
	height: 30px !important;
    width: 100%;
}
.modal-footer {
    display: flex;
    justify-content: flex-end;
}
.modal-footer a {
    background-color: #3878a6;
    border: none;
    color: white;
    font-size: 14px;
    margin-left: 5px;
    padding: 5px 10px;
}
.modal-footer a:hover {
    background-color: #f8aa1b;
}
a.btn.btn-default.btn-reset-filter::before {
    content: "\f00d";
    font-family: "fontAwesome";
    font-size: 14px;
    margin-right: 5px;
}

a#filterBtn::before {
    content: "\f0b0";
    font-family: "fontAwesome";
    font-size: 14px;
    margin-right: 5px;
}

.animate__fadeInDown {
    animation-fill-mode: forwards;
}

.animate__fadeOutUp {
    animation-fill-mode: forwards;

}
@media only screen and (min-width: 1780px) {
    .rcm_list.rcm_card {
        width: calc(20% - 20px);
        height: calc((20vw - 20px) * 0.75 + 165px);
    }

}
@media only screen and (max-width: 1345px) {
    .rcm_list.rcm_card {
        width: calc(33.33% - 20px);
        height: calc((33.33vw - 20px) * 0.75 + 165px);
    }

}

@media only screen and (max-width: 960px) {
    .rcm_list.rcm_card {
        width: calc(50% - 20px);
        height: calc((50vw - 20px) * 0.75 + 165px);
    }

    #rcmPnlFilters, #rcmControlPnl {
        flex-direction: column;
        width: 100%;

    }
    #rcmPnlFilters > div.filter-input:not(#allFiltersModal, #btn-clear-filter) {
        max-width: 100%;
        width: 100%;
    }
    .vue-treeselect {
        margin: 0 !important;
    }
    .vue-treeselect__control, #FilterProjectName>input, #FilterProjectNameModal>input {
        margin: 0 0 5px 0 !important;
    }
    #FilterProjectName>input, #FilterProjectNameModal>input {
        width: 100%;
    }
    #FilterProjectName::after, #FilterProjectNameModal::after {
        top: 0;
    }

    #ListingButtons {
        align-items: center;
        margin-top: -50px;
        margin-left: 30px;
        width: calc(100% - 30px);
    }
    #allFiltersButton {
        flex-grow: 7;
    }
    #rcmControlPnl {
        padding-top: 10px;
    }

}

@media only screen and (max-width: 620px) {
    .rcm_list.rcm_card {
        width: 100%;
        height: calc((100vw - 40px) * 0.75 + 170px);

    }

    #allFilteresModal {
        padding: 15px
    }
}

.nav-linkTitle {
    font-weight: 300;
}

@media (any-pointer: coarse) and (any-hover: none) {
    .rcm_img_section::after {
        content: "\f077";
        font-family: "FontAwesome";
        color: #f8aa1b;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .rcm_card>a {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 290px;
        height:40px;
        z-index: 4;
    }
}
.preview-container .rcm_img_section img {
    height: auto;
}

.vue-treeselect--has-value .vue-treeselect__multi-value {
    margin-bottom: 0 !important;
}

.vue-treeselect__input-container, .vue-treeselect--searchable.vue-treeselect--multi.vue-treeselect--has-value .vue-treeselect__input-container {
    padding: 0 !important;
}

.vue-treeselect--searchable.vue-treeselect--focused .vue-treeselect__placeholder, .vue-treeselect--searchable.vue-treeselect--focused .vue-treeselect__placeholder.vue-treeselect-helper-hide {
    display: none;
}

.vue-treeselect__placeholder, .vue-treeselect__placeholder.vue-treeselect-helper-hide {
    display: block;
}

.vue-treeselect__single-value, .vue-treeselect__limit-tip {
    display: none !important;
}