[x-cloak] {
    display: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: oklch(21% 0.034 264.665) !important;
    caret-color: oklch(21% 0.034 264.665) !important;

    /* paint your own background */
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;

    /* keep rounded corners */
    border-radius: 12px !important;

    /* hide yellow flash */
    transition: background-color 99999s ease-in-out 0s !important;
}

html.dark input:-webkit-autofill,
html.dark input:-webkit-autofill:hover,
html.dark input:-webkit-autofill:focus,
html.dark textarea:-webkit-autofill,
html.dark textarea:-webkit-autofill:hover,
html.dark textarea:-webkit-autofill:focus,
html.dark select:-webkit-autofill,
html.dark select:-webkit-autofill:hover,
html.dark select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
    caret-color: #fff !important;

    /* paint your own background */
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;

    /* keep rounded corners */
    border-radius: 12px !important;

    /* hide yellow flash */
    transition: background-color 99999s ease-in-out 0s !important;
}


/*File Pond Css Start*/
.filepond--root {
    width: 100% !important;
    margin-bottom: 0 !important;
    background: transparent !important;
    cursor: pointer;
}

.filepond--root *
{
    background: transparent !important;
}

.filepond--credits
{
    display: none !important;
}

.filepond--root .filepond--drop-label {
    min-height: 40px !important;
}


.filepond--drop-label.filepond--drop-label label
{
    color: oklch(21% 0.034 264.665) !important;
}


html.dark .filepond--drop-label.filepond--drop-label label
{
    color: #fff !important;
    font-size: 0.875rem !important;
    cursor: pointer;
}

.apexcharts-svg {
    outline: none !important;
}

/*File Pond Css End*/
