.sort-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 270px;
}

.selector-sort {
    width: 16ch;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
}


.clear-button-mobile {
    width: 100%;
    margin-left: 10px;
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
}

.clear-button-desktop {
    margin-left: 10px;
    margin-right: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 6px;
}

.selector-div-mobile {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
    margin-bottom: 0;
    padding: 0;
}

.selector-div-desktop {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.the-finder-button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: var(--accent-color);
    color: var(--dark-color);
    white-space: nowrap;
    font-family: 'Tungsten', sans-serif;
}

.tfbtn-mobile {
    width: 100%;
    height: 64px;
    font-size: 48px;
    border: 5px solid var(--accent-color);
}

.tfbtn-desktop {
    min-width: 436px;
    height: 36px;
    margin: 0;
    font-size: 20px;
}

.tfbtn-text-mobile {
    width: 100%;
    margin-left: 100px;
}

.tfbtn-text-desktop {
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
}

.the-finder-box {
    display: none;
    position: absolute;
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
    background-color: var(--gray-color);
    z-index: 1000;
}

.scrolling {
    overflow-y: auto;
}

.tfbox-mobile {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 50vh;
    border: 5px solid var(--accent-color);
}

.tfbox-desktop {
    top: 0;
    left: 0;
    max-height: 65vh;
    min-width: 450px;
    border: 3px solid var(--accent-color);
}

.text-search-mobile {
    background-color: var(--accent-color);
    margin: 5px;
    border: 0;
    outline: 0;
    width: 100%;
    height: 64px;
    font-size: 48px;
    font-family: Courier;
    font-weight: bold;
    color: black;
}

.text-search-desktop {
    background-color: var(--accent-color);
    margin: 5px;
    border: 0;
    outline: 0;
    width: 100%;
    height: 28px;
    font-size: 20px;
    font-family: Courier;
    font-weight: bold;
    color: black;
}

.search-icon-mobile {
    width: 64px;
    margin-left: 30px;
    margin-right: 10px;
}

.search-icon-desktop {
    margin-left: 8px;
    margin-right: 5px;
}

.clear-icon-mobile {
    margin-left: 10px;
    margin-right: 10px;
}

.clear-icon-desktop {
    margin-right: 5px;
}

.select-icon-mobile {
    margin-right: 56px;
    margin-left: 56px;
}

.select-icon-desktop {
    margin-right: 20px;
    margin-left: 20px;
}

.search-header-div {
    width: 100%;
    /* height: 80px; */
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: var(--gray-color);
}

.the-search-box {
    margin: 10px;
    margin-bottom: 5px;
}

.search-filters {
    display: flex;
    width: auto;
    flex-direction: row;
    justify-content: space-between;
}

.filterdiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
}

.filterselector-mobile {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
}

.filterselector-desktop {
    width: 100%;
    height: 32px;
    margin-left: 5px;
    margin-right: 5px;
}

.options-title-font {
    font-family: Tungsten;
    color: var(--white-color);
    letter-spacing: var(--char-spacing);
    margin-bottom: 20px;
}

.options-label-font-mobile {
    font-family: Tungsten;
    color: var(--accent-color);
    letter-spacing: var(--char-spacing);
    text-align: right;
}

.options-label-font-desktop {
    font-family: Tungsten;
    color: var(--accent-color);
    letter-spacing: var(--char-spacing);
    width: 12ch;
    text-align: right;
}

.options-metric-font {
    font-family: Tungsten;
    color: var(--accent-color);
    letter-spacing: var(--char-spacing);
    width: 3ch;
    margin-left: 5px;
}

.selection-item-line {
    display: none;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    color: var(--accent-color);
}

.green-line {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    color: var(--accent-color);
}
