.vs-wrapper {
padding: 20px;
border-radius: 4px;
background: #fcfcfc;
border: 1px solid #ddd;
margin-bottom: 20px;
}
.vs-selector-container {
display: flex !important;	
}
.vs-selector {
margin: 0;
color: #999;
outline: none;
height: 50px;
background: #fff;
font-size: 14px;
-webkit-box-shadow: none;
box-shadow: none;
line-height: 18px;
padding: 10px 20px;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
border: 2px solid #eee;
text-transform: inherit;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
.vs-remove-repeater {
display: inline-block !important;
z-index: 9;
background: #ff5851;
margin: 0;
line-height: 23px;
height: 50px;
width: 50px;
text-align: center;
border-radius: 0 3px 3px 0;
}
.vs-remove-repeater .dashicons {
color: #fff;
width: 50px;
height: 50px;
display: block;
cursor: pointer;
line-height: 50px;
border-radius: 4px;
}
.vs-services {
height: 300px;
overflow-y: scroll;
}
.vs-services .vs-service:nth-of-type(odd) {
background-color: #EBEBEB;
}
.vs-service {
padding: 0.5rem 0;
}
.vs-service label {
font-size: 1rem;
} .specialities_searcher {
width: 100%;
}
.page-template-dashboard .vs-service label {
display: inline;
}
button.dc-btn.service_clear {
min-width: 145px;
line-height: 32px;
float: right;
}