/*
 * استخراج‌شده از استایلِ رفرنسِ DiviFlash (GPLv2) برای ماژولِ BackgroundSwitcher.
 * منبع: difl/backgroundswitcher (ریشه .difl_backgroundswitcher، 8 کلاسِ DOM)
 *
 * تنها تغییر نسبت به اصل، همان بازنویسیِ پیشوندِ کلاس‌هاست که در
 * PHP و module.json هم انجام شده — تا هر سه لایه یک DOM را بشناسند.
 * دست‌کاریِ دستی نکن؛ با tools/dfme/extract-module-css.js بازتولید کن.
 */
.dfme__empty{width:100%;height:auto;background:rgba(121,54,255,.1);border-radius:4px;padding:10px 40px 10px 40px}

.dfme__empty__message__text{font-size:18px;font-weight:600;font-family:inherit;color:#7936ff}

.dfme_bg_switcher{position:relative;overflow:hidden;height:100%;overflow-anchor:none}

.dfme_bg_switcher--grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-auto-rows:minmax(0, 1fr);gap:0}

@media(max-width: 767px){.dfme_bg_switcher--grid{grid-template-columns:1fr}}

.dfme_bg_switcher:not(:has(.dfme_bg_switcher_item.is-active)) .dfme_background_switcher_item:first-child .dfme_bg_switcher_bg{opacity:1}

.dfme_bg_switcher_item--div-r{border-right:var(--bgs-divider-width, 0) solid var(--bgs-divider-color, #ddd)}

.dfme_bg_switcher_item--div-b{border-bottom:var(--bgs-divider-width, 0) solid var(--bgs-divider-color, #ddd)}

@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}

@keyframes fadeIn{from{opacity:0}to{opacity:1}}

@keyframes fadeIn{from{opacity:0}to{opacity:1}}
