.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";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Roboto:wght@400;700&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* API Container */

#RcmEngineContent {
    width: 100% !important;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    font: 14px 'Roboto', sans-serif;
    color: #000000;
}

#RcmEngineContent a:hover, #rcmPnlWrapperContent_infobox a:hover  {
    text-decoration: none !important;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

/* Filter Bar*/

#rcmControlPnl {
    display: flex;
    max-width: 1360px;
    padding: 0;
    margin: 20px auto 0 auto;
}

#FilterProjectName>input,
#FilterProjectAssetType, #FilterProjectAssetSubType, #FilterProjectState, #FilterProjectCity, #FilterProjectLeadBroker, #FilterProjectBroker {
    margin: 0 10px 0 0;
    width: 20%;
}

#FilterProjectAssetType-menu, #FilterProjectAssetSubType-menu, #FilterProjectState-menu, #FilterProjectCity-menu, #FilterProjectLeadBroker-menu, #FilterProjectBroker-menu {
    background-color: #fff !important;
    background-image: none;
    color: #000000;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0;
}

#rcmPnlFilters>div:nth-child(1) {
    position: relative
}

#rcmPnlFilters>div:nth-child(1)>i {
    position: absolute;
    top: 8px;
    right: 18px;
    color: #006BB6;
}

#rcmPnlMoreFilter {
    display: none;
}
#rcmPnlFilters {
display: flex;
flex: 2;
}

#FilterProjectName, #FilterProjectNameModal {
	position: relative;
}
#FilterProjectName {
margin-right: 10px;
}

#FilterProjectName::after, #FilterProjectNameModal::after {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #006BB6;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 3px;
	top: 3px;
}

.vue-treeselect__control, #FilterProjectName>input, #FilterProjectNameModal>input {
    padding-left: 5px;
    padding-right: 5px;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    transition-duration: .2s;
    transition-property: border-color,box-shadow,width,height,background-color,opacity;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.vue-treeselect__placeholder, .vue-treeselect__limit-tip-text, #FilterProjectName>input::placeholder {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

#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;
}

#ListingButtons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#btn-clear-filter {
	width: 26px !important;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
    text-decoration: none !important;

}

#btn-clear-filter::after {
    content: "\f00d";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #006BB6;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
    text-decoration: none !important;
}

.badge {
    background: #006BB6;
    width: 15px;
    height: 15px;
    color: white;
    font-size: 8px;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
    line-height: 15px;
    text-align: center;
}

/* Filter Dropdowns */
.ui-widget {
    font-family: 'Roboto', sans-serif;
}
.ui-menu {
    max-height: 400px;
}

.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 {
    background-color: #f1f2f2 !important;
    background-image: none;
    color: #006BB6;
    border: none;
}

.ui-selectmenu-button i {
    color: #006BB6;
    float: right;
}

.vue-treeselect__control-arrow-container>svg {
    fill: #006BB6 !important;
}

/* Listings Counter */

.rcmListingTabPanel {
    max-width: 1360px;
    margin: 6px auto;
}

.rcmTopListingsTotal {
    text-transform: uppercase;
}

/* List and Map Buttons*/

#rcmListButton, #rcmMapButton, #rcmShareLink>a, #allFiltersButton>a {
    display: inline;
    height: 31px;
    padding: 5px 12px;
    margin-left: 10px;
    cursor: pointer;
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.MenuItem {
    display: inline;
}

.MenuItem i {
    color:#006BB6;
}

