fieldset {
@include card;
.v-select,
select,
textarea,
input{
&:not([type="submit"]):not([type="search"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]) {
border-color: rgba(60, 60, 60, 0.26);
border-width: 1px;
border-radius: 4px;
min-width: 30%;
line-height: 1.5;
}
select {
display: inline-block;
background-color: white;
width: 30%;
padding: 2px 0;
.flatpickr-input {
legend {
border-bottom: 0 none;
color: #696969;
li {
clear: left;
float: left;
list-style-type: none;
-