

.bg-theme {
    background-color: var(--primary-color);
}
.border-theme{
    border:1px solid var(--primary-color)
}
.text-theme {
    color: var(--primary-color) !important
}

body {
    background-color: #f8fafc;
}


* {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.iti {
    width: 100% !important
}

.filepond--root {
    width: 120px;
    height: 120px;
}

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