#rcmListButton:hover, #rcmListButton:active, #rcmMapButton:hover, #rcmMapButton:active, #rcmShareLink>a:hover, #rcmShareLink>a:active, #allFiltersButton>a:hover, #allFiltersButton>a:active {
    background-color: #ffffff;
}
/* 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;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.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-decoration: none !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: #006BB6;
	text-align: center;
    position: absolute;
    top: 5px;
    right: 8px;
}
.modal a.close-modal:hover::after {
	color: #000000;
}

#moreFiltersModalLabel, .modal-title {
    color: #006BB6;
    font-family: "Libre Baskerville", serif;
    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: 14px;
    color: #000000;
    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: "Roboto", 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, .modal-footer button {
    background-color: #006BB6;
    border: none;
    color: white;
    font-size: 14px;
    margin-left: 5px;
    padding: 5px 10px;
    cursor:pointer;
    text-decoration: none !important;
}
.modal-footer a:hover, .modal-footer button:hover {
    background-color: #000000;
} 
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;

}
/* Pagination at Bottom*/

.rcmFooterPanel {
    height: 50px;
}

.rcmFooterPanel .fa {
    color: #006BB6;
    line-height: 24px;
    margin: 0 5px;
}

.FooterPanelText {
    display: inline-block;
}

input#rcmPagingGotoPageText {
    width: 30px;
    color: #000000;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0;
}

select#rcmPagingPageSize {
    color: #000000;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0;
}

#rcmPagingTotals {
    display: inline-block;
    float: right;
}

/* Listings Area */

.property_area {
    margin: 0 -15px;
    padding: 15px 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.rcm_card {
    position: relative;
    width: calc(25% - 30px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 15px;
    padding: 0;
    font-family: 'Roboto', sans-serif;

}

.rcm_img_section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.rcm_card_caption {

    background-color: #ffffff;
    width: 100%;
    /*     overflow: hidden;
    height: 155px; */
    transition: .5s ease;
    line-height: 1.1em;
    display: flex;
    flex-direction: column;
    flex-grow: 2;
}

.rcm_img_section img {
    display: block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.price-bar {
    box-sizing: border-box;
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 5px 15px;
    background-color: #006BB6;
    color: #ffffff;
}

.price::after {
    content: " Asking Price";
    font-size: 10px;
    font-weight: 400;
}
.status-bar {
    box-sizing: border-box;
    display: inline-block;
    width: auto;
    position: absolute;
    right: 0;
    padding: 5px 15px;
    background-color: #006BB6;
    color: #ffffff;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 19px;
    z-index: 100;
}

.details-section {
    padding: 10px 15px 15px 15px;
}

.headline, .headline a {
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    color: #006BB6;
    text-decoration: none;
    line-height: 1.2em;
    text-overflow: ellipsis;
}

.address, .city {
    display: inline-block;
}

.address a, .city a {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.asset-type {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.features {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.asset-units, .asset-sqft, .asset-acres {
    display: inline-block;
    font-size: 11px;
}

.contacts {
    height: 0;
    overflow: hidden;
}

.summary {
    height: 0;
    overflow: hidden;
}

.summary a, .summary a p {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    line-height: 1.5em;
    margin: 0;
}
.summary {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    position: absolute;
    background-color: white;
    bottom: 35px;
    height: auto;
}

.contacts {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    position: absolute;
    background-color: white;
    bottom: 35px;
    height: auto;

}

.contacts i {
    color: #000000;
    font-size: 10px;
    margin-right: 3px;
}

.contact {
    display: inline-block;
    min-width: 40%;
    margin-bottom: 15px;
}

.name a {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3em;
}

.phone a, .email a {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3em;
}
.phone a:hover, .email a:hover, .name a:hover {
    color: #006BB6;
}

.tabs {
    background-color: #f7f7f7;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
    margin-top: auto;
}

.tabs a {
    background-color: #f7f7f7;
    display: inline-block;
    padding: 10px 15px;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
}

.tabs a:not(:last-child) {
    margin: 0 2px 0 0;
}

.tabs a:hover, .tabs .active a {
    background-color: rgb(255, 255, 255);
    color: #006BB6;
}
.tabs i.fa-caret-up {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.tabs i.fa-caret-up.rotate-down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

}
#RcmEngineContent .tabs a::after, #rcmPnlWrapperContent_infobox .tabs a::after {
    display: none;
    content: '';
    overflow: hidden;
    visibility: hidden;
}

.link-btn {
    margin: 0 0 0 auto;
}

#RcmEngineContent .tabs .active {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #006BB6;
}
.link-btn a:hover {
    background-color: rgb(239,239,239);
    color: #006BB6;
    text-decoration: underline;
}

/* Map Styles*/

.MicrosoftMap {
    width: 100% !important;
}

.infobox-body {
    background-color: White;
    padding: 0;
    border: 0;
    line-height: 1em;
}

#rcmPnlWrapperContent_infobox_content {
    border-color: #e6e7e8 !important;
}
.map.rcm_card {
    width: 317px;
    margin: 0;
}
div#rcmPnlCurrentContent {
    padding-bottom: 30px;
}

.PoweredByLink {
    color: inherit;
    text-decoration: none;
}

.PoweredByLink:hover {
    color: #075691;
    text-decoration: none;
}

@media only screen and (max-width: 1386px) {
    .rcm_card {
        width: calc(33.33% - 30px);
    }
    #rcmControlPnl {
        flex-direction: column;
        align-items: flex-start;  
        justify-content: center;  
    }
    #rcmPnlFilters {
        align-items: flex-start;   
        justify-content: flex-start;   
    }
    #ListingButtons {
        margin-top: 10px;
    }
    #rcmListButton, #rcmMapButton, #rcmShareLink>a, #allFiltersButton>a {
        margin-left: 0;
        margin-right: 10px;
    }
    .rcmTopListingsTotal {
        margin-left: 12px;
    }

}

