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

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

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

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

.filepond--file [data-align*=bottom] {
    bottom: 23.875em !important;
}

.fi-fo-translate {
    background: transparent !important;
}

.choices.is-disabled .choices__placeholder.choices__item:is(.dark *), .choices__placeholder.choices__item:is(.dark *) {
    color: white !important;
}

.filepond--file-action-button.filepond--file-action-button:after {
    content: "";
    inset: -.75em;
    position: absolute;
}

video {
    height: 100% !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;
}
