.background_color{ background: {{ theme.background_color }} !important; } .theme-btn-1{ background: {{ theme.button_color }} !important; color: {{ theme.button_text_color }} !important; } .desktop-menu li.active{ color: {{ theme.logo_text_color }} !important; } .desktop-menu li.active a{ color: {{ theme.logo_text_color }} !important; } .theme-btn-2{ color: {{ theme.button_color }} !important; background: {{ theme.logo_text_color }} !important; } .theme-text{ color: {{ theme.button_color }} !important; } .button-text-color{ color: {{ theme.button_text_color }} !important; } .logo-text-color{ color: {{ theme.logo_text_color }} !important; } .text-color{ color: {{ theme.text_color }} !important; } .dynamic-theme header.v-app-bar{ background: {{ theme.background_color }} !important; } .v-application .theme_color { background-color: {{ theme.button_color }} !important; border-color: {{ theme.button_color }} !important; } .categories-mobile-wrapper .active{ background: {{ theme.text_color }}; color: {{ theme.logo_text_color }} !important; } .dynamic-theme .desktop-menu li:hover, .dynamic-theme .desktop-menu li.active{ background: {{ theme.background_color }} !important; } .back-btn{ color: {{ theme.text_color }}; } .v-application .primary--text, .v-application .theme_color--text{ color: {{ theme.button_color }} !important; caret-color: {{ theme.button_color }} !important; } .sub-menu ul, .sub-menu li{ background: {{ theme.background_color }} !important; } .secondary-bg{ background: {{ theme.secondary_color }} !important; } .text-secondary{ color: {{ theme.secondary_color }} !important; } .page-bg{ background: {{ theme.page_bg }} !important; } .modified-field .v-input__slot .v-text-field__slot label{ color: {{ theme.button_color }} !important; } .forgotpass-link, .dprivacy-link{ color: {{ theme.button_color }} !important; } .dynamic-theme .desktop-menu li a, .sub-menu .about{ color: {{ theme.text_color }} !important; } .categories-mobile-wrapper .active{ background: {{ theme.button_color }} !important; color: {{ theme.logo_text_color }} !important; } .text-primary{ color: {{ theme.button_color }} !important; }