.icon {
    position: relative;
    line-height: 20px;
    font-weight: 600;
}
.icon {
    font-size: 16px;
    line-height: 16px;
    font-family: "Material Symbols Outlined";
    color: var(--colors-fill-secondary);
}
.reset-button .icon {
    font-size: 24px;
    line-height: 24px;
    color: var(--colors-text-soft) !important;
}
.textcontent {
    position: relative;
    line-height: 20px;
    font-weight: 500;
}
.textcontent {
    font-size: 16px;
}
.more-filters {
    flex: 1;
    position: relative;
    line-height: 27px;
}
.blocktitle {
    display: flex;
    align-items: center;
}
.blocktitle {
    align-self: stretch;
    flex-direction: row;
    justify-content: flex-start;
    padding: 2px 0;
    gap: 12px;
}
.input-field {
    align-self: stretch;
    border-radius: 8px;
    background-color: var(--colors-text-base_inverted);
    border: 1px solid var(--colors-border-neutralbase);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 8px 13px 8px 11px;
    gap: 8px;
}
.textcontent12 {
    width: 85px;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-family: Manrope;
    color: var(--colors-text-base);
    text-align: left;
    display: none;
}
.inputnativeselect {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.inputnativeselect label {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}
.inlinerangetokens {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.inlinerangeage {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.inputsgroup {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.inputsgroup {
    gap: 8px;
}
.label3 {
    position: relative;
    color: var(--colors-text-base);
    text-align: left;
}
.label3 {
    font-size: 16px;
}
.label3 {
    line-height: 24px;
    font-weight: 600;
    font-family: Manrope;
}
.blockfilters,
.fromgroup,
.wrappertopmargin {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.fromgroup {
    align-self: stretch;
    border-radius: 8px;
    background-color: var(--colors-fill-bgAccent);
    align-items: flex-start;
    padding: 16px 12px;
    gap: 20px;
    font-size: 14px;
}
.blockfilters,
.wrappertopmargin {
    align-items: center;
}
.blockfilters {
    align-self: stretch;
    border-radius: 12px;
    gap: 12px;
}
.wrappertopmargin {
    width: 280px;
    box-sizing: border-box;
    text-align: left;
    font-size: 18px;
    color: var(--colors-text-base);
}