input[type="text"] {
    border-radius: unset;
    padding: unset;
    width: unset;
}

input {
    border: 0.5px solid var(--contractor-primary);
    /* font-size: 1rem; */
    flex: 1;
}

table th, 
table td {
    text-align: center;
}

/* Navigation Bar */
/* .con-navbar {
    display: flex;
    justify-content: space-between;
    padding: 2rem 4em;
    border-bottom: 1px solid gray;
}

.con-navbar .con-navleft {
    width: 25%;
    display: flex;
    align-items: center;
}

.con-navbar .con-navleft img {
    width: 9rem;
    height: 3rem;
}

.list-items {
    padding: 0 1rem;
}

.first-item {
    border-right: 1px solid;
}

.con-navbar .con-navright {
    display: flex; 
    align-items: center;
}

.con-navbar .con-navright .con-navright-item {
    margin-right: 2rem;
}


.con-navbar .con-navright .con-logout-button a {
    background: var(--primary);
    color: transparent;
    -webkit-background-clip: text;
} */
/* End Navigation Bar */

/* ----- Body Page ----- */

/* Title */
.body-page {
    margin-top: 2rem;
}

.body-page-title {
    display: flex;
    align-items: center;
}

.body-page-title i {
    color: var(--contractor-primary);
    padding: 0 1rem;
}

.select-area-items {
    width: 90%;
    margin: 0 auto;
}

.select-area-items input {
    background: var(--contractor-primary);
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}

/* Search Button */
.body-page-button {
    display: flex;
    align-items: center;
    background: var(--contractor-primary);
    width: 20%;
    border-radius: unset;
}

.body-page-button i {
    padding: 0 1rem;
}

/* Search Properties */
.search-properties {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 1rem 0;
}

.search-properties .search-items {
    display: flex;
    /* margin: 0 2rem 0 0; */
    width: 30rem;
    height: 3.5rem;
    margin: 0.5rem 0.5rem 0.5rem 0;
}   

.search-properties .search-items .estimate-select {
    border: 1px solid var(--contractor-primary);
    flex: 1;
}

.search-properties .search-items .search-items-label {
    width: 12rem !important;
    background: var(--contractor-primary);
    color: white;
    padding: 0.3rem 0;
    display: flex; 
    justify-content: center; 
    align-items: center;
}

.search-properties .search-items .situation-items {
    display: flex; 
    flex-wrap: wrap;
    font-size: 1rem;
    flex: 1;
}

.search-properties .search-items .priority-items {
    display: flex; 
    flex-wrap: wrap;
    font-size: 1rem;
    flex: 1;
}

/* Table */
.table-properties, th, td {
    border: 1px solid white;
    border-collapse: collapse;
}

.table-properties th {
    background-color: var(--contractor-primary);
}
    /* ----- End Body Page ----- */