@media only screen and (max-width: 1078px) {
    .rcm_card {
        width: calc(50% - 30px);
    }
    .FilterWrapper {
        display: block;
        width: 100%;
    }
    #rcmPnlFilters {
        flex-direction: column;
        position: relative;
    }
    #btn-clear-filter {
        position: absolute;
        bottom: -34px;
        right: 3px;
    }
    #ListingButtons {
        margin-top: 5px;
    }
    #FilterProjectName, #FilterProjectAssetType, #FilterProjectAssetSubType, #FilterProjectState, #FilterProjectCity, #FilterProjectLeadBroker, #FilterProjectBroker {
        display: block;
        margin: 5px 0;
        width: 100%;
    }

    #rcmListButton, #rcmMapButton, #rcmShareLink>a, #allFiltersButton>a {
        margin-left: 0;
        margin-right: 10px;
    }
    .rcmTopListingsTotal {
        margin-left: 12px;
    }
}

@media only screen and (max-width: 687px) {
    .rcm_card {
        width: 100%;
        margin: 15px 0;
    }
    .property_area {
        margin: 0;
    }
}

@media only screen and (max-width: 490px) {
    #ListingButtons span {
        display: none;
    }

    #allFiltersModal, #shareModal {
        padding: 20px;
    }
    .modal-body {
        padding: 20px 0;
    }
}

/* STYLES ADDED 5/18/22 */

#RcmEngineContent {
    padding: 0 5rem !important;
}

@media screen and (max-width: 1024px) {
    #RcmEngineContent {
        padding: 0 2.5rem !important;
    }
    
}

.vue-treeselect__control {
    border-radius: 0 !important;
}

.vue-treeselect__placeholder {
    color: black !important;
}


/* Vue Treeselect Styles with Type ahead */

.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;
  }

  /*Vue No Results Found Warning */
.vue-treeselect__tip.vue-treeselect__no-results-tip {

    font-size: 14px;
  }
  
  .vue-treeselect__tip-text.vue-treeselect__no-results-tip-text {
    font-size: 12px;
    color: #333;
  }
  
  .vue-treeselect__icon-warning {
    width: 17px !important;
    height: 17px !important;
    background: #039be5 !important;
  }
  
  .vue-treeselect__icon-warning:after {
    content: "!" !important;
    font-size: 14px !important;
    left: 7px !important;
    top: 8px !important;
    color: #fff !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
  }