 .filepond--root {
    height: 520px !important;
}

.filepond--root[data-style-panel-layout~=circle] {
    height: 140px !important;
    width: 140px !important;
}

.filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
    height: 140px !important;
}

.gap-y-7 {
    row-gap: .07rem !important;
}

.fi-fo-field-wrp-helper-text {
    color: rgb(183, 182, 182) !important;
    font-size: 14px !important;
}

.fi-sidebar-group-label:is(.dark *){
    color: rgb(172, 172, 172) !important;
}

.dark\:text-gray-500:is(.dark *) {
    color: rgb(239, 238, 238) !important;
}

.dark\:text-gray-400:is(.dark *) {
    color: rgb(239, 238, 238) !important;
}

input::-webkit-input-placeholder {
    color: gray !important;
}
input::-moz-placeholder {
    color: gray !important;
}
input:-ms-input-placeholder {
    color: gray !important;
}
input::-ms-input-placeholder {
    color: gray !important;
}
