body, 
body * {
    color: #ffffff !important;
}

a {
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important;
}
header,
.header,
.site-header {
    background-color: #45337D !important; /* اللون الأبيض */
    backdrop-filter: none !important;     /* إلغاء الضبابية */
    -webkit-backdrop-filter: none !important;
    opacity: 1 !important;                /* إزالة الشفافية */
}
.header-is-dark #mainnav {
    background-color: #45337d;
    color: var(--header-text-color);
}
html:not(.dark) #app .lm-bg-sec:not(.self-clr) {
    background-color: #0e0e1f;
}
.s-button-light-outline {
    --tw-bg-opacity: 1;
    background-color: rgb(98 67 185);
}
[type='text'], input:where(:not([type])), [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #4f3892;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 rgba(0, 0, 0, 0);
}
.main-content.blog-category {
    background-color: #0e0e1f !important;
}
.bg-white {
    /* --tw-bg-opacity: 1; */
    background-color: rgb(14 14 31)!important;
}