.anytype-link .tabs [data-tab='view'] .icon {
    background-image: url('../images/view.svg');
}

select.anylink-view-select {
    display: none;
}

.anylink-view-select-hidden {
    display: none;
}

.anylink-view-exposed-form fieldset {
    box-shadow: none;
    border: 0;
    background-color: transparent;
}

.anylink-view-exposed-form .fieldset__wrapper {
    margin: 0;
    border: 1px solid #919297;
    padding: calc(.75rem - 1px) calc(1rem - 1px);
    background-color: white;
}

.anylink-view-exposed-form fieldset legend {
    display: inline-block;
    width: auto;
    float: none;
    margin: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0 10px;
    background-color: #808080;
    color: white;
    font-weight: normal;
}

.anylink-view-exposed-form fieldset .fieldset__label {
    padding: 0;
    font-size: .8em;
    line-height: 1.125rem;
}

.anylink-view-select .is-empty {
    color: green;
    font-style: italic;
}

.anylink-view-select .option.active {
    background-color: #0071b8 !important;
    color: white !important;
}

.anylink-view-exposed-form:empty {
    display: none;
}

.anylink-view-exposed-form .form-item {
    float: none !important;
}

.anylink-view-exposed-form input,.anylink-view-exposed-form select {
    width: 100%;
}
