
.newSearch {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.search-text-container>div {
    display: flex;
    column-gap: 1%;
    align-items: center;
}
.Port.Port-Search.Segments.ResidencySearch {
    max-width: 600px;
    /* border: 1px solid #f0f0f0; */
    padding: 10px;
    border-radius: 5px;
    /* background-color: #fafafa; */
    z-index: 1000;
    left: 2.5%;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
    /* -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.search-residencies > div:first-child {
    cursor: pointer;
}
.Port.Port-Search.Segments.ResidencySearch {
    max-width: unset;
    min-width: 90%;
}
.residency-list {
    display: flex;
    column-gap: 1%;
    align-items: center;
}
.residency-list > div.search-text-container {
    width: 30%;
}
.residency-list > div.search-filters {
    width: 69%;
}
.residency-list .search-filters {
    display: flex;
    column-gap: 1%;
}
.search-filter-header {
    display: none;
}
.Port.Port-Search.Segments.ResidencySearch {
    max-width: unset;
}
.search-options label {
    white-space: nowrap;
}
.search-options select {
    min-width: 100%;
}
.simple-search-submit-container {
    text-align: right;
    margin-top: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
}
div#FullGroupList {
    margin: 0 auto;
}
.search-clear {
    margin: 0 0 0 10px;
}
.search-text-container>div>div:first-child {
    width: 84% !important;
}
.search-text-container>div>div:last-child {
    width: 15% !important;;
}
.search-clear:hover {
    text-decoration: underline;
    cursor: pointer;
}
.name-container {
    display: flex;
    column-gap: 10px;
    width: 85%;
}
.name-container>div:first-child {
    width: 79%;
    color: #333;
}
.name-container>div:last-child {
    text-align: center;
    font-size: .8em;
    font-weight: 700;
    color: #333;
    width: 17%;
}
#search-results .groups.header .name-container>div:last-child {
    font-size: 1em;
}
#search-results .groups.header {
    padding: 5px;
    margin: 0;
    font-size: .8em;
    background-color: #f3f3f3;
}
#search-results .groups.header .name-container {
    width: 100%;
    padding: 5px;
}
#search-results .groups.header .name-container .name {
    width: 85%%;
}
#search-results .groups.header .name-container {
    width: 100%;
}
.search-results .groups {
    column-gap: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.search-results a:last-child .groups {
    margin-bottom: unset !important;
    border-bottom: unset !important;
    padding-bottom: unset !important;
}
.search-results-stats {
    padding: 20px 0;
}
.search-results-stats .search-results-criteria>span{
    font-weight: 700;
}
.search-results-stats> div:first-child {
    margin-bottom: 5px;
}
.filter-options {
    margin-right: 30px;
    font-size: .8rem;
}
.filter-options input {
    margin: 0 5px 0 10px;
}
.filter-options > label {
    text-align: left;
    display: block;
}