.vue-front-end-fixed {
    background: none !important;
}
.vue-front-end-fixed .v-application--wrap {
    min-height: unset !important;
}
.vue-front-end-fixed .v-text-field input, .vue-front-end-fixed .v-textarea textarea {
    border: none !important;
    margin-bottom: unset !important;
}
.vue-front-end-fixed .v-btn {
    border: none !important;
}
.vue-front-end-fixed input::-webkit-input-placeholder {
    color: black;
}
.vue-front-end-fixed input::-moz-placeholder {
    color: black;
}
.vue-front-end-fixed input::-ms-input-placeholder {
    color: black;
}
.vue-front-end-fixed input::-o-input-placeholder {
    color: black;
}
.vue-front-end-fixed textarea::-webkit-input-placeholder {
    color: black;
}
.vue-front-end-fixed textarea::-moz-placeholder {
    color: black;
}
.vue-front-end-fixed textarea::-ms-input-placeholder {
    color: black;
}
.vue-front-end-fixed textarea::-o-input-placeholder {
    color: black;
}
.vue-front-end-fixed .label-color {
    color: #9e9e9e;
}
.vue-front-end-fixed .filepond--panel-root {
    background-color: unset !important;
}
.vue-front-end-fixed .filepond--drip {
    border: 1px solid #7e7e7e !important;
    opacity: unset !important;
}
.vue-front-end-fixed .filepond--wrapper:hover {
    cursor: pointer;
}
.vue-front-end-fixed .filepond--wrapper:hover .filepond--drip {
    border: 2px solid black !important;
}
.breadcrumb-item.active span {
    color: #47248c !important;
}
.state-name {
    background: #808080 8c !important;
}