
.opModal[data-v-017c91a4] {
    width: 50%;
    max-width: 480px;
    min-width: 300px;
}
.resultsContainer[data-v-017c91a4] {
    min-height: 20vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.opModalHeader[data-v-017c91a4] {
    display: flex;
    justify-content: space-between;
    margin: -20px -20px 0;
    align-items: center;
}
.opModalHeader .left[data-v-017c91a4], .opModalHeader .right[data-v-017c91a4] {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.opModalHeader input.headerSearch[data-v-017c91a4] {
    width: 100%;
    position: relative;
    padding-left: 28px;
}
.opModalHeader .center[data-v-017c91a4] {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    position: relative;
}
.opModalHeader input.headerSearch + .searchIcon[data-v-017c91a4] {
    position: absolute;
    left: 10px;
}
.selectorRow[data-v-017c91a4] {
    display: flex;
    line-height: 30px;
    cursor: pointer;
    padding: 0 10px;
}
.selectorRow[data-v-017c91a4]:nth-of-type(odd){
    background-color: rgb(236, 236, 236);
}


